Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored May 7, 2024
1 parent 0721121 commit 815d62f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2748,7 +2748,7 @@ export default {
type: 'boolean',
},
code: {
maxLength: 8,
maxLength: 9,
minLength: 4,
pattern: '^\\d+$',
type: 'string',
Expand Down Expand Up @@ -2831,7 +2831,7 @@ export default {
type: 'string',
},
code: {
maxLength: 8,
maxLength: 9,
minLength: 4,
pattern: '^\\d+$',
type: 'string',
Expand Down Expand Up @@ -2914,7 +2914,7 @@ export default {
type: 'string',
},
code: {
maxLength: 8,
maxLength: 9,
minLength: 4,
pattern: '^\\d+$',
type: 'string',
Expand Down Expand Up @@ -3644,7 +3644,7 @@ export default {
type: 'boolean',
},
code: {
maxLength: 8,
maxLength: 9,
minLength: 4,
pattern: '^\\d+$',
type: 'string',
Expand Down Expand Up @@ -3719,7 +3719,7 @@ export default {
type: 'boolean',
},
code: {
maxLength: 8,
maxLength: 9,
minLength: 4,
pattern: '^\\d+$',
type: 'string',
Expand Down Expand Up @@ -3795,7 +3795,7 @@ export default {
type: 'boolean',
},
code: {
maxLength: 8,
maxLength: 9,
minLength: 4,
pattern: '^\\d+$',
type: 'string',
Expand Down

0 comments on commit 815d62f

Please sign in to comment.