@seamapi/types 1.649.0 → 1.650.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 +0 -16
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -20
- package/dist/index.cjs +0 -16
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +0 -14
- package/lib/seam/connect/models/customer/customer-portal.js +0 -5
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -16
- package/lib/seam/connect/openapi.js +0 -16
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +0 -7
- package/src/lib/seam/connect/openapi.ts +0 -19
- package/src/lib/seam/connect/route-types.ts +0 -4
|
@@ -47,19 +47,16 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
47
47
|
exclude: z.ZodDefault<z.ZodBoolean>;
|
|
48
48
|
} & {
|
|
49
49
|
customization_profile_id: z.ZodOptional<z.ZodString>;
|
|
50
|
-
allow_automatic_management_of_new_devices: z.ZodDefault<z.ZodBoolean>;
|
|
51
50
|
allow_access_automation_rule_customization: z.ZodDefault<z.ZodBoolean>;
|
|
52
51
|
allow_instant_key_customization: z.ZodDefault<z.ZodBoolean>;
|
|
53
52
|
}, "strip", z.ZodTypeAny, {
|
|
54
53
|
exclude: boolean;
|
|
55
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
56
54
|
allow_access_automation_rule_customization: boolean;
|
|
57
55
|
allow_instant_key_customization: boolean;
|
|
58
56
|
customization_profile_id?: string | undefined;
|
|
59
57
|
}, {
|
|
60
58
|
customization_profile_id?: string | undefined;
|
|
61
59
|
exclude?: boolean | undefined;
|
|
62
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
63
60
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
64
61
|
allow_instant_key_customization?: boolean | undefined;
|
|
65
62
|
}>>;
|
|
@@ -82,7 +79,6 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
82
79
|
};
|
|
83
80
|
configure: {
|
|
84
81
|
exclude: boolean;
|
|
85
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
86
82
|
allow_access_automation_rule_customization: boolean;
|
|
87
83
|
allow_instant_key_customization: boolean;
|
|
88
84
|
customization_profile_id?: string | undefined;
|
|
@@ -107,7 +103,6 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
107
103
|
configure?: {
|
|
108
104
|
customization_profile_id?: string | undefined;
|
|
109
105
|
exclude?: boolean | undefined;
|
|
110
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
111
106
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
112
107
|
allow_instant_key_customization?: boolean | undefined;
|
|
113
108
|
} | undefined;
|
|
@@ -270,7 +265,6 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
270
265
|
};
|
|
271
266
|
configure: {
|
|
272
267
|
exclude: boolean;
|
|
273
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
274
268
|
allow_access_automation_rule_customization: boolean;
|
|
275
269
|
allow_instant_key_customization: boolean;
|
|
276
270
|
customization_profile_id?: string | undefined;
|
|
@@ -327,7 +321,6 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
327
321
|
configure?: {
|
|
328
322
|
customization_profile_id?: string | undefined;
|
|
329
323
|
exclude?: boolean | undefined;
|
|
330
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
331
324
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
332
325
|
allow_instant_key_customization?: boolean | undefined;
|
|
333
326
|
} | undefined;
|
|
@@ -411,19 +404,16 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
411
404
|
exclude: z.ZodDefault<z.ZodBoolean>;
|
|
412
405
|
} & {
|
|
413
406
|
customization_profile_id: z.ZodOptional<z.ZodString>;
|
|
414
|
-
allow_automatic_management_of_new_devices: z.ZodDefault<z.ZodBoolean>;
|
|
415
407
|
allow_access_automation_rule_customization: z.ZodDefault<z.ZodBoolean>;
|
|
416
408
|
allow_instant_key_customization: z.ZodDefault<z.ZodBoolean>;
|
|
417
409
|
}, "strip", z.ZodTypeAny, {
|
|
418
410
|
exclude: boolean;
|
|
419
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
420
411
|
allow_access_automation_rule_customization: boolean;
|
|
421
412
|
allow_instant_key_customization: boolean;
|
|
422
413
|
customization_profile_id?: string | undefined;
|
|
423
414
|
}, {
|
|
424
415
|
customization_profile_id?: string | undefined;
|
|
425
416
|
exclude?: boolean | undefined;
|
|
426
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
427
417
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
428
418
|
allow_instant_key_customization?: boolean | undefined;
|
|
429
419
|
}>>;
|
|
@@ -446,7 +436,6 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
446
436
|
};
|
|
447
437
|
configure: {
|
|
448
438
|
exclude: boolean;
|
|
449
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
450
439
|
allow_access_automation_rule_customization: boolean;
|
|
451
440
|
allow_instant_key_customization: boolean;
|
|
452
441
|
customization_profile_id?: string | undefined;
|
|
@@ -471,7 +460,6 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
471
460
|
configure?: {
|
|
472
461
|
customization_profile_id?: string | undefined;
|
|
473
462
|
exclude?: boolean | undefined;
|
|
474
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
475
463
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
476
464
|
allow_instant_key_customization?: boolean | undefined;
|
|
477
465
|
} | undefined;
|
|
@@ -634,7 +622,6 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
634
622
|
};
|
|
635
623
|
configure: {
|
|
636
624
|
exclude: boolean;
|
|
637
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
638
625
|
allow_access_automation_rule_customization: boolean;
|
|
639
626
|
allow_instant_key_customization: boolean;
|
|
640
627
|
customization_profile_id?: string | undefined;
|
|
@@ -691,7 +678,6 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
691
678
|
configure?: {
|
|
692
679
|
customization_profile_id?: string | undefined;
|
|
693
680
|
exclude?: boolean | undefined;
|
|
694
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
695
681
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
696
682
|
allow_instant_key_customization?: boolean | undefined;
|
|
697
683
|
} | undefined;
|
|
@@ -35,10 +35,6 @@ const base_configure_feature = base_feature.extend({
|
|
|
35
35
|
.uuid()
|
|
36
36
|
.optional()
|
|
37
37
|
.describe('The ID of the customization profile to use for the portal.'),
|
|
38
|
-
allow_automatic_management_of_new_devices: z
|
|
39
|
-
.boolean()
|
|
40
|
-
.default(false)
|
|
41
|
-
.describe('Indicates whether the customer can automatically manage new devices for their properties.'),
|
|
42
38
|
allow_access_automation_rule_customization: z
|
|
43
39
|
.boolean()
|
|
44
40
|
.default(false)
|
|
@@ -100,7 +96,6 @@ export const portal_configuration = portal_configuration_base
|
|
|
100
96
|
exclude: false,
|
|
101
97
|
allow_instant_key_customization: false, // default
|
|
102
98
|
allow_access_automation_rule_customization: false, // default
|
|
103
|
-
allow_automatic_management_of_new_devices: false, // default
|
|
104
99
|
},
|
|
105
100
|
},
|
|
106
101
|
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":"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,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,4DAA4D,CAAC;IACzE,
|
|
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,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,4DAA4D,CAAC;IACzE,0CAA0C,EAAE,CAAC;SAC1C,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CACP,gGAAgG,CACjG;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;CACzE,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;SAC9D;KACF;IACD,WAAW,EAAE,KAAK;CACnB,CAAC;KACD,QAAQ,CAAC,qCAAqC,CAAC,CAAA"}
|
|
@@ -32111,7 +32111,6 @@ declare const _default: {
|
|
|
32111
32111
|
features: {
|
|
32112
32112
|
configure: {
|
|
32113
32113
|
allow_access_automation_rule_customization: boolean;
|
|
32114
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
32115
32114
|
allow_instant_key_customization: boolean;
|
|
32116
32115
|
exclude: boolean;
|
|
32117
32116
|
};
|
|
@@ -32146,11 +32145,6 @@ declare const _default: {
|
|
|
32146
32145
|
description: string;
|
|
32147
32146
|
type: string;
|
|
32148
32147
|
};
|
|
32149
|
-
allow_automatic_management_of_new_devices: {
|
|
32150
|
-
default: boolean;
|
|
32151
|
-
description: string;
|
|
32152
|
-
type: string;
|
|
32153
|
-
};
|
|
32154
32148
|
allow_instant_key_customization: {
|
|
32155
32149
|
default: boolean;
|
|
32156
32150
|
description: string;
|
|
@@ -44661,11 +44655,6 @@ declare const _default: {
|
|
|
44661
44655
|
description: string;
|
|
44662
44656
|
type: string;
|
|
44663
44657
|
};
|
|
44664
|
-
allow_automatic_management_of_new_devices: {
|
|
44665
|
-
default: boolean;
|
|
44666
|
-
description: string;
|
|
44667
|
-
type: string;
|
|
44668
|
-
};
|
|
44669
44658
|
allow_instant_key_customization: {
|
|
44670
44659
|
default: boolean;
|
|
44671
44660
|
description: string;
|
|
@@ -45067,11 +45056,6 @@ declare const _default: {
|
|
|
45067
45056
|
description: string;
|
|
45068
45057
|
type: string;
|
|
45069
45058
|
};
|
|
45070
|
-
allow_automatic_management_of_new_devices: {
|
|
45071
|
-
default: boolean;
|
|
45072
|
-
description: string;
|
|
45073
|
-
type: string;
|
|
45074
|
-
};
|
|
45075
45059
|
allow_instant_key_customization: {
|
|
45076
45060
|
default: boolean;
|
|
45077
45061
|
description: string;
|
|
@@ -37436,7 +37436,6 @@ export default {
|
|
|
37436
37436
|
features: {
|
|
37437
37437
|
configure: {
|
|
37438
37438
|
allow_access_automation_rule_customization: false,
|
|
37439
|
-
allow_automatic_management_of_new_devices: false,
|
|
37440
37439
|
allow_instant_key_customization: false,
|
|
37441
37440
|
exclude: false,
|
|
37442
37441
|
},
|
|
@@ -37465,11 +37464,6 @@ export default {
|
|
|
37465
37464
|
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
37466
37465
|
type: 'boolean',
|
|
37467
37466
|
},
|
|
37468
|
-
allow_automatic_management_of_new_devices: {
|
|
37469
|
-
default: false,
|
|
37470
|
-
description: 'Indicates whether the customer can automatically manage new devices for their properties.',
|
|
37471
|
-
type: 'boolean',
|
|
37472
|
-
},
|
|
37473
37467
|
allow_instant_key_customization: {
|
|
37474
37468
|
default: false,
|
|
37475
37469
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
@@ -49707,11 +49701,6 @@ export default {
|
|
|
49707
49701
|
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
49708
49702
|
type: 'boolean',
|
|
49709
49703
|
},
|
|
49710
|
-
allow_automatic_management_of_new_devices: {
|
|
49711
|
-
default: false,
|
|
49712
|
-
description: 'Indicates whether the customer can automatically manage new devices for their properties.',
|
|
49713
|
-
type: 'boolean',
|
|
49714
|
-
},
|
|
49715
49704
|
allow_instant_key_customization: {
|
|
49716
49705
|
default: false,
|
|
49717
49706
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
@@ -50003,11 +49992,6 @@ export default {
|
|
|
50003
49992
|
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
50004
49993
|
type: 'boolean',
|
|
50005
49994
|
},
|
|
50006
|
-
allow_automatic_management_of_new_devices: {
|
|
50007
|
-
default: false,
|
|
50008
|
-
description: 'Indicates whether the customer can automatically manage new devices for their properties.',
|
|
50009
|
-
type: 'boolean',
|
|
50010
|
-
},
|
|
50011
49995
|
allow_instant_key_customization: {
|
|
50012
49996
|
default: false,
|
|
50013
49997
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|