@gooddata/api-client-tiger 11.26.0-alpha.1 → 11.26.0-alpha.2
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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +58768 -58445
- package/esm/generated/afm-rest-api/api.d.ts +26 -26
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +12 -12
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/index.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/index.js.map +1 -1
- package/esm/generated/auth-json-api/index.d.ts.map +1 -1
- package/esm/generated/auth-json-api/index.js.map +1 -1
- package/esm/generated/automation-json-api/index.d.ts.map +1 -1
- package/esm/generated/automation-json-api/index.js.map +1 -1
- package/esm/generated/export-json-api/index.d.ts.map +1 -1
- package/esm/generated/export-json-api/index.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +21735 -21450
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +39000 -38848
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/index.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/index.js.map +1 -1
- package/esm/generated/result-json-api/index.d.ts.map +1 -1
- package/esm/generated/result-json-api/index.js.map +1 -1
- package/esm/generated/scan-json-api/index.d.ts.map +1 -1
- package/esm/generated/scan-json-api/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -365,7 +365,7 @@ export interface AttributeHeaderAttributeHeader {
|
|
|
365
365
|
'geoAreaConfig'?: GeoAreaConfig;
|
|
366
366
|
}
|
|
367
367
|
export type AttributeHeaderAttributeHeaderGranularityEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'QUARTER' | 'YEAR' | 'MINUTE_OF_HOUR' | 'HOUR_OF_DAY' | 'DAY_OF_WEEK' | 'DAY_OF_MONTH' | 'DAY_OF_QUARTER' | 'DAY_OF_YEAR' | 'WEEK_OF_YEAR' | 'MONTH_OF_YEAR' | 'QUARTER_OF_YEAR' | 'FISCAL_MONTH' | 'FISCAL_QUARTER' | 'FISCAL_YEAR';
|
|
368
|
-
export type AttributeHeaderAttributeHeaderValueTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' | 'GEO_LONGITUDE' | 'GEO_LATITUDE' | 'GEO_AREA' | 'IMAGE';
|
|
368
|
+
export type AttributeHeaderAttributeHeaderValueTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' | 'GEO_LONGITUDE' | 'GEO_LATITUDE' | 'GEO_AREA' | 'GEO_ICON' | 'IMAGE';
|
|
369
369
|
export interface AttributeItem {
|
|
370
370
|
/**
|
|
371
371
|
* Local identifier of the attribute. This can be used to reference the attribute in other parts of the execution definition.
|
|
@@ -1422,7 +1422,7 @@ export interface KeyDriversDimension {
|
|
|
1422
1422
|
'valueType'?: KeyDriversDimensionValueTypeEnum;
|
|
1423
1423
|
}
|
|
1424
1424
|
export type KeyDriversDimensionGranularityEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'QUARTER' | 'YEAR' | 'MINUTE_OF_HOUR' | 'HOUR_OF_DAY' | 'DAY_OF_WEEK' | 'DAY_OF_MONTH' | 'DAY_OF_QUARTER' | 'DAY_OF_YEAR' | 'WEEK_OF_YEAR' | 'MONTH_OF_YEAR' | 'QUARTER_OF_YEAR' | 'FISCAL_MONTH' | 'FISCAL_QUARTER' | 'FISCAL_YEAR';
|
|
1425
|
-
export type KeyDriversDimensionValueTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' | 'GEO_LONGITUDE' | 'GEO_LATITUDE' | 'GEO_AREA' | 'IMAGE';
|
|
1425
|
+
export type KeyDriversDimensionValueTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' | 'GEO_LONGITUDE' | 'GEO_LATITUDE' | 'GEO_AREA' | 'GEO_ICON' | 'IMAGE';
|
|
1426
1426
|
export interface KeyDriversRequest {
|
|
1427
1427
|
'metric': MeasureItem;
|
|
1428
1428
|
/**
|
|
@@ -3747,19 +3747,19 @@ export declare function ActionsApiAxiosParamCreator_ResolveLlmEndpoints(workspac
|
|
|
3747
3747
|
*/
|
|
3748
3748
|
export declare function ActionsApiAxiosParamCreator_RetrieveExecutionMetadata(workspaceId: string, resultId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3749
3749
|
/**
|
|
3750
|
-
* Gets a single execution result.
|
|
3750
|
+
* Gets a single execution result. Note that the Arrow File and Arrow Stream content types are currently in BETA.
|
|
3751
3751
|
* @summary Get a single execution result
|
|
3752
3752
|
* @param {string} workspaceId Workspace identifier
|
|
3753
3753
|
* @param {string} resultId Result ID
|
|
3754
|
+
* @param {string} [xGDCCANCELTOKEN]
|
|
3754
3755
|
* @param {Array<number>} [offset] Request page with these offsets. Format is offset=1,2,3,... - one offset for each dimensions in ResultSpec from originating AFM.
|
|
3755
3756
|
* @param {Array<number>} [limit] Return only this number of items. Format is limit=1,2,3,... - one limit for each dimensions in ResultSpec from originating AFM.
|
|
3756
3757
|
* @param {Array<string>} [excludedTotalDimensions] Identifiers of the dimensions where grand total data should not be returned for this request. A grand total will not be returned if all of its totalDimensions are in excludedTotalDimensions.
|
|
3757
|
-
* @param {string} [xGDCCANCELTOKEN]
|
|
3758
3758
|
* @param {*} [options] Override http request option.
|
|
3759
3759
|
* @param {Configuration} [configuration] Optional configuration.
|
|
3760
3760
|
* @throws {RequiredError}
|
|
3761
3761
|
*/
|
|
3762
|
-
export declare function ActionsApiAxiosParamCreator_RetrieveResult(workspaceId: string, resultId: string, offset?: Array<number>, limit?: Array<number>, excludedTotalDimensions?: Array<string>,
|
|
3762
|
+
export declare function ActionsApiAxiosParamCreator_RetrieveResult(workspaceId: string, resultId: string, xGDCCANCELTOKEN?: string, offset?: Array<number>, limit?: Array<number>, excludedTotalDimensions?: Array<string>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3763
3763
|
/**
|
|
3764
3764
|
*
|
|
3765
3765
|
* @param {string} workspaceId Workspace identifier
|
|
@@ -4292,7 +4292,7 @@ export declare function ActionsApi_ResolveLlmEndpoints(axios: AxiosInstance, bas
|
|
|
4292
4292
|
*/
|
|
4293
4293
|
export declare function ActionsApi_RetrieveExecutionMetadata(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiRetrieveExecutionMetadataRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<ResultCacheMetadata>;
|
|
4294
4294
|
/**
|
|
4295
|
-
* Gets a single execution result.
|
|
4295
|
+
* Gets a single execution result. Note that the Arrow File and Arrow Stream content types are currently in BETA.
|
|
4296
4296
|
* @summary Get a single execution result
|
|
4297
4297
|
* @param {AxiosInstance} axios Axios instance.
|
|
4298
4298
|
* @param {string} basePath Base path.
|
|
@@ -4769,7 +4769,7 @@ export interface ActionsApiInterface {
|
|
|
4769
4769
|
*/
|
|
4770
4770
|
retrieveExecutionMetadata(requestParameters: ActionsApiRetrieveExecutionMetadataRequest, options?: AxiosRequestConfig): AxiosPromise<ResultCacheMetadata>;
|
|
4771
4771
|
/**
|
|
4772
|
-
* Gets a single execution result.
|
|
4772
|
+
* Gets a single execution result. Note that the Arrow File and Arrow Stream content types are currently in BETA.
|
|
4773
4773
|
* @summary Get a single execution result
|
|
4774
4774
|
* @param {ActionsApiRetrieveResultRequest} requestParameters Request parameters.
|
|
4775
4775
|
* @param {*} [options] Override http request option.
|
|
@@ -5792,6 +5792,12 @@ export interface ActionsApiRetrieveResultRequest {
|
|
|
5792
5792
|
* @memberof ActionsApiRetrieveResult
|
|
5793
5793
|
*/
|
|
5794
5794
|
readonly resultId: string;
|
|
5795
|
+
/**
|
|
5796
|
+
*
|
|
5797
|
+
* @type {string}
|
|
5798
|
+
* @memberof ActionsApiRetrieveResult
|
|
5799
|
+
*/
|
|
5800
|
+
readonly xGDCCANCELTOKEN?: string;
|
|
5795
5801
|
/**
|
|
5796
5802
|
* Request page with these offsets. Format is offset=1,2,3,... - one offset for each dimensions in ResultSpec from originating AFM.
|
|
5797
5803
|
* @type {Array<number>}
|
|
@@ -5810,12 +5816,6 @@ export interface ActionsApiRetrieveResultRequest {
|
|
|
5810
5816
|
* @memberof ActionsApiRetrieveResult
|
|
5811
5817
|
*/
|
|
5812
5818
|
readonly excludedTotalDimensions?: Array<string>;
|
|
5813
|
-
/**
|
|
5814
|
-
*
|
|
5815
|
-
* @type {string}
|
|
5816
|
-
* @memberof ActionsApiRetrieveResult
|
|
5817
|
-
*/
|
|
5818
|
-
readonly xGDCCANCELTOKEN?: string;
|
|
5819
5819
|
}
|
|
5820
5820
|
/**
|
|
5821
5821
|
* Request parameters for searchKnowledge operation in ActionsApi.
|
|
@@ -6347,7 +6347,7 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
6347
6347
|
*/
|
|
6348
6348
|
retrieveExecutionMetadata(requestParameters: ActionsApiRetrieveExecutionMetadataRequest, options?: AxiosRequestConfig): AxiosPromise<ResultCacheMetadata>;
|
|
6349
6349
|
/**
|
|
6350
|
-
* Gets a single execution result.
|
|
6350
|
+
* Gets a single execution result. Note that the Arrow File and Arrow Stream content types are currently in BETA.
|
|
6351
6351
|
* @summary Get a single execution result
|
|
6352
6352
|
* @param {ActionsApiRetrieveResultRequest} requestParameters Request parameters.
|
|
6353
6353
|
* @param {*} [options] Override http request option.
|
|
@@ -6578,19 +6578,19 @@ export declare function ComputationApiAxiosParamCreator_OutlierDetectionResult(w
|
|
|
6578
6578
|
*/
|
|
6579
6579
|
export declare function ComputationApiAxiosParamCreator_RetrieveExecutionMetadata(workspaceId: string, resultId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
6580
6580
|
/**
|
|
6581
|
-
* Gets a single execution result.
|
|
6581
|
+
* Gets a single execution result. Note that the Arrow File and Arrow Stream content types are currently in BETA.
|
|
6582
6582
|
* @summary Get a single execution result
|
|
6583
6583
|
* @param {string} workspaceId Workspace identifier
|
|
6584
6584
|
* @param {string} resultId Result ID
|
|
6585
|
+
* @param {string} [xGDCCANCELTOKEN]
|
|
6585
6586
|
* @param {Array<number>} [offset] Request page with these offsets. Format is offset=1,2,3,... - one offset for each dimensions in ResultSpec from originating AFM.
|
|
6586
6587
|
* @param {Array<number>} [limit] Return only this number of items. Format is limit=1,2,3,... - one limit for each dimensions in ResultSpec from originating AFM.
|
|
6587
6588
|
* @param {Array<string>} [excludedTotalDimensions] Identifiers of the dimensions where grand total data should not be returned for this request. A grand total will not be returned if all of its totalDimensions are in excludedTotalDimensions.
|
|
6588
|
-
* @param {string} [xGDCCANCELTOKEN]
|
|
6589
6589
|
* @param {*} [options] Override http request option.
|
|
6590
6590
|
* @param {Configuration} [configuration] Optional configuration.
|
|
6591
6591
|
* @throws {RequiredError}
|
|
6592
6592
|
*/
|
|
6593
|
-
export declare function ComputationApiAxiosParamCreator_RetrieveResult(workspaceId: string, resultId: string, offset?: Array<number>, limit?: Array<number>, excludedTotalDimensions?: Array<string>,
|
|
6593
|
+
export declare function ComputationApiAxiosParamCreator_RetrieveResult(workspaceId: string, resultId: string, xGDCCANCELTOKEN?: string, offset?: Array<number>, limit?: Array<number>, excludedTotalDimensions?: Array<string>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
6594
6594
|
/**
|
|
6595
6595
|
* Each cancel token corresponds to one unique execution request for the same result id. If all cancel tokens for the same result id are applied, the execution for this result id is cancelled.
|
|
6596
6596
|
* @summary Applies all the given cancel tokens.
|
|
@@ -6735,7 +6735,7 @@ export declare function ComputationApi_OutlierDetectionResult(axios: AxiosInstan
|
|
|
6735
6735
|
*/
|
|
6736
6736
|
export declare function ComputationApi_RetrieveExecutionMetadata(axios: AxiosInstance, basePath: string, requestParameters: ComputationApiRetrieveExecutionMetadataRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<ResultCacheMetadata>;
|
|
6737
6737
|
/**
|
|
6738
|
-
* Gets a single execution result.
|
|
6738
|
+
* Gets a single execution result. Note that the Arrow File and Arrow Stream content types are currently in BETA.
|
|
6739
6739
|
* @summary Get a single execution result
|
|
6740
6740
|
* @param {AxiosInstance} axios Axios instance.
|
|
6741
6741
|
* @param {string} basePath Base path.
|
|
@@ -6869,7 +6869,7 @@ export interface ComputationApiInterface {
|
|
|
6869
6869
|
*/
|
|
6870
6870
|
retrieveExecutionMetadata(requestParameters: ComputationApiRetrieveExecutionMetadataRequest, options?: AxiosRequestConfig): AxiosPromise<ResultCacheMetadata>;
|
|
6871
6871
|
/**
|
|
6872
|
-
* Gets a single execution result.
|
|
6872
|
+
* Gets a single execution result. Note that the Arrow File and Arrow Stream content types are currently in BETA.
|
|
6873
6873
|
* @summary Get a single execution result
|
|
6874
6874
|
* @param {ComputationApiRetrieveResultRequest} requestParameters Request parameters.
|
|
6875
6875
|
* @param {*} [options] Override http request option.
|
|
@@ -7215,6 +7215,12 @@ export interface ComputationApiRetrieveResultRequest {
|
|
|
7215
7215
|
* @memberof ComputationApiRetrieveResult
|
|
7216
7216
|
*/
|
|
7217
7217
|
readonly resultId: string;
|
|
7218
|
+
/**
|
|
7219
|
+
*
|
|
7220
|
+
* @type {string}
|
|
7221
|
+
* @memberof ComputationApiRetrieveResult
|
|
7222
|
+
*/
|
|
7223
|
+
readonly xGDCCANCELTOKEN?: string;
|
|
7218
7224
|
/**
|
|
7219
7225
|
* Request page with these offsets. Format is offset=1,2,3,... - one offset for each dimensions in ResultSpec from originating AFM.
|
|
7220
7226
|
* @type {Array<number>}
|
|
@@ -7233,12 +7239,6 @@ export interface ComputationApiRetrieveResultRequest {
|
|
|
7233
7239
|
* @memberof ComputationApiRetrieveResult
|
|
7234
7240
|
*/
|
|
7235
7241
|
readonly excludedTotalDimensions?: Array<string>;
|
|
7236
|
-
/**
|
|
7237
|
-
*
|
|
7238
|
-
* @type {string}
|
|
7239
|
-
* @memberof ComputationApiRetrieveResult
|
|
7240
|
-
*/
|
|
7241
|
-
readonly xGDCCANCELTOKEN?: string;
|
|
7242
7242
|
}
|
|
7243
7243
|
/**
|
|
7244
7244
|
* ComputationApi - object-oriented interface
|
|
@@ -7365,7 +7365,7 @@ export declare class ComputationApi extends BaseAPI implements ComputationApiInt
|
|
|
7365
7365
|
*/
|
|
7366
7366
|
retrieveExecutionMetadata(requestParameters: ComputationApiRetrieveExecutionMetadataRequest, options?: AxiosRequestConfig): AxiosPromise<ResultCacheMetadata>;
|
|
7367
7367
|
/**
|
|
7368
|
-
* Gets a single execution result.
|
|
7368
|
+
* Gets a single execution result. Note that the Arrow File and Arrow Stream content types are currently in BETA.
|
|
7369
7369
|
* @summary Get a single execution result
|
|
7370
7370
|
* @param {ComputationApiRetrieveResultRequest} requestParameters Request parameters.
|
|
7371
7371
|
* @param {*} [options] Override http request option.
|