@wevion/cli 1.0.3558 → 1.0.3568
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 +2 -1
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -4033,7 +4033,7 @@
|
|
|
4033
4033
|
"tags": [
|
|
4034
4034
|
"ad-accounts"
|
|
4035
4035
|
],
|
|
4036
|
-
"description": "Finds all ad accounts for the team,
|
|
4036
|
+
"description": "Finds all ad accounts for the team, groups them by sheet_id, and assigns each group via the assign service. Accounts disabled on Meta are assigned too: skipping them made unlinking one irreversible.",
|
|
4037
4037
|
"requestBody": {
|
|
4038
4038
|
"required": true,
|
|
4039
4039
|
"content": {
|
|
@@ -4074,6 +4074,7 @@
|
|
|
4074
4074
|
"type": "integer"
|
|
4075
4075
|
},
|
|
4076
4076
|
"skipped_disabled": {
|
|
4077
|
+
"description": "Always 0. Disabled-on-Meta accounts are assigned like any other since 2026-09-01; kept so the response shape stays stable for existing SDK clients.",
|
|
4077
4078
|
"type": "integer"
|
|
4078
4079
|
}
|
|
4079
4080
|
}
|