@seamapi/types 1.568.0 → 1.569.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 +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -0
- package/dist/index.cjs +2 -0
- 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
|
@@ -53850,6 +53850,7 @@ var openapi_default = {
|
|
|
53850
53850
|
401: { description: "Unauthorized" }
|
|
53851
53851
|
},
|
|
53852
53852
|
security: [
|
|
53853
|
+
{ client_session_with_customer: [] },
|
|
53853
53854
|
{ pat_with_workspace: [] },
|
|
53854
53855
|
{ console_session_with_workspace: [] },
|
|
53855
53856
|
{ api_key: [] }
|
|
@@ -53963,6 +53964,7 @@ var openapi_default = {
|
|
|
53963
53964
|
401: { description: "Unauthorized" }
|
|
53964
53965
|
},
|
|
53965
53966
|
security: [
|
|
53967
|
+
{ client_session_with_customer: [] },
|
|
53966
53968
|
{ pat_with_workspace: [] },
|
|
53967
53969
|
{ console_session_with_workspace: [] },
|
|
53968
53970
|
{ api_key: [] }
|