@seamapi/types 1.87.0 → 1.89.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
@@ -1163,6 +1163,7 @@ var openapi_default = {
1163
1163
  allOf: [
1164
1164
  {
1165
1165
  properties: {
1166
+ _experimental_supported_code_from_access_codes_lengths: { items: { type: "number" }, type: "array" },
1166
1167
  code_constraints: {
1167
1168
  items: {
1168
1169
  oneOf: [
@@ -2445,6 +2446,7 @@ var openapi_default = {
2445
2446
  allOf: [
2446
2447
  {
2447
2448
  properties: {
2449
+ _experimental_supported_code_from_access_codes_lengths: { items: { type: "number" }, type: "array" },
2448
2450
  code_constraints: {
2449
2451
  items: {
2450
2452
  oneOf: [
@@ -7935,6 +7937,17 @@ var openapi_default = {
7935
7937
  nullable: true,
7936
7938
  type: "string"
7937
7939
  },
7940
+ custom_metadata_has: {
7941
+ additionalProperties: {
7942
+ nullable: true,
7943
+ oneOf: [
7944
+ { maxLength: 500, type: "string" },
7945
+ { type: "boolean" },
7946
+ { format: "null", nullable: true, type: "string" }
7947
+ ]
7948
+ },
7949
+ type: "object"
7950
+ },
7938
7951
  device_ids: {
7939
7952
  items: { format: "uuid", type: "string" },
7940
7953
  type: "array"
@@ -8232,6 +8245,17 @@ var openapi_default = {
8232
8245
  nullable: true,
8233
8246
  type: "string"
8234
8247
  },
8248
+ custom_metadata_has: {
8249
+ additionalProperties: {
8250
+ nullable: true,
8251
+ oneOf: [
8252
+ { maxLength: 500, type: "string" },
8253
+ { type: "boolean" },
8254
+ { format: "null", nullable: true, type: "string" }
8255
+ ]
8256
+ },
8257
+ type: "object"
8258
+ },
8235
8259
  device_ids: {
8236
8260
  items: { format: "uuid", type: "string" },
8237
8261
  type: "array"
@@ -9065,6 +9089,17 @@ var openapi_default = {
9065
9089
  nullable: true,
9066
9090
  type: "string"
9067
9091
  },
9092
+ custom_metadata_has: {
9093
+ additionalProperties: {
9094
+ nullable: true,
9095
+ oneOf: [
9096
+ { maxLength: 500, type: "string" },
9097
+ { type: "boolean" },
9098
+ { format: "null", nullable: true, type: "string" }
9099
+ ]
9100
+ },
9101
+ type: "object"
9102
+ },
9068
9103
  device_ids: {
9069
9104
  items: { format: "uuid", type: "string" },
9070
9105
  type: "array"
@@ -10684,6 +10719,17 @@ var openapi_default = {
10684
10719
  nullable: true,
10685
10720
  type: "string"
10686
10721
  },
10722
+ custom_metadata_has: {
10723
+ additionalProperties: {
10724
+ nullable: true,
10725
+ oneOf: [
10726
+ { maxLength: 500, type: "string" },
10727
+ { type: "boolean" },
10728
+ { format: "null", nullable: true, type: "string" }
10729
+ ]
10730
+ },
10731
+ type: "object"
10732
+ },
10687
10733
  device_ids: {
10688
10734
  items: { format: "uuid", type: "string" },
10689
10735
  type: "array"