@seamapi/types 1.100.0 → 1.102.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.
- package/dist/connect.cjs +128 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +205 -9
- package/lib/seam/connect/openapi.d.ts +177 -0
- package/lib/seam/connect/openapi.js +127 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +28 -9
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +3 -0
- package/lib/seam/connect/unstable/models/acs/credential.js +1 -0
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/lib/seam/connect/unstable/models/capability-properties/access-code.d.ts +11 -11
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js +2 -0
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +5 -5
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +9 -9
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +127 -0
- package/src/lib/seam/connect/route-types.ts +37 -0
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +1 -0
- package/src/lib/seam/connect/unstable/models/capability-properties/access-code.ts +2 -0
|
@@ -1166,6 +1166,8 @@ export default {
|
|
|
1166
1166
|
'cannot_specify_pin_code',
|
|
1167
1167
|
'pin_code_matches_existing_set',
|
|
1168
1168
|
'start_date_in_future',
|
|
1169
|
+
'no_ascending_or_descending_sequence',
|
|
1170
|
+
'at_least_three_unique_digits',
|
|
1169
1171
|
],
|
|
1170
1172
|
type: 'string',
|
|
1171
1173
|
},
|
|
@@ -3825,6 +3827,10 @@ export default {
|
|
|
3825
3827
|
},
|
|
3826
3828
|
external_type_display_name: { type: 'string' },
|
|
3827
3829
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
3830
|
+
parent_credential_id: {
|
|
3831
|
+
format: 'uuid',
|
|
3832
|
+
type: 'string',
|
|
3833
|
+
},
|
|
3828
3834
|
starts_at: { type: 'string' },
|
|
3829
3835
|
visionline_metadata: {
|
|
3830
3836
|
properties: {
|
|
@@ -3918,6 +3924,10 @@ export default {
|
|
|
3918
3924
|
},
|
|
3919
3925
|
external_type_display_name: { type: 'string' },
|
|
3920
3926
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
3927
|
+
parent_credential_id: {
|
|
3928
|
+
format: 'uuid',
|
|
3929
|
+
type: 'string',
|
|
3930
|
+
},
|
|
3921
3931
|
starts_at: { type: 'string' },
|
|
3922
3932
|
visionline_metadata: {
|
|
3923
3933
|
properties: {
|
|
@@ -4048,6 +4058,10 @@ export default {
|
|
|
4048
4058
|
},
|
|
4049
4059
|
external_type_display_name: { type: 'string' },
|
|
4050
4060
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4061
|
+
parent_credential_id: {
|
|
4062
|
+
format: 'uuid',
|
|
4063
|
+
type: 'string',
|
|
4064
|
+
},
|
|
4051
4065
|
starts_at: { type: 'string' },
|
|
4052
4066
|
visionline_metadata: {
|
|
4053
4067
|
properties: {
|
|
@@ -4186,6 +4200,10 @@ export default {
|
|
|
4186
4200
|
},
|
|
4187
4201
|
external_type_display_name: { type: 'string' },
|
|
4188
4202
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4203
|
+
parent_credential_id: {
|
|
4204
|
+
format: 'uuid',
|
|
4205
|
+
type: 'string',
|
|
4206
|
+
},
|
|
4189
4207
|
starts_at: { type: 'string' },
|
|
4190
4208
|
visionline_metadata: {
|
|
4191
4209
|
properties: {
|
|
@@ -4308,6 +4326,10 @@ export default {
|
|
|
4308
4326
|
},
|
|
4309
4327
|
external_type_display_name: { type: 'string' },
|
|
4310
4328
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4329
|
+
parent_credential_id: {
|
|
4330
|
+
format: 'uuid',
|
|
4331
|
+
type: 'string',
|
|
4332
|
+
},
|
|
4311
4333
|
starts_at: { type: 'string' },
|
|
4312
4334
|
visionline_metadata: {
|
|
4313
4335
|
properties: {
|
|
@@ -4407,6 +4429,10 @@ export default {
|
|
|
4407
4429
|
},
|
|
4408
4430
|
external_type_display_name: { type: 'string' },
|
|
4409
4431
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4432
|
+
parent_credential_id: {
|
|
4433
|
+
format: 'uuid',
|
|
4434
|
+
type: 'string',
|
|
4435
|
+
},
|
|
4410
4436
|
starts_at: { type: 'string' },
|
|
4411
4437
|
visionline_metadata: {
|
|
4412
4438
|
properties: {
|
|
@@ -4500,6 +4526,10 @@ export default {
|
|
|
4500
4526
|
},
|
|
4501
4527
|
external_type_display_name: { type: 'string' },
|
|
4502
4528
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4529
|
+
parent_credential_id: {
|
|
4530
|
+
format: 'uuid',
|
|
4531
|
+
type: 'string',
|
|
4532
|
+
},
|
|
4503
4533
|
starts_at: { type: 'string' },
|
|
4504
4534
|
visionline_metadata: {
|
|
4505
4535
|
properties: {
|
|
@@ -4596,6 +4626,10 @@ export default {
|
|
|
4596
4626
|
},
|
|
4597
4627
|
external_type_display_name: { type: 'string' },
|
|
4598
4628
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4629
|
+
parent_credential_id: {
|
|
4630
|
+
format: 'uuid',
|
|
4631
|
+
type: 'string',
|
|
4632
|
+
},
|
|
4599
4633
|
starts_at: { type: 'string' },
|
|
4600
4634
|
visionline_metadata: {
|
|
4601
4635
|
properties: {
|
|
@@ -4689,6 +4723,10 @@ export default {
|
|
|
4689
4723
|
},
|
|
4690
4724
|
external_type_display_name: { type: 'string' },
|
|
4691
4725
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4726
|
+
parent_credential_id: {
|
|
4727
|
+
format: 'uuid',
|
|
4728
|
+
type: 'string',
|
|
4729
|
+
},
|
|
4692
4730
|
starts_at: { type: 'string' },
|
|
4693
4731
|
visionline_metadata: {
|
|
4694
4732
|
properties: {
|
|
@@ -5018,6 +5056,10 @@ export default {
|
|
|
5018
5056
|
},
|
|
5019
5057
|
external_type_display_name: { type: 'string' },
|
|
5020
5058
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
5059
|
+
parent_credential_id: {
|
|
5060
|
+
format: 'uuid',
|
|
5061
|
+
type: 'string',
|
|
5062
|
+
},
|
|
5021
5063
|
starts_at: { type: 'string' },
|
|
5022
5064
|
visionline_metadata: {
|
|
5023
5065
|
properties: {
|
|
@@ -11439,6 +11481,91 @@ export default {
|
|
|
11439
11481
|
'x-fern-sdk-return-value': 'webhooks',
|
|
11440
11482
|
},
|
|
11441
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
|
+
},
|
|
11442
11569
|
'/workspaces/create': {
|
|
11443
11570
|
post: {
|
|
11444
11571
|
operationId: 'workspacesCreatePost',
|