@seamapi/types 1.300.1 → 1.301.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 +8 -14
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +13 -20
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +10 -16
- package/lib/seam/connect/openapi.js +6 -13
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +6 -13
- package/src/lib/seam/connect/route-types.ts +3 -4
package/dist/connect.d.cts
CHANGED
|
@@ -21770,18 +21770,8 @@ declare const _default: {
|
|
|
21770
21770
|
schema: {
|
|
21771
21771
|
oneOf: ({
|
|
21772
21772
|
properties: {
|
|
21773
|
-
|
|
21774
|
-
|
|
21775
|
-
format: string;
|
|
21776
|
-
type: string;
|
|
21777
|
-
};
|
|
21778
|
-
type: string;
|
|
21779
|
-
};
|
|
21780
|
-
acs_system_ids: {
|
|
21781
|
-
items: {
|
|
21782
|
-
format: string;
|
|
21783
|
-
type: string;
|
|
21784
|
-
};
|
|
21773
|
+
acs_system_id: {
|
|
21774
|
+
format: string;
|
|
21785
21775
|
type: string;
|
|
21786
21776
|
};
|
|
21787
21777
|
limit: {
|
|
@@ -21789,12 +21779,14 @@ declare const _default: {
|
|
|
21789
21779
|
format: string;
|
|
21790
21780
|
type: string;
|
|
21791
21781
|
};
|
|
21782
|
+
acs_system_ids?: never;
|
|
21783
|
+
acs_encoder_ids?: never;
|
|
21792
21784
|
};
|
|
21793
21785
|
required: string[];
|
|
21794
21786
|
type: string;
|
|
21795
21787
|
} | {
|
|
21796
21788
|
properties: {
|
|
21797
|
-
|
|
21789
|
+
acs_system_ids: {
|
|
21798
21790
|
items: {
|
|
21799
21791
|
format: string;
|
|
21800
21792
|
type: string;
|
|
@@ -21806,13 +21798,14 @@ declare const _default: {
|
|
|
21806
21798
|
format: string;
|
|
21807
21799
|
type: string;
|
|
21808
21800
|
};
|
|
21809
|
-
|
|
21801
|
+
acs_system_id?: never;
|
|
21802
|
+
acs_encoder_ids?: never;
|
|
21810
21803
|
};
|
|
21811
21804
|
required: string[];
|
|
21812
21805
|
type: string;
|
|
21813
21806
|
} | {
|
|
21814
21807
|
properties: {
|
|
21815
|
-
|
|
21808
|
+
acs_encoder_ids: {
|
|
21816
21809
|
items: {
|
|
21817
21810
|
format: string;
|
|
21818
21811
|
type: string;
|
|
@@ -21824,7 +21817,8 @@ declare const _default: {
|
|
|
21824
21817
|
format: string;
|
|
21825
21818
|
type: string;
|
|
21826
21819
|
};
|
|
21827
|
-
|
|
21820
|
+
acs_system_id?: never;
|
|
21821
|
+
acs_system_ids?: never;
|
|
21828
21822
|
};
|
|
21829
21823
|
required: string[];
|
|
21830
21824
|
type: string;
|
|
@@ -39257,14 +39251,13 @@ interface Routes {
|
|
|
39257
39251
|
queryParams: {};
|
|
39258
39252
|
jsonBody: {};
|
|
39259
39253
|
commonParams: {
|
|
39260
|
-
|
|
39261
|
-
acs_encoder_ids: string[];
|
|
39254
|
+
acs_system_id: string;
|
|
39262
39255
|
limit?: number;
|
|
39263
39256
|
} | {
|
|
39264
|
-
|
|
39257
|
+
acs_system_ids: string[];
|
|
39265
39258
|
limit?: number;
|
|
39266
39259
|
} | {
|
|
39267
|
-
|
|
39260
|
+
acs_encoder_ids: string[];
|
|
39268
39261
|
limit?: number;
|
|
39269
39262
|
};
|
|
39270
39263
|
formData: {};
|
|
@@ -51,7 +51,7 @@ export declare const ALL_DEVICE_PROVIDERS: [
|
|
|
51
51
|
];
|
|
52
52
|
export type ProviderCategory = keyof typeof PROVIDER_CATEGORY_MAP;
|
|
53
53
|
export declare const PROVIDER_CATEGORY_MAP: {
|
|
54
|
-
readonly stable: readonly ["august", "avigilon_alta", "brivo", "schlage", "smartthings", "yale", "nuki", "salto", "controlbyweb", "minut", "my_2n", "kwikset", "ttlock", "noiseaware", "igloohome", "ecobee", "four_suites", "lockly", "wyze", "nest", "tedee", "seam_bridge", "honeywell_resideo", "visionline", "assa_abloy_credential_service", "latch"];
|
|
54
|
+
readonly stable: readonly ["august", "avigilon_alta", "brivo", "schlage", "smartthings", "yale", "nuki", "salto", "controlbyweb", "minut", "my_2n", "kwikset", "ttlock", "noiseaware", "igloohome", "ecobee", "four_suites", "lockly", "wyze", "nest", "tedee", "seam_bridge", "honeywell_resideo", "visionline", "assa_abloy_credential_service", "latch", "akiles"];
|
|
55
55
|
readonly consumer_smartlocks: readonly ["august", "schlage", "yale", "smartthings", "nuki", "ttlock", "kwikset", "igloohome", "wyze", "lockly", "tedee"];
|
|
56
56
|
readonly thermostats: readonly ["ecobee", "nest"];
|
|
57
57
|
readonly noise_sensors: readonly ["minut", "noiseaware"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAA;AAErD,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,mBAAmB,EAAE,qBAAqB;IAC1C,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,eAAe;IAC9B,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;IAC1B,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,gBAAgB,EAAE,kBAAkB;IACpC,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,mBAAmB;IACtC,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,aAAa,EAAE,eAAe;IAC9B,UAAU,EAAE,YAAY;IACxB,6BAA6B,EAAE,+BAA+B;IAC9D,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;IACd,iBAAiB,EAAE,mBAAmB;IACtC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,mBAAmB;IAC3B,oCAAoC,EAAE,sCAAsC;CACpE,CAAA;AAKV,MAAM,CAAC,MAAM,oBAAoB,GAG7B,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAQ,CAAA;AAI1C,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,MAAM,EAAE;QACN,QAAQ;QACR,eAAe;QACf,OAAO;QACP,SAAS;QACT,aAAa;QACb,MAAM;QACN,MAAM;QACN,OAAO;QACP,cAAc;QACd,OAAO;QACP,OAAO;QACP,SAAS;QACT,QAAQ;QACR,YAAY;QACZ,WAAW;QACX,QAAQ;QACR,aAAa;QACb,QAAQ;QACR,MAAM;QACN,MAAM;QACN,OAAO;QACP,aAAa;QACb,mBAAmB;QACnB,YAAY;QACZ,+BAA+B;QAC/B,OAAO;
|
|
1
|
+
{"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"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"}
|
|
@@ -9314,18 +9314,8 @@ declare const _default: {
|
|
|
9314
9314
|
schema: {
|
|
9315
9315
|
oneOf: ({
|
|
9316
9316
|
properties: {
|
|
9317
|
-
|
|
9318
|
-
|
|
9319
|
-
format: string;
|
|
9320
|
-
type: string;
|
|
9321
|
-
};
|
|
9322
|
-
type: string;
|
|
9323
|
-
};
|
|
9324
|
-
acs_system_ids: {
|
|
9325
|
-
items: {
|
|
9326
|
-
format: string;
|
|
9327
|
-
type: string;
|
|
9328
|
-
};
|
|
9317
|
+
acs_system_id: {
|
|
9318
|
+
format: string;
|
|
9329
9319
|
type: string;
|
|
9330
9320
|
};
|
|
9331
9321
|
limit: {
|
|
@@ -9333,12 +9323,14 @@ declare const _default: {
|
|
|
9333
9323
|
format: string;
|
|
9334
9324
|
type: string;
|
|
9335
9325
|
};
|
|
9326
|
+
acs_system_ids?: never;
|
|
9327
|
+
acs_encoder_ids?: never;
|
|
9336
9328
|
};
|
|
9337
9329
|
required: string[];
|
|
9338
9330
|
type: string;
|
|
9339
9331
|
} | {
|
|
9340
9332
|
properties: {
|
|
9341
|
-
|
|
9333
|
+
acs_system_ids: {
|
|
9342
9334
|
items: {
|
|
9343
9335
|
format: string;
|
|
9344
9336
|
type: string;
|
|
@@ -9350,13 +9342,14 @@ declare const _default: {
|
|
|
9350
9342
|
format: string;
|
|
9351
9343
|
type: string;
|
|
9352
9344
|
};
|
|
9353
|
-
|
|
9345
|
+
acs_system_id?: never;
|
|
9346
|
+
acs_encoder_ids?: never;
|
|
9354
9347
|
};
|
|
9355
9348
|
required: string[];
|
|
9356
9349
|
type: string;
|
|
9357
9350
|
} | {
|
|
9358
9351
|
properties: {
|
|
9359
|
-
|
|
9352
|
+
acs_encoder_ids: {
|
|
9360
9353
|
items: {
|
|
9361
9354
|
format: string;
|
|
9362
9355
|
type: string;
|
|
@@ -9368,7 +9361,8 @@ declare const _default: {
|
|
|
9368
9361
|
format: string;
|
|
9369
9362
|
type: string;
|
|
9370
9363
|
};
|
|
9371
|
-
|
|
9364
|
+
acs_system_id?: never;
|
|
9365
|
+
acs_system_ids?: never;
|
|
9372
9366
|
};
|
|
9373
9367
|
required: string[];
|
|
9374
9368
|
type: string;
|
|
@@ -9831,39 +9831,32 @@ export default {
|
|
|
9831
9831
|
oneOf: [
|
|
9832
9832
|
{
|
|
9833
9833
|
properties: {
|
|
9834
|
-
|
|
9835
|
-
items: { format: 'uuid', type: 'string' },
|
|
9836
|
-
type: 'array',
|
|
9837
|
-
},
|
|
9838
|
-
acs_system_ids: {
|
|
9839
|
-
items: { format: 'uuid', type: 'string' },
|
|
9840
|
-
type: 'array',
|
|
9841
|
-
},
|
|
9834
|
+
acs_system_id: { format: 'uuid', type: 'string' },
|
|
9842
9835
|
limit: { default: 500, format: 'float', type: 'number' },
|
|
9843
9836
|
},
|
|
9844
|
-
required: ['
|
|
9837
|
+
required: ['acs_system_id'],
|
|
9845
9838
|
type: 'object',
|
|
9846
9839
|
},
|
|
9847
9840
|
{
|
|
9848
9841
|
properties: {
|
|
9849
|
-
|
|
9842
|
+
acs_system_ids: {
|
|
9850
9843
|
items: { format: 'uuid', type: 'string' },
|
|
9851
9844
|
type: 'array',
|
|
9852
9845
|
},
|
|
9853
9846
|
limit: { default: 500, format: 'float', type: 'number' },
|
|
9854
9847
|
},
|
|
9855
|
-
required: ['
|
|
9848
|
+
required: ['acs_system_ids'],
|
|
9856
9849
|
type: 'object',
|
|
9857
9850
|
},
|
|
9858
9851
|
{
|
|
9859
9852
|
properties: {
|
|
9860
|
-
|
|
9853
|
+
acs_encoder_ids: {
|
|
9861
9854
|
items: { format: 'uuid', type: 'string' },
|
|
9862
9855
|
type: 'array',
|
|
9863
9856
|
},
|
|
9864
9857
|
limit: { default: 500, format: 'float', type: 'number' },
|
|
9865
9858
|
},
|
|
9866
|
-
required: ['
|
|
9859
|
+
required: ['acs_encoder_ids'],
|
|
9867
9860
|
type: 'object',
|
|
9868
9861
|
},
|
|
9869
9862
|
],
|