@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.
@@ -27036,7 +27036,6 @@ declare const _default: {
27036
27036
  description: string;
27037
27037
  type: string;
27038
27038
  additionalProperties?: never;
27039
- items?: never;
27040
27039
  minLength?: never;
27041
27040
  default?: never;
27042
27041
  exclusiveMinimum?: never;
@@ -27054,24 +27053,6 @@ declare const _default: {
27054
27053
  };
27055
27054
  description: string;
27056
27055
  type: string;
27057
- items?: never;
27058
- minLength?: never;
27059
- default?: never;
27060
- exclusiveMinimum?: never;
27061
- minimum?: never;
27062
- nullable?: never;
27063
- };
27064
- } | {
27065
- in: string;
27066
- name: string;
27067
- schema: {
27068
- items: {
27069
- format: string;
27070
- type: string;
27071
- };
27072
- type: string;
27073
- description?: never;
27074
- additionalProperties?: never;
27075
27056
  minLength?: never;
27076
27057
  default?: never;
27077
27058
  exclusiveMinimum?: never;
@@ -27086,7 +27067,6 @@ declare const _default: {
27086
27067
  minLength: number;
27087
27068
  type: string;
27088
27069
  additionalProperties?: never;
27089
- items?: never;
27090
27070
  default?: never;
27091
27071
  exclusiveMinimum?: never;
27092
27072
  minimum?: never;
@@ -27102,7 +27082,6 @@ declare const _default: {
27102
27082
  minimum: number;
27103
27083
  type: string;
27104
27084
  additionalProperties?: never;
27105
- items?: never;
27106
27085
  minLength?: never;
27107
27086
  nullable?: never;
27108
27087
  };
@@ -27114,7 +27093,6 @@ declare const _default: {
27114
27093
  nullable: boolean;
27115
27094
  type: string;
27116
27095
  additionalProperties?: never;
27117
- items?: never;
27118
27096
  minLength?: never;
27119
27097
  default?: never;
27120
27098
  exclusiveMinimum?: never;
@@ -27200,11 +27178,8 @@ declare const _default: {
27200
27178
  description: string;
27201
27179
  type: string;
27202
27180
  };
27203
- customer_ids: {
27204
- items: {
27205
- format: string;
27206
- type: string;
27207
- };
27181
+ customer_key: {
27182
+ description: string;
27208
27183
  type: string;
27209
27184
  };
27210
27185
  limit: {
@@ -33457,10 +33457,10 @@ export default {
33457
33457
  },
33458
33458
  {
33459
33459
  in: 'query',
33460
- name: 'customer_ids',
33460
+ name: 'customer_key',
33461
33461
  schema: {
33462
- items: { format: 'uuid', type: 'string' },
33463
- type: 'array',
33462
+ description: 'Customer key by which you want to filter connected accounts.',
33463
+ type: 'string',
33464
33464
  },
33465
33465
  },
33466
33466
  {
@@ -33545,9 +33545,9 @@ export default {
33545
33545
  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.',
33546
33546
  type: 'object',
33547
33547
  },
33548
- customer_ids: {
33549
- items: { format: 'uuid', type: 'string' },
33550
- type: 'array',
33548
+ customer_key: {
33549
+ description: 'Customer key by which you want to filter connected accounts.',
33550
+ type: 'string',
33551
33551
  },
33552
33552
  limit: {
33553
33553
  default: 11000,