@seamapi/types 1.794.0 → 1.795.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
|
@@ -79678,7 +79678,6 @@ var openapi_default = {
|
|
|
79678
79678
|
401: { description: "Unauthorized" }
|
|
79679
79679
|
},
|
|
79680
79680
|
security: [
|
|
79681
|
-
{ client_session: [] },
|
|
79682
79681
|
{ api_key: [] },
|
|
79683
79682
|
{ pat_with_workspace: [] },
|
|
79684
79683
|
{ console_session_with_workspace: [] }
|
|
@@ -79740,7 +79739,6 @@ var openapi_default = {
|
|
|
79740
79739
|
401: { description: "Unauthorized" }
|
|
79741
79740
|
},
|
|
79742
79741
|
security: [
|
|
79743
|
-
{ client_session: [] },
|
|
79744
79742
|
{ api_key: [] },
|
|
79745
79743
|
{ pat_with_workspace: [] },
|
|
79746
79744
|
{ console_session_with_workspace: [] }
|