@seamapi/types 1.630.0 → 1.631.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 +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -0
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -63241,7 +63241,8 @@ var openapi_default = {
|
|
|
63241
63241
|
security: [
|
|
63242
63242
|
{ api_key: [] },
|
|
63243
63243
|
{ pat_with_workspace: [] },
|
|
63244
|
-
{ console_session_with_workspace: [] }
|
|
63244
|
+
{ console_session_with_workspace: [] },
|
|
63245
|
+
{ client_session_with_customer: [] }
|
|
63245
63246
|
],
|
|
63246
63247
|
summary: "/user_identities/get",
|
|
63247
63248
|
tags: ["/user_identities"],
|
|
@@ -63304,7 +63305,8 @@ var openapi_default = {
|
|
|
63304
63305
|
security: [
|
|
63305
63306
|
{ api_key: [] },
|
|
63306
63307
|
{ pat_with_workspace: [] },
|
|
63307
|
-
{ console_session_with_workspace: [] }
|
|
63308
|
+
{ console_session_with_workspace: [] },
|
|
63309
|
+
{ client_session_with_customer: [] }
|
|
63308
63310
|
],
|
|
63309
63311
|
summary: "/user_identities/get",
|
|
63310
63312
|
tags: ["/user_identities"],
|