@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
package/dist/connect.cjs
CHANGED
|
@@ -3850,6 +3850,15 @@ var openapi_default = {
|
|
|
3850
3850
|
external_type_display_name: { type: "string" },
|
|
3851
3851
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
3852
3852
|
starts_at: { type: "string" },
|
|
3853
|
+
visionline_metadata: {
|
|
3854
|
+
properties: {
|
|
3855
|
+
joiner_acs_credential_ids: {
|
|
3856
|
+
items: { format: "uuid", type: "string" },
|
|
3857
|
+
type: "array"
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
type: "object"
|
|
3861
|
+
},
|
|
3853
3862
|
workspace_id: { format: "uuid", type: "string" }
|
|
3854
3863
|
},
|
|
3855
3864
|
required: [
|
|
@@ -3934,6 +3943,15 @@ var openapi_default = {
|
|
|
3934
3943
|
external_type_display_name: { type: "string" },
|
|
3935
3944
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
3936
3945
|
starts_at: { type: "string" },
|
|
3946
|
+
visionline_metadata: {
|
|
3947
|
+
properties: {
|
|
3948
|
+
joiner_acs_credential_ids: {
|
|
3949
|
+
items: { format: "uuid", type: "string" },
|
|
3950
|
+
type: "array"
|
|
3951
|
+
}
|
|
3952
|
+
},
|
|
3953
|
+
type: "object"
|
|
3954
|
+
},
|
|
3937
3955
|
workspace_id: { format: "uuid", type: "string" }
|
|
3938
3956
|
},
|
|
3939
3957
|
required: [
|
|
@@ -4005,7 +4023,11 @@ var openapi_default = {
|
|
|
4005
4023
|
enum: ["TLCode", "rfid48"],
|
|
4006
4024
|
type: "string"
|
|
4007
4025
|
},
|
|
4008
|
-
is_override_key: { type: "boolean" }
|
|
4026
|
+
is_override_key: { type: "boolean" },
|
|
4027
|
+
joiner_acs_credential_ids: {
|
|
4028
|
+
items: { format: "uuid", type: "string" },
|
|
4029
|
+
type: "array"
|
|
4030
|
+
}
|
|
4009
4031
|
},
|
|
4010
4032
|
type: "object"
|
|
4011
4033
|
}
|
|
@@ -4051,6 +4073,15 @@ var openapi_default = {
|
|
|
4051
4073
|
external_type_display_name: { type: "string" },
|
|
4052
4074
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4053
4075
|
starts_at: { type: "string" },
|
|
4076
|
+
visionline_metadata: {
|
|
4077
|
+
properties: {
|
|
4078
|
+
joiner_acs_credential_ids: {
|
|
4079
|
+
items: { format: "uuid", type: "string" },
|
|
4080
|
+
type: "array"
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
4083
|
+
type: "object"
|
|
4084
|
+
},
|
|
4054
4085
|
workspace_id: { format: "uuid", type: "string" }
|
|
4055
4086
|
},
|
|
4056
4087
|
required: [
|
|
@@ -4180,6 +4211,15 @@ var openapi_default = {
|
|
|
4180
4211
|
external_type_display_name: { type: "string" },
|
|
4181
4212
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4182
4213
|
starts_at: { type: "string" },
|
|
4214
|
+
visionline_metadata: {
|
|
4215
|
+
properties: {
|
|
4216
|
+
joiner_acs_credential_ids: {
|
|
4217
|
+
items: { format: "uuid", type: "string" },
|
|
4218
|
+
type: "array"
|
|
4219
|
+
}
|
|
4220
|
+
},
|
|
4221
|
+
type: "object"
|
|
4222
|
+
},
|
|
4183
4223
|
workspace_id: { format: "uuid", type: "string" }
|
|
4184
4224
|
},
|
|
4185
4225
|
required: [
|
|
@@ -4293,6 +4333,15 @@ var openapi_default = {
|
|
|
4293
4333
|
external_type_display_name: { type: "string" },
|
|
4294
4334
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4295
4335
|
starts_at: { type: "string" },
|
|
4336
|
+
visionline_metadata: {
|
|
4337
|
+
properties: {
|
|
4338
|
+
joiner_acs_credential_ids: {
|
|
4339
|
+
items: { format: "uuid", type: "string" },
|
|
4340
|
+
type: "array"
|
|
4341
|
+
}
|
|
4342
|
+
},
|
|
4343
|
+
type: "object"
|
|
4344
|
+
},
|
|
4296
4345
|
workspace_id: { format: "uuid", type: "string" }
|
|
4297
4346
|
},
|
|
4298
4347
|
required: [
|
|
@@ -4383,6 +4432,15 @@ var openapi_default = {
|
|
|
4383
4432
|
external_type_display_name: { type: "string" },
|
|
4384
4433
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4385
4434
|
starts_at: { type: "string" },
|
|
4435
|
+
visionline_metadata: {
|
|
4436
|
+
properties: {
|
|
4437
|
+
joiner_acs_credential_ids: {
|
|
4438
|
+
items: { format: "uuid", type: "string" },
|
|
4439
|
+
type: "array"
|
|
4440
|
+
}
|
|
4441
|
+
},
|
|
4442
|
+
type: "object"
|
|
4443
|
+
},
|
|
4386
4444
|
workspace_id: { format: "uuid", type: "string" }
|
|
4387
4445
|
},
|
|
4388
4446
|
required: [
|
|
@@ -4467,6 +4525,15 @@ var openapi_default = {
|
|
|
4467
4525
|
external_type_display_name: { type: "string" },
|
|
4468
4526
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4469
4527
|
starts_at: { type: "string" },
|
|
4528
|
+
visionline_metadata: {
|
|
4529
|
+
properties: {
|
|
4530
|
+
joiner_acs_credential_ids: {
|
|
4531
|
+
items: { format: "uuid", type: "string" },
|
|
4532
|
+
type: "array"
|
|
4533
|
+
}
|
|
4534
|
+
},
|
|
4535
|
+
type: "object"
|
|
4536
|
+
},
|
|
4470
4537
|
workspace_id: { format: "uuid", type: "string" }
|
|
4471
4538
|
},
|
|
4472
4539
|
required: [
|
|
@@ -4554,6 +4621,15 @@ var openapi_default = {
|
|
|
4554
4621
|
external_type_display_name: { type: "string" },
|
|
4555
4622
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4556
4623
|
starts_at: { type: "string" },
|
|
4624
|
+
visionline_metadata: {
|
|
4625
|
+
properties: {
|
|
4626
|
+
joiner_acs_credential_ids: {
|
|
4627
|
+
items: { format: "uuid", type: "string" },
|
|
4628
|
+
type: "array"
|
|
4629
|
+
}
|
|
4630
|
+
},
|
|
4631
|
+
type: "object"
|
|
4632
|
+
},
|
|
4557
4633
|
workspace_id: { format: "uuid", type: "string" }
|
|
4558
4634
|
},
|
|
4559
4635
|
required: [
|
|
@@ -4638,6 +4714,15 @@ var openapi_default = {
|
|
|
4638
4714
|
external_type_display_name: { type: "string" },
|
|
4639
4715
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4640
4716
|
starts_at: { type: "string" },
|
|
4717
|
+
visionline_metadata: {
|
|
4718
|
+
properties: {
|
|
4719
|
+
joiner_acs_credential_ids: {
|
|
4720
|
+
items: { format: "uuid", type: "string" },
|
|
4721
|
+
type: "array"
|
|
4722
|
+
}
|
|
4723
|
+
},
|
|
4724
|
+
type: "object"
|
|
4725
|
+
},
|
|
4641
4726
|
workspace_id: { format: "uuid", type: "string" }
|
|
4642
4727
|
},
|
|
4643
4728
|
required: [
|
|
@@ -4908,10 +4993,6 @@ var openapi_default = {
|
|
|
4908
4993
|
schema: {
|
|
4909
4994
|
properties: {
|
|
4910
4995
|
acs_entrance_id: { format: "uuid", type: "string" },
|
|
4911
|
-
acs_entrance_ids: {
|
|
4912
|
-
items: { format: "uuid", type: "string" },
|
|
4913
|
-
type: "array"
|
|
4914
|
-
},
|
|
4915
4996
|
include_if: {
|
|
4916
4997
|
items: {
|
|
4917
4998
|
enum: ["visionline_metadata.is_valid"],
|
|
@@ -4920,6 +5001,7 @@ var openapi_default = {
|
|
|
4920
5001
|
type: "array"
|
|
4921
5002
|
}
|
|
4922
5003
|
},
|
|
5004
|
+
required: ["acs_entrance_id"],
|
|
4923
5005
|
type: "object"
|
|
4924
5006
|
}
|
|
4925
5007
|
}
|
|
@@ -4961,6 +5043,15 @@ var openapi_default = {
|
|
|
4961
5043
|
external_type_display_name: { type: "string" },
|
|
4962
5044
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4963
5045
|
starts_at: { type: "string" },
|
|
5046
|
+
visionline_metadata: {
|
|
5047
|
+
properties: {
|
|
5048
|
+
joiner_acs_credential_ids: {
|
|
5049
|
+
items: { format: "uuid", type: "string" },
|
|
5050
|
+
type: "array"
|
|
5051
|
+
}
|
|
5052
|
+
},
|
|
5053
|
+
type: "object"
|
|
5054
|
+
},
|
|
4964
5055
|
workspace_id: { format: "uuid", type: "string" }
|
|
4965
5056
|
},
|
|
4966
5057
|
required: [
|