@seamapi/types 1.581.0 → 1.582.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 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +40 -0
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +40 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -0
package/dist/connect.cjs
CHANGED
|
@@ -29000,6 +29000,7 @@ var openapi_default = {
|
|
|
29000
29000
|
},
|
|
29001
29001
|
security: [
|
|
29002
29002
|
{ client_session: [] },
|
|
29003
|
+
{ client_session_with_customer: [] },
|
|
29003
29004
|
{ pat_with_workspace: [] },
|
|
29004
29005
|
{ console_session_with_workspace: [] },
|
|
29005
29006
|
{ api_key: [] }
|
|
@@ -29125,6 +29126,7 @@ var openapi_default = {
|
|
|
29125
29126
|
},
|
|
29126
29127
|
security: [
|
|
29127
29128
|
{ client_session: [] },
|
|
29129
|
+
{ client_session_with_customer: [] },
|
|
29128
29130
|
{ pat_with_workspace: [] },
|
|
29129
29131
|
{ console_session_with_workspace: [] },
|
|
29130
29132
|
{ api_key: [] }
|
|
@@ -31029,6 +31031,7 @@ var openapi_default = {
|
|
|
31029
31031
|
},
|
|
31030
31032
|
security: [
|
|
31031
31033
|
{ client_session: [] },
|
|
31034
|
+
{ client_session_with_customer: [] },
|
|
31032
31035
|
{ pat_with_workspace: [] },
|
|
31033
31036
|
{ console_session_with_workspace: [] },
|
|
31034
31037
|
{ api_key: [] }
|
|
@@ -31089,6 +31092,7 @@ var openapi_default = {
|
|
|
31089
31092
|
},
|
|
31090
31093
|
security: [
|
|
31091
31094
|
{ client_session: [] },
|
|
31095
|
+
{ client_session_with_customer: [] },
|
|
31092
31096
|
{ pat_with_workspace: [] },
|
|
31093
31097
|
{ console_session_with_workspace: [] },
|
|
31094
31098
|
{ api_key: [] }
|