@kohost/api-client 4.0.4 → 4.0.6
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/{chunk-EBJTC6MA.js → chunk-5I2BBUZP.js} +11 -1
- package/dist/{chunk-EBJTC6MA.js.map → chunk-5I2BBUZP.js.map} +1 -1
- package/dist/{chunk-HKJ2B2AA.js → chunk-FU4IK6I4.js} +3 -1
- package/dist/{chunk-KBBL6OJS.js → chunk-SLDNFNED.js} +290 -90
- package/dist/{chunk-KBBL6OJS.js.map → chunk-SLDNFNED.js.map} +1 -1
- package/dist/{chunk-36WNTEIW.js → chunk-SORMAXAX.js} +35 -2
- package/dist/{chunk-36WNTEIW.js.map → chunk-SORMAXAX.js.map} +1 -1
- package/dist/{chunk-MYWOGDCQ.js → chunk-TBEXLKDH.js} +25 -21
- package/dist/chunk-TBEXLKDH.js.map +1 -0
- package/dist/{chunk-W2G36LNI.js → chunk-UZQ2AWUY.js} +8 -1
- package/dist/{chunk-W2G36LNI.js.map → chunk-UZQ2AWUY.js.map} +1 -1
- package/dist/client.cjs +39 -7
- package/dist/client.cjs.map +1 -1
- package/dist/client.js +39 -9
- package/dist/client.js.map +1 -1
- package/dist/commands.cjs +85 -0
- package/dist/commands.cjs.map +1 -1
- package/dist/commands.js +87 -1
- package/dist/commands.js.map +1 -1
- package/dist/defs.js +1 -1
- package/dist/errors.cjs +37 -0
- package/dist/errors.cjs.map +1 -1
- package/dist/errors.js +3 -3
- package/dist/events.cjs +16 -12
- package/dist/events.cjs.map +1 -1
- package/dist/events.d.cts +7 -7
- package/dist/events.d.ts +7 -7
- package/dist/events.js +14 -14
- package/dist/index.cjs +1110 -108
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -21
- package/dist/index.d.ts +21 -21
- package/dist/index.js +1110 -108
- package/dist/index.js.map +1 -1
- package/dist/models.cjs +292 -86
- package/dist/models.cjs.map +1 -1
- package/dist/models.js +3 -3
- package/dist/socketIoClient.cjs +7 -3
- package/dist/socketIoClient.cjs.map +1 -1
- package/dist/socketIoClient.d.cts +1 -1
- package/dist/socketIoClient.d.ts +1 -1
- package/dist/socketIoClient.js +9 -4
- package/dist/socketIoClient.js.map +1 -1
- package/dist/useCases.cjs +640 -0
- package/dist/useCases.cjs.map +1 -1
- package/dist/useCases.js +640 -2
- package/dist/useCases.js.map +1 -1
- package/dist/utils.cjs +340 -98
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.cts +2 -2
- package/dist/utils.d.ts +2 -2
- package/dist/utils.js +10 -5
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-MYWOGDCQ.js.map +0 -1
- /package/dist/{chunk-HKJ2B2AA.js.map → chunk-FU4IK6I4.js.map} +0 -0
package/dist/utils.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { A as Alarm, a as Announcement, C as Camera, b as Category, c as Courtesy, d as Credential, D as DeviceRouter, e as Dimmer, f as DiscoveredDevice, E as EmailMessage, g as EnergyReport, h as EnergyReportShard, G as Gateway, I as Identification, i as Issue, L as Lock, j as Log, M as MediaFile, k as MediaSource, l as MotionSensor, O as Order, m as Organization, P as Policy, n as Product, o as Property, R as Reservation, p as Room, S as Scene, q as ShortLink, r as SmsMessage, s as Space, t as Switch, u as SystemUser, T as Thermostat, v as Ticket, w as TimeSheet, U as User, V as Vendor, W as WindowCovering } from './windowCovering-C3dsx-cW.cjs';
|
|
2
2
|
import { A as AppError } from './appError-v8-O4juF.cjs';
|
|
3
|
-
import { Event, ApplicationInUse, ApplicationOutOfUse, EmailEvent, ReservationCheckedIn, ReservationCheckedOut, ReservationSpaceChanged, SceneSet, ShortLinkCreated, SMSEvent, SystemAlarmUpdated, SystemCameraUpdated, SystemCategoryUpdated, SystemCourtesyUpdated, SystemCredentialUpdated, SystemDimmerUpdated, SystemEntityDeleted, SystemGatewayUpdated, SystemLockUpdated, SystemMediaSourceUpdated, SystemMotionSensorUpdated, SystemOrganizationUpdated, SystemProductUpdated,
|
|
3
|
+
import { Event, ApplicationInUse, ApplicationOutOfUse, EmailEvent, ReservationCheckedIn, ReservationCheckedOut, ReservationSpaceChanged, SceneSet, ShortLinkCreated, SMSEvent, SystemAlarmUpdated, SystemCameraUpdated, SystemCategoryUpdated, SystemCourtesyUpdated, SystemCredentialUpdated, SystemDimmerUpdated, SystemEntityDeleted, SystemGatewayUpdated, SystemLockUpdated, SystemMediaSourceUpdated, SystemMotionSensorUpdated, SystemOrganizationUpdated, SystemProductUpdated, SystemPropertyUpdated, SystemReservationUpdated, SystemSpaceUpdate, SystemSwitchUpdated, SystemThermostatUpdated, SystemUserUpdated, SystemWindowCoveringUpdated } from './events.cjs';
|
|
4
4
|
|
|
5
5
|
declare function entityFactory(type: any): typeof Alarm | typeof Announcement | typeof Camera | typeof Category | typeof Courtesy | typeof Credential | typeof DeviceRouter | typeof Dimmer | typeof DiscoveredDevice | typeof EmailMessage | typeof EnergyReport | typeof EnergyReportShard | typeof Gateway | typeof Identification | typeof Issue | typeof Lock | typeof Log | typeof MediaFile | typeof MediaSource | typeof MotionSensor | typeof Order | typeof Organization | typeof Policy | typeof Product | typeof Property | typeof Reservation | typeof Room | typeof Scene | typeof ShortLink | typeof SmsMessage | typeof Space | typeof Switch | typeof SystemUser | typeof Thermostat | typeof Ticket | typeof TimeSheet | typeof User | typeof Vendor | typeof WindowCovering;
|
|
6
6
|
declare function errorFactory(errName: any): typeof AppError | Error;
|
|
7
|
-
declare function eventFactory(eventName: any): typeof Event | typeof ApplicationInUse | typeof ApplicationOutOfUse | typeof EmailEvent | typeof ReservationCheckedIn | typeof ReservationCheckedOut | typeof ReservationSpaceChanged | typeof SceneSet | typeof ShortLinkCreated | typeof SMSEvent | typeof SystemAlarmUpdated | typeof SystemCameraUpdated | typeof SystemCategoryUpdated | typeof SystemCourtesyUpdated | typeof SystemCredentialUpdated | typeof SystemDimmerUpdated | typeof SystemEntityDeleted | typeof SystemGatewayUpdated | typeof SystemLockUpdated | typeof SystemMediaSourceUpdated | typeof SystemMotionSensorUpdated | typeof SystemOrganizationUpdated | typeof SystemProductUpdated | typeof
|
|
7
|
+
declare function eventFactory(eventName: any): typeof Event | typeof ApplicationInUse | typeof ApplicationOutOfUse | typeof EmailEvent | typeof ReservationCheckedIn | typeof ReservationCheckedOut | typeof ReservationSpaceChanged | typeof SceneSet | typeof ShortLinkCreated | typeof SMSEvent | typeof SystemAlarmUpdated | typeof SystemCameraUpdated | typeof SystemCategoryUpdated | typeof SystemCourtesyUpdated | typeof SystemCredentialUpdated | typeof SystemDimmerUpdated | typeof SystemEntityDeleted | typeof SystemGatewayUpdated | typeof SystemLockUpdated | typeof SystemMediaSourceUpdated | typeof SystemMotionSensorUpdated | typeof SystemOrganizationUpdated | typeof SystemProductUpdated | typeof SystemPropertyUpdated | typeof SystemReservationUpdated | typeof SystemSpaceUpdate | typeof SystemSwitchUpdated | typeof SystemThermostatUpdated | typeof SystemUserUpdated | typeof SystemWindowCoveringUpdated;
|
|
8
8
|
|
|
9
9
|
export { entityFactory, errorFactory, eventFactory };
|
package/dist/utils.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { A as Alarm, a as Announcement, C as Camera, b as Category, c as Courtesy, d as Credential, D as DeviceRouter, e as Dimmer, f as DiscoveredDevice, E as EmailMessage, g as EnergyReport, h as EnergyReportShard, G as Gateway, I as Identification, i as Issue, L as Lock, j as Log, M as MediaFile, k as MediaSource, l as MotionSensor, O as Order, m as Organization, P as Policy, n as Product, o as Property, R as Reservation, p as Room, S as Scene, q as ShortLink, r as SmsMessage, s as Space, t as Switch, u as SystemUser, T as Thermostat, v as Ticket, w as TimeSheet, U as User, V as Vendor, W as WindowCovering } from './windowCovering-C3dsx-cW.js';
|
|
2
2
|
import { A as AppError } from './appError-v8-O4juF.js';
|
|
3
|
-
import { Event, ApplicationInUse, ApplicationOutOfUse, EmailEvent, ReservationCheckedIn, ReservationCheckedOut, ReservationSpaceChanged, SceneSet, ShortLinkCreated, SMSEvent, SystemAlarmUpdated, SystemCameraUpdated, SystemCategoryUpdated, SystemCourtesyUpdated, SystemCredentialUpdated, SystemDimmerUpdated, SystemEntityDeleted, SystemGatewayUpdated, SystemLockUpdated, SystemMediaSourceUpdated, SystemMotionSensorUpdated, SystemOrganizationUpdated, SystemProductUpdated,
|
|
3
|
+
import { Event, ApplicationInUse, ApplicationOutOfUse, EmailEvent, ReservationCheckedIn, ReservationCheckedOut, ReservationSpaceChanged, SceneSet, ShortLinkCreated, SMSEvent, SystemAlarmUpdated, SystemCameraUpdated, SystemCategoryUpdated, SystemCourtesyUpdated, SystemCredentialUpdated, SystemDimmerUpdated, SystemEntityDeleted, SystemGatewayUpdated, SystemLockUpdated, SystemMediaSourceUpdated, SystemMotionSensorUpdated, SystemOrganizationUpdated, SystemProductUpdated, SystemPropertyUpdated, SystemReservationUpdated, SystemSpaceUpdate, SystemSwitchUpdated, SystemThermostatUpdated, SystemUserUpdated, SystemWindowCoveringUpdated } from './events.js';
|
|
4
4
|
|
|
5
5
|
declare function entityFactory(type: any): typeof Alarm | typeof Announcement | typeof Camera | typeof Category | typeof Courtesy | typeof Credential | typeof DeviceRouter | typeof Dimmer | typeof DiscoveredDevice | typeof EmailMessage | typeof EnergyReport | typeof EnergyReportShard | typeof Gateway | typeof Identification | typeof Issue | typeof Lock | typeof Log | typeof MediaFile | typeof MediaSource | typeof MotionSensor | typeof Order | typeof Organization | typeof Policy | typeof Product | typeof Property | typeof Reservation | typeof Room | typeof Scene | typeof ShortLink | typeof SmsMessage | typeof Space | typeof Switch | typeof SystemUser | typeof Thermostat | typeof Ticket | typeof TimeSheet | typeof User | typeof Vendor | typeof WindowCovering;
|
|
6
6
|
declare function errorFactory(errName: any): typeof AppError | Error;
|
|
7
|
-
declare function eventFactory(eventName: any): typeof Event | typeof ApplicationInUse | typeof ApplicationOutOfUse | typeof EmailEvent | typeof ReservationCheckedIn | typeof ReservationCheckedOut | typeof ReservationSpaceChanged | typeof SceneSet | typeof ShortLinkCreated | typeof SMSEvent | typeof SystemAlarmUpdated | typeof SystemCameraUpdated | typeof SystemCategoryUpdated | typeof SystemCourtesyUpdated | typeof SystemCredentialUpdated | typeof SystemDimmerUpdated | typeof SystemEntityDeleted | typeof SystemGatewayUpdated | typeof SystemLockUpdated | typeof SystemMediaSourceUpdated | typeof SystemMotionSensorUpdated | typeof SystemOrganizationUpdated | typeof SystemProductUpdated | typeof
|
|
7
|
+
declare function eventFactory(eventName: any): typeof Event | typeof ApplicationInUse | typeof ApplicationOutOfUse | typeof EmailEvent | typeof ReservationCheckedIn | typeof ReservationCheckedOut | typeof ReservationSpaceChanged | typeof SceneSet | typeof ShortLinkCreated | typeof SMSEvent | typeof SystemAlarmUpdated | typeof SystemCameraUpdated | typeof SystemCategoryUpdated | typeof SystemCourtesyUpdated | typeof SystemCredentialUpdated | typeof SystemDimmerUpdated | typeof SystemEntityDeleted | typeof SystemGatewayUpdated | typeof SystemLockUpdated | typeof SystemMediaSourceUpdated | typeof SystemMotionSensorUpdated | typeof SystemOrganizationUpdated | typeof SystemProductUpdated | typeof SystemPropertyUpdated | typeof SystemReservationUpdated | typeof SystemSpaceUpdate | typeof SystemSwitchUpdated | typeof SystemThermostatUpdated | typeof SystemUserUpdated | typeof SystemWindowCoveringUpdated;
|
|
8
8
|
|
|
9
9
|
export { entityFactory, errorFactory, eventFactory };
|
package/dist/utils.js
CHANGED
|
@@ -38,10 +38,10 @@ import {
|
|
|
38
38
|
User,
|
|
39
39
|
Vendor,
|
|
40
40
|
WindowCovering
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-SLDNFNED.js";
|
|
42
42
|
import {
|
|
43
43
|
events_exports
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-TBEXLKDH.js";
|
|
45
45
|
import {
|
|
46
46
|
AuthenticationError,
|
|
47
47
|
AuthorizationError,
|
|
@@ -53,13 +53,15 @@ import {
|
|
|
53
53
|
SystemCommError,
|
|
54
54
|
TokenExpiredError,
|
|
55
55
|
UnprocessableRequestError
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-SORMAXAX.js";
|
|
57
57
|
import {
|
|
58
58
|
AppError,
|
|
59
59
|
ValidationError
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-5I2BBUZP.js";
|
|
61
61
|
import "./chunk-KNSZIQXT.js";
|
|
62
|
-
import
|
|
62
|
+
import {
|
|
63
|
+
__name
|
|
64
|
+
} from "./chunk-FU4IK6I4.js";
|
|
63
65
|
|
|
64
66
|
// src/utils.js
|
|
65
67
|
function entityFactory(type) {
|
|
@@ -146,6 +148,7 @@ function entityFactory(type) {
|
|
|
146
148
|
throw new Error("Unknown entity type: " + type);
|
|
147
149
|
}
|
|
148
150
|
}
|
|
151
|
+
__name(entityFactory, "entityFactory");
|
|
149
152
|
function errorFactory(errName) {
|
|
150
153
|
switch (errName) {
|
|
151
154
|
case "AppError":
|
|
@@ -176,12 +179,14 @@ function errorFactory(errName) {
|
|
|
176
179
|
return new Error("Invalid error name: " + errName);
|
|
177
180
|
}
|
|
178
181
|
}
|
|
182
|
+
__name(errorFactory, "errorFactory");
|
|
179
183
|
function eventFactory(eventName) {
|
|
180
184
|
const AllEvents = Object.values(events_exports);
|
|
181
185
|
const Event = AllEvents.find((E) => E.prototype.name === eventName);
|
|
182
186
|
if (!Event) throw new Error("Invalid event name: " + eventName);
|
|
183
187
|
return Event;
|
|
184
188
|
}
|
|
189
|
+
__name(eventFactory, "eventFactory");
|
|
185
190
|
export {
|
|
186
191
|
entityFactory,
|
|
187
192
|
errorFactory,
|
package/dist/utils.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/utils.js"],"sourcesContent":["import * as Errors from \"./errors\";\nimport * as Events from \"./events\";\nimport * as Models from \"./models\";\n\nexport function entityFactory(type) {\n switch (type) {\n case \"reservation\":\n return Models.Reservation;\n case \"mediaFile\":\n return Models.MediaFile;\n case \"switch\":\n return Models.Switch;\n case \"alarm\":\n return Models.Alarm;\n case \"dimmer\":\n return Models.Dimmer;\n case \"lock\":\n return Models.Lock;\n case \"thermostat\":\n return Models.Thermostat;\n case \"windowCovering\":\n return Models.WindowCovering;\n case \"identification\":\n return Models.Identification;\n case \"user\":\n return Models.User;\n case \"systemUser\":\n return Models.SystemUser;\n case \"policy\":\n return Models.Policy;\n case \"courtesy\":\n return Models.Courtesy;\n case \"camera\":\n return Models.Camera;\n case \"motionSensor\":\n return Models.MotionSensor;\n case \"mediaSource\":\n return Models.MediaSource;\n case \"room\":\n return Models.Room;\n case \"space\":\n return Models.Space;\n case \"category\":\n return Models.Category;\n case \"ticket\":\n return Models.Ticket;\n case \"scene\":\n return Models.Scene;\n case \"gateway\":\n return Models.Gateway;\n case \"product\":\n return Models.Product;\n case \"order\":\n return Models.Order;\n case \"discoveredDevice\":\n return Models.DiscoveredDevice;\n case \"deviceRouter\":\n return Models.DeviceRouter;\n case \"credential\":\n return Models.Credential;\n case \"shortLink\":\n return Models.ShortLink;\n case \"energyReportShard\":\n return Models.EnergyReportShard;\n case \"energyReport\":\n return Models.EnergyReport;\n case \"smsMessage\":\n return Models.SmsMessage;\n case \"emailMessage\":\n return Models.EmailMessage;\n case \"announcement\":\n return Models.Announcement;\n case \"timeSheet\":\n return Models.TimeSheet;\n case \"property\":\n return Models.Property;\n case \"organization\":\n return Models.Organization;\n case \"issue\":\n return Models.Issue;\n case \"vendor\":\n return Models.Vendor;\n case \"log\":\n return Models.Log;\n default:\n throw new Error(\"Unknown entity type: \" + type);\n }\n}\n\nexport function errorFactory(errName) {\n switch (errName) {\n case \"AppError\":\n return Errors.AppError;\n case \"AuthenticationError\":\n return Errors.AuthenticationError;\n case \"AuthorizationError\":\n return Errors.AuthorizationError;\n case \"ConflictError\":\n return Errors.ConflictError;\n case \"DeviceCommError\":\n return Errors.DeviceCommError;\n case \"LoginError\":\n return Errors.LoginError;\n case \"NotFoundError\":\n return Errors.NotFoundError;\n case \"RequestError\":\n return Errors.RequestError;\n case \"SystemCommError\":\n return Errors.SystemCommError;\n case \"TokenExpiredError\":\n return Errors.TokenExpiredError;\n case \"UnprocessableRequestError\":\n return Errors.UnprocessableRequestError;\n case \"ValidationError\":\n return Errors.ValidationError;\n default:\n return new Error(\"Invalid error name: \" + errName);\n }\n}\n\nexport function eventFactory(eventName) {\n const AllEvents = Object.values(Events);\n const Event = AllEvents.find((E) => E.prototype.name === eventName);\n if (!Event) throw new Error(\"Invalid event name: \" + eventName);\n return Event;\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/utils.js"],"sourcesContent":["import * as Errors from \"./errors\";\nimport * as Events from \"./events\";\nimport * as Models from \"./models\";\n\nexport function entityFactory(type) {\n switch (type) {\n case \"reservation\":\n return Models.Reservation;\n case \"mediaFile\":\n return Models.MediaFile;\n case \"switch\":\n return Models.Switch;\n case \"alarm\":\n return Models.Alarm;\n case \"dimmer\":\n return Models.Dimmer;\n case \"lock\":\n return Models.Lock;\n case \"thermostat\":\n return Models.Thermostat;\n case \"windowCovering\":\n return Models.WindowCovering;\n case \"identification\":\n return Models.Identification;\n case \"user\":\n return Models.User;\n case \"systemUser\":\n return Models.SystemUser;\n case \"policy\":\n return Models.Policy;\n case \"courtesy\":\n return Models.Courtesy;\n case \"camera\":\n return Models.Camera;\n case \"motionSensor\":\n return Models.MotionSensor;\n case \"mediaSource\":\n return Models.MediaSource;\n case \"room\":\n return Models.Room;\n case \"space\":\n return Models.Space;\n case \"category\":\n return Models.Category;\n case \"ticket\":\n return Models.Ticket;\n case \"scene\":\n return Models.Scene;\n case \"gateway\":\n return Models.Gateway;\n case \"product\":\n return Models.Product;\n case \"order\":\n return Models.Order;\n case \"discoveredDevice\":\n return Models.DiscoveredDevice;\n case \"deviceRouter\":\n return Models.DeviceRouter;\n case \"credential\":\n return Models.Credential;\n case \"shortLink\":\n return Models.ShortLink;\n case \"energyReportShard\":\n return Models.EnergyReportShard;\n case \"energyReport\":\n return Models.EnergyReport;\n case \"smsMessage\":\n return Models.SmsMessage;\n case \"emailMessage\":\n return Models.EmailMessage;\n case \"announcement\":\n return Models.Announcement;\n case \"timeSheet\":\n return Models.TimeSheet;\n case \"property\":\n return Models.Property;\n case \"organization\":\n return Models.Organization;\n case \"issue\":\n return Models.Issue;\n case \"vendor\":\n return Models.Vendor;\n case \"log\":\n return Models.Log;\n default:\n throw new Error(\"Unknown entity type: \" + type);\n }\n}\n\nexport function errorFactory(errName) {\n switch (errName) {\n case \"AppError\":\n return Errors.AppError;\n case \"AuthenticationError\":\n return Errors.AuthenticationError;\n case \"AuthorizationError\":\n return Errors.AuthorizationError;\n case \"ConflictError\":\n return Errors.ConflictError;\n case \"DeviceCommError\":\n return Errors.DeviceCommError;\n case \"LoginError\":\n return Errors.LoginError;\n case \"NotFoundError\":\n return Errors.NotFoundError;\n case \"RequestError\":\n return Errors.RequestError;\n case \"SystemCommError\":\n return Errors.SystemCommError;\n case \"TokenExpiredError\":\n return Errors.TokenExpiredError;\n case \"UnprocessableRequestError\":\n return Errors.UnprocessableRequestError;\n case \"ValidationError\":\n return Errors.ValidationError;\n default:\n return new Error(\"Invalid error name: \" + errName);\n }\n}\n\nexport function eventFactory(eventName) {\n const AllEvents = Object.values(Events);\n const Event = AllEvents.find((E) => E.prototype.name === eventName);\n if (!Event) throw new Error(\"Invalid event name: \" + eventName);\n return Event;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIO,SAAS,cAAc,MAAM;AAClC,UAAQ,MAAM;AAAA,IACZ,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB;AACE,YAAM,IAAI,MAAM,0BAA0B,IAAI;AAAA,EAClD;AACF;AAnFgB;AAqFT,SAAS,aAAa,SAAS;AACpC,UAAQ,SAAS;AAAA,IACf,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB,KAAK;AACH,aAAc;AAAA,IAChB;AACE,aAAO,IAAI,MAAM,yBAAyB,OAAO;AAAA,EACrD;AACF;AA7BgB;AA+BT,SAAS,aAAa,WAAW;AACtC,QAAM,YAAY,OAAO,OAAO,cAAM;AACtC,QAAM,QAAQ,UAAU,KAAK,CAAC,MAAM,EAAE,UAAU,SAAS,SAAS;AAClE,MAAI,CAAC,MAAO,OAAM,IAAI,MAAM,yBAAyB,SAAS;AAC9D,SAAO;AACT;AALgB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/events/index.js","../src/events/event.js","../src/events/applicationInUse.js","../src/events/applicationOutOfUse.js","../src/events/emailEvent.js","../src/events/reservationCheckedIn.js","../src/events/reservationCheckedOut.js","../src/events/reservationSpaceChanged.js","../src/events/sceneSet.js","../src/events/shortLinkCreated.js","../src/events/smsEvent.js","../src/events/systemAlarmUpdated.js","../src/events/systemCameraUpdated.js","../src/events/systemCategoryUpdated.js","../src/events/systemCourtesyUpdated.js","../src/events/systemCredentialUpdated.js","../src/events/systemDimmerUpdated.js","../src/events/systemEntityDeleted.js","../src/events/systemGatewayUpdated.js","../src/events/systemLockUpdated.js","../src/events/systemMediaSourceUpdated.js","../src/events/systemMotionSensorUpdated.js","../src/events/systemOrganizationUpdated.js","../src/events/systemProductUpdated.js","../src/events/systemPropertyUpdated.js","../src/events/systemReservationUpdated.js","../src/events/systemSpaceUpdated.js","../src/events/systemSwitchUpdated.js","../src/events/systemThermostatUpdated.js","../src/events/systemUserUpdated.js","../src/events/systemWindowCoveringUpdated.js"],"sourcesContent":["// This file is auto-generated. Do not edit this file manually.\n// Generated on: 2025-01-07T19:42:34.559Z\n\nexport { ApplicationInUse } from \"./applicationInUse\";\nexport { ApplicationOutOfUse } from \"./applicationOutOfUse\";\nexport { EmailEvent } from \"./emailEvent\";\nexport { Event } from \"./event\";\nexport { ReservationCheckedIn } from \"./reservationCheckedIn\";\nexport { ReservationCheckedOut } from \"./reservationCheckedOut\";\nexport { ReservationSpaceChanged } from \"./reservationSpaceChanged\";\nexport { SceneSet } from \"./sceneSet\";\nexport { ShortLinkCreated } from \"./shortLinkCreated\";\nexport { SMSEvent } from \"./smsEvent\";\nexport { SystemAlarmUpdated } from \"./systemAlarmUpdated\";\nexport { SystemCameraUpdated } from \"./systemCameraUpdated\";\nexport { SystemCategoryUpdated } from \"./systemCategoryUpdated\";\nexport { SystemCourtesyUpdated } from \"./systemCourtesyUpdated\";\nexport { SystemCredentialUpdated } from \"./systemCredentialUpdated\";\nexport { SystemDimmerUpdated } from \"./systemDimmerUpdated\";\nexport { SystemEntityDeleted } from \"./systemEntityDeleted\";\nexport { SystemGatewayUpdated } from \"./systemGatewayUpdated\";\nexport { SystemLockUpdated } from \"./systemLockUpdated\";\nexport { SystemMediaSourceUpdated } from \"./systemMediaSourceUpdated\";\nexport { SystemMotionSensorUpdated } from \"./systemMotionSensorUpdated\";\nexport { SystemOrganizationUpdated } from \"./systemOrganizationUpdated\";\nexport { SystemProductUpdated } from \"./systemProductUpdated\";\nexport { SystemPropertyUpdate } from \"./systemPropertyUpdated\";\nexport { SystemReservationUpdate } from \"./systemReservationUpdated\";\nexport { SystemSpaceUpdate } from \"./systemSpaceUpdated\";\nexport { SystemSwitchUpdate } from \"./systemSwitchUpdated\";\nexport { SystemThermostatUpdate } from \"./systemThermostatUpdated\";\nexport { SystemUserUpdate } from \"./systemUserUpdated\";\nexport { SystemWindowCoveringUpdate } from \"./systemWindowCoveringUpdated\";","import { amqpExchanges } from \"../defs\";\n\nexport class Event {\n constructor(data, context = {}) {\n this.data = [];\n this.context = context;\n if (!data) throw new Error(\"Event data is required\");\n if (typeof data !== \"object\" && !Array.isArray(data))\n throw new Error(\"Event data must be an object or array\");\n\n if (!Array.isArray(data)) this.data = [data];\n else this.data = data;\n }\n\n get organizationId() {\n return this.context.organizationId || \"*\";\n }\n\n get propertyId() {\n return this.context.propertyId || \"*\";\n }\n\n static get type() {\n return \"Event\";\n }\n\n static get exchange() {\n return amqpExchanges.DriverEvents.name;\n }\n\n static get entity() {\n return \"\";\n }\n\n build() {\n return { data: { ...this.data } };\n }\n\n get routingKey() {\n return `${this.organizationId}.${this.propertyId}.${this.constructor.entity}.${this.constructor.name}`;\n }\n}\n","import { amqpExchanges } from \"../defs\";\nimport { Event } from \"./event\";\n\nexport class ApplicationInUse extends Event {\n constructor(data = {}, context) {\n super(data, context);\n }\n\n static get name() {\n return \"ApplicationInUse\";\n }\n\n static get entity() {\n return \"app\";\n }\n\n static get exchange() {\n return amqpExchanges.AppEvents.name;\n }\n}\n","import { amqpExchanges } from \"../defs\";\nimport { Event } from \"./event\";\n\nexport class ApplicationOutOfUse extends Event {\n constructor(data = {}, context = {}) {\n super(data, context);\n }\n\n static get name() {\n return \"ApplicationOutOfUse\";\n }\n\n static get entity() {\n return \"app\";\n }\n\n static get exchange() {\n return amqpExchanges.AppEvents.name;\n }\n}\n","import { Event } from \"./event\";\n\nexport class EmailEvent extends Event {\n constructor(email, context) {\n super(email, context);\n }\n\n static get name() {\n return \"EmailEvent\";\n }\n\n static get entity() {\n return \"emailMessage\";\n }\n}\n","import { amqpExchanges } from \"../defs\";\nimport { Event } from \"./event\";\n\nexport class ReservationCheckedIn extends Event {\n constructor(reservation, context) {\n super(reservation, context);\n }\n\n static get name() {\n return \"ReservationCheckedIn\";\n }\n\n static get entity() {\n return \"reservation\";\n }\n\n static get exchange() {\n return amqpExchanges.AppEvents.name;\n }\n}\n","import { amqpExchanges } from \"../defs\";\nimport { Event } from \"./event\";\n\nexport class ReservationCheckedOut extends Event {\n constructor(reservation, context) {\n super(reservation, context);\n }\n\n static get name() {\n return \"ReservationCheckedOut\";\n }\n\n static get entity() {\n return \"reservation\";\n }\n\n static get exchange() {\n return amqpExchanges.AppEvents.name;\n }\n}\n","import { amqpExchanges } from \"../defs\";\nimport { Event } from \"./event\";\n\nexport class ReservationSpaceChanged extends Event {\n constructor(reservation, context) {\n super(reservation, context);\n }\n\n static get name() {\n return \"ReservationSpaceChanged\";\n }\n\n static get entity() {\n return \"reservation\";\n }\n\n static get exchange() {\n return amqpExchanges.AppEvents.name;\n }\n}\n","import { Event } from \"./event\";\n\nexport class SceneSet extends Event {\n constructor(scene, context) {\n super(scene, context);\n }\n\n static get name() {\n return \"SceneSet\";\n }\n\n static get entity() {\n return \"scene\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class ShortLinkCreated extends Event {\n constructor(shortLink, context) {\n super(shortLink, context);\n }\n\n static get name() {\n return \"ShortLinkCreated\";\n }\n\n static get entity() {\n return \"shortLink\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SMSEvent extends Event {\n constructor(sms, context) {\n super(sms, context);\n }\n\n static get name() {\n return \"SMSEvent\";\n }\n\n static get entity() {\n return \"smsMessage\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemAlarmUpdated extends Event {\n constructor(alarm, context) {\n super(alarm, context);\n }\n\n static get name() {\n return \"SystemAlarmUpdated\";\n }\n\n static get entity() {\n return \"alarm\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemCameraUpdated extends Event {\n constructor(camera, context) {\n super(camera, context);\n }\n\n static get name() {\n return \"SystemCameraUpdated\";\n }\n\n static get entity() {\n return \"camera\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemCategoryUpdated extends Event {\n constructor(category, context) {\n super(category, context);\n }\n\n static get name() {\n return \"SystemCategoryUpdated\";\n }\n\n static get entity() {\n return \"category\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemCourtesyUpdated extends Event {\n constructor(courtesy, context) {\n super(courtesy, context);\n }\n\n static get name() {\n return \"SystemCourtesyUpdated\";\n }\n\n static get entity() {\n return \"courtesy\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemCredentialUpdated extends Event {\n constructor(cred, context) {\n super(cred, context);\n }\n\n static get name() {\n return \"SystemCredentialUpdated\";\n }\n\n static get entity() {\n return \"credential\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemDimmerUpdated extends Event {\n constructor(dimmer, context) {\n super(dimmer, context);\n }\n\n static get name() {\n return \"SystemDimmerUpdated\";\n }\n\n static get entity() {\n return \"dimmer\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemEntityDeleted extends Event {\n constructor(data, context) {\n super(data, context);\n }\n\n static get name() {\n return \"SystemEntityDeleted\";\n }\n\n static get entity() {\n return \"entity\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemGatewayUpdated extends Event {\n constructor(gateway, context) {\n super(gateway, context);\n }\n\n static get name() {\n return \"SystemGatewayUpdated\";\n }\n\n static get entity() {\n return \"gateway\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemLockUpdated extends Event {\n constructor(lock, context) {\n super(lock, context);\n }\n\n static get name() {\n return \"SystemLockUpdated\";\n }\n\n static get entity() {\n return \"lock\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemMediaSourceUpdated extends Event {\n constructor(mediaSource, context) {\n super(mediaSource, context);\n }\n\n static get name() {\n return \"SystemMediaSourceUpdated\";\n }\n\n static get entity() {\n return \"mediaSource\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemMotionSensorUpdated extends Event {\n constructor(motion, context) {\n super(motion, context);\n }\n\n static get name() {\n return \"SystemMotionSensorUpdated\";\n }\n\n static get entity() {\n return \"motionSensor\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemOrganizationUpdated extends Event {\n constructor(organization, context) {\n super(organization, context);\n }\n\n static get name() {\n return \"SystemOrganizationUpdated\";\n }\n\n static get entity() {\n return \"organization\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemProductUpdated extends Event {\n constructor(product, context) {\n super(product, context);\n }\n\n static get name() {\n return \"SystemProductUpdated\";\n }\n\n static get entity() {\n return \"product\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemPropertyUpdate extends Event {\n constructor(property, context) {\n super(property, context);\n }\n\n static get name() {\n return \"SystemPropertyUpdated\";\n }\n\n static get entity() {\n return \"property\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemReservationUpdate extends Event {\n constructor(reservation, context) {\n super(reservation, context);\n }\n\n static get name() {\n return \"SystemReservationUpdated\";\n }\n\n static get entity() {\n return \"reservation\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemSpaceUpdate extends Event {\n constructor(space, context) {\n super(space, context);\n }\n\n static get name() {\n return \"SystemSpaceUpdated\";\n }\n\n static get entity() {\n return \"space\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemSwitchUpdate extends Event {\n constructor(_switch, context) {\n super(_switch, context);\n }\n\n static get name() {\n return \"SystemSwitchUpdated\";\n }\n\n static get entity() {\n return \"switch\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemThermostatUpdate extends Event {\n constructor(thermostat, context) {\n super(thermostat, context);\n }\n\n static get name() {\n return \"SystemThermostatUpdated\";\n }\n\n static get entity() {\n return \"thermostat\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemUserUpdate extends Event {\n constructor(user, context) {\n super(user, context);\n }\n\n static get name() {\n return \"SystemUserUpdated\";\n }\n\n static get entity() {\n return \"user\";\n }\n}\n","import { Event } from \"./event\";\n\nexport class SystemWindowCoveringUpdate extends Event {\n constructor(wc, context) {\n super(wc, context);\n }\n\n static get name() {\n return \"SystemWindowCoveringUpdated\";\n }\n\n static get entity() {\n return \"windowCovering\";\n }\n}\n"],"mappings":"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","names":[]}
|
|
File without changes
|