@seamapi/types 1.49.0 → 1.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4604,6 +4604,112 @@ declare const _default: {
4604
4604
  'x-fern-sdk-method-name': string;
4605
4605
  };
4606
4606
  };
4607
+ '/acs/credential_provisioning_automations/launch': {
4608
+ post: {
4609
+ operationId: string;
4610
+ requestBody: {
4611
+ content: {
4612
+ 'application/json': {
4613
+ schema: {
4614
+ properties: {
4615
+ acs_credential_pool_id: {
4616
+ format: string;
4617
+ type: string;
4618
+ };
4619
+ create_credential_manager_user: {
4620
+ type: string;
4621
+ };
4622
+ credential_manager_acs_system_id: {
4623
+ format: string;
4624
+ type: string;
4625
+ };
4626
+ credential_manager_acs_user_id: {
4627
+ format: string;
4628
+ type: string;
4629
+ };
4630
+ user_identity_id: {
4631
+ format: string;
4632
+ type: string;
4633
+ };
4634
+ };
4635
+ required: string[];
4636
+ type: string;
4637
+ };
4638
+ };
4639
+ };
4640
+ };
4641
+ responses: {
4642
+ 200: {
4643
+ content: {
4644
+ 'application/json': {
4645
+ schema: {
4646
+ properties: {
4647
+ acs_credential_provisioning_automation: {
4648
+ properties: {
4649
+ acs_credential_provisioning_automation_id: {
4650
+ format: string;
4651
+ type: string;
4652
+ };
4653
+ created_at: {
4654
+ format: string;
4655
+ type: string;
4656
+ };
4657
+ credential_manager_acs_system_id: {
4658
+ format: string;
4659
+ type: string;
4660
+ };
4661
+ user_identity_id: {
4662
+ format: string;
4663
+ type: string;
4664
+ };
4665
+ workspace_id: {
4666
+ format: string;
4667
+ type: string;
4668
+ };
4669
+ };
4670
+ required: string[];
4671
+ type: string;
4672
+ };
4673
+ ok: {
4674
+ type: string;
4675
+ };
4676
+ };
4677
+ required: string[];
4678
+ type: string;
4679
+ };
4680
+ };
4681
+ };
4682
+ description: string;
4683
+ };
4684
+ 400: {
4685
+ description: string;
4686
+ };
4687
+ 401: {
4688
+ description: string;
4689
+ };
4690
+ };
4691
+ security: ({
4692
+ access_token: never[];
4693
+ seam_workspace: never[];
4694
+ seam_client_session_token?: never;
4695
+ client_session_token?: never;
4696
+ } | {
4697
+ seam_client_session_token: never[];
4698
+ access_token?: never;
4699
+ seam_workspace?: never;
4700
+ client_session_token?: never;
4701
+ } | {
4702
+ client_session_token: never[];
4703
+ access_token?: never;
4704
+ seam_workspace?: never;
4705
+ seam_client_session_token?: never;
4706
+ })[];
4707
+ summary: string;
4708
+ tags: never[];
4709
+ 'x-fern-sdk-group-name': string[];
4710
+ 'x-fern-sdk-method-name': string;
4711
+ };
4712
+ };
4607
4713
  '/acs/credentials/assign': {
4608
4714
  patch: {
4609
4715
  operationId: string;
@@ -13810,6 +13916,29 @@ interface Routes {
13810
13916
  }>;
13811
13917
  };
13812
13918
  };
13919
+ '/acs/credential_provisioning_automations/launch': {
13920
+ route: '/acs/credential_provisioning_automations/launch';
13921
+ method: 'POST';
13922
+ queryParams: {};
13923
+ jsonBody: {};
13924
+ commonParams: {
13925
+ user_identity_id: string;
13926
+ credential_manager_acs_system_id: string;
13927
+ acs_credential_pool_id?: string | undefined;
13928
+ create_credential_manager_user?: boolean | undefined;
13929
+ credential_manager_acs_user_id?: string | undefined;
13930
+ };
13931
+ formData: {};
13932
+ jsonResponse: {
13933
+ acs_credential_provisioning_automation: {
13934
+ acs_credential_provisioning_automation_id: string;
13935
+ credential_manager_acs_system_id: string;
13936
+ user_identity_id: string;
13937
+ created_at: string;
13938
+ workspace_id: string;
13939
+ };
13940
+ };
13941
+ };
13813
13942
  '/acs/credentials/assign': {
13814
13943
  route: '/acs/credentials/assign';
13815
13944
  method: 'PATCH' | 'POST';
@@ -4527,6 +4527,112 @@ declare const _default: {
4527
4527
  'x-fern-sdk-method-name': string;
4528
4528
  };
4529
4529
  };
4530
+ '/acs/credential_provisioning_automations/launch': {
4531
+ post: {
4532
+ operationId: string;
4533
+ requestBody: {
4534
+ content: {
4535
+ 'application/json': {
4536
+ schema: {
4537
+ properties: {
4538
+ acs_credential_pool_id: {
4539
+ format: string;
4540
+ type: string;
4541
+ };
4542
+ create_credential_manager_user: {
4543
+ type: string;
4544
+ };
4545
+ credential_manager_acs_system_id: {
4546
+ format: string;
4547
+ type: string;
4548
+ };
4549
+ credential_manager_acs_user_id: {
4550
+ format: string;
4551
+ type: string;
4552
+ };
4553
+ user_identity_id: {
4554
+ format: string;
4555
+ type: string;
4556
+ };
4557
+ };
4558
+ required: string[];
4559
+ type: string;
4560
+ };
4561
+ };
4562
+ };
4563
+ };
4564
+ responses: {
4565
+ 200: {
4566
+ content: {
4567
+ 'application/json': {
4568
+ schema: {
4569
+ properties: {
4570
+ acs_credential_provisioning_automation: {
4571
+ properties: {
4572
+ acs_credential_provisioning_automation_id: {
4573
+ format: string;
4574
+ type: string;
4575
+ };
4576
+ created_at: {
4577
+ format: string;
4578
+ type: string;
4579
+ };
4580
+ credential_manager_acs_system_id: {
4581
+ format: string;
4582
+ type: string;
4583
+ };
4584
+ user_identity_id: {
4585
+ format: string;
4586
+ type: string;
4587
+ };
4588
+ workspace_id: {
4589
+ format: string;
4590
+ type: string;
4591
+ };
4592
+ };
4593
+ required: string[];
4594
+ type: string;
4595
+ };
4596
+ ok: {
4597
+ type: string;
4598
+ };
4599
+ };
4600
+ required: string[];
4601
+ type: string;
4602
+ };
4603
+ };
4604
+ };
4605
+ description: string;
4606
+ };
4607
+ 400: {
4608
+ description: string;
4609
+ };
4610
+ 401: {
4611
+ description: string;
4612
+ };
4613
+ };
4614
+ security: ({
4615
+ access_token: never[];
4616
+ seam_workspace: never[];
4617
+ seam_client_session_token?: never;
4618
+ client_session_token?: never;
4619
+ } | {
4620
+ seam_client_session_token: never[];
4621
+ access_token?: never;
4622
+ seam_workspace?: never;
4623
+ client_session_token?: never;
4624
+ } | {
4625
+ client_session_token: never[];
4626
+ access_token?: never;
4627
+ seam_workspace?: never;
4628
+ seam_client_session_token?: never;
4629
+ })[];
4630
+ summary: string;
4631
+ tags: never[];
4632
+ 'x-fern-sdk-group-name': string[];
4633
+ 'x-fern-sdk-method-name': string;
4634
+ };
4635
+ };
4530
4636
  '/acs/credentials/assign': {
4531
4637
  patch: {
4532
4638
  operationId: string;
@@ -3200,6 +3200,87 @@ export default {
3200
3200
  'x-fern-sdk-method-name': 'list',
3201
3201
  },
3202
3202
  },
3203
+ '/acs/credential_provisioning_automations/launch': {
3204
+ post: {
3205
+ operationId: 'acsCredentialProvisioningAutomationsLaunchPost',
3206
+ requestBody: {
3207
+ content: {
3208
+ 'application/json': {
3209
+ schema: {
3210
+ properties: {
3211
+ acs_credential_pool_id: { format: 'uuid', type: 'string' },
3212
+ create_credential_manager_user: { type: 'boolean' },
3213
+ credential_manager_acs_system_id: {
3214
+ format: 'uuid',
3215
+ type: 'string',
3216
+ },
3217
+ credential_manager_acs_user_id: {
3218
+ format: 'uuid',
3219
+ type: 'string',
3220
+ },
3221
+ user_identity_id: { format: 'uuid', type: 'string' },
3222
+ },
3223
+ required: [
3224
+ 'user_identity_id',
3225
+ 'credential_manager_acs_system_id',
3226
+ ],
3227
+ type: 'object',
3228
+ },
3229
+ },
3230
+ },
3231
+ },
3232
+ responses: {
3233
+ 200: {
3234
+ content: {
3235
+ 'application/json': {
3236
+ schema: {
3237
+ properties: {
3238
+ acs_credential_provisioning_automation: {
3239
+ properties: {
3240
+ acs_credential_provisioning_automation_id: {
3241
+ format: 'uuid',
3242
+ type: 'string',
3243
+ },
3244
+ created_at: { format: 'date-time', type: 'string' },
3245
+ credential_manager_acs_system_id: {
3246
+ format: 'uuid',
3247
+ type: 'string',
3248
+ },
3249
+ user_identity_id: { format: 'uuid', type: 'string' },
3250
+ workspace_id: { format: 'uuid', type: 'string' },
3251
+ },
3252
+ required: [
3253
+ 'acs_credential_provisioning_automation_id',
3254
+ 'credential_manager_acs_system_id',
3255
+ 'user_identity_id',
3256
+ 'created_at',
3257
+ 'workspace_id',
3258
+ ],
3259
+ type: 'object',
3260
+ },
3261
+ ok: { type: 'boolean' },
3262
+ },
3263
+ required: ['acs_credential_provisioning_automation', 'ok'],
3264
+ type: 'object',
3265
+ },
3266
+ },
3267
+ },
3268
+ description: 'OK',
3269
+ },
3270
+ 400: { description: 'Bad Request' },
3271
+ 401: { description: 'Unauthorized' },
3272
+ },
3273
+ security: [
3274
+ { access_token: [], seam_workspace: [] },
3275
+ { seam_client_session_token: [] },
3276
+ { client_session_token: [] },
3277
+ ],
3278
+ summary: '/acs/credential_provisioning_automations/launch',
3279
+ tags: [],
3280
+ 'x-fern-sdk-group-name': ['acs', 'credential_provisioning_automations'],
3281
+ 'x-fern-sdk-method-name': 'launch',
3282
+ },
3283
+ },
3203
3284
  '/acs/credentials/assign': {
3204
3285
  patch: {
3205
3286
  operationId: 'acsCredentialsAssignPatch',