@seamapi/types 1.96.0 → 1.97.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 +96 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +151 -9
- package/lib/seam/connect/openapi.d.ts +128 -7
- package/lib/seam/connect/openapi.js +95 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +23 -2
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +21 -0
- package/lib/seam/connect/unstable/models/acs/credential.js +4 -0
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +95 -4
- package/src/lib/seam/connect/route-types.ts +37 -2
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +9 -0
|
@@ -3803,6 +3803,15 @@ export default {
|
|
|
3803
3803
|
external_type_display_name: { type: 'string' },
|
|
3804
3804
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
3805
3805
|
starts_at: { type: 'string' },
|
|
3806
|
+
visionline_metadata: {
|
|
3807
|
+
properties: {
|
|
3808
|
+
joiner_acs_credential_ids: {
|
|
3809
|
+
items: { format: 'uuid', type: 'string' },
|
|
3810
|
+
type: 'array',
|
|
3811
|
+
},
|
|
3812
|
+
},
|
|
3813
|
+
type: 'object',
|
|
3814
|
+
},
|
|
3806
3815
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
3807
3816
|
},
|
|
3808
3817
|
required: [
|
|
@@ -3887,6 +3896,15 @@ export default {
|
|
|
3887
3896
|
external_type_display_name: { type: 'string' },
|
|
3888
3897
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
3889
3898
|
starts_at: { type: 'string' },
|
|
3899
|
+
visionline_metadata: {
|
|
3900
|
+
properties: {
|
|
3901
|
+
joiner_acs_credential_ids: {
|
|
3902
|
+
items: { format: 'uuid', type: 'string' },
|
|
3903
|
+
type: 'array',
|
|
3904
|
+
},
|
|
3905
|
+
},
|
|
3906
|
+
type: 'object',
|
|
3907
|
+
},
|
|
3890
3908
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
3891
3909
|
},
|
|
3892
3910
|
required: [
|
|
@@ -3959,6 +3977,10 @@ export default {
|
|
|
3959
3977
|
type: 'string',
|
|
3960
3978
|
},
|
|
3961
3979
|
is_override_key: { type: 'boolean' },
|
|
3980
|
+
joiner_acs_credential_ids: {
|
|
3981
|
+
items: { format: 'uuid', type: 'string' },
|
|
3982
|
+
type: 'array',
|
|
3983
|
+
},
|
|
3962
3984
|
},
|
|
3963
3985
|
type: 'object',
|
|
3964
3986
|
},
|
|
@@ -4004,6 +4026,15 @@ export default {
|
|
|
4004
4026
|
external_type_display_name: { type: 'string' },
|
|
4005
4027
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4006
4028
|
starts_at: { type: 'string' },
|
|
4029
|
+
visionline_metadata: {
|
|
4030
|
+
properties: {
|
|
4031
|
+
joiner_acs_credential_ids: {
|
|
4032
|
+
items: { format: 'uuid', type: 'string' },
|
|
4033
|
+
type: 'array',
|
|
4034
|
+
},
|
|
4035
|
+
},
|
|
4036
|
+
type: 'object',
|
|
4037
|
+
},
|
|
4007
4038
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4008
4039
|
},
|
|
4009
4040
|
required: [
|
|
@@ -4133,6 +4164,15 @@ export default {
|
|
|
4133
4164
|
external_type_display_name: { type: 'string' },
|
|
4134
4165
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4135
4166
|
starts_at: { type: 'string' },
|
|
4167
|
+
visionline_metadata: {
|
|
4168
|
+
properties: {
|
|
4169
|
+
joiner_acs_credential_ids: {
|
|
4170
|
+
items: { format: 'uuid', type: 'string' },
|
|
4171
|
+
type: 'array',
|
|
4172
|
+
},
|
|
4173
|
+
},
|
|
4174
|
+
type: 'object',
|
|
4175
|
+
},
|
|
4136
4176
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4137
4177
|
},
|
|
4138
4178
|
required: [
|
|
@@ -4246,6 +4286,15 @@ export default {
|
|
|
4246
4286
|
external_type_display_name: { type: 'string' },
|
|
4247
4287
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4248
4288
|
starts_at: { type: 'string' },
|
|
4289
|
+
visionline_metadata: {
|
|
4290
|
+
properties: {
|
|
4291
|
+
joiner_acs_credential_ids: {
|
|
4292
|
+
items: { format: 'uuid', type: 'string' },
|
|
4293
|
+
type: 'array',
|
|
4294
|
+
},
|
|
4295
|
+
},
|
|
4296
|
+
type: 'object',
|
|
4297
|
+
},
|
|
4249
4298
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4250
4299
|
},
|
|
4251
4300
|
required: [
|
|
@@ -4336,6 +4385,15 @@ export default {
|
|
|
4336
4385
|
external_type_display_name: { type: 'string' },
|
|
4337
4386
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4338
4387
|
starts_at: { type: 'string' },
|
|
4388
|
+
visionline_metadata: {
|
|
4389
|
+
properties: {
|
|
4390
|
+
joiner_acs_credential_ids: {
|
|
4391
|
+
items: { format: 'uuid', type: 'string' },
|
|
4392
|
+
type: 'array',
|
|
4393
|
+
},
|
|
4394
|
+
},
|
|
4395
|
+
type: 'object',
|
|
4396
|
+
},
|
|
4339
4397
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4340
4398
|
},
|
|
4341
4399
|
required: [
|
|
@@ -4420,6 +4478,15 @@ export default {
|
|
|
4420
4478
|
external_type_display_name: { type: 'string' },
|
|
4421
4479
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4422
4480
|
starts_at: { type: 'string' },
|
|
4481
|
+
visionline_metadata: {
|
|
4482
|
+
properties: {
|
|
4483
|
+
joiner_acs_credential_ids: {
|
|
4484
|
+
items: { format: 'uuid', type: 'string' },
|
|
4485
|
+
type: 'array',
|
|
4486
|
+
},
|
|
4487
|
+
},
|
|
4488
|
+
type: 'object',
|
|
4489
|
+
},
|
|
4423
4490
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4424
4491
|
},
|
|
4425
4492
|
required: [
|
|
@@ -4507,6 +4574,15 @@ export default {
|
|
|
4507
4574
|
external_type_display_name: { type: 'string' },
|
|
4508
4575
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4509
4576
|
starts_at: { type: 'string' },
|
|
4577
|
+
visionline_metadata: {
|
|
4578
|
+
properties: {
|
|
4579
|
+
joiner_acs_credential_ids: {
|
|
4580
|
+
items: { format: 'uuid', type: 'string' },
|
|
4581
|
+
type: 'array',
|
|
4582
|
+
},
|
|
4583
|
+
},
|
|
4584
|
+
type: 'object',
|
|
4585
|
+
},
|
|
4510
4586
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4511
4587
|
},
|
|
4512
4588
|
required: [
|
|
@@ -4591,6 +4667,15 @@ export default {
|
|
|
4591
4667
|
external_type_display_name: { type: 'string' },
|
|
4592
4668
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4593
4669
|
starts_at: { type: 'string' },
|
|
4670
|
+
visionline_metadata: {
|
|
4671
|
+
properties: {
|
|
4672
|
+
joiner_acs_credential_ids: {
|
|
4673
|
+
items: { format: 'uuid', type: 'string' },
|
|
4674
|
+
type: 'array',
|
|
4675
|
+
},
|
|
4676
|
+
},
|
|
4677
|
+
type: 'object',
|
|
4678
|
+
},
|
|
4594
4679
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4595
4680
|
},
|
|
4596
4681
|
required: [
|
|
@@ -4861,10 +4946,6 @@ export default {
|
|
|
4861
4946
|
schema: {
|
|
4862
4947
|
properties: {
|
|
4863
4948
|
acs_entrance_id: { format: 'uuid', type: 'string' },
|
|
4864
|
-
acs_entrance_ids: {
|
|
4865
|
-
items: { format: 'uuid', type: 'string' },
|
|
4866
|
-
type: 'array',
|
|
4867
|
-
},
|
|
4868
4949
|
include_if: {
|
|
4869
4950
|
items: {
|
|
4870
4951
|
enum: ['visionline_metadata.is_valid'],
|
|
@@ -4873,6 +4954,7 @@ export default {
|
|
|
4873
4954
|
type: 'array',
|
|
4874
4955
|
},
|
|
4875
4956
|
},
|
|
4957
|
+
required: ['acs_entrance_id'],
|
|
4876
4958
|
type: 'object',
|
|
4877
4959
|
},
|
|
4878
4960
|
},
|
|
@@ -4914,6 +4996,15 @@ export default {
|
|
|
4914
4996
|
external_type_display_name: { type: 'string' },
|
|
4915
4997
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4916
4998
|
starts_at: { type: 'string' },
|
|
4999
|
+
visionline_metadata: {
|
|
5000
|
+
properties: {
|
|
5001
|
+
joiner_acs_credential_ids: {
|
|
5002
|
+
items: { format: 'uuid', type: 'string' },
|
|
5003
|
+
type: 'array',
|
|
5004
|
+
},
|
|
5005
|
+
},
|
|
5006
|
+
type: 'object',
|
|
5007
|
+
},
|
|
4917
5008
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4918
5009
|
},
|
|
4919
5010
|
required: [
|