@wevion/cli 1.0.2410 → 1.0.2414
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 +20 -2
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -230406,7 +230406,7 @@
|
|
|
230406
230406
|
"tags": [
|
|
230407
230407
|
"jobs"
|
|
230408
230408
|
],
|
|
230409
|
-
"description": "Returns a paginated list of worker run events for a given sheet_id, with optional filters by worker_run status (RUNNING|
|
|
230409
|
+
"description": "Returns a paginated list of worker run events for a given sheet_id, with optional filters by worker_run status (RUNNING|SUCCEEDED|FAILED), worker_type and date range.",
|
|
230410
230410
|
"parameters": [
|
|
230411
230411
|
{
|
|
230412
230412
|
"schema": {
|
|
@@ -230428,7 +230428,7 @@
|
|
|
230428
230428
|
{
|
|
230429
230429
|
"type": "string",
|
|
230430
230430
|
"enum": [
|
|
230431
|
-
"
|
|
230431
|
+
"SUCCEEDED"
|
|
230432
230432
|
]
|
|
230433
230433
|
},
|
|
230434
230434
|
{
|
|
@@ -230559,6 +230559,24 @@
|
|
|
230559
230559
|
"enum": [
|
|
230560
230560
|
"BULK_LAUNCH"
|
|
230561
230561
|
]
|
|
230562
|
+
},
|
|
230563
|
+
{
|
|
230564
|
+
"type": "string",
|
|
230565
|
+
"enum": [
|
|
230566
|
+
"TOGGLE_CAMPAIGN"
|
|
230567
|
+
]
|
|
230568
|
+
},
|
|
230569
|
+
{
|
|
230570
|
+
"type": "string",
|
|
230571
|
+
"enum": [
|
|
230572
|
+
"TOGGLE_ADSET"
|
|
230573
|
+
]
|
|
230574
|
+
},
|
|
230575
|
+
{
|
|
230576
|
+
"type": "string",
|
|
230577
|
+
"enum": [
|
|
230578
|
+
"TOGGLE_ADS"
|
|
230579
|
+
]
|
|
230562
230580
|
}
|
|
230563
230581
|
]
|
|
230564
230582
|
},
|