@seamapi/types 1.87.0 → 1.88.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 +44 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +92 -0
- package/lib/seam/connect/openapi.d.ts +88 -0
- package/lib/seam/connect/openapi.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +44 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
package/dist/connect.cjs
CHANGED
|
@@ -7935,6 +7935,17 @@ var openapi_default = {
|
|
|
7935
7935
|
nullable: true,
|
|
7936
7936
|
type: "string"
|
|
7937
7937
|
},
|
|
7938
|
+
custom_metadata_has: {
|
|
7939
|
+
additionalProperties: {
|
|
7940
|
+
nullable: true,
|
|
7941
|
+
oneOf: [
|
|
7942
|
+
{ maxLength: 500, type: "string" },
|
|
7943
|
+
{ type: "boolean" },
|
|
7944
|
+
{ format: "null", nullable: true, type: "string" }
|
|
7945
|
+
]
|
|
7946
|
+
},
|
|
7947
|
+
type: "object"
|
|
7948
|
+
},
|
|
7938
7949
|
device_ids: {
|
|
7939
7950
|
items: { format: "uuid", type: "string" },
|
|
7940
7951
|
type: "array"
|
|
@@ -8232,6 +8243,17 @@ var openapi_default = {
|
|
|
8232
8243
|
nullable: true,
|
|
8233
8244
|
type: "string"
|
|
8234
8245
|
},
|
|
8246
|
+
custom_metadata_has: {
|
|
8247
|
+
additionalProperties: {
|
|
8248
|
+
nullable: true,
|
|
8249
|
+
oneOf: [
|
|
8250
|
+
{ maxLength: 500, type: "string" },
|
|
8251
|
+
{ type: "boolean" },
|
|
8252
|
+
{ format: "null", nullable: true, type: "string" }
|
|
8253
|
+
]
|
|
8254
|
+
},
|
|
8255
|
+
type: "object"
|
|
8256
|
+
},
|
|
8235
8257
|
device_ids: {
|
|
8236
8258
|
items: { format: "uuid", type: "string" },
|
|
8237
8259
|
type: "array"
|
|
@@ -9065,6 +9087,17 @@ var openapi_default = {
|
|
|
9065
9087
|
nullable: true,
|
|
9066
9088
|
type: "string"
|
|
9067
9089
|
},
|
|
9090
|
+
custom_metadata_has: {
|
|
9091
|
+
additionalProperties: {
|
|
9092
|
+
nullable: true,
|
|
9093
|
+
oneOf: [
|
|
9094
|
+
{ maxLength: 500, type: "string" },
|
|
9095
|
+
{ type: "boolean" },
|
|
9096
|
+
{ format: "null", nullable: true, type: "string" }
|
|
9097
|
+
]
|
|
9098
|
+
},
|
|
9099
|
+
type: "object"
|
|
9100
|
+
},
|
|
9068
9101
|
device_ids: {
|
|
9069
9102
|
items: { format: "uuid", type: "string" },
|
|
9070
9103
|
type: "array"
|
|
@@ -10684,6 +10717,17 @@ var openapi_default = {
|
|
|
10684
10717
|
nullable: true,
|
|
10685
10718
|
type: "string"
|
|
10686
10719
|
},
|
|
10720
|
+
custom_metadata_has: {
|
|
10721
|
+
additionalProperties: {
|
|
10722
|
+
nullable: true,
|
|
10723
|
+
oneOf: [
|
|
10724
|
+
{ maxLength: 500, type: "string" },
|
|
10725
|
+
{ type: "boolean" },
|
|
10726
|
+
{ format: "null", nullable: true, type: "string" }
|
|
10727
|
+
]
|
|
10728
|
+
},
|
|
10729
|
+
type: "object"
|
|
10730
|
+
},
|
|
10687
10731
|
device_ids: {
|
|
10688
10732
|
items: { format: "uuid", type: "string" },
|
|
10689
10733
|
type: "array"
|