@seamapi/types 1.840.0 → 1.841.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/index.cjs
CHANGED
|
@@ -35550,11 +35550,6 @@ var openapi = {
|
|
|
35550
35550
|
}
|
|
35551
35551
|
},
|
|
35552
35552
|
securitySchemes: {
|
|
35553
|
-
access_token: {
|
|
35554
|
-
bearerFormat: "API Token",
|
|
35555
|
-
scheme: "bearer",
|
|
35556
|
-
type: "http"
|
|
35557
|
-
},
|
|
35558
35553
|
api_key: { bearerFormat: "API Key", scheme: "bearer", type: "http" },
|
|
35559
35554
|
bridge_client_session: {
|
|
35560
35555
|
bearerFormat: "Bridge Client Session Token",
|
|
@@ -36264,7 +36259,7 @@ var openapi = {
|
|
|
36264
36259
|
},
|
|
36265
36260
|
security: [
|
|
36266
36261
|
{ api_key: [] },
|
|
36267
|
-
{
|
|
36262
|
+
{ pat_with_workspace: [] },
|
|
36268
36263
|
{ console_session_with_workspace: [] },
|
|
36269
36264
|
{ client_session: [] },
|
|
36270
36265
|
{ client_session_with_customer: [] }
|
|
@@ -36326,7 +36321,7 @@ var openapi = {
|
|
|
36326
36321
|
},
|
|
36327
36322
|
security: [
|
|
36328
36323
|
{ api_key: [] },
|
|
36329
|
-
{
|
|
36324
|
+
{ pat_with_workspace: [] },
|
|
36330
36325
|
{ console_session_with_workspace: [] },
|
|
36331
36326
|
{ client_session: [] },
|
|
36332
36327
|
{ client_session_with_customer: [] }
|
|
@@ -48021,7 +48016,7 @@ var openapi = {
|
|
|
48021
48016
|
},
|
|
48022
48017
|
security: [
|
|
48023
48018
|
{ api_key: [] },
|
|
48024
|
-
{
|
|
48019
|
+
{ pat_with_workspace: [] },
|
|
48025
48020
|
{ console_session_with_workspace: [] },
|
|
48026
48021
|
{ client_session_with_customer: [] },
|
|
48027
48022
|
{ client_session: [] }
|
|
@@ -48075,7 +48070,7 @@ var openapi = {
|
|
|
48075
48070
|
},
|
|
48076
48071
|
security: [
|
|
48077
48072
|
{ api_key: [] },
|
|
48078
|
-
{
|
|
48073
|
+
{ pat_with_workspace: [] },
|
|
48079
48074
|
{ console_session_with_workspace: [] },
|
|
48080
48075
|
{ client_session_with_customer: [] },
|
|
48081
48076
|
{ client_session: [] }
|