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