@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/package.json
CHANGED
|
@@ -31963,11 +31963,6 @@ const openapi: OpenAPISpec = {
|
|
|
31963
31963
|
},
|
|
31964
31964
|
},
|
|
31965
31965
|
securitySchemes: {
|
|
31966
|
-
access_token: {
|
|
31967
|
-
bearerFormat: 'API Token',
|
|
31968
|
-
scheme: 'bearer',
|
|
31969
|
-
type: 'http',
|
|
31970
|
-
},
|
|
31971
31966
|
api_key: { bearerFormat: 'API Key', scheme: 'bearer', type: 'http' },
|
|
31972
31967
|
bridge_client_session: {
|
|
31973
31968
|
bearerFormat: 'Bridge Client Session Token',
|
|
@@ -32726,7 +32721,7 @@ const openapi: OpenAPISpec = {
|
|
|
32726
32721
|
},
|
|
32727
32722
|
security: [
|
|
32728
32723
|
{ api_key: [] },
|
|
32729
|
-
{
|
|
32724
|
+
{ pat_with_workspace: [] },
|
|
32730
32725
|
{ console_session_with_workspace: [] },
|
|
32731
32726
|
{ client_session: [] },
|
|
32732
32727
|
{ client_session_with_customer: [] },
|
|
@@ -32792,7 +32787,7 @@ const openapi: OpenAPISpec = {
|
|
|
32792
32787
|
},
|
|
32793
32788
|
security: [
|
|
32794
32789
|
{ api_key: [] },
|
|
32795
|
-
{
|
|
32790
|
+
{ pat_with_workspace: [] },
|
|
32796
32791
|
{ console_session_with_workspace: [] },
|
|
32797
32792
|
{ client_session: [] },
|
|
32798
32793
|
{ client_session_with_customer: [] },
|
|
@@ -45454,7 +45449,7 @@ const openapi: OpenAPISpec = {
|
|
|
45454
45449
|
},
|
|
45455
45450
|
security: [
|
|
45456
45451
|
{ api_key: [] },
|
|
45457
|
-
{
|
|
45452
|
+
{ pat_with_workspace: [] },
|
|
45458
45453
|
{ console_session_with_workspace: [] },
|
|
45459
45454
|
{ client_session_with_customer: [] },
|
|
45460
45455
|
{ client_session: [] },
|
|
@@ -45509,7 +45504,7 @@ const openapi: OpenAPISpec = {
|
|
|
45509
45504
|
},
|
|
45510
45505
|
security: [
|
|
45511
45506
|
{ api_key: [] },
|
|
45512
|
-
{
|
|
45507
|
+
{ pat_with_workspace: [] },
|
|
45513
45508
|
{ console_session_with_workspace: [] },
|
|
45514
45509
|
{ client_session_with_customer: [] },
|
|
45515
45510
|
{ client_session: [] },
|