@seamapi/types 1.38.0 → 1.38.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.38.0",
3
+ "version": "1.38.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -5008,7 +5008,6 @@ export default {
5008
5008
  },
5009
5009
  connected_account_ids: {
5010
5010
  items: { format: 'uuid', type: 'string' },
5011
- minItems: 1,
5012
5011
  type: 'array',
5013
5012
  },
5014
5013
  created_before: { format: 'date-time', type: 'string' },
@@ -5318,7 +5317,6 @@ export default {
5318
5317
  },
5319
5318
  connected_account_ids: {
5320
5319
  items: { format: 'uuid', type: 'string' },
5321
- minItems: 1,
5322
5320
  type: 'array',
5323
5321
  },
5324
5322
  created_before: { format: 'date-time', type: 'string' },
@@ -6120,7 +6118,6 @@ export default {
6120
6118
  },
6121
6119
  connected_account_ids: {
6122
6120
  items: { format: 'uuid', type: 'string' },
6123
- minItems: 1,
6124
6121
  type: 'array',
6125
6122
  },
6126
6123
  created_before: { format: 'date-time', type: 'string' },
@@ -7471,7 +7468,6 @@ export default {
7471
7468
  },
7472
7469
  connected_account_ids: {
7473
7470
  items: { format: 'uuid', type: 'string' },
7474
- minItems: 1,
7475
7471
  type: 'array',
7476
7472
  },
7477
7473
  created_before: { format: 'date-time', type: 'string' },