@seamapi/types 1.38.1 → 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.1",
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
  },
@@ -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: {