@wevion/cli 1.0.3554 → 1.0.3563

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.
Files changed (2) hide show
  1. package/openapi.json +72 -3
  2. 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, filters out disabled ones (account_status not null and not 1), groups by sheet_id, and assigns each group via the assign service.",
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
  }
@@ -156308,6 +156309,12 @@
156308
156309
  "reordered_module_ids"
156309
156310
  ],
156310
156311
  "properties": {
156312
+ "hidden_hub_ids": {
156313
+ "type": "array",
156314
+ "items": {
156315
+ "type": "string"
156316
+ }
156317
+ },
156311
156318
  "hidden_module_ids": {
156312
156319
  "type": "array",
156313
156320
  "items": {
@@ -156511,6 +156518,14 @@
156511
156518
  "reordered_module_ids"
156512
156519
  ],
156513
156520
  "properties": {
156521
+ "hidden_hub_ids": {
156522
+ "maxItems": 20,
156523
+ "type": "array",
156524
+ "items": {
156525
+ "maxLength": 100,
156526
+ "type": "string"
156527
+ }
156528
+ },
156514
156529
  "hidden_module_ids": {
156515
156530
  "maxItems": 100,
156516
156531
  "type": "array",
@@ -156599,6 +156614,12 @@
156599
156614
  "reordered_module_ids"
156600
156615
  ],
156601
156616
  "properties": {
156617
+ "hidden_hub_ids": {
156618
+ "type": "array",
156619
+ "items": {
156620
+ "type": "string"
156621
+ }
156622
+ },
156602
156623
  "hidden_module_ids": {
156603
156624
  "type": "array",
156604
156625
  "items": {
@@ -166304,12 +166325,12 @@
166304
166325
  ],
166305
166326
  "responses": {
166306
166327
  "200": {
166307
- "description": "Funnel a 5 numeri e KPI della panoramica.",
166328
+ "description": "Funnel, KPI ed esclusioni della panoramica.",
166308
166329
  "content": {
166309
166330
  "application/json": {
166310
166331
  "schema": {
166311
166332
  "additionalProperties": false,
166312
- "description": "Funnel a 5 numeri e KPI della panoramica.",
166333
+ "description": "Funnel, KPI ed esclusioni della panoramica.",
166313
166334
  "type": "object",
166314
166335
  "required": [
166315
166336
  "active_customers",
@@ -166320,8 +166341,12 @@
166320
166341
  "epc_minor",
166321
166342
  "lost_customers",
166322
166343
  "maturing_commission_minor",
166344
+ "recurring_commission_minor",
166345
+ "not_counted_reasons",
166346
+ "not_counted_signups",
166323
166347
  "reversed_commission_minor",
166324
166348
  "signups",
166349
+ "trial_conversions",
166325
166350
  "trials",
166326
166351
  "window"
166327
166352
  ],
@@ -166374,6 +166399,39 @@
166374
166399
  "pattern": "^-?[0-9]+$",
166375
166400
  "type": "string"
166376
166401
  },
166402
+ "recurring_commission_minor": {
166403
+ "description": "Quanto guadagna il partner al mese se nessuno disdice: la SUA commissione, non il fatturato dei clienti. È la somma già maturata sull’ultimo mese di competenza chiuso, dai referiti non disdetti — aliquota, tetto e finestra sono quelli che il motore ha già applicato, non un ricalcolo. Scende quando un referito supera i 12 mesi ed entra nella coda, che oggi non accredita. Minor units (centesimi) come stringa decimale.",
166404
+ "pattern": "^-?[0-9]+$",
166405
+ "type": "string"
166406
+ },
166407
+ "not_counted_reasons": {
166408
+ "description": "Perché quelle iscrizioni non sono state contate, con il k-anonimato applicato: sotto la soglia il motivo confluisce in `altro`. Può essere vuoto anche con `not_counted_signups` > 0 — è il caso in cui nessun motivo raggiunge la soglia, e vuol dire «non te lo posso dire», non «non c’è motivo».",
166409
+ "type": "array",
166410
+ "items": {
166411
+ "additionalProperties": false,
166412
+ "type": "object",
166413
+ "required": [
166414
+ "class",
166415
+ "count"
166416
+ ],
166417
+ "properties": {
166418
+ "class": {
166419
+ "description": "Codice del motivo, o `altro` sotto la soglia k. Mai testo umano.",
166420
+ "type": "string"
166421
+ },
166422
+ "count": {
166423
+ "description": "Quante iscrizioni per questo motivo.",
166424
+ "minimum": 0,
166425
+ "type": "integer"
166426
+ }
166427
+ }
166428
+ }
166429
+ },
166430
+ "not_counted_signups": {
166431
+ "description": "Iscrizioni arrivate da questo partner e scartate da una regola di programma. Esce SEMPRE, anche a zero: senza, un pannello che mostra «iscritti 0» non distingue «nessuno è arrivato» da «sono arrivati e non li abbiamo contati», che sono due fatti opposti.",
166432
+ "minimum": 0,
166433
+ "type": "integer"
166434
+ },
166377
166435
  "reversed_commission_minor": {
166378
166436
  "description": "Storni e svalutazioni della finestra, come numero negativo. Minor units (centesimi) come stringa decimale.",
166379
166437
  "pattern": "^-?[0-9]+$",
@@ -166384,6 +166442,11 @@
166384
166442
  "minimum": 0,
166385
166443
  "type": "integer"
166386
166444
  },
166445
+ "trial_conversions": {
166446
+ "description": "Iscritti passati a un piano a pagamento mentre il trial era ancora in corso.",
166447
+ "minimum": 0,
166448
+ "type": "integer"
166449
+ },
166387
166450
  "trials": {
166388
166451
  "description": "In prova.",
166389
166452
  "minimum": 0,
@@ -313716,6 +313779,12 @@
313716
313779
  "reordered_module_ids"
313717
313780
  ],
313718
313781
  "properties": {
313782
+ "hidden_hub_ids": {
313783
+ "type": "array",
313784
+ "items": {
313785
+ "type": "string"
313786
+ }
313787
+ },
313719
313788
  "hidden_module_ids": {
313720
313789
  "type": "array",
313721
313790
  "items": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3554",
3
+ "version": "1.0.3563",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {