@fenixalliance/abs-api-client 1.0.1 → 2.0.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.
Files changed (717) hide show
  1. package/FenixAlliance.ABP.SDK.TypeScript.xml +8 -0
  2. package/LICENSE +21 -21
  3. package/LICENSE.md +35 -35
  4. package/README.md +299 -299
  5. package/THIRD_PARTY_NOTICES.md +129 -129
  6. package/app/index.ts +5 -0
  7. package/clients/cartService/core/ApiError.ts +25 -25
  8. package/clients/cartService/core/ApiRequestOptions.ts +17 -17
  9. package/clients/cartService/core/ApiResult.ts +11 -11
  10. package/clients/cartService/core/CancelablePromise.ts +131 -131
  11. package/clients/cartService/core/OpenAPI.ts +32 -32
  12. package/clients/cartService/core/request.ts +322 -322
  13. package/clients/cartService/index.ts +41 -52
  14. package/clients/cartService/models/AddProductToCompareRequest.ts +10 -10
  15. package/clients/cartService/models/BooleanEnvelope.ts +13 -13
  16. package/clients/cartService/models/CartDto.ts +18 -17
  17. package/clients/cartService/models/CartDtoEnvelope.ts +14 -14
  18. package/clients/cartService/models/CartUpdateRequest.ts +9 -0
  19. package/clients/cartService/models/CountryDto.ts +14 -0
  20. package/clients/{tenantService/models/WalletDtoTaskEnvelope.ts → cartService/models/CountryDtoEnvelope.ts} +14 -14
  21. package/clients/cartService/models/CountrySwitchRequest.ts +9 -0
  22. package/clients/cartService/models/CurrencyDto.ts +13 -0
  23. package/clients/cartService/models/CurrencyDtoEnvelope.ts +14 -0
  24. package/clients/cartService/models/CurrencySwitchRequest.ts +9 -9
  25. package/clients/cartService/models/EmptyEnvelope.ts +11 -0
  26. package/clients/cartService/models/ErrorEnvelope.ts +12 -12
  27. package/clients/cartService/models/ItemCartRecordCreateDto.ts +12 -11
  28. package/clients/cartService/models/ItemCartRecordDto.ts +101 -98
  29. package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +14 -14
  30. package/clients/{catalogService/models/ItemTagDtoIReadOnlyCollectionEnvelope.ts → cartService/models/ItemCartRecordDtoListEnvelope.ts} +14 -14
  31. package/clients/cartService/models/ItemCartRecordUpdateDto.ts +10 -10
  32. package/clients/cartService/models/ItemToCompareCartRecordDto.ts +11 -11
  33. package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.ts +14 -14
  34. package/clients/cartService/models/{ItemToCompareCartRecordDtoIReadOnlyListEnvelope.ts → ItemToCompareCartRecordDtoListEnvelope.ts} +14 -14
  35. package/clients/cartService/models/NewWishListRequest.ts +11 -11
  36. package/clients/cartService/models/ProductToWishListRequest.ts +9 -9
  37. package/clients/cartService/models/WishListDto.ts +13 -12
  38. package/clients/cartService/models/WishListDtoEnvelope.ts +14 -14
  39. package/clients/cartService/models/WishListItemRecordDto.ts +11 -11
  40. package/clients/cartService/models/WishListUpdateDto.ts +10 -10
  41. package/clients/cartService/services/CartsService.ts +902 -103
  42. package/clients/cartService/services/CompareService.ts +90 -89
  43. package/clients/cartService/services/RecordsService.ts +259 -206
  44. package/clients/cartService/services/WishListsService.ts +197 -145
  45. package/clients/catalogService/core/ApiError.ts +25 -25
  46. package/clients/catalogService/core/ApiRequestOptions.ts +17 -17
  47. package/clients/catalogService/core/ApiResult.ts +11 -11
  48. package/clients/catalogService/core/CancelablePromise.ts +131 -131
  49. package/clients/catalogService/core/OpenAPI.ts +32 -32
  50. package/clients/catalogService/core/request.ts +322 -322
  51. package/clients/catalogService/index.ts +102 -124
  52. package/clients/catalogService/models/EmptyEnvelope.ts +11 -0
  53. package/clients/catalogService/models/ErrorEnvelope.ts +12 -12
  54. package/clients/catalogService/models/ItemAttachmentCreateDto.ts +21 -23
  55. package/clients/catalogService/models/ItemAttachmentDto.ts +30 -28
  56. package/clients/catalogService/models/ItemAttachmentDtoEnvelope.ts +14 -14
  57. package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.ts +14 -14
  58. package/clients/catalogService/models/ItemAttachmentUpdateDto.ts +19 -19
  59. package/clients/catalogService/models/ItemAttributeCreateDto.ts +12 -11
  60. package/clients/catalogService/models/ItemAttributeDto.ts +12 -12
  61. package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +14 -14
  62. package/clients/catalogService/models/{ItemAttributeDtoIReadOnlyCollectionEnvelope.ts → ItemAttributeDtoListEnvelope.ts} +14 -14
  63. package/clients/catalogService/models/ItemAttributeOptionDto.ts +12 -12
  64. package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.ts +14 -14
  65. package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.ts +14 -14
  66. package/clients/catalogService/models/ItemAttributeUpdateDto.ts +9 -9
  67. package/clients/catalogService/models/ItemBrandCreateDto.ts +17 -16
  68. package/clients/catalogService/models/ItemBrandDto.ts +17 -17
  69. package/clients/catalogService/models/ItemBrandDtoEnvelope.ts +14 -14
  70. package/clients/catalogService/models/ItemBrandDtoListEnvelope.ts +14 -14
  71. package/clients/catalogService/models/ItemBrandUpdateDto.ts +13 -13
  72. package/clients/catalogService/models/ItemCategoryCreateDto.ts +15 -14
  73. package/clients/catalogService/models/ItemCategoryDto.ts +21 -21
  74. package/clients/catalogService/models/ItemCategoryDtoEnvelope.ts +14 -14
  75. package/clients/catalogService/models/ItemCategoryDtoListEnvelope.ts +14 -14
  76. package/clients/catalogService/models/ItemCategoryUpdateDto.ts +16 -16
  77. package/clients/catalogService/models/ItemGoogleCategoryDto.ts +21 -12
  78. package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +14 -14
  79. package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +14 -14
  80. package/clients/catalogService/models/{ItemImagesCreateDto.ts → ItemImageCreateDto.ts} +28 -28
  81. package/clients/catalogService/models/ItemImageDto.ts +28 -29
  82. package/clients/catalogService/models/ItemImageDtoEnvelope.ts +14 -14
  83. package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +14 -14
  84. package/clients/catalogService/models/{ItemImagesUpdateDto.ts → ItemImageUpdateDto.ts} +22 -25
  85. package/clients/catalogService/models/ItemQuestionCreateDto.ts +15 -14
  86. package/clients/catalogService/models/ItemQuestionDto.ts +15 -15
  87. package/clients/catalogService/models/ItemQuestionDtoEnvelope.ts +14 -14
  88. package/clients/catalogService/models/ItemQuestionDtoListEnvelope.ts +14 -14
  89. package/clients/catalogService/models/ItemQuestionRecordCreateDto.ts +14 -0
  90. package/clients/catalogService/models/ItemQuestionUpdateDto.ts +10 -12
  91. package/clients/catalogService/models/ItemRefundPolicyDto.ts +34 -34
  92. package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.ts +14 -14
  93. package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.ts +14 -14
  94. package/clients/catalogService/models/ItemReturnPolicyDto.ts +34 -34
  95. package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.ts +14 -14
  96. package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.ts +14 -14
  97. package/clients/catalogService/models/ItemReviewCreateDto.ts +13 -12
  98. package/clients/catalogService/models/ItemReviewDto.ts +13 -13
  99. package/clients/catalogService/models/ItemReviewDtoEnvelope.ts +14 -14
  100. package/clients/catalogService/models/ItemReviewDtoListEnvelope.ts +14 -14
  101. package/clients/catalogService/models/ItemReviewRecordCreateDto.ts +12 -0
  102. package/clients/catalogService/models/ItemReviewUpdateDto.ts +9 -9
  103. package/clients/catalogService/models/ItemShippingPolicyDto.ts +35 -35
  104. package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.ts +14 -14
  105. package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.ts +14 -14
  106. package/clients/catalogService/models/ItemTagCreateDto.ts +12 -11
  107. package/clients/catalogService/models/ItemTagDto.ts +12 -12
  108. package/clients/catalogService/models/ItemTagDtoEnvelope.ts +14 -14
  109. package/clients/catalogService/models/ItemTagDtoListEnvelope.ts +14 -14
  110. package/clients/catalogService/models/ItemTagUpdateDto.ts +9 -9
  111. package/clients/catalogService/models/ItemTaxPolicyDto.ts +37 -37
  112. package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.ts +14 -14
  113. package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.ts +14 -14
  114. package/clients/catalogService/models/ItemTypeCreateDto.ts +17 -16
  115. package/clients/catalogService/models/ItemTypeDto.ts +17 -17
  116. package/clients/catalogService/models/ItemTypeDtoEnvelope.ts +14 -14
  117. package/clients/catalogService/models/ItemTypeDtoListEnvelope.ts +14 -14
  118. package/clients/catalogService/models/ItemTypeUpdateDto.ts +12 -12
  119. package/clients/catalogService/models/ItemWarrantyPolicyDto.ts +33 -34
  120. package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.ts +14 -14
  121. package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.ts +14 -14
  122. package/clients/catalogService/models/PricingRuleCreateDto.ts +32 -32
  123. package/clients/catalogService/models/PricingRuleDto.ts +31 -32
  124. package/clients/catalogService/models/PricingRuleDtoEnvelope.ts +14 -14
  125. package/clients/catalogService/models/PricingRuleDtoListEnvelope.ts +14 -14
  126. package/clients/catalogService/models/PricingRuleUpdateDto.ts +27 -27
  127. package/clients/catalogService/models/StockItemCreateDto.ts +108 -11
  128. package/clients/catalogService/models/StockItemDto.ts +146 -17
  129. package/clients/catalogService/models/StockItemDtoEnvelope.ts +14 -14
  130. package/clients/catalogService/models/StockItemDtoListEnvelope.ts +14 -14
  131. package/clients/catalogService/models/StockItemUpdateDto.ts +106 -9
  132. package/clients/catalogService/services/ItemAttachmentsService.ts +138 -127
  133. package/clients/catalogService/services/ItemAttributesService.ts +137 -127
  134. package/clients/catalogService/services/ItemBrandsService.ts +137 -127
  135. package/clients/catalogService/services/ItemCategoriesService.ts +137 -127
  136. package/clients/catalogService/services/ItemImagesService.ts +137 -127
  137. package/clients/catalogService/services/ItemQuestionsService.ts +137 -127
  138. package/clients/catalogService/services/ItemReviewsService.ts +137 -127
  139. package/clients/catalogService/services/ItemTagsService.ts +137 -132
  140. package/clients/catalogService/services/ItemTypesService.ts +137 -127
  141. package/clients/catalogService/services/PoliciesService.ts +117 -117
  142. package/clients/catalogService/services/PricingRulesService.ts +135 -127
  143. package/clients/catalogService/services/ProductsService.ts +1711 -1743
  144. package/clients/{contactService → crmService}/core/ApiError.ts +25 -25
  145. package/clients/{contactService → crmService}/core/ApiRequestOptions.ts +17 -17
  146. package/clients/{contactService → crmService}/core/ApiResult.ts +11 -11
  147. package/clients/{contactService → crmService}/core/CancelablePromise.ts +131 -131
  148. package/clients/{contactService → crmService}/core/OpenAPI.ts +32 -32
  149. package/clients/{contactService → crmService}/core/request.ts +322 -322
  150. package/clients/crmService/index.ts +26 -0
  151. package/clients/crmService/models/CartDto.ts +18 -0
  152. package/clients/crmService/models/CartDtoEnvelope.ts +14 -0
  153. package/clients/crmService/models/ContactCreateDto.ts +35 -0
  154. package/clients/crmService/models/ContactDto.ts +60 -0
  155. package/clients/{contactService → crmService}/models/ContactDtoEnvelope.ts +14 -14
  156. package/clients/{contactService → crmService}/models/ContactDtoListEnvelope.ts +14 -14
  157. package/clients/crmService/models/ContactUpdateDto.ts +39 -0
  158. package/clients/crmService/models/EmptyEnvelope.ts +11 -0
  159. package/clients/{contactService → crmService}/models/ErrorEnvelope.ts +12 -12
  160. package/clients/crmService/models/Operation.ts +23 -0
  161. package/clients/crmService/models/SocialProfileDto.ts +39 -0
  162. package/clients/crmService/models/SocialProfileDtoEnvelope.ts +14 -0
  163. package/clients/crmService/models/WalletDto.ts +22 -0
  164. package/clients/crmService/models/WalletDtoEnvelope.ts +14 -0
  165. package/clients/crmService/services/ContactsService.ts +562 -0
  166. package/clients/crmService/services/SyncService.ts +97 -0
  167. package/clients/forexService/core/ApiError.ts +25 -25
  168. package/clients/forexService/core/ApiRequestOptions.ts +17 -17
  169. package/clients/forexService/core/ApiResult.ts +11 -11
  170. package/clients/forexService/core/CancelablePromise.ts +131 -131
  171. package/clients/forexService/core/OpenAPI.ts +32 -32
  172. package/clients/forexService/core/request.ts +322 -322
  173. package/clients/forexService/index.ts +21 -30
  174. package/clients/forexService/models/Currency.ts +9 -9
  175. package/clients/{cartService/models/Envelope.ts → forexService/models/ErrorEnvelope.ts} +12 -13
  176. package/clients/forexService/models/ExchangeRate.ts +11 -0
  177. package/clients/forexService/models/ExchangeRateEnvelope.ts +14 -0
  178. package/clients/forexService/models/ForexRatesDto.ts +13 -13
  179. package/clients/forexService/models/ForexRatesDtoEnvelope.ts +14 -14
  180. package/clients/forexService/models/Money.ts +10 -10
  181. package/clients/forexService/models/MoneyEnvelope.ts +14 -14
  182. package/clients/forexService/services/ExchangeService.ts +65 -57
  183. package/clients/forexService/services/ExchangeVService.ts +65 -0
  184. package/clients/forexService/services/RatesService.ts +90 -36
  185. package/clients/holderService/core/ApiError.ts +25 -25
  186. package/clients/holderService/core/ApiRequestOptions.ts +17 -17
  187. package/clients/holderService/core/ApiResult.ts +11 -11
  188. package/clients/holderService/core/CancelablePromise.ts +131 -131
  189. package/clients/holderService/core/OpenAPI.ts +32 -32
  190. package/clients/holderService/core/request.ts +322 -322
  191. package/clients/holderService/index.ts +46 -31
  192. package/clients/holderService/models/AddressDto.ts +31 -0
  193. package/clients/holderService/models/AddressDtoListEnvelope.ts +14 -0
  194. package/clients/holderService/models/CartDto.ts +18 -0
  195. package/clients/holderService/models/CartDtoEnvelope.ts +14 -0
  196. package/clients/holderService/models/EmptyEnvelope.ts +11 -0
  197. package/clients/holderService/models/EmptyEnvelopeEnvelope.ts +14 -0
  198. package/clients/holderService/models/EnrollmentId.ts +5 -0
  199. package/clients/holderService/models/ErrorEnvelope.ts +12 -12
  200. package/clients/holderService/models/ExtendedPlatformUserDto.ts +78 -0
  201. package/clients/holderService/models/ExtendedPlatformUserDtoEnvelope.ts +14 -0
  202. package/clients/{tenantService/models/BusinessDto.ts → holderService/models/ExtendedTenantDto.ts} +51 -53
  203. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +14 -0
  204. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +16 -0
  205. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +14 -0
  206. package/clients/holderService/models/FollowRecordDto.ts +12 -12
  207. package/clients/holderService/models/NotificationDto.ts +16 -0
  208. package/clients/holderService/models/NotificationDtoListEnvelope.ts +14 -0
  209. package/clients/holderService/models/Operation.ts +23 -0
  210. package/clients/holderService/models/{AccountHolderDto.ts → PlatformUserDto.ts} +70 -73
  211. package/clients/holderService/models/PlatformUserDtoEnvelope.ts +14 -0
  212. package/clients/holderService/models/PlatformUserSettingsDto.ts +21 -0
  213. package/clients/holderService/models/PlatformUserSettingsDtoEnvelope.ts +14 -0
  214. package/clients/holderService/models/PlatformUserSettingsUpdateDto.ts +19 -0
  215. package/clients/holderService/models/PlatformUserUpdateDto.ts +43 -0
  216. package/clients/holderService/models/SocialProfileDto.ts +39 -0
  217. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +14 -0
  218. package/clients/{identityService/models/BusinessDto.ts → holderService/models/TenantDto.ts} +45 -53
  219. package/clients/holderService/models/TenantDtoListEnvelope.ts +14 -0
  220. package/clients/holderService/models/TenantEnrolmentDto.ts +14 -0
  221. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +14 -0
  222. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +14 -0
  223. package/clients/holderService/models/TenantInvitationDto.ts +16 -0
  224. package/clients/{catalogService/models/ItemBrandDtoIReadOnlyCollectionEnvelope.ts → holderService/models/TenantInvitationDtoListEnvelope.ts} +14 -14
  225. package/clients/holderService/models/WalletDto.ts +22 -0
  226. package/clients/holderService/models/WalletDtoEnvelope.ts +14 -0
  227. package/clients/holderService/services/HolderService.ts +356 -165
  228. package/clients/identityService/core/ApiError.ts +25 -25
  229. package/clients/identityService/core/ApiRequestOptions.ts +17 -17
  230. package/clients/identityService/core/ApiResult.ts +11 -11
  231. package/clients/identityService/core/CancelablePromise.ts +131 -131
  232. package/clients/identityService/core/OpenAPI.ts +32 -32
  233. package/clients/identityService/core/request.ts +322 -322
  234. package/clients/identityService/index.ts +40 -53
  235. package/clients/identityService/models/AccountHolderCreateDto.ts +40 -34
  236. package/clients/identityService/models/AccountHolderCreateDtoEnvelope.ts +14 -14
  237. package/clients/identityService/models/Actor.ts +12 -12
  238. package/clients/identityService/models/ApiResponse.ts +21 -22
  239. package/clients/identityService/models/ApiResponseEnvelope.ts +14 -14
  240. package/clients/identityService/models/ClientApplication.ts +16 -16
  241. package/clients/identityService/models/Error.ts +10 -10
  242. package/clients/identityService/models/ErrorEnvelope.ts +12 -12
  243. package/clients/identityService/models/IPLookupDto.ts +10 -10
  244. package/clients/identityService/models/JsonWebKey.ts +13 -13
  245. package/clients/identityService/models/JsonWebKeySet.ts +9 -9
  246. package/clients/identityService/models/JsonWebKeySetEnvelope.ts +14 -14
  247. package/clients/identityService/models/JsonWebToken.ts +15 -15
  248. package/clients/identityService/models/JsonWebTokenEnvelope.ts +14 -14
  249. package/clients/identityService/models/JsonWebTokenHeader.ts +11 -11
  250. package/clients/identityService/models/JsonWebTokenPayload.ts +17 -17
  251. package/clients/identityService/models/OAuthTokenRequest.ts +12 -12
  252. package/clients/identityService/models/OpenIdConfiguration.ts +19 -19
  253. package/clients/identityService/models/OpenIdConfigurationEnvelope.ts +14 -14
  254. package/clients/identityService/models/{AccountHolderDto.ts → PlatformUserDto.ts} +70 -73
  255. package/clients/identityService/models/ResponsePagination.ts +13 -13
  256. package/clients/identityService/models/ResponseStatus.ts +12 -12
  257. package/clients/identityService/models/SigninModel.ts +9 -9
  258. package/clients/identityService/models/StringListEnvelope.ts +13 -13
  259. package/clients/{holderService/models/BusinessDto.ts → identityService/models/TenantDto.ts} +45 -53
  260. package/clients/identityService/services/ApplicationsService.ts +107 -107
  261. package/clients/identityService/services/CheckerService.ts +19 -19
  262. package/clients/identityService/services/OAuthService.ts +147 -147
  263. package/clients/identityService/services/ResourceService.ts +19 -19
  264. package/clients/identityService/services/UserInfoService.ts +29 -29
  265. package/clients/inventoryService/core/ApiError.ts +25 -25
  266. package/clients/inventoryService/core/ApiRequestOptions.ts +17 -17
  267. package/clients/inventoryService/core/ApiResult.ts +11 -11
  268. package/clients/inventoryService/core/CancelablePromise.ts +131 -131
  269. package/clients/inventoryService/core/OpenAPI.ts +32 -32
  270. package/clients/inventoryService/core/request.ts +322 -322
  271. package/clients/inventoryService/index.ts +10 -24
  272. package/clients/inventoryService/services/InventoryService.ts +25 -25
  273. package/clients/invoicingService/core/ApiError.ts +25 -25
  274. package/clients/invoicingService/core/ApiRequestOptions.ts +17 -17
  275. package/clients/invoicingService/core/ApiResult.ts +11 -11
  276. package/clients/invoicingService/core/CancelablePromise.ts +131 -131
  277. package/clients/invoicingService/core/OpenAPI.ts +32 -32
  278. package/clients/invoicingService/core/request.ts +322 -322
  279. package/clients/invoicingService/index.ts +32 -28
  280. package/clients/invoicingService/models/ContactDto.ts +60 -0
  281. package/clients/invoicingService/models/Currency.ts +9 -0
  282. package/clients/invoicingService/models/EmptyEnvelope.ts +11 -0
  283. package/clients/invoicingService/models/ErrorEnvelope.ts +12 -12
  284. package/clients/invoicingService/models/ExtendedInvoiceDto.ts +44 -0
  285. package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.ts +14 -0
  286. package/clients/invoicingService/models/InvoiceCreateDto.ts +11 -0
  287. package/clients/invoicingService/models/InvoiceDto.ts +35 -13
  288. package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +14 -0
  289. package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +14 -14
  290. package/clients/{cartService/models/ProductCartRecordDto.ts → invoicingService/models/InvoiceLineDto.ts} +99 -98
  291. package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +14 -0
  292. package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +14 -0
  293. package/clients/invoicingService/models/InvoiceUpdateDto.ts +5 -0
  294. package/clients/invoicingService/models/ItemPriceCreateDto.ts +20 -0
  295. package/clients/invoicingService/models/ItemPriceUpdateDto.ts +14 -0
  296. package/clients/invoicingService/models/Money.ts +10 -0
  297. package/clients/invoicingService/models/MoneyEnvelope.ts +14 -0
  298. package/clients/invoicingService/models/PlatformUserDto.ts +70 -0
  299. package/clients/invoicingService/models/TenantDto.ts +45 -0
  300. package/clients/invoicingService/models/TenantEnrolmentDto.ts +14 -0
  301. package/clients/invoicingService/services/InvoicesService.ts +465 -63
  302. package/clients/ordersService/core/ApiError.ts +25 -0
  303. package/clients/ordersService/core/ApiRequestOptions.ts +17 -0
  304. package/clients/ordersService/core/ApiResult.ts +11 -0
  305. package/clients/ordersService/core/CancelablePromise.ts +131 -0
  306. package/clients/ordersService/core/OpenAPI.ts +32 -0
  307. package/clients/ordersService/core/request.ts +322 -0
  308. package/clients/ordersService/index.ts +23 -0
  309. package/clients/ordersService/models/EmptyEnvelope.ts +11 -0
  310. package/clients/ordersService/models/ErrorEnvelope.ts +12 -0
  311. package/clients/ordersService/models/ItemPriceCreateDto.ts +20 -0
  312. package/clients/ordersService/models/ItemPriceUpdateDto.ts +14 -0
  313. package/clients/ordersService/models/OrderCreateDto.ts +16 -0
  314. package/clients/ordersService/models/OrderDto.ts +51 -0
  315. package/clients/ordersService/models/OrderDtoEnvelope.ts +14 -0
  316. package/clients/ordersService/models/OrderDtoListEnvelope.ts +14 -0
  317. package/clients/ordersService/models/OrderLineDto.ts +99 -0
  318. package/clients/ordersService/models/OrderLineDtoEnvelope.ts +14 -0
  319. package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +14 -0
  320. package/clients/ordersService/models/OrderUpdateDto.ts +12 -0
  321. package/clients/ordersService/services/OrdersService.ts +299 -0
  322. package/clients/pricingService/core/ApiError.ts +25 -25
  323. package/clients/pricingService/core/ApiRequestOptions.ts +17 -17
  324. package/clients/pricingService/core/ApiResult.ts +11 -11
  325. package/clients/pricingService/core/CancelablePromise.ts +131 -131
  326. package/clients/pricingService/core/OpenAPI.ts +32 -32
  327. package/clients/pricingService/core/request.ts +322 -322
  328. package/clients/pricingService/index.ts +27 -29
  329. package/clients/pricingService/models/Currency.ts +9 -9
  330. package/clients/pricingService/models/EmptyEnvelope.ts +11 -0
  331. package/clients/pricingService/models/ErrorEnvelope.ts +12 -12
  332. package/clients/pricingService/models/ItemPriceCreateDto.ts +20 -0
  333. package/clients/pricingService/models/ItemPriceDto.ts +20 -0
  334. package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +14 -0
  335. package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +14 -0
  336. package/clients/pricingService/models/ItemPriceUpdateDto.ts +14 -0
  337. package/clients/pricingService/models/Money.ts +10 -10
  338. package/clients/pricingService/models/MoneyEnvelope.ts +14 -14
  339. package/clients/pricingService/models/PriceListCreateDto.ts +18 -0
  340. package/clients/pricingService/models/PriceListDto.ts +17 -0
  341. package/clients/pricingService/models/PriceListDtoEnvelope.ts +14 -0
  342. package/clients/pricingService/models/PriceListDtoListEnvelope.ts +14 -0
  343. package/clients/pricingService/models/PriceListUpdateDto.ts +14 -0
  344. package/clients/pricingService/services/PriceListsService.ts +280 -34
  345. package/clients/pricingService/services/PricesService.ts +82 -82
  346. package/clients/systemService/core/ApiError.ts +25 -0
  347. package/clients/systemService/core/ApiRequestOptions.ts +17 -0
  348. package/clients/systemService/core/ApiResult.ts +11 -0
  349. package/clients/systemService/core/CancelablePromise.ts +131 -0
  350. package/clients/systemService/core/OpenAPI.ts +32 -0
  351. package/clients/systemService/core/request.ts +322 -0
  352. package/clients/systemService/index.ts +33 -0
  353. package/clients/systemService/models/BooleanEnvelope.ts +13 -0
  354. package/clients/systemService/models/ErrorEnvelope.ts +12 -0
  355. package/clients/systemService/models/GeneralValidationFailure.ts +9 -0
  356. package/clients/{catalogService/models/ItemAttachmentDtoIReadOnlyCollectionEnvelope.ts → systemService/models/GeneralValidationFailureListEnvelope.ts} +14 -14
  357. package/clients/systemService/models/ISwaggerContact.ts +10 -0
  358. package/clients/systemService/models/ISwaggerEndpoint.ts +10 -0
  359. package/clients/systemService/models/ISwaggerLicense.ts +9 -0
  360. package/clients/systemService/models/ISwaggerSpec.ts +19 -0
  361. package/clients/systemService/models/LicenseValidationRequest.ts +8 -0
  362. package/clients/systemService/models/Module.ts +43 -0
  363. package/clients/systemService/models/ModuleListEnvelope.ts +14 -0
  364. package/clients/systemService/models/StringListEnvelope.ts +13 -0
  365. package/clients/systemService/models/StudioModule.ts +9 -0
  366. package/clients/systemService/models/StudioModuleListEnvelope.ts +14 -0
  367. package/clients/systemService/models/SuiteLicenseAssignmentDto.ts +16 -0
  368. package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +14 -0
  369. package/clients/systemService/models/SuiteLicenseDto.ts +15 -0
  370. package/clients/systemService/models/SuiteLicenseDtoEnvelope.ts +14 -0
  371. package/clients/systemService/models/SuiteLicenseDtoListEnvelope.ts +14 -0
  372. package/clients/systemService/services/AntiforgeryService.ts +29 -0
  373. package/clients/systemService/services/LicensingService.ts +190 -0
  374. package/clients/systemService/services/MigrationsService.ts +44 -0
  375. package/clients/systemService/services/ModulesService.ts +51 -0
  376. package/clients/tenantService/core/ApiError.ts +25 -25
  377. package/clients/tenantService/core/ApiRequestOptions.ts +17 -17
  378. package/clients/tenantService/core/ApiResult.ts +11 -11
  379. package/clients/tenantService/core/CancelablePromise.ts +131 -131
  380. package/clients/tenantService/core/OpenAPI.ts +32 -32
  381. package/clients/tenantService/core/request.ts +322 -322
  382. package/clients/tenantService/index.ts +133 -62
  383. package/clients/tenantService/models/BooleanEnvelope.ts +13 -0
  384. package/clients/tenantService/models/CancellationToken.ts +11 -0
  385. package/clients/tenantService/models/CartDto.ts +18 -0
  386. package/clients/tenantService/models/CartDtoEnvelope.ts +14 -0
  387. package/clients/tenantService/models/EmptyEnvelope.ts +11 -0
  388. package/clients/tenantService/models/ErrorEnvelope.ts +12 -0
  389. package/clients/tenantService/models/ExtendedTenantDto.ts +51 -0
  390. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +14 -0
  391. package/clients/tenantService/models/IntPtr.ts +5 -5
  392. package/clients/tenantService/models/NotificationDto.ts +16 -16
  393. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +14 -14
  394. package/clients/tenantService/models/Operation.ts +23 -0
  395. package/clients/tenantService/models/PlatformUserDto.ts +70 -0
  396. package/clients/tenantService/models/PlatformUserDtoListEnvelope.ts +14 -0
  397. package/clients/tenantService/models/SafeWaitHandle.ts +9 -0
  398. package/clients/tenantService/models/SocialProfileDto.ts +39 -0
  399. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +14 -0
  400. package/clients/tenantService/models/StringListEnvelope.ts +13 -13
  401. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +16 -0
  402. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +14 -0
  403. package/clients/tenantService/models/SuiteLicenseDto.ts +15 -0
  404. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +14 -0
  405. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +9 -0
  406. package/clients/{catalogService/models/ItemCategoryDtoIReadOnlyCollectionEnvelope.ts → tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts} +14 -14
  407. package/clients/tenantService/models/{BusinessCreateDto.ts → TenantCreateDto.ts} +25 -24
  408. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +16 -0
  409. package/clients/tenantService/models/TenantDepartmentDto.ts +16 -0
  410. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +14 -0
  411. package/clients/tenantService/models/TenantDepartmentDtoIReadOnlyListEnvelope.ts +14 -0
  412. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +12 -0
  413. package/clients/tenantService/models/TenantDto.ts +45 -0
  414. package/clients/tenantService/models/TenantDtoEnvelope.ts +14 -0
  415. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +11 -0
  416. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +9 -0
  417. package/clients/tenantService/models/TenantEnrolmentDto.ts +14 -0
  418. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +14 -0
  419. package/clients/tenantService/models/TenantEnrolmentDtoIReadOnlyListEnvelope.ts +14 -0
  420. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +14 -0
  421. package/clients/tenantService/models/TenantIndustryCreateDto.ts +12 -0
  422. package/clients/tenantService/models/TenantIndustryDto.ts +12 -0
  423. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +14 -0
  424. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +10 -0
  425. package/clients/tenantService/models/TenantInvitationCreateDto.ts +12 -0
  426. package/clients/tenantService/models/TenantInvitationDto.ts +16 -0
  427. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +14 -0
  428. package/clients/{catalogService/models/ItemImageDtoIReadOnlyCollectionEnvelope.ts → tenantService/models/TenantInvitationDtoListEnvelope.ts} +14 -14
  429. package/clients/tenantService/models/TenantPositionCreateDto.ts +13 -0
  430. package/clients/tenantService/models/TenantPositionDto.ts +13 -0
  431. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +14 -0
  432. package/clients/tenantService/models/TenantPositionDtoIReadOnlyListEnvelope.ts +14 -0
  433. package/clients/tenantService/models/TenantPositionUpdateDto.ts +9 -0
  434. package/clients/tenantService/models/TenantSegmentCreateDto.ts +12 -0
  435. package/clients/tenantService/models/TenantSegmentDto.ts +12 -0
  436. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +14 -0
  437. package/clients/tenantService/models/TenantSegmentDtoIReadOnlyListEnvelope.ts +14 -0
  438. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +10 -0
  439. package/clients/tenantService/models/TenantSizeCreateDto.ts +12 -0
  440. package/clients/tenantService/models/TenantSizeDto.ts +12 -0
  441. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +14 -0
  442. package/clients/tenantService/models/TenantSizeDtoIReadOnlyListEnvelope.ts +14 -0
  443. package/clients/tenantService/models/TenantSizeUpdateDto.ts +10 -0
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +13 -0
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +13 -0
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +14 -0
  447. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
  448. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +11 -0
  449. package/clients/tenantService/models/TenantTeamCreateDto.ts +17 -0
  450. package/clients/tenantService/models/TenantTeamDto.ts +17 -0
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +14 -0
  452. package/clients/{catalogService/models/ItemPricePolicyDtoEnvelope.ts → tenantService/models/TenantTeamDtoIReadOnlyCollectionEnvelope.ts} +14 -14
  453. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +13 -0
  454. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +13 -0
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +14 -0
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +11 -0
  458. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +13 -0
  459. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +13 -0
  460. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +14 -0
  461. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
  462. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +11 -0
  463. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +12 -0
  464. package/clients/tenantService/models/TenantTeamRecordDto.ts +12 -0
  465. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +14 -0
  466. package/clients/tenantService/models/TenantTeamRecordDtoIReadOnlyCollectionEnvelope.ts +14 -0
  467. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +10 -0
  468. package/clients/tenantService/models/TenantTeamUpdateDto.ts +17 -0
  469. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +14 -0
  470. package/clients/tenantService/models/TenantTerritoryDto.ts +14 -0
  471. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +14 -0
  472. package/clients/tenantService/models/TenantTerritoryDtoIReadOnlyListEnvelope.ts +14 -0
  473. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +9 -0
  474. package/clients/tenantService/models/TenantTypeCreateDto.ts +11 -0
  475. package/clients/tenantService/models/TenantTypeDto.ts +11 -0
  476. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +14 -0
  477. package/clients/{cartService/models/WishListDtoIReadOnlyListEnvelope.ts → tenantService/models/TenantTypeDtoIReadOnlyCollectionEnvelope.ts} +14 -14
  478. package/clients/tenantService/models/TenantTypeUpdateDto.ts +9 -0
  479. package/clients/tenantService/models/TenantUnitCreateDto.ts +18 -0
  480. package/clients/tenantService/models/TenantUnitDto.ts +18 -0
  481. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +14 -0
  482. package/clients/tenantService/models/TenantUnitDtoIReadOnlyListEnvelope.ts +14 -0
  483. package/clients/tenantService/models/TenantUnitUpdateDto.ts +14 -0
  484. package/clients/tenantService/models/TenantUpdateDto.ts +31 -0
  485. package/clients/tenantService/models/WaitHandle.ts +11 -0
  486. package/clients/tenantService/models/WalletDto.ts +22 -21
  487. package/clients/tenantService/models/WalletDtoEnvelope.ts +14 -0
  488. package/clients/tenantService/models/WebPortalDto.ts +19 -0
  489. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +14 -0
  490. package/clients/tenantService/services/DepartmentsService.ts +168 -0
  491. package/clients/tenantService/services/EmployeeEnrollmentsService.ts +151 -0
  492. package/clients/tenantService/services/EnrollmentsService.ts +165 -0
  493. package/clients/tenantService/services/IndustriesService.ts +160 -0
  494. package/clients/tenantService/services/InvitationsService.ts +125 -0
  495. package/clients/tenantService/services/PositionsService.ts +162 -0
  496. package/clients/tenantService/services/SegmentsService.ts +161 -0
  497. package/clients/tenantService/services/SizesService.ts +168 -0
  498. package/clients/tenantService/services/TeamContactEnrollmentsService.ts +161 -0
  499. package/clients/tenantService/services/TeamProjectEnrollmentService.ts +151 -0
  500. package/clients/tenantService/services/TeamRecordsService.ts +162 -0
  501. package/clients/tenantService/services/TeamsService.ts +162 -0
  502. package/clients/tenantService/services/TenantsService.ts +805 -354
  503. package/clients/tenantService/services/TerritoriesService.ts +162 -0
  504. package/clients/tenantService/services/TypesService.ts +146 -0
  505. package/clients/tenantService/services/UnitsService.ts +160 -0
  506. package/clients/walletsService/core/ApiError.ts +25 -0
  507. package/clients/walletsService/core/ApiRequestOptions.ts +17 -0
  508. package/clients/walletsService/core/ApiResult.ts +11 -0
  509. package/clients/walletsService/core/CancelablePromise.ts +131 -0
  510. package/clients/walletsService/core/OpenAPI.ts +32 -0
  511. package/clients/walletsService/core/request.ts +322 -0
  512. package/clients/walletsService/index.ts +22 -0
  513. package/clients/walletsService/models/ErrorEnvelope.ts +12 -0
  514. package/clients/walletsService/models/InvoiceDto.ts +35 -0
  515. package/clients/{invoicingService/models/InvoiceDtoIReadOnlyListEnvelope.ts → walletsService/models/InvoiceDtoListEnvelope.ts} +14 -14
  516. package/clients/walletsService/models/LocationDto.ts +31 -0
  517. package/clients/walletsService/models/LocationDtoListEnvelope.ts +14 -0
  518. package/clients/walletsService/models/OrderDto.ts +51 -0
  519. package/clients/walletsService/models/OrderDtoListEnvelope.ts +14 -0
  520. package/clients/walletsService/models/PaymentDto.ts +17 -0
  521. package/clients/walletsService/models/PaymentDtoListEnvelope.ts +14 -0
  522. package/clients/walletsService/models/WalletDto.ts +22 -0
  523. package/clients/walletsService/models/WalletDtoEnvelope.ts +14 -0
  524. package/clients/walletsService/services/WalletsService.ts +194 -0
  525. package/package.json +40 -38
  526. package/schemas/cartService/schema.s.ts +2462 -1560
  527. package/schemas/catalogService/schema.s.ts +5989 -6109
  528. package/schemas/crmService/schema.s.ts +1268 -0
  529. package/schemas/forexService/schema.s.ts +365 -526
  530. package/schemas/holderService/schema.s.ts +1256 -831
  531. package/schemas/identityService/schema.s.ts +717 -1119
  532. package/schemas/inventoryService/schema.s.ts +43 -425
  533. package/schemas/invoicingService/schema.s.ts +1101 -521
  534. package/schemas/ordersService/schema.s.ts +632 -0
  535. package/schemas/pricingService/schema.s.ts +579 -549
  536. package/schemas/systemService/schema.s.ts +1305 -0
  537. package/schemas/tenantService/schema.s.ts +5698 -1606
  538. package/schemas/walletsService/schema.s.ts +542 -0
  539. package/tsconfig.json +110 -0
  540. package/vite.config.js +29 -0
  541. package/wwwroot/build/bundle.js +1 -0
  542. package/clients/cartService/models/AccessTokenResponse.ts +0 -11
  543. package/clients/cartService/models/Error.ts +0 -10
  544. package/clients/cartService/models/ForgotPasswordRequest.ts +0 -8
  545. package/clients/cartService/models/HttpValidationProblemDetails.ts +0 -5
  546. package/clients/cartService/models/InfoRequest.ts +0 -10
  547. package/clients/cartService/models/InfoResponse.ts +0 -9
  548. package/clients/cartService/models/LoginRequest.ts +0 -11
  549. package/clients/cartService/models/RefreshRequest.ts +0 -8
  550. package/clients/cartService/models/RegisterRequest.ts +0 -9
  551. package/clients/cartService/models/ResendConfirmationEmailRequest.ts +0 -8
  552. package/clients/cartService/models/ResetPasswordRequest.ts +0 -10
  553. package/clients/cartService/models/ResponseStatus.ts +0 -12
  554. package/clients/cartService/models/TwoFactorRequest.ts +0 -12
  555. package/clients/cartService/models/TwoFactorResponse.ts +0 -12
  556. package/clients/cartService/models/WishListItemRecordDtoIReadOnlyListEnvelope.ts +0 -14
  557. package/clients/cartService/services/FenixAllianceAbsWebService.ts +0 -293
  558. package/clients/catalogService/models/AccessTokenResponse.ts +0 -11
  559. package/clients/catalogService/models/ForgotPasswordRequest.ts +0 -8
  560. package/clients/catalogService/models/HttpValidationProblemDetails.ts +0 -5
  561. package/clients/catalogService/models/InfoRequest.ts +0 -10
  562. package/clients/catalogService/models/InfoResponse.ts +0 -9
  563. package/clients/catalogService/models/ItemPricePolicyDto.ts +0 -35
  564. package/clients/catalogService/models/ItemPricePolicyDtoListEnvelope.ts +0 -14
  565. package/clients/catalogService/models/ItemQuestionDtoIReadOnlyCollectionEnvelope.ts +0 -14
  566. package/clients/catalogService/models/ItemReviewDtoIReadOnlyCollectionEnvelope.ts +0 -14
  567. package/clients/catalogService/models/ItemTypeDtoIReadOnlyCollectionEnvelope.ts +0 -14
  568. package/clients/catalogService/models/LoginRequest.ts +0 -11
  569. package/clients/catalogService/models/PricingRuleDtoIReadOnlyCollectionEnvelope.ts +0 -14
  570. package/clients/catalogService/models/RefreshRequest.ts +0 -8
  571. package/clients/catalogService/models/RegisterRequest.ts +0 -9
  572. package/clients/catalogService/models/ResendConfirmationEmailRequest.ts +0 -8
  573. package/clients/catalogService/models/ResetPasswordRequest.ts +0 -10
  574. package/clients/catalogService/models/TwoFactorRequest.ts +0 -12
  575. package/clients/catalogService/models/TwoFactorResponse.ts +0 -12
  576. package/clients/catalogService/services/FenixAllianceAbsWebService.ts +0 -293
  577. package/clients/contactService/index.ts +0 -28
  578. package/clients/contactService/models/AccessTokenResponse.ts +0 -11
  579. package/clients/contactService/models/ContactDto.ts +0 -44
  580. package/clients/contactService/models/ForgotPasswordRequest.ts +0 -8
  581. package/clients/contactService/models/HttpValidationProblemDetails.ts +0 -5
  582. package/clients/contactService/models/InfoRequest.ts +0 -10
  583. package/clients/contactService/models/InfoResponse.ts +0 -9
  584. package/clients/contactService/models/LoginRequest.ts +0 -11
  585. package/clients/contactService/models/RefreshRequest.ts +0 -8
  586. package/clients/contactService/models/RegisterRequest.ts +0 -9
  587. package/clients/contactService/models/ResendConfirmationEmailRequest.ts +0 -8
  588. package/clients/contactService/models/ResetPasswordRequest.ts +0 -10
  589. package/clients/contactService/models/TwoFactorRequest.ts +0 -12
  590. package/clients/contactService/models/TwoFactorResponse.ts +0 -12
  591. package/clients/contactService/services/ContactsService.ts +0 -140
  592. package/clients/contactService/services/FenixAllianceAbsWebService.ts +0 -293
  593. package/clients/forexService/models/AccessTokenResponse.ts +0 -11
  594. package/clients/forexService/models/ForgotPasswordRequest.ts +0 -8
  595. package/clients/forexService/models/HttpValidationProblemDetails.ts +0 -5
  596. package/clients/forexService/models/InfoRequest.ts +0 -10
  597. package/clients/forexService/models/InfoResponse.ts +0 -9
  598. package/clients/forexService/models/LoginRequest.ts +0 -11
  599. package/clients/forexService/models/RefreshRequest.ts +0 -8
  600. package/clients/forexService/models/RegisterRequest.ts +0 -9
  601. package/clients/forexService/models/ResendConfirmationEmailRequest.ts +0 -8
  602. package/clients/forexService/models/ResetPasswordRequest.ts +0 -10
  603. package/clients/forexService/models/TwoFactorRequest.ts +0 -12
  604. package/clients/forexService/models/TwoFactorResponse.ts +0 -12
  605. package/clients/forexService/services/FenixAllianceAbsWebService.ts +0 -293
  606. package/clients/holderService/models/AccessTokenResponse.ts +0 -11
  607. package/clients/holderService/models/AccountHolderCreateDto.ts +0 -34
  608. package/clients/holderService/models/AccountHolderDtoEnvelope.ts +0 -14
  609. package/clients/holderService/models/BusinessEnrollmentDto.ts +0 -19
  610. package/clients/holderService/models/ForgotPasswordRequest.ts +0 -8
  611. package/clients/holderService/models/HttpValidationProblemDetails.ts +0 -5
  612. package/clients/holderService/models/InfoRequest.ts +0 -10
  613. package/clients/holderService/models/InfoResponse.ts +0 -9
  614. package/clients/holderService/models/LoginRequest.ts +0 -11
  615. package/clients/holderService/models/RefreshRequest.ts +0 -8
  616. package/clients/holderService/models/RegisterRequest.ts +0 -9
  617. package/clients/holderService/models/ResendConfirmationEmailRequest.ts +0 -8
  618. package/clients/holderService/models/ResetPasswordRequest.ts +0 -10
  619. package/clients/holderService/models/TwoFactorRequest.ts +0 -12
  620. package/clients/holderService/models/TwoFactorResponse.ts +0 -12
  621. package/clients/holderService/services/FenixAllianceAbsWebService.ts +0 -293
  622. package/clients/identityService/models/AccessTokenResponse.ts +0 -11
  623. package/clients/identityService/models/ForgotPasswordRequest.ts +0 -8
  624. package/clients/identityService/models/HttpValidationProblemDetails.ts +0 -5
  625. package/clients/identityService/models/InfoRequest.ts +0 -10
  626. package/clients/identityService/models/InfoResponse.ts +0 -9
  627. package/clients/identityService/models/LoginRequest.ts +0 -11
  628. package/clients/identityService/models/RefreshRequest.ts +0 -8
  629. package/clients/identityService/models/RegisterRequest.ts +0 -9
  630. package/clients/identityService/models/ResendConfirmationEmailRequest.ts +0 -8
  631. package/clients/identityService/models/ResetPasswordRequest.ts +0 -10
  632. package/clients/identityService/models/TwoFactorRequest.ts +0 -12
  633. package/clients/identityService/models/TwoFactorResponse.ts +0 -12
  634. package/clients/identityService/services/FenixAllianceAbsWebService.ts +0 -293
  635. package/clients/inventoryService/models/AccessTokenResponse.ts +0 -11
  636. package/clients/inventoryService/models/ForgotPasswordRequest.ts +0 -8
  637. package/clients/inventoryService/models/HttpValidationProblemDetails.ts +0 -5
  638. package/clients/inventoryService/models/InfoRequest.ts +0 -10
  639. package/clients/inventoryService/models/InfoResponse.ts +0 -9
  640. package/clients/inventoryService/models/LoginRequest.ts +0 -11
  641. package/clients/inventoryService/models/RefreshRequest.ts +0 -8
  642. package/clients/inventoryService/models/RegisterRequest.ts +0 -9
  643. package/clients/inventoryService/models/ResendConfirmationEmailRequest.ts +0 -8
  644. package/clients/inventoryService/models/ResetPasswordRequest.ts +0 -10
  645. package/clients/inventoryService/models/TwoFactorRequest.ts +0 -12
  646. package/clients/inventoryService/models/TwoFactorResponse.ts +0 -12
  647. package/clients/inventoryService/services/FenixAllianceAbsWebService.ts +0 -293
  648. package/clients/invoicingService/models/AccessTokenResponse.ts +0 -11
  649. package/clients/invoicingService/models/ForgotPasswordRequest.ts +0 -8
  650. package/clients/invoicingService/models/HttpValidationProblemDetails.ts +0 -5
  651. package/clients/invoicingService/models/InfoRequest.ts +0 -10
  652. package/clients/invoicingService/models/InfoResponse.ts +0 -9
  653. package/clients/invoicingService/models/LoginRequest.ts +0 -11
  654. package/clients/invoicingService/models/RefreshRequest.ts +0 -8
  655. package/clients/invoicingService/models/RegisterRequest.ts +0 -9
  656. package/clients/invoicingService/models/ResendConfirmationEmailRequest.ts +0 -8
  657. package/clients/invoicingService/models/ResetPasswordRequest.ts +0 -10
  658. package/clients/invoicingService/models/TwoFactorRequest.ts +0 -12
  659. package/clients/invoicingService/models/TwoFactorResponse.ts +0 -12
  660. package/clients/invoicingService/services/FenixAllianceAbsWebService.ts +0 -293
  661. package/clients/pricingService/models/AccessTokenResponse.ts +0 -11
  662. package/clients/pricingService/models/ForgotPasswordRequest.ts +0 -8
  663. package/clients/pricingService/models/HttpValidationProblemDetails.ts +0 -5
  664. package/clients/pricingService/models/InfoRequest.ts +0 -10
  665. package/clients/pricingService/models/InfoResponse.ts +0 -9
  666. package/clients/pricingService/models/LoginRequest.ts +0 -11
  667. package/clients/pricingService/models/RefreshRequest.ts +0 -8
  668. package/clients/pricingService/models/RegisterRequest.ts +0 -9
  669. package/clients/pricingService/models/ResendConfirmationEmailRequest.ts +0 -8
  670. package/clients/pricingService/models/ResetPasswordRequest.ts +0 -10
  671. package/clients/pricingService/models/TwoFactorRequest.ts +0 -12
  672. package/clients/pricingService/models/TwoFactorResponse.ts +0 -12
  673. package/clients/pricingService/services/FenixAllianceAbsWebService.ts +0 -293
  674. package/clients/tenantService/models/AccessTokenResponse.ts +0 -11
  675. package/clients/tenantService/models/AccountHolderCreateDto.ts +0 -34
  676. package/clients/tenantService/models/AggregateException.ts +0 -18
  677. package/clients/tenantService/models/Assembly.ts +0 -46
  678. package/clients/tenantService/models/BusinessEnrollmentDto.ts +0 -19
  679. package/clients/tenantService/models/BusinessEnrollmentDtoEnvelope.ts +0 -14
  680. package/clients/tenantService/models/BusinessEnrollmentDtoIReadOnlyListEnvelope.ts +0 -14
  681. package/clients/tenantService/models/ConstructorInfo.ts +0 -103
  682. package/clients/tenantService/models/CustomAttributeData.ts +0 -15
  683. package/clients/tenantService/models/CustomAttributeNamedArgument.ts +0 -13
  684. package/clients/tenantService/models/CustomAttributeTypedArgument.ts +0 -10
  685. package/clients/tenantService/models/Error.ts +0 -10
  686. package/clients/tenantService/models/EventInfo.ts +0 -44
  687. package/clients/tenantService/models/Exception.ts +0 -16
  688. package/clients/tenantService/models/FieldInfo.ts +0 -74
  689. package/clients/tenantService/models/ForgotPasswordRequest.ts +0 -8
  690. package/clients/tenantService/models/HttpValidationProblemDetails.ts +0 -5
  691. package/clients/tenantService/models/ICustomAttributeProvider.ts +0 -5
  692. package/clients/tenantService/models/InfoRequest.ts +0 -10
  693. package/clients/tenantService/models/InfoResponse.ts +0 -9
  694. package/clients/tenantService/models/LoginRequest.ts +0 -11
  695. package/clients/tenantService/models/MemberInfo.ts +0 -31
  696. package/clients/tenantService/models/MethodBase.ts +0 -103
  697. package/clients/tenantService/models/MethodInfo.ts +0 -108
  698. package/clients/tenantService/models/Module.ts +0 -19
  699. package/clients/tenantService/models/ModuleHandle.ts +0 -8
  700. package/clients/tenantService/models/ParameterInfo.ts +0 -40
  701. package/clients/tenantService/models/PropertyInfo.ts +0 -49
  702. package/clients/tenantService/models/RefreshRequest.ts +0 -8
  703. package/clients/tenantService/models/RegisterRequest.ts +0 -9
  704. package/clients/tenantService/models/ResendConfirmationEmailRequest.ts +0 -8
  705. package/clients/tenantService/models/ResetPasswordRequest.ts +0 -10
  706. package/clients/tenantService/models/ResponseStatus.ts +0 -12
  707. package/clients/tenantService/models/RuntimeFieldHandle.ts +0 -9
  708. package/clients/tenantService/models/RuntimeMethodHandle.ts +0 -9
  709. package/clients/tenantService/models/RuntimeTypeHandle.ts +0 -9
  710. package/clients/tenantService/models/StructLayoutAttribute.ts +0 -16
  711. package/clients/tenantService/models/TwoFactorRequest.ts +0 -12
  712. package/clients/tenantService/models/TwoFactorResponse.ts +0 -12
  713. package/clients/tenantService/models/Type.ts +0 -141
  714. package/clients/tenantService/models/TypeInfo.ts +0 -156
  715. package/clients/tenantService/models/WalletDtoTask.ts +0 -40
  716. package/clients/tenantService/services/FenixAllianceAbsWebService.ts +0 -293
  717. package/schemas/contactService/schema.s.ts +0 -674
@@ -0,0 +1,1268 @@
1
+ /**
2
+ * This file was auto-generated by openapi-typescript.
3
+ * Do not make direct changes to the file.
4
+ */
5
+
6
+
7
+ export interface paths {
8
+ "/api/v2/CrmService/Contacts/OData": {
9
+ get: {
10
+ parameters: {
11
+ query: {
12
+ tenantId: string;
13
+ "api-version"?: string;
14
+ };
15
+ };
16
+ responses: {
17
+ /** @description OK */
18
+ 200: {
19
+ content: {
20
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
21
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
22
+ };
23
+ };
24
+ /** @description Unauthorized */
25
+ 401: {
26
+ content: {
27
+ "application/json": components["schemas"]["ErrorEnvelope"];
28
+ "application/xml": components["schemas"]["ErrorEnvelope"];
29
+ };
30
+ };
31
+ /** @description Forbidden */
32
+ 403: {
33
+ content: {
34
+ "application/json": components["schemas"]["ErrorEnvelope"];
35
+ "application/xml": components["schemas"]["ErrorEnvelope"];
36
+ };
37
+ };
38
+ };
39
+ };
40
+ };
41
+ "/api/v2/CrmService/Contacts": {
42
+ get: {
43
+ parameters: {
44
+ query: {
45
+ tenantId: string;
46
+ "api-version"?: string;
47
+ };
48
+ };
49
+ responses: {
50
+ /** @description OK */
51
+ 200: {
52
+ content: {
53
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
54
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
55
+ };
56
+ };
57
+ /** @description Unauthorized */
58
+ 401: {
59
+ content: {
60
+ "application/json": components["schemas"]["ErrorEnvelope"];
61
+ "application/xml": components["schemas"]["ErrorEnvelope"];
62
+ };
63
+ };
64
+ /** @description Forbidden */
65
+ 403: {
66
+ content: {
67
+ "application/json": components["schemas"]["ErrorEnvelope"];
68
+ "application/xml": components["schemas"]["ErrorEnvelope"];
69
+ };
70
+ };
71
+ };
72
+ };
73
+ post: {
74
+ parameters: {
75
+ query: {
76
+ tenantId: string;
77
+ "api-version"?: string;
78
+ };
79
+ };
80
+ requestBody?: {
81
+ content: {
82
+ "application/json": components["schemas"]["ContactCreateDto"];
83
+ "application/xml": components["schemas"]["ContactCreateDto"];
84
+ };
85
+ };
86
+ responses: {
87
+ /** @description OK */
88
+ 200: {
89
+ content: {
90
+ "application/json": components["schemas"]["EmptyEnvelope"];
91
+ "application/xml": components["schemas"]["EmptyEnvelope"];
92
+ };
93
+ };
94
+ /** @description Unauthorized */
95
+ 401: {
96
+ content: {
97
+ "application/json": components["schemas"]["ErrorEnvelope"];
98
+ "application/xml": components["schemas"]["ErrorEnvelope"];
99
+ };
100
+ };
101
+ /** @description Forbidden */
102
+ 403: {
103
+ content: {
104
+ "application/json": components["schemas"]["ErrorEnvelope"];
105
+ "application/xml": components["schemas"]["ErrorEnvelope"];
106
+ };
107
+ };
108
+ };
109
+ };
110
+ };
111
+ "/api/v2/CrmService/Contacts/{contactId}": {
112
+ get: {
113
+ parameters: {
114
+ query: {
115
+ tenantId: string;
116
+ "api-version"?: string;
117
+ };
118
+ path: {
119
+ contactId: string;
120
+ };
121
+ };
122
+ responses: {
123
+ /** @description OK */
124
+ 200: {
125
+ content: {
126
+ "application/json": components["schemas"]["ContactDtoEnvelope"];
127
+ "application/xml": components["schemas"]["ContactDtoEnvelope"];
128
+ };
129
+ };
130
+ /** @description Unauthorized */
131
+ 401: {
132
+ content: {
133
+ "application/json": components["schemas"]["ErrorEnvelope"];
134
+ "application/xml": components["schemas"]["ErrorEnvelope"];
135
+ };
136
+ };
137
+ /** @description Forbidden */
138
+ 403: {
139
+ content: {
140
+ "application/json": components["schemas"]["ErrorEnvelope"];
141
+ "application/xml": components["schemas"]["ErrorEnvelope"];
142
+ };
143
+ };
144
+ };
145
+ };
146
+ put: {
147
+ parameters: {
148
+ query: {
149
+ tenantId: string;
150
+ "api-version"?: string;
151
+ };
152
+ path: {
153
+ contactId: string;
154
+ };
155
+ };
156
+ requestBody?: {
157
+ content: {
158
+ "application/json": components["schemas"]["ContactUpdateDto"];
159
+ "application/xml": components["schemas"]["ContactUpdateDto"];
160
+ };
161
+ };
162
+ responses: {
163
+ /** @description OK */
164
+ 200: {
165
+ content: {
166
+ "application/json": components["schemas"]["EmptyEnvelope"];
167
+ "application/xml": components["schemas"]["EmptyEnvelope"];
168
+ };
169
+ };
170
+ /** @description Unauthorized */
171
+ 401: {
172
+ content: {
173
+ "application/json": components["schemas"]["ErrorEnvelope"];
174
+ "application/xml": components["schemas"]["ErrorEnvelope"];
175
+ };
176
+ };
177
+ /** @description Forbidden */
178
+ 403: {
179
+ content: {
180
+ "application/json": components["schemas"]["ErrorEnvelope"];
181
+ "application/xml": components["schemas"]["ErrorEnvelope"];
182
+ };
183
+ };
184
+ };
185
+ };
186
+ delete: {
187
+ parameters: {
188
+ query: {
189
+ tenantId: string;
190
+ "api-version"?: string;
191
+ };
192
+ path: {
193
+ contactId: string;
194
+ };
195
+ };
196
+ responses: {
197
+ /** @description OK */
198
+ 200: {
199
+ content: {
200
+ "application/json": components["schemas"]["EmptyEnvelope"];
201
+ "application/xml": components["schemas"]["EmptyEnvelope"];
202
+ };
203
+ };
204
+ /** @description Unauthorized */
205
+ 401: {
206
+ content: {
207
+ "application/json": components["schemas"]["ErrorEnvelope"];
208
+ "application/xml": components["schemas"]["ErrorEnvelope"];
209
+ };
210
+ };
211
+ /** @description Forbidden */
212
+ 403: {
213
+ content: {
214
+ "application/json": components["schemas"]["ErrorEnvelope"];
215
+ "application/xml": components["schemas"]["ErrorEnvelope"];
216
+ };
217
+ };
218
+ };
219
+ };
220
+ patch: {
221
+ parameters: {
222
+ query: {
223
+ tenantId: string;
224
+ "api-version"?: string;
225
+ };
226
+ path: {
227
+ contactId: string;
228
+ };
229
+ };
230
+ requestBody?: {
231
+ content: {
232
+ "application/json": components["schemas"]["Operation"][];
233
+ "application/xml": components["schemas"]["Operation"][];
234
+ };
235
+ };
236
+ responses: {
237
+ /** @description OK */
238
+ 200: {
239
+ content: {
240
+ "application/json": components["schemas"]["EmptyEnvelope"];
241
+ "application/xml": components["schemas"]["EmptyEnvelope"];
242
+ };
243
+ };
244
+ /** @description Unauthorized */
245
+ 401: {
246
+ content: {
247
+ "application/json": components["schemas"]["ErrorEnvelope"];
248
+ "application/xml": components["schemas"]["ErrorEnvelope"];
249
+ };
250
+ };
251
+ /** @description Forbidden */
252
+ 403: {
253
+ content: {
254
+ "application/json": components["schemas"]["ErrorEnvelope"];
255
+ "application/xml": components["schemas"]["ErrorEnvelope"];
256
+ };
257
+ };
258
+ };
259
+ };
260
+ };
261
+ "/api/v2/CrmService/Contacts/Individuals": {
262
+ get: {
263
+ parameters: {
264
+ query: {
265
+ tenantId: string;
266
+ "api-version"?: string;
267
+ };
268
+ };
269
+ responses: {
270
+ /** @description OK */
271
+ 200: {
272
+ content: {
273
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
274
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
275
+ };
276
+ };
277
+ /** @description Unauthorized */
278
+ 401: {
279
+ content: {
280
+ "application/json": components["schemas"]["ErrorEnvelope"];
281
+ "application/xml": components["schemas"]["ErrorEnvelope"];
282
+ };
283
+ };
284
+ /** @description Forbidden */
285
+ 403: {
286
+ content: {
287
+ "application/json": components["schemas"]["ErrorEnvelope"];
288
+ "application/xml": components["schemas"]["ErrorEnvelope"];
289
+ };
290
+ };
291
+ };
292
+ };
293
+ };
294
+ "/api/v2/CrmService/Contacts/Individuals/{contactId}": {
295
+ get: {
296
+ parameters: {
297
+ query: {
298
+ tenantId: string;
299
+ "api-version"?: string;
300
+ };
301
+ path: {
302
+ contactId: string;
303
+ };
304
+ };
305
+ responses: {
306
+ /** @description OK */
307
+ 200: {
308
+ content: {
309
+ "application/json": components["schemas"]["ContactDtoEnvelope"];
310
+ "application/xml": components["schemas"]["ContactDtoEnvelope"];
311
+ };
312
+ };
313
+ /** @description Unauthorized */
314
+ 401: {
315
+ content: {
316
+ "application/json": components["schemas"]["ErrorEnvelope"];
317
+ "application/xml": components["schemas"]["ErrorEnvelope"];
318
+ };
319
+ };
320
+ /** @description Forbidden */
321
+ 403: {
322
+ content: {
323
+ "application/json": components["schemas"]["ErrorEnvelope"];
324
+ "application/xml": components["schemas"]["ErrorEnvelope"];
325
+ };
326
+ };
327
+ /** @description Not Found */
328
+ 404: {
329
+ content: {
330
+ "application/json": components["schemas"]["ErrorEnvelope"];
331
+ "application/xml": components["schemas"]["ErrorEnvelope"];
332
+ };
333
+ };
334
+ };
335
+ };
336
+ };
337
+ "/api/v2/CrmService/Contacts/Organizations": {
338
+ get: {
339
+ parameters: {
340
+ query: {
341
+ tenantId: string;
342
+ "api-version"?: string;
343
+ };
344
+ };
345
+ responses: {
346
+ /** @description OK */
347
+ 200: {
348
+ content: {
349
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
350
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
351
+ };
352
+ };
353
+ /** @description Unauthorized */
354
+ 401: {
355
+ content: {
356
+ "application/json": components["schemas"]["ErrorEnvelope"];
357
+ "application/xml": components["schemas"]["ErrorEnvelope"];
358
+ };
359
+ };
360
+ /** @description Forbidden */
361
+ 403: {
362
+ content: {
363
+ "application/json": components["schemas"]["ErrorEnvelope"];
364
+ "application/xml": components["schemas"]["ErrorEnvelope"];
365
+ };
366
+ };
367
+ };
368
+ };
369
+ };
370
+ "/api/v2/CrmService/Contacts/Organizations/{contactId}": {
371
+ get: {
372
+ parameters: {
373
+ query: {
374
+ tenantId: string;
375
+ "api-version"?: string;
376
+ };
377
+ path: {
378
+ contactId: string;
379
+ };
380
+ };
381
+ responses: {
382
+ /** @description OK */
383
+ 200: {
384
+ content: {
385
+ "application/json": components["schemas"]["ContactDtoEnvelope"];
386
+ "application/xml": components["schemas"]["ContactDtoEnvelope"];
387
+ };
388
+ };
389
+ /** @description Unauthorized */
390
+ 401: {
391
+ content: {
392
+ "application/json": components["schemas"]["ErrorEnvelope"];
393
+ "application/xml": components["schemas"]["ErrorEnvelope"];
394
+ };
395
+ };
396
+ /** @description Forbidden */
397
+ 403: {
398
+ content: {
399
+ "application/json": components["schemas"]["ErrorEnvelope"];
400
+ "application/xml": components["schemas"]["ErrorEnvelope"];
401
+ };
402
+ };
403
+ /** @description Not Found */
404
+ 404: {
405
+ content: {
406
+ "application/json": components["schemas"]["ErrorEnvelope"];
407
+ "application/xml": components["schemas"]["ErrorEnvelope"];
408
+ };
409
+ };
410
+ };
411
+ };
412
+ };
413
+ "/api/v2/CrmService/Contacts/{contactId}/Cart": {
414
+ get: {
415
+ parameters: {
416
+ query: {
417
+ tenantId: string;
418
+ "api-version"?: string;
419
+ };
420
+ path: {
421
+ contactId: string;
422
+ };
423
+ };
424
+ responses: {
425
+ /** @description OK */
426
+ 200: {
427
+ content: {
428
+ "application/json": components["schemas"]["CartDtoEnvelope"];
429
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
430
+ };
431
+ };
432
+ /** @description Unauthorized */
433
+ 401: {
434
+ content: {
435
+ "application/json": components["schemas"]["ErrorEnvelope"];
436
+ "application/xml": components["schemas"]["ErrorEnvelope"];
437
+ };
438
+ };
439
+ /** @description Forbidden */
440
+ 403: {
441
+ content: {
442
+ "application/json": components["schemas"]["ErrorEnvelope"];
443
+ "application/xml": components["schemas"]["ErrorEnvelope"];
444
+ };
445
+ };
446
+ /** @description Not Found */
447
+ 404: {
448
+ content: {
449
+ "application/json": components["schemas"]["ErrorEnvelope"];
450
+ "application/xml": components["schemas"]["ErrorEnvelope"];
451
+ };
452
+ };
453
+ };
454
+ };
455
+ };
456
+ "/api/v2/CrmService/Contacts/{contactId}/Avatar": {
457
+ get: {
458
+ parameters: {
459
+ query: {
460
+ tenantId: string;
461
+ "api-version"?: string;
462
+ };
463
+ path: {
464
+ contactId: string;
465
+ };
466
+ };
467
+ responses: {
468
+ /** @description OK */
469
+ 200: {
470
+ content: {
471
+ "application/json": components["schemas"]["EmptyEnvelope"];
472
+ "application/xml": components["schemas"]["EmptyEnvelope"];
473
+ };
474
+ };
475
+ /** @description Unauthorized */
476
+ 401: {
477
+ content: {
478
+ "application/json": components["schemas"]["ErrorEnvelope"];
479
+ "application/xml": components["schemas"]["ErrorEnvelope"];
480
+ };
481
+ };
482
+ /** @description Forbidden */
483
+ 403: {
484
+ content: {
485
+ "application/json": components["schemas"]["ErrorEnvelope"];
486
+ "application/xml": components["schemas"]["ErrorEnvelope"];
487
+ };
488
+ };
489
+ };
490
+ };
491
+ post: {
492
+ parameters: {
493
+ query?: {
494
+ tenantId?: string;
495
+ "api-version"?: string;
496
+ };
497
+ path: {
498
+ contactId: string;
499
+ };
500
+ };
501
+ requestBody?: {
502
+ content: {
503
+ "multipart/form-data": {
504
+ /** Format: binary */
505
+ avatar?: string;
506
+ };
507
+ "application/json": {
508
+ /** Format: binary */
509
+ avatar?: string;
510
+ };
511
+ "application/xml": {
512
+ /** Format: binary */
513
+ avatar?: string;
514
+ };
515
+ };
516
+ };
517
+ responses: {
518
+ /** @description OK */
519
+ 200: {
520
+ content: {
521
+ "application/json": components["schemas"]["EmptyEnvelope"];
522
+ "application/xml": components["schemas"]["EmptyEnvelope"];
523
+ };
524
+ };
525
+ /** @description Unauthorized */
526
+ 401: {
527
+ content: {
528
+ "application/json": components["schemas"]["ErrorEnvelope"];
529
+ "application/xml": components["schemas"]["ErrorEnvelope"];
530
+ };
531
+ };
532
+ /** @description Forbidden */
533
+ 403: {
534
+ content: {
535
+ "application/json": components["schemas"]["ErrorEnvelope"];
536
+ "application/xml": components["schemas"]["ErrorEnvelope"];
537
+ };
538
+ };
539
+ };
540
+ };
541
+ };
542
+ "/api/v2/CrmService/Contacts/{contactId}/Wallet": {
543
+ get: {
544
+ parameters: {
545
+ query: {
546
+ tenantId: string;
547
+ "api-version"?: string;
548
+ };
549
+ path: {
550
+ contactId: string;
551
+ };
552
+ };
553
+ responses: {
554
+ /** @description OK */
555
+ 200: {
556
+ content: {
557
+ "application/json": components["schemas"]["WalletDtoEnvelope"];
558
+ "application/xml": components["schemas"]["WalletDtoEnvelope"];
559
+ };
560
+ };
561
+ /** @description Unauthorized */
562
+ 401: {
563
+ content: {
564
+ "application/json": components["schemas"]["ErrorEnvelope"];
565
+ "application/xml": components["schemas"]["ErrorEnvelope"];
566
+ };
567
+ };
568
+ /** @description Forbidden */
569
+ 403: {
570
+ content: {
571
+ "application/json": components["schemas"]["ErrorEnvelope"];
572
+ "application/xml": components["schemas"]["ErrorEnvelope"];
573
+ };
574
+ };
575
+ /** @description Not Found */
576
+ 404: {
577
+ content: {
578
+ "application/json": components["schemas"]["ErrorEnvelope"];
579
+ "application/xml": components["schemas"]["ErrorEnvelope"];
580
+ };
581
+ };
582
+ };
583
+ };
584
+ };
585
+ "/api/v2/CrmService/Contacts/{contactId}/SocialProfile": {
586
+ get: {
587
+ parameters: {
588
+ query: {
589
+ tenantId: string;
590
+ "api-version"?: string;
591
+ };
592
+ path: {
593
+ contactId: string;
594
+ };
595
+ };
596
+ responses: {
597
+ /** @description OK */
598
+ 200: {
599
+ content: {
600
+ "application/json": components["schemas"]["SocialProfileDtoEnvelope"];
601
+ "application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
602
+ };
603
+ };
604
+ /** @description Unauthorized */
605
+ 401: {
606
+ content: {
607
+ "application/json": components["schemas"]["ErrorEnvelope"];
608
+ "application/xml": components["schemas"]["ErrorEnvelope"];
609
+ };
610
+ };
611
+ /** @description Forbidden */
612
+ 403: {
613
+ content: {
614
+ "application/json": components["schemas"]["ErrorEnvelope"];
615
+ "application/xml": components["schemas"]["ErrorEnvelope"];
616
+ };
617
+ };
618
+ /** @description Not Found */
619
+ 404: {
620
+ content: {
621
+ "application/json": components["schemas"]["ErrorEnvelope"];
622
+ "application/xml": components["schemas"]["ErrorEnvelope"];
623
+ };
624
+ };
625
+ };
626
+ };
627
+ };
628
+ "/api/v2/CrmService/Contacts/Individuals/{contactId}/Organizations": {
629
+ get: {
630
+ parameters: {
631
+ query: {
632
+ tenantId: string;
633
+ "api-version"?: string;
634
+ };
635
+ path: {
636
+ contactId: string;
637
+ };
638
+ };
639
+ responses: {
640
+ /** @description OK */
641
+ 200: {
642
+ content: {
643
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
644
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
645
+ };
646
+ };
647
+ /** @description Unauthorized */
648
+ 401: {
649
+ content: {
650
+ "application/json": components["schemas"]["ErrorEnvelope"];
651
+ "application/xml": components["schemas"]["ErrorEnvelope"];
652
+ };
653
+ };
654
+ /** @description Forbidden */
655
+ 403: {
656
+ content: {
657
+ "application/json": components["schemas"]["ErrorEnvelope"];
658
+ "application/xml": components["schemas"]["ErrorEnvelope"];
659
+ };
660
+ };
661
+ };
662
+ };
663
+ };
664
+ "/api/v2/CrmService/Contacts/Individuals/{contactId}/Individuals": {
665
+ get: {
666
+ parameters: {
667
+ query: {
668
+ tenantId: string;
669
+ "api-version"?: string;
670
+ };
671
+ path: {
672
+ contactId: string;
673
+ };
674
+ };
675
+ responses: {
676
+ /** @description OK */
677
+ 200: {
678
+ content: {
679
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
680
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
681
+ };
682
+ };
683
+ /** @description Unauthorized */
684
+ 401: {
685
+ content: {
686
+ "application/json": components["schemas"]["ErrorEnvelope"];
687
+ "application/xml": components["schemas"]["ErrorEnvelope"];
688
+ };
689
+ };
690
+ /** @description Forbidden */
691
+ 403: {
692
+ content: {
693
+ "application/json": components["schemas"]["ErrorEnvelope"];
694
+ "application/xml": components["schemas"]["ErrorEnvelope"];
695
+ };
696
+ };
697
+ };
698
+ };
699
+ };
700
+ "/api/v2/CrmService/Contacts/Organizations/{contactId}/Individuals": {
701
+ get: {
702
+ parameters: {
703
+ query: {
704
+ tenantId: string;
705
+ "api-version"?: string;
706
+ };
707
+ path: {
708
+ contactId: string;
709
+ };
710
+ };
711
+ responses: {
712
+ /** @description OK */
713
+ 200: {
714
+ content: {
715
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
716
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
717
+ };
718
+ };
719
+ /** @description Unauthorized */
720
+ 401: {
721
+ content: {
722
+ "application/json": components["schemas"]["ErrorEnvelope"];
723
+ "application/xml": components["schemas"]["ErrorEnvelope"];
724
+ };
725
+ };
726
+ /** @description Forbidden */
727
+ 403: {
728
+ content: {
729
+ "application/json": components["schemas"]["ErrorEnvelope"];
730
+ "application/xml": components["schemas"]["ErrorEnvelope"];
731
+ };
732
+ };
733
+ };
734
+ };
735
+ };
736
+ "/api/v2/CrmService/Contacts/Organizations/{contactId}/Organizations": {
737
+ get: {
738
+ parameters: {
739
+ query: {
740
+ tenantId: string;
741
+ "api-version"?: string;
742
+ };
743
+ path: {
744
+ contactId: string;
745
+ };
746
+ };
747
+ responses: {
748
+ /** @description OK */
749
+ 200: {
750
+ content: {
751
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
752
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
753
+ };
754
+ };
755
+ /** @description Unauthorized */
756
+ 401: {
757
+ content: {
758
+ "application/json": components["schemas"]["ErrorEnvelope"];
759
+ "application/xml": components["schemas"]["ErrorEnvelope"];
760
+ };
761
+ };
762
+ /** @description Forbidden */
763
+ 403: {
764
+ content: {
765
+ "application/json": components["schemas"]["ErrorEnvelope"];
766
+ "application/xml": components["schemas"]["ErrorEnvelope"];
767
+ };
768
+ };
769
+ };
770
+ };
771
+ };
772
+ "/api/v2/CrmService/Contacts/Organizations/Upsert": {
773
+ post: {
774
+ parameters: {
775
+ query: {
776
+ tenantId: string;
777
+ relatedTenantId: string;
778
+ "api-version"?: string;
779
+ };
780
+ };
781
+ responses: {
782
+ /** @description OK */
783
+ 200: {
784
+ content: {
785
+ "application/json": components["schemas"]["ContactDtoEnvelope"];
786
+ "application/xml": components["schemas"]["ContactDtoEnvelope"];
787
+ };
788
+ };
789
+ /** @description Unauthorized */
790
+ 401: {
791
+ content: {
792
+ "application/json": components["schemas"]["ErrorEnvelope"];
793
+ "application/xml": components["schemas"]["ErrorEnvelope"];
794
+ };
795
+ };
796
+ /** @description Forbidden */
797
+ 403: {
798
+ content: {
799
+ "application/json": components["schemas"]["ErrorEnvelope"];
800
+ "application/xml": components["schemas"]["ErrorEnvelope"];
801
+ };
802
+ };
803
+ };
804
+ };
805
+ };
806
+ "/api/v2/CrmService/Contacts/Individuals/Upsert": {
807
+ post: {
808
+ parameters: {
809
+ query: {
810
+ tenantId: string;
811
+ relatedUserId: string;
812
+ "api-version"?: string;
813
+ };
814
+ };
815
+ responses: {
816
+ /** @description OK */
817
+ 200: {
818
+ content: {
819
+ "application/json": components["schemas"]["ContactDtoEnvelope"];
820
+ "application/xml": components["schemas"]["ContactDtoEnvelope"];
821
+ };
822
+ };
823
+ /** @description Unauthorized */
824
+ 401: {
825
+ content: {
826
+ "application/json": components["schemas"]["ErrorEnvelope"];
827
+ "application/xml": components["schemas"]["ErrorEnvelope"];
828
+ };
829
+ };
830
+ /** @description Forbidden */
831
+ 403: {
832
+ content: {
833
+ "application/json": components["schemas"]["ErrorEnvelope"];
834
+ "application/xml": components["schemas"]["ErrorEnvelope"];
835
+ };
836
+ };
837
+ };
838
+ };
839
+ };
840
+ "/api/v2/CrmService/Sync": {
841
+ post: {
842
+ parameters: {
843
+ query: {
844
+ tenantId: string;
845
+ "api-version"?: string;
846
+ };
847
+ };
848
+ responses: {
849
+ /** @description OK */
850
+ 200: {
851
+ content: {
852
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
853
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
854
+ };
855
+ };
856
+ /** @description Unauthorized */
857
+ 401: {
858
+ content: {
859
+ "application/json": components["schemas"]["ErrorEnvelope"];
860
+ "application/xml": components["schemas"]["ErrorEnvelope"];
861
+ };
862
+ };
863
+ /** @description Forbidden */
864
+ 403: {
865
+ content: {
866
+ "application/json": components["schemas"]["ErrorEnvelope"];
867
+ "application/xml": components["schemas"]["ErrorEnvelope"];
868
+ };
869
+ };
870
+ };
871
+ };
872
+ };
873
+ "/api/v2/CrmService/Sync/Me": {
874
+ post: {
875
+ parameters: {
876
+ query: {
877
+ tenantId: string;
878
+ "api-version"?: string;
879
+ };
880
+ };
881
+ responses: {
882
+ /** @description OK */
883
+ 200: {
884
+ content: {
885
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
886
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
887
+ };
888
+ };
889
+ /** @description Unauthorized */
890
+ 401: {
891
+ content: {
892
+ "application/json": components["schemas"]["ErrorEnvelope"];
893
+ "application/xml": components["schemas"]["ErrorEnvelope"];
894
+ };
895
+ };
896
+ /** @description Forbidden */
897
+ 403: {
898
+ content: {
899
+ "application/json": components["schemas"]["ErrorEnvelope"];
900
+ "application/xml": components["schemas"]["ErrorEnvelope"];
901
+ };
902
+ };
903
+ };
904
+ };
905
+ };
906
+ "/api/v2/CrmService/Sync/User": {
907
+ post: {
908
+ parameters: {
909
+ query: {
910
+ tenantId: string;
911
+ relatedUserId: string;
912
+ "api-version"?: string;
913
+ };
914
+ };
915
+ responses: {
916
+ /** @description OK */
917
+ 200: {
918
+ content: {
919
+ "application/json": components["schemas"]["ContactDtoListEnvelope"];
920
+ "application/xml": components["schemas"]["ContactDtoListEnvelope"];
921
+ };
922
+ };
923
+ /** @description Unauthorized */
924
+ 401: {
925
+ content: {
926
+ "application/json": components["schemas"]["ErrorEnvelope"];
927
+ "application/xml": components["schemas"]["ErrorEnvelope"];
928
+ };
929
+ };
930
+ /** @description Forbidden */
931
+ 403: {
932
+ content: {
933
+ "application/json": components["schemas"]["ErrorEnvelope"];
934
+ "application/xml": components["schemas"]["ErrorEnvelope"];
935
+ };
936
+ };
937
+ };
938
+ };
939
+ };
940
+ "/api/v2/CrmService/Sync/Tenant": {
941
+ post: {
942
+ parameters: {
943
+ query: {
944
+ tenantId: string;
945
+ relatedTenantId: string;
946
+ "api-version"?: string;
947
+ };
948
+ };
949
+ responses: {
950
+ /** @description OK */
951
+ 200: {
952
+ content: {
953
+ "application/json": components["schemas"]["EmptyEnvelope"];
954
+ "application/xml": components["schemas"]["EmptyEnvelope"];
955
+ };
956
+ };
957
+ /** @description Unauthorized */
958
+ 401: {
959
+ content: {
960
+ "application/json": components["schemas"]["ErrorEnvelope"];
961
+ "application/xml": components["schemas"]["ErrorEnvelope"];
962
+ };
963
+ };
964
+ /** @description Forbidden */
965
+ 403: {
966
+ content: {
967
+ "application/json": components["schemas"]["ErrorEnvelope"];
968
+ "application/xml": components["schemas"]["ErrorEnvelope"];
969
+ };
970
+ };
971
+ };
972
+ };
973
+ };
974
+ }
975
+
976
+ export type webhooks = Record<string, never>;
977
+
978
+ export interface components {
979
+ schemas: {
980
+ CartDto: {
981
+ id?: string | null;
982
+ ip?: string | null;
983
+ type?: string | null;
984
+ /** Format: double */
985
+ total?: number;
986
+ /** Format: double */
987
+ taxes?: number;
988
+ /** Format: double */
989
+ freight?: number;
990
+ /** Format: double */
991
+ subTotal?: number;
992
+ currencyId?: string | null;
993
+ countryId?: string | null;
994
+ /** Format: int32 */
995
+ itemCartRecordsCount?: number | null;
996
+ /** Format: int32 */
997
+ itemToCompareRecordsCount?: number | null;
998
+ };
999
+ CartDtoEnvelope: {
1000
+ errorMessage?: string | null;
1001
+ isSuccess?: boolean;
1002
+ /** Format: date-time */
1003
+ timestamp?: string;
1004
+ activityId?: string | null;
1005
+ correlationId?: string | null;
1006
+ result?: components["schemas"]["CartDto"];
1007
+ };
1008
+ ContactCreateDto: {
1009
+ /** Format: uuid */
1010
+ id?: string;
1011
+ /** Format: date-time */
1012
+ timestamp?: string;
1013
+ /**
1014
+ * Format: int32
1015
+ * @enum {integer}
1016
+ */
1017
+ type: 0 | 1;
1018
+ firstName: string;
1019
+ lastName?: string | null;
1020
+ /** Format: email */
1021
+ email: string;
1022
+ taxId?: string | null;
1023
+ primaryContactId?: string | null;
1024
+ qualifiedName?: string | null;
1025
+ about?: string | null;
1026
+ countryId?: string | null;
1027
+ stateId?: string | null;
1028
+ cityId?: string | null;
1029
+ /** Format: tel */
1030
+ mobilePhone?: string | null;
1031
+ /** Format: tel */
1032
+ businessPhone?: string | null;
1033
+ postalCode?: string | null;
1034
+ jobTitle?: string | null;
1035
+ webUrl?: string | null;
1036
+ currencyId?: string | null;
1037
+ languageId?: string | null;
1038
+ timezoneId?: string | null;
1039
+ /** Format: date-time */
1040
+ birthday?: string | null;
1041
+ };
1042
+ ContactDto: {
1043
+ id?: string | null;
1044
+ /** Format: date-time */
1045
+ timestamp?: string | null;
1046
+ tenantId?: string | null;
1047
+ /**
1048
+ * Format: int32
1049
+ * @enum {integer}
1050
+ */
1051
+ type?: 0 | 1;
1052
+ taxId?: string | null;
1053
+ firstName?: string | null;
1054
+ lastName?: string | null;
1055
+ primaryContactId?: string | null;
1056
+ qualifiedName?: string | null;
1057
+ email?: string | null;
1058
+ about?: string | null;
1059
+ mobilePhone?: string | null;
1060
+ businessPhone?: string | null;
1061
+ jobTitle?: string | null;
1062
+ avatarUrl?: string | null;
1063
+ coverUrl?: string | null;
1064
+ websiteUrl?: string | null;
1065
+ facebookUrl?: string | null;
1066
+ twitterUrl?: string | null;
1067
+ youtubeUrl?: string | null;
1068
+ linkedInUrl?: string | null;
1069
+ githubUsername?: string | null;
1070
+ street?: string | null;
1071
+ zipCode?: string | null;
1072
+ cartId?: string | null;
1073
+ walletId?: string | null;
1074
+ cityId?: string | null;
1075
+ stateId?: string | null;
1076
+ countryId?: string | null;
1077
+ languageId?: string | null;
1078
+ currencyId?: string | null;
1079
+ timezoneId?: string | null;
1080
+ territoryId?: string | null;
1081
+ enrollmentId?: string | null;
1082
+ ownerContactId?: string | null;
1083
+ relatedTenantId?: string | null;
1084
+ activityFeedId?: string | null;
1085
+ parentContactId?: string | null;
1086
+ socialProfileId?: string | null;
1087
+ activeDirectoryId?: string | null;
1088
+ identityProvider?: string | null;
1089
+ identityProviderAccessToken?: string | null;
1090
+ postalCode?: string | null;
1091
+ relatedUserId?: string | null;
1092
+ partnerProfileId?: string | null;
1093
+ webUrl?: string | null;
1094
+ /** Format: date-time */
1095
+ birthday?: string | null;
1096
+ };
1097
+ ContactDtoEnvelope: {
1098
+ errorMessage?: string | null;
1099
+ isSuccess?: boolean;
1100
+ /** Format: date-time */
1101
+ timestamp?: string;
1102
+ activityId?: string | null;
1103
+ correlationId?: string | null;
1104
+ result?: components["schemas"]["ContactDto"];
1105
+ };
1106
+ ContactDtoListEnvelope: {
1107
+ errorMessage?: string | null;
1108
+ isSuccess?: boolean;
1109
+ /** Format: date-time */
1110
+ timestamp?: string;
1111
+ activityId?: string | null;
1112
+ correlationId?: string | null;
1113
+ result?: components["schemas"]["ContactDto"][] | null;
1114
+ };
1115
+ ContactUpdateDto: {
1116
+ tenantId: string;
1117
+ /**
1118
+ * Format: int32
1119
+ * @enum {integer}
1120
+ */
1121
+ type: 0 | 1;
1122
+ taxId?: string | null;
1123
+ /** Format: email */
1124
+ email: string;
1125
+ firstName: string;
1126
+ lastName?: string | null;
1127
+ primaryContactId?: string | null;
1128
+ qualifiedName?: string | null;
1129
+ about?: string | null;
1130
+ /** Format: tel */
1131
+ mobilePhone?: string | null;
1132
+ /** Format: tel */
1133
+ businessPhone?: string | null;
1134
+ jobTitle?: string | null;
1135
+ countryId?: string | null;
1136
+ cityId?: string | null;
1137
+ webUrl?: string | null;
1138
+ currencyId?: string | null;
1139
+ languageId?: string | null;
1140
+ timezoneId?: string | null;
1141
+ stateId?: string | null;
1142
+ coverUrl?: string | null;
1143
+ facebookUrl?: string | null;
1144
+ linkedInUrl?: string | null;
1145
+ githubUsername?: string | null;
1146
+ twitterUrl?: string | null;
1147
+ youtubeUrl?: string | null;
1148
+ /** Format: date-time */
1149
+ birthday?: string | null;
1150
+ };
1151
+ EmptyEnvelope: {
1152
+ errorMessage?: string | null;
1153
+ isSuccess?: boolean;
1154
+ /** Format: date-time */
1155
+ timestamp?: string;
1156
+ activityId?: string | null;
1157
+ };
1158
+ ErrorEnvelope: {
1159
+ errorMessage?: string | null;
1160
+ isSuccess?: boolean;
1161
+ /** Format: date-time */
1162
+ timestamp?: string;
1163
+ activityId?: string | null;
1164
+ correlationId?: string | null;
1165
+ };
1166
+ Operation: {
1167
+ /**
1168
+ * Format: int32
1169
+ * @enum {integer}
1170
+ */
1171
+ operationType?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
1172
+ path?: string | null;
1173
+ op?: string | null;
1174
+ from?: string | null;
1175
+ value?: unknown;
1176
+ };
1177
+ SocialProfileDto: {
1178
+ id?: string | null;
1179
+ /** Format: date-time */
1180
+ timestamp?: string | null;
1181
+ /**
1182
+ * Format: int32
1183
+ * @enum {integer}
1184
+ */
1185
+ type?: 0 | 1 | 2 | 3;
1186
+ name?: string | null;
1187
+ about?: string | null;
1188
+ cover?: string | null;
1189
+ avatar?: string | null;
1190
+ country?: string | null;
1191
+ /** Format: int32 */
1192
+ followsCount?: number | null;
1193
+ /** Format: int32 */
1194
+ messagesCount?: number | null;
1195
+ /** Format: int32 */
1196
+ followersCount?: number | null;
1197
+ /** Format: int32 */
1198
+ notificationsCount?: number | null;
1199
+ /** Format: int32 */
1200
+ unreadNotificationsCount?: number | null;
1201
+ /** Format: int32 */
1202
+ unreadMessagesCount?: number | null;
1203
+ socialFeedId?: string | null;
1204
+ twitterUrl?: string | null;
1205
+ facebookURL?: string | null;
1206
+ linkedInURL?: string | null;
1207
+ youtubeURL?: string | null;
1208
+ githubURL?: string | null;
1209
+ pinterestURL?: string | null;
1210
+ dribbleURL?: string | null;
1211
+ domain?: string | null;
1212
+ notes?: string | null;
1213
+ };
1214
+ SocialProfileDtoEnvelope: {
1215
+ errorMessage?: string | null;
1216
+ isSuccess?: boolean;
1217
+ /** Format: date-time */
1218
+ timestamp?: string;
1219
+ activityId?: string | null;
1220
+ correlationId?: string | null;
1221
+ result?: components["schemas"]["SocialProfileDto"];
1222
+ };
1223
+ WalletDto: {
1224
+ id?: string | null;
1225
+ /** Format: date-time */
1226
+ timestamp?: string;
1227
+ /** Format: double */
1228
+ balance?: number;
1229
+ /** Format: double */
1230
+ cryptoBalance?: number;
1231
+ testMode?: boolean;
1232
+ verified?: boolean;
1233
+ type?: string | null;
1234
+ currencyId?: string | null;
1235
+ /** Format: double */
1236
+ forexRate?: number;
1237
+ /** Format: double */
1238
+ balanceInUsd?: number;
1239
+ /** Format: double */
1240
+ mainNetEtherBalance?: number;
1241
+ ethereumAddress?: string | null;
1242
+ ethereumPublicKey?: string | null;
1243
+ ethereumPrivateKey?: string | null;
1244
+ /** Format: double */
1245
+ rollingReservePercent?: number;
1246
+ };
1247
+ WalletDtoEnvelope: {
1248
+ errorMessage?: string | null;
1249
+ isSuccess?: boolean;
1250
+ /** Format: date-time */
1251
+ timestamp?: string;
1252
+ activityId?: string | null;
1253
+ correlationId?: string | null;
1254
+ result?: components["schemas"]["WalletDto"];
1255
+ };
1256
+ };
1257
+ responses: never;
1258
+ parameters: never;
1259
+ requestBodies: never;
1260
+ headers: never;
1261
+ pathItems: never;
1262
+ }
1263
+
1264
+ export type $defs = Record<string, never>;
1265
+
1266
+ export type external = Record<string, never>;
1267
+
1268
+ export type operations = Record<string, never>;