@gooddata/api-client-tiger 11.17.0-alpha.5 → 11.17.0
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.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/api-client-tiger.d.ts +4009 -539
- package/esm/client.d.ts +6 -8
- package/esm/client.d.ts.map +1 -1
- package/esm/client.js +6 -9
- package/esm/client.js.map +1 -1
- package/esm/entitiesObjects.d.ts +1 -4
- package/esm/entitiesObjects.d.ts.map +1 -1
- package/esm/entitiesObjects.js +2 -3
- package/esm/entitiesObjects.js.map +1 -1
- package/esm/gd-tiger-model/index.d.ts +0 -4
- package/esm/gd-tiger-model/index.d.ts.map +1 -1
- package/esm/gd-tiger-model/index.js +1 -5
- package/esm/gd-tiger-model/index.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +59 -1
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +70 -1
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/auth-json-api/api.d.ts +4 -0
- package/esm/generated/auth-json-api/api.d.ts.map +1 -1
- package/esm/generated/auth-json-api/api.js +1 -12
- package/esm/generated/auth-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/api.d.ts +8 -0
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js +1 -1
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/index.d.ts.map +1 -1
- package/esm/generated/automation-json-api/index.js +1 -0
- package/esm/generated/automation-json-api/index.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +3810 -498
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +3583 -1
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/index.d.ts +29 -3
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +46 -3
- package/esm/index.js.map +1 -1
- package/esm/labelElements.d.ts +1 -4
- package/esm/labelElements.d.ts.map +1 -1
- package/esm/labelElements.js +2 -3
- package/esm/labelElements.js.map +1 -1
- package/esm/result.d.ts +1 -2
- package/esm/result.d.ts.map +1 -1
- package/esm/result.js +1 -1
- package/esm/result.js.map +1 -1
- package/esm/scanModel.d.ts +1 -4
- package/esm/scanModel.d.ts.map +1 -1
- package/esm/scanModel.js +2 -4
- package/esm/scanModel.js.map +1 -1
- package/package.json +4 -4
package/esm/client.d.ts
CHANGED
|
@@ -2,24 +2,22 @@ import { type AxiosInstance } from "axios";
|
|
|
2
2
|
import { tigerActionsClientFactory } from "./actions.js";
|
|
3
3
|
import { tigerAuthActionsClientFactory } from "./authActions.js";
|
|
4
4
|
import { tigerAutomationClientFactory } from "./automation.js";
|
|
5
|
-
import {
|
|
5
|
+
import { tigerEntitiesObjectsClientFactory } from "./entitiesObjects.js";
|
|
6
6
|
import { tigerExecutionClientFactory } from "./execution.js";
|
|
7
7
|
import { tigerExecutionResultClientFactory } from "./executionResult.js";
|
|
8
8
|
import { tigerAfmExplainClientFactory } from "./explain.js";
|
|
9
9
|
import { tigerExportClientFactory } from "./export.js";
|
|
10
10
|
import { tigerGenAIClientFactory } from "./genAI.js";
|
|
11
|
-
import {
|
|
11
|
+
import { tigerLabelElementsClientFactory } from "./labelElements.js";
|
|
12
12
|
import { tigerLayoutClientFactory } from "./layout.js";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
13
|
+
import { tigerLocationStyleClientFactory } from "./locationStyle.js";
|
|
14
|
+
import { tigerProfileClientFactory } from "./profile.js";
|
|
15
|
+
import { tigerGeoCollectionsClientFactory, tigerResultClientFactory } from "./result.js";
|
|
16
|
+
import { tigerScanModelClientFactory } from "./scanModel.js";
|
|
17
17
|
import { tigerSmartFunctionsClientFactory } from "./smartFunctions.js";
|
|
18
18
|
import { tigerUserManagementClientFactory } from "./userManagement.js";
|
|
19
19
|
import { tigerValidDescendantsClientFactory } from "./validDescendants.js";
|
|
20
20
|
import { tigerValidObjectsClientFactory } from "./validObjects.js";
|
|
21
|
-
export type { MetadataConfigurationParameters, MetadataRequestArgs, LabelElementsConfigurationParameters, LabelElementsRequestArgs, ProfileApiInterface, IUserProfile, ILiveFeatures, IStaticFeatures, FeatureContext, LocationStyleApiInterface, LocationStyleDocument, ScanModelConfigurationParameters, ScanModelRequestArgs, ScanModelActionsApiInterface, ResultActionsApiInterface, };
|
|
22
|
-
export { tigerExecutionClientFactory, tigerExecutionResultClientFactory, tigerLabelElementsClientFactory, tigerValidObjectsClientFactory, tigerValidDescendantsClientFactory, tigerLayoutClientFactory, tigerAfmExplainClientFactory, tigerProfileClientFactory, tigerLocationStyleClientFactory, tigerActionsClientFactory, tigerAuthActionsClientFactory, tigerScanModelClientFactory, tigerExportClientFactory, tigerAutomationClientFactory, tigerResultClientFactory, tigerUserManagementClientFactory, tigerSmartFunctionsClientFactory, tigerGenAIClientFactory, MetadataConfiguration, MetadataBaseApi, LabelElementsConfiguration, LabelElementsBaseApi, isLiveFeatures, isStaticFeatures, ScanModelConfiguration, ScanModelBaseApi, };
|
|
23
21
|
export interface ITigerClientBase {
|
|
24
22
|
axios: AxiosInstance;
|
|
25
23
|
basePath: string;
|
package/esm/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,4BAA4B,EAAE,MAAM,iBAAiB,CAAC;AAE/D,OAAO,
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"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"}
|
package/esm/client.js
CHANGED
|
@@ -3,25 +3,22 @@ import { tigerActionsClientFactory } from "./actions.js";
|
|
|
3
3
|
import { tigerAuthActionsClientFactory } from "./authActions.js";
|
|
4
4
|
import { tigerAutomationClientFactory } from "./automation.js";
|
|
5
5
|
import { setAxiosAuthorizationToken } from "./axios.js";
|
|
6
|
-
import {
|
|
6
|
+
import { tigerEntitiesObjectsClientFactory } from "./entitiesObjects.js";
|
|
7
7
|
import { tigerExecutionClientFactory } from "./execution.js";
|
|
8
8
|
import { tigerExecutionResultClientFactory } from "./executionResult.js";
|
|
9
9
|
import { tigerAfmExplainClientFactory } from "./explain.js";
|
|
10
10
|
import { tigerExportClientFactory } from "./export.js";
|
|
11
11
|
import { tigerGenAIClientFactory } from "./genAI.js";
|
|
12
|
-
import {
|
|
12
|
+
import { tigerLabelElementsClientFactory } from "./labelElements.js";
|
|
13
13
|
import { tigerLayoutClientFactory } from "./layout.js";
|
|
14
|
-
import { tigerLocationStyleClientFactory
|
|
15
|
-
import {
|
|
16
|
-
import { tigerGeoCollectionsClientFactory, tigerResultClientFactory
|
|
17
|
-
import {
|
|
14
|
+
import { tigerLocationStyleClientFactory } from "./locationStyle.js";
|
|
15
|
+
import { tigerProfileClientFactory } from "./profile.js";
|
|
16
|
+
import { tigerGeoCollectionsClientFactory, tigerResultClientFactory } from "./result.js";
|
|
17
|
+
import { tigerScanModelClientFactory } from "./scanModel.js";
|
|
18
18
|
import { tigerSmartFunctionsClientFactory } from "./smartFunctions.js";
|
|
19
19
|
import { tigerUserManagementClientFactory } from "./userManagement.js";
|
|
20
20
|
import { tigerValidDescendantsClientFactory } from "./validDescendants.js";
|
|
21
21
|
import { tigerValidObjectsClientFactory } from "./validObjects.js";
|
|
22
|
-
export { tigerExecutionClientFactory,
|
|
23
|
-
// tigerEntitiesObjectsClientFactory,
|
|
24
|
-
tigerExecutionResultClientFactory, tigerLabelElementsClientFactory, tigerValidObjectsClientFactory, tigerValidDescendantsClientFactory, tigerLayoutClientFactory, tigerAfmExplainClientFactory, tigerProfileClientFactory, tigerLocationStyleClientFactory, tigerActionsClientFactory, tigerAuthActionsClientFactory, tigerScanModelClientFactory, tigerExportClientFactory, tigerAutomationClientFactory, tigerResultClientFactory, tigerUserManagementClientFactory, tigerSmartFunctionsClientFactory, tigerGenAIClientFactory, MetadataConfiguration, MetadataBaseApi, LabelElementsConfiguration, LabelElementsBaseApi, isLiveFeatures, isStaticFeatures, ScanModelConfiguration, ScanModelBaseApi, };
|
|
25
22
|
/**
|
|
26
23
|
* Tiger execution client
|
|
27
24
|
*
|
package/esm/client.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAIrC,OAAO,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,4BAA4B,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"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"}
|
package/esm/entitiesObjects.d.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { type AxiosInstance } from "axios";
|
|
2
|
-
import {
|
|
3
|
-
import { Configuration, type ConfigurationParameters, type EntitiesApiInterface } from "./generated/metadata-json-api/index.js";
|
|
4
|
-
export type { ConfigurationParameters as MetadataConfigurationParameters, RequestArgs as MetadataRequestArgs, };
|
|
5
|
-
export { Configuration as MetadataConfiguration, BaseAPI as MetadataBaseApi };
|
|
2
|
+
import { type EntitiesApiInterface } from "./generated/metadata-json-api/index.js";
|
|
6
3
|
export declare const tigerEntitiesObjectsClientFactory: (axios: AxiosInstance) => EntitiesApiInterface;
|
|
7
4
|
//# sourceMappingURL=entitiesObjects.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitiesObjects.d.ts","sourceRoot":"","sources":["../src/entitiesObjects.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"entitiesObjects.d.ts","sourceRoot":"","sources":["../src/entitiesObjects.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAe,KAAK,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAEhG,eAAO,MAAM,iCAAiC,GAAI,OAAO,aAAa,KAAG,oBAChC,CAAC"}
|
package/esm/entitiesObjects.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
export { Configuration as MetadataConfiguration, BaseAPI as MetadataBaseApi };
|
|
1
|
+
// (C) 2019-2026 GoodData Corporation
|
|
2
|
+
import { EntitiesApi } from "./generated/metadata-json-api/index.js";
|
|
4
3
|
export const tigerEntitiesObjectsClientFactory = (axios) => new EntitiesApi(undefined, "", axios);
|
|
5
4
|
//# sourceMappingURL=entitiesObjects.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitiesObjects.js","sourceRoot":"","sources":["../src/entitiesObjects.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"entitiesObjects.js","sourceRoot":"","sources":["../src/entitiesObjects.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAIrC,OAAO,EAAE,WAAW,EAA6B,MAAM,wCAAwC,CAAC;AAEhG,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,KAAoB,EAAwB,EAAE,CAC5F,IAAI,WAAW,CAAC,SAAS,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC"}
|
|
@@ -18,8 +18,4 @@ export { VisualizationObjectModelV1 };
|
|
|
18
18
|
* @public
|
|
19
19
|
*/
|
|
20
20
|
export { VisualizationObjectModelV2 };
|
|
21
|
-
/**
|
|
22
|
-
* @public
|
|
23
|
-
*/
|
|
24
|
-
export { isAttributeHeader, isAfmObjectIdentifier, isResultAttributeHeader, isResultMeasureHeader, isResultTotalHeader, isVisualizationObjectsItem, isAfmObjectLocalIdentifier, isFilterContextData, isDashboardPluginsItem, isDataSetItem, isLabelItem, isAttributeItem, isMetricItem, isFactItem, } from "./typeGuards.js";
|
|
25
21
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/gd-tiger-model/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/gd-tiger-model/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,0BAA0B,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,0BAA0B,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,0BAA0B,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,0BAA0B,MAAM,iCAAiC,CAAC;AAE9E;;GAEG;AACH,OAAO,EAAE,0BAA0B,EAAE,CAAC;AAEtC;;GAEG;AACH,OAAO,EAAE,0BAA0B,EAAE,CAAC;AAEtC;;GAEG;AACH,OAAO,EAAE,0BAA0B,EAAE,CAAC;AAEtC;;GAEG;AACH,OAAO,EAAE,0BAA0B,EAAE,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// (C) 2007-
|
|
1
|
+
// (C) 2007-2026 GoodData Corporation
|
|
2
2
|
import * as AnalyticalDashboardModelV1 from "./AnalyticalDashboardModelV1.js";
|
|
3
3
|
import * as AnalyticalDashboardModelV2 from "./AnalyticalDashboardModelV2.js";
|
|
4
4
|
import * as VisualizationObjectModelV1 from "./VisualizationObjectModelV1.js";
|
|
@@ -19,8 +19,4 @@ export { VisualizationObjectModelV1 };
|
|
|
19
19
|
* @public
|
|
20
20
|
*/
|
|
21
21
|
export { VisualizationObjectModelV2 };
|
|
22
|
-
/**
|
|
23
|
-
* @public
|
|
24
|
-
*/
|
|
25
|
-
export { isAttributeHeader, isAfmObjectIdentifier, isResultAttributeHeader, isResultMeasureHeader, isResultTotalHeader, isVisualizationObjectsItem, isAfmObjectLocalIdentifier, isFilterContextData, isDashboardPluginsItem, isDataSetItem, isLabelItem, isAttributeItem, isMetricItem, isFactItem, } from "./typeGuards.js";
|
|
26
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gd-tiger-model/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gd-tiger-model/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,KAAK,0BAA0B,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,0BAA0B,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,0BAA0B,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,0BAA0B,MAAM,iCAAiC,CAAC;AAE9E;;GAEG;AACH,OAAO,EAAE,0BAA0B,EAAE,CAAC;AAEtC;;GAEG;AACH,OAAO,EAAE,0BAA0B,EAAE,CAAC;AAEtC;;GAEG;AACH,OAAO,EAAE,0BAA0B,EAAE,CAAC;AAEtC;;GAEG;AACH,OAAO,EAAE,0BAA0B,EAAE,CAAC"}
|
|
@@ -618,8 +618,8 @@ export interface ClusteringResult {
|
|
|
618
618
|
xCoord?: Array<number | null>;
|
|
619
619
|
yCoord?: Array<number | null>;
|
|
620
620
|
clusters: Array<number | null>;
|
|
621
|
-
xcoord: Array<number>;
|
|
622
621
|
ycoord: Array<number>;
|
|
622
|
+
xcoord: Array<number>;
|
|
623
623
|
}
|
|
624
624
|
/**
|
|
625
625
|
* Condition that compares the metric value to a given constant value using a comparison operator.
|
|
@@ -4225,6 +4225,16 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
4225
4225
|
*/
|
|
4226
4226
|
validateLLMEndpointById(requestParameters: ActionsApiValidateLLMEndpointByIdRequest, options?: AxiosRequestConfig): AxiosPromise<ValidateLLMEndpointResponse>;
|
|
4227
4227
|
}
|
|
4228
|
+
/**
|
|
4229
|
+
* 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.
|
|
4230
|
+
* @summary Applies all the given cancel tokens.
|
|
4231
|
+
* @param {string} workspaceId Workspace identifier
|
|
4232
|
+
* @param {AfmCancelTokens} afmCancelTokens
|
|
4233
|
+
* @param {*} [options] Override http request option.
|
|
4234
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
4235
|
+
* @throws {RequiredError}
|
|
4236
|
+
*/
|
|
4237
|
+
export declare function ComputationApiAxiosParamCreator_CancelExecutions(workspaceId: string, afmCancelTokens: AfmCancelTokens, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
4228
4238
|
/**
|
|
4229
4239
|
* Computes change analysis for the provided execution definition.
|
|
4230
4240
|
* @summary Compute change analysis
|
|
@@ -4371,6 +4381,17 @@ export declare function ComputationApiAxiosParamCreator_RetrieveExecutionMetadat
|
|
|
4371
4381
|
* @throws {RequiredError}
|
|
4372
4382
|
*/
|
|
4373
4383
|
export declare function ComputationApiAxiosParamCreator_RetrieveResult(workspaceId: string, resultId: string, offset?: Array<number>, limit?: Array<number>, excludedTotalDimensions?: Array<string>, xGDCCANCELTOKEN?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
4384
|
+
/**
|
|
4385
|
+
* 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.
|
|
4386
|
+
* @summary Applies all the given cancel tokens.
|
|
4387
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
4388
|
+
* @param {string} basePath Base path.
|
|
4389
|
+
* @param {ComputationApiCancelExecutionsRequest} requestParameters Request parameters.
|
|
4390
|
+
* @param {*} [options] Override http request option.
|
|
4391
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
4392
|
+
* @throws {RequiredError}
|
|
4393
|
+
*/
|
|
4394
|
+
export declare function ComputationApi_CancelExecutions(axios: AxiosInstance, basePath: string, requestParameters: ComputationApiCancelExecutionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<AfmCancelTokens>;
|
|
4374
4395
|
/**
|
|
4375
4396
|
* Computes change analysis for the provided execution definition.
|
|
4376
4397
|
* @summary Compute change analysis
|
|
@@ -4520,6 +4541,15 @@ export declare function ComputationApi_RetrieveResult(axios: AxiosInstance, base
|
|
|
4520
4541
|
* @interface ComputationApi
|
|
4521
4542
|
*/
|
|
4522
4543
|
export interface ComputationApiInterface {
|
|
4544
|
+
/**
|
|
4545
|
+
* 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.
|
|
4546
|
+
* @summary Applies all the given cancel tokens.
|
|
4547
|
+
* @param {ComputationApiCancelExecutionsRequest} requestParameters Request parameters.
|
|
4548
|
+
* @param {*} [options] Override http request option.
|
|
4549
|
+
* @throws {RequiredError}
|
|
4550
|
+
* @memberof ComputationApiInterface
|
|
4551
|
+
*/
|
|
4552
|
+
cancelExecutions(requestParameters: ComputationApiCancelExecutionsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmCancelTokens>;
|
|
4523
4553
|
/**
|
|
4524
4554
|
* Computes change analysis for the provided execution definition.
|
|
4525
4555
|
* @summary Compute change analysis
|
|
@@ -4638,6 +4668,25 @@ export interface ComputationApiInterface {
|
|
|
4638
4668
|
*/
|
|
4639
4669
|
retrieveResult(requestParameters: ComputationApiRetrieveResultRequest, options?: AxiosRequestConfig): AxiosPromise<ExecutionResult>;
|
|
4640
4670
|
}
|
|
4671
|
+
/**
|
|
4672
|
+
* Request parameters for cancelExecutions operation in ComputationApi.
|
|
4673
|
+
* @export
|
|
4674
|
+
* @interface ComputationApiCancelExecutionsRequest
|
|
4675
|
+
*/
|
|
4676
|
+
export interface ComputationApiCancelExecutionsRequest {
|
|
4677
|
+
/**
|
|
4678
|
+
* Workspace identifier
|
|
4679
|
+
* @type {string}
|
|
4680
|
+
* @memberof ComputationApiCancelExecutions
|
|
4681
|
+
*/
|
|
4682
|
+
readonly workspaceId: string;
|
|
4683
|
+
/**
|
|
4684
|
+
*
|
|
4685
|
+
* @type {AfmCancelTokens}
|
|
4686
|
+
* @memberof ComputationApiCancelExecutions
|
|
4687
|
+
*/
|
|
4688
|
+
readonly afmCancelTokens: AfmCancelTokens;
|
|
4689
|
+
}
|
|
4641
4690
|
/**
|
|
4642
4691
|
* Request parameters for changeAnalysis operation in ComputationApi.
|
|
4643
4692
|
* @export
|
|
@@ -4988,6 +5037,15 @@ export interface ComputationApiRetrieveResultRequest {
|
|
|
4988
5037
|
* @extends {BaseAPI}
|
|
4989
5038
|
*/
|
|
4990
5039
|
export declare class ComputationApi extends BaseAPI implements ComputationApiInterface {
|
|
5040
|
+
/**
|
|
5041
|
+
* 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.
|
|
5042
|
+
* @summary Applies all the given cancel tokens.
|
|
5043
|
+
* @param {ComputationApiCancelExecutionsRequest} requestParameters Request parameters.
|
|
5044
|
+
* @param {*} [options] Override http request option.
|
|
5045
|
+
* @throws {RequiredError}
|
|
5046
|
+
* @memberof ComputationApi
|
|
5047
|
+
*/
|
|
5048
|
+
cancelExecutions(requestParameters: ComputationApiCancelExecutionsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmCancelTokens>;
|
|
4991
5049
|
/**
|
|
4992
5050
|
* Computes change analysis for the provided execution definition.
|
|
4993
5051
|
* @summary Compute change analysis
|