@seamapi/types 1.574.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 +15 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +20 -1
- package/dist/index.cjs +15 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +15 -0
- package/lib/seam/connect/openapi.js +15 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +18 -2
- package/src/lib/seam/connect/route-types.ts +5 -1
package/dist/connect.cjs
CHANGED
|
@@ -39995,6 +39995,11 @@ var openapi_default = {
|
|
|
39995
39995
|
type: "string",
|
|
39996
39996
|
"x-undocumented": "Not supported."
|
|
39997
39997
|
},
|
|
39998
|
+
excluded_providers: {
|
|
39999
|
+
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.",
|
|
40000
|
+
items: { type: "string" },
|
|
40001
|
+
type: "array"
|
|
40002
|
+
},
|
|
39998
40003
|
provider_category: {
|
|
39999
40004
|
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.",
|
|
40000
40005
|
enum: [
|
|
@@ -57950,9 +57955,13 @@ var openapi_default = {
|
|
|
57950
57955
|
description: "ID of the user identity to which you want to add an access system user.",
|
|
57951
57956
|
format: "uuid",
|
|
57952
57957
|
type: "string"
|
|
57958
|
+
},
|
|
57959
|
+
user_identity_key: {
|
|
57960
|
+
description: "Key of the user identity to which you want to add an access system user.",
|
|
57961
|
+
type: "string"
|
|
57953
57962
|
}
|
|
57954
57963
|
},
|
|
57955
|
-
required: ["
|
|
57964
|
+
required: ["acs_user_id"],
|
|
57956
57965
|
type: "object"
|
|
57957
57966
|
}
|
|
57958
57967
|
}
|
|
@@ -58003,9 +58012,13 @@ var openapi_default = {
|
|
|
58003
58012
|
description: "ID of the user identity to which you want to add an access system user.",
|
|
58004
58013
|
format: "uuid",
|
|
58005
58014
|
type: "string"
|
|
58015
|
+
},
|
|
58016
|
+
user_identity_key: {
|
|
58017
|
+
description: "Key of the user identity to which you want to add an access system user.",
|
|
58018
|
+
type: "string"
|
|
58006
58019
|
}
|
|
58007
58020
|
},
|
|
58008
|
-
required: ["
|
|
58021
|
+
required: ["acs_user_id"],
|
|
58009
58022
|
type: "object"
|
|
58010
58023
|
}
|
|
58011
58024
|
}
|