@seamapi/types 1.501.0 → 1.502.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 +2 -133
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +127 -1358
- package/dist/index.cjs +2 -133
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +8 -8
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +2 -2
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +28 -28
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +16 -16
- package/lib/seam/connect/models/batch.d.ts +151 -1196
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -100
- package/lib/seam/connect/models/devices/device-metadata.js +1 -62
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -140
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -100
- package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
- package/lib/seam/connect/openapi.d.ts +0 -91
- package/lib/seam/connect/openapi.js +0 -112
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +17 -663
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -62
- package/src/lib/seam/connect/openapi.ts +0 -124
- package/src/lib/seam/connect/route-types.ts +17 -663
package/dist/connect.d.cts
CHANGED
|
@@ -3996,17 +3996,17 @@ declare const acs_credential: z.ZodObject<{
|
|
|
3996
3996
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3997
3997
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
3998
3998
|
}, "strip", z.ZodTypeAny, {
|
|
3999
|
-
key_id?: string | undefined;
|
|
4000
3999
|
endpoint_id?: string | undefined;
|
|
4001
4000
|
auto_join?: boolean | undefined;
|
|
4002
4001
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4002
|
+
key_id?: string | undefined;
|
|
4003
4003
|
key_issuing_request_id?: string | undefined;
|
|
4004
4004
|
door_names?: string[] | undefined;
|
|
4005
4005
|
}, {
|
|
4006
|
-
key_id?: string | undefined;
|
|
4007
4006
|
endpoint_id?: string | undefined;
|
|
4008
4007
|
auto_join?: boolean | undefined;
|
|
4009
4008
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4009
|
+
key_id?: string | undefined;
|
|
4010
4010
|
key_issuing_request_id?: string | undefined;
|
|
4011
4011
|
door_names?: string[] | undefined;
|
|
4012
4012
|
}>>;
|
|
@@ -4064,10 +4064,10 @@ declare const acs_credential: z.ZodObject<{
|
|
|
4064
4064
|
credential_id?: string | undefined;
|
|
4065
4065
|
} | undefined;
|
|
4066
4066
|
assa_abloy_vostio_metadata?: {
|
|
4067
|
-
key_id?: string | undefined;
|
|
4068
4067
|
endpoint_id?: string | undefined;
|
|
4069
4068
|
auto_join?: boolean | undefined;
|
|
4070
4069
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4070
|
+
key_id?: string | undefined;
|
|
4071
4071
|
key_issuing_request_id?: string | undefined;
|
|
4072
4072
|
door_names?: string[] | undefined;
|
|
4073
4073
|
} | undefined;
|
|
@@ -4136,10 +4136,10 @@ declare const acs_credential: z.ZodObject<{
|
|
|
4136
4136
|
credential_id?: string | undefined;
|
|
4137
4137
|
} | undefined;
|
|
4138
4138
|
assa_abloy_vostio_metadata?: {
|
|
4139
|
-
key_id?: string | undefined;
|
|
4140
4139
|
endpoint_id?: string | undefined;
|
|
4141
4140
|
auto_join?: boolean | undefined;
|
|
4142
4141
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4142
|
+
key_id?: string | undefined;
|
|
4143
4143
|
key_issuing_request_id?: string | undefined;
|
|
4144
4144
|
door_names?: string[] | undefined;
|
|
4145
4145
|
} | undefined;
|
|
@@ -4306,17 +4306,17 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
4306
4306
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4307
4307
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
4308
4308
|
}, "strip", z.ZodTypeAny, {
|
|
4309
|
-
key_id?: string | undefined;
|
|
4310
4309
|
endpoint_id?: string | undefined;
|
|
4311
4310
|
auto_join?: boolean | undefined;
|
|
4312
4311
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4312
|
+
key_id?: string | undefined;
|
|
4313
4313
|
key_issuing_request_id?: string | undefined;
|
|
4314
4314
|
door_names?: string[] | undefined;
|
|
4315
4315
|
}, {
|
|
4316
|
-
key_id?: string | undefined;
|
|
4317
4316
|
endpoint_id?: string | undefined;
|
|
4318
4317
|
auto_join?: boolean | undefined;
|
|
4319
4318
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4319
|
+
key_id?: string | undefined;
|
|
4320
4320
|
key_issuing_request_id?: string | undefined;
|
|
4321
4321
|
door_names?: string[] | undefined;
|
|
4322
4322
|
}>>;
|
|
@@ -4374,10 +4374,10 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
4374
4374
|
credential_id?: string | undefined;
|
|
4375
4375
|
} | undefined;
|
|
4376
4376
|
assa_abloy_vostio_metadata?: {
|
|
4377
|
-
key_id?: string | undefined;
|
|
4378
4377
|
endpoint_id?: string | undefined;
|
|
4379
4378
|
auto_join?: boolean | undefined;
|
|
4380
4379
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4380
|
+
key_id?: string | undefined;
|
|
4381
4381
|
key_issuing_request_id?: string | undefined;
|
|
4382
4382
|
door_names?: string[] | undefined;
|
|
4383
4383
|
} | undefined;
|
|
@@ -4446,10 +4446,10 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
4446
4446
|
credential_id?: string | undefined;
|
|
4447
4447
|
} | undefined;
|
|
4448
4448
|
assa_abloy_vostio_metadata?: {
|
|
4449
|
-
key_id?: string | undefined;
|
|
4450
4449
|
endpoint_id?: string | undefined;
|
|
4451
4450
|
auto_join?: boolean | undefined;
|
|
4452
4451
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4452
|
+
key_id?: string | undefined;
|
|
4453
4453
|
key_issuing_request_id?: string | undefined;
|
|
4454
4454
|
door_names?: string[] | undefined;
|
|
4455
4455
|
} | undefined;
|
|
@@ -6740,17 +6740,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
6740
6740
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6741
6741
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
6742
6742
|
}, "strip", z.ZodTypeAny, {
|
|
6743
|
-
key_id?: string | undefined;
|
|
6744
6743
|
endpoint_id?: string | undefined;
|
|
6745
6744
|
auto_join?: boolean | undefined;
|
|
6746
6745
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6746
|
+
key_id?: string | undefined;
|
|
6747
6747
|
key_issuing_request_id?: string | undefined;
|
|
6748
6748
|
door_names?: string[] | undefined;
|
|
6749
6749
|
}, {
|
|
6750
|
-
key_id?: string | undefined;
|
|
6751
6750
|
endpoint_id?: string | undefined;
|
|
6752
6751
|
auto_join?: boolean | undefined;
|
|
6753
6752
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6753
|
+
key_id?: string | undefined;
|
|
6754
6754
|
key_issuing_request_id?: string | undefined;
|
|
6755
6755
|
door_names?: string[] | undefined;
|
|
6756
6756
|
}>>;
|
|
@@ -6808,10 +6808,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
6808
6808
|
credential_id?: string | undefined;
|
|
6809
6809
|
} | undefined;
|
|
6810
6810
|
assa_abloy_vostio_metadata?: {
|
|
6811
|
-
key_id?: string | undefined;
|
|
6812
6811
|
endpoint_id?: string | undefined;
|
|
6813
6812
|
auto_join?: boolean | undefined;
|
|
6814
6813
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6814
|
+
key_id?: string | undefined;
|
|
6815
6815
|
key_issuing_request_id?: string | undefined;
|
|
6816
6816
|
door_names?: string[] | undefined;
|
|
6817
6817
|
} | undefined;
|
|
@@ -6880,10 +6880,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
6880
6880
|
credential_id?: string | undefined;
|
|
6881
6881
|
} | undefined;
|
|
6882
6882
|
assa_abloy_vostio_metadata?: {
|
|
6883
|
-
key_id?: string | undefined;
|
|
6884
6883
|
endpoint_id?: string | undefined;
|
|
6885
6884
|
auto_join?: boolean | undefined;
|
|
6886
6885
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6886
|
+
key_id?: string | undefined;
|
|
6887
6887
|
key_issuing_request_id?: string | undefined;
|
|
6888
6888
|
door_names?: string[] | undefined;
|
|
6889
6889
|
} | undefined;
|
|
@@ -7049,17 +7049,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7049
7049
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7050
7050
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
7051
7051
|
}, "strip", z.ZodTypeAny, {
|
|
7052
|
-
key_id?: string | undefined;
|
|
7053
7052
|
endpoint_id?: string | undefined;
|
|
7054
7053
|
auto_join?: boolean | undefined;
|
|
7055
7054
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7055
|
+
key_id?: string | undefined;
|
|
7056
7056
|
key_issuing_request_id?: string | undefined;
|
|
7057
7057
|
door_names?: string[] | undefined;
|
|
7058
7058
|
}, {
|
|
7059
|
-
key_id?: string | undefined;
|
|
7060
7059
|
endpoint_id?: string | undefined;
|
|
7061
7060
|
auto_join?: boolean | undefined;
|
|
7062
7061
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7062
|
+
key_id?: string | undefined;
|
|
7063
7063
|
key_issuing_request_id?: string | undefined;
|
|
7064
7064
|
door_names?: string[] | undefined;
|
|
7065
7065
|
}>>;
|
|
@@ -7117,10 +7117,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7117
7117
|
credential_id?: string | undefined;
|
|
7118
7118
|
} | undefined;
|
|
7119
7119
|
assa_abloy_vostio_metadata?: {
|
|
7120
|
-
key_id?: string | undefined;
|
|
7121
7120
|
endpoint_id?: string | undefined;
|
|
7122
7121
|
auto_join?: boolean | undefined;
|
|
7123
7122
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7123
|
+
key_id?: string | undefined;
|
|
7124
7124
|
key_issuing_request_id?: string | undefined;
|
|
7125
7125
|
door_names?: string[] | undefined;
|
|
7126
7126
|
} | undefined;
|
|
@@ -7189,10 +7189,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7189
7189
|
credential_id?: string | undefined;
|
|
7190
7190
|
} | undefined;
|
|
7191
7191
|
assa_abloy_vostio_metadata?: {
|
|
7192
|
-
key_id?: string | undefined;
|
|
7193
7192
|
endpoint_id?: string | undefined;
|
|
7194
7193
|
auto_join?: boolean | undefined;
|
|
7195
7194
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7195
|
+
key_id?: string | undefined;
|
|
7196
7196
|
key_issuing_request_id?: string | undefined;
|
|
7197
7197
|
door_names?: string[] | undefined;
|
|
7198
7198
|
} | undefined;
|
|
@@ -7298,10 +7298,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7298
7298
|
credential_id?: string | undefined;
|
|
7299
7299
|
} | undefined;
|
|
7300
7300
|
assa_abloy_vostio_metadata?: {
|
|
7301
|
-
key_id?: string | undefined;
|
|
7302
7301
|
endpoint_id?: string | undefined;
|
|
7303
7302
|
auto_join?: boolean | undefined;
|
|
7304
7303
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7304
|
+
key_id?: string | undefined;
|
|
7305
7305
|
key_issuing_request_id?: string | undefined;
|
|
7306
7306
|
door_names?: string[] | undefined;
|
|
7307
7307
|
} | undefined;
|
|
@@ -7370,10 +7370,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7370
7370
|
credential_id?: string | undefined;
|
|
7371
7371
|
} | undefined;
|
|
7372
7372
|
assa_abloy_vostio_metadata?: {
|
|
7373
|
-
key_id?: string | undefined;
|
|
7374
7373
|
endpoint_id?: string | undefined;
|
|
7375
7374
|
auto_join?: boolean | undefined;
|
|
7376
7375
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7376
|
+
key_id?: string | undefined;
|
|
7377
7377
|
key_issuing_request_id?: string | undefined;
|
|
7378
7378
|
door_names?: string[] | undefined;
|
|
7379
7379
|
} | undefined;
|
|
@@ -7469,10 +7469,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7469
7469
|
credential_id?: string | undefined;
|
|
7470
7470
|
} | undefined;
|
|
7471
7471
|
assa_abloy_vostio_metadata?: {
|
|
7472
|
-
key_id?: string | undefined;
|
|
7473
7472
|
endpoint_id?: string | undefined;
|
|
7474
7473
|
auto_join?: boolean | undefined;
|
|
7475
7474
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7475
|
+
key_id?: string | undefined;
|
|
7476
7476
|
key_issuing_request_id?: string | undefined;
|
|
7477
7477
|
door_names?: string[] | undefined;
|
|
7478
7478
|
} | undefined;
|
|
@@ -7541,10 +7541,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7541
7541
|
credential_id?: string | undefined;
|
|
7542
7542
|
} | undefined;
|
|
7543
7543
|
assa_abloy_vostio_metadata?: {
|
|
7544
|
-
key_id?: string | undefined;
|
|
7545
7544
|
endpoint_id?: string | undefined;
|
|
7546
7545
|
auto_join?: boolean | undefined;
|
|
7547
7546
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7547
|
+
key_id?: string | undefined;
|
|
7548
7548
|
key_issuing_request_id?: string | undefined;
|
|
7549
7549
|
door_names?: string[] | undefined;
|
|
7550
7550
|
} | undefined;
|
|
@@ -7645,10 +7645,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7645
7645
|
credential_id?: string | undefined;
|
|
7646
7646
|
} | undefined;
|
|
7647
7647
|
assa_abloy_vostio_metadata?: {
|
|
7648
|
-
key_id?: string | undefined;
|
|
7649
7648
|
endpoint_id?: string | undefined;
|
|
7650
7649
|
auto_join?: boolean | undefined;
|
|
7651
7650
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7651
|
+
key_id?: string | undefined;
|
|
7652
7652
|
key_issuing_request_id?: string | undefined;
|
|
7653
7653
|
door_names?: string[] | undefined;
|
|
7654
7654
|
} | undefined;
|
|
@@ -7717,10 +7717,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7717
7717
|
credential_id?: string | undefined;
|
|
7718
7718
|
} | undefined;
|
|
7719
7719
|
assa_abloy_vostio_metadata?: {
|
|
7720
|
-
key_id?: string | undefined;
|
|
7721
7720
|
endpoint_id?: string | undefined;
|
|
7722
7721
|
auto_join?: boolean | undefined;
|
|
7723
7722
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7723
|
+
key_id?: string | undefined;
|
|
7724
7724
|
key_issuing_request_id?: string | undefined;
|
|
7725
7725
|
door_names?: string[] | undefined;
|
|
7726
7726
|
} | undefined;
|
|
@@ -7822,10 +7822,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7822
7822
|
credential_id?: string | undefined;
|
|
7823
7823
|
} | undefined;
|
|
7824
7824
|
assa_abloy_vostio_metadata?: {
|
|
7825
|
-
key_id?: string | undefined;
|
|
7826
7825
|
endpoint_id?: string | undefined;
|
|
7827
7826
|
auto_join?: boolean | undefined;
|
|
7828
7827
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7828
|
+
key_id?: string | undefined;
|
|
7829
7829
|
key_issuing_request_id?: string | undefined;
|
|
7830
7830
|
door_names?: string[] | undefined;
|
|
7831
7831
|
} | undefined;
|
|
@@ -7894,10 +7894,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7894
7894
|
credential_id?: string | undefined;
|
|
7895
7895
|
} | undefined;
|
|
7896
7896
|
assa_abloy_vostio_metadata?: {
|
|
7897
|
-
key_id?: string | undefined;
|
|
7898
7897
|
endpoint_id?: string | undefined;
|
|
7899
7898
|
auto_join?: boolean | undefined;
|
|
7900
7899
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7900
|
+
key_id?: string | undefined;
|
|
7901
7901
|
key_issuing_request_id?: string | undefined;
|
|
7902
7902
|
door_names?: string[] | undefined;
|
|
7903
7903
|
} | undefined;
|
|
@@ -8158,17 +8158,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8158
8158
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8159
8159
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
8160
8160
|
}, "strip", z.ZodTypeAny, {
|
|
8161
|
-
key_id?: string | undefined;
|
|
8162
8161
|
endpoint_id?: string | undefined;
|
|
8163
8162
|
auto_join?: boolean | undefined;
|
|
8164
8163
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8164
|
+
key_id?: string | undefined;
|
|
8165
8165
|
key_issuing_request_id?: string | undefined;
|
|
8166
8166
|
door_names?: string[] | undefined;
|
|
8167
8167
|
}, {
|
|
8168
|
-
key_id?: string | undefined;
|
|
8169
8168
|
endpoint_id?: string | undefined;
|
|
8170
8169
|
auto_join?: boolean | undefined;
|
|
8171
8170
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8171
|
+
key_id?: string | undefined;
|
|
8172
8172
|
key_issuing_request_id?: string | undefined;
|
|
8173
8173
|
door_names?: string[] | undefined;
|
|
8174
8174
|
}>>;
|
|
@@ -8226,10 +8226,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8226
8226
|
credential_id?: string | undefined;
|
|
8227
8227
|
} | undefined;
|
|
8228
8228
|
assa_abloy_vostio_metadata?: {
|
|
8229
|
-
key_id?: string | undefined;
|
|
8230
8229
|
endpoint_id?: string | undefined;
|
|
8231
8230
|
auto_join?: boolean | undefined;
|
|
8232
8231
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8232
|
+
key_id?: string | undefined;
|
|
8233
8233
|
key_issuing_request_id?: string | undefined;
|
|
8234
8234
|
door_names?: string[] | undefined;
|
|
8235
8235
|
} | undefined;
|
|
@@ -8298,10 +8298,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8298
8298
|
credential_id?: string | undefined;
|
|
8299
8299
|
} | undefined;
|
|
8300
8300
|
assa_abloy_vostio_metadata?: {
|
|
8301
|
-
key_id?: string | undefined;
|
|
8302
8301
|
endpoint_id?: string | undefined;
|
|
8303
8302
|
auto_join?: boolean | undefined;
|
|
8304
8303
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8304
|
+
key_id?: string | undefined;
|
|
8305
8305
|
key_issuing_request_id?: string | undefined;
|
|
8306
8306
|
door_names?: string[] | undefined;
|
|
8307
8307
|
} | undefined;
|
|
@@ -8467,17 +8467,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8467
8467
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8468
8468
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
8469
8469
|
}, "strip", z.ZodTypeAny, {
|
|
8470
|
-
key_id?: string | undefined;
|
|
8471
8470
|
endpoint_id?: string | undefined;
|
|
8472
8471
|
auto_join?: boolean | undefined;
|
|
8473
8472
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8473
|
+
key_id?: string | undefined;
|
|
8474
8474
|
key_issuing_request_id?: string | undefined;
|
|
8475
8475
|
door_names?: string[] | undefined;
|
|
8476
8476
|
}, {
|
|
8477
|
-
key_id?: string | undefined;
|
|
8478
8477
|
endpoint_id?: string | undefined;
|
|
8479
8478
|
auto_join?: boolean | undefined;
|
|
8480
8479
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8480
|
+
key_id?: string | undefined;
|
|
8481
8481
|
key_issuing_request_id?: string | undefined;
|
|
8482
8482
|
door_names?: string[] | undefined;
|
|
8483
8483
|
}>>;
|
|
@@ -8535,10 +8535,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8535
8535
|
credential_id?: string | undefined;
|
|
8536
8536
|
} | undefined;
|
|
8537
8537
|
assa_abloy_vostio_metadata?: {
|
|
8538
|
-
key_id?: string | undefined;
|
|
8539
8538
|
endpoint_id?: string | undefined;
|
|
8540
8539
|
auto_join?: boolean | undefined;
|
|
8541
8540
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8541
|
+
key_id?: string | undefined;
|
|
8542
8542
|
key_issuing_request_id?: string | undefined;
|
|
8543
8543
|
door_names?: string[] | undefined;
|
|
8544
8544
|
} | undefined;
|
|
@@ -8607,10 +8607,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8607
8607
|
credential_id?: string | undefined;
|
|
8608
8608
|
} | undefined;
|
|
8609
8609
|
assa_abloy_vostio_metadata?: {
|
|
8610
|
-
key_id?: string | undefined;
|
|
8611
8610
|
endpoint_id?: string | undefined;
|
|
8612
8611
|
auto_join?: boolean | undefined;
|
|
8613
8612
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8613
|
+
key_id?: string | undefined;
|
|
8614
8614
|
key_issuing_request_id?: string | undefined;
|
|
8615
8615
|
door_names?: string[] | undefined;
|
|
8616
8616
|
} | undefined;
|
|
@@ -8684,10 +8684,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8684
8684
|
credential_id?: string | undefined;
|
|
8685
8685
|
} | undefined;
|
|
8686
8686
|
assa_abloy_vostio_metadata?: {
|
|
8687
|
-
key_id?: string | undefined;
|
|
8688
8687
|
endpoint_id?: string | undefined;
|
|
8689
8688
|
auto_join?: boolean | undefined;
|
|
8690
8689
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8690
|
+
key_id?: string | undefined;
|
|
8691
8691
|
key_issuing_request_id?: string | undefined;
|
|
8692
8692
|
door_names?: string[] | undefined;
|
|
8693
8693
|
} | undefined;
|
|
@@ -8756,10 +8756,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8756
8756
|
credential_id?: string | undefined;
|
|
8757
8757
|
} | undefined;
|
|
8758
8758
|
assa_abloy_vostio_metadata?: {
|
|
8759
|
-
key_id?: string | undefined;
|
|
8760
8759
|
endpoint_id?: string | undefined;
|
|
8761
8760
|
auto_join?: boolean | undefined;
|
|
8762
8761
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8762
|
+
key_id?: string | undefined;
|
|
8763
8763
|
key_issuing_request_id?: string | undefined;
|
|
8764
8764
|
door_names?: string[] | undefined;
|
|
8765
8765
|
} | undefined;
|
|
@@ -8834,10 +8834,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8834
8834
|
credential_id?: string | undefined;
|
|
8835
8835
|
} | undefined;
|
|
8836
8836
|
assa_abloy_vostio_metadata?: {
|
|
8837
|
-
key_id?: string | undefined;
|
|
8838
8837
|
endpoint_id?: string | undefined;
|
|
8839
8838
|
auto_join?: boolean | undefined;
|
|
8840
8839
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8840
|
+
key_id?: string | undefined;
|
|
8841
8841
|
key_issuing_request_id?: string | undefined;
|
|
8842
8842
|
door_names?: string[] | undefined;
|
|
8843
8843
|
} | undefined;
|
|
@@ -8906,10 +8906,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8906
8906
|
credential_id?: string | undefined;
|
|
8907
8907
|
} | undefined;
|
|
8908
8908
|
assa_abloy_vostio_metadata?: {
|
|
8909
|
-
key_id?: string | undefined;
|
|
8910
8909
|
endpoint_id?: string | undefined;
|
|
8911
8910
|
auto_join?: boolean | undefined;
|
|
8912
8911
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8912
|
+
key_id?: string | undefined;
|
|
8913
8913
|
key_issuing_request_id?: string | undefined;
|
|
8914
8914
|
door_names?: string[] | undefined;
|
|
8915
8915
|
} | undefined;
|
|
@@ -11317,68 +11317,11 @@ declare const batch: z.ZodObject<{
|
|
|
11317
11317
|
product_type: string;
|
|
11318
11318
|
}>>;
|
|
11319
11319
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
11320
|
-
|
|
11321
|
-
device_name: z.ZodString;
|
|
11322
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
11323
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
11324
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
11325
|
-
subscription_plan: z.ZodString;
|
|
11326
|
-
status_type: z.ZodString;
|
|
11327
|
-
current_or_last_store_id: z.ZodNumber;
|
|
11328
|
-
last_movement: z.ZodString;
|
|
11329
|
-
address: z.ZodNullable<z.ZodString>;
|
|
11330
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
11331
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
11332
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
11333
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
11334
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
11335
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
11336
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
11337
|
-
default_office_id: z.ZodNumber;
|
|
11338
|
-
fob_id: z.ZodNumber;
|
|
11339
|
-
has_photo: z.ZodBoolean;
|
|
11320
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
11340
11321
|
}, "strip", z.ZodTypeAny, {
|
|
11341
|
-
device_name
|
|
11342
|
-
key_id: string;
|
|
11343
|
-
property_id: string | null;
|
|
11344
|
-
property_postcode: string | null;
|
|
11345
|
-
key_notes: string | null;
|
|
11346
|
-
subscription_plan: string;
|
|
11347
|
-
status_type: string;
|
|
11348
|
-
current_or_last_store_id: number;
|
|
11349
|
-
last_movement: string;
|
|
11350
|
-
address: string | null;
|
|
11351
|
-
current_status: string | null;
|
|
11352
|
-
current_user_name: string | null;
|
|
11353
|
-
current_user_email: string | null;
|
|
11354
|
-
current_user_phone_number: string | null;
|
|
11355
|
-
current_user_company: string | null;
|
|
11356
|
-
handover_method: string | null;
|
|
11357
|
-
keynest_app_user: string | null;
|
|
11358
|
-
default_office_id: number;
|
|
11359
|
-
fob_id: number;
|
|
11360
|
-
has_photo: boolean;
|
|
11322
|
+
device_name?: string | undefined;
|
|
11361
11323
|
}, {
|
|
11362
|
-
device_name
|
|
11363
|
-
key_id: string;
|
|
11364
|
-
property_id: string | null;
|
|
11365
|
-
property_postcode: string | null;
|
|
11366
|
-
key_notes: string | null;
|
|
11367
|
-
subscription_plan: string;
|
|
11368
|
-
status_type: string;
|
|
11369
|
-
current_or_last_store_id: number;
|
|
11370
|
-
last_movement: string;
|
|
11371
|
-
address: string | null;
|
|
11372
|
-
current_status: string | null;
|
|
11373
|
-
current_user_name: string | null;
|
|
11374
|
-
current_user_email: string | null;
|
|
11375
|
-
current_user_phone_number: string | null;
|
|
11376
|
-
current_user_company: string | null;
|
|
11377
|
-
handover_method: string | null;
|
|
11378
|
-
keynest_app_user: string | null;
|
|
11379
|
-
default_office_id: number;
|
|
11380
|
-
fob_id: number;
|
|
11381
|
-
has_photo: boolean;
|
|
11324
|
+
device_name?: string | undefined;
|
|
11382
11325
|
}>>;
|
|
11383
11326
|
}, "strip", z.ZodTypeAny, {
|
|
11384
11327
|
ecobee_metadata?: {
|
|
@@ -11614,26 +11557,7 @@ declare const batch: z.ZodObject<{
|
|
|
11614
11557
|
product_type: string;
|
|
11615
11558
|
} | undefined;
|
|
11616
11559
|
keynest_metadata?: {
|
|
11617
|
-
device_name
|
|
11618
|
-
key_id: string;
|
|
11619
|
-
property_id: string | null;
|
|
11620
|
-
property_postcode: string | null;
|
|
11621
|
-
key_notes: string | null;
|
|
11622
|
-
subscription_plan: string;
|
|
11623
|
-
status_type: string;
|
|
11624
|
-
current_or_last_store_id: number;
|
|
11625
|
-
last_movement: string;
|
|
11626
|
-
address: string | null;
|
|
11627
|
-
current_status: string | null;
|
|
11628
|
-
current_user_name: string | null;
|
|
11629
|
-
current_user_email: string | null;
|
|
11630
|
-
current_user_phone_number: string | null;
|
|
11631
|
-
current_user_company: string | null;
|
|
11632
|
-
handover_method: string | null;
|
|
11633
|
-
keynest_app_user: string | null;
|
|
11634
|
-
default_office_id: number;
|
|
11635
|
-
fob_id: number;
|
|
11636
|
-
has_photo: boolean;
|
|
11560
|
+
device_name?: string | undefined;
|
|
11637
11561
|
} | undefined;
|
|
11638
11562
|
}, {
|
|
11639
11563
|
ecobee_metadata?: {
|
|
@@ -11869,26 +11793,7 @@ declare const batch: z.ZodObject<{
|
|
|
11869
11793
|
product_type: string;
|
|
11870
11794
|
} | undefined;
|
|
11871
11795
|
keynest_metadata?: {
|
|
11872
|
-
device_name
|
|
11873
|
-
key_id: string;
|
|
11874
|
-
property_id: string | null;
|
|
11875
|
-
property_postcode: string | null;
|
|
11876
|
-
key_notes: string | null;
|
|
11877
|
-
subscription_plan: string;
|
|
11878
|
-
status_type: string;
|
|
11879
|
-
current_or_last_store_id: number;
|
|
11880
|
-
last_movement: string;
|
|
11881
|
-
address: string | null;
|
|
11882
|
-
current_status: string | null;
|
|
11883
|
-
current_user_name: string | null;
|
|
11884
|
-
current_user_email: string | null;
|
|
11885
|
-
current_user_phone_number: string | null;
|
|
11886
|
-
current_user_company: string | null;
|
|
11887
|
-
handover_method: string | null;
|
|
11888
|
-
keynest_app_user: string | null;
|
|
11889
|
-
default_office_id: number;
|
|
11890
|
-
fob_id: number;
|
|
11891
|
-
has_photo: boolean;
|
|
11796
|
+
device_name?: string | undefined;
|
|
11892
11797
|
} | undefined;
|
|
11893
11798
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
11894
11799
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -13665,26 +13570,7 @@ declare const batch: z.ZodObject<{
|
|
|
13665
13570
|
product_type: string;
|
|
13666
13571
|
} | undefined;
|
|
13667
13572
|
keynest_metadata?: {
|
|
13668
|
-
device_name
|
|
13669
|
-
key_id: string;
|
|
13670
|
-
property_id: string | null;
|
|
13671
|
-
property_postcode: string | null;
|
|
13672
|
-
key_notes: string | null;
|
|
13673
|
-
subscription_plan: string;
|
|
13674
|
-
status_type: string;
|
|
13675
|
-
current_or_last_store_id: number;
|
|
13676
|
-
last_movement: string;
|
|
13677
|
-
address: string | null;
|
|
13678
|
-
current_status: string | null;
|
|
13679
|
-
current_user_name: string | null;
|
|
13680
|
-
current_user_email: string | null;
|
|
13681
|
-
current_user_phone_number: string | null;
|
|
13682
|
-
current_user_company: string | null;
|
|
13683
|
-
handover_method: string | null;
|
|
13684
|
-
keynest_app_user: string | null;
|
|
13685
|
-
default_office_id: number;
|
|
13686
|
-
fob_id: number;
|
|
13687
|
-
has_photo: boolean;
|
|
13573
|
+
device_name?: string | undefined;
|
|
13688
13574
|
} | undefined;
|
|
13689
13575
|
} & {
|
|
13690
13576
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -14323,26 +14209,7 @@ declare const batch: z.ZodObject<{
|
|
|
14323
14209
|
product_type: string;
|
|
14324
14210
|
} | undefined;
|
|
14325
14211
|
keynest_metadata?: {
|
|
14326
|
-
device_name
|
|
14327
|
-
key_id: string;
|
|
14328
|
-
property_id: string | null;
|
|
14329
|
-
property_postcode: string | null;
|
|
14330
|
-
key_notes: string | null;
|
|
14331
|
-
subscription_plan: string;
|
|
14332
|
-
status_type: string;
|
|
14333
|
-
current_or_last_store_id: number;
|
|
14334
|
-
last_movement: string;
|
|
14335
|
-
address: string | null;
|
|
14336
|
-
current_status: string | null;
|
|
14337
|
-
current_user_name: string | null;
|
|
14338
|
-
current_user_email: string | null;
|
|
14339
|
-
current_user_phone_number: string | null;
|
|
14340
|
-
current_user_company: string | null;
|
|
14341
|
-
handover_method: string | null;
|
|
14342
|
-
keynest_app_user: string | null;
|
|
14343
|
-
default_office_id: number;
|
|
14344
|
-
fob_id: number;
|
|
14345
|
-
has_photo: boolean;
|
|
14212
|
+
device_name?: string | undefined;
|
|
14346
14213
|
} | undefined;
|
|
14347
14214
|
} & {
|
|
14348
14215
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -15957,17 +15824,17 @@ declare const batch: z.ZodObject<{
|
|
|
15957
15824
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
15958
15825
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
15959
15826
|
}, "strip", z.ZodTypeAny, {
|
|
15960
|
-
key_id?: string | undefined;
|
|
15961
15827
|
endpoint_id?: string | undefined;
|
|
15962
15828
|
auto_join?: boolean | undefined;
|
|
15963
15829
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
15830
|
+
key_id?: string | undefined;
|
|
15964
15831
|
key_issuing_request_id?: string | undefined;
|
|
15965
15832
|
door_names?: string[] | undefined;
|
|
15966
15833
|
}, {
|
|
15967
|
-
key_id?: string | undefined;
|
|
15968
15834
|
endpoint_id?: string | undefined;
|
|
15969
15835
|
auto_join?: boolean | undefined;
|
|
15970
15836
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
15837
|
+
key_id?: string | undefined;
|
|
15971
15838
|
key_issuing_request_id?: string | undefined;
|
|
15972
15839
|
door_names?: string[] | undefined;
|
|
15973
15840
|
}>>;
|
|
@@ -16025,10 +15892,10 @@ declare const batch: z.ZodObject<{
|
|
|
16025
15892
|
credential_id?: string | undefined;
|
|
16026
15893
|
} | undefined;
|
|
16027
15894
|
assa_abloy_vostio_metadata?: {
|
|
16028
|
-
key_id?: string | undefined;
|
|
16029
15895
|
endpoint_id?: string | undefined;
|
|
16030
15896
|
auto_join?: boolean | undefined;
|
|
16031
15897
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
15898
|
+
key_id?: string | undefined;
|
|
16032
15899
|
key_issuing_request_id?: string | undefined;
|
|
16033
15900
|
door_names?: string[] | undefined;
|
|
16034
15901
|
} | undefined;
|
|
@@ -16097,10 +15964,10 @@ declare const batch: z.ZodObject<{
|
|
|
16097
15964
|
credential_id?: string | undefined;
|
|
16098
15965
|
} | undefined;
|
|
16099
15966
|
assa_abloy_vostio_metadata?: {
|
|
16100
|
-
key_id?: string | undefined;
|
|
16101
15967
|
endpoint_id?: string | undefined;
|
|
16102
15968
|
auto_join?: boolean | undefined;
|
|
16103
15969
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
15970
|
+
key_id?: string | undefined;
|
|
16104
15971
|
key_issuing_request_id?: string | undefined;
|
|
16105
15972
|
door_names?: string[] | undefined;
|
|
16106
15973
|
} | undefined;
|
|
@@ -16267,17 +16134,17 @@ declare const batch: z.ZodObject<{
|
|
|
16267
16134
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
16268
16135
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
16269
16136
|
}, "strip", z.ZodTypeAny, {
|
|
16270
|
-
key_id?: string | undefined;
|
|
16271
16137
|
endpoint_id?: string | undefined;
|
|
16272
16138
|
auto_join?: boolean | undefined;
|
|
16273
16139
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16140
|
+
key_id?: string | undefined;
|
|
16274
16141
|
key_issuing_request_id?: string | undefined;
|
|
16275
16142
|
door_names?: string[] | undefined;
|
|
16276
16143
|
}, {
|
|
16277
|
-
key_id?: string | undefined;
|
|
16278
16144
|
endpoint_id?: string | undefined;
|
|
16279
16145
|
auto_join?: boolean | undefined;
|
|
16280
16146
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16147
|
+
key_id?: string | undefined;
|
|
16281
16148
|
key_issuing_request_id?: string | undefined;
|
|
16282
16149
|
door_names?: string[] | undefined;
|
|
16283
16150
|
}>>;
|
|
@@ -16335,10 +16202,10 @@ declare const batch: z.ZodObject<{
|
|
|
16335
16202
|
credential_id?: string | undefined;
|
|
16336
16203
|
} | undefined;
|
|
16337
16204
|
assa_abloy_vostio_metadata?: {
|
|
16338
|
-
key_id?: string | undefined;
|
|
16339
16205
|
endpoint_id?: string | undefined;
|
|
16340
16206
|
auto_join?: boolean | undefined;
|
|
16341
16207
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16208
|
+
key_id?: string | undefined;
|
|
16342
16209
|
key_issuing_request_id?: string | undefined;
|
|
16343
16210
|
door_names?: string[] | undefined;
|
|
16344
16211
|
} | undefined;
|
|
@@ -16407,10 +16274,10 @@ declare const batch: z.ZodObject<{
|
|
|
16407
16274
|
credential_id?: string | undefined;
|
|
16408
16275
|
} | undefined;
|
|
16409
16276
|
assa_abloy_vostio_metadata?: {
|
|
16410
|
-
key_id?: string | undefined;
|
|
16411
16277
|
endpoint_id?: string | undefined;
|
|
16412
16278
|
auto_join?: boolean | undefined;
|
|
16413
16279
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16280
|
+
key_id?: string | undefined;
|
|
16414
16281
|
key_issuing_request_id?: string | undefined;
|
|
16415
16282
|
door_names?: string[] | undefined;
|
|
16416
16283
|
} | undefined;
|
|
@@ -16842,17 +16709,17 @@ declare const batch: z.ZodObject<{
|
|
|
16842
16709
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
16843
16710
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
16844
16711
|
}, "strip", z.ZodTypeAny, {
|
|
16845
|
-
key_id?: string | undefined;
|
|
16846
16712
|
endpoint_id?: string | undefined;
|
|
16847
16713
|
auto_join?: boolean | undefined;
|
|
16848
16714
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16715
|
+
key_id?: string | undefined;
|
|
16849
16716
|
key_issuing_request_id?: string | undefined;
|
|
16850
16717
|
door_names?: string[] | undefined;
|
|
16851
16718
|
}, {
|
|
16852
|
-
key_id?: string | undefined;
|
|
16853
16719
|
endpoint_id?: string | undefined;
|
|
16854
16720
|
auto_join?: boolean | undefined;
|
|
16855
16721
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16722
|
+
key_id?: string | undefined;
|
|
16856
16723
|
key_issuing_request_id?: string | undefined;
|
|
16857
16724
|
door_names?: string[] | undefined;
|
|
16858
16725
|
}>>;
|
|
@@ -16910,10 +16777,10 @@ declare const batch: z.ZodObject<{
|
|
|
16910
16777
|
credential_id?: string | undefined;
|
|
16911
16778
|
} | undefined;
|
|
16912
16779
|
assa_abloy_vostio_metadata?: {
|
|
16913
|
-
key_id?: string | undefined;
|
|
16914
16780
|
endpoint_id?: string | undefined;
|
|
16915
16781
|
auto_join?: boolean | undefined;
|
|
16916
16782
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16783
|
+
key_id?: string | undefined;
|
|
16917
16784
|
key_issuing_request_id?: string | undefined;
|
|
16918
16785
|
door_names?: string[] | undefined;
|
|
16919
16786
|
} | undefined;
|
|
@@ -16982,10 +16849,10 @@ declare const batch: z.ZodObject<{
|
|
|
16982
16849
|
credential_id?: string | undefined;
|
|
16983
16850
|
} | undefined;
|
|
16984
16851
|
assa_abloy_vostio_metadata?: {
|
|
16985
|
-
key_id?: string | undefined;
|
|
16986
16852
|
endpoint_id?: string | undefined;
|
|
16987
16853
|
auto_join?: boolean | undefined;
|
|
16988
16854
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16855
|
+
key_id?: string | undefined;
|
|
16989
16856
|
key_issuing_request_id?: string | undefined;
|
|
16990
16857
|
door_names?: string[] | undefined;
|
|
16991
16858
|
} | undefined;
|
|
@@ -17151,17 +17018,17 @@ declare const batch: z.ZodObject<{
|
|
|
17151
17018
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
17152
17019
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
17153
17020
|
}, "strip", z.ZodTypeAny, {
|
|
17154
|
-
key_id?: string | undefined;
|
|
17155
17021
|
endpoint_id?: string | undefined;
|
|
17156
17022
|
auto_join?: boolean | undefined;
|
|
17157
17023
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17024
|
+
key_id?: string | undefined;
|
|
17158
17025
|
key_issuing_request_id?: string | undefined;
|
|
17159
17026
|
door_names?: string[] | undefined;
|
|
17160
17027
|
}, {
|
|
17161
|
-
key_id?: string | undefined;
|
|
17162
17028
|
endpoint_id?: string | undefined;
|
|
17163
17029
|
auto_join?: boolean | undefined;
|
|
17164
17030
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17031
|
+
key_id?: string | undefined;
|
|
17165
17032
|
key_issuing_request_id?: string | undefined;
|
|
17166
17033
|
door_names?: string[] | undefined;
|
|
17167
17034
|
}>>;
|
|
@@ -17219,10 +17086,10 @@ declare const batch: z.ZodObject<{
|
|
|
17219
17086
|
credential_id?: string | undefined;
|
|
17220
17087
|
} | undefined;
|
|
17221
17088
|
assa_abloy_vostio_metadata?: {
|
|
17222
|
-
key_id?: string | undefined;
|
|
17223
17089
|
endpoint_id?: string | undefined;
|
|
17224
17090
|
auto_join?: boolean | undefined;
|
|
17225
17091
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17092
|
+
key_id?: string | undefined;
|
|
17226
17093
|
key_issuing_request_id?: string | undefined;
|
|
17227
17094
|
door_names?: string[] | undefined;
|
|
17228
17095
|
} | undefined;
|
|
@@ -17291,10 +17158,10 @@ declare const batch: z.ZodObject<{
|
|
|
17291
17158
|
credential_id?: string | undefined;
|
|
17292
17159
|
} | undefined;
|
|
17293
17160
|
assa_abloy_vostio_metadata?: {
|
|
17294
|
-
key_id?: string | undefined;
|
|
17295
17161
|
endpoint_id?: string | undefined;
|
|
17296
17162
|
auto_join?: boolean | undefined;
|
|
17297
17163
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17164
|
+
key_id?: string | undefined;
|
|
17298
17165
|
key_issuing_request_id?: string | undefined;
|
|
17299
17166
|
door_names?: string[] | undefined;
|
|
17300
17167
|
} | undefined;
|
|
@@ -17400,10 +17267,10 @@ declare const batch: z.ZodObject<{
|
|
|
17400
17267
|
credential_id?: string | undefined;
|
|
17401
17268
|
} | undefined;
|
|
17402
17269
|
assa_abloy_vostio_metadata?: {
|
|
17403
|
-
key_id?: string | undefined;
|
|
17404
17270
|
endpoint_id?: string | undefined;
|
|
17405
17271
|
auto_join?: boolean | undefined;
|
|
17406
17272
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17273
|
+
key_id?: string | undefined;
|
|
17407
17274
|
key_issuing_request_id?: string | undefined;
|
|
17408
17275
|
door_names?: string[] | undefined;
|
|
17409
17276
|
} | undefined;
|
|
@@ -17472,10 +17339,10 @@ declare const batch: z.ZodObject<{
|
|
|
17472
17339
|
credential_id?: string | undefined;
|
|
17473
17340
|
} | undefined;
|
|
17474
17341
|
assa_abloy_vostio_metadata?: {
|
|
17475
|
-
key_id?: string | undefined;
|
|
17476
17342
|
endpoint_id?: string | undefined;
|
|
17477
17343
|
auto_join?: boolean | undefined;
|
|
17478
17344
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17345
|
+
key_id?: string | undefined;
|
|
17479
17346
|
key_issuing_request_id?: string | undefined;
|
|
17480
17347
|
door_names?: string[] | undefined;
|
|
17481
17348
|
} | undefined;
|
|
@@ -17571,10 +17438,10 @@ declare const batch: z.ZodObject<{
|
|
|
17571
17438
|
credential_id?: string | undefined;
|
|
17572
17439
|
} | undefined;
|
|
17573
17440
|
assa_abloy_vostio_metadata?: {
|
|
17574
|
-
key_id?: string | undefined;
|
|
17575
17441
|
endpoint_id?: string | undefined;
|
|
17576
17442
|
auto_join?: boolean | undefined;
|
|
17577
17443
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17444
|
+
key_id?: string | undefined;
|
|
17578
17445
|
key_issuing_request_id?: string | undefined;
|
|
17579
17446
|
door_names?: string[] | undefined;
|
|
17580
17447
|
} | undefined;
|
|
@@ -17643,10 +17510,10 @@ declare const batch: z.ZodObject<{
|
|
|
17643
17510
|
credential_id?: string | undefined;
|
|
17644
17511
|
} | undefined;
|
|
17645
17512
|
assa_abloy_vostio_metadata?: {
|
|
17646
|
-
key_id?: string | undefined;
|
|
17647
17513
|
endpoint_id?: string | undefined;
|
|
17648
17514
|
auto_join?: boolean | undefined;
|
|
17649
17515
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17516
|
+
key_id?: string | undefined;
|
|
17650
17517
|
key_issuing_request_id?: string | undefined;
|
|
17651
17518
|
door_names?: string[] | undefined;
|
|
17652
17519
|
} | undefined;
|
|
@@ -17747,10 +17614,10 @@ declare const batch: z.ZodObject<{
|
|
|
17747
17614
|
credential_id?: string | undefined;
|
|
17748
17615
|
} | undefined;
|
|
17749
17616
|
assa_abloy_vostio_metadata?: {
|
|
17750
|
-
key_id?: string | undefined;
|
|
17751
17617
|
endpoint_id?: string | undefined;
|
|
17752
17618
|
auto_join?: boolean | undefined;
|
|
17753
17619
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17620
|
+
key_id?: string | undefined;
|
|
17754
17621
|
key_issuing_request_id?: string | undefined;
|
|
17755
17622
|
door_names?: string[] | undefined;
|
|
17756
17623
|
} | undefined;
|
|
@@ -17819,10 +17686,10 @@ declare const batch: z.ZodObject<{
|
|
|
17819
17686
|
credential_id?: string | undefined;
|
|
17820
17687
|
} | undefined;
|
|
17821
17688
|
assa_abloy_vostio_metadata?: {
|
|
17822
|
-
key_id?: string | undefined;
|
|
17823
17689
|
endpoint_id?: string | undefined;
|
|
17824
17690
|
auto_join?: boolean | undefined;
|
|
17825
17691
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17692
|
+
key_id?: string | undefined;
|
|
17826
17693
|
key_issuing_request_id?: string | undefined;
|
|
17827
17694
|
door_names?: string[] | undefined;
|
|
17828
17695
|
} | undefined;
|
|
@@ -17924,10 +17791,10 @@ declare const batch: z.ZodObject<{
|
|
|
17924
17791
|
credential_id?: string | undefined;
|
|
17925
17792
|
} | undefined;
|
|
17926
17793
|
assa_abloy_vostio_metadata?: {
|
|
17927
|
-
key_id?: string | undefined;
|
|
17928
17794
|
endpoint_id?: string | undefined;
|
|
17929
17795
|
auto_join?: boolean | undefined;
|
|
17930
17796
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17797
|
+
key_id?: string | undefined;
|
|
17931
17798
|
key_issuing_request_id?: string | undefined;
|
|
17932
17799
|
door_names?: string[] | undefined;
|
|
17933
17800
|
} | undefined;
|
|
@@ -17996,10 +17863,10 @@ declare const batch: z.ZodObject<{
|
|
|
17996
17863
|
credential_id?: string | undefined;
|
|
17997
17864
|
} | undefined;
|
|
17998
17865
|
assa_abloy_vostio_metadata?: {
|
|
17999
|
-
key_id?: string | undefined;
|
|
18000
17866
|
endpoint_id?: string | undefined;
|
|
18001
17867
|
auto_join?: boolean | undefined;
|
|
18002
17868
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17869
|
+
key_id?: string | undefined;
|
|
18003
17870
|
key_issuing_request_id?: string | undefined;
|
|
18004
17871
|
door_names?: string[] | undefined;
|
|
18005
17872
|
} | undefined;
|
|
@@ -18260,17 +18127,17 @@ declare const batch: z.ZodObject<{
|
|
|
18260
18127
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18261
18128
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
18262
18129
|
}, "strip", z.ZodTypeAny, {
|
|
18263
|
-
key_id?: string | undefined;
|
|
18264
18130
|
endpoint_id?: string | undefined;
|
|
18265
18131
|
auto_join?: boolean | undefined;
|
|
18266
18132
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18133
|
+
key_id?: string | undefined;
|
|
18267
18134
|
key_issuing_request_id?: string | undefined;
|
|
18268
18135
|
door_names?: string[] | undefined;
|
|
18269
18136
|
}, {
|
|
18270
|
-
key_id?: string | undefined;
|
|
18271
18137
|
endpoint_id?: string | undefined;
|
|
18272
18138
|
auto_join?: boolean | undefined;
|
|
18273
18139
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18140
|
+
key_id?: string | undefined;
|
|
18274
18141
|
key_issuing_request_id?: string | undefined;
|
|
18275
18142
|
door_names?: string[] | undefined;
|
|
18276
18143
|
}>>;
|
|
@@ -18328,10 +18195,10 @@ declare const batch: z.ZodObject<{
|
|
|
18328
18195
|
credential_id?: string | undefined;
|
|
18329
18196
|
} | undefined;
|
|
18330
18197
|
assa_abloy_vostio_metadata?: {
|
|
18331
|
-
key_id?: string | undefined;
|
|
18332
18198
|
endpoint_id?: string | undefined;
|
|
18333
18199
|
auto_join?: boolean | undefined;
|
|
18334
18200
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18201
|
+
key_id?: string | undefined;
|
|
18335
18202
|
key_issuing_request_id?: string | undefined;
|
|
18336
18203
|
door_names?: string[] | undefined;
|
|
18337
18204
|
} | undefined;
|
|
@@ -18400,10 +18267,10 @@ declare const batch: z.ZodObject<{
|
|
|
18400
18267
|
credential_id?: string | undefined;
|
|
18401
18268
|
} | undefined;
|
|
18402
18269
|
assa_abloy_vostio_metadata?: {
|
|
18403
|
-
key_id?: string | undefined;
|
|
18404
18270
|
endpoint_id?: string | undefined;
|
|
18405
18271
|
auto_join?: boolean | undefined;
|
|
18406
18272
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18273
|
+
key_id?: string | undefined;
|
|
18407
18274
|
key_issuing_request_id?: string | undefined;
|
|
18408
18275
|
door_names?: string[] | undefined;
|
|
18409
18276
|
} | undefined;
|
|
@@ -18569,17 +18436,17 @@ declare const batch: z.ZodObject<{
|
|
|
18569
18436
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18570
18437
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
18571
18438
|
}, "strip", z.ZodTypeAny, {
|
|
18572
|
-
key_id?: string | undefined;
|
|
18573
18439
|
endpoint_id?: string | undefined;
|
|
18574
18440
|
auto_join?: boolean | undefined;
|
|
18575
18441
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18442
|
+
key_id?: string | undefined;
|
|
18576
18443
|
key_issuing_request_id?: string | undefined;
|
|
18577
18444
|
door_names?: string[] | undefined;
|
|
18578
18445
|
}, {
|
|
18579
|
-
key_id?: string | undefined;
|
|
18580
18446
|
endpoint_id?: string | undefined;
|
|
18581
18447
|
auto_join?: boolean | undefined;
|
|
18582
18448
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18449
|
+
key_id?: string | undefined;
|
|
18583
18450
|
key_issuing_request_id?: string | undefined;
|
|
18584
18451
|
door_names?: string[] | undefined;
|
|
18585
18452
|
}>>;
|
|
@@ -18637,10 +18504,10 @@ declare const batch: z.ZodObject<{
|
|
|
18637
18504
|
credential_id?: string | undefined;
|
|
18638
18505
|
} | undefined;
|
|
18639
18506
|
assa_abloy_vostio_metadata?: {
|
|
18640
|
-
key_id?: string | undefined;
|
|
18641
18507
|
endpoint_id?: string | undefined;
|
|
18642
18508
|
auto_join?: boolean | undefined;
|
|
18643
18509
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18510
|
+
key_id?: string | undefined;
|
|
18644
18511
|
key_issuing_request_id?: string | undefined;
|
|
18645
18512
|
door_names?: string[] | undefined;
|
|
18646
18513
|
} | undefined;
|
|
@@ -18709,10 +18576,10 @@ declare const batch: z.ZodObject<{
|
|
|
18709
18576
|
credential_id?: string | undefined;
|
|
18710
18577
|
} | undefined;
|
|
18711
18578
|
assa_abloy_vostio_metadata?: {
|
|
18712
|
-
key_id?: string | undefined;
|
|
18713
18579
|
endpoint_id?: string | undefined;
|
|
18714
18580
|
auto_join?: boolean | undefined;
|
|
18715
18581
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18582
|
+
key_id?: string | undefined;
|
|
18716
18583
|
key_issuing_request_id?: string | undefined;
|
|
18717
18584
|
door_names?: string[] | undefined;
|
|
18718
18585
|
} | undefined;
|
|
@@ -18786,10 +18653,10 @@ declare const batch: z.ZodObject<{
|
|
|
18786
18653
|
credential_id?: string | undefined;
|
|
18787
18654
|
} | undefined;
|
|
18788
18655
|
assa_abloy_vostio_metadata?: {
|
|
18789
|
-
key_id?: string | undefined;
|
|
18790
18656
|
endpoint_id?: string | undefined;
|
|
18791
18657
|
auto_join?: boolean | undefined;
|
|
18792
18658
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18659
|
+
key_id?: string | undefined;
|
|
18793
18660
|
key_issuing_request_id?: string | undefined;
|
|
18794
18661
|
door_names?: string[] | undefined;
|
|
18795
18662
|
} | undefined;
|
|
@@ -18858,10 +18725,10 @@ declare const batch: z.ZodObject<{
|
|
|
18858
18725
|
credential_id?: string | undefined;
|
|
18859
18726
|
} | undefined;
|
|
18860
18727
|
assa_abloy_vostio_metadata?: {
|
|
18861
|
-
key_id?: string | undefined;
|
|
18862
18728
|
endpoint_id?: string | undefined;
|
|
18863
18729
|
auto_join?: boolean | undefined;
|
|
18864
18730
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18731
|
+
key_id?: string | undefined;
|
|
18865
18732
|
key_issuing_request_id?: string | undefined;
|
|
18866
18733
|
door_names?: string[] | undefined;
|
|
18867
18734
|
} | undefined;
|
|
@@ -18936,10 +18803,10 @@ declare const batch: z.ZodObject<{
|
|
|
18936
18803
|
credential_id?: string | undefined;
|
|
18937
18804
|
} | undefined;
|
|
18938
18805
|
assa_abloy_vostio_metadata?: {
|
|
18939
|
-
key_id?: string | undefined;
|
|
18940
18806
|
endpoint_id?: string | undefined;
|
|
18941
18807
|
auto_join?: boolean | undefined;
|
|
18942
18808
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18809
|
+
key_id?: string | undefined;
|
|
18943
18810
|
key_issuing_request_id?: string | undefined;
|
|
18944
18811
|
door_names?: string[] | undefined;
|
|
18945
18812
|
} | undefined;
|
|
@@ -19008,10 +18875,10 @@ declare const batch: z.ZodObject<{
|
|
|
19008
18875
|
credential_id?: string | undefined;
|
|
19009
18876
|
} | undefined;
|
|
19010
18877
|
assa_abloy_vostio_metadata?: {
|
|
19011
|
-
key_id?: string | undefined;
|
|
19012
18878
|
endpoint_id?: string | undefined;
|
|
19013
18879
|
auto_join?: boolean | undefined;
|
|
19014
18880
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18881
|
+
key_id?: string | undefined;
|
|
19015
18882
|
key_issuing_request_id?: string | undefined;
|
|
19016
18883
|
door_names?: string[] | undefined;
|
|
19017
18884
|
} | undefined;
|
|
@@ -21904,68 +21771,11 @@ declare const batch: z.ZodObject<{
|
|
|
21904
21771
|
product_type: string;
|
|
21905
21772
|
}>>;
|
|
21906
21773
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
21907
|
-
|
|
21908
|
-
device_name: z.ZodString;
|
|
21909
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
21910
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
21911
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
21912
|
-
subscription_plan: z.ZodString;
|
|
21913
|
-
status_type: z.ZodString;
|
|
21914
|
-
current_or_last_store_id: z.ZodNumber;
|
|
21915
|
-
last_movement: z.ZodString;
|
|
21916
|
-
address: z.ZodNullable<z.ZodString>;
|
|
21917
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
21918
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
21919
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
21920
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
21921
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
21922
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
21923
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
21924
|
-
default_office_id: z.ZodNumber;
|
|
21925
|
-
fob_id: z.ZodNumber;
|
|
21926
|
-
has_photo: z.ZodBoolean;
|
|
21774
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
21927
21775
|
}, "strip", z.ZodTypeAny, {
|
|
21928
|
-
device_name
|
|
21929
|
-
key_id: string;
|
|
21930
|
-
property_id: string | null;
|
|
21931
|
-
property_postcode: string | null;
|
|
21932
|
-
key_notes: string | null;
|
|
21933
|
-
subscription_plan: string;
|
|
21934
|
-
status_type: string;
|
|
21935
|
-
current_or_last_store_id: number;
|
|
21936
|
-
last_movement: string;
|
|
21937
|
-
address: string | null;
|
|
21938
|
-
current_status: string | null;
|
|
21939
|
-
current_user_name: string | null;
|
|
21940
|
-
current_user_email: string | null;
|
|
21941
|
-
current_user_phone_number: string | null;
|
|
21942
|
-
current_user_company: string | null;
|
|
21943
|
-
handover_method: string | null;
|
|
21944
|
-
keynest_app_user: string | null;
|
|
21945
|
-
default_office_id: number;
|
|
21946
|
-
fob_id: number;
|
|
21947
|
-
has_photo: boolean;
|
|
21776
|
+
device_name?: string | undefined;
|
|
21948
21777
|
}, {
|
|
21949
|
-
device_name
|
|
21950
|
-
key_id: string;
|
|
21951
|
-
property_id: string | null;
|
|
21952
|
-
property_postcode: string | null;
|
|
21953
|
-
key_notes: string | null;
|
|
21954
|
-
subscription_plan: string;
|
|
21955
|
-
status_type: string;
|
|
21956
|
-
current_or_last_store_id: number;
|
|
21957
|
-
last_movement: string;
|
|
21958
|
-
address: string | null;
|
|
21959
|
-
current_status: string | null;
|
|
21960
|
-
current_user_name: string | null;
|
|
21961
|
-
current_user_email: string | null;
|
|
21962
|
-
current_user_phone_number: string | null;
|
|
21963
|
-
current_user_company: string | null;
|
|
21964
|
-
handover_method: string | null;
|
|
21965
|
-
keynest_app_user: string | null;
|
|
21966
|
-
default_office_id: number;
|
|
21967
|
-
fob_id: number;
|
|
21968
|
-
has_photo: boolean;
|
|
21778
|
+
device_name?: string | undefined;
|
|
21969
21779
|
}>>;
|
|
21970
21780
|
}, "strip", z.ZodTypeAny, {
|
|
21971
21781
|
ecobee_metadata?: {
|
|
@@ -22201,26 +22011,7 @@ declare const batch: z.ZodObject<{
|
|
|
22201
22011
|
product_type: string;
|
|
22202
22012
|
} | undefined;
|
|
22203
22013
|
keynest_metadata?: {
|
|
22204
|
-
device_name
|
|
22205
|
-
key_id: string;
|
|
22206
|
-
property_id: string | null;
|
|
22207
|
-
property_postcode: string | null;
|
|
22208
|
-
key_notes: string | null;
|
|
22209
|
-
subscription_plan: string;
|
|
22210
|
-
status_type: string;
|
|
22211
|
-
current_or_last_store_id: number;
|
|
22212
|
-
last_movement: string;
|
|
22213
|
-
address: string | null;
|
|
22214
|
-
current_status: string | null;
|
|
22215
|
-
current_user_name: string | null;
|
|
22216
|
-
current_user_email: string | null;
|
|
22217
|
-
current_user_phone_number: string | null;
|
|
22218
|
-
current_user_company: string | null;
|
|
22219
|
-
handover_method: string | null;
|
|
22220
|
-
keynest_app_user: string | null;
|
|
22221
|
-
default_office_id: number;
|
|
22222
|
-
fob_id: number;
|
|
22223
|
-
has_photo: boolean;
|
|
22014
|
+
device_name?: string | undefined;
|
|
22224
22015
|
} | undefined;
|
|
22225
22016
|
}, {
|
|
22226
22017
|
ecobee_metadata?: {
|
|
@@ -22456,26 +22247,7 @@ declare const batch: z.ZodObject<{
|
|
|
22456
22247
|
product_type: string;
|
|
22457
22248
|
} | undefined;
|
|
22458
22249
|
keynest_metadata?: {
|
|
22459
|
-
device_name
|
|
22460
|
-
key_id: string;
|
|
22461
|
-
property_id: string | null;
|
|
22462
|
-
property_postcode: string | null;
|
|
22463
|
-
key_notes: string | null;
|
|
22464
|
-
subscription_plan: string;
|
|
22465
|
-
status_type: string;
|
|
22466
|
-
current_or_last_store_id: number;
|
|
22467
|
-
last_movement: string;
|
|
22468
|
-
address: string | null;
|
|
22469
|
-
current_status: string | null;
|
|
22470
|
-
current_user_name: string | null;
|
|
22471
|
-
current_user_email: string | null;
|
|
22472
|
-
current_user_phone_number: string | null;
|
|
22473
|
-
current_user_company: string | null;
|
|
22474
|
-
handover_method: string | null;
|
|
22475
|
-
keynest_app_user: string | null;
|
|
22476
|
-
default_office_id: number;
|
|
22477
|
-
fob_id: number;
|
|
22478
|
-
has_photo: boolean;
|
|
22250
|
+
device_name?: string | undefined;
|
|
22479
22251
|
} | undefined;
|
|
22480
22252
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
22481
22253
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -31194,26 +30966,7 @@ declare const batch: z.ZodObject<{
|
|
|
31194
30966
|
product_type: string;
|
|
31195
30967
|
} | undefined;
|
|
31196
30968
|
keynest_metadata?: {
|
|
31197
|
-
device_name
|
|
31198
|
-
key_id: string;
|
|
31199
|
-
property_id: string | null;
|
|
31200
|
-
property_postcode: string | null;
|
|
31201
|
-
key_notes: string | null;
|
|
31202
|
-
subscription_plan: string;
|
|
31203
|
-
status_type: string;
|
|
31204
|
-
current_or_last_store_id: number;
|
|
31205
|
-
last_movement: string;
|
|
31206
|
-
address: string | null;
|
|
31207
|
-
current_status: string | null;
|
|
31208
|
-
current_user_name: string | null;
|
|
31209
|
-
current_user_email: string | null;
|
|
31210
|
-
current_user_phone_number: string | null;
|
|
31211
|
-
current_user_company: string | null;
|
|
31212
|
-
handover_method: string | null;
|
|
31213
|
-
keynest_app_user: string | null;
|
|
31214
|
-
default_office_id: number;
|
|
31215
|
-
fob_id: number;
|
|
31216
|
-
has_photo: boolean;
|
|
30969
|
+
device_name?: string | undefined;
|
|
31217
30970
|
} | undefined;
|
|
31218
30971
|
} & {
|
|
31219
30972
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -31797,10 +31550,10 @@ declare const batch: z.ZodObject<{
|
|
|
31797
31550
|
credential_id?: string | undefined;
|
|
31798
31551
|
} | undefined;
|
|
31799
31552
|
assa_abloy_vostio_metadata?: {
|
|
31800
|
-
key_id?: string | undefined;
|
|
31801
31553
|
endpoint_id?: string | undefined;
|
|
31802
31554
|
auto_join?: boolean | undefined;
|
|
31803
31555
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
31556
|
+
key_id?: string | undefined;
|
|
31804
31557
|
key_issuing_request_id?: string | undefined;
|
|
31805
31558
|
door_names?: string[] | undefined;
|
|
31806
31559
|
} | undefined;
|
|
@@ -31870,10 +31623,10 @@ declare const batch: z.ZodObject<{
|
|
|
31870
31623
|
credential_id?: string | undefined;
|
|
31871
31624
|
} | undefined;
|
|
31872
31625
|
assa_abloy_vostio_metadata?: {
|
|
31873
|
-
key_id?: string | undefined;
|
|
31874
31626
|
endpoint_id?: string | undefined;
|
|
31875
31627
|
auto_join?: boolean | undefined;
|
|
31876
31628
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
31629
|
+
key_id?: string | undefined;
|
|
31877
31630
|
key_issuing_request_id?: string | undefined;
|
|
31878
31631
|
door_names?: string[] | undefined;
|
|
31879
31632
|
} | undefined;
|
|
@@ -32129,10 +31882,10 @@ declare const batch: z.ZodObject<{
|
|
|
32129
31882
|
credential_id?: string | undefined;
|
|
32130
31883
|
} | undefined;
|
|
32131
31884
|
assa_abloy_vostio_metadata?: {
|
|
32132
|
-
key_id?: string | undefined;
|
|
32133
31885
|
endpoint_id?: string | undefined;
|
|
32134
31886
|
auto_join?: boolean | undefined;
|
|
32135
31887
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
31888
|
+
key_id?: string | undefined;
|
|
32136
31889
|
key_issuing_request_id?: string | undefined;
|
|
32137
31890
|
door_names?: string[] | undefined;
|
|
32138
31891
|
} | undefined;
|
|
@@ -32201,10 +31954,10 @@ declare const batch: z.ZodObject<{
|
|
|
32201
31954
|
credential_id?: string | undefined;
|
|
32202
31955
|
} | undefined;
|
|
32203
31956
|
assa_abloy_vostio_metadata?: {
|
|
32204
|
-
key_id?: string | undefined;
|
|
32205
31957
|
endpoint_id?: string | undefined;
|
|
32206
31958
|
auto_join?: boolean | undefined;
|
|
32207
31959
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
31960
|
+
key_id?: string | undefined;
|
|
32208
31961
|
key_issuing_request_id?: string | undefined;
|
|
32209
31962
|
door_names?: string[] | undefined;
|
|
32210
31963
|
} | undefined;
|
|
@@ -32395,10 +32148,10 @@ declare const batch: z.ZodObject<{
|
|
|
32395
32148
|
credential_id?: string | undefined;
|
|
32396
32149
|
} | undefined;
|
|
32397
32150
|
assa_abloy_vostio_metadata?: {
|
|
32398
|
-
key_id?: string | undefined;
|
|
32399
32151
|
endpoint_id?: string | undefined;
|
|
32400
32152
|
auto_join?: boolean | undefined;
|
|
32401
32153
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
32154
|
+
key_id?: string | undefined;
|
|
32402
32155
|
key_issuing_request_id?: string | undefined;
|
|
32403
32156
|
door_names?: string[] | undefined;
|
|
32404
32157
|
} | undefined;
|
|
@@ -32467,10 +32220,10 @@ declare const batch: z.ZodObject<{
|
|
|
32467
32220
|
credential_id?: string | undefined;
|
|
32468
32221
|
} | undefined;
|
|
32469
32222
|
assa_abloy_vostio_metadata?: {
|
|
32470
|
-
key_id?: string | undefined;
|
|
32471
32223
|
endpoint_id?: string | undefined;
|
|
32472
32224
|
auto_join?: boolean | undefined;
|
|
32473
32225
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
32226
|
+
key_id?: string | undefined;
|
|
32474
32227
|
key_issuing_request_id?: string | undefined;
|
|
32475
32228
|
door_names?: string[] | undefined;
|
|
32476
32229
|
} | undefined;
|
|
@@ -35046,26 +34799,7 @@ declare const batch: z.ZodObject<{
|
|
|
35046
34799
|
product_type: string;
|
|
35047
34800
|
} | undefined;
|
|
35048
34801
|
keynest_metadata?: {
|
|
35049
|
-
device_name
|
|
35050
|
-
key_id: string;
|
|
35051
|
-
property_id: string | null;
|
|
35052
|
-
property_postcode: string | null;
|
|
35053
|
-
key_notes: string | null;
|
|
35054
|
-
subscription_plan: string;
|
|
35055
|
-
status_type: string;
|
|
35056
|
-
current_or_last_store_id: number;
|
|
35057
|
-
last_movement: string;
|
|
35058
|
-
address: string | null;
|
|
35059
|
-
current_status: string | null;
|
|
35060
|
-
current_user_name: string | null;
|
|
35061
|
-
current_user_email: string | null;
|
|
35062
|
-
current_user_phone_number: string | null;
|
|
35063
|
-
current_user_company: string | null;
|
|
35064
|
-
handover_method: string | null;
|
|
35065
|
-
keynest_app_user: string | null;
|
|
35066
|
-
default_office_id: number;
|
|
35067
|
-
fob_id: number;
|
|
35068
|
-
has_photo: boolean;
|
|
34802
|
+
device_name?: string | undefined;
|
|
35069
34803
|
} | undefined;
|
|
35070
34804
|
} & {
|
|
35071
34805
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -35649,10 +35383,10 @@ declare const batch: z.ZodObject<{
|
|
|
35649
35383
|
credential_id?: string | undefined;
|
|
35650
35384
|
} | undefined;
|
|
35651
35385
|
assa_abloy_vostio_metadata?: {
|
|
35652
|
-
key_id?: string | undefined;
|
|
35653
35386
|
endpoint_id?: string | undefined;
|
|
35654
35387
|
auto_join?: boolean | undefined;
|
|
35655
35388
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35389
|
+
key_id?: string | undefined;
|
|
35656
35390
|
key_issuing_request_id?: string | undefined;
|
|
35657
35391
|
door_names?: string[] | undefined;
|
|
35658
35392
|
} | undefined;
|
|
@@ -35722,10 +35456,10 @@ declare const batch: z.ZodObject<{
|
|
|
35722
35456
|
credential_id?: string | undefined;
|
|
35723
35457
|
} | undefined;
|
|
35724
35458
|
assa_abloy_vostio_metadata?: {
|
|
35725
|
-
key_id?: string | undefined;
|
|
35726
35459
|
endpoint_id?: string | undefined;
|
|
35727
35460
|
auto_join?: boolean | undefined;
|
|
35728
35461
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35462
|
+
key_id?: string | undefined;
|
|
35729
35463
|
key_issuing_request_id?: string | undefined;
|
|
35730
35464
|
door_names?: string[] | undefined;
|
|
35731
35465
|
} | undefined;
|
|
@@ -35981,10 +35715,10 @@ declare const batch: z.ZodObject<{
|
|
|
35981
35715
|
credential_id?: string | undefined;
|
|
35982
35716
|
} | undefined;
|
|
35983
35717
|
assa_abloy_vostio_metadata?: {
|
|
35984
|
-
key_id?: string | undefined;
|
|
35985
35718
|
endpoint_id?: string | undefined;
|
|
35986
35719
|
auto_join?: boolean | undefined;
|
|
35987
35720
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35721
|
+
key_id?: string | undefined;
|
|
35988
35722
|
key_issuing_request_id?: string | undefined;
|
|
35989
35723
|
door_names?: string[] | undefined;
|
|
35990
35724
|
} | undefined;
|
|
@@ -36053,10 +35787,10 @@ declare const batch: z.ZodObject<{
|
|
|
36053
35787
|
credential_id?: string | undefined;
|
|
36054
35788
|
} | undefined;
|
|
36055
35789
|
assa_abloy_vostio_metadata?: {
|
|
36056
|
-
key_id?: string | undefined;
|
|
36057
35790
|
endpoint_id?: string | undefined;
|
|
36058
35791
|
auto_join?: boolean | undefined;
|
|
36059
35792
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35793
|
+
key_id?: string | undefined;
|
|
36060
35794
|
key_issuing_request_id?: string | undefined;
|
|
36061
35795
|
door_names?: string[] | undefined;
|
|
36062
35796
|
} | undefined;
|
|
@@ -36247,10 +35981,10 @@ declare const batch: z.ZodObject<{
|
|
|
36247
35981
|
credential_id?: string | undefined;
|
|
36248
35982
|
} | undefined;
|
|
36249
35983
|
assa_abloy_vostio_metadata?: {
|
|
36250
|
-
key_id?: string | undefined;
|
|
36251
35984
|
endpoint_id?: string | undefined;
|
|
36252
35985
|
auto_join?: boolean | undefined;
|
|
36253
35986
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35987
|
+
key_id?: string | undefined;
|
|
36254
35988
|
key_issuing_request_id?: string | undefined;
|
|
36255
35989
|
door_names?: string[] | undefined;
|
|
36256
35990
|
} | undefined;
|
|
@@ -36319,10 +36053,10 @@ declare const batch: z.ZodObject<{
|
|
|
36319
36053
|
credential_id?: string | undefined;
|
|
36320
36054
|
} | undefined;
|
|
36321
36055
|
assa_abloy_vostio_metadata?: {
|
|
36322
|
-
key_id?: string | undefined;
|
|
36323
36056
|
endpoint_id?: string | undefined;
|
|
36324
36057
|
auto_join?: boolean | undefined;
|
|
36325
36058
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
36059
|
+
key_id?: string | undefined;
|
|
36326
36060
|
key_issuing_request_id?: string | undefined;
|
|
36327
36061
|
door_names?: string[] | undefined;
|
|
36328
36062
|
} | undefined;
|
|
@@ -40697,68 +40431,11 @@ declare const device: z.ZodObject<{
|
|
|
40697
40431
|
product_type: string;
|
|
40698
40432
|
}>>;
|
|
40699
40433
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
40700
|
-
|
|
40701
|
-
device_name: z.ZodString;
|
|
40702
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
40703
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
40704
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
40705
|
-
subscription_plan: z.ZodString;
|
|
40706
|
-
status_type: z.ZodString;
|
|
40707
|
-
current_or_last_store_id: z.ZodNumber;
|
|
40708
|
-
last_movement: z.ZodString;
|
|
40709
|
-
address: z.ZodNullable<z.ZodString>;
|
|
40710
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
40711
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
40712
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
40713
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
40714
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
40715
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
40716
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
40717
|
-
default_office_id: z.ZodNumber;
|
|
40718
|
-
fob_id: z.ZodNumber;
|
|
40719
|
-
has_photo: z.ZodBoolean;
|
|
40434
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
40720
40435
|
}, "strip", z.ZodTypeAny, {
|
|
40721
|
-
device_name
|
|
40722
|
-
key_id: string;
|
|
40723
|
-
property_id: string | null;
|
|
40724
|
-
property_postcode: string | null;
|
|
40725
|
-
key_notes: string | null;
|
|
40726
|
-
subscription_plan: string;
|
|
40727
|
-
status_type: string;
|
|
40728
|
-
current_or_last_store_id: number;
|
|
40729
|
-
last_movement: string;
|
|
40730
|
-
address: string | null;
|
|
40731
|
-
current_status: string | null;
|
|
40732
|
-
current_user_name: string | null;
|
|
40733
|
-
current_user_email: string | null;
|
|
40734
|
-
current_user_phone_number: string | null;
|
|
40735
|
-
current_user_company: string | null;
|
|
40736
|
-
handover_method: string | null;
|
|
40737
|
-
keynest_app_user: string | null;
|
|
40738
|
-
default_office_id: number;
|
|
40739
|
-
fob_id: number;
|
|
40740
|
-
has_photo: boolean;
|
|
40436
|
+
device_name?: string | undefined;
|
|
40741
40437
|
}, {
|
|
40742
|
-
device_name
|
|
40743
|
-
key_id: string;
|
|
40744
|
-
property_id: string | null;
|
|
40745
|
-
property_postcode: string | null;
|
|
40746
|
-
key_notes: string | null;
|
|
40747
|
-
subscription_plan: string;
|
|
40748
|
-
status_type: string;
|
|
40749
|
-
current_or_last_store_id: number;
|
|
40750
|
-
last_movement: string;
|
|
40751
|
-
address: string | null;
|
|
40752
|
-
current_status: string | null;
|
|
40753
|
-
current_user_name: string | null;
|
|
40754
|
-
current_user_email: string | null;
|
|
40755
|
-
current_user_phone_number: string | null;
|
|
40756
|
-
current_user_company: string | null;
|
|
40757
|
-
handover_method: string | null;
|
|
40758
|
-
keynest_app_user: string | null;
|
|
40759
|
-
default_office_id: number;
|
|
40760
|
-
fob_id: number;
|
|
40761
|
-
has_photo: boolean;
|
|
40438
|
+
device_name?: string | undefined;
|
|
40762
40439
|
}>>;
|
|
40763
40440
|
}, "strip", z.ZodTypeAny, {
|
|
40764
40441
|
ecobee_metadata?: {
|
|
@@ -40994,26 +40671,7 @@ declare const device: z.ZodObject<{
|
|
|
40994
40671
|
product_type: string;
|
|
40995
40672
|
} | undefined;
|
|
40996
40673
|
keynest_metadata?: {
|
|
40997
|
-
device_name
|
|
40998
|
-
key_id: string;
|
|
40999
|
-
property_id: string | null;
|
|
41000
|
-
property_postcode: string | null;
|
|
41001
|
-
key_notes: string | null;
|
|
41002
|
-
subscription_plan: string;
|
|
41003
|
-
status_type: string;
|
|
41004
|
-
current_or_last_store_id: number;
|
|
41005
|
-
last_movement: string;
|
|
41006
|
-
address: string | null;
|
|
41007
|
-
current_status: string | null;
|
|
41008
|
-
current_user_name: string | null;
|
|
41009
|
-
current_user_email: string | null;
|
|
41010
|
-
current_user_phone_number: string | null;
|
|
41011
|
-
current_user_company: string | null;
|
|
41012
|
-
handover_method: string | null;
|
|
41013
|
-
keynest_app_user: string | null;
|
|
41014
|
-
default_office_id: number;
|
|
41015
|
-
fob_id: number;
|
|
41016
|
-
has_photo: boolean;
|
|
40674
|
+
device_name?: string | undefined;
|
|
41017
40675
|
} | undefined;
|
|
41018
40676
|
}, {
|
|
41019
40677
|
ecobee_metadata?: {
|
|
@@ -41249,26 +40907,7 @@ declare const device: z.ZodObject<{
|
|
|
41249
40907
|
product_type: string;
|
|
41250
40908
|
} | undefined;
|
|
41251
40909
|
keynest_metadata?: {
|
|
41252
|
-
device_name
|
|
41253
|
-
key_id: string;
|
|
41254
|
-
property_id: string | null;
|
|
41255
|
-
property_postcode: string | null;
|
|
41256
|
-
key_notes: string | null;
|
|
41257
|
-
subscription_plan: string;
|
|
41258
|
-
status_type: string;
|
|
41259
|
-
current_or_last_store_id: number;
|
|
41260
|
-
last_movement: string;
|
|
41261
|
-
address: string | null;
|
|
41262
|
-
current_status: string | null;
|
|
41263
|
-
current_user_name: string | null;
|
|
41264
|
-
current_user_email: string | null;
|
|
41265
|
-
current_user_phone_number: string | null;
|
|
41266
|
-
current_user_company: string | null;
|
|
41267
|
-
handover_method: string | null;
|
|
41268
|
-
keynest_app_user: string | null;
|
|
41269
|
-
default_office_id: number;
|
|
41270
|
-
fob_id: number;
|
|
41271
|
-
has_photo: boolean;
|
|
40910
|
+
device_name?: string | undefined;
|
|
41272
40911
|
} | undefined;
|
|
41273
40912
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
41274
40913
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -43045,26 +42684,7 @@ declare const device: z.ZodObject<{
|
|
|
43045
42684
|
product_type: string;
|
|
43046
42685
|
} | undefined;
|
|
43047
42686
|
keynest_metadata?: {
|
|
43048
|
-
device_name
|
|
43049
|
-
key_id: string;
|
|
43050
|
-
property_id: string | null;
|
|
43051
|
-
property_postcode: string | null;
|
|
43052
|
-
key_notes: string | null;
|
|
43053
|
-
subscription_plan: string;
|
|
43054
|
-
status_type: string;
|
|
43055
|
-
current_or_last_store_id: number;
|
|
43056
|
-
last_movement: string;
|
|
43057
|
-
address: string | null;
|
|
43058
|
-
current_status: string | null;
|
|
43059
|
-
current_user_name: string | null;
|
|
43060
|
-
current_user_email: string | null;
|
|
43061
|
-
current_user_phone_number: string | null;
|
|
43062
|
-
current_user_company: string | null;
|
|
43063
|
-
handover_method: string | null;
|
|
43064
|
-
keynest_app_user: string | null;
|
|
43065
|
-
default_office_id: number;
|
|
43066
|
-
fob_id: number;
|
|
43067
|
-
has_photo: boolean;
|
|
42687
|
+
device_name?: string | undefined;
|
|
43068
42688
|
} | undefined;
|
|
43069
42689
|
} & {
|
|
43070
42690
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -43703,26 +43323,7 @@ declare const device: z.ZodObject<{
|
|
|
43703
43323
|
product_type: string;
|
|
43704
43324
|
} | undefined;
|
|
43705
43325
|
keynest_metadata?: {
|
|
43706
|
-
device_name
|
|
43707
|
-
key_id: string;
|
|
43708
|
-
property_id: string | null;
|
|
43709
|
-
property_postcode: string | null;
|
|
43710
|
-
key_notes: string | null;
|
|
43711
|
-
subscription_plan: string;
|
|
43712
|
-
status_type: string;
|
|
43713
|
-
current_or_last_store_id: number;
|
|
43714
|
-
last_movement: string;
|
|
43715
|
-
address: string | null;
|
|
43716
|
-
current_status: string | null;
|
|
43717
|
-
current_user_name: string | null;
|
|
43718
|
-
current_user_email: string | null;
|
|
43719
|
-
current_user_phone_number: string | null;
|
|
43720
|
-
current_user_company: string | null;
|
|
43721
|
-
handover_method: string | null;
|
|
43722
|
-
keynest_app_user: string | null;
|
|
43723
|
-
default_office_id: number;
|
|
43724
|
-
fob_id: number;
|
|
43725
|
-
has_photo: boolean;
|
|
43326
|
+
device_name?: string | undefined;
|
|
43726
43327
|
} | undefined;
|
|
43727
43328
|
} & {
|
|
43728
43329
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -44974,68 +44575,11 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
44974
44575
|
product_type: string;
|
|
44975
44576
|
}>>;
|
|
44976
44577
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
44977
|
-
|
|
44978
|
-
device_name: z.ZodString;
|
|
44979
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
44980
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
44981
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
44982
|
-
subscription_plan: z.ZodString;
|
|
44983
|
-
status_type: z.ZodString;
|
|
44984
|
-
current_or_last_store_id: z.ZodNumber;
|
|
44985
|
-
last_movement: z.ZodString;
|
|
44986
|
-
address: z.ZodNullable<z.ZodString>;
|
|
44987
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
44988
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
44989
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
44990
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
44991
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
44992
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
44993
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
44994
|
-
default_office_id: z.ZodNumber;
|
|
44995
|
-
fob_id: z.ZodNumber;
|
|
44996
|
-
has_photo: z.ZodBoolean;
|
|
44578
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
44997
44579
|
}, "strip", z.ZodTypeAny, {
|
|
44998
|
-
device_name
|
|
44999
|
-
key_id: string;
|
|
45000
|
-
property_id: string | null;
|
|
45001
|
-
property_postcode: string | null;
|
|
45002
|
-
key_notes: string | null;
|
|
45003
|
-
subscription_plan: string;
|
|
45004
|
-
status_type: string;
|
|
45005
|
-
current_or_last_store_id: number;
|
|
45006
|
-
last_movement: string;
|
|
45007
|
-
address: string | null;
|
|
45008
|
-
current_status: string | null;
|
|
45009
|
-
current_user_name: string | null;
|
|
45010
|
-
current_user_email: string | null;
|
|
45011
|
-
current_user_phone_number: string | null;
|
|
45012
|
-
current_user_company: string | null;
|
|
45013
|
-
handover_method: string | null;
|
|
45014
|
-
keynest_app_user: string | null;
|
|
45015
|
-
default_office_id: number;
|
|
45016
|
-
fob_id: number;
|
|
45017
|
-
has_photo: boolean;
|
|
44580
|
+
device_name?: string | undefined;
|
|
45018
44581
|
}, {
|
|
45019
|
-
device_name
|
|
45020
|
-
key_id: string;
|
|
45021
|
-
property_id: string | null;
|
|
45022
|
-
property_postcode: string | null;
|
|
45023
|
-
key_notes: string | null;
|
|
45024
|
-
subscription_plan: string;
|
|
45025
|
-
status_type: string;
|
|
45026
|
-
current_or_last_store_id: number;
|
|
45027
|
-
last_movement: string;
|
|
45028
|
-
address: string | null;
|
|
45029
|
-
current_status: string | null;
|
|
45030
|
-
current_user_name: string | null;
|
|
45031
|
-
current_user_email: string | null;
|
|
45032
|
-
current_user_phone_number: string | null;
|
|
45033
|
-
current_user_company: string | null;
|
|
45034
|
-
handover_method: string | null;
|
|
45035
|
-
keynest_app_user: string | null;
|
|
45036
|
-
default_office_id: number;
|
|
45037
|
-
fob_id: number;
|
|
45038
|
-
has_photo: boolean;
|
|
44582
|
+
device_name?: string | undefined;
|
|
45039
44583
|
}>>;
|
|
45040
44584
|
}, "strip", z.ZodTypeAny, {
|
|
45041
44585
|
ecobee_metadata?: {
|
|
@@ -45271,26 +44815,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45271
44815
|
product_type: string;
|
|
45272
44816
|
} | undefined;
|
|
45273
44817
|
keynest_metadata?: {
|
|
45274
|
-
device_name
|
|
45275
|
-
key_id: string;
|
|
45276
|
-
property_id: string | null;
|
|
45277
|
-
property_postcode: string | null;
|
|
45278
|
-
key_notes: string | null;
|
|
45279
|
-
subscription_plan: string;
|
|
45280
|
-
status_type: string;
|
|
45281
|
-
current_or_last_store_id: number;
|
|
45282
|
-
last_movement: string;
|
|
45283
|
-
address: string | null;
|
|
45284
|
-
current_status: string | null;
|
|
45285
|
-
current_user_name: string | null;
|
|
45286
|
-
current_user_email: string | null;
|
|
45287
|
-
current_user_phone_number: string | null;
|
|
45288
|
-
current_user_company: string | null;
|
|
45289
|
-
handover_method: string | null;
|
|
45290
|
-
keynest_app_user: string | null;
|
|
45291
|
-
default_office_id: number;
|
|
45292
|
-
fob_id: number;
|
|
45293
|
-
has_photo: boolean;
|
|
44818
|
+
device_name?: string | undefined;
|
|
45294
44819
|
} | undefined;
|
|
45295
44820
|
}, {
|
|
45296
44821
|
ecobee_metadata?: {
|
|
@@ -45526,26 +45051,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45526
45051
|
product_type: string;
|
|
45527
45052
|
} | undefined;
|
|
45528
45053
|
keynest_metadata?: {
|
|
45529
|
-
device_name
|
|
45530
|
-
key_id: string;
|
|
45531
|
-
property_id: string | null;
|
|
45532
|
-
property_postcode: string | null;
|
|
45533
|
-
key_notes: string | null;
|
|
45534
|
-
subscription_plan: string;
|
|
45535
|
-
status_type: string;
|
|
45536
|
-
current_or_last_store_id: number;
|
|
45537
|
-
last_movement: string;
|
|
45538
|
-
address: string | null;
|
|
45539
|
-
current_status: string | null;
|
|
45540
|
-
current_user_name: string | null;
|
|
45541
|
-
current_user_email: string | null;
|
|
45542
|
-
current_user_phone_number: string | null;
|
|
45543
|
-
current_user_company: string | null;
|
|
45544
|
-
handover_method: string | null;
|
|
45545
|
-
keynest_app_user: string | null;
|
|
45546
|
-
default_office_id: number;
|
|
45547
|
-
fob_id: number;
|
|
45548
|
-
has_photo: boolean;
|
|
45054
|
+
device_name?: string | undefined;
|
|
45549
45055
|
} | undefined;
|
|
45550
45056
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
45551
45057
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -56181,102 +55687,11 @@ declare const _default: {
|
|
|
56181
55687
|
keynest_metadata: {
|
|
56182
55688
|
description: string;
|
|
56183
55689
|
properties: {
|
|
56184
|
-
address: {
|
|
56185
|
-
description: string;
|
|
56186
|
-
nullable: boolean;
|
|
56187
|
-
type: string;
|
|
56188
|
-
};
|
|
56189
|
-
current_or_last_store_id: {
|
|
56190
|
-
description: string;
|
|
56191
|
-
format: string;
|
|
56192
|
-
type: string;
|
|
56193
|
-
};
|
|
56194
|
-
current_status: {
|
|
56195
|
-
description: string;
|
|
56196
|
-
nullable: boolean;
|
|
56197
|
-
type: string;
|
|
56198
|
-
};
|
|
56199
|
-
current_user_company: {
|
|
56200
|
-
description: string;
|
|
56201
|
-
nullable: boolean;
|
|
56202
|
-
type: string;
|
|
56203
|
-
};
|
|
56204
|
-
current_user_email: {
|
|
56205
|
-
description: string;
|
|
56206
|
-
nullable: boolean;
|
|
56207
|
-
type: string;
|
|
56208
|
-
};
|
|
56209
|
-
current_user_name: {
|
|
56210
|
-
description: string;
|
|
56211
|
-
nullable: boolean;
|
|
56212
|
-
type: string;
|
|
56213
|
-
};
|
|
56214
|
-
current_user_phone_number: {
|
|
56215
|
-
description: string;
|
|
56216
|
-
nullable: boolean;
|
|
56217
|
-
type: string;
|
|
56218
|
-
};
|
|
56219
|
-
default_office_id: {
|
|
56220
|
-
description: string;
|
|
56221
|
-
format: string;
|
|
56222
|
-
type: string;
|
|
56223
|
-
};
|
|
56224
55690
|
device_name: {
|
|
56225
55691
|
description: string;
|
|
56226
55692
|
type: string;
|
|
56227
55693
|
};
|
|
56228
|
-
fob_id: {
|
|
56229
|
-
description: string;
|
|
56230
|
-
format: string;
|
|
56231
|
-
type: string;
|
|
56232
|
-
};
|
|
56233
|
-
handover_method: {
|
|
56234
|
-
description: string;
|
|
56235
|
-
nullable: boolean;
|
|
56236
|
-
type: string;
|
|
56237
|
-
};
|
|
56238
|
-
has_photo: {
|
|
56239
|
-
description: string;
|
|
56240
|
-
type: string;
|
|
56241
|
-
};
|
|
56242
|
-
key_id: {
|
|
56243
|
-
description: string;
|
|
56244
|
-
type: string;
|
|
56245
|
-
};
|
|
56246
|
-
key_notes: {
|
|
56247
|
-
description: string;
|
|
56248
|
-
nullable: boolean;
|
|
56249
|
-
type: string;
|
|
56250
|
-
};
|
|
56251
|
-
keynest_app_user: {
|
|
56252
|
-
description: string;
|
|
56253
|
-
nullable: boolean;
|
|
56254
|
-
type: string;
|
|
56255
|
-
};
|
|
56256
|
-
last_movement: {
|
|
56257
|
-
description: string;
|
|
56258
|
-
type: string;
|
|
56259
|
-
};
|
|
56260
|
-
property_id: {
|
|
56261
|
-
description: string;
|
|
56262
|
-
nullable: boolean;
|
|
56263
|
-
type: string;
|
|
56264
|
-
};
|
|
56265
|
-
property_postcode: {
|
|
56266
|
-
description: string;
|
|
56267
|
-
nullable: boolean;
|
|
56268
|
-
type: string;
|
|
56269
|
-
};
|
|
56270
|
-
status_type: {
|
|
56271
|
-
description: string;
|
|
56272
|
-
type: string;
|
|
56273
|
-
};
|
|
56274
|
-
subscription_plan: {
|
|
56275
|
-
description: string;
|
|
56276
|
-
type: string;
|
|
56277
|
-
};
|
|
56278
55694
|
};
|
|
56279
|
-
required: string[];
|
|
56280
55695
|
type: string;
|
|
56281
55696
|
};
|
|
56282
55697
|
kwikset_metadata: {
|
|
@@ -111275,46 +110690,8 @@ type Routes = {
|
|
|
111275
110690
|
} | undefined;
|
|
111276
110691
|
/** Metadata for a KeyNest device. */
|
|
111277
110692
|
keynest_metadata?: {
|
|
111278
|
-
/** Key ID for a KeyNest device. */
|
|
111279
|
-
key_id: string;
|
|
111280
110693
|
/** Device name for a KeyNest device. */
|
|
111281
|
-
device_name
|
|
111282
|
-
/** Property ID for a KeyNest device. */
|
|
111283
|
-
property_id: string | null;
|
|
111284
|
-
/** Property postcode for a KeyNest device. */
|
|
111285
|
-
property_postcode: string | null;
|
|
111286
|
-
/** Key notes for a KeyNest device. */
|
|
111287
|
-
key_notes: string | null;
|
|
111288
|
-
/** Subscription plan for a KeyNest device. */
|
|
111289
|
-
subscription_plan: string;
|
|
111290
|
-
/** Status type for a KeyNest device. */
|
|
111291
|
-
status_type: string;
|
|
111292
|
-
/** Current or last store ID for a KeyNest device. */
|
|
111293
|
-
current_or_last_store_id: number;
|
|
111294
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
111295
|
-
last_movement: string;
|
|
111296
|
-
/** Address for a KeyNest device. */
|
|
111297
|
-
address: string | null;
|
|
111298
|
-
/** Current status for a KeyNest device. */
|
|
111299
|
-
current_status: string | null;
|
|
111300
|
-
/** Current user name for a KeyNest device. */
|
|
111301
|
-
current_user_name: string | null;
|
|
111302
|
-
/** Current user email for a KeyNest device. */
|
|
111303
|
-
current_user_email: string | null;
|
|
111304
|
-
/** Current user phone number for a KeyNest device. */
|
|
111305
|
-
current_user_phone_number: string | null;
|
|
111306
|
-
/** Current user company for a KeyNest device. */
|
|
111307
|
-
current_user_company: string | null;
|
|
111308
|
-
/** Handover method for a KeyNest device. */
|
|
111309
|
-
handover_method: string | null;
|
|
111310
|
-
/** KeyNest app user for a KeyNest device. */
|
|
111311
|
-
keynest_app_user: string | null;
|
|
111312
|
-
/** Default office ID for a KeyNest device. */
|
|
111313
|
-
default_office_id: number;
|
|
111314
|
-
/** Fob ID for a KeyNest device. */
|
|
111315
|
-
fob_id: number;
|
|
111316
|
-
/** Whether the KeyNest device has a photo. */
|
|
111317
|
-
has_photo: boolean;
|
|
110694
|
+
device_name?: string | undefined;
|
|
111318
110695
|
} | undefined;
|
|
111319
110696
|
}) & ({
|
|
111320
110697
|
/** */
|
|
@@ -114423,46 +113800,8 @@ type Routes = {
|
|
|
114423
113800
|
} | undefined;
|
|
114424
113801
|
/** Metadata for a KeyNest device. */
|
|
114425
113802
|
keynest_metadata?: {
|
|
114426
|
-
/** Key ID for a KeyNest device. */
|
|
114427
|
-
key_id: string;
|
|
114428
113803
|
/** Device name for a KeyNest device. */
|
|
114429
|
-
device_name
|
|
114430
|
-
/** Property ID for a KeyNest device. */
|
|
114431
|
-
property_id: string | null;
|
|
114432
|
-
/** Property postcode for a KeyNest device. */
|
|
114433
|
-
property_postcode: string | null;
|
|
114434
|
-
/** Key notes for a KeyNest device. */
|
|
114435
|
-
key_notes: string | null;
|
|
114436
|
-
/** Subscription plan for a KeyNest device. */
|
|
114437
|
-
subscription_plan: string;
|
|
114438
|
-
/** Status type for a KeyNest device. */
|
|
114439
|
-
status_type: string;
|
|
114440
|
-
/** Current or last store ID for a KeyNest device. */
|
|
114441
|
-
current_or_last_store_id: number;
|
|
114442
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
114443
|
-
last_movement: string;
|
|
114444
|
-
/** Address for a KeyNest device. */
|
|
114445
|
-
address: string | null;
|
|
114446
|
-
/** Current status for a KeyNest device. */
|
|
114447
|
-
current_status: string | null;
|
|
114448
|
-
/** Current user name for a KeyNest device. */
|
|
114449
|
-
current_user_name: string | null;
|
|
114450
|
-
/** Current user email for a KeyNest device. */
|
|
114451
|
-
current_user_email: string | null;
|
|
114452
|
-
/** Current user phone number for a KeyNest device. */
|
|
114453
|
-
current_user_phone_number: string | null;
|
|
114454
|
-
/** Current user company for a KeyNest device. */
|
|
114455
|
-
current_user_company: string | null;
|
|
114456
|
-
/** Handover method for a KeyNest device. */
|
|
114457
|
-
handover_method: string | null;
|
|
114458
|
-
/** KeyNest app user for a KeyNest device. */
|
|
114459
|
-
keynest_app_user: string | null;
|
|
114460
|
-
/** Default office ID for a KeyNest device. */
|
|
114461
|
-
default_office_id: number;
|
|
114462
|
-
/** Fob ID for a KeyNest device. */
|
|
114463
|
-
fob_id: number;
|
|
114464
|
-
/** Whether the KeyNest device has a photo. */
|
|
114465
|
-
has_photo: boolean;
|
|
113804
|
+
device_name?: string | undefined;
|
|
114466
113805
|
} | undefined;
|
|
114467
113806
|
}) & ({
|
|
114468
113807
|
/** */
|
|
@@ -132663,46 +132002,8 @@ type Routes = {
|
|
|
132663
132002
|
} | undefined;
|
|
132664
132003
|
/** Metadata for a KeyNest device. */
|
|
132665
132004
|
keynest_metadata?: {
|
|
132666
|
-
/** Key ID for a KeyNest device. */
|
|
132667
|
-
key_id: string;
|
|
132668
132005
|
/** Device name for a KeyNest device. */
|
|
132669
|
-
device_name
|
|
132670
|
-
/** Property ID for a KeyNest device. */
|
|
132671
|
-
property_id: string | null;
|
|
132672
|
-
/** Property postcode for a KeyNest device. */
|
|
132673
|
-
property_postcode: string | null;
|
|
132674
|
-
/** Key notes for a KeyNest device. */
|
|
132675
|
-
key_notes: string | null;
|
|
132676
|
-
/** Subscription plan for a KeyNest device. */
|
|
132677
|
-
subscription_plan: string;
|
|
132678
|
-
/** Status type for a KeyNest device. */
|
|
132679
|
-
status_type: string;
|
|
132680
|
-
/** Current or last store ID for a KeyNest device. */
|
|
132681
|
-
current_or_last_store_id: number;
|
|
132682
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
132683
|
-
last_movement: string;
|
|
132684
|
-
/** Address for a KeyNest device. */
|
|
132685
|
-
address: string | null;
|
|
132686
|
-
/** Current status for a KeyNest device. */
|
|
132687
|
-
current_status: string | null;
|
|
132688
|
-
/** Current user name for a KeyNest device. */
|
|
132689
|
-
current_user_name: string | null;
|
|
132690
|
-
/** Current user email for a KeyNest device. */
|
|
132691
|
-
current_user_email: string | null;
|
|
132692
|
-
/** Current user phone number for a KeyNest device. */
|
|
132693
|
-
current_user_phone_number: string | null;
|
|
132694
|
-
/** Current user company for a KeyNest device. */
|
|
132695
|
-
current_user_company: string | null;
|
|
132696
|
-
/** Handover method for a KeyNest device. */
|
|
132697
|
-
handover_method: string | null;
|
|
132698
|
-
/** KeyNest app user for a KeyNest device. */
|
|
132699
|
-
keynest_app_user: string | null;
|
|
132700
|
-
/** Default office ID for a KeyNest device. */
|
|
132701
|
-
default_office_id: number;
|
|
132702
|
-
/** Fob ID for a KeyNest device. */
|
|
132703
|
-
fob_id: number;
|
|
132704
|
-
/** Whether the KeyNest device has a photo. */
|
|
132705
|
-
has_photo: boolean;
|
|
132006
|
+
device_name?: string | undefined;
|
|
132706
132007
|
} | undefined;
|
|
132707
132008
|
}) & ({
|
|
132708
132009
|
/** */
|
|
@@ -133919,46 +133220,8 @@ type Routes = {
|
|
|
133919
133220
|
} | undefined;
|
|
133920
133221
|
/** Metadata for a KeyNest device. */
|
|
133921
133222
|
keynest_metadata?: {
|
|
133922
|
-
/** Key ID for a KeyNest device. */
|
|
133923
|
-
key_id: string;
|
|
133924
133223
|
/** Device name for a KeyNest device. */
|
|
133925
|
-
device_name
|
|
133926
|
-
/** Property ID for a KeyNest device. */
|
|
133927
|
-
property_id: string | null;
|
|
133928
|
-
/** Property postcode for a KeyNest device. */
|
|
133929
|
-
property_postcode: string | null;
|
|
133930
|
-
/** Key notes for a KeyNest device. */
|
|
133931
|
-
key_notes: string | null;
|
|
133932
|
-
/** Subscription plan for a KeyNest device. */
|
|
133933
|
-
subscription_plan: string;
|
|
133934
|
-
/** Status type for a KeyNest device. */
|
|
133935
|
-
status_type: string;
|
|
133936
|
-
/** Current or last store ID for a KeyNest device. */
|
|
133937
|
-
current_or_last_store_id: number;
|
|
133938
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
133939
|
-
last_movement: string;
|
|
133940
|
-
/** Address for a KeyNest device. */
|
|
133941
|
-
address: string | null;
|
|
133942
|
-
/** Current status for a KeyNest device. */
|
|
133943
|
-
current_status: string | null;
|
|
133944
|
-
/** Current user name for a KeyNest device. */
|
|
133945
|
-
current_user_name: string | null;
|
|
133946
|
-
/** Current user email for a KeyNest device. */
|
|
133947
|
-
current_user_email: string | null;
|
|
133948
|
-
/** Current user phone number for a KeyNest device. */
|
|
133949
|
-
current_user_phone_number: string | null;
|
|
133950
|
-
/** Current user company for a KeyNest device. */
|
|
133951
|
-
current_user_company: string | null;
|
|
133952
|
-
/** Handover method for a KeyNest device. */
|
|
133953
|
-
handover_method: string | null;
|
|
133954
|
-
/** KeyNest app user for a KeyNest device. */
|
|
133955
|
-
keynest_app_user: string | null;
|
|
133956
|
-
/** Default office ID for a KeyNest device. */
|
|
133957
|
-
default_office_id: number;
|
|
133958
|
-
/** Fob ID for a KeyNest device. */
|
|
133959
|
-
fob_id: number;
|
|
133960
|
-
/** Whether the KeyNest device has a photo. */
|
|
133961
|
-
has_photo: boolean;
|
|
133224
|
+
device_name?: string | undefined;
|
|
133962
133225
|
} | undefined;
|
|
133963
133226
|
}) & ({
|
|
133964
133227
|
/** */
|
|
@@ -139935,46 +139198,8 @@ type Routes = {
|
|
|
139935
139198
|
} | undefined;
|
|
139936
139199
|
/** Metadata for a KeyNest device. */
|
|
139937
139200
|
keynest_metadata?: {
|
|
139938
|
-
/** Key ID for a KeyNest device. */
|
|
139939
|
-
key_id: string;
|
|
139940
139201
|
/** Device name for a KeyNest device. */
|
|
139941
|
-
device_name
|
|
139942
|
-
/** Property ID for a KeyNest device. */
|
|
139943
|
-
property_id: string | null;
|
|
139944
|
-
/** Property postcode for a KeyNest device. */
|
|
139945
|
-
property_postcode: string | null;
|
|
139946
|
-
/** Key notes for a KeyNest device. */
|
|
139947
|
-
key_notes: string | null;
|
|
139948
|
-
/** Subscription plan for a KeyNest device. */
|
|
139949
|
-
subscription_plan: string;
|
|
139950
|
-
/** Status type for a KeyNest device. */
|
|
139951
|
-
status_type: string;
|
|
139952
|
-
/** Current or last store ID for a KeyNest device. */
|
|
139953
|
-
current_or_last_store_id: number;
|
|
139954
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
139955
|
-
last_movement: string;
|
|
139956
|
-
/** Address for a KeyNest device. */
|
|
139957
|
-
address: string | null;
|
|
139958
|
-
/** Current status for a KeyNest device. */
|
|
139959
|
-
current_status: string | null;
|
|
139960
|
-
/** Current user name for a KeyNest device. */
|
|
139961
|
-
current_user_name: string | null;
|
|
139962
|
-
/** Current user email for a KeyNest device. */
|
|
139963
|
-
current_user_email: string | null;
|
|
139964
|
-
/** Current user phone number for a KeyNest device. */
|
|
139965
|
-
current_user_phone_number: string | null;
|
|
139966
|
-
/** Current user company for a KeyNest device. */
|
|
139967
|
-
current_user_company: string | null;
|
|
139968
|
-
/** Handover method for a KeyNest device. */
|
|
139969
|
-
handover_method: string | null;
|
|
139970
|
-
/** KeyNest app user for a KeyNest device. */
|
|
139971
|
-
keynest_app_user: string | null;
|
|
139972
|
-
/** Default office ID for a KeyNest device. */
|
|
139973
|
-
default_office_id: number;
|
|
139974
|
-
/** Fob ID for a KeyNest device. */
|
|
139975
|
-
fob_id: number;
|
|
139976
|
-
/** Whether the KeyNest device has a photo. */
|
|
139977
|
-
has_photo: boolean;
|
|
139202
|
+
device_name?: string | undefined;
|
|
139978
139203
|
} | undefined;
|
|
139979
139204
|
}) & ({
|
|
139980
139205
|
/** */
|
|
@@ -141141,46 +140366,8 @@ type Routes = {
|
|
|
141141
140366
|
} | undefined;
|
|
141142
140367
|
/** Metadata for a KeyNest device. */
|
|
141143
140368
|
keynest_metadata?: {
|
|
141144
|
-
/** Key ID for a KeyNest device. */
|
|
141145
|
-
key_id: string;
|
|
141146
140369
|
/** Device name for a KeyNest device. */
|
|
141147
|
-
device_name
|
|
141148
|
-
/** Property ID for a KeyNest device. */
|
|
141149
|
-
property_id: string | null;
|
|
141150
|
-
/** Property postcode for a KeyNest device. */
|
|
141151
|
-
property_postcode: string | null;
|
|
141152
|
-
/** Key notes for a KeyNest device. */
|
|
141153
|
-
key_notes: string | null;
|
|
141154
|
-
/** Subscription plan for a KeyNest device. */
|
|
141155
|
-
subscription_plan: string;
|
|
141156
|
-
/** Status type for a KeyNest device. */
|
|
141157
|
-
status_type: string;
|
|
141158
|
-
/** Current or last store ID for a KeyNest device. */
|
|
141159
|
-
current_or_last_store_id: number;
|
|
141160
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
141161
|
-
last_movement: string;
|
|
141162
|
-
/** Address for a KeyNest device. */
|
|
141163
|
-
address: string | null;
|
|
141164
|
-
/** Current status for a KeyNest device. */
|
|
141165
|
-
current_status: string | null;
|
|
141166
|
-
/** Current user name for a KeyNest device. */
|
|
141167
|
-
current_user_name: string | null;
|
|
141168
|
-
/** Current user email for a KeyNest device. */
|
|
141169
|
-
current_user_email: string | null;
|
|
141170
|
-
/** Current user phone number for a KeyNest device. */
|
|
141171
|
-
current_user_phone_number: string | null;
|
|
141172
|
-
/** Current user company for a KeyNest device. */
|
|
141173
|
-
current_user_company: string | null;
|
|
141174
|
-
/** Handover method for a KeyNest device. */
|
|
141175
|
-
handover_method: string | null;
|
|
141176
|
-
/** KeyNest app user for a KeyNest device. */
|
|
141177
|
-
keynest_app_user: string | null;
|
|
141178
|
-
/** Default office ID for a KeyNest device. */
|
|
141179
|
-
default_office_id: number;
|
|
141180
|
-
/** Fob ID for a KeyNest device. */
|
|
141181
|
-
fob_id: number;
|
|
141182
|
-
/** Whether the KeyNest device has a photo. */
|
|
141183
|
-
has_photo: boolean;
|
|
140370
|
+
device_name?: string | undefined;
|
|
141184
140371
|
} | undefined;
|
|
141185
140372
|
}) & ({
|
|
141186
140373
|
/** */
|
|
@@ -142397,46 +141584,8 @@ type Routes = {
|
|
|
142397
141584
|
} | undefined;
|
|
142398
141585
|
/** Metadata for a KeyNest device. */
|
|
142399
141586
|
keynest_metadata?: {
|
|
142400
|
-
/** Key ID for a KeyNest device. */
|
|
142401
|
-
key_id: string;
|
|
142402
141587
|
/** Device name for a KeyNest device. */
|
|
142403
|
-
device_name
|
|
142404
|
-
/** Property ID for a KeyNest device. */
|
|
142405
|
-
property_id: string | null;
|
|
142406
|
-
/** Property postcode for a KeyNest device. */
|
|
142407
|
-
property_postcode: string | null;
|
|
142408
|
-
/** Key notes for a KeyNest device. */
|
|
142409
|
-
key_notes: string | null;
|
|
142410
|
-
/** Subscription plan for a KeyNest device. */
|
|
142411
|
-
subscription_plan: string;
|
|
142412
|
-
/** Status type for a KeyNest device. */
|
|
142413
|
-
status_type: string;
|
|
142414
|
-
/** Current or last store ID for a KeyNest device. */
|
|
142415
|
-
current_or_last_store_id: number;
|
|
142416
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
142417
|
-
last_movement: string;
|
|
142418
|
-
/** Address for a KeyNest device. */
|
|
142419
|
-
address: string | null;
|
|
142420
|
-
/** Current status for a KeyNest device. */
|
|
142421
|
-
current_status: string | null;
|
|
142422
|
-
/** Current user name for a KeyNest device. */
|
|
142423
|
-
current_user_name: string | null;
|
|
142424
|
-
/** Current user email for a KeyNest device. */
|
|
142425
|
-
current_user_email: string | null;
|
|
142426
|
-
/** Current user phone number for a KeyNest device. */
|
|
142427
|
-
current_user_phone_number: string | null;
|
|
142428
|
-
/** Current user company for a KeyNest device. */
|
|
142429
|
-
current_user_company: string | null;
|
|
142430
|
-
/** Handover method for a KeyNest device. */
|
|
142431
|
-
handover_method: string | null;
|
|
142432
|
-
/** KeyNest app user for a KeyNest device. */
|
|
142433
|
-
keynest_app_user: string | null;
|
|
142434
|
-
/** Default office ID for a KeyNest device. */
|
|
142435
|
-
default_office_id: number;
|
|
142436
|
-
/** Fob ID for a KeyNest device. */
|
|
142437
|
-
fob_id: number;
|
|
142438
|
-
/** Whether the KeyNest device has a photo. */
|
|
142439
|
-
has_photo: boolean;
|
|
141588
|
+
device_name?: string | undefined;
|
|
142440
141589
|
} | undefined;
|
|
142441
141590
|
}) & ({
|
|
142442
141591
|
/** */
|
|
@@ -143602,46 +142751,8 @@ type Routes = {
|
|
|
143602
142751
|
} | undefined;
|
|
143603
142752
|
/** Metadata for a KeyNest device. */
|
|
143604
142753
|
keynest_metadata?: {
|
|
143605
|
-
/** Key ID for a KeyNest device. */
|
|
143606
|
-
key_id: string;
|
|
143607
142754
|
/** Device name for a KeyNest device. */
|
|
143608
|
-
device_name
|
|
143609
|
-
/** Property ID for a KeyNest device. */
|
|
143610
|
-
property_id: string | null;
|
|
143611
|
-
/** Property postcode for a KeyNest device. */
|
|
143612
|
-
property_postcode: string | null;
|
|
143613
|
-
/** Key notes for a KeyNest device. */
|
|
143614
|
-
key_notes: string | null;
|
|
143615
|
-
/** Subscription plan for a KeyNest device. */
|
|
143616
|
-
subscription_plan: string;
|
|
143617
|
-
/** Status type for a KeyNest device. */
|
|
143618
|
-
status_type: string;
|
|
143619
|
-
/** Current or last store ID for a KeyNest device. */
|
|
143620
|
-
current_or_last_store_id: number;
|
|
143621
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
143622
|
-
last_movement: string;
|
|
143623
|
-
/** Address for a KeyNest device. */
|
|
143624
|
-
address: string | null;
|
|
143625
|
-
/** Current status for a KeyNest device. */
|
|
143626
|
-
current_status: string | null;
|
|
143627
|
-
/** Current user name for a KeyNest device. */
|
|
143628
|
-
current_user_name: string | null;
|
|
143629
|
-
/** Current user email for a KeyNest device. */
|
|
143630
|
-
current_user_email: string | null;
|
|
143631
|
-
/** Current user phone number for a KeyNest device. */
|
|
143632
|
-
current_user_phone_number: string | null;
|
|
143633
|
-
/** Current user company for a KeyNest device. */
|
|
143634
|
-
current_user_company: string | null;
|
|
143635
|
-
/** Handover method for a KeyNest device. */
|
|
143636
|
-
handover_method: string | null;
|
|
143637
|
-
/** KeyNest app user for a KeyNest device. */
|
|
143638
|
-
keynest_app_user: string | null;
|
|
143639
|
-
/** Default office ID for a KeyNest device. */
|
|
143640
|
-
default_office_id: number;
|
|
143641
|
-
/** Fob ID for a KeyNest device. */
|
|
143642
|
-
fob_id: number;
|
|
143643
|
-
/** Whether the KeyNest device has a photo. */
|
|
143644
|
-
has_photo: boolean;
|
|
142755
|
+
device_name?: string | undefined;
|
|
143645
142756
|
} | undefined;
|
|
143646
142757
|
}) & ({
|
|
143647
142758
|
/** */
|
|
@@ -149896,46 +149007,8 @@ type Routes = {
|
|
|
149896
149007
|
} | undefined;
|
|
149897
149008
|
/** Metadata for a KeyNest device. */
|
|
149898
149009
|
keynest_metadata?: {
|
|
149899
|
-
/** Key ID for a KeyNest device. */
|
|
149900
|
-
key_id: string;
|
|
149901
149010
|
/** Device name for a KeyNest device. */
|
|
149902
|
-
device_name
|
|
149903
|
-
/** Property ID for a KeyNest device. */
|
|
149904
|
-
property_id: string | null;
|
|
149905
|
-
/** Property postcode for a KeyNest device. */
|
|
149906
|
-
property_postcode: string | null;
|
|
149907
|
-
/** Key notes for a KeyNest device. */
|
|
149908
|
-
key_notes: string | null;
|
|
149909
|
-
/** Subscription plan for a KeyNest device. */
|
|
149910
|
-
subscription_plan: string;
|
|
149911
|
-
/** Status type for a KeyNest device. */
|
|
149912
|
-
status_type: string;
|
|
149913
|
-
/** Current or last store ID for a KeyNest device. */
|
|
149914
|
-
current_or_last_store_id: number;
|
|
149915
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
149916
|
-
last_movement: string;
|
|
149917
|
-
/** Address for a KeyNest device. */
|
|
149918
|
-
address: string | null;
|
|
149919
|
-
/** Current status for a KeyNest device. */
|
|
149920
|
-
current_status: string | null;
|
|
149921
|
-
/** Current user name for a KeyNest device. */
|
|
149922
|
-
current_user_name: string | null;
|
|
149923
|
-
/** Current user email for a KeyNest device. */
|
|
149924
|
-
current_user_email: string | null;
|
|
149925
|
-
/** Current user phone number for a KeyNest device. */
|
|
149926
|
-
current_user_phone_number: string | null;
|
|
149927
|
-
/** Current user company for a KeyNest device. */
|
|
149928
|
-
current_user_company: string | null;
|
|
149929
|
-
/** Handover method for a KeyNest device. */
|
|
149930
|
-
handover_method: string | null;
|
|
149931
|
-
/** KeyNest app user for a KeyNest device. */
|
|
149932
|
-
keynest_app_user: string | null;
|
|
149933
|
-
/** Default office ID for a KeyNest device. */
|
|
149934
|
-
default_office_id: number;
|
|
149935
|
-
/** Fob ID for a KeyNest device. */
|
|
149936
|
-
fob_id: number;
|
|
149937
|
-
/** Whether the KeyNest device has a photo. */
|
|
149938
|
-
has_photo: boolean;
|
|
149011
|
+
device_name?: string | undefined;
|
|
149939
149012
|
} | undefined;
|
|
149940
149013
|
}) & ({
|
|
149941
149014
|
/** */
|
|
@@ -151101,46 +150174,8 @@ type Routes = {
|
|
|
151101
150174
|
} | undefined;
|
|
151102
150175
|
/** Metadata for a KeyNest device. */
|
|
151103
150176
|
keynest_metadata?: {
|
|
151104
|
-
/** Key ID for a KeyNest device. */
|
|
151105
|
-
key_id: string;
|
|
151106
150177
|
/** Device name for a KeyNest device. */
|
|
151107
|
-
device_name
|
|
151108
|
-
/** Property ID for a KeyNest device. */
|
|
151109
|
-
property_id: string | null;
|
|
151110
|
-
/** Property postcode for a KeyNest device. */
|
|
151111
|
-
property_postcode: string | null;
|
|
151112
|
-
/** Key notes for a KeyNest device. */
|
|
151113
|
-
key_notes: string | null;
|
|
151114
|
-
/** Subscription plan for a KeyNest device. */
|
|
151115
|
-
subscription_plan: string;
|
|
151116
|
-
/** Status type for a KeyNest device. */
|
|
151117
|
-
status_type: string;
|
|
151118
|
-
/** Current or last store ID for a KeyNest device. */
|
|
151119
|
-
current_or_last_store_id: number;
|
|
151120
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
151121
|
-
last_movement: string;
|
|
151122
|
-
/** Address for a KeyNest device. */
|
|
151123
|
-
address: string | null;
|
|
151124
|
-
/** Current status for a KeyNest device. */
|
|
151125
|
-
current_status: string | null;
|
|
151126
|
-
/** Current user name for a KeyNest device. */
|
|
151127
|
-
current_user_name: string | null;
|
|
151128
|
-
/** Current user email for a KeyNest device. */
|
|
151129
|
-
current_user_email: string | null;
|
|
151130
|
-
/** Current user phone number for a KeyNest device. */
|
|
151131
|
-
current_user_phone_number: string | null;
|
|
151132
|
-
/** Current user company for a KeyNest device. */
|
|
151133
|
-
current_user_company: string | null;
|
|
151134
|
-
/** Handover method for a KeyNest device. */
|
|
151135
|
-
handover_method: string | null;
|
|
151136
|
-
/** KeyNest app user for a KeyNest device. */
|
|
151137
|
-
keynest_app_user: string | null;
|
|
151138
|
-
/** Default office ID for a KeyNest device. */
|
|
151139
|
-
default_office_id: number;
|
|
151140
|
-
/** Fob ID for a KeyNest device. */
|
|
151141
|
-
fob_id: number;
|
|
151142
|
-
/** Whether the KeyNest device has a photo. */
|
|
151143
|
-
has_photo: boolean;
|
|
150178
|
+
device_name?: string | undefined;
|
|
151144
150179
|
} | undefined;
|
|
151145
150180
|
}) & ({
|
|
151146
150181
|
/** */
|
|
@@ -159500,46 +158535,8 @@ type Routes = {
|
|
|
159500
158535
|
} | undefined;
|
|
159501
158536
|
/** Metadata for a KeyNest device. */
|
|
159502
158537
|
keynest_metadata?: {
|
|
159503
|
-
/** Key ID for a KeyNest device. */
|
|
159504
|
-
key_id: string;
|
|
159505
158538
|
/** Device name for a KeyNest device. */
|
|
159506
|
-
device_name
|
|
159507
|
-
/** Property ID for a KeyNest device. */
|
|
159508
|
-
property_id: string | null;
|
|
159509
|
-
/** Property postcode for a KeyNest device. */
|
|
159510
|
-
property_postcode: string | null;
|
|
159511
|
-
/** Key notes for a KeyNest device. */
|
|
159512
|
-
key_notes: string | null;
|
|
159513
|
-
/** Subscription plan for a KeyNest device. */
|
|
159514
|
-
subscription_plan: string;
|
|
159515
|
-
/** Status type for a KeyNest device. */
|
|
159516
|
-
status_type: string;
|
|
159517
|
-
/** Current or last store ID for a KeyNest device. */
|
|
159518
|
-
current_or_last_store_id: number;
|
|
159519
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
159520
|
-
last_movement: string;
|
|
159521
|
-
/** Address for a KeyNest device. */
|
|
159522
|
-
address: string | null;
|
|
159523
|
-
/** Current status for a KeyNest device. */
|
|
159524
|
-
current_status: string | null;
|
|
159525
|
-
/** Current user name for a KeyNest device. */
|
|
159526
|
-
current_user_name: string | null;
|
|
159527
|
-
/** Current user email for a KeyNest device. */
|
|
159528
|
-
current_user_email: string | null;
|
|
159529
|
-
/** Current user phone number for a KeyNest device. */
|
|
159530
|
-
current_user_phone_number: string | null;
|
|
159531
|
-
/** Current user company for a KeyNest device. */
|
|
159532
|
-
current_user_company: string | null;
|
|
159533
|
-
/** Handover method for a KeyNest device. */
|
|
159534
|
-
handover_method: string | null;
|
|
159535
|
-
/** KeyNest app user for a KeyNest device. */
|
|
159536
|
-
keynest_app_user: string | null;
|
|
159537
|
-
/** Default office ID for a KeyNest device. */
|
|
159538
|
-
default_office_id: number;
|
|
159539
|
-
/** Fob ID for a KeyNest device. */
|
|
159540
|
-
fob_id: number;
|
|
159541
|
-
/** Whether the KeyNest device has a photo. */
|
|
159542
|
-
has_photo: boolean;
|
|
158539
|
+
device_name?: string | undefined;
|
|
159543
158540
|
} | undefined;
|
|
159544
158541
|
}) & ({
|
|
159545
158542
|
/** */
|
|
@@ -165086,46 +164083,8 @@ type Routes = {
|
|
|
165086
164083
|
} | undefined;
|
|
165087
164084
|
/** Metadata for a KeyNest device. */
|
|
165088
164085
|
keynest_metadata?: {
|
|
165089
|
-
/** Key ID for a KeyNest device. */
|
|
165090
|
-
key_id: string;
|
|
165091
164086
|
/** Device name for a KeyNest device. */
|
|
165092
|
-
device_name
|
|
165093
|
-
/** Property ID for a KeyNest device. */
|
|
165094
|
-
property_id: string | null;
|
|
165095
|
-
/** Property postcode for a KeyNest device. */
|
|
165096
|
-
property_postcode: string | null;
|
|
165097
|
-
/** Key notes for a KeyNest device. */
|
|
165098
|
-
key_notes: string | null;
|
|
165099
|
-
/** Subscription plan for a KeyNest device. */
|
|
165100
|
-
subscription_plan: string;
|
|
165101
|
-
/** Status type for a KeyNest device. */
|
|
165102
|
-
status_type: string;
|
|
165103
|
-
/** Current or last store ID for a KeyNest device. */
|
|
165104
|
-
current_or_last_store_id: number;
|
|
165105
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
165106
|
-
last_movement: string;
|
|
165107
|
-
/** Address for a KeyNest device. */
|
|
165108
|
-
address: string | null;
|
|
165109
|
-
/** Current status for a KeyNest device. */
|
|
165110
|
-
current_status: string | null;
|
|
165111
|
-
/** Current user name for a KeyNest device. */
|
|
165112
|
-
current_user_name: string | null;
|
|
165113
|
-
/** Current user email for a KeyNest device. */
|
|
165114
|
-
current_user_email: string | null;
|
|
165115
|
-
/** Current user phone number for a KeyNest device. */
|
|
165116
|
-
current_user_phone_number: string | null;
|
|
165117
|
-
/** Current user company for a KeyNest device. */
|
|
165118
|
-
current_user_company: string | null;
|
|
165119
|
-
/** Handover method for a KeyNest device. */
|
|
165120
|
-
handover_method: string | null;
|
|
165121
|
-
/** KeyNest app user for a KeyNest device. */
|
|
165122
|
-
keynest_app_user: string | null;
|
|
165123
|
-
/** Default office ID for a KeyNest device. */
|
|
165124
|
-
default_office_id: number;
|
|
165125
|
-
/** Fob ID for a KeyNest device. */
|
|
165126
|
-
fob_id: number;
|
|
165127
|
-
/** Whether the KeyNest device has a photo. */
|
|
165128
|
-
has_photo: boolean;
|
|
164087
|
+
device_name?: string | undefined;
|
|
165129
164088
|
} | undefined;
|
|
165130
164089
|
}) & ({
|
|
165131
164090
|
/** */
|
|
@@ -168874,46 +167833,8 @@ type Routes = {
|
|
|
168874
167833
|
} | undefined;
|
|
168875
167834
|
/** Metadata for a KeyNest device. */
|
|
168876
167835
|
keynest_metadata?: {
|
|
168877
|
-
/** Key ID for a KeyNest device. */
|
|
168878
|
-
key_id: string;
|
|
168879
167836
|
/** Device name for a KeyNest device. */
|
|
168880
|
-
device_name
|
|
168881
|
-
/** Property ID for a KeyNest device. */
|
|
168882
|
-
property_id: string | null;
|
|
168883
|
-
/** Property postcode for a KeyNest device. */
|
|
168884
|
-
property_postcode: string | null;
|
|
168885
|
-
/** Key notes for a KeyNest device. */
|
|
168886
|
-
key_notes: string | null;
|
|
168887
|
-
/** Subscription plan for a KeyNest device. */
|
|
168888
|
-
subscription_plan: string;
|
|
168889
|
-
/** Status type for a KeyNest device. */
|
|
168890
|
-
status_type: string;
|
|
168891
|
-
/** Current or last store ID for a KeyNest device. */
|
|
168892
|
-
current_or_last_store_id: number;
|
|
168893
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
168894
|
-
last_movement: string;
|
|
168895
|
-
/** Address for a KeyNest device. */
|
|
168896
|
-
address: string | null;
|
|
168897
|
-
/** Current status for a KeyNest device. */
|
|
168898
|
-
current_status: string | null;
|
|
168899
|
-
/** Current user name for a KeyNest device. */
|
|
168900
|
-
current_user_name: string | null;
|
|
168901
|
-
/** Current user email for a KeyNest device. */
|
|
168902
|
-
current_user_email: string | null;
|
|
168903
|
-
/** Current user phone number for a KeyNest device. */
|
|
168904
|
-
current_user_phone_number: string | null;
|
|
168905
|
-
/** Current user company for a KeyNest device. */
|
|
168906
|
-
current_user_company: string | null;
|
|
168907
|
-
/** Handover method for a KeyNest device. */
|
|
168908
|
-
handover_method: string | null;
|
|
168909
|
-
/** KeyNest app user for a KeyNest device. */
|
|
168910
|
-
keynest_app_user: string | null;
|
|
168911
|
-
/** Default office ID for a KeyNest device. */
|
|
168912
|
-
default_office_id: number;
|
|
168913
|
-
/** Fob ID for a KeyNest device. */
|
|
168914
|
-
fob_id: number;
|
|
168915
|
-
/** Whether the KeyNest device has a photo. */
|
|
168916
|
-
has_photo: boolean;
|
|
167837
|
+
device_name?: string | undefined;
|
|
168917
167838
|
} | undefined;
|
|
168918
167839
|
}) & ({
|
|
168919
167840
|
/** */
|
|
@@ -170079,46 +169000,8 @@ type Routes = {
|
|
|
170079
169000
|
} | undefined;
|
|
170080
169001
|
/** Metadata for a KeyNest device. */
|
|
170081
169002
|
keynest_metadata?: {
|
|
170082
|
-
/** Key ID for a KeyNest device. */
|
|
170083
|
-
key_id: string;
|
|
170084
169003
|
/** Device name for a KeyNest device. */
|
|
170085
|
-
device_name
|
|
170086
|
-
/** Property ID for a KeyNest device. */
|
|
170087
|
-
property_id: string | null;
|
|
170088
|
-
/** Property postcode for a KeyNest device. */
|
|
170089
|
-
property_postcode: string | null;
|
|
170090
|
-
/** Key notes for a KeyNest device. */
|
|
170091
|
-
key_notes: string | null;
|
|
170092
|
-
/** Subscription plan for a KeyNest device. */
|
|
170093
|
-
subscription_plan: string;
|
|
170094
|
-
/** Status type for a KeyNest device. */
|
|
170095
|
-
status_type: string;
|
|
170096
|
-
/** Current or last store ID for a KeyNest device. */
|
|
170097
|
-
current_or_last_store_id: number;
|
|
170098
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
170099
|
-
last_movement: string;
|
|
170100
|
-
/** Address for a KeyNest device. */
|
|
170101
|
-
address: string | null;
|
|
170102
|
-
/** Current status for a KeyNest device. */
|
|
170103
|
-
current_status: string | null;
|
|
170104
|
-
/** Current user name for a KeyNest device. */
|
|
170105
|
-
current_user_name: string | null;
|
|
170106
|
-
/** Current user email for a KeyNest device. */
|
|
170107
|
-
current_user_email: string | null;
|
|
170108
|
-
/** Current user phone number for a KeyNest device. */
|
|
170109
|
-
current_user_phone_number: string | null;
|
|
170110
|
-
/** Current user company for a KeyNest device. */
|
|
170111
|
-
current_user_company: string | null;
|
|
170112
|
-
/** Handover method for a KeyNest device. */
|
|
170113
|
-
handover_method: string | null;
|
|
170114
|
-
/** KeyNest app user for a KeyNest device. */
|
|
170115
|
-
keynest_app_user: string | null;
|
|
170116
|
-
/** Default office ID for a KeyNest device. */
|
|
170117
|
-
default_office_id: number;
|
|
170118
|
-
/** Fob ID for a KeyNest device. */
|
|
170119
|
-
fob_id: number;
|
|
170120
|
-
/** Whether the KeyNest device has a photo. */
|
|
170121
|
-
has_photo: boolean;
|
|
169004
|
+
device_name?: string | undefined;
|
|
170122
169005
|
} | undefined;
|
|
170123
169006
|
}) & ({
|
|
170124
169007
|
/** */
|
|
@@ -177225,46 +176108,8 @@ type Routes = {
|
|
|
177225
176108
|
} | undefined;
|
|
177226
176109
|
/** Metadata for a KeyNest device. */
|
|
177227
176110
|
keynest_metadata?: {
|
|
177228
|
-
/** Key ID for a KeyNest device. */
|
|
177229
|
-
key_id: string;
|
|
177230
176111
|
/** Device name for a KeyNest device. */
|
|
177231
|
-
device_name
|
|
177232
|
-
/** Property ID for a KeyNest device. */
|
|
177233
|
-
property_id: string | null;
|
|
177234
|
-
/** Property postcode for a KeyNest device. */
|
|
177235
|
-
property_postcode: string | null;
|
|
177236
|
-
/** Key notes for a KeyNest device. */
|
|
177237
|
-
key_notes: string | null;
|
|
177238
|
-
/** Subscription plan for a KeyNest device. */
|
|
177239
|
-
subscription_plan: string;
|
|
177240
|
-
/** Status type for a KeyNest device. */
|
|
177241
|
-
status_type: string;
|
|
177242
|
-
/** Current or last store ID for a KeyNest device. */
|
|
177243
|
-
current_or_last_store_id: number;
|
|
177244
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
177245
|
-
last_movement: string;
|
|
177246
|
-
/** Address for a KeyNest device. */
|
|
177247
|
-
address: string | null;
|
|
177248
|
-
/** Current status for a KeyNest device. */
|
|
177249
|
-
current_status: string | null;
|
|
177250
|
-
/** Current user name for a KeyNest device. */
|
|
177251
|
-
current_user_name: string | null;
|
|
177252
|
-
/** Current user email for a KeyNest device. */
|
|
177253
|
-
current_user_email: string | null;
|
|
177254
|
-
/** Current user phone number for a KeyNest device. */
|
|
177255
|
-
current_user_phone_number: string | null;
|
|
177256
|
-
/** Current user company for a KeyNest device. */
|
|
177257
|
-
current_user_company: string | null;
|
|
177258
|
-
/** Handover method for a KeyNest device. */
|
|
177259
|
-
handover_method: string | null;
|
|
177260
|
-
/** KeyNest app user for a KeyNest device. */
|
|
177261
|
-
keynest_app_user: string | null;
|
|
177262
|
-
/** Default office ID for a KeyNest device. */
|
|
177263
|
-
default_office_id: number;
|
|
177264
|
-
/** Fob ID for a KeyNest device. */
|
|
177265
|
-
fob_id: number;
|
|
177266
|
-
/** Whether the KeyNest device has a photo. */
|
|
177267
|
-
has_photo: boolean;
|
|
176112
|
+
device_name?: string | undefined;
|
|
177268
176113
|
} | undefined;
|
|
177269
176114
|
}) & ({
|
|
177270
176115
|
/** */
|
|
@@ -178432,46 +177277,8 @@ type Routes = {
|
|
|
178432
177277
|
} | undefined;
|
|
178433
177278
|
/** Metadata for a KeyNest device. */
|
|
178434
177279
|
keynest_metadata?: {
|
|
178435
|
-
/** Key ID for a KeyNest device. */
|
|
178436
|
-
key_id: string;
|
|
178437
177280
|
/** Device name for a KeyNest device. */
|
|
178438
|
-
device_name
|
|
178439
|
-
/** Property ID for a KeyNest device. */
|
|
178440
|
-
property_id: string | null;
|
|
178441
|
-
/** Property postcode for a KeyNest device. */
|
|
178442
|
-
property_postcode: string | null;
|
|
178443
|
-
/** Key notes for a KeyNest device. */
|
|
178444
|
-
key_notes: string | null;
|
|
178445
|
-
/** Subscription plan for a KeyNest device. */
|
|
178446
|
-
subscription_plan: string;
|
|
178447
|
-
/** Status type for a KeyNest device. */
|
|
178448
|
-
status_type: string;
|
|
178449
|
-
/** Current or last store ID for a KeyNest device. */
|
|
178450
|
-
current_or_last_store_id: number;
|
|
178451
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
178452
|
-
last_movement: string;
|
|
178453
|
-
/** Address for a KeyNest device. */
|
|
178454
|
-
address: string | null;
|
|
178455
|
-
/** Current status for a KeyNest device. */
|
|
178456
|
-
current_status: string | null;
|
|
178457
|
-
/** Current user name for a KeyNest device. */
|
|
178458
|
-
current_user_name: string | null;
|
|
178459
|
-
/** Current user email for a KeyNest device. */
|
|
178460
|
-
current_user_email: string | null;
|
|
178461
|
-
/** Current user phone number for a KeyNest device. */
|
|
178462
|
-
current_user_phone_number: string | null;
|
|
178463
|
-
/** Current user company for a KeyNest device. */
|
|
178464
|
-
current_user_company: string | null;
|
|
178465
|
-
/** Handover method for a KeyNest device. */
|
|
178466
|
-
handover_method: string | null;
|
|
178467
|
-
/** KeyNest app user for a KeyNest device. */
|
|
178468
|
-
keynest_app_user: string | null;
|
|
178469
|
-
/** Default office ID for a KeyNest device. */
|
|
178470
|
-
default_office_id: number;
|
|
178471
|
-
/** Fob ID for a KeyNest device. */
|
|
178472
|
-
fob_id: number;
|
|
178473
|
-
/** Whether the KeyNest device has a photo. */
|
|
178474
|
-
has_photo: boolean;
|
|
177281
|
+
device_name?: string | undefined;
|
|
178475
177282
|
} | undefined;
|
|
178476
177283
|
}) & ({
|
|
178477
177284
|
/** */
|
|
@@ -180398,46 +179205,8 @@ type Routes = {
|
|
|
180398
179205
|
} | undefined;
|
|
180399
179206
|
/** Metadata for a KeyNest device. */
|
|
180400
179207
|
keynest_metadata?: {
|
|
180401
|
-
/** Key ID for a KeyNest device. */
|
|
180402
|
-
key_id: string;
|
|
180403
179208
|
/** Device name for a KeyNest device. */
|
|
180404
|
-
device_name
|
|
180405
|
-
/** Property ID for a KeyNest device. */
|
|
180406
|
-
property_id: string | null;
|
|
180407
|
-
/** Property postcode for a KeyNest device. */
|
|
180408
|
-
property_postcode: string | null;
|
|
180409
|
-
/** Key notes for a KeyNest device. */
|
|
180410
|
-
key_notes: string | null;
|
|
180411
|
-
/** Subscription plan for a KeyNest device. */
|
|
180412
|
-
subscription_plan: string;
|
|
180413
|
-
/** Status type for a KeyNest device. */
|
|
180414
|
-
status_type: string;
|
|
180415
|
-
/** Current or last store ID for a KeyNest device. */
|
|
180416
|
-
current_or_last_store_id: number;
|
|
180417
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
180418
|
-
last_movement: string;
|
|
180419
|
-
/** Address for a KeyNest device. */
|
|
180420
|
-
address: string | null;
|
|
180421
|
-
/** Current status for a KeyNest device. */
|
|
180422
|
-
current_status: string | null;
|
|
180423
|
-
/** Current user name for a KeyNest device. */
|
|
180424
|
-
current_user_name: string | null;
|
|
180425
|
-
/** Current user email for a KeyNest device. */
|
|
180426
|
-
current_user_email: string | null;
|
|
180427
|
-
/** Current user phone number for a KeyNest device. */
|
|
180428
|
-
current_user_phone_number: string | null;
|
|
180429
|
-
/** Current user company for a KeyNest device. */
|
|
180430
|
-
current_user_company: string | null;
|
|
180431
|
-
/** Handover method for a KeyNest device. */
|
|
180432
|
-
handover_method: string | null;
|
|
180433
|
-
/** KeyNest app user for a KeyNest device. */
|
|
180434
|
-
keynest_app_user: string | null;
|
|
180435
|
-
/** Default office ID for a KeyNest device. */
|
|
180436
|
-
default_office_id: number;
|
|
180437
|
-
/** Fob ID for a KeyNest device. */
|
|
180438
|
-
fob_id: number;
|
|
180439
|
-
/** Whether the KeyNest device has a photo. */
|
|
180440
|
-
has_photo: boolean;
|
|
179209
|
+
device_name?: string | undefined;
|
|
180441
179210
|
} | undefined;
|
|
180442
179211
|
}) & ({
|
|
180443
179212
|
/** */
|