@seamapi/types 1.447.0 → 1.448.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
@@ -38989,10 +38989,10 @@ var openapi_default = {
38989
38989
  },
38990
38990
  {
38991
38991
  in: "query",
38992
- name: "customer_ids",
38992
+ name: "customer_key",
38993
38993
  schema: {
38994
- items: { format: "uuid", type: "string" },
38995
- type: "array"
38994
+ description: "Customer key by which you want to filter connected accounts.",
38995
+ type: "string"
38996
38996
  }
38997
38997
  },
38998
38998
  {
@@ -39077,9 +39077,9 @@ var openapi_default = {
39077
39077
  description: "Custom metadata pairs by which you want to filter connected accounts. Returns connected accounts with `custom_metadata` that contains all of the provided key:value pairs.",
39078
39078
  type: "object"
39079
39079
  },
39080
- customer_ids: {
39081
- items: { format: "uuid", type: "string" },
39082
- type: "array"
39080
+ customer_key: {
39081
+ description: "Customer key by which you want to filter connected accounts.",
39082
+ type: "string"
39083
39083
  },
39084
39084
  limit: {
39085
39085
  default: 11e3,