@ampeco/public-api-mcp 3.240.4 → 3.242.0
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/dist/generated/build-stats.json +6 -6
- package/dist/generated/endpoints.json +344 -23
- package/dist/generated/response-schemas.json +634 -56
- package/dist/generated/schemas.d.ts +333 -3
- package/dist/generated/schemas.d.ts.map +1 -1
- package/dist/generated/schemas.js +65 -3
- package/dist/generated/schemas.js.map +1 -1
- package/dist/generated/schemas.ts +65 -3
- package/package.json +1 -1
|
@@ -75033,16 +75033,16 @@
|
|
|
75033
75033
|
"description": "**This property is deprecated. Use `translatedBankName` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankName`.\n\nName of the bank.\n",
|
|
75034
75034
|
"deprecated": true
|
|
75035
75035
|
},
|
|
75036
|
-
"
|
|
75036
|
+
"bankAddress": {
|
|
75037
75037
|
"type": "string",
|
|
75038
75038
|
"nullable": true,
|
|
75039
|
-
"description": "**This property is deprecated. Use `
|
|
75039
|
+
"description": "**This property is deprecated. Use `translatedBankAddress` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAddress`.\n\nAddress of the bank.\n",
|
|
75040
75040
|
"deprecated": true
|
|
75041
75041
|
},
|
|
75042
|
-
"
|
|
75042
|
+
"bankAccountHolder": {
|
|
75043
75043
|
"type": "string",
|
|
75044
75044
|
"nullable": true,
|
|
75045
|
-
"description": "**This property is deprecated. Use `
|
|
75045
|
+
"description": "**This property is deprecated. Use `translatedBankAccountHolder` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAccountHolder`.\n\nName of the bank account holder.\n",
|
|
75046
75046
|
"deprecated": true
|
|
75047
75047
|
},
|
|
75048
75048
|
"translatedBankName": {
|
|
@@ -75748,16 +75748,16 @@
|
|
|
75748
75748
|
"description": "**This property is deprecated. Use `translatedBankName` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankName`.\n\nName of the bank.\n",
|
|
75749
75749
|
"deprecated": true
|
|
75750
75750
|
},
|
|
75751
|
-
"
|
|
75751
|
+
"bankAddress": {
|
|
75752
75752
|
"type": "string",
|
|
75753
75753
|
"nullable": true,
|
|
75754
|
-
"description": "**This property is deprecated. Use `
|
|
75754
|
+
"description": "**This property is deprecated. Use `translatedBankAddress` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAddress`.\n\nAddress of the bank.\n",
|
|
75755
75755
|
"deprecated": true
|
|
75756
75756
|
},
|
|
75757
|
-
"
|
|
75757
|
+
"bankAccountHolder": {
|
|
75758
75758
|
"type": "string",
|
|
75759
75759
|
"nullable": true,
|
|
75760
|
-
"description": "**This property is deprecated. Use `
|
|
75760
|
+
"description": "**This property is deprecated. Use `translatedBankAccountHolder` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAccountHolder`.\n\nName of the bank account holder.\n",
|
|
75761
75761
|
"deprecated": true
|
|
75762
75762
|
},
|
|
75763
75763
|
"translatedBankName": {
|
|
@@ -93110,7 +93110,8 @@
|
|
|
93110
93110
|
"readOnly": true
|
|
93111
93111
|
},
|
|
93112
93112
|
"name": {
|
|
93113
|
-
"type": "string"
|
|
93113
|
+
"type": "string",
|
|
93114
|
+
"description": "Company name of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedName` in Partners v2.0.\n\nNote that `filter[search]` still matches the value stored in the operator's default locale.\n"
|
|
93114
93115
|
},
|
|
93115
93116
|
"regNo": {
|
|
93116
93117
|
"type": "string",
|
|
@@ -93379,7 +93380,8 @@
|
|
|
93379
93380
|
},
|
|
93380
93381
|
"city": {
|
|
93381
93382
|
"type": "string",
|
|
93382
|
-
"nullable": true
|
|
93383
|
+
"nullable": true,
|
|
93384
|
+
"description": "City of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedCity` in Partners v2.0.\n"
|
|
93383
93385
|
},
|
|
93384
93386
|
"postcode": {
|
|
93385
93387
|
"type": "string",
|
|
@@ -93387,7 +93389,8 @@
|
|
|
93387
93389
|
},
|
|
93388
93390
|
"address": {
|
|
93389
93391
|
"type": "string",
|
|
93390
|
-
"nullable": true
|
|
93392
|
+
"nullable": true,
|
|
93393
|
+
"description": "Address of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedAddress` in Partners v2.0.\n"
|
|
93391
93394
|
},
|
|
93392
93395
|
"contactPerson": {
|
|
93393
93396
|
"type": "string",
|
|
@@ -93638,7 +93641,8 @@
|
|
|
93638
93641
|
"readOnly": true
|
|
93639
93642
|
},
|
|
93640
93643
|
"name": {
|
|
93641
|
-
"type": "string"
|
|
93644
|
+
"type": "string",
|
|
93645
|
+
"description": "Company name of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedName` in Partners v2.0.\n\nNote that `filter[search]` still matches the value stored in the operator's default locale.\n"
|
|
93642
93646
|
},
|
|
93643
93647
|
"regNo": {
|
|
93644
93648
|
"type": "string",
|
|
@@ -93907,7 +93911,8 @@
|
|
|
93907
93911
|
},
|
|
93908
93912
|
"city": {
|
|
93909
93913
|
"type": "string",
|
|
93910
|
-
"nullable": true
|
|
93914
|
+
"nullable": true,
|
|
93915
|
+
"description": "City of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedCity` in Partners v2.0.\n"
|
|
93911
93916
|
},
|
|
93912
93917
|
"postcode": {
|
|
93913
93918
|
"type": "string",
|
|
@@ -93915,7 +93920,8 @@
|
|
|
93915
93920
|
},
|
|
93916
93921
|
"address": {
|
|
93917
93922
|
"type": "string",
|
|
93918
|
-
"nullable": true
|
|
93923
|
+
"nullable": true,
|
|
93924
|
+
"description": "Address of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedAddress` in Partners v2.0.\n"
|
|
93919
93925
|
},
|
|
93920
93926
|
"contactPerson": {
|
|
93921
93927
|
"type": "string",
|
|
@@ -94073,7 +94079,8 @@
|
|
|
94073
94079
|
"readOnly": true
|
|
94074
94080
|
},
|
|
94075
94081
|
"name": {
|
|
94076
|
-
"type": "string"
|
|
94082
|
+
"type": "string",
|
|
94083
|
+
"description": "Company name of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedName` in Partners v2.0.\n\nNote that `filter[search]` still matches the value stored in the operator's default locale.\n"
|
|
94077
94084
|
},
|
|
94078
94085
|
"regNo": {
|
|
94079
94086
|
"type": "string",
|
|
@@ -94342,7 +94349,8 @@
|
|
|
94342
94349
|
},
|
|
94343
94350
|
"city": {
|
|
94344
94351
|
"type": "string",
|
|
94345
|
-
"nullable": true
|
|
94352
|
+
"nullable": true,
|
|
94353
|
+
"description": "City of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedCity` in Partners v2.0.\n"
|
|
94346
94354
|
},
|
|
94347
94355
|
"postcode": {
|
|
94348
94356
|
"type": "string",
|
|
@@ -94350,7 +94358,8 @@
|
|
|
94350
94358
|
},
|
|
94351
94359
|
"address": {
|
|
94352
94360
|
"type": "string",
|
|
94353
|
-
"nullable": true
|
|
94361
|
+
"nullable": true,
|
|
94362
|
+
"description": "Address of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedAddress` in Partners v2.0.\n"
|
|
94354
94363
|
},
|
|
94355
94364
|
"contactPerson": {
|
|
94356
94365
|
"type": "string",
|
|
@@ -94561,7 +94570,8 @@
|
|
|
94561
94570
|
"readOnly": true
|
|
94562
94571
|
},
|
|
94563
94572
|
"name": {
|
|
94564
|
-
"type": "string"
|
|
94573
|
+
"type": "string",
|
|
94574
|
+
"description": "Company name of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedName` in Partners v2.0.\n\nNote that `filter[search]` still matches the value stored in the operator's default locale.\n"
|
|
94565
94575
|
},
|
|
94566
94576
|
"regNo": {
|
|
94567
94577
|
"type": "string",
|
|
@@ -94830,7 +94840,8 @@
|
|
|
94830
94840
|
},
|
|
94831
94841
|
"city": {
|
|
94832
94842
|
"type": "string",
|
|
94833
|
-
"nullable": true
|
|
94843
|
+
"nullable": true,
|
|
94844
|
+
"description": "City of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedCity` in Partners v2.0.\n"
|
|
94834
94845
|
},
|
|
94835
94846
|
"postcode": {
|
|
94836
94847
|
"type": "string",
|
|
@@ -94838,7 +94849,8 @@
|
|
|
94838
94849
|
},
|
|
94839
94850
|
"address": {
|
|
94840
94851
|
"type": "string",
|
|
94841
|
-
"nullable": true
|
|
94852
|
+
"nullable": true,
|
|
94853
|
+
"description": "Address of the Partner.\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in every locale, use `translatedAddress` in Partners v2.0.\n"
|
|
94842
94854
|
},
|
|
94843
94855
|
"contactPerson": {
|
|
94844
94856
|
"type": "string",
|
|
@@ -95014,7 +95026,24 @@
|
|
|
95014
95026
|
},
|
|
95015
95027
|
"name": {
|
|
95016
95028
|
"type": "string",
|
|
95017
|
-
"description": "
|
|
95029
|
+
"description": "**This property is deprecated. Use `translatedName` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedName`.\n\nNote that `filter[search]` still matches the value stored in the operator's default locale.\n\nCompany name of the Partner\n",
|
|
95030
|
+
"deprecated": true
|
|
95031
|
+
},
|
|
95032
|
+
"translatedName": {
|
|
95033
|
+
"description": "Company name of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
95034
|
+
"type": "array",
|
|
95035
|
+
"items": {
|
|
95036
|
+
"type": "object",
|
|
95037
|
+
"properties": {
|
|
95038
|
+
"locale": {
|
|
95039
|
+
"type": "string",
|
|
95040
|
+
"description": "valid locale"
|
|
95041
|
+
},
|
|
95042
|
+
"translation": {
|
|
95043
|
+
"type": "string"
|
|
95044
|
+
}
|
|
95045
|
+
}
|
|
95046
|
+
}
|
|
95018
95047
|
},
|
|
95019
95048
|
"businessName": {
|
|
95020
95049
|
"type": "string",
|
|
@@ -95030,7 +95059,25 @@
|
|
|
95030
95059
|
},
|
|
95031
95060
|
"address": {
|
|
95032
95061
|
"type": "string",
|
|
95033
|
-
"nullable": true
|
|
95062
|
+
"nullable": true,
|
|
95063
|
+
"description": "**This property is deprecated. Use `translatedAddress` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedAddress`.\n",
|
|
95064
|
+
"deprecated": true
|
|
95065
|
+
},
|
|
95066
|
+
"translatedAddress": {
|
|
95067
|
+
"description": "Address of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
95068
|
+
"type": "array",
|
|
95069
|
+
"items": {
|
|
95070
|
+
"type": "object",
|
|
95071
|
+
"properties": {
|
|
95072
|
+
"locale": {
|
|
95073
|
+
"type": "string",
|
|
95074
|
+
"description": "valid locale"
|
|
95075
|
+
},
|
|
95076
|
+
"translation": {
|
|
95077
|
+
"type": "string"
|
|
95078
|
+
}
|
|
95079
|
+
}
|
|
95080
|
+
}
|
|
95034
95081
|
},
|
|
95035
95082
|
"postcode": {
|
|
95036
95083
|
"type": "string",
|
|
@@ -95038,7 +95085,25 @@
|
|
|
95038
95085
|
},
|
|
95039
95086
|
"city": {
|
|
95040
95087
|
"type": "string",
|
|
95041
|
-
"nullable": true
|
|
95088
|
+
"nullable": true,
|
|
95089
|
+
"description": "**This property is deprecated. Use `translatedCity` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedCity`.\n",
|
|
95090
|
+
"deprecated": true
|
|
95091
|
+
},
|
|
95092
|
+
"translatedCity": {
|
|
95093
|
+
"description": "City of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
95094
|
+
"type": "array",
|
|
95095
|
+
"items": {
|
|
95096
|
+
"type": "object",
|
|
95097
|
+
"properties": {
|
|
95098
|
+
"locale": {
|
|
95099
|
+
"type": "string",
|
|
95100
|
+
"description": "valid locale"
|
|
95101
|
+
},
|
|
95102
|
+
"translation": {
|
|
95103
|
+
"type": "string"
|
|
95104
|
+
}
|
|
95105
|
+
}
|
|
95106
|
+
}
|
|
95042
95107
|
},
|
|
95043
95108
|
"country": {
|
|
95044
95109
|
"type": "string",
|
|
@@ -95298,9 +95363,26 @@
|
|
|
95298
95363
|
]
|
|
95299
95364
|
},
|
|
95300
95365
|
"region": {
|
|
95366
|
+
"description": "When country is not in US, AU, CA, UM or RO, you can provide the region",
|
|
95367
|
+
"deprecated": true,
|
|
95301
95368
|
"type": "string",
|
|
95302
|
-
"nullable": true
|
|
95303
|
-
|
|
95369
|
+
"nullable": true
|
|
95370
|
+
},
|
|
95371
|
+
"translatedRegion": {
|
|
95372
|
+
"description": "Region of the Partner in every locale it has been translated to. Empty when no translations exist.\n\nAbsent from the response when the Partner's country supports states (US, AU, CA, UM, RO) — `state` applies instead and is not translatable.\n",
|
|
95373
|
+
"type": "array",
|
|
95374
|
+
"items": {
|
|
95375
|
+
"type": "object",
|
|
95376
|
+
"properties": {
|
|
95377
|
+
"locale": {
|
|
95378
|
+
"type": "string",
|
|
95379
|
+
"description": "valid locale"
|
|
95380
|
+
},
|
|
95381
|
+
"translation": {
|
|
95382
|
+
"type": "string"
|
|
95383
|
+
}
|
|
95384
|
+
}
|
|
95385
|
+
}
|
|
95304
95386
|
},
|
|
95305
95387
|
"state": {
|
|
95306
95388
|
"description": "When the selected country is one of US, AU, CA, UM or RO",
|
|
@@ -95802,6 +95884,72 @@
|
|
|
95802
95884
|
"type": "string",
|
|
95803
95885
|
"nullable": true,
|
|
95804
95886
|
"description": "BIC/SWIFT code of the bank."
|
|
95887
|
+
},
|
|
95888
|
+
"bankName": {
|
|
95889
|
+
"type": "string",
|
|
95890
|
+
"nullable": true,
|
|
95891
|
+
"description": "**This property is deprecated. Use `translatedBankName` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankName`.\n\nName of the bank.\n",
|
|
95892
|
+
"deprecated": true
|
|
95893
|
+
},
|
|
95894
|
+
"bankAddress": {
|
|
95895
|
+
"type": "string",
|
|
95896
|
+
"nullable": true,
|
|
95897
|
+
"description": "**This property is deprecated. Use `translatedBankAddress` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAddress`.\n\nAddress of the bank.\n",
|
|
95898
|
+
"deprecated": true
|
|
95899
|
+
},
|
|
95900
|
+
"bankAccountHolder": {
|
|
95901
|
+
"type": "string",
|
|
95902
|
+
"nullable": true,
|
|
95903
|
+
"description": "**This property is deprecated. Use `translatedBankAccountHolder` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAccountHolder`.\n\nName of the bank account holder.\n",
|
|
95904
|
+
"deprecated": true
|
|
95905
|
+
},
|
|
95906
|
+
"translatedBankName": {
|
|
95907
|
+
"description": "Name of the bank in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank name field is enabled in the operator's bank details settings.\n",
|
|
95908
|
+
"type": "array",
|
|
95909
|
+
"items": {
|
|
95910
|
+
"type": "object",
|
|
95911
|
+
"properties": {
|
|
95912
|
+
"locale": {
|
|
95913
|
+
"type": "string",
|
|
95914
|
+
"description": "valid locale"
|
|
95915
|
+
},
|
|
95916
|
+
"translation": {
|
|
95917
|
+
"type": "string"
|
|
95918
|
+
}
|
|
95919
|
+
}
|
|
95920
|
+
}
|
|
95921
|
+
},
|
|
95922
|
+
"translatedBankAddress": {
|
|
95923
|
+
"description": "Address of the bank in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank address field is enabled in the operator's bank details settings.\n",
|
|
95924
|
+
"type": "array",
|
|
95925
|
+
"items": {
|
|
95926
|
+
"type": "object",
|
|
95927
|
+
"properties": {
|
|
95928
|
+
"locale": {
|
|
95929
|
+
"type": "string",
|
|
95930
|
+
"description": "valid locale"
|
|
95931
|
+
},
|
|
95932
|
+
"translation": {
|
|
95933
|
+
"type": "string"
|
|
95934
|
+
}
|
|
95935
|
+
}
|
|
95936
|
+
}
|
|
95937
|
+
},
|
|
95938
|
+
"translatedBankAccountHolder": {
|
|
95939
|
+
"description": "Name of the bank account holder in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank account holder field is enabled in the operator's bank details settings.\n",
|
|
95940
|
+
"type": "array",
|
|
95941
|
+
"items": {
|
|
95942
|
+
"type": "object",
|
|
95943
|
+
"properties": {
|
|
95944
|
+
"locale": {
|
|
95945
|
+
"type": "string",
|
|
95946
|
+
"description": "valid locale"
|
|
95947
|
+
},
|
|
95948
|
+
"translation": {
|
|
95949
|
+
"type": "string"
|
|
95950
|
+
}
|
|
95951
|
+
}
|
|
95952
|
+
}
|
|
95805
95953
|
}
|
|
95806
95954
|
}
|
|
95807
95955
|
},
|
|
@@ -95870,7 +96018,10 @@
|
|
|
95870
96018
|
"required": [
|
|
95871
96019
|
"id",
|
|
95872
96020
|
"operatorId",
|
|
95873
|
-
"name"
|
|
96021
|
+
"name",
|
|
96022
|
+
"translatedName",
|
|
96023
|
+
"translatedAddress",
|
|
96024
|
+
"translatedCity"
|
|
95874
96025
|
]
|
|
95875
96026
|
}
|
|
95876
96027
|
},
|
|
@@ -96064,7 +96215,24 @@
|
|
|
96064
96215
|
},
|
|
96065
96216
|
"name": {
|
|
96066
96217
|
"type": "string",
|
|
96067
|
-
"description": "
|
|
96218
|
+
"description": "**This property is deprecated. Use `translatedName` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedName`.\n\nNote that `filter[search]` still matches the value stored in the operator's default locale.\n\nCompany name of the Partner\n",
|
|
96219
|
+
"deprecated": true
|
|
96220
|
+
},
|
|
96221
|
+
"translatedName": {
|
|
96222
|
+
"description": "Company name of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
96223
|
+
"type": "array",
|
|
96224
|
+
"items": {
|
|
96225
|
+
"type": "object",
|
|
96226
|
+
"properties": {
|
|
96227
|
+
"locale": {
|
|
96228
|
+
"type": "string",
|
|
96229
|
+
"description": "valid locale"
|
|
96230
|
+
},
|
|
96231
|
+
"translation": {
|
|
96232
|
+
"type": "string"
|
|
96233
|
+
}
|
|
96234
|
+
}
|
|
96235
|
+
}
|
|
96068
96236
|
},
|
|
96069
96237
|
"businessName": {
|
|
96070
96238
|
"type": "string",
|
|
@@ -96080,7 +96248,25 @@
|
|
|
96080
96248
|
},
|
|
96081
96249
|
"address": {
|
|
96082
96250
|
"type": "string",
|
|
96083
|
-
"nullable": true
|
|
96251
|
+
"nullable": true,
|
|
96252
|
+
"description": "**This property is deprecated. Use `translatedAddress` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedAddress`.\n",
|
|
96253
|
+
"deprecated": true
|
|
96254
|
+
},
|
|
96255
|
+
"translatedAddress": {
|
|
96256
|
+
"description": "Address of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
96257
|
+
"type": "array",
|
|
96258
|
+
"items": {
|
|
96259
|
+
"type": "object",
|
|
96260
|
+
"properties": {
|
|
96261
|
+
"locale": {
|
|
96262
|
+
"type": "string",
|
|
96263
|
+
"description": "valid locale"
|
|
96264
|
+
},
|
|
96265
|
+
"translation": {
|
|
96266
|
+
"type": "string"
|
|
96267
|
+
}
|
|
96268
|
+
}
|
|
96269
|
+
}
|
|
96084
96270
|
},
|
|
96085
96271
|
"postcode": {
|
|
96086
96272
|
"type": "string",
|
|
@@ -96088,7 +96274,25 @@
|
|
|
96088
96274
|
},
|
|
96089
96275
|
"city": {
|
|
96090
96276
|
"type": "string",
|
|
96091
|
-
"nullable": true
|
|
96277
|
+
"nullable": true,
|
|
96278
|
+
"description": "**This property is deprecated. Use `translatedCity` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedCity`.\n",
|
|
96279
|
+
"deprecated": true
|
|
96280
|
+
},
|
|
96281
|
+
"translatedCity": {
|
|
96282
|
+
"description": "City of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
96283
|
+
"type": "array",
|
|
96284
|
+
"items": {
|
|
96285
|
+
"type": "object",
|
|
96286
|
+
"properties": {
|
|
96287
|
+
"locale": {
|
|
96288
|
+
"type": "string",
|
|
96289
|
+
"description": "valid locale"
|
|
96290
|
+
},
|
|
96291
|
+
"translation": {
|
|
96292
|
+
"type": "string"
|
|
96293
|
+
}
|
|
96294
|
+
}
|
|
96295
|
+
}
|
|
96092
96296
|
},
|
|
96093
96297
|
"country": {
|
|
96094
96298
|
"type": "string",
|
|
@@ -96348,9 +96552,26 @@
|
|
|
96348
96552
|
]
|
|
96349
96553
|
},
|
|
96350
96554
|
"region": {
|
|
96555
|
+
"description": "When country is not in US, AU, CA, UM or RO, you can provide the region",
|
|
96556
|
+
"deprecated": true,
|
|
96351
96557
|
"type": "string",
|
|
96352
|
-
"nullable": true
|
|
96353
|
-
|
|
96558
|
+
"nullable": true
|
|
96559
|
+
},
|
|
96560
|
+
"translatedRegion": {
|
|
96561
|
+
"description": "Region of the Partner in every locale it has been translated to. Empty when no translations exist.\n\nAbsent from the response when the Partner's country supports states (US, AU, CA, UM, RO) — `state` applies instead and is not translatable.\n",
|
|
96562
|
+
"type": "array",
|
|
96563
|
+
"items": {
|
|
96564
|
+
"type": "object",
|
|
96565
|
+
"properties": {
|
|
96566
|
+
"locale": {
|
|
96567
|
+
"type": "string",
|
|
96568
|
+
"description": "valid locale"
|
|
96569
|
+
},
|
|
96570
|
+
"translation": {
|
|
96571
|
+
"type": "string"
|
|
96572
|
+
}
|
|
96573
|
+
}
|
|
96574
|
+
}
|
|
96354
96575
|
},
|
|
96355
96576
|
"state": {
|
|
96356
96577
|
"description": "When the selected country is one of US, AU, CA, UM or RO",
|
|
@@ -96852,18 +97073,84 @@
|
|
|
96852
97073
|
"type": "string",
|
|
96853
97074
|
"nullable": true,
|
|
96854
97075
|
"description": "BIC/SWIFT code of the bank."
|
|
96855
|
-
}
|
|
96856
|
-
|
|
96857
|
-
|
|
96858
|
-
|
|
96859
|
-
|
|
96860
|
-
|
|
96861
|
-
|
|
96862
|
-
"
|
|
96863
|
-
|
|
96864
|
-
"
|
|
96865
|
-
"
|
|
96866
|
-
"
|
|
97076
|
+
},
|
|
97077
|
+
"bankName": {
|
|
97078
|
+
"type": "string",
|
|
97079
|
+
"nullable": true,
|
|
97080
|
+
"description": "**This property is deprecated. Use `translatedBankName` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankName`.\n\nName of the bank.\n",
|
|
97081
|
+
"deprecated": true
|
|
97082
|
+
},
|
|
97083
|
+
"bankAddress": {
|
|
97084
|
+
"type": "string",
|
|
97085
|
+
"nullable": true,
|
|
97086
|
+
"description": "**This property is deprecated. Use `translatedBankAddress` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAddress`.\n\nAddress of the bank.\n",
|
|
97087
|
+
"deprecated": true
|
|
97088
|
+
},
|
|
97089
|
+
"bankAccountHolder": {
|
|
97090
|
+
"type": "string",
|
|
97091
|
+
"nullable": true,
|
|
97092
|
+
"description": "**This property is deprecated. Use `translatedBankAccountHolder` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAccountHolder`.\n\nName of the bank account holder.\n",
|
|
97093
|
+
"deprecated": true
|
|
97094
|
+
},
|
|
97095
|
+
"translatedBankName": {
|
|
97096
|
+
"description": "Name of the bank in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank name field is enabled in the operator's bank details settings.\n",
|
|
97097
|
+
"type": "array",
|
|
97098
|
+
"items": {
|
|
97099
|
+
"type": "object",
|
|
97100
|
+
"properties": {
|
|
97101
|
+
"locale": {
|
|
97102
|
+
"type": "string",
|
|
97103
|
+
"description": "valid locale"
|
|
97104
|
+
},
|
|
97105
|
+
"translation": {
|
|
97106
|
+
"type": "string"
|
|
97107
|
+
}
|
|
97108
|
+
}
|
|
97109
|
+
}
|
|
97110
|
+
},
|
|
97111
|
+
"translatedBankAddress": {
|
|
97112
|
+
"description": "Address of the bank in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank address field is enabled in the operator's bank details settings.\n",
|
|
97113
|
+
"type": "array",
|
|
97114
|
+
"items": {
|
|
97115
|
+
"type": "object",
|
|
97116
|
+
"properties": {
|
|
97117
|
+
"locale": {
|
|
97118
|
+
"type": "string",
|
|
97119
|
+
"description": "valid locale"
|
|
97120
|
+
},
|
|
97121
|
+
"translation": {
|
|
97122
|
+
"type": "string"
|
|
97123
|
+
}
|
|
97124
|
+
}
|
|
97125
|
+
}
|
|
97126
|
+
},
|
|
97127
|
+
"translatedBankAccountHolder": {
|
|
97128
|
+
"description": "Name of the bank account holder in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank account holder field is enabled in the operator's bank details settings.\n",
|
|
97129
|
+
"type": "array",
|
|
97130
|
+
"items": {
|
|
97131
|
+
"type": "object",
|
|
97132
|
+
"properties": {
|
|
97133
|
+
"locale": {
|
|
97134
|
+
"type": "string",
|
|
97135
|
+
"description": "valid locale"
|
|
97136
|
+
},
|
|
97137
|
+
"translation": {
|
|
97138
|
+
"type": "string"
|
|
97139
|
+
}
|
|
97140
|
+
}
|
|
97141
|
+
}
|
|
97142
|
+
}
|
|
97143
|
+
}
|
|
97144
|
+
},
|
|
97145
|
+
"notes": {
|
|
97146
|
+
"type": "array",
|
|
97147
|
+
"readOnly": true,
|
|
97148
|
+
"items": {
|
|
97149
|
+
"type": "object",
|
|
97150
|
+
"required": [
|
|
97151
|
+
"id",
|
|
97152
|
+
"summary",
|
|
97153
|
+
"pinned",
|
|
96867
97154
|
"createdAt",
|
|
96868
97155
|
"updatedAt"
|
|
96869
97156
|
],
|
|
@@ -96920,7 +97207,10 @@
|
|
|
96920
97207
|
"required": [
|
|
96921
97208
|
"id",
|
|
96922
97209
|
"operatorId",
|
|
96923
|
-
"name"
|
|
97210
|
+
"name",
|
|
97211
|
+
"translatedName",
|
|
97212
|
+
"translatedAddress",
|
|
97213
|
+
"translatedCity"
|
|
96924
97214
|
]
|
|
96925
97215
|
}
|
|
96926
97216
|
}
|
|
@@ -96999,7 +97289,24 @@
|
|
|
96999
97289
|
},
|
|
97000
97290
|
"name": {
|
|
97001
97291
|
"type": "string",
|
|
97002
|
-
"description": "
|
|
97292
|
+
"description": "**This property is deprecated. Use `translatedName` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedName`.\n\nNote that `filter[search]` still matches the value stored in the operator's default locale.\n\nCompany name of the Partner\n",
|
|
97293
|
+
"deprecated": true
|
|
97294
|
+
},
|
|
97295
|
+
"translatedName": {
|
|
97296
|
+
"description": "Company name of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
97297
|
+
"type": "array",
|
|
97298
|
+
"items": {
|
|
97299
|
+
"type": "object",
|
|
97300
|
+
"properties": {
|
|
97301
|
+
"locale": {
|
|
97302
|
+
"type": "string",
|
|
97303
|
+
"description": "valid locale"
|
|
97304
|
+
},
|
|
97305
|
+
"translation": {
|
|
97306
|
+
"type": "string"
|
|
97307
|
+
}
|
|
97308
|
+
}
|
|
97309
|
+
}
|
|
97003
97310
|
},
|
|
97004
97311
|
"businessName": {
|
|
97005
97312
|
"type": "string",
|
|
@@ -97015,7 +97322,25 @@
|
|
|
97015
97322
|
},
|
|
97016
97323
|
"address": {
|
|
97017
97324
|
"type": "string",
|
|
97018
|
-
"nullable": true
|
|
97325
|
+
"nullable": true,
|
|
97326
|
+
"description": "**This property is deprecated. Use `translatedAddress` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedAddress`.\n",
|
|
97327
|
+
"deprecated": true
|
|
97328
|
+
},
|
|
97329
|
+
"translatedAddress": {
|
|
97330
|
+
"description": "Address of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
97331
|
+
"type": "array",
|
|
97332
|
+
"items": {
|
|
97333
|
+
"type": "object",
|
|
97334
|
+
"properties": {
|
|
97335
|
+
"locale": {
|
|
97336
|
+
"type": "string",
|
|
97337
|
+
"description": "valid locale"
|
|
97338
|
+
},
|
|
97339
|
+
"translation": {
|
|
97340
|
+
"type": "string"
|
|
97341
|
+
}
|
|
97342
|
+
}
|
|
97343
|
+
}
|
|
97019
97344
|
},
|
|
97020
97345
|
"postcode": {
|
|
97021
97346
|
"type": "string",
|
|
@@ -97023,7 +97348,25 @@
|
|
|
97023
97348
|
},
|
|
97024
97349
|
"city": {
|
|
97025
97350
|
"type": "string",
|
|
97026
|
-
"nullable": true
|
|
97351
|
+
"nullable": true,
|
|
97352
|
+
"description": "**This property is deprecated. Use `translatedCity` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedCity`.\n",
|
|
97353
|
+
"deprecated": true
|
|
97354
|
+
},
|
|
97355
|
+
"translatedCity": {
|
|
97356
|
+
"description": "City of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
97357
|
+
"type": "array",
|
|
97358
|
+
"items": {
|
|
97359
|
+
"type": "object",
|
|
97360
|
+
"properties": {
|
|
97361
|
+
"locale": {
|
|
97362
|
+
"type": "string",
|
|
97363
|
+
"description": "valid locale"
|
|
97364
|
+
},
|
|
97365
|
+
"translation": {
|
|
97366
|
+
"type": "string"
|
|
97367
|
+
}
|
|
97368
|
+
}
|
|
97369
|
+
}
|
|
97027
97370
|
},
|
|
97028
97371
|
"country": {
|
|
97029
97372
|
"type": "string",
|
|
@@ -97283,9 +97626,26 @@
|
|
|
97283
97626
|
]
|
|
97284
97627
|
},
|
|
97285
97628
|
"region": {
|
|
97629
|
+
"description": "When country is not in US, AU, CA, UM or RO, you can provide the region",
|
|
97630
|
+
"deprecated": true,
|
|
97286
97631
|
"type": "string",
|
|
97287
|
-
"nullable": true
|
|
97288
|
-
|
|
97632
|
+
"nullable": true
|
|
97633
|
+
},
|
|
97634
|
+
"translatedRegion": {
|
|
97635
|
+
"description": "Region of the Partner in every locale it has been translated to. Empty when no translations exist.\n\nAbsent from the response when the Partner's country supports states (US, AU, CA, UM, RO) — `state` applies instead and is not translatable.\n",
|
|
97636
|
+
"type": "array",
|
|
97637
|
+
"items": {
|
|
97638
|
+
"type": "object",
|
|
97639
|
+
"properties": {
|
|
97640
|
+
"locale": {
|
|
97641
|
+
"type": "string",
|
|
97642
|
+
"description": "valid locale"
|
|
97643
|
+
},
|
|
97644
|
+
"translation": {
|
|
97645
|
+
"type": "string"
|
|
97646
|
+
}
|
|
97647
|
+
}
|
|
97648
|
+
}
|
|
97289
97649
|
},
|
|
97290
97650
|
"state": {
|
|
97291
97651
|
"description": "When the selected country is one of US, AU, CA, UM or RO",
|
|
@@ -97787,6 +98147,72 @@
|
|
|
97787
98147
|
"type": "string",
|
|
97788
98148
|
"nullable": true,
|
|
97789
98149
|
"description": "BIC/SWIFT code of the bank."
|
|
98150
|
+
},
|
|
98151
|
+
"bankName": {
|
|
98152
|
+
"type": "string",
|
|
98153
|
+
"nullable": true,
|
|
98154
|
+
"description": "**This property is deprecated. Use `translatedBankName` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankName`.\n\nName of the bank.\n",
|
|
98155
|
+
"deprecated": true
|
|
98156
|
+
},
|
|
98157
|
+
"bankAddress": {
|
|
98158
|
+
"type": "string",
|
|
98159
|
+
"nullable": true,
|
|
98160
|
+
"description": "**This property is deprecated. Use `translatedBankAddress` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAddress`.\n\nAddress of the bank.\n",
|
|
98161
|
+
"deprecated": true
|
|
98162
|
+
},
|
|
98163
|
+
"bankAccountHolder": {
|
|
98164
|
+
"type": "string",
|
|
98165
|
+
"nullable": true,
|
|
98166
|
+
"description": "**This property is deprecated. Use `translatedBankAccountHolder` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAccountHolder`.\n\nName of the bank account holder.\n",
|
|
98167
|
+
"deprecated": true
|
|
98168
|
+
},
|
|
98169
|
+
"translatedBankName": {
|
|
98170
|
+
"description": "Name of the bank in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank name field is enabled in the operator's bank details settings.\n",
|
|
98171
|
+
"type": "array",
|
|
98172
|
+
"items": {
|
|
98173
|
+
"type": "object",
|
|
98174
|
+
"properties": {
|
|
98175
|
+
"locale": {
|
|
98176
|
+
"type": "string",
|
|
98177
|
+
"description": "valid locale"
|
|
98178
|
+
},
|
|
98179
|
+
"translation": {
|
|
98180
|
+
"type": "string"
|
|
98181
|
+
}
|
|
98182
|
+
}
|
|
98183
|
+
}
|
|
98184
|
+
},
|
|
98185
|
+
"translatedBankAddress": {
|
|
98186
|
+
"description": "Address of the bank in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank address field is enabled in the operator's bank details settings.\n",
|
|
98187
|
+
"type": "array",
|
|
98188
|
+
"items": {
|
|
98189
|
+
"type": "object",
|
|
98190
|
+
"properties": {
|
|
98191
|
+
"locale": {
|
|
98192
|
+
"type": "string",
|
|
98193
|
+
"description": "valid locale"
|
|
98194
|
+
},
|
|
98195
|
+
"translation": {
|
|
98196
|
+
"type": "string"
|
|
98197
|
+
}
|
|
98198
|
+
}
|
|
98199
|
+
}
|
|
98200
|
+
},
|
|
98201
|
+
"translatedBankAccountHolder": {
|
|
98202
|
+
"description": "Name of the bank account holder in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank account holder field is enabled in the operator's bank details settings.\n",
|
|
98203
|
+
"type": "array",
|
|
98204
|
+
"items": {
|
|
98205
|
+
"type": "object",
|
|
98206
|
+
"properties": {
|
|
98207
|
+
"locale": {
|
|
98208
|
+
"type": "string",
|
|
98209
|
+
"description": "valid locale"
|
|
98210
|
+
},
|
|
98211
|
+
"translation": {
|
|
98212
|
+
"type": "string"
|
|
98213
|
+
}
|
|
98214
|
+
}
|
|
98215
|
+
}
|
|
97790
98216
|
}
|
|
97791
98217
|
}
|
|
97792
98218
|
},
|
|
@@ -97855,7 +98281,10 @@
|
|
|
97855
98281
|
"required": [
|
|
97856
98282
|
"id",
|
|
97857
98283
|
"operatorId",
|
|
97858
|
-
"name"
|
|
98284
|
+
"name",
|
|
98285
|
+
"translatedName",
|
|
98286
|
+
"translatedAddress",
|
|
98287
|
+
"translatedCity"
|
|
97859
98288
|
]
|
|
97860
98289
|
}
|
|
97861
98290
|
}
|
|
@@ -97891,6 +98320,16 @@
|
|
|
97891
98320
|
}
|
|
97892
98321
|
}
|
|
97893
98322
|
}
|
|
98323
|
+
},
|
|
98324
|
+
"429": {
|
|
98325
|
+
"schema": {
|
|
98326
|
+
"type": "object",
|
|
98327
|
+
"properties": {
|
|
98328
|
+
"message": {
|
|
98329
|
+
"type": "string"
|
|
98330
|
+
}
|
|
98331
|
+
}
|
|
98332
|
+
}
|
|
97894
98333
|
}
|
|
97895
98334
|
},
|
|
97896
98335
|
"partnerDelete": {
|
|
@@ -97987,7 +98426,24 @@
|
|
|
97987
98426
|
},
|
|
97988
98427
|
"name": {
|
|
97989
98428
|
"type": "string",
|
|
97990
|
-
"description": "
|
|
98429
|
+
"description": "**This property is deprecated. Use `translatedName` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedName`.\n\nNote that `filter[search]` still matches the value stored in the operator's default locale.\n\nCompany name of the Partner\n",
|
|
98430
|
+
"deprecated": true
|
|
98431
|
+
},
|
|
98432
|
+
"translatedName": {
|
|
98433
|
+
"description": "Company name of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
98434
|
+
"type": "array",
|
|
98435
|
+
"items": {
|
|
98436
|
+
"type": "object",
|
|
98437
|
+
"properties": {
|
|
98438
|
+
"locale": {
|
|
98439
|
+
"type": "string",
|
|
98440
|
+
"description": "valid locale"
|
|
98441
|
+
},
|
|
98442
|
+
"translation": {
|
|
98443
|
+
"type": "string"
|
|
98444
|
+
}
|
|
98445
|
+
}
|
|
98446
|
+
}
|
|
97991
98447
|
},
|
|
97992
98448
|
"businessName": {
|
|
97993
98449
|
"type": "string",
|
|
@@ -98003,7 +98459,25 @@
|
|
|
98003
98459
|
},
|
|
98004
98460
|
"address": {
|
|
98005
98461
|
"type": "string",
|
|
98006
|
-
"nullable": true
|
|
98462
|
+
"nullable": true,
|
|
98463
|
+
"description": "**This property is deprecated. Use `translatedAddress` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedAddress`.\n",
|
|
98464
|
+
"deprecated": true
|
|
98465
|
+
},
|
|
98466
|
+
"translatedAddress": {
|
|
98467
|
+
"description": "Address of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
98468
|
+
"type": "array",
|
|
98469
|
+
"items": {
|
|
98470
|
+
"type": "object",
|
|
98471
|
+
"properties": {
|
|
98472
|
+
"locale": {
|
|
98473
|
+
"type": "string",
|
|
98474
|
+
"description": "valid locale"
|
|
98475
|
+
},
|
|
98476
|
+
"translation": {
|
|
98477
|
+
"type": "string"
|
|
98478
|
+
}
|
|
98479
|
+
}
|
|
98480
|
+
}
|
|
98007
98481
|
},
|
|
98008
98482
|
"postcode": {
|
|
98009
98483
|
"type": "string",
|
|
@@ -98011,7 +98485,25 @@
|
|
|
98011
98485
|
},
|
|
98012
98486
|
"city": {
|
|
98013
98487
|
"type": "string",
|
|
98014
|
-
"nullable": true
|
|
98488
|
+
"nullable": true,
|
|
98489
|
+
"description": "**This property is deprecated. Use `translatedCity` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedCity`.\n",
|
|
98490
|
+
"deprecated": true
|
|
98491
|
+
},
|
|
98492
|
+
"translatedCity": {
|
|
98493
|
+
"description": "City of the Partner in every locale it has been translated to. Empty when no translations exist.",
|
|
98494
|
+
"type": "array",
|
|
98495
|
+
"items": {
|
|
98496
|
+
"type": "object",
|
|
98497
|
+
"properties": {
|
|
98498
|
+
"locale": {
|
|
98499
|
+
"type": "string",
|
|
98500
|
+
"description": "valid locale"
|
|
98501
|
+
},
|
|
98502
|
+
"translation": {
|
|
98503
|
+
"type": "string"
|
|
98504
|
+
}
|
|
98505
|
+
}
|
|
98506
|
+
}
|
|
98015
98507
|
},
|
|
98016
98508
|
"country": {
|
|
98017
98509
|
"type": "string",
|
|
@@ -98271,9 +98763,26 @@
|
|
|
98271
98763
|
]
|
|
98272
98764
|
},
|
|
98273
98765
|
"region": {
|
|
98766
|
+
"description": "When country is not in US, AU, CA, UM or RO, you can provide the region",
|
|
98767
|
+
"deprecated": true,
|
|
98274
98768
|
"type": "string",
|
|
98275
|
-
"nullable": true
|
|
98276
|
-
|
|
98769
|
+
"nullable": true
|
|
98770
|
+
},
|
|
98771
|
+
"translatedRegion": {
|
|
98772
|
+
"description": "Region of the Partner in every locale it has been translated to. Empty when no translations exist.\n\nAbsent from the response when the Partner's country supports states (US, AU, CA, UM, RO) — `state` applies instead and is not translatable.\n",
|
|
98773
|
+
"type": "array",
|
|
98774
|
+
"items": {
|
|
98775
|
+
"type": "object",
|
|
98776
|
+
"properties": {
|
|
98777
|
+
"locale": {
|
|
98778
|
+
"type": "string",
|
|
98779
|
+
"description": "valid locale"
|
|
98780
|
+
},
|
|
98781
|
+
"translation": {
|
|
98782
|
+
"type": "string"
|
|
98783
|
+
}
|
|
98784
|
+
}
|
|
98785
|
+
}
|
|
98277
98786
|
},
|
|
98278
98787
|
"state": {
|
|
98279
98788
|
"description": "When the selected country is one of US, AU, CA, UM or RO",
|
|
@@ -98775,6 +99284,72 @@
|
|
|
98775
99284
|
"type": "string",
|
|
98776
99285
|
"nullable": true,
|
|
98777
99286
|
"description": "BIC/SWIFT code of the bank."
|
|
99287
|
+
},
|
|
99288
|
+
"bankName": {
|
|
99289
|
+
"type": "string",
|
|
99290
|
+
"nullable": true,
|
|
99291
|
+
"description": "**This property is deprecated. Use `translatedBankName` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankName`.\n\nName of the bank.\n",
|
|
99292
|
+
"deprecated": true
|
|
99293
|
+
},
|
|
99294
|
+
"bankAddress": {
|
|
99295
|
+
"type": "string",
|
|
99296
|
+
"nullable": true,
|
|
99297
|
+
"description": "**This property is deprecated. Use `translatedBankAddress` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAddress`.\n\nAddress of the bank.\n",
|
|
99298
|
+
"deprecated": true
|
|
99299
|
+
},
|
|
99300
|
+
"bankAccountHolder": {
|
|
99301
|
+
"type": "string",
|
|
99302
|
+
"nullable": true,
|
|
99303
|
+
"description": "**This property is deprecated. Use `translatedBankAccountHolder` instead.**\n\nThe value is resolved in the following order: the English (`en`) locale translation; if that is empty, the translation in the operator's default locale; if that is also empty, the originally stored value. To read this field in a specific locale, use `translatedBankAccountHolder`.\n\nName of the bank account holder.\n",
|
|
99304
|
+
"deprecated": true
|
|
99305
|
+
},
|
|
99306
|
+
"translatedBankName": {
|
|
99307
|
+
"description": "Name of the bank in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank name field is enabled in the operator's bank details settings.\n",
|
|
99308
|
+
"type": "array",
|
|
99309
|
+
"items": {
|
|
99310
|
+
"type": "object",
|
|
99311
|
+
"properties": {
|
|
99312
|
+
"locale": {
|
|
99313
|
+
"type": "string",
|
|
99314
|
+
"description": "valid locale"
|
|
99315
|
+
},
|
|
99316
|
+
"translation": {
|
|
99317
|
+
"type": "string"
|
|
99318
|
+
}
|
|
99319
|
+
}
|
|
99320
|
+
}
|
|
99321
|
+
},
|
|
99322
|
+
"translatedBankAddress": {
|
|
99323
|
+
"description": "Address of the bank in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank address field is enabled in the operator's bank details settings.\n",
|
|
99324
|
+
"type": "array",
|
|
99325
|
+
"items": {
|
|
99326
|
+
"type": "object",
|
|
99327
|
+
"properties": {
|
|
99328
|
+
"locale": {
|
|
99329
|
+
"type": "string",
|
|
99330
|
+
"description": "valid locale"
|
|
99331
|
+
},
|
|
99332
|
+
"translation": {
|
|
99333
|
+
"type": "string"
|
|
99334
|
+
}
|
|
99335
|
+
}
|
|
99336
|
+
}
|
|
99337
|
+
},
|
|
99338
|
+
"translatedBankAccountHolder": {
|
|
99339
|
+
"description": "Name of the bank account holder in every locale it has been translated to. Empty when no translations exist.\n\nReturned only when the bank account holder field is enabled in the operator's bank details settings.\n",
|
|
99340
|
+
"type": "array",
|
|
99341
|
+
"items": {
|
|
99342
|
+
"type": "object",
|
|
99343
|
+
"properties": {
|
|
99344
|
+
"locale": {
|
|
99345
|
+
"type": "string",
|
|
99346
|
+
"description": "valid locale"
|
|
99347
|
+
},
|
|
99348
|
+
"translation": {
|
|
99349
|
+
"type": "string"
|
|
99350
|
+
}
|
|
99351
|
+
}
|
|
99352
|
+
}
|
|
98778
99353
|
}
|
|
98779
99354
|
}
|
|
98780
99355
|
},
|
|
@@ -98843,7 +99418,10 @@
|
|
|
98843
99418
|
"required": [
|
|
98844
99419
|
"id",
|
|
98845
99420
|
"operatorId",
|
|
98846
|
-
"name"
|
|
99421
|
+
"name",
|
|
99422
|
+
"translatedName",
|
|
99423
|
+
"translatedAddress",
|
|
99424
|
+
"translatedCity"
|
|
98847
99425
|
]
|
|
98848
99426
|
}
|
|
98849
99427
|
}
|