@messenger-box/core 0.0.1-alpha.192 → 0.0.1-alpha.206
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 +317 -125
- package/lib/index.js.map +1 -1
- package/lib/interfaces/generated-models.d.ts +1423 -972
- package/lib/server/constants/index.d.ts +1 -0
- package/lib/server/constants/types.d.ts +13 -0
- package/lib/server/index.d.ts +2 -0
- package/lib/server/interfaces/channel-params.d.ts +16 -0
- package/lib/server/interfaces/channel-service.d.ts +57 -0
- package/lib/server/interfaces/index.d.ts +3 -0
- package/lib/server/interfaces/post-service.d.ts +14 -0
- package/package.json +5 -2
package/lib/index.js
CHANGED
|
@@ -1,102 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
/******/
|
|
3
|
-
/******/
|
|
4
|
-
/******/ var installedModules = {};
|
|
5
|
-
/******/
|
|
6
|
-
/******/ // The require function
|
|
7
|
-
/******/ function __webpack_require__(moduleId) {
|
|
8
|
-
/******/
|
|
9
|
-
/******/ // Check if module is in cache
|
|
10
|
-
/******/ if(installedModules[moduleId]) {
|
|
11
|
-
/******/ return installedModules[moduleId].exports;
|
|
12
|
-
/******/ }
|
|
13
|
-
/******/ // Create a new module (and put it into the cache)
|
|
14
|
-
/******/ var module = installedModules[moduleId] = {
|
|
15
|
-
/******/ i: moduleId,
|
|
16
|
-
/******/ l: false,
|
|
17
|
-
/******/ exports: {}
|
|
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__ = ({
|
|
89
4
|
|
|
90
5
|
/***/ "./src/constants/constant.ts":
|
|
91
6
|
/*!***********************************!*\
|
|
92
7
|
!*** ./src/constants/constant.ts ***!
|
|
93
8
|
\***********************************/
|
|
94
|
-
|
|
95
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
9
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
96
10
|
|
|
97
|
-
"use strict";
|
|
98
11
|
|
|
99
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
100
13
|
exports.MESSAGE_SLOT_FILL_NAME = void 0;
|
|
101
14
|
exports.MESSAGE_SLOT_FILL_NAME = 'message-slot-fill-name';
|
|
102
15
|
|
|
@@ -107,14 +20,16 @@ exports.MESSAGE_SLOT_FILL_NAME = 'message-slot-fill-name';
|
|
|
107
20
|
/*!********************************!*\
|
|
108
21
|
!*** ./src/constants/index.ts ***!
|
|
109
22
|
\********************************/
|
|
110
|
-
|
|
111
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
23
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
112
24
|
|
|
113
|
-
"use strict";
|
|
114
25
|
|
|
115
26
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
116
27
|
if (k2 === undefined) k2 = k;
|
|
117
|
-
Object.
|
|
28
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
29
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
30
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
31
|
+
}
|
|
32
|
+
Object.defineProperty(o, k2, desc);
|
|
118
33
|
}) : (function(o, m, k, k2) {
|
|
119
34
|
if (k2 === undefined) k2 = k;
|
|
120
35
|
o[k2] = m[k];
|
|
@@ -122,7 +37,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
122
37
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
123
38
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
124
39
|
};
|
|
125
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
126
41
|
__exportStar(__webpack_require__(/*! ./constant */ "./src/constants/constant.ts"), exports);
|
|
127
42
|
|
|
128
43
|
|
|
@@ -132,14 +47,16 @@ __exportStar(__webpack_require__(/*! ./constant */ "./src/constants/constant.ts"
|
|
|
132
47
|
/*!**********************!*\
|
|
133
48
|
!*** ./src/index.ts ***!
|
|
134
49
|
\**********************/
|
|
135
|
-
|
|
136
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
50
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
137
51
|
|
|
138
|
-
"use strict";
|
|
139
52
|
|
|
140
53
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
141
54
|
if (k2 === undefined) k2 = k;
|
|
142
|
-
Object.
|
|
55
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
56
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
57
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
58
|
+
}
|
|
59
|
+
Object.defineProperty(o, k2, desc);
|
|
143
60
|
}) : (function(o, m, k, k2) {
|
|
144
61
|
if (k2 === undefined) k2 = k;
|
|
145
62
|
o[k2] = m[k];
|
|
@@ -147,7 +64,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
147
64
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
148
65
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
149
66
|
};
|
|
150
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
151
68
|
__exportStar(__webpack_require__(/*! ./interfaces */ "./src/interfaces/index.ts"), exports);
|
|
152
69
|
__exportStar(__webpack_require__(/*! ./constants */ "./src/constants/index.ts"), exports);
|
|
153
70
|
|
|
@@ -158,16 +75,37 @@ __exportStar(__webpack_require__(/*! ./constants */ "./src/constants/index.ts"),
|
|
|
158
75
|
/*!********************************************!*\
|
|
159
76
|
!*** ./src/interfaces/generated-models.ts ***!
|
|
160
77
|
\********************************************/
|
|
161
|
-
|
|
162
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
78
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
163
79
|
|
|
164
|
-
"use strict";
|
|
165
80
|
|
|
166
|
-
Object.
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
81
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
82
|
+
if (k2 === undefined) k2 = k;
|
|
83
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
84
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
85
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
86
|
+
}
|
|
87
|
+
Object.defineProperty(o, k2, desc);
|
|
88
|
+
}) : (function(o, m, k, k2) {
|
|
89
|
+
if (k2 === undefined) k2 = k;
|
|
90
|
+
o[k2] = m[k];
|
|
91
|
+
}));
|
|
92
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
93
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
94
|
+
}) : function(o, v) {
|
|
95
|
+
o["default"] = v;
|
|
96
|
+
});
|
|
97
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
98
|
+
if (mod && mod.__esModule) return mod;
|
|
99
|
+
var result = {};
|
|
100
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
101
|
+
__setModuleDefault(result, mod);
|
|
102
|
+
return result;
|
|
103
|
+
};
|
|
104
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
105
|
+
exports.ConfigurationFragmentDoc = exports.MessengerUserFragmentDoc = exports.MinimalUserFragmentDoc = exports.FileInfoFragmentDoc = exports.IVisibility = exports.IUserOrderBy = exports.ITokenTypesEnum = exports.ISortEnum = exports.ISmsServiceActions = exports.ISettingValueType = exports.IRoomType = exports.IRole = exports.IProjectType = exports.IProjectSourceType = exports.IProjectSourceProviders = exports.IPreDefinedRole = exports.IPostTypeEnum = exports.IPostServiceCommands = exports.IPortalLanguage = exports.IPermissionType = exports.IPermissionResource = exports.IPermissionAction = exports.IOrganizationContextPubSubEvents = exports.IOrgainizationInvitationRole = exports.IOrgUserRole = exports.IMoleculerTopics = exports.IMoleculerServiceName = exports.IMoleculerCronServiceName = exports.IMessengerUserStatus = exports.IMessengerNotificationServiceCommands = exports.IMailTemplateId = exports.IInviteStatus = exports.IIDType = exports.IIDStatus = exports.IGlobalLanguages = exports.IGlobalCurrencies = exports.IGender = exports.IFileRefType = exports.IEditPresentationTypes = exports.IConfigurationTarget = exports.IConfigurationScope = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.IClientTypes = exports.IClientCacheTypeNames = exports.IChannelSort = exports.IChannelServiceCommands = exports.IChannelPrivacy = exports.IBaseServiceCommands = exports.IApplicationRoles = void 0;
|
|
106
|
+
exports.useGetUserByIdLazyQuery = exports.useGetUserByIdQuery = exports.GetUserByIdDocument = exports.useGetAllUsersLazyQuery = exports.useGetAllUsersQuery = exports.GetAllUsersDocument = exports.useUserAccountLazyQuery = exports.useUserAccountQuery = exports.UserAccountDocument = exports.useGetMessagesLazyQuery = exports.useGetMessagesQuery = exports.GetMessagesDocument = exports.useMessagesLazyQuery = exports.useMessagesQuery = exports.MessagesDocument = exports.useCheckForNewMessagesLazyQuery = exports.useCheckForNewMessagesQuery = exports.CheckForNewMessagesDocument = exports.useGetChannelsByUserLazyQuery = exports.useGetChannelsByUserQuery = exports.GetChannelsByUserDocument = exports.useGetAllChannelLazyQuery = exports.useGetAllChannelQuery = exports.GetAllChannelDocument = exports.useDeleteMessageFileMutation = exports.DeleteMessageFileDocument = exports.useAttachUploadedFilesToMessageMutation = exports.AttachUploadedFilesToMessageDocument = exports.useCreateMessageFilesUploadLinkMutation = exports.CreateMessageFilesUploadLinkDocument = exports.useAttachUploadedFileToMessageMutation = exports.AttachUploadedFileToMessageDocument = exports.useCreateMessageFileUploadLinkMutation = exports.CreateMessageFileUploadLinkDocument = exports.useEditMessageMutation = exports.EditMessageDocument = exports.useDeleteMessageMutation = exports.DeleteMessageDocument = exports.useSendMessagesMutation = exports.SendMessagesDocument = exports.useDeleteChannelMutation = exports.DeleteChannelDocument = exports.useAddMemberToChannelMutation = exports.AddMemberToChannelDocument = exports.useAddDirectChannelMutation = exports.AddDirectChannelDocument = exports.useAddChannelMutation = exports.AddChannelDocument = exports.UserFragmentDoc = exports.PostFragmentDoc = void 0;
|
|
107
|
+
exports.useonChatMessageAddedSubscription = exports.onChatMessageAddedDocument = exports.useCurrentUserLazyQuery = exports.useCurrentUserQuery = exports.CurrentUserDocument = exports.useUsersToChatLazyQuery = exports.useUsersToChatQuery = exports.UsersToChatDocument = void 0;
|
|
108
|
+
const Apollo = __importStar(__webpack_require__(/*! @apollo/client */ "@apollo/client"));
|
|
171
109
|
const defaultOptions = {};
|
|
172
110
|
var IApplicationRoles;
|
|
173
111
|
(function (IApplicationRoles) {
|
|
@@ -191,6 +129,7 @@ var IApplicationRoles;
|
|
|
191
129
|
/** User who is logged in */
|
|
192
130
|
IApplicationRoles["USER"] = "USER";
|
|
193
131
|
})(IApplicationRoles = exports.IApplicationRoles || (exports.IApplicationRoles = {}));
|
|
132
|
+
;
|
|
194
133
|
var IBaseServiceCommands;
|
|
195
134
|
(function (IBaseServiceCommands) {
|
|
196
135
|
IBaseServiceCommands["count"] = "count";
|
|
@@ -203,12 +142,14 @@ var IBaseServiceCommands;
|
|
|
203
142
|
IBaseServiceCommands["delete"] = "delete";
|
|
204
143
|
IBaseServiceCommands["getAllWithCount"] = "getAllWithCount";
|
|
205
144
|
})(IBaseServiceCommands = exports.IBaseServiceCommands || (exports.IBaseServiceCommands = {}));
|
|
145
|
+
;
|
|
206
146
|
var IChannelPrivacy;
|
|
207
147
|
(function (IChannelPrivacy) {
|
|
208
148
|
IChannelPrivacy["PRIVATE"] = "PRIVATE";
|
|
209
149
|
IChannelPrivacy["PUBLIC"] = "PUBLIC";
|
|
210
150
|
IChannelPrivacy["ALL"] = "ALL";
|
|
211
151
|
})(IChannelPrivacy = exports.IChannelPrivacy || (exports.IChannelPrivacy = {}));
|
|
152
|
+
;
|
|
212
153
|
var IChannelServiceCommands;
|
|
213
154
|
(function (IChannelServiceCommands) {
|
|
214
155
|
IChannelServiceCommands["createDirectChannel"] = "createDirectChannel";
|
|
@@ -242,11 +183,13 @@ var IChannelServiceCommands;
|
|
|
242
183
|
IChannelServiceCommands["isMember"] = "isMember";
|
|
243
184
|
IChannelServiceCommands["viewChannel"] = "viewChannel";
|
|
244
185
|
})(IChannelServiceCommands = exports.IChannelServiceCommands || (exports.IChannelServiceCommands = {}));
|
|
186
|
+
;
|
|
245
187
|
var IChannelSort;
|
|
246
188
|
(function (IChannelSort) {
|
|
247
189
|
IChannelSort["NAME"] = "NAME";
|
|
248
190
|
IChannelSort["NUMBER_OF_MESSAGES"] = "NUMBER_OF_MESSAGES";
|
|
249
191
|
})(IChannelSort = exports.IChannelSort || (exports.IChannelSort = {}));
|
|
192
|
+
;
|
|
250
193
|
var IClientCacheTypeNames;
|
|
251
194
|
(function (IClientCacheTypeNames) {
|
|
252
195
|
IClientCacheTypeNames["Post"] = "Post";
|
|
@@ -254,11 +197,13 @@ var IClientCacheTypeNames;
|
|
|
254
197
|
IClientCacheTypeNames["ChannelMember"] = "ChannelMember";
|
|
255
198
|
IClientCacheTypeNames["UserAccount"] = "UserAccount";
|
|
256
199
|
})(IClientCacheTypeNames = exports.IClientCacheTypeNames || (exports.IClientCacheTypeNames = {}));
|
|
200
|
+
;
|
|
257
201
|
var IClientTypes;
|
|
258
202
|
(function (IClientTypes) {
|
|
259
203
|
IClientTypes["Business"] = "Business";
|
|
260
204
|
IClientTypes["Individuals"] = "Individuals";
|
|
261
205
|
})(IClientTypes = exports.IClientTypes || (exports.IClientTypes = {}));
|
|
206
|
+
;
|
|
262
207
|
var IConfigCollectionName;
|
|
263
208
|
(function (IConfigCollectionName) {
|
|
264
209
|
IConfigCollectionName["application"] = "application";
|
|
@@ -270,6 +215,7 @@ var IConfigCollectionName;
|
|
|
270
215
|
IConfigCollectionName["projects"] = "projects";
|
|
271
216
|
IConfigCollectionName["clients"] = "clients";
|
|
272
217
|
})(IConfigCollectionName = exports.IConfigCollectionName || (exports.IConfigCollectionName = {}));
|
|
218
|
+
;
|
|
273
219
|
var IConfigFragmentName;
|
|
274
220
|
(function (IConfigFragmentName) {
|
|
275
221
|
IConfigFragmentName["resources"] = "resources";
|
|
@@ -285,6 +231,7 @@ var IConfigFragmentName;
|
|
|
285
231
|
/** Billing */
|
|
286
232
|
IConfigFragmentName["billingPlanPolicies"] = "billingPlanPolicies";
|
|
287
233
|
})(IConfigFragmentName = exports.IConfigFragmentName || (exports.IConfigFragmentName = {}));
|
|
234
|
+
;
|
|
288
235
|
/**
|
|
289
236
|
* A configuration settings can have one of the following possible scopes.
|
|
290
237
|
* Configuration scopes determine when a settings is available to the user through the Settings editor and
|
|
@@ -301,6 +248,7 @@ var IConfigurationScope;
|
|
|
301
248
|
/** Resource specific configuration, which can be configured in the user, organization or workspace settings. */
|
|
302
249
|
IConfigurationScope["RESOURCE"] = "RESOURCE";
|
|
303
250
|
})(IConfigurationScope = exports.IConfigurationScope || (exports.IConfigurationScope = {}));
|
|
251
|
+
;
|
|
304
252
|
var IConfigurationTarget;
|
|
305
253
|
(function (IConfigurationTarget) {
|
|
306
254
|
/** Targets the user configuration file for writing. */
|
|
@@ -314,23 +262,36 @@ var IConfigurationTarget;
|
|
|
314
262
|
IConfigurationTarget["DEFAULT"] = "DEFAULT";
|
|
315
263
|
IConfigurationTarget["MEMORY"] = "MEMORY";
|
|
316
264
|
})(IConfigurationTarget = exports.IConfigurationTarget || (exports.IConfigurationTarget = {}));
|
|
265
|
+
;
|
|
317
266
|
var IEditPresentationTypes;
|
|
318
267
|
(function (IEditPresentationTypes) {
|
|
319
268
|
IEditPresentationTypes["Multiline"] = "Multiline";
|
|
320
269
|
IEditPresentationTypes["Singleline"] = "Singleline";
|
|
321
270
|
})(IEditPresentationTypes = exports.IEditPresentationTypes || (exports.IEditPresentationTypes = {}));
|
|
271
|
+
;
|
|
322
272
|
/** File Reference Type */
|
|
323
273
|
var IFileRefType;
|
|
324
274
|
(function (IFileRefType) {
|
|
275
|
+
IFileRefType["Account"] = "Account";
|
|
325
276
|
IFileRefType["Post"] = "Post";
|
|
277
|
+
IFileRefType["Profile"] = "Profile";
|
|
326
278
|
IFileRefType["Unknown"] = "Unknown";
|
|
327
279
|
})(IFileRefType = exports.IFileRefType || (exports.IFileRefType = {}));
|
|
280
|
+
;
|
|
281
|
+
var IGender;
|
|
282
|
+
(function (IGender) {
|
|
283
|
+
IGender["Male"] = "Male";
|
|
284
|
+
IGender["Female"] = "Female";
|
|
285
|
+
IGender["Other"] = "Other";
|
|
286
|
+
})(IGender = exports.IGender || (exports.IGender = {}));
|
|
287
|
+
;
|
|
328
288
|
var IGlobalCurrencies;
|
|
329
289
|
(function (IGlobalCurrencies) {
|
|
330
290
|
IGlobalCurrencies["USD"] = "USD";
|
|
331
291
|
IGlobalCurrencies["EURO"] = "EURO";
|
|
332
292
|
IGlobalCurrencies["AUD"] = "AUD";
|
|
333
293
|
})(IGlobalCurrencies = exports.IGlobalCurrencies || (exports.IGlobalCurrencies = {}));
|
|
294
|
+
;
|
|
334
295
|
var IGlobalLanguages;
|
|
335
296
|
(function (IGlobalLanguages) {
|
|
336
297
|
IGlobalLanguages["English"] = "English";
|
|
@@ -338,21 +299,44 @@ var IGlobalLanguages;
|
|
|
338
299
|
IGlobalLanguages["French"] = "French";
|
|
339
300
|
IGlobalLanguages["Russian"] = "Russian";
|
|
340
301
|
})(IGlobalLanguages = exports.IGlobalLanguages || (exports.IGlobalLanguages = {}));
|
|
302
|
+
;
|
|
303
|
+
var IIDStatus;
|
|
304
|
+
(function (IIDStatus) {
|
|
305
|
+
IIDStatus["NOT_PROVIDED"] = "NOT_PROVIDED";
|
|
306
|
+
IIDStatus["SUBMITTED"] = "SUBMITTED";
|
|
307
|
+
IIDStatus["VERIFIED"] = "VERIFIED";
|
|
308
|
+
})(IIDStatus = exports.IIDStatus || (exports.IIDStatus = {}));
|
|
309
|
+
;
|
|
310
|
+
var IIDType;
|
|
311
|
+
(function (IIDType) {
|
|
312
|
+
IIDType["DriverLicense"] = "DriverLicense";
|
|
313
|
+
IIDType["Passport"] = "Passport";
|
|
314
|
+
IIDType["IdentityCard"] = "IdentityCard";
|
|
315
|
+
})(IIDType = exports.IIDType || (exports.IIDType = {}));
|
|
316
|
+
;
|
|
341
317
|
var IInviteStatus;
|
|
342
318
|
(function (IInviteStatus) {
|
|
343
319
|
IInviteStatus["PENDING"] = "PENDING";
|
|
344
320
|
IInviteStatus["ACCEPTED"] = "ACCEPTED";
|
|
345
321
|
IInviteStatus["DECLINED"] = "DECLINED";
|
|
346
322
|
})(IInviteStatus = exports.IInviteStatus || (exports.IInviteStatus = {}));
|
|
323
|
+
;
|
|
347
324
|
var IMailTemplateId;
|
|
348
325
|
(function (IMailTemplateId) {
|
|
326
|
+
IMailTemplateId["HolidayGreetingsTemplateId"] = "HolidayGreetingsTemplateId";
|
|
349
327
|
IMailTemplateId["MessageNotificationServiceId"] = "MessageNotificationServiceId";
|
|
328
|
+
IMailTemplateId["ReferFriendsTemplateId"] = "ReferFriendsTemplateId";
|
|
329
|
+
IMailTemplateId["ValidGovernmentIDTemplateId"] = "ValidGovernmentIDTemplateId";
|
|
330
|
+
IMailTemplateId["VerifyEmailTemplateId"] = "VerifyEmailTemplateId";
|
|
331
|
+
IMailTemplateId["WelcomeAndExplorePropertiesTemplateId"] = "WelcomeAndExplorePropertiesTemplateId";
|
|
350
332
|
IMailTemplateId["dummy"] = "dummy";
|
|
351
333
|
})(IMailTemplateId = exports.IMailTemplateId || (exports.IMailTemplateId = {}));
|
|
334
|
+
;
|
|
352
335
|
var IMessengerNotificationServiceCommands;
|
|
353
336
|
(function (IMessengerNotificationServiceCommands) {
|
|
354
337
|
IMessengerNotificationServiceCommands["sendNotificationOfUnreadMessages"] = "sendNotificationOfUnreadMessages";
|
|
355
338
|
})(IMessengerNotificationServiceCommands = exports.IMessengerNotificationServiceCommands || (exports.IMessengerNotificationServiceCommands = {}));
|
|
339
|
+
;
|
|
356
340
|
var IMessengerUserStatus;
|
|
357
341
|
(function (IMessengerUserStatus) {
|
|
358
342
|
IMessengerUserStatus["ONLINE"] = "ONLINE";
|
|
@@ -360,11 +344,13 @@ var IMessengerUserStatus;
|
|
|
360
344
|
IMessengerUserStatus["BUSY"] = "BUSY";
|
|
361
345
|
IMessengerUserStatus["INVISIBLE"] = "INVISIBLE";
|
|
362
346
|
})(IMessengerUserStatus = exports.IMessengerUserStatus || (exports.IMessengerUserStatus = {}));
|
|
347
|
+
;
|
|
363
348
|
var IMoleculerCronServiceName;
|
|
364
349
|
(function (IMoleculerCronServiceName) {
|
|
365
350
|
IMoleculerCronServiceName["MessengerCronJob"] = "MessengerCronJob";
|
|
366
351
|
IMoleculerCronServiceName["dummy"] = "dummy";
|
|
367
352
|
})(IMoleculerCronServiceName = exports.IMoleculerCronServiceName || (exports.IMoleculerCronServiceName = {}));
|
|
353
|
+
;
|
|
368
354
|
/** All Moleculer Topic names are extended from this. */
|
|
369
355
|
var IMoleculerServiceName;
|
|
370
356
|
(function (IMoleculerServiceName) {
|
|
@@ -372,6 +358,7 @@ var IMoleculerServiceName;
|
|
|
372
358
|
IMoleculerServiceName["SmsService"] = "SmsService";
|
|
373
359
|
IMoleculerServiceName["dummy"] = "dummy";
|
|
374
360
|
})(IMoleculerServiceName = exports.IMoleculerServiceName || (exports.IMoleculerServiceName = {}));
|
|
361
|
+
;
|
|
375
362
|
var IMoleculerTopics;
|
|
376
363
|
(function (IMoleculerTopics) {
|
|
377
364
|
IMoleculerTopics["BaseService"] = "BaseService";
|
|
@@ -381,6 +368,15 @@ var IMoleculerTopics;
|
|
|
381
368
|
IMoleculerTopics["ReactionService"] = "ReactionService";
|
|
382
369
|
IMoleculerTopics["MessengerNotificationService"] = "MessengerNotificationService";
|
|
383
370
|
})(IMoleculerTopics = exports.IMoleculerTopics || (exports.IMoleculerTopics = {}));
|
|
371
|
+
;
|
|
372
|
+
var IOrgUserRole;
|
|
373
|
+
(function (IOrgUserRole) {
|
|
374
|
+
IOrgUserRole["BILLING_LEADER"] = "BILLING_LEADER";
|
|
375
|
+
IOrgUserRole["MEMBER"] = "MEMBER";
|
|
376
|
+
IOrgUserRole["ADMIN"] = "ADMIN";
|
|
377
|
+
IOrgUserRole["OWNER"] = "OWNER";
|
|
378
|
+
})(IOrgUserRole = exports.IOrgUserRole || (exports.IOrgUserRole = {}));
|
|
379
|
+
;
|
|
384
380
|
/**
|
|
385
381
|
* OrganizationInvitationRole: The possible organization invitation roles.
|
|
386
382
|
*
|
|
@@ -397,6 +393,7 @@ var IOrgainizationInvitationRole;
|
|
|
397
393
|
IOrgainizationInvitationRole["DIRECT_MEMBER"] = "DIRECT_MEMBER";
|
|
398
394
|
IOrgainizationInvitationRole["BILLING_MANAGER"] = "BILLING_MANAGER";
|
|
399
395
|
})(IOrgainizationInvitationRole = exports.IOrgainizationInvitationRole || (exports.IOrgainizationInvitationRole = {}));
|
|
396
|
+
;
|
|
400
397
|
/** Subscription event for context */
|
|
401
398
|
var IOrganizationContextPubSubEvents;
|
|
402
399
|
(function (IOrganizationContextPubSubEvents) {
|
|
@@ -405,13 +402,7 @@ var IOrganizationContextPubSubEvents;
|
|
|
405
402
|
IOrganizationContextPubSubEvents["OrganizationConfigurationUpdated"] = "OrganizationConfigurationUpdated";
|
|
406
403
|
IOrganizationContextPubSubEvents["OrganizationPermissionUpdated"] = "OrganizationPermissionUpdated";
|
|
407
404
|
})(IOrganizationContextPubSubEvents = exports.IOrganizationContextPubSubEvents || (exports.IOrganizationContextPubSubEvents = {}));
|
|
408
|
-
|
|
409
|
-
(function (IOrgUserRole) {
|
|
410
|
-
IOrgUserRole["BILLING_LEADER"] = "BILLING_LEADER";
|
|
411
|
-
IOrgUserRole["MEMBER"] = "MEMBER";
|
|
412
|
-
IOrgUserRole["ADMIN"] = "ADMIN";
|
|
413
|
-
IOrgUserRole["OWNER"] = "OWNER";
|
|
414
|
-
})(IOrgUserRole = exports.IOrgUserRole || (exports.IOrgUserRole = {}));
|
|
405
|
+
;
|
|
415
406
|
var IPermissionAction;
|
|
416
407
|
(function (IPermissionAction) {
|
|
417
408
|
IPermissionAction["Create"] = "Create";
|
|
@@ -421,6 +412,7 @@ var IPermissionAction;
|
|
|
421
412
|
IPermissionAction["Manage"] = "Manage";
|
|
422
413
|
IPermissionAction["View"] = "View";
|
|
423
414
|
})(IPermissionAction = exports.IPermissionAction || (exports.IPermissionAction = {}));
|
|
415
|
+
;
|
|
424
416
|
var IPermissionResource;
|
|
425
417
|
(function (IPermissionResource) {
|
|
426
418
|
IPermissionResource["Members"] = "Members";
|
|
@@ -430,12 +422,14 @@ var IPermissionResource;
|
|
|
430
422
|
IPermissionResource["Settings"] = "Settings";
|
|
431
423
|
IPermissionResource["Teams"] = "Teams";
|
|
432
424
|
})(IPermissionResource = exports.IPermissionResource || (exports.IPermissionResource = {}));
|
|
425
|
+
;
|
|
433
426
|
var IPermissionType;
|
|
434
427
|
(function (IPermissionType) {
|
|
435
428
|
IPermissionType["Allow"] = "Allow";
|
|
436
429
|
IPermissionType["Deny"] = "Deny";
|
|
437
430
|
IPermissionType["NotSet"] = "NotSet";
|
|
438
431
|
})(IPermissionType = exports.IPermissionType || (exports.IPermissionType = {}));
|
|
432
|
+
;
|
|
439
433
|
var IPortalLanguage;
|
|
440
434
|
(function (IPortalLanguage) {
|
|
441
435
|
IPortalLanguage["English"] = "English";
|
|
@@ -444,6 +438,7 @@ var IPortalLanguage;
|
|
|
444
438
|
IPortalLanguage["Spanish"] = "Spanish";
|
|
445
439
|
IPortalLanguage["Russian"] = "Russian";
|
|
446
440
|
})(IPortalLanguage = exports.IPortalLanguage || (exports.IPortalLanguage = {}));
|
|
441
|
+
;
|
|
447
442
|
var IPostServiceCommands;
|
|
448
443
|
(function (IPostServiceCommands) {
|
|
449
444
|
IPostServiceCommands["attachUploadedFile"] = "attachUploadedFile";
|
|
@@ -454,12 +449,14 @@ var IPostServiceCommands;
|
|
|
454
449
|
IPostServiceCommands["readMessage"] = "readMessage";
|
|
455
450
|
IPostServiceCommands["deliverMessage"] = "deliverMessage";
|
|
456
451
|
})(IPostServiceCommands = exports.IPostServiceCommands || (exports.IPostServiceCommands = {}));
|
|
452
|
+
;
|
|
457
453
|
var IPostTypeEnum;
|
|
458
454
|
(function (IPostTypeEnum) {
|
|
459
455
|
IPostTypeEnum["ALERT"] = "ALERT";
|
|
460
456
|
IPostTypeEnum["CARD"] = "CARD";
|
|
461
457
|
IPostTypeEnum["Simple"] = "Simple";
|
|
462
458
|
})(IPostTypeEnum = exports.IPostTypeEnum || (exports.IPostTypeEnum = {}));
|
|
459
|
+
;
|
|
463
460
|
var IPreDefinedRole;
|
|
464
461
|
(function (IPreDefinedRole) {
|
|
465
462
|
IPreDefinedRole["OWNER"] = "OWNER";
|
|
@@ -473,6 +470,7 @@ var IPreDefinedRole;
|
|
|
473
470
|
IPreDefinedRole["GUEST"] = "GUEST";
|
|
474
471
|
IPreDefinedRole["CONTRIBUTORS"] = "CONTRIBUTORS";
|
|
475
472
|
})(IPreDefinedRole = exports.IPreDefinedRole || (exports.IPreDefinedRole = {}));
|
|
473
|
+
;
|
|
476
474
|
/** Various Source Providers for Projects Source. */
|
|
477
475
|
var IProjectSourceProviders;
|
|
478
476
|
(function (IProjectSourceProviders) {
|
|
@@ -482,6 +480,7 @@ var IProjectSourceProviders;
|
|
|
482
480
|
IProjectSourceProviders["Vsts"] = "Vsts";
|
|
483
481
|
IProjectSourceProviders["None"] = "None";
|
|
484
482
|
})(IProjectSourceProviders = exports.IProjectSourceProviders || (exports.IProjectSourceProviders = {}));
|
|
483
|
+
;
|
|
485
484
|
/** Various types of sources. */
|
|
486
485
|
var IProjectSourceType;
|
|
487
486
|
(function (IProjectSourceType) {
|
|
@@ -489,12 +488,14 @@ var IProjectSourceType;
|
|
|
489
488
|
IProjectSourceType["Zip"] = "Zip";
|
|
490
489
|
IProjectSourceType["Git"] = "Git";
|
|
491
490
|
})(IProjectSourceType = exports.IProjectSourceType || (exports.IProjectSourceType = {}));
|
|
491
|
+
;
|
|
492
492
|
var IProjectType;
|
|
493
493
|
(function (IProjectType) {
|
|
494
494
|
IProjectType["internal"] = "internal";
|
|
495
495
|
IProjectType["others"] = "others";
|
|
496
496
|
IProjectType["asana"] = "asana";
|
|
497
497
|
})(IProjectType = exports.IProjectType || (exports.IProjectType = {}));
|
|
498
|
+
;
|
|
498
499
|
var IRole;
|
|
499
500
|
(function (IRole) {
|
|
500
501
|
IRole["ADMIN"] = "ADMIN";
|
|
@@ -502,6 +503,7 @@ var IRole;
|
|
|
502
503
|
IRole["USER"] = "USER";
|
|
503
504
|
IRole["UNKNOWN"] = "UNKNOWN";
|
|
504
505
|
})(IRole = exports.IRole || (exports.IRole = {}));
|
|
506
|
+
;
|
|
505
507
|
var IRoomType;
|
|
506
508
|
(function (IRoomType) {
|
|
507
509
|
IRoomType["CHANNEL"] = "CHANNEL";
|
|
@@ -510,6 +512,7 @@ var IRoomType;
|
|
|
510
512
|
IRoomType["PRIVATE"] = "PRIVATE";
|
|
511
513
|
IRoomType["VISITOR"] = "VISITOR";
|
|
512
514
|
})(IRoomType = exports.IRoomType || (exports.IRoomType = {}));
|
|
515
|
+
;
|
|
513
516
|
var ISettingValueType;
|
|
514
517
|
(function (ISettingValueType) {
|
|
515
518
|
ISettingValueType["Null"] = "Null";
|
|
@@ -523,15 +526,18 @@ var ISettingValueType;
|
|
|
523
526
|
ISettingValueType["NullableInteger"] = "NullableInteger";
|
|
524
527
|
ISettingValueType["NullableNumber"] = "NullableNumber";
|
|
525
528
|
})(ISettingValueType = exports.ISettingValueType || (exports.ISettingValueType = {}));
|
|
529
|
+
;
|
|
526
530
|
var ISmsServiceActions;
|
|
527
531
|
(function (ISmsServiceActions) {
|
|
528
532
|
ISmsServiceActions["send"] = "send";
|
|
529
533
|
})(ISmsServiceActions = exports.ISmsServiceActions || (exports.ISmsServiceActions = {}));
|
|
534
|
+
;
|
|
530
535
|
var ISortEnum;
|
|
531
536
|
(function (ISortEnum) {
|
|
532
537
|
ISortEnum["ASC"] = "ASC";
|
|
533
538
|
ISortEnum["DESC"] = "DESC";
|
|
534
539
|
})(ISortEnum = exports.ISortEnum || (exports.ISortEnum = {}));
|
|
540
|
+
;
|
|
535
541
|
/**
|
|
536
542
|
* The User Account.
|
|
537
543
|
*
|
|
@@ -558,6 +564,7 @@ var ITokenTypesEnum;
|
|
|
558
564
|
ITokenTypesEnum["EMAIL_VERIFICATION"] = "EMAIL_VERIFICATION";
|
|
559
565
|
ITokenTypesEnum["PASSWORD_RESET"] = "PASSWORD_RESET";
|
|
560
566
|
})(ITokenTypesEnum = exports.ITokenTypesEnum || (exports.ITokenTypesEnum = {}));
|
|
567
|
+
;
|
|
561
568
|
var IUserOrderBy;
|
|
562
569
|
(function (IUserOrderBy) {
|
|
563
570
|
IUserOrderBy["auth0UserId_ASC"] = "auth0UserId_ASC";
|
|
@@ -571,11 +578,13 @@ var IUserOrderBy;
|
|
|
571
578
|
IUserOrderBy["updatedAt_ASC"] = "updatedAt_ASC";
|
|
572
579
|
IUserOrderBy["updatedAt_DESC"] = "updatedAt_DESC";
|
|
573
580
|
})(IUserOrderBy = exports.IUserOrderBy || (exports.IUserOrderBy = {}));
|
|
581
|
+
;
|
|
574
582
|
var IVisibility;
|
|
575
583
|
(function (IVisibility) {
|
|
576
584
|
IVisibility["private"] = "private";
|
|
577
585
|
IVisibility["public"] = "public";
|
|
578
586
|
})(IVisibility = exports.IVisibility || (exports.IVisibility = {}));
|
|
587
|
+
;
|
|
579
588
|
exports.FileInfoFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "FileInfo" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FileInfo" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "extension" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mimeType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "width" } }, { "kind": "Field", "name": { "kind": "Name", "value": "height" } }, { "kind": "Field", "name": { "kind": "Name", "value": "url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ref" } }, { "kind": "Field", "name": { "kind": "Name", "value": "size" } }, { "kind": "Field", "name": { "kind": "Name", "value": "refType" } }] } }] };
|
|
580
589
|
exports.MinimalUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MinimalUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccount" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] };
|
|
581
590
|
exports.MessengerUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MessengerUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccount" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "alias" } }] } }] };
|
|
@@ -1176,14 +1185,16 @@ exports.useonChatMessageAddedSubscription = useonChatMessageAddedSubscription;
|
|
|
1176
1185
|
/*!*********************************!*\
|
|
1177
1186
|
!*** ./src/interfaces/index.ts ***!
|
|
1178
1187
|
\*********************************/
|
|
1179
|
-
|
|
1180
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
1188
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1181
1189
|
|
|
1182
|
-
"use strict";
|
|
1183
1190
|
|
|
1184
1191
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1185
1192
|
if (k2 === undefined) k2 = k;
|
|
1186
|
-
Object.
|
|
1193
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1194
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1195
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1196
|
+
}
|
|
1197
|
+
Object.defineProperty(o, k2, desc);
|
|
1187
1198
|
}) : (function(o, m, k, k2) {
|
|
1188
1199
|
if (k2 === undefined) k2 = k;
|
|
1189
1200
|
o[k2] = m[k];
|
|
@@ -1191,22 +1202,203 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
1191
1202
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1192
1203
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1193
1204
|
};
|
|
1194
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1205
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1195
1206
|
__exportStar(__webpack_require__(/*! ./generated-models */ "./src/interfaces/generated-models.ts"), exports);
|
|
1196
1207
|
|
|
1197
1208
|
|
|
1209
|
+
/***/ }),
|
|
1210
|
+
|
|
1211
|
+
/***/ "./src/server/constants/index.ts":
|
|
1212
|
+
/*!***************************************!*\
|
|
1213
|
+
!*** ./src/server/constants/index.ts ***!
|
|
1214
|
+
\***************************************/
|
|
1215
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1219
|
+
if (k2 === undefined) k2 = k;
|
|
1220
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1221
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1222
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1223
|
+
}
|
|
1224
|
+
Object.defineProperty(o, k2, desc);
|
|
1225
|
+
}) : (function(o, m, k, k2) {
|
|
1226
|
+
if (k2 === undefined) k2 = k;
|
|
1227
|
+
o[k2] = m[k];
|
|
1228
|
+
}));
|
|
1229
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1230
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1231
|
+
};
|
|
1232
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1233
|
+
__exportStar(__webpack_require__(/*! ./types */ "./src/server/constants/types.ts"), exports);
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
/***/ }),
|
|
1237
|
+
|
|
1238
|
+
/***/ "./src/server/constants/types.ts":
|
|
1239
|
+
/*!***************************************!*\
|
|
1240
|
+
!*** ./src/server/constants/types.ts ***!
|
|
1241
|
+
\***************************************/
|
|
1242
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1246
|
+
exports.TYPES = void 0;
|
|
1247
|
+
exports.TYPES = {
|
|
1248
|
+
BaseRepository: Symbol('BaseRepository'),
|
|
1249
|
+
BaseService: Symbol('BaseService'),
|
|
1250
|
+
ChannelRepository: Symbol('ChannelRepository'),
|
|
1251
|
+
PostRepository: Symbol('PostRepository'),
|
|
1252
|
+
PostThreadRepository: Symbol('PostThreadRepository'),
|
|
1253
|
+
ReactionRepository: Symbol('ReactionRepository'),
|
|
1254
|
+
ChannelService: Symbol('ChannelService'),
|
|
1255
|
+
PostService: Symbol('PostService'),
|
|
1256
|
+
PostThreadService: Symbol('PostThreadService'),
|
|
1257
|
+
ReactionService: Symbol('ReactionService'),
|
|
1258
|
+
MessengerNotificationService: Symbol('MessengerNotificationService'),
|
|
1259
|
+
};
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
/***/ }),
|
|
1263
|
+
|
|
1264
|
+
/***/ "./src/server/index.ts":
|
|
1265
|
+
/*!*****************************!*\
|
|
1266
|
+
!*** ./src/server/index.ts ***!
|
|
1267
|
+
\*****************************/
|
|
1268
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1272
|
+
if (k2 === undefined) k2 = k;
|
|
1273
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1274
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1275
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1276
|
+
}
|
|
1277
|
+
Object.defineProperty(o, k2, desc);
|
|
1278
|
+
}) : (function(o, m, k, k2) {
|
|
1279
|
+
if (k2 === undefined) k2 = k;
|
|
1280
|
+
o[k2] = m[k];
|
|
1281
|
+
}));
|
|
1282
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1283
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1284
|
+
};
|
|
1285
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1286
|
+
__exportStar(__webpack_require__(/*! ./interfaces */ "./src/server/interfaces/index.ts"), exports);
|
|
1287
|
+
__exportStar(__webpack_require__(/*! ./constants */ "./src/server/constants/index.ts"), exports);
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
/***/ }),
|
|
1291
|
+
|
|
1292
|
+
/***/ "./src/server/interfaces/channel-params.ts":
|
|
1293
|
+
/*!*************************************************!*\
|
|
1294
|
+
!*** ./src/server/interfaces/channel-params.ts ***!
|
|
1295
|
+
\*************************************************/
|
|
1296
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
/***/ }),
|
|
1303
|
+
|
|
1304
|
+
/***/ "./src/server/interfaces/channel-service.ts":
|
|
1305
|
+
/*!**************************************************!*\
|
|
1306
|
+
!*** ./src/server/interfaces/channel-service.ts ***!
|
|
1307
|
+
\**************************************************/
|
|
1308
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
/***/ }),
|
|
1315
|
+
|
|
1316
|
+
/***/ "./src/server/interfaces/index.ts":
|
|
1317
|
+
/*!****************************************!*\
|
|
1318
|
+
!*** ./src/server/interfaces/index.ts ***!
|
|
1319
|
+
\****************************************/
|
|
1320
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1324
|
+
if (k2 === undefined) k2 = k;
|
|
1325
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1326
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1327
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1328
|
+
}
|
|
1329
|
+
Object.defineProperty(o, k2, desc);
|
|
1330
|
+
}) : (function(o, m, k, k2) {
|
|
1331
|
+
if (k2 === undefined) k2 = k;
|
|
1332
|
+
o[k2] = m[k];
|
|
1333
|
+
}));
|
|
1334
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1335
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1336
|
+
};
|
|
1337
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1338
|
+
__exportStar(__webpack_require__(/*! ./channel-params */ "./src/server/interfaces/channel-params.ts"), exports);
|
|
1339
|
+
__exportStar(__webpack_require__(/*! ./channel-service */ "./src/server/interfaces/channel-service.ts"), exports);
|
|
1340
|
+
__exportStar(__webpack_require__(/*! ./post-service */ "./src/server/interfaces/post-service.ts"), exports);
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
/***/ }),
|
|
1344
|
+
|
|
1345
|
+
/***/ "./src/server/interfaces/post-service.ts":
|
|
1346
|
+
/*!***********************************************!*\
|
|
1347
|
+
!*** ./src/server/interfaces/post-service.ts ***!
|
|
1348
|
+
\***********************************************/
|
|
1349
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
1350
|
+
|
|
1351
|
+
|
|
1352
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1353
|
+
|
|
1354
|
+
|
|
1198
1355
|
/***/ }),
|
|
1199
1356
|
|
|
1200
1357
|
/***/ "@apollo/client":
|
|
1201
1358
|
/*!*********************************!*\
|
|
1202
1359
|
!*** external "@apollo/client" ***!
|
|
1203
1360
|
\*********************************/
|
|
1204
|
-
|
|
1205
|
-
/***/ (function(module, exports) {
|
|
1361
|
+
/***/ ((module) => {
|
|
1206
1362
|
|
|
1207
1363
|
module.exports = require("@apollo/client");
|
|
1208
1364
|
|
|
1209
1365
|
/***/ })
|
|
1210
1366
|
|
|
1211
|
-
/******/
|
|
1367
|
+
/******/ });
|
|
1368
|
+
/************************************************************************/
|
|
1369
|
+
/******/ // The module cache
|
|
1370
|
+
/******/ var __webpack_module_cache__ = {};
|
|
1371
|
+
/******/
|
|
1372
|
+
/******/ // The require function
|
|
1373
|
+
/******/ function __webpack_require__(moduleId) {
|
|
1374
|
+
/******/ // Check if module is in cache
|
|
1375
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
1376
|
+
/******/ if (cachedModule !== undefined) {
|
|
1377
|
+
/******/ return cachedModule.exports;
|
|
1378
|
+
/******/ }
|
|
1379
|
+
/******/ // Create a new module (and put it into the cache)
|
|
1380
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
1381
|
+
/******/ // no module.id needed
|
|
1382
|
+
/******/ // no module.loaded needed
|
|
1383
|
+
/******/ exports: {}
|
|
1384
|
+
/******/ };
|
|
1385
|
+
/******/
|
|
1386
|
+
/******/ // Execute the module function
|
|
1387
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
1388
|
+
/******/
|
|
1389
|
+
/******/ // Return the exports of the module
|
|
1390
|
+
/******/ return module.exports;
|
|
1391
|
+
/******/ }
|
|
1392
|
+
/******/
|
|
1393
|
+
/************************************************************************/
|
|
1394
|
+
/******/
|
|
1395
|
+
/******/ // startup
|
|
1396
|
+
/******/ // Load entry module and return exports
|
|
1397
|
+
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
1398
|
+
/******/ __webpack_require__("./src/index.ts");
|
|
1399
|
+
/******/ var __webpack_exports__ = __webpack_require__("./src/server/index.ts");
|
|
1400
|
+
/******/ module.exports = __webpack_exports__;
|
|
1401
|
+
/******/
|
|
1402
|
+
/******/ })()
|
|
1403
|
+
;
|
|
1212
1404
|
//# sourceMappingURL=index.js.map
|