@wevion/cli 1.0.3240 → 1.0.3244
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 +521 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -160416,6 +160416,7 @@
|
|
|
160416
160416
|
"clocks",
|
|
160417
160417
|
"collection_mode",
|
|
160418
160418
|
"coupon",
|
|
160419
|
+
"credit",
|
|
160419
160420
|
"frozen",
|
|
160420
160421
|
"kyc_level",
|
|
160421
160422
|
"lane",
|
|
@@ -160425,6 +160426,7 @@
|
|
|
160425
160426
|
"payout_ready",
|
|
160426
160427
|
"primary_link",
|
|
160427
160428
|
"public_profile",
|
|
160429
|
+
"reconsent",
|
|
160428
160430
|
"redirector_origin",
|
|
160429
160431
|
"slug_changes_remaining",
|
|
160430
160432
|
"status",
|
|
@@ -160520,6 +160522,70 @@
|
|
|
160520
160522
|
}
|
|
160521
160523
|
]
|
|
160522
160524
|
},
|
|
160525
|
+
"credit": {
|
|
160526
|
+
"description": "Credito di fatturazione del Binario A, `null` per chi non è un cliente-referrer.",
|
|
160527
|
+
"anyOf": [
|
|
160528
|
+
{
|
|
160529
|
+
"additionalProperties": false,
|
|
160530
|
+
"type": "object",
|
|
160531
|
+
"required": [
|
|
160532
|
+
"applied_invoices",
|
|
160533
|
+
"available_minor",
|
|
160534
|
+
"currency",
|
|
160535
|
+
"locked_minor",
|
|
160536
|
+
"next_expiry_at",
|
|
160537
|
+
"pending_review_minor",
|
|
160538
|
+
"reserved_minor"
|
|
160539
|
+
],
|
|
160540
|
+
"properties": {
|
|
160541
|
+
"applied_invoices": {
|
|
160542
|
+
"description": "Fatture DISTINTE che hanno ricevuto il credito. ⚠️ Non è il numero di clienti portati: il pannello mostrava quello, e un cliente con credito 0 leggeva «applicato a 2 fatture».",
|
|
160543
|
+
"minimum": 0,
|
|
160544
|
+
"type": "integer"
|
|
160545
|
+
},
|
|
160546
|
+
"available_minor": {
|
|
160547
|
+
"description": "Spendibile ORA sulla prossima fattura. Minor units (centesimi) come stringa decimale.",
|
|
160548
|
+
"pattern": "^-?[0-9]+$",
|
|
160549
|
+
"type": "string"
|
|
160550
|
+
},
|
|
160551
|
+
"currency": {
|
|
160552
|
+
"description": "Valuta del credito. Il libro del Binario A è EUR.",
|
|
160553
|
+
"type": "string"
|
|
160554
|
+
},
|
|
160555
|
+
"locked_minor": {
|
|
160556
|
+
"description": "Maturato ma non spendibile: nessun abbonamento capace di consumarlo (§2.6). Minor units (centesimi) come stringa decimale.",
|
|
160557
|
+
"pattern": "^-?[0-9]+$",
|
|
160558
|
+
"type": "string"
|
|
160559
|
+
},
|
|
160560
|
+
"next_expiry_at": {
|
|
160561
|
+
"description": "Prima scadenza utile fra le maturazioni ancora coperte dal residuo.",
|
|
160562
|
+
"anyOf": [
|
|
160563
|
+
{
|
|
160564
|
+
"format": "date-time",
|
|
160565
|
+
"type": "string"
|
|
160566
|
+
},
|
|
160567
|
+
{
|
|
160568
|
+
"type": "null"
|
|
160569
|
+
}
|
|
160570
|
+
]
|
|
160571
|
+
},
|
|
160572
|
+
"pending_review_minor": {
|
|
160573
|
+
"description": "Maturato, non revocato, fermo in revisione umana (§6.4 A3). Minor units (centesimi) come stringa decimale.",
|
|
160574
|
+
"pattern": "^-?[0-9]+$",
|
|
160575
|
+
"type": "string"
|
|
160576
|
+
},
|
|
160577
|
+
"reserved_minor": {
|
|
160578
|
+
"description": "Già spinto sul saldo Stripe, non ancora riconciliato. Minor units (centesimi) come stringa decimale.",
|
|
160579
|
+
"pattern": "^-?[0-9]+$",
|
|
160580
|
+
"type": "string"
|
|
160581
|
+
}
|
|
160582
|
+
}
|
|
160583
|
+
},
|
|
160584
|
+
{
|
|
160585
|
+
"type": "null"
|
|
160586
|
+
}
|
|
160587
|
+
]
|
|
160588
|
+
},
|
|
160523
160589
|
"frozen": {
|
|
160524
160590
|
"description": "Kill-switch armato: il denaro è congelato, il tracking no.",
|
|
160525
160591
|
"type": "boolean"
|
|
@@ -160716,6 +160782,118 @@
|
|
|
160716
160782
|
}
|
|
160717
160783
|
}
|
|
160718
160784
|
},
|
|
160785
|
+
"reconsent": {
|
|
160786
|
+
"additionalProperties": false,
|
|
160787
|
+
"description": "Stato del ri-consenso ai termini di programma: cosa manca e se è esigibile.",
|
|
160788
|
+
"type": "object",
|
|
160789
|
+
"required": [
|
|
160790
|
+
"accepted_documents",
|
|
160791
|
+
"accepted_program_version",
|
|
160792
|
+
"current_program_version",
|
|
160793
|
+
"outstanding_documents",
|
|
160794
|
+
"reasons",
|
|
160795
|
+
"required"
|
|
160796
|
+
],
|
|
160797
|
+
"properties": {
|
|
160798
|
+
"accepted_documents": {
|
|
160799
|
+
"additionalProperties": false,
|
|
160800
|
+
"description": "Versione accettata per ciascun documento di programma. Input di `outstandingPartnerDocuments()`.",
|
|
160801
|
+
"type": "object",
|
|
160802
|
+
"properties": {
|
|
160803
|
+
"partnerContentAddendum": {
|
|
160804
|
+
"description": "Versione accettata di partnerContentAddendum. Assente = mai accettato.",
|
|
160805
|
+
"type": "string"
|
|
160806
|
+
},
|
|
160807
|
+
"partnerSelfBilling": {
|
|
160808
|
+
"description": "Versione accettata di partnerSelfBilling. Assente = mai accettato.",
|
|
160809
|
+
"type": "string"
|
|
160810
|
+
},
|
|
160811
|
+
"partnerTerms": {
|
|
160812
|
+
"description": "Versione accettata di partnerTerms. Assente = mai accettato.",
|
|
160813
|
+
"type": "string"
|
|
160814
|
+
},
|
|
160815
|
+
"referralTerms": {
|
|
160816
|
+
"description": "Versione accettata di referralTerms. Assente = mai accettato.",
|
|
160817
|
+
"type": "string"
|
|
160818
|
+
}
|
|
160819
|
+
}
|
|
160820
|
+
},
|
|
160821
|
+
"accepted_program_version": {
|
|
160822
|
+
"description": "Riferimento a una `partner_program_version`, `null` quando non ne esiste una.",
|
|
160823
|
+
"anyOf": [
|
|
160824
|
+
{
|
|
160825
|
+
"additionalProperties": false,
|
|
160826
|
+
"type": "object",
|
|
160827
|
+
"required": [
|
|
160828
|
+
"id",
|
|
160829
|
+
"version"
|
|
160830
|
+
],
|
|
160831
|
+
"properties": {
|
|
160832
|
+
"id": {
|
|
160833
|
+
"description": "Id della versione di programma.",
|
|
160834
|
+
"format": "uuid",
|
|
160835
|
+
"type": "string"
|
|
160836
|
+
},
|
|
160837
|
+
"version": {
|
|
160838
|
+
"description": "Etichetta di versione, es. `1.0`.",
|
|
160839
|
+
"type": "string"
|
|
160840
|
+
}
|
|
160841
|
+
}
|
|
160842
|
+
},
|
|
160843
|
+
{
|
|
160844
|
+
"type": "null"
|
|
160845
|
+
}
|
|
160846
|
+
]
|
|
160847
|
+
},
|
|
160848
|
+
"current_program_version": {
|
|
160849
|
+
"description": "Riferimento a una `partner_program_version`, `null` quando non ne esiste una.",
|
|
160850
|
+
"anyOf": [
|
|
160851
|
+
{
|
|
160852
|
+
"additionalProperties": false,
|
|
160853
|
+
"type": "object",
|
|
160854
|
+
"required": [
|
|
160855
|
+
"id",
|
|
160856
|
+
"version"
|
|
160857
|
+
],
|
|
160858
|
+
"properties": {
|
|
160859
|
+
"id": {
|
|
160860
|
+
"description": "Id della versione di programma.",
|
|
160861
|
+
"format": "uuid",
|
|
160862
|
+
"type": "string"
|
|
160863
|
+
},
|
|
160864
|
+
"version": {
|
|
160865
|
+
"description": "Etichetta di versione, es. `1.0`.",
|
|
160866
|
+
"type": "string"
|
|
160867
|
+
}
|
|
160868
|
+
}
|
|
160869
|
+
},
|
|
160870
|
+
{
|
|
160871
|
+
"type": "null"
|
|
160872
|
+
}
|
|
160873
|
+
]
|
|
160874
|
+
},
|
|
160875
|
+
"outstanding_documents": {
|
|
160876
|
+
"description": "Documenti la cui versione accettata differisce dalla corrente. Rilevamento puro: comprende anche i documenti il cui testo non esiste ancora, perché non accettati lo sono comunque.",
|
|
160877
|
+
"type": "array",
|
|
160878
|
+
"items": {
|
|
160879
|
+
"description": "Id del documento di programma.",
|
|
160880
|
+
"type": "string"
|
|
160881
|
+
}
|
|
160882
|
+
},
|
|
160883
|
+
"reasons": {
|
|
160884
|
+
"description": "Perché il ri-consenso è dovuto. Vuoto quando `required` è false.",
|
|
160885
|
+
"type": "array",
|
|
160886
|
+
"items": {
|
|
160887
|
+
"description": "never_enrolled | program_version_superseded | documents_outdated.",
|
|
160888
|
+
"type": "string"
|
|
160889
|
+
}
|
|
160890
|
+
},
|
|
160891
|
+
"required": {
|
|
160892
|
+
"description": "true solo quando esiste qualcosa che il partner può DAVVERO riaccettare (vedi `reasons`).",
|
|
160893
|
+
"type": "boolean"
|
|
160894
|
+
}
|
|
160895
|
+
}
|
|
160896
|
+
},
|
|
160719
160897
|
"redirector_origin": {
|
|
160720
160898
|
"description": "Origine pubblica del redirector, così stage e produzione non divergono per un build flag (§12.2).",
|
|
160721
160899
|
"type": "string"
|
|
@@ -161442,6 +161620,349 @@
|
|
|
161442
161620
|
}
|
|
161443
161621
|
}
|
|
161444
161622
|
},
|
|
161623
|
+
"/api/v1/partner/consent": {
|
|
161624
|
+
"post": {
|
|
161625
|
+
"operationId": "recordPartnerConsent",
|
|
161626
|
+
"summary": "Accetta i documenti di programma alla loro versione corrente",
|
|
161627
|
+
"tags": [
|
|
161628
|
+
"partner"
|
|
161629
|
+
],
|
|
161630
|
+
"description": "Registra l’accettazione dei documenti di programma da parte del partner autenticato: una riga `legal_consent` per documento e, quando esiste una versione di programma pubblicata per il suo binario, una riga `partner_program_enrollment`. L’adesione è APPEND-ONLY (`trg_ppe_append_only`) e unica per versione (`uq_ppe_partner_version`): riaccettare la stessa versione è idempotente e restituisce `enrolled: false`. Una versione di documento diversa da quella corrente è `409`: un client fermo su un testo vecchio si dichiarerebbe in pari senza aver mai visto quello nuovo.",
|
|
161631
|
+
"requestBody": {
|
|
161632
|
+
"required": true,
|
|
161633
|
+
"content": {
|
|
161634
|
+
"application/json": {
|
|
161635
|
+
"schema": {
|
|
161636
|
+
"additionalProperties": false,
|
|
161637
|
+
"type": "object",
|
|
161638
|
+
"required": [
|
|
161639
|
+
"documents"
|
|
161640
|
+
],
|
|
161641
|
+
"properties": {
|
|
161642
|
+
"documents": {
|
|
161643
|
+
"description": "I documenti che il partner dichiara di accettare, ciascuno con la versione che ha letto.",
|
|
161644
|
+
"maxItems": 16,
|
|
161645
|
+
"minItems": 1,
|
|
161646
|
+
"type": "array",
|
|
161647
|
+
"items": {
|
|
161648
|
+
"additionalProperties": false,
|
|
161649
|
+
"type": "object",
|
|
161650
|
+
"required": [
|
|
161651
|
+
"document",
|
|
161652
|
+
"version"
|
|
161653
|
+
],
|
|
161654
|
+
"properties": {
|
|
161655
|
+
"document": {
|
|
161656
|
+
"description": "Id del documento di programma.",
|
|
161657
|
+
"maxLength": 40,
|
|
161658
|
+
"minLength": 1,
|
|
161659
|
+
"type": "string"
|
|
161660
|
+
},
|
|
161661
|
+
"version": {
|
|
161662
|
+
"description": "Versione accettata. Deve essere quella corrente.",
|
|
161663
|
+
"maxLength": 20,
|
|
161664
|
+
"type": "string"
|
|
161665
|
+
}
|
|
161666
|
+
}
|
|
161667
|
+
}
|
|
161668
|
+
}
|
|
161669
|
+
}
|
|
161670
|
+
}
|
|
161671
|
+
}
|
|
161672
|
+
}
|
|
161673
|
+
},
|
|
161674
|
+
"security": [
|
|
161675
|
+
{
|
|
161676
|
+
"bearerAuth": []
|
|
161677
|
+
}
|
|
161678
|
+
],
|
|
161679
|
+
"responses": {
|
|
161680
|
+
"200": {
|
|
161681
|
+
"description": "Esito dell’accettazione, con lo stato di ri-consenso aggiornato.",
|
|
161682
|
+
"content": {
|
|
161683
|
+
"application/json": {
|
|
161684
|
+
"schema": {
|
|
161685
|
+
"additionalProperties": false,
|
|
161686
|
+
"description": "Esito dell’accettazione, con lo stato di ri-consenso aggiornato.",
|
|
161687
|
+
"type": "object",
|
|
161688
|
+
"required": [
|
|
161689
|
+
"enrolled",
|
|
161690
|
+
"recorded",
|
|
161691
|
+
"reconsent"
|
|
161692
|
+
],
|
|
161693
|
+
"properties": {
|
|
161694
|
+
"enrolled": {
|
|
161695
|
+
"description": "true se è nata una riga `partner_program_enrollment`. false quando il partner aveva già aderito a quella versione (idempotenza) o quando nessuna versione di programma è pubblicata.",
|
|
161696
|
+
"type": "boolean"
|
|
161697
|
+
},
|
|
161698
|
+
"recorded": {
|
|
161699
|
+
"description": "I documenti per cui è nata una riga `legal_consent`.",
|
|
161700
|
+
"type": "array",
|
|
161701
|
+
"items": {
|
|
161702
|
+
"description": "Id del documento registrato.",
|
|
161703
|
+
"type": "string"
|
|
161704
|
+
}
|
|
161705
|
+
},
|
|
161706
|
+
"reconsent": {
|
|
161707
|
+
"additionalProperties": false,
|
|
161708
|
+
"description": "Stato del ri-consenso ai termini di programma: cosa manca e se è esigibile.",
|
|
161709
|
+
"type": "object",
|
|
161710
|
+
"required": [
|
|
161711
|
+
"accepted_documents",
|
|
161712
|
+
"accepted_program_version",
|
|
161713
|
+
"current_program_version",
|
|
161714
|
+
"outstanding_documents",
|
|
161715
|
+
"reasons",
|
|
161716
|
+
"required"
|
|
161717
|
+
],
|
|
161718
|
+
"properties": {
|
|
161719
|
+
"accepted_documents": {
|
|
161720
|
+
"additionalProperties": false,
|
|
161721
|
+
"description": "Versione accettata per ciascun documento di programma. Input di `outstandingPartnerDocuments()`.",
|
|
161722
|
+
"type": "object",
|
|
161723
|
+
"properties": {
|
|
161724
|
+
"partnerContentAddendum": {
|
|
161725
|
+
"description": "Versione accettata di partnerContentAddendum. Assente = mai accettato.",
|
|
161726
|
+
"type": "string"
|
|
161727
|
+
},
|
|
161728
|
+
"partnerSelfBilling": {
|
|
161729
|
+
"description": "Versione accettata di partnerSelfBilling. Assente = mai accettato.",
|
|
161730
|
+
"type": "string"
|
|
161731
|
+
},
|
|
161732
|
+
"partnerTerms": {
|
|
161733
|
+
"description": "Versione accettata di partnerTerms. Assente = mai accettato.",
|
|
161734
|
+
"type": "string"
|
|
161735
|
+
},
|
|
161736
|
+
"referralTerms": {
|
|
161737
|
+
"description": "Versione accettata di referralTerms. Assente = mai accettato.",
|
|
161738
|
+
"type": "string"
|
|
161739
|
+
}
|
|
161740
|
+
}
|
|
161741
|
+
},
|
|
161742
|
+
"accepted_program_version": {
|
|
161743
|
+
"description": "Riferimento a una `partner_program_version`, `null` quando non ne esiste una.",
|
|
161744
|
+
"anyOf": [
|
|
161745
|
+
{
|
|
161746
|
+
"additionalProperties": false,
|
|
161747
|
+
"type": "object",
|
|
161748
|
+
"required": [
|
|
161749
|
+
"id",
|
|
161750
|
+
"version"
|
|
161751
|
+
],
|
|
161752
|
+
"properties": {
|
|
161753
|
+
"id": {
|
|
161754
|
+
"description": "Id della versione di programma.",
|
|
161755
|
+
"format": "uuid",
|
|
161756
|
+
"type": "string"
|
|
161757
|
+
},
|
|
161758
|
+
"version": {
|
|
161759
|
+
"description": "Etichetta di versione, es. `1.0`.",
|
|
161760
|
+
"type": "string"
|
|
161761
|
+
}
|
|
161762
|
+
}
|
|
161763
|
+
},
|
|
161764
|
+
{
|
|
161765
|
+
"type": "null"
|
|
161766
|
+
}
|
|
161767
|
+
]
|
|
161768
|
+
},
|
|
161769
|
+
"current_program_version": {
|
|
161770
|
+
"description": "Riferimento a una `partner_program_version`, `null` quando non ne esiste una.",
|
|
161771
|
+
"anyOf": [
|
|
161772
|
+
{
|
|
161773
|
+
"additionalProperties": false,
|
|
161774
|
+
"type": "object",
|
|
161775
|
+
"required": [
|
|
161776
|
+
"id",
|
|
161777
|
+
"version"
|
|
161778
|
+
],
|
|
161779
|
+
"properties": {
|
|
161780
|
+
"id": {
|
|
161781
|
+
"description": "Id della versione di programma.",
|
|
161782
|
+
"format": "uuid",
|
|
161783
|
+
"type": "string"
|
|
161784
|
+
},
|
|
161785
|
+
"version": {
|
|
161786
|
+
"description": "Etichetta di versione, es. `1.0`.",
|
|
161787
|
+
"type": "string"
|
|
161788
|
+
}
|
|
161789
|
+
}
|
|
161790
|
+
},
|
|
161791
|
+
{
|
|
161792
|
+
"type": "null"
|
|
161793
|
+
}
|
|
161794
|
+
]
|
|
161795
|
+
},
|
|
161796
|
+
"outstanding_documents": {
|
|
161797
|
+
"description": "Documenti la cui versione accettata differisce dalla corrente. Rilevamento puro: comprende anche i documenti il cui testo non esiste ancora, perché non accettati lo sono comunque.",
|
|
161798
|
+
"type": "array",
|
|
161799
|
+
"items": {
|
|
161800
|
+
"description": "Id del documento di programma.",
|
|
161801
|
+
"type": "string"
|
|
161802
|
+
}
|
|
161803
|
+
},
|
|
161804
|
+
"reasons": {
|
|
161805
|
+
"description": "Perché il ri-consenso è dovuto. Vuoto quando `required` è false.",
|
|
161806
|
+
"type": "array",
|
|
161807
|
+
"items": {
|
|
161808
|
+
"description": "never_enrolled | program_version_superseded | documents_outdated.",
|
|
161809
|
+
"type": "string"
|
|
161810
|
+
}
|
|
161811
|
+
},
|
|
161812
|
+
"required": {
|
|
161813
|
+
"description": "true solo quando esiste qualcosa che il partner può DAVVERO riaccettare (vedi `reasons`).",
|
|
161814
|
+
"type": "boolean"
|
|
161815
|
+
}
|
|
161816
|
+
}
|
|
161817
|
+
}
|
|
161818
|
+
}
|
|
161819
|
+
}
|
|
161820
|
+
}
|
|
161821
|
+
}
|
|
161822
|
+
},
|
|
161823
|
+
"400": {
|
|
161824
|
+
"description": "Errore standard del backend.",
|
|
161825
|
+
"content": {
|
|
161826
|
+
"application/json": {
|
|
161827
|
+
"schema": {
|
|
161828
|
+
"additionalProperties": false,
|
|
161829
|
+
"description": "Errore standard del backend.",
|
|
161830
|
+
"type": "object",
|
|
161831
|
+
"required": [
|
|
161832
|
+
"error",
|
|
161833
|
+
"message",
|
|
161834
|
+
"statusCode"
|
|
161835
|
+
],
|
|
161836
|
+
"properties": {
|
|
161837
|
+
"code": {
|
|
161838
|
+
"description": "Codice macchina dell’errore, quando disponibile.",
|
|
161839
|
+
"type": "string"
|
|
161840
|
+
},
|
|
161841
|
+
"error": {
|
|
161842
|
+
"description": "Etichetta breve dell’errore.",
|
|
161843
|
+
"type": "string"
|
|
161844
|
+
},
|
|
161845
|
+
"message": {
|
|
161846
|
+
"description": "Messaggio leggibile.",
|
|
161847
|
+
"type": "string"
|
|
161848
|
+
},
|
|
161849
|
+
"statusCode": {
|
|
161850
|
+
"description": "Codice di stato HTTP ripetuto nel corpo.",
|
|
161851
|
+
"type": "integer"
|
|
161852
|
+
}
|
|
161853
|
+
}
|
|
161854
|
+
}
|
|
161855
|
+
}
|
|
161856
|
+
}
|
|
161857
|
+
},
|
|
161858
|
+
"401": {
|
|
161859
|
+
"description": "Errore standard del backend.",
|
|
161860
|
+
"content": {
|
|
161861
|
+
"application/json": {
|
|
161862
|
+
"schema": {
|
|
161863
|
+
"additionalProperties": false,
|
|
161864
|
+
"description": "Errore standard del backend.",
|
|
161865
|
+
"type": "object",
|
|
161866
|
+
"required": [
|
|
161867
|
+
"error",
|
|
161868
|
+
"message",
|
|
161869
|
+
"statusCode"
|
|
161870
|
+
],
|
|
161871
|
+
"properties": {
|
|
161872
|
+
"code": {
|
|
161873
|
+
"description": "Codice macchina dell’errore, quando disponibile.",
|
|
161874
|
+
"type": "string"
|
|
161875
|
+
},
|
|
161876
|
+
"error": {
|
|
161877
|
+
"description": "Etichetta breve dell’errore.",
|
|
161878
|
+
"type": "string"
|
|
161879
|
+
},
|
|
161880
|
+
"message": {
|
|
161881
|
+
"description": "Messaggio leggibile.",
|
|
161882
|
+
"type": "string"
|
|
161883
|
+
},
|
|
161884
|
+
"statusCode": {
|
|
161885
|
+
"description": "Codice di stato HTTP ripetuto nel corpo.",
|
|
161886
|
+
"type": "integer"
|
|
161887
|
+
}
|
|
161888
|
+
}
|
|
161889
|
+
}
|
|
161890
|
+
}
|
|
161891
|
+
}
|
|
161892
|
+
},
|
|
161893
|
+
"403": {
|
|
161894
|
+
"description": "Errore standard del backend.",
|
|
161895
|
+
"content": {
|
|
161896
|
+
"application/json": {
|
|
161897
|
+
"schema": {
|
|
161898
|
+
"additionalProperties": false,
|
|
161899
|
+
"description": "Errore standard del backend.",
|
|
161900
|
+
"type": "object",
|
|
161901
|
+
"required": [
|
|
161902
|
+
"error",
|
|
161903
|
+
"message",
|
|
161904
|
+
"statusCode"
|
|
161905
|
+
],
|
|
161906
|
+
"properties": {
|
|
161907
|
+
"code": {
|
|
161908
|
+
"description": "Codice macchina dell’errore, quando disponibile.",
|
|
161909
|
+
"type": "string"
|
|
161910
|
+
},
|
|
161911
|
+
"error": {
|
|
161912
|
+
"description": "Etichetta breve dell’errore.",
|
|
161913
|
+
"type": "string"
|
|
161914
|
+
},
|
|
161915
|
+
"message": {
|
|
161916
|
+
"description": "Messaggio leggibile.",
|
|
161917
|
+
"type": "string"
|
|
161918
|
+
},
|
|
161919
|
+
"statusCode": {
|
|
161920
|
+
"description": "Codice di stato HTTP ripetuto nel corpo.",
|
|
161921
|
+
"type": "integer"
|
|
161922
|
+
}
|
|
161923
|
+
}
|
|
161924
|
+
}
|
|
161925
|
+
}
|
|
161926
|
+
}
|
|
161927
|
+
},
|
|
161928
|
+
"409": {
|
|
161929
|
+
"description": "Errore standard del backend.",
|
|
161930
|
+
"content": {
|
|
161931
|
+
"application/json": {
|
|
161932
|
+
"schema": {
|
|
161933
|
+
"additionalProperties": false,
|
|
161934
|
+
"description": "Errore standard del backend.",
|
|
161935
|
+
"type": "object",
|
|
161936
|
+
"required": [
|
|
161937
|
+
"error",
|
|
161938
|
+
"message",
|
|
161939
|
+
"statusCode"
|
|
161940
|
+
],
|
|
161941
|
+
"properties": {
|
|
161942
|
+
"code": {
|
|
161943
|
+
"description": "Codice macchina dell’errore, quando disponibile.",
|
|
161944
|
+
"type": "string"
|
|
161945
|
+
},
|
|
161946
|
+
"error": {
|
|
161947
|
+
"description": "Etichetta breve dell’errore.",
|
|
161948
|
+
"type": "string"
|
|
161949
|
+
},
|
|
161950
|
+
"message": {
|
|
161951
|
+
"description": "Messaggio leggibile.",
|
|
161952
|
+
"type": "string"
|
|
161953
|
+
},
|
|
161954
|
+
"statusCode": {
|
|
161955
|
+
"description": "Codice di stato HTTP ripetuto nel corpo.",
|
|
161956
|
+
"type": "integer"
|
|
161957
|
+
}
|
|
161958
|
+
}
|
|
161959
|
+
}
|
|
161960
|
+
}
|
|
161961
|
+
}
|
|
161962
|
+
}
|
|
161963
|
+
}
|
|
161964
|
+
}
|
|
161965
|
+
},
|
|
161445
161966
|
"/api/v1/partner/profile": {
|
|
161446
161967
|
"patch": {
|
|
161447
161968
|
"operationId": "updatePartnerPublicProfile",
|