@seamapi/types 1.300.0 → 1.300.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.
- package/dist/connect.cjs +8 -95
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +31 -31
- package/lib/seam/connect/models/devices/device-type.d.ts +1 -10
- package/lib/seam/connect/models/devices/device-type.js +0 -8
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +3 -3
- package/lib/seam/connect/models/devices/phone.d.ts +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +3 -3
- package/lib/seam/connect/openapi.js +0 -78
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +25 -25
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-type.ts +0 -18
- package/src/lib/seam/connect/openapi.ts +0 -78
- package/src/lib/seam/connect/route-types.ts +0 -25
package/dist/connect.cjs
CHANGED
|
@@ -764,20 +764,11 @@ var PHONE_DEVICE_TYPE_LIST = Object.values(
|
|
|
764
764
|
var phone_device_type = zod.z.enum(
|
|
765
765
|
Object.values(PHONE_DEVICE_TYPE_LIST)
|
|
766
766
|
);
|
|
767
|
-
var ENCODER_DEVICE_TYPE = {
|
|
768
|
-
VISIONLINE_ENCODER: "visionline_encoder",
|
|
769
|
-
ASSA_ABLOY_VOSTIO_ENCODER: "assa_abloy_vostio_encoder"
|
|
770
|
-
};
|
|
771
|
-
var ENCODER_DEVICE_TYPE_LIST = Object.values(ENCODER_DEVICE_TYPE);
|
|
772
|
-
var encoder_device_type = zod.z.enum(
|
|
773
|
-
Object.values(ENCODER_DEVICE_TYPE_LIST)
|
|
774
|
-
);
|
|
775
767
|
var any_device_type = zod.z.union([
|
|
776
768
|
lock_device_type,
|
|
777
769
|
noise_sensor_device_type,
|
|
778
770
|
thermostat_device_type,
|
|
779
|
-
phone_device_type
|
|
780
|
-
encoder_device_type
|
|
771
|
+
phone_device_type
|
|
781
772
|
]);
|
|
782
773
|
var phone_specific_properties = zod.z.object({
|
|
783
774
|
assa_abloy_credential_service_metadata: zod.z.object({
|
|
@@ -6904,11 +6895,7 @@ var openapi_default = {
|
|
|
6904
6895
|
],
|
|
6905
6896
|
type: "string"
|
|
6906
6897
|
},
|
|
6907
|
-
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
6908
|
-
{
|
|
6909
|
-
enum: ["visionline_encoder", "assa_abloy_vostio_encoder"],
|
|
6910
|
-
type: "string"
|
|
6911
|
-
}
|
|
6898
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
6912
6899
|
]
|
|
6913
6900
|
},
|
|
6914
6901
|
display_name: {
|
|
@@ -8813,11 +8800,7 @@ var openapi_default = {
|
|
|
8813
8800
|
],
|
|
8814
8801
|
type: "string"
|
|
8815
8802
|
},
|
|
8816
|
-
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
8817
|
-
{
|
|
8818
|
-
enum: ["visionline_encoder", "assa_abloy_vostio_encoder"],
|
|
8819
|
-
type: "string"
|
|
8820
|
-
}
|
|
8803
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
8821
8804
|
]
|
|
8822
8805
|
},
|
|
8823
8806
|
errors: {
|
|
@@ -16126,14 +16109,7 @@ var openapi_default = {
|
|
|
16126
16109
|
],
|
|
16127
16110
|
type: "string"
|
|
16128
16111
|
},
|
|
16129
|
-
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
16130
|
-
{
|
|
16131
|
-
enum: [
|
|
16132
|
-
"visionline_encoder",
|
|
16133
|
-
"assa_abloy_vostio_encoder"
|
|
16134
|
-
],
|
|
16135
|
-
type: "string"
|
|
16136
|
-
}
|
|
16112
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
16137
16113
|
]
|
|
16138
16114
|
},
|
|
16139
16115
|
device_types: {
|
|
@@ -16187,13 +16163,6 @@ var openapi_default = {
|
|
|
16187
16163
|
{
|
|
16188
16164
|
enum: ["ios_phone", "android_phone"],
|
|
16189
16165
|
type: "string"
|
|
16190
|
-
},
|
|
16191
|
-
{
|
|
16192
|
-
enum: [
|
|
16193
|
-
"visionline_encoder",
|
|
16194
|
-
"assa_abloy_vostio_encoder"
|
|
16195
|
-
],
|
|
16196
|
-
type: "string"
|
|
16197
16166
|
}
|
|
16198
16167
|
]
|
|
16199
16168
|
},
|
|
@@ -16655,14 +16624,7 @@ var openapi_default = {
|
|
|
16655
16624
|
],
|
|
16656
16625
|
type: "string"
|
|
16657
16626
|
},
|
|
16658
|
-
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
16659
|
-
{
|
|
16660
|
-
enum: [
|
|
16661
|
-
"visionline_encoder",
|
|
16662
|
-
"assa_abloy_vostio_encoder"
|
|
16663
|
-
],
|
|
16664
|
-
type: "string"
|
|
16665
|
-
}
|
|
16627
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
16666
16628
|
]
|
|
16667
16629
|
},
|
|
16668
16630
|
device_types: {
|
|
@@ -16716,13 +16678,6 @@ var openapi_default = {
|
|
|
16716
16678
|
{
|
|
16717
16679
|
enum: ["ios_phone", "android_phone"],
|
|
16718
16680
|
type: "string"
|
|
16719
|
-
},
|
|
16720
|
-
{
|
|
16721
|
-
enum: [
|
|
16722
|
-
"visionline_encoder",
|
|
16723
|
-
"assa_abloy_vostio_encoder"
|
|
16724
|
-
],
|
|
16725
|
-
type: "string"
|
|
16726
16681
|
}
|
|
16727
16682
|
]
|
|
16728
16683
|
},
|
|
@@ -17487,14 +17442,7 @@ var openapi_default = {
|
|
|
17487
17442
|
],
|
|
17488
17443
|
type: "string"
|
|
17489
17444
|
},
|
|
17490
|
-
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
17491
|
-
{
|
|
17492
|
-
enum: [
|
|
17493
|
-
"visionline_encoder",
|
|
17494
|
-
"assa_abloy_vostio_encoder"
|
|
17495
|
-
],
|
|
17496
|
-
type: "string"
|
|
17497
|
-
}
|
|
17445
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
17498
17446
|
]
|
|
17499
17447
|
},
|
|
17500
17448
|
device_types: {
|
|
@@ -17548,13 +17496,6 @@ var openapi_default = {
|
|
|
17548
17496
|
{
|
|
17549
17497
|
enum: ["ios_phone", "android_phone"],
|
|
17550
17498
|
type: "string"
|
|
17551
|
-
},
|
|
17552
|
-
{
|
|
17553
|
-
enum: [
|
|
17554
|
-
"visionline_encoder",
|
|
17555
|
-
"assa_abloy_vostio_encoder"
|
|
17556
|
-
],
|
|
17557
|
-
type: "string"
|
|
17558
17499
|
}
|
|
17559
17500
|
]
|
|
17560
17501
|
},
|
|
@@ -17977,14 +17918,7 @@ var openapi_default = {
|
|
|
17977
17918
|
],
|
|
17978
17919
|
type: "string"
|
|
17979
17920
|
},
|
|
17980
|
-
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
17981
|
-
{
|
|
17982
|
-
enum: [
|
|
17983
|
-
"visionline_encoder",
|
|
17984
|
-
"assa_abloy_vostio_encoder"
|
|
17985
|
-
],
|
|
17986
|
-
type: "string"
|
|
17987
|
-
}
|
|
17921
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
17988
17922
|
]
|
|
17989
17923
|
},
|
|
17990
17924
|
device_types: {
|
|
@@ -18038,13 +17972,6 @@ var openapi_default = {
|
|
|
18038
17972
|
{
|
|
18039
17973
|
enum: ["ios_phone", "android_phone"],
|
|
18040
17974
|
type: "string"
|
|
18041
|
-
},
|
|
18042
|
-
{
|
|
18043
|
-
enum: [
|
|
18044
|
-
"visionline_encoder",
|
|
18045
|
-
"assa_abloy_vostio_encoder"
|
|
18046
|
-
],
|
|
18047
|
-
type: "string"
|
|
18048
17975
|
}
|
|
18049
17976
|
]
|
|
18050
17977
|
},
|
|
@@ -19362,14 +19289,7 @@ var openapi_default = {
|
|
|
19362
19289
|
],
|
|
19363
19290
|
type: "string"
|
|
19364
19291
|
},
|
|
19365
|
-
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
19366
|
-
{
|
|
19367
|
-
enum: [
|
|
19368
|
-
"visionline_encoder",
|
|
19369
|
-
"assa_abloy_vostio_encoder"
|
|
19370
|
-
],
|
|
19371
|
-
type: "string"
|
|
19372
|
-
}
|
|
19292
|
+
{ enum: ["ios_phone", "android_phone"], type: "string" }
|
|
19373
19293
|
]
|
|
19374
19294
|
},
|
|
19375
19295
|
device_types: {
|
|
@@ -19423,13 +19343,6 @@ var openapi_default = {
|
|
|
19423
19343
|
{
|
|
19424
19344
|
enum: ["ios_phone", "android_phone"],
|
|
19425
19345
|
type: "string"
|
|
19426
|
-
},
|
|
19427
|
-
{
|
|
19428
|
-
enum: [
|
|
19429
|
-
"visionline_encoder",
|
|
19430
|
-
"assa_abloy_vostio_encoder"
|
|
19431
|
-
],
|
|
19432
|
-
type: "string"
|
|
19433
19346
|
}
|
|
19434
19347
|
]
|
|
19435
19348
|
},
|