@seamapi/types 1.649.0 → 1.651.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.
@@ -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;
@@ -96170,23 +96164,29 @@ declare const _default: {
96170
96164
  display_name: {
96171
96165
  type: string;
96172
96166
  };
96173
- instance_config_schema: {
96174
- $ref: string;
96175
- };
96176
- static_config: {
96177
- properties: {
96178
- base_api_url: {
96179
- type: string;
96180
- };
96181
- polling_enabled: {
96182
- type: string;
96183
- };
96184
- polling_frequency_minutes: {
96185
- format: string;
96186
- type: string;
96167
+ editable_fields: {
96168
+ items: {
96169
+ properties: {
96170
+ description: {
96171
+ type: string;
96172
+ };
96173
+ display_name: {
96174
+ type: string;
96175
+ };
96176
+ name: {
96177
+ type: string;
96178
+ };
96179
+ required: {
96180
+ type: string;
96181
+ };
96182
+ type: {
96183
+ enum: string[];
96184
+ type: string;
96185
+ };
96187
96186
  };
96187
+ required: string[];
96188
+ type: string;
96188
96189
  };
96189
- required: string[];
96190
96190
  type: string;
96191
96191
  };
96192
96192
  };
@@ -96256,23 +96256,29 @@ declare const _default: {
96256
96256
  display_name: {
96257
96257
  type: string;
96258
96258
  };
96259
- instance_config_schema: {
96260
- $ref: string;
96261
- };
96262
- static_config: {
96263
- properties: {
96264
- base_api_url: {
96265
- type: string;
96266
- };
96267
- polling_enabled: {
96268
- type: string;
96269
- };
96270
- polling_frequency_minutes: {
96271
- format: string;
96272
- type: string;
96259
+ editable_fields: {
96260
+ items: {
96261
+ properties: {
96262
+ description: {
96263
+ type: string;
96264
+ };
96265
+ display_name: {
96266
+ type: string;
96267
+ };
96268
+ name: {
96269
+ type: string;
96270
+ };
96271
+ required: {
96272
+ type: string;
96273
+ };
96274
+ type: {
96275
+ enum: string[];
96276
+ type: string;
96277
+ };
96273
96278
  };
96279
+ required: string[];
96280
+ type: string;
96274
96281
  };
96275
- required: string[];
96276
96282
  type: string;
96277
96283
  };
96278
96284
  };
@@ -96782,6 +96788,7 @@ declare const _default: {
96782
96788
  client_token?: never;
96783
96789
  enterprise_id?: never;
96784
96790
  enterprise_ids?: never;
96791
+ auth_token?: never;
96785
96792
  client_id?: never;
96786
96793
  client_password?: never;
96787
96794
  property_id?: never;
@@ -96812,6 +96819,7 @@ declare const _default: {
96812
96819
  };
96813
96820
  type: string;
96814
96821
  };
96822
+ auth_token?: never;
96815
96823
  client_id?: never;
96816
96824
  client_password?: never;
96817
96825
  property_id?: never;
@@ -96820,6 +96828,9 @@ declare const _default: {
96820
96828
  required?: never;
96821
96829
  } | {
96822
96830
  properties: {
96831
+ auth_token: {
96832
+ type: string;
96833
+ };
96823
96834
  client_id: {
96824
96835
  description: string;
96825
96836
  minLength: number;
@@ -97244,11 +97255,6 @@ declare const _default: {
97244
97255
  description: string;
97245
97256
  type: string;
97246
97257
  };
97247
- allow_automatic_management_of_new_devices: {
97248
- default: boolean;
97249
- description: string;
97250
- type: string;
97251
- };
97252
97258
  allow_instant_key_customization: {
97253
97259
  default: boolean;
97254
97260
  description: string;
@@ -97650,11 +97656,6 @@ declare const _default: {
97650
97656
  description: string;
97651
97657
  type: string;
97652
97658
  };
97653
- allow_automatic_management_of_new_devices: {
97654
- default: boolean;
97655
- description: string;
97656
- type: string;
97657
- };
97658
97659
  allow_instant_key_customization: {
97659
97660
  default: boolean;
97660
97661
  description: string;
@@ -138469,8 +138470,6 @@ type Routes = {
138469
138470
  exclude?: boolean;
138470
138471
  /** The ID of the customization profile to use for the portal. */
138471
138472
  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
138473
  /** Indicates whether the customer can customize the access automation rules for their properties. */
138475
138474
  allow_access_automation_rule_customization?: boolean;
138476
138475
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */
@@ -164068,12 +164067,13 @@ type Routes = {
164068
164067
  connector_type: string;
164069
164068
  display_name: string;
164070
164069
  description?: string | undefined;
164071
- instance_config_schema?: any;
164072
- static_config: {
164073
- base_api_url: string;
164074
- polling_enabled: boolean;
164075
- polling_frequency_minutes: number;
164076
- };
164070
+ editable_fields: {
164071
+ name: string;
164072
+ display_name: string;
164073
+ description: string;
164074
+ type: 'string' | 'string[]' | 'number' | 'boolean';
164075
+ required: boolean;
164076
+ }[];
164077
164077
  }[];
164078
164078
  };
164079
164079
  };
@@ -164187,6 +164187,7 @@ type Routes = {
164187
164187
  client_password: string;
164188
164188
  /** Optional property ID for single-property connectors */
164189
164189
  property_id?: (string | number) | undefined;
164190
+ auth_token?: string | undefined;
164190
164191
  };
164191
164192
  };
164192
164193
  commonParams: {};
@@ -166194,8 +166195,6 @@ type Routes = {
166194
166195
  exclude?: boolean;
166195
166196
  /** The ID of the customization profile to use for the portal. */
166196
166197
  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
166198
  /** Indicates whether the customer can customize the access automation rules for their properties. */
166200
166199
  allow_access_automation_rule_customization?: boolean;
166201
166200
  /** 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.",
@@ -54285,7 +54279,7 @@ var openapi_default = {
54285
54279
  },
54286
54280
  "/seam/customer/v1/connectors/connector_types": {
54287
54281
  get: {
54288
- description: "Lists all available connector types and their required instance configuration schemas.",
54282
+ description: "Lists all available connector types and their editable fields for UI input.",
54289
54283
  operationId: "seamCustomerV1ConnectorsConnectorTypesGet",
54290
54284
  responses: {
54291
54285
  200: {
@@ -54299,30 +54293,39 @@ var openapi_default = {
54299
54293
  connector_type: { type: "string" },
54300
54294
  description: { type: "string" },
54301
54295
  display_name: { type: "string" },
54302
- instance_config_schema: {
54303
- $ref: "#/components/schemas/access_code"
54304
- },
54305
- static_config: {
54306
- properties: {
54307
- base_api_url: { type: "string" },
54308
- polling_enabled: { type: "boolean" },
54309
- polling_frequency_minutes: {
54310
- format: "float",
54311
- type: "number"
54312
- }
54296
+ editable_fields: {
54297
+ items: {
54298
+ properties: {
54299
+ description: { type: "string" },
54300
+ display_name: { type: "string" },
54301
+ name: { type: "string" },
54302
+ required: { type: "boolean" },
54303
+ type: {
54304
+ enum: [
54305
+ "string",
54306
+ "string[]",
54307
+ "number",
54308
+ "boolean"
54309
+ ],
54310
+ type: "string"
54311
+ }
54312
+ },
54313
+ required: [
54314
+ "name",
54315
+ "display_name",
54316
+ "description",
54317
+ "type",
54318
+ "required"
54319
+ ],
54320
+ type: "object"
54313
54321
  },
54314
- required: [
54315
- "base_api_url",
54316
- "polling_enabled",
54317
- "polling_frequency_minutes"
54318
- ],
54319
- type: "object"
54322
+ type: "array"
54320
54323
  }
54321
54324
  },
54322
54325
  required: [
54323
54326
  "connector_type",
54324
54327
  "display_name",
54325
- "static_config"
54328
+ "editable_fields"
54326
54329
  ],
54327
54330
  type: "object"
54328
54331
  },
@@ -54355,7 +54358,7 @@ var openapi_default = {
54355
54358
  "x-undocumented": "Internal endpoint for Console."
54356
54359
  },
54357
54360
  post: {
54358
- description: "Lists all available connector types and their required instance configuration schemas.",
54361
+ description: "Lists all available connector types and their editable fields for UI input.",
54359
54362
  operationId: "seamCustomerV1ConnectorsConnectorTypesPost",
54360
54363
  responses: {
54361
54364
  200: {
@@ -54369,30 +54372,39 @@ var openapi_default = {
54369
54372
  connector_type: { type: "string" },
54370
54373
  description: { type: "string" },
54371
54374
  display_name: { type: "string" },
54372
- instance_config_schema: {
54373
- $ref: "#/components/schemas/access_code"
54374
- },
54375
- static_config: {
54376
- properties: {
54377
- base_api_url: { type: "string" },
54378
- polling_enabled: { type: "boolean" },
54379
- polling_frequency_minutes: {
54380
- format: "float",
54381
- type: "number"
54382
- }
54375
+ editable_fields: {
54376
+ items: {
54377
+ properties: {
54378
+ description: { type: "string" },
54379
+ display_name: { type: "string" },
54380
+ name: { type: "string" },
54381
+ required: { type: "boolean" },
54382
+ type: {
54383
+ enum: [
54384
+ "string",
54385
+ "string[]",
54386
+ "number",
54387
+ "boolean"
54388
+ ],
54389
+ type: "string"
54390
+ }
54391
+ },
54392
+ required: [
54393
+ "name",
54394
+ "display_name",
54395
+ "description",
54396
+ "type",
54397
+ "required"
54398
+ ],
54399
+ type: "object"
54383
54400
  },
54384
- required: [
54385
- "base_api_url",
54386
- "polling_enabled",
54387
- "polling_frequency_minutes"
54388
- ],
54389
- type: "object"
54401
+ type: "array"
54390
54402
  }
54391
54403
  },
54392
54404
  required: [
54393
54405
  "connector_type",
54394
54406
  "display_name",
54395
- "static_config"
54407
+ "editable_fields"
54396
54408
  ],
54397
54409
  type: "object"
54398
54410
  },
@@ -54809,6 +54821,7 @@ var openapi_default = {
54809
54821
  },
54810
54822
  {
54811
54823
  properties: {
54824
+ auth_token: { type: "string" },
54812
54825
  client_id: {
54813
54826
  description: "RMS client ID for authentication",
54814
54827
  minLength: 1,
@@ -55537,11 +55550,6 @@ var openapi_default = {
55537
55550
  description: "Indicates whether the customer can customize the access automation rules for their properties.",
55538
55551
  type: "boolean"
55539
55552
  },
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
55553
  allow_instant_key_customization: {
55546
55554
  default: false,
55547
55555
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
@@ -55833,11 +55841,6 @@ var openapi_default = {
55833
55841
  description: "Indicates whether the customer can customize the access automation rules for their properties.",
55834
55842
  type: "boolean"
55835
55843
  },
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
55844
  allow_instant_key_customization: {
55842
55845
  default: false,
55843
55846
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",