@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.
package/dist/connect.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.",