@seamapi/types 1.647.0 → 1.649.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.
@@ -83114,7 +83114,6 @@ declare const _default: {
83114
83114
  type: string;
83115
83115
  };
83116
83116
  automatically_manage_new_devices: {
83117
- default: boolean;
83118
83117
  description: string;
83119
83118
  type: string;
83120
83119
  };
@@ -84695,6 +84694,7 @@ declare const _default: {
84695
84694
  features: {
84696
84695
  configure: {
84697
84696
  allow_access_automation_rule_customization: boolean;
84697
+ allow_automatic_management_of_new_devices: boolean;
84698
84698
  allow_instant_key_customization: boolean;
84699
84699
  exclude: boolean;
84700
84700
  };
@@ -84729,6 +84729,11 @@ declare const _default: {
84729
84729
  description: string;
84730
84730
  type: string;
84731
84731
  };
84732
+ allow_automatic_management_of_new_devices: {
84733
+ default: boolean;
84734
+ description: string;
84735
+ type: string;
84736
+ };
84732
84737
  allow_instant_key_customization: {
84733
84738
  default: boolean;
84734
84739
  description: string;
@@ -88830,14 +88835,22 @@ declare const _default: {
88830
88835
  api_key: never[];
88831
88836
  pat_with_workspace?: never;
88832
88837
  console_session_with_workspace?: never;
88838
+ client_session_with_customer?: never;
88833
88839
  } | {
88834
88840
  pat_with_workspace: never[];
88835
88841
  api_key?: never;
88836
88842
  console_session_with_workspace?: never;
88843
+ client_session_with_customer?: never;
88837
88844
  } | {
88838
88845
  console_session_with_workspace: never[];
88839
88846
  api_key?: never;
88840
88847
  pat_with_workspace?: never;
88848
+ client_session_with_customer?: never;
88849
+ } | {
88850
+ client_session_with_customer: never[];
88851
+ api_key?: never;
88852
+ pat_with_workspace?: never;
88853
+ console_session_with_workspace?: never;
88841
88854
  })[];
88842
88855
  summary: string;
88843
88856
  tags: string[];
@@ -89014,14 +89027,22 @@ declare const _default: {
89014
89027
  api_key: never[];
89015
89028
  pat_with_workspace?: never;
89016
89029
  console_session_with_workspace?: never;
89030
+ client_session_with_customer?: never;
89017
89031
  } | {
89018
89032
  pat_with_workspace: never[];
89019
89033
  api_key?: never;
89020
89034
  console_session_with_workspace?: never;
89035
+ client_session_with_customer?: never;
89021
89036
  } | {
89022
89037
  console_session_with_workspace: never[];
89023
89038
  api_key?: never;
89024
89039
  pat_with_workspace?: never;
89040
+ client_session_with_customer?: never;
89041
+ } | {
89042
+ client_session_with_customer: never[];
89043
+ api_key?: never;
89044
+ pat_with_workspace?: never;
89045
+ console_session_with_workspace?: never;
89025
89046
  })[];
89026
89047
  summary: string;
89027
89048
  tags: string[];
@@ -97223,6 +97244,11 @@ declare const _default: {
97223
97244
  description: string;
97224
97245
  type: string;
97225
97246
  };
97247
+ allow_automatic_management_of_new_devices: {
97248
+ default: boolean;
97249
+ description: string;
97250
+ type: string;
97251
+ };
97226
97252
  allow_instant_key_customization: {
97227
97253
  default: boolean;
97228
97254
  description: string;
@@ -97624,6 +97650,11 @@ declare const _default: {
97624
97650
  description: string;
97625
97651
  type: string;
97626
97652
  };
97653
+ allow_automatic_management_of_new_devices: {
97654
+ default: boolean;
97655
+ description: string;
97656
+ type: string;
97657
+ };
97627
97658
  allow_instant_key_customization: {
97628
97659
  default: boolean;
97629
97660
  description: string;
@@ -100110,6 +100141,7 @@ declare const _default: {
100110
100141
  salto_space_metadata: {
100111
100142
  properties: {
100112
100143
  justin_mobile_sdk_audit_trail_data: {
100144
+ minLength: number;
100113
100145
  type: string;
100114
100146
  };
100115
100147
  };
@@ -137670,7 +137702,7 @@ type Routes = {
137670
137702
  [x: string]: string | boolean | null;
137671
137703
  } | undefined;
137672
137704
  /** Indicates whether newly-added devices should appear as [managed devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices). See also: [Customize the Behavior Settings of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-behavior-settings-of-your-connect-webviews). */
137673
- automatically_manage_new_devices?: boolean;
137705
+ automatically_manage_new_devices?: boolean | undefined;
137674
137706
  /** Indicates whether Seam should finish syncing all devices in a newly-connected account before completing the associated Connect Webview. See also: [Customize the Behavior Settings of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-behavior-settings-of-your-connect-webviews). */
137675
137707
  wait_for_device_creation?: boolean;
137676
137708
  /** List of accepted device capabilities that restrict the types of devices that can be connected through the Connect Webview. If not provided, defaults will be determined based on the accepted providers. */
@@ -138437,6 +138469,8 @@ type Routes = {
138437
138469
  exclude?: boolean;
138438
138470
  /** The ID of the customization profile to use for the portal. */
138439
138471
  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;
138440
138474
  /** Indicates whether the customer can customize the access automation rules for their properties. */
138441
138475
  allow_access_automation_rule_customization?: boolean;
138442
138476
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */
@@ -166160,6 +166194,8 @@ type Routes = {
166160
166194
  exclude?: boolean;
166161
166195
  /** The ID of the customization profile to use for the portal. */
166162
166196
  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;
166163
166199
  /** Indicates whether the customer can customize the access automation rules for their properties. */
166164
166200
  allow_access_automation_rule_customization?: boolean;
166165
166201
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */
package/dist/index.cjs CHANGED
@@ -42102,7 +42102,6 @@ var openapi_default = {
42102
42102
  type: "array"
42103
42103
  },
42104
42104
  automatically_manage_new_devices: {
42105
- default: true,
42106
42105
  description: "Indicates whether newly-added devices should appear as [managed devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices). See also: [Customize the Behavior Settings of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-behavior-settings-of-your-connect-webviews).",
42107
42106
  type: "boolean"
42108
42107
  },
@@ -43267,6 +43266,7 @@ var openapi_default = {
43267
43266
  features: {
43268
43267
  configure: {
43269
43268
  allow_access_automation_rule_customization: false,
43269
+ allow_automatic_management_of_new_devices: false,
43270
43270
  allow_instant_key_customization: false,
43271
43271
  exclude: false
43272
43272
  },
@@ -43295,6 +43295,11 @@ var openapi_default = {
43295
43295
  description: "Indicates whether the customer can customize the access automation rules for their properties.",
43296
43296
  type: "boolean"
43297
43297
  },
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
+ },
43298
43303
  allow_instant_key_customization: {
43299
43304
  default: false,
43300
43305
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
@@ -47280,7 +47285,8 @@ var openapi_default = {
47280
47285
  security: [
47281
47286
  { api_key: [] },
47282
47287
  { pat_with_workspace: [] },
47283
- { console_session_with_workspace: [] }
47288
+ { console_session_with_workspace: [] },
47289
+ { client_session_with_customer: [] }
47284
47290
  ],
47285
47291
  summary: "/devices/unmanaged/list",
47286
47292
  tags: ["/devices"],
@@ -47636,7 +47642,8 @@ var openapi_default = {
47636
47642
  security: [
47637
47643
  { api_key: [] },
47638
47644
  { pat_with_workspace: [] },
47639
- { console_session_with_workspace: [] }
47645
+ { console_session_with_workspace: [] },
47646
+ { client_session_with_customer: [] }
47640
47647
  ],
47641
47648
  summary: "/devices/unmanaged/list",
47642
47649
  tags: ["/devices"],
@@ -55530,6 +55537,11 @@ var openapi_default = {
55530
55537
  description: "Indicates whether the customer can customize the access automation rules for their properties.",
55531
55538
  type: "boolean"
55532
55539
  },
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
+ },
55533
55545
  allow_instant_key_customization: {
55534
55546
  default: false,
55535
55547
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
@@ -55821,6 +55833,11 @@ var openapi_default = {
55821
55833
  description: "Indicates whether the customer can customize the access automation rules for their properties.",
55822
55834
  type: "boolean"
55823
55835
  },
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
+ },
55824
55841
  allow_instant_key_customization: {
55825
55842
  default: false,
55826
55843
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
@@ -57849,7 +57866,10 @@ var openapi_default = {
57849
57866
  acs_system_id: { format: "uuid", type: "string" },
57850
57867
  salto_space_metadata: {
57851
57868
  properties: {
57852
- justin_mobile_sdk_audit_trail_data: { type: "string" }
57869
+ justin_mobile_sdk_audit_trail_data: {
57870
+ minLength: 1,
57871
+ type: "string"
57872
+ }
57853
57873
  },
57854
57874
  required: ["justin_mobile_sdk_audit_trail_data"],
57855
57875
  type: "object"