@seamapi/types 1.235.1 → 1.236.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
@@ -6198,6 +6198,7 @@ var openapi_default = {
6198
6198
  },
6199
6199
  name: { type: "string" },
6200
6200
  prefer_native_scheduling: { type: "boolean" },
6201
+ preferred_code_length: { format: "float", type: "number" },
6201
6202
  starts_at: { type: "string" },
6202
6203
  sync: { default: false, type: "boolean" },
6203
6204
  use_backup_access_code_pool: { type: "boolean" },
@@ -7094,6 +7095,7 @@ var openapi_default = {
7094
7095
  },
7095
7096
  name: { type: "string" },
7096
7097
  prefer_native_scheduling: { type: "boolean" },
7098
+ preferred_code_length: { format: "float", type: "number" },
7097
7099
  starts_at: { type: "string" },
7098
7100
  sync: { default: false, type: "boolean" },
7099
7101
  type: { enum: ["ongoing", "time_bound"], type: "string" },
@@ -7169,6 +7171,7 @@ var openapi_default = {
7169
7171
  },
7170
7172
  name: { type: "string" },
7171
7173
  prefer_native_scheduling: { type: "boolean" },
7174
+ preferred_code_length: { format: "float", type: "number" },
7172
7175
  starts_at: { type: "string" },
7173
7176
  sync: { default: false, type: "boolean" },
7174
7177
  type: { enum: ["ongoing", "time_bound"], type: "string" },
@@ -7245,6 +7248,7 @@ var openapi_default = {
7245
7248
  },
7246
7249
  name: { type: "string" },
7247
7250
  prefer_native_scheduling: { type: "boolean" },
7251
+ preferred_code_length: { format: "float", type: "number" },
7248
7252
  starts_at: { type: "string" },
7249
7253
  sync: { default: false, type: "boolean" },
7250
7254
  type: { enum: ["ongoing", "time_bound"], type: "string" },