@seamapi/types 1.650.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
@@ -54279,7 +54279,7 @@ var openapi_default = {
54279
54279
  },
54280
54280
  "/seam/customer/v1/connectors/connector_types": {
54281
54281
  get: {
54282
- 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.",
54283
54283
  operationId: "seamCustomerV1ConnectorsConnectorTypesGet",
54284
54284
  responses: {
54285
54285
  200: {
@@ -54293,30 +54293,39 @@ var openapi_default = {
54293
54293
  connector_type: { type: "string" },
54294
54294
  description: { type: "string" },
54295
54295
  display_name: { type: "string" },
54296
- instance_config_schema: {
54297
- $ref: "#/components/schemas/access_code"
54298
- },
54299
- static_config: {
54300
- properties: {
54301
- base_api_url: { type: "string" },
54302
- polling_enabled: { type: "boolean" },
54303
- polling_frequency_minutes: {
54304
- format: "float",
54305
- type: "number"
54306
- }
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"
54307
54321
  },
54308
- required: [
54309
- "base_api_url",
54310
- "polling_enabled",
54311
- "polling_frequency_minutes"
54312
- ],
54313
- type: "object"
54322
+ type: "array"
54314
54323
  }
54315
54324
  },
54316
54325
  required: [
54317
54326
  "connector_type",
54318
54327
  "display_name",
54319
- "static_config"
54328
+ "editable_fields"
54320
54329
  ],
54321
54330
  type: "object"
54322
54331
  },
@@ -54349,7 +54358,7 @@ var openapi_default = {
54349
54358
  "x-undocumented": "Internal endpoint for Console."
54350
54359
  },
54351
54360
  post: {
54352
- 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.",
54353
54362
  operationId: "seamCustomerV1ConnectorsConnectorTypesPost",
54354
54363
  responses: {
54355
54364
  200: {
@@ -54363,30 +54372,39 @@ var openapi_default = {
54363
54372
  connector_type: { type: "string" },
54364
54373
  description: { type: "string" },
54365
54374
  display_name: { type: "string" },
54366
- instance_config_schema: {
54367
- $ref: "#/components/schemas/access_code"
54368
- },
54369
- static_config: {
54370
- properties: {
54371
- base_api_url: { type: "string" },
54372
- polling_enabled: { type: "boolean" },
54373
- polling_frequency_minutes: {
54374
- format: "float",
54375
- type: "number"
54376
- }
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"
54377
54400
  },
54378
- required: [
54379
- "base_api_url",
54380
- "polling_enabled",
54381
- "polling_frequency_minutes"
54382
- ],
54383
- type: "object"
54401
+ type: "array"
54384
54402
  }
54385
54403
  },
54386
54404
  required: [
54387
54405
  "connector_type",
54388
54406
  "display_name",
54389
- "static_config"
54407
+ "editable_fields"
54390
54408
  ],
54391
54409
  type: "object"
54392
54410
  },
@@ -54803,6 +54821,7 @@ var openapi_default = {
54803
54821
  },
54804
54822
  {
54805
54823
  properties: {
54824
+ auth_token: { type: "string" },
54806
54825
  client_id: {
54807
54826
  description: "RMS client ID for authentication",
54808
54827
  minLength: 1,