@seamapi/types 1.573.0 → 1.575.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 +14 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +27 -1
- package/dist/index.cjs +14 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -0
- package/lib/seam/connect/openapi.js +12 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +14 -2
- package/src/lib/seam/connect/route-types.ts +3 -1
|
@@ -43209,14 +43209,22 @@ declare const _default: {
|
|
|
43209
43209
|
pat_with_workspace: never[];
|
|
43210
43210
|
console_session_with_workspace?: never;
|
|
43211
43211
|
api_key?: never;
|
|
43212
|
+
client_session_with_customer?: never;
|
|
43212
43213
|
} | {
|
|
43213
43214
|
console_session_with_workspace: never[];
|
|
43214
43215
|
pat_with_workspace?: never;
|
|
43215
43216
|
api_key?: never;
|
|
43217
|
+
client_session_with_customer?: never;
|
|
43216
43218
|
} | {
|
|
43217
43219
|
api_key: never[];
|
|
43218
43220
|
pat_with_workspace?: never;
|
|
43219
43221
|
console_session_with_workspace?: never;
|
|
43222
|
+
client_session_with_customer?: never;
|
|
43223
|
+
} | {
|
|
43224
|
+
client_session_with_customer: never[];
|
|
43225
|
+
pat_with_workspace?: never;
|
|
43226
|
+
console_session_with_workspace?: never;
|
|
43227
|
+
api_key?: never;
|
|
43220
43228
|
})[];
|
|
43221
43229
|
summary: string;
|
|
43222
43230
|
tags: never[];
|
|
@@ -43340,14 +43348,22 @@ declare const _default: {
|
|
|
43340
43348
|
pat_with_workspace: never[];
|
|
43341
43349
|
console_session_with_workspace?: never;
|
|
43342
43350
|
api_key?: never;
|
|
43351
|
+
client_session_with_customer?: never;
|
|
43343
43352
|
} | {
|
|
43344
43353
|
console_session_with_workspace: never[];
|
|
43345
43354
|
pat_with_workspace?: never;
|
|
43346
43355
|
api_key?: never;
|
|
43356
|
+
client_session_with_customer?: never;
|
|
43347
43357
|
} | {
|
|
43348
43358
|
api_key: never[];
|
|
43349
43359
|
pat_with_workspace?: never;
|
|
43350
43360
|
console_session_with_workspace?: never;
|
|
43361
|
+
client_session_with_customer?: never;
|
|
43362
|
+
} | {
|
|
43363
|
+
client_session_with_customer: never[];
|
|
43364
|
+
pat_with_workspace?: never;
|
|
43365
|
+
console_session_with_workspace?: never;
|
|
43366
|
+
api_key?: never;
|
|
43351
43367
|
})[];
|
|
43352
43368
|
summary: string;
|
|
43353
43369
|
tags: never[];
|
|
@@ -48280,6 +48296,10 @@ declare const _default: {
|
|
|
48280
48296
|
format: string;
|
|
48281
48297
|
type: string;
|
|
48282
48298
|
};
|
|
48299
|
+
user_identity_key: {
|
|
48300
|
+
description: string;
|
|
48301
|
+
type: string;
|
|
48302
|
+
};
|
|
48283
48303
|
};
|
|
48284
48304
|
required: string[];
|
|
48285
48305
|
type: string;
|
|
@@ -48349,6 +48369,10 @@ declare const _default: {
|
|
|
48349
48369
|
format: string;
|
|
48350
48370
|
type: string;
|
|
48351
48371
|
};
|
|
48372
|
+
user_identity_key: {
|
|
48373
|
+
description: string;
|
|
48374
|
+
type: string;
|
|
48375
|
+
};
|
|
48352
48376
|
};
|
|
48353
48377
|
required: string[];
|
|
48354
48378
|
type: string;
|
|
@@ -48148,6 +48148,7 @@ export default {
|
|
|
48148
48148
|
{ pat_with_workspace: [] },
|
|
48149
48149
|
{ console_session_with_workspace: [] },
|
|
48150
48150
|
{ api_key: [] },
|
|
48151
|
+
{ client_session_with_customer: [] },
|
|
48151
48152
|
],
|
|
48152
48153
|
summary: '/spaces/get_related',
|
|
48153
48154
|
tags: [],
|
|
@@ -48261,6 +48262,7 @@ export default {
|
|
|
48261
48262
|
{ pat_with_workspace: [] },
|
|
48262
48263
|
{ console_session_with_workspace: [] },
|
|
48263
48264
|
{ api_key: [] },
|
|
48265
|
+
{ client_session_with_customer: [] },
|
|
48264
48266
|
],
|
|
48265
48267
|
summary: '/spaces/get_related',
|
|
48266
48268
|
tags: [],
|
|
@@ -52258,8 +52260,12 @@ export default {
|
|
|
52258
52260
|
format: 'uuid',
|
|
52259
52261
|
type: 'string',
|
|
52260
52262
|
},
|
|
52263
|
+
user_identity_key: {
|
|
52264
|
+
description: 'Key of the user identity to which you want to add an access system user.',
|
|
52265
|
+
type: 'string',
|
|
52266
|
+
},
|
|
52261
52267
|
},
|
|
52262
|
-
required: ['
|
|
52268
|
+
required: ['acs_user_id'],
|
|
52263
52269
|
type: 'object',
|
|
52264
52270
|
},
|
|
52265
52271
|
},
|
|
@@ -52311,8 +52317,12 @@ export default {
|
|
|
52311
52317
|
format: 'uuid',
|
|
52312
52318
|
type: 'string',
|
|
52313
52319
|
},
|
|
52320
|
+
user_identity_key: {
|
|
52321
|
+
description: 'Key of the user identity to which you want to add an access system user.',
|
|
52322
|
+
type: 'string',
|
|
52323
|
+
},
|
|
52314
52324
|
},
|
|
52315
|
-
required: ['
|
|
52325
|
+
required: ['acs_user_id'],
|
|
52316
52326
|
type: 'object',
|
|
52317
52327
|
},
|
|
52318
52328
|
},
|