Skip to content

Commit

Permalink
fix: rename acs_credentials_id -> acs_credential_id (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored Nov 6, 2023
1 parent 1982143 commit 473cb82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3203,9 +3203,9 @@ export default {
'application/json': {
schema: {
properties: {
acs_credentials_id: { format: 'uuid', type: 'string' },
acs_credential_id: { format: 'uuid', type: 'string' },
},
required: ['acs_credentials_id'],
required: ['acs_credential_id'],
type: 'object',
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ export interface Routes {
queryParams: {}
jsonBody: {}
commonParams: {
acs_credentials_id: string
acs_credential_id: string
}
formData: {}
jsonResponse: {
Expand Down

0 comments on commit 473cb82

Please sign in to comment.