@wevion/cli 1.0.3261 → 1.0.3266
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 +76 -2
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -289932,7 +289932,8 @@
|
|
|
289932
289932
|
"total_tasks",
|
|
289933
289933
|
"completed_tasks",
|
|
289934
289934
|
"failed_tasks",
|
|
289935
|
-
"events"
|
|
289935
|
+
"events",
|
|
289936
|
+
"created"
|
|
289936
289937
|
],
|
|
289937
289938
|
"properties": {
|
|
289938
289939
|
"status": {
|
|
@@ -289977,6 +289978,42 @@
|
|
|
289977
289978
|
}
|
|
289978
289979
|
}
|
|
289979
289980
|
}
|
|
289981
|
+
},
|
|
289982
|
+
"created": {
|
|
289983
|
+
"additionalProperties": false,
|
|
289984
|
+
"type": "object",
|
|
289985
|
+
"required": [
|
|
289986
|
+
"campaign_id",
|
|
289987
|
+
"adset_ids",
|
|
289988
|
+
"ad_ids"
|
|
289989
|
+
],
|
|
289990
|
+
"properties": {
|
|
289991
|
+
"campaign_id": {
|
|
289992
|
+
"description": "Meta campaign id returned at creation, null when no campaign was created",
|
|
289993
|
+
"anyOf": [
|
|
289994
|
+
{
|
|
289995
|
+
"type": "string"
|
|
289996
|
+
},
|
|
289997
|
+
{
|
|
289998
|
+
"type": "null"
|
|
289999
|
+
}
|
|
290000
|
+
]
|
|
290001
|
+
},
|
|
290002
|
+
"adset_ids": {
|
|
290003
|
+
"description": "Meta ad set ids created by this run",
|
|
290004
|
+
"type": "array",
|
|
290005
|
+
"items": {
|
|
290006
|
+
"type": "string"
|
|
290007
|
+
}
|
|
290008
|
+
},
|
|
290009
|
+
"ad_ids": {
|
|
290010
|
+
"description": "Meta ad ids created by this run",
|
|
290011
|
+
"type": "array",
|
|
290012
|
+
"items": {
|
|
290013
|
+
"type": "string"
|
|
290014
|
+
}
|
|
290015
|
+
}
|
|
290016
|
+
}
|
|
289980
290017
|
}
|
|
289981
290018
|
}
|
|
289982
290019
|
}
|
|
@@ -290077,7 +290114,8 @@
|
|
|
290077
290114
|
"total_tasks",
|
|
290078
290115
|
"completed_tasks",
|
|
290079
290116
|
"failed_tasks",
|
|
290080
|
-
"events"
|
|
290117
|
+
"events",
|
|
290118
|
+
"created"
|
|
290081
290119
|
],
|
|
290082
290120
|
"properties": {
|
|
290083
290121
|
"status": {
|
|
@@ -290122,6 +290160,42 @@
|
|
|
290122
290160
|
}
|
|
290123
290161
|
}
|
|
290124
290162
|
}
|
|
290163
|
+
},
|
|
290164
|
+
"created": {
|
|
290165
|
+
"additionalProperties": false,
|
|
290166
|
+
"type": "object",
|
|
290167
|
+
"required": [
|
|
290168
|
+
"campaign_id",
|
|
290169
|
+
"adset_ids",
|
|
290170
|
+
"ad_ids"
|
|
290171
|
+
],
|
|
290172
|
+
"properties": {
|
|
290173
|
+
"campaign_id": {
|
|
290174
|
+
"description": "Meta campaign id returned at creation, null when no campaign was created",
|
|
290175
|
+
"anyOf": [
|
|
290176
|
+
{
|
|
290177
|
+
"type": "string"
|
|
290178
|
+
},
|
|
290179
|
+
{
|
|
290180
|
+
"type": "null"
|
|
290181
|
+
}
|
|
290182
|
+
]
|
|
290183
|
+
},
|
|
290184
|
+
"adset_ids": {
|
|
290185
|
+
"description": "Meta ad set ids created by this run",
|
|
290186
|
+
"type": "array",
|
|
290187
|
+
"items": {
|
|
290188
|
+
"type": "string"
|
|
290189
|
+
}
|
|
290190
|
+
},
|
|
290191
|
+
"ad_ids": {
|
|
290192
|
+
"description": "Meta ad ids created by this run",
|
|
290193
|
+
"type": "array",
|
|
290194
|
+
"items": {
|
|
290195
|
+
"type": "string"
|
|
290196
|
+
}
|
|
290197
|
+
}
|
|
290198
|
+
}
|
|
290125
290199
|
}
|
|
290126
290200
|
}
|
|
290127
290201
|
}
|