@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.
@@ -4768,7 +4768,7 @@ declare const _default: {
4768
4768
  'application/json': {
4769
4769
  schema: {
4770
4770
  properties: {
4771
- acs_credentials_id: {
4771
+ acs_credential_id: {
4772
4772
  format: string;
4773
4773
  type: string;
4774
4774
  };
@@ -7402,7 +7402,6 @@ declare const _default: {
7402
7402
  format: string;
7403
7403
  type: string;
7404
7404
  };
7405
- minItems: number;
7406
7405
  type: string;
7407
7406
  };
7408
7407
  created_before: {
@@ -7685,7 +7684,6 @@ declare const _default: {
7685
7684
  format: string;
7686
7685
  type: string;
7687
7686
  };
7688
- minItems: number;
7689
7687
  type: string;
7690
7688
  };
7691
7689
  created_before: {
@@ -8586,7 +8584,6 @@ declare const _default: {
8586
8584
  format: string;
8587
8585
  type: string;
8588
8586
  };
8589
- minItems: number;
8590
8587
  type: string;
8591
8588
  };
8592
8589
  created_before: {
@@ -10492,7 +10489,6 @@ declare const _default: {
10492
10489
  format: string;
10493
10490
  type: string;
10494
10491
  };
10495
- minItems: number;
10496
10492
  type: string;
10497
10493
  };
10498
10494
  created_before: {
@@ -12925,7 +12921,7 @@ interface Routes {
12925
12921
  queryParams: {};
12926
12922
  jsonBody: {};
12927
12923
  commonParams: {
12928
- acs_credentials_id: string;
12924
+ acs_credential_id: string;
12929
12925
  };
12930
12926
  formData: {};
12931
12927
  jsonResponse: {
@@ -4717,7 +4717,7 @@ declare const _default: {
4717
4717
  'application/json': {
4718
4718
  schema: {
4719
4719
  properties: {
4720
- acs_credentials_id: {
4720
+ acs_credential_id: {
4721
4721
  format: string;
4722
4722
  type: string;
4723
4723
  };
@@ -7351,7 +7351,6 @@ declare const _default: {
7351
7351
  format: string;
7352
7352
  type: string;
7353
7353
  };
7354
- minItems: number;
7355
7354
  type: string;
7356
7355
  };
7357
7356
  created_before: {
@@ -7634,7 +7633,6 @@ declare const _default: {
7634
7633
  format: string;
7635
7634
  type: string;
7636
7635
  };
7637
- minItems: number;
7638
7636
  type: string;
7639
7637
  };
7640
7638
  created_before: {
@@ -8535,7 +8533,6 @@ declare const _default: {
8535
8533
  format: string;
8536
8534
  type: string;
8537
8535
  };
8538
- minItems: number;
8539
8536
  type: string;
8540
8537
  };
8541
8538
  created_before: {
@@ -10441,7 +10438,6 @@ declare const _default: {
10441
10438
  format: string;
10442
10439
  type: string;
10443
10440
  };
10444
- minItems: number;
10445
10441
  type: string;
10446
10442
  };
10447
10443
  created_before: {
@@ -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
  },
@@ -5007,7 +5007,6 @@ export default {
5007
5007
  },
5008
5008
  connected_account_ids: {
5009
5009
  items: { format: 'uuid', type: 'string' },
5010
- minItems: 1,
5011
5010
  type: 'array',
5012
5011
  },
5013
5012
  created_before: { format: 'date-time', type: 'string' },
@@ -5316,7 +5315,6 @@ export default {
5316
5315
  },
5317
5316
  connected_account_ids: {
5318
5317
  items: { format: 'uuid', type: 'string' },
5319
- minItems: 1,
5320
5318
  type: 'array',
5321
5319
  },
5322
5320
  created_before: { format: 'date-time', type: 'string' },
@@ -6117,7 +6115,6 @@ export default {
6117
6115
  },
6118
6116
  connected_account_ids: {
6119
6117
  items: { format: 'uuid', type: 'string' },
6120
- minItems: 1,
6121
6118
  type: 'array',
6122
6119
  },
6123
6120
  created_before: { format: 'date-time', type: 'string' },
@@ -7467,7 +7464,6 @@ export default {
7467
7464
  },
7468
7465
  connected_account_ids: {
7469
7466
  items: { format: 'uuid', type: 'string' },
7470
- minItems: 1,
7471
7467
  type: 'array',
7472
7468
  },
7473
7469
  created_before: { format: 'date-time', type: 'string' },