@seamapi/types 1.500.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 +46 -151
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +226 -1371
- package/dist/index.cjs +46 -151
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/lib/seam/connect/model-types.d.ts +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 +249 -1208
- package/lib/seam/connect/models/batch.js +3 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/{customization_profiles/customization_profile.js → customization-profiles/customization-profile.js} +1 -1
- package/lib/seam/connect/models/{customization_profiles/customization_profile.js.map → customization-profiles/customization-profile.js.map} +1 -1
- package/lib/seam/connect/models/customization-profiles/index.d.ts +1 -0
- package/lib/seam/connect/models/customization-profiles/index.js +2 -0
- package/lib/seam/connect/models/customization-profiles/index.js.map +1 -0
- 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/index.d.ts +1 -1
- package/lib/seam/connect/models/index.js +1 -1
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key.d.ts +4 -4
- package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
- package/lib/seam/connect/openapi.d.ts +24 -91
- package/lib/seam/connect/openapi.js +24 -112
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +35 -663
- package/package.json +1 -1
- package/src/lib/seam/connect/model-types.ts +1 -0
- package/src/lib/seam/connect/models/batch.ts +3 -0
- package/src/lib/seam/connect/models/customization-profiles/index.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -62
- package/src/lib/seam/connect/models/index.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +24 -124
- package/src/lib/seam/connect/route-types.ts +39 -663
- package/lib/seam/connect/models/{customization_profiles/customization_profile.d.ts → customization-profiles/customization-profile.d.ts} +2 -2
- /package/src/lib/seam/connect/models/{customization_profiles/customization_profile.ts → customization-profiles/customization-profile.ts} +0 -0
|
@@ -989,68 +989,11 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
989
989
|
product_type: string;
|
|
990
990
|
}>>;
|
|
991
991
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
992
|
-
|
|
993
|
-
device_name: z.ZodString;
|
|
994
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
995
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
996
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
997
|
-
subscription_plan: z.ZodString;
|
|
998
|
-
status_type: z.ZodString;
|
|
999
|
-
current_or_last_store_id: z.ZodNumber;
|
|
1000
|
-
last_movement: z.ZodString;
|
|
1001
|
-
address: z.ZodNullable<z.ZodString>;
|
|
1002
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
1003
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
1004
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
1005
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
1006
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
1007
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
1008
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
1009
|
-
default_office_id: z.ZodNumber;
|
|
1010
|
-
fob_id: z.ZodNumber;
|
|
1011
|
-
has_photo: z.ZodBoolean;
|
|
992
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
1012
993
|
}, "strip", z.ZodTypeAny, {
|
|
1013
|
-
device_name
|
|
1014
|
-
key_id: string;
|
|
1015
|
-
property_id: string | null;
|
|
1016
|
-
property_postcode: string | null;
|
|
1017
|
-
key_notes: string | null;
|
|
1018
|
-
subscription_plan: string;
|
|
1019
|
-
status_type: string;
|
|
1020
|
-
current_or_last_store_id: number;
|
|
1021
|
-
last_movement: string;
|
|
1022
|
-
address: string | null;
|
|
1023
|
-
current_status: string | null;
|
|
1024
|
-
current_user_name: string | null;
|
|
1025
|
-
current_user_email: string | null;
|
|
1026
|
-
current_user_phone_number: string | null;
|
|
1027
|
-
current_user_company: string | null;
|
|
1028
|
-
handover_method: string | null;
|
|
1029
|
-
keynest_app_user: string | null;
|
|
1030
|
-
default_office_id: number;
|
|
1031
|
-
fob_id: number;
|
|
1032
|
-
has_photo: boolean;
|
|
994
|
+
device_name?: string | undefined;
|
|
1033
995
|
}, {
|
|
1034
|
-
device_name
|
|
1035
|
-
key_id: string;
|
|
1036
|
-
property_id: string | null;
|
|
1037
|
-
property_postcode: string | null;
|
|
1038
|
-
key_notes: string | null;
|
|
1039
|
-
subscription_plan: string;
|
|
1040
|
-
status_type: string;
|
|
1041
|
-
current_or_last_store_id: number;
|
|
1042
|
-
last_movement: string;
|
|
1043
|
-
address: string | null;
|
|
1044
|
-
current_status: string | null;
|
|
1045
|
-
current_user_name: string | null;
|
|
1046
|
-
current_user_email: string | null;
|
|
1047
|
-
current_user_phone_number: string | null;
|
|
1048
|
-
current_user_company: string | null;
|
|
1049
|
-
handover_method: string | null;
|
|
1050
|
-
keynest_app_user: string | null;
|
|
1051
|
-
default_office_id: number;
|
|
1052
|
-
fob_id: number;
|
|
1053
|
-
has_photo: boolean;
|
|
996
|
+
device_name?: string | undefined;
|
|
1054
997
|
}>>;
|
|
1055
998
|
}, "strip", z.ZodTypeAny, {
|
|
1056
999
|
ecobee_metadata?: {
|
|
@@ -1286,26 +1229,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
1286
1229
|
product_type: string;
|
|
1287
1230
|
} | undefined;
|
|
1288
1231
|
keynest_metadata?: {
|
|
1289
|
-
device_name
|
|
1290
|
-
key_id: string;
|
|
1291
|
-
property_id: string | null;
|
|
1292
|
-
property_postcode: string | null;
|
|
1293
|
-
key_notes: string | null;
|
|
1294
|
-
subscription_plan: string;
|
|
1295
|
-
status_type: string;
|
|
1296
|
-
current_or_last_store_id: number;
|
|
1297
|
-
last_movement: string;
|
|
1298
|
-
address: string | null;
|
|
1299
|
-
current_status: string | null;
|
|
1300
|
-
current_user_name: string | null;
|
|
1301
|
-
current_user_email: string | null;
|
|
1302
|
-
current_user_phone_number: string | null;
|
|
1303
|
-
current_user_company: string | null;
|
|
1304
|
-
handover_method: string | null;
|
|
1305
|
-
keynest_app_user: string | null;
|
|
1306
|
-
default_office_id: number;
|
|
1307
|
-
fob_id: number;
|
|
1308
|
-
has_photo: boolean;
|
|
1232
|
+
device_name?: string | undefined;
|
|
1309
1233
|
} | undefined;
|
|
1310
1234
|
}, {
|
|
1311
1235
|
ecobee_metadata?: {
|
|
@@ -1541,26 +1465,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
1541
1465
|
product_type: string;
|
|
1542
1466
|
} | undefined;
|
|
1543
1467
|
keynest_metadata?: {
|
|
1544
|
-
device_name
|
|
1545
|
-
key_id: string;
|
|
1546
|
-
property_id: string | null;
|
|
1547
|
-
property_postcode: string | null;
|
|
1548
|
-
key_notes: string | null;
|
|
1549
|
-
subscription_plan: string;
|
|
1550
|
-
status_type: string;
|
|
1551
|
-
current_or_last_store_id: number;
|
|
1552
|
-
last_movement: string;
|
|
1553
|
-
address: string | null;
|
|
1554
|
-
current_status: string | null;
|
|
1555
|
-
current_user_name: string | null;
|
|
1556
|
-
current_user_email: string | null;
|
|
1557
|
-
current_user_phone_number: string | null;
|
|
1558
|
-
current_user_company: string | null;
|
|
1559
|
-
handover_method: string | null;
|
|
1560
|
-
keynest_app_user: string | null;
|
|
1561
|
-
default_office_id: number;
|
|
1562
|
-
fob_id: number;
|
|
1563
|
-
has_photo: boolean;
|
|
1468
|
+
device_name?: string | undefined;
|
|
1564
1469
|
} | undefined;
|
|
1565
1470
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
1566
1471
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -3337,26 +3242,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
3337
3242
|
product_type: string;
|
|
3338
3243
|
} | undefined;
|
|
3339
3244
|
keynest_metadata?: {
|
|
3340
|
-
device_name
|
|
3341
|
-
key_id: string;
|
|
3342
|
-
property_id: string | null;
|
|
3343
|
-
property_postcode: string | null;
|
|
3344
|
-
key_notes: string | null;
|
|
3345
|
-
subscription_plan: string;
|
|
3346
|
-
status_type: string;
|
|
3347
|
-
current_or_last_store_id: number;
|
|
3348
|
-
last_movement: string;
|
|
3349
|
-
address: string | null;
|
|
3350
|
-
current_status: string | null;
|
|
3351
|
-
current_user_name: string | null;
|
|
3352
|
-
current_user_email: string | null;
|
|
3353
|
-
current_user_phone_number: string | null;
|
|
3354
|
-
current_user_company: string | null;
|
|
3355
|
-
handover_method: string | null;
|
|
3356
|
-
keynest_app_user: string | null;
|
|
3357
|
-
default_office_id: number;
|
|
3358
|
-
fob_id: number;
|
|
3359
|
-
has_photo: boolean;
|
|
3245
|
+
device_name?: string | undefined;
|
|
3360
3246
|
} | undefined;
|
|
3361
3247
|
} & {
|
|
3362
3248
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -3995,26 +3881,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
3995
3881
|
product_type: string;
|
|
3996
3882
|
} | undefined;
|
|
3997
3883
|
keynest_metadata?: {
|
|
3998
|
-
device_name
|
|
3999
|
-
key_id: string;
|
|
4000
|
-
property_id: string | null;
|
|
4001
|
-
property_postcode: string | null;
|
|
4002
|
-
key_notes: string | null;
|
|
4003
|
-
subscription_plan: string;
|
|
4004
|
-
status_type: string;
|
|
4005
|
-
current_or_last_store_id: number;
|
|
4006
|
-
last_movement: string;
|
|
4007
|
-
address: string | null;
|
|
4008
|
-
current_status: string | null;
|
|
4009
|
-
current_user_name: string | null;
|
|
4010
|
-
current_user_email: string | null;
|
|
4011
|
-
current_user_phone_number: string | null;
|
|
4012
|
-
current_user_company: string | null;
|
|
4013
|
-
handover_method: string | null;
|
|
4014
|
-
keynest_app_user: string | null;
|
|
4015
|
-
default_office_id: number;
|
|
4016
|
-
fob_id: number;
|
|
4017
|
-
has_photo: boolean;
|
|
3884
|
+
device_name?: string | undefined;
|
|
4018
3885
|
} | undefined;
|
|
4019
3886
|
} & {
|
|
4020
3887
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -5605,26 +5472,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5605
5472
|
product_type: string;
|
|
5606
5473
|
} | undefined;
|
|
5607
5474
|
keynest_metadata?: {
|
|
5608
|
-
device_name
|
|
5609
|
-
key_id: string;
|
|
5610
|
-
property_id: string | null;
|
|
5611
|
-
property_postcode: string | null;
|
|
5612
|
-
key_notes: string | null;
|
|
5613
|
-
subscription_plan: string;
|
|
5614
|
-
status_type: string;
|
|
5615
|
-
current_or_last_store_id: number;
|
|
5616
|
-
last_movement: string;
|
|
5617
|
-
address: string | null;
|
|
5618
|
-
current_status: string | null;
|
|
5619
|
-
current_user_name: string | null;
|
|
5620
|
-
current_user_email: string | null;
|
|
5621
|
-
current_user_phone_number: string | null;
|
|
5622
|
-
current_user_company: string | null;
|
|
5623
|
-
handover_method: string | null;
|
|
5624
|
-
keynest_app_user: string | null;
|
|
5625
|
-
default_office_id: number;
|
|
5626
|
-
fob_id: number;
|
|
5627
|
-
has_photo: boolean;
|
|
5475
|
+
device_name?: string | undefined;
|
|
5628
5476
|
} | undefined;
|
|
5629
5477
|
} & {
|
|
5630
5478
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -6472,26 +6320,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6472
6320
|
product_type: string;
|
|
6473
6321
|
} | undefined;
|
|
6474
6322
|
keynest_metadata?: {
|
|
6475
|
-
device_name
|
|
6476
|
-
key_id: string;
|
|
6477
|
-
property_id: string | null;
|
|
6478
|
-
property_postcode: string | null;
|
|
6479
|
-
key_notes: string | null;
|
|
6480
|
-
subscription_plan: string;
|
|
6481
|
-
status_type: string;
|
|
6482
|
-
current_or_last_store_id: number;
|
|
6483
|
-
last_movement: string;
|
|
6484
|
-
address: string | null;
|
|
6485
|
-
current_status: string | null;
|
|
6486
|
-
current_user_name: string | null;
|
|
6487
|
-
current_user_email: string | null;
|
|
6488
|
-
current_user_phone_number: string | null;
|
|
6489
|
-
current_user_company: string | null;
|
|
6490
|
-
handover_method: string | null;
|
|
6491
|
-
keynest_app_user: string | null;
|
|
6492
|
-
default_office_id: number;
|
|
6493
|
-
fob_id: number;
|
|
6494
|
-
has_photo: boolean;
|
|
6323
|
+
device_name?: string | undefined;
|
|
6495
6324
|
} | undefined;
|
|
6496
6325
|
} & {
|
|
6497
6326
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -7853,68 +7682,11 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
7853
7682
|
product_type: string;
|
|
7854
7683
|
}>>;
|
|
7855
7684
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
7856
|
-
|
|
7857
|
-
device_name: z.ZodString;
|
|
7858
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
7859
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
7860
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
7861
|
-
subscription_plan: z.ZodString;
|
|
7862
|
-
status_type: z.ZodString;
|
|
7863
|
-
current_or_last_store_id: z.ZodNumber;
|
|
7864
|
-
last_movement: z.ZodString;
|
|
7865
|
-
address: z.ZodNullable<z.ZodString>;
|
|
7866
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
7867
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
7868
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
7869
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
7870
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
7871
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
7872
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
7873
|
-
default_office_id: z.ZodNumber;
|
|
7874
|
-
fob_id: z.ZodNumber;
|
|
7875
|
-
has_photo: z.ZodBoolean;
|
|
7685
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
7876
7686
|
}, "strip", z.ZodTypeAny, {
|
|
7877
|
-
device_name
|
|
7878
|
-
key_id: string;
|
|
7879
|
-
property_id: string | null;
|
|
7880
|
-
property_postcode: string | null;
|
|
7881
|
-
key_notes: string | null;
|
|
7882
|
-
subscription_plan: string;
|
|
7883
|
-
status_type: string;
|
|
7884
|
-
current_or_last_store_id: number;
|
|
7885
|
-
last_movement: string;
|
|
7886
|
-
address: string | null;
|
|
7887
|
-
current_status: string | null;
|
|
7888
|
-
current_user_name: string | null;
|
|
7889
|
-
current_user_email: string | null;
|
|
7890
|
-
current_user_phone_number: string | null;
|
|
7891
|
-
current_user_company: string | null;
|
|
7892
|
-
handover_method: string | null;
|
|
7893
|
-
keynest_app_user: string | null;
|
|
7894
|
-
default_office_id: number;
|
|
7895
|
-
fob_id: number;
|
|
7896
|
-
has_photo: boolean;
|
|
7687
|
+
device_name?: string | undefined;
|
|
7897
7688
|
}, {
|
|
7898
|
-
device_name
|
|
7899
|
-
key_id: string;
|
|
7900
|
-
property_id: string | null;
|
|
7901
|
-
property_postcode: string | null;
|
|
7902
|
-
key_notes: string | null;
|
|
7903
|
-
subscription_plan: string;
|
|
7904
|
-
status_type: string;
|
|
7905
|
-
current_or_last_store_id: number;
|
|
7906
|
-
last_movement: string;
|
|
7907
|
-
address: string | null;
|
|
7908
|
-
current_status: string | null;
|
|
7909
|
-
current_user_name: string | null;
|
|
7910
|
-
current_user_email: string | null;
|
|
7911
|
-
current_user_phone_number: string | null;
|
|
7912
|
-
current_user_company: string | null;
|
|
7913
|
-
handover_method: string | null;
|
|
7914
|
-
keynest_app_user: string | null;
|
|
7915
|
-
default_office_id: number;
|
|
7916
|
-
fob_id: number;
|
|
7917
|
-
has_photo: boolean;
|
|
7689
|
+
device_name?: string | undefined;
|
|
7918
7690
|
}>>;
|
|
7919
7691
|
}, "strip", z.ZodTypeAny, {
|
|
7920
7692
|
ecobee_metadata?: {
|
|
@@ -8150,26 +7922,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
8150
7922
|
product_type: string;
|
|
8151
7923
|
} | undefined;
|
|
8152
7924
|
keynest_metadata?: {
|
|
8153
|
-
device_name
|
|
8154
|
-
key_id: string;
|
|
8155
|
-
property_id: string | null;
|
|
8156
|
-
property_postcode: string | null;
|
|
8157
|
-
key_notes: string | null;
|
|
8158
|
-
subscription_plan: string;
|
|
8159
|
-
status_type: string;
|
|
8160
|
-
current_or_last_store_id: number;
|
|
8161
|
-
last_movement: string;
|
|
8162
|
-
address: string | null;
|
|
8163
|
-
current_status: string | null;
|
|
8164
|
-
current_user_name: string | null;
|
|
8165
|
-
current_user_email: string | null;
|
|
8166
|
-
current_user_phone_number: string | null;
|
|
8167
|
-
current_user_company: string | null;
|
|
8168
|
-
handover_method: string | null;
|
|
8169
|
-
keynest_app_user: string | null;
|
|
8170
|
-
default_office_id: number;
|
|
8171
|
-
fob_id: number;
|
|
8172
|
-
has_photo: boolean;
|
|
7925
|
+
device_name?: string | undefined;
|
|
8173
7926
|
} | undefined;
|
|
8174
7927
|
}, {
|
|
8175
7928
|
ecobee_metadata?: {
|
|
@@ -8405,26 +8158,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
8405
8158
|
product_type: string;
|
|
8406
8159
|
} | undefined;
|
|
8407
8160
|
keynest_metadata?: {
|
|
8408
|
-
device_name
|
|
8409
|
-
key_id: string;
|
|
8410
|
-
property_id: string | null;
|
|
8411
|
-
property_postcode: string | null;
|
|
8412
|
-
key_notes: string | null;
|
|
8413
|
-
subscription_plan: string;
|
|
8414
|
-
status_type: string;
|
|
8415
|
-
current_or_last_store_id: number;
|
|
8416
|
-
last_movement: string;
|
|
8417
|
-
address: string | null;
|
|
8418
|
-
current_status: string | null;
|
|
8419
|
-
current_user_name: string | null;
|
|
8420
|
-
current_user_email: string | null;
|
|
8421
|
-
current_user_phone_number: string | null;
|
|
8422
|
-
current_user_company: string | null;
|
|
8423
|
-
handover_method: string | null;
|
|
8424
|
-
keynest_app_user: string | null;
|
|
8425
|
-
default_office_id: number;
|
|
8426
|
-
fob_id: number;
|
|
8427
|
-
has_photo: boolean;
|
|
8161
|
+
device_name?: string | undefined;
|
|
8428
8162
|
} | undefined;
|
|
8429
8163
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
8430
8164
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -10201,26 +9935,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
10201
9935
|
product_type: string;
|
|
10202
9936
|
} | undefined;
|
|
10203
9937
|
keynest_metadata?: {
|
|
10204
|
-
device_name
|
|
10205
|
-
key_id: string;
|
|
10206
|
-
property_id: string | null;
|
|
10207
|
-
property_postcode: string | null;
|
|
10208
|
-
key_notes: string | null;
|
|
10209
|
-
subscription_plan: string;
|
|
10210
|
-
status_type: string;
|
|
10211
|
-
current_or_last_store_id: number;
|
|
10212
|
-
last_movement: string;
|
|
10213
|
-
address: string | null;
|
|
10214
|
-
current_status: string | null;
|
|
10215
|
-
current_user_name: string | null;
|
|
10216
|
-
current_user_email: string | null;
|
|
10217
|
-
current_user_phone_number: string | null;
|
|
10218
|
-
current_user_company: string | null;
|
|
10219
|
-
handover_method: string | null;
|
|
10220
|
-
keynest_app_user: string | null;
|
|
10221
|
-
default_office_id: number;
|
|
10222
|
-
fob_id: number;
|
|
10223
|
-
has_photo: boolean;
|
|
9938
|
+
device_name?: string | undefined;
|
|
10224
9939
|
} | undefined;
|
|
10225
9940
|
} & {
|
|
10226
9941
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -10859,26 +10574,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
10859
10574
|
product_type: string;
|
|
10860
10575
|
} | undefined;
|
|
10861
10576
|
keynest_metadata?: {
|
|
10862
|
-
device_name
|
|
10863
|
-
key_id: string;
|
|
10864
|
-
property_id: string | null;
|
|
10865
|
-
property_postcode: string | null;
|
|
10866
|
-
key_notes: string | null;
|
|
10867
|
-
subscription_plan: string;
|
|
10868
|
-
status_type: string;
|
|
10869
|
-
current_or_last_store_id: number;
|
|
10870
|
-
last_movement: string;
|
|
10871
|
-
address: string | null;
|
|
10872
|
-
current_status: string | null;
|
|
10873
|
-
current_user_name: string | null;
|
|
10874
|
-
current_user_email: string | null;
|
|
10875
|
-
current_user_phone_number: string | null;
|
|
10876
|
-
current_user_company: string | null;
|
|
10877
|
-
handover_method: string | null;
|
|
10878
|
-
keynest_app_user: string | null;
|
|
10879
|
-
default_office_id: number;
|
|
10880
|
-
fob_id: number;
|
|
10881
|
-
has_photo: boolean;
|
|
10577
|
+
device_name?: string | undefined;
|
|
10882
10578
|
} | undefined;
|
|
10883
10579
|
} & {
|
|
10884
10580
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -12644,26 +12340,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12644
12340
|
product_type: string;
|
|
12645
12341
|
} | undefined;
|
|
12646
12342
|
keynest_metadata?: {
|
|
12647
|
-
device_name
|
|
12648
|
-
key_id: string;
|
|
12649
|
-
property_id: string | null;
|
|
12650
|
-
property_postcode: string | null;
|
|
12651
|
-
key_notes: string | null;
|
|
12652
|
-
subscription_plan: string;
|
|
12653
|
-
status_type: string;
|
|
12654
|
-
current_or_last_store_id: number;
|
|
12655
|
-
last_movement: string;
|
|
12656
|
-
address: string | null;
|
|
12657
|
-
current_status: string | null;
|
|
12658
|
-
current_user_name: string | null;
|
|
12659
|
-
current_user_email: string | null;
|
|
12660
|
-
current_user_phone_number: string | null;
|
|
12661
|
-
current_user_company: string | null;
|
|
12662
|
-
handover_method: string | null;
|
|
12663
|
-
keynest_app_user: string | null;
|
|
12664
|
-
default_office_id: number;
|
|
12665
|
-
fob_id: number;
|
|
12666
|
-
has_photo: boolean;
|
|
12343
|
+
device_name?: string | undefined;
|
|
12667
12344
|
} | undefined;
|
|
12668
12345
|
} & {
|
|
12669
12346
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -13557,26 +13234,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13557
13234
|
product_type: string;
|
|
13558
13235
|
} | undefined;
|
|
13559
13236
|
keynest_metadata?: {
|
|
13560
|
-
device_name
|
|
13561
|
-
key_id: string;
|
|
13562
|
-
property_id: string | null;
|
|
13563
|
-
property_postcode: string | null;
|
|
13564
|
-
key_notes: string | null;
|
|
13565
|
-
subscription_plan: string;
|
|
13566
|
-
status_type: string;
|
|
13567
|
-
current_or_last_store_id: number;
|
|
13568
|
-
last_movement: string;
|
|
13569
|
-
address: string | null;
|
|
13570
|
-
current_status: string | null;
|
|
13571
|
-
current_user_name: string | null;
|
|
13572
|
-
current_user_email: string | null;
|
|
13573
|
-
current_user_phone_number: string | null;
|
|
13574
|
-
current_user_company: string | null;
|
|
13575
|
-
handover_method: string | null;
|
|
13576
|
-
keynest_app_user: string | null;
|
|
13577
|
-
default_office_id: number;
|
|
13578
|
-
fob_id: number;
|
|
13579
|
-
has_photo: boolean;
|
|
13237
|
+
device_name?: string | undefined;
|
|
13580
13238
|
} | undefined;
|
|
13581
13239
|
} & {
|
|
13582
13240
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -14984,68 +14642,11 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
14984
14642
|
product_type: string;
|
|
14985
14643
|
}>>;
|
|
14986
14644
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
14987
|
-
|
|
14988
|
-
device_name: z.ZodString;
|
|
14989
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
14990
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
14991
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
14992
|
-
subscription_plan: z.ZodString;
|
|
14993
|
-
status_type: z.ZodString;
|
|
14994
|
-
current_or_last_store_id: z.ZodNumber;
|
|
14995
|
-
last_movement: z.ZodString;
|
|
14996
|
-
address: z.ZodNullable<z.ZodString>;
|
|
14997
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
14998
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
14999
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
15000
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
15001
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
15002
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
15003
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
15004
|
-
default_office_id: z.ZodNumber;
|
|
15005
|
-
fob_id: z.ZodNumber;
|
|
15006
|
-
has_photo: z.ZodBoolean;
|
|
14645
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
15007
14646
|
}, "strip", z.ZodTypeAny, {
|
|
15008
|
-
device_name
|
|
15009
|
-
key_id: string;
|
|
15010
|
-
property_id: string | null;
|
|
15011
|
-
property_postcode: string | null;
|
|
15012
|
-
key_notes: string | null;
|
|
15013
|
-
subscription_plan: string;
|
|
15014
|
-
status_type: string;
|
|
15015
|
-
current_or_last_store_id: number;
|
|
15016
|
-
last_movement: string;
|
|
15017
|
-
address: string | null;
|
|
15018
|
-
current_status: string | null;
|
|
15019
|
-
current_user_name: string | null;
|
|
15020
|
-
current_user_email: string | null;
|
|
15021
|
-
current_user_phone_number: string | null;
|
|
15022
|
-
current_user_company: string | null;
|
|
15023
|
-
handover_method: string | null;
|
|
15024
|
-
keynest_app_user: string | null;
|
|
15025
|
-
default_office_id: number;
|
|
15026
|
-
fob_id: number;
|
|
15027
|
-
has_photo: boolean;
|
|
14647
|
+
device_name?: string | undefined;
|
|
15028
14648
|
}, {
|
|
15029
|
-
device_name
|
|
15030
|
-
key_id: string;
|
|
15031
|
-
property_id: string | null;
|
|
15032
|
-
property_postcode: string | null;
|
|
15033
|
-
key_notes: string | null;
|
|
15034
|
-
subscription_plan: string;
|
|
15035
|
-
status_type: string;
|
|
15036
|
-
current_or_last_store_id: number;
|
|
15037
|
-
last_movement: string;
|
|
15038
|
-
address: string | null;
|
|
15039
|
-
current_status: string | null;
|
|
15040
|
-
current_user_name: string | null;
|
|
15041
|
-
current_user_email: string | null;
|
|
15042
|
-
current_user_phone_number: string | null;
|
|
15043
|
-
current_user_company: string | null;
|
|
15044
|
-
handover_method: string | null;
|
|
15045
|
-
keynest_app_user: string | null;
|
|
15046
|
-
default_office_id: number;
|
|
15047
|
-
fob_id: number;
|
|
15048
|
-
has_photo: boolean;
|
|
14649
|
+
device_name?: string | undefined;
|
|
15049
14650
|
}>>;
|
|
15050
14651
|
}, "strip", z.ZodTypeAny, {
|
|
15051
14652
|
ecobee_metadata?: {
|
|
@@ -15281,26 +14882,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
15281
14882
|
product_type: string;
|
|
15282
14883
|
} | undefined;
|
|
15283
14884
|
keynest_metadata?: {
|
|
15284
|
-
device_name
|
|
15285
|
-
key_id: string;
|
|
15286
|
-
property_id: string | null;
|
|
15287
|
-
property_postcode: string | null;
|
|
15288
|
-
key_notes: string | null;
|
|
15289
|
-
subscription_plan: string;
|
|
15290
|
-
status_type: string;
|
|
15291
|
-
current_or_last_store_id: number;
|
|
15292
|
-
last_movement: string;
|
|
15293
|
-
address: string | null;
|
|
15294
|
-
current_status: string | null;
|
|
15295
|
-
current_user_name: string | null;
|
|
15296
|
-
current_user_email: string | null;
|
|
15297
|
-
current_user_phone_number: string | null;
|
|
15298
|
-
current_user_company: string | null;
|
|
15299
|
-
handover_method: string | null;
|
|
15300
|
-
keynest_app_user: string | null;
|
|
15301
|
-
default_office_id: number;
|
|
15302
|
-
fob_id: number;
|
|
15303
|
-
has_photo: boolean;
|
|
14885
|
+
device_name?: string | undefined;
|
|
15304
14886
|
} | undefined;
|
|
15305
14887
|
}, {
|
|
15306
14888
|
ecobee_metadata?: {
|
|
@@ -15536,26 +15118,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
15536
15118
|
product_type: string;
|
|
15537
15119
|
} | undefined;
|
|
15538
15120
|
keynest_metadata?: {
|
|
15539
|
-
device_name
|
|
15540
|
-
key_id: string;
|
|
15541
|
-
property_id: string | null;
|
|
15542
|
-
property_postcode: string | null;
|
|
15543
|
-
key_notes: string | null;
|
|
15544
|
-
subscription_plan: string;
|
|
15545
|
-
status_type: string;
|
|
15546
|
-
current_or_last_store_id: number;
|
|
15547
|
-
last_movement: string;
|
|
15548
|
-
address: string | null;
|
|
15549
|
-
current_status: string | null;
|
|
15550
|
-
current_user_name: string | null;
|
|
15551
|
-
current_user_email: string | null;
|
|
15552
|
-
current_user_phone_number: string | null;
|
|
15553
|
-
current_user_company: string | null;
|
|
15554
|
-
handover_method: string | null;
|
|
15555
|
-
keynest_app_user: string | null;
|
|
15556
|
-
default_office_id: number;
|
|
15557
|
-
fob_id: number;
|
|
15558
|
-
has_photo: boolean;
|
|
15121
|
+
device_name?: string | undefined;
|
|
15559
15122
|
} | undefined;
|
|
15560
15123
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
15561
15124
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -17332,26 +16895,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
17332
16895
|
product_type: string;
|
|
17333
16896
|
} | undefined;
|
|
17334
16897
|
keynest_metadata?: {
|
|
17335
|
-
device_name
|
|
17336
|
-
key_id: string;
|
|
17337
|
-
property_id: string | null;
|
|
17338
|
-
property_postcode: string | null;
|
|
17339
|
-
key_notes: string | null;
|
|
17340
|
-
subscription_plan: string;
|
|
17341
|
-
status_type: string;
|
|
17342
|
-
current_or_last_store_id: number;
|
|
17343
|
-
last_movement: string;
|
|
17344
|
-
address: string | null;
|
|
17345
|
-
current_status: string | null;
|
|
17346
|
-
current_user_name: string | null;
|
|
17347
|
-
current_user_email: string | null;
|
|
17348
|
-
current_user_phone_number: string | null;
|
|
17349
|
-
current_user_company: string | null;
|
|
17350
|
-
handover_method: string | null;
|
|
17351
|
-
keynest_app_user: string | null;
|
|
17352
|
-
default_office_id: number;
|
|
17353
|
-
fob_id: number;
|
|
17354
|
-
has_photo: boolean;
|
|
16898
|
+
device_name?: string | undefined;
|
|
17355
16899
|
} | undefined;
|
|
17356
16900
|
} & {
|
|
17357
16901
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -17990,26 +17534,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
17990
17534
|
product_type: string;
|
|
17991
17535
|
} | undefined;
|
|
17992
17536
|
keynest_metadata?: {
|
|
17993
|
-
device_name
|
|
17994
|
-
key_id: string;
|
|
17995
|
-
property_id: string | null;
|
|
17996
|
-
property_postcode: string | null;
|
|
17997
|
-
key_notes: string | null;
|
|
17998
|
-
subscription_plan: string;
|
|
17999
|
-
status_type: string;
|
|
18000
|
-
current_or_last_store_id: number;
|
|
18001
|
-
last_movement: string;
|
|
18002
|
-
address: string | null;
|
|
18003
|
-
current_status: string | null;
|
|
18004
|
-
current_user_name: string | null;
|
|
18005
|
-
current_user_email: string | null;
|
|
18006
|
-
current_user_phone_number: string | null;
|
|
18007
|
-
current_user_company: string | null;
|
|
18008
|
-
handover_method: string | null;
|
|
18009
|
-
keynest_app_user: string | null;
|
|
18010
|
-
default_office_id: number;
|
|
18011
|
-
fob_id: number;
|
|
18012
|
-
has_photo: boolean;
|
|
17537
|
+
device_name?: string | undefined;
|
|
18013
17538
|
} | undefined;
|
|
18014
17539
|
} & {
|
|
18015
17540
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -18925,26 +18450,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18925
18450
|
product_type: string;
|
|
18926
18451
|
} | undefined;
|
|
18927
18452
|
keynest_metadata?: {
|
|
18928
|
-
device_name
|
|
18929
|
-
key_id: string;
|
|
18930
|
-
property_id: string | null;
|
|
18931
|
-
property_postcode: string | null;
|
|
18932
|
-
key_notes: string | null;
|
|
18933
|
-
subscription_plan: string;
|
|
18934
|
-
status_type: string;
|
|
18935
|
-
current_or_last_store_id: number;
|
|
18936
|
-
last_movement: string;
|
|
18937
|
-
address: string | null;
|
|
18938
|
-
current_status: string | null;
|
|
18939
|
-
current_user_name: string | null;
|
|
18940
|
-
current_user_email: string | null;
|
|
18941
|
-
current_user_phone_number: string | null;
|
|
18942
|
-
current_user_company: string | null;
|
|
18943
|
-
handover_method: string | null;
|
|
18944
|
-
keynest_app_user: string | null;
|
|
18945
|
-
default_office_id: number;
|
|
18946
|
-
fob_id: number;
|
|
18947
|
-
has_photo: boolean;
|
|
18453
|
+
device_name?: string | undefined;
|
|
18948
18454
|
} | undefined;
|
|
18949
18455
|
} & {
|
|
18950
18456
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -19655,26 +19161,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19655
19161
|
product_type: string;
|
|
19656
19162
|
} | undefined;
|
|
19657
19163
|
keynest_metadata?: {
|
|
19658
|
-
device_name
|
|
19659
|
-
key_id: string;
|
|
19660
|
-
property_id: string | null;
|
|
19661
|
-
property_postcode: string | null;
|
|
19662
|
-
key_notes: string | null;
|
|
19663
|
-
subscription_plan: string;
|
|
19664
|
-
status_type: string;
|
|
19665
|
-
current_or_last_store_id: number;
|
|
19666
|
-
last_movement: string;
|
|
19667
|
-
address: string | null;
|
|
19668
|
-
current_status: string | null;
|
|
19669
|
-
current_user_name: string | null;
|
|
19670
|
-
current_user_email: string | null;
|
|
19671
|
-
current_user_phone_number: string | null;
|
|
19672
|
-
current_user_company: string | null;
|
|
19673
|
-
handover_method: string | null;
|
|
19674
|
-
keynest_app_user: string | null;
|
|
19675
|
-
default_office_id: number;
|
|
19676
|
-
fob_id: number;
|
|
19677
|
-
has_photo: boolean;
|
|
19164
|
+
device_name?: string | undefined;
|
|
19678
19165
|
} | undefined;
|
|
19679
19166
|
} & {
|
|
19680
19167
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -21064,68 +20551,11 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
21064
20551
|
product_type: string;
|
|
21065
20552
|
}>>;
|
|
21066
20553
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
21067
|
-
|
|
21068
|
-
device_name: z.ZodString;
|
|
21069
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
21070
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
21071
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
21072
|
-
subscription_plan: z.ZodString;
|
|
21073
|
-
status_type: z.ZodString;
|
|
21074
|
-
current_or_last_store_id: z.ZodNumber;
|
|
21075
|
-
last_movement: z.ZodString;
|
|
21076
|
-
address: z.ZodNullable<z.ZodString>;
|
|
21077
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
21078
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
21079
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
21080
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
21081
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
21082
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
21083
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
21084
|
-
default_office_id: z.ZodNumber;
|
|
21085
|
-
fob_id: z.ZodNumber;
|
|
21086
|
-
has_photo: z.ZodBoolean;
|
|
20554
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
21087
20555
|
}, "strip", z.ZodTypeAny, {
|
|
21088
|
-
device_name
|
|
21089
|
-
key_id: string;
|
|
21090
|
-
property_id: string | null;
|
|
21091
|
-
property_postcode: string | null;
|
|
21092
|
-
key_notes: string | null;
|
|
21093
|
-
subscription_plan: string;
|
|
21094
|
-
status_type: string;
|
|
21095
|
-
current_or_last_store_id: number;
|
|
21096
|
-
last_movement: string;
|
|
21097
|
-
address: string | null;
|
|
21098
|
-
current_status: string | null;
|
|
21099
|
-
current_user_name: string | null;
|
|
21100
|
-
current_user_email: string | null;
|
|
21101
|
-
current_user_phone_number: string | null;
|
|
21102
|
-
current_user_company: string | null;
|
|
21103
|
-
handover_method: string | null;
|
|
21104
|
-
keynest_app_user: string | null;
|
|
21105
|
-
default_office_id: number;
|
|
21106
|
-
fob_id: number;
|
|
21107
|
-
has_photo: boolean;
|
|
20556
|
+
device_name?: string | undefined;
|
|
21108
20557
|
}, {
|
|
21109
|
-
device_name
|
|
21110
|
-
key_id: string;
|
|
21111
|
-
property_id: string | null;
|
|
21112
|
-
property_postcode: string | null;
|
|
21113
|
-
key_notes: string | null;
|
|
21114
|
-
subscription_plan: string;
|
|
21115
|
-
status_type: string;
|
|
21116
|
-
current_or_last_store_id: number;
|
|
21117
|
-
last_movement: string;
|
|
21118
|
-
address: string | null;
|
|
21119
|
-
current_status: string | null;
|
|
21120
|
-
current_user_name: string | null;
|
|
21121
|
-
current_user_email: string | null;
|
|
21122
|
-
current_user_phone_number: string | null;
|
|
21123
|
-
current_user_company: string | null;
|
|
21124
|
-
handover_method: string | null;
|
|
21125
|
-
keynest_app_user: string | null;
|
|
21126
|
-
default_office_id: number;
|
|
21127
|
-
fob_id: number;
|
|
21128
|
-
has_photo: boolean;
|
|
20558
|
+
device_name?: string | undefined;
|
|
21129
20559
|
}>>;
|
|
21130
20560
|
}, "strip", z.ZodTypeAny, {
|
|
21131
20561
|
ecobee_metadata?: {
|
|
@@ -21361,26 +20791,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
21361
20791
|
product_type: string;
|
|
21362
20792
|
} | undefined;
|
|
21363
20793
|
keynest_metadata?: {
|
|
21364
|
-
device_name
|
|
21365
|
-
key_id: string;
|
|
21366
|
-
property_id: string | null;
|
|
21367
|
-
property_postcode: string | null;
|
|
21368
|
-
key_notes: string | null;
|
|
21369
|
-
subscription_plan: string;
|
|
21370
|
-
status_type: string;
|
|
21371
|
-
current_or_last_store_id: number;
|
|
21372
|
-
last_movement: string;
|
|
21373
|
-
address: string | null;
|
|
21374
|
-
current_status: string | null;
|
|
21375
|
-
current_user_name: string | null;
|
|
21376
|
-
current_user_email: string | null;
|
|
21377
|
-
current_user_phone_number: string | null;
|
|
21378
|
-
current_user_company: string | null;
|
|
21379
|
-
handover_method: string | null;
|
|
21380
|
-
keynest_app_user: string | null;
|
|
21381
|
-
default_office_id: number;
|
|
21382
|
-
fob_id: number;
|
|
21383
|
-
has_photo: boolean;
|
|
20794
|
+
device_name?: string | undefined;
|
|
21384
20795
|
} | undefined;
|
|
21385
20796
|
}, {
|
|
21386
20797
|
ecobee_metadata?: {
|
|
@@ -21616,26 +21027,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
21616
21027
|
product_type: string;
|
|
21617
21028
|
} | undefined;
|
|
21618
21029
|
keynest_metadata?: {
|
|
21619
|
-
device_name
|
|
21620
|
-
key_id: string;
|
|
21621
|
-
property_id: string | null;
|
|
21622
|
-
property_postcode: string | null;
|
|
21623
|
-
key_notes: string | null;
|
|
21624
|
-
subscription_plan: string;
|
|
21625
|
-
status_type: string;
|
|
21626
|
-
current_or_last_store_id: number;
|
|
21627
|
-
last_movement: string;
|
|
21628
|
-
address: string | null;
|
|
21629
|
-
current_status: string | null;
|
|
21630
|
-
current_user_name: string | null;
|
|
21631
|
-
current_user_email: string | null;
|
|
21632
|
-
current_user_phone_number: string | null;
|
|
21633
|
-
current_user_company: string | null;
|
|
21634
|
-
handover_method: string | null;
|
|
21635
|
-
keynest_app_user: string | null;
|
|
21636
|
-
default_office_id: number;
|
|
21637
|
-
fob_id: number;
|
|
21638
|
-
has_photo: boolean;
|
|
21030
|
+
device_name?: string | undefined;
|
|
21639
21031
|
} | undefined;
|
|
21640
21032
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
21641
21033
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -23412,26 +22804,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
23412
22804
|
product_type: string;
|
|
23413
22805
|
} | undefined;
|
|
23414
22806
|
keynest_metadata?: {
|
|
23415
|
-
device_name
|
|
23416
|
-
key_id: string;
|
|
23417
|
-
property_id: string | null;
|
|
23418
|
-
property_postcode: string | null;
|
|
23419
|
-
key_notes: string | null;
|
|
23420
|
-
subscription_plan: string;
|
|
23421
|
-
status_type: string;
|
|
23422
|
-
current_or_last_store_id: number;
|
|
23423
|
-
last_movement: string;
|
|
23424
|
-
address: string | null;
|
|
23425
|
-
current_status: string | null;
|
|
23426
|
-
current_user_name: string | null;
|
|
23427
|
-
current_user_email: string | null;
|
|
23428
|
-
current_user_phone_number: string | null;
|
|
23429
|
-
current_user_company: string | null;
|
|
23430
|
-
handover_method: string | null;
|
|
23431
|
-
keynest_app_user: string | null;
|
|
23432
|
-
default_office_id: number;
|
|
23433
|
-
fob_id: number;
|
|
23434
|
-
has_photo: boolean;
|
|
22807
|
+
device_name?: string | undefined;
|
|
23435
22808
|
} | undefined;
|
|
23436
22809
|
} & {
|
|
23437
22810
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -24070,26 +23443,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24070
23443
|
product_type: string;
|
|
24071
23444
|
} | undefined;
|
|
24072
23445
|
keynest_metadata?: {
|
|
24073
|
-
device_name
|
|
24074
|
-
key_id: string;
|
|
24075
|
-
property_id: string | null;
|
|
24076
|
-
property_postcode: string | null;
|
|
24077
|
-
key_notes: string | null;
|
|
24078
|
-
subscription_plan: string;
|
|
24079
|
-
status_type: string;
|
|
24080
|
-
current_or_last_store_id: number;
|
|
24081
|
-
last_movement: string;
|
|
24082
|
-
address: string | null;
|
|
24083
|
-
current_status: string | null;
|
|
24084
|
-
current_user_name: string | null;
|
|
24085
|
-
current_user_email: string | null;
|
|
24086
|
-
current_user_phone_number: string | null;
|
|
24087
|
-
current_user_company: string | null;
|
|
24088
|
-
handover_method: string | null;
|
|
24089
|
-
keynest_app_user: string | null;
|
|
24090
|
-
default_office_id: number;
|
|
24091
|
-
fob_id: number;
|
|
24092
|
-
has_photo: boolean;
|
|
23446
|
+
device_name?: string | undefined;
|
|
24093
23447
|
} | undefined;
|
|
24094
23448
|
} & {
|
|
24095
23449
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -25704,17 +25058,17 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25704
25058
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
25705
25059
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
25706
25060
|
}, "strip", z.ZodTypeAny, {
|
|
25707
|
-
key_id?: string | undefined;
|
|
25708
25061
|
endpoint_id?: string | undefined;
|
|
25709
25062
|
auto_join?: boolean | undefined;
|
|
25710
25063
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
25064
|
+
key_id?: string | undefined;
|
|
25711
25065
|
key_issuing_request_id?: string | undefined;
|
|
25712
25066
|
door_names?: string[] | undefined;
|
|
25713
25067
|
}, {
|
|
25714
|
-
key_id?: string | undefined;
|
|
25715
25068
|
endpoint_id?: string | undefined;
|
|
25716
25069
|
auto_join?: boolean | undefined;
|
|
25717
25070
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
25071
|
+
key_id?: string | undefined;
|
|
25718
25072
|
key_issuing_request_id?: string | undefined;
|
|
25719
25073
|
door_names?: string[] | undefined;
|
|
25720
25074
|
}>>;
|
|
@@ -25772,10 +25126,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25772
25126
|
credential_id?: string | undefined;
|
|
25773
25127
|
} | undefined;
|
|
25774
25128
|
assa_abloy_vostio_metadata?: {
|
|
25775
|
-
key_id?: string | undefined;
|
|
25776
25129
|
endpoint_id?: string | undefined;
|
|
25777
25130
|
auto_join?: boolean | undefined;
|
|
25778
25131
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
25132
|
+
key_id?: string | undefined;
|
|
25779
25133
|
key_issuing_request_id?: string | undefined;
|
|
25780
25134
|
door_names?: string[] | undefined;
|
|
25781
25135
|
} | undefined;
|
|
@@ -25844,10 +25198,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25844
25198
|
credential_id?: string | undefined;
|
|
25845
25199
|
} | undefined;
|
|
25846
25200
|
assa_abloy_vostio_metadata?: {
|
|
25847
|
-
key_id?: string | undefined;
|
|
25848
25201
|
endpoint_id?: string | undefined;
|
|
25849
25202
|
auto_join?: boolean | undefined;
|
|
25850
25203
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
25204
|
+
key_id?: string | undefined;
|
|
25851
25205
|
key_issuing_request_id?: string | undefined;
|
|
25852
25206
|
door_names?: string[] | undefined;
|
|
25853
25207
|
} | undefined;
|
|
@@ -26014,17 +25368,17 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26014
25368
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26015
25369
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
26016
25370
|
}, "strip", z.ZodTypeAny, {
|
|
26017
|
-
key_id?: string | undefined;
|
|
26018
25371
|
endpoint_id?: string | undefined;
|
|
26019
25372
|
auto_join?: boolean | undefined;
|
|
26020
25373
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
25374
|
+
key_id?: string | undefined;
|
|
26021
25375
|
key_issuing_request_id?: string | undefined;
|
|
26022
25376
|
door_names?: string[] | undefined;
|
|
26023
25377
|
}, {
|
|
26024
|
-
key_id?: string | undefined;
|
|
26025
25378
|
endpoint_id?: string | undefined;
|
|
26026
25379
|
auto_join?: boolean | undefined;
|
|
26027
25380
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
25381
|
+
key_id?: string | undefined;
|
|
26028
25382
|
key_issuing_request_id?: string | undefined;
|
|
26029
25383
|
door_names?: string[] | undefined;
|
|
26030
25384
|
}>>;
|
|
@@ -26082,10 +25436,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26082
25436
|
credential_id?: string | undefined;
|
|
26083
25437
|
} | undefined;
|
|
26084
25438
|
assa_abloy_vostio_metadata?: {
|
|
26085
|
-
key_id?: string | undefined;
|
|
26086
25439
|
endpoint_id?: string | undefined;
|
|
26087
25440
|
auto_join?: boolean | undefined;
|
|
26088
25441
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
25442
|
+
key_id?: string | undefined;
|
|
26089
25443
|
key_issuing_request_id?: string | undefined;
|
|
26090
25444
|
door_names?: string[] | undefined;
|
|
26091
25445
|
} | undefined;
|
|
@@ -26154,10 +25508,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26154
25508
|
credential_id?: string | undefined;
|
|
26155
25509
|
} | undefined;
|
|
26156
25510
|
assa_abloy_vostio_metadata?: {
|
|
26157
|
-
key_id?: string | undefined;
|
|
26158
25511
|
endpoint_id?: string | undefined;
|
|
26159
25512
|
auto_join?: boolean | undefined;
|
|
26160
25513
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
25514
|
+
key_id?: string | undefined;
|
|
26161
25515
|
key_issuing_request_id?: string | undefined;
|
|
26162
25516
|
door_names?: string[] | undefined;
|
|
26163
25517
|
} | undefined;
|
|
@@ -26589,17 +25943,17 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26589
25943
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26590
25944
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
26591
25945
|
}, "strip", z.ZodTypeAny, {
|
|
26592
|
-
key_id?: string | undefined;
|
|
26593
25946
|
endpoint_id?: string | undefined;
|
|
26594
25947
|
auto_join?: boolean | undefined;
|
|
26595
25948
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
25949
|
+
key_id?: string | undefined;
|
|
26596
25950
|
key_issuing_request_id?: string | undefined;
|
|
26597
25951
|
door_names?: string[] | undefined;
|
|
26598
25952
|
}, {
|
|
26599
|
-
key_id?: string | undefined;
|
|
26600
25953
|
endpoint_id?: string | undefined;
|
|
26601
25954
|
auto_join?: boolean | undefined;
|
|
26602
25955
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
25956
|
+
key_id?: string | undefined;
|
|
26603
25957
|
key_issuing_request_id?: string | undefined;
|
|
26604
25958
|
door_names?: string[] | undefined;
|
|
26605
25959
|
}>>;
|
|
@@ -26657,10 +26011,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26657
26011
|
credential_id?: string | undefined;
|
|
26658
26012
|
} | undefined;
|
|
26659
26013
|
assa_abloy_vostio_metadata?: {
|
|
26660
|
-
key_id?: string | undefined;
|
|
26661
26014
|
endpoint_id?: string | undefined;
|
|
26662
26015
|
auto_join?: boolean | undefined;
|
|
26663
26016
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26017
|
+
key_id?: string | undefined;
|
|
26664
26018
|
key_issuing_request_id?: string | undefined;
|
|
26665
26019
|
door_names?: string[] | undefined;
|
|
26666
26020
|
} | undefined;
|
|
@@ -26729,10 +26083,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26729
26083
|
credential_id?: string | undefined;
|
|
26730
26084
|
} | undefined;
|
|
26731
26085
|
assa_abloy_vostio_metadata?: {
|
|
26732
|
-
key_id?: string | undefined;
|
|
26733
26086
|
endpoint_id?: string | undefined;
|
|
26734
26087
|
auto_join?: boolean | undefined;
|
|
26735
26088
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26089
|
+
key_id?: string | undefined;
|
|
26736
26090
|
key_issuing_request_id?: string | undefined;
|
|
26737
26091
|
door_names?: string[] | undefined;
|
|
26738
26092
|
} | undefined;
|
|
@@ -26898,17 +26252,17 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26898
26252
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26899
26253
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
26900
26254
|
}, "strip", z.ZodTypeAny, {
|
|
26901
|
-
key_id?: string | undefined;
|
|
26902
26255
|
endpoint_id?: string | undefined;
|
|
26903
26256
|
auto_join?: boolean | undefined;
|
|
26904
26257
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26258
|
+
key_id?: string | undefined;
|
|
26905
26259
|
key_issuing_request_id?: string | undefined;
|
|
26906
26260
|
door_names?: string[] | undefined;
|
|
26907
26261
|
}, {
|
|
26908
|
-
key_id?: string | undefined;
|
|
26909
26262
|
endpoint_id?: string | undefined;
|
|
26910
26263
|
auto_join?: boolean | undefined;
|
|
26911
26264
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26265
|
+
key_id?: string | undefined;
|
|
26912
26266
|
key_issuing_request_id?: string | undefined;
|
|
26913
26267
|
door_names?: string[] | undefined;
|
|
26914
26268
|
}>>;
|
|
@@ -26966,10 +26320,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26966
26320
|
credential_id?: string | undefined;
|
|
26967
26321
|
} | undefined;
|
|
26968
26322
|
assa_abloy_vostio_metadata?: {
|
|
26969
|
-
key_id?: string | undefined;
|
|
26970
26323
|
endpoint_id?: string | undefined;
|
|
26971
26324
|
auto_join?: boolean | undefined;
|
|
26972
26325
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26326
|
+
key_id?: string | undefined;
|
|
26973
26327
|
key_issuing_request_id?: string | undefined;
|
|
26974
26328
|
door_names?: string[] | undefined;
|
|
26975
26329
|
} | undefined;
|
|
@@ -27038,10 +26392,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27038
26392
|
credential_id?: string | undefined;
|
|
27039
26393
|
} | undefined;
|
|
27040
26394
|
assa_abloy_vostio_metadata?: {
|
|
27041
|
-
key_id?: string | undefined;
|
|
27042
26395
|
endpoint_id?: string | undefined;
|
|
27043
26396
|
auto_join?: boolean | undefined;
|
|
27044
26397
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26398
|
+
key_id?: string | undefined;
|
|
27045
26399
|
key_issuing_request_id?: string | undefined;
|
|
27046
26400
|
door_names?: string[] | undefined;
|
|
27047
26401
|
} | undefined;
|
|
@@ -27147,10 +26501,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27147
26501
|
credential_id?: string | undefined;
|
|
27148
26502
|
} | undefined;
|
|
27149
26503
|
assa_abloy_vostio_metadata?: {
|
|
27150
|
-
key_id?: string | undefined;
|
|
27151
26504
|
endpoint_id?: string | undefined;
|
|
27152
26505
|
auto_join?: boolean | undefined;
|
|
27153
26506
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26507
|
+
key_id?: string | undefined;
|
|
27154
26508
|
key_issuing_request_id?: string | undefined;
|
|
27155
26509
|
door_names?: string[] | undefined;
|
|
27156
26510
|
} | undefined;
|
|
@@ -27219,10 +26573,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27219
26573
|
credential_id?: string | undefined;
|
|
27220
26574
|
} | undefined;
|
|
27221
26575
|
assa_abloy_vostio_metadata?: {
|
|
27222
|
-
key_id?: string | undefined;
|
|
27223
26576
|
endpoint_id?: string | undefined;
|
|
27224
26577
|
auto_join?: boolean | undefined;
|
|
27225
26578
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26579
|
+
key_id?: string | undefined;
|
|
27226
26580
|
key_issuing_request_id?: string | undefined;
|
|
27227
26581
|
door_names?: string[] | undefined;
|
|
27228
26582
|
} | undefined;
|
|
@@ -27318,10 +26672,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27318
26672
|
credential_id?: string | undefined;
|
|
27319
26673
|
} | undefined;
|
|
27320
26674
|
assa_abloy_vostio_metadata?: {
|
|
27321
|
-
key_id?: string | undefined;
|
|
27322
26675
|
endpoint_id?: string | undefined;
|
|
27323
26676
|
auto_join?: boolean | undefined;
|
|
27324
26677
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26678
|
+
key_id?: string | undefined;
|
|
27325
26679
|
key_issuing_request_id?: string | undefined;
|
|
27326
26680
|
door_names?: string[] | undefined;
|
|
27327
26681
|
} | undefined;
|
|
@@ -27390,10 +26744,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27390
26744
|
credential_id?: string | undefined;
|
|
27391
26745
|
} | undefined;
|
|
27392
26746
|
assa_abloy_vostio_metadata?: {
|
|
27393
|
-
key_id?: string | undefined;
|
|
27394
26747
|
endpoint_id?: string | undefined;
|
|
27395
26748
|
auto_join?: boolean | undefined;
|
|
27396
26749
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26750
|
+
key_id?: string | undefined;
|
|
27397
26751
|
key_issuing_request_id?: string | undefined;
|
|
27398
26752
|
door_names?: string[] | undefined;
|
|
27399
26753
|
} | undefined;
|
|
@@ -27494,10 +26848,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27494
26848
|
credential_id?: string | undefined;
|
|
27495
26849
|
} | undefined;
|
|
27496
26850
|
assa_abloy_vostio_metadata?: {
|
|
27497
|
-
key_id?: string | undefined;
|
|
27498
26851
|
endpoint_id?: string | undefined;
|
|
27499
26852
|
auto_join?: boolean | undefined;
|
|
27500
26853
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26854
|
+
key_id?: string | undefined;
|
|
27501
26855
|
key_issuing_request_id?: string | undefined;
|
|
27502
26856
|
door_names?: string[] | undefined;
|
|
27503
26857
|
} | undefined;
|
|
@@ -27566,10 +26920,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27566
26920
|
credential_id?: string | undefined;
|
|
27567
26921
|
} | undefined;
|
|
27568
26922
|
assa_abloy_vostio_metadata?: {
|
|
27569
|
-
key_id?: string | undefined;
|
|
27570
26923
|
endpoint_id?: string | undefined;
|
|
27571
26924
|
auto_join?: boolean | undefined;
|
|
27572
26925
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
26926
|
+
key_id?: string | undefined;
|
|
27573
26927
|
key_issuing_request_id?: string | undefined;
|
|
27574
26928
|
door_names?: string[] | undefined;
|
|
27575
26929
|
} | undefined;
|
|
@@ -27671,10 +27025,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27671
27025
|
credential_id?: string | undefined;
|
|
27672
27026
|
} | undefined;
|
|
27673
27027
|
assa_abloy_vostio_metadata?: {
|
|
27674
|
-
key_id?: string | undefined;
|
|
27675
27028
|
endpoint_id?: string | undefined;
|
|
27676
27029
|
auto_join?: boolean | undefined;
|
|
27677
27030
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27031
|
+
key_id?: string | undefined;
|
|
27678
27032
|
key_issuing_request_id?: string | undefined;
|
|
27679
27033
|
door_names?: string[] | undefined;
|
|
27680
27034
|
} | undefined;
|
|
@@ -27743,10 +27097,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27743
27097
|
credential_id?: string | undefined;
|
|
27744
27098
|
} | undefined;
|
|
27745
27099
|
assa_abloy_vostio_metadata?: {
|
|
27746
|
-
key_id?: string | undefined;
|
|
27747
27100
|
endpoint_id?: string | undefined;
|
|
27748
27101
|
auto_join?: boolean | undefined;
|
|
27749
27102
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27103
|
+
key_id?: string | undefined;
|
|
27750
27104
|
key_issuing_request_id?: string | undefined;
|
|
27751
27105
|
door_names?: string[] | undefined;
|
|
27752
27106
|
} | undefined;
|
|
@@ -28007,17 +27361,17 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28007
27361
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
28008
27362
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
28009
27363
|
}, "strip", z.ZodTypeAny, {
|
|
28010
|
-
key_id?: string | undefined;
|
|
28011
27364
|
endpoint_id?: string | undefined;
|
|
28012
27365
|
auto_join?: boolean | undefined;
|
|
28013
27366
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27367
|
+
key_id?: string | undefined;
|
|
28014
27368
|
key_issuing_request_id?: string | undefined;
|
|
28015
27369
|
door_names?: string[] | undefined;
|
|
28016
27370
|
}, {
|
|
28017
|
-
key_id?: string | undefined;
|
|
28018
27371
|
endpoint_id?: string | undefined;
|
|
28019
27372
|
auto_join?: boolean | undefined;
|
|
28020
27373
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27374
|
+
key_id?: string | undefined;
|
|
28021
27375
|
key_issuing_request_id?: string | undefined;
|
|
28022
27376
|
door_names?: string[] | undefined;
|
|
28023
27377
|
}>>;
|
|
@@ -28075,10 +27429,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28075
27429
|
credential_id?: string | undefined;
|
|
28076
27430
|
} | undefined;
|
|
28077
27431
|
assa_abloy_vostio_metadata?: {
|
|
28078
|
-
key_id?: string | undefined;
|
|
28079
27432
|
endpoint_id?: string | undefined;
|
|
28080
27433
|
auto_join?: boolean | undefined;
|
|
28081
27434
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27435
|
+
key_id?: string | undefined;
|
|
28082
27436
|
key_issuing_request_id?: string | undefined;
|
|
28083
27437
|
door_names?: string[] | undefined;
|
|
28084
27438
|
} | undefined;
|
|
@@ -28147,10 +27501,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28147
27501
|
credential_id?: string | undefined;
|
|
28148
27502
|
} | undefined;
|
|
28149
27503
|
assa_abloy_vostio_metadata?: {
|
|
28150
|
-
key_id?: string | undefined;
|
|
28151
27504
|
endpoint_id?: string | undefined;
|
|
28152
27505
|
auto_join?: boolean | undefined;
|
|
28153
27506
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27507
|
+
key_id?: string | undefined;
|
|
28154
27508
|
key_issuing_request_id?: string | undefined;
|
|
28155
27509
|
door_names?: string[] | undefined;
|
|
28156
27510
|
} | undefined;
|
|
@@ -28316,17 +27670,17 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28316
27670
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
28317
27671
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
28318
27672
|
}, "strip", z.ZodTypeAny, {
|
|
28319
|
-
key_id?: string | undefined;
|
|
28320
27673
|
endpoint_id?: string | undefined;
|
|
28321
27674
|
auto_join?: boolean | undefined;
|
|
28322
27675
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27676
|
+
key_id?: string | undefined;
|
|
28323
27677
|
key_issuing_request_id?: string | undefined;
|
|
28324
27678
|
door_names?: string[] | undefined;
|
|
28325
27679
|
}, {
|
|
28326
|
-
key_id?: string | undefined;
|
|
28327
27680
|
endpoint_id?: string | undefined;
|
|
28328
27681
|
auto_join?: boolean | undefined;
|
|
28329
27682
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27683
|
+
key_id?: string | undefined;
|
|
28330
27684
|
key_issuing_request_id?: string | undefined;
|
|
28331
27685
|
door_names?: string[] | undefined;
|
|
28332
27686
|
}>>;
|
|
@@ -28384,10 +27738,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28384
27738
|
credential_id?: string | undefined;
|
|
28385
27739
|
} | undefined;
|
|
28386
27740
|
assa_abloy_vostio_metadata?: {
|
|
28387
|
-
key_id?: string | undefined;
|
|
28388
27741
|
endpoint_id?: string | undefined;
|
|
28389
27742
|
auto_join?: boolean | undefined;
|
|
28390
27743
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27744
|
+
key_id?: string | undefined;
|
|
28391
27745
|
key_issuing_request_id?: string | undefined;
|
|
28392
27746
|
door_names?: string[] | undefined;
|
|
28393
27747
|
} | undefined;
|
|
@@ -28456,10 +27810,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28456
27810
|
credential_id?: string | undefined;
|
|
28457
27811
|
} | undefined;
|
|
28458
27812
|
assa_abloy_vostio_metadata?: {
|
|
28459
|
-
key_id?: string | undefined;
|
|
28460
27813
|
endpoint_id?: string | undefined;
|
|
28461
27814
|
auto_join?: boolean | undefined;
|
|
28462
27815
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27816
|
+
key_id?: string | undefined;
|
|
28463
27817
|
key_issuing_request_id?: string | undefined;
|
|
28464
27818
|
door_names?: string[] | undefined;
|
|
28465
27819
|
} | undefined;
|
|
@@ -28533,10 +27887,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28533
27887
|
credential_id?: string | undefined;
|
|
28534
27888
|
} | undefined;
|
|
28535
27889
|
assa_abloy_vostio_metadata?: {
|
|
28536
|
-
key_id?: string | undefined;
|
|
28537
27890
|
endpoint_id?: string | undefined;
|
|
28538
27891
|
auto_join?: boolean | undefined;
|
|
28539
27892
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27893
|
+
key_id?: string | undefined;
|
|
28540
27894
|
key_issuing_request_id?: string | undefined;
|
|
28541
27895
|
door_names?: string[] | undefined;
|
|
28542
27896
|
} | undefined;
|
|
@@ -28605,10 +27959,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28605
27959
|
credential_id?: string | undefined;
|
|
28606
27960
|
} | undefined;
|
|
28607
27961
|
assa_abloy_vostio_metadata?: {
|
|
28608
|
-
key_id?: string | undefined;
|
|
28609
27962
|
endpoint_id?: string | undefined;
|
|
28610
27963
|
auto_join?: boolean | undefined;
|
|
28611
27964
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27965
|
+
key_id?: string | undefined;
|
|
28612
27966
|
key_issuing_request_id?: string | undefined;
|
|
28613
27967
|
door_names?: string[] | undefined;
|
|
28614
27968
|
} | undefined;
|
|
@@ -28683,10 +28037,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28683
28037
|
credential_id?: string | undefined;
|
|
28684
28038
|
} | undefined;
|
|
28685
28039
|
assa_abloy_vostio_metadata?: {
|
|
28686
|
-
key_id?: string | undefined;
|
|
28687
28040
|
endpoint_id?: string | undefined;
|
|
28688
28041
|
auto_join?: boolean | undefined;
|
|
28689
28042
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
28043
|
+
key_id?: string | undefined;
|
|
28690
28044
|
key_issuing_request_id?: string | undefined;
|
|
28691
28045
|
door_names?: string[] | undefined;
|
|
28692
28046
|
} | undefined;
|
|
@@ -28755,10 +28109,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28755
28109
|
credential_id?: string | undefined;
|
|
28756
28110
|
} | undefined;
|
|
28757
28111
|
assa_abloy_vostio_metadata?: {
|
|
28758
|
-
key_id?: string | undefined;
|
|
28759
28112
|
endpoint_id?: string | undefined;
|
|
28760
28113
|
auto_join?: boolean | undefined;
|
|
28761
28114
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
28115
|
+
key_id?: string | undefined;
|
|
28762
28116
|
key_issuing_request_id?: string | undefined;
|
|
28763
28117
|
door_names?: string[] | undefined;
|
|
28764
28118
|
} | undefined;
|
|
@@ -31651,68 +31005,11 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
31651
31005
|
product_type: string;
|
|
31652
31006
|
}>>;
|
|
31653
31007
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
31654
|
-
|
|
31655
|
-
device_name: z.ZodString;
|
|
31656
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
31657
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
31658
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
31659
|
-
subscription_plan: z.ZodString;
|
|
31660
|
-
status_type: z.ZodString;
|
|
31661
|
-
current_or_last_store_id: z.ZodNumber;
|
|
31662
|
-
last_movement: z.ZodString;
|
|
31663
|
-
address: z.ZodNullable<z.ZodString>;
|
|
31664
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
31665
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
31666
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
31667
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
31668
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
31669
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
31670
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
31671
|
-
default_office_id: z.ZodNumber;
|
|
31672
|
-
fob_id: z.ZodNumber;
|
|
31673
|
-
has_photo: z.ZodBoolean;
|
|
31008
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
31674
31009
|
}, "strip", z.ZodTypeAny, {
|
|
31675
|
-
device_name
|
|
31676
|
-
key_id: string;
|
|
31677
|
-
property_id: string | null;
|
|
31678
|
-
property_postcode: string | null;
|
|
31679
|
-
key_notes: string | null;
|
|
31680
|
-
subscription_plan: string;
|
|
31681
|
-
status_type: string;
|
|
31682
|
-
current_or_last_store_id: number;
|
|
31683
|
-
last_movement: string;
|
|
31684
|
-
address: string | null;
|
|
31685
|
-
current_status: string | null;
|
|
31686
|
-
current_user_name: string | null;
|
|
31687
|
-
current_user_email: string | null;
|
|
31688
|
-
current_user_phone_number: string | null;
|
|
31689
|
-
current_user_company: string | null;
|
|
31690
|
-
handover_method: string | null;
|
|
31691
|
-
keynest_app_user: string | null;
|
|
31692
|
-
default_office_id: number;
|
|
31693
|
-
fob_id: number;
|
|
31694
|
-
has_photo: boolean;
|
|
31010
|
+
device_name?: string | undefined;
|
|
31695
31011
|
}, {
|
|
31696
|
-
device_name
|
|
31697
|
-
key_id: string;
|
|
31698
|
-
property_id: string | null;
|
|
31699
|
-
property_postcode: string | null;
|
|
31700
|
-
key_notes: string | null;
|
|
31701
|
-
subscription_plan: string;
|
|
31702
|
-
status_type: string;
|
|
31703
|
-
current_or_last_store_id: number;
|
|
31704
|
-
last_movement: string;
|
|
31705
|
-
address: string | null;
|
|
31706
|
-
current_status: string | null;
|
|
31707
|
-
current_user_name: string | null;
|
|
31708
|
-
current_user_email: string | null;
|
|
31709
|
-
current_user_phone_number: string | null;
|
|
31710
|
-
current_user_company: string | null;
|
|
31711
|
-
handover_method: string | null;
|
|
31712
|
-
keynest_app_user: string | null;
|
|
31713
|
-
default_office_id: number;
|
|
31714
|
-
fob_id: number;
|
|
31715
|
-
has_photo: boolean;
|
|
31012
|
+
device_name?: string | undefined;
|
|
31716
31013
|
}>>;
|
|
31717
31014
|
}, "strip", z.ZodTypeAny, {
|
|
31718
31015
|
ecobee_metadata?: {
|
|
@@ -31948,26 +31245,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
31948
31245
|
product_type: string;
|
|
31949
31246
|
} | undefined;
|
|
31950
31247
|
keynest_metadata?: {
|
|
31951
|
-
device_name
|
|
31952
|
-
key_id: string;
|
|
31953
|
-
property_id: string | null;
|
|
31954
|
-
property_postcode: string | null;
|
|
31955
|
-
key_notes: string | null;
|
|
31956
|
-
subscription_plan: string;
|
|
31957
|
-
status_type: string;
|
|
31958
|
-
current_or_last_store_id: number;
|
|
31959
|
-
last_movement: string;
|
|
31960
|
-
address: string | null;
|
|
31961
|
-
current_status: string | null;
|
|
31962
|
-
current_user_name: string | null;
|
|
31963
|
-
current_user_email: string | null;
|
|
31964
|
-
current_user_phone_number: string | null;
|
|
31965
|
-
current_user_company: string | null;
|
|
31966
|
-
handover_method: string | null;
|
|
31967
|
-
keynest_app_user: string | null;
|
|
31968
|
-
default_office_id: number;
|
|
31969
|
-
fob_id: number;
|
|
31970
|
-
has_photo: boolean;
|
|
31248
|
+
device_name?: string | undefined;
|
|
31971
31249
|
} | undefined;
|
|
31972
31250
|
}, {
|
|
31973
31251
|
ecobee_metadata?: {
|
|
@@ -32203,26 +31481,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
32203
31481
|
product_type: string;
|
|
32204
31482
|
} | undefined;
|
|
32205
31483
|
keynest_metadata?: {
|
|
32206
|
-
device_name
|
|
32207
|
-
key_id: string;
|
|
32208
|
-
property_id: string | null;
|
|
32209
|
-
property_postcode: string | null;
|
|
32210
|
-
key_notes: string | null;
|
|
32211
|
-
subscription_plan: string;
|
|
32212
|
-
status_type: string;
|
|
32213
|
-
current_or_last_store_id: number;
|
|
32214
|
-
last_movement: string;
|
|
32215
|
-
address: string | null;
|
|
32216
|
-
current_status: string | null;
|
|
32217
|
-
current_user_name: string | null;
|
|
32218
|
-
current_user_email: string | null;
|
|
32219
|
-
current_user_phone_number: string | null;
|
|
32220
|
-
current_user_company: string | null;
|
|
32221
|
-
handover_method: string | null;
|
|
32222
|
-
keynest_app_user: string | null;
|
|
32223
|
-
default_office_id: number;
|
|
32224
|
-
fob_id: number;
|
|
32225
|
-
has_photo: boolean;
|
|
31484
|
+
device_name?: string | undefined;
|
|
32226
31485
|
} | undefined;
|
|
32227
31486
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
32228
31487
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -37623,13 +36882,13 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
37623
36882
|
secondary_color: z.ZodOptional<z.ZodString>;
|
|
37624
36883
|
logo_url: z.ZodOptional<z.ZodString>;
|
|
37625
36884
|
}, "strip", z.ZodTypeAny, {
|
|
36885
|
+
logo_url?: string | undefined;
|
|
37626
36886
|
primary_color?: string | undefined;
|
|
37627
36887
|
secondary_color?: string | undefined;
|
|
37628
|
-
logo_url?: string | undefined;
|
|
37629
36888
|
}, {
|
|
36889
|
+
logo_url?: string | undefined;
|
|
37630
36890
|
primary_color?: string | undefined;
|
|
37631
36891
|
secondary_color?: string | undefined;
|
|
37632
|
-
logo_url?: string | undefined;
|
|
37633
36892
|
}>>;
|
|
37634
36893
|
}, "strip", z.ZodTypeAny, {
|
|
37635
36894
|
workspace_id: string;
|
|
@@ -37641,9 +36900,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
37641
36900
|
instant_key_id: string;
|
|
37642
36901
|
customization_profile_id?: string | undefined;
|
|
37643
36902
|
customization?: {
|
|
36903
|
+
logo_url?: string | undefined;
|
|
37644
36904
|
primary_color?: string | undefined;
|
|
37645
36905
|
secondary_color?: string | undefined;
|
|
37646
|
-
logo_url?: string | undefined;
|
|
37647
36906
|
} | undefined;
|
|
37648
36907
|
}, {
|
|
37649
36908
|
workspace_id: string;
|
|
@@ -37655,9 +36914,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
37655
36914
|
instant_key_id: string;
|
|
37656
36915
|
customization_profile_id?: string | undefined;
|
|
37657
36916
|
customization?: {
|
|
36917
|
+
logo_url?: string | undefined;
|
|
37658
36918
|
primary_color?: string | undefined;
|
|
37659
36919
|
secondary_color?: string | undefined;
|
|
37660
|
-
logo_url?: string | undefined;
|
|
37661
36920
|
} | undefined;
|
|
37662
36921
|
}>, "many">>;
|
|
37663
36922
|
access_codes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -40810,6 +40069,31 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
40810
40069
|
noise_threshold_decibels: number;
|
|
40811
40070
|
noise_threshold_nrs?: number | undefined;
|
|
40812
40071
|
}>, "many">>;
|
|
40072
|
+
customization_profiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
40073
|
+
workspace_id: z.ZodString;
|
|
40074
|
+
name: z.ZodNullable<z.ZodString>;
|
|
40075
|
+
customization_profile_id: z.ZodString;
|
|
40076
|
+
created_at: z.ZodString;
|
|
40077
|
+
logo_url: z.ZodOptional<z.ZodString>;
|
|
40078
|
+
primary_color: z.ZodOptional<z.ZodString>;
|
|
40079
|
+
secondary_color: z.ZodOptional<z.ZodString>;
|
|
40080
|
+
}, "strip", z.ZodTypeAny, {
|
|
40081
|
+
name: string | null;
|
|
40082
|
+
workspace_id: string;
|
|
40083
|
+
created_at: string;
|
|
40084
|
+
customization_profile_id: string;
|
|
40085
|
+
logo_url?: string | undefined;
|
|
40086
|
+
primary_color?: string | undefined;
|
|
40087
|
+
secondary_color?: string | undefined;
|
|
40088
|
+
}, {
|
|
40089
|
+
name: string | null;
|
|
40090
|
+
workspace_id: string;
|
|
40091
|
+
created_at: string;
|
|
40092
|
+
customization_profile_id: string;
|
|
40093
|
+
logo_url?: string | undefined;
|
|
40094
|
+
primary_color?: string | undefined;
|
|
40095
|
+
secondary_color?: string | undefined;
|
|
40096
|
+
}>, "many">>;
|
|
40813
40097
|
}, "strip", z.ZodTypeAny, {
|
|
40814
40098
|
batch_type: "workspaces";
|
|
40815
40099
|
thermostat_daily_programs?: {
|
|
@@ -41298,26 +40582,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41298
40582
|
product_type: string;
|
|
41299
40583
|
} | undefined;
|
|
41300
40584
|
keynest_metadata?: {
|
|
41301
|
-
device_name
|
|
41302
|
-
key_id: string;
|
|
41303
|
-
property_id: string | null;
|
|
41304
|
-
property_postcode: string | null;
|
|
41305
|
-
key_notes: string | null;
|
|
41306
|
-
subscription_plan: string;
|
|
41307
|
-
status_type: string;
|
|
41308
|
-
current_or_last_store_id: number;
|
|
41309
|
-
last_movement: string;
|
|
41310
|
-
address: string | null;
|
|
41311
|
-
current_status: string | null;
|
|
41312
|
-
current_user_name: string | null;
|
|
41313
|
-
current_user_email: string | null;
|
|
41314
|
-
current_user_phone_number: string | null;
|
|
41315
|
-
current_user_company: string | null;
|
|
41316
|
-
handover_method: string | null;
|
|
41317
|
-
keynest_app_user: string | null;
|
|
41318
|
-
default_office_id: number;
|
|
41319
|
-
fob_id: number;
|
|
41320
|
-
has_photo: boolean;
|
|
40585
|
+
device_name?: string | undefined;
|
|
41321
40586
|
} | undefined;
|
|
41322
40587
|
} & {
|
|
41323
40588
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -41972,10 +41237,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41972
41237
|
credential_id?: string | undefined;
|
|
41973
41238
|
} | undefined;
|
|
41974
41239
|
assa_abloy_vostio_metadata?: {
|
|
41975
|
-
key_id?: string | undefined;
|
|
41976
41240
|
endpoint_id?: string | undefined;
|
|
41977
41241
|
auto_join?: boolean | undefined;
|
|
41978
41242
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
41243
|
+
key_id?: string | undefined;
|
|
41979
41244
|
key_issuing_request_id?: string | undefined;
|
|
41980
41245
|
door_names?: string[] | undefined;
|
|
41981
41246
|
} | undefined;
|
|
@@ -42045,10 +41310,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42045
41310
|
credential_id?: string | undefined;
|
|
42046
41311
|
} | undefined;
|
|
42047
41312
|
assa_abloy_vostio_metadata?: {
|
|
42048
|
-
key_id?: string | undefined;
|
|
42049
41313
|
endpoint_id?: string | undefined;
|
|
42050
41314
|
auto_join?: boolean | undefined;
|
|
42051
41315
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
41316
|
+
key_id?: string | undefined;
|
|
42052
41317
|
key_issuing_request_id?: string | undefined;
|
|
42053
41318
|
door_names?: string[] | undefined;
|
|
42054
41319
|
} | undefined;
|
|
@@ -42304,10 +41569,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42304
41569
|
credential_id?: string | undefined;
|
|
42305
41570
|
} | undefined;
|
|
42306
41571
|
assa_abloy_vostio_metadata?: {
|
|
42307
|
-
key_id?: string | undefined;
|
|
42308
41572
|
endpoint_id?: string | undefined;
|
|
42309
41573
|
auto_join?: boolean | undefined;
|
|
42310
41574
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
41575
|
+
key_id?: string | undefined;
|
|
42311
41576
|
key_issuing_request_id?: string | undefined;
|
|
42312
41577
|
door_names?: string[] | undefined;
|
|
42313
41578
|
} | undefined;
|
|
@@ -42376,10 +41641,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42376
41641
|
credential_id?: string | undefined;
|
|
42377
41642
|
} | undefined;
|
|
42378
41643
|
assa_abloy_vostio_metadata?: {
|
|
42379
|
-
key_id?: string | undefined;
|
|
42380
41644
|
endpoint_id?: string | undefined;
|
|
42381
41645
|
auto_join?: boolean | undefined;
|
|
42382
41646
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
41647
|
+
key_id?: string | undefined;
|
|
42383
41648
|
key_issuing_request_id?: string | undefined;
|
|
42384
41649
|
door_names?: string[] | undefined;
|
|
42385
41650
|
} | undefined;
|
|
@@ -42570,10 +41835,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42570
41835
|
credential_id?: string | undefined;
|
|
42571
41836
|
} | undefined;
|
|
42572
41837
|
assa_abloy_vostio_metadata?: {
|
|
42573
|
-
key_id?: string | undefined;
|
|
42574
41838
|
endpoint_id?: string | undefined;
|
|
42575
41839
|
auto_join?: boolean | undefined;
|
|
42576
41840
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
41841
|
+
key_id?: string | undefined;
|
|
42577
41842
|
key_issuing_request_id?: string | undefined;
|
|
42578
41843
|
door_names?: string[] | undefined;
|
|
42579
41844
|
} | undefined;
|
|
@@ -42642,10 +41907,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42642
41907
|
credential_id?: string | undefined;
|
|
42643
41908
|
} | undefined;
|
|
42644
41909
|
assa_abloy_vostio_metadata?: {
|
|
42645
|
-
key_id?: string | undefined;
|
|
42646
41910
|
endpoint_id?: string | undefined;
|
|
42647
41911
|
auto_join?: boolean | undefined;
|
|
42648
41912
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
41913
|
+
key_id?: string | undefined;
|
|
42649
41914
|
key_issuing_request_id?: string | undefined;
|
|
42650
41915
|
door_names?: string[] | undefined;
|
|
42651
41916
|
} | undefined;
|
|
@@ -44103,9 +43368,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
44103
43368
|
instant_key_id: string;
|
|
44104
43369
|
customization_profile_id?: string | undefined;
|
|
44105
43370
|
customization?: {
|
|
43371
|
+
logo_url?: string | undefined;
|
|
44106
43372
|
primary_color?: string | undefined;
|
|
44107
43373
|
secondary_color?: string | undefined;
|
|
44108
|
-
logo_url?: string | undefined;
|
|
44109
43374
|
} | undefined;
|
|
44110
43375
|
}[] | undefined;
|
|
44111
43376
|
access_codes?: {
|
|
@@ -44724,6 +43989,15 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
44724
43989
|
noise_threshold_decibels: number;
|
|
44725
43990
|
noise_threshold_nrs?: number | undefined;
|
|
44726
43991
|
}[] | undefined;
|
|
43992
|
+
customization_profiles?: {
|
|
43993
|
+
name: string | null;
|
|
43994
|
+
workspace_id: string;
|
|
43995
|
+
created_at: string;
|
|
43996
|
+
customization_profile_id: string;
|
|
43997
|
+
logo_url?: string | undefined;
|
|
43998
|
+
primary_color?: string | undefined;
|
|
43999
|
+
secondary_color?: string | undefined;
|
|
44000
|
+
}[] | undefined;
|
|
44727
44001
|
}, {
|
|
44728
44002
|
batch_type: "workspaces";
|
|
44729
44003
|
thermostat_daily_programs?: {
|
|
@@ -45212,26 +44486,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45212
44486
|
product_type: string;
|
|
45213
44487
|
} | undefined;
|
|
45214
44488
|
keynest_metadata?: {
|
|
45215
|
-
device_name
|
|
45216
|
-
key_id: string;
|
|
45217
|
-
property_id: string | null;
|
|
45218
|
-
property_postcode: string | null;
|
|
45219
|
-
key_notes: string | null;
|
|
45220
|
-
subscription_plan: string;
|
|
45221
|
-
status_type: string;
|
|
45222
|
-
current_or_last_store_id: number;
|
|
45223
|
-
last_movement: string;
|
|
45224
|
-
address: string | null;
|
|
45225
|
-
current_status: string | null;
|
|
45226
|
-
current_user_name: string | null;
|
|
45227
|
-
current_user_email: string | null;
|
|
45228
|
-
current_user_phone_number: string | null;
|
|
45229
|
-
current_user_company: string | null;
|
|
45230
|
-
handover_method: string | null;
|
|
45231
|
-
keynest_app_user: string | null;
|
|
45232
|
-
default_office_id: number;
|
|
45233
|
-
fob_id: number;
|
|
45234
|
-
has_photo: boolean;
|
|
44489
|
+
device_name?: string | undefined;
|
|
45235
44490
|
} | undefined;
|
|
45236
44491
|
} & {
|
|
45237
44492
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -45886,10 +45141,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45886
45141
|
credential_id?: string | undefined;
|
|
45887
45142
|
} | undefined;
|
|
45888
45143
|
assa_abloy_vostio_metadata?: {
|
|
45889
|
-
key_id?: string | undefined;
|
|
45890
45144
|
endpoint_id?: string | undefined;
|
|
45891
45145
|
auto_join?: boolean | undefined;
|
|
45892
45146
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
45147
|
+
key_id?: string | undefined;
|
|
45893
45148
|
key_issuing_request_id?: string | undefined;
|
|
45894
45149
|
door_names?: string[] | undefined;
|
|
45895
45150
|
} | undefined;
|
|
@@ -45959,10 +45214,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45959
45214
|
credential_id?: string | undefined;
|
|
45960
45215
|
} | undefined;
|
|
45961
45216
|
assa_abloy_vostio_metadata?: {
|
|
45962
|
-
key_id?: string | undefined;
|
|
45963
45217
|
endpoint_id?: string | undefined;
|
|
45964
45218
|
auto_join?: boolean | undefined;
|
|
45965
45219
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
45220
|
+
key_id?: string | undefined;
|
|
45966
45221
|
key_issuing_request_id?: string | undefined;
|
|
45967
45222
|
door_names?: string[] | undefined;
|
|
45968
45223
|
} | undefined;
|
|
@@ -46218,10 +45473,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46218
45473
|
credential_id?: string | undefined;
|
|
46219
45474
|
} | undefined;
|
|
46220
45475
|
assa_abloy_vostio_metadata?: {
|
|
46221
|
-
key_id?: string | undefined;
|
|
46222
45476
|
endpoint_id?: string | undefined;
|
|
46223
45477
|
auto_join?: boolean | undefined;
|
|
46224
45478
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
45479
|
+
key_id?: string | undefined;
|
|
46225
45480
|
key_issuing_request_id?: string | undefined;
|
|
46226
45481
|
door_names?: string[] | undefined;
|
|
46227
45482
|
} | undefined;
|
|
@@ -46290,10 +45545,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46290
45545
|
credential_id?: string | undefined;
|
|
46291
45546
|
} | undefined;
|
|
46292
45547
|
assa_abloy_vostio_metadata?: {
|
|
46293
|
-
key_id?: string | undefined;
|
|
46294
45548
|
endpoint_id?: string | undefined;
|
|
46295
45549
|
auto_join?: boolean | undefined;
|
|
46296
45550
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
45551
|
+
key_id?: string | undefined;
|
|
46297
45552
|
key_issuing_request_id?: string | undefined;
|
|
46298
45553
|
door_names?: string[] | undefined;
|
|
46299
45554
|
} | undefined;
|
|
@@ -46484,10 +45739,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46484
45739
|
credential_id?: string | undefined;
|
|
46485
45740
|
} | undefined;
|
|
46486
45741
|
assa_abloy_vostio_metadata?: {
|
|
46487
|
-
key_id?: string | undefined;
|
|
46488
45742
|
endpoint_id?: string | undefined;
|
|
46489
45743
|
auto_join?: boolean | undefined;
|
|
46490
45744
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
45745
|
+
key_id?: string | undefined;
|
|
46491
45746
|
key_issuing_request_id?: string | undefined;
|
|
46492
45747
|
door_names?: string[] | undefined;
|
|
46493
45748
|
} | undefined;
|
|
@@ -46556,10 +45811,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46556
45811
|
credential_id?: string | undefined;
|
|
46557
45812
|
} | undefined;
|
|
46558
45813
|
assa_abloy_vostio_metadata?: {
|
|
46559
|
-
key_id?: string | undefined;
|
|
46560
45814
|
endpoint_id?: string | undefined;
|
|
46561
45815
|
auto_join?: boolean | undefined;
|
|
46562
45816
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
45817
|
+
key_id?: string | undefined;
|
|
46563
45818
|
key_issuing_request_id?: string | undefined;
|
|
46564
45819
|
door_names?: string[] | undefined;
|
|
46565
45820
|
} | undefined;
|
|
@@ -48017,9 +47272,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
48017
47272
|
instant_key_id: string;
|
|
48018
47273
|
customization_profile_id?: string | undefined;
|
|
48019
47274
|
customization?: {
|
|
47275
|
+
logo_url?: string | undefined;
|
|
48020
47276
|
primary_color?: string | undefined;
|
|
48021
47277
|
secondary_color?: string | undefined;
|
|
48022
|
-
logo_url?: string | undefined;
|
|
48023
47278
|
} | undefined;
|
|
48024
47279
|
}[] | undefined;
|
|
48025
47280
|
access_codes?: {
|
|
@@ -48638,6 +47893,15 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
48638
47893
|
noise_threshold_decibels: number;
|
|
48639
47894
|
noise_threshold_nrs?: number | undefined;
|
|
48640
47895
|
}[] | undefined;
|
|
47896
|
+
customization_profiles?: {
|
|
47897
|
+
name: string | null;
|
|
47898
|
+
workspace_id: string;
|
|
47899
|
+
created_at: string;
|
|
47900
|
+
customization_profile_id: string;
|
|
47901
|
+
logo_url?: string | undefined;
|
|
47902
|
+
primary_color?: string | undefined;
|
|
47903
|
+
secondary_color?: string | undefined;
|
|
47904
|
+
}[] | undefined;
|
|
48641
47905
|
}>;
|
|
48642
47906
|
export declare const batch: z.ZodObject<{
|
|
48643
47907
|
batch_type: z.ZodEnum<["workspaces", "spaces", "access_grants", "access_methods"]>;
|
|
@@ -49794,68 +49058,11 @@ export declare const batch: z.ZodObject<{
|
|
|
49794
49058
|
product_type: string;
|
|
49795
49059
|
}>>;
|
|
49796
49060
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
49797
|
-
|
|
49798
|
-
device_name: z.ZodString;
|
|
49799
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
49800
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
49801
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
49802
|
-
subscription_plan: z.ZodString;
|
|
49803
|
-
status_type: z.ZodString;
|
|
49804
|
-
current_or_last_store_id: z.ZodNumber;
|
|
49805
|
-
last_movement: z.ZodString;
|
|
49806
|
-
address: z.ZodNullable<z.ZodString>;
|
|
49807
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
49808
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
49809
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
49810
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
49811
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
49812
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
49813
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
49814
|
-
default_office_id: z.ZodNumber;
|
|
49815
|
-
fob_id: z.ZodNumber;
|
|
49816
|
-
has_photo: z.ZodBoolean;
|
|
49061
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
49817
49062
|
}, "strip", z.ZodTypeAny, {
|
|
49818
|
-
device_name
|
|
49819
|
-
key_id: string;
|
|
49820
|
-
property_id: string | null;
|
|
49821
|
-
property_postcode: string | null;
|
|
49822
|
-
key_notes: string | null;
|
|
49823
|
-
subscription_plan: string;
|
|
49824
|
-
status_type: string;
|
|
49825
|
-
current_or_last_store_id: number;
|
|
49826
|
-
last_movement: string;
|
|
49827
|
-
address: string | null;
|
|
49828
|
-
current_status: string | null;
|
|
49829
|
-
current_user_name: string | null;
|
|
49830
|
-
current_user_email: string | null;
|
|
49831
|
-
current_user_phone_number: string | null;
|
|
49832
|
-
current_user_company: string | null;
|
|
49833
|
-
handover_method: string | null;
|
|
49834
|
-
keynest_app_user: string | null;
|
|
49835
|
-
default_office_id: number;
|
|
49836
|
-
fob_id: number;
|
|
49837
|
-
has_photo: boolean;
|
|
49063
|
+
device_name?: string | undefined;
|
|
49838
49064
|
}, {
|
|
49839
|
-
device_name
|
|
49840
|
-
key_id: string;
|
|
49841
|
-
property_id: string | null;
|
|
49842
|
-
property_postcode: string | null;
|
|
49843
|
-
key_notes: string | null;
|
|
49844
|
-
subscription_plan: string;
|
|
49845
|
-
status_type: string;
|
|
49846
|
-
current_or_last_store_id: number;
|
|
49847
|
-
last_movement: string;
|
|
49848
|
-
address: string | null;
|
|
49849
|
-
current_status: string | null;
|
|
49850
|
-
current_user_name: string | null;
|
|
49851
|
-
current_user_email: string | null;
|
|
49852
|
-
current_user_phone_number: string | null;
|
|
49853
|
-
current_user_company: string | null;
|
|
49854
|
-
handover_method: string | null;
|
|
49855
|
-
keynest_app_user: string | null;
|
|
49856
|
-
default_office_id: number;
|
|
49857
|
-
fob_id: number;
|
|
49858
|
-
has_photo: boolean;
|
|
49065
|
+
device_name?: string | undefined;
|
|
49859
49066
|
}>>;
|
|
49860
49067
|
}, "strip", z.ZodTypeAny, {
|
|
49861
49068
|
ecobee_metadata?: {
|
|
@@ -50091,26 +49298,7 @@ export declare const batch: z.ZodObject<{
|
|
|
50091
49298
|
product_type: string;
|
|
50092
49299
|
} | undefined;
|
|
50093
49300
|
keynest_metadata?: {
|
|
50094
|
-
device_name
|
|
50095
|
-
key_id: string;
|
|
50096
|
-
property_id: string | null;
|
|
50097
|
-
property_postcode: string | null;
|
|
50098
|
-
key_notes: string | null;
|
|
50099
|
-
subscription_plan: string;
|
|
50100
|
-
status_type: string;
|
|
50101
|
-
current_or_last_store_id: number;
|
|
50102
|
-
last_movement: string;
|
|
50103
|
-
address: string | null;
|
|
50104
|
-
current_status: string | null;
|
|
50105
|
-
current_user_name: string | null;
|
|
50106
|
-
current_user_email: string | null;
|
|
50107
|
-
current_user_phone_number: string | null;
|
|
50108
|
-
current_user_company: string | null;
|
|
50109
|
-
handover_method: string | null;
|
|
50110
|
-
keynest_app_user: string | null;
|
|
50111
|
-
default_office_id: number;
|
|
50112
|
-
fob_id: number;
|
|
50113
|
-
has_photo: boolean;
|
|
49301
|
+
device_name?: string | undefined;
|
|
50114
49302
|
} | undefined;
|
|
50115
49303
|
}, {
|
|
50116
49304
|
ecobee_metadata?: {
|
|
@@ -50346,26 +49534,7 @@ export declare const batch: z.ZodObject<{
|
|
|
50346
49534
|
product_type: string;
|
|
50347
49535
|
} | undefined;
|
|
50348
49536
|
keynest_metadata?: {
|
|
50349
|
-
device_name
|
|
50350
|
-
key_id: string;
|
|
50351
|
-
property_id: string | null;
|
|
50352
|
-
property_postcode: string | null;
|
|
50353
|
-
key_notes: string | null;
|
|
50354
|
-
subscription_plan: string;
|
|
50355
|
-
status_type: string;
|
|
50356
|
-
current_or_last_store_id: number;
|
|
50357
|
-
last_movement: string;
|
|
50358
|
-
address: string | null;
|
|
50359
|
-
current_status: string | null;
|
|
50360
|
-
current_user_name: string | null;
|
|
50361
|
-
current_user_email: string | null;
|
|
50362
|
-
current_user_phone_number: string | null;
|
|
50363
|
-
current_user_company: string | null;
|
|
50364
|
-
handover_method: string | null;
|
|
50365
|
-
keynest_app_user: string | null;
|
|
50366
|
-
default_office_id: number;
|
|
50367
|
-
fob_id: number;
|
|
50368
|
-
has_photo: boolean;
|
|
49537
|
+
device_name?: string | undefined;
|
|
50369
49538
|
} | undefined;
|
|
50370
49539
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
50371
49540
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -52142,26 +51311,7 @@ export declare const batch: z.ZodObject<{
|
|
|
52142
51311
|
product_type: string;
|
|
52143
51312
|
} | undefined;
|
|
52144
51313
|
keynest_metadata?: {
|
|
52145
|
-
device_name
|
|
52146
|
-
key_id: string;
|
|
52147
|
-
property_id: string | null;
|
|
52148
|
-
property_postcode: string | null;
|
|
52149
|
-
key_notes: string | null;
|
|
52150
|
-
subscription_plan: string;
|
|
52151
|
-
status_type: string;
|
|
52152
|
-
current_or_last_store_id: number;
|
|
52153
|
-
last_movement: string;
|
|
52154
|
-
address: string | null;
|
|
52155
|
-
current_status: string | null;
|
|
52156
|
-
current_user_name: string | null;
|
|
52157
|
-
current_user_email: string | null;
|
|
52158
|
-
current_user_phone_number: string | null;
|
|
52159
|
-
current_user_company: string | null;
|
|
52160
|
-
handover_method: string | null;
|
|
52161
|
-
keynest_app_user: string | null;
|
|
52162
|
-
default_office_id: number;
|
|
52163
|
-
fob_id: number;
|
|
52164
|
-
has_photo: boolean;
|
|
51314
|
+
device_name?: string | undefined;
|
|
52165
51315
|
} | undefined;
|
|
52166
51316
|
} & {
|
|
52167
51317
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -52800,26 +51950,7 @@ export declare const batch: z.ZodObject<{
|
|
|
52800
51950
|
product_type: string;
|
|
52801
51951
|
} | undefined;
|
|
52802
51952
|
keynest_metadata?: {
|
|
52803
|
-
device_name
|
|
52804
|
-
key_id: string;
|
|
52805
|
-
property_id: string | null;
|
|
52806
|
-
property_postcode: string | null;
|
|
52807
|
-
key_notes: string | null;
|
|
52808
|
-
subscription_plan: string;
|
|
52809
|
-
status_type: string;
|
|
52810
|
-
current_or_last_store_id: number;
|
|
52811
|
-
last_movement: string;
|
|
52812
|
-
address: string | null;
|
|
52813
|
-
current_status: string | null;
|
|
52814
|
-
current_user_name: string | null;
|
|
52815
|
-
current_user_email: string | null;
|
|
52816
|
-
current_user_phone_number: string | null;
|
|
52817
|
-
current_user_company: string | null;
|
|
52818
|
-
handover_method: string | null;
|
|
52819
|
-
keynest_app_user: string | null;
|
|
52820
|
-
default_office_id: number;
|
|
52821
|
-
fob_id: number;
|
|
52822
|
-
has_photo: boolean;
|
|
51953
|
+
device_name?: string | undefined;
|
|
52823
51954
|
} | undefined;
|
|
52824
51955
|
} & {
|
|
52825
51956
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -54434,17 +53565,17 @@ export declare const batch: z.ZodObject<{
|
|
|
54434
53565
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
54435
53566
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
54436
53567
|
}, "strip", z.ZodTypeAny, {
|
|
54437
|
-
key_id?: string | undefined;
|
|
54438
53568
|
endpoint_id?: string | undefined;
|
|
54439
53569
|
auto_join?: boolean | undefined;
|
|
54440
53570
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
53571
|
+
key_id?: string | undefined;
|
|
54441
53572
|
key_issuing_request_id?: string | undefined;
|
|
54442
53573
|
door_names?: string[] | undefined;
|
|
54443
53574
|
}, {
|
|
54444
|
-
key_id?: string | undefined;
|
|
54445
53575
|
endpoint_id?: string | undefined;
|
|
54446
53576
|
auto_join?: boolean | undefined;
|
|
54447
53577
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
53578
|
+
key_id?: string | undefined;
|
|
54448
53579
|
key_issuing_request_id?: string | undefined;
|
|
54449
53580
|
door_names?: string[] | undefined;
|
|
54450
53581
|
}>>;
|
|
@@ -54502,10 +53633,10 @@ export declare const batch: z.ZodObject<{
|
|
|
54502
53633
|
credential_id?: string | undefined;
|
|
54503
53634
|
} | undefined;
|
|
54504
53635
|
assa_abloy_vostio_metadata?: {
|
|
54505
|
-
key_id?: string | undefined;
|
|
54506
53636
|
endpoint_id?: string | undefined;
|
|
54507
53637
|
auto_join?: boolean | undefined;
|
|
54508
53638
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
53639
|
+
key_id?: string | undefined;
|
|
54509
53640
|
key_issuing_request_id?: string | undefined;
|
|
54510
53641
|
door_names?: string[] | undefined;
|
|
54511
53642
|
} | undefined;
|
|
@@ -54574,10 +53705,10 @@ export declare const batch: z.ZodObject<{
|
|
|
54574
53705
|
credential_id?: string | undefined;
|
|
54575
53706
|
} | undefined;
|
|
54576
53707
|
assa_abloy_vostio_metadata?: {
|
|
54577
|
-
key_id?: string | undefined;
|
|
54578
53708
|
endpoint_id?: string | undefined;
|
|
54579
53709
|
auto_join?: boolean | undefined;
|
|
54580
53710
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
53711
|
+
key_id?: string | undefined;
|
|
54581
53712
|
key_issuing_request_id?: string | undefined;
|
|
54582
53713
|
door_names?: string[] | undefined;
|
|
54583
53714
|
} | undefined;
|
|
@@ -54744,17 +53875,17 @@ export declare const batch: z.ZodObject<{
|
|
|
54744
53875
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
54745
53876
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
54746
53877
|
}, "strip", z.ZodTypeAny, {
|
|
54747
|
-
key_id?: string | undefined;
|
|
54748
53878
|
endpoint_id?: string | undefined;
|
|
54749
53879
|
auto_join?: boolean | undefined;
|
|
54750
53880
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
53881
|
+
key_id?: string | undefined;
|
|
54751
53882
|
key_issuing_request_id?: string | undefined;
|
|
54752
53883
|
door_names?: string[] | undefined;
|
|
54753
53884
|
}, {
|
|
54754
|
-
key_id?: string | undefined;
|
|
54755
53885
|
endpoint_id?: string | undefined;
|
|
54756
53886
|
auto_join?: boolean | undefined;
|
|
54757
53887
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
53888
|
+
key_id?: string | undefined;
|
|
54758
53889
|
key_issuing_request_id?: string | undefined;
|
|
54759
53890
|
door_names?: string[] | undefined;
|
|
54760
53891
|
}>>;
|
|
@@ -54812,10 +53943,10 @@ export declare const batch: z.ZodObject<{
|
|
|
54812
53943
|
credential_id?: string | undefined;
|
|
54813
53944
|
} | undefined;
|
|
54814
53945
|
assa_abloy_vostio_metadata?: {
|
|
54815
|
-
key_id?: string | undefined;
|
|
54816
53946
|
endpoint_id?: string | undefined;
|
|
54817
53947
|
auto_join?: boolean | undefined;
|
|
54818
53948
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
53949
|
+
key_id?: string | undefined;
|
|
54819
53950
|
key_issuing_request_id?: string | undefined;
|
|
54820
53951
|
door_names?: string[] | undefined;
|
|
54821
53952
|
} | undefined;
|
|
@@ -54884,10 +54015,10 @@ export declare const batch: z.ZodObject<{
|
|
|
54884
54015
|
credential_id?: string | undefined;
|
|
54885
54016
|
} | undefined;
|
|
54886
54017
|
assa_abloy_vostio_metadata?: {
|
|
54887
|
-
key_id?: string | undefined;
|
|
54888
54018
|
endpoint_id?: string | undefined;
|
|
54889
54019
|
auto_join?: boolean | undefined;
|
|
54890
54020
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54021
|
+
key_id?: string | undefined;
|
|
54891
54022
|
key_issuing_request_id?: string | undefined;
|
|
54892
54023
|
door_names?: string[] | undefined;
|
|
54893
54024
|
} | undefined;
|
|
@@ -55319,17 +54450,17 @@ export declare const batch: z.ZodObject<{
|
|
|
55319
54450
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
55320
54451
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
55321
54452
|
}, "strip", z.ZodTypeAny, {
|
|
55322
|
-
key_id?: string | undefined;
|
|
55323
54453
|
endpoint_id?: string | undefined;
|
|
55324
54454
|
auto_join?: boolean | undefined;
|
|
55325
54455
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54456
|
+
key_id?: string | undefined;
|
|
55326
54457
|
key_issuing_request_id?: string | undefined;
|
|
55327
54458
|
door_names?: string[] | undefined;
|
|
55328
54459
|
}, {
|
|
55329
|
-
key_id?: string | undefined;
|
|
55330
54460
|
endpoint_id?: string | undefined;
|
|
55331
54461
|
auto_join?: boolean | undefined;
|
|
55332
54462
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54463
|
+
key_id?: string | undefined;
|
|
55333
54464
|
key_issuing_request_id?: string | undefined;
|
|
55334
54465
|
door_names?: string[] | undefined;
|
|
55335
54466
|
}>>;
|
|
@@ -55387,10 +54518,10 @@ export declare const batch: z.ZodObject<{
|
|
|
55387
54518
|
credential_id?: string | undefined;
|
|
55388
54519
|
} | undefined;
|
|
55389
54520
|
assa_abloy_vostio_metadata?: {
|
|
55390
|
-
key_id?: string | undefined;
|
|
55391
54521
|
endpoint_id?: string | undefined;
|
|
55392
54522
|
auto_join?: boolean | undefined;
|
|
55393
54523
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54524
|
+
key_id?: string | undefined;
|
|
55394
54525
|
key_issuing_request_id?: string | undefined;
|
|
55395
54526
|
door_names?: string[] | undefined;
|
|
55396
54527
|
} | undefined;
|
|
@@ -55459,10 +54590,10 @@ export declare const batch: z.ZodObject<{
|
|
|
55459
54590
|
credential_id?: string | undefined;
|
|
55460
54591
|
} | undefined;
|
|
55461
54592
|
assa_abloy_vostio_metadata?: {
|
|
55462
|
-
key_id?: string | undefined;
|
|
55463
54593
|
endpoint_id?: string | undefined;
|
|
55464
54594
|
auto_join?: boolean | undefined;
|
|
55465
54595
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54596
|
+
key_id?: string | undefined;
|
|
55466
54597
|
key_issuing_request_id?: string | undefined;
|
|
55467
54598
|
door_names?: string[] | undefined;
|
|
55468
54599
|
} | undefined;
|
|
@@ -55628,17 +54759,17 @@ export declare const batch: z.ZodObject<{
|
|
|
55628
54759
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
55629
54760
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
55630
54761
|
}, "strip", z.ZodTypeAny, {
|
|
55631
|
-
key_id?: string | undefined;
|
|
55632
54762
|
endpoint_id?: string | undefined;
|
|
55633
54763
|
auto_join?: boolean | undefined;
|
|
55634
54764
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54765
|
+
key_id?: string | undefined;
|
|
55635
54766
|
key_issuing_request_id?: string | undefined;
|
|
55636
54767
|
door_names?: string[] | undefined;
|
|
55637
54768
|
}, {
|
|
55638
|
-
key_id?: string | undefined;
|
|
55639
54769
|
endpoint_id?: string | undefined;
|
|
55640
54770
|
auto_join?: boolean | undefined;
|
|
55641
54771
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54772
|
+
key_id?: string | undefined;
|
|
55642
54773
|
key_issuing_request_id?: string | undefined;
|
|
55643
54774
|
door_names?: string[] | undefined;
|
|
55644
54775
|
}>>;
|
|
@@ -55696,10 +54827,10 @@ export declare const batch: z.ZodObject<{
|
|
|
55696
54827
|
credential_id?: string | undefined;
|
|
55697
54828
|
} | undefined;
|
|
55698
54829
|
assa_abloy_vostio_metadata?: {
|
|
55699
|
-
key_id?: string | undefined;
|
|
55700
54830
|
endpoint_id?: string | undefined;
|
|
55701
54831
|
auto_join?: boolean | undefined;
|
|
55702
54832
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54833
|
+
key_id?: string | undefined;
|
|
55703
54834
|
key_issuing_request_id?: string | undefined;
|
|
55704
54835
|
door_names?: string[] | undefined;
|
|
55705
54836
|
} | undefined;
|
|
@@ -55768,10 +54899,10 @@ export declare const batch: z.ZodObject<{
|
|
|
55768
54899
|
credential_id?: string | undefined;
|
|
55769
54900
|
} | undefined;
|
|
55770
54901
|
assa_abloy_vostio_metadata?: {
|
|
55771
|
-
key_id?: string | undefined;
|
|
55772
54902
|
endpoint_id?: string | undefined;
|
|
55773
54903
|
auto_join?: boolean | undefined;
|
|
55774
54904
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54905
|
+
key_id?: string | undefined;
|
|
55775
54906
|
key_issuing_request_id?: string | undefined;
|
|
55776
54907
|
door_names?: string[] | undefined;
|
|
55777
54908
|
} | undefined;
|
|
@@ -55877,10 +55008,10 @@ export declare const batch: z.ZodObject<{
|
|
|
55877
55008
|
credential_id?: string | undefined;
|
|
55878
55009
|
} | undefined;
|
|
55879
55010
|
assa_abloy_vostio_metadata?: {
|
|
55880
|
-
key_id?: string | undefined;
|
|
55881
55011
|
endpoint_id?: string | undefined;
|
|
55882
55012
|
auto_join?: boolean | undefined;
|
|
55883
55013
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55014
|
+
key_id?: string | undefined;
|
|
55884
55015
|
key_issuing_request_id?: string | undefined;
|
|
55885
55016
|
door_names?: string[] | undefined;
|
|
55886
55017
|
} | undefined;
|
|
@@ -55949,10 +55080,10 @@ export declare const batch: z.ZodObject<{
|
|
|
55949
55080
|
credential_id?: string | undefined;
|
|
55950
55081
|
} | undefined;
|
|
55951
55082
|
assa_abloy_vostio_metadata?: {
|
|
55952
|
-
key_id?: string | undefined;
|
|
55953
55083
|
endpoint_id?: string | undefined;
|
|
55954
55084
|
auto_join?: boolean | undefined;
|
|
55955
55085
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55086
|
+
key_id?: string | undefined;
|
|
55956
55087
|
key_issuing_request_id?: string | undefined;
|
|
55957
55088
|
door_names?: string[] | undefined;
|
|
55958
55089
|
} | undefined;
|
|
@@ -56048,10 +55179,10 @@ export declare const batch: z.ZodObject<{
|
|
|
56048
55179
|
credential_id?: string | undefined;
|
|
56049
55180
|
} | undefined;
|
|
56050
55181
|
assa_abloy_vostio_metadata?: {
|
|
56051
|
-
key_id?: string | undefined;
|
|
56052
55182
|
endpoint_id?: string | undefined;
|
|
56053
55183
|
auto_join?: boolean | undefined;
|
|
56054
55184
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55185
|
+
key_id?: string | undefined;
|
|
56055
55186
|
key_issuing_request_id?: string | undefined;
|
|
56056
55187
|
door_names?: string[] | undefined;
|
|
56057
55188
|
} | undefined;
|
|
@@ -56120,10 +55251,10 @@ export declare const batch: z.ZodObject<{
|
|
|
56120
55251
|
credential_id?: string | undefined;
|
|
56121
55252
|
} | undefined;
|
|
56122
55253
|
assa_abloy_vostio_metadata?: {
|
|
56123
|
-
key_id?: string | undefined;
|
|
56124
55254
|
endpoint_id?: string | undefined;
|
|
56125
55255
|
auto_join?: boolean | undefined;
|
|
56126
55256
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55257
|
+
key_id?: string | undefined;
|
|
56127
55258
|
key_issuing_request_id?: string | undefined;
|
|
56128
55259
|
door_names?: string[] | undefined;
|
|
56129
55260
|
} | undefined;
|
|
@@ -56224,10 +55355,10 @@ export declare const batch: z.ZodObject<{
|
|
|
56224
55355
|
credential_id?: string | undefined;
|
|
56225
55356
|
} | undefined;
|
|
56226
55357
|
assa_abloy_vostio_metadata?: {
|
|
56227
|
-
key_id?: string | undefined;
|
|
56228
55358
|
endpoint_id?: string | undefined;
|
|
56229
55359
|
auto_join?: boolean | undefined;
|
|
56230
55360
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55361
|
+
key_id?: string | undefined;
|
|
56231
55362
|
key_issuing_request_id?: string | undefined;
|
|
56232
55363
|
door_names?: string[] | undefined;
|
|
56233
55364
|
} | undefined;
|
|
@@ -56296,10 +55427,10 @@ export declare const batch: z.ZodObject<{
|
|
|
56296
55427
|
credential_id?: string | undefined;
|
|
56297
55428
|
} | undefined;
|
|
56298
55429
|
assa_abloy_vostio_metadata?: {
|
|
56299
|
-
key_id?: string | undefined;
|
|
56300
55430
|
endpoint_id?: string | undefined;
|
|
56301
55431
|
auto_join?: boolean | undefined;
|
|
56302
55432
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55433
|
+
key_id?: string | undefined;
|
|
56303
55434
|
key_issuing_request_id?: string | undefined;
|
|
56304
55435
|
door_names?: string[] | undefined;
|
|
56305
55436
|
} | undefined;
|
|
@@ -56401,10 +55532,10 @@ export declare const batch: z.ZodObject<{
|
|
|
56401
55532
|
credential_id?: string | undefined;
|
|
56402
55533
|
} | undefined;
|
|
56403
55534
|
assa_abloy_vostio_metadata?: {
|
|
56404
|
-
key_id?: string | undefined;
|
|
56405
55535
|
endpoint_id?: string | undefined;
|
|
56406
55536
|
auto_join?: boolean | undefined;
|
|
56407
55537
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55538
|
+
key_id?: string | undefined;
|
|
56408
55539
|
key_issuing_request_id?: string | undefined;
|
|
56409
55540
|
door_names?: string[] | undefined;
|
|
56410
55541
|
} | undefined;
|
|
@@ -56473,10 +55604,10 @@ export declare const batch: z.ZodObject<{
|
|
|
56473
55604
|
credential_id?: string | undefined;
|
|
56474
55605
|
} | undefined;
|
|
56475
55606
|
assa_abloy_vostio_metadata?: {
|
|
56476
|
-
key_id?: string | undefined;
|
|
56477
55607
|
endpoint_id?: string | undefined;
|
|
56478
55608
|
auto_join?: boolean | undefined;
|
|
56479
55609
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55610
|
+
key_id?: string | undefined;
|
|
56480
55611
|
key_issuing_request_id?: string | undefined;
|
|
56481
55612
|
door_names?: string[] | undefined;
|
|
56482
55613
|
} | undefined;
|
|
@@ -56737,17 +55868,17 @@ export declare const batch: z.ZodObject<{
|
|
|
56737
55868
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
56738
55869
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
56739
55870
|
}, "strip", z.ZodTypeAny, {
|
|
56740
|
-
key_id?: string | undefined;
|
|
56741
55871
|
endpoint_id?: string | undefined;
|
|
56742
55872
|
auto_join?: boolean | undefined;
|
|
56743
55873
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55874
|
+
key_id?: string | undefined;
|
|
56744
55875
|
key_issuing_request_id?: string | undefined;
|
|
56745
55876
|
door_names?: string[] | undefined;
|
|
56746
55877
|
}, {
|
|
56747
|
-
key_id?: string | undefined;
|
|
56748
55878
|
endpoint_id?: string | undefined;
|
|
56749
55879
|
auto_join?: boolean | undefined;
|
|
56750
55880
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55881
|
+
key_id?: string | undefined;
|
|
56751
55882
|
key_issuing_request_id?: string | undefined;
|
|
56752
55883
|
door_names?: string[] | undefined;
|
|
56753
55884
|
}>>;
|
|
@@ -56805,10 +55936,10 @@ export declare const batch: z.ZodObject<{
|
|
|
56805
55936
|
credential_id?: string | undefined;
|
|
56806
55937
|
} | undefined;
|
|
56807
55938
|
assa_abloy_vostio_metadata?: {
|
|
56808
|
-
key_id?: string | undefined;
|
|
56809
55939
|
endpoint_id?: string | undefined;
|
|
56810
55940
|
auto_join?: boolean | undefined;
|
|
56811
55941
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
55942
|
+
key_id?: string | undefined;
|
|
56812
55943
|
key_issuing_request_id?: string | undefined;
|
|
56813
55944
|
door_names?: string[] | undefined;
|
|
56814
55945
|
} | undefined;
|
|
@@ -56877,10 +56008,10 @@ export declare const batch: z.ZodObject<{
|
|
|
56877
56008
|
credential_id?: string | undefined;
|
|
56878
56009
|
} | undefined;
|
|
56879
56010
|
assa_abloy_vostio_metadata?: {
|
|
56880
|
-
key_id?: string | undefined;
|
|
56881
56011
|
endpoint_id?: string | undefined;
|
|
56882
56012
|
auto_join?: boolean | undefined;
|
|
56883
56013
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
56014
|
+
key_id?: string | undefined;
|
|
56884
56015
|
key_issuing_request_id?: string | undefined;
|
|
56885
56016
|
door_names?: string[] | undefined;
|
|
56886
56017
|
} | undefined;
|
|
@@ -57046,17 +56177,17 @@ export declare const batch: z.ZodObject<{
|
|
|
57046
56177
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
57047
56178
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
57048
56179
|
}, "strip", z.ZodTypeAny, {
|
|
57049
|
-
key_id?: string | undefined;
|
|
57050
56180
|
endpoint_id?: string | undefined;
|
|
57051
56181
|
auto_join?: boolean | undefined;
|
|
57052
56182
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
56183
|
+
key_id?: string | undefined;
|
|
57053
56184
|
key_issuing_request_id?: string | undefined;
|
|
57054
56185
|
door_names?: string[] | undefined;
|
|
57055
56186
|
}, {
|
|
57056
|
-
key_id?: string | undefined;
|
|
57057
56187
|
endpoint_id?: string | undefined;
|
|
57058
56188
|
auto_join?: boolean | undefined;
|
|
57059
56189
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
56190
|
+
key_id?: string | undefined;
|
|
57060
56191
|
key_issuing_request_id?: string | undefined;
|
|
57061
56192
|
door_names?: string[] | undefined;
|
|
57062
56193
|
}>>;
|
|
@@ -57114,10 +56245,10 @@ export declare const batch: z.ZodObject<{
|
|
|
57114
56245
|
credential_id?: string | undefined;
|
|
57115
56246
|
} | undefined;
|
|
57116
56247
|
assa_abloy_vostio_metadata?: {
|
|
57117
|
-
key_id?: string | undefined;
|
|
57118
56248
|
endpoint_id?: string | undefined;
|
|
57119
56249
|
auto_join?: boolean | undefined;
|
|
57120
56250
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
56251
|
+
key_id?: string | undefined;
|
|
57121
56252
|
key_issuing_request_id?: string | undefined;
|
|
57122
56253
|
door_names?: string[] | undefined;
|
|
57123
56254
|
} | undefined;
|
|
@@ -57186,10 +56317,10 @@ export declare const batch: z.ZodObject<{
|
|
|
57186
56317
|
credential_id?: string | undefined;
|
|
57187
56318
|
} | undefined;
|
|
57188
56319
|
assa_abloy_vostio_metadata?: {
|
|
57189
|
-
key_id?: string | undefined;
|
|
57190
56320
|
endpoint_id?: string | undefined;
|
|
57191
56321
|
auto_join?: boolean | undefined;
|
|
57192
56322
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
56323
|
+
key_id?: string | undefined;
|
|
57193
56324
|
key_issuing_request_id?: string | undefined;
|
|
57194
56325
|
door_names?: string[] | undefined;
|
|
57195
56326
|
} | undefined;
|
|
@@ -57263,10 +56394,10 @@ export declare const batch: z.ZodObject<{
|
|
|
57263
56394
|
credential_id?: string | undefined;
|
|
57264
56395
|
} | undefined;
|
|
57265
56396
|
assa_abloy_vostio_metadata?: {
|
|
57266
|
-
key_id?: string | undefined;
|
|
57267
56397
|
endpoint_id?: string | undefined;
|
|
57268
56398
|
auto_join?: boolean | undefined;
|
|
57269
56399
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
56400
|
+
key_id?: string | undefined;
|
|
57270
56401
|
key_issuing_request_id?: string | undefined;
|
|
57271
56402
|
door_names?: string[] | undefined;
|
|
57272
56403
|
} | undefined;
|
|
@@ -57335,10 +56466,10 @@ export declare const batch: z.ZodObject<{
|
|
|
57335
56466
|
credential_id?: string | undefined;
|
|
57336
56467
|
} | undefined;
|
|
57337
56468
|
assa_abloy_vostio_metadata?: {
|
|
57338
|
-
key_id?: string | undefined;
|
|
57339
56469
|
endpoint_id?: string | undefined;
|
|
57340
56470
|
auto_join?: boolean | undefined;
|
|
57341
56471
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
56472
|
+
key_id?: string | undefined;
|
|
57342
56473
|
key_issuing_request_id?: string | undefined;
|
|
57343
56474
|
door_names?: string[] | undefined;
|
|
57344
56475
|
} | undefined;
|
|
@@ -57413,10 +56544,10 @@ export declare const batch: z.ZodObject<{
|
|
|
57413
56544
|
credential_id?: string | undefined;
|
|
57414
56545
|
} | undefined;
|
|
57415
56546
|
assa_abloy_vostio_metadata?: {
|
|
57416
|
-
key_id?: string | undefined;
|
|
57417
56547
|
endpoint_id?: string | undefined;
|
|
57418
56548
|
auto_join?: boolean | undefined;
|
|
57419
56549
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
56550
|
+
key_id?: string | undefined;
|
|
57420
56551
|
key_issuing_request_id?: string | undefined;
|
|
57421
56552
|
door_names?: string[] | undefined;
|
|
57422
56553
|
} | undefined;
|
|
@@ -57485,10 +56616,10 @@ export declare const batch: z.ZodObject<{
|
|
|
57485
56616
|
credential_id?: string | undefined;
|
|
57486
56617
|
} | undefined;
|
|
57487
56618
|
assa_abloy_vostio_metadata?: {
|
|
57488
|
-
key_id?: string | undefined;
|
|
57489
56619
|
endpoint_id?: string | undefined;
|
|
57490
56620
|
auto_join?: boolean | undefined;
|
|
57491
56621
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
56622
|
+
key_id?: string | undefined;
|
|
57492
56623
|
key_issuing_request_id?: string | undefined;
|
|
57493
56624
|
door_names?: string[] | undefined;
|
|
57494
56625
|
} | undefined;
|
|
@@ -60381,68 +59512,11 @@ export declare const batch: z.ZodObject<{
|
|
|
60381
59512
|
product_type: string;
|
|
60382
59513
|
}>>;
|
|
60383
59514
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
60384
|
-
|
|
60385
|
-
device_name: z.ZodString;
|
|
60386
|
-
property_id: z.ZodNullable<z.ZodString>;
|
|
60387
|
-
property_postcode: z.ZodNullable<z.ZodString>;
|
|
60388
|
-
key_notes: z.ZodNullable<z.ZodString>;
|
|
60389
|
-
subscription_plan: z.ZodString;
|
|
60390
|
-
status_type: z.ZodString;
|
|
60391
|
-
current_or_last_store_id: z.ZodNumber;
|
|
60392
|
-
last_movement: z.ZodString;
|
|
60393
|
-
address: z.ZodNullable<z.ZodString>;
|
|
60394
|
-
current_status: z.ZodNullable<z.ZodString>;
|
|
60395
|
-
current_user_name: z.ZodNullable<z.ZodString>;
|
|
60396
|
-
current_user_email: z.ZodNullable<z.ZodString>;
|
|
60397
|
-
current_user_phone_number: z.ZodNullable<z.ZodString>;
|
|
60398
|
-
current_user_company: z.ZodNullable<z.ZodString>;
|
|
60399
|
-
handover_method: z.ZodNullable<z.ZodString>;
|
|
60400
|
-
keynest_app_user: z.ZodNullable<z.ZodString>;
|
|
60401
|
-
default_office_id: z.ZodNumber;
|
|
60402
|
-
fob_id: z.ZodNumber;
|
|
60403
|
-
has_photo: z.ZodBoolean;
|
|
59515
|
+
device_name: z.ZodOptional<z.ZodString>;
|
|
60404
59516
|
}, "strip", z.ZodTypeAny, {
|
|
60405
|
-
device_name
|
|
60406
|
-
key_id: string;
|
|
60407
|
-
property_id: string | null;
|
|
60408
|
-
property_postcode: string | null;
|
|
60409
|
-
key_notes: string | null;
|
|
60410
|
-
subscription_plan: string;
|
|
60411
|
-
status_type: string;
|
|
60412
|
-
current_or_last_store_id: number;
|
|
60413
|
-
last_movement: string;
|
|
60414
|
-
address: string | null;
|
|
60415
|
-
current_status: string | null;
|
|
60416
|
-
current_user_name: string | null;
|
|
60417
|
-
current_user_email: string | null;
|
|
60418
|
-
current_user_phone_number: string | null;
|
|
60419
|
-
current_user_company: string | null;
|
|
60420
|
-
handover_method: string | null;
|
|
60421
|
-
keynest_app_user: string | null;
|
|
60422
|
-
default_office_id: number;
|
|
60423
|
-
fob_id: number;
|
|
60424
|
-
has_photo: boolean;
|
|
59517
|
+
device_name?: string | undefined;
|
|
60425
59518
|
}, {
|
|
60426
|
-
device_name
|
|
60427
|
-
key_id: string;
|
|
60428
|
-
property_id: string | null;
|
|
60429
|
-
property_postcode: string | null;
|
|
60430
|
-
key_notes: string | null;
|
|
60431
|
-
subscription_plan: string;
|
|
60432
|
-
status_type: string;
|
|
60433
|
-
current_or_last_store_id: number;
|
|
60434
|
-
last_movement: string;
|
|
60435
|
-
address: string | null;
|
|
60436
|
-
current_status: string | null;
|
|
60437
|
-
current_user_name: string | null;
|
|
60438
|
-
current_user_email: string | null;
|
|
60439
|
-
current_user_phone_number: string | null;
|
|
60440
|
-
current_user_company: string | null;
|
|
60441
|
-
handover_method: string | null;
|
|
60442
|
-
keynest_app_user: string | null;
|
|
60443
|
-
default_office_id: number;
|
|
60444
|
-
fob_id: number;
|
|
60445
|
-
has_photo: boolean;
|
|
59519
|
+
device_name?: string | undefined;
|
|
60446
59520
|
}>>;
|
|
60447
59521
|
}, "strip", z.ZodTypeAny, {
|
|
60448
59522
|
ecobee_metadata?: {
|
|
@@ -60678,26 +59752,7 @@ export declare const batch: z.ZodObject<{
|
|
|
60678
59752
|
product_type: string;
|
|
60679
59753
|
} | undefined;
|
|
60680
59754
|
keynest_metadata?: {
|
|
60681
|
-
device_name
|
|
60682
|
-
key_id: string;
|
|
60683
|
-
property_id: string | null;
|
|
60684
|
-
property_postcode: string | null;
|
|
60685
|
-
key_notes: string | null;
|
|
60686
|
-
subscription_plan: string;
|
|
60687
|
-
status_type: string;
|
|
60688
|
-
current_or_last_store_id: number;
|
|
60689
|
-
last_movement: string;
|
|
60690
|
-
address: string | null;
|
|
60691
|
-
current_status: string | null;
|
|
60692
|
-
current_user_name: string | null;
|
|
60693
|
-
current_user_email: string | null;
|
|
60694
|
-
current_user_phone_number: string | null;
|
|
60695
|
-
current_user_company: string | null;
|
|
60696
|
-
handover_method: string | null;
|
|
60697
|
-
keynest_app_user: string | null;
|
|
60698
|
-
default_office_id: number;
|
|
60699
|
-
fob_id: number;
|
|
60700
|
-
has_photo: boolean;
|
|
59755
|
+
device_name?: string | undefined;
|
|
60701
59756
|
} | undefined;
|
|
60702
59757
|
}, {
|
|
60703
59758
|
ecobee_metadata?: {
|
|
@@ -60933,26 +59988,7 @@ export declare const batch: z.ZodObject<{
|
|
|
60933
59988
|
product_type: string;
|
|
60934
59989
|
} | undefined;
|
|
60935
59990
|
keynest_metadata?: {
|
|
60936
|
-
device_name
|
|
60937
|
-
key_id: string;
|
|
60938
|
-
property_id: string | null;
|
|
60939
|
-
property_postcode: string | null;
|
|
60940
|
-
key_notes: string | null;
|
|
60941
|
-
subscription_plan: string;
|
|
60942
|
-
status_type: string;
|
|
60943
|
-
current_or_last_store_id: number;
|
|
60944
|
-
last_movement: string;
|
|
60945
|
-
address: string | null;
|
|
60946
|
-
current_status: string | null;
|
|
60947
|
-
current_user_name: string | null;
|
|
60948
|
-
current_user_email: string | null;
|
|
60949
|
-
current_user_phone_number: string | null;
|
|
60950
|
-
current_user_company: string | null;
|
|
60951
|
-
handover_method: string | null;
|
|
60952
|
-
keynest_app_user: string | null;
|
|
60953
|
-
default_office_id: number;
|
|
60954
|
-
fob_id: number;
|
|
60955
|
-
has_photo: boolean;
|
|
59991
|
+
device_name?: string | undefined;
|
|
60956
59992
|
} | undefined;
|
|
60957
59993
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
60958
59994
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -65971,13 +65007,13 @@ export declare const batch: z.ZodObject<{
|
|
|
65971
65007
|
secondary_color: z.ZodOptional<z.ZodString>;
|
|
65972
65008
|
logo_url: z.ZodOptional<z.ZodString>;
|
|
65973
65009
|
}, "strip", z.ZodTypeAny, {
|
|
65010
|
+
logo_url?: string | undefined;
|
|
65974
65011
|
primary_color?: string | undefined;
|
|
65975
65012
|
secondary_color?: string | undefined;
|
|
65976
|
-
logo_url?: string | undefined;
|
|
65977
65013
|
}, {
|
|
65014
|
+
logo_url?: string | undefined;
|
|
65978
65015
|
primary_color?: string | undefined;
|
|
65979
65016
|
secondary_color?: string | undefined;
|
|
65980
|
-
logo_url?: string | undefined;
|
|
65981
65017
|
}>>;
|
|
65982
65018
|
}, "strip", z.ZodTypeAny, {
|
|
65983
65019
|
workspace_id: string;
|
|
@@ -65989,9 +65025,9 @@ export declare const batch: z.ZodObject<{
|
|
|
65989
65025
|
instant_key_id: string;
|
|
65990
65026
|
customization_profile_id?: string | undefined;
|
|
65991
65027
|
customization?: {
|
|
65028
|
+
logo_url?: string | undefined;
|
|
65992
65029
|
primary_color?: string | undefined;
|
|
65993
65030
|
secondary_color?: string | undefined;
|
|
65994
|
-
logo_url?: string | undefined;
|
|
65995
65031
|
} | undefined;
|
|
65996
65032
|
}, {
|
|
65997
65033
|
workspace_id: string;
|
|
@@ -66003,9 +65039,9 @@ export declare const batch: z.ZodObject<{
|
|
|
66003
65039
|
instant_key_id: string;
|
|
66004
65040
|
customization_profile_id?: string | undefined;
|
|
66005
65041
|
customization?: {
|
|
65042
|
+
logo_url?: string | undefined;
|
|
66006
65043
|
primary_color?: string | undefined;
|
|
66007
65044
|
secondary_color?: string | undefined;
|
|
66008
|
-
logo_url?: string | undefined;
|
|
66009
65045
|
} | undefined;
|
|
66010
65046
|
}>, "many">>;
|
|
66011
65047
|
access_codes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -69158,6 +68194,31 @@ export declare const batch: z.ZodObject<{
|
|
|
69158
68194
|
noise_threshold_decibels: number;
|
|
69159
68195
|
noise_threshold_nrs?: number | undefined;
|
|
69160
68196
|
}>, "many">>;
|
|
68197
|
+
customization_profiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
68198
|
+
workspace_id: z.ZodString;
|
|
68199
|
+
name: z.ZodNullable<z.ZodString>;
|
|
68200
|
+
customization_profile_id: z.ZodString;
|
|
68201
|
+
created_at: z.ZodString;
|
|
68202
|
+
logo_url: z.ZodOptional<z.ZodString>;
|
|
68203
|
+
primary_color: z.ZodOptional<z.ZodString>;
|
|
68204
|
+
secondary_color: z.ZodOptional<z.ZodString>;
|
|
68205
|
+
}, "strip", z.ZodTypeAny, {
|
|
68206
|
+
name: string | null;
|
|
68207
|
+
workspace_id: string;
|
|
68208
|
+
created_at: string;
|
|
68209
|
+
customization_profile_id: string;
|
|
68210
|
+
logo_url?: string | undefined;
|
|
68211
|
+
primary_color?: string | undefined;
|
|
68212
|
+
secondary_color?: string | undefined;
|
|
68213
|
+
}, {
|
|
68214
|
+
name: string | null;
|
|
68215
|
+
workspace_id: string;
|
|
68216
|
+
created_at: string;
|
|
68217
|
+
customization_profile_id: string;
|
|
68218
|
+
logo_url?: string | undefined;
|
|
68219
|
+
primary_color?: string | undefined;
|
|
68220
|
+
secondary_color?: string | undefined;
|
|
68221
|
+
}>, "many">>;
|
|
69161
68222
|
}, "strip", z.ZodTypeAny, {
|
|
69162
68223
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
69163
68224
|
thermostat_daily_programs?: {
|
|
@@ -69646,26 +68707,7 @@ export declare const batch: z.ZodObject<{
|
|
|
69646
68707
|
product_type: string;
|
|
69647
68708
|
} | undefined;
|
|
69648
68709
|
keynest_metadata?: {
|
|
69649
|
-
device_name
|
|
69650
|
-
key_id: string;
|
|
69651
|
-
property_id: string | null;
|
|
69652
|
-
property_postcode: string | null;
|
|
69653
|
-
key_notes: string | null;
|
|
69654
|
-
subscription_plan: string;
|
|
69655
|
-
status_type: string;
|
|
69656
|
-
current_or_last_store_id: number;
|
|
69657
|
-
last_movement: string;
|
|
69658
|
-
address: string | null;
|
|
69659
|
-
current_status: string | null;
|
|
69660
|
-
current_user_name: string | null;
|
|
69661
|
-
current_user_email: string | null;
|
|
69662
|
-
current_user_phone_number: string | null;
|
|
69663
|
-
current_user_company: string | null;
|
|
69664
|
-
handover_method: string | null;
|
|
69665
|
-
keynest_app_user: string | null;
|
|
69666
|
-
default_office_id: number;
|
|
69667
|
-
fob_id: number;
|
|
69668
|
-
has_photo: boolean;
|
|
68710
|
+
device_name?: string | undefined;
|
|
69669
68711
|
} | undefined;
|
|
69670
68712
|
} & {
|
|
69671
68713
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -70249,10 +69291,10 @@ export declare const batch: z.ZodObject<{
|
|
|
70249
69291
|
credential_id?: string | undefined;
|
|
70250
69292
|
} | undefined;
|
|
70251
69293
|
assa_abloy_vostio_metadata?: {
|
|
70252
|
-
key_id?: string | undefined;
|
|
70253
69294
|
endpoint_id?: string | undefined;
|
|
70254
69295
|
auto_join?: boolean | undefined;
|
|
70255
69296
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69297
|
+
key_id?: string | undefined;
|
|
70256
69298
|
key_issuing_request_id?: string | undefined;
|
|
70257
69299
|
door_names?: string[] | undefined;
|
|
70258
69300
|
} | undefined;
|
|
@@ -70322,10 +69364,10 @@ export declare const batch: z.ZodObject<{
|
|
|
70322
69364
|
credential_id?: string | undefined;
|
|
70323
69365
|
} | undefined;
|
|
70324
69366
|
assa_abloy_vostio_metadata?: {
|
|
70325
|
-
key_id?: string | undefined;
|
|
70326
69367
|
endpoint_id?: string | undefined;
|
|
70327
69368
|
auto_join?: boolean | undefined;
|
|
70328
69369
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69370
|
+
key_id?: string | undefined;
|
|
70329
69371
|
key_issuing_request_id?: string | undefined;
|
|
70330
69372
|
door_names?: string[] | undefined;
|
|
70331
69373
|
} | undefined;
|
|
@@ -70581,10 +69623,10 @@ export declare const batch: z.ZodObject<{
|
|
|
70581
69623
|
credential_id?: string | undefined;
|
|
70582
69624
|
} | undefined;
|
|
70583
69625
|
assa_abloy_vostio_metadata?: {
|
|
70584
|
-
key_id?: string | undefined;
|
|
70585
69626
|
endpoint_id?: string | undefined;
|
|
70586
69627
|
auto_join?: boolean | undefined;
|
|
70587
69628
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69629
|
+
key_id?: string | undefined;
|
|
70588
69630
|
key_issuing_request_id?: string | undefined;
|
|
70589
69631
|
door_names?: string[] | undefined;
|
|
70590
69632
|
} | undefined;
|
|
@@ -70653,10 +69695,10 @@ export declare const batch: z.ZodObject<{
|
|
|
70653
69695
|
credential_id?: string | undefined;
|
|
70654
69696
|
} | undefined;
|
|
70655
69697
|
assa_abloy_vostio_metadata?: {
|
|
70656
|
-
key_id?: string | undefined;
|
|
70657
69698
|
endpoint_id?: string | undefined;
|
|
70658
69699
|
auto_join?: boolean | undefined;
|
|
70659
69700
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69701
|
+
key_id?: string | undefined;
|
|
70660
69702
|
key_issuing_request_id?: string | undefined;
|
|
70661
69703
|
door_names?: string[] | undefined;
|
|
70662
69704
|
} | undefined;
|
|
@@ -70847,10 +69889,10 @@ export declare const batch: z.ZodObject<{
|
|
|
70847
69889
|
credential_id?: string | undefined;
|
|
70848
69890
|
} | undefined;
|
|
70849
69891
|
assa_abloy_vostio_metadata?: {
|
|
70850
|
-
key_id?: string | undefined;
|
|
70851
69892
|
endpoint_id?: string | undefined;
|
|
70852
69893
|
auto_join?: boolean | undefined;
|
|
70853
69894
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69895
|
+
key_id?: string | undefined;
|
|
70854
69896
|
key_issuing_request_id?: string | undefined;
|
|
70855
69897
|
door_names?: string[] | undefined;
|
|
70856
69898
|
} | undefined;
|
|
@@ -70919,10 +69961,10 @@ export declare const batch: z.ZodObject<{
|
|
|
70919
69961
|
credential_id?: string | undefined;
|
|
70920
69962
|
} | undefined;
|
|
70921
69963
|
assa_abloy_vostio_metadata?: {
|
|
70922
|
-
key_id?: string | undefined;
|
|
70923
69964
|
endpoint_id?: string | undefined;
|
|
70924
69965
|
auto_join?: boolean | undefined;
|
|
70925
69966
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69967
|
+
key_id?: string | undefined;
|
|
70926
69968
|
key_issuing_request_id?: string | undefined;
|
|
70927
69969
|
door_names?: string[] | undefined;
|
|
70928
69970
|
} | undefined;
|
|
@@ -72380,9 +71422,9 @@ export declare const batch: z.ZodObject<{
|
|
|
72380
71422
|
instant_key_id: string;
|
|
72381
71423
|
customization_profile_id?: string | undefined;
|
|
72382
71424
|
customization?: {
|
|
71425
|
+
logo_url?: string | undefined;
|
|
72383
71426
|
primary_color?: string | undefined;
|
|
72384
71427
|
secondary_color?: string | undefined;
|
|
72385
|
-
logo_url?: string | undefined;
|
|
72386
71428
|
} | undefined;
|
|
72387
71429
|
}[] | undefined;
|
|
72388
71430
|
access_codes?: {
|
|
@@ -73001,6 +72043,15 @@ export declare const batch: z.ZodObject<{
|
|
|
73001
72043
|
noise_threshold_decibels: number;
|
|
73002
72044
|
noise_threshold_nrs?: number | undefined;
|
|
73003
72045
|
}[] | undefined;
|
|
72046
|
+
customization_profiles?: {
|
|
72047
|
+
name: string | null;
|
|
72048
|
+
workspace_id: string;
|
|
72049
|
+
created_at: string;
|
|
72050
|
+
customization_profile_id: string;
|
|
72051
|
+
logo_url?: string | undefined;
|
|
72052
|
+
primary_color?: string | undefined;
|
|
72053
|
+
secondary_color?: string | undefined;
|
|
72054
|
+
}[] | undefined;
|
|
73004
72055
|
}, {
|
|
73005
72056
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
73006
72057
|
thermostat_daily_programs?: {
|
|
@@ -73489,26 +72540,7 @@ export declare const batch: z.ZodObject<{
|
|
|
73489
72540
|
product_type: string;
|
|
73490
72541
|
} | undefined;
|
|
73491
72542
|
keynest_metadata?: {
|
|
73492
|
-
device_name
|
|
73493
|
-
key_id: string;
|
|
73494
|
-
property_id: string | null;
|
|
73495
|
-
property_postcode: string | null;
|
|
73496
|
-
key_notes: string | null;
|
|
73497
|
-
subscription_plan: string;
|
|
73498
|
-
status_type: string;
|
|
73499
|
-
current_or_last_store_id: number;
|
|
73500
|
-
last_movement: string;
|
|
73501
|
-
address: string | null;
|
|
73502
|
-
current_status: string | null;
|
|
73503
|
-
current_user_name: string | null;
|
|
73504
|
-
current_user_email: string | null;
|
|
73505
|
-
current_user_phone_number: string | null;
|
|
73506
|
-
current_user_company: string | null;
|
|
73507
|
-
handover_method: string | null;
|
|
73508
|
-
keynest_app_user: string | null;
|
|
73509
|
-
default_office_id: number;
|
|
73510
|
-
fob_id: number;
|
|
73511
|
-
has_photo: boolean;
|
|
72543
|
+
device_name?: string | undefined;
|
|
73512
72544
|
} | undefined;
|
|
73513
72545
|
} & {
|
|
73514
72546
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -74092,10 +73124,10 @@ export declare const batch: z.ZodObject<{
|
|
|
74092
73124
|
credential_id?: string | undefined;
|
|
74093
73125
|
} | undefined;
|
|
74094
73126
|
assa_abloy_vostio_metadata?: {
|
|
74095
|
-
key_id?: string | undefined;
|
|
74096
73127
|
endpoint_id?: string | undefined;
|
|
74097
73128
|
auto_join?: boolean | undefined;
|
|
74098
73129
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
73130
|
+
key_id?: string | undefined;
|
|
74099
73131
|
key_issuing_request_id?: string | undefined;
|
|
74100
73132
|
door_names?: string[] | undefined;
|
|
74101
73133
|
} | undefined;
|
|
@@ -74165,10 +73197,10 @@ export declare const batch: z.ZodObject<{
|
|
|
74165
73197
|
credential_id?: string | undefined;
|
|
74166
73198
|
} | undefined;
|
|
74167
73199
|
assa_abloy_vostio_metadata?: {
|
|
74168
|
-
key_id?: string | undefined;
|
|
74169
73200
|
endpoint_id?: string | undefined;
|
|
74170
73201
|
auto_join?: boolean | undefined;
|
|
74171
73202
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
73203
|
+
key_id?: string | undefined;
|
|
74172
73204
|
key_issuing_request_id?: string | undefined;
|
|
74173
73205
|
door_names?: string[] | undefined;
|
|
74174
73206
|
} | undefined;
|
|
@@ -74424,10 +73456,10 @@ export declare const batch: z.ZodObject<{
|
|
|
74424
73456
|
credential_id?: string | undefined;
|
|
74425
73457
|
} | undefined;
|
|
74426
73458
|
assa_abloy_vostio_metadata?: {
|
|
74427
|
-
key_id?: string | undefined;
|
|
74428
73459
|
endpoint_id?: string | undefined;
|
|
74429
73460
|
auto_join?: boolean | undefined;
|
|
74430
73461
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
73462
|
+
key_id?: string | undefined;
|
|
74431
73463
|
key_issuing_request_id?: string | undefined;
|
|
74432
73464
|
door_names?: string[] | undefined;
|
|
74433
73465
|
} | undefined;
|
|
@@ -74496,10 +73528,10 @@ export declare const batch: z.ZodObject<{
|
|
|
74496
73528
|
credential_id?: string | undefined;
|
|
74497
73529
|
} | undefined;
|
|
74498
73530
|
assa_abloy_vostio_metadata?: {
|
|
74499
|
-
key_id?: string | undefined;
|
|
74500
73531
|
endpoint_id?: string | undefined;
|
|
74501
73532
|
auto_join?: boolean | undefined;
|
|
74502
73533
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
73534
|
+
key_id?: string | undefined;
|
|
74503
73535
|
key_issuing_request_id?: string | undefined;
|
|
74504
73536
|
door_names?: string[] | undefined;
|
|
74505
73537
|
} | undefined;
|
|
@@ -74690,10 +73722,10 @@ export declare const batch: z.ZodObject<{
|
|
|
74690
73722
|
credential_id?: string | undefined;
|
|
74691
73723
|
} | undefined;
|
|
74692
73724
|
assa_abloy_vostio_metadata?: {
|
|
74693
|
-
key_id?: string | undefined;
|
|
74694
73725
|
endpoint_id?: string | undefined;
|
|
74695
73726
|
auto_join?: boolean | undefined;
|
|
74696
73727
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
73728
|
+
key_id?: string | undefined;
|
|
74697
73729
|
key_issuing_request_id?: string | undefined;
|
|
74698
73730
|
door_names?: string[] | undefined;
|
|
74699
73731
|
} | undefined;
|
|
@@ -74762,10 +73794,10 @@ export declare const batch: z.ZodObject<{
|
|
|
74762
73794
|
credential_id?: string | undefined;
|
|
74763
73795
|
} | undefined;
|
|
74764
73796
|
assa_abloy_vostio_metadata?: {
|
|
74765
|
-
key_id?: string | undefined;
|
|
74766
73797
|
endpoint_id?: string | undefined;
|
|
74767
73798
|
auto_join?: boolean | undefined;
|
|
74768
73799
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
73800
|
+
key_id?: string | undefined;
|
|
74769
73801
|
key_issuing_request_id?: string | undefined;
|
|
74770
73802
|
door_names?: string[] | undefined;
|
|
74771
73803
|
} | undefined;
|
|
@@ -76223,9 +75255,9 @@ export declare const batch: z.ZodObject<{
|
|
|
76223
75255
|
instant_key_id: string;
|
|
76224
75256
|
customization_profile_id?: string | undefined;
|
|
76225
75257
|
customization?: {
|
|
75258
|
+
logo_url?: string | undefined;
|
|
76226
75259
|
primary_color?: string | undefined;
|
|
76227
75260
|
secondary_color?: string | undefined;
|
|
76228
|
-
logo_url?: string | undefined;
|
|
76229
75261
|
} | undefined;
|
|
76230
75262
|
}[] | undefined;
|
|
76231
75263
|
access_codes?: {
|
|
@@ -76844,6 +75876,15 @@ export declare const batch: z.ZodObject<{
|
|
|
76844
75876
|
noise_threshold_decibels: number;
|
|
76845
75877
|
noise_threshold_nrs?: number | undefined;
|
|
76846
75878
|
}[] | undefined;
|
|
75879
|
+
customization_profiles?: {
|
|
75880
|
+
name: string | null;
|
|
75881
|
+
workspace_id: string;
|
|
75882
|
+
created_at: string;
|
|
75883
|
+
customization_profile_id: string;
|
|
75884
|
+
logo_url?: string | undefined;
|
|
75885
|
+
primary_color?: string | undefined;
|
|
75886
|
+
secondary_color?: string | undefined;
|
|
75887
|
+
}[] | undefined;
|
|
76847
75888
|
}>;
|
|
76848
75889
|
export type WorkspacesBatch = z.infer<typeof workspaces_batch>;
|
|
76849
75890
|
export type Batch = z.infer<typeof batch>;
|