@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.
@@ -26354,8 +26354,6 @@ export type Routes = {
26354
26354
  exclude?: boolean;
26355
26355
  /** The ID of the customization profile to use for the portal. */
26356
26356
  customization_profile_id?: string | undefined;
26357
- /** Indicates whether the customer can automatically manage new devices for their properties. */
26358
- allow_automatic_management_of_new_devices?: boolean;
26359
26357
  /** Indicates whether the customer can customize the access automation rules for their properties. */
26360
26358
  allow_access_automation_rule_customization?: boolean;
26361
26359
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */
@@ -54079,8 +54077,6 @@ export type Routes = {
54079
54077
  exclude?: boolean;
54080
54078
  /** The ID of the customization profile to use for the portal. */
54081
54079
  customization_profile_id?: string | undefined;
54082
- /** Indicates whether the customer can automatically manage new devices for their properties. */
54083
- allow_automatic_management_of_new_devices?: boolean;
54084
54080
  /** Indicates whether the customer can customize the access automation rules for their properties. */
54085
54081
  allow_access_automation_rule_customization?: boolean;
54086
54082
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.649.0",
3
+ "version": "1.650.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -49,12 +49,6 @@ const base_configure_feature = base_feature.extend({
49
49
  .uuid()
50
50
  .optional()
51
51
  .describe('The ID of the customization profile to use for the portal.'),
52
- allow_automatic_management_of_new_devices: z
53
- .boolean()
54
- .default(false)
55
- .describe(
56
- 'Indicates whether the customer can automatically manage new devices for their properties.',
57
- ),
58
52
  allow_access_automation_rule_customization: z
59
53
  .boolean()
60
54
  .default(false)
@@ -123,7 +117,6 @@ export const portal_configuration = portal_configuration_base
123
117
  exclude: false,
124
118
  allow_instant_key_customization: false, // default
125
119
  allow_access_automation_rule_customization: false, // default
126
- allow_automatic_management_of_new_devices: false, // default
127
120
  },
128
121
  },
129
122
  is_embedded: false,
@@ -41062,7 +41062,6 @@ export default {
41062
41062
  features: {
41063
41063
  configure: {
41064
41064
  allow_access_automation_rule_customization: false,
41065
- allow_automatic_management_of_new_devices: false,
41066
41065
  allow_instant_key_customization: false,
41067
41066
  exclude: false,
41068
41067
  },
@@ -41093,12 +41092,6 @@ export default {
41093
41092
  'Indicates whether the customer can customize the access automation rules for their properties.',
41094
41093
  type: 'boolean',
41095
41094
  },
41096
- allow_automatic_management_of_new_devices: {
41097
- default: false,
41098
- description:
41099
- 'Indicates whether the customer can automatically manage new devices for their properties.',
41100
- type: 'boolean',
41101
- },
41102
41095
  allow_instant_key_customization: {
41103
41096
  default: false,
41104
41097
  description:
@@ -53931,12 +53924,6 @@ export default {
53931
53924
  'Indicates whether the customer can customize the access automation rules for their properties.',
53932
53925
  type: 'boolean',
53933
53926
  },
53934
- allow_automatic_management_of_new_devices: {
53935
- default: false,
53936
- description:
53937
- 'Indicates whether the customer can automatically manage new devices for their properties.',
53938
- type: 'boolean',
53939
- },
53940
53927
  allow_instant_key_customization: {
53941
53928
  default: false,
53942
53929
  description:
@@ -54249,12 +54236,6 @@ export default {
54249
54236
  'Indicates whether the customer can customize the access automation rules for their properties.',
54250
54237
  type: 'boolean',
54251
54238
  },
54252
- allow_automatic_management_of_new_devices: {
54253
- default: false,
54254
- description:
54255
- 'Indicates whether the customer can automatically manage new devices for their properties.',
54256
- type: 'boolean',
54257
- },
54258
54239
  allow_instant_key_customization: {
54259
54240
  default: false,
54260
54241
  description:
@@ -30497,8 +30497,6 @@ export type Routes = {
30497
30497
  exclude?: boolean
30498
30498
  /** The ID of the customization profile to use for the portal. */
30499
30499
  customization_profile_id?: string | undefined
30500
- /** Indicates whether the customer can automatically manage new devices for their properties. */
30501
- allow_automatic_management_of_new_devices?: boolean
30502
30500
  /** Indicates whether the customer can customize the access automation rules for their properties. */
30503
30501
  allow_access_automation_rule_customization?: boolean
30504
30502
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */
@@ -64440,8 +64438,6 @@ export type Routes = {
64440
64438
  exclude?: boolean
64441
64439
  /** The ID of the customization profile to use for the portal. */
64442
64440
  customization_profile_id?: string | undefined
64443
- /** Indicates whether the customer can automatically manage new devices for their properties. */
64444
- allow_automatic_management_of_new_devices?: boolean
64445
64441
  /** Indicates whether the customer can customize the access automation rules for their properties. */
64446
64442
  allow_access_automation_rule_customization?: boolean
64447
64443
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */