@seamapi/types 1.901.0 → 1.902.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
|
@@ -36042,6 +36042,7 @@ const openapi: OpenAPISpec = {
|
|
|
36042
36042
|
},
|
|
36043
36043
|
security: [
|
|
36044
36044
|
{ client_session: [] },
|
|
36045
|
+
{ client_session_with_customer: [] },
|
|
36045
36046
|
{ pat_with_workspace: [] },
|
|
36046
36047
|
{ console_session_with_workspace: [] },
|
|
36047
36048
|
{ api_key: [] },
|
|
@@ -36114,6 +36115,7 @@ const openapi: OpenAPISpec = {
|
|
|
36114
36115
|
},
|
|
36115
36116
|
security: [
|
|
36116
36117
|
{ client_session: [] },
|
|
36118
|
+
{ client_session_with_customer: [] },
|
|
36117
36119
|
{ pat_with_workspace: [] },
|
|
36118
36120
|
{ console_session_with_workspace: [] },
|
|
36119
36121
|
{ api_key: [] },
|
|
@@ -36178,6 +36180,7 @@ const openapi: OpenAPISpec = {
|
|
|
36178
36180
|
},
|
|
36179
36181
|
security: [
|
|
36180
36182
|
{ client_session: [] },
|
|
36183
|
+
{ client_session_with_customer: [] },
|
|
36181
36184
|
{ pat_with_workspace: [] },
|
|
36182
36185
|
{ console_session_with_workspace: [] },
|
|
36183
36186
|
{ api_key: [] },
|
|
@@ -36240,6 +36243,7 @@ const openapi: OpenAPISpec = {
|
|
|
36240
36243
|
},
|
|
36241
36244
|
security: [
|
|
36242
36245
|
{ client_session: [] },
|
|
36246
|
+
{ client_session_with_customer: [] },
|
|
36243
36247
|
{ pat_with_workspace: [] },
|
|
36244
36248
|
{ console_session_with_workspace: [] },
|
|
36245
36249
|
{ api_key: [] },
|
|
@@ -36312,6 +36316,7 @@ const openapi: OpenAPISpec = {
|
|
|
36312
36316
|
},
|
|
36313
36317
|
security: [
|
|
36314
36318
|
{ client_session: [] },
|
|
36319
|
+
{ client_session_with_customer: [] },
|
|
36315
36320
|
{ pat_with_workspace: [] },
|
|
36316
36321
|
{ console_session_with_workspace: [] },
|
|
36317
36322
|
{ api_key: [] },
|
|
@@ -36379,6 +36384,7 @@ const openapi: OpenAPISpec = {
|
|
|
36379
36384
|
},
|
|
36380
36385
|
security: [
|
|
36381
36386
|
{ client_session: [] },
|
|
36387
|
+
{ client_session_with_customer: [] },
|
|
36382
36388
|
{ pat_with_workspace: [] },
|
|
36383
36389
|
{ console_session_with_workspace: [] },
|
|
36384
36390
|
{ api_key: [] },
|
|
@@ -36638,6 +36644,7 @@ const openapi: OpenAPISpec = {
|
|
|
36638
36644
|
},
|
|
36639
36645
|
security: [
|
|
36640
36646
|
{ client_session: [] },
|
|
36647
|
+
{ client_session_with_customer: [] },
|
|
36641
36648
|
{ pat_with_workspace: [] },
|
|
36642
36649
|
{ console_session_with_workspace: [] },
|
|
36643
36650
|
{ api_key: [] },
|
|
@@ -36705,6 +36712,7 @@ const openapi: OpenAPISpec = {
|
|
|
36705
36712
|
},
|
|
36706
36713
|
security: [
|
|
36707
36714
|
{ client_session: [] },
|
|
36715
|
+
{ client_session_with_customer: [] },
|
|
36708
36716
|
{ pat_with_workspace: [] },
|
|
36709
36717
|
{ console_session_with_workspace: [] },
|
|
36710
36718
|
{ api_key: [] },
|