@seamapi/types 1.860.0 → 1.861.0
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.
package/package.json
CHANGED
|
@@ -32747,7 +32747,7 @@ const openapi: OpenAPISpec = {
|
|
|
32747
32747
|
},
|
|
32748
32748
|
code: {
|
|
32749
32749
|
description: 'Code to be used for access.',
|
|
32750
|
-
maxLength:
|
|
32750
|
+
maxLength: 12,
|
|
32751
32751
|
minLength: 4,
|
|
32752
32752
|
pattern: '^\\d+$',
|
|
32753
32753
|
type: 'string',
|
|
@@ -32900,7 +32900,7 @@ const openapi: OpenAPISpec = {
|
|
|
32900
32900
|
},
|
|
32901
32901
|
code: {
|
|
32902
32902
|
description: 'Code to be used for access.',
|
|
32903
|
-
maxLength:
|
|
32903
|
+
maxLength: 12,
|
|
32904
32904
|
minLength: 4,
|
|
32905
32905
|
pattern: '^\\d+$',
|
|
32906
32906
|
type: 'string',
|
|
@@ -33018,7 +33018,7 @@ const openapi: OpenAPISpec = {
|
|
|
33018
33018
|
},
|
|
33019
33019
|
code: {
|
|
33020
33020
|
description: 'Code to be used for access.',
|
|
33021
|
-
maxLength:
|
|
33021
|
+
maxLength: 12,
|
|
33022
33022
|
minLength: 4,
|
|
33023
33023
|
pattern: '^\\d+$',
|
|
33024
33024
|
type: 'string',
|
|
@@ -35178,7 +35178,7 @@ const openapi: OpenAPISpec = {
|
|
|
35178
35178
|
},
|
|
35179
35179
|
code: {
|
|
35180
35180
|
description: 'Code to be used for access.',
|
|
35181
|
-
maxLength:
|
|
35181
|
+
maxLength: 12,
|
|
35182
35182
|
minLength: 4,
|
|
35183
35183
|
pattern: '^\\d+$',
|
|
35184
35184
|
type: 'string',
|
|
@@ -35332,7 +35332,7 @@ const openapi: OpenAPISpec = {
|
|
|
35332
35332
|
},
|
|
35333
35333
|
code: {
|
|
35334
35334
|
description: 'Code to be used for access.',
|
|
35335
|
-
maxLength:
|
|
35335
|
+
maxLength: 12,
|
|
35336
35336
|
minLength: 4,
|
|
35337
35337
|
pattern: '^\\d+$',
|
|
35338
35338
|
type: 'string',
|
|
@@ -35486,7 +35486,7 @@ const openapi: OpenAPISpec = {
|
|
|
35486
35486
|
},
|
|
35487
35487
|
code: {
|
|
35488
35488
|
description: 'Code to be used for access.',
|
|
35489
|
-
maxLength:
|
|
35489
|
+
maxLength: 12,
|
|
35490
35490
|
minLength: 4,
|
|
35491
35491
|
pattern: '^\\d+$',
|
|
35492
35492
|
type: 'string',
|