@seamapi/types 1.763.0 → 1.764.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 +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -0
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
|
@@ -27922,14 +27922,22 @@ declare const _default: {
|
|
|
27922
27922
|
pat_with_workspace: never[];
|
|
27923
27923
|
console_session_with_workspace?: never;
|
|
27924
27924
|
api_key?: never;
|
|
27925
|
+
client_session_with_customer?: never;
|
|
27925
27926
|
} | {
|
|
27926
27927
|
console_session_with_workspace: never[];
|
|
27927
27928
|
pat_with_workspace?: never;
|
|
27928
27929
|
api_key?: never;
|
|
27930
|
+
client_session_with_customer?: never;
|
|
27929
27931
|
} | {
|
|
27930
27932
|
api_key: never[];
|
|
27931
27933
|
pat_with_workspace?: never;
|
|
27932
27934
|
console_session_with_workspace?: never;
|
|
27935
|
+
client_session_with_customer?: never;
|
|
27936
|
+
} | {
|
|
27937
|
+
client_session_with_customer: never[];
|
|
27938
|
+
pat_with_workspace?: never;
|
|
27939
|
+
console_session_with_workspace?: never;
|
|
27940
|
+
api_key?: never;
|
|
27933
27941
|
})[];
|
|
27934
27942
|
summary: string;
|
|
27935
27943
|
tags: never[];
|
|
@@ -28243,14 +28251,22 @@ declare const _default: {
|
|
|
28243
28251
|
pat_with_workspace: never[];
|
|
28244
28252
|
console_session_with_workspace?: never;
|
|
28245
28253
|
api_key?: never;
|
|
28254
|
+
client_session_with_customer?: never;
|
|
28246
28255
|
} | {
|
|
28247
28256
|
console_session_with_workspace: never[];
|
|
28248
28257
|
pat_with_workspace?: never;
|
|
28249
28258
|
api_key?: never;
|
|
28259
|
+
client_session_with_customer?: never;
|
|
28250
28260
|
} | {
|
|
28251
28261
|
api_key: never[];
|
|
28252
28262
|
pat_with_workspace?: never;
|
|
28253
28263
|
console_session_with_workspace?: never;
|
|
28264
|
+
client_session_with_customer?: never;
|
|
28265
|
+
} | {
|
|
28266
|
+
client_session_with_customer: never[];
|
|
28267
|
+
pat_with_workspace?: never;
|
|
28268
|
+
console_session_with_workspace?: never;
|
|
28269
|
+
api_key?: never;
|
|
28254
28270
|
})[];
|
|
28255
28271
|
summary: string;
|
|
28256
28272
|
tags: never[];
|
|
@@ -35846,6 +35846,7 @@ export default {
|
|
|
35846
35846
|
{ pat_with_workspace: [] },
|
|
35847
35847
|
{ console_session_with_workspace: [] },
|
|
35848
35848
|
{ api_key: [] },
|
|
35849
|
+
{ client_session_with_customer: [] },
|
|
35849
35850
|
],
|
|
35850
35851
|
summary: '/access_methods/unmanaged/list',
|
|
35851
35852
|
tags: [],
|
|
@@ -36260,6 +36261,7 @@ export default {
|
|
|
36260
36261
|
{ pat_with_workspace: [] },
|
|
36261
36262
|
{ console_session_with_workspace: [] },
|
|
36262
36263
|
{ api_key: [] },
|
|
36264
|
+
{ client_session_with_customer: [] },
|
|
36263
36265
|
],
|
|
36264
36266
|
summary: '/access_methods/unmanaged/list',
|
|
36265
36267
|
tags: [],
|