@gooddata/api-client-tiger 11.1.0-alpha.1 → 11.1.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1986,7 +1986,7 @@ export declare class ActionsAutomation extends BaseAPI implements ActionsAutomat
1986
1986
  * @throws {RequiredError}
1987
1987
  * @memberof ActionsAutomation
1988
1988
  */
1989
- getNotifications(requestParameters?: ActionsAutomationGetNotificationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationNotifications, any>>;
1989
+ getNotifications(requestParameters?: ActionsAutomationGetNotificationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationNotifications, any, {}>>;
1990
1990
  /**
1991
1991
  * Mark in-platform notification by its ID as read.
1992
1992
  * @summary Mark notification as read.
@@ -1995,7 +1995,7 @@ export declare class ActionsAutomation extends BaseAPI implements ActionsAutomat
1995
1995
  * @throws {RequiredError}
1996
1996
  * @memberof ActionsAutomation
1997
1997
  */
1998
- markAsReadNotification(requestParameters: ActionsAutomationMarkAsReadNotificationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1998
+ markAsReadNotification(requestParameters: ActionsAutomationMarkAsReadNotificationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1999
1999
  /**
2000
2000
  * Mark all user in-platform notifications as read.
2001
2001
  * @summary Mark all notifications as read.
@@ -2004,7 +2004,7 @@ export declare class ActionsAutomation extends BaseAPI implements ActionsAutomat
2004
2004
  * @throws {RequiredError}
2005
2005
  * @memberof ActionsAutomation
2006
2006
  */
2007
- markAsReadNotificationAll(requestParameters?: ActionsAutomationMarkAsReadNotificationAllRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2007
+ markAsReadNotificationAll(requestParameters?: ActionsAutomationMarkAsReadNotificationAllRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2008
2008
  /**
2009
2009
  * Tests the existing notification channel by sending a test notification.
2010
2010
  * @summary Test existing notification channel.
@@ -2013,7 +2013,7 @@ export declare class ActionsAutomation extends BaseAPI implements ActionsAutomat
2013
2013
  * @throws {RequiredError}
2014
2014
  * @memberof ActionsAutomation
2015
2015
  */
2016
- testExistingNotificationChannel(requestParameters: ActionsAutomationTestExistingNotificationChannelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationTestResponse, any>>;
2016
+ testExistingNotificationChannel(requestParameters: ActionsAutomationTestExistingNotificationChannelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationTestResponse, any, {}>>;
2017
2017
  /**
2018
2018
  * Tests the notification channel by sending a test notification.
2019
2019
  * @summary Test notification channel.
@@ -2022,7 +2022,7 @@ export declare class ActionsAutomation extends BaseAPI implements ActionsAutomat
2022
2022
  * @throws {RequiredError}
2023
2023
  * @memberof ActionsAutomation
2024
2024
  */
2025
- testNotificationChannel(requestParameters: ActionsAutomationTestNotificationChannelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationTestResponse, any>>;
2025
+ testNotificationChannel(requestParameters: ActionsAutomationTestNotificationChannelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationTestResponse, any, {}>>;
2026
2026
  /**
2027
2027
  * Trigger the automation in the request.
2028
2028
  * @summary Trigger automation.
@@ -2031,7 +2031,7 @@ export declare class ActionsAutomation extends BaseAPI implements ActionsAutomat
2031
2031
  * @throws {RequiredError}
2032
2032
  * @memberof ActionsAutomation
2033
2033
  */
2034
- triggerAutomation(requestParameters: ActionsAutomationTriggerAutomationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2034
+ triggerAutomation(requestParameters: ActionsAutomationTriggerAutomationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2035
2035
  /**
2036
2036
  * Trigger the existing automation to execute immediately.
2037
2037
  * @summary Trigger existing automation.
@@ -2040,7 +2040,7 @@ export declare class ActionsAutomation extends BaseAPI implements ActionsAutomat
2040
2040
  * @throws {RequiredError}
2041
2041
  * @memberof ActionsAutomation
2042
2042
  */
2043
- triggerExistingAutomation(requestParameters: ActionsAutomationTriggerExistingAutomationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2043
+ triggerExistingAutomation(requestParameters: ActionsAutomationTriggerExistingAutomationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2044
2044
  }
2045
2045
  /**
2046
2046
  * AutomationsAutomation - axios parameter creator
@@ -2190,7 +2190,7 @@ export declare class AutomationsAutomation extends BaseAPI implements Automation
2190
2190
  * @throws {RequiredError}
2191
2191
  * @memberof AutomationsAutomation
2192
2192
  */
2193
- triggerAutomation(requestParameters: AutomationsAutomationTriggerAutomationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2193
+ triggerAutomation(requestParameters: AutomationsAutomationTriggerAutomationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2194
2194
  /**
2195
2195
  * Trigger the existing automation to execute immediately.
2196
2196
  * @summary Trigger existing automation.
@@ -2199,7 +2199,7 @@ export declare class AutomationsAutomation extends BaseAPI implements Automation
2199
2199
  * @throws {RequiredError}
2200
2200
  * @memberof AutomationsAutomation
2201
2201
  */
2202
- triggerExistingAutomation(requestParameters: AutomationsAutomationTriggerExistingAutomationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2202
+ triggerExistingAutomation(requestParameters: AutomationsAutomationTriggerExistingAutomationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2203
2203
  }
2204
2204
  /**
2205
2205
  * NotificationChannelsAutomation - axios parameter creator
@@ -2511,7 +2511,7 @@ export declare class NotificationChannelsAutomation extends BaseAPI implements N
2511
2511
  * @throws {RequiredError}
2512
2512
  * @memberof NotificationChannelsAutomation
2513
2513
  */
2514
- getNotifications(requestParameters?: NotificationChannelsAutomationGetNotificationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationNotifications, any>>;
2514
+ getNotifications(requestParameters?: NotificationChannelsAutomationGetNotificationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationNotifications, any, {}>>;
2515
2515
  /**
2516
2516
  * Mark in-platform notification by its ID as read.
2517
2517
  * @summary Mark notification as read.
@@ -2520,7 +2520,7 @@ export declare class NotificationChannelsAutomation extends BaseAPI implements N
2520
2520
  * @throws {RequiredError}
2521
2521
  * @memberof NotificationChannelsAutomation
2522
2522
  */
2523
- markAsReadNotification(requestParameters: NotificationChannelsAutomationMarkAsReadNotificationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2523
+ markAsReadNotification(requestParameters: NotificationChannelsAutomationMarkAsReadNotificationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2524
2524
  /**
2525
2525
  * Mark all user in-platform notifications as read.
2526
2526
  * @summary Mark all notifications as read.
@@ -2529,7 +2529,7 @@ export declare class NotificationChannelsAutomation extends BaseAPI implements N
2529
2529
  * @throws {RequiredError}
2530
2530
  * @memberof NotificationChannelsAutomation
2531
2531
  */
2532
- markAsReadNotificationAll(requestParameters?: NotificationChannelsAutomationMarkAsReadNotificationAllRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2532
+ markAsReadNotificationAll(requestParameters?: NotificationChannelsAutomationMarkAsReadNotificationAllRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2533
2533
  /**
2534
2534
  * Tests the existing notification channel by sending a test notification.
2535
2535
  * @summary Test existing notification channel.
@@ -2538,7 +2538,7 @@ export declare class NotificationChannelsAutomation extends BaseAPI implements N
2538
2538
  * @throws {RequiredError}
2539
2539
  * @memberof NotificationChannelsAutomation
2540
2540
  */
2541
- testExistingNotificationChannel(requestParameters: NotificationChannelsAutomationTestExistingNotificationChannelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationTestResponse, any>>;
2541
+ testExistingNotificationChannel(requestParameters: NotificationChannelsAutomationTestExistingNotificationChannelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationTestResponse, any, {}>>;
2542
2542
  /**
2543
2543
  * Tests the notification channel by sending a test notification.
2544
2544
  * @summary Test notification channel.
@@ -2547,6 +2547,6 @@ export declare class NotificationChannelsAutomation extends BaseAPI implements N
2547
2547
  * @throws {RequiredError}
2548
2548
  * @memberof NotificationChannelsAutomation
2549
2549
  */
2550
- testNotificationChannel(requestParameters: NotificationChannelsAutomationTestNotificationChannelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationTestResponse, any>>;
2550
+ testNotificationChannel(requestParameters: NotificationChannelsAutomationTestNotificationChannelRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AutomationTestResponse, any, {}>>;
2551
2551
  }
2552
2552
  //# sourceMappingURL=api.d.ts.map
@@ -1877,7 +1877,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1877
1877
  * @throws {RequiredError}
1878
1878
  * @memberof ActionsExport
1879
1879
  */
1880
- createDashboardExportRequest(requestParameters: ActionsExportCreateDashboardExportRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
1880
+ createDashboardExportRequest(requestParameters: ActionsExportCreateDashboardExportRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
1881
1881
  /**
1882
1882
  * Note: This API is an experimental and is going to change. Please, use it accordingly. An image export job will be created based on the export request and put to queue to be executed. The result of the operation will be an exportResult identifier that will be assembled by the client into a url that can be polled.
1883
1883
  * @summary (EXPERIMENTAL) Create image export request
@@ -1886,7 +1886,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1886
1886
  * @throws {RequiredError}
1887
1887
  * @memberof ActionsExport
1888
1888
  */
1889
- createImageExport(requestParameters: ActionsExportCreateImageExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
1889
+ createImageExport(requestParameters: ActionsExportCreateImageExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
1890
1890
  /**
1891
1891
  * An visual export job will be created based on the export request and put to queue to be executed. The result of the operation will be an exportResult identifier that will be assembled by the client into a url that can be polled.
1892
1892
  * @summary Create visual - pdf export request
@@ -1895,7 +1895,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1895
1895
  * @throws {RequiredError}
1896
1896
  * @memberof ActionsExport
1897
1897
  */
1898
- createPdfExport(requestParameters: ActionsExportCreatePdfExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
1898
+ createPdfExport(requestParameters: ActionsExportCreatePdfExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
1899
1899
  /**
1900
1900
  * Note: This API is an experimental and is going to change. Please, use it accordingly.An raw export job will be created based on the export request and put to queue to be executed. The result of the operation will be an exportResult identifier that will be assembled by the client into a url that can be polled.
1901
1901
  * @summary (EXPERIMENTAL) Create raw export request
@@ -1904,7 +1904,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1904
1904
  * @throws {RequiredError}
1905
1905
  * @memberof ActionsExport
1906
1906
  */
1907
- createRawExport(requestParameters: ActionsExportCreateRawExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
1907
+ createRawExport(requestParameters: ActionsExportCreateRawExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
1908
1908
  /**
1909
1909
  * Note: This API is an experimental and is going to change. Please, use it accordingly. A slides export job will be created based on the export request and put to queue to be executed. The result of the operation will be an exportResult identifier that will be assembled by the client into a url that can be polled.
1910
1910
  * @summary (EXPERIMENTAL) Create slides export request
@@ -1913,7 +1913,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1913
1913
  * @throws {RequiredError}
1914
1914
  * @memberof ActionsExport
1915
1915
  */
1916
- createSlidesExport(requestParameters: ActionsExportCreateSlidesExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
1916
+ createSlidesExport(requestParameters: ActionsExportCreateSlidesExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
1917
1917
  /**
1918
1918
  * An tabular export job will be created based on the export request and put to queue to be executed. The result of the operation will be an exportResult identifier that will be assembled by the client into a url that can be polled.
1919
1919
  * @summary Create tabular export request
@@ -1922,7 +1922,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1922
1922
  * @throws {RequiredError}
1923
1923
  * @memberof ActionsExport
1924
1924
  */
1925
- createTabularExport(requestParameters: ActionsExportCreateTabularExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
1925
+ createTabularExport(requestParameters: ActionsExportCreateTabularExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
1926
1926
  /**
1927
1927
  * Returns 202 until original POST export request is not processed.Returns 200 with exported data once the export is done.
1928
1928
  * @summary Retrieve exported files
@@ -1931,7 +1931,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1931
1931
  * @throws {RequiredError}
1932
1932
  * @memberof ActionsExport
1933
1933
  */
1934
- getExportedFile(requestParameters: ActionsExportGetExportedFileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
1934
+ getExportedFile(requestParameters: ActionsExportGetExportedFileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
1935
1935
  /**
1936
1936
  * Note: This API is an experimental and is going to change. Please, use it accordingly. After clients creates a POST export request, the processing of it will start shortly asynchronously. To retrieve the result, client has to check periodically for the result on this endpoint. In case the result isn\'t ready yet, the service returns 202. If the result is ready, it returns 200 and octet stream of the result file with provided filename.
1937
1937
  * @summary (EXPERIMENTAL) Retrieve exported files
@@ -1940,7 +1940,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1940
1940
  * @throws {RequiredError}
1941
1941
  * @memberof ActionsExport
1942
1942
  */
1943
- getImageExport(requestParameters: ActionsExportGetImageExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
1943
+ getImageExport(requestParameters: ActionsExportGetImageExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
1944
1944
  /**
1945
1945
  * Note: This API is an experimental and is going to change. Please, use it accordingly. This endpoint serves as a cache for user-defined metadata of the export for the front end UI to retrieve it, if one was created using the POST ../export/image endpoint. The metadata structure is not verified.
1946
1946
  * @summary (EXPERIMENTAL) Retrieve metadata context
@@ -1949,7 +1949,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1949
1949
  * @throws {RequiredError}
1950
1950
  * @memberof ActionsExport
1951
1951
  */
1952
- getImageExportMetadata(requestParameters: ActionsExportGetImageExportMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1952
+ getImageExportMetadata(requestParameters: ActionsExportGetImageExportMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1953
1953
  /**
1954
1954
  * This endpoint serves as a cache for user-defined metadata of the export for the front end UI to retrieve it, if one was created using the POST ../export/visual endpoint. The metadata structure is not verified.
1955
1955
  * @summary Retrieve metadata context
@@ -1958,7 +1958,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1958
1958
  * @throws {RequiredError}
1959
1959
  * @memberof ActionsExport
1960
1960
  */
1961
- getMetadata(requestParameters: ActionsExportGetMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1961
+ getMetadata(requestParameters: ActionsExportGetMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1962
1962
  /**
1963
1963
  * Note: This API is an experimental and is going to change. Please, use it accordingly.After clients creates a POST export request, the processing of it will start shortly asynchronously. To retrieve the result, client has to check periodically for the result on this endpoint. In case the result isn\'t ready yet, the service returns 202. If the result is ready, it returns 200 and octet stream of the result file with provided filename.
1964
1964
  * @summary (EXPERIMENTAL) Retrieve exported files
@@ -1967,7 +1967,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1967
1967
  * @throws {RequiredError}
1968
1968
  * @memberof ActionsExport
1969
1969
  */
1970
- getRawExport(requestParameters: ActionsExportGetRawExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
1970
+ getRawExport(requestParameters: ActionsExportGetRawExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
1971
1971
  /**
1972
1972
  * Note: This API is an experimental and is going to change. Please, use it accordingly. After clients creates a POST export request, the processing of it will start shortly asynchronously. To retrieve the result, client has to check periodically for the result on this endpoint. In case the result isn\'t ready yet, the service returns 202. If the result is ready, it returns 200 and octet stream of the result file with provided filename.
1973
1973
  * @summary (EXPERIMENTAL) Retrieve exported files
@@ -1976,7 +1976,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1976
1976
  * @throws {RequiredError}
1977
1977
  * @memberof ActionsExport
1978
1978
  */
1979
- getSlidesExport(requestParameters: ActionsExportGetSlidesExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
1979
+ getSlidesExport(requestParameters: ActionsExportGetSlidesExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
1980
1980
  /**
1981
1981
  * Note: This API is an experimental and is going to change. Please, use it accordingly. This endpoint serves as a cache for user-defined metadata of the export for the front end UI to retrieve it, if one was created using the POST ../export/slides endpoint. The metadata structure is not verified.
1982
1982
  * @summary (EXPERIMENTAL) Retrieve metadata context
@@ -1985,7 +1985,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1985
1985
  * @throws {RequiredError}
1986
1986
  * @memberof ActionsExport
1987
1987
  */
1988
- getSlidesExportMetadata(requestParameters: ActionsExportGetSlidesExportMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1988
+ getSlidesExportMetadata(requestParameters: ActionsExportGetSlidesExportMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1989
1989
  /**
1990
1990
  * After clients creates a POST export request, the processing of it will start shortly asynchronously. To retrieve the result, client has to check periodically for the result on this endpoint. In case the result isn\'t ready yet, the service returns 202. If the result is ready, it returns 200 and octet stream of the result file with provided filename.
1991
1991
  * @summary Retrieve exported files
@@ -1994,7 +1994,7 @@ export declare class ActionsExport extends BaseAPI implements ActionsExportInter
1994
1994
  * @throws {RequiredError}
1995
1995
  * @memberof ActionsExport
1996
1996
  */
1997
- getTabularExport(requestParameters: ActionsExportGetTabularExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
1997
+ getTabularExport(requestParameters: ActionsExportGetTabularExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
1998
1998
  }
1999
1999
  /**
2000
2000
  * ImageExportExport - axios parameter creator
@@ -2198,7 +2198,7 @@ export declare class ImageExportExport extends BaseAPI implements ImageExportExp
2198
2198
  * @throws {RequiredError}
2199
2199
  * @memberof ImageExportExport
2200
2200
  */
2201
- createImageExport(requestParameters: ImageExportExportCreateImageExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
2201
+ createImageExport(requestParameters: ImageExportExportCreateImageExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
2202
2202
  /**
2203
2203
  * Note: This API is an experimental and is going to change. Please, use it accordingly. After clients creates a POST export request, the processing of it will start shortly asynchronously. To retrieve the result, client has to check periodically for the result on this endpoint. In case the result isn\'t ready yet, the service returns 202. If the result is ready, it returns 200 and octet stream of the result file with provided filename.
2204
2204
  * @summary (EXPERIMENTAL) Retrieve exported files
@@ -2207,7 +2207,7 @@ export declare class ImageExportExport extends BaseAPI implements ImageExportExp
2207
2207
  * @throws {RequiredError}
2208
2208
  * @memberof ImageExportExport
2209
2209
  */
2210
- getImageExport(requestParameters: ImageExportExportGetImageExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
2210
+ getImageExport(requestParameters: ImageExportExportGetImageExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
2211
2211
  /**
2212
2212
  * Note: This API is an experimental and is going to change. Please, use it accordingly. This endpoint serves as a cache for user-defined metadata of the export for the front end UI to retrieve it, if one was created using the POST ../export/image endpoint. The metadata structure is not verified.
2213
2213
  * @summary (EXPERIMENTAL) Retrieve metadata context
@@ -2216,7 +2216,7 @@ export declare class ImageExportExport extends BaseAPI implements ImageExportExp
2216
2216
  * @throws {RequiredError}
2217
2217
  * @memberof ImageExportExport
2218
2218
  */
2219
- getImageExportMetadata(requestParameters: ImageExportExportGetImageExportMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2219
+ getImageExportMetadata(requestParameters: ImageExportExportGetImageExportMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2220
2220
  }
2221
2221
  /**
2222
2222
  * RawExportExport - axios parameter creator
@@ -2366,7 +2366,7 @@ export declare class RawExportExport extends BaseAPI implements RawExportExportI
2366
2366
  * @throws {RequiredError}
2367
2367
  * @memberof RawExportExport
2368
2368
  */
2369
- createRawExport(requestParameters: RawExportExportCreateRawExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
2369
+ createRawExport(requestParameters: RawExportExportCreateRawExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
2370
2370
  /**
2371
2371
  * Note: This API is an experimental and is going to change. Please, use it accordingly.After clients creates a POST export request, the processing of it will start shortly asynchronously. To retrieve the result, client has to check periodically for the result on this endpoint. In case the result isn\'t ready yet, the service returns 202. If the result is ready, it returns 200 and octet stream of the result file with provided filename.
2372
2372
  * @summary (EXPERIMENTAL) Retrieve exported files
@@ -2375,7 +2375,7 @@ export declare class RawExportExport extends BaseAPI implements RawExportExportI
2375
2375
  * @throws {RequiredError}
2376
2376
  * @memberof RawExportExport
2377
2377
  */
2378
- getRawExport(requestParameters: RawExportExportGetRawExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
2378
+ getRawExport(requestParameters: RawExportExportGetRawExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
2379
2379
  }
2380
2380
  /**
2381
2381
  * SlidesExportExport - axios parameter creator
@@ -2587,7 +2587,7 @@ export declare class SlidesExportExport extends BaseAPI implements SlidesExportE
2587
2587
  * @throws {RequiredError}
2588
2588
  * @memberof SlidesExportExport
2589
2589
  */
2590
- createSlidesExport(requestParameters: SlidesExportExportCreateSlidesExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
2590
+ createSlidesExport(requestParameters: SlidesExportExportCreateSlidesExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
2591
2591
  /**
2592
2592
  * Note: This API is an experimental and is going to change. Please, use it accordingly. After clients creates a POST export request, the processing of it will start shortly asynchronously. To retrieve the result, client has to check periodically for the result on this endpoint. In case the result isn\'t ready yet, the service returns 202. If the result is ready, it returns 200 and octet stream of the result file with provided filename.
2593
2593
  * @summary (EXPERIMENTAL) Retrieve exported files
@@ -2596,7 +2596,7 @@ export declare class SlidesExportExport extends BaseAPI implements SlidesExportE
2596
2596
  * @throws {RequiredError}
2597
2597
  * @memberof SlidesExportExport
2598
2598
  */
2599
- getSlidesExport(requestParameters: SlidesExportExportGetSlidesExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
2599
+ getSlidesExport(requestParameters: SlidesExportExportGetSlidesExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
2600
2600
  /**
2601
2601
  * Note: This API is an experimental and is going to change. Please, use it accordingly. This endpoint serves as a cache for user-defined metadata of the export for the front end UI to retrieve it, if one was created using the POST ../export/slides endpoint. The metadata structure is not verified.
2602
2602
  * @summary (EXPERIMENTAL) Retrieve metadata context
@@ -2605,7 +2605,7 @@ export declare class SlidesExportExport extends BaseAPI implements SlidesExportE
2605
2605
  * @throws {RequiredError}
2606
2606
  * @memberof SlidesExportExport
2607
2607
  */
2608
- getSlidesExportMetadata(requestParameters: SlidesExportExportGetSlidesExportMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2608
+ getSlidesExportMetadata(requestParameters: SlidesExportExportGetSlidesExportMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2609
2609
  }
2610
2610
  /**
2611
2611
  * TabularExportExport - axios parameter creator
@@ -2817,7 +2817,7 @@ export declare class TabularExportExport extends BaseAPI implements TabularExpor
2817
2817
  * @throws {RequiredError}
2818
2818
  * @memberof TabularExportExport
2819
2819
  */
2820
- createDashboardExportRequest(requestParameters: TabularExportExportCreateDashboardExportRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
2820
+ createDashboardExportRequest(requestParameters: TabularExportExportCreateDashboardExportRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
2821
2821
  /**
2822
2822
  * An tabular export job will be created based on the export request and put to queue to be executed. The result of the operation will be an exportResult identifier that will be assembled by the client into a url that can be polled.
2823
2823
  * @summary Create tabular export request
@@ -2826,7 +2826,7 @@ export declare class TabularExportExport extends BaseAPI implements TabularExpor
2826
2826
  * @throws {RequiredError}
2827
2827
  * @memberof TabularExportExport
2828
2828
  */
2829
- createTabularExport(requestParameters: TabularExportExportCreateTabularExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
2829
+ createTabularExport(requestParameters: TabularExportExportCreateTabularExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
2830
2830
  /**
2831
2831
  * After clients creates a POST export request, the processing of it will start shortly asynchronously. To retrieve the result, client has to check periodically for the result on this endpoint. In case the result isn\'t ready yet, the service returns 202. If the result is ready, it returns 200 and octet stream of the result file with provided filename.
2832
2832
  * @summary Retrieve exported files
@@ -2835,7 +2835,7 @@ export declare class TabularExportExport extends BaseAPI implements TabularExpor
2835
2835
  * @throws {RequiredError}
2836
2836
  * @memberof TabularExportExport
2837
2837
  */
2838
- getTabularExport(requestParameters: TabularExportExportGetTabularExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
2838
+ getTabularExport(requestParameters: TabularExportExportGetTabularExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
2839
2839
  }
2840
2840
  /**
2841
2841
  * VisualExportExport - axios parameter creator
@@ -3047,7 +3047,7 @@ export declare class VisualExportExport extends BaseAPI implements VisualExportE
3047
3047
  * @throws {RequiredError}
3048
3048
  * @memberof VisualExportExport
3049
3049
  */
3050
- createPdfExport(requestParameters: VisualExportExportCreatePdfExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any>>;
3050
+ createPdfExport(requestParameters: VisualExportExportCreatePdfExportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExportExportResponse, any, {}>>;
3051
3051
  /**
3052
3052
  * Returns 202 until original POST export request is not processed.Returns 200 with exported data once the export is done.
3053
3053
  * @summary Retrieve exported files
@@ -3056,7 +3056,7 @@ export declare class VisualExportExport extends BaseAPI implements VisualExportE
3056
3056
  * @throws {RequiredError}
3057
3057
  * @memberof VisualExportExport
3058
3058
  */
3059
- getExportedFile(requestParameters: VisualExportExportGetExportedFileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
3059
+ getExportedFile(requestParameters: VisualExportExportGetExportedFileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
3060
3060
  /**
3061
3061
  * This endpoint serves as a cache for user-defined metadata of the export for the front end UI to retrieve it, if one was created using the POST ../export/visual endpoint. The metadata structure is not verified.
3062
3062
  * @summary Retrieve metadata context
@@ -3065,6 +3065,6 @@ export declare class VisualExportExport extends BaseAPI implements VisualExportE
3065
3065
  * @throws {RequiredError}
3066
3066
  * @memberof VisualExportExport
3067
3067
  */
3068
- getMetadata(requestParameters: VisualExportExportGetMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
3068
+ getMetadata(requestParameters: VisualExportExportGetMetadataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
3069
3069
  }
3070
3070
  //# sourceMappingURL=api.d.ts.map