@seamapi/types 1.625.0 → 1.627.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
@@ -34429,7 +34429,8 @@ var openapi_default = {
34429
34429
  security: [
34430
34430
  { pat_with_workspace: [] },
34431
34431
  { console_session_with_workspace: [] },
34432
- { api_key: [] }
34432
+ { api_key: [] },
34433
+ { client_session_with_customer: [] }
34433
34434
  ],
34434
34435
  summary: "/access_methods/list",
34435
34436
  tags: [],
@@ -34500,7 +34501,8 @@ var openapi_default = {
34500
34501
  security: [
34501
34502
  { pat_with_workspace: [] },
34502
34503
  { console_session_with_workspace: [] },
34503
- { api_key: [] }
34504
+ { api_key: [] },
34505
+ { client_session_with_customer: [] }
34504
34506
  ],
34505
34507
  summary: "/access_methods/list",
34506
34508
  tags: [],
@@ -54452,7 +54454,8 @@ var openapi_default = {
54452
54454
  "x-fern-sdk-method-name": "sync",
54453
54455
  "x-fern-sdk-return-value": "connector_sync",
54454
54456
  "x-response-key": "connector_sync",
54455
- "x-title": "Sync Connector Data"
54457
+ "x-title": "Sync Connector Data",
54458
+ "x-undocumented": "Only used internally."
54456
54459
  }
54457
54460
  },
54458
54461
  "/seam/customer/v1/events/list": {
@@ -56353,7 +56356,8 @@ var openapi_default = {
56353
56356
  "x-fern-sdk-method-name": "create",
56354
56357
  "x-fern-sdk-return-value": "space",
56355
56358
  "x-response-key": "space",
56356
- "x-title": "Create a Space"
56359
+ "x-title": "Create a Space",
56360
+ "x-undocumented": "Only used internally."
56357
56361
  }
56358
56362
  },
56359
56363
  "/seam/customer/v1/spaces/list": {
@@ -56420,7 +56424,8 @@ var openapi_default = {
56420
56424
  "x-fern-sdk-method-name": "list",
56421
56425
  "x-fern-sdk-return-value": "spaces",
56422
56426
  "x-response-key": "spaces",
56423
- "x-title": "List Spaces"
56427
+ "x-title": "List Spaces",
56428
+ "x-undocumented": "Only used internally."
56424
56429
  },
56425
56430
  post: {
56426
56431
  description: "Returns a list of all spaces.",
@@ -56482,7 +56487,8 @@ var openapi_default = {
56482
56487
  "x-fern-sdk-method-name": "list",
56483
56488
  "x-fern-sdk-return-value": "spaces",
56484
56489
  "x-response-key": "spaces",
56485
- "x-title": "List Spaces"
56490
+ "x-title": "List Spaces",
56491
+ "x-undocumented": "Only used internally."
56486
56492
  }
56487
56493
  },
56488
56494
  "/seam/customer/v1/staff_members/get": {