@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,521 +1,1101 @@
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/InvoicingService/Invoices/{invoiceId}/Details": {
306
- get: {
307
- parameters: {
308
- query?: {
309
- "api-version"?: string;
310
- };
311
- path: {
312
- invoiceId: string;
313
- };
314
- };
315
- responses: {
316
- /** @description Success */
317
- 200: {
318
- content: {
319
- "application/json": components["schemas"]["InvoiceDtoListEnvelope"];
320
- "application/xml": components["schemas"]["InvoiceDtoListEnvelope"];
321
- };
322
- };
323
- /** @description Unauthorized */
324
- 401: {
325
- content: {
326
- "application/json": components["schemas"]["ErrorEnvelope"];
327
- "application/xml": components["schemas"]["ErrorEnvelope"];
328
- };
329
- };
330
- /** @description Forbidden */
331
- 403: {
332
- content: {
333
- "application/json": components["schemas"]["ErrorEnvelope"];
334
- "application/xml": components["schemas"]["ErrorEnvelope"];
335
- };
336
- };
337
- };
338
- };
339
- };
340
- "/api/v2/InvoicingService/Invoices/Incoming/{tenantId}": {
341
- get: {
342
- parameters: {
343
- query?: {
344
- "api-version"?: string;
345
- };
346
- path: {
347
- tenantId: string;
348
- };
349
- };
350
- responses: {
351
- /** @description Success */
352
- 200: {
353
- content: {
354
- "application/json": components["schemas"]["InvoiceDtoIReadOnlyListEnvelope"];
355
- "application/xml": components["schemas"]["InvoiceDtoIReadOnlyListEnvelope"];
356
- };
357
- };
358
- };
359
- };
360
- };
361
- "/api/v2/InvoicingService/Invoices/Outgoing/{tenantId}": {
362
- get: {
363
- parameters: {
364
- query?: {
365
- "api-version"?: string;
366
- };
367
- path: {
368
- tenantId: string;
369
- };
370
- };
371
- responses: {
372
- /** @description Success */
373
- 200: {
374
- content: {
375
- "application/json": components["schemas"]["InvoiceDtoIReadOnlyListEnvelope"];
376
- "application/xml": components["schemas"]["InvoiceDtoIReadOnlyListEnvelope"];
377
- };
378
- };
379
- };
380
- };
381
- };
382
- }
383
-
384
- export type webhooks = Record<string, never>;
385
-
386
- export interface components {
387
- schemas: {
388
- AccessTokenResponse: {
389
- tokenType?: string | null;
390
- accessToken?: string | null;
391
- /** Format: int64 */
392
- expiresIn?: number;
393
- refreshToken?: string | null;
394
- };
395
- ErrorEnvelope: {
396
- errorMessage?: string | null;
397
- isSuccess?: boolean;
398
- /** Format: date-time */
399
- timestamp?: string;
400
- activityId?: string | null;
401
- correlationId?: string | null;
402
- };
403
- ForgotPasswordRequest: {
404
- email?: string | null;
405
- };
406
- HttpValidationProblemDetails: {
407
- type?: string | null;
408
- title?: string | null;
409
- /** Format: int32 */
410
- status?: number | null;
411
- detail?: string | null;
412
- instance?: string | null;
413
- errors?: {
414
- [key: string]: string[];
415
- } | null;
416
- [key: string]: unknown;
417
- };
418
- InfoRequest: {
419
- newEmail?: string | null;
420
- newPassword?: string | null;
421
- oldPassword?: string | null;
422
- };
423
- InfoResponse: {
424
- email?: string | null;
425
- isEmailConfirmed?: boolean;
426
- };
427
- InvoiceDto: {
428
- id?: string | null;
429
- /** Format: date-time */
430
- timestamp?: string | null;
431
- orderID?: string | null;
432
- businessID?: string | null;
433
- /** Format: double */
434
- forexRate?: number;
435
- /** Format: double */
436
- totalAmountInUsd?: number;
437
- };
438
- InvoiceDtoIReadOnlyListEnvelope: {
439
- errorMessage?: string | null;
440
- isSuccess?: boolean;
441
- /** Format: date-time */
442
- timestamp?: string;
443
- activityId?: string | null;
444
- correlationId?: string | null;
445
- result?: components["schemas"]["InvoiceDto"][] | null;
446
- };
447
- InvoiceDtoListEnvelope: {
448
- errorMessage?: string | null;
449
- isSuccess?: boolean;
450
- /** Format: date-time */
451
- timestamp?: string;
452
- activityId?: string | null;
453
- correlationId?: string | null;
454
- result?: components["schemas"]["InvoiceDto"][] | null;
455
- };
456
- LoginRequest: {
457
- email?: string | null;
458
- password?: string | null;
459
- twoFactorCode?: string | null;
460
- twoFactorRecoveryCode?: string | null;
461
- };
462
- RefreshRequest: {
463
- refreshToken?: string | null;
464
- };
465
- RegisterRequest: {
466
- email?: string | null;
467
- password?: string | null;
468
- };
469
- ResendConfirmationEmailRequest: {
470
- email?: string | null;
471
- };
472
- ResetPasswordRequest: {
473
- email?: string | null;
474
- resetCode?: string | null;
475
- newPassword?: string | null;
476
- };
477
- TwoFactorRequest: {
478
- enable?: boolean | null;
479
- twoFactorCode?: string | null;
480
- resetSharedKey?: boolean;
481
- resetRecoveryCodes?: boolean;
482
- forgetMachine?: boolean;
483
- };
484
- TwoFactorResponse: {
485
- sharedKey?: string | null;
486
- /** Format: int32 */
487
- recoveryCodesLeft?: number;
488
- recoveryCodes?: string[] | null;
489
- isTwoFactorEnabled?: boolean;
490
- isMachineRemembered?: boolean;
491
- };
492
- };
493
- responses: never;
494
- parameters: never;
495
- requestBodies: never;
496
- headers: never;
497
- pathItems: never;
498
- }
499
-
500
- export type $defs = Record<string, never>;
501
-
502
- export type external = Record<string, never>;
503
-
504
- export interface operations {
505
-
506
- "MapIdentityApi-/confirmEmail": {
507
- parameters: {
508
- query?: {
509
- userId?: string;
510
- code?: string;
511
- changedEmail?: string;
512
- };
513
- };
514
- responses: {
515
- /** @description Success */
516
- 200: {
517
- content: never;
518
- };
519
- };
520
- };
521
- }
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/InvoicingService/Invoices": {
9
+ get: {
10
+ parameters: {
11
+ query: {
12
+ tenantId: string;
13
+ "api-version"?: string;
14
+ };
15
+ };
16
+ responses: {
17
+ /** @description OK */
18
+ 200: {
19
+ content: {
20
+ "application/json": components["schemas"]["InvoiceDtoListEnvelope"];
21
+ "application/xml": components["schemas"]["InvoiceDtoListEnvelope"];
22
+ };
23
+ };
24
+ /** @description Not Found */
25
+ 404: {
26
+ content: {
27
+ "application/json": components["schemas"]["ErrorEnvelope"];
28
+ "application/xml": components["schemas"]["ErrorEnvelope"];
29
+ };
30
+ };
31
+ };
32
+ };
33
+ post: {
34
+ parameters: {
35
+ query: {
36
+ tenantId: string;
37
+ "api-version"?: string;
38
+ };
39
+ };
40
+ requestBody?: {
41
+ content: {
42
+ "application/json": components["schemas"]["InvoiceCreateDto"];
43
+ "application/xml": components["schemas"]["InvoiceCreateDto"];
44
+ };
45
+ };
46
+ responses: {
47
+ /** @description OK */
48
+ 200: {
49
+ content: {
50
+ "application/json": components["schemas"]["EmptyEnvelope"];
51
+ "application/xml": components["schemas"]["EmptyEnvelope"];
52
+ };
53
+ };
54
+ /** @description Not Found */
55
+ 404: {
56
+ content: {
57
+ "application/json": components["schemas"]["ErrorEnvelope"];
58
+ "application/xml": components["schemas"]["ErrorEnvelope"];
59
+ };
60
+ };
61
+ };
62
+ };
63
+ };
64
+ "/api/v2/InvoicingService/Invoices/Extended": {
65
+ get: {
66
+ parameters: {
67
+ query: {
68
+ tenantId: string;
69
+ "api-version"?: string;
70
+ };
71
+ };
72
+ responses: {
73
+ /** @description OK */
74
+ 200: {
75
+ content: {
76
+ "application/json": components["schemas"]["ExtendedInvoiceDtoListEnvelope"];
77
+ "application/xml": components["schemas"]["ExtendedInvoiceDtoListEnvelope"];
78
+ };
79
+ };
80
+ /** @description Not Found */
81
+ 404: {
82
+ content: {
83
+ "application/json": components["schemas"]["ErrorEnvelope"];
84
+ "application/xml": components["schemas"]["ErrorEnvelope"];
85
+ };
86
+ };
87
+ };
88
+ };
89
+ };
90
+ "/api/v2/InvoicingService/Invoices/{invoiceId}": {
91
+ get: {
92
+ parameters: {
93
+ query: {
94
+ tenantId: string;
95
+ "api-version"?: string;
96
+ };
97
+ path: {
98
+ invoiceId: string;
99
+ };
100
+ };
101
+ responses: {
102
+ /** @description OK */
103
+ 200: {
104
+ content: {
105
+ "application/json": components["schemas"]["InvoiceDtoEnvelope"];
106
+ "application/xml": components["schemas"]["InvoiceDtoEnvelope"];
107
+ };
108
+ };
109
+ /** @description Not Found */
110
+ 404: {
111
+ content: {
112
+ "application/json": components["schemas"]["ErrorEnvelope"];
113
+ "application/xml": components["schemas"]["ErrorEnvelope"];
114
+ };
115
+ };
116
+ };
117
+ };
118
+ put: {
119
+ parameters: {
120
+ query: {
121
+ tenantId: string;
122
+ "api-version"?: string;
123
+ };
124
+ path: {
125
+ invoiceId: string;
126
+ };
127
+ };
128
+ requestBody?: {
129
+ content: {
130
+ "application/json": components["schemas"]["InvoiceUpdateDto"];
131
+ "application/xml": components["schemas"]["InvoiceUpdateDto"];
132
+ };
133
+ };
134
+ responses: {
135
+ /** @description OK */
136
+ 200: {
137
+ content: {
138
+ "application/json": components["schemas"]["EmptyEnvelope"];
139
+ "application/xml": components["schemas"]["EmptyEnvelope"];
140
+ };
141
+ };
142
+ /** @description Not Found */
143
+ 404: {
144
+ content: {
145
+ "application/json": components["schemas"]["ErrorEnvelope"];
146
+ "application/xml": components["schemas"]["ErrorEnvelope"];
147
+ };
148
+ };
149
+ };
150
+ };
151
+ delete: {
152
+ parameters: {
153
+ query: {
154
+ tenantId: string;
155
+ "api-version"?: string;
156
+ };
157
+ path: {
158
+ invoiceId: string;
159
+ };
160
+ };
161
+ responses: {
162
+ /** @description OK */
163
+ 200: {
164
+ content: {
165
+ "application/json": components["schemas"]["EmptyEnvelope"];
166
+ "application/xml": components["schemas"]["EmptyEnvelope"];
167
+ };
168
+ };
169
+ /** @description Not Found */
170
+ 404: {
171
+ content: {
172
+ "application/json": components["schemas"]["ErrorEnvelope"];
173
+ "application/xml": components["schemas"]["ErrorEnvelope"];
174
+ };
175
+ };
176
+ };
177
+ };
178
+ };
179
+ "/api/v2/InvoicingService/Invoices/{invoiceId}/Extended": {
180
+ get: {
181
+ parameters: {
182
+ query: {
183
+ tenantId: string;
184
+ "api-version"?: string;
185
+ };
186
+ path: {
187
+ invoiceId: string;
188
+ };
189
+ };
190
+ responses: {
191
+ /** @description OK */
192
+ 200: {
193
+ content: {
194
+ "application/json": components["schemas"]["InvoiceDtoEnvelope"];
195
+ "application/xml": components["schemas"]["InvoiceDtoEnvelope"];
196
+ };
197
+ };
198
+ /** @description Not Found */
199
+ 404: {
200
+ content: {
201
+ "application/json": components["schemas"]["ErrorEnvelope"];
202
+ "application/xml": components["schemas"]["ErrorEnvelope"];
203
+ };
204
+ };
205
+ };
206
+ };
207
+ };
208
+ "/api/v2/InvoicingService/Invoices/{invoiceId}/Lines": {
209
+ get: {
210
+ parameters: {
211
+ query: {
212
+ tenantId: string;
213
+ itemId?: string;
214
+ "api-version"?: string;
215
+ };
216
+ path: {
217
+ invoiceId: string;
218
+ };
219
+ };
220
+ responses: {
221
+ /** @description OK */
222
+ 200: {
223
+ content: {
224
+ "application/json": components["schemas"]["InvoiceLineDtoListEnvelope"];
225
+ "application/xml": components["schemas"]["InvoiceLineDtoListEnvelope"];
226
+ };
227
+ };
228
+ /** @description Not Found */
229
+ 404: {
230
+ content: {
231
+ "application/json": components["schemas"]["ErrorEnvelope"];
232
+ "application/xml": components["schemas"]["ErrorEnvelope"];
233
+ };
234
+ };
235
+ };
236
+ };
237
+ post: {
238
+ parameters: {
239
+ query: {
240
+ tenantId: string;
241
+ "api-version"?: string;
242
+ };
243
+ path: {
244
+ invoiceId: string;
245
+ };
246
+ };
247
+ requestBody?: {
248
+ content: {
249
+ "application/json": components["schemas"]["ItemPriceCreateDto"];
250
+ "application/xml": components["schemas"]["ItemPriceCreateDto"];
251
+ };
252
+ };
253
+ responses: {
254
+ /** @description OK */
255
+ 200: {
256
+ content: {
257
+ "application/json": components["schemas"]["EmptyEnvelope"];
258
+ "application/xml": components["schemas"]["EmptyEnvelope"];
259
+ };
260
+ };
261
+ /** @description Not Found */
262
+ 404: {
263
+ content: {
264
+ "application/json": components["schemas"]["ErrorEnvelope"];
265
+ "application/xml": components["schemas"]["ErrorEnvelope"];
266
+ };
267
+ };
268
+ };
269
+ };
270
+ };
271
+ "/api/v2/InvoicingService/Invoices/{invoiceId}/Lines/{invoiceLineId}": {
272
+ get: {
273
+ parameters: {
274
+ query: {
275
+ tenantId: string;
276
+ "api-version"?: string;
277
+ };
278
+ path: {
279
+ invoiceId: string;
280
+ invoiceLineId: string;
281
+ };
282
+ };
283
+ responses: {
284
+ /** @description OK */
285
+ 200: {
286
+ content: {
287
+ "application/json": components["schemas"]["InvoiceLineDtoEnvelope"];
288
+ "application/xml": components["schemas"]["InvoiceLineDtoEnvelope"];
289
+ };
290
+ };
291
+ /** @description Not Found */
292
+ 404: {
293
+ content: {
294
+ "application/json": components["schemas"]["ErrorEnvelope"];
295
+ "application/xml": components["schemas"]["ErrorEnvelope"];
296
+ };
297
+ };
298
+ };
299
+ };
300
+ put: {
301
+ parameters: {
302
+ query: {
303
+ tenantId: string;
304
+ "api-version"?: string;
305
+ };
306
+ path: {
307
+ invoiceId: string;
308
+ invoiceLineId: string;
309
+ };
310
+ };
311
+ requestBody?: {
312
+ content: {
313
+ "application/json": components["schemas"]["ItemPriceUpdateDto"];
314
+ "application/xml": components["schemas"]["ItemPriceUpdateDto"];
315
+ };
316
+ };
317
+ responses: {
318
+ /** @description OK */
319
+ 200: {
320
+ content: {
321
+ "application/json": components["schemas"]["EmptyEnvelope"];
322
+ "application/xml": components["schemas"]["EmptyEnvelope"];
323
+ };
324
+ };
325
+ /** @description Not Found */
326
+ 404: {
327
+ content: {
328
+ "application/json": components["schemas"]["ErrorEnvelope"];
329
+ "application/xml": components["schemas"]["ErrorEnvelope"];
330
+ };
331
+ };
332
+ };
333
+ };
334
+ delete: {
335
+ parameters: {
336
+ query: {
337
+ tenantId: string;
338
+ "api-version"?: string;
339
+ };
340
+ path: {
341
+ invoiceId: string;
342
+ invoiceLineId: string;
343
+ };
344
+ };
345
+ requestBody?: {
346
+ content: {
347
+ "application/json": components["schemas"]["ItemPriceUpdateDto"];
348
+ "application/xml": components["schemas"]["ItemPriceUpdateDto"];
349
+ };
350
+ };
351
+ responses: {
352
+ /** @description OK */
353
+ 200: {
354
+ content: {
355
+ "application/json": components["schemas"]["EmptyEnvelope"];
356
+ "application/xml": components["schemas"]["EmptyEnvelope"];
357
+ };
358
+ };
359
+ /** @description Not Found */
360
+ 404: {
361
+ content: {
362
+ "application/json": components["schemas"]["ErrorEnvelope"];
363
+ "application/xml": components["schemas"]["ErrorEnvelope"];
364
+ };
365
+ };
366
+ };
367
+ };
368
+ };
369
+ "/api/v2/InvoicingService/Invoices/{invoiceId}/Payments": {
370
+ get: {
371
+ parameters: {
372
+ query?: {
373
+ "api-version"?: string;
374
+ };
375
+ path: {
376
+ invoiceId: string;
377
+ };
378
+ };
379
+ responses: {
380
+ /** @description OK */
381
+ 200: {
382
+ content: {
383
+ "application/json": components["schemas"]["InvoiceDtoListEnvelope"];
384
+ "application/xml": components["schemas"]["InvoiceDtoListEnvelope"];
385
+ };
386
+ };
387
+ /** @description Unauthorized */
388
+ 401: {
389
+ content: {
390
+ "application/json": components["schemas"]["ErrorEnvelope"];
391
+ "application/xml": components["schemas"]["ErrorEnvelope"];
392
+ };
393
+ };
394
+ /** @description Forbidden */
395
+ 403: {
396
+ content: {
397
+ "application/json": components["schemas"]["ErrorEnvelope"];
398
+ "application/xml": components["schemas"]["ErrorEnvelope"];
399
+ };
400
+ };
401
+ };
402
+ };
403
+ };
404
+ "/api/v2/InvoicingService/Invoices/TotalsAggregate": {
405
+ post: {
406
+ parameters: {
407
+ query?: {
408
+ currencyId?: string;
409
+ "api-version"?: string;
410
+ };
411
+ };
412
+ requestBody: {
413
+ content: {
414
+ "application/json": string[];
415
+ "application/xml": string[];
416
+ };
417
+ };
418
+ responses: {
419
+ /** @description OK */
420
+ 200: {
421
+ content: {
422
+ "application/json": components["schemas"]["MoneyEnvelope"];
423
+ "application/xml": components["schemas"]["MoneyEnvelope"];
424
+ };
425
+ };
426
+ /** @description Unauthorized */
427
+ 401: {
428
+ content: {
429
+ "application/json": components["schemas"]["ErrorEnvelope"];
430
+ "application/xml": components["schemas"]["ErrorEnvelope"];
431
+ };
432
+ };
433
+ /** @description Forbidden */
434
+ 403: {
435
+ content: {
436
+ "application/json": components["schemas"]["ErrorEnvelope"];
437
+ "application/xml": components["schemas"]["ErrorEnvelope"];
438
+ };
439
+ };
440
+ };
441
+ };
442
+ };
443
+ "/api/v2/InvoicingService/Invoices/TaxesAggregate": {
444
+ post: {
445
+ parameters: {
446
+ query?: {
447
+ currencyId?: string;
448
+ "api-version"?: string;
449
+ };
450
+ };
451
+ requestBody: {
452
+ content: {
453
+ "application/json": string[];
454
+ "application/xml": string[];
455
+ };
456
+ };
457
+ responses: {
458
+ /** @description OK */
459
+ 200: {
460
+ content: {
461
+ "application/json": components["schemas"]["MoneyEnvelope"];
462
+ "application/xml": components["schemas"]["MoneyEnvelope"];
463
+ };
464
+ };
465
+ /** @description Unauthorized */
466
+ 401: {
467
+ content: {
468
+ "application/json": components["schemas"]["ErrorEnvelope"];
469
+ "application/xml": components["schemas"]["ErrorEnvelope"];
470
+ };
471
+ };
472
+ /** @description Forbidden */
473
+ 403: {
474
+ content: {
475
+ "application/json": components["schemas"]["ErrorEnvelope"];
476
+ "application/xml": components["schemas"]["ErrorEnvelope"];
477
+ };
478
+ };
479
+ };
480
+ };
481
+ };
482
+ "/api/v2/InvoicingService/Invoices/DiscountsAggregate": {
483
+ post: {
484
+ parameters: {
485
+ query?: {
486
+ currencyId?: string;
487
+ "api-version"?: string;
488
+ };
489
+ };
490
+ requestBody: {
491
+ content: {
492
+ "application/json": string[];
493
+ "application/xml": string[];
494
+ };
495
+ };
496
+ responses: {
497
+ /** @description OK */
498
+ 200: {
499
+ content: {
500
+ "application/json": components["schemas"]["MoneyEnvelope"];
501
+ "application/xml": components["schemas"]["MoneyEnvelope"];
502
+ };
503
+ };
504
+ /** @description Unauthorized */
505
+ 401: {
506
+ content: {
507
+ "application/json": components["schemas"]["ErrorEnvelope"];
508
+ "application/xml": components["schemas"]["ErrorEnvelope"];
509
+ };
510
+ };
511
+ /** @description Forbidden */
512
+ 403: {
513
+ content: {
514
+ "application/json": components["schemas"]["ErrorEnvelope"];
515
+ "application/xml": components["schemas"]["ErrorEnvelope"];
516
+ };
517
+ };
518
+ };
519
+ };
520
+ };
521
+ "/api/v2/InvoicingService/Invoices/TaxBasesAggregate": {
522
+ post: {
523
+ parameters: {
524
+ query?: {
525
+ currencyId?: string;
526
+ "api-version"?: string;
527
+ };
528
+ };
529
+ requestBody: {
530
+ content: {
531
+ "application/json": string[];
532
+ "application/xml": string[];
533
+ };
534
+ };
535
+ responses: {
536
+ /** @description OK */
537
+ 200: {
538
+ content: {
539
+ "application/json": components["schemas"]["MoneyEnvelope"];
540
+ "application/xml": components["schemas"]["MoneyEnvelope"];
541
+ };
542
+ };
543
+ /** @description Unauthorized */
544
+ 401: {
545
+ content: {
546
+ "application/json": components["schemas"]["ErrorEnvelope"];
547
+ "application/xml": components["schemas"]["ErrorEnvelope"];
548
+ };
549
+ };
550
+ /** @description Forbidden */
551
+ 403: {
552
+ content: {
553
+ "application/json": components["schemas"]["ErrorEnvelope"];
554
+ "application/xml": components["schemas"]["ErrorEnvelope"];
555
+ };
556
+ };
557
+ };
558
+ };
559
+ };
560
+ "/api/v2/InvoicingService/Invoices/GlobalSurchargesAggregate": {
561
+ post: {
562
+ parameters: {
563
+ query?: {
564
+ currencyId?: string;
565
+ "api-version"?: string;
566
+ };
567
+ };
568
+ requestBody: {
569
+ content: {
570
+ "application/json": string[];
571
+ "application/xml": string[];
572
+ };
573
+ };
574
+ responses: {
575
+ /** @description OK */
576
+ 200: {
577
+ content: {
578
+ "application/json": components["schemas"]["MoneyEnvelope"];
579
+ "application/xml": components["schemas"]["MoneyEnvelope"];
580
+ };
581
+ };
582
+ /** @description Unauthorized */
583
+ 401: {
584
+ content: {
585
+ "application/json": components["schemas"]["ErrorEnvelope"];
586
+ "application/xml": components["schemas"]["ErrorEnvelope"];
587
+ };
588
+ };
589
+ /** @description Forbidden */
590
+ 403: {
591
+ content: {
592
+ "application/json": components["schemas"]["ErrorEnvelope"];
593
+ "application/xml": components["schemas"]["ErrorEnvelope"];
594
+ };
595
+ };
596
+ };
597
+ };
598
+ };
599
+ }
600
+
601
+ export type webhooks = Record<string, never>;
602
+
603
+ export interface components {
604
+ schemas: {
605
+ ContactDto: {
606
+ id?: string | null;
607
+ /** Format: date-time */
608
+ timestamp?: string | null;
609
+ tenantId?: string | null;
610
+ /**
611
+ * Format: int32
612
+ * @enum {integer}
613
+ */
614
+ type?: 0 | 1;
615
+ taxId?: string | null;
616
+ firstName?: string | null;
617
+ lastName?: string | null;
618
+ primaryContactId?: string | null;
619
+ qualifiedName?: string | null;
620
+ email?: string | null;
621
+ about?: string | null;
622
+ mobilePhone?: string | null;
623
+ businessPhone?: string | null;
624
+ jobTitle?: string | null;
625
+ avatarUrl?: string | null;
626
+ coverUrl?: string | null;
627
+ websiteUrl?: string | null;
628
+ facebookUrl?: string | null;
629
+ twitterUrl?: string | null;
630
+ youtubeUrl?: string | null;
631
+ linkedInUrl?: string | null;
632
+ githubUsername?: string | null;
633
+ street?: string | null;
634
+ zipCode?: string | null;
635
+ cartId?: string | null;
636
+ walletId?: string | null;
637
+ cityId?: string | null;
638
+ stateId?: string | null;
639
+ countryId?: string | null;
640
+ languageId?: string | null;
641
+ currencyId?: string | null;
642
+ timezoneId?: string | null;
643
+ territoryId?: string | null;
644
+ enrollmentId?: string | null;
645
+ ownerContactId?: string | null;
646
+ relatedTenantId?: string | null;
647
+ activityFeedId?: string | null;
648
+ parentContactId?: string | null;
649
+ socialProfileId?: string | null;
650
+ activeDirectoryId?: string | null;
651
+ identityProvider?: string | null;
652
+ identityProviderAccessToken?: string | null;
653
+ postalCode?: string | null;
654
+ relatedUserId?: string | null;
655
+ partnerProfileId?: string | null;
656
+ webUrl?: string | null;
657
+ /** Format: date-time */
658
+ birthday?: string | null;
659
+ };
660
+ Currency: {
661
+ code?: string | null;
662
+ country?: string | null;
663
+ };
664
+ EmptyEnvelope: {
665
+ errorMessage?: string | null;
666
+ isSuccess?: boolean;
667
+ /** Format: date-time */
668
+ timestamp?: string;
669
+ activityId?: string | null;
670
+ };
671
+ ErrorEnvelope: {
672
+ errorMessage?: string | null;
673
+ isSuccess?: boolean;
674
+ /** Format: date-time */
675
+ timestamp?: string;
676
+ activityId?: string | null;
677
+ correlationId?: string | null;
678
+ };
679
+ ExtendedInvoiceDto: {
680
+ id?: string | null;
681
+ /** Format: date-time */
682
+ timestamp?: string | null;
683
+ currencyId?: string | null;
684
+ receiverTenantId?: string | null;
685
+ orderId?: string | null;
686
+ tenantId?: string | null;
687
+ /** Format: double */
688
+ forexRate?: number;
689
+ /** Format: double */
690
+ totalAmountInUsd?: number;
691
+ enumeration?: string | null;
692
+ /** Format: double */
693
+ totalSurchargesInUsd?: number;
694
+ /** Format: double */
695
+ totalGlobalDiscountsInUsd?: number;
696
+ /** Format: double */
697
+ totalGlobalSurchargesInUsd?: number;
698
+ /** Format: double */
699
+ totalTaxesInUsd?: number;
700
+ /** Format: double */
701
+ totalTaxBaseInUsd?: number;
702
+ /** Format: double */
703
+ totalDiscountsInUsd?: number;
704
+ userId?: string | null;
705
+ receptorBusinessId?: string | null;
706
+ enrollmentId?: string | null;
707
+ organizationId?: string | null;
708
+ individualId?: string | null;
709
+ /**
710
+ * Format: int32
711
+ * @enum {integer}
712
+ */
713
+ documentType?: 0 | 1 | 2;
714
+ tenant?: components["schemas"]["TenantDto"];
715
+ user?: components["schemas"]["PlatformUserDto"];
716
+ individual?: components["schemas"]["ContactDto"];
717
+ organization?: components["schemas"]["ContactDto"];
718
+ enrollment?: components["schemas"]["TenantEnrolmentDto"];
719
+ };
720
+ ExtendedInvoiceDtoListEnvelope: {
721
+ errorMessage?: string | null;
722
+ isSuccess?: boolean;
723
+ /** Format: date-time */
724
+ timestamp?: string;
725
+ activityId?: string | null;
726
+ correlationId?: string | null;
727
+ result?: components["schemas"]["ExtendedInvoiceDto"][] | null;
728
+ };
729
+ InvoiceCreateDto: {
730
+ /** Format: uuid */
731
+ id?: string;
732
+ /** Format: date-time */
733
+ timestamp?: string;
734
+ tenantId?: string | null;
735
+ enrollmentId?: string | null;
736
+ };
737
+ InvoiceDto: {
738
+ id?: string | null;
739
+ /** Format: date-time */
740
+ timestamp?: string | null;
741
+ currencyId?: string | null;
742
+ receiverTenantId?: string | null;
743
+ orderId?: string | null;
744
+ tenantId?: string | null;
745
+ /** Format: double */
746
+ forexRate?: number;
747
+ /** Format: double */
748
+ totalAmountInUsd?: number;
749
+ enumeration?: string | null;
750
+ /** Format: double */
751
+ totalSurchargesInUsd?: number;
752
+ /** Format: double */
753
+ totalGlobalDiscountsInUsd?: number;
754
+ /** Format: double */
755
+ totalGlobalSurchargesInUsd?: number;
756
+ /** Format: double */
757
+ totalTaxesInUsd?: number;
758
+ /** Format: double */
759
+ totalTaxBaseInUsd?: number;
760
+ /** Format: double */
761
+ totalDiscountsInUsd?: number;
762
+ userId?: string | null;
763
+ receptorBusinessId?: string | null;
764
+ enrollmentId?: string | null;
765
+ organizationId?: string | null;
766
+ individualId?: string | null;
767
+ /**
768
+ * Format: int32
769
+ * @enum {integer}
770
+ */
771
+ documentType?: 0 | 1 | 2;
772
+ };
773
+ InvoiceDtoEnvelope: {
774
+ errorMessage?: string | null;
775
+ isSuccess?: boolean;
776
+ /** Format: date-time */
777
+ timestamp?: string;
778
+ activityId?: string | null;
779
+ correlationId?: string | null;
780
+ result?: components["schemas"]["InvoiceDto"];
781
+ };
782
+ InvoiceDtoListEnvelope: {
783
+ errorMessage?: string | null;
784
+ isSuccess?: boolean;
785
+ /** Format: date-time */
786
+ timestamp?: string;
787
+ activityId?: string | null;
788
+ correlationId?: string | null;
789
+ result?: components["schemas"]["InvoiceDto"][] | null;
790
+ };
791
+ InvoiceLineDto: {
792
+ id?: string | null;
793
+ /** Format: date-time */
794
+ timestamp?: string | null;
795
+ closed?: boolean;
796
+ itemId?: string | null;
797
+ itemTitle?: string | null;
798
+ itemShortDescription?: string | null;
799
+ itemPrimaryImageUrl?: string | null;
800
+ shippingPolicyId?: string | null;
801
+ businessId?: string | null;
802
+ currencyId?: string | null;
803
+ description?: string | null;
804
+ /** Format: double */
805
+ quantity?: number;
806
+ free?: boolean;
807
+ freeReason?: string | null;
808
+ freeReasonCode?: string | null;
809
+ data?: string | null;
810
+ dataLabel?: string | null;
811
+ data1?: string | null;
812
+ data1Label?: string | null;
813
+ data2?: string | null;
814
+ data2Label?: string | null;
815
+ data3?: string | null;
816
+ data3Label?: string | null;
817
+ data4?: string | null;
818
+ data4Label?: string | null;
819
+ data5?: string | null;
820
+ data5Label?: string | null;
821
+ data6?: string | null;
822
+ data6Label?: string | null;
823
+ data7?: string | null;
824
+ data7Label?: string | null;
825
+ data8?: string | null;
826
+ data8Label?: string | null;
827
+ data9?: string | null;
828
+ data9Label?: string | null;
829
+ itemPriceId?: string | null;
830
+ priceListItemId?: string | null;
831
+ unitId?: string | null;
832
+ unitGroupId?: string | null;
833
+ /**
834
+ * Format: int32
835
+ * @enum {integer}
836
+ */
837
+ taxCalculationMethod?: 0 | 1;
838
+ /**
839
+ * Format: int32
840
+ * @enum {integer}
841
+ */
842
+ costCalculationMethod?: 0 | 1;
843
+ forexRatesSnapshot?: string | null;
844
+ /** Format: double */
845
+ forexRate?: number;
846
+ /** Format: double */
847
+ totalBaseAmountInUsd?: number;
848
+ /** Format: double */
849
+ totalProfitInUsd?: number;
850
+ /** Format: double */
851
+ totalDetailAmountInUsd?: number;
852
+ /** Format: double */
853
+ totalTaxBaseInUsd?: number;
854
+ /** Format: double */
855
+ totalDiscountsInUsd?: number;
856
+ /** Format: double */
857
+ totalTaxesInUsd?: number;
858
+ /** Format: double */
859
+ totalWithholdingTaxesInUsd?: number;
860
+ /** Format: double */
861
+ totalShippingCostInUsd?: number;
862
+ /** Format: double */
863
+ totalShippingTaxesInUsd?: number;
864
+ /** Format: double */
865
+ totalWarrantyCostInUsd?: number;
866
+ /** Format: double */
867
+ totalReturnCostInUsd?: number;
868
+ /** Format: double */
869
+ totalRefundCostInUsd?: number;
870
+ /** Format: double */
871
+ totalSurchargesInUsd?: number;
872
+ /** Format: double */
873
+ totalAmountInUsd?: number;
874
+ /** Format: double */
875
+ totalGlobalDiscountsInUsd?: number;
876
+ /** Format: double */
877
+ totalGlobalSurchargesInUsd?: number;
878
+ /** Format: double */
879
+ customGlobalSurchargesAmount?: number;
880
+ /** Format: double */
881
+ customGlobalDiscountsAmount?: number;
882
+ /** Format: double */
883
+ customBaseAmount?: number;
884
+ /** Format: double */
885
+ customDetailAmount?: number;
886
+ /** Format: double */
887
+ customDiscountsAmount?: number;
888
+ /** Format: double */
889
+ customTaxBase?: number;
890
+ /** Format: double */
891
+ customSurchargesAmount?: number;
892
+ /** Format: double */
893
+ customProfitAmount?: number;
894
+ /** Format: double */
895
+ customShippingCostAmount?: number;
896
+ /** Format: double */
897
+ customShippingTaxAmount?: number;
898
+ /** Format: double */
899
+ customTaxAmount?: number;
900
+ /** Format: double */
901
+ customWithholdingTaxAmount?: number;
902
+ /** Format: double */
903
+ customTotalAmount?: number;
904
+ returnPolicyId?: string | null;
905
+ refundPolicyId?: string | null;
906
+ warrantyPolicyId?: string | null;
907
+ shipmentPolicyId?: string | null;
908
+ shippingLocationId?: string | null;
909
+ locationId?: string | null;
910
+ quoteItemRecordId?: string | null;
911
+ businessProfileRecordId?: string | null;
912
+ parentBillingItemRecordId?: string | null;
913
+ invoiceId?: string | null;
914
+ };
915
+ InvoiceLineDtoEnvelope: {
916
+ errorMessage?: string | null;
917
+ isSuccess?: boolean;
918
+ /** Format: date-time */
919
+ timestamp?: string;
920
+ activityId?: string | null;
921
+ correlationId?: string | null;
922
+ result?: components["schemas"]["InvoiceLineDto"];
923
+ };
924
+ InvoiceLineDtoListEnvelope: {
925
+ errorMessage?: string | null;
926
+ isSuccess?: boolean;
927
+ /** Format: date-time */
928
+ timestamp?: string;
929
+ activityId?: string | null;
930
+ correlationId?: string | null;
931
+ result?: components["schemas"]["InvoiceLineDto"][] | null;
932
+ };
933
+ InvoiceUpdateDto: Record<string, never>;
934
+ ItemPriceCreateDto: {
935
+ /** Format: uuid */
936
+ id?: string;
937
+ /** Format: date-time */
938
+ timestamp?: string;
939
+ itemId: string;
940
+ priceListId: string;
941
+ currencyId?: string | null;
942
+ /** Format: double */
943
+ price?: number;
944
+ /** Format: double */
945
+ percent?: number;
946
+ tenantId?: string | null;
947
+ enrollmentId?: string | null;
948
+ unitId?: string | null;
949
+ unitGroupId?: string | null;
950
+ discountListId?: string | null;
951
+ roundingPolicyId?: string | null;
952
+ };
953
+ ItemPriceUpdateDto: {
954
+ /** Format: double */
955
+ price?: number;
956
+ /** Format: double */
957
+ percent?: number;
958
+ unitId?: string | null;
959
+ unitGroupId?: string | null;
960
+ currencyId?: string | null;
961
+ discountListId?: string | null;
962
+ roundingPolicyId?: string | null;
963
+ };
964
+ Money: {
965
+ /** Format: double */
966
+ amount?: number;
967
+ currency?: components["schemas"]["Currency"];
968
+ };
969
+ MoneyEnvelope: {
970
+ errorMessage?: string | null;
971
+ isSuccess?: boolean;
972
+ /** Format: date-time */
973
+ timestamp?: string;
974
+ activityId?: string | null;
975
+ correlationId?: string | null;
976
+ result?: components["schemas"]["Money"];
977
+ };
978
+ PlatformUserDto: {
979
+ id?: string | null;
980
+ /** Format: date-time */
981
+ timestamp?: string | null;
982
+ qualifiedName?: string | null;
983
+ /** Format: date-time */
984
+ birthday?: string;
985
+ firstName?: string | null;
986
+ lastName?: string | null;
987
+ publicName?: string | null;
988
+ idProvider?: string | null;
989
+ languageId?: string | null;
990
+ timezoneId?: string | null;
991
+ /**
992
+ * Format: int32
993
+ * @enum {integer}
994
+ */
995
+ gender?: 0 | 1 | 2;
996
+ cityId?: string | null;
997
+ stateId?: string | null;
998
+ email?: string | null;
999
+ about?: string | null;
1000
+ jobTitle?: string | null;
1001
+ coverUrl?: string | null;
1002
+ avatarUrl?: string | null;
1003
+ gitHubUrl?: string | null;
1004
+ websiteUrl?: string | null;
1005
+ twitterUrl?: string | null;
1006
+ facebookUrl?: string | null;
1007
+ youTubeUrl?: string | null;
1008
+ linkedInUrl?: string | null;
1009
+ instagramUrl?: string | null;
1010
+ lockoutEnabled?: boolean;
1011
+ socialFeedId?: string | null;
1012
+ socialProfileId?: string | null;
1013
+ currentTenantId?: string | null;
1014
+ currentEnrollmentId?: string | null;
1015
+ cartId?: string | null;
1016
+ walletId?: string | null;
1017
+ countryId?: string | null;
1018
+ currencyId?: string | null;
1019
+ userName?: string | null;
1020
+ status?: string | null;
1021
+ phoneNumber?: string | null;
1022
+ publicIdentifier?: string | null;
1023
+ identityProvider?: string | null;
1024
+ phoneNumberConfirmed?: boolean;
1025
+ emailConfirmed?: boolean;
1026
+ /**
1027
+ * Format: int32
1028
+ * @enum {integer}
1029
+ */
1030
+ availability?: 0 | 1 | 2 | 3 | 4;
1031
+ /** Format: int32 */
1032
+ enrollmentsCount?: number | null;
1033
+ /**
1034
+ * Format: int32
1035
+ * @enum {integer}
1036
+ */
1037
+ siteTheme?: 0 | 1 | 2;
1038
+ };
1039
+ TenantDto: {
1040
+ id?: string | null;
1041
+ /** Format: date-time */
1042
+ timestamp?: string | null;
1043
+ qualifiedName?: string | null;
1044
+ taxId?: string | null;
1045
+ about?: string | null;
1046
+ walletId?: string | null;
1047
+ socialFeedId?: string | null;
1048
+ businessIndustryId?: string | null;
1049
+ businessSegmentId?: string | null;
1050
+ socialProfileId?: string | null;
1051
+ languageId?: string | null;
1052
+ name?: string | null;
1053
+ duns?: string | null;
1054
+ slogan?: string | null;
1055
+ legalName?: string | null;
1056
+ coverUrl?: string | null;
1057
+ avatarUrl?: string | null;
1058
+ cartId?: string | null;
1059
+ currencyId?: string | null;
1060
+ timezoneId?: string | null;
1061
+ countryId?: string | null;
1062
+ stateId?: string | null;
1063
+ cityId?: string | null;
1064
+ email?: string | null;
1065
+ phone?: string | null;
1066
+ webUrl?: string | null;
1067
+ facebookUrl?: string | null;
1068
+ twitterUrl?: string | null;
1069
+ gitHubUrl?: string | null;
1070
+ linkedInUrl?: string | null;
1071
+ instagramUrl?: string | null;
1072
+ youTubeUrl?: string | null;
1073
+ whatsAppNumber?: string | null;
1074
+ supportPhoneNumber?: string | null;
1075
+ verified?: boolean;
1076
+ businessName?: string | null;
1077
+ businessLegalName?: string | null;
1078
+ twitterUsername?: string | null;
1079
+ };
1080
+ TenantEnrolmentDto: {
1081
+ id?: string | null;
1082
+ isRoot?: boolean;
1083
+ isOwner?: boolean;
1084
+ isAdmin?: boolean;
1085
+ isDisabled?: boolean;
1086
+ tenantId?: string | null;
1087
+ userId?: string | null;
1088
+ };
1089
+ };
1090
+ responses: never;
1091
+ parameters: never;
1092
+ requestBodies: never;
1093
+ headers: never;
1094
+ pathItems: never;
1095
+ }
1096
+
1097
+ export type $defs = Record<string, never>;
1098
+
1099
+ export type external = Record<string, never>;
1100
+
1101
+ export type operations = Record<string, never>;