@seamapi/types 1.338.1 → 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 +40 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +121 -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 +44 -0
- package/lib/seam/connect/openapi.js +37 -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 +37 -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
|
};
|
|
@@ -24791,6 +24842,7 @@ declare const _default: {
|
|
|
24791
24842
|
})[];
|
|
24792
24843
|
summary: string;
|
|
24793
24844
|
tags: string[];
|
|
24845
|
+
'x-action-attempt-type': string;
|
|
24794
24846
|
'x-fern-sdk-group-name': string[];
|
|
24795
24847
|
'x-fern-sdk-method-name': string;
|
|
24796
24848
|
'x-fern-sdk-return-value': string;
|
|
@@ -25140,6 +25192,7 @@ declare const _default: {
|
|
|
25140
25192
|
})[];
|
|
25141
25193
|
summary: string;
|
|
25142
25194
|
tags: string[];
|
|
25195
|
+
'x-action-attempt-type': string;
|
|
25143
25196
|
'x-fern-sdk-group-name': string[];
|
|
25144
25197
|
'x-fern-sdk-method-name': string;
|
|
25145
25198
|
'x-response-key': null;
|
|
@@ -25630,6 +25683,7 @@ declare const _default: {
|
|
|
25630
25683
|
})[];
|
|
25631
25684
|
summary: string;
|
|
25632
25685
|
tags: string[];
|
|
25686
|
+
'x-action-attempt-type': string;
|
|
25633
25687
|
'x-fern-ignore': boolean;
|
|
25634
25688
|
'x-response-key': null;
|
|
25635
25689
|
};
|
|
@@ -25711,6 +25765,7 @@ declare const _default: {
|
|
|
25711
25765
|
})[];
|
|
25712
25766
|
summary: string;
|
|
25713
25767
|
tags: string[];
|
|
25768
|
+
'x-action-attempt-type': string;
|
|
25714
25769
|
'x-fern-sdk-group-name': string[];
|
|
25715
25770
|
'x-fern-sdk-method-name': string;
|
|
25716
25771
|
'x-response-key': null;
|
|
@@ -25789,6 +25844,7 @@ declare const _default: {
|
|
|
25789
25844
|
})[];
|
|
25790
25845
|
summary: string;
|
|
25791
25846
|
tags: string[];
|
|
25847
|
+
'x-action-attempt-type': string;
|
|
25792
25848
|
'x-fern-sdk-group-name': string[];
|
|
25793
25849
|
'x-fern-sdk-method-name': string;
|
|
25794
25850
|
'x-response-key': null;
|
|
@@ -26252,6 +26308,7 @@ declare const _default: {
|
|
|
26252
26308
|
})[];
|
|
26253
26309
|
summary: string;
|
|
26254
26310
|
tags: string[];
|
|
26311
|
+
'x-action-attempt-type': string;
|
|
26255
26312
|
'x-fern-ignore': boolean;
|
|
26256
26313
|
'x-response-key': null;
|
|
26257
26314
|
};
|
|
@@ -26387,6 +26444,7 @@ declare const _default: {
|
|
|
26387
26444
|
})[];
|
|
26388
26445
|
summary: string;
|
|
26389
26446
|
tags: string[];
|
|
26447
|
+
'x-action-attempt-type': string;
|
|
26390
26448
|
'x-fern-sdk-group-name': string[];
|
|
26391
26449
|
'x-fern-sdk-method-name': string;
|
|
26392
26450
|
'x-response-key': null;
|
|
@@ -26523,6 +26581,7 @@ declare const _default: {
|
|
|
26523
26581
|
})[];
|
|
26524
26582
|
summary: string;
|
|
26525
26583
|
tags: string[];
|
|
26584
|
+
'x-action-attempt-type': string;
|
|
26526
26585
|
'x-fern-ignore': boolean;
|
|
26527
26586
|
'x-response-key': null;
|
|
26528
26587
|
};
|
|
@@ -28818,6 +28877,7 @@ declare const _default: {
|
|
|
28818
28877
|
})[];
|
|
28819
28878
|
summary: string;
|
|
28820
28879
|
tags: string[];
|
|
28880
|
+
'x-action-attempt-type': string;
|
|
28821
28881
|
'x-fern-sdk-group-name': string[];
|
|
28822
28882
|
'x-fern-sdk-method-name': string;
|
|
28823
28883
|
'x-fern-sdk-return-value': string;
|
|
@@ -29013,6 +29073,7 @@ declare const _default: {
|
|
|
29013
29073
|
})[];
|
|
29014
29074
|
summary: string;
|
|
29015
29075
|
tags: string[];
|
|
29076
|
+
'x-action-attempt-type': string;
|
|
29016
29077
|
'x-fern-sdk-group-name': string[];
|
|
29017
29078
|
'x-fern-sdk-method-name': string;
|
|
29018
29079
|
'x-fern-sdk-return-value': string;
|
|
@@ -34335,6 +34396,7 @@ declare const _default: {
|
|
|
34335
34396
|
})[];
|
|
34336
34397
|
summary: string;
|
|
34337
34398
|
tags: string[];
|
|
34399
|
+
'x-action-attempt-type': string;
|
|
34338
34400
|
'x-fern-sdk-group-name': string[];
|
|
34339
34401
|
'x-fern-sdk-method-name': string;
|
|
34340
34402
|
'x-fern-sdk-return-value': string;
|
|
@@ -34414,6 +34476,7 @@ declare const _default: {
|
|
|
34414
34476
|
})[];
|
|
34415
34477
|
summary: string;
|
|
34416
34478
|
tags: string[];
|
|
34479
|
+
'x-action-attempt-type': string;
|
|
34417
34480
|
'x-fern-sdk-group-name': string[];
|
|
34418
34481
|
'x-fern-sdk-method-name': string;
|
|
34419
34482
|
'x-fern-sdk-return-value': string;
|
|
@@ -34803,6 +34866,7 @@ declare const _default: {
|
|
|
34803
34866
|
})[];
|
|
34804
34867
|
summary: string;
|
|
34805
34868
|
tags: string[];
|
|
34869
|
+
'x-action-attempt-type': string;
|
|
34806
34870
|
'x-fern-sdk-group-name': string[];
|
|
34807
34871
|
'x-fern-sdk-method-name': string;
|
|
34808
34872
|
'x-fern-sdk-return-value': string;
|
|
@@ -34878,6 +34942,7 @@ declare const _default: {
|
|
|
34878
34942
|
})[];
|
|
34879
34943
|
summary: string;
|
|
34880
34944
|
tags: string[];
|
|
34945
|
+
'x-action-attempt-type': string;
|
|
34881
34946
|
'x-fern-sdk-group-name': string[];
|
|
34882
34947
|
'x-fern-sdk-method-name': string;
|
|
34883
34948
|
'x-response-key': null;
|
|
@@ -35117,6 +35182,7 @@ declare const _default: {
|
|
|
35117
35182
|
})[];
|
|
35118
35183
|
summary: string;
|
|
35119
35184
|
tags: string[];
|
|
35185
|
+
'x-action-attempt-type': string;
|
|
35120
35186
|
'x-fern-ignore': boolean;
|
|
35121
35187
|
'x-response-key': null;
|
|
35122
35188
|
};
|
|
@@ -35205,6 +35271,7 @@ declare const _default: {
|
|
|
35205
35271
|
})[];
|
|
35206
35272
|
summary: string;
|
|
35207
35273
|
tags: string[];
|
|
35274
|
+
'x-action-attempt-type': string;
|
|
35208
35275
|
'x-fern-sdk-group-name': string[];
|
|
35209
35276
|
'x-fern-sdk-method-name': string;
|
|
35210
35277
|
'x-response-key': null;
|
|
@@ -35294,6 +35361,7 @@ declare const _default: {
|
|
|
35294
35361
|
})[];
|
|
35295
35362
|
summary: string;
|
|
35296
35363
|
tags: string[];
|
|
35364
|
+
'x-action-attempt-type': string;
|
|
35297
35365
|
'x-fern-ignore': boolean;
|
|
35298
35366
|
'x-response-key': null;
|
|
35299
35367
|
};
|
|
@@ -35695,6 +35763,7 @@ declare const _default: {
|
|
|
35695
35763
|
})[];
|
|
35696
35764
|
summary: string;
|
|
35697
35765
|
tags: string[];
|
|
35766
|
+
'x-action-attempt-type': string;
|
|
35698
35767
|
'x-fern-sdk-group-name': string[];
|
|
35699
35768
|
'x-fern-sdk-method-name': string;
|
|
35700
35769
|
'x-fern-sdk-return-value': string;
|
|
@@ -35788,6 +35857,7 @@ declare const _default: {
|
|
|
35788
35857
|
})[];
|
|
35789
35858
|
summary: string;
|
|
35790
35859
|
tags: string[];
|
|
35860
|
+
'x-action-attempt-type': string;
|
|
35791
35861
|
'x-fern-sdk-group-name': string[];
|
|
35792
35862
|
'x-fern-sdk-method-name': string;
|
|
35793
35863
|
'x-fern-sdk-return-value': string;
|
|
@@ -36147,6 +36217,7 @@ declare const _default: {
|
|
|
36147
36217
|
})[];
|
|
36148
36218
|
summary: string;
|
|
36149
36219
|
tags: string[];
|
|
36220
|
+
'x-action-attempt-type': string;
|
|
36150
36221
|
'x-fern-sdk-group-name': string[];
|
|
36151
36222
|
'x-fern-sdk-method-name': string;
|
|
36152
36223
|
'x-fern-sdk-return-value': string;
|
|
@@ -36250,6 +36321,7 @@ declare const _default: {
|
|
|
36250
36321
|
})[];
|
|
36251
36322
|
summary: string;
|
|
36252
36323
|
tags: string[];
|
|
36324
|
+
'x-action-attempt-type': string;
|
|
36253
36325
|
'x-fern-sdk-group-name': string[];
|
|
36254
36326
|
'x-fern-sdk-method-name': string;
|
|
36255
36327
|
'x-fern-sdk-return-value': string;
|
|
@@ -36502,6 +36574,7 @@ declare const _default: {
|
|
|
36502
36574
|
})[];
|
|
36503
36575
|
summary: string;
|
|
36504
36576
|
tags: string[];
|
|
36577
|
+
'x-action-attempt-type': string;
|
|
36505
36578
|
'x-fern-sdk-group-name': string[];
|
|
36506
36579
|
'x-fern-sdk-method-name': string;
|
|
36507
36580
|
'x-fern-sdk-return-value': string;
|
|
@@ -37201,6 +37274,7 @@ declare const _default: {
|
|
|
37201
37274
|
})[];
|
|
37202
37275
|
summary: string;
|
|
37203
37276
|
tags: string[];
|
|
37277
|
+
'x-action-attempt-type': string;
|
|
37204
37278
|
'x-fern-sdk-group-name': string[];
|
|
37205
37279
|
'x-fern-sdk-method-name': string;
|
|
37206
37280
|
'x-fern-sdk-return-value': string;
|
|
@@ -37378,6 +37452,7 @@ declare const _default: {
|
|
|
37378
37452
|
})[];
|
|
37379
37453
|
summary: string;
|
|
37380
37454
|
tags: string[];
|
|
37455
|
+
'x-action-attempt-type': string;
|
|
37381
37456
|
'x-fern-sdk-group-name': string[];
|
|
37382
37457
|
'x-fern-sdk-method-name': string;
|
|
37383
37458
|
'x-fern-sdk-return-value': string;
|
|
@@ -40123,6 +40198,7 @@ declare const _default: {
|
|
|
40123
40198
|
})[];
|
|
40124
40199
|
summary: string;
|
|
40125
40200
|
tags: string[];
|
|
40201
|
+
'x-action-attempt-type': string;
|
|
40126
40202
|
'x-fern-sdk-group-name': string[];
|
|
40127
40203
|
'x-fern-sdk-method-name': string;
|
|
40128
40204
|
'x-fern-sdk-return-value': string;
|
|
@@ -53325,6 +53401,9 @@ interface Routes {
|
|
|
53325
53401
|
is_active: boolean;
|
|
53326
53402
|
}>;
|
|
53327
53403
|
} | undefined) | undefined;
|
|
53404
|
+
salto_space_credential_service_metadata?: ({
|
|
53405
|
+
has_active_phone: boolean;
|
|
53406
|
+
} | undefined) | undefined;
|
|
53328
53407
|
}) & {
|
|
53329
53408
|
august_metadata?: {
|
|
53330
53409
|
lock_id: string;
|
|
@@ -54010,6 +54089,9 @@ interface Routes {
|
|
|
54010
54089
|
is_active: boolean;
|
|
54011
54090
|
}>;
|
|
54012
54091
|
} | undefined) | undefined;
|
|
54092
|
+
salto_space_credential_service_metadata?: ({
|
|
54093
|
+
has_active_phone: boolean;
|
|
54094
|
+
} | undefined) | undefined;
|
|
54013
54095
|
}) & {
|
|
54014
54096
|
august_metadata?: {
|
|
54015
54097
|
lock_id: string;
|
|
@@ -57641,6 +57723,9 @@ interface Routes {
|
|
|
57641
57723
|
is_active: boolean;
|
|
57642
57724
|
}>;
|
|
57643
57725
|
} | undefined) | undefined;
|
|
57726
|
+
salto_space_credential_service_metadata?: ({
|
|
57727
|
+
has_active_phone: boolean;
|
|
57728
|
+
} | undefined) | undefined;
|
|
57644
57729
|
}) & {
|
|
57645
57730
|
august_metadata?: {
|
|
57646
57731
|
lock_id: string;
|
|
@@ -58290,6 +58375,9 @@ interface Routes {
|
|
|
58290
58375
|
is_active: boolean;
|
|
58291
58376
|
}>;
|
|
58292
58377
|
} | undefined) | undefined;
|
|
58378
|
+
salto_space_credential_service_metadata?: ({
|
|
58379
|
+
has_active_phone: boolean;
|
|
58380
|
+
} | undefined) | undefined;
|
|
58293
58381
|
}) & {
|
|
58294
58382
|
august_metadata?: {
|
|
58295
58383
|
lock_id: string;
|
|
@@ -58975,6 +59063,9 @@ interface Routes {
|
|
|
58975
59063
|
is_active: boolean;
|
|
58976
59064
|
}>;
|
|
58977
59065
|
} | undefined) | undefined;
|
|
59066
|
+
salto_space_credential_service_metadata?: ({
|
|
59067
|
+
has_active_phone: boolean;
|
|
59068
|
+
} | undefined) | undefined;
|
|
58978
59069
|
}) & {
|
|
58979
59070
|
august_metadata?: {
|
|
58980
59071
|
lock_id: string;
|
|
@@ -59623,6 +59714,9 @@ interface Routes {
|
|
|
59623
59714
|
is_active: boolean;
|
|
59624
59715
|
}>;
|
|
59625
59716
|
} | undefined) | undefined;
|
|
59717
|
+
salto_space_credential_service_metadata?: ({
|
|
59718
|
+
has_active_phone: boolean;
|
|
59719
|
+
} | undefined) | undefined;
|
|
59626
59720
|
}) & {
|
|
59627
59721
|
august_metadata?: {
|
|
59628
59722
|
lock_id: string;
|
|
@@ -62081,6 +62175,9 @@ interface Routes {
|
|
|
62081
62175
|
is_active: boolean;
|
|
62082
62176
|
}>;
|
|
62083
62177
|
} | undefined) | undefined;
|
|
62178
|
+
salto_space_credential_service_metadata?: ({
|
|
62179
|
+
has_active_phone: boolean;
|
|
62180
|
+
} | undefined) | undefined;
|
|
62084
62181
|
}) & {
|
|
62085
62182
|
august_metadata?: {
|
|
62086
62183
|
lock_id: string;
|
|
@@ -62729,6 +62826,9 @@ interface Routes {
|
|
|
62729
62826
|
is_active: boolean;
|
|
62730
62827
|
}>;
|
|
62731
62828
|
} | undefined) | undefined;
|
|
62829
|
+
salto_space_credential_service_metadata?: ({
|
|
62830
|
+
has_active_phone: boolean;
|
|
62831
|
+
} | undefined) | undefined;
|
|
62732
62832
|
}) & {
|
|
62733
62833
|
august_metadata?: {
|
|
62734
62834
|
lock_id: string;
|
|
@@ -66016,6 +66116,9 @@ interface Routes {
|
|
|
66016
66116
|
is_active: boolean;
|
|
66017
66117
|
}>;
|
|
66018
66118
|
} | undefined;
|
|
66119
|
+
salto_space_credential_service_metadata?: {
|
|
66120
|
+
has_active_phone: boolean;
|
|
66121
|
+
} | undefined;
|
|
66019
66122
|
};
|
|
66020
66123
|
/** Location information for the device. */
|
|
66021
66124
|
location: {
|
|
@@ -66232,6 +66335,9 @@ interface Routes {
|
|
|
66232
66335
|
is_active: boolean;
|
|
66233
66336
|
}>;
|
|
66234
66337
|
} | undefined;
|
|
66338
|
+
salto_space_credential_service_metadata?: {
|
|
66339
|
+
has_active_phone: boolean;
|
|
66340
|
+
} | undefined;
|
|
66235
66341
|
};
|
|
66236
66342
|
/** Location information for the device. */
|
|
66237
66343
|
location: {
|
|
@@ -68296,6 +68402,9 @@ interface Routes {
|
|
|
68296
68402
|
is_active: boolean;
|
|
68297
68403
|
}>;
|
|
68298
68404
|
} | undefined) | undefined;
|
|
68405
|
+
salto_space_credential_service_metadata?: ({
|
|
68406
|
+
has_active_phone: boolean;
|
|
68407
|
+
} | undefined) | undefined;
|
|
68299
68408
|
}) & {
|
|
68300
68409
|
august_metadata?: {
|
|
68301
68410
|
lock_id: string;
|
|
@@ -70735,6 +70844,9 @@ interface Routes {
|
|
|
70735
70844
|
is_active: boolean;
|
|
70736
70845
|
}>;
|
|
70737
70846
|
} | undefined) | undefined;
|
|
70847
|
+
salto_space_credential_service_metadata?: ({
|
|
70848
|
+
has_active_phone: boolean;
|
|
70849
|
+
} | undefined) | undefined;
|
|
70738
70850
|
}) & {
|
|
70739
70851
|
august_metadata?: {
|
|
70740
70852
|
lock_id: string;
|
|
@@ -71383,6 +71495,9 @@ interface Routes {
|
|
|
71383
71495
|
is_active: boolean;
|
|
71384
71496
|
}>;
|
|
71385
71497
|
} | undefined) | undefined;
|
|
71498
|
+
salto_space_credential_service_metadata?: ({
|
|
71499
|
+
has_active_phone: boolean;
|
|
71500
|
+
} | undefined) | undefined;
|
|
71386
71501
|
}) & {
|
|
71387
71502
|
august_metadata?: {
|
|
71388
71503
|
lock_id: string;
|
|
@@ -75147,6 +75262,9 @@ interface Routes {
|
|
|
75147
75262
|
is_active: boolean;
|
|
75148
75263
|
}>;
|
|
75149
75264
|
} | undefined) | undefined;
|
|
75265
|
+
salto_space_credential_service_metadata?: ({
|
|
75266
|
+
has_active_phone: boolean;
|
|
75267
|
+
} | undefined) | undefined;
|
|
75150
75268
|
}) & {
|
|
75151
75269
|
august_metadata?: {
|
|
75152
75270
|
lock_id: string;
|
|
@@ -75797,6 +75915,9 @@ interface Routes {
|
|
|
75797
75915
|
is_active: boolean;
|
|
75798
75916
|
}>;
|
|
75799
75917
|
} | undefined) | undefined;
|
|
75918
|
+
salto_space_credential_service_metadata?: ({
|
|
75919
|
+
has_active_phone: boolean;
|
|
75920
|
+
} | undefined) | undefined;
|
|
75800
75921
|
}) & {
|
|
75801
75922
|
august_metadata?: {
|
|
75802
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;
|