@seamapi/types 1.648.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 +4 -17
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -20
- package/dist/index.cjs +4 -17
- 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 +1 -16
- package/lib/seam/connect/openapi.js +4 -17
- 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 +4 -20
- 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;
|
|
@@ -100141,6 +100125,7 @@ declare const _default: {
|
|
|
100141
100125
|
salto_space_metadata: {
|
|
100142
100126
|
properties: {
|
|
100143
100127
|
justin_mobile_sdk_audit_trail_data: {
|
|
100128
|
+
minLength: number;
|
|
100144
100129
|
type: string;
|
|
100145
100130
|
};
|
|
100146
100131
|
};
|
|
@@ -138468,8 +138453,6 @@ type Routes = {
|
|
|
138468
138453
|
exclude?: boolean;
|
|
138469
138454
|
/** The ID of the customization profile to use for the portal. */
|
|
138470
138455
|
customization_profile_id?: string | undefined;
|
|
138471
|
-
/** Indicates whether the customer can automatically manage new devices for their properties. */
|
|
138472
|
-
allow_automatic_management_of_new_devices?: boolean;
|
|
138473
138456
|
/** Indicates whether the customer can customize the access automation rules for their properties. */
|
|
138474
138457
|
allow_access_automation_rule_customization?: boolean;
|
|
138475
138458
|
/** Indicates whether the customer can customize the Instant Key profile for their properties. */
|
|
@@ -166193,8 +166176,6 @@ type Routes = {
|
|
|
166193
166176
|
exclude?: boolean;
|
|
166194
166177
|
/** The ID of the customization profile to use for the portal. */
|
|
166195
166178
|
customization_profile_id?: string | undefined;
|
|
166196
|
-
/** Indicates whether the customer can automatically manage new devices for their properties. */
|
|
166197
|
-
allow_automatic_management_of_new_devices?: boolean;
|
|
166198
166179
|
/** Indicates whether the customer can customize the access automation rules for their properties. */
|
|
166199
166180
|
allow_access_automation_rule_customization?: boolean;
|
|
166200
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.",
|
|
@@ -57866,7 +57850,10 @@ var openapi_default = {
|
|
|
57866
57850
|
acs_system_id: { format: "uuid", type: "string" },
|
|
57867
57851
|
salto_space_metadata: {
|
|
57868
57852
|
properties: {
|
|
57869
|
-
justin_mobile_sdk_audit_trail_data: {
|
|
57853
|
+
justin_mobile_sdk_audit_trail_data: {
|
|
57854
|
+
minLength: 1,
|
|
57855
|
+
type: "string"
|
|
57856
|
+
}
|
|
57870
57857
|
},
|
|
57871
57858
|
required: ["justin_mobile_sdk_audit_trail_data"],
|
|
57872
57859
|
type: "object"
|