@seamapi/types 1.118.0 → 1.120.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 +55 -26
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +55 -41
- package/lib/seam/connect/openapi.d.ts +49 -37
- package/lib/seam/connect/openapi.js +55 -26
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +6 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +55 -26
- package/src/lib/seam/connect/route-types.ts +17 -4
package/dist/connect.cjs
CHANGED
|
@@ -1730,7 +1730,15 @@ var openapi_default = {
|
|
|
1730
1730
|
display_name: { type: "string" },
|
|
1731
1731
|
image_url: { type: "string" },
|
|
1732
1732
|
provider_categories: {
|
|
1733
|
-
items: {
|
|
1733
|
+
items: {
|
|
1734
|
+
enum: [
|
|
1735
|
+
"stable",
|
|
1736
|
+
"consumer_smartlocks",
|
|
1737
|
+
"thermostats",
|
|
1738
|
+
"noise_sensors"
|
|
1739
|
+
],
|
|
1740
|
+
type: "string"
|
|
1741
|
+
},
|
|
1734
1742
|
type: "array"
|
|
1735
1743
|
}
|
|
1736
1744
|
},
|
|
@@ -4451,34 +4459,44 @@ var openapi_default = {
|
|
|
4451
4459
|
content: {
|
|
4452
4460
|
"application/json": {
|
|
4453
4461
|
schema: {
|
|
4454
|
-
|
|
4455
|
-
{
|
|
4456
|
-
properties: {
|
|
4457
|
-
acs_user_id: { format: "uuid", type: "string" }
|
|
4458
|
-
},
|
|
4459
|
-
required: ["acs_user_id"],
|
|
4460
|
-
type: "object"
|
|
4461
|
-
},
|
|
4462
|
-
{
|
|
4463
|
-
properties: {
|
|
4464
|
-
acs_system_id: { format: "uuid", type: "string" }
|
|
4465
|
-
},
|
|
4466
|
-
required: ["acs_system_id"],
|
|
4467
|
-
type: "object"
|
|
4468
|
-
},
|
|
4462
|
+
allOf: [
|
|
4469
4463
|
{
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4464
|
+
oneOf: [
|
|
4465
|
+
{
|
|
4466
|
+
properties: {
|
|
4467
|
+
acs_user_id: { format: "uuid", type: "string" }
|
|
4468
|
+
},
|
|
4469
|
+
required: ["acs_user_id"],
|
|
4470
|
+
type: "object"
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
properties: {
|
|
4474
|
+
acs_system_id: { format: "uuid", type: "string" }
|
|
4475
|
+
},
|
|
4476
|
+
required: ["acs_system_id"],
|
|
4477
|
+
type: "object"
|
|
4478
|
+
},
|
|
4479
|
+
{
|
|
4480
|
+
properties: {
|
|
4481
|
+
acs_system_id: { format: "uuid", type: "string" },
|
|
4482
|
+
acs_user_id: { format: "uuid", type: "string" }
|
|
4483
|
+
},
|
|
4484
|
+
required: ["acs_user_id", "acs_system_id"],
|
|
4485
|
+
type: "object"
|
|
4486
|
+
},
|
|
4487
|
+
{
|
|
4488
|
+
properties: {
|
|
4489
|
+
user_identity_id: { format: "uuid", type: "string" }
|
|
4490
|
+
},
|
|
4491
|
+
required: ["user_identity_id"],
|
|
4492
|
+
type: "object"
|
|
4493
|
+
}
|
|
4494
|
+
]
|
|
4476
4495
|
},
|
|
4477
4496
|
{
|
|
4478
4497
|
properties: {
|
|
4479
|
-
|
|
4498
|
+
is_multi_phone_sync_credential: { type: "boolean" }
|
|
4480
4499
|
},
|
|
4481
|
-
required: ["user_identity_id"],
|
|
4482
4500
|
type: "object"
|
|
4483
4501
|
}
|
|
4484
4502
|
]
|
|
@@ -7001,7 +7019,13 @@ var openapi_default = {
|
|
|
7001
7019
|
type: "string"
|
|
7002
7020
|
},
|
|
7003
7021
|
provider_category: {
|
|
7004
|
-
enum: [
|
|
7022
|
+
enum: [
|
|
7023
|
+
"stable",
|
|
7024
|
+
"consumer_smartlocks",
|
|
7025
|
+
"thermostats",
|
|
7026
|
+
"noise_sensors",
|
|
7027
|
+
"internal_beta"
|
|
7028
|
+
],
|
|
7005
7029
|
type: "string"
|
|
7006
7030
|
},
|
|
7007
7031
|
wait_for_device_creation: { type: "boolean" }
|
|
@@ -7766,7 +7790,12 @@ var openapi_default = {
|
|
|
7766
7790
|
schema: {
|
|
7767
7791
|
properties: {
|
|
7768
7792
|
provider_category: {
|
|
7769
|
-
enum: [
|
|
7793
|
+
enum: [
|
|
7794
|
+
"stable",
|
|
7795
|
+
"consumer_smartlocks",
|
|
7796
|
+
"thermostats",
|
|
7797
|
+
"noise_sensors"
|
|
7798
|
+
],
|
|
7770
7799
|
type: "string"
|
|
7771
7800
|
}
|
|
7772
7801
|
},
|