@seamapi/types 1.825.0 → 1.826.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/index.cjs CHANGED
@@ -73039,7 +73039,10 @@ var openapi = {
73039
73039
  400: { description: "Bad Request" },
73040
73040
  401: { description: "Unauthorized" }
73041
73041
  },
73042
- security: [{ client_session_with_customer: [] }],
73042
+ security: [
73043
+ { client_session_with_customer: [] },
73044
+ { console_session_with_workspace: [] }
73045
+ ],
73043
73046
  summary: "/seam/customer/v1/spaces/create",
73044
73047
  tags: [],
73045
73048
  "x-draft": "Early access.",
@@ -73107,7 +73110,10 @@ var openapi = {
73107
73110
  400: { description: "Bad Request" },
73108
73111
  401: { description: "Unauthorized" }
73109
73112
  },
73110
- security: [{ client_session_with_customer: [] }],
73113
+ security: [
73114
+ { client_session_with_customer: [] },
73115
+ { console_session_with_workspace: [] }
73116
+ ],
73111
73117
  summary: "/seam/customer/v1/spaces/list",
73112
73118
  tags: [],
73113
73119
  "x-draft": "Early access.",
@@ -73170,7 +73176,10 @@ var openapi = {
73170
73176
  400: { description: "Bad Request" },
73171
73177
  401: { description: "Unauthorized" }
73172
73178
  },
73173
- security: [{ client_session_with_customer: [] }],
73179
+ security: [
73180
+ { client_session_with_customer: [] },
73181
+ { console_session_with_workspace: [] }
73182
+ ],
73174
73183
  summary: "/seam/customer/v1/spaces/list",
73175
73184
  tags: [],
73176
73185
  "x-draft": "Early access.",