@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.
|
@@ -29279,7 +29279,7 @@ const openapi = {
|
|
|
29279
29279
|
},
|
|
29280
29280
|
code: {
|
|
29281
29281
|
description: 'Code to be used for access.',
|
|
29282
|
-
maxLength:
|
|
29282
|
+
maxLength: 12,
|
|
29283
29283
|
minLength: 4,
|
|
29284
29284
|
pattern: '^\\d+$',
|
|
29285
29285
|
type: 'string',
|
|
@@ -29417,7 +29417,7 @@ const openapi = {
|
|
|
29417
29417
|
},
|
|
29418
29418
|
code: {
|
|
29419
29419
|
description: 'Code to be used for access.',
|
|
29420
|
-
maxLength:
|
|
29420
|
+
maxLength: 12,
|
|
29421
29421
|
minLength: 4,
|
|
29422
29422
|
pattern: '^\\d+$',
|
|
29423
29423
|
type: 'string',
|
|
@@ -29524,7 +29524,7 @@ const openapi = {
|
|
|
29524
29524
|
},
|
|
29525
29525
|
code: {
|
|
29526
29526
|
description: 'Code to be used for access.',
|
|
29527
|
-
maxLength:
|
|
29527
|
+
maxLength: 12,
|
|
29528
29528
|
minLength: 4,
|
|
29529
29529
|
pattern: '^\\d+$',
|
|
29530
29530
|
type: 'string',
|
|
@@ -31553,7 +31553,7 @@ const openapi = {
|
|
|
31553
31553
|
},
|
|
31554
31554
|
code: {
|
|
31555
31555
|
description: 'Code to be used for access.',
|
|
31556
|
-
maxLength:
|
|
31556
|
+
maxLength: 12,
|
|
31557
31557
|
minLength: 4,
|
|
31558
31558
|
pattern: '^\\d+$',
|
|
31559
31559
|
type: 'string',
|
|
@@ -31691,7 +31691,7 @@ const openapi = {
|
|
|
31691
31691
|
},
|
|
31692
31692
|
code: {
|
|
31693
31693
|
description: 'Code to be used for access.',
|
|
31694
|
-
maxLength:
|
|
31694
|
+
maxLength: 12,
|
|
31695
31695
|
minLength: 4,
|
|
31696
31696
|
pattern: '^\\d+$',
|
|
31697
31697
|
type: 'string',
|
|
@@ -31829,7 +31829,7 @@ const openapi = {
|
|
|
31829
31829
|
},
|
|
31830
31830
|
code: {
|
|
31831
31831
|
description: 'Code to be used for access.',
|
|
31832
|
-
maxLength:
|
|
31832
|
+
maxLength: 12,
|
|
31833
31833
|
minLength: 4,
|
|
31834
31834
|
pattern: '^\\d+$',
|
|
31835
31835
|
type: 'string',
|