@adaptive-ds/n8n-nodes-publer 1.1.8 → 1.1.9

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,8 @@
1
1
  {
2
- "openapi": "3.0.0",
2
+ "openapi": "3.1.1",
3
3
  "info": {
4
4
  "title": "Publer API",
5
- "description": "Welcome to the **Publer API** collection!\n\nThis API enables developers, agencies, and marketing teams to automate social media workflows, integrate advanced scheduling tools, and manage multiple brands at scale—all from your own applications.\n\n---\n\n## What is the Publer API?\n\nThe Publer API is a modern, RESTful JSON interface designed for seamless social media automation. It lets you programmatically access and manage all core functions of the Publer platform, including:\n\n- **Publishing & Scheduling** \n Draft, schedule, auto-schedule, or instantly publish posts (including bulk and recurring content) across 13+ supported social platforms.\n \n- **Media Management** \n Upload, organize, and attach media—images, videos, GIFs, PDFs, and more. Apply watermarks and manage media libraries per workspace or account.\n \n- **Workspace & Collaboration** \n Manage teams, clients, and brands through isolated workspaces. Retrieve user profiles, permissions, and organize content by workspace.\n \n- **Advanced Features** \n Automate post actions (auto-share, follow-up comments, auto-delete), append branded signatures, use location tags, and customize posts with platform-specific features.\n \n\n---\n\n## Supported Social Networks\n\nPublish and manage content on:\n\n- Facebook, Instagram, Twitter/X, LinkedIn, Pinterest, YouTube, TikTok, Google Business Profile, WordPress, Telegram, Mastodon, Threads, and Bluesky.\n \n\n---\n\n## Core Capabilities\n\n- **Content Types:** \n Status updates, images, videos, reels, stories, polls, PDFs, links, carousels, events, offers, and more.\n \n- **Bulk Scheduling:** \n Schedule up to 500 posts in a single request for efficient multi-account planning.\n \n- **Media Options:** \n Organize Facebook albums, Pinterest boards, and apply account-specific watermarks.\n \n- **Branding & Protection:** \n Use signatures and watermarks to reinforce your brand and protect ...\n",
5
+ "description": "Welcome to the **Publer API** collection!\n\nThis API enables developers, agencies, and marketing teams to automate social media workflows, integrate advanced scheduling tools, and manage multiple brands at scale—all from your own applications.\n\n---\n\n## What is the Publer API?\n\nThe Publer API is a modern, RESTful JSON interface designed for seamless social media automation. It lets you programmatically access and manage all core functions of the Publer platform, including:\n\n- **Publishing & Scheduling** \n Draft, schedule, auto-schedule, or instantly publish posts (including bulk and recurring content) across 13+ supported social platforms.\n \n- **Media Management** \n Upload, organize, and attach media—images, videos, GIFs, PDFs, and more. Apply watermarks and manage media libraries per workspace or account.\n \n- **Workspace & Collaboration** \n Manage teams, clients, and brands through isolated workspaces. Retrieve user profiles, permissions, and organize content by workspace.\n \n- **Advanced Features** \n Automate post actions (auto-share, follow-up comments, auto-delete), append branded signatures, use location tags, and customize posts with platform-specific features.\n \n\n---\n\n## Supported Social Networks\n\nPublish and manage content on:\n\n- Facebook, Instagram, Twitter/X, LinkedIn, Pinterest, YouTube, TikTok, Google Business Profile, WordPress, Telegram, Mastodon, Threads, and Bluesky.\n \n\n---\n\n## Core Capabilities\n\n- **Content Types:** \n Status updates, images, videos, reels, stories, polls, PDFs, links, carousels, events, offers, and more.\n \n- **Bulk Scheduling:** \n Schedule up to 500 posts in a single request for efficient multi-account planning.\n \n- **Media Options:** \n Organize Facebook albums, Pinterest boards, and apply account-specific watermarks.\n \n- **Branding & Protection:** \n Use signatures and watermarks to reinforce your brand and protect ...",
6
6
  "version": "1.0.0"
7
7
  },
8
8
  "servers": [
@@ -180,14 +180,9 @@
180
180
  "content": {
181
181
  "application/json": {
182
182
  "schema": {
183
- "type": "object",
184
- "properties": {
185
- "accounts": {
186
- "type": "array",
187
- "items": {
188
- "$ref": "#/components/schemas/Account"
189
- }
190
- }
183
+ "type": "array",
184
+ "items": {
185
+ "$ref": "#/components/schemas/Account"
191
186
  }
192
187
  }
193
188
  }
@@ -718,7 +713,7 @@
718
713
  "example": "scheduled"
719
714
  },
720
715
  {
721
- "name": "state[]",
716
+ "name": "state",
722
717
  "in": "query",
723
718
  "schema": {
724
719
  "type": "array",
@@ -726,7 +721,9 @@
726
721
  "type": "string",
727
722
  "enum": ["all", "scheduled", "scheduled_approved", "scheduled_pending", "scheduled_declined", "scheduled_reauth", "scheduled_locked", "published", "published_posted", "published_deleted", "published_hidden", "draft", "draft_dated", "draft_undated", "draft_private", "draft_public", "failed", "recycling", "recycling_active", "recycling_paused", "recycling_expired", "recycling_failed", "recycling_pending", "recycling_declined", "recycling_reauth", "recycling_locked", "recurring"]
728
723
  }
729
- }
724
+ },
725
+ "style": "form",
726
+ "explode": true
730
727
  },
731
728
  {
732
729
  "name": "from",
@@ -755,7 +752,7 @@
755
752
  "example": 0
756
753
  },
757
754
  {
758
- "name": "account_ids[]",
755
+ "name": "account_ids",
759
756
  "in": "query",
760
757
  "schema": {
761
758
  "type": "array",
@@ -763,6 +760,8 @@
763
760
  "type": "string"
764
761
  }
765
762
  },
763
+ "style": "form",
764
+ "explode": true,
766
765
  "example": ["63c675b54e299e9cf2b667ea"]
767
766
  },
768
767
  {
@@ -1507,10 +1506,6 @@
1507
1506
  "type": "string",
1508
1507
  "description": "Account type",
1509
1508
  "enum": ["page", "profile", "group", "business", "channel", "location", "blog"]
1510
- },
1511
- "status": {
1512
- "type": "string",
1513
- "description": "Account status"
1514
1509
  }
1515
1510
  }
1516
1511
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptive-ds/n8n-nodes-publer",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "n8n node to connect with Publer.com social media management API",
5
5
  "keywords": [
6
6
  "n8n",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptive-ds/n8n-nodes-publer",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "n8n node to connect with Publer.com social media management API",
5
5
  "keywords": [
6
6
  "n8n",