@smartlyqofficial/cli 0.1.36 → 0.1.38
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/README.md +4 -0
- package/dist/cli.js +6 -2
- package/dist/index.cjs +6 -2
- package/dist/index.js +6 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -529,6 +529,10 @@ Full request/response documentation lives at [docs.smartlyq.com](https://docs.sm
|
|
|
529
529
|
| `smartlyq social connect-select <account-id> --data <json>` | `POST /social/accounts/{account_id}/connect-select` | Select connection target |
|
|
530
530
|
| `smartlyq social get-facebook-page <account-id>` | `GET /social/accounts/{account_id}/facebook/page` | Get Facebook page details |
|
|
531
531
|
| `smartlyq social update-facebook-page <account-id> --data <json>` | `PATCH /social/accounts/{account_id}/facebook/page` | Update Facebook page details |
|
|
532
|
+
| `smartlyq social get-facebook-page-settings <account-id>` | `GET /social/accounts/{account_id}/facebook/page/settings` | Get Facebook page settings |
|
|
533
|
+
| `smartlyq social update-facebook-page-settings <account-id> --data <json>` | `PATCH /social/accounts/{account_id}/facebook/page/settings` | Update Facebook page settings |
|
|
534
|
+
| `smartlyq social set-facebook-page-picture <account-id> --data <json>` | `POST /social/accounts/{account_id}/facebook/page/picture` | Set Facebook page profile picture |
|
|
535
|
+
| `smartlyq social set-facebook-page-cover <account-id> --data <json>` | `POST /social/accounts/{account_id}/facebook/page/cover` | Set Facebook page cover photo |
|
|
532
536
|
| `smartlyq social update-youtube-playlist <account-id> <playlist-id> --data <json>` | `PATCH /social/accounts/{account_id}/youtube/playlists/{playlist_id}` | Update a YouTube playlist |
|
|
533
537
|
| `smartlyq social list-mentions <account-id> [--query <query>]` | `GET /social/accounts/{account_id}/mentions` | List mentions |
|
|
534
538
|
| `smartlyq social reply-to-mention <account-id> <mention-id> --data <json>` | `POST /social/accounts/{account_id}/mentions/{mention_id}/reply` | Reply to a mention |
|
package/dist/cli.js
CHANGED
|
@@ -313,6 +313,10 @@ var commands = [
|
|
|
313
313
|
{ "resourceKey": "social", "methodName": "connectSelect", "kebabMethod": "connect-select", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Select connection target", "httpMethod": "POST", "path": "/social/accounts/{account_id}/connect-select" },
|
|
314
314
|
{ "resourceKey": "social", "methodName": "getFacebookPage", "kebabMethod": "get-facebook-page", "pathParams": ["accountId"], "hasBody": false, "bodyRequired": false, "hasQuery": false, "summary": "Get Facebook page details", "httpMethod": "GET", "path": "/social/accounts/{account_id}/facebook/page" },
|
|
315
315
|
{ "resourceKey": "social", "methodName": "updateFacebookPage", "kebabMethod": "update-facebook-page", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Update Facebook page details", "httpMethod": "PATCH", "path": "/social/accounts/{account_id}/facebook/page" },
|
|
316
|
+
{ "resourceKey": "social", "methodName": "getFacebookPageSettings", "kebabMethod": "get-facebook-page-settings", "pathParams": ["accountId"], "hasBody": false, "bodyRequired": false, "hasQuery": false, "summary": "Get Facebook page settings", "httpMethod": "GET", "path": "/social/accounts/{account_id}/facebook/page/settings" },
|
|
317
|
+
{ "resourceKey": "social", "methodName": "updateFacebookPageSettings", "kebabMethod": "update-facebook-page-settings", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Update Facebook page settings", "httpMethod": "PATCH", "path": "/social/accounts/{account_id}/facebook/page/settings" },
|
|
318
|
+
{ "resourceKey": "social", "methodName": "setFacebookPagePicture", "kebabMethod": "set-facebook-page-picture", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Set Facebook page profile picture", "httpMethod": "POST", "path": "/social/accounts/{account_id}/facebook/page/picture" },
|
|
319
|
+
{ "resourceKey": "social", "methodName": "setFacebookPageCover", "kebabMethod": "set-facebook-page-cover", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Set Facebook page cover photo", "httpMethod": "POST", "path": "/social/accounts/{account_id}/facebook/page/cover" },
|
|
316
320
|
{ "resourceKey": "social", "methodName": "updateYoutubePlaylist", "kebabMethod": "update-youtube-playlist", "pathParams": ["accountId", "playlistId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Update a YouTube playlist", "httpMethod": "PATCH", "path": "/social/accounts/{account_id}/youtube/playlists/{playlist_id}" },
|
|
317
321
|
{ "resourceKey": "social", "methodName": "listMentions", "kebabMethod": "list-mentions", "pathParams": ["accountId"], "hasBody": false, "bodyRequired": false, "hasQuery": true, "summary": "List mentions", "httpMethod": "GET", "path": "/social/accounts/{account_id}/mentions" },
|
|
318
322
|
{ "resourceKey": "social", "methodName": "replyToMention", "kebabMethod": "reply-to-mention", "pathParams": ["accountId", "mentionId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Reply to a mention", "httpMethod": "POST", "path": "/social/accounts/{account_id}/mentions/{mention_id}/reply" },
|
|
@@ -552,7 +556,7 @@ function runLogout() {
|
|
|
552
556
|
// package.json
|
|
553
557
|
var package_default = {
|
|
554
558
|
name: "@smartlyqofficial/cli",
|
|
555
|
-
version: "0.1.
|
|
559
|
+
version: "0.1.38",
|
|
556
560
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
557
561
|
keywords: [
|
|
558
562
|
"smartlyq",
|
|
@@ -602,7 +606,7 @@ var package_default = {
|
|
|
602
606
|
prepublishOnly: "npm run build"
|
|
603
607
|
},
|
|
604
608
|
dependencies: {
|
|
605
|
-
"@smartlyqofficial/node": "^0.1.
|
|
609
|
+
"@smartlyqofficial/node": "^0.1.33",
|
|
606
610
|
commander: "^12.1.0"
|
|
607
611
|
},
|
|
608
612
|
devDependencies: {
|
package/dist/index.cjs
CHANGED
|
@@ -363,6 +363,10 @@ var commands = [
|
|
|
363
363
|
{ "resourceKey": "social", "methodName": "connectSelect", "kebabMethod": "connect-select", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Select connection target", "httpMethod": "POST", "path": "/social/accounts/{account_id}/connect-select" },
|
|
364
364
|
{ "resourceKey": "social", "methodName": "getFacebookPage", "kebabMethod": "get-facebook-page", "pathParams": ["accountId"], "hasBody": false, "bodyRequired": false, "hasQuery": false, "summary": "Get Facebook page details", "httpMethod": "GET", "path": "/social/accounts/{account_id}/facebook/page" },
|
|
365
365
|
{ "resourceKey": "social", "methodName": "updateFacebookPage", "kebabMethod": "update-facebook-page", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Update Facebook page details", "httpMethod": "PATCH", "path": "/social/accounts/{account_id}/facebook/page" },
|
|
366
|
+
{ "resourceKey": "social", "methodName": "getFacebookPageSettings", "kebabMethod": "get-facebook-page-settings", "pathParams": ["accountId"], "hasBody": false, "bodyRequired": false, "hasQuery": false, "summary": "Get Facebook page settings", "httpMethod": "GET", "path": "/social/accounts/{account_id}/facebook/page/settings" },
|
|
367
|
+
{ "resourceKey": "social", "methodName": "updateFacebookPageSettings", "kebabMethod": "update-facebook-page-settings", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Update Facebook page settings", "httpMethod": "PATCH", "path": "/social/accounts/{account_id}/facebook/page/settings" },
|
|
368
|
+
{ "resourceKey": "social", "methodName": "setFacebookPagePicture", "kebabMethod": "set-facebook-page-picture", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Set Facebook page profile picture", "httpMethod": "POST", "path": "/social/accounts/{account_id}/facebook/page/picture" },
|
|
369
|
+
{ "resourceKey": "social", "methodName": "setFacebookPageCover", "kebabMethod": "set-facebook-page-cover", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Set Facebook page cover photo", "httpMethod": "POST", "path": "/social/accounts/{account_id}/facebook/page/cover" },
|
|
366
370
|
{ "resourceKey": "social", "methodName": "updateYoutubePlaylist", "kebabMethod": "update-youtube-playlist", "pathParams": ["accountId", "playlistId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Update a YouTube playlist", "httpMethod": "PATCH", "path": "/social/accounts/{account_id}/youtube/playlists/{playlist_id}" },
|
|
367
371
|
{ "resourceKey": "social", "methodName": "listMentions", "kebabMethod": "list-mentions", "pathParams": ["accountId"], "hasBody": false, "bodyRequired": false, "hasQuery": true, "summary": "List mentions", "httpMethod": "GET", "path": "/social/accounts/{account_id}/mentions" },
|
|
368
372
|
{ "resourceKey": "social", "methodName": "replyToMention", "kebabMethod": "reply-to-mention", "pathParams": ["accountId", "mentionId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Reply to a mention", "httpMethod": "POST", "path": "/social/accounts/{account_id}/mentions/{mention_id}/reply" },
|
|
@@ -602,7 +606,7 @@ function runLogout() {
|
|
|
602
606
|
// package.json
|
|
603
607
|
var package_default = {
|
|
604
608
|
name: "@smartlyqofficial/cli",
|
|
605
|
-
version: "0.1.
|
|
609
|
+
version: "0.1.38",
|
|
606
610
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
607
611
|
keywords: [
|
|
608
612
|
"smartlyq",
|
|
@@ -652,7 +656,7 @@ var package_default = {
|
|
|
652
656
|
prepublishOnly: "npm run build"
|
|
653
657
|
},
|
|
654
658
|
dependencies: {
|
|
655
|
-
"@smartlyqofficial/node": "^0.1.
|
|
659
|
+
"@smartlyqofficial/node": "^0.1.33",
|
|
656
660
|
commander: "^12.1.0"
|
|
657
661
|
},
|
|
658
662
|
devDependencies: {
|
package/dist/index.js
CHANGED
|
@@ -311,6 +311,10 @@ var commands = [
|
|
|
311
311
|
{ "resourceKey": "social", "methodName": "connectSelect", "kebabMethod": "connect-select", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Select connection target", "httpMethod": "POST", "path": "/social/accounts/{account_id}/connect-select" },
|
|
312
312
|
{ "resourceKey": "social", "methodName": "getFacebookPage", "kebabMethod": "get-facebook-page", "pathParams": ["accountId"], "hasBody": false, "bodyRequired": false, "hasQuery": false, "summary": "Get Facebook page details", "httpMethod": "GET", "path": "/social/accounts/{account_id}/facebook/page" },
|
|
313
313
|
{ "resourceKey": "social", "methodName": "updateFacebookPage", "kebabMethod": "update-facebook-page", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Update Facebook page details", "httpMethod": "PATCH", "path": "/social/accounts/{account_id}/facebook/page" },
|
|
314
|
+
{ "resourceKey": "social", "methodName": "getFacebookPageSettings", "kebabMethod": "get-facebook-page-settings", "pathParams": ["accountId"], "hasBody": false, "bodyRequired": false, "hasQuery": false, "summary": "Get Facebook page settings", "httpMethod": "GET", "path": "/social/accounts/{account_id}/facebook/page/settings" },
|
|
315
|
+
{ "resourceKey": "social", "methodName": "updateFacebookPageSettings", "kebabMethod": "update-facebook-page-settings", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Update Facebook page settings", "httpMethod": "PATCH", "path": "/social/accounts/{account_id}/facebook/page/settings" },
|
|
316
|
+
{ "resourceKey": "social", "methodName": "setFacebookPagePicture", "kebabMethod": "set-facebook-page-picture", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Set Facebook page profile picture", "httpMethod": "POST", "path": "/social/accounts/{account_id}/facebook/page/picture" },
|
|
317
|
+
{ "resourceKey": "social", "methodName": "setFacebookPageCover", "kebabMethod": "set-facebook-page-cover", "pathParams": ["accountId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Set Facebook page cover photo", "httpMethod": "POST", "path": "/social/accounts/{account_id}/facebook/page/cover" },
|
|
314
318
|
{ "resourceKey": "social", "methodName": "updateYoutubePlaylist", "kebabMethod": "update-youtube-playlist", "pathParams": ["accountId", "playlistId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Update a YouTube playlist", "httpMethod": "PATCH", "path": "/social/accounts/{account_id}/youtube/playlists/{playlist_id}" },
|
|
315
319
|
{ "resourceKey": "social", "methodName": "listMentions", "kebabMethod": "list-mentions", "pathParams": ["accountId"], "hasBody": false, "bodyRequired": false, "hasQuery": true, "summary": "List mentions", "httpMethod": "GET", "path": "/social/accounts/{account_id}/mentions" },
|
|
316
320
|
{ "resourceKey": "social", "methodName": "replyToMention", "kebabMethod": "reply-to-mention", "pathParams": ["accountId", "mentionId"], "hasBody": true, "bodyRequired": true, "hasQuery": false, "summary": "Reply to a mention", "httpMethod": "POST", "path": "/social/accounts/{account_id}/mentions/{mention_id}/reply" },
|
|
@@ -550,7 +554,7 @@ function runLogout() {
|
|
|
550
554
|
// package.json
|
|
551
555
|
var package_default = {
|
|
552
556
|
name: "@smartlyqofficial/cli",
|
|
553
|
-
version: "0.1.
|
|
557
|
+
version: "0.1.38",
|
|
554
558
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
555
559
|
keywords: [
|
|
556
560
|
"smartlyq",
|
|
@@ -600,7 +604,7 @@ var package_default = {
|
|
|
600
604
|
prepublishOnly: "npm run build"
|
|
601
605
|
},
|
|
602
606
|
dependencies: {
|
|
603
|
-
"@smartlyqofficial/node": "^0.1.
|
|
607
|
+
"@smartlyqofficial/node": "^0.1.33",
|
|
604
608
|
commander: "^12.1.0"
|
|
605
609
|
},
|
|
606
610
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartlyqofficial/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
4
4
|
"description": "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"smartlyq",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"prepublishOnly": "npm run build"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@smartlyqofficial/node": "^0.1.
|
|
53
|
+
"@smartlyqofficial/node": "^0.1.33",
|
|
54
54
|
"commander": "^12.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|