@fenixalliance/abs-api-client 1.0.2 → 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 (544) 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 +4 -4
  7. package/clients/cartService/core/ApiError.ts +2 -2
  8. package/clients/cartService/core/ApiRequestOptions.ts +2 -2
  9. package/clients/cartService/core/ApiResult.ts +2 -2
  10. package/clients/cartService/core/CancelablePromise.ts +5 -5
  11. package/clients/cartService/core/OpenAPI.ts +2 -2
  12. package/clients/cartService/core/request.ts +3 -3
  13. package/clients/cartService/index.ts +6 -1
  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 -18
  17. package/clients/cartService/models/CartDtoEnvelope.ts +14 -14
  18. package/clients/cartService/models/CartUpdateRequest.ts +9 -9
  19. package/clients/cartService/models/CountryDto.ts +14 -0
  20. package/clients/{holderService/models/OrderDtoListEnvelope.ts → cartService/models/CountryDtoEnvelope.ts} +14 -14
  21. package/clients/cartService/models/CountrySwitchRequest.ts +9 -9
  22. package/clients/cartService/models/CurrencyDto.ts +13 -0
  23. package/clients/{holderService/models/InvoiceDtoListEnvelope.ts → cartService/models/CurrencyDtoEnvelope.ts} +14 -14
  24. package/clients/cartService/models/CurrencySwitchRequest.ts +9 -9
  25. package/clients/cartService/models/EmptyEnvelope.ts +11 -11
  26. package/clients/cartService/models/ErrorEnvelope.ts +12 -12
  27. package/clients/cartService/models/ItemCartRecordCreateDto.ts +12 -12
  28. package/clients/cartService/models/ItemCartRecordDto.ts +101 -100
  29. package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +14 -14
  30. package/clients/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/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 -13
  38. package/clients/{holderService/models/PaymentDtoListEnvelope.ts → 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 -149
  42. package/clients/cartService/services/CompareService.ts +90 -90
  43. package/clients/cartService/services/RecordsService.ts +259 -209
  44. package/clients/cartService/services/WishListsService.ts +197 -145
  45. package/clients/catalogService/core/ApiError.ts +2 -2
  46. package/clients/catalogService/core/ApiRequestOptions.ts +2 -2
  47. package/clients/catalogService/core/ApiResult.ts +2 -2
  48. package/clients/catalogService/core/CancelablePromise.ts +5 -5
  49. package/clients/catalogService/core/OpenAPI.ts +2 -2
  50. package/clients/catalogService/core/request.ts +3 -3
  51. package/clients/catalogService/index.ts +1 -1
  52. package/clients/catalogService/models/EmptyEnvelope.ts +11 -11
  53. package/clients/catalogService/models/ErrorEnvelope.ts +12 -12
  54. package/clients/catalogService/models/ItemAttachmentCreateDto.ts +21 -19
  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 -16
  59. package/clients/catalogService/models/ItemAttributeCreateDto.ts +12 -12
  60. package/clients/catalogService/models/ItemAttributeDto.ts +12 -12
  61. package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +14 -14
  62. package/clients/catalogService/models/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 -17
  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 -15
  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 -21
  78. package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +14 -14
  79. package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +14 -14
  80. package/clients/catalogService/models/ItemImageCreateDto.ts +28 -28
  81. package/clients/catalogService/models/ItemImageDto.ts +28 -28
  82. package/clients/catalogService/models/ItemImageDtoEnvelope.ts +14 -14
  83. package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +14 -14
  84. package/clients/catalogService/models/ItemImageUpdateDto.ts +22 -22
  85. package/clients/catalogService/models/ItemQuestionCreateDto.ts +15 -15
  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 -14
  90. package/clients/catalogService/models/ItemQuestionUpdateDto.ts +10 -10
  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 -13
  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 -12
  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 -12
  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 -17
  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 -33
  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 -31
  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 -108
  128. package/clients/catalogService/models/StockItemDto.ts +146 -146
  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 -106
  132. package/clients/catalogService/services/ItemAttachmentsService.ts +138 -138
  133. package/clients/catalogService/services/ItemAttributesService.ts +137 -137
  134. package/clients/catalogService/services/ItemBrandsService.ts +137 -137
  135. package/clients/catalogService/services/ItemCategoriesService.ts +137 -137
  136. package/clients/catalogService/services/ItemImagesService.ts +137 -137
  137. package/clients/catalogService/services/ItemQuestionsService.ts +137 -137
  138. package/clients/catalogService/services/ItemReviewsService.ts +137 -137
  139. package/clients/catalogService/services/ItemTagsService.ts +137 -137
  140. package/clients/catalogService/services/ItemTypesService.ts +137 -137
  141. package/clients/catalogService/services/PoliciesService.ts +117 -117
  142. package/clients/catalogService/services/PricingRulesService.ts +135 -135
  143. package/clients/catalogService/services/ProductsService.ts +1711 -1706
  144. package/clients/crmService/core/ApiError.ts +2 -2
  145. package/clients/crmService/core/ApiRequestOptions.ts +2 -2
  146. package/clients/crmService/core/ApiResult.ts +2 -2
  147. package/clients/crmService/core/CancelablePromise.ts +5 -5
  148. package/clients/crmService/core/OpenAPI.ts +2 -2
  149. package/clients/crmService/core/request.ts +3 -3
  150. package/clients/crmService/index.ts +4 -1
  151. package/clients/crmService/models/CartDto.ts +18 -18
  152. package/clients/crmService/models/CartDtoEnvelope.ts +14 -14
  153. package/clients/crmService/models/ContactCreateDto.ts +35 -0
  154. package/clients/crmService/models/ContactDto.ts +60 -57
  155. package/clients/crmService/models/ContactDtoEnvelope.ts +14 -14
  156. package/clients/crmService/models/ContactDtoListEnvelope.ts +14 -14
  157. package/clients/crmService/models/ContactUpdateDto.ts +39 -0
  158. package/clients/crmService/models/EmptyEnvelope.ts +11 -11
  159. package/clients/crmService/models/ErrorEnvelope.ts +12 -12
  160. package/clients/crmService/models/Operation.ts +23 -0
  161. package/clients/crmService/models/SocialProfileDto.ts +39 -39
  162. package/clients/crmService/models/SocialProfileDtoEnvelope.ts +14 -14
  163. package/clients/crmService/models/WalletDto.ts +22 -22
  164. package/clients/crmService/models/WalletDtoEnvelope.ts +14 -14
  165. package/clients/crmService/services/ContactsService.ts +562 -286
  166. package/clients/crmService/services/SyncService.ts +97 -101
  167. package/clients/forexService/core/ApiError.ts +2 -2
  168. package/clients/forexService/core/ApiRequestOptions.ts +2 -2
  169. package/clients/forexService/core/ApiResult.ts +2 -2
  170. package/clients/forexService/core/CancelablePromise.ts +5 -5
  171. package/clients/forexService/core/OpenAPI.ts +2 -2
  172. package/clients/forexService/core/request.ts +3 -3
  173. package/clients/forexService/index.ts +4 -1
  174. package/clients/forexService/models/Currency.ts +9 -9
  175. package/clients/forexService/models/ErrorEnvelope.ts +12 -12
  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 -67
  183. package/clients/forexService/services/ExchangeVService.ts +65 -0
  184. package/clients/forexService/services/RatesService.ts +90 -46
  185. package/clients/holderService/core/ApiError.ts +2 -2
  186. package/clients/holderService/core/ApiRequestOptions.ts +2 -2
  187. package/clients/holderService/core/ApiResult.ts +2 -2
  188. package/clients/holderService/core/CancelablePromise.ts +5 -5
  189. package/clients/holderService/core/OpenAPI.ts +2 -2
  190. package/clients/holderService/core/request.ts +3 -3
  191. package/clients/holderService/index.ts +20 -9
  192. package/clients/holderService/models/AddressDto.ts +31 -31
  193. package/clients/holderService/models/AddressDtoListEnvelope.ts +14 -14
  194. package/clients/holderService/models/CartDto.ts +18 -18
  195. package/clients/holderService/models/CartDtoEnvelope.ts +14 -14
  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/holderService/models/ExtendedTenantDto.ts +51 -0
  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 -16
  208. package/clients/holderService/models/NotificationDtoListEnvelope.ts +14 -14
  209. package/clients/holderService/models/Operation.ts +23 -0
  210. package/clients/holderService/models/PlatformUserDto.ts +70 -73
  211. package/clients/holderService/models/PlatformUserDtoEnvelope.ts +14 -14
  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 -39
  217. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +14 -14
  218. package/clients/holderService/models/TenantDto.ts +45 -54
  219. package/clients/holderService/models/TenantDtoListEnvelope.ts +14 -14
  220. package/clients/holderService/models/{TenantEnrollmentDto.ts → TenantEnrolmentDto.ts} +14 -14
  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/holderService/models/TenantInvitationDtoListEnvelope.ts +14 -0
  225. package/clients/holderService/models/WalletDto.ts +22 -22
  226. package/clients/holderService/models/WalletDtoEnvelope.ts +14 -14
  227. package/clients/holderService/services/HolderService.ts +356 -236
  228. package/clients/identityService/core/ApiError.ts +2 -2
  229. package/clients/identityService/core/ApiRequestOptions.ts +2 -2
  230. package/clients/identityService/core/ApiResult.ts +2 -2
  231. package/clients/identityService/core/CancelablePromise.ts +5 -5
  232. package/clients/identityService/core/OpenAPI.ts +2 -2
  233. package/clients/identityService/core/request.ts +3 -3
  234. package/clients/identityService/index.ts +2 -2
  235. package/clients/identityService/models/AccountHolderCreateDto.ts +40 -35
  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 -21
  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/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/identityService/models/TenantDto.ts +45 -54
  260. package/clients/identityService/services/ApplicationsService.ts +107 -107
  261. package/clients/identityService/services/CheckerService.ts +19 -20
  262. package/clients/identityService/services/OAuthService.ts +147 -149
  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 +2 -2
  266. package/clients/inventoryService/core/ApiRequestOptions.ts +2 -2
  267. package/clients/inventoryService/core/ApiResult.ts +2 -2
  268. package/clients/inventoryService/core/CancelablePromise.ts +5 -5
  269. package/clients/inventoryService/core/OpenAPI.ts +2 -2
  270. package/clients/inventoryService/core/request.ts +3 -3
  271. package/clients/inventoryService/index.ts +1 -1
  272. package/clients/inventoryService/services/InventoryService.ts +25 -25
  273. package/clients/invoicingService/core/ApiError.ts +2 -2
  274. package/clients/invoicingService/core/ApiRequestOptions.ts +2 -2
  275. package/clients/invoicingService/core/ApiResult.ts +2 -2
  276. package/clients/invoicingService/core/CancelablePromise.ts +5 -5
  277. package/clients/invoicingService/core/OpenAPI.ts +2 -2
  278. package/clients/invoicingService/core/request.ts +3 -3
  279. package/clients/invoicingService/index.ts +11 -2
  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 -11
  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 -11
  287. package/clients/invoicingService/models/InvoiceDto.ts +35 -13
  288. package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +14 -14
  289. package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +14 -14
  290. package/clients/invoicingService/models/InvoiceLineDto.ts +99 -95
  291. package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +14 -14
  292. package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +14 -14
  293. package/clients/invoicingService/models/InvoiceUpdateDto.ts +5 -5
  294. package/clients/invoicingService/models/ItemPriceCreateDto.ts +20 -20
  295. package/clients/invoicingService/models/ItemPriceUpdateDto.ts +14 -14
  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/{tenantService/models/TenantEnrollmentDto.ts → invoicingService/models/TenantEnrolmentDto.ts} +14 -14
  301. package/clients/invoicingService/services/InvoicesService.ts +465 -301
  302. package/clients/ordersService/core/ApiError.ts +2 -2
  303. package/clients/ordersService/core/ApiRequestOptions.ts +2 -2
  304. package/clients/ordersService/core/ApiResult.ts +2 -2
  305. package/clients/ordersService/core/CancelablePromise.ts +5 -5
  306. package/clients/ordersService/core/OpenAPI.ts +2 -2
  307. package/clients/ordersService/core/request.ts +3 -3
  308. package/clients/ordersService/index.ts +2 -2
  309. package/clients/ordersService/models/EmptyEnvelope.ts +11 -11
  310. package/clients/ordersService/models/ErrorEnvelope.ts +12 -12
  311. package/clients/ordersService/models/ItemPriceCreateDto.ts +20 -20
  312. package/clients/ordersService/models/ItemPriceUpdateDto.ts +14 -14
  313. package/clients/ordersService/models/OrderCreateDto.ts +16 -16
  314. package/clients/ordersService/models/OrderDto.ts +51 -27
  315. package/clients/ordersService/models/OrderDtoEnvelope.ts +14 -14
  316. package/clients/ordersService/models/OrderDtoListEnvelope.ts +14 -14
  317. package/clients/ordersService/models/OrderLineDto.ts +99 -95
  318. package/clients/ordersService/models/OrderLineDtoEnvelope.ts +14 -14
  319. package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +14 -14
  320. package/clients/ordersService/models/OrderUpdateDto.ts +12 -12
  321. package/clients/ordersService/services/OrdersService.ts +299 -296
  322. package/clients/pricingService/core/ApiError.ts +2 -2
  323. package/clients/pricingService/core/ApiRequestOptions.ts +2 -2
  324. package/clients/pricingService/core/ApiResult.ts +2 -2
  325. package/clients/pricingService/core/CancelablePromise.ts +5 -5
  326. package/clients/pricingService/core/OpenAPI.ts +2 -2
  327. package/clients/pricingService/core/request.ts +3 -3
  328. package/clients/pricingService/index.ts +1 -1
  329. package/clients/pricingService/models/Currency.ts +9 -9
  330. package/clients/pricingService/models/EmptyEnvelope.ts +11 -11
  331. package/clients/pricingService/models/ErrorEnvelope.ts +12 -12
  332. package/clients/pricingService/models/ItemPriceCreateDto.ts +20 -20
  333. package/clients/pricingService/models/ItemPriceDto.ts +20 -20
  334. package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +14 -14
  335. package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +14 -14
  336. package/clients/pricingService/models/ItemPriceUpdateDto.ts +14 -14
  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 -18
  340. package/clients/pricingService/models/PriceListDto.ts +17 -17
  341. package/clients/pricingService/models/PriceListDtoEnvelope.ts +14 -14
  342. package/clients/pricingService/models/PriceListDtoListEnvelope.ts +14 -14
  343. package/clients/pricingService/models/PriceListUpdateDto.ts +14 -14
  344. package/clients/pricingService/services/PriceListsService.ts +280 -280
  345. package/clients/pricingService/services/PricesService.ts +82 -82
  346. package/clients/systemService/core/ApiError.ts +2 -2
  347. package/clients/systemService/core/ApiRequestOptions.ts +2 -2
  348. package/clients/systemService/core/ApiResult.ts +2 -2
  349. package/clients/systemService/core/CancelablePromise.ts +5 -5
  350. package/clients/systemService/core/OpenAPI.ts +2 -2
  351. package/clients/systemService/core/request.ts +3 -3
  352. package/clients/systemService/index.ts +20 -1
  353. package/clients/systemService/models/BooleanEnvelope.ts +13 -0
  354. package/clients/systemService/models/ErrorEnvelope.ts +12 -12
  355. package/clients/systemService/models/GeneralValidationFailure.ts +9 -0
  356. package/clients/{holderService/models/TenantEnrollmentDtoListEnvelope.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 -13
  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 -29
  373. package/clients/systemService/services/LicensingService.ts +190 -0
  374. package/clients/systemService/services/MigrationsService.ts +44 -44
  375. package/clients/systemService/services/ModulesService.ts +51 -0
  376. package/clients/tenantService/core/ApiError.ts +2 -2
  377. package/clients/tenantService/core/ApiRequestOptions.ts +2 -2
  378. package/clients/tenantService/core/ApiResult.ts +2 -2
  379. package/clients/tenantService/core/CancelablePromise.ts +5 -5
  380. package/clients/tenantService/core/OpenAPI.ts +2 -2
  381. package/clients/tenantService/core/request.ts +3 -3
  382. package/clients/tenantService/index.ts +104 -4
  383. package/clients/tenantService/models/BooleanEnvelope.ts +13 -13
  384. package/clients/tenantService/models/CancellationToken.ts +11 -0
  385. package/clients/tenantService/models/CartDto.ts +18 -18
  386. package/clients/tenantService/models/CartDtoEnvelope.ts +14 -14
  387. package/clients/tenantService/models/EmptyEnvelope.ts +11 -11
  388. package/clients/tenantService/models/ErrorEnvelope.ts +12 -12
  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 -0
  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 -73
  396. package/clients/tenantService/models/PlatformUserDtoListEnvelope.ts +14 -14
  397. package/clients/tenantService/models/SafeWaitHandle.ts +9 -0
  398. package/clients/tenantService/models/SocialProfileDto.ts +39 -39
  399. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +14 -14
  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/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +14 -0
  407. package/clients/tenantService/models/TenantCreateDto.ts +25 -25
  408. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +16 -0
  409. package/clients/tenantService/models/TenantDepartmentDto.ts +16 -0
  410. package/clients/tenantService/models/{TenantEnrollmentDtoEnvelope.ts → TenantDepartmentDtoEnvelope.ts} +14 -14
  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 -54
  414. package/clients/tenantService/models/TenantDtoEnvelope.ts +14 -14
  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/tenantService/models/TenantInvitationDtoListEnvelope.ts +14 -0
  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/tenantService/models/TenantTeamDtoIReadOnlyCollectionEnvelope.ts +14 -0
  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/{TenantEnrollmentDtoListEnvelope.ts → TenantTeamRecordDtoIReadOnlyCollectionEnvelope.ts} +14 -14
  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/tenantService/models/TenantTypeDtoIReadOnlyCollectionEnvelope.ts +14 -0
  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 -22
  487. package/clients/tenantService/models/WalletDtoEnvelope.ts +14 -14
  488. package/clients/tenantService/models/WebPortalDto.ts +19 -12
  489. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +14 -14
  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 -479
  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 +2 -2
  507. package/clients/walletsService/core/ApiRequestOptions.ts +2 -2
  508. package/clients/walletsService/core/ApiResult.ts +2 -2
  509. package/clients/walletsService/core/CancelablePromise.ts +5 -5
  510. package/clients/walletsService/core/OpenAPI.ts +2 -2
  511. package/clients/walletsService/core/request.ts +3 -3
  512. package/clients/walletsService/index.ts +3 -3
  513. package/clients/walletsService/models/ErrorEnvelope.ts +12 -12
  514. package/clients/walletsService/models/InvoiceDto.ts +35 -13
  515. package/clients/walletsService/models/InvoiceDtoListEnvelope.ts +14 -14
  516. package/clients/walletsService/models/LocationDto.ts +31 -31
  517. package/clients/walletsService/models/LocationDtoListEnvelope.ts +14 -14
  518. package/clients/walletsService/models/OrderDto.ts +51 -27
  519. package/clients/walletsService/models/OrderDtoListEnvelope.ts +14 -14
  520. package/clients/walletsService/models/PaymentDto.ts +17 -17
  521. package/clients/walletsService/models/PaymentDtoListEnvelope.ts +14 -14
  522. package/clients/walletsService/models/WalletDto.ts +22 -22
  523. package/clients/walletsService/models/WalletDtoEnvelope.ts +14 -14
  524. package/clients/walletsService/services/WalletsService.ts +194 -174
  525. package/package.json +40 -40
  526. package/schemas/cartService/schema.s.ts +1396 -100
  527. package/schemas/catalogService/schema.s.ts +148 -141
  528. package/schemas/crmService/schema.s.ts +522 -58
  529. package/schemas/forexService/schema.s.ts +102 -339
  530. package/schemas/holderService/schema.s.ts +578 -153
  531. package/schemas/identityService/schema.s.ts +43 -70
  532. package/schemas/inventoryService/schema.s.ts +1 -1
  533. package/schemas/invoicingService/schema.s.ts +528 -17
  534. package/schemas/ordersService/schema.s.ts +46 -19
  535. package/schemas/pricingService/schema.s.ts +13 -13
  536. package/schemas/systemService/schema.s.ts +1171 -4
  537. package/schemas/tenantService/schema.s.ts +4978 -396
  538. package/schemas/walletsService/schema.s.ts +93 -17
  539. package/tsconfig.json +110 -110
  540. package/vite.config.js +28 -28
  541. package/wwwroot/build/bundle.js +1 -1
  542. package/clients/holderService/models/InvoiceDto.ts +0 -13
  543. package/clients/holderService/models/OrderDto.ts +0 -27
  544. package/clients/holderService/models/PaymentDto.ts +0 -17
@@ -6,7 +6,6 @@
6
6
 
7
7
  export interface paths {
8
8
  "/api/v2/Me": {
9
- /** Get the current user profile */
10
9
  get: {
11
10
  parameters: {
12
11
  query?: {
@@ -14,11 +13,12 @@ export interface paths {
14
13
  };
15
14
  };
16
15
  responses: {
17
- /** @description Success */
16
+ /** @description OK */
18
17
  200: {
19
18
  content: {
20
19
  "application/json": components["schemas"]["PlatformUserDtoEnvelope"];
21
20
  "application/xml": components["schemas"]["PlatformUserDtoEnvelope"];
21
+ "multipart/form-data": components["schemas"]["PlatformUserDtoEnvelope"];
22
22
  };
23
23
  };
24
24
  /** @description Unauthorized */
@@ -26,6 +26,174 @@ export interface paths {
26
26
  content: {
27
27
  "application/json": components["schemas"]["ErrorEnvelope"];
28
28
  "application/xml": components["schemas"]["ErrorEnvelope"];
29
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
30
+ };
31
+ };
32
+ };
33
+ };
34
+ put: {
35
+ parameters: {
36
+ query?: {
37
+ "api-version"?: string;
38
+ };
39
+ };
40
+ requestBody?: {
41
+ content: {
42
+ "application/json": components["schemas"]["PlatformUserUpdateDto"];
43
+ "application/xml": components["schemas"]["PlatformUserUpdateDto"];
44
+ "multipart/form-data": components["schemas"]["PlatformUserUpdateDto"];
45
+ };
46
+ };
47
+ responses: {
48
+ /** @description OK */
49
+ 200: {
50
+ content: {
51
+ "application/json": components["schemas"]["EmptyEnvelopeEnvelope"];
52
+ "application/xml": components["schemas"]["EmptyEnvelopeEnvelope"];
53
+ "multipart/form-data": components["schemas"]["EmptyEnvelopeEnvelope"];
54
+ };
55
+ };
56
+ /** @description Unauthorized */
57
+ 401: {
58
+ content: {
59
+ "application/json": components["schemas"]["ErrorEnvelope"];
60
+ "application/xml": components["schemas"]["ErrorEnvelope"];
61
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
62
+ };
63
+ };
64
+ };
65
+ };
66
+ patch: {
67
+ parameters: {
68
+ query?: {
69
+ "api-version"?: string;
70
+ };
71
+ };
72
+ requestBody?: {
73
+ content: {
74
+ "application/json": components["schemas"]["Operation"][];
75
+ "application/xml": components["schemas"]["Operation"][];
76
+ "multipart/form-data": components["schemas"]["Operation"][];
77
+ };
78
+ };
79
+ responses: {
80
+ /** @description OK */
81
+ 200: {
82
+ content: {
83
+ "application/json": components["schemas"]["EmptyEnvelopeEnvelope"];
84
+ "application/xml": components["schemas"]["EmptyEnvelopeEnvelope"];
85
+ "multipart/form-data": components["schemas"]["EmptyEnvelopeEnvelope"];
86
+ };
87
+ };
88
+ /** @description Unauthorized */
89
+ 401: {
90
+ content: {
91
+ "application/json": components["schemas"]["ErrorEnvelope"];
92
+ "application/xml": components["schemas"]["ErrorEnvelope"];
93
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
94
+ };
95
+ };
96
+ };
97
+ };
98
+ };
99
+ "/api/v2/Me/Extended": {
100
+ get: {
101
+ parameters: {
102
+ query?: {
103
+ "api-version"?: string;
104
+ };
105
+ };
106
+ responses: {
107
+ /** @description OK */
108
+ 200: {
109
+ content: {
110
+ "application/json": components["schemas"]["ExtendedPlatformUserDtoEnvelope"];
111
+ "application/xml": components["schemas"]["ExtendedPlatformUserDtoEnvelope"];
112
+ "multipart/form-data": components["schemas"]["ExtendedPlatformUserDtoEnvelope"];
113
+ };
114
+ };
115
+ /** @description Unauthorized */
116
+ 401: {
117
+ content: {
118
+ "application/json": components["schemas"]["ErrorEnvelope"];
119
+ "application/xml": components["schemas"]["ErrorEnvelope"];
120
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
121
+ };
122
+ };
123
+ };
124
+ };
125
+ };
126
+ "/api/v2/Me/Avatar": {
127
+ get: {
128
+ parameters: {
129
+ query?: {
130
+ "api-version"?: string;
131
+ };
132
+ };
133
+ responses: {
134
+ /** @description OK */
135
+ 200: {
136
+ content: {
137
+ "application/json": components["schemas"]["FollowRecordDto"][];
138
+ "application/xml": components["schemas"]["FollowRecordDto"][];
139
+ "multipart/form-data": components["schemas"]["FollowRecordDto"][];
140
+ };
141
+ };
142
+ /** @description Unauthorized */
143
+ 401: {
144
+ content: {
145
+ "application/json": components["schemas"]["ErrorEnvelope"];
146
+ "application/xml": components["schemas"]["ErrorEnvelope"];
147
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
148
+ };
149
+ };
150
+ };
151
+ };
152
+ post: {
153
+ parameters: {
154
+ query?: {
155
+ "api-version"?: string;
156
+ };
157
+ };
158
+ requestBody?: {
159
+ content: {
160
+ "multipart/form-data": {
161
+ /** Format: binary */
162
+ avatar?: string;
163
+ };
164
+ "application/json": {
165
+ /** Format: binary */
166
+ avatar?: string;
167
+ };
168
+ "application/xml": {
169
+ /** Format: binary */
170
+ avatar?: string;
171
+ };
172
+ };
173
+ };
174
+ responses: {
175
+ /** @description OK */
176
+ 200: {
177
+ content: {
178
+ "application/json": components["schemas"]["EmptyEnvelope"];
179
+ "application/xml": components["schemas"]["EmptyEnvelope"];
180
+ "multipart/form-data": components["schemas"]["EmptyEnvelope"];
181
+ };
182
+ };
183
+ /** @description Unauthorized */
184
+ 401: {
185
+ content: {
186
+ "application/json": components["schemas"]["ErrorEnvelope"];
187
+ "application/xml": components["schemas"]["ErrorEnvelope"];
188
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
189
+ };
190
+ };
191
+ /** @description Forbidden */
192
+ 403: {
193
+ content: {
194
+ "application/json": components["schemas"]["ErrorEnvelope"];
195
+ "application/xml": components["schemas"]["ErrorEnvelope"];
196
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
29
197
  };
30
198
  };
31
199
  };
@@ -41,11 +209,12 @@ export interface paths {
41
209
  };
42
210
  };
43
211
  responses: {
44
- /** @description Success */
212
+ /** @description OK */
45
213
  200: {
46
214
  content: {
47
215
  "application/json": components["schemas"]["FollowRecordDto"][];
48
216
  "application/xml": components["schemas"]["FollowRecordDto"][];
217
+ "multipart/form-data": components["schemas"]["FollowRecordDto"][];
49
218
  };
50
219
  };
51
220
  /** @description Unauthorized */
@@ -53,6 +222,7 @@ export interface paths {
53
222
  content: {
54
223
  "application/json": components["schemas"]["ErrorEnvelope"];
55
224
  "application/xml": components["schemas"]["ErrorEnvelope"];
225
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
56
226
  };
57
227
  };
58
228
  };
@@ -68,11 +238,12 @@ export interface paths {
68
238
  };
69
239
  };
70
240
  responses: {
71
- /** @description Success */
241
+ /** @description OK */
72
242
  200: {
73
243
  content: {
74
244
  "application/json": components["schemas"]["FollowRecordDto"][];
75
245
  "application/xml": components["schemas"]["FollowRecordDto"][];
246
+ "multipart/form-data": components["schemas"]["FollowRecordDto"][];
76
247
  };
77
248
  };
78
249
  /** @description Unauthorized */
@@ -80,6 +251,7 @@ export interface paths {
80
251
  content: {
81
252
  "application/json": components["schemas"]["ErrorEnvelope"];
82
253
  "application/xml": components["schemas"]["ErrorEnvelope"];
254
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
83
255
  };
84
256
  };
85
257
  };
@@ -93,11 +265,12 @@ export interface paths {
93
265
  };
94
266
  };
95
267
  responses: {
96
- /** @description Success */
268
+ /** @description OK */
97
269
  200: {
98
270
  content: {
99
271
  "application/json": components["schemas"]["TenantDtoListEnvelope"];
100
272
  "application/xml": components["schemas"]["TenantDtoListEnvelope"];
273
+ "multipart/form-data": components["schemas"]["TenantDtoListEnvelope"];
101
274
  };
102
275
  };
103
276
  /** @description Unauthorized */
@@ -105,6 +278,7 @@ export interface paths {
105
278
  content: {
106
279
  "application/json": components["schemas"]["ErrorEnvelope"];
107
280
  "application/xml": components["schemas"]["ErrorEnvelope"];
281
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
108
282
  };
109
283
  };
110
284
  /** @description Forbidden */
@@ -112,12 +286,13 @@ export interface paths {
112
286
  content: {
113
287
  "application/json": components["schemas"]["ErrorEnvelope"];
114
288
  "application/xml": components["schemas"]["ErrorEnvelope"];
289
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
115
290
  };
116
291
  };
117
292
  };
118
293
  };
119
294
  };
120
- "/api/v2/Me/Enrollments": {
295
+ "/api/v2/Me/Businesses/Extended": {
121
296
  get: {
122
297
  parameters: {
123
298
  query?: {
@@ -125,11 +300,12 @@ export interface paths {
125
300
  };
126
301
  };
127
302
  responses: {
128
- /** @description Success */
303
+ /** @description OK */
129
304
  200: {
130
305
  content: {
131
- "application/json": components["schemas"]["TenantEnrollmentDtoListEnvelope"];
132
- "application/xml": components["schemas"]["TenantEnrollmentDtoListEnvelope"];
306
+ "application/json": components["schemas"]["ExtendedTenantDtoListEnvelope"];
307
+ "application/xml": components["schemas"]["ExtendedTenantDtoListEnvelope"];
308
+ "multipart/form-data": components["schemas"]["ExtendedTenantDtoListEnvelope"];
133
309
  };
134
310
  };
135
311
  /** @description Unauthorized */
@@ -137,12 +313,21 @@ export interface paths {
137
313
  content: {
138
314
  "application/json": components["schemas"]["ErrorEnvelope"];
139
315
  "application/xml": components["schemas"]["ErrorEnvelope"];
316
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
317
+ };
318
+ };
319
+ /** @description Forbidden */
320
+ 403: {
321
+ content: {
322
+ "application/json": components["schemas"]["ErrorEnvelope"];
323
+ "application/xml": components["schemas"]["ErrorEnvelope"];
324
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
140
325
  };
141
326
  };
142
327
  };
143
328
  };
144
329
  };
145
- "/api/v2/Me/SocialProfile": {
330
+ "/api/v2/Me/Enrollments": {
146
331
  get: {
147
332
  parameters: {
148
333
  query?: {
@@ -150,11 +335,12 @@ export interface paths {
150
335
  };
151
336
  };
152
337
  responses: {
153
- /** @description Success */
338
+ /** @description OK */
154
339
  200: {
155
340
  content: {
156
- "application/json": components["schemas"]["SocialProfileDtoEnvelope"];
157
- "application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
341
+ "application/json": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
342
+ "application/xml": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
343
+ "multipart/form-data": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
158
344
  };
159
345
  };
160
346
  /** @description Unauthorized */
@@ -162,12 +348,13 @@ export interface paths {
162
348
  content: {
163
349
  "application/json": components["schemas"]["ErrorEnvelope"];
164
350
  "application/xml": components["schemas"]["ErrorEnvelope"];
351
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
165
352
  };
166
353
  };
167
354
  };
168
355
  };
169
356
  };
170
- "/api/v2/Me/Cart": {
357
+ "/api/v2/Me/Enrollments/Extended": {
171
358
  get: {
172
359
  parameters: {
173
360
  query?: {
@@ -175,11 +362,12 @@ export interface paths {
175
362
  };
176
363
  };
177
364
  responses: {
178
- /** @description Success */
365
+ /** @description OK */
179
366
  200: {
180
367
  content: {
181
- "application/json": components["schemas"]["CartDtoEnvelope"];
182
- "application/xml": components["schemas"]["CartDtoEnvelope"];
368
+ "application/json": components["schemas"]["ExtendedTenantEnrolmentDtoListEnvelope"];
369
+ "application/xml": components["schemas"]["ExtendedTenantEnrolmentDtoListEnvelope"];
370
+ "multipart/form-data": components["schemas"]["ExtendedTenantEnrolmentDtoListEnvelope"];
183
371
  };
184
372
  };
185
373
  /** @description Unauthorized */
@@ -187,24 +375,36 @@ export interface paths {
187
375
  content: {
188
376
  "application/json": components["schemas"]["ErrorEnvelope"];
189
377
  "application/xml": components["schemas"]["ErrorEnvelope"];
378
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
190
379
  };
191
380
  };
192
381
  };
193
382
  };
194
383
  };
195
- "/api/v2/Me/Wallet": {
384
+ "/api/v2/Me/Enrollments/{enrollmentId}": {
196
385
  get: {
197
386
  parameters: {
198
387
  query?: {
199
388
  "api-version"?: string;
200
389
  };
390
+ path: {
391
+ enrollmentId: string;
392
+ };
393
+ };
394
+ requestBody?: {
395
+ content: {
396
+ "application/json": components["schemas"]["EnrollmentId"];
397
+ "application/xml": components["schemas"]["EnrollmentId"];
398
+ "multipart/form-data": components["schemas"]["EnrollmentId"];
399
+ };
201
400
  };
202
401
  responses: {
203
- /** @description Success */
402
+ /** @description OK */
204
403
  200: {
205
404
  content: {
206
- "application/json": components["schemas"]["WalletDtoEnvelope"];
207
- "application/xml": components["schemas"]["WalletDtoEnvelope"];
405
+ "application/json": components["schemas"]["TenantEnrolmentDtoEnvelope"];
406
+ "application/xml": components["schemas"]["TenantEnrolmentDtoEnvelope"];
407
+ "multipart/form-data": components["schemas"]["TenantEnrolmentDtoEnvelope"];
208
408
  };
209
409
  };
210
410
  /** @description Unauthorized */
@@ -212,12 +412,13 @@ export interface paths {
212
412
  content: {
213
413
  "application/json": components["schemas"]["ErrorEnvelope"];
214
414
  "application/xml": components["schemas"]["ErrorEnvelope"];
415
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
215
416
  };
216
417
  };
217
418
  };
218
419
  };
219
420
  };
220
- "/api/v2/Me/Notifications": {
421
+ "/api/v2/Me/SocialProfile": {
221
422
  get: {
222
423
  parameters: {
223
424
  query?: {
@@ -225,11 +426,12 @@ export interface paths {
225
426
  };
226
427
  };
227
428
  responses: {
228
- /** @description Success */
429
+ /** @description OK */
229
430
  200: {
230
431
  content: {
231
- "application/json": components["schemas"]["NotificationDtoListEnvelope"];
232
- "application/xml": components["schemas"]["NotificationDtoListEnvelope"];
432
+ "application/json": components["schemas"]["SocialProfileDtoEnvelope"];
433
+ "application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
434
+ "multipart/form-data": components["schemas"]["SocialProfileDtoEnvelope"];
233
435
  };
234
436
  };
235
437
  /** @description Unauthorized */
@@ -237,12 +439,13 @@ export interface paths {
237
439
  content: {
238
440
  "application/json": components["schemas"]["ErrorEnvelope"];
239
441
  "application/xml": components["schemas"]["ErrorEnvelope"];
442
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
240
443
  };
241
444
  };
242
445
  };
243
446
  };
244
447
  };
245
- "/api/v2/Me/Settings": {
448
+ "/api/v2/Me/Cart": {
246
449
  get: {
247
450
  parameters: {
248
451
  query?: {
@@ -250,17 +453,26 @@ export interface paths {
250
453
  };
251
454
  };
252
455
  responses: {
456
+ /** @description OK */
457
+ 200: {
458
+ content: {
459
+ "application/json": components["schemas"]["CartDtoEnvelope"];
460
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
461
+ "multipart/form-data": components["schemas"]["CartDtoEnvelope"];
462
+ };
463
+ };
253
464
  /** @description Unauthorized */
254
465
  401: {
255
466
  content: {
256
467
  "application/json": components["schemas"]["ErrorEnvelope"];
257
468
  "application/xml": components["schemas"]["ErrorEnvelope"];
469
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
258
470
  };
259
471
  };
260
472
  };
261
473
  };
262
474
  };
263
- "/api/v2/Me/Library": {
475
+ "/api/v2/Me/Wallet": {
264
476
  get: {
265
477
  parameters: {
266
478
  query?: {
@@ -268,21 +480,26 @@ export interface paths {
268
480
  };
269
481
  };
270
482
  responses: {
271
- /** @description Success */
483
+ /** @description OK */
272
484
  200: {
273
- content: never;
485
+ content: {
486
+ "application/json": components["schemas"]["WalletDtoEnvelope"];
487
+ "application/xml": components["schemas"]["WalletDtoEnvelope"];
488
+ "multipart/form-data": components["schemas"]["WalletDtoEnvelope"];
489
+ };
274
490
  };
275
491
  /** @description Unauthorized */
276
492
  401: {
277
493
  content: {
278
494
  "application/json": components["schemas"]["ErrorEnvelope"];
279
495
  "application/xml": components["schemas"]["ErrorEnvelope"];
496
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
280
497
  };
281
498
  };
282
499
  };
283
500
  };
284
501
  };
285
- "/api/v2/Me/Addresses": {
502
+ "/api/v2/Me/Notifications": {
286
503
  get: {
287
504
  parameters: {
288
505
  query?: {
@@ -290,11 +507,12 @@ export interface paths {
290
507
  };
291
508
  };
292
509
  responses: {
293
- /** @description Success */
510
+ /** @description OK */
294
511
  200: {
295
512
  content: {
296
- "application/json": components["schemas"]["AddressDtoListEnvelope"];
297
- "application/xml": components["schemas"]["AddressDtoListEnvelope"];
513
+ "application/json": components["schemas"]["NotificationDtoListEnvelope"];
514
+ "application/xml": components["schemas"]["NotificationDtoListEnvelope"];
515
+ "multipart/form-data": components["schemas"]["NotificationDtoListEnvelope"];
298
516
  };
299
517
  };
300
518
  /** @description Unauthorized */
@@ -302,12 +520,13 @@ export interface paths {
302
520
  content: {
303
521
  "application/json": components["schemas"]["ErrorEnvelope"];
304
522
  "application/xml": components["schemas"]["ErrorEnvelope"];
523
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
305
524
  };
306
525
  };
307
526
  };
308
527
  };
309
528
  };
310
- "/api/v2/Me/Orders": {
529
+ "/api/v2/Me/Settings": {
311
530
  get: {
312
531
  parameters: {
313
532
  query?: {
@@ -315,11 +534,12 @@ export interface paths {
315
534
  };
316
535
  };
317
536
  responses: {
318
- /** @description Success */
537
+ /** @description OK */
319
538
  200: {
320
539
  content: {
321
- "application/json": components["schemas"]["OrderDtoListEnvelope"];
322
- "application/xml": components["schemas"]["OrderDtoListEnvelope"];
540
+ "application/json": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
541
+ "application/xml": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
542
+ "multipart/form-data": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
323
543
  };
324
544
  };
325
545
  /** @description Unauthorized */
@@ -327,12 +547,45 @@ export interface paths {
327
547
  content: {
328
548
  "application/json": components["schemas"]["ErrorEnvelope"];
329
549
  "application/xml": components["schemas"]["ErrorEnvelope"];
550
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
551
+ };
552
+ };
553
+ };
554
+ };
555
+ put: {
556
+ parameters: {
557
+ query?: {
558
+ "api-version"?: string;
559
+ };
560
+ };
561
+ requestBody?: {
562
+ content: {
563
+ "application/json": components["schemas"]["PlatformUserSettingsUpdateDto"];
564
+ "application/xml": components["schemas"]["PlatformUserSettingsUpdateDto"];
565
+ "multipart/form-data": components["schemas"]["PlatformUserSettingsUpdateDto"];
566
+ };
567
+ };
568
+ responses: {
569
+ /** @description OK */
570
+ 200: {
571
+ content: {
572
+ "application/json": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
573
+ "application/xml": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
574
+ "multipart/form-data": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
575
+ };
576
+ };
577
+ /** @description Unauthorized */
578
+ 401: {
579
+ content: {
580
+ "application/json": components["schemas"]["ErrorEnvelope"];
581
+ "application/xml": components["schemas"]["ErrorEnvelope"];
582
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
330
583
  };
331
584
  };
332
585
  };
333
586
  };
334
587
  };
335
- "/api/v2/Me/Invoices": {
588
+ "/api/v2/Me/Addresses": {
336
589
  get: {
337
590
  parameters: {
338
591
  query?: {
@@ -340,11 +593,12 @@ export interface paths {
340
593
  };
341
594
  };
342
595
  responses: {
343
- /** @description Success */
596
+ /** @description OK */
344
597
  200: {
345
598
  content: {
346
- "application/json": components["schemas"]["InvoiceDtoListEnvelope"];
347
- "application/xml": components["schemas"]["InvoiceDtoListEnvelope"];
599
+ "application/json": components["schemas"]["AddressDtoListEnvelope"];
600
+ "application/xml": components["schemas"]["AddressDtoListEnvelope"];
601
+ "multipart/form-data": components["schemas"]["AddressDtoListEnvelope"];
348
602
  };
349
603
  };
350
604
  /** @description Unauthorized */
@@ -352,12 +606,13 @@ export interface paths {
352
606
  content: {
353
607
  "application/json": components["schemas"]["ErrorEnvelope"];
354
608
  "application/xml": components["schemas"]["ErrorEnvelope"];
609
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
355
610
  };
356
611
  };
357
612
  };
358
613
  };
359
614
  };
360
- "/api/v2/Me/Payments": {
615
+ "/api/v2/Me/Invitations": {
361
616
  get: {
362
617
  parameters: {
363
618
  query?: {
@@ -365,11 +620,12 @@ export interface paths {
365
620
  };
366
621
  };
367
622
  responses: {
368
- /** @description Success */
623
+ /** @description OK */
369
624
  200: {
370
625
  content: {
371
- "application/json": components["schemas"]["PaymentDtoListEnvelope"];
372
- "application/xml": components["schemas"]["PaymentDtoListEnvelope"];
626
+ "application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
627
+ "application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
628
+ "multipart/form-data": components["schemas"]["TenantInvitationDtoListEnvelope"];
373
629
  };
374
630
  };
375
631
  /** @description Unauthorized */
@@ -377,6 +633,7 @@ export interface paths {
377
633
  content: {
378
634
  "application/json": components["schemas"]["ErrorEnvelope"];
379
635
  "application/xml": components["schemas"]["ErrorEnvelope"];
636
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
380
637
  };
381
638
  };
382
639
  };
@@ -402,7 +659,7 @@ export interface components {
402
659
  address3?: string | null;
403
660
  unit?: string | null;
404
661
  cityId?: string | null;
405
- countryStateId?: string | null;
662
+ stateId?: string | null;
406
663
  postalCode?: string | null;
407
664
  countryId?: string | null;
408
665
  /** Format: double */
@@ -454,124 +711,217 @@ export interface components {
454
711
  correlationId?: string | null;
455
712
  result?: components["schemas"]["CartDto"];
456
713
  };
457
- ErrorEnvelope: {
714
+ EmptyEnvelope: {
458
715
  errorMessage?: string | null;
459
716
  isSuccess?: boolean;
460
717
  /** Format: date-time */
461
718
  timestamp?: string;
462
719
  activityId?: string | null;
463
- correlationId?: string | null;
464
720
  };
465
- FollowRecordDto: {
466
- id?: string | null;
467
- type?: string | null;
468
- followerID?: string | null;
469
- followedID?: string | null;
470
- alerts?: boolean;
471
- };
472
- InvoiceDto: {
473
- id?: string | null;
721
+ EmptyEnvelopeEnvelope: {
722
+ errorMessage?: string | null;
723
+ isSuccess?: boolean;
474
724
  /** Format: date-time */
475
- timestamp?: string | null;
476
- orderID?: string | null;
477
- businessID?: string | null;
478
- /** Format: double */
479
- forexRate?: number;
480
- /** Format: double */
481
- totalAmountInUsd?: number;
725
+ timestamp?: string;
726
+ activityId?: string | null;
727
+ correlationId?: string | null;
728
+ result?: components["schemas"]["EmptyEnvelope"];
482
729
  };
483
- InvoiceDtoListEnvelope: {
730
+ EnrollmentId: Record<string, never>;
731
+ ErrorEnvelope: {
484
732
  errorMessage?: string | null;
485
733
  isSuccess?: boolean;
486
734
  /** Format: date-time */
487
735
  timestamp?: string;
488
736
  activityId?: string | null;
489
737
  correlationId?: string | null;
490
- result?: components["schemas"]["InvoiceDto"][] | null;
491
738
  };
492
- NotificationDto: {
739
+ ExtendedPlatformUserDto: {
493
740
  id?: string | null;
494
741
  /** Format: date-time */
495
742
  timestamp?: string | null;
496
- read?: boolean;
497
- icon?: string | null;
498
- message?: string | null;
499
- redirectUrl?: string | null;
500
- socialProfileID?: string | null;
501
- /** Format: date-time */
502
- readTimestamp?: string;
743
+ qualifiedName?: string | null;
503
744
  /** Format: date-time */
504
- issuedTimestamp?: string;
745
+ birthday?: string;
746
+ firstName?: string | null;
747
+ lastName?: string | null;
748
+ publicName?: string | null;
749
+ idProvider?: string | null;
750
+ languageId?: string | null;
751
+ timezoneId?: string | null;
752
+ /**
753
+ * Format: int32
754
+ * @enum {integer}
755
+ */
756
+ gender?: 0 | 1 | 2;
757
+ cityId?: string | null;
758
+ stateId?: string | null;
759
+ email?: string | null;
760
+ about?: string | null;
761
+ jobTitle?: string | null;
762
+ coverUrl?: string | null;
763
+ avatarUrl?: string | null;
764
+ gitHubUrl?: string | null;
765
+ websiteUrl?: string | null;
766
+ twitterUrl?: string | null;
767
+ facebookUrl?: string | null;
768
+ youTubeUrl?: string | null;
769
+ linkedInUrl?: string | null;
770
+ instagramUrl?: string | null;
771
+ lockoutEnabled?: boolean;
772
+ socialFeedId?: string | null;
773
+ socialProfileId?: string | null;
774
+ currentTenantId?: string | null;
775
+ currentEnrollmentId?: string | null;
776
+ cartId?: string | null;
777
+ walletId?: string | null;
778
+ countryId?: string | null;
779
+ currencyId?: string | null;
780
+ userName?: string | null;
781
+ status?: string | null;
782
+ phoneNumber?: string | null;
783
+ publicIdentifier?: string | null;
784
+ identityProvider?: string | null;
785
+ phoneNumberConfirmed?: boolean;
786
+ emailConfirmed?: boolean;
787
+ /**
788
+ * Format: int32
789
+ * @enum {integer}
790
+ */
791
+ availability?: 0 | 1 | 2 | 3 | 4;
792
+ /** Format: int32 */
793
+ enrollmentsCount?: number | null;
794
+ /**
795
+ * Format: int32
796
+ * @enum {integer}
797
+ */
798
+ siteTheme?: 0 | 1 | 2;
799
+ cart?: components["schemas"]["CartDto"];
800
+ wallet?: components["schemas"]["WalletDto"];
801
+ socialProfile?: components["schemas"]["SocialProfileDto"];
802
+ settings?: components["schemas"]["PlatformUserSettingsDto"];
505
803
  };
506
- NotificationDtoListEnvelope: {
804
+ ExtendedPlatformUserDtoEnvelope: {
507
805
  errorMessage?: string | null;
508
806
  isSuccess?: boolean;
509
807
  /** Format: date-time */
510
808
  timestamp?: string;
511
809
  activityId?: string | null;
512
810
  correlationId?: string | null;
513
- result?: components["schemas"]["NotificationDto"][] | null;
811
+ result?: components["schemas"]["ExtendedPlatformUserDto"];
514
812
  };
515
- OrderDto: {
813
+ ExtendedTenantDto: {
516
814
  id?: string | null;
517
815
  /** Format: date-time */
518
816
  timestamp?: string | null;
519
- firstName?: string | null;
520
- lastName?: string | null;
521
- billingEmail?: string | null;
522
- companyName?: string | null;
523
- addressLine1?: string | null;
524
- addressLine2?: string | null;
525
- postalCode?: string | null;
817
+ qualifiedName?: string | null;
818
+ taxId?: string | null;
819
+ about?: string | null;
820
+ walletId?: string | null;
821
+ socialFeedId?: string | null;
822
+ businessIndustryId?: string | null;
823
+ businessSegmentId?: string | null;
824
+ socialProfileId?: string | null;
825
+ languageId?: string | null;
826
+ name?: string | null;
827
+ duns?: string | null;
828
+ slogan?: string | null;
829
+ legalName?: string | null;
830
+ coverUrl?: string | null;
831
+ avatarUrl?: string | null;
832
+ cartId?: string | null;
833
+ currencyId?: string | null;
834
+ timezoneId?: string | null;
526
835
  countryId?: string | null;
527
- countryStateId?: string | null;
836
+ stateId?: string | null;
528
837
  cityId?: string | null;
529
- customerNotes?: string | null;
530
- businessId?: string | null;
531
- currencyId?: string | null;
532
- orderStatus?: string | null;
533
- /** Format: double */
534
- forexRate?: number;
535
- /** Format: int32 */
536
- orderLinesCount?: number;
537
- /** Format: double */
538
- totalAmountInUsd?: number;
539
- /** Format: double */
540
- totalTaxesInUsd?: number;
838
+ email?: string | null;
839
+ phone?: string | null;
840
+ webUrl?: string | null;
841
+ facebookUrl?: string | null;
842
+ twitterUrl?: string | null;
843
+ gitHubUrl?: string | null;
844
+ linkedInUrl?: string | null;
845
+ instagramUrl?: string | null;
846
+ youTubeUrl?: string | null;
847
+ whatsAppNumber?: string | null;
848
+ supportPhoneNumber?: string | null;
849
+ verified?: boolean;
850
+ businessName?: string | null;
851
+ businessLegalName?: string | null;
852
+ twitterUsername?: string | null;
853
+ cart?: components["schemas"]["CartDto"];
854
+ wallet?: components["schemas"]["WalletDto"];
855
+ socialProfile?: components["schemas"]["SocialProfileDto"];
541
856
  };
542
- OrderDtoListEnvelope: {
857
+ ExtendedTenantDtoListEnvelope: {
543
858
  errorMessage?: string | null;
544
859
  isSuccess?: boolean;
545
860
  /** Format: date-time */
546
861
  timestamp?: string;
547
862
  activityId?: string | null;
548
863
  correlationId?: string | null;
549
- result?: components["schemas"]["OrderDto"][] | null;
864
+ result?: components["schemas"]["ExtendedTenantDto"][] | null;
550
865
  };
551
- PaymentDto: {
866
+ ExtendedTenantEnrolmentDto: {
552
867
  id?: string | null;
868
+ isRoot?: boolean;
869
+ isOwner?: boolean;
870
+ isAdmin?: boolean;
871
+ isDisabled?: boolean;
872
+ tenantId?: string | null;
873
+ userId?: string | null;
874
+ tenant?: components["schemas"]["TenantDto"];
875
+ };
876
+ ExtendedTenantEnrolmentDtoListEnvelope: {
877
+ errorMessage?: string | null;
878
+ isSuccess?: boolean;
553
879
  /** Format: date-time */
554
880
  timestamp?: string;
555
- invoiceID?: string | null;
556
- businessID?: string | null;
557
- emisorWalletId?: string | null;
558
- receptorWalletId?: string | null;
559
- currencyID?: string | null;
560
- /** Format: double */
561
- forexRate?: number;
562
- /** Format: double */
563
- totalCost?: number;
564
- /** Format: double */
565
- totalTaxes?: number;
881
+ activityId?: string | null;
882
+ correlationId?: string | null;
883
+ result?: components["schemas"]["ExtendedTenantEnrolmentDto"][] | null;
566
884
  };
567
- PaymentDtoListEnvelope: {
885
+ FollowRecordDto: {
886
+ id?: string | null;
887
+ type?: string | null;
888
+ followerID?: string | null;
889
+ followedID?: string | null;
890
+ alerts?: boolean;
891
+ };
892
+ NotificationDto: {
893
+ id?: string | null;
894
+ /** Format: date-time */
895
+ timestamp?: string | null;
896
+ read?: boolean;
897
+ icon?: string | null;
898
+ message?: string | null;
899
+ redirectUrl?: string | null;
900
+ socialProfileID?: string | null;
901
+ /** Format: date-time */
902
+ readTimestamp?: string;
903
+ /** Format: date-time */
904
+ issuedTimestamp?: string;
905
+ };
906
+ NotificationDtoListEnvelope: {
568
907
  errorMessage?: string | null;
569
908
  isSuccess?: boolean;
570
909
  /** Format: date-time */
571
910
  timestamp?: string;
572
911
  activityId?: string | null;
573
912
  correlationId?: string | null;
574
- result?: components["schemas"]["PaymentDto"][] | null;
913
+ result?: components["schemas"]["NotificationDto"][] | null;
914
+ };
915
+ Operation: {
916
+ /**
917
+ * Format: int32
918
+ * @enum {integer}
919
+ */
920
+ operationType?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
921
+ path?: string | null;
922
+ op?: string | null;
923
+ from?: string | null;
924
+ value?: unknown;
575
925
  };
576
926
  PlatformUserDto: {
577
927
  id?: string | null;
@@ -586,7 +936,11 @@ export interface components {
586
936
  idProvider?: string | null;
587
937
  languageId?: string | null;
588
938
  timezoneId?: string | null;
589
- gender?: string | null;
939
+ /**
940
+ * Format: int32
941
+ * @enum {integer}
942
+ */
943
+ gender?: 0 | 1 | 2;
590
944
  cityId?: string | null;
591
945
  stateId?: string | null;
592
946
  email?: string | null;
@@ -621,27 +975,14 @@ export interface components {
621
975
  * Format: int32
622
976
  * @enum {integer}
623
977
  */
624
- themeMode?: 0 | 1 | 2;
978
+ availability?: 0 | 1 | 2 | 3 | 4;
979
+ /** Format: int32 */
980
+ enrollmentsCount?: number | null;
625
981
  /**
626
982
  * Format: int32
627
983
  * @enum {integer}
628
984
  */
629
- availability?: 0 | 1 | 2 | 3 | 4;
630
- /** Format: int32 */
631
- followsCount?: number | null;
632
- /** Format: int32 */
633
- followersCount?: number | null;
634
- /** Format: int32 */
635
- enrollmentsCount?: number | null;
636
- /** Format: int32 */
637
- socialPostsCount?: number | null;
638
- /** Format: int32 */
639
- unreadMessagesCount?: number | null;
640
- /** Format: int32 */
641
- unreadNotificationsCount?: number | null;
642
- webUrl?: string | null;
643
- countryStateId?: string | null;
644
- selectedBusinessId?: string | null;
985
+ siteTheme?: 0 | 1 | 2;
645
986
  };
646
987
  PlatformUserDtoEnvelope: {
647
988
  errorMessage?: string | null;
@@ -652,6 +993,76 @@ export interface components {
652
993
  correlationId?: string | null;
653
994
  result?: components["schemas"]["PlatformUserDto"];
654
995
  };
996
+ PlatformUserSettingsDto: {
997
+ id?: string | null;
998
+ /** Format: date-time */
999
+ timestamp?: string | null;
1000
+ /** Format: int32 */
1001
+ pageSize?: number;
1002
+ dateFormat?: string | null;
1003
+ currencyFormat?: string | null;
1004
+ dateTimeFormat?: string | null;
1005
+ /**
1006
+ * Format: int32
1007
+ * @enum {integer}
1008
+ */
1009
+ siteTheme?: 0 | 1 | 2;
1010
+ };
1011
+ PlatformUserSettingsDtoEnvelope: {
1012
+ errorMessage?: string | null;
1013
+ isSuccess?: boolean;
1014
+ /** Format: date-time */
1015
+ timestamp?: string;
1016
+ activityId?: string | null;
1017
+ correlationId?: string | null;
1018
+ result?: components["schemas"]["PlatformUserSettingsDto"];
1019
+ };
1020
+ PlatformUserSettingsUpdateDto: {
1021
+ /** Format: int32 */
1022
+ pageSize?: number | null;
1023
+ dateFormat: string;
1024
+ currencyFormat: string;
1025
+ dateTimeFormat: string;
1026
+ /**
1027
+ * Format: int32
1028
+ * @enum {integer}
1029
+ */
1030
+ siteTheme: 0 | 1 | 2;
1031
+ };
1032
+ PlatformUserUpdateDto: {
1033
+ /** Format: date-time */
1034
+ birthday?: string | null;
1035
+ firstName?: string | null;
1036
+ lastName?: string | null;
1037
+ publicName?: string | null;
1038
+ idProvider?: string | null;
1039
+ languageId?: string | null;
1040
+ timezoneId?: string | null;
1041
+ gender?: string | null;
1042
+ cityId?: string | null;
1043
+ currencyId?: string | null;
1044
+ status?: string | null;
1045
+ stateId?: string | null;
1046
+ about?: string | null;
1047
+ webUrl?: string | null;
1048
+ jobTitle?: string | null;
1049
+ coverUrl?: string | null;
1050
+ avatarUrl?: string | null;
1051
+ gitHubUrl?: string | null;
1052
+ websiteUrl?: string | null;
1053
+ twitterUrl?: string | null;
1054
+ facebookUrl?: string | null;
1055
+ youTubeUrl?: string | null;
1056
+ linkedInUrl?: string | null;
1057
+ instagramUrl?: string | null;
1058
+ countryId?: string | null;
1059
+ githubUsername?: string | null;
1060
+ /**
1061
+ * Format: int32
1062
+ * @enum {integer}
1063
+ */
1064
+ availability?: 0 | 1 | 2 | 3 | 4;
1065
+ };
655
1066
  SocialProfileDto: {
656
1067
  id?: string | null;
657
1068
  /** Format: date-time */
@@ -721,25 +1132,8 @@ export interface components {
721
1132
  currencyId?: string | null;
722
1133
  timezoneId?: string | null;
723
1134
  countryId?: string | null;
724
- countryStateId?: string | null;
1135
+ stateId?: string | null;
725
1136
  cityId?: string | null;
726
- /** Format: double */
727
- reviewsAvg?: number | null;
728
- /** Format: int32 */
729
- reviewsCount?: number | null;
730
- /** Format: int32 */
731
- followsCount?: number | null;
732
- /** Format: int32 */
733
- followersCount?: number | null;
734
- /** Format: int32 */
735
- enrollmentsCount?: number | null;
736
- /** Format: int32 */
737
- socialPostsCount?: number | null;
738
- /** Format: int32 */
739
- unreadMessagesCount?: number | null;
740
- /** Format: int32 */
741
- unreadNotificationsCount?: number | null;
742
- enrollmentID?: string | null;
743
1137
  email?: string | null;
744
1138
  phone?: string | null;
745
1139
  webUrl?: string | null;
@@ -765,7 +1159,7 @@ export interface components {
765
1159
  correlationId?: string | null;
766
1160
  result?: components["schemas"]["TenantDto"][] | null;
767
1161
  };
768
- TenantEnrollmentDto: {
1162
+ TenantEnrolmentDto: {
769
1163
  id?: string | null;
770
1164
  isRoot?: boolean;
771
1165
  isOwner?: boolean;
@@ -774,14 +1168,45 @@ export interface components {
774
1168
  tenantId?: string | null;
775
1169
  userId?: string | null;
776
1170
  };
777
- TenantEnrollmentDtoListEnvelope: {
1171
+ TenantEnrolmentDtoEnvelope: {
1172
+ errorMessage?: string | null;
1173
+ isSuccess?: boolean;
1174
+ /** Format: date-time */
1175
+ timestamp?: string;
1176
+ activityId?: string | null;
1177
+ correlationId?: string | null;
1178
+ result?: components["schemas"]["TenantEnrolmentDto"];
1179
+ };
1180
+ TenantEnrolmentDtoListEnvelope: {
1181
+ errorMessage?: string | null;
1182
+ isSuccess?: boolean;
1183
+ /** Format: date-time */
1184
+ timestamp?: string;
1185
+ activityId?: string | null;
1186
+ correlationId?: string | null;
1187
+ result?: components["schemas"]["TenantEnrolmentDto"][] | null;
1188
+ };
1189
+ TenantInvitationDto: {
1190
+ id?: string | null;
1191
+ /** Format: date-time */
1192
+ timestamp?: string | null;
1193
+ tenantId?: string | null;
1194
+ revoked?: boolean;
1195
+ redeemed?: boolean;
1196
+ /** Format: date-time */
1197
+ redeemedTimestamp?: string | null;
1198
+ userEmail?: string | null;
1199
+ creatorEnrollmentId?: string | null;
1200
+ relatedEnrollmentId?: string | null;
1201
+ };
1202
+ TenantInvitationDtoListEnvelope: {
778
1203
  errorMessage?: string | null;
779
1204
  isSuccess?: boolean;
780
1205
  /** Format: date-time */
781
1206
  timestamp?: string;
782
1207
  activityId?: string | null;
783
1208
  correlationId?: string | null;
784
- result?: components["schemas"]["TenantEnrollmentDto"][] | null;
1209
+ result?: components["schemas"]["TenantInvitationDto"][] | null;
785
1210
  };
786
1211
  WalletDto: {
787
1212
  id?: string | null;