@messenger-box/property-ext-server 0.0.1-alpha.195 → 0.0.1-alpha.200
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/lib/index.js +148 -179
- package/lib/index.js.map +1 -1
- package/lib/migrations/property-ext-messages-migration.d.ts +1 -1
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -1,111 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
/******/
|
|
3
|
-
/******/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
/******/ };
|
|
19
|
-
/******/
|
|
20
|
-
/******/ // Execute the module function
|
|
21
|
-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
22
|
-
/******/
|
|
23
|
-
/******/ // Flag the module as loaded
|
|
24
|
-
/******/ module.l = true;
|
|
25
|
-
/******/
|
|
26
|
-
/******/ // Return the exports of the module
|
|
27
|
-
/******/ return module.exports;
|
|
28
|
-
/******/ }
|
|
29
|
-
/******/
|
|
30
|
-
/******/
|
|
31
|
-
/******/ // expose the modules object (__webpack_modules__)
|
|
32
|
-
/******/ __webpack_require__.m = modules;
|
|
33
|
-
/******/
|
|
34
|
-
/******/ // expose the module cache
|
|
35
|
-
/******/ __webpack_require__.c = installedModules;
|
|
36
|
-
/******/
|
|
37
|
-
/******/ // define getter function for harmony exports
|
|
38
|
-
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
39
|
-
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
40
|
-
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
41
|
-
/******/ }
|
|
42
|
-
/******/ };
|
|
43
|
-
/******/
|
|
44
|
-
/******/ // define __esModule on exports
|
|
45
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
46
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
47
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
48
|
-
/******/ }
|
|
49
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
50
|
-
/******/ };
|
|
51
|
-
/******/
|
|
52
|
-
/******/ // create a fake namespace object
|
|
53
|
-
/******/ // mode & 1: value is a module id, require it
|
|
54
|
-
/******/ // mode & 2: merge all properties of value into the ns
|
|
55
|
-
/******/ // mode & 4: return value when already ns object
|
|
56
|
-
/******/ // mode & 8|1: behave like require
|
|
57
|
-
/******/ __webpack_require__.t = function(value, mode) {
|
|
58
|
-
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
59
|
-
/******/ if(mode & 8) return value;
|
|
60
|
-
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
61
|
-
/******/ var ns = Object.create(null);
|
|
62
|
-
/******/ __webpack_require__.r(ns);
|
|
63
|
-
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
64
|
-
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
65
|
-
/******/ return ns;
|
|
66
|
-
/******/ };
|
|
67
|
-
/******/
|
|
68
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
69
|
-
/******/ __webpack_require__.n = function(module) {
|
|
70
|
-
/******/ var getter = module && module.__esModule ?
|
|
71
|
-
/******/ function getDefault() { return module['default']; } :
|
|
72
|
-
/******/ function getModuleExports() { return module; };
|
|
73
|
-
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
74
|
-
/******/ return getter;
|
|
75
|
-
/******/ };
|
|
76
|
-
/******/
|
|
77
|
-
/******/ // Object.prototype.hasOwnProperty.call
|
|
78
|
-
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
|
-
/******/
|
|
80
|
-
/******/ // __webpack_public_path__
|
|
81
|
-
/******/ __webpack_require__.p = "";
|
|
82
|
-
/******/
|
|
83
|
-
/******/
|
|
84
|
-
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s = "./src/index.ts");
|
|
86
|
-
/******/ })
|
|
87
|
-
/************************************************************************/
|
|
88
|
-
/******/ ({
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ "./src/graphql/schema/post.graphql":
|
|
6
|
+
/*!*****************************************!*\
|
|
7
|
+
!*** ./src/graphql/schema/post.graphql ***!
|
|
8
|
+
\*****************************************/
|
|
9
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10
|
+
|
|
11
|
+
__webpack_require__.r(__webpack_exports__);
|
|
12
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
14
|
+
/* harmony export */ });
|
|
15
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("extend enum PostTypeEnum{\n ALERT\n CARD\n}\n");
|
|
16
|
+
|
|
17
|
+
/***/ }),
|
|
89
18
|
|
|
90
19
|
/***/ "./src/config/config.ts":
|
|
91
20
|
/*!******************************!*\
|
|
92
21
|
!*** ./src/config/config.ts ***!
|
|
93
22
|
\******************************/
|
|
94
|
-
|
|
95
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
23
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
96
24
|
|
|
97
|
-
"use strict";
|
|
98
25
|
|
|
99
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
100
27
|
exports.config = void 0;
|
|
101
28
|
const envalid_1 = __webpack_require__(/*! envalid */ "envalid");
|
|
102
29
|
const env = process.APP_ENV || process.env;
|
|
103
|
-
exports.config = envalid_1.cleanEnv(env, {
|
|
104
|
-
NODE_ENV: envalid_1.str({ choices: ['production', 'test', 'staging', 'development'], default: 'production' }),
|
|
105
|
-
POST_DATA_FILE_PATH: envalid_1.str({
|
|
30
|
+
exports.config = (0, envalid_1.cleanEnv)(env, {
|
|
31
|
+
NODE_ENV: (0, envalid_1.str)({ choices: ['production', 'test', 'staging', 'development'], default: 'production' }),
|
|
32
|
+
POST_DATA_FILE_PATH: (0, envalid_1.str)({
|
|
106
33
|
default: 'node_modules/@messenger-box/property-ext-server/lib/mock/fixtures/post.json',
|
|
107
34
|
}),
|
|
108
|
-
CHANNEL_DATA_FILE_PATH: envalid_1.str({
|
|
35
|
+
CHANNEL_DATA_FILE_PATH: (0, envalid_1.str)({
|
|
109
36
|
default: 'node_modules/@messenger-box/property-ext-server/lib/mock/fixtures/channel.json',
|
|
110
37
|
}),
|
|
111
38
|
});
|
|
@@ -117,14 +44,16 @@ exports.config = envalid_1.cleanEnv(env, {
|
|
|
117
44
|
/*!*****************************!*\
|
|
118
45
|
!*** ./src/config/index.ts ***!
|
|
119
46
|
\*****************************/
|
|
120
|
-
|
|
121
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
47
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
122
48
|
|
|
123
|
-
"use strict";
|
|
124
49
|
|
|
125
50
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
126
51
|
if (k2 === undefined) k2 = k;
|
|
127
|
-
Object.
|
|
52
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
53
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
54
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
55
|
+
}
|
|
56
|
+
Object.defineProperty(o, k2, desc);
|
|
128
57
|
}) : (function(o, m, k, k2) {
|
|
129
58
|
if (k2 === undefined) k2 = k;
|
|
130
59
|
o[k2] = m[k];
|
|
@@ -132,7 +61,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
132
61
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
133
62
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
134
63
|
};
|
|
135
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
64
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
136
65
|
__exportStar(__webpack_require__(/*! ./config */ "./src/config/config.ts"), exports);
|
|
137
66
|
|
|
138
67
|
|
|
@@ -142,12 +71,10 @@ __exportStar(__webpack_require__(/*! ./config */ "./src/config/config.ts"), expo
|
|
|
142
71
|
/*!*************************************!*\
|
|
143
72
|
!*** ./src/containers/container.ts ***!
|
|
144
73
|
\*************************************/
|
|
145
|
-
|
|
146
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
74
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
147
75
|
|
|
148
|
-
"use strict";
|
|
149
76
|
|
|
150
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
77
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
151
78
|
exports.propertyContainerModule = void 0;
|
|
152
79
|
const inversify_1 = __webpack_require__(/*! inversify */ "inversify");
|
|
153
80
|
const migrations_1 = __webpack_require__(/*! ../migrations */ "./src/migrations/index.ts");
|
|
@@ -164,14 +91,16 @@ exports.propertyContainerModule = propertyContainerModule;
|
|
|
164
91
|
/*!*********************************!*\
|
|
165
92
|
!*** ./src/containers/index.ts ***!
|
|
166
93
|
\*********************************/
|
|
167
|
-
|
|
168
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
94
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
169
95
|
|
|
170
|
-
"use strict";
|
|
171
96
|
|
|
172
97
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
173
98
|
if (k2 === undefined) k2 = k;
|
|
174
|
-
Object.
|
|
99
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
100
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
101
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
102
|
+
}
|
|
103
|
+
Object.defineProperty(o, k2, desc);
|
|
175
104
|
}) : (function(o, m, k, k2) {
|
|
176
105
|
if (k2 === undefined) k2 = k;
|
|
177
106
|
o[k2] = m[k];
|
|
@@ -179,7 +108,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
179
108
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
180
109
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
181
110
|
};
|
|
182
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
111
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
183
112
|
__exportStar(__webpack_require__(/*! ./container */ "./src/containers/container.ts"), exports);
|
|
184
113
|
|
|
185
114
|
|
|
@@ -189,15 +118,13 @@ __exportStar(__webpack_require__(/*! ./container */ "./src/containers/container.
|
|
|
189
118
|
/*!******************************!*\
|
|
190
119
|
!*** ./src/graphql/index.ts ***!
|
|
191
120
|
\******************************/
|
|
192
|
-
|
|
193
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
121
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
194
122
|
|
|
195
|
-
"use strict";
|
|
196
123
|
|
|
197
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
124
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
198
125
|
exports.schema = void 0;
|
|
199
126
|
var schema_1 = __webpack_require__(/*! ./schema */ "./src/graphql/schema/index.ts");
|
|
200
|
-
Object.defineProperty(exports, "schema", { enumerable: true, get: function () { return schema_1.schema; } });
|
|
127
|
+
Object.defineProperty(exports, "schema", ({ enumerable: true, get: function () { return schema_1.schema; } }));
|
|
201
128
|
|
|
202
129
|
|
|
203
130
|
/***/ }),
|
|
@@ -206,15 +133,13 @@ Object.defineProperty(exports, "schema", { enumerable: true, get: function () {
|
|
|
206
133
|
/*!*************************************!*\
|
|
207
134
|
!*** ./src/graphql/schema/index.ts ***!
|
|
208
135
|
\*************************************/
|
|
209
|
-
|
|
210
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
136
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
211
137
|
|
|
212
|
-
"use strict";
|
|
213
138
|
|
|
214
139
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
215
140
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
216
141
|
};
|
|
217
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
142
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
218
143
|
exports.schema = void 0;
|
|
219
144
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
220
145
|
// @ts-nocheck
|
|
@@ -222,37 +147,22 @@ const post_graphql_1 = __importDefault(__webpack_require__(/*! ./post.graphql */
|
|
|
222
147
|
exports.schema = [post_graphql_1.default].join('/n');
|
|
223
148
|
|
|
224
149
|
|
|
225
|
-
/***/ }),
|
|
226
|
-
|
|
227
|
-
/***/ "./src/graphql/schema/post.graphql":
|
|
228
|
-
/*!*****************************************!*\
|
|
229
|
-
!*** ./src/graphql/schema/post.graphql ***!
|
|
230
|
-
\*****************************************/
|
|
231
|
-
/*! exports provided: default */
|
|
232
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
233
|
-
|
|
234
|
-
"use strict";
|
|
235
|
-
__webpack_require__.r(__webpack_exports__);
|
|
236
|
-
/* harmony default export */ __webpack_exports__["default"] = ("extend enum PostTypeEnum{\n ALERT\n CARD\n}\n");
|
|
237
|
-
|
|
238
150
|
/***/ }),
|
|
239
151
|
|
|
240
152
|
/***/ "./src/index.ts":
|
|
241
153
|
/*!**********************!*\
|
|
242
154
|
!*** ./src/index.ts ***!
|
|
243
155
|
\**********************/
|
|
244
|
-
|
|
245
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
156
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
246
157
|
|
|
247
|
-
"use strict";
|
|
248
158
|
|
|
249
159
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
250
160
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
251
161
|
};
|
|
252
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
253
|
-
exports
|
|
162
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
163
|
+
exports["default"] = void 0;
|
|
254
164
|
var module_1 = __webpack_require__(/*! ./module */ "./src/module.ts");
|
|
255
|
-
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(module_1).default; } });
|
|
165
|
+
Object.defineProperty(exports, "default", ({ enumerable: true, get: function () { return __importDefault(module_1).default; } }));
|
|
256
166
|
|
|
257
167
|
|
|
258
168
|
/***/ }),
|
|
@@ -261,10 +171,8 @@ Object.defineProperty(exports, "default", { enumerable: true, get: function () {
|
|
|
261
171
|
/*!**********************************************!*\
|
|
262
172
|
!*** ./src/migrations/bot-user-migration.ts ***!
|
|
263
173
|
\**********************************************/
|
|
264
|
-
|
|
265
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
174
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
266
175
|
|
|
267
|
-
"use strict";
|
|
268
176
|
|
|
269
177
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
270
178
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -276,7 +184,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
276
184
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
277
185
|
};
|
|
278
186
|
var BotUserMigration_1;
|
|
279
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
187
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
280
188
|
exports.BotUserMigration = void 0;
|
|
281
189
|
const inversify_1 = __webpack_require__(/*! inversify */ "inversify");
|
|
282
190
|
const core_1 = __webpack_require__(/*! @common-stack/core */ "@common-stack/core");
|
|
@@ -324,9 +232,9 @@ let BotUserMigration = BotUserMigration_1 = class BotUserMigration {
|
|
|
324
232
|
}
|
|
325
233
|
};
|
|
326
234
|
BotUserMigration = BotUserMigration_1 = __decorate([
|
|
327
|
-
inversify_1.injectable(),
|
|
328
|
-
__param(0, inversify_1.inject(core_1.CommonType.MOLECULER_BROKER)),
|
|
329
|
-
__param(1, inversify_1.inject('Logger'))
|
|
235
|
+
(0, inversify_1.injectable)(),
|
|
236
|
+
__param(0, (0, inversify_1.inject)(core_1.CommonType.MOLECULER_BROKER)),
|
|
237
|
+
__param(1, (0, inversify_1.inject)('Logger'))
|
|
330
238
|
], BotUserMigration);
|
|
331
239
|
exports.BotUserMigration = BotUserMigration;
|
|
332
240
|
|
|
@@ -337,17 +245,15 @@ exports.BotUserMigration = BotUserMigration;
|
|
|
337
245
|
/*!*********************************!*\
|
|
338
246
|
!*** ./src/migrations/index.ts ***!
|
|
339
247
|
\*********************************/
|
|
340
|
-
|
|
341
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
248
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
342
249
|
|
|
343
|
-
"use strict";
|
|
344
250
|
|
|
345
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
251
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
346
252
|
exports.BotUserMigration = exports.PropertyExtMessagesMigration = void 0;
|
|
347
253
|
var property_ext_messages_migration_1 = __webpack_require__(/*! ./property-ext-messages-migration */ "./src/migrations/property-ext-messages-migration.ts");
|
|
348
|
-
Object.defineProperty(exports, "PropertyExtMessagesMigration", { enumerable: true, get: function () { return property_ext_messages_migration_1.PropertyExtMessagesMigration; } });
|
|
254
|
+
Object.defineProperty(exports, "PropertyExtMessagesMigration", ({ enumerable: true, get: function () { return property_ext_messages_migration_1.PropertyExtMessagesMigration; } }));
|
|
349
255
|
var bot_user_migration_1 = __webpack_require__(/*! ./bot-user-migration */ "./src/migrations/bot-user-migration.ts");
|
|
350
|
-
Object.defineProperty(exports, "BotUserMigration", { enumerable: true, get: function () { return bot_user_migration_1.BotUserMigration; } });
|
|
256
|
+
Object.defineProperty(exports, "BotUserMigration", ({ enumerable: true, get: function () { return bot_user_migration_1.BotUserMigration; } }));
|
|
351
257
|
|
|
352
258
|
|
|
353
259
|
/***/ }),
|
|
@@ -356,10 +262,8 @@ Object.defineProperty(exports, "BotUserMigration", { enumerable: true, get: func
|
|
|
356
262
|
/*!***********************************************************!*\
|
|
357
263
|
!*** ./src/migrations/property-ext-messages-migration.ts ***!
|
|
358
264
|
\***********************************************************/
|
|
359
|
-
|
|
360
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
265
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
361
266
|
|
|
362
|
-
"use strict";
|
|
363
267
|
|
|
364
268
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
365
269
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -371,7 +275,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
371
275
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
372
276
|
};
|
|
373
277
|
var PropertyExtMessagesMigration_1;
|
|
374
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
278
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
375
279
|
exports.PropertyExtMessagesMigration = void 0;
|
|
376
280
|
const inversify_1 = __webpack_require__(/*! inversify */ "inversify");
|
|
377
281
|
const core_1 = __webpack_require__(/*! @common-stack/core */ "@common-stack/core");
|
|
@@ -390,7 +294,10 @@ let PropertyExtMessagesMigration = PropertyExtMessagesMigration_1 = class Proper
|
|
|
390
294
|
account: {
|
|
391
295
|
username: 'propertyAutomatedUser',
|
|
392
296
|
email: 'property-automated-user@resortifi.com',
|
|
393
|
-
alias: '
|
|
297
|
+
alias: 'auth0|62df21f9e8116e9fce8207cf',
|
|
298
|
+
familyName: 'property-fixure',
|
|
299
|
+
givenName: 'user1',
|
|
300
|
+
picture: 'https://lh3.googleusercontent.com/a/AATXAJxMARAgr96npkZGf4R2uGbahBP4tLh5SRbS9bVq=s96-c',
|
|
394
301
|
emailVerified: true,
|
|
395
302
|
notificationEmail: '',
|
|
396
303
|
},
|
|
@@ -399,7 +306,10 @@ let PropertyExtMessagesMigration = PropertyExtMessagesMigration_1 = class Proper
|
|
|
399
306
|
account: {
|
|
400
307
|
username: 'propertyAutomatedUser2',
|
|
401
308
|
email: 'property-automated-user2@resortifi.com',
|
|
402
|
-
alias: '
|
|
309
|
+
alias: 'auth0|62df22109b1f5f6077c1f57e',
|
|
310
|
+
familyName: 'property-fixure',
|
|
311
|
+
givenName: 'user2',
|
|
312
|
+
picture: 'https://lh3.googleusercontent.com/a/AATXAJxMARAgr96npkZGf4R2uGbahBP4tLh5SRbS9bVq=s96-c',
|
|
403
313
|
emailVerified: true,
|
|
404
314
|
notificationEmail: '',
|
|
405
315
|
},
|
|
@@ -532,9 +442,12 @@ let PropertyExtMessagesMigration = PropertyExtMessagesMigration_1 = class Proper
|
|
|
532
442
|
this.logger.debug(`(down) Starting down migration...`);
|
|
533
443
|
const users = await this.broker.call('AccountUser.getAll', {
|
|
534
444
|
options: {
|
|
535
|
-
|
|
445
|
+
criteria: {
|
|
446
|
+
email: { $in: ['property-automated-user@resortifi.com', 'property-automated-user2@resortifi.com'] },
|
|
447
|
+
},
|
|
536
448
|
},
|
|
537
449
|
});
|
|
450
|
+
console.log('--users--', JSON.stringify(users));
|
|
538
451
|
await Promise.all(users.map(({ id }) => this.broker.call(`AccountUser.deleteAccount`, {
|
|
539
452
|
account: {
|
|
540
453
|
id,
|
|
@@ -564,9 +477,9 @@ let PropertyExtMessagesMigration = PropertyExtMessagesMigration_1 = class Proper
|
|
|
564
477
|
}
|
|
565
478
|
};
|
|
566
479
|
PropertyExtMessagesMigration = PropertyExtMessagesMigration_1 = __decorate([
|
|
567
|
-
inversify_1.injectable(),
|
|
568
|
-
__param(0, inversify_1.inject(core_1.CommonType.MOLECULER_BROKER)),
|
|
569
|
-
__param(1, inversify_1.inject('Logger'))
|
|
480
|
+
(0, inversify_1.injectable)(),
|
|
481
|
+
__param(0, (0, inversify_1.inject)(core_1.CommonType.MOLECULER_BROKER)),
|
|
482
|
+
__param(1, (0, inversify_1.inject)('Logger'))
|
|
570
483
|
], PropertyExtMessagesMigration);
|
|
571
484
|
exports.PropertyExtMessagesMigration = PropertyExtMessagesMigration;
|
|
572
485
|
|
|
@@ -577,16 +490,14 @@ exports.PropertyExtMessagesMigration = PropertyExtMessagesMigration;
|
|
|
577
490
|
/*!***********************!*\
|
|
578
491
|
!*** ./src/module.ts ***!
|
|
579
492
|
\***********************/
|
|
580
|
-
|
|
581
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
493
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
582
494
|
|
|
583
|
-
"use strict";
|
|
584
495
|
|
|
585
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
496
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
586
497
|
const server_core_1 = __webpack_require__(/*! @common-stack/server-core */ "@common-stack/server-core");
|
|
587
498
|
const containers_1 = __webpack_require__(/*! ./containers */ "./src/containers/index.ts");
|
|
588
499
|
const graphql_1 = __webpack_require__(/*! ./graphql */ "./src/graphql/index.ts");
|
|
589
|
-
exports
|
|
500
|
+
exports["default"] = new server_core_1.Feature({
|
|
590
501
|
schema: graphql_1.schema,
|
|
591
502
|
createContainerFunc: [containers_1.propertyContainerModule],
|
|
592
503
|
});
|
|
@@ -598,8 +509,7 @@ exports.default = new server_core_1.Feature({
|
|
|
598
509
|
/*!*************************************!*\
|
|
599
510
|
!*** external "@common-stack/core" ***!
|
|
600
511
|
\*************************************/
|
|
601
|
-
|
|
602
|
-
/***/ (function(module, exports) {
|
|
512
|
+
/***/ ((module) => {
|
|
603
513
|
|
|
604
514
|
module.exports = require("@common-stack/core");
|
|
605
515
|
|
|
@@ -609,8 +519,7 @@ module.exports = require("@common-stack/core");
|
|
|
609
519
|
/*!********************************************!*\
|
|
610
520
|
!*** external "@common-stack/server-core" ***!
|
|
611
521
|
\********************************************/
|
|
612
|
-
|
|
613
|
-
/***/ (function(module, exports) {
|
|
522
|
+
/***/ ((module) => {
|
|
614
523
|
|
|
615
524
|
module.exports = require("@common-stack/server-core");
|
|
616
525
|
|
|
@@ -620,8 +529,7 @@ module.exports = require("@common-stack/server-core");
|
|
|
620
529
|
/*!**************************************!*\
|
|
621
530
|
!*** external "@messenger-box/core" ***!
|
|
622
531
|
\**************************************/
|
|
623
|
-
|
|
624
|
-
/***/ (function(module, exports) {
|
|
532
|
+
/***/ ((module) => {
|
|
625
533
|
|
|
626
534
|
module.exports = require("@messenger-box/core");
|
|
627
535
|
|
|
@@ -631,8 +539,7 @@ module.exports = require("@messenger-box/core");
|
|
|
631
539
|
/*!***************************************************!*\
|
|
632
540
|
!*** external "@messenger-box/property-ext-core" ***!
|
|
633
541
|
\***************************************************/
|
|
634
|
-
|
|
635
|
-
/***/ (function(module, exports) {
|
|
542
|
+
/***/ ((module) => {
|
|
636
543
|
|
|
637
544
|
module.exports = require("@messenger-box/property-ext-core");
|
|
638
545
|
|
|
@@ -642,8 +549,7 @@ module.exports = require("@messenger-box/property-ext-core");
|
|
|
642
549
|
/*!**************************!*\
|
|
643
550
|
!*** external "envalid" ***!
|
|
644
551
|
\**************************/
|
|
645
|
-
|
|
646
|
-
/***/ (function(module, exports) {
|
|
552
|
+
/***/ ((module) => {
|
|
647
553
|
|
|
648
554
|
module.exports = require("envalid");
|
|
649
555
|
|
|
@@ -653,12 +559,75 @@ module.exports = require("envalid");
|
|
|
653
559
|
/*!****************************!*\
|
|
654
560
|
!*** external "inversify" ***!
|
|
655
561
|
\****************************/
|
|
656
|
-
|
|
657
|
-
/***/ (function(module, exports) {
|
|
562
|
+
/***/ ((module) => {
|
|
658
563
|
|
|
659
564
|
module.exports = require("inversify");
|
|
660
565
|
|
|
661
566
|
/***/ })
|
|
662
567
|
|
|
663
|
-
/******/
|
|
568
|
+
/******/ });
|
|
569
|
+
/************************************************************************/
|
|
570
|
+
/******/ // The module cache
|
|
571
|
+
/******/ var __webpack_module_cache__ = {};
|
|
572
|
+
/******/
|
|
573
|
+
/******/ // The require function
|
|
574
|
+
/******/ function __webpack_require__(moduleId) {
|
|
575
|
+
/******/ // Check if module is in cache
|
|
576
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
577
|
+
/******/ if (cachedModule !== undefined) {
|
|
578
|
+
/******/ return cachedModule.exports;
|
|
579
|
+
/******/ }
|
|
580
|
+
/******/ // Create a new module (and put it into the cache)
|
|
581
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
582
|
+
/******/ // no module.id needed
|
|
583
|
+
/******/ // no module.loaded needed
|
|
584
|
+
/******/ exports: {}
|
|
585
|
+
/******/ };
|
|
586
|
+
/******/
|
|
587
|
+
/******/ // Execute the module function
|
|
588
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
589
|
+
/******/
|
|
590
|
+
/******/ // Return the exports of the module
|
|
591
|
+
/******/ return module.exports;
|
|
592
|
+
/******/ }
|
|
593
|
+
/******/
|
|
594
|
+
/************************************************************************/
|
|
595
|
+
/******/ /* webpack/runtime/define property getters */
|
|
596
|
+
/******/ (() => {
|
|
597
|
+
/******/ // define getter functions for harmony exports
|
|
598
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
599
|
+
/******/ for(var key in definition) {
|
|
600
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
601
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
602
|
+
/******/ }
|
|
603
|
+
/******/ }
|
|
604
|
+
/******/ };
|
|
605
|
+
/******/ })();
|
|
606
|
+
/******/
|
|
607
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
608
|
+
/******/ (() => {
|
|
609
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
610
|
+
/******/ })();
|
|
611
|
+
/******/
|
|
612
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
613
|
+
/******/ (() => {
|
|
614
|
+
/******/ // define __esModule on exports
|
|
615
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
616
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
617
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
618
|
+
/******/ }
|
|
619
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
620
|
+
/******/ };
|
|
621
|
+
/******/ })();
|
|
622
|
+
/******/
|
|
623
|
+
/************************************************************************/
|
|
624
|
+
/******/
|
|
625
|
+
/******/ // startup
|
|
626
|
+
/******/ // Load entry module and return exports
|
|
627
|
+
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
628
|
+
/******/ var __webpack_exports__ = __webpack_require__("./src/index.ts");
|
|
629
|
+
/******/ module.exports = __webpack_exports__;
|
|
630
|
+
/******/
|
|
631
|
+
/******/ })()
|
|
632
|
+
;
|
|
664
633
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/config/config.ts","webpack:///./src/config/index.ts","webpack:///./src/containers/container.ts","webpack:///./src/containers/index.ts","webpack:///./src/graphql/index.ts","webpack:///./src/graphql/schema/index.ts","webpack:///./src/graphql/schema/post.graphql","webpack:///./src/index.ts","webpack:///./src/migrations/bot-user-migration.ts","webpack:///./src/migrations/index.ts","webpack:///./src/migrations/property-ext-messages-migration.ts","webpack:///./src/module.ts","webpack:///external \"@common-stack/core\"","webpack:///external \"@common-stack/server-core\"","webpack:///external \"@messenger-box/core\"","webpack:///external \"@messenger-box/property-ext-core\"","webpack:///external \"envalid\"","webpack:///external \"inversify\""],"names":[],"mappings":"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","file":"index.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = \"./src/index.ts\");\n","import { str, cleanEnv, json } from 'envalid';\nimport { IntegrationConnections, Integrations } from '@adminide-stack/core';\n\nconst env = (process as any).APP_ENV || process.env;\n\nexport const config = cleanEnv(env, {\n NODE_ENV: str({ choices: ['production', 'test', 'staging', 'development'], default: 'production' }),\n POST_DATA_FILE_PATH: str({\n default: 'node_modules/@messenger-box/property-ext-server/lib/mock/fixtures/post.json',\n }),\n CHANNEL_DATA_FILE_PATH: str({\n default: 'node_modules/@messenger-box/property-ext-server/lib/mock/fixtures/channel.json',\n }),\n});\n","export * from './config';\n","import { ContainerModule, interfaces } from 'inversify';\nimport { BotUserMigration, PropertyExtMessagesMigration } from '../migrations';\n\nexport const propertyContainerModule: (settings) => interfaces.ContainerModule = () =>\n new ContainerModule((bind: interfaces.Bind) => {\n bind('MongodbMigration').to(BotUserMigration).whenTargetNamed(BotUserMigration.name);\n bind('MongodbMigration').to(PropertyExtMessagesMigration).whenTargetNamed(PropertyExtMessagesMigration.name);\n });\n","export * from './container';\n","export { schema } from './schema';\n","// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-nocheck\nimport post from './post.graphql';\n\nexport const schema = [post].join('/n');\n","export default \"extend enum PostTypeEnum{\\n ALERT\\n CARD\\n}\\n\";","export { default } from './module';\n","import { inject, injectable } from 'inversify';\nimport { CommonType } from '@common-stack/core';\nimport { ServiceBroker } from 'moleculer';\nimport { IDatabaseMigration } from '@adminide-stack/core';\nimport * as Logger from 'bunyan';\nimport { config } from '../config';\n\n@injectable()\nexport class BotUserMigration implements IDatabaseMigration {\n constructor(\n @inject(CommonType.MOLECULER_BROKER)\n private readonly broker: ServiceBroker,\n @inject('Logger')\n private logger: Logger,\n ) {\n this.logger = logger.child({ className: BotUserMigration.name });\n }\n\n protected name = 'BotUserMigration';\n\n id = `${this.constructor.name}_20220502`;\n\n async up(): Promise<void> {\n await this.down();\n this.logger.debug(`(up) Starting up migration...`);\n const user = await this.broker.call(`AccountUser.createAccount`, {\n account: {\n username: 'resortifi',\n email: 'resortifi-bot@resortifi.com',\n alias: 'resortifi',\n emailVerified: true,\n notificationEmail: '',\n },\n });\n this.logger.debug(`(up) done`, user);\n }\n\n async down(): Promise<void> {\n if (config.isDev) {\n await this.broker.waitForServices('AccountUser');\n }\n this.logger.debug(`(down) Starting down migration...`);\n const user = await this.broker.call<{ id: string }, { email: string }>(`AccountUser.findAccountByEmail`, {\n email: 'resortifi-bot@resortifi.com',\n });\n if (!user) {\n return;\n }\n this.logger.debug(`(down) User Found, dropping...`, user);\n await this.broker.call(`AccountUser.deleteAccount`, {\n account: {\n id: user.id,\n },\n });\n this.logger.debug(`(down) User drop done!`);\n }\n}\n","export { PropertyExtMessagesMigration } from './property-ext-messages-migration';\nexport { BotUserMigration } from './bot-user-migration';\n","import { inject, injectable } from 'inversify';\nimport { IDatabaseMigration, IUserAccount } from '@adminide-stack/core';\nimport { CommonType } from '@common-stack/core';\nimport { ServiceBroker } from 'moleculer';\nimport * as Logger from 'bunyan';\nimport { IChannel, IPost, IPostTypeEnum } from '@messenger-box/property-ext-core';\nimport { IBaseServiceCommands, IMoleculerTopics, IRoomType } from '@messenger-box/core';\nimport { config } from '../config';\n\n@injectable()\nexport class PropertyExtMessagesMigration implements IDatabaseMigration {\n constructor(\n @inject(CommonType.MOLECULER_BROKER)\n private readonly broker: ServiceBroker,\n @inject('Logger')\n private logger: Logger,\n ) {\n this.logger = logger.child({ className: PropertyExtMessagesMigration.name });\n }\n\n id: 'MessagesMigration_07202022';\n\n protected name = 'PropertyExtMessagesMigration';\n\n private async createUsers(): Promise<[IUserAccount, IUserAccount]> {\n const userOne = this.broker.call<IUserAccount, unknown>(`AccountUser.createAccount`, {\n account: {\n username: 'propertyAutomatedUser',\n email: 'property-automated-user@resortifi.com',\n alias: 'propertyAutomatedUser',\n emailVerified: true,\n notificationEmail: '',\n },\n });\n const userTwo = this.broker.call<IUserAccount, unknown>(`AccountUser.createAccount`, {\n account: {\n username: 'propertyAutomatedUser2',\n email: 'property-automated-user2@resortifi.com',\n alias: 'propertyAutomatedUser2',\n emailVerified: true,\n notificationEmail: '',\n },\n });\n return Promise.all([userOne, userTwo]);\n }\n\n private createChannel(owner: IUserAccount, guest: IUserAccount): Promise<IChannel> {\n return this.broker.call(`${IMoleculerTopics.ChannelService}.${IBaseServiceCommands.create}`, {\n data: {\n topic: 'Fixtures',\n title: `${owner.alias}:${guest.alias}`,\n creator: guest.id as never,\n displayName: `${owner.alias}:${guest.alias}`,\n type: IRoomType.DIRECT,\n members: [\n {\n id: undefined,\n schemeAdmin: false,\n roles: 'OWNER',\n user: owner.id as never,\n },\n {\n id: undefined,\n schemeAdmin: true,\n roles: 'GUEST',\n user: guest.id as never,\n },\n ],\n },\n });\n }\n\n private async createSimpleMessage(channelId: string, editedBy: string) {\n return this.broker.call(`${IMoleculerTopics.PostService}.${IBaseServiceCommands.create}`, {\n data: {\n editedBy: editedBy as never,\n channel: channelId as never,\n message: 'Hello from the migrations',\n type: IPostTypeEnum.Simple as never,\n files: [],\n },\n });\n }\n\n private async createAlertMessage(channelId: string, editedBy: string) {\n const message = 'This is a dummy alert!';\n return this.broker.call(`${IMoleculerTopics.PostService}.${IBaseServiceCommands.create}`, {\n data: {\n editedBy: editedBy as never,\n channel: channelId as never,\n message,\n type: IPostTypeEnum.ALERT as never,\n files: [],\n props: {\n ref: 'Dummy',\n refId: 'some-ref',\n attachment: {\n title: message,\n isTitleHtml: false,\n icon: 'InfoIcon',\n callToAction: {\n title: 'View',\n link: `/some-route/some-id`,\n },\n },\n },\n },\n });\n }\n\n private async createCardMessage(channelId: string, editedBy: string) {\n const message = 'Inquiry for fixture property';\n return this.broker.call(`${IMoleculerTopics.PostService}.${IBaseServiceCommands.create}`, {\n data: {\n editedBy: editedBy as never,\n channel: channelId as never,\n message,\n type: IPostTypeEnum.CARD as never,\n files: [],\n props: {\n ref: 'Property',\n refId: 'some-property-id',\n attachment: {\n image: 'https://placehold.co/300',\n title: message,\n isTitleHtml: false,\n description:\n 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis interdum leo augue, non posuere sapien ullamcorper ac. Aliquam vitae ornare libero, ac vulputate elit. Aenean interdum, mi a viverra maximus, leo nibh maximus augue, vel ultrices leo ante et ex. Maecenas vel mi auctor, egestas tellus nec, placerat odio. Curabitur eget tortor sed ligula pharetra varius. Aliquam sit amet lacus ligula. Etiam vitae magna eros.',\n isDescriptionHtml: false,\n callToAction: {\n title: 'View',\n // Should come from frontend\n link: `/property/some-id`,\n },\n property: {\n price: 10,\n priceType: 'Hourly',\n type: 'Hotel',\n totalStar: 5,\n maxPeople: 500,\n totalReview: 450,\n },\n },\n },\n },\n });\n }\n\n private async waitForServices() {\n if (config.isDev) {\n await this.broker.waitForServices('AccountUser');\n await this.broker.waitForServices(`${IMoleculerTopics.ChannelService}`);\n await this.broker.waitForServices(`${IMoleculerTopics.PostService}`);\n }\n }\n\n async up(): Promise<void> {\n await this.waitForServices();\n await this.down();\n this.logger.debug(`(up) Starting up migration...`);\n const users = await this.createUsers();\n this.logger.debug('(up) users created...');\n const channel = await this.createChannel(users[0], users[1]);\n if (!channel) {\n return;\n }\n this.logger.debug('(up) channel created...');\n await Promise.all([\n this.createSimpleMessage(channel.id, users[0].id),\n this.createAlertMessage(channel.id, users[0].id),\n this.createCardMessage(channel.id, users[0].id),\n ]);\n this.logger.debug('(up) messages created...');\n }\n\n async down(): Promise<void> {\n this.logger.debug(`(down) Starting down migration...`);\n const users = await this.broker.call<IUserAccount[], unknown>('AccountUser.getAll', {\n options: {\n email: ['property-automated-user@resortifi.com', 'property-automated-user2@resortifi.com'],\n },\n });\n await Promise.all(\n users.map(({ id }) =>\n this.broker.call(`AccountUser.deleteAccount`, {\n account: {\n id,\n },\n }),\n ),\n );\n const [channel] = await this.broker.call(`${IMoleculerTopics.ChannelService}.${IBaseServiceCommands.getAll}`, {\n criteria: {\n displayName: `propertyAutomatedUser:propertyAutomatedUser2`,\n },\n });\n if (!channel?.id) {\n this.logger.debug(`(down) No Channel found, skipping migration!`);\n return;\n }\n const posts = await this.broker.call<IPost[], unknown>(`${IMoleculerTopics.PostService}.getAll`, {\n criteria: {\n channel: channel.id,\n },\n });\n await Promise.all(\n posts.map(({ id }) =>\n this.broker.call(`${IMoleculerTopics.PostService}.delete`, {\n id,\n }),\n ),\n );\n await this.broker.call(`${IMoleculerTopics.ChannelService}.${IBaseServiceCommands.delete}`, {\n id: channel.id,\n });\n this.logger.debug(`(down) Successful`);\n }\n}\n","import { Feature } from '@common-stack/server-core';\nimport { propertyContainerModule } from './containers';\nimport { schema } from './graphql';\n\nexport default new Feature({\n schema,\n createContainerFunc: [propertyContainerModule],\n});\n","module.exports = require(\"@common-stack/core\");","module.exports = require(\"@common-stack/server-core\");","module.exports = require(\"@messenger-box/core\");","module.exports = require(\"@messenger-box/property-ext-core\");","module.exports = require(\"envalid\");","module.exports = require(\"inversify\");"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"index.js","mappings":";;;;;;;;;;;;;;AAAA,iEAAe,0BAA0B,wBAAwB,GAAG;;;;;;;;;;;;;ACApE,gEAA8C;AAG9C,MAAM,GAAG,GAAI,OAAe,CAAC,OAAO,IAAI,OAAO,CAAC,GAAG,CAAC;AAEvC,cAAM,GAAG,sBAAQ,EAAC,GAAG,EAAE;IAChC,QAAQ,EAAE,iBAAG,EAAC,EAAE,OAAO,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,CAAC,EAAE,OAAO,EAAE,YAAY,EAAE,CAAC;IACnG,mBAAmB,EAAE,iBAAG,EAAC;QACrB,OAAO,EAAE,6EAA6E;KACzF,CAAC;IACF,sBAAsB,EAAE,iBAAG,EAAC;QACxB,OAAO,EAAE,gFAAgF;KAC5F,CAAC;CACL,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;ACbH,qFAAyB;;;;;;;;;;;;;;ACAzB,sEAAwD;AACxD,2FAA+E;AAExE,MAAM,uBAAuB,GAA6C,GAAG,EAAE,CAClF,IAAI,2BAAe,CAAC,CAAC,IAAqB,EAAE,EAAE;IAC1C,IAAI,CAAC,kBAAkB,CAAC,CAAC,EAAE,CAAC,6BAAgB,CAAC,CAAC,eAAe,CAAC,6BAAgB,CAAC,IAAI,CAAC,CAAC;IACrF,IAAI,CAAC,kBAAkB,CAAC,CAAC,EAAE,CAAC,yCAA4B,CAAC,CAAC,eAAe,CAAC,yCAA4B,CAAC,IAAI,CAAC,CAAC;AACjH,CAAC,CAAC,CAAC;AAJM,+BAAuB,2BAI7B;;;;;;;;;;;;;;;;;;;;;;;;;;;ACPP,+FAA4B;;;;;;;;;;;;;;ACA5B,oFAAkC;AAAzB,uGAAM;;;;;;;;;;;;;;;;;ACAf,6DAA6D;AAC7D,cAAc;AACd,uHAAkC;AAErB,cAAM,GAAG,CAAC,sBAAI,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;;;;;;;;;;;;;ACJxC,sEAAmC;AAA1B,0HAAO;;;;;;;;;;;;;;;;;;;;;;;;ACAhB,sEAA+C;AAC/C,mFAAgD;AAIhD,+EAAmC;AAGnC,IAAa,gBAAgB,wBAA7B,MAAa,gBAAgB;IACzB,YAEqB,MAAqB,EAE9B,MAAc;QAFL,WAAM,GAAN,MAAM,CAAe;QAE9B,WAAM,GAAN,MAAM,CAAQ;QAKhB,SAAI,GAAG,kBAAkB,CAAC;QAEpC,OAAE,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,WAAW,CAAC;QALrC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,EAAE,SAAS,EAAE,kBAAgB,CAAC,IAAI,EAAE,CAAC,CAAC;IACrE,CAAC;IAMD,KAAK,CAAC,EAAE;QACJ,MAAM,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,+BAA+B,CAAC,CAAC;QACnD,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,2BAA2B,EAAE;YAC7D,OAAO,EAAE;gBACL,QAAQ,EAAE,WAAW;gBACrB,KAAK,EAAE,6BAA6B;gBACpC,KAAK,EAAE,WAAW;gBAClB,aAAa,EAAE,IAAI;gBACnB,iBAAiB,EAAE,EAAE;aACxB;SACJ,CAAC,CAAC;QACH,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;IACzC,CAAC;IAED,KAAK,CAAC,IAAI;QACN,IAAI,eAAM,CAAC,KAAK,EAAE;YACd,MAAM,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,aAAa,CAAC,CAAC;SACpD;QACD,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,mCAAmC,CAAC,CAAC;QACvD,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAoC,gCAAgC,EAAE;YACrG,KAAK,EAAE,6BAA6B;SACvC,CAAC,CAAC;QACH,IAAI,CAAC,IAAI,EAAE;YACP,OAAO;SACV;QACD,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,gCAAgC,EAAE,IAAI,CAAC,CAAC;QAC1D,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,2BAA2B,EAAE;YAChD,OAAO,EAAE;gBACL,EAAE,EAAE,IAAI,CAAC,EAAE;aACd;SACJ,CAAC,CAAC;QACH,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC;IAChD,CAAC;CACJ;AAhDY,gBAAgB;IAD5B,0BAAU,GAAE;IAGJ,iCAAM,EAAC,iBAAU,CAAC,gBAAgB,CAAC;IAEnC,iCAAM,EAAC,QAAQ,CAAC;GAJZ,gBAAgB,CAgD5B;AAhDY,4CAAgB;;;;;;;;;;;;;;ACR7B,4JAAiF;AAAxE,4KAA4B;AACrC,qHAAwD;AAA/C,uIAAgB;;;;;;;;;;;;;;;;;;;;;;;;ACDzB,sEAA+C;AAE/C,mFAAgD;AAGhD,4HAAkF;AAClF,qFAAwF;AACxF,+EAAmC;AAGnC,IAAa,4BAA4B,oCAAzC,MAAa,4BAA4B;IACrC,YAEqB,MAAqB,EAE9B,MAAc;QAFL,WAAM,GAAN,MAAM,CAAe;QAE9B,WAAM,GAAN,MAAM,CAAQ;QAOhB,SAAI,GAAG,8BAA8B,CAAC;QAL5C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,EAAE,SAAS,EAAE,8BAA4B,CAAC,IAAI,EAAE,CAAC,CAAC;IACjF,CAAC;IAMO,KAAK,CAAC,WAAW;QACrB,MAAM,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAwB,2BAA2B,EAAE;YACjF,OAAO,EAAE;gBACL,QAAQ,EAAE,uBAAuB;gBACjC,KAAK,EAAE,uCAAuC;gBAC9C,KAAK,EAAE,gCAAgC;gBACvC,UAAU,EAAE,iBAAiB;gBAC7B,SAAS,EAAE,OAAO;gBAClB,OAAO,EAAE,wFAAwF;gBACjG,aAAa,EAAE,IAAI;gBACnB,iBAAiB,EAAE,EAAE;aACxB;SACJ,CAAC,CAAC;QACH,MAAM,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAwB,2BAA2B,EAAE;YACjF,OAAO,EAAE;gBACL,QAAQ,EAAE,wBAAwB;gBAClC,KAAK,EAAE,wCAAwC;gBAC/C,KAAK,EAAE,gCAAgC;gBACvC,UAAU,EAAE,iBAAiB;gBAC7B,SAAS,EAAE,OAAO;gBAClB,OAAO,EAAE,wFAAwF;gBACjG,aAAa,EAAE,IAAI;gBACnB,iBAAiB,EAAE,EAAE;aACxB;SACJ,CAAC,CAAC;QACH,OAAO,OAAO,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC;IAC3C,CAAC;IAEO,aAAa,CAAC,KAAmB,EAAE,KAAmB;QAC1D,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,uBAAgB,CAAC,cAAc,IAAI,2BAAoB,CAAC,MAAM,EAAE,EAAE;YACzF,IAAI,EAAE;gBACF,KAAK,EAAE,UAAU;gBACjB,KAAK,EAAE,GAAG,KAAK,CAAC,KAAK,IAAI,KAAK,CAAC,KAAK,EAAE;gBACtC,OAAO,EAAE,KAAK,CAAC,EAAW;gBAC1B,WAAW,EAAE,GAAG,KAAK,CAAC,KAAK,IAAI,KAAK,CAAC,KAAK,EAAE;gBAC5C,IAAI,EAAE,gBAAS,CAAC,MAAM;gBACtB,OAAO,EAAE;oBACL;wBACI,EAAE,EAAE,SAAS;wBACb,WAAW,EAAE,KAAK;wBAClB,KAAK,EAAE,OAAO;wBACd,IAAI,EAAE,KAAK,CAAC,EAAW;qBAC1B;oBACD;wBACI,EAAE,EAAE,SAAS;wBACb,WAAW,EAAE,IAAI;wBACjB,KAAK,EAAE,OAAO;wBACd,IAAI,EAAE,KAAK,CAAC,EAAW;qBAC1B;iBACJ;aACJ;SACJ,CAAC,CAAC;IACP,CAAC;IAEO,KAAK,CAAC,mBAAmB,CAAC,SAAiB,EAAE,QAAgB;QACjE,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,uBAAgB,CAAC,WAAW,IAAI,2BAAoB,CAAC,MAAM,EAAE,EAAE;YACtF,IAAI,EAAE;gBACF,QAAQ,EAAE,QAAiB;gBAC3B,OAAO,EAAE,SAAkB;gBAC3B,OAAO,EAAE,2BAA2B;gBACpC,IAAI,EAAE,iCAAa,CAAC,MAAe;gBACnC,KAAK,EAAE,EAAE;aACZ;SACJ,CAAC,CAAC;IACP,CAAC;IAEO,KAAK,CAAC,kBAAkB,CAAC,SAAiB,EAAE,QAAgB;QAChE,MAAM,OAAO,GAAG,wBAAwB,CAAC;QACzC,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,uBAAgB,CAAC,WAAW,IAAI,2BAAoB,CAAC,MAAM,EAAE,EAAE;YACtF,IAAI,EAAE;gBACF,QAAQ,EAAE,QAAiB;gBAC3B,OAAO,EAAE,SAAkB;gBAC3B,OAAO;gBACP,IAAI,EAAE,iCAAa,CAAC,KAAc;gBAClC,KAAK,EAAE,EAAE;gBACT,KAAK,EAAE;oBACH,GAAG,EAAE,OAAO;oBACZ,KAAK,EAAE,UAAU;oBACjB,UAAU,EAAE;wBACR,KAAK,EAAE,OAAO;wBACd,WAAW,EAAE,KAAK;wBAClB,IAAI,EAAE,UAAU;wBAChB,YAAY,EAAE;4BACV,KAAK,EAAE,MAAM;4BACb,IAAI,EAAE,qBAAqB;yBAC9B;qBACJ;iBACJ;aACJ;SACJ,CAAC,CAAC;IACP,CAAC;IAEO,KAAK,CAAC,iBAAiB,CAAC,SAAiB,EAAE,QAAgB;QAC/D,MAAM,OAAO,GAAG,8BAA8B,CAAC;QAC/C,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,uBAAgB,CAAC,WAAW,IAAI,2BAAoB,CAAC,MAAM,EAAE,EAAE;YACtF,IAAI,EAAE;gBACF,QAAQ,EAAE,QAAiB;gBAC3B,OAAO,EAAE,SAAkB;gBAC3B,OAAO;gBACP,IAAI,EAAE,iCAAa,CAAC,IAAa;gBACjC,KAAK,EAAE,EAAE;gBACT,KAAK,EAAE;oBACH,GAAG,EAAE,UAAU;oBACf,KAAK,EAAE,kBAAkB;oBACzB,UAAU,EAAE;wBACR,KAAK,EAAE,0BAA0B;wBACjC,KAAK,EAAE,OAAO;wBACd,WAAW,EAAE,KAAK;wBAClB,WAAW,EACP,saAAsa;wBAC1a,iBAAiB,EAAE,KAAK;wBACxB,YAAY,EAAE;4BACV,KAAK,EAAE,MAAM;4BACb,4BAA4B;4BAC5B,IAAI,EAAE,mBAAmB;yBAC5B;wBACD,QAAQ,EAAE;4BACN,KAAK,EAAE,EAAE;4BACT,SAAS,EAAE,QAAQ;4BACnB,IAAI,EAAE,OAAO;4BACb,SAAS,EAAE,CAAC;4BACZ,SAAS,EAAE,GAAG;4BACd,WAAW,EAAE,GAAG;yBACnB;qBACJ;iBACJ;aACJ;SACJ,CAAC,CAAC;IACP,CAAC;IAEO,KAAK,CAAC,eAAe;QACzB,IAAI,eAAM,CAAC,KAAK,EAAE;YACd,MAAM,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,aAAa,CAAC,CAAC;YACjD,MAAM,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,uBAAgB,CAAC,cAAc,EAAE,CAAC,CAAC;YACxE,MAAM,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,uBAAgB,CAAC,WAAW,EAAE,CAAC,CAAC;SACxE;IACL,CAAC;IAED,KAAK,CAAC,EAAE;QACJ,MAAM,IAAI,CAAC,eAAe,EAAE,CAAC;QAC7B,MAAM,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,+BAA+B,CAAC,CAAC;QACnD,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,WAAW,EAAE,CAAC;QACvC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC;QAC3C,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;QAC7D,IAAI,CAAC,OAAO,EAAE;YACV,OAAO;SACV;QACD,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC;QAC7C,MAAM,OAAO,CAAC,GAAG,CAAC;YACd,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;YACjD,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;YAChD,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;SAClD,CAAC,CAAC;QACH,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAClD,CAAC;IAED,KAAK,CAAC,IAAI;QACN,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,mCAAmC,CAAC,CAAC;QACvD,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAA0B,oBAAoB,EAAE;YAChF,OAAO,EAAE;gBACL,QAAQ,EAAE;oBACN,KAAK,EAAE,EAAE,GAAG,EAAE,CAAC,uCAAuC,EAAE,wCAAwC,CAAC,EAAE;iBACtG;aACJ;SACJ,CAAC,CAAC;QACH,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC;QAChD,MAAM,OAAO,CAAC,GAAG,CACb,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CACjB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,2BAA2B,EAAE;YAC1C,OAAO,EAAE;gBACL,EAAE;aACL;SACJ,CAAC,CACL,CACJ,CAAC;QACF,MAAM,CAAC,OAAO,CAAC,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,uBAAgB,CAAC,cAAc,IAAI,2BAAoB,CAAC,MAAM,EAAE,EAAE;YAC1G,QAAQ,EAAE;gBACN,WAAW,EAAE,8CAA8C;aAC9D;SACJ,CAAC,CAAC;QACH,IAAI,CAAC,QAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,EAAE,GAAE;YACd,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,8CAA8C,CAAC,CAAC;YAClE,OAAO;SACV;QACD,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAmB,GAAG,uBAAgB,CAAC,WAAW,SAAS,EAAE;YAC7F,QAAQ,EAAE;gBACN,OAAO,EAAE,OAAO,CAAC,EAAE;aACtB;SACJ,CAAC,CAAC;QACH,MAAM,OAAO,CAAC,GAAG,CACb,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CACjB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,uBAAgB,CAAC,WAAW,SAAS,EAAE;YACvD,EAAE;SACL,CAAC,CACL,CACJ,CAAC;QACF,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,uBAAgB,CAAC,cAAc,IAAI,2BAAoB,CAAC,MAAM,EAAE,EAAE;YACxF,EAAE,EAAE,OAAO,CAAC,EAAE;SACjB,CAAC,CAAC;QACH,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAC3C,CAAC;CACJ;AAxNY,4BAA4B;IADxC,0BAAU,GAAE;IAGJ,iCAAM,EAAC,iBAAU,CAAC,gBAAgB,CAAC;IAEnC,iCAAM,EAAC,QAAQ,CAAC;GAJZ,4BAA4B,CAwNxC;AAxNY,oEAA4B;;;;;;;;;;;;;ACVzC,wGAAoD;AACpD,0FAAuD;AACvD,iFAAmC;AAEnC,qBAAe,IAAI,qBAAO,CAAC;IACvB,MAAM,EAAN,gBAAM;IACN,mBAAmB,EAAE,CAAC,oCAAuB,CAAC;CACjD,CAAC,CAAC;;;;;;;;;;;ACPH;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;UENA;UACA;UACA;UACA","sources":["webpack://@messenger-box/property-ext-server/./src/graphql/schema/post.graphql","webpack://@messenger-box/property-ext-server/./src/config/config.ts","webpack://@messenger-box/property-ext-server/./src/config/index.ts","webpack://@messenger-box/property-ext-server/./src/containers/container.ts","webpack://@messenger-box/property-ext-server/./src/containers/index.ts","webpack://@messenger-box/property-ext-server/./src/graphql/index.ts","webpack://@messenger-box/property-ext-server/./src/graphql/schema/index.ts","webpack://@messenger-box/property-ext-server/./src/index.ts","webpack://@messenger-box/property-ext-server/./src/migrations/bot-user-migration.ts","webpack://@messenger-box/property-ext-server/./src/migrations/index.ts","webpack://@messenger-box/property-ext-server/./src/migrations/property-ext-messages-migration.ts","webpack://@messenger-box/property-ext-server/./src/module.ts","webpack://@messenger-box/property-ext-server/external commonjs \"@common-stack/core\"","webpack://@messenger-box/property-ext-server/external commonjs \"@common-stack/server-core\"","webpack://@messenger-box/property-ext-server/external commonjs \"@messenger-box/core\"","webpack://@messenger-box/property-ext-server/external commonjs \"@messenger-box/property-ext-core\"","webpack://@messenger-box/property-ext-server/external commonjs \"envalid\"","webpack://@messenger-box/property-ext-server/external commonjs \"inversify\"","webpack://@messenger-box/property-ext-server/webpack/bootstrap","webpack://@messenger-box/property-ext-server/webpack/runtime/define property getters","webpack://@messenger-box/property-ext-server/webpack/runtime/hasOwnProperty shorthand","webpack://@messenger-box/property-ext-server/webpack/runtime/make namespace object","webpack://@messenger-box/property-ext-server/webpack/before-startup","webpack://@messenger-box/property-ext-server/webpack/startup","webpack://@messenger-box/property-ext-server/webpack/after-startup"],"sourcesContent":["export default \"extend enum PostTypeEnum{\\n ALERT\\n CARD\\n}\\n\";","import { str, cleanEnv, json } from 'envalid';\nimport { IntegrationConnections, Integrations } from '@adminide-stack/core';\n\nconst env = (process as any).APP_ENV || process.env;\n\nexport const config = cleanEnv(env, {\n NODE_ENV: str({ choices: ['production', 'test', 'staging', 'development'], default: 'production' }),\n POST_DATA_FILE_PATH: str({\n default: 'node_modules/@messenger-box/property-ext-server/lib/mock/fixtures/post.json',\n }),\n CHANNEL_DATA_FILE_PATH: str({\n default: 'node_modules/@messenger-box/property-ext-server/lib/mock/fixtures/channel.json',\n }),\n});\n","export * from './config';\n","import { ContainerModule, interfaces } from 'inversify';\nimport { BotUserMigration, PropertyExtMessagesMigration } from '../migrations';\n\nexport const propertyContainerModule: (settings) => interfaces.ContainerModule = () =>\n new ContainerModule((bind: interfaces.Bind) => {\n bind('MongodbMigration').to(BotUserMigration).whenTargetNamed(BotUserMigration.name);\n bind('MongodbMigration').to(PropertyExtMessagesMigration).whenTargetNamed(PropertyExtMessagesMigration.name);\n });\n","export * from './container';\n","export { schema } from './schema';\n","// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-nocheck\nimport post from './post.graphql';\n\nexport const schema = [post].join('/n');\n","export { default } from './module';\n","import { inject, injectable } from 'inversify';\nimport { CommonType } from '@common-stack/core';\nimport { ServiceBroker } from 'moleculer';\nimport { IDatabaseMigration } from '@adminide-stack/core';\nimport * as Logger from 'bunyan';\nimport { config } from '../config';\n\n@injectable()\nexport class BotUserMigration implements IDatabaseMigration {\n constructor(\n @inject(CommonType.MOLECULER_BROKER)\n private readonly broker: ServiceBroker,\n @inject('Logger')\n private logger: Logger,\n ) {\n this.logger = logger.child({ className: BotUserMigration.name });\n }\n\n protected name = 'BotUserMigration';\n\n id = `${this.constructor.name}_20220502`;\n\n async up(): Promise<void> {\n await this.down();\n this.logger.debug(`(up) Starting up migration...`);\n const user = await this.broker.call(`AccountUser.createAccount`, {\n account: {\n username: 'resortifi',\n email: 'resortifi-bot@resortifi.com',\n alias: 'resortifi',\n emailVerified: true,\n notificationEmail: '',\n },\n });\n this.logger.debug(`(up) done`, user);\n }\n\n async down(): Promise<void> {\n if (config.isDev) {\n await this.broker.waitForServices('AccountUser');\n }\n this.logger.debug(`(down) Starting down migration...`);\n const user = await this.broker.call<{ id: string }, { email: string }>(`AccountUser.findAccountByEmail`, {\n email: 'resortifi-bot@resortifi.com',\n });\n if (!user) {\n return;\n }\n this.logger.debug(`(down) User Found, dropping...`, user);\n await this.broker.call(`AccountUser.deleteAccount`, {\n account: {\n id: user.id,\n },\n });\n this.logger.debug(`(down) User drop done!`);\n }\n}\n","export { PropertyExtMessagesMigration } from './property-ext-messages-migration';\nexport { BotUserMigration } from './bot-user-migration';\n","import { inject, injectable } from 'inversify';\nimport { IDatabaseMigration, IUserAccount } from '@adminide-stack/core';\nimport { CommonType } from '@common-stack/core';\nimport { ServiceBroker } from 'moleculer';\nimport * as Logger from 'bunyan';\nimport { IChannel, IPost, IPostTypeEnum } from '@messenger-box/property-ext-core';\nimport { IBaseServiceCommands, IMoleculerTopics, IRoomType } from '@messenger-box/core';\nimport { config } from '../config';\n\n@injectable()\nexport class PropertyExtMessagesMigration implements IDatabaseMigration {\n constructor(\n @inject(CommonType.MOLECULER_BROKER)\n private readonly broker: ServiceBroker,\n @inject('Logger')\n private logger: Logger,\n ) {\n this.logger = logger.child({ className: PropertyExtMessagesMigration.name });\n }\n\n id: 'MessagesMigration_07312022';\n\n protected name = 'PropertyExtMessagesMigration';\n\n private async createUsers(): Promise<[IUserAccount, IUserAccount]> {\n const userOne = this.broker.call<IUserAccount, unknown>(`AccountUser.createAccount`, {\n account: {\n username: 'propertyAutomatedUser',\n email: 'property-automated-user@resortifi.com',\n alias: 'auth0|62df21f9e8116e9fce8207cf', // This need to match with auth0 id. Otherwise manually updatein the DB\n familyName: 'property-fixure',\n givenName: 'user1',\n picture: 'https://lh3.googleusercontent.com/a/AATXAJxMARAgr96npkZGf4R2uGbahBP4tLh5SRbS9bVq=s96-c',\n emailVerified: true,\n notificationEmail: '',\n },\n });\n const userTwo = this.broker.call<IUserAccount, unknown>(`AccountUser.createAccount`, {\n account: {\n username: 'propertyAutomatedUser2',\n email: 'property-automated-user2@resortifi.com',\n alias: 'auth0|62df22109b1f5f6077c1f57e', // This need to match with auth0 id. Otherwise manually updatein the DB\n familyName: 'property-fixure',\n givenName: 'user2',\n picture: 'https://lh3.googleusercontent.com/a/AATXAJxMARAgr96npkZGf4R2uGbahBP4tLh5SRbS9bVq=s96-c',\n emailVerified: true,\n notificationEmail: '',\n },\n });\n return Promise.all([userOne, userTwo]);\n }\n\n private createChannel(owner: IUserAccount, guest: IUserAccount): Promise<IChannel> {\n return this.broker.call(`${IMoleculerTopics.ChannelService}.${IBaseServiceCommands.create}`, {\n data: {\n topic: 'Fixtures',\n title: `${owner.alias}:${guest.alias}`,\n creator: guest.id as never,\n displayName: `${owner.alias}:${guest.alias}`,\n type: IRoomType.DIRECT,\n members: [\n {\n id: undefined,\n schemeAdmin: false,\n roles: 'OWNER',\n user: owner.id as never,\n },\n {\n id: undefined,\n schemeAdmin: true,\n roles: 'GUEST',\n user: guest.id as never,\n },\n ],\n },\n });\n }\n\n private async createSimpleMessage(channelId: string, editedBy: string) {\n return this.broker.call(`${IMoleculerTopics.PostService}.${IBaseServiceCommands.create}`, {\n data: {\n editedBy: editedBy as never,\n channel: channelId as never,\n message: 'Hello from the migrations',\n type: IPostTypeEnum.Simple as never,\n files: [],\n },\n });\n }\n\n private async createAlertMessage(channelId: string, editedBy: string) {\n const message = 'This is a dummy alert!';\n return this.broker.call(`${IMoleculerTopics.PostService}.${IBaseServiceCommands.create}`, {\n data: {\n editedBy: editedBy as never,\n channel: channelId as never,\n message,\n type: IPostTypeEnum.ALERT as never,\n files: [],\n props: {\n ref: 'Dummy',\n refId: 'some-ref',\n attachment: {\n title: message,\n isTitleHtml: false,\n icon: 'InfoIcon',\n callToAction: {\n title: 'View',\n link: `/some-route/some-id`,\n },\n },\n },\n },\n });\n }\n\n private async createCardMessage(channelId: string, editedBy: string) {\n const message = 'Inquiry for fixture property';\n return this.broker.call(`${IMoleculerTopics.PostService}.${IBaseServiceCommands.create}`, {\n data: {\n editedBy: editedBy as never,\n channel: channelId as never,\n message,\n type: IPostTypeEnum.CARD as never,\n files: [],\n props: {\n ref: 'Property',\n refId: 'some-property-id',\n attachment: {\n image: 'https://placehold.co/300',\n title: message,\n isTitleHtml: false,\n description:\n 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis interdum leo augue, non posuere sapien ullamcorper ac. Aliquam vitae ornare libero, ac vulputate elit. Aenean interdum, mi a viverra maximus, leo nibh maximus augue, vel ultrices leo ante et ex. Maecenas vel mi auctor, egestas tellus nec, placerat odio. Curabitur eget tortor sed ligula pharetra varius. Aliquam sit amet lacus ligula. Etiam vitae magna eros.',\n isDescriptionHtml: false,\n callToAction: {\n title: 'View',\n // Should come from frontend\n link: `/property/some-id`,\n },\n property: {\n price: 10,\n priceType: 'Hourly',\n type: 'Hotel',\n totalStar: 5,\n maxPeople: 500,\n totalReview: 450,\n },\n },\n },\n },\n });\n }\n\n private async waitForServices() {\n if (config.isDev) {\n await this.broker.waitForServices('AccountUser');\n await this.broker.waitForServices(`${IMoleculerTopics.ChannelService}`);\n await this.broker.waitForServices(`${IMoleculerTopics.PostService}`);\n }\n }\n\n async up(): Promise<void> {\n await this.waitForServices();\n await this.down();\n this.logger.debug(`(up) Starting up migration...`);\n const users = await this.createUsers();\n this.logger.debug('(up) users created...');\n const channel = await this.createChannel(users[0], users[1]);\n if (!channel) {\n return;\n }\n this.logger.debug('(up) channel created...');\n await Promise.all([\n this.createSimpleMessage(channel.id, users[0].id),\n this.createAlertMessage(channel.id, users[0].id),\n this.createCardMessage(channel.id, users[0].id),\n ]);\n this.logger.debug('(up) messages created...');\n }\n\n async down(): Promise<void> {\n this.logger.debug(`(down) Starting down migration...`);\n const users = await this.broker.call<IUserAccount[], unknown>('AccountUser.getAll', {\n options: {\n criteria: {\n email: { $in: ['property-automated-user@resortifi.com', 'property-automated-user2@resortifi.com'] },\n },\n },\n });\n console.log('--users--', JSON.stringify(users));\n await Promise.all(\n users.map(({ id }) =>\n this.broker.call(`AccountUser.deleteAccount`, {\n account: {\n id,\n },\n }),\n ),\n );\n const [channel] = await this.broker.call(`${IMoleculerTopics.ChannelService}.${IBaseServiceCommands.getAll}`, {\n criteria: {\n displayName: `propertyAutomatedUser:propertyAutomatedUser2`,\n },\n });\n if (!channel?.id) {\n this.logger.debug(`(down) No Channel found, skipping migration!`);\n return;\n }\n const posts = await this.broker.call<IPost[], unknown>(`${IMoleculerTopics.PostService}.getAll`, {\n criteria: {\n channel: channel.id,\n },\n });\n await Promise.all(\n posts.map(({ id }) =>\n this.broker.call(`${IMoleculerTopics.PostService}.delete`, {\n id,\n }),\n ),\n );\n await this.broker.call(`${IMoleculerTopics.ChannelService}.${IBaseServiceCommands.delete}`, {\n id: channel.id,\n });\n this.logger.debug(`(down) Successful`);\n }\n}\n","import { Feature } from '@common-stack/server-core';\nimport { propertyContainerModule } from './containers';\nimport { schema } from './graphql';\n\nexport default new Feature({\n schema,\n createContainerFunc: [propertyContainerModule],\n});\n","module.exports = require(\"@common-stack/core\");","module.exports = require(\"@common-stack/server-core\");","module.exports = require(\"@messenger-box/core\");","module.exports = require(\"@messenger-box/property-ext-core\");","module.exports = require(\"envalid\");","module.exports = require(\"inversify\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","","// startup\n// Load entry module and return exports\n// This entry module is referenced by other modules so it can't be inlined\nvar __webpack_exports__ = __webpack_require__(\"./src/index.ts\");\n",""],"names":[],"sourceRoot":""}
|
|
@@ -5,7 +5,7 @@ export declare class PropertyExtMessagesMigration implements IDatabaseMigration
|
|
|
5
5
|
private readonly broker;
|
|
6
6
|
private logger;
|
|
7
7
|
constructor(broker: ServiceBroker, logger: Logger);
|
|
8
|
-
id: '
|
|
8
|
+
id: 'MessagesMigration_07312022';
|
|
9
9
|
protected name: string;
|
|
10
10
|
private createUsers;
|
|
11
11
|
private createChannel;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@messenger-box/property-ext-server",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.200",
|
|
4
4
|
"description": "Extension to Messenger to support property",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@messenger-box/property-ext-core": "0.0.1-alpha.
|
|
41
|
+
"@messenger-box/property-ext-core": "0.0.1-alpha.198"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@adminide-stack/account-api-server": "1.1.3-alpha.
|
|
44
|
+
"@adminide-stack/account-api-server": "1.1.3-alpha.40",
|
|
45
45
|
"@adminide-stack/core": "*",
|
|
46
46
|
"@adminide-stack/platform-server": "*",
|
|
47
47
|
"@cdm-logger/server": "*",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"typescript": {
|
|
68
68
|
"definition": "lib/index.d.ts"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "c3906697064e546d68717c4667f75d1f900eed33"
|
|
71
71
|
}
|