@fenixalliance/abs-api-client 1.0.3 → 1.0.6

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 (1155) hide show
  1. package/clients/accountingService/index.ts +175 -1
  2. package/clients/accountingService/models/AccessTokenResponse.ts +11 -0
  3. package/clients/accountingService/models/AccountGroupCreateDto.ts +14 -0
  4. package/clients/accountingService/models/AccountGroupDto.ts +14 -0
  5. package/clients/{holderService/models/PlatformUserDtoEnvelope.ts → accountingService/models/AccountGroupDtoEnvelope.ts} +3 -3
  6. package/clients/{tenantService/models/PlatformUserDtoListEnvelope.ts → accountingService/models/AccountGroupDtoListEnvelope.ts} +3 -3
  7. package/clients/accountingService/models/AccountGroupUpdateDto.ts +12 -0
  8. package/clients/accountingService/models/AccountRelationCreateDto.ts +12 -0
  9. package/clients/accountingService/models/AccountRelationDto.ts +12 -0
  10. package/clients/{holderService/models/PlatformUserSettingsDtoEnvelope.ts → accountingService/models/AccountRelationDtoListEnvelope.ts} +3 -3
  11. package/clients/accountingService/models/AccountRelationUpdateDto.ts +10 -0
  12. package/clients/accountingService/models/AccountTypeCreateDto.ts +13 -0
  13. package/clients/accountingService/models/AccountTypeDto.ts +13 -0
  14. package/clients/accountingService/models/AccountTypeDtoListEnvelope.ts +14 -0
  15. package/clients/accountingService/models/AccountTypeUpdateDto.ts +11 -0
  16. package/clients/accountingService/models/AccountingPeriodCreateDto.ts +14 -0
  17. package/clients/accountingService/models/AccountingPeriodDto.ts +14 -0
  18. package/clients/accountingService/models/AccountingPeriodDtoEnvelope.ts +14 -0
  19. package/clients/accountingService/models/AccountingPeriodDtoListEnvelope.ts +14 -0
  20. package/clients/accountingService/models/AccountingPeriodUpdateDto.ts +12 -0
  21. package/clients/accountingService/models/AppliedTaxPolicyRecordCreateDto.ts +16 -0
  22. package/clients/accountingService/models/AppliedTaxPolicyRecordDto.ts +16 -0
  23. package/clients/accountingService/models/AppliedTaxPolicyRecordDtoEnvelope.ts +14 -0
  24. package/clients/accountingService/models/AppliedTaxPolicyRecordDtoListEnvelope.ts +14 -0
  25. package/clients/accountingService/models/AppliedTaxPolicyRecordUpdateDto.ts +14 -0
  26. package/clients/accountingService/models/BankAccountCreateDto.ts +37 -0
  27. package/clients/accountingService/models/BankAccountDto.ts +47 -0
  28. package/clients/accountingService/models/BankAccountDtoEnvelope.ts +14 -0
  29. package/clients/accountingService/models/BankAccountDtoListEnvelope.ts +14 -0
  30. package/clients/accountingService/models/BankAccountUpdateDto.ts +33 -0
  31. package/clients/accountingService/models/BankCreateDto.ts +12 -0
  32. package/clients/accountingService/models/BankDto.ts +12 -0
  33. package/clients/accountingService/models/BankDtoEnvelope.ts +14 -0
  34. package/clients/accountingService/models/BankDtoListEnvelope.ts +14 -0
  35. package/clients/accountingService/models/BankGuaranteeCreateDto.ts +33 -0
  36. package/clients/accountingService/models/BankGuaranteeDto.ts +33 -0
  37. package/clients/accountingService/models/BankGuaranteeDtoEnvelope.ts +14 -0
  38. package/clients/accountingService/models/BankGuaranteeDtoListEnvelope.ts +14 -0
  39. package/clients/accountingService/models/BankGuaranteeUpdateDto.ts +31 -0
  40. package/clients/accountingService/models/BankTransactionCreateDto.ts +11 -0
  41. package/clients/accountingService/models/BankTransactionDto.ts +24 -0
  42. package/clients/accountingService/models/BankTransactionDtoEnvelope.ts +14 -0
  43. package/clients/accountingService/models/BankTransactionDtoListEnvelope.ts +14 -0
  44. package/clients/accountingService/models/BankTransactionUpdateDto.ts +22 -0
  45. package/clients/accountingService/models/BankUpdateDto.ts +10 -0
  46. package/clients/accountingService/models/BudgetAccountEntryCreateDto.ts +27 -0
  47. package/clients/accountingService/models/BudgetAccountEntryDto.ts +35 -0
  48. package/clients/accountingService/models/BudgetAccountEntryDtoEnvelope.ts +14 -0
  49. package/clients/accountingService/models/BudgetAccountEntryDtoListEnvelope.ts +14 -0
  50. package/clients/accountingService/models/BudgetAccountEntryUpdateDto.ts +25 -0
  51. package/clients/accountingService/models/CommissionCreateDto.ts +22 -0
  52. package/clients/accountingService/models/CommissionDto.ts +22 -0
  53. package/clients/accountingService/models/CommissionDtoListEnvelope.ts +14 -0
  54. package/clients/accountingService/models/CommissionUpdateDto.ts +20 -0
  55. package/clients/accountingService/models/CostCentreBudgetCreateDto.ts +13 -0
  56. package/clients/accountingService/models/CostCentreBudgetDto.ts +13 -0
  57. package/clients/accountingService/models/CostCentreBudgetDtoEnvelope.ts +14 -0
  58. package/clients/accountingService/models/CostCentreBudgetDtoListEnvelope.ts +14 -0
  59. package/clients/accountingService/models/CostCentreBudgetUpdateDto.ts +10 -0
  60. package/clients/accountingService/models/CostCentreCreateDto.ts +22 -0
  61. package/clients/accountingService/models/CostCentreDto.ts +22 -0
  62. package/clients/accountingService/models/CostCentreDtoEnvelope.ts +14 -0
  63. package/clients/accountingService/models/CostCentreDtoListEnvelope.ts +14 -0
  64. package/clients/accountingService/models/CostCentreGroupCreateDto.ts +14 -0
  65. package/clients/accountingService/models/CostCentreGroupDto.ts +14 -0
  66. package/clients/accountingService/models/CostCentreGroupDtoEnvelope.ts +14 -0
  67. package/clients/accountingService/models/CostCentreGroupDtoListEnvelope.ts +14 -0
  68. package/clients/accountingService/models/CostCentreGroupUpdateDto.ts +12 -0
  69. package/clients/accountingService/models/CostCentreUpdateDto.ts +20 -0
  70. package/clients/accountingService/models/FiscalIdentificationTypeCreateDto.ts +14 -0
  71. package/clients/accountingService/models/FiscalIdentificationTypeDto.ts +14 -0
  72. package/clients/accountingService/models/FiscalIdentificationTypeDtoEnvelope.ts +14 -0
  73. package/clients/accountingService/models/FiscalIdentificationTypeDtoListEnvelope.ts +14 -0
  74. package/clients/accountingService/models/FiscalIdentificationTypeUpdateDto.ts +12 -0
  75. package/clients/accountingService/models/FiscalPeriodCreateDto.ts +15 -0
  76. package/clients/accountingService/models/FiscalPeriodDto.ts +15 -0
  77. package/clients/accountingService/models/FiscalPeriodDtoEnvelope.ts +14 -0
  78. package/clients/accountingService/models/FiscalPeriodDtoListEnvelope.ts +14 -0
  79. package/clients/accountingService/models/FiscalPeriodUpdateDto.ts +13 -0
  80. package/clients/accountingService/models/FiscalRegimeCreateDto.ts +14 -0
  81. package/clients/accountingService/models/FiscalRegimeDto.ts +14 -0
  82. package/clients/accountingService/models/FiscalRegimeDtoEnvelope.ts +14 -0
  83. package/clients/accountingService/models/FiscalRegimeDtoListEnvelope.ts +14 -0
  84. package/clients/accountingService/models/FiscalRegimeUpdateDto.ts +12 -0
  85. package/clients/accountingService/models/FiscalResponsibilityCreateDto.ts +14 -0
  86. package/clients/accountingService/models/FiscalResponsibilityDto.ts +14 -0
  87. package/clients/{holderService/models/ExtendedPlatformUserDtoEnvelope.ts → accountingService/models/FiscalResponsibilityDtoEnvelope.ts} +3 -3
  88. package/clients/accountingService/models/FiscalResponsibilityDtoListEnvelope.ts +14 -0
  89. package/clients/accountingService/models/FiscalResponsibilityRecordCreateDto.ts +13 -0
  90. package/clients/accountingService/models/FiscalResponsibilityRecordDto.ts +13 -0
  91. package/clients/accountingService/models/FiscalResponsibilityRecordDtoEnvelope.ts +14 -0
  92. package/clients/accountingService/models/FiscalResponsibilityRecordDtoListEnvelope.ts +14 -0
  93. package/clients/accountingService/models/FiscalResponsibilityRecordUpdateDto.ts +11 -0
  94. package/clients/accountingService/models/FiscalResponsibilityUpdateDto.ts +12 -0
  95. package/clients/accountingService/models/FiscalYearDto.ts +1 -0
  96. package/clients/{learningService/models/Pagination.ts → accountingService/models/ForgotPasswordRequest.ts} +2 -3
  97. package/clients/accountingService/models/GrantCreateDto.ts +11 -0
  98. package/clients/accountingService/models/GrantDto.ts +11 -0
  99. package/clients/accountingService/models/GrantDtoEnvelope.ts +14 -0
  100. package/clients/accountingService/models/GrantDtoListEnvelope.ts +14 -0
  101. package/clients/accountingService/models/GrantUpdateDto.ts +9 -0
  102. package/clients/accountingService/models/HttpValidationProblemDetails.ts +5 -0
  103. package/clients/accountingService/models/InfoRequest.ts +10 -0
  104. package/clients/accountingService/models/InfoResponse.ts +9 -0
  105. package/clients/accountingService/models/ItemTaxPolicyRecordCreateDto.ts +12 -0
  106. package/clients/accountingService/models/ItemTaxPolicyRecordDto.ts +12 -0
  107. package/clients/accountingService/models/ItemTaxPolicyRecordDtoEnvelope.ts +14 -0
  108. package/clients/accountingService/models/ItemTaxPolicyRecordDtoListEnvelope.ts +14 -0
  109. package/clients/accountingService/models/ItemTaxPolicyRecordUpdateDto.ts +12 -0
  110. package/clients/accountingService/models/JournalEntryCreateDto.ts +1 -0
  111. package/clients/accountingService/models/JournalEntryDto.ts +1 -0
  112. package/clients/accountingService/models/JournalEntryUpdateDto.ts +1 -0
  113. package/clients/accountingService/models/LoanApplicationCreateDto.ts +11 -0
  114. package/clients/accountingService/models/LoanApplicationDto.ts +11 -0
  115. package/clients/accountingService/models/LoanApplicationDtoEnvelope.ts +14 -0
  116. package/clients/accountingService/models/LoanApplicationDtoListEnvelope.ts +14 -0
  117. package/clients/accountingService/models/LoanApplicationUpdateDto.ts +9 -0
  118. package/clients/accountingService/models/LoginRequest.ts +11 -0
  119. package/clients/accountingService/models/PaymentCommissionCreateDto.ts +10 -0
  120. package/clients/accountingService/models/PaymentCommissionDto.ts +23 -0
  121. package/clients/accountingService/models/PaymentCommissionDtoListEnvelope.ts +14 -0
  122. package/clients/accountingService/models/PaymentCommissionUpdateDto.ts +21 -0
  123. package/clients/accountingService/models/RefreshRequest.ts +8 -0
  124. package/clients/accountingService/models/RegisterRequest.ts +9 -0
  125. package/clients/accountingService/models/ResendConfirmationEmailRequest.ts +8 -0
  126. package/clients/accountingService/models/ResetPasswordRequest.ts +10 -0
  127. package/clients/accountingService/models/ShareClassCreateDto.ts +16 -0
  128. package/clients/accountingService/models/ShareClassDto.ts +16 -0
  129. package/clients/accountingService/models/ShareClassDtoEnvelope.ts +14 -0
  130. package/clients/accountingService/models/ShareClassDtoListEnvelope.ts +14 -0
  131. package/clients/accountingService/models/ShareClassUpdateDto.ts +14 -0
  132. package/clients/accountingService/models/ShareIssuanceCreateDto.ts +14 -0
  133. package/clients/accountingService/models/ShareIssuanceDto.ts +14 -0
  134. package/clients/accountingService/models/ShareIssuanceDtoEnvelope.ts +14 -0
  135. package/clients/accountingService/models/ShareIssuanceDtoListEnvelope.ts +14 -0
  136. package/clients/accountingService/models/ShareIssuanceUpdateDto.ts +12 -0
  137. package/clients/accountingService/models/ShareTransferCreateDto.ts +16 -0
  138. package/clients/accountingService/models/ShareTransferDto.ts +16 -0
  139. package/clients/accountingService/models/ShareTransferDtoEnvelope.ts +14 -0
  140. package/clients/accountingService/models/ShareTransferDtoListEnvelope.ts +14 -0
  141. package/clients/accountingService/models/ShareTransferReasonCreateDto.ts +13 -0
  142. package/clients/accountingService/models/ShareTransferReasonDto.ts +13 -0
  143. package/clients/accountingService/models/ShareTransferReasonDtoEnvelope.ts +14 -0
  144. package/clients/accountingService/models/ShareTransferReasonDtoListEnvelope.ts +14 -0
  145. package/clients/accountingService/models/ShareTransferReasonUpdateDto.ts +11 -0
  146. package/clients/accountingService/models/ShareTransferUpdateDto.ts +14 -0
  147. package/clients/accountingService/models/TaxPolicyCreateDto.ts +36 -0
  148. package/clients/accountingService/models/TaxPolicyDto.ts +36 -0
  149. package/clients/accountingService/models/TaxPolicyDtoEnvelope.ts +14 -0
  150. package/clients/accountingService/models/TaxPolicyDtoListEnvelope.ts +14 -0
  151. package/clients/accountingService/models/TaxPolicyUpdateDto.ts +34 -0
  152. package/clients/accountingService/models/TaxRateCreateDto.ts +29 -0
  153. package/clients/accountingService/models/TaxRateDto.ts +29 -0
  154. package/clients/accountingService/models/TaxRateDtoEnvelope.ts +14 -0
  155. package/clients/accountingService/models/TaxRateDtoListEnvelope.ts +14 -0
  156. package/clients/accountingService/models/TaxRateUpdateDto.ts +27 -0
  157. package/clients/accountingService/models/TenantId.ts +5 -0
  158. package/clients/accountingService/models/TransactionCategoryCreateDto.ts +13 -0
  159. package/clients/accountingService/models/TransactionCategoryDto.ts +13 -0
  160. package/clients/accountingService/models/TransactionCategoryDtoEnvelope.ts +14 -0
  161. package/clients/accountingService/models/TransactionCategoryDtoListEnvelope.ts +14 -0
  162. package/clients/accountingService/models/TransactionCategoryUpdateDto.ts +11 -0
  163. package/clients/accountingService/models/TransactionCreateDto.ts +22 -0
  164. package/clients/accountingService/models/TransactionDto.ts +22 -0
  165. package/clients/accountingService/models/TransactionDtoEnvelope.ts +14 -0
  166. package/clients/accountingService/models/TransactionDtoListEnvelope.ts +14 -0
  167. package/clients/accountingService/models/TransactionUpdateDto.ts +20 -0
  168. package/clients/accountingService/models/TwoFactorRequest.ts +12 -0
  169. package/clients/accountingService/models/TwoFactorResponse.ts +12 -0
  170. package/clients/accountingService/services/AccountGroupsService.ts +147 -0
  171. package/clients/accountingService/services/AccountingPeriodsService.ts +148 -0
  172. package/clients/accountingService/services/AccountsService.ts +322 -0
  173. package/clients/accountingService/services/BankingService.ts +655 -0
  174. package/clients/accountingService/services/BillingProfilesService.ts +1 -1
  175. package/clients/accountingService/services/BudgetsService.ts +176 -0
  176. package/clients/accountingService/services/CommissionsService.ts +364 -0
  177. package/clients/accountingService/services/CostCentresService.ts +517 -0
  178. package/clients/accountingService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  179. package/clients/accountingService/services/FiscalsService.ts +1328 -0
  180. package/clients/accountingService/services/{FiscalAuthoritiesService.ts → GrantsService.ts} +34 -34
  181. package/clients/accountingService/services/JournalTypesService.ts +27 -0
  182. package/clients/accountingService/services/LoansService.ts +183 -0
  183. package/clients/accountingService/services/SharesService.ts +721 -0
  184. package/clients/accountingService/services/TaxesService.ts +686 -0
  185. package/clients/accountingService/services/TransactionsService.ts +372 -0
  186. package/clients/cartService/index.ts +13 -0
  187. package/clients/cartService/models/AccessTokenResponse.ts +11 -0
  188. package/clients/cartService/models/ForgotPasswordRequest.ts +8 -0
  189. package/clients/cartService/models/HttpValidationProblemDetails.ts +5 -0
  190. package/clients/cartService/models/InfoRequest.ts +10 -0
  191. package/clients/cartService/models/InfoResponse.ts +9 -0
  192. package/clients/cartService/models/LoginRequest.ts +11 -0
  193. package/clients/cartService/models/RefreshRequest.ts +8 -0
  194. package/clients/cartService/models/RegisterRequest.ts +9 -0
  195. package/clients/cartService/models/ResendConfirmationEmailRequest.ts +8 -0
  196. package/clients/cartService/models/ResetPasswordRequest.ts +10 -0
  197. package/clients/cartService/models/TwoFactorRequest.ts +12 -0
  198. package/clients/cartService/models/TwoFactorResponse.ts +12 -0
  199. package/clients/cartService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  200. package/clients/catalogService/index.ts +14 -0
  201. package/clients/catalogService/models/AccessTokenResponse.ts +11 -0
  202. package/clients/catalogService/models/ForgotPasswordRequest.ts +8 -0
  203. package/clients/catalogService/models/HttpValidationProblemDetails.ts +5 -0
  204. package/clients/catalogService/models/InfoRequest.ts +10 -0
  205. package/clients/catalogService/models/InfoResponse.ts +9 -0
  206. package/clients/catalogService/models/ItemAttachmentCreateDto.ts +1 -1
  207. package/clients/catalogService/models/ItemAttachmentDto.ts +11 -11
  208. package/clients/catalogService/models/LoginRequest.ts +11 -0
  209. package/clients/catalogService/models/MerchantDtoEnvelope.ts +14 -0
  210. package/clients/catalogService/models/RefreshRequest.ts +8 -0
  211. package/clients/catalogService/models/RegisterRequest.ts +9 -0
  212. package/clients/catalogService/models/ResendConfirmationEmailRequest.ts +8 -0
  213. package/clients/catalogService/models/ResetPasswordRequest.ts +10 -0
  214. package/clients/catalogService/models/TwoFactorRequest.ts +12 -0
  215. package/clients/catalogService/models/TwoFactorResponse.ts +12 -0
  216. package/clients/catalogService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  217. package/clients/catalogService/services/ItemAttachmentsService.ts +0 -6
  218. package/clients/catalogService/services/ItemAttributesService.ts +0 -6
  219. package/clients/catalogService/services/ItemBrandsService.ts +0 -6
  220. package/clients/catalogService/services/ItemCategoriesService.ts +0 -6
  221. package/clients/catalogService/services/ItemImagesService.ts +0 -6
  222. package/clients/catalogService/services/ItemQuestionsService.ts +0 -6
  223. package/clients/catalogService/services/ItemReviewsService.ts +0 -6
  224. package/clients/catalogService/services/ItemTagsService.ts +0 -6
  225. package/clients/catalogService/services/ItemTypesService.ts +0 -6
  226. package/clients/catalogService/services/ItemsService.ts +1 -9
  227. package/clients/catalogService/services/MerchantsService.ts +47 -0
  228. package/clients/catalogService/services/PoliciesService.ts +0 -24
  229. package/clients/catalogService/services/PricingRulesService.ts +0 -6
  230. package/clients/contentService/core/ApiError.ts +25 -0
  231. package/clients/contentService/core/ApiRequestOptions.ts +17 -0
  232. package/clients/contentService/core/ApiResult.ts +11 -0
  233. package/clients/contentService/core/CancelablePromise.ts +131 -0
  234. package/clients/contentService/core/OpenAPI.ts +32 -0
  235. package/clients/contentService/core/request.ts +322 -0
  236. package/clients/contentService/index.ts +173 -0
  237. package/clients/contentService/models/AccessTokenResponse.ts +11 -0
  238. package/clients/contentService/models/AdvancedOptions.ts +13 -0
  239. package/clients/contentService/models/AllianceBusinessSuiteIntegrationOptions.ts +12 -0
  240. package/clients/contentService/models/AppleIcons.ts +18 -0
  241. package/clients/contentService/models/AzureAppInsightIntegrationOptions.ts +34 -0
  242. package/clients/contentService/models/AzureStorageIntegrationOptions.ts +9 -0
  243. package/clients/contentService/models/Background.ts +31 -0
  244. package/clients/contentService/models/BackgroundOptions.ts +13 -0
  245. package/clients/contentService/models/BlogOptions.ts +9 -0
  246. package/clients/contentService/models/BlogPostCategoryCreateDto.ts +24 -0
  247. package/clients/contentService/models/BlogPostCategoryDto.ts +23 -0
  248. package/clients/contentService/models/BlogPostCategoryDtoEnvelope.ts +14 -0
  249. package/clients/contentService/models/BlogPostCategoryDtoListEnvelope.ts +14 -0
  250. package/clients/contentService/models/BlogPostCategoryUpdateDto.ts +20 -0
  251. package/clients/contentService/models/BlogPostCommentCreateDto.ts +13 -0
  252. package/clients/contentService/models/BlogPostCommentDto.ts +14 -0
  253. package/clients/contentService/models/BlogPostCommentDtoListEnvelope.ts +14 -0
  254. package/clients/contentService/models/BlogPostCreateDto.ts +18 -0
  255. package/clients/contentService/models/BlogPostDto.ts +66 -0
  256. package/clients/contentService/models/BlogPostDtoEnvelope.ts +14 -0
  257. package/clients/contentService/models/BlogPostDtoListEnvelope.ts +14 -0
  258. package/clients/contentService/models/BlogPostTagCreateDto.ts +24 -0
  259. package/clients/contentService/models/BlogPostTagDto.ts +23 -0
  260. package/clients/contentService/models/BlogPostTagDtoEnvelope.ts +14 -0
  261. package/clients/contentService/models/BlogPostTagDtoListEnvelope.ts +14 -0
  262. package/clients/contentService/models/BlogPostTagUpdateDto.ts +20 -0
  263. package/clients/contentService/models/BlogPostUpdateDto.ts +60 -0
  264. package/clients/contentService/models/BrandingOptions.ts +23 -0
  265. package/clients/contentService/models/BreadcrumbsOptions.ts +15 -0
  266. package/clients/contentService/models/CartOptions.ts +10 -0
  267. package/clients/contentService/models/CodeFieldsOptions.ts +5 -0
  268. package/clients/contentService/models/ColorOptions.ts +18 -0
  269. package/clients/contentService/models/ColorScheme.ts +17 -0
  270. package/clients/contentService/models/ContactOptions.ts +17 -0
  271. package/clients/contentService/models/ContactPoint.ts +13 -0
  272. package/clients/contentService/models/CouponsOptions.ts +9 -0
  273. package/clients/contentService/models/Creator.ts +12 -0
  274. package/clients/contentService/models/CustomFont.ts +13 -0
  275. package/clients/contentService/models/DashboardOptions.ts +12 -0
  276. package/clients/contentService/models/DownloadablesOptions.ts +10 -0
  277. package/clients/contentService/models/EPaycoIntegrationOptions.ts +12 -0
  278. package/clients/contentService/models/EmailOptions.ts +34 -0
  279. package/clients/contentService/models/EmailsOptions.ts +11 -0
  280. package/clients/contentService/models/EmptyEnvelope.ts +12 -0
  281. package/clients/contentService/models/ErrorEnvelope.ts +12 -0
  282. package/clients/contentService/models/FacebookIntegrationOptions.ts +15 -0
  283. package/clients/contentService/models/Favicons.ts +13 -0
  284. package/clients/contentService/models/FeaturesOptions.ts +5 -0
  285. package/clients/contentService/models/FenixAllianceIntegrationsOptions.ts +12 -0
  286. package/clients/contentService/models/FooterOptions.ts +41 -0
  287. package/clients/contentService/models/ForgotPasswordRequest.ts +8 -0
  288. package/clients/contentService/models/FormsOptions.ts +5 -0
  289. package/clients/contentService/models/ForumOptions.ts +8 -0
  290. package/clients/contentService/models/FreeGeoIPIntegrationOptions.ts +9 -0
  291. package/clients/contentService/models/GoogleAnalytics.ts +9 -0
  292. package/clients/contentService/models/GoogleIntegrationOptions.ts +20 -0
  293. package/clients/contentService/models/GoogleMapsIntegrationOptions.ts +9 -0
  294. package/clients/contentService/models/GoogleMerchantCenterIntegrationOptions.ts +11 -0
  295. package/clients/contentService/models/GoogleMyBusinessIntegrationOptions.ts +15 -0
  296. package/clients/contentService/models/GoogleRecaptchaIntegrationOptions.ts +12 -0
  297. package/clients/{identityService/models/IPLookupDto.ts → contentService/models/GoogleTagManagerIntegrationOptions.ts} +2 -3
  298. package/clients/contentService/models/GridOptions.ts +5 -0
  299. package/clients/contentService/models/HeaderOptions.ts +51 -0
  300. package/clients/contentService/models/HttpValidationProblemDetails.ts +5 -0
  301. package/clients/contentService/models/IdentityAndPrivacyOptions.ts +29 -0
  302. package/clients/contentService/models/InfinityComexIntegrationOptions.ts +12 -0
  303. package/clients/contentService/models/InfoRequest.ts +10 -0
  304. package/clients/contentService/models/InfoResponse.ts +9 -0
  305. package/clients/contentService/models/Int32Envelope.ts +13 -0
  306. package/clients/contentService/models/IntegrationOptions.ts +9 -0
  307. package/clients/contentService/models/IntegrationsOptions.ts +24 -0
  308. package/clients/contentService/models/InventoryOptions.ts +23 -0
  309. package/clients/contentService/models/LayoutOptions.ts +23 -0
  310. package/clients/contentService/models/LightboxOptions.ts +5 -0
  311. package/clients/contentService/models/LoginRequest.ts +11 -0
  312. package/clients/contentService/models/Logo.ts +31 -0
  313. package/clients/contentService/models/MSAppTile.ts +15 -0
  314. package/clients/contentService/models/MansoryOptions.ts +5 -0
  315. package/clients/contentService/models/Margin.ts +11 -0
  316. package/clients/contentService/models/MeasurementOptions.ts +24 -0
  317. package/clients/contentService/models/MenuOptions.ts +57 -0
  318. package/clients/contentService/models/MicrosoftAzureIntegrationOptions.ts +12 -0
  319. package/clients/contentService/models/MicrosoftIntegrationsOptions.ts +10 -0
  320. package/clients/contentService/models/MiscellaneousOptions.ts +5 -0
  321. package/clients/contentService/models/OpenExchangeRatesIntegrationsOptions.ts +9 -0
  322. package/clients/contentService/models/Operation.ts +23 -0
  323. package/clients/contentService/models/Organization.ts +18 -0
  324. package/clients/contentService/models/Padding.ts +11 -0
  325. package/clients/contentService/models/PaginationOptions.ts +5 -0
  326. package/clients/contentService/models/PaymentMethod.ts +13 -0
  327. package/clients/contentService/models/PaymentOptions.ts +9 -0
  328. package/clients/contentService/models/PerformanceOptions.ts +5 -0
  329. package/clients/contentService/models/Portal.ts +23 -0
  330. package/clients/contentService/models/PortalEnvelope.ts +14 -0
  331. package/clients/contentService/models/PortalId.ts +5 -0
  332. package/clients/contentService/models/PortalOptions.ts +92 -0
  333. package/clients/contentService/models/PortalOptionsEnvelope.ts +14 -0
  334. package/clients/contentService/models/PortfolioOptions.ts +5 -0
  335. package/clients/contentService/models/PriceCalculationOptions.ts +8 -0
  336. package/clients/contentService/models/PrivacyOptions.ts +8 -0
  337. package/clients/contentService/models/ProductOptions.ts +5 -0
  338. package/clients/contentService/models/RecommendationOptions.ts +18 -0
  339. package/clients/contentService/models/RefreshRequest.ts +8 -0
  340. package/clients/contentService/models/RegisterRequest.ts +9 -0
  341. package/clients/contentService/models/ResendConfirmationEmailRequest.ts +8 -0
  342. package/clients/contentService/models/ResetPasswordRequest.ts +10 -0
  343. package/clients/contentService/models/ResponsiveOptions.ts +18 -0
  344. package/clients/contentService/models/ReviewsOptions.ts +12 -0
  345. package/clients/contentService/models/SearchOptions.ts +5 -0
  346. package/clients/contentService/models/SendgridIntegrationsOptions.ts +9 -0
  347. package/clients/contentService/models/SeoOptions.ts +20 -0
  348. package/clients/contentService/models/ServicesOptions.ts +35 -0
  349. package/clients/contentService/models/SidebarOptions.ts +5 -0
  350. package/clients/contentService/models/SliderOptions.ts +5 -0
  351. package/clients/contentService/models/SlideshowOptions.ts +5 -0
  352. package/clients/contentService/models/SlidingBarOptions.ts +29 -0
  353. package/clients/contentService/models/SocialMediaOptions.ts +18 -0
  354. package/clients/contentService/models/StoreDataRetentionPolicy.ts +17 -0
  355. package/clients/contentService/models/StoreOptions.ts +70 -0
  356. package/clients/contentService/models/StudioOptions.ts +14 -0
  357. package/clients/contentService/models/SubscriptionsOptions.ts +35 -0
  358. package/clients/contentService/models/TaxCalculationOptions.ts +15 -0
  359. package/clients/contentService/models/ThemingOptions.ts +11 -0
  360. package/clients/contentService/models/TitleBarOptions.ts +41 -0
  361. package/clients/contentService/models/TwoFactorRequest.ts +12 -0
  362. package/clients/contentService/models/TwoFactorResponse.ts +12 -0
  363. package/clients/contentService/models/Typography.ts +15 -0
  364. package/clients/contentService/models/TypographyOptions.ts +12 -0
  365. package/clients/contentService/models/WebContentCreateDto.ts +16 -0
  366. package/clients/contentService/models/WebContentDto.ts +64 -0
  367. package/clients/contentService/models/WebContentDtoEnvelope.ts +14 -0
  368. package/clients/contentService/models/WebContentDtoListEnvelope.ts +14 -0
  369. package/clients/contentService/models/WebContentUpdateDto.ts +60 -0
  370. package/clients/contentService/models/WebPageCategoryCreateDto.ts +22 -0
  371. package/clients/contentService/models/WebPageCategoryDto.ts +23 -0
  372. package/clients/contentService/models/WebPageCategoryDtoEnvelope.ts +14 -0
  373. package/clients/contentService/models/WebPageCategoryDtoListEnvelope.ts +14 -0
  374. package/clients/contentService/models/WebPageCategoryUpdateDto.ts +18 -0
  375. package/clients/contentService/models/WebPageCreateDto.ts +17 -0
  376. package/clients/contentService/models/WebPageDto.ts +75 -0
  377. package/clients/contentService/models/WebPageDtoEnvelope.ts +14 -0
  378. package/clients/{identityService/models/ApiResponseEnvelope.ts → contentService/models/WebPageDtoListEnvelope.ts} +3 -3
  379. package/clients/contentService/models/WebPageTagCreateDto.ts +22 -0
  380. package/clients/contentService/models/WebPageTagDto.ts +23 -0
  381. package/clients/contentService/models/WebPageTagDtoEnvelope.ts +14 -0
  382. package/clients/contentService/models/WebPageTagDtoListEnvelope.ts +14 -0
  383. package/clients/contentService/models/WebPageTagUpdateDto.ts +18 -0
  384. package/clients/contentService/models/WebPageUpdateDto.ts +70 -0
  385. package/clients/contentService/models/WebPortalCreateDto.ts +19 -0
  386. package/clients/contentService/models/WebPortalDto.ts +19 -0
  387. package/clients/contentService/models/WebPortalDtoEnvelope.ts +14 -0
  388. package/clients/contentService/models/WebPortalUpdateDto.ts +16 -0
  389. package/clients/contentService/services/BlogPostAuthorsService.ts +116 -0
  390. package/clients/contentService/services/BlogPostCategoriesService.ts +199 -0
  391. package/clients/contentService/services/BlogPostTagsService.ts +191 -0
  392. package/clients/contentService/services/BlogPostsService.ts +531 -0
  393. package/clients/contentService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  394. package/clients/contentService/services/PortalsService.ts +334 -0
  395. package/clients/contentService/services/ThemesService.ts +29 -0
  396. package/clients/contentService/services/WebContentsService.ts +197 -0
  397. package/clients/contentService/services/WebPageCategoriesService.ts +197 -0
  398. package/clients/contentService/services/WebPageTagsService.ts +192 -0
  399. package/clients/contentService/services/WebPagesService.ts +451 -0
  400. package/clients/crmService/index.ts +17 -0
  401. package/clients/crmService/models/AccessTokenResponse.ts +11 -0
  402. package/clients/crmService/models/ExtendedContactDto.ts +80 -0
  403. package/clients/crmService/models/ExtendedContactDtoEnvelope.ts +14 -0
  404. package/clients/crmService/models/ExtendedContactDtoListEnvelope.ts +14 -0
  405. package/clients/crmService/models/ForgotPasswordRequest.ts +8 -0
  406. package/clients/crmService/models/HttpValidationProblemDetails.ts +5 -0
  407. package/clients/crmService/models/InfoRequest.ts +10 -0
  408. package/clients/crmService/models/InfoResponse.ts +9 -0
  409. package/clients/crmService/models/LoginRequest.ts +11 -0
  410. package/clients/crmService/models/RefreshRequest.ts +8 -0
  411. package/clients/crmService/models/RegisterRequest.ts +9 -0
  412. package/clients/crmService/models/ResendConfirmationEmailRequest.ts +8 -0
  413. package/clients/crmService/models/ResetPasswordRequest.ts +10 -0
  414. package/clients/crmService/models/SimpleContactDto.ts +40 -0
  415. package/clients/crmService/models/SocialProfileDto.ts +4 -3
  416. package/clients/crmService/models/TwoFactorRequest.ts +12 -0
  417. package/clients/crmService/models/TwoFactorResponse.ts +12 -0
  418. package/clients/crmService/services/ContactsService.ts +107 -0
  419. package/clients/crmService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  420. package/clients/dealsService/core/ApiError.ts +25 -0
  421. package/clients/dealsService/core/ApiRequestOptions.ts +17 -0
  422. package/clients/dealsService/core/ApiResult.ts +11 -0
  423. package/clients/dealsService/core/CancelablePromise.ts +131 -0
  424. package/clients/dealsService/core/OpenAPI.ts +32 -0
  425. package/clients/dealsService/core/request.ts +322 -0
  426. package/clients/dealsService/index.ts +66 -0
  427. package/clients/dealsService/models/AccessTokenResponse.ts +11 -0
  428. package/clients/dealsService/models/ContactDto.ts +71 -0
  429. package/clients/dealsService/models/Currency.ts +9 -0
  430. package/clients/dealsService/models/DealUnitCreateDto.ts +76 -0
  431. package/clients/dealsService/models/DealUnitDto.ts +126 -0
  432. package/clients/dealsService/models/DealUnitDtoEnvelope.ts +14 -0
  433. package/clients/dealsService/models/DealUnitDtoListEnvelope.ts +14 -0
  434. package/clients/dealsService/models/DealUnitFlowCreateDto.ts +14 -0
  435. package/clients/dealsService/models/DealUnitFlowDto.ts +14 -0
  436. package/clients/dealsService/models/DealUnitFlowDtoEnvelope.ts +14 -0
  437. package/clients/dealsService/models/DealUnitFlowDtoListEnvelope.ts +14 -0
  438. package/clients/dealsService/models/DealUnitFlowStageCreateDto.ts +16 -0
  439. package/clients/dealsService/models/DealUnitFlowStageDto.ts +16 -0
  440. package/clients/dealsService/models/DealUnitFlowStageDtoEnvelope.ts +14 -0
  441. package/clients/dealsService/models/DealUnitFlowStageDtoListEnvelope.ts +14 -0
  442. package/clients/dealsService/models/DealUnitFlowStageUpdateDto.ts +13 -0
  443. package/clients/dealsService/models/DealUnitFlowUpdateDto.ts +12 -0
  444. package/clients/dealsService/models/DealUnitLineCreateDto.ts +98 -0
  445. package/clients/dealsService/models/DealUnitLineDto.ts +100 -0
  446. package/clients/dealsService/models/DealUnitLineDtoEnvelope.ts +14 -0
  447. package/clients/dealsService/models/DealUnitLineDtoListEnvelope.ts +14 -0
  448. package/clients/dealsService/models/DealUnitLineUpdateDto.ts +97 -0
  449. package/clients/dealsService/models/DealUnitUpdateDto.ts +80 -0
  450. package/clients/dealsService/models/EmptyEnvelope.ts +12 -0
  451. package/clients/dealsService/models/ErrorEnvelope.ts +12 -0
  452. package/clients/dealsService/models/ExtendedDealUnitDto.ts +136 -0
  453. package/clients/dealsService/models/ExtendedDealUnitDtoEnvelope.ts +14 -0
  454. package/clients/dealsService/models/ExtendedDealUnitDtoListEnvelope.ts +14 -0
  455. package/clients/dealsService/models/ExtendedSalesLiteratureDto.ts +21 -0
  456. package/clients/dealsService/models/ExtendedSalesLiteratureDtoListEnvelope.ts +14 -0
  457. package/clients/dealsService/models/ForgotPasswordRequest.ts +8 -0
  458. package/clients/dealsService/models/HttpValidationProblemDetails.ts +5 -0
  459. package/clients/dealsService/models/InfoRequest.ts +10 -0
  460. package/clients/dealsService/models/InfoResponse.ts +9 -0
  461. package/clients/dealsService/models/Int32Envelope.ts +13 -0
  462. package/clients/dealsService/models/LoginRequest.ts +11 -0
  463. package/clients/dealsService/models/Money.ts +10 -0
  464. package/clients/dealsService/models/RefreshRequest.ts +8 -0
  465. package/clients/dealsService/models/RegisterRequest.ts +9 -0
  466. package/clients/dealsService/models/ResendConfirmationEmailRequest.ts +8 -0
  467. package/clients/dealsService/models/ResetPasswordRequest.ts +10 -0
  468. package/clients/dealsService/models/SalesLiteratureCreateDto.ts +17 -0
  469. package/clients/dealsService/models/SalesLiteratureDto.ts +17 -0
  470. package/clients/dealsService/models/SalesLiteratureDtoEnvelope.ts +14 -0
  471. package/clients/dealsService/models/SalesLiteratureDtoListEnvelope.ts +14 -0
  472. package/clients/dealsService/models/SalesLiteratureTypeDto.ts +12 -0
  473. package/clients/dealsService/models/SalesLiteratureUpdateDto.ts +15 -0
  474. package/clients/dealsService/models/TenantEnrolmentDto.ts +15 -0
  475. package/clients/dealsService/models/TwoFactorRequest.ts +12 -0
  476. package/clients/dealsService/models/TwoFactorResponse.ts +12 -0
  477. package/clients/{tenantService/models/PlatformUserDto.ts → dealsService/models/UserDto.ts} +12 -11
  478. package/clients/dealsService/services/DealUnitFlowsService.ts +377 -0
  479. package/clients/dealsService/services/DealUnitsService.ts +416 -0
  480. package/clients/dealsService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  481. package/clients/dealsService/services/SalesLiteraturesService.ts +177 -0
  482. package/clients/forexService/index.ts +13 -0
  483. package/clients/forexService/models/AccessTokenResponse.ts +11 -0
  484. package/clients/forexService/models/ForexRatesDto.ts +1 -1
  485. package/clients/forexService/models/ForgotPasswordRequest.ts +8 -0
  486. package/clients/forexService/models/HttpValidationProblemDetails.ts +5 -0
  487. package/clients/forexService/models/InfoRequest.ts +10 -0
  488. package/clients/forexService/models/InfoResponse.ts +9 -0
  489. package/clients/forexService/models/LoginRequest.ts +11 -0
  490. package/clients/forexService/models/RefreshRequest.ts +8 -0
  491. package/clients/forexService/models/RegisterRequest.ts +9 -0
  492. package/clients/forexService/models/ResendConfirmationEmailRequest.ts +8 -0
  493. package/clients/forexService/models/ResetPasswordRequest.ts +10 -0
  494. package/clients/forexService/models/TwoFactorRequest.ts +12 -0
  495. package/clients/forexService/models/TwoFactorResponse.ts +12 -0
  496. package/clients/forexService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  497. package/clients/globeService/core/ApiError.ts +25 -0
  498. package/clients/globeService/core/ApiRequestOptions.ts +17 -0
  499. package/clients/globeService/core/ApiResult.ts +11 -0
  500. package/clients/globeService/core/CancelablePromise.ts +131 -0
  501. package/clients/globeService/core/OpenAPI.ts +32 -0
  502. package/clients/globeService/core/request.ts +322 -0
  503. package/clients/globeService/index.ts +49 -0
  504. package/clients/globeService/models/AccessTokenResponse.ts +11 -0
  505. package/clients/globeService/models/CityDto.ts +15 -0
  506. package/clients/globeService/models/CityDtoListEnvelope.ts +14 -0
  507. package/clients/globeService/models/CountryCallingCodeDto.ts +10 -0
  508. package/clients/globeService/models/CountryCallingCodeDtoListEnvelope.ts +14 -0
  509. package/clients/globeService/models/CountryDto.ts +14 -0
  510. package/clients/globeService/models/CountryDtoEnvelope.ts +14 -0
  511. package/clients/globeService/models/CountryDtoListEnvelope.ts +14 -0
  512. package/clients/globeService/models/CountryLanguageDto.ts +14 -0
  513. package/clients/globeService/models/CountryLanguageDtoEnvelope.ts +14 -0
  514. package/clients/globeService/models/CountryLanguageDtoListEnvelope.ts +14 -0
  515. package/clients/globeService/models/CountryStateDto.ts +12 -0
  516. package/clients/globeService/models/CountryStateDtoEnvelope.ts +14 -0
  517. package/clients/globeService/models/CountryStateDtoListEnvelope.ts +14 -0
  518. package/clients/globeService/models/CountryTopLevelDomainDto.ts +10 -0
  519. package/clients/globeService/models/CountryTopLevelDomainDtoListEnvelope.ts +14 -0
  520. package/clients/globeService/models/CurrencyDto.ts +13 -0
  521. package/clients/globeService/models/CurrencyDtoEnvelope.ts +14 -0
  522. package/clients/globeService/models/CurrencyDtoListEnvelope.ts +14 -0
  523. package/clients/globeService/models/ErrorEnvelope.ts +12 -0
  524. package/clients/globeService/models/ForgotPasswordRequest.ts +8 -0
  525. package/clients/globeService/models/HttpValidationProblemDetails.ts +5 -0
  526. package/clients/globeService/models/InfoRequest.ts +10 -0
  527. package/clients/globeService/models/InfoResponse.ts +9 -0
  528. package/clients/globeService/models/LoginRequest.ts +11 -0
  529. package/clients/globeService/models/RefreshRequest.ts +8 -0
  530. package/clients/globeService/models/RegisterRequest.ts +9 -0
  531. package/clients/globeService/models/ResendConfirmationEmailRequest.ts +8 -0
  532. package/clients/globeService/models/ResetPasswordRequest.ts +10 -0
  533. package/clients/globeService/models/TimezoneDto.ts +12 -0
  534. package/clients/globeService/models/TimezoneDtoEnvelope.ts +14 -0
  535. package/clients/globeService/models/TimezoneDtoListEnvelope.ts +14 -0
  536. package/clients/globeService/models/TwoFactorRequest.ts +12 -0
  537. package/clients/globeService/models/TwoFactorResponse.ts +12 -0
  538. package/clients/globeService/services/CountriesService.ts +269 -0
  539. package/clients/globeService/services/CurrenciesService.ts +56 -0
  540. package/clients/globeService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  541. package/clients/globeService/services/LanguagesService.ts +56 -0
  542. package/clients/globeService/services/TimezonesService.ts +56 -0
  543. package/clients/holderService/index.ts +22 -8
  544. package/clients/holderService/models/AccessTokenResponse.ts +11 -0
  545. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +2 -2
  546. package/clients/holderService/models/{ExtendedPlatformUserDto.ts → ExtendedUserDto.ts} +14 -13
  547. package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +14 -0
  548. package/clients/holderService/models/ForgotPasswordRequest.ts +8 -0
  549. package/clients/holderService/models/HttpValidationProblemDetails.ts +5 -0
  550. package/clients/holderService/models/InfoRequest.ts +10 -0
  551. package/clients/holderService/models/InfoResponse.ts +9 -0
  552. package/clients/holderService/models/Int32Envelope.ts +13 -0
  553. package/clients/holderService/models/LoginRequest.ts +11 -0
  554. package/clients/holderService/models/RefreshRequest.ts +8 -0
  555. package/clients/holderService/models/RegisterRequest.ts +9 -0
  556. package/clients/holderService/models/ResendConfirmationEmailRequest.ts +8 -0
  557. package/clients/holderService/models/ResetPasswordRequest.ts +10 -0
  558. package/clients/holderService/models/SocialProfileDto.ts +4 -3
  559. package/clients/holderService/models/TwoFactorRequest.ts +12 -0
  560. package/clients/holderService/models/TwoFactorResponse.ts +12 -0
  561. package/clients/{identityService/models/PlatformUserDto.ts → holderService/models/UserDto.ts} +12 -11
  562. package/clients/holderService/models/UserDtoEnvelope.ts +14 -0
  563. package/clients/holderService/models/{PlatformUserSettingsDto.ts → UserSettingsDto.ts} +3 -3
  564. package/clients/holderService/models/UserSettingsDtoEnvelope.ts +14 -0
  565. package/clients/holderService/models/{PlatformUserSettingsUpdateDto.ts → UserSettingsUpdateDto.ts} +3 -3
  566. package/clients/holderService/models/{PlatformUserUpdateDto.ts → UserUpdateDto.ts} +3 -3
  567. package/clients/holderService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  568. package/clients/holderService/services/HolderService.ts +91 -29
  569. package/clients/hrmsService/core/ApiError.ts +25 -0
  570. package/clients/hrmsService/core/ApiRequestOptions.ts +17 -0
  571. package/clients/hrmsService/core/ApiResult.ts +11 -0
  572. package/clients/hrmsService/core/CancelablePromise.ts +131 -0
  573. package/clients/hrmsService/core/OpenAPI.ts +32 -0
  574. package/clients/hrmsService/core/request.ts +322 -0
  575. package/clients/hrmsService/index.ts +50 -0
  576. package/clients/hrmsService/models/AccessTokenResponse.ts +11 -0
  577. package/clients/hrmsService/models/EmployeeProfileCreateDto.ts +9 -0
  578. package/clients/{identityService/models/Error.ts → hrmsService/models/EmployeeProfileDto.ts} +2 -3
  579. package/clients/hrmsService/models/EmployeeProfileDtoEnvelope.ts +14 -0
  580. package/clients/hrmsService/models/EmployeeProfileDtoListEnvelope.ts +14 -0
  581. package/clients/hrmsService/models/EmployeeProfileUpdateDto.ts +5 -0
  582. package/clients/hrmsService/models/EmployerProfileCreateDto.ts +9 -0
  583. package/clients/hrmsService/models/EmployerProfileDto.ts +9 -0
  584. package/clients/hrmsService/models/EmployerProfileDtoEnvelope.ts +14 -0
  585. package/clients/hrmsService/models/EmployerProfileDtoListEnvelope.ts +14 -0
  586. package/clients/hrmsService/models/EmployerProfileUpdateDto.ts +5 -0
  587. package/clients/hrmsService/models/EmptyEnvelope.ts +12 -0
  588. package/clients/hrmsService/models/ErrorEnvelope.ts +12 -0
  589. package/clients/hrmsService/models/ForgotPasswordRequest.ts +8 -0
  590. package/clients/hrmsService/models/GigCreateDto.ts +9 -0
  591. package/clients/hrmsService/models/GigDto.ts +9 -0
  592. package/clients/hrmsService/models/GigDtoEnvelope.ts +14 -0
  593. package/clients/hrmsService/models/GigDtoListEnvelope.ts +14 -0
  594. package/clients/hrmsService/models/GigUpdateDto.ts +5 -0
  595. package/clients/hrmsService/models/HttpValidationProblemDetails.ts +5 -0
  596. package/clients/hrmsService/models/InfoRequest.ts +10 -0
  597. package/clients/hrmsService/models/InfoResponse.ts +9 -0
  598. package/clients/hrmsService/models/Int32Envelope.ts +13 -0
  599. package/clients/hrmsService/models/JobOfferCreateDto.ts +9 -0
  600. package/clients/hrmsService/models/JobOfferDto.ts +9 -0
  601. package/clients/hrmsService/models/JobOfferDtoEnvelope.ts +14 -0
  602. package/clients/hrmsService/models/JobOfferDtoListEnvelope.ts +14 -0
  603. package/clients/hrmsService/models/JobOfferUpdateDto.ts +5 -0
  604. package/clients/hrmsService/models/LoginRequest.ts +11 -0
  605. package/clients/hrmsService/models/RefreshRequest.ts +8 -0
  606. package/clients/hrmsService/models/RegisterRequest.ts +9 -0
  607. package/clients/hrmsService/models/ResendConfirmationEmailRequest.ts +8 -0
  608. package/clients/hrmsService/models/ResetPasswordRequest.ts +10 -0
  609. package/clients/hrmsService/models/TwoFactorRequest.ts +12 -0
  610. package/clients/hrmsService/models/TwoFactorResponse.ts +12 -0
  611. package/clients/hrmsService/services/EmployeesService.ts +193 -0
  612. package/clients/hrmsService/services/EmployersService.ts +190 -0
  613. package/clients/hrmsService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  614. package/clients/hrmsService/services/GigsService.ts +187 -0
  615. package/clients/hrmsService/services/JobOffersService.ts +189 -0
  616. package/clients/identityService/index.ts +18 -10
  617. package/clients/identityService/models/AccessTokenResponse.ts +11 -0
  618. package/clients/identityService/models/AccountHolderCreateDto.ts +1 -0
  619. package/clients/identityService/models/ApiAuthorizationResult.ts +17 -0
  620. package/clients/identityService/models/ApiAuthorizationResultEnvelope.ts +14 -0
  621. package/clients/identityService/models/EnrollmentId.ts +5 -0
  622. package/clients/identityService/models/ForgotPasswordRequest.ts +8 -0
  623. package/clients/identityService/models/HttpValidationProblemDetails.ts +5 -0
  624. package/clients/identityService/models/InfoRequest.ts +10 -0
  625. package/clients/identityService/models/InfoResponse.ts +9 -0
  626. package/clients/identityService/models/LoginRequest.ts +11 -0
  627. package/clients/identityService/models/RefreshRequest.ts +8 -0
  628. package/clients/identityService/models/RegisterRequest.ts +9 -0
  629. package/clients/identityService/models/ResendConfirmationEmailRequest.ts +8 -0
  630. package/clients/identityService/models/ResetPasswordRequest.ts +10 -0
  631. package/clients/identityService/models/TenantId.ts +5 -0
  632. package/clients/identityService/models/TwoFactorRequest.ts +12 -0
  633. package/clients/identityService/models/TwoFactorResponse.ts +12 -0
  634. package/clients/identityService/models/UserId.ts +5 -0
  635. package/clients/identityService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  636. package/clients/identityService/services/OAuthService.ts +25 -25
  637. package/clients/inventoryService/index.ts +14 -0
  638. package/clients/inventoryService/models/AccessTokenResponse.ts +11 -0
  639. package/clients/inventoryService/models/ForgotPasswordRequest.ts +8 -0
  640. package/clients/inventoryService/models/HttpValidationProblemDetails.ts +5 -0
  641. package/clients/inventoryService/models/InfoRequest.ts +10 -0
  642. package/clients/inventoryService/models/InfoResponse.ts +9 -0
  643. package/clients/inventoryService/models/LoginRequest.ts +11 -0
  644. package/clients/inventoryService/models/RefreshRequest.ts +8 -0
  645. package/clients/inventoryService/models/RegisterRequest.ts +9 -0
  646. package/clients/inventoryService/models/ResendConfirmationEmailRequest.ts +8 -0
  647. package/clients/inventoryService/models/ResetPasswordRequest.ts +10 -0
  648. package/clients/inventoryService/models/TwoFactorRequest.ts +12 -0
  649. package/clients/inventoryService/models/TwoFactorResponse.ts +12 -0
  650. package/clients/inventoryService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  651. package/clients/invoicingService/index.ts +13 -0
  652. package/clients/invoicingService/models/AccessTokenResponse.ts +11 -0
  653. package/clients/invoicingService/models/ExtendedInvoiceDto.ts +1 -0
  654. package/clients/invoicingService/models/ForgotPasswordRequest.ts +8 -0
  655. package/clients/invoicingService/models/HttpValidationProblemDetails.ts +5 -0
  656. package/clients/invoicingService/models/InfoRequest.ts +10 -0
  657. package/clients/invoicingService/models/InfoResponse.ts +9 -0
  658. package/clients/invoicingService/models/InvoiceCreateDto.ts +0 -1
  659. package/clients/invoicingService/models/LoginRequest.ts +11 -0
  660. package/clients/invoicingService/models/RefreshRequest.ts +8 -0
  661. package/clients/invoicingService/models/RegisterRequest.ts +9 -0
  662. package/clients/invoicingService/models/ResendConfirmationEmailRequest.ts +8 -0
  663. package/clients/invoicingService/models/ResetPasswordRequest.ts +10 -0
  664. package/clients/invoicingService/models/SimpleUserDto.ts +6 -5
  665. package/clients/invoicingService/models/TwoFactorRequest.ts +12 -0
  666. package/clients/invoicingService/models/TwoFactorResponse.ts +12 -0
  667. package/clients/invoicingService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  668. package/clients/learningService/index.ts +14 -1
  669. package/clients/learningService/models/AccessTokenResponse.ts +11 -0
  670. package/clients/learningService/models/ForgotPasswordRequest.ts +8 -0
  671. package/clients/learningService/models/HttpValidationProblemDetails.ts +5 -0
  672. package/clients/learningService/models/InfoRequest.ts +10 -0
  673. package/clients/learningService/models/InfoResponse.ts +9 -0
  674. package/clients/learningService/models/Int32Envelope.ts +13 -0
  675. package/clients/learningService/models/LoginRequest.ts +11 -0
  676. package/clients/learningService/models/RefreshRequest.ts +8 -0
  677. package/clients/learningService/models/RegisterRequest.ts +9 -0
  678. package/clients/learningService/models/ResendConfirmationEmailRequest.ts +8 -0
  679. package/clients/learningService/models/ResetPasswordRequest.ts +10 -0
  680. package/clients/learningService/models/TwoFactorRequest.ts +12 -0
  681. package/clients/learningService/models/TwoFactorResponse.ts +12 -0
  682. package/clients/learningService/services/CourseEnrollmentsService.ts +25 -17
  683. package/clients/learningService/services/CoursesService.ts +25 -0
  684. package/clients/learningService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  685. package/clients/marketingService/index.ts +13 -0
  686. package/clients/marketingService/models/AccessTokenResponse.ts +11 -0
  687. package/clients/marketingService/models/ForgotPasswordRequest.ts +8 -0
  688. package/clients/marketingService/models/HttpValidationProblemDetails.ts +5 -0
  689. package/clients/marketingService/models/InfoRequest.ts +10 -0
  690. package/clients/marketingService/models/InfoResponse.ts +9 -0
  691. package/clients/marketingService/models/LoginRequest.ts +11 -0
  692. package/clients/marketingService/models/RefreshRequest.ts +8 -0
  693. package/clients/marketingService/models/RegisterRequest.ts +9 -0
  694. package/clients/marketingService/models/ResendConfirmationEmailRequest.ts +8 -0
  695. package/clients/marketingService/models/ResetPasswordRequest.ts +10 -0
  696. package/clients/marketingService/models/TwoFactorRequest.ts +12 -0
  697. package/clients/marketingService/models/TwoFactorResponse.ts +12 -0
  698. package/clients/marketingService/services/EmailTemplatesService.ts +15 -12
  699. package/clients/marketingService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  700. package/clients/ordersService/index.ts +19 -0
  701. package/clients/ordersService/models/AccessTokenResponse.ts +11 -0
  702. package/clients/ordersService/models/ContactDto.ts +71 -0
  703. package/clients/ordersService/models/ExtendedOrderDto.ts +123 -0
  704. package/clients/ordersService/models/ExtendedOrderDtoListEnvelope.ts +14 -0
  705. package/clients/ordersService/models/ForgotPasswordRequest.ts +8 -0
  706. package/clients/ordersService/models/HttpValidationProblemDetails.ts +5 -0
  707. package/clients/ordersService/models/InfoRequest.ts +10 -0
  708. package/clients/ordersService/models/InfoResponse.ts +9 -0
  709. package/clients/ordersService/models/LoginRequest.ts +11 -0
  710. package/clients/ordersService/models/OrderCreateDto.ts +0 -1
  711. package/clients/ordersService/models/OrderUpdateDto.ts +1 -2
  712. package/clients/ordersService/models/RefreshRequest.ts +8 -0
  713. package/clients/ordersService/models/RegisterRequest.ts +9 -0
  714. package/clients/ordersService/models/ResendConfirmationEmailRequest.ts +8 -0
  715. package/clients/ordersService/models/ResetPasswordRequest.ts +10 -0
  716. package/clients/ordersService/models/TenantDto.ts +45 -0
  717. package/clients/ordersService/models/TenantEnrolmentDto.ts +15 -0
  718. package/clients/ordersService/models/TwoFactorRequest.ts +12 -0
  719. package/clients/ordersService/models/TwoFactorResponse.ts +12 -0
  720. package/clients/{holderService/models/PlatformUserDto.ts → ordersService/models/UserDto.ts} +12 -11
  721. package/clients/ordersService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  722. package/clients/ordersService/services/OrdersService.ts +20 -0
  723. package/clients/paymentsService/core/ApiError.ts +25 -0
  724. package/clients/paymentsService/core/ApiRequestOptions.ts +17 -0
  725. package/clients/paymentsService/core/ApiResult.ts +11 -0
  726. package/clients/paymentsService/core/CancelablePromise.ts +131 -0
  727. package/clients/paymentsService/core/OpenAPI.ts +32 -0
  728. package/clients/paymentsService/core/request.ts +322 -0
  729. package/clients/paymentsService/index.ts +30 -0
  730. package/clients/paymentsService/models/AccessTokenResponse.ts +11 -0
  731. package/clients/paymentsService/models/EmptyEnvelope.ts +12 -0
  732. package/clients/paymentsService/models/ErrorEnvelope.ts +12 -0
  733. package/clients/paymentsService/models/ForgotPasswordRequest.ts +8 -0
  734. package/clients/paymentsService/models/HttpValidationProblemDetails.ts +5 -0
  735. package/clients/paymentsService/models/InfoRequest.ts +10 -0
  736. package/clients/paymentsService/models/InfoResponse.ts +9 -0
  737. package/clients/paymentsService/models/LoginRequest.ts +11 -0
  738. package/clients/paymentsService/models/PaymentCreateDto.ts +94 -0
  739. package/clients/paymentsService/models/PaymentDto.ts +94 -0
  740. package/clients/paymentsService/models/PaymentDtoListEnvelope.ts +14 -0
  741. package/clients/paymentsService/models/PaymentUpdateDto.ts +92 -0
  742. package/clients/paymentsService/models/RefreshRequest.ts +8 -0
  743. package/clients/paymentsService/models/RegisterRequest.ts +9 -0
  744. package/clients/paymentsService/models/ResendConfirmationEmailRequest.ts +8 -0
  745. package/clients/paymentsService/models/ResetPasswordRequest.ts +10 -0
  746. package/clients/paymentsService/models/TwoFactorRequest.ts +12 -0
  747. package/clients/paymentsService/models/TwoFactorResponse.ts +12 -0
  748. package/clients/paymentsService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  749. package/clients/paymentsService/services/PaymentsService.ts +156 -0
  750. package/clients/pricingService/index.ts +26 -0
  751. package/clients/pricingService/models/AccessTokenResponse.ts +11 -0
  752. package/clients/pricingService/models/DiscountCreateDto.ts +17 -0
  753. package/clients/pricingService/models/DiscountDto.ts +18 -0
  754. package/clients/pricingService/models/DiscountDtoEnvelope.ts +14 -0
  755. package/clients/pricingService/models/DiscountDtoListEnvelope.ts +14 -0
  756. package/clients/pricingService/models/DiscountListCreateDto.ts +13 -0
  757. package/clients/pricingService/models/DiscountListDto.ts +13 -0
  758. package/clients/pricingService/models/DiscountListDtoEnvelope.ts +14 -0
  759. package/clients/pricingService/models/DiscountListDtoListEnvelope.ts +14 -0
  760. package/clients/pricingService/models/DiscountListUpdateDto.ts +11 -0
  761. package/clients/pricingService/models/DiscountUpdateDto.ts +15 -0
  762. package/clients/pricingService/models/ForgotPasswordRequest.ts +8 -0
  763. package/clients/pricingService/models/HttpValidationProblemDetails.ts +5 -0
  764. package/clients/pricingService/models/InfoRequest.ts +10 -0
  765. package/clients/pricingService/models/InfoResponse.ts +9 -0
  766. package/clients/pricingService/models/ItemPriceDto.ts +5 -4
  767. package/clients/pricingService/models/LoginRequest.ts +11 -0
  768. package/clients/pricingService/models/PriceCalculationDto.ts +29 -0
  769. package/clients/pricingService/models/PriceCalculationDtoEnvelope.ts +14 -0
  770. package/clients/pricingService/models/PriceListDto.ts +3 -0
  771. package/clients/pricingService/models/RefreshRequest.ts +8 -0
  772. package/clients/pricingService/models/RegisterRequest.ts +9 -0
  773. package/clients/pricingService/models/ResendConfirmationEmailRequest.ts +8 -0
  774. package/clients/pricingService/models/ResetPasswordRequest.ts +10 -0
  775. package/clients/pricingService/models/TwoFactorRequest.ts +12 -0
  776. package/clients/pricingService/models/TwoFactorResponse.ts +12 -0
  777. package/clients/pricingService/services/DiscountListsService.ts +401 -0
  778. package/clients/pricingService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  779. package/clients/pricingService/services/PricesService.ts +48 -12
  780. package/clients/projectsService/core/ApiError.ts +25 -0
  781. package/clients/projectsService/core/ApiRequestOptions.ts +17 -0
  782. package/clients/projectsService/core/ApiResult.ts +11 -0
  783. package/clients/projectsService/core/CancelablePromise.ts +131 -0
  784. package/clients/projectsService/core/OpenAPI.ts +32 -0
  785. package/clients/projectsService/core/request.ts +322 -0
  786. package/clients/projectsService/index.ts +49 -0
  787. package/clients/projectsService/models/AccessTokenResponse.ts +11 -0
  788. package/clients/projectsService/models/EmptyEnvelope.ts +12 -0
  789. package/clients/projectsService/models/ErrorEnvelope.ts +12 -0
  790. package/clients/projectsService/models/ForgotPasswordRequest.ts +8 -0
  791. package/clients/projectsService/models/HttpValidationProblemDetails.ts +5 -0
  792. package/clients/projectsService/models/InfoRequest.ts +10 -0
  793. package/clients/projectsService/models/InfoResponse.ts +9 -0
  794. package/clients/projectsService/models/Int32Envelope.ts +13 -0
  795. package/clients/projectsService/models/LoginRequest.ts +11 -0
  796. package/clients/projectsService/models/ProjectCreateDto.ts +13 -0
  797. package/clients/projectsService/models/ProjectDto.ts +13 -0
  798. package/clients/projectsService/models/ProjectDtoEnvelope.ts +14 -0
  799. package/clients/projectsService/models/ProjectDtoListEnvelope.ts +14 -0
  800. package/clients/projectsService/models/ProjectPeriodCreateDto.ts +12 -0
  801. package/clients/projectsService/models/ProjectPeriodUpdateDto.ts +9 -0
  802. package/clients/projectsService/models/ProjectTaskCreateDto.ts +14 -0
  803. package/clients/projectsService/models/ProjectTaskDto.ts +13 -0
  804. package/clients/projectsService/models/ProjectTaskDtoListEnvelope.ts +14 -0
  805. package/clients/projectsService/models/ProjectTaskUpdateDto.ts +9 -0
  806. package/clients/projectsService/models/ProjectTimeLogDto.ts +28 -0
  807. package/clients/projectsService/models/ProjectTimeLogDtoListEnvelope.ts +14 -0
  808. package/clients/projectsService/models/ProjectUpdateDto.ts +11 -0
  809. package/clients/projectsService/models/RefreshRequest.ts +8 -0
  810. package/clients/projectsService/models/RegisterRequest.ts +9 -0
  811. package/clients/projectsService/models/ResendConfirmationEmailRequest.ts +8 -0
  812. package/clients/projectsService/models/ResetPasswordRequest.ts +10 -0
  813. package/clients/projectsService/models/TaskCategoryCreateDto.ts +10 -0
  814. package/clients/projectsService/models/TaskCategoryDto.ts +10 -0
  815. package/clients/projectsService/models/TaskCategoryDtoListEnvelope.ts +14 -0
  816. package/clients/projectsService/models/TaskCategoryUpdateDto.ts +8 -0
  817. package/clients/projectsService/models/TaskTypeCreateDto.ts +13 -0
  818. package/clients/projectsService/models/TaskTypeDto.ts +13 -0
  819. package/clients/projectsService/models/TaskTypeUpdateDto.ts +10 -0
  820. package/clients/projectsService/models/TwoFactorRequest.ts +12 -0
  821. package/clients/projectsService/models/TwoFactorResponse.ts +12 -0
  822. package/clients/projectsService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  823. package/clients/projectsService/services/ProjectsService.ts +583 -0
  824. package/clients/projectsService/services/TaskCategoriesService.ts +191 -0
  825. package/clients/projectsService/services/TaskTypesService.ts +135 -0
  826. package/clients/quotesService/core/ApiError.ts +25 -0
  827. package/clients/quotesService/core/ApiRequestOptions.ts +17 -0
  828. package/clients/quotesService/core/ApiResult.ts +11 -0
  829. package/clients/quotesService/core/CancelablePromise.ts +131 -0
  830. package/clients/quotesService/core/OpenAPI.ts +32 -0
  831. package/clients/quotesService/core/request.ts +322 -0
  832. package/clients/quotesService/index.ts +45 -0
  833. package/clients/quotesService/models/AccessTokenResponse.ts +11 -0
  834. package/clients/quotesService/models/ContactDto.ts +71 -0
  835. package/clients/quotesService/models/Currency.ts +9 -0
  836. package/clients/quotesService/models/EmptyEnvelope.ts +12 -0
  837. package/clients/quotesService/models/ErrorEnvelope.ts +12 -0
  838. package/clients/quotesService/models/ExtendedQuoteDto.ts +103 -0
  839. package/clients/quotesService/models/ExtendedQuoteDtoListEnvelope.ts +14 -0
  840. package/clients/quotesService/models/ForgotPasswordRequest.ts +8 -0
  841. package/clients/quotesService/models/HttpValidationProblemDetails.ts +5 -0
  842. package/clients/quotesService/models/InfoRequest.ts +10 -0
  843. package/clients/quotesService/models/InfoResponse.ts +9 -0
  844. package/clients/quotesService/models/Int32Envelope.ts +13 -0
  845. package/clients/quotesService/models/LoginRequest.ts +11 -0
  846. package/clients/quotesService/models/Money.ts +10 -0
  847. package/clients/quotesService/models/QuoteCreateDto.ts +46 -0
  848. package/clients/quotesService/models/QuoteDto.ts +93 -0
  849. package/clients/quotesService/models/QuoteDtoEnvelope.ts +14 -0
  850. package/clients/quotesService/models/QuoteDtoListEnvelope.ts +14 -0
  851. package/clients/quotesService/models/QuoteLineCreateDto.ts +100 -0
  852. package/clients/quotesService/models/QuoteLineDto.ts +100 -0
  853. package/clients/quotesService/models/QuoteLineDtoEnvelope.ts +14 -0
  854. package/clients/quotesService/models/QuoteLineDtoListEnvelope.ts +14 -0
  855. package/clients/quotesService/models/QuoteLineUpdateDto.ts +97 -0
  856. package/clients/quotesService/models/QuoteUpdateDto.ts +67 -0
  857. package/clients/quotesService/models/RefreshRequest.ts +8 -0
  858. package/clients/quotesService/models/RegisterRequest.ts +9 -0
  859. package/clients/quotesService/models/ResendConfirmationEmailRequest.ts +8 -0
  860. package/clients/quotesService/models/ResetPasswordRequest.ts +10 -0
  861. package/clients/quotesService/models/TenantDto.ts +45 -0
  862. package/clients/quotesService/models/TenantEnrolmentDto.ts +15 -0
  863. package/clients/quotesService/models/TwoFactorRequest.ts +12 -0
  864. package/clients/quotesService/models/TwoFactorResponse.ts +12 -0
  865. package/clients/quotesService/models/UserDto.ts +72 -0
  866. package/clients/quotesService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  867. package/clients/quotesService/services/QuotesService.ts +391 -0
  868. package/clients/salesService/core/ApiError.ts +25 -0
  869. package/clients/salesService/core/ApiRequestOptions.ts +17 -0
  870. package/clients/salesService/core/ApiResult.ts +11 -0
  871. package/clients/salesService/core/CancelablePromise.ts +131 -0
  872. package/clients/salesService/core/OpenAPI.ts +32 -0
  873. package/clients/salesService/core/request.ts +322 -0
  874. package/clients/salesService/index.ts +24 -0
  875. package/clients/salesService/models/AccessTokenResponse.ts +11 -0
  876. package/clients/salesService/models/ForgotPasswordRequest.ts +8 -0
  877. package/clients/salesService/models/HttpValidationProblemDetails.ts +5 -0
  878. package/clients/salesService/models/InfoRequest.ts +10 -0
  879. package/clients/salesService/models/InfoResponse.ts +9 -0
  880. package/clients/salesService/models/LoginRequest.ts +11 -0
  881. package/clients/salesService/models/RefreshRequest.ts +8 -0
  882. package/clients/salesService/models/RegisterRequest.ts +9 -0
  883. package/clients/salesService/models/ResendConfirmationEmailRequest.ts +8 -0
  884. package/clients/salesService/models/ResetPasswordRequest.ts +10 -0
  885. package/clients/salesService/models/TwoFactorRequest.ts +12 -0
  886. package/clients/salesService/models/TwoFactorResponse.ts +12 -0
  887. package/clients/salesService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  888. package/clients/salesService/services/MarginsService.ts +30 -0
  889. package/clients/securityService/index.ts +13 -0
  890. package/clients/securityService/models/AccessTokenResponse.ts +11 -0
  891. package/clients/securityService/models/ForgotPasswordRequest.ts +8 -0
  892. package/clients/securityService/models/HttpValidationProblemDetails.ts +5 -0
  893. package/clients/securityService/models/InfoRequest.ts +10 -0
  894. package/clients/securityService/models/InfoResponse.ts +9 -0
  895. package/clients/securityService/models/LoginRequest.ts +11 -0
  896. package/clients/securityService/models/RefreshRequest.ts +8 -0
  897. package/clients/securityService/models/RegisterRequest.ts +9 -0
  898. package/clients/securityService/models/ResendConfirmationEmailRequest.ts +8 -0
  899. package/clients/securityService/models/ResetPasswordRequest.ts +10 -0
  900. package/clients/securityService/models/TwoFactorRequest.ts +12 -0
  901. package/clients/securityService/models/TwoFactorResponse.ts +12 -0
  902. package/clients/securityService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  903. package/clients/socialService/core/ApiError.ts +25 -0
  904. package/clients/socialService/core/ApiRequestOptions.ts +17 -0
  905. package/clients/socialService/core/ApiResult.ts +11 -0
  906. package/clients/socialService/core/CancelablePromise.ts +131 -0
  907. package/clients/socialService/core/OpenAPI.ts +32 -0
  908. package/clients/socialService/core/request.ts +322 -0
  909. package/clients/socialService/index.ts +72 -0
  910. package/clients/socialService/models/AccessTokenResponse.ts +11 -0
  911. package/clients/socialService/models/BooleanEnvelope.ts +13 -0
  912. package/clients/socialService/models/ConversationCreateDto.ts +11 -0
  913. package/clients/socialService/models/ConversationDto.ts +16 -0
  914. package/clients/socialService/models/ConversationDtoListEnvelope.ts +14 -0
  915. package/clients/socialService/models/EmptyEnvelope.ts +12 -0
  916. package/clients/socialService/models/ErrorEnvelope.ts +12 -0
  917. package/clients/{identityService/models/Actor.ts → socialService/models/FollowRecordDto.ts} +4 -4
  918. package/clients/socialService/models/FollowRecordDtoListEnvelope.ts +14 -0
  919. package/clients/socialService/models/ForgotPasswordRequest.ts +8 -0
  920. package/clients/socialService/models/HttpValidationProblemDetails.ts +5 -0
  921. package/clients/socialService/models/InfoRequest.ts +10 -0
  922. package/clients/socialService/models/InfoResponse.ts +9 -0
  923. package/clients/socialService/models/Int32Envelope.ts +13 -0
  924. package/clients/socialService/models/LoginRequest.ts +11 -0
  925. package/clients/socialService/models/NotificationDto.ts +16 -0
  926. package/clients/socialService/models/NotificationDtoListEnvelope.ts +14 -0
  927. package/clients/socialService/models/PrivateMessageCreateDto.ts +14 -0
  928. package/clients/socialService/models/PrivateMessageDto.ts +18 -0
  929. package/clients/socialService/models/PrivateMessageDtoListEnvelope.ts +14 -0
  930. package/clients/socialService/models/PrivateMessageUpdateDto.ts +9 -0
  931. package/clients/socialService/models/RefreshRequest.ts +8 -0
  932. package/clients/socialService/models/RegisterRequest.ts +9 -0
  933. package/clients/socialService/models/ResendConfirmationEmailRequest.ts +8 -0
  934. package/clients/socialService/models/ResetPasswordRequest.ts +10 -0
  935. package/clients/socialService/models/SocialFeedDto.ts +11 -0
  936. package/clients/socialService/models/SocialFeedDtoEnvelope.ts +14 -0
  937. package/clients/socialService/models/SocialFeedDtoListEnvelope.ts +14 -0
  938. package/clients/socialService/models/SocialFeedPostCreateDto.ts +13 -0
  939. package/clients/socialService/models/SocialFeedPostDto.ts +17 -0
  940. package/clients/socialService/models/SocialFeedPostDtoEnvelope.ts +14 -0
  941. package/clients/socialService/models/SocialFeedPostDtoListEnvelope.ts +14 -0
  942. package/clients/socialService/models/SocialFeedPostUpdateDto.ts +9 -0
  943. package/clients/socialService/models/SocialPostAttachmentCreateDto.ts +21 -0
  944. package/clients/socialService/models/SocialPostAttachmentDto.ts +30 -0
  945. package/clients/socialService/models/SocialPostAttachmentDtoEnvelope.ts +14 -0
  946. package/clients/socialService/models/SocialPostAttachmentDtoListEnvelope.ts +14 -0
  947. package/clients/socialService/models/SocialPostAttachmentUpdateDto.ts +19 -0
  948. package/clients/socialService/models/SocialPostCommentCreateDto.ts +14 -0
  949. package/clients/socialService/models/SocialPostCommentDto.ts +16 -0
  950. package/clients/socialService/models/SocialPostCommentDtoEnvelope.ts +14 -0
  951. package/clients/socialService/models/SocialPostCommentDtoListEnvelope.ts +14 -0
  952. package/clients/socialService/models/SocialPostCommentUpdateDto.ts +9 -0
  953. package/clients/socialService/models/SocialPostCreateDto.ts +13 -0
  954. package/clients/socialService/models/SocialPostDto.ts +16 -0
  955. package/clients/socialService/models/SocialPostDtoEnvelope.ts +14 -0
  956. package/clients/socialService/models/SocialPostDtoListEnvelope.ts +14 -0
  957. package/clients/socialService/models/SocialPostUpdateDto.ts +9 -0
  958. package/clients/socialService/models/SocialProfileDto.ts +40 -0
  959. package/clients/socialService/models/SocialProfileDtoEnvelope.ts +14 -0
  960. package/clients/socialService/models/SocialProfileDtoListEnvelope.ts +14 -0
  961. package/clients/socialService/models/SocialReactionCreateDto.ts +24 -0
  962. package/clients/socialService/models/SocialReactionDto.ts +26 -0
  963. package/clients/socialService/models/SocialReactionDtoEnvelope.ts +14 -0
  964. package/clients/socialService/models/SocialReactionDtoListEnvelope.ts +14 -0
  965. package/clients/socialService/models/SocialReactionUpdateDto.ts +23 -0
  966. package/clients/socialService/models/TwoFactorRequest.ts +12 -0
  967. package/clients/socialService/models/TwoFactorResponse.ts +12 -0
  968. package/clients/socialService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  969. package/clients/socialService/services/SocialFeedsService.ts +293 -0
  970. package/clients/socialService/services/SocialPostsService.ts +771 -0
  971. package/clients/socialService/services/SocialProfilesService.ts +653 -0
  972. package/clients/supportService/index.ts +14 -0
  973. package/clients/supportService/models/AccessTokenResponse.ts +11 -0
  974. package/clients/supportService/models/ForgotPasswordRequest.ts +8 -0
  975. package/clients/supportService/models/HttpValidationProblemDetails.ts +5 -0
  976. package/clients/supportService/models/InfoRequest.ts +10 -0
  977. package/clients/supportService/models/InfoResponse.ts +9 -0
  978. package/clients/supportService/models/Int32Envelope.ts +13 -0
  979. package/clients/supportService/models/LoginRequest.ts +11 -0
  980. package/clients/supportService/models/PrivateMessageDto.ts +6 -3
  981. package/clients/supportService/models/RefreshRequest.ts +8 -0
  982. package/clients/supportService/models/RegisterRequest.ts +9 -0
  983. package/clients/supportService/models/ResendConfirmationEmailRequest.ts +8 -0
  984. package/clients/supportService/models/ResetPasswordRequest.ts +10 -0
  985. package/clients/supportService/models/SupportEntitlementCreateDto.ts +1 -1
  986. package/clients/supportService/models/SupportEntitlementDto.ts +1 -1
  987. package/clients/supportService/models/SupportEntitlementUpdateDto.ts +1 -1
  988. package/clients/supportService/models/SupportRequestAttachmentCreateDto.ts +8 -7
  989. package/clients/supportService/models/SupportRequestAttachmentDto.ts +14 -12
  990. package/clients/supportService/models/SupportRequestAttachmentUpdateDto.ts +8 -6
  991. package/clients/supportService/models/TwoFactorRequest.ts +12 -0
  992. package/clients/supportService/models/TwoFactorResponse.ts +12 -0
  993. package/clients/supportService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  994. package/clients/supportService/services/SupportEntitlementsService.ts +26 -6
  995. package/clients/supportService/services/SupportRequestAttachmentsService.ts +26 -6
  996. package/clients/supportService/services/SupportRequestsService.ts +62 -18
  997. package/clients/supportService/services/SupportTicketPrioritiesService.ts +26 -6
  998. package/clients/supportService/services/SupportTicketTypesService.ts +26 -6
  999. package/clients/supportService/services/SupportTicketsService.ts +26 -14
  1000. package/clients/systemService/index.ts +36 -0
  1001. package/clients/systemService/models/AccessTokenResponse.ts +11 -0
  1002. package/clients/systemService/models/AccountHolderCreateDto.ts +41 -0
  1003. package/clients/systemService/models/AccountHolderUpdateDto.ts +5 -0
  1004. package/clients/systemService/models/CartDto.ts +18 -0
  1005. package/clients/systemService/models/EmptyEnvelope.ts +12 -0
  1006. package/clients/systemService/models/ExtendedTenantDto.ts +51 -0
  1007. package/clients/systemService/models/ExtendedTenantDtoListEnvelope.ts +14 -0
  1008. package/clients/systemService/models/ExtendedUserDto.ts +80 -0
  1009. package/clients/systemService/models/ExtendedUserDtoEnvelope.ts +14 -0
  1010. package/clients/systemService/models/ExtendedUserDtoListEnvelope.ts +14 -0
  1011. package/clients/systemService/models/ForgotPasswordRequest.ts +8 -0
  1012. package/clients/systemService/models/HttpValidationProblemDetails.ts +5 -0
  1013. package/clients/systemService/models/InfoRequest.ts +10 -0
  1014. package/clients/systemService/models/InfoResponse.ts +9 -0
  1015. package/clients/systemService/models/Int32Envelope.ts +13 -0
  1016. package/clients/systemService/models/LoginRequest.ts +11 -0
  1017. package/clients/systemService/models/RefreshRequest.ts +8 -0
  1018. package/clients/systemService/models/RegisterRequest.ts +9 -0
  1019. package/clients/systemService/models/ResendConfirmationEmailRequest.ts +8 -0
  1020. package/clients/systemService/models/ResetPasswordRequest.ts +10 -0
  1021. package/clients/systemService/models/SocialProfileDto.ts +40 -0
  1022. package/clients/systemService/models/TenantCreateDto.ts +25 -0
  1023. package/clients/systemService/models/TenantDto.ts +45 -0
  1024. package/clients/systemService/models/TenantDtoEnvelope.ts +14 -0
  1025. package/clients/systemService/models/TenantDtoListEnvelope.ts +14 -0
  1026. package/clients/systemService/models/TenantUpdateDto.ts +31 -0
  1027. package/clients/systemService/models/TwoFactorRequest.ts +12 -0
  1028. package/clients/systemService/models/TwoFactorResponse.ts +12 -0
  1029. package/clients/systemService/models/UserDto.ts +72 -0
  1030. package/clients/systemService/models/UserDtoEnvelope.ts +14 -0
  1031. package/clients/systemService/models/UserDtoListEnvelope.ts +14 -0
  1032. package/clients/systemService/models/UserSettingsDto.ts +21 -0
  1033. package/clients/systemService/models/WalletDto.ts +22 -0
  1034. package/clients/systemService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  1035. package/clients/systemService/services/TenantsService.ts +198 -0
  1036. package/clients/systemService/services/UsersService.ts +225 -0
  1037. package/clients/tenantService/index.ts +16 -2
  1038. package/clients/tenantService/models/AccessTokenResponse.ts +11 -0
  1039. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +2 -2
  1040. package/clients/tenantService/models/ForgotPasswordRequest.ts +8 -0
  1041. package/clients/tenantService/models/HttpValidationProblemDetails.ts +5 -0
  1042. package/clients/tenantService/models/InfoRequest.ts +10 -0
  1043. package/clients/tenantService/models/InfoResponse.ts +9 -0
  1044. package/clients/tenantService/models/Int32Envelope.ts +13 -0
  1045. package/clients/tenantService/models/LoginRequest.ts +11 -0
  1046. package/clients/tenantService/models/RefreshRequest.ts +8 -0
  1047. package/clients/tenantService/models/RegisterRequest.ts +9 -0
  1048. package/clients/tenantService/models/ResendConfirmationEmailRequest.ts +8 -0
  1049. package/clients/tenantService/models/ResetPasswordRequest.ts +10 -0
  1050. package/clients/tenantService/models/SocialProfileDto.ts +4 -3
  1051. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +3 -3
  1052. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +4 -4
  1053. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +3 -3
  1054. package/clients/tenantService/models/TenantTeamRecordDto.ts +3 -3
  1055. package/clients/tenantService/models/TwoFactorRequest.ts +12 -0
  1056. package/clients/tenantService/models/TwoFactorResponse.ts +12 -0
  1057. package/clients/tenantService/models/UserDto.ts +72 -0
  1058. package/clients/tenantService/models/UserDtoListEnvelope.ts +14 -0
  1059. package/clients/tenantService/services/DepartmentsService.ts +0 -6
  1060. package/clients/tenantService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  1061. package/clients/tenantService/services/TenantsService.ts +29 -3
  1062. package/clients/timeTrackerService/core/ApiError.ts +25 -0
  1063. package/clients/timeTrackerService/core/ApiRequestOptions.ts +17 -0
  1064. package/clients/timeTrackerService/core/ApiResult.ts +11 -0
  1065. package/clients/timeTrackerService/core/CancelablePromise.ts +131 -0
  1066. package/clients/timeTrackerService/core/OpenAPI.ts +32 -0
  1067. package/clients/timeTrackerService/core/request.ts +322 -0
  1068. package/clients/timeTrackerService/index.ts +34 -0
  1069. package/clients/timeTrackerService/models/AccessTokenResponse.ts +11 -0
  1070. package/clients/timeTrackerService/models/ErrorEnvelope.ts +12 -0
  1071. package/clients/timeTrackerService/models/ForgotPasswordRequest.ts +8 -0
  1072. package/clients/timeTrackerService/models/HttpValidationProblemDetails.ts +5 -0
  1073. package/clients/timeTrackerService/models/InfoRequest.ts +10 -0
  1074. package/clients/timeTrackerService/models/InfoResponse.ts +9 -0
  1075. package/clients/timeTrackerService/models/LoginRequest.ts +11 -0
  1076. package/clients/timeTrackerService/models/ProjectHoursApprovalApproverUpdateDto.ts +8 -0
  1077. package/clients/timeTrackerService/models/ProjectHoursApprovalCreateDto.ts +13 -0
  1078. package/clients/timeTrackerService/models/ProjectHoursApprovalStatusUpdateDto.ts +16 -0
  1079. package/clients/timeTrackerService/models/ProjectTimeLogCreateDto.ts +23 -0
  1080. package/clients/timeTrackerService/models/ProjectTimeLogDto.ts +28 -0
  1081. package/clients/timeTrackerService/models/ProjectTimeLogDtoEnvelope.ts +14 -0
  1082. package/clients/timeTrackerService/models/ProjectTimeLogDtoListEnvelope.ts +14 -0
  1083. package/clients/timeTrackerService/models/ProjectTimeLogUpdateDto.ts +20 -0
  1084. package/clients/timeTrackerService/models/RefreshRequest.ts +8 -0
  1085. package/clients/timeTrackerService/models/RegisterRequest.ts +9 -0
  1086. package/clients/timeTrackerService/models/ResendConfirmationEmailRequest.ts +8 -0
  1087. package/clients/timeTrackerService/models/ResetPasswordRequest.ts +10 -0
  1088. package/clients/timeTrackerService/models/TwoFactorRequest.ts +12 -0
  1089. package/clients/timeTrackerService/models/TwoFactorResponse.ts +12 -0
  1090. package/clients/timeTrackerService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  1091. package/clients/timeTrackerService/services/ProjectTimeLogsService.ts +250 -0
  1092. package/clients/timeTrackerService/services/TimeLogApprovalsService.ts +109 -0
  1093. package/clients/walletsService/index.ts +24 -0
  1094. package/clients/walletsService/models/AccessTokenResponse.ts +11 -0
  1095. package/clients/walletsService/models/ContactDto.ts +71 -0
  1096. package/clients/walletsService/models/EmptyEnvelope.ts +12 -0
  1097. package/clients/walletsService/models/ExtendedOrderDto.ts +123 -0
  1098. package/clients/walletsService/models/ExtendedOrderDtoListEnvelope.ts +14 -0
  1099. package/clients/walletsService/models/ForgotPasswordRequest.ts +8 -0
  1100. package/clients/walletsService/models/HttpValidationProblemDetails.ts +5 -0
  1101. package/clients/walletsService/models/InfoRequest.ts +10 -0
  1102. package/clients/walletsService/models/InfoResponse.ts +9 -0
  1103. package/clients/walletsService/models/Int32Envelope.ts +13 -0
  1104. package/clients/walletsService/models/LocationCreateDto.ts +31 -0
  1105. package/clients/walletsService/models/LocationDtoEnvelope.ts +14 -0
  1106. package/clients/walletsService/models/LocationUpdateDto.ts +29 -0
  1107. package/clients/walletsService/models/LoginRequest.ts +11 -0
  1108. package/clients/walletsService/models/PaymentDto.ts +1 -1
  1109. package/clients/walletsService/models/RefreshRequest.ts +8 -0
  1110. package/clients/walletsService/models/RegisterRequest.ts +9 -0
  1111. package/clients/walletsService/models/ResendConfirmationEmailRequest.ts +8 -0
  1112. package/clients/walletsService/models/ResetPasswordRequest.ts +10 -0
  1113. package/clients/walletsService/models/TenantDto.ts +45 -0
  1114. package/clients/walletsService/models/TenantEnrolmentDto.ts +15 -0
  1115. package/clients/walletsService/models/TwoFactorRequest.ts +12 -0
  1116. package/clients/walletsService/models/TwoFactorResponse.ts +12 -0
  1117. package/clients/walletsService/models/UserDto.ts +72 -0
  1118. package/clients/walletsService/services/FenixAllianceAbsModulesWebService.ts +293 -0
  1119. package/clients/walletsService/services/WalletsService.ts +348 -0
  1120. package/package.json +2 -2
  1121. package/schemas/accountingService/schema.s.ts +11186 -1545
  1122. package/schemas/cartService/schema.s.ts +379 -0
  1123. package/schemas/catalogService/schema.s.ts +474 -43
  1124. package/schemas/contentService/schema.s.ts +5366 -0
  1125. package/schemas/crmService/schema.s.ts +655 -3
  1126. package/schemas/dealsService/schema.s.ts +2708 -0
  1127. package/schemas/forexService/schema.s.ts +385 -4
  1128. package/schemas/globeService/schema.s.ts +1193 -0
  1129. package/schemas/holderService/schema.s.ts +759 -238
  1130. package/schemas/hrmsService/schema.s.ts +1520 -0
  1131. package/schemas/identityService/schema.s.ts +412 -175
  1132. package/schemas/inventoryService/schema.s.ts +384 -2
  1133. package/schemas/invoicingService/schema.s.ts +386 -6
  1134. package/schemas/learningService/schema.s.ts +448 -15
  1135. package/schemas/marketingService/schema.s.ts +387 -5
  1136. package/schemas/ordersService/schema.s.ts +731 -3
  1137. package/schemas/paymentsService/schema.s.ts +910 -0
  1138. package/schemas/pricingService/schema.s.ts +1131 -10
  1139. package/schemas/projectsService/schema.s.ts +1736 -0
  1140. package/schemas/quotesService/schema.s.ts +1796 -0
  1141. package/schemas/salesService/schema.s.ts +428 -0
  1142. package/schemas/securityService/schema.s.ts +382 -1
  1143. package/schemas/socialService/schema.s.ts +3146 -0
  1144. package/schemas/supportService/schema.s.ts +692 -52
  1145. package/schemas/systemService/schema.s.ts +1531 -41
  1146. package/schemas/tenantService/schema.s.ts +522 -93
  1147. package/schemas/timeTrackerService/schema.s.ts +934 -0
  1148. package/schemas/walletsService/schema.s.ts +1430 -136
  1149. package/tsconfig.json +16 -107
  1150. package/wwwroot/build/bundle.js +1 -1
  1151. package/clients/identityService/models/ApiResponse.ts +0 -21
  1152. package/clients/identityService/models/ClientApplication.ts +0 -16
  1153. package/clients/identityService/models/ResponsePagination.ts +0 -13
  1154. package/clients/identityService/models/ResponseStatus.ts +0 -12
  1155. /package/clients/{identityService → dealsService}/models/TenantDto.ts +0 -0
@@ -41,6 +41,303 @@ export interface paths {
41
41
  };
42
42
  };
43
43
  };
44
+ "/version": {
45
+ get: {
46
+ responses: {
47
+ /** @description OK */
48
+ 200: {
49
+ content: never;
50
+ };
51
+ };
52
+ };
53
+ };
54
+ "/health": {
55
+ get: {
56
+ responses: {
57
+ /** @description OK */
58
+ 200: {
59
+ content: never;
60
+ };
61
+ };
62
+ };
63
+ };
64
+ "/hello": {
65
+ get: {
66
+ responses: {
67
+ /** @description OK */
68
+ 200: {
69
+ content: never;
70
+ };
71
+ };
72
+ };
73
+ };
74
+ "/register": {
75
+ post: {
76
+ requestBody?: {
77
+ content: {
78
+ "application/json": components["schemas"]["RegisterRequest"];
79
+ };
80
+ };
81
+ responses: {
82
+ /** @description OK */
83
+ 200: {
84
+ content: never;
85
+ };
86
+ /** @description Bad Request */
87
+ 400: {
88
+ content: {
89
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
90
+ };
91
+ };
92
+ };
93
+ };
94
+ };
95
+ "/login": {
96
+ post: {
97
+ parameters: {
98
+ query?: {
99
+ useCookies?: boolean;
100
+ useSessionCookies?: boolean;
101
+ };
102
+ };
103
+ requestBody?: {
104
+ content: {
105
+ "application/json": components["schemas"]["LoginRequest"];
106
+ };
107
+ };
108
+ responses: {
109
+ /** @description OK */
110
+ 200: {
111
+ content: {
112
+ "application/json": components["schemas"]["AccessTokenResponse"];
113
+ };
114
+ };
115
+ };
116
+ };
117
+ };
118
+ "/refresh": {
119
+ post: {
120
+ requestBody?: {
121
+ content: {
122
+ "application/json": components["schemas"]["RefreshRequest"];
123
+ };
124
+ };
125
+ responses: {
126
+ /** @description OK */
127
+ 200: {
128
+ content: {
129
+ "application/json": components["schemas"]["AccessTokenResponse"];
130
+ };
131
+ };
132
+ };
133
+ };
134
+ };
135
+ "/confirmEmail": {
136
+ get: operations["MapIdentityApi-/confirmEmail"];
137
+ };
138
+ "/resendConfirmationEmail": {
139
+ post: {
140
+ requestBody?: {
141
+ content: {
142
+ "application/json": components["schemas"]["ResendConfirmationEmailRequest"];
143
+ };
144
+ };
145
+ responses: {
146
+ /** @description OK */
147
+ 200: {
148
+ content: never;
149
+ };
150
+ };
151
+ };
152
+ };
153
+ "/forgotPassword": {
154
+ post: {
155
+ requestBody?: {
156
+ content: {
157
+ "application/json": components["schemas"]["ForgotPasswordRequest"];
158
+ };
159
+ };
160
+ responses: {
161
+ /** @description OK */
162
+ 200: {
163
+ content: never;
164
+ };
165
+ /** @description Bad Request */
166
+ 400: {
167
+ content: {
168
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
169
+ };
170
+ };
171
+ };
172
+ };
173
+ };
174
+ "/resetPassword": {
175
+ post: {
176
+ requestBody?: {
177
+ content: {
178
+ "application/json": components["schemas"]["ResetPasswordRequest"];
179
+ };
180
+ };
181
+ responses: {
182
+ /** @description OK */
183
+ 200: {
184
+ content: never;
185
+ };
186
+ /** @description Bad Request */
187
+ 400: {
188
+ content: {
189
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
190
+ };
191
+ };
192
+ };
193
+ };
194
+ };
195
+ "/manage/2fa": {
196
+ post: {
197
+ requestBody?: {
198
+ content: {
199
+ "application/json": components["schemas"]["TwoFactorRequest"];
200
+ };
201
+ };
202
+ responses: {
203
+ /** @description OK */
204
+ 200: {
205
+ content: {
206
+ "application/json": components["schemas"]["TwoFactorResponse"];
207
+ };
208
+ };
209
+ /** @description Bad Request */
210
+ 400: {
211
+ content: {
212
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
213
+ };
214
+ };
215
+ /** @description Not Found */
216
+ 404: {
217
+ content: never;
218
+ };
219
+ };
220
+ };
221
+ };
222
+ "/manage/info": {
223
+ get: {
224
+ responses: {
225
+ /** @description OK */
226
+ 200: {
227
+ content: {
228
+ "application/json": components["schemas"]["InfoResponse"];
229
+ };
230
+ };
231
+ /** @description Bad Request */
232
+ 400: {
233
+ content: {
234
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
235
+ };
236
+ };
237
+ /** @description Not Found */
238
+ 404: {
239
+ content: never;
240
+ };
241
+ };
242
+ };
243
+ post: {
244
+ requestBody?: {
245
+ content: {
246
+ "application/json": components["schemas"]["InfoRequest"];
247
+ };
248
+ };
249
+ responses: {
250
+ /** @description OK */
251
+ 200: {
252
+ content: {
253
+ "application/json": components["schemas"]["InfoResponse"];
254
+ };
255
+ };
256
+ /** @description Bad Request */
257
+ 400: {
258
+ content: {
259
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
260
+ };
261
+ };
262
+ /** @description Not Found */
263
+ 404: {
264
+ content: never;
265
+ };
266
+ };
267
+ };
268
+ };
269
+ "/Account/PerformExternalLogin": {
270
+ post: {
271
+ requestBody?: {
272
+ content: {
273
+ "multipart/form-data": {
274
+ provider: string;
275
+ returnUrl: string;
276
+ };
277
+ "application/x-www-form-urlencoded": {
278
+ provider: string;
279
+ returnUrl: string;
280
+ };
281
+ };
282
+ };
283
+ responses: {
284
+ /** @description OK */
285
+ 200: {
286
+ content: never;
287
+ };
288
+ };
289
+ };
290
+ };
291
+ "/Account/Logout": {
292
+ post: {
293
+ requestBody?: {
294
+ content: {
295
+ "multipart/form-data": {
296
+ returnUrl: string;
297
+ };
298
+ "application/x-www-form-urlencoded": {
299
+ returnUrl: string;
300
+ };
301
+ };
302
+ };
303
+ responses: {
304
+ /** @description OK */
305
+ 200: {
306
+ content: never;
307
+ };
308
+ };
309
+ };
310
+ };
311
+ "/Account/Manage/LinkExternalLogin": {
312
+ post: {
313
+ requestBody?: {
314
+ content: {
315
+ "multipart/form-data": {
316
+ provider: string;
317
+ };
318
+ "application/x-www-form-urlencoded": {
319
+ provider: string;
320
+ };
321
+ };
322
+ };
323
+ responses: {
324
+ /** @description OK */
325
+ 200: {
326
+ content: never;
327
+ };
328
+ };
329
+ };
330
+ };
331
+ "/Account/Manage/DownloadPersonalData": {
332
+ post: {
333
+ responses: {
334
+ /** @description OK */
335
+ 200: {
336
+ content: never;
337
+ };
338
+ };
339
+ };
340
+ };
44
341
  "/api/v2/SystemService/Licensing/Licenses": {
45
342
  get: {
46
343
  parameters: {
@@ -1147,46 +1444,864 @@ export interface paths {
1147
1444
  };
1148
1445
  };
1149
1446
  };
1150
- }
1151
-
1152
- export type webhooks = Record<string, never>;
1153
-
1154
- export interface components {
1155
- schemas: {
1156
- BooleanEnvelope: {
1157
- isSuccess?: boolean;
1158
- errorMessage?: string | null;
1159
- correlationId?: string | null;
1160
- /** Format: date-time */
1161
- timestamp?: string;
1162
- activityId?: string | null;
1163
- result?: boolean;
1164
- };
1165
- ErrorEnvelope: {
1166
- isSuccess?: boolean;
1167
- errorMessage?: string | null;
1168
- correlationId?: string | null;
1169
- /** Format: date-time */
1170
- timestamp?: string;
1171
- activityId?: string | null;
1172
- };
1173
- GeneralValidationFailure: {
1174
- message?: string | null;
1175
- howToResolve?: string | null;
1176
- };
1177
- GeneralValidationFailureListEnvelope: {
1178
- isSuccess?: boolean;
1179
- errorMessage?: string | null;
1180
- correlationId?: string | null;
1181
- /** Format: date-time */
1182
- timestamp?: string;
1183
- activityId?: string | null;
1184
- result?: components["schemas"]["GeneralValidationFailure"][] | null;
1185
- };
1186
- ISwaggerContact: {
1187
- name?: string | null;
1188
- email?: string | null;
1189
- url?: string | null;
1447
+ "/api/v2/SystemService/Tenants": {
1448
+ get: {
1449
+ parameters: {
1450
+ query?: {
1451
+ "api-version"?: string;
1452
+ };
1453
+ header?: {
1454
+ "x-api-version"?: string;
1455
+ };
1456
+ };
1457
+ responses: {
1458
+ /** @description OK */
1459
+ 200: {
1460
+ content: {
1461
+ "application/json": components["schemas"]["TenantDtoListEnvelope"];
1462
+ "application/xml": components["schemas"]["TenantDtoListEnvelope"];
1463
+ };
1464
+ };
1465
+ /** @description Unauthorized */
1466
+ 401: {
1467
+ content: {
1468
+ "application/json": components["schemas"]["ErrorEnvelope"];
1469
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1470
+ };
1471
+ };
1472
+ /** @description Forbidden */
1473
+ 403: {
1474
+ content: {
1475
+ "application/json": components["schemas"]["ErrorEnvelope"];
1476
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1477
+ };
1478
+ };
1479
+ };
1480
+ };
1481
+ post: {
1482
+ parameters: {
1483
+ query?: {
1484
+ "api-version"?: string;
1485
+ };
1486
+ header?: {
1487
+ "x-api-version"?: string;
1488
+ };
1489
+ };
1490
+ requestBody?: {
1491
+ content: {
1492
+ "application/json": components["schemas"]["TenantCreateDto"];
1493
+ "application/xml": components["schemas"]["TenantCreateDto"];
1494
+ };
1495
+ };
1496
+ responses: {
1497
+ /** @description Created */
1498
+ 201: {
1499
+ content: {
1500
+ "application/json": components["schemas"]["TenantDtoEnvelope"];
1501
+ "application/xml": components["schemas"]["TenantDtoEnvelope"];
1502
+ };
1503
+ };
1504
+ /** @description Unauthorized */
1505
+ 401: {
1506
+ content: {
1507
+ "application/json": components["schemas"]["ErrorEnvelope"];
1508
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1509
+ };
1510
+ };
1511
+ /** @description Forbidden */
1512
+ 403: {
1513
+ content: {
1514
+ "application/json": components["schemas"]["ErrorEnvelope"];
1515
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1516
+ };
1517
+ };
1518
+ };
1519
+ };
1520
+ };
1521
+ "/api/v2/SystemService/Tenants/Count": {
1522
+ get: {
1523
+ parameters: {
1524
+ query?: {
1525
+ "api-version"?: string;
1526
+ };
1527
+ header?: {
1528
+ "x-api-version"?: string;
1529
+ };
1530
+ };
1531
+ responses: {
1532
+ /** @description OK */
1533
+ 200: {
1534
+ content: {
1535
+ "application/json": components["schemas"]["Int32Envelope"];
1536
+ "application/xml": components["schemas"]["Int32Envelope"];
1537
+ };
1538
+ };
1539
+ /** @description Unauthorized */
1540
+ 401: {
1541
+ content: {
1542
+ "application/json": components["schemas"]["ErrorEnvelope"];
1543
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1544
+ };
1545
+ };
1546
+ /** @description Forbidden */
1547
+ 403: {
1548
+ content: {
1549
+ "application/json": components["schemas"]["ErrorEnvelope"];
1550
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1551
+ };
1552
+ };
1553
+ };
1554
+ };
1555
+ };
1556
+ "/api/v2/SystemService/Tenants/Extended": {
1557
+ get: {
1558
+ parameters: {
1559
+ query?: {
1560
+ "api-version"?: string;
1561
+ };
1562
+ header?: {
1563
+ "x-api-version"?: string;
1564
+ };
1565
+ };
1566
+ responses: {
1567
+ /** @description OK */
1568
+ 200: {
1569
+ content: {
1570
+ "application/json": components["schemas"]["ExtendedTenantDtoListEnvelope"];
1571
+ "application/xml": components["schemas"]["ExtendedTenantDtoListEnvelope"];
1572
+ };
1573
+ };
1574
+ /** @description Unauthorized */
1575
+ 401: {
1576
+ content: {
1577
+ "application/json": components["schemas"]["ErrorEnvelope"];
1578
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1579
+ };
1580
+ };
1581
+ /** @description Forbidden */
1582
+ 403: {
1583
+ content: {
1584
+ "application/json": components["schemas"]["ErrorEnvelope"];
1585
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1586
+ };
1587
+ };
1588
+ };
1589
+ };
1590
+ };
1591
+ "/api/v2/SystemService/Tenants/Extended/Count": {
1592
+ get: {
1593
+ parameters: {
1594
+ query?: {
1595
+ "api-version"?: string;
1596
+ };
1597
+ header?: {
1598
+ "x-api-version"?: string;
1599
+ };
1600
+ };
1601
+ responses: {
1602
+ /** @description OK */
1603
+ 200: {
1604
+ content: {
1605
+ "application/json": components["schemas"]["Int32Envelope"];
1606
+ "application/xml": components["schemas"]["Int32Envelope"];
1607
+ };
1608
+ };
1609
+ /** @description Unauthorized */
1610
+ 401: {
1611
+ content: {
1612
+ "application/json": components["schemas"]["ErrorEnvelope"];
1613
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1614
+ };
1615
+ };
1616
+ /** @description Forbidden */
1617
+ 403: {
1618
+ content: {
1619
+ "application/json": components["schemas"]["ErrorEnvelope"];
1620
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1621
+ };
1622
+ };
1623
+ };
1624
+ };
1625
+ };
1626
+ "/api/v2/SystemService/Tenants/{tenantId}": {
1627
+ get: {
1628
+ parameters: {
1629
+ query?: {
1630
+ "api-version"?: string;
1631
+ };
1632
+ header?: {
1633
+ "x-api-version"?: string;
1634
+ };
1635
+ path: {
1636
+ tenantId: string;
1637
+ };
1638
+ };
1639
+ responses: {
1640
+ /** @description OK */
1641
+ 200: {
1642
+ content: {
1643
+ "application/json": components["schemas"]["TenantDtoEnvelope"];
1644
+ "application/xml": components["schemas"]["TenantDtoEnvelope"];
1645
+ };
1646
+ };
1647
+ /** @description Unauthorized */
1648
+ 401: {
1649
+ content: {
1650
+ "application/json": components["schemas"]["ErrorEnvelope"];
1651
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1652
+ };
1653
+ };
1654
+ /** @description Forbidden */
1655
+ 403: {
1656
+ content: {
1657
+ "application/json": components["schemas"]["ErrorEnvelope"];
1658
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1659
+ };
1660
+ };
1661
+ };
1662
+ };
1663
+ put: {
1664
+ parameters: {
1665
+ query?: {
1666
+ "api-version"?: string;
1667
+ };
1668
+ header?: {
1669
+ "x-api-version"?: string;
1670
+ };
1671
+ path: {
1672
+ tenantId: string;
1673
+ };
1674
+ };
1675
+ requestBody?: {
1676
+ content: {
1677
+ "application/json": components["schemas"]["TenantUpdateDto"];
1678
+ "application/xml": components["schemas"]["TenantUpdateDto"];
1679
+ };
1680
+ };
1681
+ responses: {
1682
+ /** @description OK */
1683
+ 200: {
1684
+ content: {
1685
+ "application/json": components["schemas"]["TenantDtoEnvelope"];
1686
+ "application/xml": components["schemas"]["TenantDtoEnvelope"];
1687
+ };
1688
+ };
1689
+ /** @description Unauthorized */
1690
+ 401: {
1691
+ content: {
1692
+ "application/json": components["schemas"]["ErrorEnvelope"];
1693
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1694
+ };
1695
+ };
1696
+ /** @description Forbidden */
1697
+ 403: {
1698
+ content: {
1699
+ "application/json": components["schemas"]["ErrorEnvelope"];
1700
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1701
+ };
1702
+ };
1703
+ };
1704
+ };
1705
+ delete: {
1706
+ parameters: {
1707
+ query?: {
1708
+ "api-version"?: string;
1709
+ };
1710
+ header?: {
1711
+ "x-api-version"?: string;
1712
+ };
1713
+ path: {
1714
+ tenantId: string;
1715
+ };
1716
+ };
1717
+ responses: {
1718
+ /** @description No Content */
1719
+ 204: {
1720
+ content: {
1721
+ "application/json": components["schemas"]["EmptyEnvelope"];
1722
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1723
+ };
1724
+ };
1725
+ /** @description Unauthorized */
1726
+ 401: {
1727
+ content: {
1728
+ "application/json": components["schemas"]["ErrorEnvelope"];
1729
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1730
+ };
1731
+ };
1732
+ /** @description Forbidden */
1733
+ 403: {
1734
+ content: {
1735
+ "application/json": components["schemas"]["ErrorEnvelope"];
1736
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1737
+ };
1738
+ };
1739
+ };
1740
+ };
1741
+ };
1742
+ "/api/v2/SystemService/Users": {
1743
+ get: {
1744
+ parameters: {
1745
+ query?: {
1746
+ "api-version"?: string;
1747
+ };
1748
+ header?: {
1749
+ "x-api-version"?: string;
1750
+ };
1751
+ };
1752
+ responses: {
1753
+ /** @description OK */
1754
+ 200: {
1755
+ content: {
1756
+ "application/json": components["schemas"]["UserDtoListEnvelope"];
1757
+ "application/xml": components["schemas"]["UserDtoListEnvelope"];
1758
+ };
1759
+ };
1760
+ /** @description Unauthorized */
1761
+ 401: {
1762
+ content: {
1763
+ "application/json": components["schemas"]["ErrorEnvelope"];
1764
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1765
+ };
1766
+ };
1767
+ /** @description Forbidden */
1768
+ 403: {
1769
+ content: {
1770
+ "application/json": components["schemas"]["ErrorEnvelope"];
1771
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1772
+ };
1773
+ };
1774
+ };
1775
+ };
1776
+ post: {
1777
+ parameters: {
1778
+ query?: {
1779
+ "api-version"?: string;
1780
+ };
1781
+ header?: {
1782
+ "x-api-version"?: string;
1783
+ };
1784
+ };
1785
+ requestBody?: {
1786
+ content: {
1787
+ "application/json": components["schemas"]["AccountHolderCreateDto"];
1788
+ "application/xml": components["schemas"]["AccountHolderCreateDto"];
1789
+ };
1790
+ };
1791
+ responses: {
1792
+ /** @description Created */
1793
+ 201: {
1794
+ content: {
1795
+ "application/json": components["schemas"]["EmptyEnvelope"];
1796
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1797
+ };
1798
+ };
1799
+ /** @description Unauthorized */
1800
+ 401: {
1801
+ content: {
1802
+ "application/json": components["schemas"]["ErrorEnvelope"];
1803
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1804
+ };
1805
+ };
1806
+ /** @description Forbidden */
1807
+ 403: {
1808
+ content: {
1809
+ "application/json": components["schemas"]["ErrorEnvelope"];
1810
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1811
+ };
1812
+ };
1813
+ };
1814
+ };
1815
+ };
1816
+ "/api/v2/SystemService/Users/Count": {
1817
+ get: {
1818
+ parameters: {
1819
+ query?: {
1820
+ "api-version"?: string;
1821
+ };
1822
+ header?: {
1823
+ "x-api-version"?: string;
1824
+ };
1825
+ };
1826
+ responses: {
1827
+ /** @description OK */
1828
+ 200: {
1829
+ content: {
1830
+ "application/json": components["schemas"]["Int32Envelope"];
1831
+ "application/xml": components["schemas"]["Int32Envelope"];
1832
+ };
1833
+ };
1834
+ /** @description Unauthorized */
1835
+ 401: {
1836
+ content: {
1837
+ "application/json": components["schemas"]["ErrorEnvelope"];
1838
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1839
+ };
1840
+ };
1841
+ /** @description Forbidden */
1842
+ 403: {
1843
+ content: {
1844
+ "application/json": components["schemas"]["ErrorEnvelope"];
1845
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1846
+ };
1847
+ };
1848
+ };
1849
+ };
1850
+ };
1851
+ "/api/v2/SystemService/Users/Extended": {
1852
+ get: {
1853
+ parameters: {
1854
+ query?: {
1855
+ "api-version"?: string;
1856
+ };
1857
+ header?: {
1858
+ "x-api-version"?: string;
1859
+ };
1860
+ };
1861
+ responses: {
1862
+ /** @description OK */
1863
+ 200: {
1864
+ content: {
1865
+ "application/json": components["schemas"]["ExtendedUserDtoListEnvelope"];
1866
+ "application/xml": components["schemas"]["ExtendedUserDtoListEnvelope"];
1867
+ };
1868
+ };
1869
+ /** @description Unauthorized */
1870
+ 401: {
1871
+ content: {
1872
+ "application/json": components["schemas"]["ErrorEnvelope"];
1873
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1874
+ };
1875
+ };
1876
+ /** @description Forbidden */
1877
+ 403: {
1878
+ content: {
1879
+ "application/json": components["schemas"]["ErrorEnvelope"];
1880
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1881
+ };
1882
+ };
1883
+ };
1884
+ };
1885
+ };
1886
+ "/api/v2/SystemService/Users/Extended/Count": {
1887
+ get: {
1888
+ parameters: {
1889
+ query?: {
1890
+ "api-version"?: string;
1891
+ };
1892
+ header?: {
1893
+ "x-api-version"?: string;
1894
+ };
1895
+ };
1896
+ responses: {
1897
+ /** @description OK */
1898
+ 200: {
1899
+ content: {
1900
+ "application/json": components["schemas"]["Int32Envelope"];
1901
+ "application/xml": components["schemas"]["Int32Envelope"];
1902
+ };
1903
+ };
1904
+ /** @description Unauthorized */
1905
+ 401: {
1906
+ content: {
1907
+ "application/json": components["schemas"]["ErrorEnvelope"];
1908
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1909
+ };
1910
+ };
1911
+ /** @description Forbidden */
1912
+ 403: {
1913
+ content: {
1914
+ "application/json": components["schemas"]["ErrorEnvelope"];
1915
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1916
+ };
1917
+ };
1918
+ };
1919
+ };
1920
+ };
1921
+ "/api/v2/SystemService/Users/{userId}": {
1922
+ get: operations["GetUserAsync"];
1923
+ put: {
1924
+ parameters: {
1925
+ query?: {
1926
+ "api-version"?: string;
1927
+ };
1928
+ header?: {
1929
+ "x-api-version"?: string;
1930
+ };
1931
+ path: {
1932
+ userId: string;
1933
+ };
1934
+ };
1935
+ requestBody?: {
1936
+ content: {
1937
+ "application/json": components["schemas"]["AccountHolderUpdateDto"];
1938
+ "application/xml": components["schemas"]["AccountHolderUpdateDto"];
1939
+ };
1940
+ };
1941
+ responses: {
1942
+ /** @description OK */
1943
+ 200: {
1944
+ content: {
1945
+ "application/json": components["schemas"]["EmptyEnvelope"];
1946
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1947
+ };
1948
+ };
1949
+ /** @description Unauthorized */
1950
+ 401: {
1951
+ content: {
1952
+ "application/json": components["schemas"]["ErrorEnvelope"];
1953
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1954
+ };
1955
+ };
1956
+ /** @description Forbidden */
1957
+ 403: {
1958
+ content: {
1959
+ "application/json": components["schemas"]["ErrorEnvelope"];
1960
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1961
+ };
1962
+ };
1963
+ };
1964
+ };
1965
+ delete: {
1966
+ parameters: {
1967
+ query?: {
1968
+ "api-version"?: string;
1969
+ };
1970
+ header?: {
1971
+ "x-api-version"?: string;
1972
+ };
1973
+ path: {
1974
+ userId: string;
1975
+ };
1976
+ };
1977
+ responses: {
1978
+ /** @description OK */
1979
+ 200: {
1980
+ content: {
1981
+ "application/json": components["schemas"]["EmptyEnvelope"];
1982
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1983
+ };
1984
+ };
1985
+ /** @description Unauthorized */
1986
+ 401: {
1987
+ content: {
1988
+ "application/json": components["schemas"]["ErrorEnvelope"];
1989
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1990
+ };
1991
+ };
1992
+ /** @description Forbidden */
1993
+ 403: {
1994
+ content: {
1995
+ "application/json": components["schemas"]["ErrorEnvelope"];
1996
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1997
+ };
1998
+ };
1999
+ };
2000
+ };
2001
+ };
2002
+ "/api/v2/SystemService/Users/{userId}/Extended": {
2003
+ get: {
2004
+ parameters: {
2005
+ query?: {
2006
+ "api-version"?: string;
2007
+ };
2008
+ header?: {
2009
+ "x-api-version"?: string;
2010
+ };
2011
+ path: {
2012
+ userId: string;
2013
+ };
2014
+ };
2015
+ responses: {
2016
+ /** @description OK */
2017
+ 200: {
2018
+ content: {
2019
+ "application/json": components["schemas"]["ExtendedUserDtoEnvelope"];
2020
+ "application/xml": components["schemas"]["ExtendedUserDtoEnvelope"];
2021
+ };
2022
+ };
2023
+ /** @description Unauthorized */
2024
+ 401: {
2025
+ content: {
2026
+ "application/json": components["schemas"]["ErrorEnvelope"];
2027
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2028
+ };
2029
+ };
2030
+ /** @description Forbidden */
2031
+ 403: {
2032
+ content: {
2033
+ "application/json": components["schemas"]["ErrorEnvelope"];
2034
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2035
+ };
2036
+ };
2037
+ };
2038
+ };
2039
+ };
2040
+ }
2041
+
2042
+ export type webhooks = Record<string, never>;
2043
+
2044
+ export interface components {
2045
+ schemas: {
2046
+ AccessTokenResponse: {
2047
+ tokenType?: string | null;
2048
+ accessToken: string | null;
2049
+ /** Format: int64 */
2050
+ expiresIn: number;
2051
+ refreshToken: string | null;
2052
+ };
2053
+ AccountHolderCreateDto: {
2054
+ /** Format: uuid */
2055
+ id?: string;
2056
+ /** Format: date-time */
2057
+ timestamp?: string;
2058
+ qualifiedName?: string | null;
2059
+ /** Format: date-time */
2060
+ birthday?: string;
2061
+ firstName?: string | null;
2062
+ lastName?: string | null;
2063
+ publicName?: string | null;
2064
+ idProvider?: string | null;
2065
+ /**
2066
+ * Format: int32
2067
+ * @enum {integer}
2068
+ */
2069
+ gender?: 0 | 1 | 2;
2070
+ email?: string | null;
2071
+ about?: string | null;
2072
+ status?: string | null;
2073
+ jobTitle?: string | null;
2074
+ gitHubUrl?: string | null;
2075
+ websiteUrl?: string | null;
2076
+ twitterUrl?: string | null;
2077
+ facebookUrl?: string | null;
2078
+ youTubeUrl?: string | null;
2079
+ linkedInUrl?: string | null;
2080
+ instagramUrl?: string | null;
2081
+ timezoneId?: string | null;
2082
+ languageId?: string | null;
2083
+ currencyId?: string | null;
2084
+ countryId?: string | null;
2085
+ stateId?: string | null;
2086
+ cityId?: string | null;
2087
+ password?: string | null;
2088
+ };
2089
+ AccountHolderUpdateDto: Record<string, never>;
2090
+ BooleanEnvelope: {
2091
+ isSuccess?: boolean;
2092
+ errorMessage?: string | null;
2093
+ correlationId?: string | null;
2094
+ /** Format: date-time */
2095
+ timestamp?: string;
2096
+ activityId?: string | null;
2097
+ result?: boolean;
2098
+ };
2099
+ CartDto: {
2100
+ id?: string | null;
2101
+ ip?: string | null;
2102
+ type?: string | null;
2103
+ /** Format: double */
2104
+ total?: number;
2105
+ /** Format: double */
2106
+ taxes?: number;
2107
+ /** Format: double */
2108
+ freight?: number;
2109
+ /** Format: double */
2110
+ subTotal?: number;
2111
+ currencyId?: string | null;
2112
+ countryId?: string | null;
2113
+ /** Format: int32 */
2114
+ itemCartRecordsCount?: number | null;
2115
+ /** Format: int32 */
2116
+ itemToCompareRecordsCount?: number | null;
2117
+ };
2118
+ EmptyEnvelope: {
2119
+ isSuccess?: boolean;
2120
+ errorMessage?: string | null;
2121
+ correlationId?: string | null;
2122
+ /** Format: date-time */
2123
+ timestamp?: string;
2124
+ activityId?: string | null;
2125
+ };
2126
+ ErrorEnvelope: {
2127
+ isSuccess?: boolean;
2128
+ errorMessage?: string | null;
2129
+ correlationId?: string | null;
2130
+ /** Format: date-time */
2131
+ timestamp?: string;
2132
+ activityId?: string | null;
2133
+ };
2134
+ ExtendedTenantDto: {
2135
+ id?: string | null;
2136
+ /** Format: date-time */
2137
+ timestamp?: string | null;
2138
+ qualifiedName?: string | null;
2139
+ taxId?: string | null;
2140
+ about?: string | null;
2141
+ walletId?: string | null;
2142
+ socialFeedId?: string | null;
2143
+ businessIndustryId?: string | null;
2144
+ businessSegmentId?: string | null;
2145
+ socialProfileId?: string | null;
2146
+ languageId?: string | null;
2147
+ name?: string | null;
2148
+ duns?: string | null;
2149
+ slogan?: string | null;
2150
+ legalName?: string | null;
2151
+ coverUrl?: string | null;
2152
+ avatarUrl?: string | null;
2153
+ cartId?: string | null;
2154
+ currencyId?: string | null;
2155
+ timezoneId?: string | null;
2156
+ countryId?: string | null;
2157
+ stateId?: string | null;
2158
+ cityId?: string | null;
2159
+ email?: string | null;
2160
+ phone?: string | null;
2161
+ webUrl?: string | null;
2162
+ facebookUrl?: string | null;
2163
+ twitterUrl?: string | null;
2164
+ gitHubUrl?: string | null;
2165
+ linkedInUrl?: string | null;
2166
+ instagramUrl?: string | null;
2167
+ youTubeUrl?: string | null;
2168
+ whatsAppNumber?: string | null;
2169
+ supportPhoneNumber?: string | null;
2170
+ verified?: boolean;
2171
+ businessName?: string | null;
2172
+ businessLegalName?: string | null;
2173
+ twitterUsername?: string | null;
2174
+ cart?: components["schemas"]["CartDto"];
2175
+ wallet?: components["schemas"]["WalletDto"];
2176
+ socialProfile?: components["schemas"]["SocialProfileDto"];
2177
+ };
2178
+ ExtendedTenantDtoListEnvelope: {
2179
+ isSuccess?: boolean;
2180
+ errorMessage?: string | null;
2181
+ correlationId?: string | null;
2182
+ /** Format: date-time */
2183
+ timestamp?: string;
2184
+ activityId?: string | null;
2185
+ result?: components["schemas"]["ExtendedTenantDto"][] | null;
2186
+ };
2187
+ ExtendedUserDto: {
2188
+ id?: string | null;
2189
+ /** Format: date-time */
2190
+ timestamp?: string | null;
2191
+ fullName?: string | null;
2192
+ qualifiedName?: string | null;
2193
+ publicName?: string | null;
2194
+ lastName?: string | null;
2195
+ firstName?: string | null;
2196
+ coverUrl?: string | null;
2197
+ avatarUrl?: string | null;
2198
+ gitHubUrl?: string | null;
2199
+ countryId?: string | null;
2200
+ timezoneId?: string | null;
2201
+ websiteUrl?: string | null;
2202
+ twitterUrl?: string | null;
2203
+ youTubeUrl?: string | null;
2204
+ linkedInUrl?: string | null;
2205
+ facebookUrl?: string | null;
2206
+ instagramUrl?: string | null;
2207
+ socialProfileId?: string | null;
2208
+ /** Format: date-time */
2209
+ birthday?: string | null;
2210
+ idProvider?: string | null;
2211
+ languageId?: string | null;
2212
+ /**
2213
+ * Format: int32
2214
+ * @enum {integer|null}
2215
+ */
2216
+ gender?: 0 | 1 | 2 | null;
2217
+ cityId?: string | null;
2218
+ stateId?: string | null;
2219
+ email?: string | null;
2220
+ about?: string | null;
2221
+ jobTitle?: string | null;
2222
+ socialFeedId?: string | null;
2223
+ currentTenantId?: string | null;
2224
+ currentEnrollmentId?: string | null;
2225
+ status?: string | null;
2226
+ cartId?: string | null;
2227
+ walletId?: string | null;
2228
+ userName?: string | null;
2229
+ currencyId?: string | null;
2230
+ phoneNumber?: string | null;
2231
+ publicIdentifier?: string | null;
2232
+ identityProvider?: string | null;
2233
+ phoneNumberConfirmed?: boolean;
2234
+ emailConfirmed?: boolean;
2235
+ /**
2236
+ * Format: int32
2237
+ * @enum {integer|null}
2238
+ */
2239
+ availability?: 0 | 1 | 2 | 3 | 4 | null;
2240
+ lockoutEnabled?: boolean;
2241
+ /** Format: date-time */
2242
+ lockoutEnd?: string | null;
2243
+ /** Format: int32 */
2244
+ enrollmentsCount?: number | null;
2245
+ /**
2246
+ * Format: int32
2247
+ * @enum {integer|null}
2248
+ */
2249
+ siteTheme?: 0 | 1 | 2 | null;
2250
+ cart?: components["schemas"]["CartDto"];
2251
+ wallet?: components["schemas"]["WalletDto"];
2252
+ socialProfile?: components["schemas"]["SocialProfileDto"];
2253
+ settings?: components["schemas"]["UserSettingsDto"];
2254
+ };
2255
+ ExtendedUserDtoEnvelope: {
2256
+ isSuccess?: boolean;
2257
+ errorMessage?: string | null;
2258
+ correlationId?: string | null;
2259
+ /** Format: date-time */
2260
+ timestamp?: string;
2261
+ activityId?: string | null;
2262
+ result?: components["schemas"]["ExtendedUserDto"];
2263
+ };
2264
+ ExtendedUserDtoListEnvelope: {
2265
+ isSuccess?: boolean;
2266
+ errorMessage?: string | null;
2267
+ correlationId?: string | null;
2268
+ /** Format: date-time */
2269
+ timestamp?: string;
2270
+ activityId?: string | null;
2271
+ result?: components["schemas"]["ExtendedUserDto"][] | null;
2272
+ };
2273
+ ForgotPasswordRequest: {
2274
+ email: string | null;
2275
+ };
2276
+ GeneralValidationFailure: {
2277
+ message?: string | null;
2278
+ howToResolve?: string | null;
2279
+ };
2280
+ GeneralValidationFailureListEnvelope: {
2281
+ isSuccess?: boolean;
2282
+ errorMessage?: string | null;
2283
+ correlationId?: string | null;
2284
+ /** Format: date-time */
2285
+ timestamp?: string;
2286
+ activityId?: string | null;
2287
+ result?: components["schemas"]["GeneralValidationFailure"][] | null;
2288
+ };
2289
+ HttpValidationProblemDetails: {
2290
+ type?: string | null;
2291
+ title?: string | null;
2292
+ /** Format: int32 */
2293
+ status?: number | null;
2294
+ detail?: string | null;
2295
+ instance?: string | null;
2296
+ errors?: {
2297
+ [key: string]: string[];
2298
+ } | null;
2299
+ [key: string]: unknown;
2300
+ };
2301
+ ISwaggerContact: {
2302
+ name?: string | null;
2303
+ email?: string | null;
2304
+ url?: string | null;
1190
2305
  };
1191
2306
  ISwaggerEndpoint: {
1192
2307
  enable?: boolean;
@@ -1208,9 +2323,34 @@ export interface components {
1208
2323
  openApiContact?: components["schemas"]["ISwaggerContact"];
1209
2324
  license?: components["schemas"]["ISwaggerLicense"];
1210
2325
  };
2326
+ InfoRequest: {
2327
+ newEmail?: string | null;
2328
+ newPassword?: string | null;
2329
+ oldPassword?: string | null;
2330
+ };
2331
+ InfoResponse: {
2332
+ email: string | null;
2333
+ isEmailConfirmed: boolean;
2334
+ };
2335
+ Int32Envelope: {
2336
+ isSuccess?: boolean;
2337
+ errorMessage?: string | null;
2338
+ correlationId?: string | null;
2339
+ /** Format: date-time */
2340
+ timestamp?: string;
2341
+ activityId?: string | null;
2342
+ /** Format: int32 */
2343
+ result?: number;
2344
+ };
1211
2345
  LicenseValidationRequest: {
1212
2346
  licenseKey: string;
1213
2347
  };
2348
+ LoginRequest: {
2349
+ email: string | null;
2350
+ password: string | null;
2351
+ twoFactorCode?: string | null;
2352
+ twoFactorRecoveryCode?: string | null;
2353
+ };
1214
2354
  Module: {
1215
2355
  enable?: boolean;
1216
2356
  active?: boolean;
@@ -1255,6 +2395,60 @@ export interface components {
1255
2395
  activityId?: string | null;
1256
2396
  result?: components["schemas"]["Module"][] | null;
1257
2397
  };
2398
+ RefreshRequest: {
2399
+ refreshToken: string | null;
2400
+ };
2401
+ RegisterRequest: {
2402
+ email: string | null;
2403
+ password: string | null;
2404
+ };
2405
+ ResendConfirmationEmailRequest: {
2406
+ email: string | null;
2407
+ };
2408
+ ResetPasswordRequest: {
2409
+ email: string | null;
2410
+ resetCode: string | null;
2411
+ newPassword: string | null;
2412
+ };
2413
+ SocialProfileDto: {
2414
+ id?: string | null;
2415
+ /** Format: date-time */
2416
+ timestamp?: string | null;
2417
+ name?: string | null;
2418
+ about?: string | null;
2419
+ cover?: string | null;
2420
+ avatar?: string | null;
2421
+ countryId?: string | null;
2422
+ countryName?: string | null;
2423
+ identityId?: string | null;
2424
+ /** Format: int32 */
2425
+ followsCount?: number | null;
2426
+ /** Format: int32 */
2427
+ messagesCount?: number | null;
2428
+ /** Format: int32 */
2429
+ followersCount?: number | null;
2430
+ /** Format: int32 */
2431
+ notificationsCount?: number | null;
2432
+ /** Format: int32 */
2433
+ unreadNotificationsCount?: number | null;
2434
+ /** Format: int32 */
2435
+ unreadMessagesCount?: number | null;
2436
+ /**
2437
+ * Format: int32
2438
+ * @enum {integer|null}
2439
+ */
2440
+ type?: 0 | 1 | 2 | null;
2441
+ socialFeedId?: string | null;
2442
+ twitterUrl?: string | null;
2443
+ facebookURL?: string | null;
2444
+ linkedInURL?: string | null;
2445
+ youtubeURL?: string | null;
2446
+ githubURL?: string | null;
2447
+ pinterestURL?: string | null;
2448
+ dribbleURL?: string | null;
2449
+ domain?: string | null;
2450
+ notes?: string | null;
2451
+ };
1258
2452
  StringListEnvelope: {
1259
2453
  isSuccess?: boolean;
1260
2454
  errorMessage?: string | null;
@@ -1333,6 +2527,249 @@ export interface components {
1333
2527
  activityId?: string | null;
1334
2528
  result?: components["schemas"]["SuiteLicenseDto"][] | null;
1335
2529
  };
2530
+ TenantCreateDto: {
2531
+ /** Format: uuid */
2532
+ id?: string;
2533
+ /** Format: date-time */
2534
+ timestamp?: string;
2535
+ duns?: string | null;
2536
+ name?: string | null;
2537
+ legalName?: string | null;
2538
+ email?: string | null;
2539
+ phone?: string | null;
2540
+ webUrl?: string | null;
2541
+ about?: string | null;
2542
+ handler?: string | null;
2543
+ currencyId?: string | null;
2544
+ languageId?: string | null;
2545
+ timezoneId?: string | null;
2546
+ cityId?: string | null;
2547
+ stateId?: string | null;
2548
+ countryId?: string | null;
2549
+ taxId?: string | null;
2550
+ avatarUrl?: string | null;
2551
+ };
2552
+ TenantDto: {
2553
+ id?: string | null;
2554
+ /** Format: date-time */
2555
+ timestamp?: string | null;
2556
+ qualifiedName?: string | null;
2557
+ taxId?: string | null;
2558
+ about?: string | null;
2559
+ walletId?: string | null;
2560
+ socialFeedId?: string | null;
2561
+ businessIndustryId?: string | null;
2562
+ businessSegmentId?: string | null;
2563
+ socialProfileId?: string | null;
2564
+ languageId?: string | null;
2565
+ name?: string | null;
2566
+ duns?: string | null;
2567
+ slogan?: string | null;
2568
+ legalName?: string | null;
2569
+ coverUrl?: string | null;
2570
+ avatarUrl?: string | null;
2571
+ cartId?: string | null;
2572
+ currencyId?: string | null;
2573
+ timezoneId?: string | null;
2574
+ countryId?: string | null;
2575
+ stateId?: string | null;
2576
+ cityId?: string | null;
2577
+ email?: string | null;
2578
+ phone?: string | null;
2579
+ webUrl?: string | null;
2580
+ facebookUrl?: string | null;
2581
+ twitterUrl?: string | null;
2582
+ gitHubUrl?: string | null;
2583
+ linkedInUrl?: string | null;
2584
+ instagramUrl?: string | null;
2585
+ youTubeUrl?: string | null;
2586
+ whatsAppNumber?: string | null;
2587
+ supportPhoneNumber?: string | null;
2588
+ verified?: boolean;
2589
+ businessName?: string | null;
2590
+ businessLegalName?: string | null;
2591
+ twitterUsername?: string | null;
2592
+ };
2593
+ TenantDtoEnvelope: {
2594
+ isSuccess?: boolean;
2595
+ errorMessage?: string | null;
2596
+ correlationId?: string | null;
2597
+ /** Format: date-time */
2598
+ timestamp?: string;
2599
+ activityId?: string | null;
2600
+ result?: components["schemas"]["TenantDto"];
2601
+ };
2602
+ TenantDtoListEnvelope: {
2603
+ isSuccess?: boolean;
2604
+ errorMessage?: string | null;
2605
+ correlationId?: string | null;
2606
+ /** Format: date-time */
2607
+ timestamp?: string;
2608
+ activityId?: string | null;
2609
+ result?: components["schemas"]["TenantDto"][] | null;
2610
+ };
2611
+ TenantUpdateDto: {
2612
+ name?: string | null;
2613
+ duns?: string | null;
2614
+ slogan?: string | null;
2615
+ legalName?: string | null;
2616
+ phone?: string | null;
2617
+ webUrl?: string | null;
2618
+ twitterUsername?: string | null;
2619
+ facebookUrl?: string | null;
2620
+ twitterUrl?: string | null;
2621
+ gitHubUrl?: string | null;
2622
+ linkedInUrl?: string | null;
2623
+ instagramUrl?: string | null;
2624
+ youTubeUrl?: string | null;
2625
+ whatsAppNumber?: string | null;
2626
+ supportPhoneNumber?: string | null;
2627
+ taxId?: string | null;
2628
+ about?: string | null;
2629
+ currencyId?: string | null;
2630
+ timezoneId?: string | null;
2631
+ languageId?: string | null;
2632
+ countryId?: string | null;
2633
+ stateId?: string | null;
2634
+ cityId?: string | null;
2635
+ email?: string | null;
2636
+ };
2637
+ TwoFactorRequest: {
2638
+ enable?: boolean | null;
2639
+ twoFactorCode?: string | null;
2640
+ resetSharedKey?: boolean;
2641
+ resetRecoveryCodes?: boolean;
2642
+ forgetMachine?: boolean;
2643
+ };
2644
+ TwoFactorResponse: {
2645
+ sharedKey: string | null;
2646
+ /** Format: int32 */
2647
+ recoveryCodesLeft: number;
2648
+ recoveryCodes?: string[] | null;
2649
+ isTwoFactorEnabled: boolean;
2650
+ isMachineRemembered: boolean;
2651
+ };
2652
+ UserDto: {
2653
+ id?: string | null;
2654
+ /** Format: date-time */
2655
+ timestamp?: string | null;
2656
+ fullName?: string | null;
2657
+ qualifiedName?: string | null;
2658
+ publicName?: string | null;
2659
+ lastName?: string | null;
2660
+ firstName?: string | null;
2661
+ coverUrl?: string | null;
2662
+ avatarUrl?: string | null;
2663
+ gitHubUrl?: string | null;
2664
+ countryId?: string | null;
2665
+ timezoneId?: string | null;
2666
+ websiteUrl?: string | null;
2667
+ twitterUrl?: string | null;
2668
+ youTubeUrl?: string | null;
2669
+ linkedInUrl?: string | null;
2670
+ facebookUrl?: string | null;
2671
+ instagramUrl?: string | null;
2672
+ socialProfileId?: string | null;
2673
+ /** Format: date-time */
2674
+ birthday?: string | null;
2675
+ idProvider?: string | null;
2676
+ languageId?: string | null;
2677
+ /**
2678
+ * Format: int32
2679
+ * @enum {integer|null}
2680
+ */
2681
+ gender?: 0 | 1 | 2 | null;
2682
+ cityId?: string | null;
2683
+ stateId?: string | null;
2684
+ email?: string | null;
2685
+ about?: string | null;
2686
+ jobTitle?: string | null;
2687
+ socialFeedId?: string | null;
2688
+ currentTenantId?: string | null;
2689
+ currentEnrollmentId?: string | null;
2690
+ status?: string | null;
2691
+ cartId?: string | null;
2692
+ walletId?: string | null;
2693
+ userName?: string | null;
2694
+ currencyId?: string | null;
2695
+ phoneNumber?: string | null;
2696
+ publicIdentifier?: string | null;
2697
+ identityProvider?: string | null;
2698
+ phoneNumberConfirmed?: boolean;
2699
+ emailConfirmed?: boolean;
2700
+ /**
2701
+ * Format: int32
2702
+ * @enum {integer|null}
2703
+ */
2704
+ availability?: 0 | 1 | 2 | 3 | 4 | null;
2705
+ lockoutEnabled?: boolean;
2706
+ /** Format: date-time */
2707
+ lockoutEnd?: string | null;
2708
+ /** Format: int32 */
2709
+ enrollmentsCount?: number | null;
2710
+ /**
2711
+ * Format: int32
2712
+ * @enum {integer|null}
2713
+ */
2714
+ siteTheme?: 0 | 1 | 2 | null;
2715
+ };
2716
+ UserDtoEnvelope: {
2717
+ isSuccess?: boolean;
2718
+ errorMessage?: string | null;
2719
+ correlationId?: string | null;
2720
+ /** Format: date-time */
2721
+ timestamp?: string;
2722
+ activityId?: string | null;
2723
+ result?: components["schemas"]["UserDto"];
2724
+ };
2725
+ UserDtoListEnvelope: {
2726
+ isSuccess?: boolean;
2727
+ errorMessage?: string | null;
2728
+ correlationId?: string | null;
2729
+ /** Format: date-time */
2730
+ timestamp?: string;
2731
+ activityId?: string | null;
2732
+ result?: components["schemas"]["UserDto"][] | null;
2733
+ };
2734
+ UserSettingsDto: {
2735
+ id?: string | null;
2736
+ /** Format: date-time */
2737
+ timestamp?: string | null;
2738
+ /** Format: int32 */
2739
+ pageSize?: number;
2740
+ dateFormat?: string | null;
2741
+ currencyFormat?: string | null;
2742
+ dateTimeFormat?: string | null;
2743
+ /**
2744
+ * Format: int32
2745
+ * @enum {integer}
2746
+ */
2747
+ siteTheme?: 0 | 1 | 2;
2748
+ };
2749
+ WalletDto: {
2750
+ id?: string | null;
2751
+ /** Format: date-time */
2752
+ timestamp?: string;
2753
+ /** Format: double */
2754
+ balance?: number;
2755
+ /** Format: double */
2756
+ cryptoBalance?: number;
2757
+ testMode?: boolean;
2758
+ verified?: boolean;
2759
+ type?: string | null;
2760
+ currencyId?: string | null;
2761
+ /** Format: double */
2762
+ forexRate?: number;
2763
+ /** Format: double */
2764
+ balanceInUsd?: number;
2765
+ /** Format: double */
2766
+ mainNetEtherBalance?: number;
2767
+ ethereumAddress?: string | null;
2768
+ ethereumPublicKey?: string | null;
2769
+ ethereumPrivateKey?: string | null;
2770
+ /** Format: double */
2771
+ rollingReservePercent?: number;
2772
+ };
1336
2773
  };
1337
2774
  responses: never;
1338
2775
  parameters: never;
@@ -1345,4 +2782,57 @@ export type $defs = Record<string, never>;
1345
2782
 
1346
2783
  export type external = Record<string, never>;
1347
2784
 
1348
- export type operations = Record<string, never>;
2785
+ export interface operations {
2786
+
2787
+ "MapIdentityApi-/confirmEmail": {
2788
+ parameters: {
2789
+ query?: {
2790
+ userId?: string;
2791
+ code?: string;
2792
+ changedEmail?: string;
2793
+ };
2794
+ };
2795
+ responses: {
2796
+ /** @description OK */
2797
+ 200: {
2798
+ content: never;
2799
+ };
2800
+ };
2801
+ };
2802
+ GetUserAsync: {
2803
+ parameters: {
2804
+ query?: {
2805
+ "api-version"?: string;
2806
+ };
2807
+ header?: {
2808
+ "x-api-version"?: string;
2809
+ };
2810
+ path: {
2811
+ userId: string;
2812
+ };
2813
+ };
2814
+ responses: {
2815
+ /** @description OK */
2816
+ 200: {
2817
+ content: {
2818
+ "application/json": components["schemas"]["UserDtoEnvelope"];
2819
+ "application/xml": components["schemas"]["UserDtoEnvelope"];
2820
+ };
2821
+ };
2822
+ /** @description Unauthorized */
2823
+ 401: {
2824
+ content: {
2825
+ "application/json": components["schemas"]["ErrorEnvelope"];
2826
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2827
+ };
2828
+ };
2829
+ /** @description Forbidden */
2830
+ 403: {
2831
+ content: {
2832
+ "application/json": components["schemas"]["ErrorEnvelope"];
2833
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2834
+ };
2835
+ };
2836
+ };
2837
+ };
2838
+ }