sailpoint-api-client 1.8.42 → 1.8.52

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/beta/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## sailpoint-sdk@1.8.42
1
+ ## sailpoint-sdk@1.8.52
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install sailpoint-sdk@1.8.42 --save
39
+ npm install sailpoint-sdk@1.8.52 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/beta/api.ts CHANGED
@@ -216,6 +216,12 @@ export interface AccessItemAccessProfileResponseBeta {
216
216
  * @memberof AccessItemAccessProfileResponseBeta
217
217
  */
218
218
  'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerBeta>;
219
+ /**
220
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
221
+ * @type {string}
222
+ * @memberof AccessItemAccessProfileResponseBeta
223
+ */
224
+ 'startDate'?: string | null;
219
225
  /**
220
226
  * the date the access profile is no longer assigned to the specified identity
221
227
  * @type {string}
@@ -443,6 +449,12 @@ export interface AccessItemAssociatedAccessItemBeta {
443
449
  * @memberof AccessItemAssociatedAccessItemBeta
444
450
  */
445
451
  'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerBeta>;
452
+ /**
453
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
454
+ * @type {string}
455
+ * @memberof AccessItemAssociatedAccessItemBeta
456
+ */
457
+ 'startDate'?: string | null;
446
458
  /**
447
459
  * the date the role is no longer assigned to the specified identity
448
460
  * @type {string}
@@ -982,6 +994,12 @@ export interface AccessItemRoleResponseBeta {
982
994
  * @memberof AccessItemRoleResponseBeta
983
995
  */
984
996
  'description'?: string;
997
+ /**
998
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
999
+ * @type {string}
1000
+ * @memberof AccessItemRoleResponseBeta
1001
+ */
1002
+ 'startDate'?: string | null;
985
1003
  /**
986
1004
  * the date the role is no longer assigned to the specified identity
987
1005
  * @type {string}
@@ -16249,6 +16267,12 @@ export interface ListIdentityAccessItems200ResponseInnerBeta {
16249
16267
  * @memberof ListIdentityAccessItems200ResponseInnerBeta
16250
16268
  */
16251
16269
  'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerBeta>;
16270
+ /**
16271
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
16272
+ * @type {string}
16273
+ * @memberof ListIdentityAccessItems200ResponseInnerBeta
16274
+ */
16275
+ 'startDate'?: string | null;
16252
16276
  /**
16253
16277
  * the date the role is no longer assigned to the specified identity
16254
16278
  * @type {string}
@@ -30269,7 +30293,7 @@ export interface SpConfigExportJobBeta {
30269
30293
  * @type {string}
30270
30294
  * @memberof SpConfigExportJobBeta
30271
30295
  */
30272
- 'expiration': string;
30296
+ 'expiration'?: string;
30273
30297
  /**
30274
30298
  * The time the job was started.
30275
30299
  * @type {string}
@@ -30335,7 +30359,7 @@ export interface SpConfigExportJobStatusBeta {
30335
30359
  * @type {string}
30336
30360
  * @memberof SpConfigExportJobStatusBeta
30337
30361
  */
30338
- 'expiration': string;
30362
+ 'expiration'?: string;
30339
30363
  /**
30340
30364
  * The time the job was started.
30341
30365
  * @type {string}
@@ -30450,7 +30474,7 @@ export interface SpConfigImportJobStatusBeta {
30450
30474
  * @type {string}
30451
30475
  * @memberof SpConfigImportJobStatusBeta
30452
30476
  */
30453
- 'expiration': string;
30477
+ 'expiration'?: string;
30454
30478
  /**
30455
30479
  * The time the job was started.
30456
30480
  * @type {string}
@@ -30541,7 +30565,7 @@ export interface SpConfigJobBeta {
30541
30565
  * @type {string}
30542
30566
  * @memberof SpConfigJobBeta
30543
30567
  */
30544
- 'expiration': string;
30568
+ 'expiration'?: string;
30545
30569
  /**
30546
30570
  * The time the job was started.
30547
30571
  * @type {string}
@@ -31618,7 +31642,7 @@ export interface TaskStatusBeta {
31618
31642
  * @type {string}
31619
31643
  * @memberof TaskStatusBeta
31620
31644
  */
31621
- 'modified': string;
31645
+ 'modified': string | null;
31622
31646
  /**
31623
31647
  * Launch date of the task this TaskStatus represents
31624
31648
  * @type {string}
@@ -97858,6 +97882,7 @@ export const WorkflowsBetaApiAxiosParamCreator = function (configuration?: Confi
97858
97882
  * @param {string} id Id of the workflow
97859
97883
  * @param {PostExternalExecuteWorkflowRequestBeta} [postExternalExecuteWorkflowRequestBeta]
97860
97884
  * @param {*} [axiosOptions] Override http request option.
97885
+ * @deprecated
97861
97886
  * @throws {RequiredError}
97862
97887
  */
97863
97888
  postExternalExecuteWorkflow: async (id: string, postExternalExecuteWorkflowRequestBeta?: PostExternalExecuteWorkflowRequestBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
@@ -97998,6 +98023,7 @@ export const WorkflowsBetaApiAxiosParamCreator = function (configuration?: Confi
97998
98023
  * @param {string} id Id of the workflow
97999
98024
  * @param {TestExternalExecuteWorkflowRequestBeta} [testExternalExecuteWorkflowRequestBeta]
98000
98025
  * @param {*} [axiosOptions] Override http request option.
98026
+ * @deprecated
98001
98027
  * @throws {RequiredError}
98002
98028
  */
98003
98029
  testExternalExecuteWorkflow: async (id: string, testExternalExecuteWorkflowRequestBeta?: TestExternalExecuteWorkflowRequestBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
@@ -98288,6 +98314,7 @@ export const WorkflowsBetaApiFp = function(configuration?: Configuration) {
98288
98314
  * @param {string} id Id of the workflow
98289
98315
  * @param {PostExternalExecuteWorkflowRequestBeta} [postExternalExecuteWorkflowRequestBeta]
98290
98316
  * @param {*} [axiosOptions] Override http request option.
98317
+ * @deprecated
98291
98318
  * @throws {RequiredError}
98292
98319
  */
98293
98320
  async postExternalExecuteWorkflow(id: string, postExternalExecuteWorkflowRequestBeta?: PostExternalExecuteWorkflowRequestBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostExternalExecuteWorkflow200ResponseBeta>> {
@@ -98329,6 +98356,7 @@ export const WorkflowsBetaApiFp = function(configuration?: Configuration) {
98329
98356
  * @param {string} id Id of the workflow
98330
98357
  * @param {TestExternalExecuteWorkflowRequestBeta} [testExternalExecuteWorkflowRequestBeta]
98331
98358
  * @param {*} [axiosOptions] Override http request option.
98359
+ * @deprecated
98332
98360
  * @throws {RequiredError}
98333
98361
  */
98334
98362
  async testExternalExecuteWorkflow(id: string, testExternalExecuteWorkflowRequestBeta?: TestExternalExecuteWorkflowRequestBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestExternalExecuteWorkflow200ResponseBeta>> {
@@ -98496,6 +98524,7 @@ export const WorkflowsBetaApiFactory = function (configuration?: Configuration,
98496
98524
  * @summary Execute workflow via external trigger
98497
98525
  * @param {WorkflowsBetaApiPostExternalExecuteWorkflowRequest} requestParameters Request parameters.
98498
98526
  * @param {*} [axiosOptions] Override http request option.
98527
+ * @deprecated
98499
98528
  * @throws {RequiredError}
98500
98529
  */
98501
98530
  postExternalExecuteWorkflow(requestParameters: WorkflowsBetaApiPostExternalExecuteWorkflowRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<PostExternalExecuteWorkflow200ResponseBeta> {
@@ -98526,6 +98555,7 @@ export const WorkflowsBetaApiFactory = function (configuration?: Configuration,
98526
98555
  * @summary Test workflow via external trigger
98527
98556
  * @param {WorkflowsBetaApiTestExternalExecuteWorkflowRequest} requestParameters Request parameters.
98528
98557
  * @param {*} [axiosOptions] Override http request option.
98558
+ * @deprecated
98529
98559
  * @throws {RequiredError}
98530
98560
  */
98531
98561
  testExternalExecuteWorkflow(requestParameters: WorkflowsBetaApiTestExternalExecuteWorkflowRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<TestExternalExecuteWorkflow200ResponseBeta> {
@@ -99069,6 +99099,7 @@ export class WorkflowsBetaApi extends BaseAPI {
99069
99099
  * @summary Execute workflow via external trigger
99070
99100
  * @param {WorkflowsBetaApiPostExternalExecuteWorkflowRequest} requestParameters Request parameters.
99071
99101
  * @param {*} [axiosOptions] Override http request option.
99102
+ * @deprecated
99072
99103
  * @throws {RequiredError}
99073
99104
  * @memberof WorkflowsBetaApi
99074
99105
  */
@@ -99105,6 +99136,7 @@ export class WorkflowsBetaApi extends BaseAPI {
99105
99136
  * @summary Test workflow via external trigger
99106
99137
  * @param {WorkflowsBetaApiTestExternalExecuteWorkflowRequest} requestParameters Request parameters.
99107
99138
  * @param {*} [axiosOptions] Override http request option.
99139
+ * @deprecated
99108
99140
  * @throws {RequiredError}
99109
99141
  * @memberof WorkflowsBetaApi
99110
99142
  */
package/beta/common.ts CHANGED
@@ -146,14 +146,14 @@ export const toPathString = function (url: URL) {
146
146
  export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
147
147
  return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
148
148
  axiosRetry(axios, configuration.retriesConfig)
149
- let userAgent = `SailPoint-SDK-TypeScript/1.8.42`;
149
+ let userAgent = `SailPoint-SDK-TypeScript/1.8.52`;
150
150
  if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
151
151
  userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
152
152
  }
153
153
  userAgent += ` (${process.platform}; ${process.arch}) Node/${process.versions.node} (openapi-generator/7.12.0)`;
154
154
  const headers = {
155
155
  ...axiosArgs.axiosOptions.headers,
156
- ...{'X-SailPoint-SDK':'typescript-1.8.42'},
156
+ ...{'X-SailPoint-SDK':'typescript-1.8.52'},
157
157
  ...{'User-Agent': userAgent},
158
158
  }
159
159
 
package/beta/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-sdk",
3
- "version": "1.8.42",
3
+ "version": "1.8.52",
4
4
  "description": "OpenAPI client for sailpoint-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -196,6 +196,12 @@ export interface AccessItemAccessProfileResponseBeta {
196
196
  * @memberof AccessItemAccessProfileResponseBeta
197
197
  */
198
198
  'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerBeta>;
199
+ /**
200
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
201
+ * @type {string}
202
+ * @memberof AccessItemAccessProfileResponseBeta
203
+ */
204
+ 'startDate'?: string | null;
199
205
  /**
200
206
  * the date the access profile is no longer assigned to the specified identity
201
207
  * @type {string}
@@ -420,6 +426,12 @@ export interface AccessItemAssociatedAccessItemBeta {
420
426
  * @memberof AccessItemAssociatedAccessItemBeta
421
427
  */
422
428
  'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerBeta>;
429
+ /**
430
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
431
+ * @type {string}
432
+ * @memberof AccessItemAssociatedAccessItemBeta
433
+ */
434
+ 'startDate'?: string | null;
423
435
  /**
424
436
  * the date the role is no longer assigned to the specified identity
425
437
  * @type {string}
@@ -926,6 +938,12 @@ export interface AccessItemRoleResponseBeta {
926
938
  * @memberof AccessItemRoleResponseBeta
927
939
  */
928
940
  'description'?: string;
941
+ /**
942
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
943
+ * @type {string}
944
+ * @memberof AccessItemRoleResponseBeta
945
+ */
946
+ 'startDate'?: string | null;
929
947
  /**
930
948
  * the date the role is no longer assigned to the specified identity
931
949
  * @type {string}
@@ -15681,6 +15699,12 @@ export interface ListIdentityAccessItems200ResponseInnerBeta {
15681
15699
  * @memberof ListIdentityAccessItems200ResponseInnerBeta
15682
15700
  */
15683
15701
  'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerBeta>;
15702
+ /**
15703
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
15704
+ * @type {string}
15705
+ * @memberof ListIdentityAccessItems200ResponseInnerBeta
15706
+ */
15707
+ 'startDate'?: string | null;
15684
15708
  /**
15685
15709
  * the date the role is no longer assigned to the specified identity
15686
15710
  * @type {string}
@@ -29300,7 +29324,7 @@ export interface SpConfigExportJobBeta {
29300
29324
  * @type {string}
29301
29325
  * @memberof SpConfigExportJobBeta
29302
29326
  */
29303
- 'expiration': string;
29327
+ 'expiration'?: string;
29304
29328
  /**
29305
29329
  * The time the job was started.
29306
29330
  * @type {string}
@@ -29362,7 +29386,7 @@ export interface SpConfigExportJobStatusBeta {
29362
29386
  * @type {string}
29363
29387
  * @memberof SpConfigExportJobStatusBeta
29364
29388
  */
29365
- 'expiration': string;
29389
+ 'expiration'?: string;
29366
29390
  /**
29367
29391
  * The time the job was started.
29368
29392
  * @type {string}
@@ -29473,7 +29497,7 @@ export interface SpConfigImportJobStatusBeta {
29473
29497
  * @type {string}
29474
29498
  * @memberof SpConfigImportJobStatusBeta
29475
29499
  */
29476
- 'expiration': string;
29500
+ 'expiration'?: string;
29477
29501
  /**
29478
29502
  * The time the job was started.
29479
29503
  * @type {string}
@@ -29562,7 +29586,7 @@ export interface SpConfigJobBeta {
29562
29586
  * @type {string}
29563
29587
  * @memberof SpConfigJobBeta
29564
29588
  */
29565
- 'expiration': string;
29589
+ 'expiration'?: string;
29566
29590
  /**
29567
29591
  * The time the job was started.
29568
29592
  * @type {string}
@@ -30602,7 +30626,7 @@ export interface TaskStatusBeta {
30602
30626
  * @type {string}
30603
30627
  * @memberof TaskStatusBeta
30604
30628
  */
30605
- 'modified': string;
30629
+ 'modified': string | null;
30606
30630
  /**
30607
30631
  * Launch date of the task this TaskStatus represents
30608
30632
  * @type {string}
@@ -66458,6 +66482,7 @@ export declare const WorkflowsBetaApiAxiosParamCreator: (configuration?: Configu
66458
66482
  * @param {string} id Id of the workflow
66459
66483
  * @param {PostExternalExecuteWorkflowRequestBeta} [postExternalExecuteWorkflowRequestBeta]
66460
66484
  * @param {*} [axiosOptions] Override http request option.
66485
+ * @deprecated
66461
66486
  * @throws {RequiredError}
66462
66487
  */
66463
66488
  postExternalExecuteWorkflow: (id: string, postExternalExecuteWorkflowRequestBeta?: PostExternalExecuteWorkflowRequestBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -66484,6 +66509,7 @@ export declare const WorkflowsBetaApiAxiosParamCreator: (configuration?: Configu
66484
66509
  * @param {string} id Id of the workflow
66485
66510
  * @param {TestExternalExecuteWorkflowRequestBeta} [testExternalExecuteWorkflowRequestBeta]
66486
66511
  * @param {*} [axiosOptions] Override http request option.
66512
+ * @deprecated
66487
66513
  * @throws {RequiredError}
66488
66514
  */
66489
66515
  testExternalExecuteWorkflow: (id: string, testExternalExecuteWorkflowRequestBeta?: TestExternalExecuteWorkflowRequestBeta, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -66625,6 +66651,7 @@ export declare const WorkflowsBetaApiFp: (configuration?: Configuration) => {
66625
66651
  * @param {string} id Id of the workflow
66626
66652
  * @param {PostExternalExecuteWorkflowRequestBeta} [postExternalExecuteWorkflowRequestBeta]
66627
66653
  * @param {*} [axiosOptions] Override http request option.
66654
+ * @deprecated
66628
66655
  * @throws {RequiredError}
66629
66656
  */
66630
66657
  postExternalExecuteWorkflow(id: string, postExternalExecuteWorkflowRequestBeta?: PostExternalExecuteWorkflowRequestBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostExternalExecuteWorkflow200ResponseBeta>>;
@@ -66651,6 +66678,7 @@ export declare const WorkflowsBetaApiFp: (configuration?: Configuration) => {
66651
66678
  * @param {string} id Id of the workflow
66652
66679
  * @param {TestExternalExecuteWorkflowRequestBeta} [testExternalExecuteWorkflowRequestBeta]
66653
66680
  * @param {*} [axiosOptions] Override http request option.
66681
+ * @deprecated
66654
66682
  * @throws {RequiredError}
66655
66683
  */
66656
66684
  testExternalExecuteWorkflow(id: string, testExternalExecuteWorkflowRequestBeta?: TestExternalExecuteWorkflowRequestBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestExternalExecuteWorkflow200ResponseBeta>>;
@@ -66778,6 +66806,7 @@ export declare const WorkflowsBetaApiFactory: (configuration?: Configuration, ba
66778
66806
  * @summary Execute workflow via external trigger
66779
66807
  * @param {WorkflowsBetaApiPostExternalExecuteWorkflowRequest} requestParameters Request parameters.
66780
66808
  * @param {*} [axiosOptions] Override http request option.
66809
+ * @deprecated
66781
66810
  * @throws {RequiredError}
66782
66811
  */
66783
66812
  postExternalExecuteWorkflow(requestParameters: WorkflowsBetaApiPostExternalExecuteWorkflowRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<PostExternalExecuteWorkflow200ResponseBeta>;
@@ -66802,6 +66831,7 @@ export declare const WorkflowsBetaApiFactory: (configuration?: Configuration, ba
66802
66831
  * @summary Test workflow via external trigger
66803
66832
  * @param {WorkflowsBetaApiTestExternalExecuteWorkflowRequest} requestParameters Request parameters.
66804
66833
  * @param {*} [axiosOptions] Override http request option.
66834
+ * @deprecated
66805
66835
  * @throws {RequiredError}
66806
66836
  */
66807
66837
  testExternalExecuteWorkflow(requestParameters: WorkflowsBetaApiTestExternalExecuteWorkflowRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<TestExternalExecuteWorkflow200ResponseBeta>;
@@ -67266,6 +67296,7 @@ export declare class WorkflowsBetaApi extends BaseAPI {
67266
67296
  * @summary Execute workflow via external trigger
67267
67297
  * @param {WorkflowsBetaApiPostExternalExecuteWorkflowRequest} requestParameters Request parameters.
67268
67298
  * @param {*} [axiosOptions] Override http request option.
67299
+ * @deprecated
67269
67300
  * @throws {RequiredError}
67270
67301
  * @memberof WorkflowsBetaApi
67271
67302
  */
@@ -67293,6 +67324,7 @@ export declare class WorkflowsBetaApi extends BaseAPI {
67293
67324
  * @summary Test workflow via external trigger
67294
67325
  * @param {WorkflowsBetaApiTestExternalExecuteWorkflowRequest} requestParameters Request parameters.
67295
67326
  * @param {*} [axiosOptions] Override http request option.
67327
+ * @deprecated
67296
67328
  * @throws {RequiredError}
67297
67329
  * @memberof WorkflowsBetaApi
67298
67330
  */
package/dist/beta/api.js CHANGED
@@ -66429,6 +66429,7 @@ var WorkflowsBetaApiAxiosParamCreator = function (configuration) {
66429
66429
  * @param {string} id Id of the workflow
66430
66430
  * @param {PostExternalExecuteWorkflowRequestBeta} [postExternalExecuteWorkflowRequestBeta]
66431
66431
  * @param {*} [axiosOptions] Override http request option.
66432
+ * @deprecated
66432
66433
  * @throws {RequiredError}
66433
66434
  */
66434
66435
  postExternalExecuteWorkflow: function (id, postExternalExecuteWorkflowRequestBeta, axiosOptions) {
@@ -66606,6 +66607,7 @@ var WorkflowsBetaApiAxiosParamCreator = function (configuration) {
66606
66607
  * @param {string} id Id of the workflow
66607
66608
  * @param {TestExternalExecuteWorkflowRequestBeta} [testExternalExecuteWorkflowRequestBeta]
66608
66609
  * @param {*} [axiosOptions] Override http request option.
66610
+ * @deprecated
66609
66611
  * @throws {RequiredError}
66610
66612
  */
66611
66613
  testExternalExecuteWorkflow: function (id, testExternalExecuteWorkflowRequestBeta, axiosOptions) {
@@ -67052,6 +67054,7 @@ var WorkflowsBetaApiFp = function (configuration) {
67052
67054
  * @param {string} id Id of the workflow
67053
67055
  * @param {PostExternalExecuteWorkflowRequestBeta} [postExternalExecuteWorkflowRequestBeta]
67054
67056
  * @param {*} [axiosOptions] Override http request option.
67057
+ * @deprecated
67055
67058
  * @throws {RequiredError}
67056
67059
  */
67057
67060
  postExternalExecuteWorkflow: function (id, postExternalExecuteWorkflowRequestBeta, axiosOptions) {
@@ -67123,6 +67126,7 @@ var WorkflowsBetaApiFp = function (configuration) {
67123
67126
  * @param {string} id Id of the workflow
67124
67127
  * @param {TestExternalExecuteWorkflowRequestBeta} [testExternalExecuteWorkflowRequestBeta]
67125
67128
  * @param {*} [axiosOptions] Override http request option.
67129
+ * @deprecated
67126
67130
  * @throws {RequiredError}
67127
67131
  */
67128
67132
  testExternalExecuteWorkflow: function (id, testExternalExecuteWorkflowRequestBeta, axiosOptions) {
@@ -67314,6 +67318,7 @@ var WorkflowsBetaApiFactory = function (configuration, basePath, axios) {
67314
67318
  * @summary Execute workflow via external trigger
67315
67319
  * @param {WorkflowsBetaApiPostExternalExecuteWorkflowRequest} requestParameters Request parameters.
67316
67320
  * @param {*} [axiosOptions] Override http request option.
67321
+ * @deprecated
67317
67322
  * @throws {RequiredError}
67318
67323
  */
67319
67324
  postExternalExecuteWorkflow: function (requestParameters, axiosOptions) {
@@ -67344,6 +67349,7 @@ var WorkflowsBetaApiFactory = function (configuration, basePath, axios) {
67344
67349
  * @summary Test workflow via external trigger
67345
67350
  * @param {WorkflowsBetaApiTestExternalExecuteWorkflowRequest} requestParameters Request parameters.
67346
67351
  * @param {*} [axiosOptions] Override http request option.
67352
+ * @deprecated
67347
67353
  * @throws {RequiredError}
67348
67354
  */
67349
67355
  testExternalExecuteWorkflow: function (requestParameters, axiosOptions) {
@@ -67538,6 +67544,7 @@ var WorkflowsBetaApi = /** @class */ (function (_super) {
67538
67544
  * @summary Execute workflow via external trigger
67539
67545
  * @param {WorkflowsBetaApiPostExternalExecuteWorkflowRequest} requestParameters Request parameters.
67540
67546
  * @param {*} [axiosOptions] Override http request option.
67547
+ * @deprecated
67541
67548
  * @throws {RequiredError}
67542
67549
  * @memberof WorkflowsBetaApi
67543
67550
  */
@@ -67574,6 +67581,7 @@ var WorkflowsBetaApi = /** @class */ (function (_super) {
67574
67581
  * @summary Test workflow via external trigger
67575
67582
  * @param {WorkflowsBetaApiTestExternalExecuteWorkflowRequest} requestParameters Request parameters.
67576
67583
  * @param {*} [axiosOptions] Override http request option.
67584
+ * @deprecated
67577
67585
  * @throws {RequiredError}
67578
67586
  * @memberof WorkflowsBetaApi
67579
67587
  */