@seamapi/types 1.629.0 → 1.631.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 +5 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +22 -2
- package/dist/index.cjs +5 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +22 -2
- package/lib/seam/connect/openapi.js +3 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +3 -1
package/dist/connect.d.cts
CHANGED
|
@@ -95694,9 +95694,13 @@ declare const _default: {
|
|
|
95694
95694
|
description: string;
|
|
95695
95695
|
};
|
|
95696
95696
|
};
|
|
95697
|
-
security: {
|
|
95697
|
+
security: ({
|
|
95698
95698
|
api_key: never[];
|
|
95699
|
-
|
|
95699
|
+
console_session_with_workspace?: never;
|
|
95700
|
+
} | {
|
|
95701
|
+
console_session_with_workspace: never[];
|
|
95702
|
+
api_key?: never;
|
|
95703
|
+
})[];
|
|
95700
95704
|
summary: string;
|
|
95701
95705
|
tags: never[];
|
|
95702
95706
|
'x-fern-sdk-group-name': string[];
|
|
@@ -106166,14 +106170,22 @@ declare const _default: {
|
|
|
106166
106170
|
api_key: never[];
|
|
106167
106171
|
pat_with_workspace?: never;
|
|
106168
106172
|
console_session_with_workspace?: never;
|
|
106173
|
+
client_session_with_customer?: never;
|
|
106169
106174
|
} | {
|
|
106170
106175
|
pat_with_workspace: never[];
|
|
106171
106176
|
api_key?: never;
|
|
106172
106177
|
console_session_with_workspace?: never;
|
|
106178
|
+
client_session_with_customer?: never;
|
|
106173
106179
|
} | {
|
|
106174
106180
|
console_session_with_workspace: never[];
|
|
106175
106181
|
api_key?: never;
|
|
106176
106182
|
pat_with_workspace?: never;
|
|
106183
|
+
client_session_with_customer?: never;
|
|
106184
|
+
} | {
|
|
106185
|
+
client_session_with_customer: never[];
|
|
106186
|
+
api_key?: never;
|
|
106187
|
+
pat_with_workspace?: never;
|
|
106188
|
+
console_session_with_workspace?: never;
|
|
106177
106189
|
})[];
|
|
106178
106190
|
summary: string;
|
|
106179
106191
|
tags: string[];
|
|
@@ -106246,14 +106258,22 @@ declare const _default: {
|
|
|
106246
106258
|
api_key: never[];
|
|
106247
106259
|
pat_with_workspace?: never;
|
|
106248
106260
|
console_session_with_workspace?: never;
|
|
106261
|
+
client_session_with_customer?: never;
|
|
106249
106262
|
} | {
|
|
106250
106263
|
pat_with_workspace: never[];
|
|
106251
106264
|
api_key?: never;
|
|
106252
106265
|
console_session_with_workspace?: never;
|
|
106266
|
+
client_session_with_customer?: never;
|
|
106253
106267
|
} | {
|
|
106254
106268
|
console_session_with_workspace: never[];
|
|
106255
106269
|
api_key?: never;
|
|
106256
106270
|
pat_with_workspace?: never;
|
|
106271
|
+
client_session_with_customer?: never;
|
|
106272
|
+
} | {
|
|
106273
|
+
client_session_with_customer: never[];
|
|
106274
|
+
api_key?: never;
|
|
106275
|
+
pat_with_workspace?: never;
|
|
106276
|
+
console_session_with_workspace?: never;
|
|
106257
106277
|
})[];
|
|
106258
106278
|
summary: string;
|
|
106259
106279
|
tags: string[];
|
package/dist/index.cjs
CHANGED
|
@@ -54490,7 +54490,7 @@ var openapi_default = {
|
|
|
54490
54490
|
400: { description: "Bad Request" },
|
|
54491
54491
|
401: { description: "Unauthorized" }
|
|
54492
54492
|
},
|
|
54493
|
-
security: [{ api_key: [] }],
|
|
54493
|
+
security: [{ api_key: [] }, { console_session_with_workspace: [] }],
|
|
54494
54494
|
summary: "/seam/customer/v1/connectors/sync",
|
|
54495
54495
|
tags: [],
|
|
54496
54496
|
"x-fern-sdk-group-name": ["seam", "customer", "v1", "connectors"],
|
|
@@ -63241,7 +63241,8 @@ var openapi_default = {
|
|
|
63241
63241
|
security: [
|
|
63242
63242
|
{ api_key: [] },
|
|
63243
63243
|
{ pat_with_workspace: [] },
|
|
63244
|
-
{ console_session_with_workspace: [] }
|
|
63244
|
+
{ console_session_with_workspace: [] },
|
|
63245
|
+
{ client_session_with_customer: [] }
|
|
63245
63246
|
],
|
|
63246
63247
|
summary: "/user_identities/get",
|
|
63247
63248
|
tags: ["/user_identities"],
|
|
@@ -63304,7 +63305,8 @@ var openapi_default = {
|
|
|
63304
63305
|
security: [
|
|
63305
63306
|
{ api_key: [] },
|
|
63306
63307
|
{ pat_with_workspace: [] },
|
|
63307
|
-
{ console_session_with_workspace: [] }
|
|
63308
|
+
{ console_session_with_workspace: [] },
|
|
63309
|
+
{ client_session_with_customer: [] }
|
|
63308
63310
|
],
|
|
63309
63311
|
summary: "/user_identities/get",
|
|
63310
63312
|
tags: ["/user_identities"],
|