@wevion/cli 1.0.3554 → 1.0.3558
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 +70 -2
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -156308,6 +156308,12 @@
|
|
|
156308
156308
|
"reordered_module_ids"
|
|
156309
156309
|
],
|
|
156310
156310
|
"properties": {
|
|
156311
|
+
"hidden_hub_ids": {
|
|
156312
|
+
"type": "array",
|
|
156313
|
+
"items": {
|
|
156314
|
+
"type": "string"
|
|
156315
|
+
}
|
|
156316
|
+
},
|
|
156311
156317
|
"hidden_module_ids": {
|
|
156312
156318
|
"type": "array",
|
|
156313
156319
|
"items": {
|
|
@@ -156511,6 +156517,14 @@
|
|
|
156511
156517
|
"reordered_module_ids"
|
|
156512
156518
|
],
|
|
156513
156519
|
"properties": {
|
|
156520
|
+
"hidden_hub_ids": {
|
|
156521
|
+
"maxItems": 20,
|
|
156522
|
+
"type": "array",
|
|
156523
|
+
"items": {
|
|
156524
|
+
"maxLength": 100,
|
|
156525
|
+
"type": "string"
|
|
156526
|
+
}
|
|
156527
|
+
},
|
|
156514
156528
|
"hidden_module_ids": {
|
|
156515
156529
|
"maxItems": 100,
|
|
156516
156530
|
"type": "array",
|
|
@@ -156599,6 +156613,12 @@
|
|
|
156599
156613
|
"reordered_module_ids"
|
|
156600
156614
|
],
|
|
156601
156615
|
"properties": {
|
|
156616
|
+
"hidden_hub_ids": {
|
|
156617
|
+
"type": "array",
|
|
156618
|
+
"items": {
|
|
156619
|
+
"type": "string"
|
|
156620
|
+
}
|
|
156621
|
+
},
|
|
156602
156622
|
"hidden_module_ids": {
|
|
156603
156623
|
"type": "array",
|
|
156604
156624
|
"items": {
|
|
@@ -166304,12 +166324,12 @@
|
|
|
166304
166324
|
],
|
|
166305
166325
|
"responses": {
|
|
166306
166326
|
"200": {
|
|
166307
|
-
"description": "Funnel
|
|
166327
|
+
"description": "Funnel, KPI ed esclusioni della panoramica.",
|
|
166308
166328
|
"content": {
|
|
166309
166329
|
"application/json": {
|
|
166310
166330
|
"schema": {
|
|
166311
166331
|
"additionalProperties": false,
|
|
166312
|
-
"description": "Funnel
|
|
166332
|
+
"description": "Funnel, KPI ed esclusioni della panoramica.",
|
|
166313
166333
|
"type": "object",
|
|
166314
166334
|
"required": [
|
|
166315
166335
|
"active_customers",
|
|
@@ -166320,8 +166340,12 @@
|
|
|
166320
166340
|
"epc_minor",
|
|
166321
166341
|
"lost_customers",
|
|
166322
166342
|
"maturing_commission_minor",
|
|
166343
|
+
"recurring_commission_minor",
|
|
166344
|
+
"not_counted_reasons",
|
|
166345
|
+
"not_counted_signups",
|
|
166323
166346
|
"reversed_commission_minor",
|
|
166324
166347
|
"signups",
|
|
166348
|
+
"trial_conversions",
|
|
166325
166349
|
"trials",
|
|
166326
166350
|
"window"
|
|
166327
166351
|
],
|
|
@@ -166374,6 +166398,39 @@
|
|
|
166374
166398
|
"pattern": "^-?[0-9]+$",
|
|
166375
166399
|
"type": "string"
|
|
166376
166400
|
},
|
|
166401
|
+
"recurring_commission_minor": {
|
|
166402
|
+
"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.",
|
|
166403
|
+
"pattern": "^-?[0-9]+$",
|
|
166404
|
+
"type": "string"
|
|
166405
|
+
},
|
|
166406
|
+
"not_counted_reasons": {
|
|
166407
|
+
"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».",
|
|
166408
|
+
"type": "array",
|
|
166409
|
+
"items": {
|
|
166410
|
+
"additionalProperties": false,
|
|
166411
|
+
"type": "object",
|
|
166412
|
+
"required": [
|
|
166413
|
+
"class",
|
|
166414
|
+
"count"
|
|
166415
|
+
],
|
|
166416
|
+
"properties": {
|
|
166417
|
+
"class": {
|
|
166418
|
+
"description": "Codice del motivo, o `altro` sotto la soglia k. Mai testo umano.",
|
|
166419
|
+
"type": "string"
|
|
166420
|
+
},
|
|
166421
|
+
"count": {
|
|
166422
|
+
"description": "Quante iscrizioni per questo motivo.",
|
|
166423
|
+
"minimum": 0,
|
|
166424
|
+
"type": "integer"
|
|
166425
|
+
}
|
|
166426
|
+
}
|
|
166427
|
+
}
|
|
166428
|
+
},
|
|
166429
|
+
"not_counted_signups": {
|
|
166430
|
+
"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.",
|
|
166431
|
+
"minimum": 0,
|
|
166432
|
+
"type": "integer"
|
|
166433
|
+
},
|
|
166377
166434
|
"reversed_commission_minor": {
|
|
166378
166435
|
"description": "Storni e svalutazioni della finestra, come numero negativo. Minor units (centesimi) come stringa decimale.",
|
|
166379
166436
|
"pattern": "^-?[0-9]+$",
|
|
@@ -166384,6 +166441,11 @@
|
|
|
166384
166441
|
"minimum": 0,
|
|
166385
166442
|
"type": "integer"
|
|
166386
166443
|
},
|
|
166444
|
+
"trial_conversions": {
|
|
166445
|
+
"description": "Iscritti passati a un piano a pagamento mentre il trial era ancora in corso.",
|
|
166446
|
+
"minimum": 0,
|
|
166447
|
+
"type": "integer"
|
|
166448
|
+
},
|
|
166387
166449
|
"trials": {
|
|
166388
166450
|
"description": "In prova.",
|
|
166389
166451
|
"minimum": 0,
|
|
@@ -313716,6 +313778,12 @@
|
|
|
313716
313778
|
"reordered_module_ids"
|
|
313717
313779
|
],
|
|
313718
313780
|
"properties": {
|
|
313781
|
+
"hidden_hub_ids": {
|
|
313782
|
+
"type": "array",
|
|
313783
|
+
"items": {
|
|
313784
|
+
"type": "string"
|
|
313785
|
+
}
|
|
313786
|
+
},
|
|
313719
313787
|
"hidden_module_ids": {
|
|
313720
313788
|
"type": "array",
|
|
313721
313789
|
"items": {
|