@seamapi/types 1.662.0 → 1.664.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 +27 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +70 -0
- package/dist/index.cjs +27 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +10 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js +2 -1
- package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -0
- package/lib/seam/connect/models/customer/customer-portal.d.ts +14 -0
- package/lib/seam/connect/models/customer/customer-portal.js +5 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -0
- package/lib/seam/connect/openapi.js +24 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +22 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/salto-space.ts +2 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +27 -0
- package/src/lib/seam/connect/route-types.ts +22 -0
|
@@ -720,10 +720,13 @@ export declare const acs_user: z.ZodObject<{
|
|
|
720
720
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
721
721
|
connected_account_id: z.ZodString;
|
|
722
722
|
salto_space_metadata: z.ZodOptional<z.ZodObject<{
|
|
723
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
723
724
|
audit_openings: z.ZodOptional<z.ZodBoolean>;
|
|
724
725
|
}, "strip", z.ZodTypeAny, {
|
|
726
|
+
user_id?: string | undefined;
|
|
725
727
|
audit_openings?: boolean | undefined;
|
|
726
728
|
}, {
|
|
729
|
+
user_id?: string | undefined;
|
|
727
730
|
audit_openings?: boolean | undefined;
|
|
728
731
|
}>>;
|
|
729
732
|
} & {
|
|
@@ -789,6 +792,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
789
792
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
790
793
|
external_type_display_name?: string | undefined;
|
|
791
794
|
salto_space_metadata?: {
|
|
795
|
+
user_id?: string | undefined;
|
|
792
796
|
audit_openings?: boolean | undefined;
|
|
793
797
|
} | undefined;
|
|
794
798
|
email_address?: string | undefined;
|
|
@@ -919,6 +923,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
919
923
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
920
924
|
external_type_display_name?: string | undefined;
|
|
921
925
|
salto_space_metadata?: {
|
|
926
|
+
user_id?: string | undefined;
|
|
922
927
|
audit_openings?: boolean | undefined;
|
|
923
928
|
} | undefined;
|
|
924
929
|
email_address?: string | undefined;
|
|
@@ -1382,10 +1387,13 @@ export declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
1382
1387
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
1383
1388
|
connected_account_id: z.ZodString;
|
|
1384
1389
|
salto_space_metadata: z.ZodOptional<z.ZodObject<{
|
|
1390
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
1385
1391
|
audit_openings: z.ZodOptional<z.ZodBoolean>;
|
|
1386
1392
|
}, "strip", z.ZodTypeAny, {
|
|
1393
|
+
user_id?: string | undefined;
|
|
1387
1394
|
audit_openings?: boolean | undefined;
|
|
1388
1395
|
}, {
|
|
1396
|
+
user_id?: string | undefined;
|
|
1389
1397
|
audit_openings?: boolean | undefined;
|
|
1390
1398
|
}>>;
|
|
1391
1399
|
} & {
|
|
@@ -1451,6 +1459,7 @@ export declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
1451
1459
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
1452
1460
|
external_type_display_name?: string | undefined;
|
|
1453
1461
|
salto_space_metadata?: {
|
|
1462
|
+
user_id?: string | undefined;
|
|
1454
1463
|
audit_openings?: boolean | undefined;
|
|
1455
1464
|
} | undefined;
|
|
1456
1465
|
email_address?: string | undefined;
|
|
@@ -1581,6 +1590,7 @@ export declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
1581
1590
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
1582
1591
|
external_type_display_name?: string | undefined;
|
|
1583
1592
|
salto_space_metadata?: {
|
|
1593
|
+
user_id?: string | undefined;
|
|
1584
1594
|
audit_openings?: boolean | undefined;
|
|
1585
1595
|
} | undefined;
|
|
1586
1596
|
email_address?: string | undefined;
|
|
@@ -26,10 +26,13 @@ export declare const acs_entrance_salto_space_metadata: z.ZodObject<{
|
|
|
26
26
|
}>;
|
|
27
27
|
export type AcsEntranceSaltoSpaceMetadata = z.infer<typeof acs_entrance_salto_space_metadata>;
|
|
28
28
|
export declare const acs_user_salto_space_metadata: z.ZodObject<{
|
|
29
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
29
30
|
audit_openings: z.ZodOptional<z.ZodBoolean>;
|
|
30
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
+
user_id?: string | undefined;
|
|
31
33
|
audit_openings?: boolean | undefined;
|
|
32
34
|
}, {
|
|
35
|
+
user_id?: string | undefined;
|
|
33
36
|
audit_openings?: boolean | undefined;
|
|
34
37
|
}>;
|
|
35
38
|
export type AcsUserSaltoSpaceMetadata = z.infer<typeof acs_user_salto_space_metadata>;
|
|
@@ -27,10 +27,11 @@ export const acs_entrance_salto_space_metadata = z
|
|
|
27
27
|
.describe('Salto Space-specific metadata associated with the entrance.');
|
|
28
28
|
export const acs_user_salto_space_metadata = z
|
|
29
29
|
.object({
|
|
30
|
+
user_id: z.string().describe('User ID in the Salto Space access system.'),
|
|
30
31
|
audit_openings: z
|
|
31
32
|
.boolean()
|
|
32
|
-
.optional()
|
|
33
33
|
.describe('Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.'),
|
|
34
34
|
})
|
|
35
|
+
.partial()
|
|
35
36
|
.describe('Salto Space-specific metadata associated with the access system user.');
|
|
36
37
|
//# sourceMappingURL=salto-space.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"salto-space.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/salto-space.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC;KAC/C,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIhC,CAAC;IACF,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IACzE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;IACxE,aAAa,EAAE,CAAC;SACb,OAAO,EAAE;SACT,QAAQ,CACP,yFAAyF,CAC1F;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;CACzE,CAAC;KACD,OAAO,EAAE;KACT,QAAQ,CAAC,6DAA6D,CAAC,CAAA;AAM1E,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC;KAC3C,MAAM,CAAC;IACN,cAAc,EAAE,CAAC;SACd,OAAO,EAAE;SACT,QAAQ,
|
|
1
|
+
{"version":3,"file":"salto-space.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/salto-space.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC;KAC/C,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIhC,CAAC;IACF,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IACzE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;IACxE,aAAa,EAAE,CAAC;SACb,OAAO,EAAE;SACT,QAAQ,CACP,yFAAyF,CAC1F;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;CACzE,CAAC;KACD,OAAO,EAAE;KACT,QAAQ,CAAC,6DAA6D,CAAC,CAAA;AAM1E,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC;KAC3C,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IACzE,cAAc,EAAE,CAAC;SACd,OAAO,EAAE;SACT,QAAQ,CACP,2FAA2F,CAC5F;CACJ,CAAC;KACD,OAAO,EAAE;KACT,QAAQ,CACP,uEAAuE,CACxE,CAAA"}
|
|
@@ -5766,10 +5766,13 @@ export declare const batch: z.ZodObject<{
|
|
|
5766
5766
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
5767
5767
|
connected_account_id: z.ZodString;
|
|
5768
5768
|
salto_space_metadata: z.ZodOptional<z.ZodObject<{
|
|
5769
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
5769
5770
|
audit_openings: z.ZodOptional<z.ZodBoolean>;
|
|
5770
5771
|
}, "strip", z.ZodTypeAny, {
|
|
5772
|
+
user_id?: string | undefined;
|
|
5771
5773
|
audit_openings?: boolean | undefined;
|
|
5772
5774
|
}, {
|
|
5775
|
+
user_id?: string | undefined;
|
|
5773
5776
|
audit_openings?: boolean | undefined;
|
|
5774
5777
|
}>>;
|
|
5775
5778
|
} & {
|
|
@@ -5835,6 +5838,7 @@ export declare const batch: z.ZodObject<{
|
|
|
5835
5838
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
5836
5839
|
external_type_display_name?: string | undefined;
|
|
5837
5840
|
salto_space_metadata?: {
|
|
5841
|
+
user_id?: string | undefined;
|
|
5838
5842
|
audit_openings?: boolean | undefined;
|
|
5839
5843
|
} | undefined;
|
|
5840
5844
|
email_address?: string | undefined;
|
|
@@ -5965,6 +5969,7 @@ export declare const batch: z.ZodObject<{
|
|
|
5965
5969
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
5966
5970
|
external_type_display_name?: string | undefined;
|
|
5967
5971
|
salto_space_metadata?: {
|
|
5972
|
+
user_id?: string | undefined;
|
|
5968
5973
|
audit_openings?: boolean | undefined;
|
|
5969
5974
|
} | undefined;
|
|
5970
5975
|
email_address?: string | undefined;
|
|
@@ -11017,10 +11022,13 @@ export declare const batch: z.ZodObject<{
|
|
|
11017
11022
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
11018
11023
|
connected_account_id: z.ZodString;
|
|
11019
11024
|
salto_space_metadata: z.ZodOptional<z.ZodObject<{
|
|
11025
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
11020
11026
|
audit_openings: z.ZodOptional<z.ZodBoolean>;
|
|
11021
11027
|
}, "strip", z.ZodTypeAny, {
|
|
11028
|
+
user_id?: string | undefined;
|
|
11022
11029
|
audit_openings?: boolean | undefined;
|
|
11023
11030
|
}, {
|
|
11031
|
+
user_id?: string | undefined;
|
|
11024
11032
|
audit_openings?: boolean | undefined;
|
|
11025
11033
|
}>>;
|
|
11026
11034
|
} & {
|
|
@@ -11086,6 +11094,7 @@ export declare const batch: z.ZodObject<{
|
|
|
11086
11094
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
11087
11095
|
external_type_display_name?: string | undefined;
|
|
11088
11096
|
salto_space_metadata?: {
|
|
11097
|
+
user_id?: string | undefined;
|
|
11089
11098
|
audit_openings?: boolean | undefined;
|
|
11090
11099
|
} | undefined;
|
|
11091
11100
|
email_address?: string | undefined;
|
|
@@ -11216,6 +11225,7 @@ export declare const batch: z.ZodObject<{
|
|
|
11216
11225
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
11217
11226
|
external_type_display_name?: string | undefined;
|
|
11218
11227
|
salto_space_metadata?: {
|
|
11228
|
+
user_id?: string | undefined;
|
|
11219
11229
|
audit_openings?: boolean | undefined;
|
|
11220
11230
|
} | undefined;
|
|
11221
11231
|
email_address?: string | undefined;
|
|
@@ -22376,6 +22386,7 @@ export declare const batch: z.ZodObject<{
|
|
|
22376
22386
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
22377
22387
|
external_type_display_name?: string | undefined;
|
|
22378
22388
|
salto_space_metadata?: {
|
|
22389
|
+
user_id?: string | undefined;
|
|
22379
22390
|
audit_openings?: boolean | undefined;
|
|
22380
22391
|
} | undefined;
|
|
22381
22392
|
email_address?: string | undefined;
|
|
@@ -23425,6 +23436,7 @@ export declare const batch: z.ZodObject<{
|
|
|
23425
23436
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
23426
23437
|
external_type_display_name?: string | undefined;
|
|
23427
23438
|
salto_space_metadata?: {
|
|
23439
|
+
user_id?: string | undefined;
|
|
23428
23440
|
audit_openings?: boolean | undefined;
|
|
23429
23441
|
} | undefined;
|
|
23430
23442
|
email_address?: string | undefined;
|
|
@@ -26407,6 +26419,7 @@ export declare const batch: z.ZodObject<{
|
|
|
26407
26419
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
26408
26420
|
external_type_display_name?: string | undefined;
|
|
26409
26421
|
salto_space_metadata?: {
|
|
26422
|
+
user_id?: string | undefined;
|
|
26410
26423
|
audit_openings?: boolean | undefined;
|
|
26411
26424
|
} | undefined;
|
|
26412
26425
|
email_address?: string | undefined;
|
|
@@ -27456,6 +27469,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27456
27469
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
27457
27470
|
external_type_display_name?: string | undefined;
|
|
27458
27471
|
salto_space_metadata?: {
|
|
27472
|
+
user_id?: string | undefined;
|
|
27459
27473
|
audit_openings?: boolean | undefined;
|
|
27460
27474
|
} | undefined;
|
|
27461
27475
|
email_address?: string | undefined;
|
|
@@ -47,14 +47,17 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
47
47
|
exclude: z.ZodDefault<z.ZodBoolean>;
|
|
48
48
|
} & {
|
|
49
49
|
allow_access_automation_rule_customization: z.ZodDefault<z.ZodBoolean>;
|
|
50
|
+
allow_climate_automation_rule_customization: z.ZodDefault<z.ZodBoolean>;
|
|
50
51
|
allow_instant_key_customization: z.ZodDefault<z.ZodBoolean>;
|
|
51
52
|
}, "strip", z.ZodTypeAny, {
|
|
52
53
|
exclude: boolean;
|
|
53
54
|
allow_access_automation_rule_customization: boolean;
|
|
55
|
+
allow_climate_automation_rule_customization: boolean;
|
|
54
56
|
allow_instant_key_customization: boolean;
|
|
55
57
|
}, {
|
|
56
58
|
exclude?: boolean | undefined;
|
|
57
59
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
60
|
+
allow_climate_automation_rule_customization?: boolean | undefined;
|
|
58
61
|
allow_instant_key_customization?: boolean | undefined;
|
|
59
62
|
}>>;
|
|
60
63
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -77,6 +80,7 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
77
80
|
configure: {
|
|
78
81
|
exclude: boolean;
|
|
79
82
|
allow_access_automation_rule_customization: boolean;
|
|
83
|
+
allow_climate_automation_rule_customization: boolean;
|
|
80
84
|
allow_instant_key_customization: boolean;
|
|
81
85
|
};
|
|
82
86
|
}, {
|
|
@@ -99,6 +103,7 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
99
103
|
configure?: {
|
|
100
104
|
exclude?: boolean | undefined;
|
|
101
105
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
106
|
+
allow_climate_automation_rule_customization?: boolean | undefined;
|
|
102
107
|
allow_instant_key_customization?: boolean | undefined;
|
|
103
108
|
} | undefined;
|
|
104
109
|
}>>;
|
|
@@ -263,6 +268,7 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
263
268
|
configure: {
|
|
264
269
|
exclude: boolean;
|
|
265
270
|
allow_access_automation_rule_customization: boolean;
|
|
271
|
+
allow_climate_automation_rule_customization: boolean;
|
|
266
272
|
allow_instant_key_customization: boolean;
|
|
267
273
|
};
|
|
268
274
|
};
|
|
@@ -319,6 +325,7 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
319
325
|
configure?: {
|
|
320
326
|
exclude?: boolean | undefined;
|
|
321
327
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
328
|
+
allow_climate_automation_rule_customization?: boolean | undefined;
|
|
322
329
|
allow_instant_key_customization?: boolean | undefined;
|
|
323
330
|
} | undefined;
|
|
324
331
|
} | undefined;
|
|
@@ -403,14 +410,17 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
403
410
|
exclude: z.ZodDefault<z.ZodBoolean>;
|
|
404
411
|
} & {
|
|
405
412
|
allow_access_automation_rule_customization: z.ZodDefault<z.ZodBoolean>;
|
|
413
|
+
allow_climate_automation_rule_customization: z.ZodDefault<z.ZodBoolean>;
|
|
406
414
|
allow_instant_key_customization: z.ZodDefault<z.ZodBoolean>;
|
|
407
415
|
}, "strip", z.ZodTypeAny, {
|
|
408
416
|
exclude: boolean;
|
|
409
417
|
allow_access_automation_rule_customization: boolean;
|
|
418
|
+
allow_climate_automation_rule_customization: boolean;
|
|
410
419
|
allow_instant_key_customization: boolean;
|
|
411
420
|
}, {
|
|
412
421
|
exclude?: boolean | undefined;
|
|
413
422
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
423
|
+
allow_climate_automation_rule_customization?: boolean | undefined;
|
|
414
424
|
allow_instant_key_customization?: boolean | undefined;
|
|
415
425
|
}>>;
|
|
416
426
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -433,6 +443,7 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
433
443
|
configure: {
|
|
434
444
|
exclude: boolean;
|
|
435
445
|
allow_access_automation_rule_customization: boolean;
|
|
446
|
+
allow_climate_automation_rule_customization: boolean;
|
|
436
447
|
allow_instant_key_customization: boolean;
|
|
437
448
|
};
|
|
438
449
|
}, {
|
|
@@ -455,6 +466,7 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
455
466
|
configure?: {
|
|
456
467
|
exclude?: boolean | undefined;
|
|
457
468
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
469
|
+
allow_climate_automation_rule_customization?: boolean | undefined;
|
|
458
470
|
allow_instant_key_customization?: boolean | undefined;
|
|
459
471
|
} | undefined;
|
|
460
472
|
}>>;
|
|
@@ -619,6 +631,7 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
619
631
|
configure: {
|
|
620
632
|
exclude: boolean;
|
|
621
633
|
allow_access_automation_rule_customization: boolean;
|
|
634
|
+
allow_climate_automation_rule_customization: boolean;
|
|
622
635
|
allow_instant_key_customization: boolean;
|
|
623
636
|
};
|
|
624
637
|
};
|
|
@@ -675,6 +688,7 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
675
688
|
configure?: {
|
|
676
689
|
exclude?: boolean | undefined;
|
|
677
690
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
691
|
+
allow_climate_automation_rule_customization?: boolean | undefined;
|
|
678
692
|
allow_instant_key_customization?: boolean | undefined;
|
|
679
693
|
} | undefined;
|
|
680
694
|
} | undefined;
|
|
@@ -34,6 +34,10 @@ const base_configure_feature = base_feature.extend({
|
|
|
34
34
|
.boolean()
|
|
35
35
|
.default(false)
|
|
36
36
|
.describe('Indicates whether the customer can customize the access automation rules for their properties.'),
|
|
37
|
+
allow_climate_automation_rule_customization: z
|
|
38
|
+
.boolean()
|
|
39
|
+
.default(false)
|
|
40
|
+
.describe('Indicates whether the customer can customize the climate automation rules for their properties.'),
|
|
37
41
|
allow_instant_key_customization: z
|
|
38
42
|
.boolean()
|
|
39
43
|
.default(false)
|
|
@@ -100,6 +104,7 @@ export const portal_configuration = portal_configuration_base
|
|
|
100
104
|
exclude: false,
|
|
101
105
|
allow_instant_key_customization: false, // default
|
|
102
106
|
allow_access_automation_rule_customization: false, // default
|
|
107
|
+
allow_climate_automation_rule_customization: false, // default
|
|
103
108
|
},
|
|
104
109
|
},
|
|
105
110
|
is_embedded: false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer-portal.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/customer-portal.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"customer-portal.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/customer-portal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAA;AACtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA;AAE9D,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5B,OAAO,EAAE,CAAC;SACP,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,kDAAkD,CAAC;CAChE,CAAC,CAAA;AAEF,MAAM,oBAAoB,GAAG,YAAY,CAAC,MAAM,CAAC;IAC/C,kBAAkB,EAAE,CAAC;SAClB,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,QAAQ,EAAE;SACV,QAAQ,CACP,sIAAsI,CACvI;IACH,kBAAkB,EAAE,CAAC;SAClB,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,QAAQ,EAAE;SACV,QAAQ,CACP,6IAA6I,CAC9I;CACJ,CAAC,CAAA;AACF,MAAM,2BAA2B,GAAG,YAAY,CAAA;AAEhD,MAAM,mBAAmB,GAAG,YAAY,CAAC,MAAM,CAAC;IAC9C,8BAA8B,EAAE,CAAC;SAC9B,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CACP,8EAA8E,CAC/E;IACH,wBAAwB,EAAE,CAAC;SACxB,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CACP,uEAAuE,CACxE;CACJ,CAAC,CAAA;AAEF,MAAM,qBAAqB,GAAG,YAAY,CAAA;AAE1C,MAAM,sBAAsB,GAAG,YAAY,CAAC,MAAM,CAAC;IACjD,0CAA0C,EAAE,CAAC;SAC1C,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CACP,gGAAgG,CACjG;IACH,2CAA2C,EAAE,CAAC;SAC3C,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CACP,iGAAiG,CAClG;IACH,+BAA+B,EAAE,CAAC;SAC/B,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CACP,4FAA4F,CAC7F;CACJ,CAAC,CAAA;AAEF,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7B,OAAO,EAAE,oBAAoB;SAC1B,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,MAAM,EAAE,mBAAmB;SACxB,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,uCAAuC,CAAC;IACpD,cAAc,EAAE,2BAA2B,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC;;;;;KAK9D,CAAC;IACJ,QAAQ,EAAE,qBAAqB;SAC5B,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,yCAAyC,CAAC;IACtD,SAAS,EAAE,sBAAsB;SAC9B,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,0CAA0C,CAAC;CACxD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,QAAQ,EAAE,aAAa,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,WAAW,EAAE,CAAC;SACX,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,wDAAwD,CAAC;IACrE,YAAY,EAAE,CAAC;SACZ,MAAM,CAAC;QACN,MAAM,EAAE,CAAC;aACN,KAAK,CAAC,CAAC,oBAAoB,EAAE,wBAAwB,CAAC,CAAC;aACvD,QAAQ,EAAE;KACd,CAAC;SACD,QAAQ,EAAE;SACV,QAAQ,CAAC,2DAA2D,CAAC;IACxE,MAAM,EAAE,CAAC;SACN,IAAI,CAAC,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SACnD,QAAQ,EAAE;SACV,QAAQ,CAAC,mCAAmC,CAAC;IAChD,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,4DAA4D,CAAC;CAC1E,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,yBAAyB;KAC1D,OAAO,CAAC;IACP,QAAQ,EAAE;QACR,OAAO,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;QAC3B,QAAQ,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;QAC5B,MAAM,EAAE;YACN,OAAO,EAAE,KAAK;YACd,8BAA8B,EAAE,KAAK;YACrC,wBAAwB,EAAE,KAAK;SAChC;QACD,cAAc,EAAE;YACd,OAAO,EAAE,KAAK;SACf;QACD,SAAS,EAAE;YACT,OAAO,EAAE,KAAK;YACd,+BAA+B,EAAE,KAAK,EAAE,UAAU;YAClD,0CAA0C,EAAE,KAAK,EAAE,UAAU;YAC7D,2CAA2C,EAAE,KAAK,EAAE,UAAU;SAC/D;KACF;IACD,WAAW,EAAE,KAAK;IAClB,MAAM,EAAE,SAAS;CAClB,CAAC;KACD,QAAQ,CAAC,qCAAqC,CAAC,CAAA"}
|
|
@@ -2070,6 +2070,10 @@ declare const _default: {
|
|
|
2070
2070
|
description: string;
|
|
2071
2071
|
type: string;
|
|
2072
2072
|
};
|
|
2073
|
+
user_id: {
|
|
2074
|
+
description: string;
|
|
2075
|
+
type: string;
|
|
2076
|
+
};
|
|
2073
2077
|
};
|
|
2074
2078
|
type: string;
|
|
2075
2079
|
};
|
|
@@ -14109,6 +14113,10 @@ declare const _default: {
|
|
|
14109
14113
|
description: string;
|
|
14110
14114
|
type: string;
|
|
14111
14115
|
};
|
|
14116
|
+
user_id: {
|
|
14117
|
+
description: string;
|
|
14118
|
+
type: string;
|
|
14119
|
+
};
|
|
14112
14120
|
};
|
|
14113
14121
|
type: string;
|
|
14114
14122
|
};
|
|
@@ -32331,6 +32339,7 @@ declare const _default: {
|
|
|
32331
32339
|
features: {
|
|
32332
32340
|
configure: {
|
|
32333
32341
|
allow_access_automation_rule_customization: boolean;
|
|
32342
|
+
allow_climate_automation_rule_customization: boolean;
|
|
32334
32343
|
allow_instant_key_customization: boolean;
|
|
32335
32344
|
exclude: boolean;
|
|
32336
32345
|
};
|
|
@@ -32370,6 +32379,11 @@ declare const _default: {
|
|
|
32370
32379
|
description: string;
|
|
32371
32380
|
type: string;
|
|
32372
32381
|
};
|
|
32382
|
+
allow_climate_automation_rule_customization: {
|
|
32383
|
+
default: boolean;
|
|
32384
|
+
description: string;
|
|
32385
|
+
type: string;
|
|
32386
|
+
};
|
|
32373
32387
|
allow_instant_key_customization: {
|
|
32374
32388
|
default: boolean;
|
|
32375
32389
|
description: string;
|
|
@@ -44904,6 +44918,11 @@ declare const _default: {
|
|
|
44904
44918
|
description: string;
|
|
44905
44919
|
type: string;
|
|
44906
44920
|
};
|
|
44921
|
+
allow_climate_automation_rule_customization: {
|
|
44922
|
+
default: boolean;
|
|
44923
|
+
description: string;
|
|
44924
|
+
type: string;
|
|
44925
|
+
};
|
|
44907
44926
|
allow_instant_key_customization: {
|
|
44908
44927
|
default: boolean;
|
|
44909
44928
|
description: string;
|
|
@@ -45310,6 +45329,11 @@ declare const _default: {
|
|
|
45310
45329
|
description: string;
|
|
45311
45330
|
type: string;
|
|
45312
45331
|
};
|
|
45332
|
+
allow_climate_automation_rule_customization: {
|
|
45333
|
+
default: boolean;
|
|
45334
|
+
description: string;
|
|
45335
|
+
type: string;
|
|
45336
|
+
};
|
|
45313
45337
|
allow_instant_key_customization: {
|
|
45314
45338
|
default: boolean;
|
|
45315
45339
|
description: string;
|
|
@@ -3646,6 +3646,10 @@ export default {
|
|
|
3646
3646
|
description: 'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
|
|
3647
3647
|
type: 'boolean',
|
|
3648
3648
|
},
|
|
3649
|
+
user_id: {
|
|
3650
|
+
description: 'User ID in the Salto Space access system.',
|
|
3651
|
+
type: 'string',
|
|
3652
|
+
},
|
|
3649
3653
|
},
|
|
3650
3654
|
type: 'object',
|
|
3651
3655
|
},
|
|
@@ -21809,6 +21813,10 @@ export default {
|
|
|
21809
21813
|
description: 'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
|
|
21810
21814
|
type: 'boolean',
|
|
21811
21815
|
},
|
|
21816
|
+
user_id: {
|
|
21817
|
+
description: 'User ID in the Salto Space access system.',
|
|
21818
|
+
type: 'string',
|
|
21819
|
+
},
|
|
21812
21820
|
},
|
|
21813
21821
|
type: 'object',
|
|
21814
21822
|
},
|
|
@@ -37596,6 +37604,7 @@ export default {
|
|
|
37596
37604
|
features: {
|
|
37597
37605
|
configure: {
|
|
37598
37606
|
allow_access_automation_rule_customization: false,
|
|
37607
|
+
allow_climate_automation_rule_customization: false,
|
|
37599
37608
|
allow_instant_key_customization: false,
|
|
37600
37609
|
exclude: false,
|
|
37601
37610
|
},
|
|
@@ -37629,6 +37638,11 @@ export default {
|
|
|
37629
37638
|
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
37630
37639
|
type: 'boolean',
|
|
37631
37640
|
},
|
|
37641
|
+
allow_climate_automation_rule_customization: {
|
|
37642
|
+
default: false,
|
|
37643
|
+
description: 'Indicates whether the customer can customize the climate automation rules for their properties.',
|
|
37644
|
+
type: 'boolean',
|
|
37645
|
+
},
|
|
37632
37646
|
allow_instant_key_customization: {
|
|
37633
37647
|
default: false,
|
|
37634
37648
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
@@ -49890,6 +49904,11 @@ export default {
|
|
|
49890
49904
|
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
49891
49905
|
type: 'boolean',
|
|
49892
49906
|
},
|
|
49907
|
+
allow_climate_automation_rule_customization: {
|
|
49908
|
+
default: false,
|
|
49909
|
+
description: 'Indicates whether the customer can customize the climate automation rules for their properties.',
|
|
49910
|
+
type: 'boolean',
|
|
49911
|
+
},
|
|
49893
49912
|
allow_instant_key_customization: {
|
|
49894
49913
|
default: false,
|
|
49895
49914
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
@@ -50186,6 +50205,11 @@ export default {
|
|
|
50186
50205
|
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
50187
50206
|
type: 'boolean',
|
|
50188
50207
|
},
|
|
50208
|
+
allow_climate_automation_rule_customization: {
|
|
50209
|
+
default: false,
|
|
50210
|
+
description: 'Indicates whether the customer can customize the climate automation rules for their properties.',
|
|
50211
|
+
type: 'boolean',
|
|
50212
|
+
},
|
|
50189
50213
|
allow_instant_key_customization: {
|
|
50190
50214
|
default: false,
|
|
50191
50215
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|