system-initiative-api-client 1.1.3 → 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}
@@ -2170,6 +2176,12 @@ export interface SchemaVariantV1RequestPath {
2170
2176
  * @interface SearchComponentsV1Request
2171
2177
  */
2172
2178
  export interface SearchComponentsV1Request {
2179
+ /**
2180
+ *
2181
+ * @type {string}
2182
+ * @memberof SearchComponentsV1Request
2183
+ */
2184
+ 'schemaCategory'?: string | null;
2173
2185
  /**
2174
2186
  *
2175
2187
  * @type {string}
@@ -2871,7 +2883,7 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
2871
2883
  * @throws {RequiredError}
2872
2884
  * @memberof ActionsApi
2873
2885
  */
2874
- cancelAction(requestParameters: ActionsApiCancelActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CancelActionV1Response, any>>;
2886
+ cancelAction(requestParameters: ActionsApiCancelActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CancelActionV1Response, any, {}>>;
2875
2887
  /**
2876
2888
  *
2877
2889
  * @summary List queued actions
@@ -2880,7 +2892,7 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
2880
2892
  * @throws {RequiredError}
2881
2893
  * @memberof ActionsApi
2882
2894
  */
2883
- getActions(requestParameters: ActionsApiGetActionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetActionsV1Response, any>>;
2895
+ getActions(requestParameters: ActionsApiGetActionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetActionsV1Response, any, {}>>;
2884
2896
  /**
2885
2897
  *
2886
2898
  * @summary Put action on-hold
@@ -2889,7 +2901,7 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
2889
2901
  * @throws {RequiredError}
2890
2902
  * @memberof ActionsApi
2891
2903
  */
2892
- putOnHold(requestParameters: ActionsApiPutOnHoldRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PutOnHoldActionV1Response, any>>;
2904
+ putOnHold(requestParameters: ActionsApiPutOnHoldRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PutOnHoldActionV1Response, any, {}>>;
2893
2905
  /**
2894
2906
  *
2895
2907
  * @summary Retry action
@@ -2898,7 +2910,7 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
2898
2910
  * @throws {RequiredError}
2899
2911
  * @memberof ActionsApi
2900
2912
  */
2901
- retryAction(requestParameters: ActionsApiRetryActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RetryActionV1Response, any>>;
2913
+ retryAction(requestParameters: ActionsApiRetryActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RetryActionV1Response, any, {}>>;
2902
2914
  }
2903
2915
  /**
2904
2916
  * ChangeSetsApi - axios parameter creator
@@ -3356,7 +3368,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3356
3368
  * @throws {RequiredError}
3357
3369
  * @memberof ChangeSetsApi
3358
3370
  */
3359
- abandonChangeSet(requestParameters: ChangeSetsApiAbandonChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteChangeSetV1Response, any>>;
3371
+ abandonChangeSet(requestParameters: ChangeSetsApiAbandonChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteChangeSetV1Response, any, {}>>;
3360
3372
  /**
3361
3373
  *
3362
3374
  * @summary Create a Change Set
@@ -3365,7 +3377,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3365
3377
  * @throws {RequiredError}
3366
3378
  * @memberof ChangeSetsApi
3367
3379
  */
3368
- createChangeSet(requestParameters: ChangeSetsApiCreateChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateChangeSetV1Response, any>>;
3380
+ createChangeSet(requestParameters: ChangeSetsApiCreateChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateChangeSetV1Response, any, {}>>;
3369
3381
  /**
3370
3382
  *
3371
3383
  * @summary Merge Change Set without approval
@@ -3374,7 +3386,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3374
3386
  * @throws {RequiredError}
3375
3387
  * @memberof ChangeSetsApi
3376
3388
  */
3377
- forceApply(requestParameters: ChangeSetsApiForceApplyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ForceApplyChangeSetV1Response, any>>;
3389
+ forceApply(requestParameters: ChangeSetsApiForceApplyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ForceApplyChangeSetV1Response, any, {}>>;
3378
3390
  /**
3379
3391
  *
3380
3392
  * @summary Get a Change Set by Change Set Id
@@ -3383,7 +3395,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3383
3395
  * @throws {RequiredError}
3384
3396
  * @memberof ChangeSetsApi
3385
3397
  */
3386
- getChangeSet(requestParameters: ChangeSetsApiGetChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetChangeSetV1Response, any>>;
3398
+ getChangeSet(requestParameters: ChangeSetsApiGetChangeSetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetChangeSetV1Response, any, {}>>;
3387
3399
  /**
3388
3400
  *
3389
3401
  * @summary List all active Change Sets
@@ -3392,7 +3404,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3392
3404
  * @throws {RequiredError}
3393
3405
  * @memberof ChangeSetsApi
3394
3406
  */
3395
- listChangeSets(requestParameters: ChangeSetsApiListChangeSetsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListChangeSetV1Response, any>>;
3407
+ listChangeSets(requestParameters: ChangeSetsApiListChangeSetsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListChangeSetV1Response, any, {}>>;
3396
3408
  /**
3397
3409
  *
3398
3410
  * @summary Get Change Set post merge status
@@ -3401,7 +3413,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3401
3413
  * @throws {RequiredError}
3402
3414
  * @memberof ChangeSetsApi
3403
3415
  */
3404
- mergeStatus(requestParameters: ChangeSetsApiMergeStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MergeStatusV1Response, any>>;
3416
+ mergeStatus(requestParameters: ChangeSetsApiMergeStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MergeStatusV1Response, any, {}>>;
3405
3417
  /**
3406
3418
  *
3407
3419
  * @summary Abandon all active Change Sets
@@ -3410,7 +3422,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3410
3422
  * @throws {RequiredError}
3411
3423
  * @memberof ChangeSetsApi
3412
3424
  */
3413
- purgeOpen(requestParameters: ChangeSetsApiPurgeOpenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PurgeOpenChangeSetsV1Response, any>>;
3425
+ purgeOpen(requestParameters: ChangeSetsApiPurgeOpenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PurgeOpenChangeSetsV1Response, any, {}>>;
3414
3426
  /**
3415
3427
  *
3416
3428
  * @summary Request Change Set merge approval
@@ -3419,7 +3431,7 @@ export declare class ChangeSetsApi extends BaseAPI implements ChangeSetsApiInter
3419
3431
  * @throws {RequiredError}
3420
3432
  * @memberof ChangeSetsApi
3421
3433
  */
3422
- requestApproval(requestParameters: ChangeSetsApiRequestApprovalRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RequestApprovalChangeSetV1Response, any>>;
3434
+ requestApproval(requestParameters: ChangeSetsApiRequestApprovalRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RequestApprovalChangeSetV1Response, any, {}>>;
3423
3435
  }
3424
3436
  /**
3425
3437
  * ComponentsApi - axios parameter creator
@@ -3526,10 +3538,11 @@ export declare const ComponentsApiAxiosParamCreator: (configuration?: Configurat
3526
3538
  * @param {string} changeSetId Change Set identifier
3527
3539
  * @param {string} [limit] Maximum number of results to return (default: 50, max: 300)
3528
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)
3529
3542
  * @param {*} [options] Override http request option.
3530
3543
  * @throws {RequiredError}
3531
3544
  */
3532
- 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>;
3533
3546
  /**
3534
3547
  *
3535
3548
  * @summary Putting a component under the management of another component
@@ -3688,10 +3701,11 @@ export declare const ComponentsApiFp: (configuration?: Configuration) => {
3688
3701
  * @param {string} changeSetId Change Set identifier
3689
3702
  * @param {string} [limit] Maximum number of results to return (default: 50, max: 300)
3690
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)
3691
3705
  * @param {*} [options] Override http request option.
3692
3706
  * @throws {RequiredError}
3693
3707
  */
3694
- 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>>;
3695
3709
  /**
3696
3710
  *
3697
3711
  * @summary Putting a component under the management of another component
@@ -4286,6 +4300,12 @@ export interface ComponentsApiListComponentsRequest {
4286
4300
  * @memberof ComponentsApiListComponents
4287
4301
  */
4288
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;
4289
4309
  }
4290
4310
  /**
4291
4311
  * Request parameters for manageComponent operation in ComponentsApi.
@@ -4439,7 +4459,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4439
4459
  * @throws {RequiredError}
4440
4460
  * @memberof ComponentsApi
4441
4461
  */
4442
- addAction(requestParameters: ComponentsApiAddActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AddActionV1Response, any>>;
4462
+ addAction(requestParameters: ComponentsApiAddActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AddActionV1Response, any, {}>>;
4443
4463
  /**
4444
4464
  *
4445
4465
  * @summary Create a component
@@ -4448,7 +4468,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4448
4468
  * @throws {RequiredError}
4449
4469
  * @memberof ComponentsApi
4450
4470
  */
4451
- createComponent(requestParameters: ComponentsApiCreateComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateComponentV1Response, any>>;
4471
+ createComponent(requestParameters: ComponentsApiCreateComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateComponentV1Response, any, {}>>;
4452
4472
  /**
4453
4473
  *
4454
4474
  * @summary Delete a component
@@ -4457,7 +4477,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4457
4477
  * @throws {RequiredError}
4458
4478
  * @memberof ComponentsApi
4459
4479
  */
4460
- deleteComponent(requestParameters: ComponentsApiDeleteComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteComponentV1Response, any>>;
4480
+ deleteComponent(requestParameters: ComponentsApiDeleteComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteComponentV1Response, any, {}>>;
4461
4481
  /**
4462
4482
  *
4463
4483
  * @summary Duplicate a list of components
@@ -4466,7 +4486,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4466
4486
  * @throws {RequiredError}
4467
4487
  * @memberof ComponentsApi
4468
4488
  */
4469
- duplicateComponents(requestParameters: ComponentsApiDuplicateComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DuplicateComponentsV1Response, any>>;
4489
+ duplicateComponents(requestParameters: ComponentsApiDuplicateComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DuplicateComponentsV1Response, any, {}>>;
4470
4490
  /**
4471
4491
  *
4472
4492
  * @summary Erase a component without queuing a delete action
@@ -4475,7 +4495,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4475
4495
  * @throws {RequiredError}
4476
4496
  * @memberof ComponentsApi
4477
4497
  */
4478
- eraseComponent(requestParameters: ComponentsApiEraseComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EraseComponentV1Response, any>>;
4498
+ eraseComponent(requestParameters: ComponentsApiEraseComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EraseComponentV1Response, any, {}>>;
4479
4499
  /**
4480
4500
  *
4481
4501
  * @summary Execute a component\'s management function
@@ -4484,7 +4504,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4484
4504
  * @throws {RequiredError}
4485
4505
  * @memberof ComponentsApi
4486
4506
  */
4487
- executeManagementFunction(requestParameters: ComponentsApiExecuteManagementFunctionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExecuteManagementFunctionV1Response, any>>;
4507
+ executeManagementFunction(requestParameters: ComponentsApiExecuteManagementFunctionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExecuteManagementFunctionV1Response, any, {}>>;
4488
4508
  /**
4489
4509
  *
4490
4510
  * @summary Find a component by name or component Id
@@ -4493,7 +4513,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4493
4513
  * @throws {RequiredError}
4494
4514
  * @memberof ComponentsApi
4495
4515
  */
4496
- findComponent(requestParameters: ComponentsApiFindComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetComponentV1Response, any>>;
4516
+ findComponent(requestParameters: ComponentsApiFindComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetComponentV1Response, any, {}>>;
4497
4517
  /**
4498
4518
  *
4499
4519
  * @summary Generate a template
@@ -4502,7 +4522,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4502
4522
  * @throws {RequiredError}
4503
4523
  * @memberof ComponentsApi
4504
4524
  */
4505
- generateTemplate(requestParameters: ComponentsApiGenerateTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GenerateTemplateV1Response, any>>;
4525
+ generateTemplate(requestParameters: ComponentsApiGenerateTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GenerateTemplateV1Response, any, {}>>;
4506
4526
  /**
4507
4527
  *
4508
4528
  * @summary Get a component by component Id
@@ -4511,7 +4531,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4511
4531
  * @throws {RequiredError}
4512
4532
  * @memberof ComponentsApi
4513
4533
  */
4514
- getComponent(requestParameters: ComponentsApiGetComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetComponentV1Response, any>>;
4534
+ getComponent(requestParameters: ComponentsApiGetComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetComponentV1Response, any, {}>>;
4515
4535
  /**
4516
4536
  *
4517
4537
  * @summary List all components
@@ -4520,7 +4540,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4520
4540
  * @throws {RequiredError}
4521
4541
  * @memberof ComponentsApi
4522
4542
  */
4523
- listComponents(requestParameters: ComponentsApiListComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListComponentsV1Response, any>>;
4543
+ listComponents(requestParameters: ComponentsApiListComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListComponentsV1Response, any, {}>>;
4524
4544
  /**
4525
4545
  *
4526
4546
  * @summary Putting a component under the management of another component
@@ -4529,7 +4549,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4529
4549
  * @throws {RequiredError}
4530
4550
  * @memberof ComponentsApi
4531
4551
  */
4532
- manageComponent(requestParameters: ComponentsApiManageComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ManageComponentV1Response, any>>;
4552
+ manageComponent(requestParameters: ComponentsApiManageComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ManageComponentV1Response, any, {}>>;
4533
4553
  /**
4534
4554
  *
4535
4555
  * @summary Restore a component that is marked for deletion
@@ -4538,7 +4558,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4538
4558
  * @throws {RequiredError}
4539
4559
  * @memberof ComponentsApi
4540
4560
  */
4541
- restoreComponent(requestParameters: ComponentsApiRestoreComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RestoreComponentV1Response, any>>;
4561
+ restoreComponent(requestParameters: ComponentsApiRestoreComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RestoreComponentV1Response, any, {}>>;
4542
4562
  /**
4543
4563
  *
4544
4564
  * @summary Complex search for components
@@ -4547,7 +4567,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4547
4567
  * @throws {RequiredError}
4548
4568
  * @memberof ComponentsApi
4549
4569
  */
4550
- searchComponents(requestParameters: ComponentsApiSearchComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchComponentsV1Response, any>>;
4570
+ searchComponents(requestParameters: ComponentsApiSearchComponentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchComponentsV1Response, any, {}>>;
4551
4571
  /**
4552
4572
  *
4553
4573
  * @summary Update a component
@@ -4556,7 +4576,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4556
4576
  * @throws {RequiredError}
4557
4577
  * @memberof ComponentsApi
4558
4578
  */
4559
- updateComponent(requestParameters: ComponentsApiUpdateComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateComponentV1Response, any>>;
4579
+ updateComponent(requestParameters: ComponentsApiUpdateComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateComponentV1Response, any, {}>>;
4560
4580
  /**
4561
4581
  *
4562
4582
  * @summary Upgrade a component to the latest schema variant
@@ -4565,7 +4585,7 @@ export declare class ComponentsApi extends BaseAPI implements ComponentsApiInter
4565
4585
  * @throws {RequiredError}
4566
4586
  * @memberof ComponentsApi
4567
4587
  */
4568
- upgradeComponent(requestParameters: ComponentsApiUpgradeComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpgradeComponentV1Response, any>>;
4588
+ upgradeComponent(requestParameters: ComponentsApiUpgradeComponentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpgradeComponentV1Response, any, {}>>;
4569
4589
  }
4570
4590
  /**
4571
4591
  * FuncsApi - axios parameter creator
@@ -4801,7 +4821,7 @@ export declare class FuncsApi extends BaseAPI implements FuncsApiInterface {
4801
4821
  * @throws {RequiredError}
4802
4822
  * @memberof FuncsApi
4803
4823
  */
4804
- getFunc(requestParameters: FuncsApiGetFuncRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFuncV1Response, any>>;
4824
+ getFunc(requestParameters: FuncsApiGetFuncRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFuncV1Response, any, {}>>;
4805
4825
  /**
4806
4826
  *
4807
4827
  * @summary Get func execution run logs
@@ -4810,7 +4830,7 @@ export declare class FuncsApi extends BaseAPI implements FuncsApiInterface {
4810
4830
  * @throws {RequiredError}
4811
4831
  * @memberof FuncsApi
4812
4832
  */
4813
- getFuncRun(requestParameters: FuncsApiGetFuncRunRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFuncRunV1Response, any>>;
4833
+ getFuncRun(requestParameters: FuncsApiGetFuncRunRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFuncRunV1Response, any, {}>>;
4814
4834
  /**
4815
4835
  *
4816
4836
  * @summary Update a func
@@ -4819,7 +4839,7 @@ export declare class FuncsApi extends BaseAPI implements FuncsApiInterface {
4819
4839
  * @throws {RequiredError}
4820
4840
  * @memberof FuncsApi
4821
4841
  */
4822
- updateFunc(requestParameters: FuncsApiUpdateFuncRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateFuncV1Response, any>>;
4842
+ updateFunc(requestParameters: FuncsApiUpdateFuncRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateFuncV1Response, any, {}>>;
4823
4843
  }
4824
4844
  /**
4825
4845
  * ManagementFuncsApi - axios parameter creator
@@ -4923,7 +4943,7 @@ export declare class ManagementFuncsApi extends BaseAPI implements ManagementFun
4923
4943
  * @throws {RequiredError}
4924
4944
  * @memberof ManagementFuncsApi
4925
4945
  */
4926
- getManagementFuncRunState(requestParameters: ManagementFuncsApiGetManagementFuncRunStateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetManagementFuncJobStateV1Response, any>>;
4946
+ getManagementFuncRunState(requestParameters: ManagementFuncsApiGetManagementFuncRunStateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetManagementFuncJobStateV1Response, any, {}>>;
4927
4947
  }
4928
4948
  /**
4929
4949
  * RootApi - axios parameter creator
@@ -4988,7 +5008,7 @@ export declare class RootApi extends BaseAPI implements RootApiInterface {
4988
5008
  * @throws {RequiredError}
4989
5009
  * @memberof RootApi
4990
5010
  */
4991
- systemStatusRoute(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SystemStatusResponse, any>>;
5011
+ systemStatusRoute(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SystemStatusResponse, any, {}>>;
4992
5012
  }
4993
5013
  /**
4994
5014
  * SchemasApi - axios parameter creator
@@ -6018,7 +6038,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6018
6038
  * @throws {RequiredError}
6019
6039
  * @memberof SchemasApi
6020
6040
  */
6021
- createSchema(requestParameters: SchemasApiCreateSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaV1Response, any>>;
6041
+ createSchema(requestParameters: SchemasApiCreateSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaV1Response, any, {}>>;
6022
6042
  /**
6023
6043
  *
6024
6044
  * @summary Create an action function and attach to a schema variant
@@ -6027,7 +6047,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6027
6047
  * @throws {RequiredError}
6028
6048
  * @memberof SchemasApi
6029
6049
  */
6030
- createVariantAction(requestParameters: SchemasApiCreateVariantActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantActionFuncV1Response, any>>;
6050
+ createVariantAction(requestParameters: SchemasApiCreateVariantActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantActionFuncV1Response, any, {}>>;
6031
6051
  /**
6032
6052
  *
6033
6053
  * @summary Create an authentication function and attach to a schema variant
@@ -6036,7 +6056,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6036
6056
  * @throws {RequiredError}
6037
6057
  * @memberof SchemasApi
6038
6058
  */
6039
- createVariantAuthentication(requestParameters: SchemasApiCreateVariantAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantAuthenticationFuncV1Response, any>>;
6059
+ createVariantAuthentication(requestParameters: SchemasApiCreateVariantAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantAuthenticationFuncV1Response, any, {}>>;
6040
6060
  /**
6041
6061
  *
6042
6062
  * @summary Create a codegen function and attach to a schema variant
@@ -6045,7 +6065,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6045
6065
  * @throws {RequiredError}
6046
6066
  * @memberof SchemasApi
6047
6067
  */
6048
- createVariantCodegen(requestParameters: SchemasApiCreateVariantCodegenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantCodegenFuncV1Response, any>>;
6068
+ createVariantCodegen(requestParameters: SchemasApiCreateVariantCodegenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantCodegenFuncV1Response, any, {}>>;
6049
6069
  /**
6050
6070
  *
6051
6071
  * @summary Create a management function and attach to a schema variant
@@ -6054,7 +6074,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6054
6074
  * @throws {RequiredError}
6055
6075
  * @memberof SchemasApi
6056
6076
  */
6057
- createVariantManagement(requestParameters: SchemasApiCreateVariantManagementRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantManagementFuncV1Response, any>>;
6077
+ createVariantManagement(requestParameters: SchemasApiCreateVariantManagementRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantManagementFuncV1Response, any, {}>>;
6058
6078
  /**
6059
6079
  *
6060
6080
  * @summary Create a qualification and attach to a schema variant
@@ -6063,7 +6083,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6063
6083
  * @throws {RequiredError}
6064
6084
  * @memberof SchemasApi
6065
6085
  */
6066
- createVariantQualification(requestParameters: SchemasApiCreateVariantQualificationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantQualificationFuncV1Response, any>>;
6086
+ createVariantQualification(requestParameters: SchemasApiCreateVariantQualificationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateVariantQualificationFuncV1Response, any, {}>>;
6067
6087
  /**
6068
6088
  *
6069
6089
  * @summary Find schema by name or schema id
@@ -6072,7 +6092,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6072
6092
  * @throws {RequiredError}
6073
6093
  * @memberof SchemasApi
6074
6094
  */
6075
- findSchema(requestParameters: SchemasApiFindSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FindSchemaV1Response, any>>;
6095
+ findSchema(requestParameters: SchemasApiFindSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FindSchemaV1Response, any, {}>>;
6076
6096
  /**
6077
6097
  *
6078
6098
  * @summary Get the default variant for a schema id
@@ -6081,7 +6101,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6081
6101
  * @throws {RequiredError}
6082
6102
  * @memberof SchemasApi
6083
6103
  */
6084
- getDefaultVariant(requestParameters: SchemasApiGetDefaultVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any>>;
6104
+ getDefaultVariant(requestParameters: SchemasApiGetDefaultVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any, {}>>;
6085
6105
  /**
6086
6106
  *
6087
6107
  * @summary Get a schema by schema id
@@ -6090,7 +6110,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6090
6110
  * @throws {RequiredError}
6091
6111
  * @memberof SchemasApi
6092
6112
  */
6093
- getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaV1Response, any>>;
6113
+ getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaV1Response, any, {}>>;
6094
6114
  /**
6095
6115
  *
6096
6116
  * @summary Get a schema variant by schema id and schema variant id
@@ -6099,7 +6119,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6099
6119
  * @throws {RequiredError}
6100
6120
  * @memberof SchemasApi
6101
6121
  */
6102
- getVariant(requestParameters: SchemasApiGetVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any>>;
6122
+ getVariant(requestParameters: SchemasApiGetVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any, {}>>;
6103
6123
  /**
6104
6124
  *
6105
6125
  * @summary List all schemas (paginated endpoint)
@@ -6108,7 +6128,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6108
6128
  * @throws {RequiredError}
6109
6129
  * @memberof SchemasApi
6110
6130
  */
6111
- listSchemas(requestParameters: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListSchemaV1Response, any>>;
6131
+ listSchemas(requestParameters: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListSchemaV1Response, any, {}>>;
6112
6132
  /**
6113
6133
  *
6114
6134
  * @summary Complex search for shemas
@@ -6117,7 +6137,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6117
6137
  * @throws {RequiredError}
6118
6138
  * @memberof SchemasApi
6119
6139
  */
6120
- searchSchemas(requestParameters: SchemasApiSearchSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchSchemasV1Response, any>>;
6140
+ searchSchemas(requestParameters: SchemasApiSearchSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchSchemasV1Response, any, {}>>;
6121
6141
  /**
6122
6142
  *
6123
6143
  * @summary Unlocks a schema - if there\'s already an unlocked variant, then we return that
@@ -6126,7 +6146,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6126
6146
  * @throws {RequiredError}
6127
6147
  * @memberof SchemasApi
6128
6148
  */
6129
- unlockSchema(requestParameters: SchemasApiUnlockSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UnlockedSchemaV1Response, any>>;
6149
+ unlockSchema(requestParameters: SchemasApiUnlockSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UnlockedSchemaV1Response, any, {}>>;
6130
6150
  /**
6131
6151
  *
6132
6152
  * @summary Update the schema variant and regenerate
@@ -6135,7 +6155,7 @@ export declare class SchemasApi extends BaseAPI implements SchemasApiInterface {
6135
6155
  * @throws {RequiredError}
6136
6156
  * @memberof SchemasApi
6137
6157
  */
6138
- updateSchemaVariant(requestParameters: SchemasApiUpdateSchemaVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any>>;
6158
+ updateSchemaVariant(requestParameters: SchemasApiUpdateSchemaVariantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSchemaVariantV1Response, any, {}>>;
6139
6159
  }
6140
6160
  /**
6141
6161
  * SecretsApi - axios parameter creator
@@ -6431,7 +6451,7 @@ export declare class SecretsApi extends BaseAPI implements SecretsApiInterface {
6431
6451
  * @throws {RequiredError}
6432
6452
  * @memberof SecretsApi
6433
6453
  */
6434
- createSecret(requestParameters: SecretsApiCreateSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSecretV1Response, any>>;
6454
+ createSecret(requestParameters: SecretsApiCreateSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSecretV1Response, any, {}>>;
6435
6455
  /**
6436
6456
  *
6437
6457
  * @summary Delete a secret
@@ -6440,7 +6460,7 @@ export declare class SecretsApi extends BaseAPI implements SecretsApiInterface {
6440
6460
  * @throws {RequiredError}
6441
6461
  * @memberof SecretsApi
6442
6462
  */
6443
- deleteSecret(requestParameters: SecretsApiDeleteSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteSecretV1Response, any>>;
6463
+ deleteSecret(requestParameters: SecretsApiDeleteSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteSecretV1Response, any, {}>>;
6444
6464
  /**
6445
6465
  *
6446
6466
  * @summary List all secrets
@@ -6451,7 +6471,7 @@ export declare class SecretsApi extends BaseAPI implements SecretsApiInterface {
6451
6471
  */
6452
6472
  getSecrets(requestParameters: SecretsApiGetSecretsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
6453
6473
  [key: string]: HashMapValue;
6454
- }, any>>;
6474
+ }, any, {}>>;
6455
6475
  /**
6456
6476
  *
6457
6477
  * @summary Update a secret
@@ -6460,7 +6480,7 @@ export declare class SecretsApi extends BaseAPI implements SecretsApiInterface {
6460
6480
  * @throws {RequiredError}
6461
6481
  * @memberof SecretsApi
6462
6482
  */
6463
- updateSecret(requestParameters: SecretsApiUpdateSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateSecretV1Response, any>>;
6483
+ updateSecret(requestParameters: SecretsApiUpdateSecretRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateSecretV1Response, any, {}>>;
6464
6484
  }
6465
6485
  /**
6466
6486
  * WhoamiApi - axios parameter creator
@@ -6525,5 +6545,5 @@ export declare class WhoamiApi extends BaseAPI implements WhoamiApiInterface {
6525
6545
  * @throws {RequiredError}
6526
6546
  * @memberof WhoamiApi
6527
6547
  */
6528
- whoami(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WhoamiResponse, any>>;
6548
+ whoami(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WhoamiResponse, any, {}>>;
6529
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.3",
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": {