@phuquy2203/n8n-nodes-zl-sumo 2.0.16 → 2.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1 @@
1
- import type { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow';
2
- export declare class ZaloApi implements ICredentialType {
3
- name: string;
4
- displayName: string;
5
- properties: INodeProperties[];
6
- authenticate: IAuthenticateGeneric;
7
- }
8
- export default ZaloApi;
1
+ export {};
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ZaloApi = void 0;
4
3
  class ZaloApi {
5
4
  constructor() {
6
5
  this.name = 'zaloApi';
@@ -46,5 +45,4 @@ class ZaloApi {
46
45
  };
47
46
  }
48
47
  }
49
- exports.ZaloApi = ZaloApi;
50
- exports.default = ZaloApi;
48
+ module.exports = ZaloApi;
@@ -1,6 +1 @@
1
- import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
- export declare class ZaloNode implements INodeType {
3
- description: INodeTypeDescription;
4
- execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
5
- }
6
- export default ZaloNode;
1
+ export {};
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ZaloNode = void 0;
4
3
  const zalo_js_1 = require("../../src/zalo.js");
5
4
  const index_js_1 = require("../../src/models/index.js");
6
5
  class ZaloNode {
@@ -257,5 +256,4 @@ class ZaloNode {
257
256
  return [returnData.map((item) => ({ json: item.json }))];
258
257
  }
259
258
  }
260
- exports.ZaloNode = ZaloNode;
261
- exports.default = ZaloNode;
259
+ module.exports = ZaloNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phuquy2203/n8n-nodes-zl-sumo",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "description": "n8n node for Zalo API",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",