Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions sdks/java/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ docs/EntityHeader.md
docs/ErrorResponse.md
docs/EurekaDataSourceSuggestionResponse.md
docs/EurekaDecomposeQueryResponse.md
docs/EurekaGetNLInstructionsResponse.md
docs/EurekaGetRelevantQuestionsResponse.md
docs/EurekaLLMDecomposeQueryResponse.md
docs/EurekaLLMSuggestedQuery.md
docs/EurekaRelevantQuestion.md
docs/EurekaSetNLInstructionsResponse.md
docs/EventChannelConfig.md
docs/EventChannelConfigInput.md
docs/ExcludeMetadataListItemInput.md
Expand Down Expand Up @@ -151,6 +153,7 @@ docs/GetAsyncImportStatusResponse.md
docs/GetCustomAccessTokenRequest.md
docs/GetDataSourceSuggestionsRequest.md
docs/GetFullAccessTokenRequest.md
docs/GetNLInstructionsRequest.md
docs/GetObjectAccessTokenRequest.md
docs/GetRelevantQuestionsRequest.md
docs/GetTokenResponse.md
Expand Down Expand Up @@ -191,6 +194,8 @@ docs/MetadataResponse.md
docs/MetadataSearchResponse.md
docs/MetadataSearchSortOptions.md
docs/ModelTableList.md
docs/NLInstructionsInfo.md
docs/NLInstructionsInfoInput.md
docs/ObjectIDAndName.md
docs/Org.md
docs/OrgChannelConfigInput.md
Expand Down Expand Up @@ -284,6 +289,7 @@ docs/SendAgentMessageRequest.md
docs/SendAgentMessageResponse.md
docs/SendAgentMessageStreamingRequest.md
docs/SendMessageRequest.md
docs/SetNLInstructionsRequest.md
docs/ShareMetadataRequest.md
docs/ShareMetadataTypeInput.md
docs/SharePermissionsInput.md
Expand Down Expand Up @@ -350,6 +356,7 @@ docs/VariableDetailInput.md
docs/VariableUpdateAssignmentInput.md
docs/VariableUpdateScopeInput.md
docs/VariableValue.md
docs/VariableValues.md
docs/VersionControlApi.md
docs/WebhookAuthApiKey.md
docs/WebhookAuthApiKeyInput.md
Expand Down Expand Up @@ -527,10 +534,12 @@ src/main/java/com/thoughtspot/client/model/EntityHeader.java
src/main/java/com/thoughtspot/client/model/ErrorResponse.java
src/main/java/com/thoughtspot/client/model/EurekaDataSourceSuggestionResponse.java
src/main/java/com/thoughtspot/client/model/EurekaDecomposeQueryResponse.java
src/main/java/com/thoughtspot/client/model/EurekaGetNLInstructionsResponse.java
src/main/java/com/thoughtspot/client/model/EurekaGetRelevantQuestionsResponse.java
src/main/java/com/thoughtspot/client/model/EurekaLLMDecomposeQueryResponse.java
src/main/java/com/thoughtspot/client/model/EurekaLLMSuggestedQuery.java
src/main/java/com/thoughtspot/client/model/EurekaRelevantQuestion.java
src/main/java/com/thoughtspot/client/model/EurekaSetNLInstructionsResponse.java
src/main/java/com/thoughtspot/client/model/EventChannelConfig.java
src/main/java/com/thoughtspot/client/model/EventChannelConfigInput.java
src/main/java/com/thoughtspot/client/model/ExcludeMetadataListItemInput.java
Expand Down Expand Up @@ -564,6 +573,7 @@ src/main/java/com/thoughtspot/client/model/GetAsyncImportStatusResponse.java
src/main/java/com/thoughtspot/client/model/GetCustomAccessTokenRequest.java
src/main/java/com/thoughtspot/client/model/GetDataSourceSuggestionsRequest.java
src/main/java/com/thoughtspot/client/model/GetFullAccessTokenRequest.java
src/main/java/com/thoughtspot/client/model/GetNLInstructionsRequest.java
src/main/java/com/thoughtspot/client/model/GetObjectAccessTokenRequest.java
src/main/java/com/thoughtspot/client/model/GetRelevantQuestionsRequest.java
src/main/java/com/thoughtspot/client/model/GetTokenResponse.java
Expand Down Expand Up @@ -601,6 +611,8 @@ src/main/java/com/thoughtspot/client/model/MetadataResponse.java
src/main/java/com/thoughtspot/client/model/MetadataSearchResponse.java
src/main/java/com/thoughtspot/client/model/MetadataSearchSortOptions.java
src/main/java/com/thoughtspot/client/model/ModelTableList.java
src/main/java/com/thoughtspot/client/model/NLInstructionsInfo.java
src/main/java/com/thoughtspot/client/model/NLInstructionsInfoInput.java
src/main/java/com/thoughtspot/client/model/ObjectIDAndName.java
src/main/java/com/thoughtspot/client/model/Org.java
src/main/java/com/thoughtspot/client/model/OrgChannelConfigInput.java
Expand Down Expand Up @@ -689,6 +701,7 @@ src/main/java/com/thoughtspot/client/model/SendAgentMessageRequest.java
src/main/java/com/thoughtspot/client/model/SendAgentMessageResponse.java
src/main/java/com/thoughtspot/client/model/SendAgentMessageStreamingRequest.java
src/main/java/com/thoughtspot/client/model/SendMessageRequest.java
src/main/java/com/thoughtspot/client/model/SetNLInstructionsRequest.java
src/main/java/com/thoughtspot/client/model/ShareMetadataRequest.java
src/main/java/com/thoughtspot/client/model/ShareMetadataTypeInput.java
src/main/java/com/thoughtspot/client/model/SharePermissionsInput.java
Expand Down Expand Up @@ -750,6 +763,7 @@ src/main/java/com/thoughtspot/client/model/VariableDetailInput.java
src/main/java/com/thoughtspot/client/model/VariableUpdateAssignmentInput.java
src/main/java/com/thoughtspot/client/model/VariableUpdateScopeInput.java
src/main/java/com/thoughtspot/client/model/VariableValue.java
src/main/java/com/thoughtspot/client/model/VariableValues.java
src/main/java/com/thoughtspot/client/model/WebhookAuthApiKey.java
src/main/java/com/thoughtspot/client/model/WebhookAuthApiKeyInput.java
src/main/java/com/thoughtspot/client/model/WebhookAuthBasicAuth.java
Expand Down Expand Up @@ -892,10 +906,12 @@ src/test/java/com/thoughtspot/client/model/EntityHeaderTest.java
src/test/java/com/thoughtspot/client/model/ErrorResponseTest.java
src/test/java/com/thoughtspot/client/model/EurekaDataSourceSuggestionResponseTest.java
src/test/java/com/thoughtspot/client/model/EurekaDecomposeQueryResponseTest.java
src/test/java/com/thoughtspot/client/model/EurekaGetNLInstructionsResponseTest.java
src/test/java/com/thoughtspot/client/model/EurekaGetRelevantQuestionsResponseTest.java
src/test/java/com/thoughtspot/client/model/EurekaLLMDecomposeQueryResponseTest.java
src/test/java/com/thoughtspot/client/model/EurekaLLMSuggestedQueryTest.java
src/test/java/com/thoughtspot/client/model/EurekaRelevantQuestionTest.java
src/test/java/com/thoughtspot/client/model/EurekaSetNLInstructionsResponseTest.java
src/test/java/com/thoughtspot/client/model/EventChannelConfigInputTest.java
src/test/java/com/thoughtspot/client/model/EventChannelConfigTest.java
src/test/java/com/thoughtspot/client/model/ExcludeMetadataListItemInputTest.java
Expand Down Expand Up @@ -929,6 +945,7 @@ src/test/java/com/thoughtspot/client/model/GetAsyncImportStatusResponseTest.java
src/test/java/com/thoughtspot/client/model/GetCustomAccessTokenRequestTest.java
src/test/java/com/thoughtspot/client/model/GetDataSourceSuggestionsRequestTest.java
src/test/java/com/thoughtspot/client/model/GetFullAccessTokenRequestTest.java
src/test/java/com/thoughtspot/client/model/GetNLInstructionsRequestTest.java
src/test/java/com/thoughtspot/client/model/GetObjectAccessTokenRequestTest.java
src/test/java/com/thoughtspot/client/model/GetRelevantQuestionsRequestTest.java
src/test/java/com/thoughtspot/client/model/GetTokenResponseTest.java
Expand Down Expand Up @@ -966,6 +983,8 @@ src/test/java/com/thoughtspot/client/model/MetadataResponseTest.java
src/test/java/com/thoughtspot/client/model/MetadataSearchResponseTest.java
src/test/java/com/thoughtspot/client/model/MetadataSearchSortOptionsTest.java
src/test/java/com/thoughtspot/client/model/ModelTableListTest.java
src/test/java/com/thoughtspot/client/model/NLInstructionsInfoInputTest.java
src/test/java/com/thoughtspot/client/model/NLInstructionsInfoTest.java
src/test/java/com/thoughtspot/client/model/ObjectIDAndNameTest.java
src/test/java/com/thoughtspot/client/model/OrgChannelConfigInputTest.java
src/test/java/com/thoughtspot/client/model/OrgChannelConfigResponseTest.java
Expand Down Expand Up @@ -1054,6 +1073,7 @@ src/test/java/com/thoughtspot/client/model/SendAgentMessageRequestTest.java
src/test/java/com/thoughtspot/client/model/SendAgentMessageResponseTest.java
src/test/java/com/thoughtspot/client/model/SendAgentMessageStreamingRequestTest.java
src/test/java/com/thoughtspot/client/model/SendMessageRequestTest.java
src/test/java/com/thoughtspot/client/model/SetNLInstructionsRequestTest.java
src/test/java/com/thoughtspot/client/model/ShareMetadataRequestTest.java
src/test/java/com/thoughtspot/client/model/ShareMetadataTypeInputTest.java
src/test/java/com/thoughtspot/client/model/SharePermissionsInputTest.java
Expand Down Expand Up @@ -1115,6 +1135,7 @@ src/test/java/com/thoughtspot/client/model/VariableTest.java
src/test/java/com/thoughtspot/client/model/VariableUpdateAssignmentInputTest.java
src/test/java/com/thoughtspot/client/model/VariableUpdateScopeInputTest.java
src/test/java/com/thoughtspot/client/model/VariableValueTest.java
src/test/java/com/thoughtspot/client/model/VariableValuesTest.java
src/test/java/com/thoughtspot/client/model/WebhookAuthApiKeyInputTest.java
src/test/java/com/thoughtspot/client/model/WebhookAuthApiKeyTest.java
src/test/java/com/thoughtspot/client/model/WebhookAuthBasicAuthInputTest.java
Expand Down
29 changes: 17 additions & 12 deletions sdks/java/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5631,17 +5631,17 @@ paths:
/api/rest/2.0/report/liveboard:
post:
description: "\n Version: 9.0.0.cl or later\n\n\nExports a Liveboard and its\
\ visualizations in PDF or PNG file format.\n\nRequires at least view access\
\ to the Liveboard.\n\n#### Usage guidelines\n\nIn the request body, specify\
\ the GUID or name of the Liveboard. To generate a Liveboard report with specific\
\ visualizations, add GUIDs or names of the visualizations.\n\nThe default\
\ `file_format` is PDF. For PDF downloads, you can specify additional parameters\
\ to customize the page orientation and include or exclude the cover page,\
\ logo, footer text, and page numbers. Similar customization options are also\
\ available for PNG output.\n\n**NOTE**: The downloadable file returned in\
\ API response file is extensionless. Please rename the downloaded file by\
\ typing in the relevant extension.\n\nOptionally, you can define [runtime\
\ overrides](https://developers.thoughtspot.com/docs/fetch-data-and-report-apis#_runtime_overrides)\
\ visualizations in PDF, PNG, or CSV file format.\n\nRequires at least view\
\ access to the Liveboard.\n\n#### Usage guidelines\n\nIn the request body,\
\ specify the GUID or name of the Liveboard. To generate a Liveboard report\
\ with specific visualizations, add GUIDs or names of the visualizations.\n\
\nThe default `file_format` is CSV. For PDF exports, you can specify additional\
\ parameters to customize the page orientation and include or exclude the\
\ cover page, logo, footer text, and page numbers. Similar customization options\
\ are available for PNG exports. CSV exports do not support customization\
\ options.\n\n**NOTE**: The downloadable file returned in API response file\
\ is extensionless. Please rename the downloaded file by typing in the relevant\
\ extension.\n\nOptionally, you can define [runtime overrides](https://developers.thoughtspot.com/docs/fetch-data-and-report-apis#_runtime_overrides)\
\ to apply to the Answer data.\n\nTo include unsaved changes in the report,\
\ pass the `transient_pinboard_content` script generated from the `getExportRequestForCurrentPinboard`\
\ method in the Visual Embed SDK. Upon successful execution, the API returns\
Expand All @@ -5651,7 +5651,12 @@ paths:
\ can be exported in the PNG format in the resolution of your choice. To enable\
\ this on your instance, contact ThoughtSpot support. When this feature is\
\ enabled, the options `include_cover_page`,`include_filter_page` within the\
\ `png_options` will not be available for PNG exports.\n\n\n\n\n"
\ `png_options` will not be available for PNG exports.\n\n**NOTE**: Starting\
\ with the ThoughtSpot Cloud 26.2.0.cl release, Liveboards can be exported\
\ in CSV format. All visualizations in the Liveboard can be exported as individual\
\ CSV files. If multiple visualizations are selected or if the entire Liveboard\
\ is exported, the output is returned as a .zip file containing the CSV files\
\ for each visualization.\n\n\n\n\n\n"
operationId: exportLiveboardReport
parameters: []
requestBody:
Expand Down
17 changes: 0 additions & 17 deletions sdks/java/docs/CreateEmailCustomisationRequest.md

This file was deleted.

20 changes: 0 additions & 20 deletions sdks/java/docs/CreateEmailCustomisationResponse.md

This file was deleted.

35 changes: 0 additions & 35 deletions sdks/java/docs/DbtConnectionRequest.md

This file was deleted.

18 changes: 0 additions & 18 deletions sdks/java/docs/DbtGenerateSyncTmlRequest.md

This file was deleted.

31 changes: 0 additions & 31 deletions sdks/java/docs/DbtGenerateTmlRequest.md

This file was deleted.

Loading