@wix/motion 1.0.47 → 1.0.48
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/motion",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.48",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/motion_alarms": "1.0.
|
|
21
|
+
"@wix/motion_alarms": "1.0.16",
|
|
22
22
|
"@wix/motion_metroinspector": "1.0.11",
|
|
23
23
|
"@wix/motion_products": "1.0.14"
|
|
24
24
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "ad1732b185cb6667c537a5c282028025274da8daa292082fd258fec9"
|
|
49
49
|
}
|
|
@@ -412,21 +412,6 @@ interface AlarmMessage {
|
|
|
412
412
|
_id?: string;
|
|
413
413
|
seconds?: number;
|
|
414
414
|
}
|
|
415
|
-
interface Dispatched$1 {
|
|
416
|
-
/** the message someone says */
|
|
417
|
-
echo?: EchoMessage$1;
|
|
418
|
-
}
|
|
419
|
-
interface EchoMessage$1 {
|
|
420
|
-
/** message comment from EchoMessage proto def, with special comment */
|
|
421
|
-
message?: string;
|
|
422
|
-
/** messages_list comment from EchoMessage proto def */
|
|
423
|
-
messagesList?: MessageItem$1[];
|
|
424
|
-
_id?: string;
|
|
425
|
-
}
|
|
426
|
-
interface MessageItem$1 {
|
|
427
|
-
/** inner_message comment from EchoMessage proto def */
|
|
428
|
-
innerMessage?: string;
|
|
429
|
-
}
|
|
430
415
|
interface AlarmRequest {
|
|
431
416
|
seconds: number;
|
|
432
417
|
someString?: string;
|
|
@@ -725,7 +710,7 @@ declare const context$2_onAlarmSnoozed: typeof onAlarmSnoozed;
|
|
|
725
710
|
declare const context$2_onAlarmTriggered: typeof onAlarmTriggered;
|
|
726
711
|
declare const context$2_updateAlarm: typeof updateAlarm;
|
|
727
712
|
declare namespace context$2 {
|
|
728
|
-
export { type ActionEvent$2 as ActionEvent, type context$2_AlarmDeleted as AlarmDeleted, type context$2_AlarmDeletedEnvelope as AlarmDeletedEnvelope, type context$2_AlarmMessage as AlarmMessage, type context$2_AlarmOptions as AlarmOptions, type context$2_AlarmRequest as AlarmRequest, type context$2_AlarmRequestRequiredFields as AlarmRequestRequiredFields, type context$2_AlarmResponse as AlarmResponse, type context$2_AlarmSnoozed as AlarmSnoozed, type context$2_AlarmSnoozedEnvelope as AlarmSnoozedEnvelope, type context$2_AlarmTriggered as AlarmTriggered, type context$2_AlarmTriggeredEnvelope as AlarmTriggeredEnvelope, type BaseEventMetadata$1 as BaseEventMetadata, type
|
|
713
|
+
export { type ActionEvent$2 as ActionEvent, type context$2_AlarmDeleted as AlarmDeleted, type context$2_AlarmDeletedEnvelope as AlarmDeletedEnvelope, type context$2_AlarmMessage as AlarmMessage, type context$2_AlarmOptions as AlarmOptions, type context$2_AlarmRequest as AlarmRequest, type context$2_AlarmRequestRequiredFields as AlarmRequestRequiredFields, type context$2_AlarmResponse as AlarmResponse, type context$2_AlarmSnoozed as AlarmSnoozed, type context$2_AlarmSnoozedEnvelope as AlarmSnoozedEnvelope, type context$2_AlarmTriggered as AlarmTriggered, type context$2_AlarmTriggeredEnvelope as AlarmTriggeredEnvelope, type BaseEventMetadata$1 as BaseEventMetadata, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type MessageEnvelope$2 as MessageEnvelope, type RestoreInfo$2 as RestoreInfo, type context$2_UpdateAlarm as UpdateAlarm, type context$2_UpdateAlarmRequest as UpdateAlarmRequest, type context$2_UpdateAlarmRequestRequiredFields as UpdateAlarmRequestRequiredFields, type context$2_UpdateAlarmResponse as UpdateAlarmResponse, type context$2_UpdateAlarmResponseNonNullableFields as UpdateAlarmResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, type context$2__publicOnAlarmDeletedType as _publicOnAlarmDeletedType, type context$2__publicOnAlarmSnoozedType as _publicOnAlarmSnoozedType, type context$2__publicOnAlarmTriggeredType as _publicOnAlarmTriggeredType, context$2_alarm as alarm, context$2_onAlarmDeleted as onAlarmDeleted, context$2_onAlarmSnoozed as onAlarmSnoozed, context$2_onAlarmTriggered as onAlarmTriggered, onAlarmDeleted$1 as publicOnAlarmDeleted, onAlarmSnoozed$1 as publicOnAlarmSnoozed, onAlarmTriggered$1 as publicOnAlarmTriggered, context$2_updateAlarm as updateAlarm };
|
|
729
714
|
}
|
|
730
715
|
|
|
731
716
|
type HostModule$1<T, H extends Host$1> = {
|
|
@@ -412,21 +412,6 @@ interface AlarmMessage {
|
|
|
412
412
|
_id?: string;
|
|
413
413
|
seconds?: number;
|
|
414
414
|
}
|
|
415
|
-
interface Dispatched$1 {
|
|
416
|
-
/** the message someone says */
|
|
417
|
-
echo?: EchoMessage$1;
|
|
418
|
-
}
|
|
419
|
-
interface EchoMessage$1 {
|
|
420
|
-
/** message comment from EchoMessage proto def, with special comment */
|
|
421
|
-
message?: string;
|
|
422
|
-
/** messages_list comment from EchoMessage proto def */
|
|
423
|
-
messagesList?: MessageItem$1[];
|
|
424
|
-
_id?: string;
|
|
425
|
-
}
|
|
426
|
-
interface MessageItem$1 {
|
|
427
|
-
/** inner_message comment from EchoMessage proto def */
|
|
428
|
-
innerMessage?: string;
|
|
429
|
-
}
|
|
430
415
|
interface AlarmRequest {
|
|
431
416
|
seconds: number;
|
|
432
417
|
someString?: string;
|
|
@@ -725,7 +710,7 @@ declare const index_d$2_onAlarmSnoozed: typeof onAlarmSnoozed;
|
|
|
725
710
|
declare const index_d$2_onAlarmTriggered: typeof onAlarmTriggered;
|
|
726
711
|
declare const index_d$2_updateAlarm: typeof updateAlarm;
|
|
727
712
|
declare namespace index_d$2 {
|
|
728
|
-
export { type ActionEvent$2 as ActionEvent, type index_d$2_AlarmDeleted as AlarmDeleted, type index_d$2_AlarmDeletedEnvelope as AlarmDeletedEnvelope, type index_d$2_AlarmMessage as AlarmMessage, type index_d$2_AlarmOptions as AlarmOptions, type index_d$2_AlarmRequest as AlarmRequest, type index_d$2_AlarmRequestRequiredFields as AlarmRequestRequiredFields, type index_d$2_AlarmResponse as AlarmResponse, type index_d$2_AlarmSnoozed as AlarmSnoozed, type index_d$2_AlarmSnoozedEnvelope as AlarmSnoozedEnvelope, type index_d$2_AlarmTriggered as AlarmTriggered, type index_d$2_AlarmTriggeredEnvelope as AlarmTriggeredEnvelope, type BaseEventMetadata$1 as BaseEventMetadata, type
|
|
713
|
+
export { type ActionEvent$2 as ActionEvent, type index_d$2_AlarmDeleted as AlarmDeleted, type index_d$2_AlarmDeletedEnvelope as AlarmDeletedEnvelope, type index_d$2_AlarmMessage as AlarmMessage, type index_d$2_AlarmOptions as AlarmOptions, type index_d$2_AlarmRequest as AlarmRequest, type index_d$2_AlarmRequestRequiredFields as AlarmRequestRequiredFields, type index_d$2_AlarmResponse as AlarmResponse, type index_d$2_AlarmSnoozed as AlarmSnoozed, type index_d$2_AlarmSnoozedEnvelope as AlarmSnoozedEnvelope, type index_d$2_AlarmTriggered as AlarmTriggered, type index_d$2_AlarmTriggeredEnvelope as AlarmTriggeredEnvelope, type BaseEventMetadata$1 as BaseEventMetadata, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type MessageEnvelope$2 as MessageEnvelope, type RestoreInfo$2 as RestoreInfo, type index_d$2_UpdateAlarm as UpdateAlarm, type index_d$2_UpdateAlarmRequest as UpdateAlarmRequest, type index_d$2_UpdateAlarmRequestRequiredFields as UpdateAlarmRequestRequiredFields, type index_d$2_UpdateAlarmResponse as UpdateAlarmResponse, type index_d$2_UpdateAlarmResponseNonNullableFields as UpdateAlarmResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, type index_d$2__publicOnAlarmDeletedType as _publicOnAlarmDeletedType, type index_d$2__publicOnAlarmSnoozedType as _publicOnAlarmSnoozedType, type index_d$2__publicOnAlarmTriggeredType as _publicOnAlarmTriggeredType, index_d$2_alarm as alarm, index_d$2_onAlarmDeleted as onAlarmDeleted, index_d$2_onAlarmSnoozed as onAlarmSnoozed, index_d$2_onAlarmTriggered as onAlarmTriggered, onAlarmDeleted$1 as publicOnAlarmDeleted, onAlarmSnoozed$1 as publicOnAlarmSnoozed, onAlarmTriggered$1 as publicOnAlarmTriggered, index_d$2_updateAlarm as updateAlarm };
|
|
729
714
|
}
|
|
730
715
|
|
|
731
716
|
type HostModule$1<T, H extends Host$1> = {
|