@seamapi/types 1.464.5 → 1.465.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 +93 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +135 -0
- package/dist/index.cjs +93 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +123 -0
- package/lib/seam/connect/openapi.js +93 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +96 -0
- package/src/lib/seam/connect/route-types.ts +12 -0
|
@@ -32844,6 +32844,129 @@ declare const _default: {
|
|
|
32844
32844
|
'x-title': string;
|
|
32845
32845
|
};
|
|
32846
32846
|
};
|
|
32847
|
+
'/instant_keys/delete': {
|
|
32848
|
+
delete: {
|
|
32849
|
+
description: string;
|
|
32850
|
+
operationId: string;
|
|
32851
|
+
parameters: {
|
|
32852
|
+
in: string;
|
|
32853
|
+
name: string;
|
|
32854
|
+
required: boolean;
|
|
32855
|
+
schema: {
|
|
32856
|
+
description: string;
|
|
32857
|
+
format: string;
|
|
32858
|
+
type: string;
|
|
32859
|
+
};
|
|
32860
|
+
}[];
|
|
32861
|
+
responses: {
|
|
32862
|
+
200: {
|
|
32863
|
+
content: {
|
|
32864
|
+
'application/json': {
|
|
32865
|
+
schema: {
|
|
32866
|
+
properties: {
|
|
32867
|
+
ok: {
|
|
32868
|
+
type: string;
|
|
32869
|
+
};
|
|
32870
|
+
};
|
|
32871
|
+
required: string[];
|
|
32872
|
+
type: string;
|
|
32873
|
+
};
|
|
32874
|
+
};
|
|
32875
|
+
};
|
|
32876
|
+
description: string;
|
|
32877
|
+
};
|
|
32878
|
+
400: {
|
|
32879
|
+
description: string;
|
|
32880
|
+
};
|
|
32881
|
+
401: {
|
|
32882
|
+
description: string;
|
|
32883
|
+
};
|
|
32884
|
+
};
|
|
32885
|
+
security: ({
|
|
32886
|
+
api_key: never[];
|
|
32887
|
+
pat_with_workspace?: never;
|
|
32888
|
+
console_session_with_workspace?: never;
|
|
32889
|
+
} | {
|
|
32890
|
+
pat_with_workspace: never[];
|
|
32891
|
+
api_key?: never;
|
|
32892
|
+
console_session_with_workspace?: never;
|
|
32893
|
+
} | {
|
|
32894
|
+
console_session_with_workspace: never[];
|
|
32895
|
+
api_key?: never;
|
|
32896
|
+
pat_with_workspace?: never;
|
|
32897
|
+
})[];
|
|
32898
|
+
summary: string;
|
|
32899
|
+
tags: never[];
|
|
32900
|
+
'x-fern-sdk-group-name': string[];
|
|
32901
|
+
'x-fern-sdk-method-name': string;
|
|
32902
|
+
'x-response-key': null;
|
|
32903
|
+
'x-title': string;
|
|
32904
|
+
};
|
|
32905
|
+
post: {
|
|
32906
|
+
description: string;
|
|
32907
|
+
operationId: string;
|
|
32908
|
+
requestBody: {
|
|
32909
|
+
content: {
|
|
32910
|
+
'application/json': {
|
|
32911
|
+
schema: {
|
|
32912
|
+
properties: {
|
|
32913
|
+
instant_key_id: {
|
|
32914
|
+
description: string;
|
|
32915
|
+
format: string;
|
|
32916
|
+
type: string;
|
|
32917
|
+
};
|
|
32918
|
+
};
|
|
32919
|
+
required: string[];
|
|
32920
|
+
type: string;
|
|
32921
|
+
};
|
|
32922
|
+
};
|
|
32923
|
+
};
|
|
32924
|
+
};
|
|
32925
|
+
responses: {
|
|
32926
|
+
200: {
|
|
32927
|
+
content: {
|
|
32928
|
+
'application/json': {
|
|
32929
|
+
schema: {
|
|
32930
|
+
properties: {
|
|
32931
|
+
ok: {
|
|
32932
|
+
type: string;
|
|
32933
|
+
};
|
|
32934
|
+
};
|
|
32935
|
+
required: string[];
|
|
32936
|
+
type: string;
|
|
32937
|
+
};
|
|
32938
|
+
};
|
|
32939
|
+
};
|
|
32940
|
+
description: string;
|
|
32941
|
+
};
|
|
32942
|
+
400: {
|
|
32943
|
+
description: string;
|
|
32944
|
+
};
|
|
32945
|
+
401: {
|
|
32946
|
+
description: string;
|
|
32947
|
+
};
|
|
32948
|
+
};
|
|
32949
|
+
security: ({
|
|
32950
|
+
api_key: never[];
|
|
32951
|
+
pat_with_workspace?: never;
|
|
32952
|
+
console_session_with_workspace?: never;
|
|
32953
|
+
} | {
|
|
32954
|
+
pat_with_workspace: never[];
|
|
32955
|
+
api_key?: never;
|
|
32956
|
+
console_session_with_workspace?: never;
|
|
32957
|
+
} | {
|
|
32958
|
+
console_session_with_workspace: never[];
|
|
32959
|
+
api_key?: never;
|
|
32960
|
+
pat_with_workspace?: never;
|
|
32961
|
+
})[];
|
|
32962
|
+
summary: string;
|
|
32963
|
+
tags: never[];
|
|
32964
|
+
'x-fern-sdk-group-name': string[];
|
|
32965
|
+
'x-fern-sdk-method-name': string;
|
|
32966
|
+
'x-response-key': null;
|
|
32967
|
+
'x-title': string;
|
|
32968
|
+
};
|
|
32969
|
+
};
|
|
32847
32970
|
'/instant_keys/get': {
|
|
32848
32971
|
get: {
|
|
32849
32972
|
description: string;
|
|
@@ -39236,6 +39236,99 @@ export default {
|
|
|
39236
39236
|
'x-title': 'List Events',
|
|
39237
39237
|
},
|
|
39238
39238
|
},
|
|
39239
|
+
'/instant_keys/delete': {
|
|
39240
|
+
delete: {
|
|
39241
|
+
description: 'Deletes a specified [Instant Key](https://docs.seam.co/latest/capability-guides/instant-keys).',
|
|
39242
|
+
operationId: 'instantKeysDeleteDelete',
|
|
39243
|
+
parameters: [
|
|
39244
|
+
{
|
|
39245
|
+
in: 'query',
|
|
39246
|
+
name: 'instant_key_id',
|
|
39247
|
+
required: true,
|
|
39248
|
+
schema: {
|
|
39249
|
+
description: 'ID of the Instant Key that you want to delete.',
|
|
39250
|
+
format: 'uuid',
|
|
39251
|
+
type: 'string',
|
|
39252
|
+
},
|
|
39253
|
+
},
|
|
39254
|
+
],
|
|
39255
|
+
responses: {
|
|
39256
|
+
200: {
|
|
39257
|
+
content: {
|
|
39258
|
+
'application/json': {
|
|
39259
|
+
schema: {
|
|
39260
|
+
properties: { ok: { type: 'boolean' } },
|
|
39261
|
+
required: ['ok'],
|
|
39262
|
+
type: 'object',
|
|
39263
|
+
},
|
|
39264
|
+
},
|
|
39265
|
+
},
|
|
39266
|
+
description: 'OK',
|
|
39267
|
+
},
|
|
39268
|
+
400: { description: 'Bad Request' },
|
|
39269
|
+
401: { description: 'Unauthorized' },
|
|
39270
|
+
},
|
|
39271
|
+
security: [
|
|
39272
|
+
{ api_key: [] },
|
|
39273
|
+
{ pat_with_workspace: [] },
|
|
39274
|
+
{ console_session_with_workspace: [] },
|
|
39275
|
+
],
|
|
39276
|
+
summary: '/instant_keys/delete',
|
|
39277
|
+
tags: [],
|
|
39278
|
+
'x-fern-sdk-group-name': ['instant_keys'],
|
|
39279
|
+
'x-fern-sdk-method-name': 'delete',
|
|
39280
|
+
'x-response-key': null,
|
|
39281
|
+
'x-title': 'Delete an Instant Key',
|
|
39282
|
+
},
|
|
39283
|
+
post: {
|
|
39284
|
+
description: 'Deletes a specified [Instant Key](https://docs.seam.co/latest/capability-guides/instant-keys).',
|
|
39285
|
+
operationId: 'instantKeysDeletePost',
|
|
39286
|
+
requestBody: {
|
|
39287
|
+
content: {
|
|
39288
|
+
'application/json': {
|
|
39289
|
+
schema: {
|
|
39290
|
+
properties: {
|
|
39291
|
+
instant_key_id: {
|
|
39292
|
+
description: 'ID of the Instant Key that you want to delete.',
|
|
39293
|
+
format: 'uuid',
|
|
39294
|
+
type: 'string',
|
|
39295
|
+
},
|
|
39296
|
+
},
|
|
39297
|
+
required: ['instant_key_id'],
|
|
39298
|
+
type: 'object',
|
|
39299
|
+
},
|
|
39300
|
+
},
|
|
39301
|
+
},
|
|
39302
|
+
},
|
|
39303
|
+
responses: {
|
|
39304
|
+
200: {
|
|
39305
|
+
content: {
|
|
39306
|
+
'application/json': {
|
|
39307
|
+
schema: {
|
|
39308
|
+
properties: { ok: { type: 'boolean' } },
|
|
39309
|
+
required: ['ok'],
|
|
39310
|
+
type: 'object',
|
|
39311
|
+
},
|
|
39312
|
+
},
|
|
39313
|
+
},
|
|
39314
|
+
description: 'OK',
|
|
39315
|
+
},
|
|
39316
|
+
400: { description: 'Bad Request' },
|
|
39317
|
+
401: { description: 'Unauthorized' },
|
|
39318
|
+
},
|
|
39319
|
+
security: [
|
|
39320
|
+
{ api_key: [] },
|
|
39321
|
+
{ pat_with_workspace: [] },
|
|
39322
|
+
{ console_session_with_workspace: [] },
|
|
39323
|
+
],
|
|
39324
|
+
summary: '/instant_keys/delete',
|
|
39325
|
+
tags: [],
|
|
39326
|
+
'x-fern-sdk-group-name': ['instant_keys'],
|
|
39327
|
+
'x-fern-sdk-method-name': 'delete',
|
|
39328
|
+
'x-response-key': null,
|
|
39329
|
+
'x-title': 'Delete an Instant Key',
|
|
39330
|
+
},
|
|
39331
|
+
},
|
|
39239
39332
|
'/instant_keys/get': {
|
|
39240
39333
|
get: {
|
|
39241
39334
|
description: 'Gets an [instant key](https://docs.seam.co/latest/capability-guides/mobile-access/instant-keys).',
|