@seamapi/types 1.11.1 → 1.13.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
@@ -2071,6 +2071,7 @@ var openapi_default = {
2071
2071
  schema: {
2072
2072
  properties: {
2073
2073
  access_code_id: { format: "uuid", type: "string" },
2074
+ allow_external_modification: { type: "boolean" },
2074
2075
  force: { type: "boolean" },
2075
2076
  sync: { default: false, type: "boolean" }
2076
2077
  },
@@ -2113,6 +2114,7 @@ var openapi_default = {
2113
2114
  schema: {
2114
2115
  properties: {
2115
2116
  access_code_id: { format: "uuid", type: "string" },
2117
+ allow_external_modification: { type: "boolean" },
2116
2118
  force: { type: "boolean" },
2117
2119
  sync: { default: false, type: "boolean" }
2118
2120
  },
@@ -2382,6 +2384,7 @@ var openapi_default = {
2382
2384
  schema: {
2383
2385
  properties: {
2384
2386
  access_code_id: { format: "uuid", type: "string" },
2387
+ allow_external_modification: { type: "boolean" },
2385
2388
  force: { type: "boolean" },
2386
2389
  is_managed: { type: "boolean" }
2387
2390
  },
@@ -2424,6 +2427,7 @@ var openapi_default = {
2424
2427
  schema: {
2425
2428
  properties: {
2426
2429
  access_code_id: { format: "uuid", type: "string" },
2430
+ allow_external_modification: { type: "boolean" },
2427
2431
  force: { type: "boolean" },
2428
2432
  is_managed: { type: "boolean" }
2429
2433
  },