@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
@@ -1,831 +1,1256 @@
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
- "/version": {
9
- get: {
10
- responses: {
11
- /** @description Success */
12
- 200: {
13
- content: never;
14
- };
15
- };
16
- };
17
- };
18
- "/health": {
19
- get: {
20
- responses: {
21
- /** @description Success */
22
- 200: {
23
- content: never;
24
- };
25
- };
26
- };
27
- };
28
- "/hello": {
29
- get: {
30
- responses: {
31
- /** @description Success */
32
- 200: {
33
- content: never;
34
- };
35
- };
36
- };
37
- };
38
- "/register": {
39
- post: {
40
- requestBody?: {
41
- content: {
42
- "application/json": components["schemas"]["RegisterRequest"];
43
- };
44
- };
45
- responses: {
46
- /** @description Success */
47
- 200: {
48
- content: never;
49
- };
50
- /** @description Bad Request */
51
- 400: {
52
- content: {
53
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
54
- };
55
- };
56
- };
57
- };
58
- };
59
- "/login": {
60
- post: {
61
- parameters: {
62
- query?: {
63
- useCookies?: boolean;
64
- useSessionCookies?: boolean;
65
- };
66
- };
67
- requestBody?: {
68
- content: {
69
- "application/json": components["schemas"]["LoginRequest"];
70
- };
71
- };
72
- responses: {
73
- /** @description Success */
74
- 200: {
75
- content: {
76
- "application/json": components["schemas"]["AccessTokenResponse"];
77
- };
78
- };
79
- };
80
- };
81
- };
82
- "/refresh": {
83
- post: {
84
- requestBody?: {
85
- content: {
86
- "application/json": components["schemas"]["RefreshRequest"];
87
- };
88
- };
89
- responses: {
90
- /** @description Success */
91
- 200: {
92
- content: {
93
- "application/json": components["schemas"]["AccessTokenResponse"];
94
- };
95
- };
96
- };
97
- };
98
- };
99
- "/confirmEmail": {
100
- get: operations["MapIdentityApi-/confirmEmail"];
101
- };
102
- "/resendConfirmationEmail": {
103
- post: {
104
- requestBody?: {
105
- content: {
106
- "application/json": components["schemas"]["ResendConfirmationEmailRequest"];
107
- };
108
- };
109
- responses: {
110
- /** @description Success */
111
- 200: {
112
- content: never;
113
- };
114
- };
115
- };
116
- };
117
- "/forgotPassword": {
118
- post: {
119
- requestBody?: {
120
- content: {
121
- "application/json": components["schemas"]["ForgotPasswordRequest"];
122
- };
123
- };
124
- responses: {
125
- /** @description Success */
126
- 200: {
127
- content: never;
128
- };
129
- /** @description Bad Request */
130
- 400: {
131
- content: {
132
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
133
- };
134
- };
135
- };
136
- };
137
- };
138
- "/resetPassword": {
139
- post: {
140
- requestBody?: {
141
- content: {
142
- "application/json": components["schemas"]["ResetPasswordRequest"];
143
- };
144
- };
145
- responses: {
146
- /** @description Success */
147
- 200: {
148
- content: never;
149
- };
150
- /** @description Bad Request */
151
- 400: {
152
- content: {
153
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
154
- };
155
- };
156
- };
157
- };
158
- };
159
- "/manage/2fa": {
160
- post: {
161
- requestBody?: {
162
- content: {
163
- "application/json": components["schemas"]["TwoFactorRequest"];
164
- };
165
- };
166
- responses: {
167
- /** @description Success */
168
- 200: {
169
- content: {
170
- "application/json": components["schemas"]["TwoFactorResponse"];
171
- };
172
- };
173
- /** @description Bad Request */
174
- 400: {
175
- content: {
176
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
177
- };
178
- };
179
- /** @description Not Found */
180
- 404: {
181
- content: never;
182
- };
183
- };
184
- };
185
- };
186
- "/manage/info": {
187
- get: {
188
- responses: {
189
- /** @description Success */
190
- 200: {
191
- content: {
192
- "application/json": components["schemas"]["InfoResponse"];
193
- };
194
- };
195
- /** @description Bad Request */
196
- 400: {
197
- content: {
198
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
199
- };
200
- };
201
- /** @description Not Found */
202
- 404: {
203
- content: never;
204
- };
205
- };
206
- };
207
- post: {
208
- requestBody?: {
209
- content: {
210
- "application/json": components["schemas"]["InfoRequest"];
211
- };
212
- };
213
- responses: {
214
- /** @description Success */
215
- 200: {
216
- content: {
217
- "application/json": components["schemas"]["InfoResponse"];
218
- };
219
- };
220
- /** @description Bad Request */
221
- 400: {
222
- content: {
223
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
224
- };
225
- };
226
- /** @description Not Found */
227
- 404: {
228
- content: never;
229
- };
230
- };
231
- };
232
- };
233
- "/Account/PerformExternalLogin": {
234
- post: {
235
- requestBody?: {
236
- content: {
237
- "multipart/form-data": {
238
- provider: string;
239
- returnUrl: string;
240
- };
241
- "application/x-www-form-urlencoded": {
242
- provider: string;
243
- returnUrl: string;
244
- };
245
- };
246
- };
247
- responses: {
248
- /** @description Success */
249
- 200: {
250
- content: never;
251
- };
252
- };
253
- };
254
- };
255
- "/Account/Logout": {
256
- post: {
257
- requestBody?: {
258
- content: {
259
- "multipart/form-data": {
260
- returnUrl: string;
261
- };
262
- "application/x-www-form-urlencoded": {
263
- returnUrl: string;
264
- };
265
- };
266
- };
267
- responses: {
268
- /** @description Success */
269
- 200: {
270
- content: never;
271
- };
272
- };
273
- };
274
- };
275
- "/Account/Manage/LinkExternalLogin": {
276
- post: {
277
- requestBody?: {
278
- content: {
279
- "multipart/form-data": {
280
- provider: string;
281
- };
282
- "application/x-www-form-urlencoded": {
283
- provider: string;
284
- };
285
- };
286
- };
287
- responses: {
288
- /** @description Success */
289
- 200: {
290
- content: never;
291
- };
292
- };
293
- };
294
- };
295
- "/Account/Manage/DownloadPersonalData": {
296
- post: {
297
- responses: {
298
- /** @description Success */
299
- 200: {
300
- content: never;
301
- };
302
- };
303
- };
304
- };
305
- "/api/v2/Me": {
306
- get: {
307
- parameters: {
308
- query?: {
309
- "api-version"?: string;
310
- };
311
- };
312
- responses: {
313
- /** @description Success */
314
- 200: {
315
- content: {
316
- "application/json": components["schemas"]["AccountHolderDtoEnvelope"];
317
- "application/xml": components["schemas"]["AccountHolderDtoEnvelope"];
318
- };
319
- };
320
- /** @description Unauthorized */
321
- 401: {
322
- content: {
323
- "application/json": components["schemas"]["ErrorEnvelope"];
324
- "application/xml": components["schemas"]["ErrorEnvelope"];
325
- };
326
- };
327
- };
328
- };
329
- };
330
- "/api/v2/Me/Follows": {
331
- get: {
332
- parameters: {
333
- query?: {
334
- pageSize?: number;
335
- pageIndex?: number;
336
- "api-version"?: string;
337
- };
338
- };
339
- responses: {
340
- /** @description Success */
341
- 200: {
342
- content: {
343
- "application/json": components["schemas"]["FollowRecordDto"][];
344
- "application/xml": components["schemas"]["FollowRecordDto"][];
345
- };
346
- };
347
- /** @description Unauthorized */
348
- 401: {
349
- content: {
350
- "application/json": components["schemas"]["ErrorEnvelope"];
351
- "application/xml": components["schemas"]["ErrorEnvelope"];
352
- };
353
- };
354
- };
355
- };
356
- };
357
- "/api/v2/Me/Businesses": {
358
- get: {
359
- parameters: {
360
- query?: {
361
- "api-version"?: string;
362
- };
363
- };
364
- responses: {
365
- /** @description Success */
366
- 200: {
367
- content: {
368
- "application/json": components["schemas"]["BusinessDto"][];
369
- "application/xml": components["schemas"]["BusinessDto"][];
370
- };
371
- };
372
- /** @description Unauthorized */
373
- 401: {
374
- content: {
375
- "application/json": components["schemas"]["ErrorEnvelope"];
376
- "application/xml": components["schemas"]["ErrorEnvelope"];
377
- };
378
- };
379
- };
380
- };
381
- };
382
- "/api/v2/Me/Enrollments": {
383
- get: {
384
- parameters: {
385
- query?: {
386
- "api-version"?: string;
387
- };
388
- };
389
- responses: {
390
- /** @description Success */
391
- 200: {
392
- content: {
393
- "application/json": components["schemas"]["BusinessEnrollmentDto"][];
394
- "application/xml": components["schemas"]["BusinessEnrollmentDto"][];
395
- };
396
- };
397
- /** @description Unauthorized */
398
- 401: {
399
- content: {
400
- "application/json": components["schemas"]["ErrorEnvelope"];
401
- "application/xml": components["schemas"]["ErrorEnvelope"];
402
- };
403
- };
404
- };
405
- };
406
- };
407
- "/api/v2/Me/Library": {
408
- get: {
409
- parameters: {
410
- query?: {
411
- "api-version"?: string;
412
- };
413
- };
414
- responses: {
415
- /** @description Success */
416
- 200: {
417
- content: never;
418
- };
419
- /** @description Unauthorized */
420
- 401: {
421
- content: {
422
- "application/json": components["schemas"]["ErrorEnvelope"];
423
- "application/xml": components["schemas"]["ErrorEnvelope"];
424
- };
425
- };
426
- };
427
- };
428
- };
429
- "/api/v2/Me/Addresses": {
430
- get: {
431
- parameters: {
432
- query?: {
433
- "api-version"?: string;
434
- };
435
- };
436
- responses: {
437
- /** @description Unauthorized */
438
- 401: {
439
- content: {
440
- "application/json": components["schemas"]["ErrorEnvelope"];
441
- "application/xml": components["schemas"]["ErrorEnvelope"];
442
- };
443
- };
444
- };
445
- };
446
- };
447
- "/api/v2/Me/Notifications": {
448
- get: {
449
- parameters: {
450
- query?: {
451
- "api-version"?: string;
452
- };
453
- };
454
- responses: {
455
- /** @description Unauthorized */
456
- 401: {
457
- content: {
458
- "application/json": components["schemas"]["ErrorEnvelope"];
459
- "application/xml": components["schemas"]["ErrorEnvelope"];
460
- };
461
- };
462
- };
463
- };
464
- };
465
- "/api/v2/Me/Orders": {
466
- get: {
467
- parameters: {
468
- query?: {
469
- "api-version"?: string;
470
- };
471
- };
472
- responses: {
473
- /** @description Unauthorized */
474
- 401: {
475
- content: {
476
- "application/json": components["schemas"]["ErrorEnvelope"];
477
- "application/xml": components["schemas"]["ErrorEnvelope"];
478
- };
479
- };
480
- };
481
- };
482
- };
483
- "/api/v2/Me/Invoices": {
484
- get: {
485
- parameters: {
486
- query?: {
487
- "api-version"?: string;
488
- };
489
- };
490
- responses: {
491
- /** @description Unauthorized */
492
- 401: {
493
- content: {
494
- "application/json": components["schemas"]["ErrorEnvelope"];
495
- "application/xml": components["schemas"]["ErrorEnvelope"];
496
- };
497
- };
498
- };
499
- };
500
- };
501
- "/api/v2/Me/Payments": {
502
- get: {
503
- parameters: {
504
- query?: {
505
- "api-version"?: string;
506
- };
507
- };
508
- responses: {
509
- /** @description Unauthorized */
510
- 401: {
511
- content: {
512
- "application/json": components["schemas"]["ErrorEnvelope"];
513
- "application/xml": components["schemas"]["ErrorEnvelope"];
514
- };
515
- };
516
- };
517
- };
518
- };
519
- "/api/v2/Me/Settings": {
520
- get: {
521
- parameters: {
522
- query?: {
523
- "api-version"?: string;
524
- };
525
- };
526
- responses: {
527
- /** @description Unauthorized */
528
- 401: {
529
- content: {
530
- "application/json": components["schemas"]["ErrorEnvelope"];
531
- "application/xml": components["schemas"]["ErrorEnvelope"];
532
- };
533
- };
534
- };
535
- };
536
- };
537
- }
538
-
539
- export type webhooks = Record<string, never>;
540
-
541
- export interface components {
542
- schemas: {
543
- AccessTokenResponse: {
544
- tokenType?: string | null;
545
- accessToken?: string | null;
546
- /** Format: int64 */
547
- expiresIn?: number;
548
- refreshToken?: string | null;
549
- };
550
- AccountHolderCreateDto: {
551
- /** Format: uuid */
552
- id?: string;
553
- qualifiedName?: string | null;
554
- /** Format: date-time */
555
- birthday?: string;
556
- firstName?: string | null;
557
- lastName?: string | null;
558
- publicName?: string | null;
559
- idProvider?: string | null;
560
- languageID?: string | null;
561
- timezoneID?: string | null;
562
- gender?: string | null;
563
- cityID?: string | null;
564
- stateID?: string | null;
565
- email?: string | null;
566
- about?: string | null;
567
- jobTitle?: string | null;
568
- coverURL?: string | null;
569
- avatarURL?: string | null;
570
- gitHubURL?: string | null;
571
- websiteURL?: string | null;
572
- twitterUrl?: string | null;
573
- facebookURL?: string | null;
574
- youTubeURL?: string | null;
575
- linkedInURL?: string | null;
576
- instagramUrl?: string | null;
577
- countryID?: string | null;
578
- countryName?: string | null;
579
- currencyID?: string | null;
580
- };
581
- AccountHolderDto: {
582
- id?: string | null;
583
- /** Format: date-time */
584
- timestamp?: string | null;
585
- qualifiedName?: string | null;
586
- /** Format: date-time */
587
- birthday?: string;
588
- firstName?: string | null;
589
- lastName?: string | null;
590
- publicName?: string | null;
591
- idProvider?: string | null;
592
- languageId?: string | null;
593
- timezoneId?: string | null;
594
- gender?: string | null;
595
- cityId?: string | null;
596
- stateId?: string | null;
597
- email?: string | null;
598
- about?: string | null;
599
- jobTitle?: string | null;
600
- coverUrl?: string | null;
601
- avatarUrl?: string | null;
602
- gitHubUrl?: string | null;
603
- websiteUrl?: string | null;
604
- twitterUrl?: string | null;
605
- facebookUrl?: string | null;
606
- youTubeUrl?: string | null;
607
- linkedInUrl?: string | null;
608
- instagramUrl?: string | null;
609
- lockoutEnabled?: boolean;
610
- socialFeedId?: string | null;
611
- socialProfileId?: string | null;
612
- currentTenantId?: string | null;
613
- currentEnrollmentId?: string | null;
614
- cartId?: string | null;
615
- walletId?: string | null;
616
- countryId?: string | null;
617
- currencyId?: string | null;
618
- userName?: string | null;
619
- status?: string | null;
620
- phoneNumber?: string | null;
621
- publicIdentifier?: string | null;
622
- identityProvider?: string | null;
623
- phoneNumberConfirmed?: boolean;
624
- emailConfirmed?: boolean;
625
- /**
626
- * Format: int32
627
- * @enum {integer}
628
- */
629
- themeMode?: 0 | 1 | 2;
630
- /**
631
- * Format: int32
632
- * @enum {integer}
633
- */
634
- availability?: 0 | 1 | 2 | 3 | 4;
635
- /** Format: int32 */
636
- followsCount?: number | null;
637
- /** Format: int32 */
638
- followersCount?: number | null;
639
- /** Format: int32 */
640
- enrollmentsCount?: number | null;
641
- /** Format: int32 */
642
- socialPostsCount?: number | null;
643
- /** Format: int32 */
644
- unreadMessagesCount?: number | null;
645
- /** Format: int32 */
646
- unreadNotificationsCount?: number | null;
647
- webUrl?: string | null;
648
- countryStateId?: string | null;
649
- selectedBusinessId?: string | null;
650
- };
651
- AccountHolderDtoEnvelope: {
652
- errorMessage?: string | null;
653
- isSuccess?: boolean;
654
- /** Format: date-time */
655
- timestamp?: string;
656
- activityId?: string | null;
657
- correlationId?: string | null;
658
- result?: components["schemas"]["AccountHolderDto"];
659
- };
660
- BusinessDto: {
661
- id?: string | null;
662
- /** Format: date-time */
663
- timestamp?: string | null;
664
- qualifiedName?: string | null;
665
- taxID?: string | null;
666
- about?: string | null;
667
- walletID?: string | null;
668
- socialFeedID?: string | null;
669
- businessIndustryID?: string | null;
670
- businessSegmentID?: string | null;
671
- socialProfileID?: string | null;
672
- languageId?: string | null;
673
- name?: string | null;
674
- duns?: string | null;
675
- slogan?: string | null;
676
- legalName?: string | null;
677
- coverUrl?: string | null;
678
- avatarUrl?: string | null;
679
- cartID?: string | null;
680
- currencyID?: string | null;
681
- timezoneID?: string | null;
682
- countryID?: string | null;
683
- stateID?: string | null;
684
- cityID?: string | null;
685
- /** Format: int32 */
686
- followsCount?: number | null;
687
- /** Format: int32 */
688
- followersCount?: number | null;
689
- /** Format: int32 */
690
- enrollmentsCount?: number | null;
691
- /** Format: int32 */
692
- socialPostsCount?: number | null;
693
- /** Format: int32 */
694
- unreadMessagesCount?: number | null;
695
- /** Format: int32 */
696
- unreadNotificationsCount?: number | null;
697
- enrollmentID?: string | null;
698
- c2BFollowID?: string | null;
699
- b2CFollowID?: string | null;
700
- email?: string | null;
701
- phone?: string | null;
702
- webUrl?: string | null;
703
- facebookUrl?: string | null;
704
- twitterUrl?: string | null;
705
- gitHubUrl?: string | null;
706
- linkedInUrl?: string | null;
707
- instagramUrl?: string | null;
708
- youTubeUrl?: string | null;
709
- whatsAppNumber?: string | null;
710
- verified?: boolean;
711
- businessName?: string | null;
712
- businessLegalName?: string | null;
713
- twitterUsername?: string | null;
714
- };
715
- BusinessEnrollmentDto: {
716
- id?: string | null;
717
- isRoot?: boolean;
718
- isOwner?: boolean;
719
- isAdmin?: boolean;
720
- isDisabled?: boolean;
721
- isBusinessOwner?: boolean;
722
- businessID?: string | null;
723
- holderID?: string | null;
724
- holder?: components["schemas"]["AccountHolderCreateDto"];
725
- tenant?: components["schemas"]["BusinessDto"];
726
- };
727
- ErrorEnvelope: {
728
- errorMessage?: string | null;
729
- isSuccess?: boolean;
730
- /** Format: date-time */
731
- timestamp?: string;
732
- activityId?: string | null;
733
- correlationId?: string | null;
734
- };
735
- FollowRecordDto: {
736
- id?: string | null;
737
- type?: string | null;
738
- followerID?: string | null;
739
- followedID?: string | null;
740
- alerts?: boolean;
741
- };
742
- ForgotPasswordRequest: {
743
- email?: string | null;
744
- };
745
- HttpValidationProblemDetails: {
746
- type?: string | null;
747
- title?: string | null;
748
- /** Format: int32 */
749
- status?: number | null;
750
- detail?: string | null;
751
- instance?: string | null;
752
- errors?: {
753
- [key: string]: string[];
754
- } | null;
755
- [key: string]: unknown;
756
- };
757
- InfoRequest: {
758
- newEmail?: string | null;
759
- newPassword?: string | null;
760
- oldPassword?: string | null;
761
- };
762
- InfoResponse: {
763
- email?: string | null;
764
- isEmailConfirmed?: boolean;
765
- };
766
- LoginRequest: {
767
- email?: string | null;
768
- password?: string | null;
769
- twoFactorCode?: string | null;
770
- twoFactorRecoveryCode?: string | null;
771
- };
772
- RefreshRequest: {
773
- refreshToken?: string | null;
774
- };
775
- RegisterRequest: {
776
- email?: string | null;
777
- password?: string | null;
778
- };
779
- ResendConfirmationEmailRequest: {
780
- email?: string | null;
781
- };
782
- ResetPasswordRequest: {
783
- email?: string | null;
784
- resetCode?: string | null;
785
- newPassword?: string | null;
786
- };
787
- TwoFactorRequest: {
788
- enable?: boolean | null;
789
- twoFactorCode?: string | null;
790
- resetSharedKey?: boolean;
791
- resetRecoveryCodes?: boolean;
792
- forgetMachine?: boolean;
793
- };
794
- TwoFactorResponse: {
795
- sharedKey?: string | null;
796
- /** Format: int32 */
797
- recoveryCodesLeft?: number;
798
- recoveryCodes?: string[] | null;
799
- isTwoFactorEnabled?: boolean;
800
- isMachineRemembered?: boolean;
801
- };
802
- };
803
- responses: never;
804
- parameters: never;
805
- requestBodies: never;
806
- headers: never;
807
- pathItems: never;
808
- }
809
-
810
- export type $defs = Record<string, never>;
811
-
812
- export type external = Record<string, never>;
813
-
814
- export interface operations {
815
-
816
- "MapIdentityApi-/confirmEmail": {
817
- parameters: {
818
- query?: {
819
- userId?: string;
820
- code?: string;
821
- changedEmail?: string;
822
- };
823
- };
824
- responses: {
825
- /** @description Success */
826
- 200: {
827
- content: never;
828
- };
829
- };
830
- };
831
- }
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/Me": {
9
+ get: {
10
+ parameters: {
11
+ query?: {
12
+ "api-version"?: string;
13
+ };
14
+ };
15
+ responses: {
16
+ /** @description OK */
17
+ 200: {
18
+ content: {
19
+ "application/json": components["schemas"]["PlatformUserDtoEnvelope"];
20
+ "application/xml": components["schemas"]["PlatformUserDtoEnvelope"];
21
+ "multipart/form-data": components["schemas"]["PlatformUserDtoEnvelope"];
22
+ };
23
+ };
24
+ /** @description Unauthorized */
25
+ 401: {
26
+ content: {
27
+ "application/json": components["schemas"]["ErrorEnvelope"];
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"];
197
+ };
198
+ };
199
+ };
200
+ };
201
+ };
202
+ "/api/v2/Me/Follows": {
203
+ get: {
204
+ parameters: {
205
+ query?: {
206
+ pageSize?: number;
207
+ pageIndex?: number;
208
+ "api-version"?: string;
209
+ };
210
+ };
211
+ responses: {
212
+ /** @description OK */
213
+ 200: {
214
+ content: {
215
+ "application/json": components["schemas"]["FollowRecordDto"][];
216
+ "application/xml": components["schemas"]["FollowRecordDto"][];
217
+ "multipart/form-data": components["schemas"]["FollowRecordDto"][];
218
+ };
219
+ };
220
+ /** @description Unauthorized */
221
+ 401: {
222
+ content: {
223
+ "application/json": components["schemas"]["ErrorEnvelope"];
224
+ "application/xml": components["schemas"]["ErrorEnvelope"];
225
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
226
+ };
227
+ };
228
+ };
229
+ };
230
+ };
231
+ "/api/v2/Me/Followers": {
232
+ get: {
233
+ parameters: {
234
+ query?: {
235
+ pageSize?: number;
236
+ pageIndex?: number;
237
+ "api-version"?: string;
238
+ };
239
+ };
240
+ responses: {
241
+ /** @description OK */
242
+ 200: {
243
+ content: {
244
+ "application/json": components["schemas"]["FollowRecordDto"][];
245
+ "application/xml": components["schemas"]["FollowRecordDto"][];
246
+ "multipart/form-data": components["schemas"]["FollowRecordDto"][];
247
+ };
248
+ };
249
+ /** @description Unauthorized */
250
+ 401: {
251
+ content: {
252
+ "application/json": components["schemas"]["ErrorEnvelope"];
253
+ "application/xml": components["schemas"]["ErrorEnvelope"];
254
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
255
+ };
256
+ };
257
+ };
258
+ };
259
+ };
260
+ "/api/v2/Me/Businesses": {
261
+ get: {
262
+ parameters: {
263
+ query?: {
264
+ "api-version"?: string;
265
+ };
266
+ };
267
+ responses: {
268
+ /** @description OK */
269
+ 200: {
270
+ content: {
271
+ "application/json": components["schemas"]["TenantDtoListEnvelope"];
272
+ "application/xml": components["schemas"]["TenantDtoListEnvelope"];
273
+ "multipart/form-data": components["schemas"]["TenantDtoListEnvelope"];
274
+ };
275
+ };
276
+ /** @description Unauthorized */
277
+ 401: {
278
+ content: {
279
+ "application/json": components["schemas"]["ErrorEnvelope"];
280
+ "application/xml": components["schemas"]["ErrorEnvelope"];
281
+ "multipart/form-data": 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
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
290
+ };
291
+ };
292
+ };
293
+ };
294
+ };
295
+ "/api/v2/Me/Businesses/Extended": {
296
+ get: {
297
+ parameters: {
298
+ query?: {
299
+ "api-version"?: string;
300
+ };
301
+ };
302
+ responses: {
303
+ /** @description OK */
304
+ 200: {
305
+ content: {
306
+ "application/json": components["schemas"]["ExtendedTenantDtoListEnvelope"];
307
+ "application/xml": components["schemas"]["ExtendedTenantDtoListEnvelope"];
308
+ "multipart/form-data": components["schemas"]["ExtendedTenantDtoListEnvelope"];
309
+ };
310
+ };
311
+ /** @description Unauthorized */
312
+ 401: {
313
+ content: {
314
+ "application/json": components["schemas"]["ErrorEnvelope"];
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"];
325
+ };
326
+ };
327
+ };
328
+ };
329
+ };
330
+ "/api/v2/Me/Enrollments": {
331
+ get: {
332
+ parameters: {
333
+ query?: {
334
+ "api-version"?: string;
335
+ };
336
+ };
337
+ responses: {
338
+ /** @description OK */
339
+ 200: {
340
+ content: {
341
+ "application/json": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
342
+ "application/xml": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
343
+ "multipart/form-data": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
344
+ };
345
+ };
346
+ /** @description Unauthorized */
347
+ 401: {
348
+ content: {
349
+ "application/json": components["schemas"]["ErrorEnvelope"];
350
+ "application/xml": components["schemas"]["ErrorEnvelope"];
351
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
352
+ };
353
+ };
354
+ };
355
+ };
356
+ };
357
+ "/api/v2/Me/Enrollments/Extended": {
358
+ get: {
359
+ parameters: {
360
+ query?: {
361
+ "api-version"?: string;
362
+ };
363
+ };
364
+ responses: {
365
+ /** @description OK */
366
+ 200: {
367
+ content: {
368
+ "application/json": components["schemas"]["ExtendedTenantEnrolmentDtoListEnvelope"];
369
+ "application/xml": components["schemas"]["ExtendedTenantEnrolmentDtoListEnvelope"];
370
+ "multipart/form-data": components["schemas"]["ExtendedTenantEnrolmentDtoListEnvelope"];
371
+ };
372
+ };
373
+ /** @description Unauthorized */
374
+ 401: {
375
+ content: {
376
+ "application/json": components["schemas"]["ErrorEnvelope"];
377
+ "application/xml": components["schemas"]["ErrorEnvelope"];
378
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
379
+ };
380
+ };
381
+ };
382
+ };
383
+ };
384
+ "/api/v2/Me/Enrollments/{enrollmentId}": {
385
+ get: {
386
+ parameters: {
387
+ query?: {
388
+ "api-version"?: string;
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
+ };
400
+ };
401
+ responses: {
402
+ /** @description OK */
403
+ 200: {
404
+ content: {
405
+ "application/json": components["schemas"]["TenantEnrolmentDtoEnvelope"];
406
+ "application/xml": components["schemas"]["TenantEnrolmentDtoEnvelope"];
407
+ "multipart/form-data": components["schemas"]["TenantEnrolmentDtoEnvelope"];
408
+ };
409
+ };
410
+ /** @description Unauthorized */
411
+ 401: {
412
+ content: {
413
+ "application/json": components["schemas"]["ErrorEnvelope"];
414
+ "application/xml": components["schemas"]["ErrorEnvelope"];
415
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
416
+ };
417
+ };
418
+ };
419
+ };
420
+ };
421
+ "/api/v2/Me/SocialProfile": {
422
+ get: {
423
+ parameters: {
424
+ query?: {
425
+ "api-version"?: string;
426
+ };
427
+ };
428
+ responses: {
429
+ /** @description OK */
430
+ 200: {
431
+ content: {
432
+ "application/json": components["schemas"]["SocialProfileDtoEnvelope"];
433
+ "application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
434
+ "multipart/form-data": components["schemas"]["SocialProfileDtoEnvelope"];
435
+ };
436
+ };
437
+ /** @description Unauthorized */
438
+ 401: {
439
+ content: {
440
+ "application/json": components["schemas"]["ErrorEnvelope"];
441
+ "application/xml": components["schemas"]["ErrorEnvelope"];
442
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
443
+ };
444
+ };
445
+ };
446
+ };
447
+ };
448
+ "/api/v2/Me/Cart": {
449
+ get: {
450
+ parameters: {
451
+ query?: {
452
+ "api-version"?: string;
453
+ };
454
+ };
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
+ };
464
+ /** @description Unauthorized */
465
+ 401: {
466
+ content: {
467
+ "application/json": components["schemas"]["ErrorEnvelope"];
468
+ "application/xml": components["schemas"]["ErrorEnvelope"];
469
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
470
+ };
471
+ };
472
+ };
473
+ };
474
+ };
475
+ "/api/v2/Me/Wallet": {
476
+ get: {
477
+ parameters: {
478
+ query?: {
479
+ "api-version"?: string;
480
+ };
481
+ };
482
+ responses: {
483
+ /** @description OK */
484
+ 200: {
485
+ content: {
486
+ "application/json": components["schemas"]["WalletDtoEnvelope"];
487
+ "application/xml": components["schemas"]["WalletDtoEnvelope"];
488
+ "multipart/form-data": components["schemas"]["WalletDtoEnvelope"];
489
+ };
490
+ };
491
+ /** @description Unauthorized */
492
+ 401: {
493
+ content: {
494
+ "application/json": components["schemas"]["ErrorEnvelope"];
495
+ "application/xml": components["schemas"]["ErrorEnvelope"];
496
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
497
+ };
498
+ };
499
+ };
500
+ };
501
+ };
502
+ "/api/v2/Me/Notifications": {
503
+ get: {
504
+ parameters: {
505
+ query?: {
506
+ "api-version"?: string;
507
+ };
508
+ };
509
+ responses: {
510
+ /** @description OK */
511
+ 200: {
512
+ content: {
513
+ "application/json": components["schemas"]["NotificationDtoListEnvelope"];
514
+ "application/xml": components["schemas"]["NotificationDtoListEnvelope"];
515
+ "multipart/form-data": components["schemas"]["NotificationDtoListEnvelope"];
516
+ };
517
+ };
518
+ /** @description Unauthorized */
519
+ 401: {
520
+ content: {
521
+ "application/json": components["schemas"]["ErrorEnvelope"];
522
+ "application/xml": components["schemas"]["ErrorEnvelope"];
523
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
524
+ };
525
+ };
526
+ };
527
+ };
528
+ };
529
+ "/api/v2/Me/Settings": {
530
+ get: {
531
+ parameters: {
532
+ query?: {
533
+ "api-version"?: string;
534
+ };
535
+ };
536
+ responses: {
537
+ /** @description OK */
538
+ 200: {
539
+ content: {
540
+ "application/json": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
541
+ "application/xml": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
542
+ "multipart/form-data": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
543
+ };
544
+ };
545
+ /** @description Unauthorized */
546
+ 401: {
547
+ content: {
548
+ "application/json": components["schemas"]["ErrorEnvelope"];
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"];
583
+ };
584
+ };
585
+ };
586
+ };
587
+ };
588
+ "/api/v2/Me/Addresses": {
589
+ get: {
590
+ parameters: {
591
+ query?: {
592
+ "api-version"?: string;
593
+ };
594
+ };
595
+ responses: {
596
+ /** @description OK */
597
+ 200: {
598
+ content: {
599
+ "application/json": components["schemas"]["AddressDtoListEnvelope"];
600
+ "application/xml": components["schemas"]["AddressDtoListEnvelope"];
601
+ "multipart/form-data": components["schemas"]["AddressDtoListEnvelope"];
602
+ };
603
+ };
604
+ /** @description Unauthorized */
605
+ 401: {
606
+ content: {
607
+ "application/json": components["schemas"]["ErrorEnvelope"];
608
+ "application/xml": components["schemas"]["ErrorEnvelope"];
609
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
610
+ };
611
+ };
612
+ };
613
+ };
614
+ };
615
+ "/api/v2/Me/Invitations": {
616
+ get: {
617
+ parameters: {
618
+ query?: {
619
+ "api-version"?: string;
620
+ };
621
+ };
622
+ responses: {
623
+ /** @description OK */
624
+ 200: {
625
+ content: {
626
+ "application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
627
+ "application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
628
+ "multipart/form-data": components["schemas"]["TenantInvitationDtoListEnvelope"];
629
+ };
630
+ };
631
+ /** @description Unauthorized */
632
+ 401: {
633
+ content: {
634
+ "application/json": components["schemas"]["ErrorEnvelope"];
635
+ "application/xml": components["schemas"]["ErrorEnvelope"];
636
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
637
+ };
638
+ };
639
+ };
640
+ };
641
+ };
642
+ }
643
+
644
+ export type webhooks = Record<string, never>;
645
+
646
+ export interface components {
647
+ schemas: {
648
+ AddressDto: {
649
+ id?: string | null;
650
+ /** Format: date-time */
651
+ timestamp?: string | null;
652
+ title?: string | null;
653
+ business?: string | null;
654
+ email?: string | null;
655
+ phone?: string | null;
656
+ fax?: string | null;
657
+ address1?: string | null;
658
+ address2?: string | null;
659
+ address3?: string | null;
660
+ unit?: string | null;
661
+ cityId?: string | null;
662
+ stateId?: string | null;
663
+ postalCode?: string | null;
664
+ countryId?: string | null;
665
+ /** Format: double */
666
+ longitude?: number;
667
+ /** Format: double */
668
+ latitude?: number;
669
+ isRoutable?: boolean;
670
+ isGlobalPrimary?: boolean;
671
+ isCountryPrimary?: boolean;
672
+ canGenerateLabels?: boolean;
673
+ isDefaultSenderAddress?: boolean;
674
+ isDefaultReturnAddress?: boolean;
675
+ isDefaultSuppingLocation?: boolean;
676
+ };
677
+ AddressDtoListEnvelope: {
678
+ errorMessage?: string | null;
679
+ isSuccess?: boolean;
680
+ /** Format: date-time */
681
+ timestamp?: string;
682
+ activityId?: string | null;
683
+ correlationId?: string | null;
684
+ result?: components["schemas"]["AddressDto"][] | null;
685
+ };
686
+ CartDto: {
687
+ id?: string | null;
688
+ ip?: string | null;
689
+ type?: string | null;
690
+ /** Format: double */
691
+ total?: number;
692
+ /** Format: double */
693
+ taxes?: number;
694
+ /** Format: double */
695
+ freight?: number;
696
+ /** Format: double */
697
+ subTotal?: number;
698
+ currencyId?: string | null;
699
+ countryId?: string | null;
700
+ /** Format: int32 */
701
+ itemCartRecordsCount?: number | null;
702
+ /** Format: int32 */
703
+ itemToCompareRecordsCount?: number | null;
704
+ };
705
+ CartDtoEnvelope: {
706
+ errorMessage?: string | null;
707
+ isSuccess?: boolean;
708
+ /** Format: date-time */
709
+ timestamp?: string;
710
+ activityId?: string | null;
711
+ correlationId?: string | null;
712
+ result?: components["schemas"]["CartDto"];
713
+ };
714
+ EmptyEnvelope: {
715
+ errorMessage?: string | null;
716
+ isSuccess?: boolean;
717
+ /** Format: date-time */
718
+ timestamp?: string;
719
+ activityId?: string | null;
720
+ };
721
+ EmptyEnvelopeEnvelope: {
722
+ errorMessage?: string | null;
723
+ isSuccess?: boolean;
724
+ /** Format: date-time */
725
+ timestamp?: string;
726
+ activityId?: string | null;
727
+ correlationId?: string | null;
728
+ result?: components["schemas"]["EmptyEnvelope"];
729
+ };
730
+ EnrollmentId: Record<string, never>;
731
+ ErrorEnvelope: {
732
+ errorMessage?: string | null;
733
+ isSuccess?: boolean;
734
+ /** Format: date-time */
735
+ timestamp?: string;
736
+ activityId?: string | null;
737
+ correlationId?: string | null;
738
+ };
739
+ ExtendedPlatformUserDto: {
740
+ id?: string | null;
741
+ /** Format: date-time */
742
+ timestamp?: string | null;
743
+ qualifiedName?: string | null;
744
+ /** Format: date-time */
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"];
803
+ };
804
+ ExtendedPlatformUserDtoEnvelope: {
805
+ errorMessage?: string | null;
806
+ isSuccess?: boolean;
807
+ /** Format: date-time */
808
+ timestamp?: string;
809
+ activityId?: string | null;
810
+ correlationId?: string | null;
811
+ result?: components["schemas"]["ExtendedPlatformUserDto"];
812
+ };
813
+ ExtendedTenantDto: {
814
+ id?: string | null;
815
+ /** Format: date-time */
816
+ timestamp?: 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;
835
+ countryId?: string | null;
836
+ stateId?: string | null;
837
+ cityId?: string | null;
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"];
856
+ };
857
+ ExtendedTenantDtoListEnvelope: {
858
+ errorMessage?: string | null;
859
+ isSuccess?: boolean;
860
+ /** Format: date-time */
861
+ timestamp?: string;
862
+ activityId?: string | null;
863
+ correlationId?: string | null;
864
+ result?: components["schemas"]["ExtendedTenantDto"][] | null;
865
+ };
866
+ ExtendedTenantEnrolmentDto: {
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;
879
+ /** Format: date-time */
880
+ timestamp?: string;
881
+ activityId?: string | null;
882
+ correlationId?: string | null;
883
+ result?: components["schemas"]["ExtendedTenantEnrolmentDto"][] | null;
884
+ };
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: {
907
+ errorMessage?: string | null;
908
+ isSuccess?: boolean;
909
+ /** Format: date-time */
910
+ timestamp?: string;
911
+ activityId?: string | null;
912
+ correlationId?: string | 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;
925
+ };
926
+ PlatformUserDto: {
927
+ id?: string | null;
928
+ /** Format: date-time */
929
+ timestamp?: string | null;
930
+ qualifiedName?: string | null;
931
+ /** Format: date-time */
932
+ birthday?: string;
933
+ firstName?: string | null;
934
+ lastName?: string | null;
935
+ publicName?: string | null;
936
+ idProvider?: string | null;
937
+ languageId?: string | null;
938
+ timezoneId?: string | null;
939
+ /**
940
+ * Format: int32
941
+ * @enum {integer}
942
+ */
943
+ gender?: 0 | 1 | 2;
944
+ cityId?: string | null;
945
+ stateId?: string | null;
946
+ email?: string | null;
947
+ about?: string | null;
948
+ jobTitle?: string | null;
949
+ coverUrl?: string | null;
950
+ avatarUrl?: string | null;
951
+ gitHubUrl?: string | null;
952
+ websiteUrl?: string | null;
953
+ twitterUrl?: string | null;
954
+ facebookUrl?: string | null;
955
+ youTubeUrl?: string | null;
956
+ linkedInUrl?: string | null;
957
+ instagramUrl?: string | null;
958
+ lockoutEnabled?: boolean;
959
+ socialFeedId?: string | null;
960
+ socialProfileId?: string | null;
961
+ currentTenantId?: string | null;
962
+ currentEnrollmentId?: string | null;
963
+ cartId?: string | null;
964
+ walletId?: string | null;
965
+ countryId?: string | null;
966
+ currencyId?: string | null;
967
+ userName?: string | null;
968
+ status?: string | null;
969
+ phoneNumber?: string | null;
970
+ publicIdentifier?: string | null;
971
+ identityProvider?: string | null;
972
+ phoneNumberConfirmed?: boolean;
973
+ emailConfirmed?: boolean;
974
+ /**
975
+ * Format: int32
976
+ * @enum {integer}
977
+ */
978
+ availability?: 0 | 1 | 2 | 3 | 4;
979
+ /** Format: int32 */
980
+ enrollmentsCount?: number | null;
981
+ /**
982
+ * Format: int32
983
+ * @enum {integer}
984
+ */
985
+ siteTheme?: 0 | 1 | 2;
986
+ };
987
+ PlatformUserDtoEnvelope: {
988
+ errorMessage?: string | null;
989
+ isSuccess?: boolean;
990
+ /** Format: date-time */
991
+ timestamp?: string;
992
+ activityId?: string | null;
993
+ correlationId?: string | null;
994
+ result?: components["schemas"]["PlatformUserDto"];
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
+ };
1066
+ SocialProfileDto: {
1067
+ id?: string | null;
1068
+ /** Format: date-time */
1069
+ timestamp?: string | null;
1070
+ /**
1071
+ * Format: int32
1072
+ * @enum {integer}
1073
+ */
1074
+ type?: 0 | 1 | 2 | 3;
1075
+ name?: string | null;
1076
+ about?: string | null;
1077
+ cover?: string | null;
1078
+ avatar?: string | null;
1079
+ country?: string | null;
1080
+ /** Format: int32 */
1081
+ followsCount?: number | null;
1082
+ /** Format: int32 */
1083
+ messagesCount?: number | null;
1084
+ /** Format: int32 */
1085
+ followersCount?: number | null;
1086
+ /** Format: int32 */
1087
+ notificationsCount?: number | null;
1088
+ /** Format: int32 */
1089
+ unreadNotificationsCount?: number | null;
1090
+ /** Format: int32 */
1091
+ unreadMessagesCount?: number | null;
1092
+ socialFeedId?: string | null;
1093
+ twitterUrl?: string | null;
1094
+ facebookURL?: string | null;
1095
+ linkedInURL?: string | null;
1096
+ youtubeURL?: string | null;
1097
+ githubURL?: string | null;
1098
+ pinterestURL?: string | null;
1099
+ dribbleURL?: string | null;
1100
+ domain?: string | null;
1101
+ notes?: string | null;
1102
+ };
1103
+ SocialProfileDtoEnvelope: {
1104
+ errorMessage?: string | null;
1105
+ isSuccess?: boolean;
1106
+ /** Format: date-time */
1107
+ timestamp?: string;
1108
+ activityId?: string | null;
1109
+ correlationId?: string | null;
1110
+ result?: components["schemas"]["SocialProfileDto"];
1111
+ };
1112
+ TenantDto: {
1113
+ id?: string | null;
1114
+ /** Format: date-time */
1115
+ timestamp?: string | null;
1116
+ qualifiedName?: string | null;
1117
+ taxId?: string | null;
1118
+ about?: string | null;
1119
+ walletId?: string | null;
1120
+ socialFeedId?: string | null;
1121
+ businessIndustryId?: string | null;
1122
+ businessSegmentId?: string | null;
1123
+ socialProfileId?: string | null;
1124
+ languageId?: string | null;
1125
+ name?: string | null;
1126
+ duns?: string | null;
1127
+ slogan?: string | null;
1128
+ legalName?: string | null;
1129
+ coverUrl?: string | null;
1130
+ avatarUrl?: string | null;
1131
+ cartId?: string | null;
1132
+ currencyId?: string | null;
1133
+ timezoneId?: string | null;
1134
+ countryId?: string | null;
1135
+ stateId?: string | null;
1136
+ cityId?: string | null;
1137
+ email?: string | null;
1138
+ phone?: string | null;
1139
+ webUrl?: string | null;
1140
+ facebookUrl?: string | null;
1141
+ twitterUrl?: string | null;
1142
+ gitHubUrl?: string | null;
1143
+ linkedInUrl?: string | null;
1144
+ instagramUrl?: string | null;
1145
+ youTubeUrl?: string | null;
1146
+ whatsAppNumber?: string | null;
1147
+ supportPhoneNumber?: string | null;
1148
+ verified?: boolean;
1149
+ businessName?: string | null;
1150
+ businessLegalName?: string | null;
1151
+ twitterUsername?: string | null;
1152
+ };
1153
+ TenantDtoListEnvelope: {
1154
+ errorMessage?: string | null;
1155
+ isSuccess?: boolean;
1156
+ /** Format: date-time */
1157
+ timestamp?: string;
1158
+ activityId?: string | null;
1159
+ correlationId?: string | null;
1160
+ result?: components["schemas"]["TenantDto"][] | null;
1161
+ };
1162
+ TenantEnrolmentDto: {
1163
+ id?: string | null;
1164
+ isRoot?: boolean;
1165
+ isOwner?: boolean;
1166
+ isAdmin?: boolean;
1167
+ isDisabled?: boolean;
1168
+ tenantId?: string | null;
1169
+ userId?: string | null;
1170
+ };
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: {
1203
+ errorMessage?: string | null;
1204
+ isSuccess?: boolean;
1205
+ /** Format: date-time */
1206
+ timestamp?: string;
1207
+ activityId?: string | null;
1208
+ correlationId?: string | null;
1209
+ result?: components["schemas"]["TenantInvitationDto"][] | null;
1210
+ };
1211
+ WalletDto: {
1212
+ id?: string | null;
1213
+ /** Format: date-time */
1214
+ timestamp?: string;
1215
+ /** Format: double */
1216
+ balance?: number;
1217
+ /** Format: double */
1218
+ cryptoBalance?: number;
1219
+ testMode?: boolean;
1220
+ verified?: boolean;
1221
+ type?: string | null;
1222
+ currencyId?: string | null;
1223
+ /** Format: double */
1224
+ forexRate?: number;
1225
+ /** Format: double */
1226
+ balanceInUsd?: number;
1227
+ /** Format: double */
1228
+ mainNetEtherBalance?: number;
1229
+ ethereumAddress?: string | null;
1230
+ ethereumPublicKey?: string | null;
1231
+ ethereumPrivateKey?: string | null;
1232
+ /** Format: double */
1233
+ rollingReservePercent?: number;
1234
+ };
1235
+ WalletDtoEnvelope: {
1236
+ errorMessage?: string | null;
1237
+ isSuccess?: boolean;
1238
+ /** Format: date-time */
1239
+ timestamp?: string;
1240
+ activityId?: string | null;
1241
+ correlationId?: string | null;
1242
+ result?: components["schemas"]["WalletDto"];
1243
+ };
1244
+ };
1245
+ responses: never;
1246
+ parameters: never;
1247
+ requestBodies: never;
1248
+ headers: never;
1249
+ pathItems: never;
1250
+ }
1251
+
1252
+ export type $defs = Record<string, never>;
1253
+
1254
+ export type external = Record<string, never>;
1255
+
1256
+ export type operations = Record<string, never>;