@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 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" }