@adaptive-ds/n8n-nodes-publer 1.1.8 → 1.1.10
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/dist/credentials/PublerApi.credentials.d.ts +2 -2
- package/dist/credentials/PublerApi.credentials.js +16 -16
- package/dist/credentials/PublerApi.credentials.js.map +1 -1
- package/dist/nodes/PublerAnalytics/PublerAnalytics.node.d.ts +4 -0
- package/dist/nodes/PublerAnalytics/PublerAnalytics.node.js +75 -0
- package/dist/nodes/PublerAnalytics/PublerAnalytics.node.js.map +1 -0
- package/dist/nodes/PublerAnalytics/PublerAnalytics.spec.js +8 -0
- package/dist/nodes/PublerAnalytics/PublerAnalytics.spec.js.map +1 -0
- package/dist/nodes/PublerAnalytics/logo.svg +44 -0
- package/dist/nodes/PublerAnalytics/openapi.json +777 -0
- package/dist/nodes/{Publer/Publer.node.d.ts → PublerBasic/PublerBasic.node.d.ts} +1 -1
- package/dist/nodes/PublerBasic/PublerBasic.node.js +75 -0
- package/dist/nodes/PublerBasic/PublerBasic.node.js.map +1 -0
- package/dist/nodes/PublerBasic/PublerBasic.spec.d.ts +1 -0
- package/dist/nodes/PublerBasic/PublerBasic.spec.js +8 -0
- package/dist/nodes/PublerBasic/PublerBasic.spec.js.map +1 -0
- package/dist/nodes/PublerBasic/logo.svg +44 -0
- package/dist/nodes/PublerBasic/openapi.json +507 -0
- package/dist/nodes/PublerCompetitors/PublerCompetitors.node.d.ts +4 -0
- package/dist/nodes/PublerCompetitors/PublerCompetitors.node.js +75 -0
- package/dist/nodes/PublerCompetitors/PublerCompetitors.node.js.map +1 -0
- package/dist/nodes/PublerCompetitors/PublerCompetitors.spec.d.ts +1 -0
- package/dist/nodes/PublerCompetitors/PublerCompetitors.spec.js +8 -0
- package/dist/nodes/PublerCompetitors/PublerCompetitors.spec.js.map +1 -0
- package/dist/nodes/PublerCompetitors/logo.svg +44 -0
- package/dist/nodes/PublerCompetitors/openapi.json +264 -0
- package/dist/nodes/PublerLocations/PublerLocations.node.d.ts +4 -0
- package/dist/nodes/PublerLocations/PublerLocations.node.js +75 -0
- package/dist/nodes/PublerLocations/PublerLocations.node.js.map +1 -0
- package/dist/nodes/PublerLocations/PublerLocations.spec.d.ts +1 -0
- package/dist/nodes/PublerLocations/PublerLocations.spec.js +8 -0
- package/dist/nodes/PublerLocations/PublerLocations.spec.js.map +1 -0
- package/dist/nodes/PublerLocations/logo.svg +44 -0
- package/dist/nodes/PublerLocations/openapi.json +205 -0
- package/dist/nodes/PublerMedia/PublerMedia.node.d.ts +4 -0
- package/dist/nodes/{Publer/Publer.node.js → PublerMedia/PublerMedia.node.js} +8 -8
- package/dist/nodes/PublerMedia/PublerMedia.node.js.map +1 -0
- package/dist/nodes/PublerMedia/PublerMedia.spec.d.ts +1 -0
- package/dist/nodes/PublerMedia/PublerMedia.spec.js +8 -0
- package/dist/nodes/PublerMedia/PublerMedia.spec.js.map +1 -0
- package/dist/nodes/PublerMedia/logo.svg +44 -0
- package/dist/nodes/PublerMedia/openapi.json +346 -0
- package/dist/nodes/PublerPosts/PublerPosts.node.d.ts +4 -0
- package/dist/nodes/PublerPosts/PublerPosts.node.js +75 -0
- package/dist/nodes/PublerPosts/PublerPosts.node.js.map +1 -0
- package/dist/nodes/PublerPosts/PublerPosts.spec.d.ts +1 -0
- package/dist/nodes/PublerPosts/PublerPosts.spec.js +8 -0
- package/dist/nodes/PublerPosts/PublerPosts.spec.js.map +1 -0
- package/dist/nodes/PublerPosts/logo.svg +44 -0
- package/dist/nodes/PublerPosts/openapi.json +536 -0
- package/dist/nodes/PublerPostsPublish/PublerPostsPublish.node.d.ts +4 -0
- package/dist/nodes/PublerPostsPublish/PublerPostsPublish.node.js +75 -0
- package/dist/nodes/PublerPostsPublish/PublerPostsPublish.node.js.map +1 -0
- package/dist/nodes/PublerPostsPublish/PublerPostsPublish.spec.d.ts +1 -0
- package/dist/nodes/PublerPostsPublish/PublerPostsPublish.spec.js +8 -0
- package/dist/nodes/PublerPostsPublish/PublerPostsPublish.spec.js.map +1 -0
- package/dist/nodes/PublerPostsPublish/logo.svg +44 -0
- package/dist/nodes/PublerPostsPublish/openapi.json +229 -0
- package/dist/nodes/PublerPostsSchedule/PublerPostsSchedule.node.d.ts +4 -0
- package/dist/nodes/PublerPostsSchedule/PublerPostsSchedule.node.js +75 -0
- package/dist/nodes/PublerPostsSchedule/PublerPostsSchedule.node.js.map +1 -0
- package/dist/nodes/PublerPostsSchedule/PublerPostsSchedule.spec.d.ts +1 -0
- package/dist/nodes/PublerPostsSchedule/PublerPostsSchedule.spec.js +8 -0
- package/dist/nodes/PublerPostsSchedule/PublerPostsSchedule.spec.js.map +1 -0
- package/dist/nodes/PublerPostsSchedule/logo.svg +44 -0
- package/dist/nodes/PublerPostsSchedule/openapi.json +235 -0
- package/dist/package.json +27 -6
- package/package.json +27 -6
- package/dist/nodes/Publer/Publer.node.js.map +0 -1
- package/dist/nodes/Publer/Publer.node.json +0 -18
- package/dist/nodes/Publer/Publer.spec.js +0 -8
- package/dist/nodes/Publer/Publer.spec.js.map +0 -1
- package/dist/nodes/Publer/logo.svg +0 -1
- package/dist/nodes/Publer/openapi.json +0 -1527
- /package/dist/nodes/{Publer/Publer.spec.d.ts → PublerAnalytics/PublerAnalytics.spec.d.ts} +0 -0
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
{
|
|
2
|
+
"openapi": "3.1.1",
|
|
3
|
+
"info": {
|
|
4
|
+
"title": "Publer Posts Schedule API",
|
|
5
|
+
"description": "Post scheduling endpoints for Publer API - Schedule posts for future publishing.",
|
|
6
|
+
"version": "1.0.0"
|
|
7
|
+
},
|
|
8
|
+
"servers": [
|
|
9
|
+
{
|
|
10
|
+
"url": "https://app.publer.com/api/v1"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"security": [
|
|
14
|
+
{
|
|
15
|
+
"BearerApiAuth": []
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"components": {
|
|
19
|
+
"securitySchemes": {
|
|
20
|
+
"BearerApiAuth": {
|
|
21
|
+
"type": "apiKey",
|
|
22
|
+
"name": "Authorization",
|
|
23
|
+
"in": "header",
|
|
24
|
+
"description": "API key authentication. Format: \"Bearer-API YOUR_API_KEY\""
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"schemas": {
|
|
28
|
+
"ScheduledMediaAttachment": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"description": "Media attachment for a scheduled post",
|
|
31
|
+
"properties": {
|
|
32
|
+
"id": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"description": "Media asset ID from upload"
|
|
35
|
+
},
|
|
36
|
+
"type": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"enum": ["photo", "video", "document"],
|
|
39
|
+
"description": "Media type"
|
|
40
|
+
},
|
|
41
|
+
"caption": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"description": "Media caption"
|
|
44
|
+
},
|
|
45
|
+
"alt_text": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"description": "Alt text for accessibility"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"ScheduledNetworkContent": {
|
|
52
|
+
"type": "object",
|
|
53
|
+
"description": "Per-network post configuration for scheduling",
|
|
54
|
+
"properties": {
|
|
55
|
+
"type": {
|
|
56
|
+
"type": "string",
|
|
57
|
+
"enum": [
|
|
58
|
+
"status",
|
|
59
|
+
"photo",
|
|
60
|
+
"video",
|
|
61
|
+
"link",
|
|
62
|
+
"carousel",
|
|
63
|
+
"story",
|
|
64
|
+
"reel",
|
|
65
|
+
"gif",
|
|
66
|
+
"poll",
|
|
67
|
+
"document",
|
|
68
|
+
"event",
|
|
69
|
+
"offer"
|
|
70
|
+
],
|
|
71
|
+
"description": "Content type",
|
|
72
|
+
"example": "status"
|
|
73
|
+
},
|
|
74
|
+
"text": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"description": "Post text content",
|
|
77
|
+
"example": "Hello world!"
|
|
78
|
+
},
|
|
79
|
+
"media": {
|
|
80
|
+
"type": "array",
|
|
81
|
+
"description": "Media attachments (required for photo, video, carousel, story, reel, gif types)",
|
|
82
|
+
"items": {
|
|
83
|
+
"$ref": "#/components/schemas/ScheduledMediaAttachment"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"url": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"description": "URL for link posts (required when type=link)",
|
|
89
|
+
"example": "https://publer.com"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"ScheduledTargetAccount": {
|
|
94
|
+
"type": "object",
|
|
95
|
+
"description": "Target account for scheduled post",
|
|
96
|
+
"required": ["id"],
|
|
97
|
+
"properties": {
|
|
98
|
+
"id": {
|
|
99
|
+
"type": "string",
|
|
100
|
+
"description": "Account ID",
|
|
101
|
+
"example": "647a0edddb2797b89044e2c1"
|
|
102
|
+
},
|
|
103
|
+
"scheduled_at": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"format": "date-time",
|
|
106
|
+
"description": "ISO 8601 scheduled time",
|
|
107
|
+
"example": "2025-06-14T10:21:00+02:00"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"PostToSchedule": {
|
|
112
|
+
"type": "object",
|
|
113
|
+
"description": "Post data for scheduling",
|
|
114
|
+
"required": ["networks", "accounts"],
|
|
115
|
+
"properties": {
|
|
116
|
+
"networks": {
|
|
117
|
+
"type": "object",
|
|
118
|
+
"description": "Network-specific post content",
|
|
119
|
+
"additionalProperties": {
|
|
120
|
+
"$ref": "#/components/schemas/ScheduledNetworkContent"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"accounts": {
|
|
124
|
+
"type": "array",
|
|
125
|
+
"description": "Target social media accounts",
|
|
126
|
+
"items": {
|
|
127
|
+
"$ref": "#/components/schemas/ScheduledTargetAccount"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"BulkScheduleConfig": {
|
|
133
|
+
"type": "object",
|
|
134
|
+
"description": "Bulk scheduling configuration",
|
|
135
|
+
"required": ["state", "posts"],
|
|
136
|
+
"properties": {
|
|
137
|
+
"state": {
|
|
138
|
+
"type": "string",
|
|
139
|
+
"enum": ["scheduled", "draft", "draft_private", "draft_public", "recurring"],
|
|
140
|
+
"description": "Post state",
|
|
141
|
+
"example": "scheduled"
|
|
142
|
+
},
|
|
143
|
+
"posts": {
|
|
144
|
+
"type": "array",
|
|
145
|
+
"description": "Posts to create",
|
|
146
|
+
"items": {
|
|
147
|
+
"$ref": "#/components/schemas/PostToSchedule"
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"SchedulePostRequest": {
|
|
153
|
+
"type": "object",
|
|
154
|
+
"description": "Request body for scheduling posts",
|
|
155
|
+
"required": ["bulk"],
|
|
156
|
+
"properties": {
|
|
157
|
+
"bulk": {
|
|
158
|
+
"$ref": "#/components/schemas/BulkScheduleConfig"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"SchedulePostResponse": {
|
|
163
|
+
"type": "object",
|
|
164
|
+
"description": "Response after scheduling posts",
|
|
165
|
+
"properties": {
|
|
166
|
+
"success": {
|
|
167
|
+
"type": "boolean",
|
|
168
|
+
"description": "Whether the scheduling was successful"
|
|
169
|
+
},
|
|
170
|
+
"scheduled": {
|
|
171
|
+
"type": "array",
|
|
172
|
+
"description": "List of scheduled post IDs",
|
|
173
|
+
"items": {
|
|
174
|
+
"type": "string"
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"required": ["scheduled"]
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"tags": [
|
|
183
|
+
{
|
|
184
|
+
"name": "POSTS > SCHEDULING"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"paths": {
|
|
188
|
+
"/posts/schedule": {
|
|
189
|
+
"post": {
|
|
190
|
+
"tags": ["POSTS > SCHEDULING"],
|
|
191
|
+
"summary": "Schedule post",
|
|
192
|
+
"description": "Schedule a post. Supports text, photo, video, link, carousel, story, reel, and gif content types.",
|
|
193
|
+
"operationId": "schedule_post",
|
|
194
|
+
"requestBody": {
|
|
195
|
+
"required": true,
|
|
196
|
+
"content": {
|
|
197
|
+
"application/json": {
|
|
198
|
+
"schema": {
|
|
199
|
+
"$ref": "#/components/schemas/SchedulePostRequest"
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
"parameters": [
|
|
205
|
+
{
|
|
206
|
+
"name": "Publer-Workspace-Id",
|
|
207
|
+
"in": "header",
|
|
208
|
+
"schema": {
|
|
209
|
+
"type": "string"
|
|
210
|
+
},
|
|
211
|
+
"example": "{{workspace_id}}",
|
|
212
|
+
"required": true,
|
|
213
|
+
"description": "Workspace ID to schedule posts in"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"responses": {
|
|
217
|
+
"200": {
|
|
218
|
+
"description": "Successful response",
|
|
219
|
+
"content": {
|
|
220
|
+
"application/json": {
|
|
221
|
+
"schema": {
|
|
222
|
+
"$ref": "#/components/schemas/SchedulePostResponse"
|
|
223
|
+
},
|
|
224
|
+
"example": {
|
|
225
|
+
"success": true,
|
|
226
|
+
"scheduled": ["post123", "post456"]
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptive-ds/n8n-nodes-publer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"description": "n8n node to connect with Publer.com social media management API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n",
|
|
@@ -23,8 +23,18 @@
|
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "tsc && gulp build:icons",
|
|
25
25
|
"dev": "tsc --watch",
|
|
26
|
-
"test": "
|
|
26
|
+
"test": "bun test",
|
|
27
27
|
"release": "bash ./ops/release.sh",
|
|
28
|
+
"validate": "bun run validate:all",
|
|
29
|
+
"validate:all": "bun run validate:analytics && bun run validate:basic && bun run validate:competitors && bun run validate:locations && bun run validate:media && bun run validate:posts && bun run validate:posts-publish && bun run validate:posts-schedule",
|
|
30
|
+
"validate:analytics": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerAnalytics/openapi.json",
|
|
31
|
+
"validate:basic": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerBasic/openapi.json",
|
|
32
|
+
"validate:competitors": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerCompetitors/openapi.json",
|
|
33
|
+
"validate:locations": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerLocations/openapi.json",
|
|
34
|
+
"validate:media": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerMedia/openapi.json",
|
|
35
|
+
"validate:posts": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPosts/openapi.json",
|
|
36
|
+
"validate:posts-publish": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPostsPublish/openapi.json",
|
|
37
|
+
"validate:posts-schedule": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPostsSchedule/openapi.json",
|
|
28
38
|
"format": "prettier nodes credentials --write",
|
|
29
39
|
"lint": "eslint nodes credentials package.json",
|
|
30
40
|
"lintfix": "eslint nodes credentials package.json --fix"
|
|
@@ -38,10 +48,18 @@
|
|
|
38
48
|
"dist/credentials/PublerApi.credentials.js"
|
|
39
49
|
],
|
|
40
50
|
"nodes": [
|
|
41
|
-
"dist/nodes/
|
|
51
|
+
"dist/nodes/PublerBasic/PublerBasic.node.js",
|
|
52
|
+
"dist/nodes/PublerMedia/PublerMedia.node.js",
|
|
53
|
+
"dist/nodes/PublerPostsSchedule/PublerPostsSchedule.node.js",
|
|
54
|
+
"dist/nodes/PublerPostsPublish/PublerPostsPublish.node.js",
|
|
55
|
+
"dist/nodes/PublerPosts/PublerPosts.node.js",
|
|
56
|
+
"dist/nodes/PublerLocations/PublerLocations.node.js",
|
|
57
|
+
"dist/nodes/PublerAnalytics/PublerAnalytics.node.js",
|
|
58
|
+
"dist/nodes/PublerCompetitors/PublerCompetitors.node.js"
|
|
42
59
|
]
|
|
43
60
|
},
|
|
44
61
|
"devDependencies": {
|
|
62
|
+
"@ibm-cloud/openapi-ruleset": "^1.33.7",
|
|
45
63
|
"@types/jest": "^30.0.0",
|
|
46
64
|
"@typescript-eslint/parser": "^8.55.0",
|
|
47
65
|
"eslint": "^10.0.0",
|
|
@@ -49,14 +67,17 @@
|
|
|
49
67
|
"gulp": "^5.0.1",
|
|
50
68
|
"n8n-workflow": "*",
|
|
51
69
|
"prettier": "^3.8.1",
|
|
52
|
-
"typescript": "^5.9.3"
|
|
53
|
-
"jest": "^30.2.0",
|
|
54
|
-
"ts-jest": "^29.4.6"
|
|
70
|
+
"typescript": "^5.9.3"
|
|
55
71
|
},
|
|
56
72
|
"peerDependencies": {
|
|
57
73
|
"n8n-workflow": "*"
|
|
58
74
|
},
|
|
59
75
|
"dependencies": {
|
|
60
76
|
"@devlikeapro/n8n-openapi-node": "^0.1.4"
|
|
77
|
+
},
|
|
78
|
+
"prettier": {
|
|
79
|
+
"semi": false,
|
|
80
|
+
"printWidth": 120,
|
|
81
|
+
"trailingComma": "all"
|
|
61
82
|
}
|
|
62
83
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptive-ds/n8n-nodes-publer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"description": "n8n node to connect with Publer.com social media management API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n",
|
|
@@ -23,8 +23,18 @@
|
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "tsc && gulp build:icons",
|
|
25
25
|
"dev": "tsc --watch",
|
|
26
|
-
"test": "
|
|
26
|
+
"test": "bun test",
|
|
27
27
|
"release": "bash ./ops/release.sh",
|
|
28
|
+
"validate": "bun run validate:all",
|
|
29
|
+
"validate:all": "bun run validate:analytics && bun run validate:basic && bun run validate:competitors && bun run validate:locations && bun run validate:media && bun run validate:posts && bun run validate:posts-publish && bun run validate:posts-schedule",
|
|
30
|
+
"validate:analytics": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerAnalytics/openapi.json",
|
|
31
|
+
"validate:basic": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerBasic/openapi.json",
|
|
32
|
+
"validate:competitors": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerCompetitors/openapi.json",
|
|
33
|
+
"validate:locations": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerLocations/openapi.json",
|
|
34
|
+
"validate:media": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerMedia/openapi.json",
|
|
35
|
+
"validate:posts": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPosts/openapi.json",
|
|
36
|
+
"validate:posts-publish": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPostsPublish/openapi.json",
|
|
37
|
+
"validate:posts-schedule": "bunx ibm-openapi-validator --ruleset spectral.yml ./nodes/PublerPostsSchedule/openapi.json",
|
|
28
38
|
"format": "prettier nodes credentials --write",
|
|
29
39
|
"lint": "eslint nodes credentials package.json",
|
|
30
40
|
"lintfix": "eslint nodes credentials package.json --fix"
|
|
@@ -38,10 +48,18 @@
|
|
|
38
48
|
"dist/credentials/PublerApi.credentials.js"
|
|
39
49
|
],
|
|
40
50
|
"nodes": [
|
|
41
|
-
"dist/nodes/
|
|
51
|
+
"dist/nodes/PublerBasic/PublerBasic.node.js",
|
|
52
|
+
"dist/nodes/PublerMedia/PublerMedia.node.js",
|
|
53
|
+
"dist/nodes/PublerPostsSchedule/PublerPostsSchedule.node.js",
|
|
54
|
+
"dist/nodes/PublerPostsPublish/PublerPostsPublish.node.js",
|
|
55
|
+
"dist/nodes/PublerPosts/PublerPosts.node.js",
|
|
56
|
+
"dist/nodes/PublerLocations/PublerLocations.node.js",
|
|
57
|
+
"dist/nodes/PublerAnalytics/PublerAnalytics.node.js",
|
|
58
|
+
"dist/nodes/PublerCompetitors/PublerCompetitors.node.js"
|
|
42
59
|
]
|
|
43
60
|
},
|
|
44
61
|
"devDependencies": {
|
|
62
|
+
"@ibm-cloud/openapi-ruleset": "^1.33.7",
|
|
45
63
|
"@types/jest": "^30.0.0",
|
|
46
64
|
"@typescript-eslint/parser": "^8.55.0",
|
|
47
65
|
"eslint": "^10.0.0",
|
|
@@ -49,14 +67,17 @@
|
|
|
49
67
|
"gulp": "^5.0.1",
|
|
50
68
|
"n8n-workflow": "*",
|
|
51
69
|
"prettier": "^3.8.1",
|
|
52
|
-
"typescript": "^5.9.3"
|
|
53
|
-
"jest": "^30.2.0",
|
|
54
|
-
"ts-jest": "^29.4.6"
|
|
70
|
+
"typescript": "^5.9.3"
|
|
55
71
|
},
|
|
56
72
|
"peerDependencies": {
|
|
57
73
|
"n8n-workflow": "*"
|
|
58
74
|
},
|
|
59
75
|
"dependencies": {
|
|
60
76
|
"@devlikeapro/n8n-openapi-node": "^0.1.4"
|
|
77
|
+
},
|
|
78
|
+
"prettier": {
|
|
79
|
+
"semi": false,
|
|
80
|
+
"printWidth": 120,
|
|
81
|
+
"trailingComma": "all"
|
|
61
82
|
}
|
|
62
83
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Publer.node.js","sourceRoot":"","sources":["../../../nodes/Publer/Publer.node.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,oEAGuC;AACvC,oDAAsC;AAEtC,MAAM,MAAM,GAA+B,EAAE,CAAC;AAC9C,MAAM,MAAM,GAAG,IAAI,uCAAoB,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;AACrD,MAAM,UAAU,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC;AAElC,MAAa,MAAM;IAAnB;QACE,gBAAW,GAAyB;YAClC,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,eAAe;YACrB,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,8DAA8D;YACxE,WAAW,EAAE,0BAA0B;YACvC,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE,CAAC,MAAM,CAAC;YAChB,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,WAAW,EAAE;gBACX;oBACE,IAAI,EAAE,WAAW;oBACjB,QAAQ,EAAE,IAAI;iBACf;aACF;YACD,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,MAAM,EAAE,kBAAkB;oBAC1B,cAAc,EAAE,kBAAkB;iBACnC;gBACD,OAAO,EAAE,wBAAwB;aAClC;YACD,UAAU,EAAE,UAAU;SACvB,CAAC;IACJ,CAAC;CAAA;AA7BD,wBA6BC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"node": "n8n-nodes-base.publer",
|
|
3
|
-
"nodeVersion": "1.0",
|
|
4
|
-
"codexVersion": "1.0",
|
|
5
|
-
"categories": ["Marketing", "Social Media"],
|
|
6
|
-
"resources": {
|
|
7
|
-
"credentialDocumentation": [
|
|
8
|
-
{
|
|
9
|
-
"url": "https://publer.io/docs/api"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"primaryDocumentation": [
|
|
13
|
-
{
|
|
14
|
-
"url": "https://publer.io/docs/api"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Publer_node_1 = require("./Publer.node");
|
|
4
|
-
test("smoke", () => {
|
|
5
|
-
const node = new Publer_node_1.Publer();
|
|
6
|
-
expect(node.description.properties).toBeDefined();
|
|
7
|
-
});
|
|
8
|
-
//# sourceMappingURL=Publer.spec.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Publer.spec.js","sourceRoot":"","sources":["../../../nodes/Publer/Publer.spec.ts"],"names":[],"mappings":";;AAAA,+CAAqC;AAErC,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE;IACf,MAAM,IAAI,GAAG,IAAI,oBAAM,EAAE,CAAA;IACzB,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE,CAAA;AACrD,CAAC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg height="256" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256" width="256" xmlns="http://www.w3.org/2000/svg"><path d="m127.059657 255.996921c-68.2090026-.470449-127.51673062-57.078479-127.05700194-128.998618.44199434-69.2024402 57.94900474-127.46727058 129.10736494-126.99545745 69.157108.45954053 127.503089 57.86392555 126.885116 128.19135345.572955 69.689254-58.060868 128.29499-128.935479 127.802722zm0 0c-68.2090026-.470449-127.51673062-57.078479-127.05700194-128.998618.44199434-69.2024402 57.94900474-127.46727058 129.10736494-126.99545745 69.157108.45954053 127.503089 57.86392555 126.885116 128.19135345.572955 69.689254-58.060868 128.29499-128.935479 127.802722z" fill="#fff"/><path d="m127.184644 238.997327c-59.1522675-.408056-110.5810349-49.498583-110.1823412-111.865899.3837257-60.0128327 50.2530972-110.5397174 111.9608142-110.1289408 59.971427.3985349 110.568788 50.1800369 110.032661 111.1667638.496666 60.43313-50.348348 111.255175-111.811134 110.828076zm0 0c-59.1522675-.408056-110.5810349-49.498583-110.1823412-111.865899.3837257-60.0128327 50.2530972-110.5397174 111.9608142-110.1289408 59.971427.3985349 110.568788 50.1800369 110.032661 111.1667638.496666 60.43313-50.348348 111.255175-111.811134 110.828076z" fill="#49a32b"/><path d="m169.327319 127.956161c-.284596 5.290212-4.906213 9.683063-9.461106 8.916425-.021787 0-.044936 0-.068085 0-5.045107.006809-9.139745-4.078298-9.145192-9.123404.171575-5.058724 4.366979-9.045787 9.427064-8.96 5.045106.02451 9.51966 4.288 9.247319 9.166979zm-81.1261275 51.264c1.9022979.055829 3.8059574.014978 5.9996596.014978v13.785873c-13.6347234 2.305361-24.8660426-1.565958-27.6221277-13.091405-.9436596-4.237617-1.5237447-8.548766-1.7361702-12.885787-.292766-4.591659.2137872-9.235064-.1361702-13.818553-.9695319-12.612085-2.6035745-16.917787-14.706383-17.514213v-15.69634c.8674043-.202894 1.7470638-.352681 2.6321702-.452085 6.6355745-.326809 9.4325107-2.361192 10.916766-8.897362.6754042-3.672511 1.0757447-7.389958 1.1942127-11.1223831.5256171-7.2170212.3390639-14.5511489 1.5414468-21.6510638 1.737532-10.267234 8.1116596-15.2551489 18.6403405-15.8134468 2.9957447-.1606808 6.0010212-.0245106 9.3957447-.0245106v14.0908936c-1.3971064.0994042-2.6771064.3022979-3.9489362.2641702-8.5800851-.2628085-9.024 2.6594043-9.650383 9.7620426-.3908085 4.4541276.1484255 8.9845106-.155234 13.453617-.3172766 4.4473189-.9123405 8.8714889-1.7811064 13.2452769-1.2377873 6.338723-5.1349787 11.052936-10.5354894 15.053617 10.4837447 6.822127 11.6765958 17.422978 12.3574468 28.187234.3662979 5.78451.1988085 11.609872.7857022 17.365787.4575319 4.467745 2.1950638 5.607489 6.8085106 5.74366zm8.8360851-60.430979h.1620425c5.0124259.083064 9.0103829 4.213106 8.9273189 9.226893 0 .164766-.005447.328171-.014978.491575-.281873 4.899404-4.481362 8.641362-9.3807664 8.359489-.1974468.004085-.3935319 0-.5909787-.009532-4.9892766-.247829-8.8333617-4.493617-8.5855319-9.482893.2478298-4.989277 4.493617-8.833362 9.4828936-8.585532zm31.2360854 0c5.482212-.042213 9.123404 3.510468 9.152 8.930042.029957 5.565277-3.421958 9.126128-8.868766 9.149277-5.539405.024511-9.186043-3.479149-9.216-8.866043-.016341-.275063-.020426-.550127-.012256-.825191.153873-4.786383 4.158639-8.541958 8.945022-8.388085zm65.399829-6.865702c1.458383 5.446808 4.297532 7.361361 10.03166 7.622808.939575.043575 1.875064.202894 3.163234.345873v15.692255c-.697191.228766-1.412085.40034-2.137872.512-7.684085.477957-11.186383 3.630298-11.962553 11.334808-.49566 4.918468-.454809 9.891405-.795234 14.827575-.142979 5.419574-.635915 10.82417-1.476086 16.179745-1.960851 9.703489-8.019063 14.54434-18.028936 15.135319-3.221787.190638-6.466723.029957-9.940425.029957v-14.025532c1.869617-.115744 3.52-.275064 5.174468-.314553 5.980596-.142979 8.095319-2.071149 8.388085-8.010894.324085-6.525276.465702-13.058723.757106-19.585361.42349-9.433873 3.006639-17.861447 11.795064-23.745362-5.028766-3.585362-9.066213-7.92783-10.112-13.783149-1.265021-7.097191-1.673532-14.3509787-2.354383-21.5475744-.33634-3.597617-.32-7.2265532-.671319-10.8214468-.378553-3.8808511-3.044766-5.2234894-6.577021-5.3106383-2.02349-.0490213-4.055149-.0095319-6.642383-.0095319v-13.696c16.509276-2.7411064 27.913532 2.752 28.972936 18.5477446.443915 6.6328511.378553 13.2970213.803404 19.9298728.186553 3.60851.725787 7.189787 1.612255 10.692085z" fill="#fff"/></svg>
|