@seamapi/types 1.38.0 → 1.38.2

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.
@@ -659,7 +659,7 @@ export interface Routes {
659
659
  queryParams: {};
660
660
  jsonBody: {};
661
661
  commonParams: {
662
- acs_credentials_id: string;
662
+ acs_credential_id: string;
663
663
  };
664
664
  formData: {};
665
665
  jsonResponse: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.38.0",
3
+ "version": "1.38.2",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -3203,9 +3203,9 @@ export default {
3203
3203
  'application/json': {
3204
3204
  schema: {
3205
3205
  properties: {
3206
- acs_credentials_id: { format: 'uuid', type: 'string' },
3206
+ acs_credential_id: { format: 'uuid', type: 'string' },
3207
3207
  },
3208
- required: ['acs_credentials_id'],
3208
+ required: ['acs_credential_id'],
3209
3209
  type: 'object',
3210
3210
  },
3211
3211
  },
@@ -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' },
@@ -695,7 +695,7 @@ export interface Routes {
695
695
  queryParams: {}
696
696
  jsonBody: {}
697
697
  commonParams: {
698
- acs_credentials_id: string
698
+ acs_credential_id: string
699
699
  }
700
700
  formData: {}
701
701
  jsonResponse: {