@seamapi/types 1.538.0 → 1.540.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
@@ -29092,10 +29092,10 @@ var openapi_default = {
29092
29092
  parameters: [
29093
29093
  {
29094
29094
  in: "query",
29095
- name: "customer_ids",
29095
+ name: "customer_key",
29096
29096
  schema: {
29097
- items: { format: "uuid", type: "string" },
29098
- type: "array"
29097
+ description: "Customer key for which you want to list access codes.",
29098
+ type: "string"
29099
29099
  }
29100
29100
  },
29101
29101
  {
@@ -29195,9 +29195,9 @@ var openapi_default = {
29195
29195
  items: { format: "uuid", type: "string" },
29196
29196
  type: "array"
29197
29197
  },
29198
- customer_ids: {
29199
- items: { format: "uuid", type: "string" },
29200
- type: "array"
29198
+ customer_key: {
29199
+ description: "Customer key for which you want to list access codes.",
29200
+ type: "string"
29201
29201
  },
29202
29202
  device_id: {
29203
29203
  description: "ID of the device for which you want to list access codes. Specify either `device_id` or `access_code_ids`.",
@@ -52493,7 +52493,8 @@ var openapi_default = {
52493
52493
  security: [
52494
52494
  { pat_with_workspace: [] },
52495
52495
  { console_session_with_workspace: [] },
52496
- { api_key: [] }
52496
+ { api_key: [] },
52497
+ { client_session_with_customer: [] }
52497
52498
  ],
52498
52499
  summary: "/spaces/get",
52499
52500
  tags: [],
@@ -52560,7 +52561,8 @@ var openapi_default = {
52560
52561
  security: [
52561
52562
  { pat_with_workspace: [] },
52562
52563
  { console_session_with_workspace: [] },
52563
- { api_key: [] }
52564
+ { api_key: [] },
52565
+ { client_session_with_customer: [] }
52564
52566
  ],
52565
52567
  summary: "/spaces/get",
52566
52568
  tags: [],