@seamapi/types 1.626.0 → 1.627.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
package/dist/connect.d.cts
CHANGED
|
@@ -73119,14 +73119,22 @@ declare const _default: {
|
|
|
73119
73119
|
pat_with_workspace: never[];
|
|
73120
73120
|
console_session_with_workspace?: never;
|
|
73121
73121
|
api_key?: never;
|
|
73122
|
+
client_session_with_customer?: never;
|
|
73122
73123
|
} | {
|
|
73123
73124
|
console_session_with_workspace: never[];
|
|
73124
73125
|
pat_with_workspace?: never;
|
|
73125
73126
|
api_key?: never;
|
|
73127
|
+
client_session_with_customer?: never;
|
|
73126
73128
|
} | {
|
|
73127
73129
|
api_key: never[];
|
|
73128
73130
|
pat_with_workspace?: never;
|
|
73129
73131
|
console_session_with_workspace?: never;
|
|
73132
|
+
client_session_with_customer?: never;
|
|
73133
|
+
} | {
|
|
73134
|
+
client_session_with_customer: never[];
|
|
73135
|
+
pat_with_workspace?: never;
|
|
73136
|
+
console_session_with_workspace?: never;
|
|
73137
|
+
api_key?: never;
|
|
73130
73138
|
})[];
|
|
73131
73139
|
summary: string;
|
|
73132
73140
|
tags: never[];
|
|
@@ -73206,14 +73214,22 @@ declare const _default: {
|
|
|
73206
73214
|
pat_with_workspace: never[];
|
|
73207
73215
|
console_session_with_workspace?: never;
|
|
73208
73216
|
api_key?: never;
|
|
73217
|
+
client_session_with_customer?: never;
|
|
73209
73218
|
} | {
|
|
73210
73219
|
console_session_with_workspace: never[];
|
|
73211
73220
|
pat_with_workspace?: never;
|
|
73212
73221
|
api_key?: never;
|
|
73222
|
+
client_session_with_customer?: never;
|
|
73213
73223
|
} | {
|
|
73214
73224
|
api_key: never[];
|
|
73215
73225
|
pat_with_workspace?: never;
|
|
73216
73226
|
console_session_with_workspace?: never;
|
|
73227
|
+
client_session_with_customer?: never;
|
|
73228
|
+
} | {
|
|
73229
|
+
client_session_with_customer: never[];
|
|
73230
|
+
pat_with_workspace?: never;
|
|
73231
|
+
console_session_with_workspace?: never;
|
|
73232
|
+
api_key?: never;
|
|
73217
73233
|
})[];
|
|
73218
73234
|
summary: string;
|
|
73219
73235
|
tags: never[];
|
package/dist/index.cjs
CHANGED
|
@@ -34429,7 +34429,8 @@ var openapi_default = {
|
|
|
34429
34429
|
security: [
|
|
34430
34430
|
{ pat_with_workspace: [] },
|
|
34431
34431
|
{ console_session_with_workspace: [] },
|
|
34432
|
-
{ api_key: [] }
|
|
34432
|
+
{ api_key: [] },
|
|
34433
|
+
{ client_session_with_customer: [] }
|
|
34433
34434
|
],
|
|
34434
34435
|
summary: "/access_methods/list",
|
|
34435
34436
|
tags: [],
|
|
@@ -34500,7 +34501,8 @@ var openapi_default = {
|
|
|
34500
34501
|
security: [
|
|
34501
34502
|
{ pat_with_workspace: [] },
|
|
34502
34503
|
{ console_session_with_workspace: [] },
|
|
34503
|
-
{ api_key: [] }
|
|
34504
|
+
{ api_key: [] },
|
|
34505
|
+
{ client_session_with_customer: [] }
|
|
34504
34506
|
],
|
|
34505
34507
|
summary: "/access_methods/list",
|
|
34506
34508
|
tags: [],
|