system-initiative-api-client 1.1.4 → 1.1.5

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/dist/cjs/api.d.ts CHANGED
@@ -264,6 +264,12 @@ export interface ChangeSetViewV1 {
264
264
  * @interface ComponentDetailsV1
265
265
  */
266
266
  export interface ComponentDetailsV1 {
267
+ /**
268
+ *
269
+ * @type {any}
270
+ * @memberof ComponentDetailsV1
271
+ */
272
+ 'codegen'?: any;
267
273
  /**
268
274
  *
269
275
  * @type {string}
@@ -2877,7 +2883,7 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
2877
2883
  * @throws {RequiredError}
2878
2884
  * @memberof ActionsApi
2879
2885
  */
2880
- cancelAction(requestParameters: ActionsApiCancelActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CancelActionV1Response, any>>;
2886
+ cancelAction(requestParameters: ActionsApiCancelActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CancelActionV1Response, any, {}>>;
2881
2887
  /**
2882
2888
  *
2883
2889
  * @summary List queued actions
@@ -2886,7 +2892,7 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
2886
2892
  * @throws {RequiredError}
2887
2893
  * @memberof ActionsApi
2888
2894
  */
2889
- getActions(requestParameters: ActionsApiGetActionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetActionsV1Response, any>>;
2895
+ getActions(requestParameters: ActionsApiGetActionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetActionsV1Response, any, {}>>;
2890
2896
  /**
2891
2897
  *
2892
2898
  * @summary Put action on-hold
@@ -2895,7 +2901,7 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
2895
2901
  * @throws {RequiredError}
2896
2902
  * @memberof ActionsApi
2897
2903
  */
2898
- putOnHold(requestParameters: ActionsApiPutOnHoldRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PutOnHoldActionV1Response, any>>;
2904
+ putOnHold(requestParameters: ActionsApiPutOnHoldRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PutOnHoldActionV1Response, any, {}>>;
2899
2905
  /**
2900
2906
  *
2901
2907
  * @summary Retry action
@@ -2904,7 +2910,7 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
2904
2910
  * @throws {RequiredError}
2905
2911
  * @memberof ActionsApi
2906
2912
  */
2907
- retryAction(requestParameters: ActionsApiRetryActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RetryActionV1Response, any>>;
2913
+ retryAction(requestParameters: ActionsApiRetryActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RetryActionV1Response, any, {}>>;
2908
2914
  }
2909
2915
  /**
2910
2916
  * ChangeSetsApi - axios parameter creator
@@ -3362,7 +3368,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3362
3368
  * @throws {RequiredError}
3363
3369
  * @memberof ChangeSetsApi
3364
3370
  */
3365
- abandonChangeSet(requestParameters: ChangeSetsApiAbandonChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteChangeSetV1Response, any>>;
3371
+ abandonChangeSet(requestParameters: ChangeSetsApiAbandonChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteChangeSetV1Response, any, {}>>;
3366
3372
  /**
3367
3373
  *
3368
3374
  * @summary Create a Change Set
@@ -3371,7 +3377,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3371
3377
  * @throws {RequiredError}
3372
3378
  * @memberof ChangeSetsApi
3373
3379
  */
3374
- createChangeSet(requestParameters: ChangeSetsApiCreateChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateChangeSetV1Response, any>>;
3380
+ createChangeSet(requestParameters: ChangeSetsApiCreateChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateChangeSetV1Response, any, {}>>;
3375
3381
  /**
3376
3382
  *
3377
3383
  * @summary Merge Change Set without approval
@@ -3380,7 +3386,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3380
3386
  * @throws {RequiredError}
3381
3387
  * @memberof ChangeSetsApi
3382
3388
  */
3383
- forceApply(requestParameters: ChangeSetsApiForceApplyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ForceApplyChangeSetV1Response, any>>;
3389
+ forceApply(requestParameters: ChangeSetsApiForceApplyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ForceApplyChangeSetV1Response, any, {}>>;
3384
3390
  /**
3385
3391
  *
3386
3392
  * @summary Get a Change Set by Change Set Id
@@ -3389,7 +3395,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3389
3395
  * @throws {RequiredError}
3390
3396
  * @memberof ChangeSetsApi
3391
3397
  */
3392
- getChangeSet(requestParameters: ChangeSetsApiGetChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetChangeSetV1Response, any>>;
3398
+ getChangeSet(requestParameters: ChangeSetsApiGetChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetChangeSetV1Response, any, {}>>;
3393
3399
  /**
3394
3400
  *
3395
3401
  * @summary List all active Change Sets
@@ -3398,7 +3404,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3398
3404
  * @throws {RequiredError}
3399
3405
  * @memberof ChangeSetsApi
3400
3406
  */
3401
- listChangeSets(requestParameters: ChangeSetsApiListChangeSetsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListChangeSetV1Response, any>>;
3407
+ listChangeSets(requestParameters: ChangeSetsApiListChangeSetsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListChangeSetV1Response, any, {}>>;
3402
3408
  /**
3403
3409
  *
3404
3410
  * @summary Get Change Set post merge status
@@ -3407,7 +3413,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3407
3413
  * @throws {RequiredError}
3408
3414
  * @memberof ChangeSetsApi
3409
3415
  */
3410
- mergeStatus(requestParameters: ChangeSetsApiMergeStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MergeStatusV1Response, any>>;
3416
+ mergeStatus(requestParameters: ChangeSetsApiMergeStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MergeStatusV1Response, any, {}>>;
3411
3417
  /**
3412
3418
  *
3413
3419
  * @summary Abandon all active Change Sets
@@ -3416,7 +3422,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3416
3422
  * @throws {RequiredError}
3417
3423
  * @memberof ChangeSetsApi
3418
3424
  */
3419
- purgeOpen(requestParameters: ChangeSetsApiPurgeOpenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PurgeOpenChangeSetsV1Response, any>>;
3425
+ purgeOpen(requestParameters: ChangeSetsApiPurgeOpenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PurgeOpenChangeSetsV1Response, any, {}>>;
3420
3426
  /**
3421
3427
  *
3422
3428
  * @summary Request Change Set merge approval
@@ -3425,7 +3431,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3425
3431
  * @throws {RequiredError}
3426
3432
  * @memberof ChangeSetsApi
3427
3433
  */
3428
- requestApproval(requestParameters: ChangeSetsApiRequestApprovalRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RequestApprovalChangeSetV1Response, any>>;
3434
+ requestApproval(requestParameters: ChangeSetsApiRequestApprovalRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RequestApprovalChangeSetV1Response, any, {}>>;
3429
3435
  }
3430
3436
  /**
3431
3437
  * ComponentsApi - axios parameter creator
@@ -3532,10 +3538,11 @@ export declare const ComponentsApiAxiosParamCreator: (configuration?: Configurat
3532
3538
  * @param {string} changeSetId Change Set identifier
3533
3539
  * @param {string} [limit] Maximum number of results to return (default: 50, max: 300)
3534
3540
  * @param {string} [cursor] Cursor for pagination (ComponentId of the last item from previous page)
3541
+ * @param {boolean} [includeCodegen] Allow returning the codegen for the cloudformation template for the component (if it exists)
3535
3542
  * @param {*} [options] Override http request option.
3536
3543
  * @throws {RequiredError}
3537
3544
  */
3538
- listComponents: (workspaceId: string, changeSetId: string, limit?: string, cursor?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3545
+ listComponents: (workspaceId: string, changeSetId: string, limit?: string, cursor?: string, includeCodegen?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3539
3546
  /**
3540
3547
  *
3541
3548
  * @summary Putting a component under the management of another component
@@ -3694,10 +3701,11 @@ export declare const ComponentsApiFp: (configuration?: Configuration) => {
3694
3701
  * @param {string} changeSetId Change Set identifier
3695
3702
  * @param {string} [limit] Maximum number of results to return (default: 50, max: 300)
3696
3703
  * @param {string} [cursor] Cursor for pagination (ComponentId of the last item from previous page)
3704
+ * @param {boolean} [includeCodegen] Allow returning the codegen for the cloudformation template for the component (if it exists)
3697
3705
  * @param {*} [options] Override http request option.
3698
3706
  * @throws {RequiredError}
3699
3707
  */
3700
- listComponents(workspaceId: string, changeSetId: string, limit?: string, cursor?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListComponentsV1Response>>;
3708
+ listComponents(workspaceId: string, changeSetId: string, limit?: string, cursor?: string, includeCodegen?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListComponentsV1Response>>;
3701
3709
  /**
3702
3710
  *
3703
3711
  * @summary Putting a component under the management of another component
@@ -4292,6 +4300,12 @@ export interface ComponentsApiListComponentsRequest {
4292
4300
  * @memberof ComponentsApiListComponents
4293
4301
  */
4294
4302
  readonly cursor?: string;
4303
+ /**
4304
+ * Allow returning the codegen for the cloudformation template for the component (if it exists)
4305
+ * @type {boolean}
4306
+ * @memberof ComponentsApiListComponents
4307
+ */
4308
+ readonly includeCodegen?: boolean;
4295
4309
  }
4296
4310
  /**
4297
4311
  * Request parameters for manageComponent operation in ComponentsApi.
@@ -4445,7 +4459,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4445
4459
  * @throws {RequiredError}
4446
4460
  * @memberof ComponentsApi
4447
4461
  */
4448
- addAction(requestParameters: ComponentsApiAddActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AddActionV1Response, any>>;
4462
+ addAction(requestParameters: ComponentsApiAddActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AddActionV1Response, any, {}>>;
4449
4463
  /**
4450
4464
  *
4451
4465
  * @summary Create a component
@@ -4454,7 +4468,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4454
4468
  * @throws {RequiredError}
4455
4469
  * @memberof ComponentsApi
4456
4470
  */
4457
- createComponent(requestParameters: ComponentsApiCreateComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateComponentV1Response, any>>;
4471
+ createComponent(requestParameters: ComponentsApiCreateComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateComponentV1Response, any, {}>>;
4458
4472
  /**
4459
4473
  *
4460
4474
  * @summary Delete a component
@@ -4463,7 +4477,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4463
4477
  * @throws {RequiredError}
4464
4478
  * @memberof ComponentsApi
4465
4479
  */
4466
- deleteComponent(requestParameters: ComponentsApiDeleteComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteComponentV1Response, any>>;
4480
+ deleteComponent(requestParameters: ComponentsApiDeleteComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteComponentV1Response, any, {}>>;
4467
4481
  /**
4468
4482
  *
4469
4483
  * @summary Duplicate a list of components
@@ -4472,7 +4486,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4472
4486
  * @throws {RequiredError}
4473
4487
  * @memberof ComponentsApi
4474
4488
  */
4475
- duplicateComponents(requestParameters: ComponentsApiDuplicateComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DuplicateComponentsV1Response, any>>;
4489
+ duplicateComponents(requestParameters: ComponentsApiDuplicateComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DuplicateComponentsV1Response, any, {}>>;
4476
4490
  /**
4477
4491
  *
4478
4492
  * @summary Erase a component without queuing a delete action
@@ -4481,7 +4495,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4481
4495
  * @throws {RequiredError}
4482
4496
  * @memberof ComponentsApi
4483
4497
  */
4484
- eraseComponent(requestParameters: ComponentsApiEraseComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EraseComponentV1Response, any>>;
4498
+ eraseComponent(requestParameters: ComponentsApiEraseComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EraseComponentV1Response, any, {}>>;
4485
4499
  /**
4486
4500
  *
4487
4501
  * @summary Execute a component\'s management function
@@ -4490,7 +4504,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4490
4504
  * @throws {RequiredError}
4491
4505
  * @memberof ComponentsApi
4492
4506
  */
4493
- executeManagementFunction(requestParameters: ComponentsApiExecuteManagementFunctionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExecuteManagementFunctionV1Response, any>>;
4507
+ executeManagementFunction(requestParameters: ComponentsApiExecuteManagementFunctionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExecuteManagementFunctionV1Response, any, {}>>;
4494
4508
  /**
4495
4509
  *
4496
4510
  * @summary Find a component by name or component Id
@@ -4499,7 +4513,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4499
4513
  * @throws {RequiredError}
4500
4514
  * @memberof ComponentsApi
4501
4515
  */
4502
- findComponent(requestParameters: ComponentsApiFindComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetComponentV1Response, any>>;
4516
+ findComponent(requestParameters: ComponentsApiFindComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetComponentV1Response, any, {}>>;
4503
4517
  /**
4504
4518
  *
4505
4519
  * @summary Generate a template
@@ -4508,7 +4522,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4508
4522
  * @throws {RequiredError}
4509
4523
  * @memberof ComponentsApi
4510
4524
  */
4511
- generateTemplate(requestParameters: ComponentsApiGenerateTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GenerateTemplateV1Response, any>>;
4525
+ generateTemplate(requestParameters: ComponentsApiGenerateTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GenerateTemplateV1Response, any, {}>>;
4512
4526
  /**
4513
4527
  *
4514
4528
  * @summary Get a component by component Id
@@ -4517,7 +4531,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4517
4531
  * @throws {RequiredError}
4518
4532
  * @memberof ComponentsApi
4519
4533
  */
4520
- getComponent(requestParameters: ComponentsApiGetComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetComponentV1Response, any>>;
4534
+ getComponent(requestParameters: ComponentsApiGetComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetComponentV1Response, any, {}>>;
4521
4535
  /**
4522
4536
  *
4523
4537
  * @summary List all components
@@ -4526,7 +4540,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4526
4540
  * @throws {RequiredError}
4527
4541
  * @memberof ComponentsApi
4528
4542
  */
4529
- listComponents(requestParameters: ComponentsApiListComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListComponentsV1Response, any>>;
4543
+ listComponents(requestParameters: ComponentsApiListComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListComponentsV1Response, any, {}>>;
4530
4544
  /**
4531
4545
  *
4532
4546
  * @summary Putting a component under the management of another component
@@ -4535,7 +4549,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4535
4549
  * @throws {RequiredError}
4536
4550
  * @memberof ComponentsApi
4537
4551
  */
4538
- manageComponent(requestParameters: ComponentsApiManageComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ManageComponentV1Response, any>>;
4552
+ manageComponent(requestParameters: ComponentsApiManageComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ManageComponentV1Response, any, {}>>;
4539
4553
  /**
4540
4554
  *
4541
4555
  * @summary Restore a component that is marked for deletion
@@ -4544,7 +4558,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4544
4558
  * @throws {RequiredError}
4545
4559
  * @memberof ComponentsApi
4546
4560
  */
4547
- restoreComponent(requestParameters: ComponentsApiRestoreComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RestoreComponentV1Response, any>>;
4561
+ restoreComponent(requestParameters: ComponentsApiRestoreComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RestoreComponentV1Response, any, {}>>;
4548
4562
  /**
4549
4563
  *
4550
4564
  * @summary Complex search for components
@@ -4553,7 +4567,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4553
4567
  * @throws {RequiredError}
4554
4568
  * @memberof ComponentsApi
4555
4569
  */
4556
- searchComponents(requestParameters: ComponentsApiSearchComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchComponentsV1Response, any>>;
4570
+ searchComponents(requestParameters: ComponentsApiSearchComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchComponentsV1Response, any, {}>>;
4557
4571
  /**
4558
4572
  *
4559
4573
  * @summary Update a component
@@ -4562,7 +4576,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4562
4576
  * @throws {RequiredError}
4563
4577
  * @memberof ComponentsApi
4564
4578
  */
4565
- updateComponent(requestParameters: ComponentsApiUpdateComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateComponentV1Response, any>>;
4579
+ updateComponent(requestParameters: ComponentsApiUpdateComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateComponentV1Response, any, {}>>;
4566
4580
  /**
4567
4581
  *
4568
4582
  * @summary Upgrade a component to the latest schema variant
@@ -4571,7 +4585,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4571
4585
  * @throws {RequiredError}
4572
4586
  * @memberof ComponentsApi
4573
4587
  */
4574
- upgradeComponent(requestParameters: ComponentsApiUpgradeComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpgradeComponentV1Response, any>>;
4588
+ upgradeComponent(requestParameters: ComponentsApiUpgradeComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpgradeComponentV1Response, any, {}>>;
4575
4589
  }
4576
4590
  /**
4577
4591
  * FuncsApi - axios parameter creator
@@ -4807,7 +4821,7 @@ export declare class FuncsApi extends BaseAPI implements FuncsApiInterface {
4807
4821
  * @throws {RequiredError}
4808
4822
  * @memberof FuncsApi
4809
4823
  */
4810
- getFunc(requestParameters: FuncsApiGetFuncRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFuncV1Response, any>>;
4824
+ getFunc(requestParameters: FuncsApiGetFuncRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFuncV1Response, any, {}>>;
4811
4825
  /**
4812
4826
  *
4813
4827
  * @summary Get func execution run logs
@@ -4816,7 +4830,7 @@ export declare class FuncsApi extends BaseAPI implements FuncsApiInterface {
4816
4830
  * @throws {RequiredError}
4817
4831
  * @memberof FuncsApi
4818
4832
  */
4819
- getFuncRun(requestParameters: FuncsApiGetFuncRunRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFuncRunV1Response, any>>;
4833
+ getFuncRun(requestParameters: FuncsApiGetFuncRunRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFuncRunV1Response, any, {}>>;
4820
4834
  /**
4821
4835
  *
4822
4836
  * @summary Update a func
@@ -4825,7 +4839,7 @@ export declare class FuncsApi extends BaseAPI implements FuncsApiInterface {
4825
4839
  * @throws {RequiredError}
4826
4840
  * @memberof FuncsApi
4827
4841
  */
4828
- updateFunc(requestParameters: FuncsApiUpdateFuncRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateFuncV1Response, any>>;
4842
+ updateFunc(requestParameters: FuncsApiUpdateFuncRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateFuncV1Response, any, {}>>;
4829
4843
  }
4830
4844
  /**
4831
4845
  * ManagementFuncsApi - axios parameter creator
@@ -4929,7 +4943,7 @@ export declare class ManagementFuncsApi extends BaseAPI implements ManagementFun
4929
4943
  * @throws {RequiredError}
4930
4944
  * @memberof ManagementFuncsApi
4931
4945
  */
4932
- getManagementFuncRunState(requestParameters: ManagementFuncsApiGetManagementFuncRunStateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetManagementFuncJobStateV1Response, any>>;
4946
+ getManagementFuncRunState(requestParameters: ManagementFuncsApiGetManagementFuncRunStateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetManagementFuncJobStateV1Response, any, {}>>;
4933
4947
  }
4934
4948
  /**
4935
4949
  * RootApi - axios parameter creator
@@ -4994,7 +5008,7 @@ export declare class RootApi extends BaseAPI implements RootApiInterface {
4994
5008
  * @throws {RequiredError}
4995
5009
  * @memberof RootApi
4996
5010
  */
4997
- systemStatusRoute(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SystemStatusResponse, any>>;
5011
+ systemStatusRoute(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SystemStatusResponse, any, {}>>;
4998
5012
  }
4999
5013
  /**
5000
5014
  * SchemasApi - axios parameter creator
@@ -6024,7 +6038,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6024
6038
  * @throws {RequiredError}
6025
6039
  * @memberof SchemasApi
6026
6040
  */
6027
- createSchema(requestParameters: SchemasApiCreateSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaV1Response, any>>;
6041
+ createSchema(requestParameters: SchemasApiCreateSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaV1Response, any, {}>>;
6028
6042
  /**
6029
6043
  *
6030
6044
  * @summary Create an action function and attach to a schema variant
@@ -6033,7 +6047,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6033
6047
  * @throws {RequiredError}
6034
6048
  * @memberof SchemasApi
6035
6049
  */
6036
- createVariantAction(requestParameters: SchemasApiCreateVariantActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantActionFuncV1Response, any>>;
6050
+ createVariantAction(requestParameters: SchemasApiCreateVariantActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantActionFuncV1Response, any, {}>>;
6037
6051
  /**
6038
6052
  *
6039
6053
  * @summary Create an authentication function and attach to a schema variant
@@ -6042,7 +6056,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6042
6056
  * @throws {RequiredError}
6043
6057
  * @memberof SchemasApi
6044
6058
  */
6045
- createVariantAuthentication(requestParameters: SchemasApiCreateVariantAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantAuthenticationFuncV1Response, any>>;
6059
+ createVariantAuthentication(requestParameters: SchemasApiCreateVariantAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantAuthenticationFuncV1Response, any, {}>>;
6046
6060
  /**
6047
6061
  *
6048
6062
  * @summary Create a codegen function and attach to a schema variant
@@ -6051,7 +6065,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6051
6065
  * @throws {RequiredError}
6052
6066
  * @memberof SchemasApi
6053
6067
  */
6054
- createVariantCodegen(requestParameters: SchemasApiCreateVariantCodegenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantCodegenFuncV1Response, any>>;
6068
+ createVariantCodegen(requestParameters: SchemasApiCreateVariantCodegenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantCodegenFuncV1Response, any, {}>>;
6055
6069
  /**
6056
6070
  *
6057
6071
  * @summary Create a management function and attach to a schema variant
@@ -6060,7 +6074,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6060
6074
  * @throws {RequiredError}
6061
6075
  * @memberof SchemasApi
6062
6076
  */
6063
- createVariantManagement(requestParameters: SchemasApiCreateVariantManagementRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantManagementFuncV1Response, any>>;
6077
+ createVariantManagement(requestParameters: SchemasApiCreateVariantManagementRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantManagementFuncV1Response, any, {}>>;
6064
6078
  /**
6065
6079
  *
6066
6080
  * @summary Create a qualification and attach to a schema variant
@@ -6069,7 +6083,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6069
6083
  * @throws {RequiredError}
6070
6084
  * @memberof SchemasApi
6071
6085
  */
6072
- createVariantQualification(requestParameters: SchemasApiCreateVariantQualificationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantQualificationFuncV1Response, any>>;
6086
+ createVariantQualification(requestParameters: SchemasApiCreateVariantQualificationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantQualificationFuncV1Response, any, {}>>;
6073
6087
  /**
6074
6088
  *
6075
6089
  * @summary Find schema by name or schema id
@@ -6078,7 +6092,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6078
6092
  * @throws {RequiredError}
6079
6093
  * @memberof SchemasApi
6080
6094
  */
6081
- findSchema(requestParameters: SchemasApiFindSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FindSchemaV1Response, any>>;
6095
+ findSchema(requestParameters: SchemasApiFindSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FindSchemaV1Response, any, {}>>;
6082
6096
  /**
6083
6097
  *
6084
6098
  * @summary Get the default variant for a schema id
@@ -6087,7 +6101,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6087
6101
  * @throws {RequiredError}
6088
6102
  * @memberof SchemasApi
6089
6103
  */
6090
- getDefaultVariant(requestParameters: SchemasApiGetDefaultVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any>>;
6104
+ getDefaultVariant(requestParameters: SchemasApiGetDefaultVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any, {}>>;
6091
6105
  /**
6092
6106
  *
6093
6107
  * @summary Get a schema by schema id
@@ -6096,7 +6110,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6096
6110
  * @throws {RequiredError}
6097
6111
  * @memberof SchemasApi
6098
6112
  */
6099
- getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaV1Response, any>>;
6113
+ getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaV1Response, any, {}>>;
6100
6114
  /**
6101
6115
  *
6102
6116
  * @summary Get a schema variant by schema id and schema variant id
@@ -6105,7 +6119,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6105
6119
  * @throws {RequiredError}
6106
6120
  * @memberof SchemasApi
6107
6121
  */
6108
- getVariant(requestParameters: SchemasApiGetVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any>>;
6122
+ getVariant(requestParameters: SchemasApiGetVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any, {}>>;
6109
6123
  /**
6110
6124
  *
6111
6125
  * @summary List all schemas (paginated endpoint)
@@ -6114,7 +6128,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6114
6128
  * @throws {RequiredError}
6115
6129
  * @memberof SchemasApi
6116
6130
  */
6117
- listSchemas(requestParameters: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListSchemaV1Response, any>>;
6131
+ listSchemas(requestParameters: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListSchemaV1Response, any, {}>>;
6118
6132
  /**
6119
6133
  *
6120
6134
  * @summary Complex search for shemas
@@ -6123,7 +6137,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6123
6137
  * @throws {RequiredError}
6124
6138
  * @memberof SchemasApi
6125
6139
  */
6126
- searchSchemas(requestParameters: SchemasApiSearchSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchSchemasV1Response, any>>;
6140
+ searchSchemas(requestParameters: SchemasApiSearchSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchSchemasV1Response, any, {}>>;
6127
6141
  /**
6128
6142
  *
6129
6143
  * @summary Unlocks a schema - if there\'s already an unlocked variant, then we return that
@@ -6132,7 +6146,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6132
6146
  * @throws {RequiredError}
6133
6147
  * @memberof SchemasApi
6134
6148
  */
6135
- unlockSchema(requestParameters: SchemasApiUnlockSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UnlockedSchemaV1Response, any>>;
6149
+ unlockSchema(requestParameters: SchemasApiUnlockSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UnlockedSchemaV1Response, any, {}>>;
6136
6150
  /**
6137
6151
  *
6138
6152
  * @summary Update the schema variant and regenerate
@@ -6141,7 +6155,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6141
6155
  * @throws {RequiredError}
6142
6156
  * @memberof SchemasApi
6143
6157
  */
6144
- updateSchemaVariant(requestParameters: SchemasApiUpdateSchemaVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any>>;
6158
+ updateSchemaVariant(requestParameters: SchemasApiUpdateSchemaVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any, {}>>;
6145
6159
  }
6146
6160
  /**
6147
6161
  * SecretsApi - axios parameter creator
@@ -6437,7 +6451,7 @@ export declare class SecretsApi extends BaseAPI implements SecretsApiInterface {
6437
6451
  * @throws {RequiredError}
6438
6452
  * @memberof SecretsApi
6439
6453
  */
6440
- createSecret(requestParameters: SecretsApiCreateSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSecretV1Response, any>>;
6454
+ createSecret(requestParameters: SecretsApiCreateSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSecretV1Response, any, {}>>;
6441
6455
  /**
6442
6456
  *
6443
6457
  * @summary Delete a secret
@@ -6446,7 +6460,7 @@ export declare class SecretsApi extends BaseAPI implements SecretsApiInterface {
6446
6460
  * @throws {RequiredError}
6447
6461
  * @memberof SecretsApi
6448
6462
  */
6449
- deleteSecret(requestParameters: SecretsApiDeleteSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteSecretV1Response, any>>;
6463
+ deleteSecret(requestParameters: SecretsApiDeleteSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteSecretV1Response, any, {}>>;
6450
6464
  /**
6451
6465
  *
6452
6466
  * @summary List all secrets
@@ -6457,7 +6471,7 @@ export declare class SecretsApi extends BaseAPI implements SecretsApiInterface {
6457
6471
  */
6458
6472
  getSecrets(requestParameters: SecretsApiGetSecretsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
6459
6473
  [key: string]: HashMapValue;
6460
- }, any>>;
6474
+ }, any, {}>>;
6461
6475
  /**
6462
6476
  *
6463
6477
  * @summary Update a secret
@@ -6466,7 +6480,7 @@ export declare class SecretsApi extends BaseAPI implements SecretsApiInterface {
6466
6480
  * @throws {RequiredError}
6467
6481
  * @memberof SecretsApi
6468
6482
  */
6469
- updateSecret(requestParameters: SecretsApiUpdateSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateSecretV1Response, any>>;
6483
+ updateSecret(requestParameters: SecretsApiUpdateSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateSecretV1Response, any, {}>>;
6470
6484
  }
6471
6485
  /**
6472
6486
  * WhoamiApi - axios parameter creator
@@ -6531,5 +6545,5 @@ export declare class WhoamiApi extends BaseAPI implements WhoamiApiInterface {
6531
6545
  * @throws {RequiredError}
6532
6546
  * @memberof WhoamiApi
6533
6547
  */
6534
- whoami(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WhoamiResponse, any>>;
6548
+ whoami(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WhoamiResponse, any, {}>>;
6535
6549
  }
package/dist/cjs/api.js CHANGED
@@ -1284,10 +1284,11 @@ const ComponentsApiAxiosParamCreator = function (configuration) {
1284
1284
  * @param {string} changeSetId Change Set identifier
1285
1285
  * @param {string} [limit] Maximum number of results to return (default: 50, max: 300)
1286
1286
  * @param {string} [cursor] Cursor for pagination (ComponentId of the last item from previous page)
1287
+ * @param {boolean} [includeCodegen] Allow returning the codegen for the cloudformation template for the component (if it exists)
1287
1288
  * @param {*} [options] Override http request option.
1288
1289
  * @throws {RequiredError}
1289
1290
  */
1290
- listComponents: async (workspaceId, changeSetId, limit, cursor, options = {}) => {
1291
+ listComponents: async (workspaceId, changeSetId, limit, cursor, includeCodegen, options = {}) => {
1291
1292
  // verify required parameter 'workspaceId' is not null or undefined
1292
1293
  (0, common_1.assertParamExists)('listComponents', 'workspaceId', workspaceId);
1293
1294
  // verify required parameter 'changeSetId' is not null or undefined
@@ -1310,6 +1311,9 @@ const ComponentsApiAxiosParamCreator = function (configuration) {
1310
1311
  if (cursor !== undefined) {
1311
1312
  localVarQueryParameter['cursor'] = cursor;
1312
1313
  }
1314
+ if (includeCodegen !== undefined) {
1315
+ localVarQueryParameter['includeCodegen'] = includeCodegen;
1316
+ }
1313
1317
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1314
1318
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1315
1319
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
@@ -1669,11 +1673,12 @@ const ComponentsApiFp = function (configuration) {
1669
1673
  * @param {string} changeSetId Change Set identifier
1670
1674
  * @param {string} [limit] Maximum number of results to return (default: 50, max: 300)
1671
1675
  * @param {string} [cursor] Cursor for pagination (ComponentId of the last item from previous page)
1676
+ * @param {boolean} [includeCodegen] Allow returning the codegen for the cloudformation template for the component (if it exists)
1672
1677
  * @param {*} [options] Override http request option.
1673
1678
  * @throws {RequiredError}
1674
1679
  */
1675
- async listComponents(workspaceId, changeSetId, limit, cursor, options) {
1676
- const localVarAxiosArgs = await localVarAxiosParamCreator.listComponents(workspaceId, changeSetId, limit, cursor, options);
1680
+ async listComponents(workspaceId, changeSetId, limit, cursor, includeCodegen, options) {
1681
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listComponents(workspaceId, changeSetId, limit, cursor, includeCodegen, options);
1677
1682
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1678
1683
  const localVarOperationServerBasePath = base_1.operationServerMap['ComponentsApi.listComponents']?.[localVarOperationServerIndex]?.url;
1679
1684
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -1863,7 +1868,7 @@ const ComponentsApiFactory = function (configuration, basePath, axios) {
1863
1868
  * @throws {RequiredError}
1864
1869
  */
1865
1870
  listComponents(requestParameters, options) {
1866
- return localVarFp.listComponents(requestParameters.workspaceId, requestParameters.changeSetId, requestParameters.limit, requestParameters.cursor, options).then((request) => request(axios, basePath));
1871
+ return localVarFp.listComponents(requestParameters.workspaceId, requestParameters.changeSetId, requestParameters.limit, requestParameters.cursor, requestParameters.includeCodegen, options).then((request) => request(axios, basePath));
1867
1872
  },
1868
1873
  /**
1869
1874
  *
@@ -2033,7 +2038,7 @@ class ComponentsApi extends base_1.BaseAPI {
2033
2038
  * @memberof ComponentsApi
2034
2039
  */
2035
2040
  listComponents(requestParameters, options) {
2036
- return (0, exports.ComponentsApiFp)(this.configuration).listComponents(requestParameters.workspaceId, requestParameters.changeSetId, requestParameters.limit, requestParameters.cursor, options).then((request) => request(this.axios, this.basePath));
2041
+ return (0, exports.ComponentsApiFp)(this.configuration).listComponents(requestParameters.workspaceId, requestParameters.changeSetId, requestParameters.limit, requestParameters.cursor, requestParameters.includeCodegen, options).then((request) => request(this.axios, this.basePath));
2037
2042
  }
2038
2043
  /**
2039
2044
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-initiative-api-client",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "TypeScript/JavaScript SDK for the System Initiative Public API",
5
5
  "author": "System Initiative <support@systeminit.com>",
6
6
  "repository": {