@seamapi/types 1.575.0 → 1.576.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 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +9 -0
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +7 -0
- package/lib/seam/connect/openapi.js +5 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +6 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -28237,6 +28237,13 @@ declare const _default: {
|
|
|
28237
28237
|
type: string;
|
|
28238
28238
|
'x-undocumented': string;
|
|
28239
28239
|
};
|
|
28240
|
+
excluded_providers: {
|
|
28241
|
+
description: string;
|
|
28242
|
+
items: {
|
|
28243
|
+
type: string;
|
|
28244
|
+
};
|
|
28245
|
+
type: string;
|
|
28246
|
+
};
|
|
28240
28247
|
provider_category: {
|
|
28241
28248
|
description: string;
|
|
28242
28249
|
enum: string[];
|
|
@@ -34304,6 +34304,11 @@ export default {
|
|
|
34304
34304
|
type: 'string',
|
|
34305
34305
|
'x-undocumented': 'Not supported.',
|
|
34306
34306
|
},
|
|
34307
|
+
excluded_providers: {
|
|
34308
|
+
description: 'List of provider keys to exclude from the Connect Webview. These providers will not be shown when the user tries to connect an account.',
|
|
34309
|
+
items: { type: 'string' },
|
|
34310
|
+
type: 'array',
|
|
34311
|
+
},
|
|
34307
34312
|
provider_category: {
|
|
34308
34313
|
description: 'Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with the desired `provider_category` filter.',
|
|
34309
34314
|
enum: [
|