@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,1119 +1,717 @@
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/Applications/{appID}": {
9
- get: {
10
- parameters: {
11
- query?: {
12
- "api-version"?: string;
13
- };
14
- path: {
15
- appID: string;
16
- };
17
- };
18
- responses: {
19
- /** @description Success */
20
- 200: {
21
- content: never;
22
- };
23
- };
24
- };
25
- };
26
- "/api/v2/Applications/{appID}/RequiredPermissions": {
27
- get: {
28
- parameters: {
29
- query?: {
30
- "api-version"?: string;
31
- };
32
- path: {
33
- appID: string;
34
- };
35
- };
36
- responses: {
37
- /** @description Success */
38
- 200: {
39
- content: never;
40
- };
41
- };
42
- };
43
- };
44
- "/api/v2/Applications/{appID}/GrantedPermissions": {
45
- get: {
46
- parameters: {
47
- query?: {
48
- tenantID?: string;
49
- "api-version"?: string;
50
- };
51
- path: {
52
- appID: string;
53
- };
54
- };
55
- responses: {
56
- /** @description Success */
57
- 200: {
58
- content: never;
59
- };
60
- };
61
- };
62
- };
63
- "/api/v2/Applications/{appID}/GrantedRoles": {
64
- get: {
65
- parameters: {
66
- query?: {
67
- tenantID?: string;
68
- "api-version"?: string;
69
- };
70
- path: {
71
- appID: string;
72
- };
73
- };
74
- responses: {
75
- /** @description Success */
76
- 200: {
77
- content: never;
78
- };
79
- };
80
- };
81
- };
82
- "/api/v2/Applications/{appID}/GrantedRoles/{SecurityRoleID}/GrantedPermissions": {
83
- get: {
84
- parameters: {
85
- query?: {
86
- enrollmentID?: string;
87
- "api-version"?: string;
88
- };
89
- path: {
90
- appID: string;
91
- securityRoleID: string;
92
- };
93
- };
94
- responses: {
95
- /** @description Success */
96
- 200: {
97
- content: never;
98
- };
99
- };
100
- };
101
- };
102
- "/api/v2/Auth/Checker/IsAuthenticated": {
103
- post: {
104
- parameters: {
105
- query?: {
106
- "api-version"?: string;
107
- };
108
- };
109
- responses: {
110
- /** @description Success */
111
- 200: {
112
- content: {
113
- "application/json": boolean;
114
- "application/xml": boolean;
115
- };
116
- };
117
- };
118
- };
119
- };
120
- "/version": {
121
- get: {
122
- responses: {
123
- /** @description Success */
124
- 200: {
125
- content: never;
126
- };
127
- };
128
- };
129
- };
130
- "/health": {
131
- get: {
132
- responses: {
133
- /** @description Success */
134
- 200: {
135
- content: never;
136
- };
137
- };
138
- };
139
- };
140
- "/hello": {
141
- get: {
142
- responses: {
143
- /** @description Success */
144
- 200: {
145
- content: never;
146
- };
147
- };
148
- };
149
- };
150
- "/register": {
151
- post: {
152
- requestBody?: {
153
- content: {
154
- "application/json": components["schemas"]["RegisterRequest"];
155
- };
156
- };
157
- responses: {
158
- /** @description Success */
159
- 200: {
160
- content: never;
161
- };
162
- /** @description Bad Request */
163
- 400: {
164
- content: {
165
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
166
- };
167
- };
168
- };
169
- };
170
- };
171
- "/login": {
172
- post: {
173
- parameters: {
174
- query?: {
175
- useCookies?: boolean;
176
- useSessionCookies?: boolean;
177
- };
178
- };
179
- requestBody?: {
180
- content: {
181
- "application/json": components["schemas"]["LoginRequest"];
182
- };
183
- };
184
- responses: {
185
- /** @description Success */
186
- 200: {
187
- content: {
188
- "application/json": components["schemas"]["AccessTokenResponse"];
189
- };
190
- };
191
- };
192
- };
193
- };
194
- "/refresh": {
195
- post: {
196
- requestBody?: {
197
- content: {
198
- "application/json": components["schemas"]["RefreshRequest"];
199
- };
200
- };
201
- responses: {
202
- /** @description Success */
203
- 200: {
204
- content: {
205
- "application/json": components["schemas"]["AccessTokenResponse"];
206
- };
207
- };
208
- };
209
- };
210
- };
211
- "/confirmEmail": {
212
- get: operations["MapIdentityApi-/confirmEmail"];
213
- };
214
- "/resendConfirmationEmail": {
215
- post: {
216
- requestBody?: {
217
- content: {
218
- "application/json": components["schemas"]["ResendConfirmationEmailRequest"];
219
- };
220
- };
221
- responses: {
222
- /** @description Success */
223
- 200: {
224
- content: never;
225
- };
226
- };
227
- };
228
- };
229
- "/forgotPassword": {
230
- post: {
231
- requestBody?: {
232
- content: {
233
- "application/json": components["schemas"]["ForgotPasswordRequest"];
234
- };
235
- };
236
- responses: {
237
- /** @description Success */
238
- 200: {
239
- content: never;
240
- };
241
- /** @description Bad Request */
242
- 400: {
243
- content: {
244
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
245
- };
246
- };
247
- };
248
- };
249
- };
250
- "/resetPassword": {
251
- post: {
252
- requestBody?: {
253
- content: {
254
- "application/json": components["schemas"]["ResetPasswordRequest"];
255
- };
256
- };
257
- responses: {
258
- /** @description Success */
259
- 200: {
260
- content: never;
261
- };
262
- /** @description Bad Request */
263
- 400: {
264
- content: {
265
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
266
- };
267
- };
268
- };
269
- };
270
- };
271
- "/manage/2fa": {
272
- post: {
273
- requestBody?: {
274
- content: {
275
- "application/json": components["schemas"]["TwoFactorRequest"];
276
- };
277
- };
278
- responses: {
279
- /** @description Success */
280
- 200: {
281
- content: {
282
- "application/json": components["schemas"]["TwoFactorResponse"];
283
- };
284
- };
285
- /** @description Bad Request */
286
- 400: {
287
- content: {
288
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
289
- };
290
- };
291
- /** @description Not Found */
292
- 404: {
293
- content: never;
294
- };
295
- };
296
- };
297
- };
298
- "/manage/info": {
299
- get: {
300
- responses: {
301
- /** @description Success */
302
- 200: {
303
- content: {
304
- "application/json": components["schemas"]["InfoResponse"];
305
- };
306
- };
307
- /** @description Bad Request */
308
- 400: {
309
- content: {
310
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
311
- };
312
- };
313
- /** @description Not Found */
314
- 404: {
315
- content: never;
316
- };
317
- };
318
- };
319
- post: {
320
- requestBody?: {
321
- content: {
322
- "application/json": components["schemas"]["InfoRequest"];
323
- };
324
- };
325
- responses: {
326
- /** @description Success */
327
- 200: {
328
- content: {
329
- "application/json": components["schemas"]["InfoResponse"];
330
- };
331
- };
332
- /** @description Bad Request */
333
- 400: {
334
- content: {
335
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
336
- };
337
- };
338
- /** @description Not Found */
339
- 404: {
340
- content: never;
341
- };
342
- };
343
- };
344
- };
345
- "/Account/PerformExternalLogin": {
346
- post: {
347
- requestBody?: {
348
- content: {
349
- "multipart/form-data": {
350
- provider: string;
351
- returnUrl: string;
352
- };
353
- "application/x-www-form-urlencoded": {
354
- provider: string;
355
- returnUrl: string;
356
- };
357
- };
358
- };
359
- responses: {
360
- /** @description Success */
361
- 200: {
362
- content: never;
363
- };
364
- };
365
- };
366
- };
367
- "/Account/Logout": {
368
- post: {
369
- requestBody?: {
370
- content: {
371
- "multipart/form-data": {
372
- returnUrl: string;
373
- };
374
- "application/x-www-form-urlencoded": {
375
- returnUrl: string;
376
- };
377
- };
378
- };
379
- responses: {
380
- /** @description Success */
381
- 200: {
382
- content: never;
383
- };
384
- };
385
- };
386
- };
387
- "/Account/Manage/LinkExternalLogin": {
388
- post: {
389
- requestBody?: {
390
- content: {
391
- "multipart/form-data": {
392
- provider: string;
393
- };
394
- "application/x-www-form-urlencoded": {
395
- provider: string;
396
- };
397
- };
398
- };
399
- responses: {
400
- /** @description Success */
401
- 200: {
402
- content: never;
403
- };
404
- };
405
- };
406
- };
407
- "/Account/Manage/DownloadPersonalData": {
408
- post: {
409
- responses: {
410
- /** @description Success */
411
- 200: {
412
- content: never;
413
- };
414
- };
415
- };
416
- };
417
- "/api/v2/OAuth/WhoAmI": {
418
- get: {
419
- parameters: {
420
- query?: {
421
- businessId?: string;
422
- "api-version"?: string;
423
- };
424
- };
425
- responses: {
426
- /** @description Success */
427
- 200: {
428
- content: {
429
- "application/json": components["schemas"]["ApiResponseEnvelope"];
430
- "application/xml": components["schemas"]["ApiResponseEnvelope"];
431
- };
432
- };
433
- /** @description Unauthorized */
434
- 401: {
435
- content: {
436
- "application/json": components["schemas"]["ErrorEnvelope"];
437
- "application/xml": components["schemas"]["ErrorEnvelope"];
438
- };
439
- };
440
- /** @description Forbidden */
441
- 403: {
442
- content: {
443
- "application/json": components["schemas"]["ErrorEnvelope"];
444
- "application/xml": components["schemas"]["ErrorEnvelope"];
445
- };
446
- };
447
- };
448
- };
449
- };
450
- "/api/v2/OAuth/Permissions": {
451
- get: {
452
- parameters: {
453
- query?: {
454
- businessId?: string;
455
- userId?: string;
456
- "api-version"?: string;
457
- };
458
- };
459
- responses: {
460
- /** @description Success */
461
- 200: {
462
- content: {
463
- "application/json": components["schemas"]["StringListEnvelope"];
464
- "application/xml": components["schemas"]["StringListEnvelope"];
465
- };
466
- };
467
- /** @description Unauthorized */
468
- 401: {
469
- content: {
470
- "application/json": components["schemas"]["ErrorEnvelope"];
471
- "application/xml": components["schemas"]["ErrorEnvelope"];
472
- };
473
- };
474
- /** @description Forbidden */
475
- 403: {
476
- content: {
477
- "application/json": components["schemas"]["ErrorEnvelope"];
478
- "application/xml": components["schemas"]["ErrorEnvelope"];
479
- };
480
- };
481
- };
482
- };
483
- };
484
- "/api/v2/OAuth/Token": {
485
- post: {
486
- parameters: {
487
- query?: {
488
- "api-version"?: string;
489
- };
490
- };
491
- requestBody?: {
492
- content: {
493
- "application/json": components["schemas"]["OAuthTokenRequest"];
494
- "application/xml": components["schemas"]["OAuthTokenRequest"];
495
- };
496
- };
497
- responses: {
498
- /** @description Success */
499
- 200: {
500
- content: {
501
- "application/json": components["schemas"]["JsonWebTokenEnvelope"];
502
- "application/xml": components["schemas"]["JsonWebTokenEnvelope"];
503
- };
504
- };
505
- /** @description Unauthorized */
506
- 401: {
507
- content: {
508
- "application/json": components["schemas"]["ErrorEnvelope"];
509
- "application/xml": components["schemas"]["ErrorEnvelope"];
510
- };
511
- };
512
- /** @description Forbidden */
513
- 403: {
514
- content: {
515
- "application/json": components["schemas"]["ErrorEnvelope"];
516
- "application/xml": components["schemas"]["ErrorEnvelope"];
517
- };
518
- };
519
- };
520
- };
521
- };
522
- "/api/v2/OAuth/SignIn": {
523
- get: {
524
- parameters: {
525
- query?: {
526
- "api-version"?: string;
527
- };
528
- };
529
- responses: {
530
- /** @description Success */
531
- 200: {
532
- content: {
533
- "application/json": components["schemas"]["AccountHolderCreateDtoEnvelope"];
534
- "application/xml": components["schemas"]["AccountHolderCreateDtoEnvelope"];
535
- };
536
- };
537
- /** @description Bad Request */
538
- 400: {
539
- content: {
540
- "application/json": components["schemas"]["ErrorEnvelope"];
541
- "application/xml": components["schemas"]["ErrorEnvelope"];
542
- };
543
- };
544
- /** @description Unauthorized */
545
- 401: {
546
- content: {
547
- "application/json": components["schemas"]["ErrorEnvelope"];
548
- "application/xml": components["schemas"]["ErrorEnvelope"];
549
- };
550
- };
551
- };
552
- };
553
- post: {
554
- parameters: {
555
- query?: {
556
- "api-version"?: string;
557
- };
558
- };
559
- requestBody?: {
560
- content: {
561
- "application/json": components["schemas"]["SigninModel"];
562
- "application/xml": components["schemas"]["SigninModel"];
563
- };
564
- };
565
- responses: {
566
- /** @description Success */
567
- 200: {
568
- content: {
569
- "application/json": components["schemas"]["JsonWebTokenEnvelope"];
570
- "application/xml": components["schemas"]["JsonWebTokenEnvelope"];
571
- };
572
- };
573
- /** @description Bad Request */
574
- 400: {
575
- content: {
576
- "application/json": components["schemas"]["ErrorEnvelope"];
577
- "application/xml": components["schemas"]["ErrorEnvelope"];
578
- };
579
- };
580
- /** @description Unauthorized */
581
- 401: {
582
- content: {
583
- "application/json": components["schemas"]["ErrorEnvelope"];
584
- "application/xml": components["schemas"]["ErrorEnvelope"];
585
- };
586
- };
587
- };
588
- };
589
- };
590
- "/api/v2/OAuth/{applicationId}/Keys": {
591
- get: {
592
- parameters: {
593
- query?: {
594
- "api-version"?: string;
595
- };
596
- path: {
597
- applicationId: string;
598
- };
599
- };
600
- responses: {
601
- /** @description Success */
602
- 200: {
603
- content: {
604
- "application/json": components["schemas"]["JsonWebKeySetEnvelope"];
605
- "application/xml": components["schemas"]["JsonWebKeySetEnvelope"];
606
- };
607
- };
608
- };
609
- };
610
- };
611
- "/api/v2/OAuth/{tenantId}/{applicationId}/.Well-Known/OpenId-Configuration": {
612
- get: {
613
- parameters: {
614
- query?: {
615
- "api-version"?: string;
616
- };
617
- path: {
618
- tenantId: string;
619
- applicationId: string;
620
- };
621
- };
622
- responses: {
623
- /** @description Success */
624
- 200: {
625
- content: {
626
- "application/json": components["schemas"]["OpenIdConfigurationEnvelope"];
627
- "application/xml": components["schemas"]["OpenIdConfigurationEnvelope"];
628
- };
629
- };
630
- };
631
- };
632
- };
633
- "/api/v2/IdentityService/Resource/message": {
634
- get: {
635
- parameters: {
636
- query?: {
637
- "api-version"?: string;
638
- };
639
- };
640
- responses: {
641
- /** @description Success */
642
- 200: {
643
- content: never;
644
- };
645
- };
646
- };
647
- };
648
- "/connect/userinfo": {
649
- get: {
650
- parameters: {
651
- query?: {
652
- "api-version"?: string;
653
- };
654
- };
655
- responses: {
656
- /** @description Success */
657
- 200: {
658
- content: never;
659
- };
660
- };
661
- };
662
- post: {
663
- parameters: {
664
- query?: {
665
- "api-version"?: string;
666
- };
667
- };
668
- responses: {
669
- /** @description Success */
670
- 200: {
671
- content: never;
672
- };
673
- };
674
- };
675
- };
676
- }
677
-
678
- export type webhooks = Record<string, never>;
679
-
680
- export interface components {
681
- schemas: {
682
- AccessTokenResponse: {
683
- tokenType?: string | null;
684
- accessToken?: string | null;
685
- /** Format: int64 */
686
- expiresIn?: number;
687
- refreshToken?: string | null;
688
- };
689
- AccountHolderCreateDto: {
690
- /** Format: uuid */
691
- id?: string;
692
- qualifiedName?: string | null;
693
- /** Format: date-time */
694
- birthday?: string;
695
- firstName?: string | null;
696
- lastName?: string | null;
697
- publicName?: string | null;
698
- idProvider?: string | null;
699
- languageID?: string | null;
700
- timezoneID?: string | null;
701
- gender?: string | null;
702
- cityID?: string | null;
703
- stateID?: string | null;
704
- email?: string | null;
705
- about?: string | null;
706
- jobTitle?: string | null;
707
- coverURL?: string | null;
708
- avatarURL?: string | null;
709
- gitHubURL?: string | null;
710
- websiteURL?: string | null;
711
- twitterUrl?: string | null;
712
- facebookURL?: string | null;
713
- youTubeURL?: string | null;
714
- linkedInURL?: string | null;
715
- instagramUrl?: string | null;
716
- countryID?: string | null;
717
- countryName?: string | null;
718
- currencyID?: string | null;
719
- };
720
- AccountHolderCreateDtoEnvelope: {
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"]["AccountHolderCreateDto"];
728
- };
729
- AccountHolderDto: {
730
- id?: string | null;
731
- /** Format: date-time */
732
- timestamp?: string | null;
733
- qualifiedName?: string | null;
734
- /** Format: date-time */
735
- birthday?: string;
736
- firstName?: string | null;
737
- lastName?: string | null;
738
- publicName?: string | null;
739
- idProvider?: string | null;
740
- languageId?: string | null;
741
- timezoneId?: string | null;
742
- gender?: string | null;
743
- cityId?: string | null;
744
- stateId?: string | null;
745
- email?: string | null;
746
- about?: string | null;
747
- jobTitle?: string | null;
748
- coverUrl?: string | null;
749
- avatarUrl?: string | null;
750
- gitHubUrl?: string | null;
751
- websiteUrl?: string | null;
752
- twitterUrl?: string | null;
753
- facebookUrl?: string | null;
754
- youTubeUrl?: string | null;
755
- linkedInUrl?: string | null;
756
- instagramUrl?: string | null;
757
- lockoutEnabled?: boolean;
758
- socialFeedId?: string | null;
759
- socialProfileId?: string | null;
760
- currentTenantId?: string | null;
761
- currentEnrollmentId?: string | null;
762
- cartId?: string | null;
763
- walletId?: string | null;
764
- countryId?: string | null;
765
- currencyId?: string | null;
766
- userName?: string | null;
767
- status?: string | null;
768
- phoneNumber?: string | null;
769
- publicIdentifier?: string | null;
770
- identityProvider?: string | null;
771
- phoneNumberConfirmed?: boolean;
772
- emailConfirmed?: boolean;
773
- /**
774
- * Format: int32
775
- * @enum {integer}
776
- */
777
- themeMode?: 0 | 1 | 2;
778
- /**
779
- * Format: int32
780
- * @enum {integer}
781
- */
782
- availability?: 0 | 1 | 2 | 3 | 4;
783
- /** Format: int32 */
784
- followsCount?: number | null;
785
- /** Format: int32 */
786
- followersCount?: number | null;
787
- /** Format: int32 */
788
- enrollmentsCount?: number | null;
789
- /** Format: int32 */
790
- socialPostsCount?: number | null;
791
- /** Format: int32 */
792
- unreadMessagesCount?: number | null;
793
- /** Format: int32 */
794
- unreadNotificationsCount?: number | null;
795
- webUrl?: string | null;
796
- countryStateId?: string | null;
797
- selectedBusinessId?: string | null;
798
- };
799
- Actor: {
800
- id?: string | null;
801
- type?: string | null;
802
- cartID?: string | null;
803
- actingAs?: string | null;
804
- socialProfileID?: string | null;
805
- };
806
- ApiResponse: {
807
- /** Format: uuid */
808
- id?: string;
809
- holder?: components["schemas"]["AccountHolderDto"];
810
- ipLookup?: components["schemas"]["IPLookupDto"];
811
- tenant?: components["schemas"]["BusinessDto"];
812
- actor?: components["schemas"]["Actor"];
813
- status?: components["schemas"]["ResponseStatus"];
814
- application?: components["schemas"]["ClientApplication"];
815
- pagination?: components["schemas"]["ResponsePagination"];
816
- };
817
- ApiResponseEnvelope: {
818
- errorMessage?: string | null;
819
- isSuccess?: boolean;
820
- /** Format: date-time */
821
- timestamp?: string;
822
- activityId?: string | null;
823
- correlationId?: string | null;
824
- result?: components["schemas"]["ApiResponse"];
825
- };
826
- BusinessDto: {
827
- id?: string | null;
828
- /** Format: date-time */
829
- timestamp?: string | null;
830
- qualifiedName?: string | null;
831
- taxID?: string | null;
832
- about?: string | null;
833
- walletID?: string | null;
834
- socialFeedID?: string | null;
835
- businessIndustryID?: string | null;
836
- businessSegmentID?: string | null;
837
- socialProfileID?: string | null;
838
- languageId?: string | null;
839
- name?: string | null;
840
- duns?: string | null;
841
- slogan?: string | null;
842
- legalName?: string | null;
843
- coverUrl?: string | null;
844
- avatarUrl?: string | null;
845
- cartID?: string | null;
846
- currencyID?: string | null;
847
- timezoneID?: string | null;
848
- countryID?: string | null;
849
- stateID?: string | null;
850
- cityID?: string | null;
851
- /** Format: int32 */
852
- followsCount?: number | null;
853
- /** Format: int32 */
854
- followersCount?: number | null;
855
- /** Format: int32 */
856
- enrollmentsCount?: number | null;
857
- /** Format: int32 */
858
- socialPostsCount?: number | null;
859
- /** Format: int32 */
860
- unreadMessagesCount?: number | null;
861
- /** Format: int32 */
862
- unreadNotificationsCount?: number | null;
863
- enrollmentID?: string | null;
864
- c2BFollowID?: string | null;
865
- b2CFollowID?: string | null;
866
- email?: string | null;
867
- phone?: string | null;
868
- webUrl?: string | null;
869
- facebookUrl?: string | null;
870
- twitterUrl?: string | null;
871
- gitHubUrl?: string | null;
872
- linkedInUrl?: string | null;
873
- instagramUrl?: string | null;
874
- youTubeUrl?: string | null;
875
- whatsAppNumber?: string | null;
876
- verified?: boolean;
877
- businessName?: string | null;
878
- businessLegalName?: string | null;
879
- twitterUsername?: string | null;
880
- };
881
- ClientApplication: {
882
- id?: string | null;
883
- name?: string | null;
884
- avatar?: string | null;
885
- tenantID?: string | null;
886
- tenantName?: string | null;
887
- tenantAvatar?: string | null;
888
- privacyPolicy?: string | null;
889
- termsAndConditions?: string | null;
890
- grantedPermissions?: string[] | null;
891
- };
892
- Error: {
893
- id?: string | null;
894
- description?: string | null;
895
- help?: string | null;
896
- };
897
- ErrorEnvelope: {
898
- errorMessage?: string | null;
899
- isSuccess?: boolean;
900
- /** Format: date-time */
901
- timestamp?: string;
902
- activityId?: string | null;
903
- correlationId?: string | null;
904
- };
905
- ForgotPasswordRequest: {
906
- email?: string | null;
907
- };
908
- HttpValidationProblemDetails: {
909
- type?: string | null;
910
- title?: string | null;
911
- /** Format: int32 */
912
- status?: number | null;
913
- detail?: string | null;
914
- instance?: string | null;
915
- errors?: {
916
- [key: string]: string[];
917
- } | null;
918
- [key: string]: unknown;
919
- };
920
- IPLookupDto: {
921
- id?: string | null;
922
- ip?: string | null;
923
- ua?: string | null;
924
- };
925
- InfoRequest: {
926
- newEmail?: string | null;
927
- newPassword?: string | null;
928
- oldPassword?: string | null;
929
- };
930
- InfoResponse: {
931
- email?: string | null;
932
- isEmailConfirmed?: boolean;
933
- };
934
- JsonWebKey: {
935
- kid?: string | null;
936
- /** Format: int64 */
937
- nbf?: number;
938
- use?: string | null;
939
- kty?: string | null;
940
- e?: string | null;
941
- n?: string | null;
942
- };
943
- JsonWebKeySet: {
944
- keys?: components["schemas"]["JsonWebKey"][] | null;
945
- };
946
- JsonWebKeySetEnvelope: {
947
- errorMessage?: string | null;
948
- isSuccess?: boolean;
949
- /** Format: date-time */
950
- timestamp?: string;
951
- activityId?: string | null;
952
- correlationId?: string | null;
953
- result?: components["schemas"]["JsonWebKeySet"];
954
- };
955
- JsonWebToken: {
956
- header?: components["schemas"]["JsonWebTokenHeader"];
957
- payload?: components["schemas"]["JsonWebTokenPayload"];
958
- signature?: string | null;
959
- tokenType?: string | null;
960
- /** Format: int64 */
961
- expiresIn?: number;
962
- accessToken?: string | null;
963
- };
964
- JsonWebTokenEnvelope: {
965
- errorMessage?: string | null;
966
- isSuccess?: boolean;
967
- /** Format: date-time */
968
- timestamp?: string;
969
- activityId?: string | null;
970
- correlationId?: string | null;
971
- result?: components["schemas"]["JsonWebToken"];
972
- };
973
- JsonWebTokenHeader: {
974
- alg?: string | null;
975
- jku?: string | null;
976
- kid?: string | null;
977
- typ?: string | null;
978
- };
979
- JsonWebTokenPayload: {
980
- aud?: string | null;
981
- cid?: string | null;
982
- iss?: string | null;
983
- aid?: string | null;
984
- sub?: string | null;
985
- act?: string | null;
986
- /** Format: int64 */
987
- iat?: number;
988
- /** Format: int64 */
989
- nbf?: number;
990
- /** Format: int64 */
991
- exp?: number;
992
- scopes?: string[] | null;
993
- };
994
- LoginRequest: {
995
- email?: string | null;
996
- password?: string | null;
997
- twoFactorCode?: string | null;
998
- twoFactorRecoveryCode?: string | null;
999
- };
1000
- OAuthTokenRequest: {
1001
- client_id?: string | null;
1002
- client_secret?: string | null;
1003
- grant_type?: string | null;
1004
- requested_scopes?: string | null;
1005
- requested_enrollment?: string | null;
1006
- };
1007
- OpenIdConfiguration: {
1008
- issuer?: string | null;
1009
- authorizationEndpoint?: string | null;
1010
- tokenEndpoint?: string | null;
1011
- endSessionEndpoint?: string | null;
1012
- jwksUri?: string | null;
1013
- responseModesSupported?: string[] | null;
1014
- responseTypesSupported?: string[] | null;
1015
- scopesSupported?: string[] | null;
1016
- subjectTypesSupported?: string[] | null;
1017
- idTokenSigningAlgValuesSupported?: string[] | null;
1018
- tokenEndpointAuthMethodsSupported?: string[] | null;
1019
- claimsSupported?: string[] | null;
1020
- };
1021
- OpenIdConfigurationEnvelope: {
1022
- errorMessage?: string | null;
1023
- isSuccess?: boolean;
1024
- /** Format: date-time */
1025
- timestamp?: string;
1026
- activityId?: string | null;
1027
- correlationId?: string | null;
1028
- result?: components["schemas"]["OpenIdConfiguration"];
1029
- };
1030
- RefreshRequest: {
1031
- refreshToken?: string | null;
1032
- };
1033
- RegisterRequest: {
1034
- email?: string | null;
1035
- password?: string | null;
1036
- };
1037
- ResendConfirmationEmailRequest: {
1038
- email?: string | null;
1039
- };
1040
- ResetPasswordRequest: {
1041
- email?: string | null;
1042
- resetCode?: string | null;
1043
- newPassword?: string | null;
1044
- };
1045
- ResponsePagination: {
1046
- selfPageToken?: string | null;
1047
- nextPageToken?: string | null;
1048
- prevPageToken?: string | null;
1049
- orderedBy?: string | null;
1050
- /** Format: int32 */
1051
- pageSize?: number;
1052
- /** Format: int32 */
1053
- pageIndex?: number;
1054
- };
1055
- ResponseStatus: {
1056
- success?: boolean;
1057
- error?: components["schemas"]["Error"];
1058
- correlationID?: string | null;
1059
- /** Format: date-time */
1060
- utcTimestamp?: string;
1061
- };
1062
- SigninModel: {
1063
- email?: string | null;
1064
- password?: string | null;
1065
- };
1066
- StringListEnvelope: {
1067
- errorMessage?: string | null;
1068
- isSuccess?: boolean;
1069
- /** Format: date-time */
1070
- timestamp?: string;
1071
- activityId?: string | null;
1072
- correlationId?: string | null;
1073
- result?: string[] | null;
1074
- };
1075
- TwoFactorRequest: {
1076
- enable?: boolean | null;
1077
- twoFactorCode?: string | null;
1078
- resetSharedKey?: boolean;
1079
- resetRecoveryCodes?: boolean;
1080
- forgetMachine?: boolean;
1081
- };
1082
- TwoFactorResponse: {
1083
- sharedKey?: string | null;
1084
- /** Format: int32 */
1085
- recoveryCodesLeft?: number;
1086
- recoveryCodes?: string[] | null;
1087
- isTwoFactorEnabled?: boolean;
1088
- isMachineRemembered?: boolean;
1089
- };
1090
- };
1091
- responses: never;
1092
- parameters: never;
1093
- requestBodies: never;
1094
- headers: never;
1095
- pathItems: never;
1096
- }
1097
-
1098
- export type $defs = Record<string, never>;
1099
-
1100
- export type external = Record<string, never>;
1101
-
1102
- export interface operations {
1103
-
1104
- "MapIdentityApi-/confirmEmail": {
1105
- parameters: {
1106
- query?: {
1107
- userId?: string;
1108
- code?: string;
1109
- changedEmail?: string;
1110
- };
1111
- };
1112
- responses: {
1113
- /** @description Success */
1114
- 200: {
1115
- content: never;
1116
- };
1117
- };
1118
- };
1119
- }
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/Applications/{appID}": {
9
+ get: {
10
+ parameters: {
11
+ query?: {
12
+ "api-version"?: string;
13
+ };
14
+ path: {
15
+ appID: string;
16
+ };
17
+ };
18
+ responses: {
19
+ /** @description OK */
20
+ 200: {
21
+ content: never;
22
+ };
23
+ };
24
+ };
25
+ };
26
+ "/api/v2/Applications/{appID}/RequiredPermissions": {
27
+ get: {
28
+ parameters: {
29
+ query?: {
30
+ "api-version"?: string;
31
+ };
32
+ path: {
33
+ appID: string;
34
+ };
35
+ };
36
+ responses: {
37
+ /** @description OK */
38
+ 200: {
39
+ content: never;
40
+ };
41
+ };
42
+ };
43
+ };
44
+ "/api/v2/Applications/{appID}/GrantedPermissions": {
45
+ get: {
46
+ parameters: {
47
+ query?: {
48
+ tenantID?: string;
49
+ "api-version"?: string;
50
+ };
51
+ path: {
52
+ appID: string;
53
+ };
54
+ };
55
+ responses: {
56
+ /** @description OK */
57
+ 200: {
58
+ content: never;
59
+ };
60
+ };
61
+ };
62
+ };
63
+ "/api/v2/Applications/{appID}/GrantedRoles": {
64
+ get: {
65
+ parameters: {
66
+ query?: {
67
+ tenantID?: string;
68
+ "api-version"?: string;
69
+ };
70
+ path: {
71
+ appID: string;
72
+ };
73
+ };
74
+ responses: {
75
+ /** @description OK */
76
+ 200: {
77
+ content: never;
78
+ };
79
+ };
80
+ };
81
+ };
82
+ "/api/v2/Applications/{appID}/GrantedRoles/{SecurityRoleID}/GrantedPermissions": {
83
+ get: {
84
+ parameters: {
85
+ query?: {
86
+ enrollmentID?: string;
87
+ "api-version"?: string;
88
+ };
89
+ path: {
90
+ appID: string;
91
+ securityRoleID: string;
92
+ };
93
+ };
94
+ responses: {
95
+ /** @description OK */
96
+ 200: {
97
+ content: never;
98
+ };
99
+ };
100
+ };
101
+ };
102
+ "/api/v2/Auth/Checker/IsAuthenticated": {
103
+ get: {
104
+ parameters: {
105
+ query?: {
106
+ "api-version"?: string;
107
+ };
108
+ };
109
+ responses: {
110
+ /** @description OK */
111
+ 200: {
112
+ content: {
113
+ "application/json": boolean;
114
+ "application/xml": boolean;
115
+ };
116
+ };
117
+ };
118
+ };
119
+ };
120
+ "/api/v2/OAuth/WhoAmI": {
121
+ get: {
122
+ parameters: {
123
+ query?: {
124
+ tenantId?: string;
125
+ "api-version"?: string;
126
+ };
127
+ };
128
+ responses: {
129
+ /** @description OK */
130
+ 200: {
131
+ content: {
132
+ "application/json": components["schemas"]["ApiResponseEnvelope"];
133
+ "application/xml": components["schemas"]["ApiResponseEnvelope"];
134
+ };
135
+ };
136
+ /** @description Unauthorized */
137
+ 401: {
138
+ content: {
139
+ "application/json": components["schemas"]["ErrorEnvelope"];
140
+ "application/xml": components["schemas"]["ErrorEnvelope"];
141
+ };
142
+ };
143
+ /** @description Forbidden */
144
+ 403: {
145
+ content: {
146
+ "application/json": components["schemas"]["ErrorEnvelope"];
147
+ "application/xml": components["schemas"]["ErrorEnvelope"];
148
+ };
149
+ };
150
+ };
151
+ };
152
+ };
153
+ "/api/v2/OAuth/Permissions": {
154
+ get: {
155
+ parameters: {
156
+ query: {
157
+ tenantId: string;
158
+ userId?: string;
159
+ "api-version"?: string;
160
+ };
161
+ };
162
+ responses: {
163
+ /** @description OK */
164
+ 200: {
165
+ content: {
166
+ "application/json": components["schemas"]["StringListEnvelope"];
167
+ "application/xml": components["schemas"]["StringListEnvelope"];
168
+ };
169
+ };
170
+ /** @description Unauthorized */
171
+ 401: {
172
+ content: {
173
+ "application/json": components["schemas"]["ErrorEnvelope"];
174
+ "application/xml": components["schemas"]["ErrorEnvelope"];
175
+ };
176
+ };
177
+ /** @description Forbidden */
178
+ 403: {
179
+ content: {
180
+ "application/json": components["schemas"]["ErrorEnvelope"];
181
+ "application/xml": components["schemas"]["ErrorEnvelope"];
182
+ };
183
+ };
184
+ };
185
+ };
186
+ };
187
+ "/api/v2/OAuth/Token": {
188
+ post: {
189
+ parameters: {
190
+ query?: {
191
+ "api-version"?: string;
192
+ };
193
+ };
194
+ requestBody?: {
195
+ content: {
196
+ "application/json": components["schemas"]["OAuthTokenRequest"];
197
+ "application/xml": components["schemas"]["OAuthTokenRequest"];
198
+ };
199
+ };
200
+ responses: {
201
+ /** @description OK */
202
+ 200: {
203
+ content: {
204
+ "application/json": components["schemas"]["JsonWebTokenEnvelope"];
205
+ "application/xml": components["schemas"]["JsonWebTokenEnvelope"];
206
+ };
207
+ };
208
+ /** @description Unauthorized */
209
+ 401: {
210
+ content: {
211
+ "application/json": components["schemas"]["ErrorEnvelope"];
212
+ "application/xml": components["schemas"]["ErrorEnvelope"];
213
+ };
214
+ };
215
+ /** @description Forbidden */
216
+ 403: {
217
+ content: {
218
+ "application/json": components["schemas"]["ErrorEnvelope"];
219
+ "application/xml": components["schemas"]["ErrorEnvelope"];
220
+ };
221
+ };
222
+ };
223
+ };
224
+ };
225
+ "/api/v2/OAuth/SignIn": {
226
+ get: {
227
+ parameters: {
228
+ query?: {
229
+ "api-version"?: string;
230
+ };
231
+ };
232
+ responses: {
233
+ /** @description OK */
234
+ 200: {
235
+ content: {
236
+ "application/json": components["schemas"]["AccountHolderCreateDtoEnvelope"];
237
+ "application/xml": components["schemas"]["AccountHolderCreateDtoEnvelope"];
238
+ };
239
+ };
240
+ /** @description Bad Request */
241
+ 400: {
242
+ content: {
243
+ "application/json": components["schemas"]["ErrorEnvelope"];
244
+ "application/xml": components["schemas"]["ErrorEnvelope"];
245
+ };
246
+ };
247
+ /** @description Unauthorized */
248
+ 401: {
249
+ content: {
250
+ "application/json": components["schemas"]["ErrorEnvelope"];
251
+ "application/xml": components["schemas"]["ErrorEnvelope"];
252
+ };
253
+ };
254
+ };
255
+ };
256
+ post: {
257
+ parameters: {
258
+ query?: {
259
+ "api-version"?: string;
260
+ };
261
+ };
262
+ requestBody?: {
263
+ content: {
264
+ "application/json": components["schemas"]["SigninModel"];
265
+ "application/xml": components["schemas"]["SigninModel"];
266
+ };
267
+ };
268
+ responses: {
269
+ /** @description OK */
270
+ 200: {
271
+ content: {
272
+ "application/json": components["schemas"]["JsonWebTokenEnvelope"];
273
+ "application/xml": components["schemas"]["JsonWebTokenEnvelope"];
274
+ };
275
+ };
276
+ /** @description Bad Request */
277
+ 400: {
278
+ content: {
279
+ "application/json": components["schemas"]["ErrorEnvelope"];
280
+ "application/xml": components["schemas"]["ErrorEnvelope"];
281
+ };
282
+ };
283
+ /** @description Unauthorized */
284
+ 401: {
285
+ content: {
286
+ "application/json": components["schemas"]["ErrorEnvelope"];
287
+ "application/xml": components["schemas"]["ErrorEnvelope"];
288
+ };
289
+ };
290
+ };
291
+ };
292
+ };
293
+ "/api/v2/OAuth/{applicationId}/Keys": {
294
+ get: {
295
+ parameters: {
296
+ query?: {
297
+ "api-version"?: string;
298
+ };
299
+ path: {
300
+ applicationId: string;
301
+ };
302
+ };
303
+ responses: {
304
+ /** @description OK */
305
+ 200: {
306
+ content: {
307
+ "application/json": components["schemas"]["JsonWebKeySetEnvelope"];
308
+ "application/xml": components["schemas"]["JsonWebKeySetEnvelope"];
309
+ };
310
+ };
311
+ };
312
+ };
313
+ };
314
+ "/api/v2/OAuth/{tenantId}/{applicationId}/.Well-Known/OpenId-Configuration": {
315
+ get: {
316
+ parameters: {
317
+ query?: {
318
+ "api-version"?: string;
319
+ };
320
+ path: {
321
+ tenantId: string;
322
+ applicationId: string;
323
+ };
324
+ };
325
+ responses: {
326
+ /** @description OK */
327
+ 200: {
328
+ content: {
329
+ "application/json": components["schemas"]["OpenIdConfigurationEnvelope"];
330
+ "application/xml": components["schemas"]["OpenIdConfigurationEnvelope"];
331
+ };
332
+ };
333
+ };
334
+ };
335
+ };
336
+ "/api/v2/IdentityService/Resource/message": {
337
+ get: {
338
+ parameters: {
339
+ query?: {
340
+ "api-version"?: string;
341
+ };
342
+ };
343
+ responses: {
344
+ /** @description OK */
345
+ 200: {
346
+ content: never;
347
+ };
348
+ };
349
+ };
350
+ };
351
+ "/connect/userinfo": {
352
+ get: {
353
+ parameters: {
354
+ query?: {
355
+ "api-version"?: string;
356
+ };
357
+ };
358
+ responses: {
359
+ /** @description OK */
360
+ 200: {
361
+ content: never;
362
+ };
363
+ };
364
+ };
365
+ post: {
366
+ parameters: {
367
+ query?: {
368
+ "api-version"?: string;
369
+ };
370
+ };
371
+ responses: {
372
+ /** @description OK */
373
+ 200: {
374
+ content: never;
375
+ };
376
+ };
377
+ };
378
+ };
379
+ }
380
+
381
+ export type webhooks = Record<string, never>;
382
+
383
+ export interface components {
384
+ schemas: {
385
+ AccountHolderCreateDto: {
386
+ /** Format: uuid */
387
+ id?: string;
388
+ /** Format: date-time */
389
+ timestamp?: string;
390
+ qualifiedName?: string | null;
391
+ /** Format: date-time */
392
+ birthday?: string;
393
+ firstName?: string | null;
394
+ lastName?: string | null;
395
+ publicName?: string | null;
396
+ idProvider?: string | null;
397
+ /**
398
+ * Format: int32
399
+ * @enum {integer}
400
+ */
401
+ gender?: 0 | 1 | 2;
402
+ email?: string | null;
403
+ about?: string | null;
404
+ status?: string | null;
405
+ jobTitle?: string | null;
406
+ gitHubUrl?: string | null;
407
+ websiteUrl?: string | null;
408
+ twitterUrl?: string | null;
409
+ facebookUrl?: string | null;
410
+ youTubeUrl?: string | null;
411
+ linkedInUrl?: string | null;
412
+ instagramUrl?: string | null;
413
+ timezoneId?: string | null;
414
+ languageId?: string | null;
415
+ currencyId?: string | null;
416
+ countryId?: string | null;
417
+ stateId?: string | null;
418
+ cityId?: string | null;
419
+ };
420
+ AccountHolderCreateDtoEnvelope: {
421
+ errorMessage?: string | null;
422
+ isSuccess?: boolean;
423
+ /** Format: date-time */
424
+ timestamp?: string;
425
+ activityId?: string | null;
426
+ correlationId?: string | null;
427
+ result?: components["schemas"]["AccountHolderCreateDto"];
428
+ };
429
+ Actor: {
430
+ id?: string | null;
431
+ type?: string | null;
432
+ cartID?: string | null;
433
+ actingAs?: string | null;
434
+ socialProfileID?: string | null;
435
+ };
436
+ ApiResponse: {
437
+ holder?: components["schemas"]["PlatformUserDto"];
438
+ ipLookup?: components["schemas"]["IPLookupDto"];
439
+ tenant?: components["schemas"]["TenantDto"];
440
+ actor?: components["schemas"]["Actor"];
441
+ status?: components["schemas"]["ResponseStatus"];
442
+ application?: components["schemas"]["ClientApplication"];
443
+ pagination?: components["schemas"]["ResponsePagination"];
444
+ };
445
+ ApiResponseEnvelope: {
446
+ errorMessage?: string | null;
447
+ isSuccess?: boolean;
448
+ /** Format: date-time */
449
+ timestamp?: string;
450
+ activityId?: string | null;
451
+ correlationId?: string | null;
452
+ result?: components["schemas"]["ApiResponse"];
453
+ };
454
+ ClientApplication: {
455
+ id?: string | null;
456
+ name?: string | null;
457
+ avatar?: string | null;
458
+ tenantID?: string | null;
459
+ tenantName?: string | null;
460
+ tenantAvatar?: string | null;
461
+ privacyPolicy?: string | null;
462
+ termsAndConditions?: string | null;
463
+ grantedPermissions?: string[] | null;
464
+ };
465
+ Error: {
466
+ id?: string | null;
467
+ description?: string | null;
468
+ help?: string | null;
469
+ };
470
+ ErrorEnvelope: {
471
+ errorMessage?: string | null;
472
+ isSuccess?: boolean;
473
+ /** Format: date-time */
474
+ timestamp?: string;
475
+ activityId?: string | null;
476
+ correlationId?: string | null;
477
+ };
478
+ IPLookupDto: {
479
+ id?: string | null;
480
+ ip?: string | null;
481
+ ua?: string | null;
482
+ };
483
+ JsonWebKey: {
484
+ kid?: string | null;
485
+ /** Format: int64 */
486
+ nbf?: number;
487
+ use?: string | null;
488
+ kty?: string | null;
489
+ e?: string | null;
490
+ n?: string | null;
491
+ };
492
+ JsonWebKeySet: {
493
+ keys?: components["schemas"]["JsonWebKey"][] | null;
494
+ };
495
+ JsonWebKeySetEnvelope: {
496
+ errorMessage?: string | null;
497
+ isSuccess?: boolean;
498
+ /** Format: date-time */
499
+ timestamp?: string;
500
+ activityId?: string | null;
501
+ correlationId?: string | null;
502
+ result?: components["schemas"]["JsonWebKeySet"];
503
+ };
504
+ JsonWebToken: {
505
+ header?: components["schemas"]["JsonWebTokenHeader"];
506
+ payload?: components["schemas"]["JsonWebTokenPayload"];
507
+ signature?: string | null;
508
+ tokenType?: string | null;
509
+ /** Format: int64 */
510
+ expiresIn?: number;
511
+ accessToken?: string | null;
512
+ };
513
+ JsonWebTokenEnvelope: {
514
+ errorMessage?: string | null;
515
+ isSuccess?: boolean;
516
+ /** Format: date-time */
517
+ timestamp?: string;
518
+ activityId?: string | null;
519
+ correlationId?: string | null;
520
+ result?: components["schemas"]["JsonWebToken"];
521
+ };
522
+ JsonWebTokenHeader: {
523
+ alg?: string | null;
524
+ jku?: string | null;
525
+ kid?: string | null;
526
+ typ?: string | null;
527
+ };
528
+ JsonWebTokenPayload: {
529
+ aud?: string | null;
530
+ cid?: string | null;
531
+ iss?: string | null;
532
+ aid?: string | null;
533
+ sub?: string | null;
534
+ act?: string | null;
535
+ /** Format: int64 */
536
+ iat?: number;
537
+ /** Format: int64 */
538
+ nbf?: number;
539
+ /** Format: int64 */
540
+ exp?: number;
541
+ scopes?: string[] | null;
542
+ };
543
+ OAuthTokenRequest: {
544
+ client_id?: string | null;
545
+ client_secret?: string | null;
546
+ grant_type?: string | null;
547
+ requested_scopes?: string | null;
548
+ requested_enrollment?: string | null;
549
+ };
550
+ OpenIdConfiguration: {
551
+ issuer?: string | null;
552
+ authorizationEndpoint?: string | null;
553
+ tokenEndpoint?: string | null;
554
+ endSessionEndpoint?: string | null;
555
+ jwksUri?: string | null;
556
+ responseModesSupported?: string[] | null;
557
+ responseTypesSupported?: string[] | null;
558
+ scopesSupported?: string[] | null;
559
+ subjectTypesSupported?: string[] | null;
560
+ idTokenSigningAlgValuesSupported?: string[] | null;
561
+ tokenEndpointAuthMethodsSupported?: string[] | null;
562
+ claimsSupported?: string[] | null;
563
+ };
564
+ OpenIdConfigurationEnvelope: {
565
+ errorMessage?: string | null;
566
+ isSuccess?: boolean;
567
+ /** Format: date-time */
568
+ timestamp?: string;
569
+ activityId?: string | null;
570
+ correlationId?: string | null;
571
+ result?: components["schemas"]["OpenIdConfiguration"];
572
+ };
573
+ PlatformUserDto: {
574
+ id?: string | null;
575
+ /** Format: date-time */
576
+ timestamp?: string | null;
577
+ qualifiedName?: string | null;
578
+ /** Format: date-time */
579
+ birthday?: string;
580
+ firstName?: string | null;
581
+ lastName?: string | null;
582
+ publicName?: string | null;
583
+ idProvider?: string | null;
584
+ languageId?: string | null;
585
+ timezoneId?: string | null;
586
+ /**
587
+ * Format: int32
588
+ * @enum {integer}
589
+ */
590
+ gender?: 0 | 1 | 2;
591
+ cityId?: string | null;
592
+ stateId?: string | null;
593
+ email?: string | null;
594
+ about?: string | null;
595
+ jobTitle?: string | null;
596
+ coverUrl?: string | null;
597
+ avatarUrl?: string | null;
598
+ gitHubUrl?: string | null;
599
+ websiteUrl?: string | null;
600
+ twitterUrl?: string | null;
601
+ facebookUrl?: string | null;
602
+ youTubeUrl?: string | null;
603
+ linkedInUrl?: string | null;
604
+ instagramUrl?: string | null;
605
+ lockoutEnabled?: boolean;
606
+ socialFeedId?: string | null;
607
+ socialProfileId?: string | null;
608
+ currentTenantId?: string | null;
609
+ currentEnrollmentId?: string | null;
610
+ cartId?: string | null;
611
+ walletId?: string | null;
612
+ countryId?: string | null;
613
+ currencyId?: string | null;
614
+ userName?: string | null;
615
+ status?: string | null;
616
+ phoneNumber?: string | null;
617
+ publicIdentifier?: string | null;
618
+ identityProvider?: string | null;
619
+ phoneNumberConfirmed?: boolean;
620
+ emailConfirmed?: boolean;
621
+ /**
622
+ * Format: int32
623
+ * @enum {integer}
624
+ */
625
+ availability?: 0 | 1 | 2 | 3 | 4;
626
+ /** Format: int32 */
627
+ enrollmentsCount?: number | null;
628
+ /**
629
+ * Format: int32
630
+ * @enum {integer}
631
+ */
632
+ siteTheme?: 0 | 1 | 2;
633
+ };
634
+ ResponsePagination: {
635
+ selfPageToken?: string | null;
636
+ nextPageToken?: string | null;
637
+ prevPageToken?: string | null;
638
+ orderedBy?: string | null;
639
+ /** Format: int32 */
640
+ pageSize?: number;
641
+ /** Format: int32 */
642
+ pageIndex?: number;
643
+ };
644
+ ResponseStatus: {
645
+ success?: boolean;
646
+ error?: components["schemas"]["Error"];
647
+ correlationID?: string | null;
648
+ /** Format: date-time */
649
+ utcTimestamp?: string;
650
+ };
651
+ SigninModel: {
652
+ email?: string | null;
653
+ password?: string | null;
654
+ };
655
+ StringListEnvelope: {
656
+ errorMessage?: string | null;
657
+ isSuccess?: boolean;
658
+ /** Format: date-time */
659
+ timestamp?: string;
660
+ activityId?: string | null;
661
+ correlationId?: string | null;
662
+ result?: string[] | null;
663
+ };
664
+ TenantDto: {
665
+ id?: string | null;
666
+ /** Format: date-time */
667
+ timestamp?: string | null;
668
+ qualifiedName?: string | null;
669
+ taxId?: string | null;
670
+ about?: string | null;
671
+ walletId?: string | null;
672
+ socialFeedId?: string | null;
673
+ businessIndustryId?: string | null;
674
+ businessSegmentId?: string | null;
675
+ socialProfileId?: string | null;
676
+ languageId?: string | null;
677
+ name?: string | null;
678
+ duns?: string | null;
679
+ slogan?: string | null;
680
+ legalName?: string | null;
681
+ coverUrl?: string | null;
682
+ avatarUrl?: string | null;
683
+ cartId?: string | null;
684
+ currencyId?: string | null;
685
+ timezoneId?: string | null;
686
+ countryId?: string | null;
687
+ stateId?: string | null;
688
+ cityId?: string | null;
689
+ email?: string | null;
690
+ phone?: string | null;
691
+ webUrl?: string | null;
692
+ facebookUrl?: string | null;
693
+ twitterUrl?: string | null;
694
+ gitHubUrl?: string | null;
695
+ linkedInUrl?: string | null;
696
+ instagramUrl?: string | null;
697
+ youTubeUrl?: string | null;
698
+ whatsAppNumber?: string | null;
699
+ supportPhoneNumber?: string | null;
700
+ verified?: boolean;
701
+ businessName?: string | null;
702
+ businessLegalName?: string | null;
703
+ twitterUsername?: string | null;
704
+ };
705
+ };
706
+ responses: never;
707
+ parameters: never;
708
+ requestBodies: never;
709
+ headers: never;
710
+ pathItems: never;
711
+ }
712
+
713
+ export type $defs = Record<string, never>;
714
+
715
+ export type external = Record<string, never>;
716
+
717
+ export type operations = Record<string, never>;