@seamapi/types 1.41.0 → 1.41.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 +20 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -4
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +20 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +20 -4
- package/src/lib/seam/connect/route-types.ts +4 -4
package/dist/connect.cjs
CHANGED
|
@@ -5149,7 +5149,11 @@ var openapi_default = {
|
|
|
5149
5149
|
items: { format: "uuid", type: "string" },
|
|
5150
5150
|
type: "array"
|
|
5151
5151
|
},
|
|
5152
|
-
created_before: {
|
|
5152
|
+
created_before: {
|
|
5153
|
+
format: "date-time",
|
|
5154
|
+
nullable: true,
|
|
5155
|
+
type: "string"
|
|
5156
|
+
},
|
|
5153
5157
|
device_ids: {
|
|
5154
5158
|
items: { format: "uuid", type: "string" },
|
|
5155
5159
|
type: "array"
|
|
@@ -5457,7 +5461,11 @@ var openapi_default = {
|
|
|
5457
5461
|
items: { format: "uuid", type: "string" },
|
|
5458
5462
|
type: "array"
|
|
5459
5463
|
},
|
|
5460
|
-
created_before: {
|
|
5464
|
+
created_before: {
|
|
5465
|
+
format: "date-time",
|
|
5466
|
+
nullable: true,
|
|
5467
|
+
type: "string"
|
|
5468
|
+
},
|
|
5461
5469
|
device_ids: {
|
|
5462
5470
|
items: { format: "uuid", type: "string" },
|
|
5463
5471
|
type: "array"
|
|
@@ -6257,7 +6265,11 @@ var openapi_default = {
|
|
|
6257
6265
|
items: { format: "uuid", type: "string" },
|
|
6258
6266
|
type: "array"
|
|
6259
6267
|
},
|
|
6260
|
-
created_before: {
|
|
6268
|
+
created_before: {
|
|
6269
|
+
format: "date-time",
|
|
6270
|
+
nullable: true,
|
|
6271
|
+
type: "string"
|
|
6272
|
+
},
|
|
6261
6273
|
device_ids: {
|
|
6262
6274
|
items: { format: "uuid", type: "string" },
|
|
6263
6275
|
type: "array"
|
|
@@ -7606,7 +7618,11 @@ var openapi_default = {
|
|
|
7606
7618
|
items: { format: "uuid", type: "string" },
|
|
7607
7619
|
type: "array"
|
|
7608
7620
|
},
|
|
7609
|
-
created_before: {
|
|
7621
|
+
created_before: {
|
|
7622
|
+
format: "date-time",
|
|
7623
|
+
nullable: true,
|
|
7624
|
+
type: "string"
|
|
7625
|
+
},
|
|
7610
7626
|
device_ids: {
|
|
7611
7627
|
items: { format: "uuid", type: "string" },
|
|
7612
7628
|
type: "array"
|