@fenixalliance/abs-api-client 1.0.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (544) hide show
  1. package/FenixAlliance.ABP.SDK.TypeScript.xml +8 -0
  2. package/LICENSE +21 -21
  3. package/LICENSE.md +35 -35
  4. package/README.md +299 -299
  5. package/THIRD_PARTY_NOTICES.md +129 -129
  6. package/app/index.ts +4 -4
  7. package/clients/cartService/core/ApiError.ts +2 -2
  8. package/clients/cartService/core/ApiRequestOptions.ts +2 -2
  9. package/clients/cartService/core/ApiResult.ts +2 -2
  10. package/clients/cartService/core/CancelablePromise.ts +5 -5
  11. package/clients/cartService/core/OpenAPI.ts +2 -2
  12. package/clients/cartService/core/request.ts +3 -3
  13. package/clients/cartService/index.ts +6 -1
  14. package/clients/cartService/models/AddProductToCompareRequest.ts +10 -10
  15. package/clients/cartService/models/BooleanEnvelope.ts +13 -13
  16. package/clients/cartService/models/CartDto.ts +18 -18
  17. package/clients/cartService/models/CartDtoEnvelope.ts +14 -14
  18. package/clients/cartService/models/CartUpdateRequest.ts +9 -9
  19. package/clients/cartService/models/CountryDto.ts +14 -0
  20. package/clients/{holderService/models/OrderDtoListEnvelope.ts → cartService/models/CountryDtoEnvelope.ts} +14 -14
  21. package/clients/cartService/models/CountrySwitchRequest.ts +9 -9
  22. package/clients/cartService/models/CurrencyDto.ts +13 -0
  23. package/clients/{holderService/models/InvoiceDtoListEnvelope.ts → cartService/models/CurrencyDtoEnvelope.ts} +14 -14
  24. package/clients/cartService/models/CurrencySwitchRequest.ts +9 -9
  25. package/clients/cartService/models/EmptyEnvelope.ts +11 -11
  26. package/clients/cartService/models/ErrorEnvelope.ts +12 -12
  27. package/clients/cartService/models/ItemCartRecordCreateDto.ts +12 -12
  28. package/clients/cartService/models/ItemCartRecordDto.ts +101 -100
  29. package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +14 -14
  30. package/clients/cartService/models/ItemCartRecordDtoListEnvelope.ts +14 -14
  31. package/clients/cartService/models/ItemCartRecordUpdateDto.ts +10 -10
  32. package/clients/cartService/models/ItemToCompareCartRecordDto.ts +11 -11
  33. package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.ts +14 -14
  34. package/clients/cartService/models/ItemToCompareCartRecordDtoListEnvelope.ts +14 -14
  35. package/clients/cartService/models/NewWishListRequest.ts +11 -11
  36. package/clients/cartService/models/ProductToWishListRequest.ts +9 -9
  37. package/clients/cartService/models/WishListDto.ts +13 -13
  38. package/clients/{holderService/models/PaymentDtoListEnvelope.ts → cartService/models/WishListDtoEnvelope.ts} +14 -14
  39. package/clients/cartService/models/WishListItemRecordDto.ts +11 -11
  40. package/clients/cartService/models/WishListUpdateDto.ts +10 -10
  41. package/clients/cartService/services/CartsService.ts +902 -149
  42. package/clients/cartService/services/CompareService.ts +90 -90
  43. package/clients/cartService/services/RecordsService.ts +259 -209
  44. package/clients/cartService/services/WishListsService.ts +197 -145
  45. package/clients/catalogService/core/ApiError.ts +2 -2
  46. package/clients/catalogService/core/ApiRequestOptions.ts +2 -2
  47. package/clients/catalogService/core/ApiResult.ts +2 -2
  48. package/clients/catalogService/core/CancelablePromise.ts +5 -5
  49. package/clients/catalogService/core/OpenAPI.ts +2 -2
  50. package/clients/catalogService/core/request.ts +3 -3
  51. package/clients/catalogService/index.ts +1 -1
  52. package/clients/catalogService/models/EmptyEnvelope.ts +11 -11
  53. package/clients/catalogService/models/ErrorEnvelope.ts +12 -12
  54. package/clients/catalogService/models/ItemAttachmentCreateDto.ts +21 -19
  55. package/clients/catalogService/models/ItemAttachmentDto.ts +30 -28
  56. package/clients/catalogService/models/ItemAttachmentDtoEnvelope.ts +14 -14
  57. package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.ts +14 -14
  58. package/clients/catalogService/models/ItemAttachmentUpdateDto.ts +19 -16
  59. package/clients/catalogService/models/ItemAttributeCreateDto.ts +12 -12
  60. package/clients/catalogService/models/ItemAttributeDto.ts +12 -12
  61. package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +14 -14
  62. package/clients/catalogService/models/ItemAttributeDtoListEnvelope.ts +14 -14
  63. package/clients/catalogService/models/ItemAttributeOptionDto.ts +12 -12
  64. package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.ts +14 -14
  65. package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.ts +14 -14
  66. package/clients/catalogService/models/ItemAttributeUpdateDto.ts +9 -9
  67. package/clients/catalogService/models/ItemBrandCreateDto.ts +17 -17
  68. package/clients/catalogService/models/ItemBrandDto.ts +17 -17
  69. package/clients/catalogService/models/ItemBrandDtoEnvelope.ts +14 -14
  70. package/clients/catalogService/models/ItemBrandDtoListEnvelope.ts +14 -14
  71. package/clients/catalogService/models/ItemBrandUpdateDto.ts +13 -13
  72. package/clients/catalogService/models/ItemCategoryCreateDto.ts +15 -15
  73. package/clients/catalogService/models/ItemCategoryDto.ts +21 -21
  74. package/clients/catalogService/models/ItemCategoryDtoEnvelope.ts +14 -14
  75. package/clients/catalogService/models/ItemCategoryDtoListEnvelope.ts +14 -14
  76. package/clients/catalogService/models/ItemCategoryUpdateDto.ts +16 -16
  77. package/clients/catalogService/models/ItemGoogleCategoryDto.ts +21 -21
  78. package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +14 -14
  79. package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +14 -14
  80. package/clients/catalogService/models/ItemImageCreateDto.ts +28 -28
  81. package/clients/catalogService/models/ItemImageDto.ts +28 -28
  82. package/clients/catalogService/models/ItemImageDtoEnvelope.ts +14 -14
  83. package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +14 -14
  84. package/clients/catalogService/models/ItemImageUpdateDto.ts +22 -22
  85. package/clients/catalogService/models/ItemQuestionCreateDto.ts +15 -15
  86. package/clients/catalogService/models/ItemQuestionDto.ts +15 -15
  87. package/clients/catalogService/models/ItemQuestionDtoEnvelope.ts +14 -14
  88. package/clients/catalogService/models/ItemQuestionDtoListEnvelope.ts +14 -14
  89. package/clients/catalogService/models/ItemQuestionRecordCreateDto.ts +14 -14
  90. package/clients/catalogService/models/ItemQuestionUpdateDto.ts +10 -10
  91. package/clients/catalogService/models/ItemRefundPolicyDto.ts +34 -34
  92. package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.ts +14 -14
  93. package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.ts +14 -14
  94. package/clients/catalogService/models/ItemReturnPolicyDto.ts +34 -34
  95. package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.ts +14 -14
  96. package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.ts +14 -14
  97. package/clients/catalogService/models/ItemReviewCreateDto.ts +13 -13
  98. package/clients/catalogService/models/ItemReviewDto.ts +13 -13
  99. package/clients/catalogService/models/ItemReviewDtoEnvelope.ts +14 -14
  100. package/clients/catalogService/models/ItemReviewDtoListEnvelope.ts +14 -14
  101. package/clients/catalogService/models/ItemReviewRecordCreateDto.ts +12 -12
  102. package/clients/catalogService/models/ItemReviewUpdateDto.ts +9 -9
  103. package/clients/catalogService/models/ItemShippingPolicyDto.ts +35 -35
  104. package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.ts +14 -14
  105. package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.ts +14 -14
  106. package/clients/catalogService/models/ItemTagCreateDto.ts +12 -12
  107. package/clients/catalogService/models/ItemTagDto.ts +12 -12
  108. package/clients/catalogService/models/ItemTagDtoEnvelope.ts +14 -14
  109. package/clients/catalogService/models/ItemTagDtoListEnvelope.ts +14 -14
  110. package/clients/catalogService/models/ItemTagUpdateDto.ts +9 -9
  111. package/clients/catalogService/models/ItemTaxPolicyDto.ts +37 -37
  112. package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.ts +14 -14
  113. package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.ts +14 -14
  114. package/clients/catalogService/models/ItemTypeCreateDto.ts +17 -17
  115. package/clients/catalogService/models/ItemTypeDto.ts +17 -17
  116. package/clients/catalogService/models/ItemTypeDtoEnvelope.ts +14 -14
  117. package/clients/catalogService/models/ItemTypeDtoListEnvelope.ts +14 -14
  118. package/clients/catalogService/models/ItemTypeUpdateDto.ts +12 -12
  119. package/clients/catalogService/models/ItemWarrantyPolicyDto.ts +33 -33
  120. package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.ts +14 -14
  121. package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.ts +14 -14
  122. package/clients/catalogService/models/PricingRuleCreateDto.ts +32 -32
  123. package/clients/catalogService/models/PricingRuleDto.ts +31 -31
  124. package/clients/catalogService/models/PricingRuleDtoEnvelope.ts +14 -14
  125. package/clients/catalogService/models/PricingRuleDtoListEnvelope.ts +14 -14
  126. package/clients/catalogService/models/PricingRuleUpdateDto.ts +27 -27
  127. package/clients/catalogService/models/StockItemCreateDto.ts +108 -108
  128. package/clients/catalogService/models/StockItemDto.ts +146 -146
  129. package/clients/catalogService/models/StockItemDtoEnvelope.ts +14 -14
  130. package/clients/catalogService/models/StockItemDtoListEnvelope.ts +14 -14
  131. package/clients/catalogService/models/StockItemUpdateDto.ts +106 -106
  132. package/clients/catalogService/services/ItemAttachmentsService.ts +138 -138
  133. package/clients/catalogService/services/ItemAttributesService.ts +137 -137
  134. package/clients/catalogService/services/ItemBrandsService.ts +137 -137
  135. package/clients/catalogService/services/ItemCategoriesService.ts +137 -137
  136. package/clients/catalogService/services/ItemImagesService.ts +137 -137
  137. package/clients/catalogService/services/ItemQuestionsService.ts +137 -137
  138. package/clients/catalogService/services/ItemReviewsService.ts +137 -137
  139. package/clients/catalogService/services/ItemTagsService.ts +137 -137
  140. package/clients/catalogService/services/ItemTypesService.ts +137 -137
  141. package/clients/catalogService/services/PoliciesService.ts +117 -117
  142. package/clients/catalogService/services/PricingRulesService.ts +135 -135
  143. package/clients/catalogService/services/ProductsService.ts +1711 -1706
  144. package/clients/crmService/core/ApiError.ts +2 -2
  145. package/clients/crmService/core/ApiRequestOptions.ts +2 -2
  146. package/clients/crmService/core/ApiResult.ts +2 -2
  147. package/clients/crmService/core/CancelablePromise.ts +5 -5
  148. package/clients/crmService/core/OpenAPI.ts +2 -2
  149. package/clients/crmService/core/request.ts +3 -3
  150. package/clients/crmService/index.ts +4 -1
  151. package/clients/crmService/models/CartDto.ts +18 -18
  152. package/clients/crmService/models/CartDtoEnvelope.ts +14 -14
  153. package/clients/crmService/models/ContactCreateDto.ts +35 -0
  154. package/clients/crmService/models/ContactDto.ts +60 -57
  155. package/clients/crmService/models/ContactDtoEnvelope.ts +14 -14
  156. package/clients/crmService/models/ContactDtoListEnvelope.ts +14 -14
  157. package/clients/crmService/models/ContactUpdateDto.ts +39 -0
  158. package/clients/crmService/models/EmptyEnvelope.ts +11 -11
  159. package/clients/crmService/models/ErrorEnvelope.ts +12 -12
  160. package/clients/crmService/models/Operation.ts +23 -0
  161. package/clients/crmService/models/SocialProfileDto.ts +39 -39
  162. package/clients/crmService/models/SocialProfileDtoEnvelope.ts +14 -14
  163. package/clients/crmService/models/WalletDto.ts +22 -22
  164. package/clients/crmService/models/WalletDtoEnvelope.ts +14 -14
  165. package/clients/crmService/services/ContactsService.ts +562 -286
  166. package/clients/crmService/services/SyncService.ts +97 -101
  167. package/clients/forexService/core/ApiError.ts +2 -2
  168. package/clients/forexService/core/ApiRequestOptions.ts +2 -2
  169. package/clients/forexService/core/ApiResult.ts +2 -2
  170. package/clients/forexService/core/CancelablePromise.ts +5 -5
  171. package/clients/forexService/core/OpenAPI.ts +2 -2
  172. package/clients/forexService/core/request.ts +3 -3
  173. package/clients/forexService/index.ts +4 -1
  174. package/clients/forexService/models/Currency.ts +9 -9
  175. package/clients/forexService/models/ErrorEnvelope.ts +12 -12
  176. package/clients/forexService/models/ExchangeRate.ts +11 -0
  177. package/clients/forexService/models/ExchangeRateEnvelope.ts +14 -0
  178. package/clients/forexService/models/ForexRatesDto.ts +13 -13
  179. package/clients/forexService/models/ForexRatesDtoEnvelope.ts +14 -14
  180. package/clients/forexService/models/Money.ts +10 -10
  181. package/clients/forexService/models/MoneyEnvelope.ts +14 -14
  182. package/clients/forexService/services/ExchangeService.ts +65 -67
  183. package/clients/forexService/services/ExchangeVService.ts +65 -0
  184. package/clients/forexService/services/RatesService.ts +90 -46
  185. package/clients/holderService/core/ApiError.ts +2 -2
  186. package/clients/holderService/core/ApiRequestOptions.ts +2 -2
  187. package/clients/holderService/core/ApiResult.ts +2 -2
  188. package/clients/holderService/core/CancelablePromise.ts +5 -5
  189. package/clients/holderService/core/OpenAPI.ts +2 -2
  190. package/clients/holderService/core/request.ts +3 -3
  191. package/clients/holderService/index.ts +20 -9
  192. package/clients/holderService/models/AddressDto.ts +31 -31
  193. package/clients/holderService/models/AddressDtoListEnvelope.ts +14 -14
  194. package/clients/holderService/models/CartDto.ts +18 -18
  195. package/clients/holderService/models/CartDtoEnvelope.ts +14 -14
  196. package/clients/holderService/models/EmptyEnvelope.ts +11 -0
  197. package/clients/holderService/models/EmptyEnvelopeEnvelope.ts +14 -0
  198. package/clients/holderService/models/EnrollmentId.ts +5 -0
  199. package/clients/holderService/models/ErrorEnvelope.ts +12 -12
  200. package/clients/holderService/models/ExtendedPlatformUserDto.ts +78 -0
  201. package/clients/holderService/models/ExtendedPlatformUserDtoEnvelope.ts +14 -0
  202. package/clients/holderService/models/ExtendedTenantDto.ts +51 -0
  203. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +14 -0
  204. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +16 -0
  205. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +14 -0
  206. package/clients/holderService/models/FollowRecordDto.ts +12 -12
  207. package/clients/holderService/models/NotificationDto.ts +16 -16
  208. package/clients/holderService/models/NotificationDtoListEnvelope.ts +14 -14
  209. package/clients/holderService/models/Operation.ts +23 -0
  210. package/clients/holderService/models/PlatformUserDto.ts +70 -73
  211. package/clients/holderService/models/PlatformUserDtoEnvelope.ts +14 -14
  212. package/clients/holderService/models/PlatformUserSettingsDto.ts +21 -0
  213. package/clients/holderService/models/PlatformUserSettingsDtoEnvelope.ts +14 -0
  214. package/clients/holderService/models/PlatformUserSettingsUpdateDto.ts +19 -0
  215. package/clients/holderService/models/PlatformUserUpdateDto.ts +43 -0
  216. package/clients/holderService/models/SocialProfileDto.ts +39 -39
  217. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +14 -14
  218. package/clients/holderService/models/TenantDto.ts +45 -54
  219. package/clients/holderService/models/TenantDtoListEnvelope.ts +14 -14
  220. package/clients/holderService/models/{TenantEnrollmentDto.ts → TenantEnrolmentDto.ts} +14 -14
  221. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +14 -0
  222. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +14 -0
  223. package/clients/holderService/models/TenantInvitationDto.ts +16 -0
  224. package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +14 -0
  225. package/clients/holderService/models/WalletDto.ts +22 -22
  226. package/clients/holderService/models/WalletDtoEnvelope.ts +14 -14
  227. package/clients/holderService/services/HolderService.ts +356 -236
  228. package/clients/identityService/core/ApiError.ts +2 -2
  229. package/clients/identityService/core/ApiRequestOptions.ts +2 -2
  230. package/clients/identityService/core/ApiResult.ts +2 -2
  231. package/clients/identityService/core/CancelablePromise.ts +5 -5
  232. package/clients/identityService/core/OpenAPI.ts +2 -2
  233. package/clients/identityService/core/request.ts +3 -3
  234. package/clients/identityService/index.ts +2 -2
  235. package/clients/identityService/models/AccountHolderCreateDto.ts +40 -35
  236. package/clients/identityService/models/AccountHolderCreateDtoEnvelope.ts +14 -14
  237. package/clients/identityService/models/Actor.ts +12 -12
  238. package/clients/identityService/models/ApiResponse.ts +21 -21
  239. package/clients/identityService/models/ApiResponseEnvelope.ts +14 -14
  240. package/clients/identityService/models/ClientApplication.ts +16 -16
  241. package/clients/identityService/models/Error.ts +10 -10
  242. package/clients/identityService/models/ErrorEnvelope.ts +12 -12
  243. package/clients/identityService/models/IPLookupDto.ts +10 -10
  244. package/clients/identityService/models/JsonWebKey.ts +13 -13
  245. package/clients/identityService/models/JsonWebKeySet.ts +9 -9
  246. package/clients/identityService/models/JsonWebKeySetEnvelope.ts +14 -14
  247. package/clients/identityService/models/JsonWebToken.ts +15 -15
  248. package/clients/identityService/models/JsonWebTokenEnvelope.ts +14 -14
  249. package/clients/identityService/models/JsonWebTokenHeader.ts +11 -11
  250. package/clients/identityService/models/JsonWebTokenPayload.ts +17 -17
  251. package/clients/identityService/models/OAuthTokenRequest.ts +12 -12
  252. package/clients/identityService/models/OpenIdConfiguration.ts +19 -19
  253. package/clients/identityService/models/OpenIdConfigurationEnvelope.ts +14 -14
  254. package/clients/identityService/models/PlatformUserDto.ts +70 -73
  255. package/clients/identityService/models/ResponsePagination.ts +13 -13
  256. package/clients/identityService/models/ResponseStatus.ts +12 -12
  257. package/clients/identityService/models/SigninModel.ts +9 -9
  258. package/clients/identityService/models/StringListEnvelope.ts +13 -13
  259. package/clients/identityService/models/TenantDto.ts +45 -54
  260. package/clients/identityService/services/ApplicationsService.ts +107 -107
  261. package/clients/identityService/services/CheckerService.ts +19 -20
  262. package/clients/identityService/services/OAuthService.ts +147 -149
  263. package/clients/identityService/services/ResourceService.ts +19 -19
  264. package/clients/identityService/services/UserInfoService.ts +29 -29
  265. package/clients/inventoryService/core/ApiError.ts +2 -2
  266. package/clients/inventoryService/core/ApiRequestOptions.ts +2 -2
  267. package/clients/inventoryService/core/ApiResult.ts +2 -2
  268. package/clients/inventoryService/core/CancelablePromise.ts +5 -5
  269. package/clients/inventoryService/core/OpenAPI.ts +2 -2
  270. package/clients/inventoryService/core/request.ts +3 -3
  271. package/clients/inventoryService/index.ts +1 -1
  272. package/clients/inventoryService/services/InventoryService.ts +25 -25
  273. package/clients/invoicingService/core/ApiError.ts +2 -2
  274. package/clients/invoicingService/core/ApiRequestOptions.ts +2 -2
  275. package/clients/invoicingService/core/ApiResult.ts +2 -2
  276. package/clients/invoicingService/core/CancelablePromise.ts +5 -5
  277. package/clients/invoicingService/core/OpenAPI.ts +2 -2
  278. package/clients/invoicingService/core/request.ts +3 -3
  279. package/clients/invoicingService/index.ts +11 -2
  280. package/clients/invoicingService/models/ContactDto.ts +60 -0
  281. package/clients/invoicingService/models/Currency.ts +9 -0
  282. package/clients/invoicingService/models/EmptyEnvelope.ts +11 -11
  283. package/clients/invoicingService/models/ErrorEnvelope.ts +12 -12
  284. package/clients/invoicingService/models/ExtendedInvoiceDto.ts +44 -0
  285. package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.ts +14 -0
  286. package/clients/invoicingService/models/InvoiceCreateDto.ts +11 -11
  287. package/clients/invoicingService/models/InvoiceDto.ts +35 -13
  288. package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +14 -14
  289. package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +14 -14
  290. package/clients/invoicingService/models/InvoiceLineDto.ts +99 -95
  291. package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +14 -14
  292. package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +14 -14
  293. package/clients/invoicingService/models/InvoiceUpdateDto.ts +5 -5
  294. package/clients/invoicingService/models/ItemPriceCreateDto.ts +20 -20
  295. package/clients/invoicingService/models/ItemPriceUpdateDto.ts +14 -14
  296. package/clients/invoicingService/models/Money.ts +10 -0
  297. package/clients/invoicingService/models/MoneyEnvelope.ts +14 -0
  298. package/clients/invoicingService/models/PlatformUserDto.ts +70 -0
  299. package/clients/invoicingService/models/TenantDto.ts +45 -0
  300. package/clients/{tenantService/models/TenantEnrollmentDto.ts → invoicingService/models/TenantEnrolmentDto.ts} +14 -14
  301. package/clients/invoicingService/services/InvoicesService.ts +465 -301
  302. package/clients/ordersService/core/ApiError.ts +2 -2
  303. package/clients/ordersService/core/ApiRequestOptions.ts +2 -2
  304. package/clients/ordersService/core/ApiResult.ts +2 -2
  305. package/clients/ordersService/core/CancelablePromise.ts +5 -5
  306. package/clients/ordersService/core/OpenAPI.ts +2 -2
  307. package/clients/ordersService/core/request.ts +3 -3
  308. package/clients/ordersService/index.ts +2 -2
  309. package/clients/ordersService/models/EmptyEnvelope.ts +11 -11
  310. package/clients/ordersService/models/ErrorEnvelope.ts +12 -12
  311. package/clients/ordersService/models/ItemPriceCreateDto.ts +20 -20
  312. package/clients/ordersService/models/ItemPriceUpdateDto.ts +14 -14
  313. package/clients/ordersService/models/OrderCreateDto.ts +16 -16
  314. package/clients/ordersService/models/OrderDto.ts +51 -27
  315. package/clients/ordersService/models/OrderDtoEnvelope.ts +14 -14
  316. package/clients/ordersService/models/OrderDtoListEnvelope.ts +14 -14
  317. package/clients/ordersService/models/OrderLineDto.ts +99 -95
  318. package/clients/ordersService/models/OrderLineDtoEnvelope.ts +14 -14
  319. package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +14 -14
  320. package/clients/ordersService/models/OrderUpdateDto.ts +12 -12
  321. package/clients/ordersService/services/OrdersService.ts +299 -296
  322. package/clients/pricingService/core/ApiError.ts +2 -2
  323. package/clients/pricingService/core/ApiRequestOptions.ts +2 -2
  324. package/clients/pricingService/core/ApiResult.ts +2 -2
  325. package/clients/pricingService/core/CancelablePromise.ts +5 -5
  326. package/clients/pricingService/core/OpenAPI.ts +2 -2
  327. package/clients/pricingService/core/request.ts +3 -3
  328. package/clients/pricingService/index.ts +1 -1
  329. package/clients/pricingService/models/Currency.ts +9 -9
  330. package/clients/pricingService/models/EmptyEnvelope.ts +11 -11
  331. package/clients/pricingService/models/ErrorEnvelope.ts +12 -12
  332. package/clients/pricingService/models/ItemPriceCreateDto.ts +20 -20
  333. package/clients/pricingService/models/ItemPriceDto.ts +20 -20
  334. package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +14 -14
  335. package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +14 -14
  336. package/clients/pricingService/models/ItemPriceUpdateDto.ts +14 -14
  337. package/clients/pricingService/models/Money.ts +10 -10
  338. package/clients/pricingService/models/MoneyEnvelope.ts +14 -14
  339. package/clients/pricingService/models/PriceListCreateDto.ts +18 -18
  340. package/clients/pricingService/models/PriceListDto.ts +17 -17
  341. package/clients/pricingService/models/PriceListDtoEnvelope.ts +14 -14
  342. package/clients/pricingService/models/PriceListDtoListEnvelope.ts +14 -14
  343. package/clients/pricingService/models/PriceListUpdateDto.ts +14 -14
  344. package/clients/pricingService/services/PriceListsService.ts +280 -280
  345. package/clients/pricingService/services/PricesService.ts +82 -82
  346. package/clients/systemService/core/ApiError.ts +2 -2
  347. package/clients/systemService/core/ApiRequestOptions.ts +2 -2
  348. package/clients/systemService/core/ApiResult.ts +2 -2
  349. package/clients/systemService/core/CancelablePromise.ts +5 -5
  350. package/clients/systemService/core/OpenAPI.ts +2 -2
  351. package/clients/systemService/core/request.ts +3 -3
  352. package/clients/systemService/index.ts +20 -1
  353. package/clients/systemService/models/BooleanEnvelope.ts +13 -0
  354. package/clients/systemService/models/ErrorEnvelope.ts +12 -12
  355. package/clients/systemService/models/GeneralValidationFailure.ts +9 -0
  356. package/clients/{holderService/models/TenantEnrollmentDtoListEnvelope.ts → systemService/models/GeneralValidationFailureListEnvelope.ts} +14 -14
  357. package/clients/systemService/models/ISwaggerContact.ts +10 -0
  358. package/clients/systemService/models/ISwaggerEndpoint.ts +10 -0
  359. package/clients/systemService/models/ISwaggerLicense.ts +9 -0
  360. package/clients/systemService/models/ISwaggerSpec.ts +19 -0
  361. package/clients/systemService/models/LicenseValidationRequest.ts +8 -0
  362. package/clients/systemService/models/Module.ts +43 -0
  363. package/clients/systemService/models/ModuleListEnvelope.ts +14 -0
  364. package/clients/systemService/models/StringListEnvelope.ts +13 -13
  365. package/clients/systemService/models/StudioModule.ts +9 -0
  366. package/clients/systemService/models/StudioModuleListEnvelope.ts +14 -0
  367. package/clients/systemService/models/SuiteLicenseAssignmentDto.ts +16 -0
  368. package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +14 -0
  369. package/clients/systemService/models/SuiteLicenseDto.ts +15 -0
  370. package/clients/systemService/models/SuiteLicenseDtoEnvelope.ts +14 -0
  371. package/clients/systemService/models/SuiteLicenseDtoListEnvelope.ts +14 -0
  372. package/clients/systemService/services/AntiforgeryService.ts +29 -29
  373. package/clients/systemService/services/LicensingService.ts +190 -0
  374. package/clients/systemService/services/MigrationsService.ts +44 -44
  375. package/clients/systemService/services/ModulesService.ts +51 -0
  376. package/clients/tenantService/core/ApiError.ts +2 -2
  377. package/clients/tenantService/core/ApiRequestOptions.ts +2 -2
  378. package/clients/tenantService/core/ApiResult.ts +2 -2
  379. package/clients/tenantService/core/CancelablePromise.ts +5 -5
  380. package/clients/tenantService/core/OpenAPI.ts +2 -2
  381. package/clients/tenantService/core/request.ts +3 -3
  382. package/clients/tenantService/index.ts +104 -4
  383. package/clients/tenantService/models/BooleanEnvelope.ts +13 -13
  384. package/clients/tenantService/models/CancellationToken.ts +11 -0
  385. package/clients/tenantService/models/CartDto.ts +18 -18
  386. package/clients/tenantService/models/CartDtoEnvelope.ts +14 -14
  387. package/clients/tenantService/models/EmptyEnvelope.ts +11 -11
  388. package/clients/tenantService/models/ErrorEnvelope.ts +12 -12
  389. package/clients/tenantService/models/ExtendedTenantDto.ts +51 -0
  390. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +14 -0
  391. package/clients/tenantService/models/IntPtr.ts +5 -0
  392. package/clients/tenantService/models/NotificationDto.ts +16 -16
  393. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +14 -14
  394. package/clients/tenantService/models/Operation.ts +23 -0
  395. package/clients/tenantService/models/PlatformUserDto.ts +70 -73
  396. package/clients/tenantService/models/PlatformUserDtoListEnvelope.ts +14 -14
  397. package/clients/tenantService/models/SafeWaitHandle.ts +9 -0
  398. package/clients/tenantService/models/SocialProfileDto.ts +39 -39
  399. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +14 -14
  400. package/clients/tenantService/models/StringListEnvelope.ts +13 -13
  401. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +16 -0
  402. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +14 -0
  403. package/clients/tenantService/models/SuiteLicenseDto.ts +15 -0
  404. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +14 -0
  405. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +9 -0
  406. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +14 -0
  407. package/clients/tenantService/models/TenantCreateDto.ts +25 -25
  408. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +16 -0
  409. package/clients/tenantService/models/TenantDepartmentDto.ts +16 -0
  410. package/clients/tenantService/models/{TenantEnrollmentDtoEnvelope.ts → TenantDepartmentDtoEnvelope.ts} +14 -14
  411. package/clients/tenantService/models/TenantDepartmentDtoIReadOnlyListEnvelope.ts +14 -0
  412. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +12 -0
  413. package/clients/tenantService/models/TenantDto.ts +45 -54
  414. package/clients/tenantService/models/TenantDtoEnvelope.ts +14 -14
  415. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +11 -0
  416. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +9 -0
  417. package/clients/tenantService/models/TenantEnrolmentDto.ts +14 -0
  418. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +14 -0
  419. package/clients/tenantService/models/TenantEnrolmentDtoIReadOnlyListEnvelope.ts +14 -0
  420. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +14 -0
  421. package/clients/tenantService/models/TenantIndustryCreateDto.ts +12 -0
  422. package/clients/tenantService/models/TenantIndustryDto.ts +12 -0
  423. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +14 -0
  424. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +10 -0
  425. package/clients/tenantService/models/TenantInvitationCreateDto.ts +12 -0
  426. package/clients/tenantService/models/TenantInvitationDto.ts +16 -0
  427. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +14 -0
  428. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +14 -0
  429. package/clients/tenantService/models/TenantPositionCreateDto.ts +13 -0
  430. package/clients/tenantService/models/TenantPositionDto.ts +13 -0
  431. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +14 -0
  432. package/clients/tenantService/models/TenantPositionDtoIReadOnlyListEnvelope.ts +14 -0
  433. package/clients/tenantService/models/TenantPositionUpdateDto.ts +9 -0
  434. package/clients/tenantService/models/TenantSegmentCreateDto.ts +12 -0
  435. package/clients/tenantService/models/TenantSegmentDto.ts +12 -0
  436. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +14 -0
  437. package/clients/tenantService/models/TenantSegmentDtoIReadOnlyListEnvelope.ts +14 -0
  438. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +10 -0
  439. package/clients/tenantService/models/TenantSizeCreateDto.ts +12 -0
  440. package/clients/tenantService/models/TenantSizeDto.ts +12 -0
  441. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +14 -0
  442. package/clients/tenantService/models/TenantSizeDtoIReadOnlyListEnvelope.ts +14 -0
  443. package/clients/tenantService/models/TenantSizeUpdateDto.ts +10 -0
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +13 -0
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +13 -0
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +14 -0
  447. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
  448. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +11 -0
  449. package/clients/tenantService/models/TenantTeamCreateDto.ts +17 -0
  450. package/clients/tenantService/models/TenantTeamDto.ts +17 -0
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +14 -0
  452. package/clients/tenantService/models/TenantTeamDtoIReadOnlyCollectionEnvelope.ts +14 -0
  453. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +13 -0
  454. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +13 -0
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +14 -0
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +11 -0
  458. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +13 -0
  459. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +13 -0
  460. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +14 -0
  461. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
  462. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +11 -0
  463. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +12 -0
  464. package/clients/tenantService/models/TenantTeamRecordDto.ts +12 -0
  465. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +14 -0
  466. package/clients/tenantService/models/{TenantEnrollmentDtoListEnvelope.ts → TenantTeamRecordDtoIReadOnlyCollectionEnvelope.ts} +14 -14
  467. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +10 -0
  468. package/clients/tenantService/models/TenantTeamUpdateDto.ts +17 -0
  469. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +14 -0
  470. package/clients/tenantService/models/TenantTerritoryDto.ts +14 -0
  471. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +14 -0
  472. package/clients/tenantService/models/TenantTerritoryDtoIReadOnlyListEnvelope.ts +14 -0
  473. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +9 -0
  474. package/clients/tenantService/models/TenantTypeCreateDto.ts +11 -0
  475. package/clients/tenantService/models/TenantTypeDto.ts +11 -0
  476. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +14 -0
  477. package/clients/tenantService/models/TenantTypeDtoIReadOnlyCollectionEnvelope.ts +14 -0
  478. package/clients/tenantService/models/TenantTypeUpdateDto.ts +9 -0
  479. package/clients/tenantService/models/TenantUnitCreateDto.ts +18 -0
  480. package/clients/tenantService/models/TenantUnitDto.ts +18 -0
  481. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +14 -0
  482. package/clients/tenantService/models/TenantUnitDtoIReadOnlyListEnvelope.ts +14 -0
  483. package/clients/tenantService/models/TenantUnitUpdateDto.ts +14 -0
  484. package/clients/tenantService/models/TenantUpdateDto.ts +31 -0
  485. package/clients/tenantService/models/WaitHandle.ts +11 -0
  486. package/clients/tenantService/models/WalletDto.ts +22 -22
  487. package/clients/tenantService/models/WalletDtoEnvelope.ts +14 -14
  488. package/clients/tenantService/models/WebPortalDto.ts +19 -12
  489. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +14 -14
  490. package/clients/tenantService/services/DepartmentsService.ts +168 -0
  491. package/clients/tenantService/services/EmployeeEnrollmentsService.ts +151 -0
  492. package/clients/tenantService/services/EnrollmentsService.ts +165 -0
  493. package/clients/tenantService/services/IndustriesService.ts +160 -0
  494. package/clients/tenantService/services/InvitationsService.ts +125 -0
  495. package/clients/tenantService/services/PositionsService.ts +162 -0
  496. package/clients/tenantService/services/SegmentsService.ts +161 -0
  497. package/clients/tenantService/services/SizesService.ts +168 -0
  498. package/clients/tenantService/services/TeamContactEnrollmentsService.ts +161 -0
  499. package/clients/tenantService/services/TeamProjectEnrollmentService.ts +151 -0
  500. package/clients/tenantService/services/TeamRecordsService.ts +162 -0
  501. package/clients/tenantService/services/TeamsService.ts +162 -0
  502. package/clients/tenantService/services/TenantsService.ts +805 -479
  503. package/clients/tenantService/services/TerritoriesService.ts +162 -0
  504. package/clients/tenantService/services/TypesService.ts +146 -0
  505. package/clients/tenantService/services/UnitsService.ts +160 -0
  506. package/clients/walletsService/core/ApiError.ts +2 -2
  507. package/clients/walletsService/core/ApiRequestOptions.ts +2 -2
  508. package/clients/walletsService/core/ApiResult.ts +2 -2
  509. package/clients/walletsService/core/CancelablePromise.ts +5 -5
  510. package/clients/walletsService/core/OpenAPI.ts +2 -2
  511. package/clients/walletsService/core/request.ts +3 -3
  512. package/clients/walletsService/index.ts +3 -3
  513. package/clients/walletsService/models/ErrorEnvelope.ts +12 -12
  514. package/clients/walletsService/models/InvoiceDto.ts +35 -13
  515. package/clients/walletsService/models/InvoiceDtoListEnvelope.ts +14 -14
  516. package/clients/walletsService/models/LocationDto.ts +31 -31
  517. package/clients/walletsService/models/LocationDtoListEnvelope.ts +14 -14
  518. package/clients/walletsService/models/OrderDto.ts +51 -27
  519. package/clients/walletsService/models/OrderDtoListEnvelope.ts +14 -14
  520. package/clients/walletsService/models/PaymentDto.ts +17 -17
  521. package/clients/walletsService/models/PaymentDtoListEnvelope.ts +14 -14
  522. package/clients/walletsService/models/WalletDto.ts +22 -22
  523. package/clients/walletsService/models/WalletDtoEnvelope.ts +14 -14
  524. package/clients/walletsService/services/WalletsService.ts +194 -174
  525. package/package.json +40 -40
  526. package/schemas/cartService/schema.s.ts +1396 -100
  527. package/schemas/catalogService/schema.s.ts +148 -141
  528. package/schemas/crmService/schema.s.ts +522 -58
  529. package/schemas/forexService/schema.s.ts +102 -339
  530. package/schemas/holderService/schema.s.ts +578 -153
  531. package/schemas/identityService/schema.s.ts +43 -70
  532. package/schemas/inventoryService/schema.s.ts +1 -1
  533. package/schemas/invoicingService/schema.s.ts +528 -17
  534. package/schemas/ordersService/schema.s.ts +46 -19
  535. package/schemas/pricingService/schema.s.ts +13 -13
  536. package/schemas/systemService/schema.s.ts +1171 -4
  537. package/schemas/tenantService/schema.s.ts +4978 -396
  538. package/schemas/walletsService/schema.s.ts +93 -17
  539. package/tsconfig.json +110 -110
  540. package/vite.config.js +28 -28
  541. package/wwwroot/build/bundle.js +1 -1
  542. package/clients/holderService/models/InvoiceDto.ts +0 -13
  543. package/clients/holderService/models/OrderDto.ts +0 -27
  544. package/clients/holderService/models/PaymentDto.ts +0 -17
@@ -16,7 +16,7 @@ export interface paths {
16
16
  };
17
17
  };
18
18
  responses: {
19
- /** @description Success */
19
+ /** @description OK */
20
20
  200: {
21
21
  content: {
22
22
  "application/json": components["schemas"]["WalletDtoEnvelope"];
@@ -51,7 +51,7 @@ export interface paths {
51
51
  };
52
52
  };
53
53
  responses: {
54
- /** @description Success */
54
+ /** @description OK */
55
55
  200: {
56
56
  content: {
57
57
  "application/json": components["schemas"]["OrderDtoListEnvelope"];
@@ -86,7 +86,7 @@ export interface paths {
86
86
  };
87
87
  };
88
88
  responses: {
89
- /** @description Success */
89
+ /** @description OK */
90
90
  200: {
91
91
  content: {
92
92
  "application/json": components["schemas"]["InvoiceDtoListEnvelope"];
@@ -110,6 +110,41 @@ export interface paths {
110
110
  };
111
111
  };
112
112
  };
113
+ "/api/v2/WalletsService/Wallets/{walletId}/Payments": {
114
+ get: {
115
+ parameters: {
116
+ query?: {
117
+ "api-version"?: string;
118
+ };
119
+ path: {
120
+ walletId: string;
121
+ };
122
+ };
123
+ responses: {
124
+ /** @description OK */
125
+ 200: {
126
+ content: {
127
+ "application/json": components["schemas"]["PaymentDtoListEnvelope"];
128
+ "application/xml": components["schemas"]["PaymentDtoListEnvelope"];
129
+ };
130
+ };
131
+ /** @description Unauthorized */
132
+ 401: {
133
+ content: {
134
+ "application/json": components["schemas"]["ErrorEnvelope"];
135
+ "application/xml": components["schemas"]["ErrorEnvelope"];
136
+ };
137
+ };
138
+ /** @description Forbidden */
139
+ 403: {
140
+ content: {
141
+ "application/json": components["schemas"]["ErrorEnvelope"];
142
+ "application/xml": components["schemas"]["ErrorEnvelope"];
143
+ };
144
+ };
145
+ };
146
+ };
147
+ };
113
148
  "/api/v2/WalletsService/Wallets/{walletId}/Locations": {
114
149
  get: {
115
150
  parameters: {
@@ -121,7 +156,7 @@ export interface paths {
121
156
  };
122
157
  };
123
158
  responses: {
124
- /** @description Success */
159
+ /** @description OK */
125
160
  200: {
126
161
  content: {
127
162
  "application/json": components["schemas"]["LocationDtoListEnvelope"];
@@ -156,7 +191,7 @@ export interface paths {
156
191
  };
157
192
  };
158
193
  responses: {
159
- /** @description Success */
194
+ /** @description OK */
160
195
  200: {
161
196
  content: {
162
197
  "application/json": components["schemas"]["InvoiceDtoListEnvelope"];
@@ -191,7 +226,7 @@ export interface paths {
191
226
  };
192
227
  };
193
228
  responses: {
194
- /** @description Success */
229
+ /** @description OK */
195
230
  200: {
196
231
  content: {
197
232
  "application/json": components["schemas"]["InvoiceDtoListEnvelope"];
@@ -226,7 +261,7 @@ export interface paths {
226
261
  };
227
262
  };
228
263
  responses: {
229
- /** @description Success */
264
+ /** @description OK */
230
265
  200: {
231
266
  content: {
232
267
  "application/json": components["schemas"]["PaymentDtoListEnvelope"];
@@ -261,7 +296,7 @@ export interface paths {
261
296
  };
262
297
  };
263
298
  responses: {
264
- /** @description Success */
299
+ /** @description OK */
265
300
  200: {
266
301
  content: {
267
302
  "application/json": components["schemas"]["PaymentDtoListEnvelope"];
@@ -303,12 +338,37 @@ export interface components {
303
338
  id?: string | null;
304
339
  /** Format: date-time */
305
340
  timestamp?: string | null;
306
- orderID?: string | null;
307
- businessID?: string | null;
341
+ currencyId?: string | null;
342
+ receiverTenantId?: string | null;
343
+ orderId?: string | null;
344
+ tenantId?: string | null;
308
345
  /** Format: double */
309
346
  forexRate?: number;
310
347
  /** Format: double */
311
348
  totalAmountInUsd?: number;
349
+ enumeration?: string | null;
350
+ /** Format: double */
351
+ totalSurchargesInUsd?: number;
352
+ /** Format: double */
353
+ totalGlobalDiscountsInUsd?: number;
354
+ /** Format: double */
355
+ totalGlobalSurchargesInUsd?: number;
356
+ /** Format: double */
357
+ totalTaxesInUsd?: number;
358
+ /** Format: double */
359
+ totalTaxBaseInUsd?: number;
360
+ /** Format: double */
361
+ totalDiscountsInUsd?: number;
362
+ userId?: string | null;
363
+ receptorBusinessId?: string | null;
364
+ enrollmentId?: string | null;
365
+ organizationId?: string | null;
366
+ individualId?: string | null;
367
+ /**
368
+ * Format: int32
369
+ * @enum {integer}
370
+ */
371
+ documentType?: 0 | 1 | 2;
312
372
  };
313
373
  InvoiceDtoListEnvelope: {
314
374
  errorMessage?: string | null;
@@ -333,7 +393,7 @@ export interface components {
333
393
  address3?: string | null;
334
394
  unit?: string | null;
335
395
  cityId?: string | null;
336
- countryStateId?: string | null;
396
+ stateId?: string | null;
337
397
  postalCode?: string | null;
338
398
  countryId?: string | null;
339
399
  /** Format: double */
@@ -361,6 +421,13 @@ export interface components {
361
421
  id?: string | null;
362
422
  /** Format: date-time */
363
423
  timestamp?: string | null;
424
+ receiverTenantId?: string | null;
425
+ organizationId?: string | null;
426
+ individualId?: string | null;
427
+ enrollmentId?: string | null;
428
+ tenantId?: string | null;
429
+ walletId?: string | null;
430
+ userId?: string | null;
364
431
  firstName?: string | null;
365
432
  lastName?: string | null;
366
433
  billingEmail?: string | null;
@@ -369,20 +436,29 @@ export interface components {
369
436
  addressLine2?: string | null;
370
437
  postalCode?: string | null;
371
438
  countryId?: string | null;
372
- countryStateId?: string | null;
439
+ stateId?: string | null;
373
440
  cityId?: string | null;
374
441
  customerNotes?: string | null;
375
- businessId?: string | null;
442
+ /**
443
+ * Format: int32
444
+ * @enum {integer}
445
+ */
446
+ orderStatus?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
447
+ /** Format: int32 */
448
+ orderLinesCount?: number;
449
+ closed?: boolean;
450
+ title?: string | null;
451
+ /** Format: double */
452
+ totalAmount?: number;
376
453
  currencyId?: string | null;
377
- orderStatus?: string | null;
378
454
  /** Format: double */
379
455
  forexRate?: number;
380
- /** Format: int32 */
381
- orderLinesCount?: number;
382
456
  /** Format: double */
383
- totalAmountInUsd?: number;
457
+ totalTaxes?: number;
384
458
  /** Format: double */
385
459
  totalTaxesInUsd?: number;
460
+ /** Format: double */
461
+ totalAmountInUsd?: number;
386
462
  };
387
463
  OrderDtoListEnvelope: {
388
464
  errorMessage?: string | null;
package/tsconfig.json CHANGED
@@ -1,110 +1,110 @@
1
- {
2
- "compilerOptions": {
3
- /* Visit https://aka.ms/tsconfig to read more about this file */
4
-
5
- /* Projects */
6
- // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
7
- // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
8
- // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
9
- // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
10
- // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
11
- // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
12
-
13
- /* Language and Environment */
14
- "target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
- // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16
- "jsx": "react", /* Specify what JSX code is generated. */
17
- // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
18
- // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
19
- // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
20
- // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
21
- // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
22
- // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
23
- // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
24
- // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
25
- // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
26
-
27
- /* Modules */
28
- "module": "ESNext", /* Specify what module code is generated. */
29
- "rootDir": ".", /* Specify the root folder within your source files. */
30
- "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
31
- // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
32
- // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
33
- // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
34
- // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
35
- // "types": [], /* Specify type package names to be included without being referenced in a source file. */
36
- // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
37
- // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
38
- // "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */
39
- // "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */
40
- // "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */
41
- // "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
42
- // "resolveJsonModule": true, /* Enable importing .json files. */
43
- // "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
44
- // "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
45
-
46
- /* JavaScript Support */
47
- // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
48
- // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
49
- // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
50
-
51
- /* Emit */
52
- // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
53
- // "declarationMap": true, /* Create sourcemaps for d.ts files. */
54
- // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
55
- // "sourceMap": true, /* Create source map files for emitted JavaScript files. */
56
- // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
57
- // "outFile": "./build/ts.js", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
58
- "outDir": "./build", /* Specify an output folder for all emitted files. */
59
- "removeComments": true, /* Disable emitting comments. */
60
- // "noEmit": true, /* Disable emitting files from a compilation. */
61
- // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
62
- // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
63
- // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
64
- // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
65
- // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
66
- // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
67
- // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
68
- // "newLine": "crlf", /* Set the newline character for emitting files. */
69
- // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */
70
- // "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
71
- // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
72
- // "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */
73
- // "declarationDir": "./", /* Specify the output directory for generated declaration files. */
74
- // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
75
-
76
- /* Interop Constraints */
77
- // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
78
- // "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */
79
- // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
80
- "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
81
- // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
82
- "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
83
-
84
- /* Type Checking */
85
- "strict": true, /* Enable all strict type-checking options. */
86
- // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
87
- // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
88
- // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
89
- // "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
90
- // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
91
- // "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
92
- // "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
93
- // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
94
- // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
95
- // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
96
- // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
97
- // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
98
- // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
99
- // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
100
- // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
101
- // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
102
- // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
103
- // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
104
-
105
- /* Completeness */
106
- // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107
- "skipLibCheck": true, /* Skip type checking all .d.ts files. */
108
-
109
- }
110
- }
1
+ {
2
+ "compilerOptions": {
3
+ /* Visit https://aka.ms/tsconfig to read more about this file */
4
+
5
+ /* Projects */
6
+ // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
7
+ // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
8
+ // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
9
+ // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
10
+ // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
11
+ // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
12
+
13
+ /* Language and Environment */
14
+ "target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
+ // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16
+ "jsx": "react", /* Specify what JSX code is generated. */
17
+ // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
18
+ // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
19
+ // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
20
+ // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
21
+ // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
22
+ // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
23
+ // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
24
+ // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
25
+ // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
26
+
27
+ /* Modules */
28
+ "module": "ESNext", /* Specify what module code is generated. */
29
+ "rootDir": ".", /* Specify the root folder within your source files. */
30
+ "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
31
+ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
32
+ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
33
+ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
34
+ // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
35
+ // "types": [], /* Specify type package names to be included without being referenced in a source file. */
36
+ // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
37
+ // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
38
+ // "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */
39
+ // "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */
40
+ // "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */
41
+ // "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
42
+ // "resolveJsonModule": true, /* Enable importing .json files. */
43
+ // "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
44
+ // "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
45
+
46
+ /* JavaScript Support */
47
+ // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
48
+ // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
49
+ // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
50
+
51
+ /* Emit */
52
+ // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
53
+ // "declarationMap": true, /* Create sourcemaps for d.ts files. */
54
+ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
55
+ // "sourceMap": true, /* Create source map files for emitted JavaScript files. */
56
+ // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
57
+ // "outFile": "./build/ts.js", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
58
+ "outDir": "./build", /* Specify an output folder for all emitted files. */
59
+ "removeComments": true, /* Disable emitting comments. */
60
+ // "noEmit": true, /* Disable emitting files from a compilation. */
61
+ // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
62
+ // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
63
+ // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
64
+ // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
65
+ // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
66
+ // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
67
+ // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
68
+ // "newLine": "crlf", /* Set the newline character for emitting files. */
69
+ // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */
70
+ // "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
71
+ // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
72
+ // "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */
73
+ // "declarationDir": "./", /* Specify the output directory for generated declaration files. */
74
+ // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
75
+
76
+ /* Interop Constraints */
77
+ // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
78
+ // "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */
79
+ // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
80
+ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
81
+ // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
82
+ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
83
+
84
+ /* Type Checking */
85
+ "strict": true, /* Enable all strict type-checking options. */
86
+ // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
87
+ // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
88
+ // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
89
+ // "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
90
+ // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
91
+ // "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
92
+ // "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
93
+ // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
94
+ // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
95
+ // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
96
+ // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
97
+ // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
98
+ // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
99
+ // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
100
+ // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
101
+ // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
102
+ // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
103
+ // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
104
+
105
+ /* Completeness */
106
+ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107
+ "skipLibCheck": true, /* Skip type checking all .d.ts files. */
108
+
109
+ }
110
+ }
package/vite.config.js CHANGED
@@ -1,29 +1,29 @@
1
- import { defineConfig } from 'vite';
2
- import path from 'path';
3
- import tsconfigPaths from 'vite-tsconfig-paths'; // If using TS paths
4
-
5
- export default defineConfig({
6
- build: {
7
- outDir: path.resolve(__dirname, 'wwwroot/build'),
8
- terserOptions: {
9
- mangle: true, // Note: In Vite, keeping class and function names might be different
10
- },
11
- rollupOptions: {
12
- input: './app/index.ts',
13
- output: {
14
- // Override the default entry file name:
15
- entryFileNames: 'bundle.js', // Output file name set to 'bundle.js'
16
- chunkFileNames: 'bundle-[hash].js', // Name for code-split chunks
17
- assetFileNames: 'assets/[name]-[hash].[ext]', // Naming pattern for assets
18
- },
19
- },
20
- },
21
- plugins: [
22
- tsconfigPaths(), // Only if you're using TS paths and need to resolve them
23
- ],
24
- resolve: {
25
- alias: {
26
- // Define your aliases here if needed, similar to Webpack's 'resolve.alias'
27
- },
28
- },
1
+ import { defineConfig } from 'vite';
2
+ import path from 'path';
3
+ import tsconfigPaths from 'vite-tsconfig-paths'; // If using TS paths
4
+
5
+ export default defineConfig({
6
+ build: {
7
+ outDir: path.resolve(__dirname, 'wwwroot/build'),
8
+ terserOptions: {
9
+ mangle: true, // Note: In Vite, keeping class and function names might be different
10
+ },
11
+ rollupOptions: {
12
+ input: './app/index.ts',
13
+ output: {
14
+ // Override the default entry file name:
15
+ entryFileNames: 'bundle.js', // Output file name set to 'bundle.js'
16
+ chunkFileNames: 'bundle-[hash].js', // Name for code-split chunks
17
+ assetFileNames: 'assets/[name]-[hash].[ext]', // Naming pattern for assets
18
+ },
19
+ },
20
+ },
21
+ plugins: [
22
+ tsconfigPaths(), // Only if you're using TS paths and need to resolve them
23
+ ],
24
+ resolve: {
25
+ alias: {
26
+ // Define your aliases here if needed, similar to Webpack's 'resolve.alias'
27
+ },
28
+ },
29
29
  });
@@ -1 +1 @@
1
- var q;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2"})(j.themeMode||(j.themeMode={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4"})(j.availability||(j.availability={}))})(q||(q={}));var w;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2"})(j.securityRuleSet||(j.securityRuleSet={}))})(w||(w={}));var z;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._1024=1024]="_1024",_[_._2048=2048]="_2048",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._32768=32768]="_32768",_[_._53248=53248]="_53248"})(j.attributes||(j.attributes={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._4096=4096]="_4096",_[_._65535=65535]="_65535"})(j.methodImplementationFlags||(j.methodImplementationFlags={})),(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._32=32]="_32",_[_._64=64]="_64"})(j.callingConvention||(j.callingConvention={})),(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={}))})(z||(z={}));var G;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._512=512]="_512",_[_._1024=1024]="_1024"})(j.attributes||(j.attributes={}))})(G||(G={}));var J;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._1024=1024]="_1024",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._32768=32768]="_32768",_[_._38144=38144]="_38144"})(j.attributes||(j.attributes={}))})(J||(J={}));var K;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={}))})(K||(K={}));var L;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._1024=1024]="_1024",_[_._2048=2048]="_2048",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._32768=32768]="_32768",_[_._53248=53248]="_53248"})(j.attributes||(j.attributes={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._4096=4096]="_4096",_[_._65535=65535]="_65535"})(j.methodImplementationFlags||(j.methodImplementationFlags={})),(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._32=32]="_32",_[_._64=64]="_64"})(j.callingConvention||(j.callingConvention={}))})(L||(L={}));var N;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._1024=1024]="_1024",_[_._2048=2048]="_2048",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._32768=32768]="_32768",_[_._53248=53248]="_53248"})(j.attributes||(j.attributes={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._4096=4096]="_4096",_[_._65535=65535]="_65535"})(j.methodImplementationFlags||(j.methodImplementationFlags={})),(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._32=32]="_32",_[_._64=64]="_64"})(j.callingConvention||(j.callingConvention={})),(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={}))})(N||(N={}));var Q;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._32768=32768]="_32768",_[_._61440=61440]="_61440"})(j.attributes||(j.attributes={}))})(Q||(Q={}));var U;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._512=512]="_512",_[_._1024=1024]="_1024",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._32768=32768]="_32768",_[_._62464=62464]="_62464"})(j.attributes||(j.attributes={}))})(U||(U={}));var V;(j=>{(_=>{_[_._0=0]="_0",_[_._2=2]="_2",_[_._3=3]="_3"})(j.value||(j.value={}))})(V||(V={}));var X;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._28=28]="_28"})(j.genericParameterAttributes||(j.genericParameterAttributes={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._8=8]="_8",_[_._16=16]="_16",_[_._24=24]="_24",_[_._32=32]="_32",_[_._128=128]="_128",_[_._256=256]="_256",_[_._1024=1024]="_1024",_[_._2048=2048]="_2048",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._65536=65536]="_65536",_[_._131072=131072]="_131072",_[_._196608=196608]="_196608",_[_._262144=262144]="_262144",_[_._264192=264192]="_264192",_[_._1048576=1048576]="_1048576",_[_._12582912=12582912]="_12582912"})(j.attributes||(j.attributes={}))})(X||(X={}));var Y;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._28=28]="_28"})(j.genericParameterAttributes||(j.genericParameterAttributes={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._8=8]="_8",_[_._16=16]="_16",_[_._24=24]="_24",_[_._32=32]="_32",_[_._128=128]="_128",_[_._256=256]="_256",_[_._1024=1024]="_1024",_[_._2048=2048]="_2048",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._65536=65536]="_65536",_[_._131072=131072]="_131072",_[_._196608=196608]="_196608",_[_._262144=262144]="_262144",_[_._264192=264192]="_264192",_[_._1048576=1048576]="_1048576",_[_._12582912=12582912]="_12582912"})(j.attributes||(j.attributes={}))})(Y||(Y={}));var Z;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7"})(j.status||(j.status={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._64=64]="_64"})(j.creationOptions||(j.creationOptions={}))})(Z||(Z={}));var $;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1"})(j.taxCalculationMethod||(j.taxCalculationMethod={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1"})(j.costCalculationMethod||(j.costCalculationMethod={}))})($||($={}));var k;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1"})(j.taxCalculationMethod||(j.taxCalculationMethod={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1"})(j.costCalculationMethod||(j.costCalculationMethod={}))})(k||(k={}));
1
+ var q;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2"})(j.themeMode||(j.themeMode={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4"})(j.availability||(j.availability={}))})(q||(q={}));var w;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2"})(j.securityRuleSet||(j.securityRuleSet={}))})(w||(w={}));var z;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._1024=1024]="_1024",_[_._2048=2048]="_2048",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._32768=32768]="_32768",_[_._53248=53248]="_53248"})(j.attributes||(j.attributes={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._4096=4096]="_4096",_[_._65535=65535]="_65535"})(j.methodImplementationFlags||(j.methodImplementationFlags={})),(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._32=32]="_32",_[_._64=64]="_64"})(j.callingConvention||(j.callingConvention={})),(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={}))})(z||(z={}));var G;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._512=512]="_512",_[_._1024=1024]="_1024"})(j.attributes||(j.attributes={}))})(G||(G={}));var J;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._1024=1024]="_1024",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._32768=32768]="_32768",_[_._38144=38144]="_38144"})(j.attributes||(j.attributes={}))})(J||(J={}));var K;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={}))})(K||(K={}));var L;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._1024=1024]="_1024",_[_._2048=2048]="_2048",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._32768=32768]="_32768",_[_._53248=53248]="_53248"})(j.attributes||(j.attributes={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._4096=4096]="_4096",_[_._65535=65535]="_65535"})(j.methodImplementationFlags||(j.methodImplementationFlags={})),(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._32=32]="_32",_[_._64=64]="_64"})(j.callingConvention||(j.callingConvention={}))})(L||(L={}));var N;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._1024=1024]="_1024",_[_._2048=2048]="_2048",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._32768=32768]="_32768",_[_._53248=53248]="_53248"})(j.attributes||(j.attributes={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._256=256]="_256",_[_._512=512]="_512",_[_._4096=4096]="_4096",_[_._65535=65535]="_65535"})(j.methodImplementationFlags||(j.methodImplementationFlags={})),(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._32=32]="_32",_[_._64=64]="_64"})(j.callingConvention||(j.callingConvention={})),(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={}))})(N||(N={}));var Q;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._32768=32768]="_32768",_[_._61440=61440]="_61440"})(j.attributes||(j.attributes={}))})(Q||(Q={}));var U;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._512=512]="_512",_[_._1024=1024]="_1024",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._32768=32768]="_32768",_[_._62464=62464]="_62464"})(j.attributes||(j.attributes={}))})(U||(U={}));var V;(j=>{(_=>{_[_._0=0]="_0",_[_._2=2]="_2",_[_._3=3]="_3"})(j.value||(j.value={}))})(V||(V={}));var X;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._28=28]="_28"})(j.genericParameterAttributes||(j.genericParameterAttributes={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._8=8]="_8",_[_._16=16]="_16",_[_._24=24]="_24",_[_._32=32]="_32",_[_._128=128]="_128",_[_._256=256]="_256",_[_._1024=1024]="_1024",_[_._2048=2048]="_2048",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._65536=65536]="_65536",_[_._131072=131072]="_131072",_[_._196608=196608]="_196608",_[_._262144=262144]="_262144",_[_._264192=264192]="_264192",_[_._1048576=1048576]="_1048576",_[_._12582912=12582912]="_12582912"})(j.attributes||(j.attributes={}))})(X||(X={}));var Y;(j=>{(_=>{_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._32=32]="_32",_[_._64=64]="_64",_[_._128=128]="_128",_[_._191=191]="_191"})(j.memberType||(j.memberType={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._28=28]="_28"})(j.genericParameterAttributes||(j.genericParameterAttributes={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7",_[_._8=8]="_8",_[_._16=16]="_16",_[_._24=24]="_24",_[_._32=32]="_32",_[_._128=128]="_128",_[_._256=256]="_256",_[_._1024=1024]="_1024",_[_._2048=2048]="_2048",_[_._4096=4096]="_4096",_[_._8192=8192]="_8192",_[_._16384=16384]="_16384",_[_._65536=65536]="_65536",_[_._131072=131072]="_131072",_[_._196608=196608]="_196608",_[_._262144=262144]="_262144",_[_._264192=264192]="_264192",_[_._1048576=1048576]="_1048576",_[_._12582912=12582912]="_12582912"})(j.attributes||(j.attributes={}))})(Y||(Y={}));var Z;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._3=3]="_3",_[_._4=4]="_4",_[_._5=5]="_5",_[_._6=6]="_6",_[_._7=7]="_7"})(j.status||(j.status={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1",_[_._2=2]="_2",_[_._4=4]="_4",_[_._8=8]="_8",_[_._16=16]="_16",_[_._64=64]="_64"})(j.creationOptions||(j.creationOptions={}))})(Z||(Z={}));var $;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1"})(j.taxCalculationMethod||(j.taxCalculationMethod={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1"})(j.costCalculationMethod||(j.costCalculationMethod={}))})($||($={}));var k;(j=>{(_=>{_[_._0=0]="_0",_[_._1=1]="_1"})(j.taxCalculationMethod||(j.taxCalculationMethod={})),(_=>{_[_._0=0]="_0",_[_._1=1]="_1"})(j.costCalculationMethod||(j.costCalculationMethod={}))})(k||(k={}));
@@ -1,13 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type InvoiceDto = {
6
- id?: string | null;
7
- timestamp?: string | null;
8
- orderID?: string | null;
9
- businessID?: string | null;
10
- forexRate?: number;
11
- totalAmountInUsd?: number;
12
- };
13
-
@@ -1,27 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type OrderDto = {
6
- id?: string | null;
7
- timestamp?: string | null;
8
- firstName?: string | null;
9
- lastName?: string | null;
10
- billingEmail?: string | null;
11
- companyName?: string | null;
12
- addressLine1?: string | null;
13
- addressLine2?: string | null;
14
- postalCode?: string | null;
15
- countryId?: string | null;
16
- countryStateId?: string | null;
17
- cityId?: string | null;
18
- customerNotes?: string | null;
19
- businessId?: string | null;
20
- currencyId?: string | null;
21
- orderStatus?: string | null;
22
- forexRate?: number;
23
- orderLinesCount?: number;
24
- totalAmountInUsd?: number;
25
- totalTaxesInUsd?: number;
26
- };
27
-
@@ -1,17 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type PaymentDto = {
6
- id?: string | null;
7
- timestamp?: string;
8
- invoiceID?: string | null;
9
- businessID?: string | null;
10
- emisorWalletId?: string | null;
11
- receptorWalletId?: string | null;
12
- currencyID?: string | null;
13
- forexRate?: number;
14
- totalCost?: number;
15
- totalTaxes?: number;
16
- };
17
-