@seamapi/types 1.339.0 → 1.340.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 +15 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +96 -0
- package/lib/seam/connect/models/devices/device.d.ts +19 -0
- package/lib/seam/connect/models/devices/phone-properties.d.ts +13 -0
- package/lib/seam/connect/models/devices/phone-properties.js +5 -0
- package/lib/seam/connect/models/devices/phone-properties.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.d.ts +32 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +13 -0
- package/lib/seam/connect/openapi.d.ts +19 -0
- package/lib/seam/connect/openapi.js +12 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +45 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/phone-properties.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +12 -0
- package/src/lib/seam/connect/route-types.ts +114 -0
package/dist/connect.d.cts
CHANGED
|
@@ -8396,6 +8396,13 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8396
8396
|
is_active: boolean;
|
|
8397
8397
|
}[];
|
|
8398
8398
|
}>>>;
|
|
8399
|
+
salto_space_credential_service_metadata: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
8400
|
+
has_active_phone: z.ZodBoolean;
|
|
8401
|
+
}, "strip", z.ZodTypeAny, {
|
|
8402
|
+
has_active_phone: boolean;
|
|
8403
|
+
}, {
|
|
8404
|
+
has_active_phone: boolean;
|
|
8405
|
+
}>>>;
|
|
8399
8406
|
}, "strip", z.ZodTypeAny, {
|
|
8400
8407
|
assa_abloy_credential_service_metadata?: {
|
|
8401
8408
|
has_active_endpoint: boolean;
|
|
@@ -8404,6 +8411,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8404
8411
|
is_active: boolean;
|
|
8405
8412
|
}[];
|
|
8406
8413
|
} | undefined;
|
|
8414
|
+
salto_space_credential_service_metadata?: {
|
|
8415
|
+
has_active_phone: boolean;
|
|
8416
|
+
} | undefined;
|
|
8407
8417
|
}, {
|
|
8408
8418
|
assa_abloy_credential_service_metadata?: {
|
|
8409
8419
|
has_active_endpoint: boolean;
|
|
@@ -8412,6 +8422,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8412
8422
|
is_active: boolean;
|
|
8413
8423
|
}[];
|
|
8414
8424
|
} | undefined;
|
|
8425
|
+
salto_space_credential_service_metadata?: {
|
|
8426
|
+
has_active_phone: boolean;
|
|
8427
|
+
} | undefined;
|
|
8415
8428
|
}>>, z.ZodObject<{
|
|
8416
8429
|
august_metadata: z.ZodOptional<z.ZodObject<{
|
|
8417
8430
|
lock_id: z.ZodString;
|
|
@@ -10592,6 +10605,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
10592
10605
|
is_active: boolean;
|
|
10593
10606
|
}[];
|
|
10594
10607
|
} | undefined;
|
|
10608
|
+
salto_space_credential_service_metadata?: {
|
|
10609
|
+
has_active_phone: boolean;
|
|
10610
|
+
} | undefined;
|
|
10595
10611
|
} & {
|
|
10596
10612
|
august_metadata?: {
|
|
10597
10613
|
lock_id: string;
|
|
@@ -11104,6 +11120,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11104
11120
|
is_active: boolean;
|
|
11105
11121
|
}[];
|
|
11106
11122
|
} | undefined;
|
|
11123
|
+
salto_space_credential_service_metadata?: {
|
|
11124
|
+
has_active_phone: boolean;
|
|
11125
|
+
} | undefined;
|
|
11107
11126
|
} & {
|
|
11108
11127
|
august_metadata?: {
|
|
11109
11128
|
lock_id: string;
|
|
@@ -11740,6 +11759,13 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
11740
11759
|
is_active: boolean;
|
|
11741
11760
|
}[];
|
|
11742
11761
|
}>>>;
|
|
11762
|
+
salto_space_credential_service_metadata: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
11763
|
+
has_active_phone: z.ZodBoolean;
|
|
11764
|
+
}, "strip", z.ZodTypeAny, {
|
|
11765
|
+
has_active_phone: boolean;
|
|
11766
|
+
}, {
|
|
11767
|
+
has_active_phone: boolean;
|
|
11768
|
+
}>>>;
|
|
11743
11769
|
}, "strip", z.ZodTypeAny, {
|
|
11744
11770
|
assa_abloy_credential_service_metadata?: {
|
|
11745
11771
|
has_active_endpoint: boolean;
|
|
@@ -11748,6 +11774,9 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
11748
11774
|
is_active: boolean;
|
|
11749
11775
|
}[];
|
|
11750
11776
|
} | undefined;
|
|
11777
|
+
salto_space_credential_service_metadata?: {
|
|
11778
|
+
has_active_phone: boolean;
|
|
11779
|
+
} | undefined;
|
|
11751
11780
|
}, {
|
|
11752
11781
|
assa_abloy_credential_service_metadata?: {
|
|
11753
11782
|
has_active_endpoint: boolean;
|
|
@@ -11756,6 +11785,9 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
11756
11785
|
is_active: boolean;
|
|
11757
11786
|
}[];
|
|
11758
11787
|
} | undefined;
|
|
11788
|
+
salto_space_credential_service_metadata?: {
|
|
11789
|
+
has_active_phone: boolean;
|
|
11790
|
+
} | undefined;
|
|
11759
11791
|
}>>, z.ZodObject<{
|
|
11760
11792
|
august_metadata: z.ZodOptional<z.ZodObject<{
|
|
11761
11793
|
lock_id: z.ZodString;
|
|
@@ -19322,6 +19354,7 @@ declare const _default: {
|
|
|
19322
19354
|
'x-deprecated': string;
|
|
19323
19355
|
};
|
|
19324
19356
|
assa_abloy_credential_service_metadata?: never;
|
|
19357
|
+
salto_space_credential_service_metadata?: never;
|
|
19325
19358
|
};
|
|
19326
19359
|
required: string[];
|
|
19327
19360
|
type: string;
|
|
@@ -19351,6 +19384,15 @@ declare const _default: {
|
|
|
19351
19384
|
required: string[];
|
|
19352
19385
|
type: string;
|
|
19353
19386
|
};
|
|
19387
|
+
salto_space_credential_service_metadata: {
|
|
19388
|
+
properties: {
|
|
19389
|
+
has_active_phone: {
|
|
19390
|
+
type: string;
|
|
19391
|
+
};
|
|
19392
|
+
};
|
|
19393
|
+
required: string[];
|
|
19394
|
+
type: string;
|
|
19395
|
+
};
|
|
19354
19396
|
accessory_keypad?: never;
|
|
19355
19397
|
appearance?: never;
|
|
19356
19398
|
battery?: never;
|
|
@@ -23472,6 +23514,15 @@ declare const _default: {
|
|
|
23472
23514
|
required: string[];
|
|
23473
23515
|
type: string;
|
|
23474
23516
|
};
|
|
23517
|
+
salto_space_credential_service_metadata: {
|
|
23518
|
+
properties: {
|
|
23519
|
+
has_active_phone: {
|
|
23520
|
+
type: string;
|
|
23521
|
+
};
|
|
23522
|
+
};
|
|
23523
|
+
required: string[];
|
|
23524
|
+
type: string;
|
|
23525
|
+
};
|
|
23475
23526
|
};
|
|
23476
23527
|
type: string;
|
|
23477
23528
|
};
|
|
@@ -53350,6 +53401,9 @@ interface Routes {
|
|
|
53350
53401
|
is_active: boolean;
|
|
53351
53402
|
}>;
|
|
53352
53403
|
} | undefined) | undefined;
|
|
53404
|
+
salto_space_credential_service_metadata?: ({
|
|
53405
|
+
has_active_phone: boolean;
|
|
53406
|
+
} | undefined) | undefined;
|
|
53353
53407
|
}) & {
|
|
53354
53408
|
august_metadata?: {
|
|
53355
53409
|
lock_id: string;
|
|
@@ -54035,6 +54089,9 @@ interface Routes {
|
|
|
54035
54089
|
is_active: boolean;
|
|
54036
54090
|
}>;
|
|
54037
54091
|
} | undefined) | undefined;
|
|
54092
|
+
salto_space_credential_service_metadata?: ({
|
|
54093
|
+
has_active_phone: boolean;
|
|
54094
|
+
} | undefined) | undefined;
|
|
54038
54095
|
}) & {
|
|
54039
54096
|
august_metadata?: {
|
|
54040
54097
|
lock_id: string;
|
|
@@ -57666,6 +57723,9 @@ interface Routes {
|
|
|
57666
57723
|
is_active: boolean;
|
|
57667
57724
|
}>;
|
|
57668
57725
|
} | undefined) | undefined;
|
|
57726
|
+
salto_space_credential_service_metadata?: ({
|
|
57727
|
+
has_active_phone: boolean;
|
|
57728
|
+
} | undefined) | undefined;
|
|
57669
57729
|
}) & {
|
|
57670
57730
|
august_metadata?: {
|
|
57671
57731
|
lock_id: string;
|
|
@@ -58315,6 +58375,9 @@ interface Routes {
|
|
|
58315
58375
|
is_active: boolean;
|
|
58316
58376
|
}>;
|
|
58317
58377
|
} | undefined) | undefined;
|
|
58378
|
+
salto_space_credential_service_metadata?: ({
|
|
58379
|
+
has_active_phone: boolean;
|
|
58380
|
+
} | undefined) | undefined;
|
|
58318
58381
|
}) & {
|
|
58319
58382
|
august_metadata?: {
|
|
58320
58383
|
lock_id: string;
|
|
@@ -59000,6 +59063,9 @@ interface Routes {
|
|
|
59000
59063
|
is_active: boolean;
|
|
59001
59064
|
}>;
|
|
59002
59065
|
} | undefined) | undefined;
|
|
59066
|
+
salto_space_credential_service_metadata?: ({
|
|
59067
|
+
has_active_phone: boolean;
|
|
59068
|
+
} | undefined) | undefined;
|
|
59003
59069
|
}) & {
|
|
59004
59070
|
august_metadata?: {
|
|
59005
59071
|
lock_id: string;
|
|
@@ -59648,6 +59714,9 @@ interface Routes {
|
|
|
59648
59714
|
is_active: boolean;
|
|
59649
59715
|
}>;
|
|
59650
59716
|
} | undefined) | undefined;
|
|
59717
|
+
salto_space_credential_service_metadata?: ({
|
|
59718
|
+
has_active_phone: boolean;
|
|
59719
|
+
} | undefined) | undefined;
|
|
59651
59720
|
}) & {
|
|
59652
59721
|
august_metadata?: {
|
|
59653
59722
|
lock_id: string;
|
|
@@ -62106,6 +62175,9 @@ interface Routes {
|
|
|
62106
62175
|
is_active: boolean;
|
|
62107
62176
|
}>;
|
|
62108
62177
|
} | undefined) | undefined;
|
|
62178
|
+
salto_space_credential_service_metadata?: ({
|
|
62179
|
+
has_active_phone: boolean;
|
|
62180
|
+
} | undefined) | undefined;
|
|
62109
62181
|
}) & {
|
|
62110
62182
|
august_metadata?: {
|
|
62111
62183
|
lock_id: string;
|
|
@@ -62754,6 +62826,9 @@ interface Routes {
|
|
|
62754
62826
|
is_active: boolean;
|
|
62755
62827
|
}>;
|
|
62756
62828
|
} | undefined) | undefined;
|
|
62829
|
+
salto_space_credential_service_metadata?: ({
|
|
62830
|
+
has_active_phone: boolean;
|
|
62831
|
+
} | undefined) | undefined;
|
|
62757
62832
|
}) & {
|
|
62758
62833
|
august_metadata?: {
|
|
62759
62834
|
lock_id: string;
|
|
@@ -66041,6 +66116,9 @@ interface Routes {
|
|
|
66041
66116
|
is_active: boolean;
|
|
66042
66117
|
}>;
|
|
66043
66118
|
} | undefined;
|
|
66119
|
+
salto_space_credential_service_metadata?: {
|
|
66120
|
+
has_active_phone: boolean;
|
|
66121
|
+
} | undefined;
|
|
66044
66122
|
};
|
|
66045
66123
|
/** Location information for the device. */
|
|
66046
66124
|
location: {
|
|
@@ -66257,6 +66335,9 @@ interface Routes {
|
|
|
66257
66335
|
is_active: boolean;
|
|
66258
66336
|
}>;
|
|
66259
66337
|
} | undefined;
|
|
66338
|
+
salto_space_credential_service_metadata?: {
|
|
66339
|
+
has_active_phone: boolean;
|
|
66340
|
+
} | undefined;
|
|
66260
66341
|
};
|
|
66261
66342
|
/** Location information for the device. */
|
|
66262
66343
|
location: {
|
|
@@ -68321,6 +68402,9 @@ interface Routes {
|
|
|
68321
68402
|
is_active: boolean;
|
|
68322
68403
|
}>;
|
|
68323
68404
|
} | undefined) | undefined;
|
|
68405
|
+
salto_space_credential_service_metadata?: ({
|
|
68406
|
+
has_active_phone: boolean;
|
|
68407
|
+
} | undefined) | undefined;
|
|
68324
68408
|
}) & {
|
|
68325
68409
|
august_metadata?: {
|
|
68326
68410
|
lock_id: string;
|
|
@@ -70760,6 +70844,9 @@ interface Routes {
|
|
|
70760
70844
|
is_active: boolean;
|
|
70761
70845
|
}>;
|
|
70762
70846
|
} | undefined) | undefined;
|
|
70847
|
+
salto_space_credential_service_metadata?: ({
|
|
70848
|
+
has_active_phone: boolean;
|
|
70849
|
+
} | undefined) | undefined;
|
|
70763
70850
|
}) & {
|
|
70764
70851
|
august_metadata?: {
|
|
70765
70852
|
lock_id: string;
|
|
@@ -71408,6 +71495,9 @@ interface Routes {
|
|
|
71408
71495
|
is_active: boolean;
|
|
71409
71496
|
}>;
|
|
71410
71497
|
} | undefined) | undefined;
|
|
71498
|
+
salto_space_credential_service_metadata?: ({
|
|
71499
|
+
has_active_phone: boolean;
|
|
71500
|
+
} | undefined) | undefined;
|
|
71411
71501
|
}) & {
|
|
71412
71502
|
august_metadata?: {
|
|
71413
71503
|
lock_id: string;
|
|
@@ -75172,6 +75262,9 @@ interface Routes {
|
|
|
75172
75262
|
is_active: boolean;
|
|
75173
75263
|
}>;
|
|
75174
75264
|
} | undefined) | undefined;
|
|
75265
|
+
salto_space_credential_service_metadata?: ({
|
|
75266
|
+
has_active_phone: boolean;
|
|
75267
|
+
} | undefined) | undefined;
|
|
75175
75268
|
}) & {
|
|
75176
75269
|
august_metadata?: {
|
|
75177
75270
|
lock_id: string;
|
|
@@ -75822,6 +75915,9 @@ interface Routes {
|
|
|
75822
75915
|
is_active: boolean;
|
|
75823
75916
|
}>;
|
|
75824
75917
|
} | undefined) | undefined;
|
|
75918
|
+
salto_space_credential_service_metadata?: ({
|
|
75919
|
+
has_active_phone: boolean;
|
|
75920
|
+
} | undefined) | undefined;
|
|
75825
75921
|
}) & {
|
|
75826
75922
|
august_metadata?: {
|
|
75827
75923
|
lock_id: string;
|
|
@@ -718,6 +718,13 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
718
718
|
is_active: boolean;
|
|
719
719
|
}[];
|
|
720
720
|
}>>>;
|
|
721
|
+
salto_space_credential_service_metadata: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
722
|
+
has_active_phone: z.ZodBoolean;
|
|
723
|
+
}, "strip", z.ZodTypeAny, {
|
|
724
|
+
has_active_phone: boolean;
|
|
725
|
+
}, {
|
|
726
|
+
has_active_phone: boolean;
|
|
727
|
+
}>>>;
|
|
721
728
|
}, "strip", z.ZodTypeAny, {
|
|
722
729
|
assa_abloy_credential_service_metadata?: {
|
|
723
730
|
has_active_endpoint: boolean;
|
|
@@ -726,6 +733,9 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
726
733
|
is_active: boolean;
|
|
727
734
|
}[];
|
|
728
735
|
} | undefined;
|
|
736
|
+
salto_space_credential_service_metadata?: {
|
|
737
|
+
has_active_phone: boolean;
|
|
738
|
+
} | undefined;
|
|
729
739
|
}, {
|
|
730
740
|
assa_abloy_credential_service_metadata?: {
|
|
731
741
|
has_active_endpoint: boolean;
|
|
@@ -734,6 +744,9 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
734
744
|
is_active: boolean;
|
|
735
745
|
}[];
|
|
736
746
|
} | undefined;
|
|
747
|
+
salto_space_credential_service_metadata?: {
|
|
748
|
+
has_active_phone: boolean;
|
|
749
|
+
} | undefined;
|
|
737
750
|
}>>, z.ZodObject<{
|
|
738
751
|
august_metadata: z.ZodOptional<z.ZodObject<{
|
|
739
752
|
lock_id: z.ZodString;
|
|
@@ -2918,6 +2931,9 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2918
2931
|
is_active: boolean;
|
|
2919
2932
|
}[];
|
|
2920
2933
|
} | undefined;
|
|
2934
|
+
salto_space_credential_service_metadata?: {
|
|
2935
|
+
has_active_phone: boolean;
|
|
2936
|
+
} | undefined;
|
|
2921
2937
|
} & {
|
|
2922
2938
|
august_metadata?: {
|
|
2923
2939
|
lock_id: string;
|
|
@@ -3430,6 +3446,9 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3430
3446
|
is_active: boolean;
|
|
3431
3447
|
}[];
|
|
3432
3448
|
} | undefined;
|
|
3449
|
+
salto_space_credential_service_metadata?: {
|
|
3450
|
+
has_active_phone: boolean;
|
|
3451
|
+
} | undefined;
|
|
3433
3452
|
} & {
|
|
3434
3453
|
august_metadata?: {
|
|
3435
3454
|
lock_id: string;
|
|
@@ -25,6 +25,13 @@ export declare const phone_specific_properties: z.ZodObject<{
|
|
|
25
25
|
is_active: boolean;
|
|
26
26
|
}[];
|
|
27
27
|
}>>;
|
|
28
|
+
salto_space_credential_service_metadata: z.ZodOptional<z.ZodObject<{
|
|
29
|
+
has_active_phone: z.ZodBoolean;
|
|
30
|
+
}, "strip", z.ZodTypeAny, {
|
|
31
|
+
has_active_phone: boolean;
|
|
32
|
+
}, {
|
|
33
|
+
has_active_phone: boolean;
|
|
34
|
+
}>>;
|
|
28
35
|
}, "strip", z.ZodTypeAny, {
|
|
29
36
|
assa_abloy_credential_service_metadata?: {
|
|
30
37
|
has_active_endpoint: boolean;
|
|
@@ -33,6 +40,9 @@ export declare const phone_specific_properties: z.ZodObject<{
|
|
|
33
40
|
is_active: boolean;
|
|
34
41
|
}[];
|
|
35
42
|
} | undefined;
|
|
43
|
+
salto_space_credential_service_metadata?: {
|
|
44
|
+
has_active_phone: boolean;
|
|
45
|
+
} | undefined;
|
|
36
46
|
}, {
|
|
37
47
|
assa_abloy_credential_service_metadata?: {
|
|
38
48
|
has_active_endpoint: boolean;
|
|
@@ -41,4 +51,7 @@ export declare const phone_specific_properties: z.ZodObject<{
|
|
|
41
51
|
is_active: boolean;
|
|
42
52
|
}[];
|
|
43
53
|
} | undefined;
|
|
54
|
+
salto_space_credential_service_metadata?: {
|
|
55
|
+
has_active_phone: boolean;
|
|
56
|
+
} | undefined;
|
|
44
57
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phone-properties.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/phone-properties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,sCAAsC,EAAE,CAAC;SACtC,MAAM,CAAC;QACN,mBAAmB,EAAE,CAAC,CAAC,OAAO,EAAE;QAChC,SAAS,EAAE,CAAC,CAAC,KAAK,CAChB,CAAC,CAAC,MAAM,CAAC;YACP,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;YACvB,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE;SACvB,CAAC,CACH;KACF,CAAC;SACD,QAAQ,EAAE;CACd,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"phone-properties.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/phone-properties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,sCAAsC,EAAE,CAAC;SACtC,MAAM,CAAC;QACN,mBAAmB,EAAE,CAAC,CAAC,OAAO,EAAE;QAChC,SAAS,EAAE,CAAC,CAAC,KAAK,CAChB,CAAC,CAAC,MAAM,CAAC;YACP,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;YACvB,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE;SACvB,CAAC,CACH;KACF,CAAC;SACD,QAAQ,EAAE;IAEb,uCAAuC,EAAE,CAAC;SACvC,MAAM,CAAC;QACN,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE;KAC9B,CAAC;SACD,QAAQ,EAAE;CACd,CAAC,CAAA"}
|
|
@@ -183,6 +183,13 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
183
183
|
is_active: boolean;
|
|
184
184
|
}[];
|
|
185
185
|
}>>>;
|
|
186
|
+
salto_space_credential_service_metadata: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
187
|
+
has_active_phone: z.ZodBoolean;
|
|
188
|
+
}, "strip", z.ZodTypeAny, {
|
|
189
|
+
has_active_phone: boolean;
|
|
190
|
+
}, {
|
|
191
|
+
has_active_phone: boolean;
|
|
192
|
+
}>>>;
|
|
186
193
|
}, "strip", z.ZodTypeAny, {
|
|
187
194
|
assa_abloy_credential_service_metadata?: {
|
|
188
195
|
has_active_endpoint: boolean;
|
|
@@ -191,6 +198,9 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
191
198
|
is_active: boolean;
|
|
192
199
|
}[];
|
|
193
200
|
} | undefined;
|
|
201
|
+
salto_space_credential_service_metadata?: {
|
|
202
|
+
has_active_phone: boolean;
|
|
203
|
+
} | undefined;
|
|
194
204
|
}, {
|
|
195
205
|
assa_abloy_credential_service_metadata?: {
|
|
196
206
|
has_active_endpoint: boolean;
|
|
@@ -199,6 +209,9 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
199
209
|
is_active: boolean;
|
|
200
210
|
}[];
|
|
201
211
|
} | undefined;
|
|
212
|
+
salto_space_credential_service_metadata?: {
|
|
213
|
+
has_active_phone: boolean;
|
|
214
|
+
} | undefined;
|
|
202
215
|
}>>, z.ZodObject<{
|
|
203
216
|
august_metadata: z.ZodOptional<z.ZodObject<{
|
|
204
217
|
lock_id: z.ZodString;
|
|
@@ -2245,6 +2258,13 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
2245
2258
|
is_active: boolean;
|
|
2246
2259
|
}[];
|
|
2247
2260
|
}>>;
|
|
2261
|
+
salto_space_credential_service_metadata: z.ZodOptional<z.ZodObject<{
|
|
2262
|
+
has_active_phone: z.ZodBoolean;
|
|
2263
|
+
}, "strip", z.ZodTypeAny, {
|
|
2264
|
+
has_active_phone: boolean;
|
|
2265
|
+
}, {
|
|
2266
|
+
has_active_phone: boolean;
|
|
2267
|
+
}>>;
|
|
2248
2268
|
}, "strip", z.ZodTypeAny, {
|
|
2249
2269
|
assa_abloy_credential_service_metadata?: {
|
|
2250
2270
|
has_active_endpoint: boolean;
|
|
@@ -2253,6 +2273,9 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
2253
2273
|
is_active: boolean;
|
|
2254
2274
|
}[];
|
|
2255
2275
|
} | undefined;
|
|
2276
|
+
salto_space_credential_service_metadata?: {
|
|
2277
|
+
has_active_phone: boolean;
|
|
2278
|
+
} | undefined;
|
|
2256
2279
|
}, {
|
|
2257
2280
|
assa_abloy_credential_service_metadata?: {
|
|
2258
2281
|
has_active_endpoint: boolean;
|
|
@@ -2261,6 +2284,9 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
2261
2284
|
is_active: boolean;
|
|
2262
2285
|
}[];
|
|
2263
2286
|
} | undefined;
|
|
2287
|
+
salto_space_credential_service_metadata?: {
|
|
2288
|
+
has_active_phone: boolean;
|
|
2289
|
+
} | undefined;
|
|
2264
2290
|
}>;
|
|
2265
2291
|
}>, "strip", z.ZodTypeAny, {
|
|
2266
2292
|
location: {
|
|
@@ -2391,6 +2417,9 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
2391
2417
|
is_active: boolean;
|
|
2392
2418
|
}[];
|
|
2393
2419
|
} | undefined;
|
|
2420
|
+
salto_space_credential_service_metadata?: {
|
|
2421
|
+
has_active_phone: boolean;
|
|
2422
|
+
} | undefined;
|
|
2394
2423
|
};
|
|
2395
2424
|
workspace_id: string;
|
|
2396
2425
|
is_managed: true;
|
|
@@ -2535,6 +2564,9 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
2535
2564
|
is_active: boolean;
|
|
2536
2565
|
}[];
|
|
2537
2566
|
} | undefined;
|
|
2567
|
+
salto_space_credential_service_metadata?: {
|
|
2568
|
+
has_active_phone: boolean;
|
|
2569
|
+
} | undefined;
|
|
2538
2570
|
};
|
|
2539
2571
|
workspace_id: string;
|
|
2540
2572
|
is_managed: true;
|
|
@@ -182,6 +182,13 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
182
182
|
is_active: boolean;
|
|
183
183
|
}[];
|
|
184
184
|
}>>>;
|
|
185
|
+
salto_space_credential_service_metadata: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
186
|
+
has_active_phone: z.ZodBoolean;
|
|
187
|
+
}, "strip", z.ZodTypeAny, {
|
|
188
|
+
has_active_phone: boolean;
|
|
189
|
+
}, {
|
|
190
|
+
has_active_phone: boolean;
|
|
191
|
+
}>>>;
|
|
185
192
|
}, "strip", z.ZodTypeAny, {
|
|
186
193
|
assa_abloy_credential_service_metadata?: {
|
|
187
194
|
has_active_endpoint: boolean;
|
|
@@ -190,6 +197,9 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
190
197
|
is_active: boolean;
|
|
191
198
|
}[];
|
|
192
199
|
} | undefined;
|
|
200
|
+
salto_space_credential_service_metadata?: {
|
|
201
|
+
has_active_phone: boolean;
|
|
202
|
+
} | undefined;
|
|
193
203
|
}, {
|
|
194
204
|
assa_abloy_credential_service_metadata?: {
|
|
195
205
|
has_active_endpoint: boolean;
|
|
@@ -198,6 +208,9 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
198
208
|
is_active: boolean;
|
|
199
209
|
}[];
|
|
200
210
|
} | undefined;
|
|
211
|
+
salto_space_credential_service_metadata?: {
|
|
212
|
+
has_active_phone: boolean;
|
|
213
|
+
} | undefined;
|
|
201
214
|
}>>, z.ZodObject<{
|
|
202
215
|
august_metadata: z.ZodOptional<z.ZodObject<{
|
|
203
216
|
lock_id: z.ZodString;
|
|
@@ -2746,6 +2746,7 @@ declare const _default: {
|
|
|
2746
2746
|
'x-deprecated': string;
|
|
2747
2747
|
};
|
|
2748
2748
|
assa_abloy_credential_service_metadata?: never;
|
|
2749
|
+
salto_space_credential_service_metadata?: never;
|
|
2749
2750
|
};
|
|
2750
2751
|
required: string[];
|
|
2751
2752
|
type: string;
|
|
@@ -2775,6 +2776,15 @@ declare const _default: {
|
|
|
2775
2776
|
required: string[];
|
|
2776
2777
|
type: string;
|
|
2777
2778
|
};
|
|
2779
|
+
salto_space_credential_service_metadata: {
|
|
2780
|
+
properties: {
|
|
2781
|
+
has_active_phone: {
|
|
2782
|
+
type: string;
|
|
2783
|
+
};
|
|
2784
|
+
};
|
|
2785
|
+
required: string[];
|
|
2786
|
+
type: string;
|
|
2787
|
+
};
|
|
2778
2788
|
accessory_keypad?: never;
|
|
2779
2789
|
appearance?: never;
|
|
2780
2790
|
battery?: never;
|
|
@@ -6896,6 +6906,15 @@ declare const _default: {
|
|
|
6896
6906
|
required: string[];
|
|
6897
6907
|
type: string;
|
|
6898
6908
|
};
|
|
6909
|
+
salto_space_credential_service_metadata: {
|
|
6910
|
+
properties: {
|
|
6911
|
+
has_active_phone: {
|
|
6912
|
+
type: string;
|
|
6913
|
+
};
|
|
6914
|
+
};
|
|
6915
|
+
required: string[];
|
|
6916
|
+
type: string;
|
|
6917
|
+
};
|
|
6899
6918
|
};
|
|
6900
6919
|
type: string;
|
|
6901
6920
|
};
|
|
@@ -5584,6 +5584,13 @@ export default {
|
|
|
5584
5584
|
required: ['has_active_endpoint', 'endpoints'],
|
|
5585
5585
|
type: 'object',
|
|
5586
5586
|
},
|
|
5587
|
+
salto_space_credential_service_metadata: {
|
|
5588
|
+
properties: {
|
|
5589
|
+
has_active_phone: { type: 'boolean' },
|
|
5590
|
+
},
|
|
5591
|
+
required: ['has_active_phone'],
|
|
5592
|
+
type: 'object',
|
|
5593
|
+
},
|
|
5587
5594
|
},
|
|
5588
5595
|
type: 'object',
|
|
5589
5596
|
},
|
|
@@ -11300,6 +11307,11 @@ export default {
|
|
|
11300
11307
|
required: ['has_active_endpoint', 'endpoints'],
|
|
11301
11308
|
type: 'object',
|
|
11302
11309
|
},
|
|
11310
|
+
salto_space_credential_service_metadata: {
|
|
11311
|
+
properties: { has_active_phone: { type: 'boolean' } },
|
|
11312
|
+
required: ['has_active_phone'],
|
|
11313
|
+
type: 'object',
|
|
11314
|
+
},
|
|
11303
11315
|
},
|
|
11304
11316
|
type: 'object',
|
|
11305
11317
|
},
|