@wevion/cli 1.0.3280 → 1.0.3282
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/openapi.json +8 -3
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -130089,11 +130089,11 @@
|
|
|
130089
130089
|
"/api/v1/fan-pages/{fanPageId}/posts": {
|
|
130090
130090
|
"get": {
|
|
130091
130091
|
"operationId": "getApiV1FanPagesByFanPageIdPosts",
|
|
130092
|
-
"summary": "Get
|
|
130092
|
+
"summary": "Get selectable posts for a fan page",
|
|
130093
130093
|
"tags": [
|
|
130094
130094
|
"fan-pages"
|
|
130095
130095
|
],
|
|
130096
|
-
"description": "Returns
|
|
130096
|
+
"description": "Returns the posts of a Meta fan page that can be used as an ad creative: published timeline posts plus the unpublished dark posts created inline by existing ads. Use is_published to tell them apart.",
|
|
130097
130097
|
"parameters": [
|
|
130098
130098
|
{
|
|
130099
130099
|
"schema": {
|
|
@@ -130132,7 +130132,8 @@
|
|
|
130132
130132
|
"message",
|
|
130133
130133
|
"full_picture",
|
|
130134
130134
|
"created_time",
|
|
130135
|
-
"permalink_url"
|
|
130135
|
+
"permalink_url",
|
|
130136
|
+
"is_published"
|
|
130136
130137
|
],
|
|
130137
130138
|
"properties": {
|
|
130138
130139
|
"id": {
|
|
@@ -130163,6 +130164,10 @@
|
|
|
130163
130164
|
},
|
|
130164
130165
|
"permalink_url": {
|
|
130165
130166
|
"type": "string"
|
|
130167
|
+
},
|
|
130168
|
+
"is_published": {
|
|
130169
|
+
"description": "False for dark posts — page posts created inline as ad creatives. They are selectable as creative but have no publicly reachable permalink.",
|
|
130170
|
+
"type": "boolean"
|
|
130166
130171
|
}
|
|
130167
130172
|
}
|
|
130168
130173
|
}
|