@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
package/dist/connect.d.cts
CHANGED
|
@@ -84694,7 +84694,6 @@ declare const _default: {
|
|
|
84694
84694
|
features: {
|
|
84695
84695
|
configure: {
|
|
84696
84696
|
allow_access_automation_rule_customization: boolean;
|
|
84697
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
84698
84697
|
allow_instant_key_customization: boolean;
|
|
84699
84698
|
exclude: boolean;
|
|
84700
84699
|
};
|
|
@@ -84729,11 +84728,6 @@ declare const _default: {
|
|
|
84729
84728
|
description: string;
|
|
84730
84729
|
type: string;
|
|
84731
84730
|
};
|
|
84732
|
-
allow_automatic_management_of_new_devices: {
|
|
84733
|
-
default: boolean;
|
|
84734
|
-
description: string;
|
|
84735
|
-
type: string;
|
|
84736
|
-
};
|
|
84737
84731
|
allow_instant_key_customization: {
|
|
84738
84732
|
default: boolean;
|
|
84739
84733
|
description: string;
|
|
@@ -97244,11 +97238,6 @@ declare const _default: {
|
|
|
97244
97238
|
description: string;
|
|
97245
97239
|
type: string;
|
|
97246
97240
|
};
|
|
97247
|
-
allow_automatic_management_of_new_devices: {
|
|
97248
|
-
default: boolean;
|
|
97249
|
-
description: string;
|
|
97250
|
-
type: string;
|
|
97251
|
-
};
|
|
97252
97241
|
allow_instant_key_customization: {
|
|
97253
97242
|
default: boolean;
|
|
97254
97243
|
description: string;
|
|
@@ -97650,11 +97639,6 @@ declare const _default: {
|
|
|
97650
97639
|
description: string;
|
|
97651
97640
|
type: string;
|
|
97652
97641
|
};
|
|
97653
|
-
allow_automatic_management_of_new_devices: {
|
|
97654
|
-
default: boolean;
|
|
97655
|
-
description: string;
|
|
97656
|
-
type: string;
|
|
97657
|
-
};
|
|
97658
97642
|
allow_instant_key_customization: {
|
|
97659
97643
|
default: boolean;
|
|
97660
97644
|
description: string;
|
|
@@ -138469,8 +138453,6 @@ type Routes = {
|
|
|
138469
138453
|
exclude?: boolean;
|
|
138470
138454
|
/** The ID of the customization profile to use for the portal. */
|
|
138471
138455
|
customization_profile_id?: string | undefined;
|
|
138472
|
-
/** Indicates whether the customer can automatically manage new devices for their properties. */
|
|
138473
|
-
allow_automatic_management_of_new_devices?: boolean;
|
|
138474
138456
|
/** Indicates whether the customer can customize the access automation rules for their properties. */
|
|
138475
138457
|
allow_access_automation_rule_customization?: boolean;
|
|
138476
138458
|
/** Indicates whether the customer can customize the Instant Key profile for their properties. */
|
|
@@ -166194,8 +166176,6 @@ type Routes = {
|
|
|
166194
166176
|
exclude?: boolean;
|
|
166195
166177
|
/** The ID of the customization profile to use for the portal. */
|
|
166196
166178
|
customization_profile_id?: string | undefined;
|
|
166197
|
-
/** Indicates whether the customer can automatically manage new devices for their properties. */
|
|
166198
|
-
allow_automatic_management_of_new_devices?: boolean;
|
|
166199
166179
|
/** Indicates whether the customer can customize the access automation rules for their properties. */
|
|
166200
166180
|
allow_access_automation_rule_customization?: boolean;
|
|
166201
166181
|
/** Indicates whether the customer can customize the Instant Key profile for their properties. */
|
package/dist/index.cjs
CHANGED
|
@@ -43266,7 +43266,6 @@ var openapi_default = {
|
|
|
43266
43266
|
features: {
|
|
43267
43267
|
configure: {
|
|
43268
43268
|
allow_access_automation_rule_customization: false,
|
|
43269
|
-
allow_automatic_management_of_new_devices: false,
|
|
43270
43269
|
allow_instant_key_customization: false,
|
|
43271
43270
|
exclude: false
|
|
43272
43271
|
},
|
|
@@ -43295,11 +43294,6 @@ var openapi_default = {
|
|
|
43295
43294
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
43296
43295
|
type: "boolean"
|
|
43297
43296
|
},
|
|
43298
|
-
allow_automatic_management_of_new_devices: {
|
|
43299
|
-
default: false,
|
|
43300
|
-
description: "Indicates whether the customer can automatically manage new devices for their properties.",
|
|
43301
|
-
type: "boolean"
|
|
43302
|
-
},
|
|
43303
43297
|
allow_instant_key_customization: {
|
|
43304
43298
|
default: false,
|
|
43305
43299
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
@@ -55537,11 +55531,6 @@ var openapi_default = {
|
|
|
55537
55531
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
55538
55532
|
type: "boolean"
|
|
55539
55533
|
},
|
|
55540
|
-
allow_automatic_management_of_new_devices: {
|
|
55541
|
-
default: false,
|
|
55542
|
-
description: "Indicates whether the customer can automatically manage new devices for their properties.",
|
|
55543
|
-
type: "boolean"
|
|
55544
|
-
},
|
|
55545
55534
|
allow_instant_key_customization: {
|
|
55546
55535
|
default: false,
|
|
55547
55536
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
@@ -55833,11 +55822,6 @@ var openapi_default = {
|
|
|
55833
55822
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
55834
55823
|
type: "boolean"
|
|
55835
55824
|
},
|
|
55836
|
-
allow_automatic_management_of_new_devices: {
|
|
55837
|
-
default: false,
|
|
55838
|
-
description: "Indicates whether the customer can automatically manage new devices for their properties.",
|
|
55839
|
-
type: "boolean"
|
|
55840
|
-
},
|
|
55841
55825
|
allow_instant_key_customization: {
|
|
55842
55826
|
default: false,
|
|
55843
55827
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|