@aldb2b/common 1.0.220 → 1.0.222
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.
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Subjects } from './subjects';
|
|
2
|
+
import { operationTypes } from "../types/operation-types";
|
|
2
3
|
export declare namespace SyncEventCreation {
|
|
3
4
|
interface Context {
|
|
4
5
|
subject: Subjects.SyncEventCreation;
|
|
5
|
-
data
|
|
6
|
-
closed?: string[];
|
|
6
|
+
data: Data;
|
|
7
7
|
}
|
|
8
8
|
interface Data {
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
operation: operationTypes;
|
|
10
|
+
data: any;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -227,8 +227,8 @@
|
|
|
227
227
|
"affectsGlobalScope": false
|
|
228
228
|
},
|
|
229
229
|
"../src/types/operation-types.ts": {
|
|
230
|
-
"version": "
|
|
231
|
-
"signature": "
|
|
230
|
+
"version": "73c65d3ea4c8654eb4bcd1be12fe2fb18467fd5c354e93a48dccffa2d41e878c",
|
|
231
|
+
"signature": "754fb33697d90b2fbe53b8ee65944f243686296c706774e5dfe4f342ac686a53",
|
|
232
232
|
"affectsGlobalScope": false
|
|
233
233
|
},
|
|
234
234
|
"../src/events/manage-asseccibillity.interface.ts": {
|
|
@@ -582,8 +582,8 @@
|
|
|
582
582
|
"affectsGlobalScope": false
|
|
583
583
|
},
|
|
584
584
|
"../src/events/sync-event-creation.interface.ts": {
|
|
585
|
-
"version": "
|
|
586
|
-
"signature": "
|
|
585
|
+
"version": "e878a353eb46a8bb96be504083498e7a6f9d451c1c083ff02bd69bdef21debfe",
|
|
586
|
+
"signature": "dc85826d4ef245d5361f3acd165ae1e1fbfc52ba373ef99977296e88a1ddf1e4",
|
|
587
587
|
"affectsGlobalScope": false
|
|
588
588
|
},
|
|
589
589
|
"../src/events/sync-accessibility-creation.interface.ts": {
|
|
@@ -11434,7 +11434,8 @@
|
|
|
11434
11434
|
"../src/events/subjects.ts"
|
|
11435
11435
|
],
|
|
11436
11436
|
"../src/events/sync-event-creation.interface.ts": [
|
|
11437
|
-
"../src/events/subjects.ts"
|
|
11437
|
+
"../src/events/subjects.ts",
|
|
11438
|
+
"../src/types/operation-types.ts"
|
|
11438
11439
|
],
|
|
11439
11440
|
"../src/events/update-company-meeting-stats.interface.ts": [
|
|
11440
11441
|
"../src/events/subjects.ts"
|
|
@@ -16634,7 +16635,8 @@
|
|
|
16634
16635
|
"../src/events/subjects.ts"
|
|
16635
16636
|
],
|
|
16636
16637
|
"../src/events/sync-event-creation.interface.ts": [
|
|
16637
|
-
"../src/events/subjects.ts"
|
|
16638
|
+
"../src/events/subjects.ts",
|
|
16639
|
+
"../src/types/operation-types.ts"
|
|
16638
16640
|
],
|
|
16639
16641
|
"../src/events/update-company-meeting-stats.interface.ts": [
|
|
16640
16642
|
"../src/events/subjects.ts"
|
|
@@ -6,5 +6,6 @@ var operationTypes;
|
|
|
6
6
|
operationTypes["CREATE"] = "create";
|
|
7
7
|
operationTypes["UPDATE"] = "update";
|
|
8
8
|
operationTypes["DELETE"] = "delete";
|
|
9
|
+
operationTypes["CLOSED"] = "closed";
|
|
9
10
|
})(operationTypes = exports.operationTypes || (exports.operationTypes = {}));
|
|
10
11
|
//# sourceMappingURL=operation-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../src/types/operation-types.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../src/types/operation-types.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,mCAAiB,CAAA;IACjB,mCAAiB,CAAA;IACjB,mCAAiB,CAAA;IACjB,mCAAiB,CAAA;AACnB,CAAC,EALW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAKzB"}
|