n8n-nodes-metricool-or 0.1.2 → 0.1.3

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 (57) hide show
  1. package/package.json +2 -3
  2. package/dist/credentials/ExampleCredentialsApi.credentials.d.ts +0 -9
  3. package/dist/credentials/ExampleCredentialsApi.credentials.js +0 -47
  4. package/dist/credentials/ExampleCredentialsApi.credentials.js.map +0 -1
  5. package/dist/credentials/HttpBinApi.credentials.d.ts +0 -9
  6. package/dist/credentials/HttpBinApi.credentials.js +0 -43
  7. package/dist/credentials/HttpBinApi.credentials.js.map +0 -1
  8. package/dist/nodes/ExampleNode/ExampleNode.node.d.ts +0 -5
  9. package/dist/nodes/ExampleNode/ExampleNode.node.js +0 -60
  10. package/dist/nodes/ExampleNode/ExampleNode.node.js.map +0 -1
  11. package/dist/nodes/HttpBin/HttpBin.node.d.ts +0 -4
  12. package/dist/nodes/HttpBin/HttpBin.node.js +0 -56
  13. package/dist/nodes/HttpBin/HttpBin.node.js.map +0 -1
  14. package/dist/nodes/HttpBin/HttpBin.node.json +0 -18
  15. package/dist/nodes/HttpBin/HttpVerbDescription.d.ts +0 -3
  16. package/dist/nodes/HttpBin/HttpVerbDescription.js +0 -236
  17. package/dist/nodes/HttpBin/HttpVerbDescription.js.map +0 -1
  18. package/dist/nodes/HttpBin/httpbin.svg +0 -18
  19. package/dist/nodes/Metricool/AdvertisingOperations.d.ts +0 -3
  20. package/dist/nodes/Metricool/AdvertisingOperations.js +0 -112
  21. package/dist/nodes/Metricool/AdvertisingOperations.js.map +0 -1
  22. package/dist/nodes/Metricool/BlueskyOperations.d.ts +0 -3
  23. package/dist/nodes/Metricool/BlueskyOperations.js +0 -78
  24. package/dist/nodes/Metricool/BlueskyOperations.js.map +0 -1
  25. package/dist/nodes/Metricool/CompetitorOperations.d.ts +0 -3
  26. package/dist/nodes/Metricool/CompetitorOperations.js +0 -136
  27. package/dist/nodes/Metricool/CompetitorOperations.js.map +0 -1
  28. package/dist/nodes/Metricool/FacebookOperations.d.ts +0 -3
  29. package/dist/nodes/Metricool/FacebookOperations.js +0 -112
  30. package/dist/nodes/Metricool/FacebookOperations.js.map +0 -1
  31. package/dist/nodes/Metricool/LinkedinOperations.d.ts +0 -3
  32. package/dist/nodes/Metricool/LinkedinOperations.js +0 -78
  33. package/dist/nodes/Metricool/LinkedinOperations.js.map +0 -1
  34. package/dist/nodes/Metricool/Metricool.node.json +0 -18
  35. package/dist/nodes/Metricool/MetricoolResources.d.ts +0 -2
  36. package/dist/nodes/Metricool/MetricoolResources.js +0 -66
  37. package/dist/nodes/Metricool/MetricoolResources.js.map +0 -1
  38. package/dist/nodes/Metricool/PinterestOperations.d.ts +0 -3
  39. package/dist/nodes/Metricool/PinterestOperations.js +0 -78
  40. package/dist/nodes/Metricool/PinterestOperations.js.map +0 -1
  41. package/dist/nodes/Metricool/ThreadsOperations.d.ts +0 -3
  42. package/dist/nodes/Metricool/ThreadsOperations.js +0 -78
  43. package/dist/nodes/Metricool/ThreadsOperations.js.map +0 -1
  44. package/dist/nodes/Metricool/TiktokOperations.d.ts +0 -3
  45. package/dist/nodes/Metricool/TiktokOperations.js +0 -78
  46. package/dist/nodes/Metricool/TiktokOperations.js.map +0 -1
  47. package/dist/nodes/Metricool/TwitchOperations.d.ts +0 -3
  48. package/dist/nodes/Metricool/TwitchOperations.js +0 -78
  49. package/dist/nodes/Metricool/TwitchOperations.js.map +0 -1
  50. package/dist/nodes/Metricool/TwitterOperations.d.ts +0 -3
  51. package/dist/nodes/Metricool/TwitterOperations.js +0 -78
  52. package/dist/nodes/Metricool/TwitterOperations.js.map +0 -1
  53. package/dist/nodes/Metricool/YoutubeOperations.d.ts +0 -3
  54. package/dist/nodes/Metricool/YoutubeOperations.js +0 -78
  55. package/dist/nodes/Metricool/YoutubeOperations.js.map +0 -1
  56. package/dist/package.json +0 -56
  57. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1,112 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.advertisingFields = exports.advertisingOperations = void 0;
4
- exports.advertisingOperations = [
5
- {
6
- displayName: 'Operation',
7
- name: 'operation',
8
- type: 'options',
9
- noDataExpression: true,
10
- displayOptions: {
11
- show: {
12
- resource: ['advertising'],
13
- },
14
- },
15
- options: [
16
- {
17
- name: 'Get Facebook Ads Campaigns',
18
- value: 'getFacebookAdsCampaigns',
19
- description: 'Get the list of Facebook Ads campaigns from your Metricool account',
20
- action: 'Get facebook ads campaigns',
21
- routing: {
22
- request: {
23
- method: 'GET',
24
- url: '=/facebookads/campaigns',
25
- qs: {
26
- blog_id: '={{$parameter.blogId}}',
27
- init_date: '={{$parameter.startDate}}',
28
- end_date: '={{$parameter.endDate}}',
29
- },
30
- },
31
- },
32
- },
33
- {
34
- name: 'Get Google Ads Campaigns',
35
- value: 'getGoogleAdsCampaigns',
36
- description: 'Get the list of Google Ads campaigns from your Metricool account',
37
- action: 'Get google ads campaigns',
38
- routing: {
39
- request: {
40
- method: 'GET',
41
- url: '=/googleads/campaigns',
42
- qs: {
43
- blog_id: '={{$parameter.blogId}}',
44
- init_date: '={{$parameter.startDate}}',
45
- end_date: '={{$parameter.endDate}}',
46
- },
47
- },
48
- },
49
- },
50
- {
51
- name: 'Get TikTok Ads Campaigns',
52
- value: 'getTiktokAdsCampaigns',
53
- description: 'Get the list of TikTok Ads campaigns from your Metricool brand account',
54
- action: 'Get tik tok ads campaigns',
55
- routing: {
56
- request: {
57
- method: 'GET',
58
- url: '=/tiktokads/campaigns',
59
- qs: {
60
- blog_id: '={{$parameter.blogId}}',
61
- init_date: '={{$parameter.startDate}}',
62
- end_date: '={{$parameter.endDate}}',
63
- },
64
- },
65
- },
66
- },
67
- ],
68
- default: 'getFacebookAdsCampaigns',
69
- },
70
- ];
71
- exports.advertisingFields = [
72
- {
73
- displayName: 'Blog ID',
74
- name: 'blogId',
75
- type: 'number',
76
- required: true,
77
- displayOptions: {
78
- show: {
79
- resource: ['advertising'],
80
- },
81
- },
82
- default: 0,
83
- description: 'The blog ID of the Metricool brand account',
84
- },
85
- {
86
- displayName: 'Start Date',
87
- name: 'startDate',
88
- type: 'dateTime',
89
- required: true,
90
- displayOptions: {
91
- show: {
92
- resource: ['advertising'],
93
- },
94
- },
95
- default: '',
96
- description: 'Start date for retrieving campaigns (format: YYYY-MM-DD)',
97
- },
98
- {
99
- displayName: 'End Date',
100
- name: 'endDate',
101
- type: 'dateTime',
102
- required: true,
103
- displayOptions: {
104
- show: {
105
- resource: ['advertising'],
106
- },
107
- },
108
- default: '',
109
- description: 'End date for retrieving campaigns (format: YYYY-MM-DD)',
110
- },
111
- ];
112
- //# sourceMappingURL=AdvertisingOperations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AdvertisingOperations.js","sourceRoot":"","sources":["../../../nodes/Metricool/AdvertisingOperations.ts"],"names":[],"mappings":";;;AAEa,QAAA,qBAAqB,GAAsB;IACvD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,aAAa,CAAC;aACzB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,4BAA4B;gBAClC,KAAK,EAAE,yBAAyB;gBAChC,WAAW,EAAE,oEAAoE;gBACjF,MAAM,EAAE,4BAA4B;gBACpC,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,yBAAyB;wBAC9B,EAAE,EAAE;4BACH,OAAO,EAAE,wBAAwB;4BACjC,SAAS,EAAE,2BAA2B;4BACtC,QAAQ,EAAE,yBAAyB;yBACnC;qBACD;iBACD;aACD;YACD;gBACC,IAAI,EAAE,0BAA0B;gBAChC,KAAK,EAAE,uBAAuB;gBAC9B,WAAW,EAAE,kEAAkE;gBAC/E,MAAM,EAAE,0BAA0B;gBAClC,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,uBAAuB;wBAC5B,EAAE,EAAE;4BACH,OAAO,EAAE,wBAAwB;4BACjC,SAAS,EAAE,2BAA2B;4BACtC,QAAQ,EAAE,yBAAyB;yBACnC;qBACD;iBACD;aACD;YACD;gBACC,IAAI,EAAE,0BAA0B;gBAChC,KAAK,EAAE,uBAAuB;gBAC9B,WAAW,EAAE,wEAAwE;gBACrF,MAAM,EAAE,2BAA2B;gBACnC,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,uBAAuB;wBAC5B,EAAE,EAAE;4BACH,OAAO,EAAE,wBAAwB;4BACjC,SAAS,EAAE,2BAA2B;4BACtC,QAAQ,EAAE,yBAAyB;yBACnC;qBACD;iBACD;aACD;SACD;QACD,OAAO,EAAE,yBAAyB;KAClC;CACD,CAAC;AAEW,QAAA,iBAAiB,GAAsB;IACnD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,aAAa,CAAC;aACzB;SACD;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,4CAA4C;KACzD;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,aAAa,CAAC;aACzB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0DAA0D;KACvE;IACD;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,aAAa,CAAC;aACzB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,wDAAwD;KACrE;CACD,CAAC"}
@@ -1,3 +0,0 @@
1
- import { INodeProperties } from 'n8n-workflow';
2
- export declare const blueskyOperations: INodeProperties[];
3
- export declare const blueskyFields: INodeProperties[];
@@ -1,78 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.blueskyFields = exports.blueskyOperations = void 0;
4
- exports.blueskyOperations = [
5
- {
6
- displayName: 'Operation',
7
- name: 'operation',
8
- type: 'options',
9
- noDataExpression: true,
10
- displayOptions: {
11
- show: {
12
- resource: ['bluesky'],
13
- },
14
- },
15
- options: [
16
- {
17
- name: 'Get Posts',
18
- value: 'getPosts',
19
- description: 'Get Bluesky posts from your Metricool brand account',
20
- action: 'Get bluesky posts',
21
- routing: {
22
- request: {
23
- method: 'GET',
24
- url: '=/bluesky/posts',
25
- qs: {
26
- blog_id: '={{$parameter.blogId}}',
27
- init_date: '={{$parameter.startDate}}',
28
- end_date: '={{$parameter.endDate}}',
29
- },
30
- },
31
- },
32
- },
33
- ],
34
- default: 'getPosts',
35
- },
36
- ];
37
- exports.blueskyFields = [
38
- {
39
- displayName: 'Blog ID',
40
- name: 'blogId',
41
- type: 'number',
42
- required: true,
43
- displayOptions: {
44
- show: {
45
- resource: ['bluesky'],
46
- },
47
- },
48
- default: 0,
49
- description: 'The blog ID of the Metricool brand account',
50
- },
51
- {
52
- displayName: 'Start Date',
53
- name: 'startDate',
54
- type: 'dateTime',
55
- required: true,
56
- displayOptions: {
57
- show: {
58
- resource: ['bluesky'],
59
- },
60
- },
61
- default: '',
62
- description: 'Start date for retrieving posts (format: YYYY-MM-DD)',
63
- },
64
- {
65
- displayName: 'End Date',
66
- name: 'endDate',
67
- type: 'dateTime',
68
- required: true,
69
- displayOptions: {
70
- show: {
71
- resource: ['bluesky'],
72
- },
73
- },
74
- default: '',
75
- description: 'End date for retrieving posts (format: YYYY-MM-DD)',
76
- },
77
- ];
78
- //# sourceMappingURL=BlueskyOperations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BlueskyOperations.js","sourceRoot":"","sources":["../../../nodes/Metricool/BlueskyOperations.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB;IACnD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;aACrB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,WAAW;gBACjB,KAAK,EAAE,UAAU;gBACjB,WAAW,EAAE,qDAAqD;gBAClE,MAAM,EAAE,mBAAmB;gBAC3B,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,iBAAiB;wBACtB,EAAE,EAAE;4BACH,OAAO,EAAE,wBAAwB;4BACjC,SAAS,EAAE,2BAA2B;4BACtC,QAAQ,EAAE,yBAAyB;yBACnC;qBACD;iBACD;aACD;SACD;QACD,OAAO,EAAE,UAAU;KACnB;CACD,CAAC;AAEW,QAAA,aAAa,GAAsB;IAC/C;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;aACrB;SACD;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,4CAA4C;KACzD;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,sDAAsD;KACnE;IACD;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,oDAAoD;KACjE;CACD,CAAC"}
@@ -1,3 +0,0 @@
1
- import { INodeProperties } from 'n8n-workflow';
2
- export declare const competitorOperations: INodeProperties[];
3
- export declare const competitorFields: INodeProperties[];
@@ -1,136 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.competitorFields = exports.competitorOperations = void 0;
4
- exports.competitorOperations = [
5
- {
6
- displayName: 'Operation',
7
- name: 'operation',
8
- type: 'options',
9
- noDataExpression: true,
10
- displayOptions: {
11
- show: {
12
- resource: ['competitor'],
13
- },
14
- },
15
- options: [
16
- {
17
- name: 'Get Network Competitors',
18
- value: 'getNetworkCompetitors',
19
- description: 'Get the list of competitors from your Metricool brand account (Instagram, Facebook, X, Bluesky, YouTube and Twitch)',
20
- action: 'Get network competitors',
21
- routing: {
22
- request: {
23
- method: 'GET',
24
- url: '=/network/competitors',
25
- qs: {
26
- blog_id: '={{$parameter.blogId}}',
27
- network: '={{$parameter.network}}',
28
- },
29
- },
30
- },
31
- },
32
- {
33
- name: 'Get Network Competitors Posts',
34
- value: 'getNetworkCompetitorsPosts',
35
- description: 'Get and analyze the posts of competitors from your Metricool brand account (Instagram, Facebook, X, Bluesky, YouTube and Twitch)',
36
- action: 'Get network competitors posts',
37
- routing: {
38
- request: {
39
- method: 'GET',
40
- url: '=/network/competitors/posts',
41
- qs: {
42
- blog_id: '={{$parameter.blogId}}',
43
- network: '={{$parameter.network}}',
44
- init_date: '={{$parameter.startDate}}',
45
- end_date: '={{$parameter.endDate}}',
46
- },
47
- },
48
- },
49
- },
50
- ],
51
- default: 'getNetworkCompetitors',
52
- },
53
- ];
54
- exports.competitorFields = [
55
- {
56
- displayName: 'Blog ID',
57
- name: 'blogId',
58
- type: 'number',
59
- required: true,
60
- displayOptions: {
61
- show: {
62
- resource: ['competitor'],
63
- },
64
- },
65
- default: 0,
66
- description: 'The blog ID of the Metricool brand account',
67
- },
68
- {
69
- displayName: 'Network',
70
- name: 'network',
71
- type: 'options',
72
- required: true,
73
- displayOptions: {
74
- show: {
75
- resource: ['competitor'],
76
- },
77
- },
78
- options: [
79
- {
80
- name: 'Bluesky',
81
- value: 'bluesky',
82
- },
83
- {
84
- name: 'Facebook',
85
- value: 'facebook',
86
- },
87
- {
88
- name: 'Instagram',
89
- value: 'instagram',
90
- },
91
- {
92
- name: 'Twitch',
93
- value: 'twitch',
94
- },
95
- {
96
- name: 'X (Twitter)',
97
- value: 'twitter',
98
- },
99
- {
100
- name: 'YouTube',
101
- value: 'youtube',
102
- },
103
- ],
104
- default: 'instagram',
105
- description: 'Social media network to analyze competitors for',
106
- },
107
- {
108
- displayName: 'Start Date',
109
- name: 'startDate',
110
- type: 'dateTime',
111
- required: true,
112
- displayOptions: {
113
- show: {
114
- resource: ['competitor'],
115
- operation: ['getNetworkCompetitorsPosts'],
116
- },
117
- },
118
- default: '',
119
- description: 'Start date for retrieving competitor posts (format: YYYY-MM-DD)',
120
- },
121
- {
122
- displayName: 'End Date',
123
- name: 'endDate',
124
- type: 'dateTime',
125
- required: true,
126
- displayOptions: {
127
- show: {
128
- resource: ['competitor'],
129
- operation: ['getNetworkCompetitorsPosts'],
130
- },
131
- },
132
- default: '',
133
- description: 'End date for retrieving competitor posts (format: YYYY-MM-DD)',
134
- },
135
- ];
136
- //# sourceMappingURL=CompetitorOperations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CompetitorOperations.js","sourceRoot":"","sources":["../../../nodes/Metricool/CompetitorOperations.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { INodeProperties } from 'n8n-workflow';
2
- export declare const facebookOperations: INodeProperties[];
3
- export declare const facebookFields: INodeProperties[];
@@ -1,112 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.facebookFields = exports.facebookOperations = void 0;
4
- exports.facebookOperations = [
5
- {
6
- displayName: 'Operation',
7
- name: 'operation',
8
- type: 'options',
9
- noDataExpression: true,
10
- displayOptions: {
11
- show: {
12
- resource: ['facebook'],
13
- },
14
- },
15
- options: [
16
- {
17
- name: 'Get Posts',
18
- value: 'getPosts',
19
- description: 'Get Facebook posts from your Metricool brand account',
20
- action: 'Get facebook posts',
21
- routing: {
22
- request: {
23
- method: 'GET',
24
- url: '=/facebook/posts',
25
- qs: {
26
- blog_id: '={{$parameter.blogId}}',
27
- init_date: '={{$parameter.startDate}}',
28
- end_date: '={{$parameter.endDate}}',
29
- },
30
- },
31
- },
32
- },
33
- {
34
- name: 'Get Reels',
35
- value: 'getReels',
36
- description: 'Get Facebook reels from your Metricool brand account',
37
- action: 'Get facebook reels',
38
- routing: {
39
- request: {
40
- method: 'GET',
41
- url: '=/facebook/reels',
42
- qs: {
43
- blog_id: '={{$parameter.blogId}}',
44
- init_date: '={{$parameter.startDate}}',
45
- end_date: '={{$parameter.endDate}}',
46
- },
47
- },
48
- },
49
- },
50
- {
51
- name: 'Get Stories',
52
- value: 'getStories',
53
- description: 'Get Facebook stories from your Metricool brand account',
54
- action: 'Get facebook stories',
55
- routing: {
56
- request: {
57
- method: 'GET',
58
- url: '=/facebook/stories',
59
- qs: {
60
- blog_id: '={{$parameter.blogId}}',
61
- init_date: '={{$parameter.startDate}}',
62
- end_date: '={{$parameter.endDate}}',
63
- },
64
- },
65
- },
66
- },
67
- ],
68
- default: 'getPosts',
69
- },
70
- ];
71
- exports.facebookFields = [
72
- {
73
- displayName: 'Blog ID',
74
- name: 'blogId',
75
- type: 'number',
76
- required: true,
77
- displayOptions: {
78
- show: {
79
- resource: ['facebook'],
80
- },
81
- },
82
- default: 0,
83
- description: 'The blog ID of the Metricool brand account',
84
- },
85
- {
86
- displayName: 'Start Date',
87
- name: 'startDate',
88
- type: 'dateTime',
89
- required: true,
90
- displayOptions: {
91
- show: {
92
- resource: ['facebook'],
93
- },
94
- },
95
- default: '',
96
- description: 'Start date for retrieving content (format: YYYY-MM-DD)',
97
- },
98
- {
99
- displayName: 'End Date',
100
- name: 'endDate',
101
- type: 'dateTime',
102
- required: true,
103
- displayOptions: {
104
- show: {
105
- resource: ['facebook'],
106
- },
107
- },
108
- default: '',
109
- description: 'End date for retrieving content (format: YYYY-MM-DD)',
110
- },
111
- ];
112
- //# sourceMappingURL=FacebookOperations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FacebookOperations.js","sourceRoot":"","sources":["../../../nodes/Metricool/FacebookOperations.ts"],"names":[],"mappings":";;;AAEa,QAAA,kBAAkB,GAAsB;IACpD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,WAAW;gBACjB,KAAK,EAAE,UAAU;gBACjB,WAAW,EAAE,sDAAsD;gBACnE,MAAM,EAAE,oBAAoB;gBAC5B,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,kBAAkB;wBACvB,EAAE,EAAE;4BACH,OAAO,EAAE,wBAAwB;4BACjC,SAAS,EAAE,2BAA2B;4BACtC,QAAQ,EAAE,yBAAyB;yBACnC;qBACD;iBACD;aACD;YACD;gBACC,IAAI,EAAE,WAAW;gBACjB,KAAK,EAAE,UAAU;gBACjB,WAAW,EAAE,sDAAsD;gBACnE,MAAM,EAAE,oBAAoB;gBAC5B,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,kBAAkB;wBACvB,EAAE,EAAE;4BACH,OAAO,EAAE,wBAAwB;4BACjC,SAAS,EAAE,2BAA2B;4BACtC,QAAQ,EAAE,yBAAyB;yBACnC;qBACD;iBACD;aACD;YACD;gBACC,IAAI,EAAE,aAAa;gBACnB,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,wDAAwD;gBACrE,MAAM,EAAE,sBAAsB;gBAC9B,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,oBAAoB;wBACzB,EAAE,EAAE;4BACH,OAAO,EAAE,wBAAwB;4BACjC,SAAS,EAAE,2BAA2B;4BACtC,QAAQ,EAAE,yBAAyB;yBACnC;qBACD;iBACD;aACD;SACD;QACD,OAAO,EAAE,UAAU;KACnB;CACD,CAAC;AAEW,QAAA,cAAc,GAAsB;IAChD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,4CAA4C;KACzD;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,wDAAwD;KACrE;IACD;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,sDAAsD;KACnE;CACD,CAAC"}
@@ -1,3 +0,0 @@
1
- import { INodeProperties } from 'n8n-workflow';
2
- export declare const linkedinOperations: INodeProperties[];
3
- export declare const linkedinFields: INodeProperties[];
@@ -1,78 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.linkedinFields = exports.linkedinOperations = void 0;
4
- exports.linkedinOperations = [
5
- {
6
- displayName: 'Operation',
7
- name: 'operation',
8
- type: 'options',
9
- noDataExpression: true,
10
- displayOptions: {
11
- show: {
12
- resource: ['linkedin'],
13
- },
14
- },
15
- options: [
16
- {
17
- name: 'Get Posts',
18
- value: 'getPosts',
19
- description: 'Get LinkedIn posts from your Metricool brand account',
20
- action: 'Get linked in posts',
21
- routing: {
22
- request: {
23
- method: 'GET',
24
- url: '=/linkedin/posts',
25
- qs: {
26
- blog_id: '={{$parameter.blogId}}',
27
- init_date: '={{$parameter.startDate}}',
28
- end_date: '={{$parameter.endDate}}',
29
- },
30
- },
31
- },
32
- },
33
- ],
34
- default: 'getPosts',
35
- },
36
- ];
37
- exports.linkedinFields = [
38
- {
39
- displayName: 'Blog ID',
40
- name: 'blogId',
41
- type: 'number',
42
- required: true,
43
- displayOptions: {
44
- show: {
45
- resource: ['linkedin'],
46
- },
47
- },
48
- default: 0,
49
- description: 'The blog ID of the Metricool brand account',
50
- },
51
- {
52
- displayName: 'Start Date',
53
- name: 'startDate',
54
- type: 'dateTime',
55
- required: true,
56
- displayOptions: {
57
- show: {
58
- resource: ['linkedin'],
59
- },
60
- },
61
- default: '',
62
- description: 'Start date for retrieving posts (format: YYYY-MM-DD)',
63
- },
64
- {
65
- displayName: 'End Date',
66
- name: 'endDate',
67
- type: 'dateTime',
68
- required: true,
69
- displayOptions: {
70
- show: {
71
- resource: ['linkedin'],
72
- },
73
- },
74
- default: '',
75
- description: 'End date for retrieving posts (format: YYYY-MM-DD)',
76
- },
77
- ];
78
- //# sourceMappingURL=LinkedinOperations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LinkedinOperations.js","sourceRoot":"","sources":["../../../nodes/Metricool/LinkedinOperations.ts"],"names":[],"mappings":";;;AAEa,QAAA,kBAAkB,GAAsB;IACpD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,WAAW;gBACjB,KAAK,EAAE,UAAU;gBACjB,WAAW,EAAE,sDAAsD;gBACnE,MAAM,EAAE,qBAAqB;gBAC7B,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,kBAAkB;wBACvB,EAAE,EAAE;4BACH,OAAO,EAAE,wBAAwB;4BACjC,SAAS,EAAE,2BAA2B;4BACtC,QAAQ,EAAE,yBAAyB;yBACnC;qBACD;iBACD;aACD;SACD;QACD,OAAO,EAAE,UAAU;KACnB;CACD,CAAC;AAEW,QAAA,cAAc,GAAsB;IAChD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,4CAA4C;KACzD;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,sDAAsD;KACnE;IACD;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,oDAAoD;KACjE;CACD,CAAC"}
@@ -1,18 +0,0 @@
1
- {
2
- "node": "n8n-nodes-base.metricool",
3
- "nodeVersion": "1.0",
4
- "codexVersion": "1.0",
5
- "categories": ["Marketing", "Social Media"],
6
- "resources": {
7
- "credentialDocumentation": [
8
- {
9
- "url": "https://metricool.com/api-docs/"
10
- }
11
- ],
12
- "primaryDocumentation": [
13
- {
14
- "url": "https://metricool.com/api-docs/"
15
- }
16
- ]
17
- }
18
- }
@@ -1,2 +0,0 @@
1
- import { INodeProperties } from 'n8n-workflow';
2
- export declare const metricoolResources: INodeProperties["options"];
@@ -1,66 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.metricoolResources = void 0;
4
- exports.metricoolResources = [
5
- {
6
- name: 'Brand',
7
- value: 'brand',
8
- },
9
- {
10
- name: 'Instagram',
11
- value: 'instagram',
12
- },
13
- {
14
- name: 'Facebook',
15
- value: 'facebook',
16
- },
17
- {
18
- name: 'TikTok',
19
- value: 'tiktok',
20
- },
21
- {
22
- name: 'LinkedIn',
23
- value: 'linkedin',
24
- },
25
- {
26
- name: 'Pinterest',
27
- value: 'pinterest',
28
- },
29
- {
30
- name: 'YouTube',
31
- value: 'youtube',
32
- },
33
- {
34
- name: 'Twitch',
35
- value: 'twitch',
36
- },
37
- {
38
- name: 'X (Twitter)',
39
- value: 'twitter',
40
- },
41
- {
42
- name: 'Bluesky',
43
- value: 'bluesky',
44
- },
45
- {
46
- name: 'Threads',
47
- value: 'threads',
48
- },
49
- {
50
- name: 'Analytics',
51
- value: 'analytics',
52
- },
53
- {
54
- name: 'Post',
55
- value: 'post',
56
- },
57
- {
58
- name: 'Competitor',
59
- value: 'competitor',
60
- },
61
- {
62
- name: 'Advertising',
63
- value: 'advertising',
64
- },
65
- ];
66
- //# sourceMappingURL=MetricoolResources.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MetricoolResources.js","sourceRoot":"","sources":["../../../nodes/Metricool/MetricoolResources.ts"],"names":[],"mappings":";;;AAEa,QAAA,kBAAkB,GAAG;IACjC;QACC,IAAI,EAAE,OAAO;QACb,KAAK,EAAE,OAAO;KACd;IACD;QACC,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,WAAW;KAClB;IACD;QACC,IAAI,EAAE,UAAU;QAChB,KAAK,EAAE,UAAU;KACjB;IACD;QACC,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,QAAQ;KACf;IACD;QACC,IAAI,EAAE,UAAU;QAChB,KAAK,EAAE,UAAU;KACjB;IACD;QACC,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,WAAW;KAClB;IACD;QACC,IAAI,EAAE,SAAS;QACf,KAAK,EAAE,SAAS;KAChB;IACD;QACC,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,QAAQ;KACf;IACD;QACC,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,SAAS;KAChB;IACD;QACC,IAAI,EAAE,SAAS;QACf,KAAK,EAAE,SAAS;KAChB;IACD;QACC,IAAI,EAAE,SAAS;QACf,KAAK,EAAE,SAAS;KAChB;IACD;QACC,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,WAAW;KAClB;IACD;QACC,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,MAAM;KACb;IACD;QACC,IAAI,EAAE,YAAY;QAClB,KAAK,EAAE,YAAY;KACnB;IACD;QACC,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,aAAa;KACpB;CAC6B,CAAC"}
@@ -1,3 +0,0 @@
1
- import { INodeProperties } from 'n8n-workflow';
2
- export declare const pinterestOperations: INodeProperties[];
3
- export declare const pinterestFields: INodeProperties[];