n8n-nodes-zalo-loma-funnel 1.0.0

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.
Files changed (79) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +82 -0
  3. package/dist/bridge/zalo-bridge.d.ts +46 -0
  4. package/dist/bridge/zalo-bridge.d.ts.map +1 -0
  5. package/dist/bridge/zalo-bridge.js +213 -0
  6. package/dist/bridge/zalo-bridge.js.map +1 -0
  7. package/dist/credentials/zalo-api.credentials.d.ts +8 -0
  8. package/dist/credentials/zalo-api.credentials.d.ts.map +1 -0
  9. package/dist/credentials/zalo-api.credentials.js +82 -0
  10. package/dist/credentials/zalo-api.credentials.js.map +1 -0
  11. package/dist/index.d.ts +9 -0
  12. package/dist/index.d.ts.map +1 -0
  13. package/dist/index.js +36 -0
  14. package/dist/index.js.map +1 -0
  15. package/dist/interfaces/auth.interface.d.ts +33 -0
  16. package/dist/interfaces/auth.interface.d.ts.map +1 -0
  17. package/dist/interfaces/auth.interface.js +3 -0
  18. package/dist/interfaces/auth.interface.js.map +1 -0
  19. package/dist/interfaces/config.interface.d.ts +37 -0
  20. package/dist/interfaces/config.interface.d.ts.map +1 -0
  21. package/dist/interfaces/config.interface.js +3 -0
  22. package/dist/interfaces/config.interface.js.map +1 -0
  23. package/dist/interfaces/index.d.ts +4 -0
  24. package/dist/interfaces/index.d.ts.map +1 -0
  25. package/dist/interfaces/index.js +20 -0
  26. package/dist/interfaces/index.js.map +1 -0
  27. package/dist/interfaces/zalo.interface.d.ts +74 -0
  28. package/dist/interfaces/zalo.interface.d.ts.map +1 -0
  29. package/dist/interfaces/zalo.interface.js +14 -0
  30. package/dist/interfaces/zalo.interface.js.map +1 -0
  31. package/dist/nodes/ZaloManage/zalo-manage.node.d.ts +6 -0
  32. package/dist/nodes/ZaloManage/zalo-manage.node.d.ts.map +1 -0
  33. package/dist/nodes/ZaloManage/zalo-manage.node.js +426 -0
  34. package/dist/nodes/ZaloManage/zalo-manage.node.js.map +1 -0
  35. package/dist/nodes/ZaloSend/zalo-send.node.d.ts +6 -0
  36. package/dist/nodes/ZaloSend/zalo-send.node.d.ts.map +1 -0
  37. package/dist/nodes/ZaloSend/zalo-send.node.js +538 -0
  38. package/dist/nodes/ZaloSend/zalo-send.node.js.map +1 -0
  39. package/dist/nodes/ZaloTrigger/zalo-trigger.node.d.ts +6 -0
  40. package/dist/nodes/ZaloTrigger/zalo-trigger.node.d.ts.map +1 -0
  41. package/dist/nodes/ZaloTrigger/zalo-trigger.node.js +308 -0
  42. package/dist/nodes/ZaloTrigger/zalo-trigger.node.js.map +1 -0
  43. package/dist/queues/in-memory-queue.d.ts +20 -0
  44. package/dist/queues/in-memory-queue.d.ts.map +1 -0
  45. package/dist/queues/in-memory-queue.js +68 -0
  46. package/dist/queues/in-memory-queue.js.map +1 -0
  47. package/dist/queues/index.d.ts +4 -0
  48. package/dist/queues/index.d.ts.map +1 -0
  49. package/dist/queues/index.js +8 -0
  50. package/dist/queues/index.js.map +1 -0
  51. package/dist/queues/queue.interface.d.ts +15 -0
  52. package/dist/queues/queue.interface.d.ts.map +1 -0
  53. package/dist/queues/queue.interface.js +3 -0
  54. package/dist/queues/queue.interface.js.map +1 -0
  55. package/dist/queues/redis-queue.d.ts +22 -0
  56. package/dist/queues/redis-queue.d.ts.map +1 -0
  57. package/dist/queues/redis-queue.js +65 -0
  58. package/dist/queues/redis-queue.js.map +1 -0
  59. package/dist/services/error-handler.service.d.ts +67 -0
  60. package/dist/services/error-handler.service.d.ts.map +1 -0
  61. package/dist/services/error-handler.service.js +201 -0
  62. package/dist/services/error-handler.service.js.map +1 -0
  63. package/dist/services/index.d.ts +4 -0
  64. package/dist/services/index.d.ts.map +1 -0
  65. package/dist/services/index.js +13 -0
  66. package/dist/services/index.js.map +1 -0
  67. package/dist/services/rate-limiter.service.d.ts +68 -0
  68. package/dist/services/rate-limiter.service.d.ts.map +1 -0
  69. package/dist/services/rate-limiter.service.js +149 -0
  70. package/dist/services/rate-limiter.service.js.map +1 -0
  71. package/dist/services/zalo-connection-manager.service.d.ts +85 -0
  72. package/dist/services/zalo-connection-manager.service.d.ts.map +1 -0
  73. package/dist/services/zalo-connection-manager.service.js +243 -0
  74. package/dist/services/zalo-connection-manager.service.js.map +1 -0
  75. package/dist/utils/auth-helpers.d.ts +25 -0
  76. package/dist/utils/auth-helpers.d.ts.map +1 -0
  77. package/dist/utils/auth-helpers.js +66 -0
  78. package/dist/utils/auth-helpers.js.map +1 -0
  79. package/package.json +75 -0
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./auth.interface"), exports);
18
+ __exportStar(require("./config.interface"), exports);
19
+ __exportStar(require("./zalo.interface"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,qDAAmC;AACnC,mDAAiC"}
@@ -0,0 +1,74 @@
1
+ /**
2
+ * Zalo message structure
3
+ */
4
+ export interface IZaloMessage {
5
+ msgId: string;
6
+ threadId: string;
7
+ senderId: string;
8
+ senderName?: string;
9
+ content: string;
10
+ type: ZaloMessageType;
11
+ timestamp: number;
12
+ quote?: IZaloQuote;
13
+ attachments?: IZaloAttachment[];
14
+ }
15
+ export declare enum ZaloMessageType {
16
+ TEXT = "text",
17
+ IMAGE = "image",
18
+ VIDEO = "video",
19
+ FILE = "file",
20
+ STICKER = "sticker",
21
+ GIF = "gif",
22
+ VOICE = "voice"
23
+ }
24
+ export interface IZaloQuote {
25
+ msgId: string;
26
+ content: string;
27
+ senderId: string;
28
+ }
29
+ export interface IZaloAttachment {
30
+ type: ZaloMessageType;
31
+ url?: string;
32
+ thumbnail?: string;
33
+ fileName?: string;
34
+ fileSize?: number;
35
+ }
36
+ /**
37
+ * Zalo user/group info
38
+ */
39
+ export interface IZaloUser {
40
+ id: string;
41
+ name: string;
42
+ avatar?: string;
43
+ phone?: string;
44
+ }
45
+ export interface IZaloGroup {
46
+ id: string;
47
+ name: string;
48
+ avatar?: string;
49
+ memberCount: number;
50
+ admins: string[];
51
+ }
52
+ /**
53
+ * Zalo send message options
54
+ */
55
+ export interface IZaloSendOptions {
56
+ threadId: string;
57
+ threadType: 'user' | 'group';
58
+ typing?: boolean;
59
+ typingDuration?: number;
60
+ quote?: string;
61
+ }
62
+ export interface IZaloSendTextOptions extends IZaloSendOptions {
63
+ message: string;
64
+ }
65
+ export interface IZaloSendMediaOptions extends IZaloSendOptions {
66
+ filePath?: string;
67
+ fileUrl?: string;
68
+ fileName?: string;
69
+ }
70
+ export interface IZaloSendStickerOptions extends IZaloSendOptions {
71
+ stickerId: string;
72
+ stickerPackId?: string;
73
+ }
74
+ //# sourceMappingURL=zalo.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zalo.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/zalo.interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,eAAe,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,WAAW,CAAC,EAAE,eAAe,EAAE,CAAC;CACjC;AAED,oBAAY,eAAe;IACzB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,KAAK,UAAU;IACf,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,KAAK,UAAU;CAChB;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,eAAe,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,oBAAqB,SAAQ,gBAAgB;IAC5D,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,qBAAsB,SAAQ,gBAAgB;IAC7D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,uBAAwB,SAAQ,gBAAgB;IAC/D,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ZaloMessageType = void 0;
4
+ var ZaloMessageType;
5
+ (function (ZaloMessageType) {
6
+ ZaloMessageType["TEXT"] = "text";
7
+ ZaloMessageType["IMAGE"] = "image";
8
+ ZaloMessageType["VIDEO"] = "video";
9
+ ZaloMessageType["FILE"] = "file";
10
+ ZaloMessageType["STICKER"] = "sticker";
11
+ ZaloMessageType["GIF"] = "gif";
12
+ ZaloMessageType["VOICE"] = "voice";
13
+ })(ZaloMessageType || (exports.ZaloMessageType = ZaloMessageType = {}));
14
+ //# sourceMappingURL=zalo.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zalo.interface.js","sourceRoot":"","sources":["../../src/interfaces/zalo.interface.ts"],"names":[],"mappings":";;;AAeA,IAAY,eAQX;AARD,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,kCAAe,CAAA;IACf,kCAAe,CAAA;IACf,gCAAa,CAAA;IACb,sCAAmB,CAAA;IACnB,8BAAW,CAAA;IACX,kCAAe,CAAA;AACjB,CAAC,EARW,eAAe,+BAAf,eAAe,QAQ1B"}
@@ -0,0 +1,6 @@
1
+ import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class ZaloManage implements INodeType {
3
+ description: INodeTypeDescription;
4
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
5
+ }
6
+ //# sourceMappingURL=zalo-manage.node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zalo-manage.node.d.ts","sourceRoot":"","sources":["../../../src/nodes/ZaloManage/zalo-manage.node.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,oBAAoB,EAErB,MAAM,cAAc,CAAC;AAKtB,qBAAa,UAAW,YAAW,SAAS;IAC1C,WAAW,EAAE,oBAAoB,CA+R/B;IAEI,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CAkIxE"}
@@ -0,0 +1,426 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ZaloManage = void 0;
4
+ const n8n_workflow_1 = require("n8n-workflow");
5
+ const zalo_connection_manager_service_1 = require("../../services/zalo-connection-manager.service");
6
+ const error_handler_service_1 = require("../../services/error-handler.service");
7
+ class ZaloManage {
8
+ constructor() {
9
+ this.description = {
10
+ displayName: 'Zalo Manage',
11
+ name: 'zaloManage',
12
+ icon: 'file:zalo.svg',
13
+ group: ['transform'],
14
+ version: 1,
15
+ subtitle: '={{$parameter["resource"]}} - {{$parameter["operation"]}}',
16
+ description: 'Manage Zalo resources (profile, contacts, groups)',
17
+ defaults: {
18
+ name: 'Zalo Manage',
19
+ },
20
+ inputs: ['main'],
21
+ outputs: ['main'],
22
+ credentials: [
23
+ {
24
+ name: 'zaloApi',
25
+ required: true,
26
+ },
27
+ ],
28
+ properties: [
29
+ {
30
+ displayName: 'Resource',
31
+ name: 'resource',
32
+ type: 'options',
33
+ noDataExpression: true,
34
+ options: [
35
+ {
36
+ name: 'Profile',
37
+ value: 'profile',
38
+ description: 'Account profile operations',
39
+ },
40
+ {
41
+ name: 'Contact',
42
+ value: 'contact',
43
+ description: 'Friend/contact operations',
44
+ },
45
+ {
46
+ name: 'Group',
47
+ value: 'group',
48
+ description: 'Group operations',
49
+ },
50
+ {
51
+ name: 'User',
52
+ value: 'user',
53
+ description: 'User lookup operations',
54
+ },
55
+ ],
56
+ default: 'profile',
57
+ },
58
+ // Profile operations
59
+ {
60
+ displayName: 'Operation',
61
+ name: 'operation',
62
+ type: 'options',
63
+ noDataExpression: true,
64
+ displayOptions: {
65
+ show: {
66
+ resource: ['profile'],
67
+ },
68
+ },
69
+ options: [
70
+ {
71
+ name: 'Get Account Info',
72
+ value: 'getAccountInfo',
73
+ description: 'Get current account information',
74
+ action: 'Get account info',
75
+ },
76
+ {
77
+ name: 'Get Context',
78
+ value: 'getContext',
79
+ description: 'Get API context information',
80
+ action: 'Get context',
81
+ },
82
+ ],
83
+ default: 'getAccountInfo',
84
+ },
85
+ // Contact operations
86
+ {
87
+ displayName: 'Operation',
88
+ name: 'operation',
89
+ type: 'options',
90
+ noDataExpression: true,
91
+ displayOptions: {
92
+ show: {
93
+ resource: ['contact'],
94
+ },
95
+ },
96
+ options: [
97
+ {
98
+ name: 'Get All Friends',
99
+ value: 'getAllFriends',
100
+ description: 'Get list of all friends',
101
+ action: 'Get all friends',
102
+ },
103
+ {
104
+ name: 'Find User',
105
+ value: 'findUser',
106
+ description: 'Find user by phone number',
107
+ action: 'Find user',
108
+ },
109
+ {
110
+ name: 'Get Friend Online Status',
111
+ value: 'getFriendOnlines',
112
+ description: 'Get online status of friends',
113
+ action: 'Get friend online status',
114
+ },
115
+ {
116
+ name: 'Block User',
117
+ value: 'blockUser',
118
+ description: 'Block a user',
119
+ action: 'Block user',
120
+ },
121
+ ],
122
+ default: 'getAllFriends',
123
+ },
124
+ // Group operations
125
+ {
126
+ displayName: 'Operation',
127
+ name: 'operation',
128
+ type: 'options',
129
+ noDataExpression: true,
130
+ displayOptions: {
131
+ show: {
132
+ resource: ['group'],
133
+ },
134
+ },
135
+ options: [
136
+ {
137
+ name: 'Get All Groups',
138
+ value: 'getAllGroups',
139
+ description: 'Get list of all groups',
140
+ action: 'Get all groups',
141
+ },
142
+ {
143
+ name: 'Get Group Info',
144
+ value: 'getGroupInfo',
145
+ description: 'Get detailed group information',
146
+ action: 'Get group info',
147
+ },
148
+ {
149
+ name: 'Get Group Members',
150
+ value: 'getGroupMembersInfo',
151
+ description: 'Get group members information',
152
+ action: 'Get group members',
153
+ },
154
+ {
155
+ name: 'Create Group',
156
+ value: 'createGroup',
157
+ description: 'Create a new group',
158
+ action: 'Create group',
159
+ },
160
+ {
161
+ name: 'Add User to Group',
162
+ value: 'addUserToGroup',
163
+ description: 'Add a user to group',
164
+ action: 'Add user to group',
165
+ },
166
+ {
167
+ name: 'Remove User from Group',
168
+ value: 'removeUserFromGroup',
169
+ description: 'Remove a user from group',
170
+ action: 'Remove user from group',
171
+ },
172
+ ],
173
+ default: 'getAllGroups',
174
+ },
175
+ // User operations
176
+ {
177
+ displayName: 'Operation',
178
+ name: 'operation',
179
+ type: 'options',
180
+ noDataExpression: true,
181
+ displayOptions: {
182
+ show: {
183
+ resource: ['user'],
184
+ },
185
+ },
186
+ options: [
187
+ {
188
+ name: 'Get User Info',
189
+ value: 'getUserInfo',
190
+ description: 'Get user information by ID',
191
+ action: 'Get user info',
192
+ },
193
+ ],
194
+ default: 'getUserInfo',
195
+ },
196
+ // Parameters for specific operations
197
+ {
198
+ displayName: 'Phone Number',
199
+ name: 'phoneNumber',
200
+ type: 'string',
201
+ default: '',
202
+ required: true,
203
+ displayOptions: {
204
+ show: {
205
+ resource: ['contact'],
206
+ operation: ['findUser'],
207
+ },
208
+ },
209
+ description: 'Phone number to search for',
210
+ },
211
+ {
212
+ displayName: 'User ID',
213
+ name: 'userId',
214
+ type: 'string',
215
+ default: '',
216
+ required: true,
217
+ displayOptions: {
218
+ show: {
219
+ resource: ['contact'],
220
+ operation: ['blockUser'],
221
+ },
222
+ },
223
+ description: 'User ID to block',
224
+ },
225
+ {
226
+ displayName: 'User ID',
227
+ name: 'userId',
228
+ type: 'string',
229
+ default: '',
230
+ required: true,
231
+ displayOptions: {
232
+ show: {
233
+ resource: ['user'],
234
+ operation: ['getUserInfo'],
235
+ },
236
+ },
237
+ description: 'User ID to get info for',
238
+ },
239
+ {
240
+ displayName: 'Group ID',
241
+ name: 'groupId',
242
+ type: 'string',
243
+ default: '',
244
+ required: true,
245
+ displayOptions: {
246
+ show: {
247
+ resource: ['group'],
248
+ operation: ['getGroupInfo', 'getGroupMembersInfo', 'addUserToGroup', 'removeUserFromGroup'],
249
+ },
250
+ },
251
+ description: 'Group ID',
252
+ },
253
+ {
254
+ displayName: 'User ID',
255
+ name: 'userId',
256
+ type: 'string',
257
+ default: '',
258
+ required: true,
259
+ displayOptions: {
260
+ show: {
261
+ resource: ['group'],
262
+ operation: ['addUserToGroup', 'removeUserFromGroup'],
263
+ },
264
+ },
265
+ description: 'User ID to add/remove',
266
+ },
267
+ {
268
+ displayName: 'Group Name',
269
+ name: 'groupName',
270
+ type: 'string',
271
+ default: '',
272
+ required: true,
273
+ displayOptions: {
274
+ show: {
275
+ resource: ['group'],
276
+ operation: ['createGroup'],
277
+ },
278
+ },
279
+ description: 'Name for the new group',
280
+ },
281
+ {
282
+ displayName: 'Member IDs',
283
+ name: 'memberIds',
284
+ type: 'string',
285
+ default: '',
286
+ required: true,
287
+ displayOptions: {
288
+ show: {
289
+ resource: ['group'],
290
+ operation: ['createGroup'],
291
+ },
292
+ },
293
+ description: 'Comma-separated list of user IDs to add to group',
294
+ },
295
+ ],
296
+ };
297
+ }
298
+ async execute() {
299
+ const items = this.getInputData();
300
+ const returnData = [];
301
+ const credentials = (await this.getCredentials('zaloApi'));
302
+ const connectionManager = zalo_connection_manager_service_1.ZaloConnectionManager.getInstance();
303
+ const errorHandler = (0, error_handler_service_1.createDefaultErrorHandler)();
304
+ const api = await errorHandler.withRetry(() => connectionManager.connect(credentials));
305
+ for (let i = 0; i < items.length; i++) {
306
+ try {
307
+ const resource = this.getNodeParameter('resource', i);
308
+ const operation = this.getNodeParameter('operation', i);
309
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
310
+ let result;
311
+ if (resource === 'profile') {
312
+ switch (operation) {
313
+ case 'getAccountInfo':
314
+ result = await errorHandler.withRetry(() => api.fetchAccountInfo());
315
+ break;
316
+ case 'getContext':
317
+ result = api.getContext();
318
+ break;
319
+ default:
320
+ throw new n8n_workflow_1.NodeOperationError(this.getNode(), `Unknown operation: ${operation}`);
321
+ }
322
+ }
323
+ else if (resource === 'contact') {
324
+ switch (operation) {
325
+ case 'getAllFriends':
326
+ result = await errorHandler.withRetry(() => api.getAllFriends());
327
+ break;
328
+ case 'findUser': {
329
+ const phoneNumber = this.getNodeParameter('phoneNumber', i);
330
+ result = await errorHandler.withRetry(() => api.findUser(phoneNumber));
331
+ break;
332
+ }
333
+ case 'getFriendOnlines':
334
+ result = await errorHandler.withRetry(() => api.getFriendOnlines());
335
+ break;
336
+ case 'blockUser': {
337
+ const userId = this.getNodeParameter('userId', i);
338
+ result = await errorHandler.withRetry(() => api.blockUser(userId));
339
+ break;
340
+ }
341
+ default:
342
+ throw new n8n_workflow_1.NodeOperationError(this.getNode(), `Unknown operation: ${operation}`);
343
+ }
344
+ }
345
+ else if (resource === 'group') {
346
+ switch (operation) {
347
+ case 'getAllGroups':
348
+ result = await errorHandler.withRetry(() => api.getAllGroups());
349
+ break;
350
+ case 'getGroupInfo': {
351
+ const groupId = this.getNodeParameter('groupId', i);
352
+ result = await errorHandler.withRetry(() => api.getGroupInfo(groupId));
353
+ break;
354
+ }
355
+ case 'getGroupMembersInfo': {
356
+ const groupId = this.getNodeParameter('groupId', i);
357
+ result = await errorHandler.withRetry(() => api.getGroupMembersInfo(groupId));
358
+ break;
359
+ }
360
+ case 'createGroup': {
361
+ const groupName = this.getNodeParameter('groupName', i);
362
+ const memberIds = this.getNodeParameter('memberIds', i)
363
+ .split(',')
364
+ .map((id) => id.trim());
365
+ result = await errorHandler.withRetry(() => api.createGroup({ name: groupName, members: memberIds }));
366
+ break;
367
+ }
368
+ case 'addUserToGroup': {
369
+ const groupId = this.getNodeParameter('groupId', i);
370
+ const userId = this.getNodeParameter('userId', i);
371
+ result = await errorHandler.withRetry(() => api.addUserToGroup(userId, groupId));
372
+ break;
373
+ }
374
+ case 'removeUserFromGroup': {
375
+ const groupId = this.getNodeParameter('groupId', i);
376
+ const userId = this.getNodeParameter('userId', i);
377
+ result = await errorHandler.withRetry(() => api.removeUserFromGroup(userId, groupId));
378
+ break;
379
+ }
380
+ default:
381
+ throw new n8n_workflow_1.NodeOperationError(this.getNode(), `Unknown operation: ${operation}`);
382
+ }
383
+ }
384
+ else if (resource === 'user') {
385
+ switch (operation) {
386
+ case 'getUserInfo': {
387
+ const userId = this.getNodeParameter('userId', i);
388
+ result = await errorHandler.withRetry(() => api.getUserInfo(userId));
389
+ break;
390
+ }
391
+ default:
392
+ throw new n8n_workflow_1.NodeOperationError(this.getNode(), `Unknown operation: ${operation}`);
393
+ }
394
+ }
395
+ else {
396
+ throw new n8n_workflow_1.NodeOperationError(this.getNode(), `Unknown resource: ${resource}`);
397
+ }
398
+ returnData.push({
399
+ json: {
400
+ success: true,
401
+ resource,
402
+ operation,
403
+ data: result,
404
+ },
405
+ pairedItem: { item: i },
406
+ });
407
+ }
408
+ catch (error) {
409
+ if (this.continueOnFail()) {
410
+ returnData.push({
411
+ json: {
412
+ success: false,
413
+ error: error.message,
414
+ },
415
+ pairedItem: { item: i },
416
+ });
417
+ continue;
418
+ }
419
+ throw error;
420
+ }
421
+ }
422
+ return [returnData];
423
+ }
424
+ }
425
+ exports.ZaloManage = ZaloManage;
426
+ //# sourceMappingURL=zalo-manage.node.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zalo-manage.node.js","sourceRoot":"","sources":["../../../src/nodes/ZaloManage/zalo-manage.node.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class ZaloSend implements INodeType {
3
+ description: INodeTypeDescription;
4
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
5
+ }
6
+ //# sourceMappingURL=zalo-send.node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zalo-send.node.d.ts","sourceRoot":"","sources":["../../../src/nodes/ZaloSend/zalo-send.node.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,oBAAoB,EAErB,MAAM,cAAc,CAAC;AAOtB,qBAAa,QAAS,YAAW,SAAS;IACxC,WAAW,EAAE,oBAAoB,CAsV/B;IAEI,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CA4LxE"}