bb-fca 2.0.12 → 2.0.13
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.
|
@@ -880,7 +880,7 @@ function default_1(defaultFuncs, api, ctx) {
|
|
|
880
880
|
fb_api_req_friendly_name: 'ComposerStoryCreateMutation',
|
|
881
881
|
variables: JSON.stringify(variables),
|
|
882
882
|
server_timestamps: 'true',
|
|
883
|
-
doc_id: '
|
|
883
|
+
doc_id: '26238222965880146',
|
|
884
884
|
};
|
|
885
885
|
const customHeader = {
|
|
886
886
|
'x-fb-friendly-name': 'ComposerStoryCreateMutation',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bb-fca",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"description": "BB-FCA is a powerful and user-friendly Facebook Chat API wrapper for Node.js, designed to simplify the process of creating chatbots and automating interactions on Facebook Messenger. With BB-FCA, developers can easily send messages, manage conversations, and interact with the Facebook Messenger platform using a simple and intuitive API.",
|
|
5
5
|
"main": "dist/core/client.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -1079,7 +1079,7 @@ export default function (defaultFuncs: any, api: any, ctx: any) {
|
|
|
1079
1079
|
fb_api_req_friendly_name: 'ComposerStoryCreateMutation',
|
|
1080
1080
|
variables: JSON.stringify(variables),
|
|
1081
1081
|
server_timestamps: 'true',
|
|
1082
|
-
doc_id: '
|
|
1082
|
+
doc_id: '26238222965880146',
|
|
1083
1083
|
};
|
|
1084
1084
|
|
|
1085
1085
|
const customHeader = {
|