@seamapi/types 1.523.0 → 1.525.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 +13 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -1
- package/dist/index.cjs +13 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +2 -0
- package/lib/seam/connect/openapi.js +10 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +10 -2
- package/src/lib/seam/connect/route-types.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -88589,6 +88589,7 @@ declare const _default: {
|
|
|
88589
88589
|
properties: {
|
|
88590
88590
|
automation_id: {
|
|
88591
88591
|
format: string;
|
|
88592
|
+
nullable: boolean;
|
|
88592
88593
|
type: string;
|
|
88593
88594
|
};
|
|
88594
88595
|
automation_result: {
|
|
@@ -88753,6 +88754,7 @@ declare const _default: {
|
|
|
88753
88754
|
properties: {
|
|
88754
88755
|
automation_id: {
|
|
88755
88756
|
format: string;
|
|
88757
|
+
nullable: boolean;
|
|
88756
88758
|
type: string;
|
|
88757
88759
|
};
|
|
88758
88760
|
automation_result: {
|
|
@@ -156641,7 +156643,7 @@ type Routes = {
|
|
|
156641
156643
|
automation_runs: {
|
|
156642
156644
|
automation_run_id: string;
|
|
156643
156645
|
workspace_id: string;
|
|
156644
|
-
automation_id: string;
|
|
156646
|
+
automation_id: string | null;
|
|
156645
156647
|
partner_resource_id: string | null;
|
|
156646
156648
|
automation_result?: {
|
|
156647
156649
|
success: boolean;
|
package/dist/index.cjs
CHANGED
|
@@ -1810,7 +1810,9 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
1810
1810
|
"salto_ks",
|
|
1811
1811
|
"assa_abloy_vostio",
|
|
1812
1812
|
"salto_space",
|
|
1813
|
-
"dormakaba_ambiance"
|
|
1813
|
+
"dormakaba_ambiance",
|
|
1814
|
+
"dormakaba_community",
|
|
1815
|
+
"legic_connect"
|
|
1814
1816
|
],
|
|
1815
1817
|
internal_beta: ALL_DEVICE_PROVIDERS
|
|
1816
1818
|
};
|
|
@@ -49439,7 +49441,11 @@ var openapi_default = {
|
|
|
49439
49441
|
automation_runs: {
|
|
49440
49442
|
items: {
|
|
49441
49443
|
properties: {
|
|
49442
|
-
automation_id: {
|
|
49444
|
+
automation_id: {
|
|
49445
|
+
format: "uuid",
|
|
49446
|
+
nullable: true,
|
|
49447
|
+
type: "string"
|
|
49448
|
+
},
|
|
49443
49449
|
automation_result: {
|
|
49444
49450
|
properties: {
|
|
49445
49451
|
actions: {
|
|
@@ -49588,7 +49594,11 @@ var openapi_default = {
|
|
|
49588
49594
|
automation_runs: {
|
|
49589
49595
|
items: {
|
|
49590
49596
|
properties: {
|
|
49591
|
-
automation_id: {
|
|
49597
|
+
automation_id: {
|
|
49598
|
+
format: "uuid",
|
|
49599
|
+
nullable: true,
|
|
49600
|
+
type: "string"
|
|
49601
|
+
},
|
|
49592
49602
|
automation_result: {
|
|
49593
49603
|
properties: {
|
|
49594
49604
|
actions: {
|