@seamapi/types 1.591.0 → 1.592.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 CHANGED
@@ -42650,6 +42650,11 @@ var openapi_default = {
42650
42650
  default: {},
42651
42651
  description: "Configuration for the connect accounts feature.",
42652
42652
  properties: {
42653
+ accepted_providers: {
42654
+ description: "List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.",
42655
+ items: { type: "string" },
42656
+ type: "array"
42657
+ },
42653
42658
  exclude: {
42654
42659
  default: false,
42655
42660
  description: "Whether to exclude this feature from the portal.",