@seamapi/types 1.287.0 → 1.287.1
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 +0 -18
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -34
- package/lib/seam/connect/openapi.d.ts +0 -30
- package/lib/seam/connect/openapi.js +0 -18
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -18
- package/src/lib/seam/connect/route-types.ts +0 -4
package/dist/connect.cjs
CHANGED
|
@@ -9474,18 +9474,9 @@ var openapi_default = {
|
|
|
9474
9474
|
"application/json": {
|
|
9475
9475
|
schema: {
|
|
9476
9476
|
properties: {
|
|
9477
|
-
allow_external_modification: { type: "boolean" },
|
|
9478
|
-
code: {
|
|
9479
|
-
maxLength: 9,
|
|
9480
|
-
minLength: 4,
|
|
9481
|
-
pattern: "^\\d+$",
|
|
9482
|
-
type: "string"
|
|
9483
|
-
},
|
|
9484
9477
|
common_code_key: { type: "string" },
|
|
9485
9478
|
ends_at: { type: "string" },
|
|
9486
|
-
is_external_modification_allowed: { type: "boolean" },
|
|
9487
9479
|
name: { type: "string" },
|
|
9488
|
-
prefer_native_scheduling: { type: "boolean" },
|
|
9489
9480
|
starts_at: { type: "string" }
|
|
9490
9481
|
},
|
|
9491
9482
|
required: ["common_code_key"],
|
|
@@ -9527,18 +9518,9 @@ var openapi_default = {
|
|
|
9527
9518
|
"application/json": {
|
|
9528
9519
|
schema: {
|
|
9529
9520
|
properties: {
|
|
9530
|
-
allow_external_modification: { type: "boolean" },
|
|
9531
|
-
code: {
|
|
9532
|
-
maxLength: 9,
|
|
9533
|
-
minLength: 4,
|
|
9534
|
-
pattern: "^\\d+$",
|
|
9535
|
-
type: "string"
|
|
9536
|
-
},
|
|
9537
9521
|
common_code_key: { type: "string" },
|
|
9538
9522
|
ends_at: { type: "string" },
|
|
9539
|
-
is_external_modification_allowed: { type: "boolean" },
|
|
9540
9523
|
name: { type: "string" },
|
|
9541
|
-
prefer_native_scheduling: { type: "boolean" },
|
|
9542
9524
|
starts_at: { type: "string" }
|
|
9543
9525
|
},
|
|
9544
9526
|
required: ["common_code_key"],
|