@aldb2b/common 1.0.442 → 1.0.444
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/build/enums/event-profile-status.enum.d.ts +4 -0
- package/build/enums/event-profile-status.enum.js +9 -0
- package/build/enums/event-profile-status.enum.js.map +1 -0
- package/build/enums/event-profile-type.enum.d.ts +3 -0
- package/build/enums/event-profile-type.enum.js +8 -0
- package/build/enums/event-profile-type.enum.js.map +1 -0
- package/build/events/get-company-properties.interface.d.ts +9 -0
- package/build/events/get-company-properties.interface.js +3 -0
- package/build/events/get-company-properties.interface.js.map +1 -0
- package/build/index.d.ts +3 -0
- package/build/index.js +3 -0
- package/build/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +32 -2
- package/package.json +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventProfileStatus = void 0;
|
|
4
|
+
var EventProfileStatus;
|
|
5
|
+
(function (EventProfileStatus) {
|
|
6
|
+
EventProfileStatus["DISABLE"] = "Disable";
|
|
7
|
+
EventProfileStatus["ENABLE"] = "Enable";
|
|
8
|
+
})(EventProfileStatus = exports.EventProfileStatus || (exports.EventProfileStatus = {}));
|
|
9
|
+
//# sourceMappingURL=event-profile-status.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-profile-status.enum.js","sourceRoot":"","sources":["../../src/enums/event-profile-status.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,uCAAiB,CAAA;AACnB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventProfileType = void 0;
|
|
4
|
+
var EventProfileType;
|
|
5
|
+
(function (EventProfileType) {
|
|
6
|
+
EventProfileType["COMPANY"] = "Company";
|
|
7
|
+
})(EventProfileType = exports.EventProfileType || (exports.EventProfileType = {}));
|
|
8
|
+
//# sourceMappingURL=event-profile-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-profile-type.enum.js","sourceRoot":"","sources":["../../src/enums/event-profile-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAEX;AAFD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;AACrB,CAAC,EAFW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAE3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-company-properties.interface.js","sourceRoot":"","sources":["../../src/events/get-company-properties.interface.ts"],"names":[],"mappings":""}
|
package/build/index.d.ts
CHANGED
|
@@ -118,6 +118,7 @@ export * from './events/edit-property.interface';
|
|
|
118
118
|
export * from './events/delete-property.interface';
|
|
119
119
|
export * from './events/get-company-states.interface';
|
|
120
120
|
export * from './events/elastic-search-event.interface';
|
|
121
|
+
export * from './events/get-company-properties.interface';
|
|
121
122
|
export * from './validators/conditional-required';
|
|
122
123
|
export * from './validators/date-validator';
|
|
123
124
|
export * from './validators/validateNewItem';
|
|
@@ -208,6 +209,8 @@ export * from './types/meeting-token.interface';
|
|
|
208
209
|
export * from './utils/encryptor';
|
|
209
210
|
export * from './enums/elastic-search-action.enum';
|
|
210
211
|
export * from './enums/elastic-sort-order.enum';
|
|
212
|
+
export * from './enums/event-profile-status.enum';
|
|
213
|
+
export * from './enums/event-profile-type.enum';
|
|
211
214
|
export * from './elastic/elastic-find-options';
|
|
212
215
|
export * from './elastic/elastic-sort.interface';
|
|
213
216
|
export * from './elastic/elastic-search-index';
|
package/build/index.js
CHANGED
|
@@ -130,6 +130,7 @@ __exportStar(require("./events/edit-property.interface"), exports);
|
|
|
130
130
|
__exportStar(require("./events/delete-property.interface"), exports);
|
|
131
131
|
__exportStar(require("./events/get-company-states.interface"), exports);
|
|
132
132
|
__exportStar(require("./events/elastic-search-event.interface"), exports);
|
|
133
|
+
__exportStar(require("./events/get-company-properties.interface"), exports);
|
|
133
134
|
__exportStar(require("./validators/conditional-required"), exports);
|
|
134
135
|
__exportStar(require("./validators/date-validator"), exports);
|
|
135
136
|
__exportStar(require("./validators/validateNewItem"), exports);
|
|
@@ -220,6 +221,8 @@ __exportStar(require("./types/meeting-token.interface"), exports);
|
|
|
220
221
|
__exportStar(require("./utils/encryptor"), exports);
|
|
221
222
|
__exportStar(require("./enums/elastic-search-action.enum"), exports);
|
|
222
223
|
__exportStar(require("./enums/elastic-sort-order.enum"), exports);
|
|
224
|
+
__exportStar(require("./enums/event-profile-status.enum"), exports);
|
|
225
|
+
__exportStar(require("./enums/event-profile-type.enum"), exports);
|
|
223
226
|
__exportStar(require("./elastic/elastic-find-options"), exports);
|
|
224
227
|
__exportStar(require("./elastic/elastic-sort.interface"), exports);
|
|
225
228
|
__exportStar(require("./elastic/elastic-search-index"), exports);
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oEAAiD;AACjD,oDAAiC;AACjC,iEAA8C;AAC9C,mEAAgD;AAChD,+DAA4C;AAC5C,oEAAiD;AACjD,qEAAkD;AAClD,oEAAiD;AACjD,sEAAmD;AACnD,6EAA0D;AAC1D,uEAAoD;AACpD,sEAAmD;AACnD,6EAA0D;AAC1D,2EAAwD;AACxD,4EAAyD;AACzD,iEAA8C;AAC9C,4EAAyD;AACzD,4EAAyD;AACzD,wEAAqD;AACrD,yEAAsD;AACtD,yEAAsD;AACtD,oEAAiD;AACjD,6EAA0D;AAC1D,2EAAwD;AACxD,8EAA2D;AAC3D,mEAAgD;AAChD,oEAAiD;AACjD,oEAAiD;AACjD,oEAAiD;AACjD,wEAAqD;AACrD,2EAAwD;AACxD,0EAAuD;AACvD,mEAAgD;AAChD,kDAA+B;AAC/B,oEAAiD;AACjD,2EAAwD;AACxD,oEAAiD;AACjD,qEAAkD;AAClD,qEAAkD;AAClD,wEAAqD;AACrD,sEAAmD;AACnD,0EAAuD;AACvD,wEAAqD;AACrD,4EAAyD;AACzD,oEAAiD;AACjD,oEAAiD;AACjD,wEAAqD;AACrD,0EAAuD;AACvD,2EAAwD;AACxD,yEAAsD;AACtD,kFAA+D;AAC/D,qEAAkD;AAClD,qEAAkD;AAClD,qEAAkD;AAClD,qEAAkD;AAClD,mEAAgD;AAChD,mEAAgD;AAChD,qEAAkD;AAClD,6EAA0D;AAC1D,qEAAkD;AAClD,qEAAkD;AAClD,qEAAkD;AAClD,uEAAoD;AACpD,uEAAoD;AACpD,iEAA8C;AAC9C,iEAA8C;AAC9C,qEAAkD;AAClD,qEAAkD;AAClD,4EAAyD;AACzD,4EAAyD;AACzD,qDAAkC;AAClC,yEAAsD;AACtD,iFAA8D;AAC9D,sFAAmE;AACnE,sEAAmD;AACnD,iFAA8D;AAC9D,iFAA8D;AAC9D,kFAA+D;AAC/D,yEAAsD;AACtD,wEAAqD;AACrD,8EAA2D;AAC3D,uEAAoD;AACpD,yEAAsD;AACtD,yEAAsD;AACtD,uEAAoD;AACpD,kFAA+D;AAC/D,2EAAwD;AACxD,kFAA+D;AAC/D,2EAAwD;AACxD,2EAAwD;AACxD,kFAA+D;AAC/D,0EAAuD;AACvD,uEAAoD;AACpD,+EAA4D;AAC5D,2EAAwD;AACxD,uEAAoD;AACpD,mEAAgD;AAChD,0EAAuD;AACvD,0EAAuD;AACvD,uEAAoD;AACpD,6EAA0D;AAC1D,+EAA4D;AAC5D,6EAA0D;AAC1D,kFAA+D;AAC/D,qFAAkE;AAClE,sFAAmE;AACnE,4EAAyD;AACzD,4EAAyD;AACzD,mEAAgD;AAChD,yEAAsD;AACtD,yEAAsD;AACtD,qEAAkD;AAClD,8EAA2D;AAC3D,0EAAuD;AACvD,qEAAkD;AAClD,oEAAiD;AACjD,mEAAgD;AAChD,qEAAkD;AAClD,wEAAqD;AACrD,0EAAuD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -856,6 +856,11 @@
|
|
|
856
856
|
"signature": "5e5e35317ccf22cb06d71aa822e4a59639c6c8d34d42b9f42137775039cb36ba",
|
|
857
857
|
"affectsGlobalScope": false
|
|
858
858
|
},
|
|
859
|
+
"../src/events/get-company-properties.interface.ts": {
|
|
860
|
+
"version": "a42a8be7289a1d1836057d0a540a4ae2e285f2ee97f176c1fc3375c6b9f34fd8",
|
|
861
|
+
"signature": "47ad6d33cb9b7c93707e6bf460fc01a5428e0d749adf3057cf6bdfbc26f1baa8",
|
|
862
|
+
"affectsGlobalScope": false
|
|
863
|
+
},
|
|
859
864
|
"../node_modules/class-validator/types/validation/validationerror.d.ts": {
|
|
860
865
|
"version": "e69d0b59db23f59172cb087ee44a71438f809bd214d4f4105abd6090b341cbdc",
|
|
861
866
|
"signature": "e69d0b59db23f59172cb087ee44a71438f809bd214d4f4105abd6090b341cbdc",
|
|
@@ -6911,6 +6916,16 @@
|
|
|
6911
6916
|
"signature": "b6156df890a874ceceafdbfe8bd60631366dedc111ade5608981a7e03d347d04",
|
|
6912
6917
|
"affectsGlobalScope": false
|
|
6913
6918
|
},
|
|
6919
|
+
"../src/enums/event-profile-status.enum.ts": {
|
|
6920
|
+
"version": "6d1672c0d253612b405292ce5e06edc3885373dccc7b442259b7f7bc1db7da14",
|
|
6921
|
+
"signature": "190ff334ca36adb09d687e89c1b83dce9d370341ecab52c7d2439f5d5c7d128d",
|
|
6922
|
+
"affectsGlobalScope": false
|
|
6923
|
+
},
|
|
6924
|
+
"../src/enums/event-profile-type.enum.ts": {
|
|
6925
|
+
"version": "c01510e6a01e77a8b893a419b736c517e1b8822a8be6c336d7f1f59a9e9f4c8e",
|
|
6926
|
+
"signature": "24bc87d9f63adb5b4411f21cb4705248f2db6545aa046ce7b5db094f24830d28",
|
|
6927
|
+
"affectsGlobalScope": false
|
|
6928
|
+
},
|
|
6914
6929
|
"../src/elastic/elastic-sort.interface.ts": {
|
|
6915
6930
|
"version": "a76dba958a985f73301a9dcc4aba9903a53187c0e699322f828cbc98096cdcb4",
|
|
6916
6931
|
"signature": "400653ab547c678193ef59b2a1abe8d009e4da9d614a3ec93ea5d0e39f0991ad",
|
|
@@ -6927,8 +6942,8 @@
|
|
|
6927
6942
|
"affectsGlobalScope": false
|
|
6928
6943
|
},
|
|
6929
6944
|
"../src/index.ts": {
|
|
6930
|
-
"version": "
|
|
6931
|
-
"signature": "
|
|
6945
|
+
"version": "81fecef861e17218d4af1d944815f9d72354683a2f71690f5f1cc5b426732685",
|
|
6946
|
+
"signature": "b7ecbe98b77020323c5ebf309f0dd3c7918758ff09c7ce4fb6f71de0f5202a60",
|
|
6932
6947
|
"affectsGlobalScope": false
|
|
6933
6948
|
},
|
|
6934
6949
|
"../src/events/meeting-request-updated.interface.ts": {
|
|
@@ -11941,6 +11956,9 @@
|
|
|
11941
11956
|
"../src/events/get-companies.interface.ts": [
|
|
11942
11957
|
"../src/events/subjects.ts"
|
|
11943
11958
|
],
|
|
11959
|
+
"../src/events/get-company-properties.interface.ts": [
|
|
11960
|
+
"../src/events/subjects.ts"
|
|
11961
|
+
],
|
|
11944
11962
|
"../src/events/get-company-states.interface.ts": [
|
|
11945
11963
|
"../src/events/subjects.ts"
|
|
11946
11964
|
],
|
|
@@ -12178,6 +12196,8 @@
|
|
|
12178
12196
|
"../src/elastic/elastic-sort.interface.ts",
|
|
12179
12197
|
"../src/enums/elastic-search-action.enum.ts",
|
|
12180
12198
|
"../src/enums/elastic-sort-order.enum.ts",
|
|
12199
|
+
"../src/enums/event-profile-status.enum.ts",
|
|
12200
|
+
"../src/enums/event-profile-type.enum.ts",
|
|
12181
12201
|
"../src/events/add-company-crm.interface.ts",
|
|
12182
12202
|
"../src/events/add-contact-crm.interface.ts",
|
|
12183
12203
|
"../src/events/attendee-contact.interface.ts",
|
|
@@ -12228,6 +12248,7 @@
|
|
|
12228
12248
|
"../src/events/get-city-country-by-id.interface.ts",
|
|
12229
12249
|
"../src/events/get-companies-by-query.interface.ts",
|
|
12230
12250
|
"../src/events/get-companies.interface.ts",
|
|
12251
|
+
"../src/events/get-company-properties.interface.ts",
|
|
12231
12252
|
"../src/events/get-company-states.interface.ts",
|
|
12232
12253
|
"../src/events/get-contact-by-id.interface.ts",
|
|
12233
12254
|
"../src/events/get-contacts-by-email.interface.ts",
|
|
@@ -17484,6 +17505,9 @@
|
|
|
17484
17505
|
"../src/events/get-companies.interface.ts": [
|
|
17485
17506
|
"../src/events/subjects.ts"
|
|
17486
17507
|
],
|
|
17508
|
+
"../src/events/get-company-properties.interface.ts": [
|
|
17509
|
+
"../src/events/subjects.ts"
|
|
17510
|
+
],
|
|
17487
17511
|
"../src/events/get-company-states.interface.ts": [
|
|
17488
17512
|
"../src/events/subjects.ts"
|
|
17489
17513
|
],
|
|
@@ -17721,6 +17745,8 @@
|
|
|
17721
17745
|
"../src/elastic/elastic-sort.interface.ts",
|
|
17722
17746
|
"../src/enums/elastic-search-action.enum.ts",
|
|
17723
17747
|
"../src/enums/elastic-sort-order.enum.ts",
|
|
17748
|
+
"../src/enums/event-profile-status.enum.ts",
|
|
17749
|
+
"../src/enums/event-profile-type.enum.ts",
|
|
17724
17750
|
"../src/events/add-company-crm.interface.ts",
|
|
17725
17751
|
"../src/events/add-contact-crm.interface.ts",
|
|
17726
17752
|
"../src/events/attendee-contact.interface.ts",
|
|
@@ -17771,6 +17797,7 @@
|
|
|
17771
17797
|
"../src/events/get-city-country-by-id.interface.ts",
|
|
17772
17798
|
"../src/events/get-companies-by-query.interface.ts",
|
|
17773
17799
|
"../src/events/get-companies.interface.ts",
|
|
17800
|
+
"../src/events/get-company-properties.interface.ts",
|
|
17774
17801
|
"../src/events/get-company-states.interface.ts",
|
|
17775
17802
|
"../src/events/get-contact-by-id.interface.ts",
|
|
17776
17803
|
"../src/events/get-contacts-by-email.interface.ts",
|
|
@@ -19226,6 +19253,8 @@
|
|
|
19226
19253
|
"../src/elastic/elastic-sort.interface.ts",
|
|
19227
19254
|
"../src/enums/elastic-search-action.enum.ts",
|
|
19228
19255
|
"../src/enums/elastic-sort-order.enum.ts",
|
|
19256
|
+
"../src/enums/event-profile-status.enum.ts",
|
|
19257
|
+
"../src/enums/event-profile-type.enum.ts",
|
|
19229
19258
|
"../src/events/add-company-crm.interface.ts",
|
|
19230
19259
|
"../src/events/add-contact-crm.interface.ts",
|
|
19231
19260
|
"../src/events/attendee-contact.interface.ts",
|
|
@@ -19276,6 +19305,7 @@
|
|
|
19276
19305
|
"../src/events/get-city-country-by-id.interface.ts",
|
|
19277
19306
|
"../src/events/get-companies-by-query.interface.ts",
|
|
19278
19307
|
"../src/events/get-companies.interface.ts",
|
|
19308
|
+
"../src/events/get-company-properties.interface.ts",
|
|
19279
19309
|
"../src/events/get-company-states.interface.ts",
|
|
19280
19310
|
"../src/events/get-contact-by-id.interface.ts",
|
|
19281
19311
|
"../src/events/get-contacts-by-email.interface.ts",
|