@seamapi/types 1.101.0 → 1.102.1

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.
@@ -3827,6 +3827,10 @@ export default {
3827
3827
  },
3828
3828
  external_type_display_name: { type: 'string' },
3829
3829
  is_multi_phone_sync_credential: { type: 'boolean' },
3830
+ parent_acs_credential_id: {
3831
+ format: 'uuid',
3832
+ type: 'string',
3833
+ },
3830
3834
  starts_at: { type: 'string' },
3831
3835
  visionline_metadata: {
3832
3836
  properties: {
@@ -3920,6 +3924,10 @@ export default {
3920
3924
  },
3921
3925
  external_type_display_name: { type: 'string' },
3922
3926
  is_multi_phone_sync_credential: { type: 'boolean' },
3927
+ parent_acs_credential_id: {
3928
+ format: 'uuid',
3929
+ type: 'string',
3930
+ },
3923
3931
  starts_at: { type: 'string' },
3924
3932
  visionline_metadata: {
3925
3933
  properties: {
@@ -4050,6 +4058,10 @@ export default {
4050
4058
  },
4051
4059
  external_type_display_name: { type: 'string' },
4052
4060
  is_multi_phone_sync_credential: { type: 'boolean' },
4061
+ parent_acs_credential_id: {
4062
+ format: 'uuid',
4063
+ type: 'string',
4064
+ },
4053
4065
  starts_at: { type: 'string' },
4054
4066
  visionline_metadata: {
4055
4067
  properties: {
@@ -4188,6 +4200,10 @@ export default {
4188
4200
  },
4189
4201
  external_type_display_name: { type: 'string' },
4190
4202
  is_multi_phone_sync_credential: { type: 'boolean' },
4203
+ parent_acs_credential_id: {
4204
+ format: 'uuid',
4205
+ type: 'string',
4206
+ },
4191
4207
  starts_at: { type: 'string' },
4192
4208
  visionline_metadata: {
4193
4209
  properties: {
@@ -4310,6 +4326,10 @@ export default {
4310
4326
  },
4311
4327
  external_type_display_name: { type: 'string' },
4312
4328
  is_multi_phone_sync_credential: { type: 'boolean' },
4329
+ parent_acs_credential_id: {
4330
+ format: 'uuid',
4331
+ type: 'string',
4332
+ },
4313
4333
  starts_at: { type: 'string' },
4314
4334
  visionline_metadata: {
4315
4335
  properties: {
@@ -4409,6 +4429,10 @@ export default {
4409
4429
  },
4410
4430
  external_type_display_name: { type: 'string' },
4411
4431
  is_multi_phone_sync_credential: { type: 'boolean' },
4432
+ parent_acs_credential_id: {
4433
+ format: 'uuid',
4434
+ type: 'string',
4435
+ },
4412
4436
  starts_at: { type: 'string' },
4413
4437
  visionline_metadata: {
4414
4438
  properties: {
@@ -4502,6 +4526,10 @@ export default {
4502
4526
  },
4503
4527
  external_type_display_name: { type: 'string' },
4504
4528
  is_multi_phone_sync_credential: { type: 'boolean' },
4529
+ parent_acs_credential_id: {
4530
+ format: 'uuid',
4531
+ type: 'string',
4532
+ },
4505
4533
  starts_at: { type: 'string' },
4506
4534
  visionline_metadata: {
4507
4535
  properties: {
@@ -4598,6 +4626,10 @@ export default {
4598
4626
  },
4599
4627
  external_type_display_name: { type: 'string' },
4600
4628
  is_multi_phone_sync_credential: { type: 'boolean' },
4629
+ parent_acs_credential_id: {
4630
+ format: 'uuid',
4631
+ type: 'string',
4632
+ },
4601
4633
  starts_at: { type: 'string' },
4602
4634
  visionline_metadata: {
4603
4635
  properties: {
@@ -4691,6 +4723,10 @@ export default {
4691
4723
  },
4692
4724
  external_type_display_name: { type: 'string' },
4693
4725
  is_multi_phone_sync_credential: { type: 'boolean' },
4726
+ parent_acs_credential_id: {
4727
+ format: 'uuid',
4728
+ type: 'string',
4729
+ },
4694
4730
  starts_at: { type: 'string' },
4695
4731
  visionline_metadata: {
4696
4732
  properties: {
@@ -5020,6 +5056,10 @@ export default {
5020
5056
  },
5021
5057
  external_type_display_name: { type: 'string' },
5022
5058
  is_multi_phone_sync_credential: { type: 'boolean' },
5059
+ parent_acs_credential_id: {
5060
+ format: 'uuid',
5061
+ type: 'string',
5062
+ },
5023
5063
  starts_at: { type: 'string' },
5024
5064
  visionline_metadata: {
5025
5065
  properties: {
@@ -11441,6 +11481,91 @@ export default {
11441
11481
  'x-fern-sdk-return-value': 'webhooks',
11442
11482
  },
11443
11483
  },
11484
+ '/webhooks/update': {
11485
+ post: {
11486
+ operationId: 'webhooksUpdatePost',
11487
+ requestBody: {
11488
+ content: {
11489
+ 'application/json': {
11490
+ schema: {
11491
+ properties: {
11492
+ event_types: { items: { type: 'string' }, type: 'array' },
11493
+ webhook_id: { type: 'string' },
11494
+ },
11495
+ required: ['webhook_id', 'event_types'],
11496
+ type: 'object',
11497
+ },
11498
+ },
11499
+ },
11500
+ },
11501
+ responses: {
11502
+ 200: {
11503
+ content: {
11504
+ 'application/json': {
11505
+ schema: {
11506
+ properties: { ok: { type: 'boolean' } },
11507
+ required: ['ok'],
11508
+ type: 'object',
11509
+ },
11510
+ },
11511
+ },
11512
+ description: 'OK',
11513
+ },
11514
+ 400: { description: 'Bad Request' },
11515
+ 401: { description: 'Unauthorized' },
11516
+ },
11517
+ security: [
11518
+ { access_token: [], seam_workspace: [] },
11519
+ { seam_client_session_token: [] },
11520
+ { client_session_token: [] },
11521
+ ],
11522
+ summary: '/webhooks/update',
11523
+ tags: ['/webhooks'],
11524
+ 'x-fern-sdk-group-name': ['webhooks'],
11525
+ 'x-fern-sdk-method-name': 'update',
11526
+ },
11527
+ put: {
11528
+ operationId: 'webhooksUpdatePut',
11529
+ requestBody: {
11530
+ content: {
11531
+ 'application/json': {
11532
+ schema: {
11533
+ properties: {
11534
+ event_types: { items: { type: 'string' }, type: 'array' },
11535
+ webhook_id: { type: 'string' },
11536
+ },
11537
+ required: ['webhook_id', 'event_types'],
11538
+ type: 'object',
11539
+ },
11540
+ },
11541
+ },
11542
+ },
11543
+ responses: {
11544
+ 200: {
11545
+ content: {
11546
+ 'application/json': {
11547
+ schema: {
11548
+ properties: { ok: { type: 'boolean' } },
11549
+ required: ['ok'],
11550
+ type: 'object',
11551
+ },
11552
+ },
11553
+ },
11554
+ description: 'OK',
11555
+ },
11556
+ 400: { description: 'Bad Request' },
11557
+ 401: { description: 'Unauthorized' },
11558
+ },
11559
+ security: [
11560
+ { access_token: [], seam_workspace: [] },
11561
+ { seam_client_session_token: [] },
11562
+ { client_session_token: [] },
11563
+ ],
11564
+ summary: '/webhooks/update',
11565
+ tags: ['/webhooks'],
11566
+ 'x-fern-ignore': true,
11567
+ },
11568
+ },
11444
11569
  '/workspaces/create': {
11445
11570
  post: {
11446
11571
  operationId: 'workspacesCreatePost',