@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/dist/connect.cjs
CHANGED
|
@@ -36336,7 +36336,7 @@ var openapi = {
|
|
|
36336
36336
|
},
|
|
36337
36337
|
code: {
|
|
36338
36338
|
description: "Code to be used for access.",
|
|
36339
|
-
maxLength:
|
|
36339
|
+
maxLength: 12,
|
|
36340
36340
|
minLength: 4,
|
|
36341
36341
|
pattern: "^\\d+$",
|
|
36342
36342
|
type: "string"
|
|
@@ -36474,7 +36474,7 @@ var openapi = {
|
|
|
36474
36474
|
},
|
|
36475
36475
|
code: {
|
|
36476
36476
|
description: "Code to be used for access.",
|
|
36477
|
-
maxLength:
|
|
36477
|
+
maxLength: 12,
|
|
36478
36478
|
minLength: 4,
|
|
36479
36479
|
pattern: "^\\d+$",
|
|
36480
36480
|
type: "string"
|
|
@@ -36581,7 +36581,7 @@ var openapi = {
|
|
|
36581
36581
|
},
|
|
36582
36582
|
code: {
|
|
36583
36583
|
description: "Code to be used for access.",
|
|
36584
|
-
maxLength:
|
|
36584
|
+
maxLength: 12,
|
|
36585
36585
|
minLength: 4,
|
|
36586
36586
|
pattern: "^\\d+$",
|
|
36587
36587
|
type: "string"
|
|
@@ -38610,7 +38610,7 @@ var openapi = {
|
|
|
38610
38610
|
},
|
|
38611
38611
|
code: {
|
|
38612
38612
|
description: "Code to be used for access.",
|
|
38613
|
-
maxLength:
|
|
38613
|
+
maxLength: 12,
|
|
38614
38614
|
minLength: 4,
|
|
38615
38615
|
pattern: "^\\d+$",
|
|
38616
38616
|
type: "string"
|
|
@@ -38748,7 +38748,7 @@ var openapi = {
|
|
|
38748
38748
|
},
|
|
38749
38749
|
code: {
|
|
38750
38750
|
description: "Code to be used for access.",
|
|
38751
|
-
maxLength:
|
|
38751
|
+
maxLength: 12,
|
|
38752
38752
|
minLength: 4,
|
|
38753
38753
|
pattern: "^\\d+$",
|
|
38754
38754
|
type: "string"
|
|
@@ -38886,7 +38886,7 @@ var openapi = {
|
|
|
38886
38886
|
},
|
|
38887
38887
|
code: {
|
|
38888
38888
|
description: "Code to be used for access.",
|
|
38889
|
-
maxLength:
|
|
38889
|
+
maxLength: 12,
|
|
38890
38890
|
minLength: 4,
|
|
38891
38891
|
pattern: "^\\d+$",
|
|
38892
38892
|
type: "string"
|