@seamapi/types 1.229.0 → 1.229.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 +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +4 -2
- package/lib/seam/connect/openapi.d.ts +2 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +2 -2
package/dist/connect.cjs
CHANGED
|
@@ -9177,6 +9177,7 @@ var openapi_default = {
|
|
|
9177
9177
|
schema: {
|
|
9178
9178
|
properties: {
|
|
9179
9179
|
access_schedule: {
|
|
9180
|
+
nullable: true,
|
|
9180
9181
|
properties: {
|
|
9181
9182
|
ends_at: { format: "date-time", type: "string" },
|
|
9182
9183
|
starts_at: { format: "date-time", type: "string" }
|
|
@@ -9235,6 +9236,7 @@ var openapi_default = {
|
|
|
9235
9236
|
schema: {
|
|
9236
9237
|
properties: {
|
|
9237
9238
|
access_schedule: {
|
|
9239
|
+
nullable: true,
|
|
9238
9240
|
properties: {
|
|
9239
9241
|
ends_at: { format: "date-time", type: "string" },
|
|
9240
9242
|
starts_at: { format: "date-time", type: "string" }
|