@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.
@@ -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
  };
@@ -12921,7 +12921,7 @@ interface Routes {
12921
12921
  queryParams: {};
12922
12922
  jsonBody: {};
12923
12923
  commonParams: {
12924
- acs_credentials_id: string;
12924
+ acs_credential_id: string;
12925
12925
  };
12926
12926
  formData: {};
12927
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
  };
@@ -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
  },