@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
@@ -5,6 +5,303 @@
5
5
 
6
6
 
7
7
  export interface paths {
8
+ "/version": {
9
+ get: {
10
+ responses: {
11
+ /** @description OK */
12
+ 200: {
13
+ content: never;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ "/health": {
19
+ get: {
20
+ responses: {
21
+ /** @description OK */
22
+ 200: {
23
+ content: never;
24
+ };
25
+ };
26
+ };
27
+ };
28
+ "/hello": {
29
+ get: {
30
+ responses: {
31
+ /** @description OK */
32
+ 200: {
33
+ content: never;
34
+ };
35
+ };
36
+ };
37
+ };
38
+ "/register": {
39
+ post: {
40
+ requestBody?: {
41
+ content: {
42
+ "application/json": components["schemas"]["RegisterRequest"];
43
+ };
44
+ };
45
+ responses: {
46
+ /** @description OK */
47
+ 200: {
48
+ content: never;
49
+ };
50
+ /** @description Bad Request */
51
+ 400: {
52
+ content: {
53
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
54
+ };
55
+ };
56
+ };
57
+ };
58
+ };
59
+ "/login": {
60
+ post: {
61
+ parameters: {
62
+ query?: {
63
+ useCookies?: boolean;
64
+ useSessionCookies?: boolean;
65
+ };
66
+ };
67
+ requestBody?: {
68
+ content: {
69
+ "application/json": components["schemas"]["LoginRequest"];
70
+ };
71
+ };
72
+ responses: {
73
+ /** @description OK */
74
+ 200: {
75
+ content: {
76
+ "application/json": components["schemas"]["AccessTokenResponse"];
77
+ };
78
+ };
79
+ };
80
+ };
81
+ };
82
+ "/refresh": {
83
+ post: {
84
+ requestBody?: {
85
+ content: {
86
+ "application/json": components["schemas"]["RefreshRequest"];
87
+ };
88
+ };
89
+ responses: {
90
+ /** @description OK */
91
+ 200: {
92
+ content: {
93
+ "application/json": components["schemas"]["AccessTokenResponse"];
94
+ };
95
+ };
96
+ };
97
+ };
98
+ };
99
+ "/confirmEmail": {
100
+ get: operations["MapIdentityApi-/confirmEmail"];
101
+ };
102
+ "/resendConfirmationEmail": {
103
+ post: {
104
+ requestBody?: {
105
+ content: {
106
+ "application/json": components["schemas"]["ResendConfirmationEmailRequest"];
107
+ };
108
+ };
109
+ responses: {
110
+ /** @description OK */
111
+ 200: {
112
+ content: never;
113
+ };
114
+ };
115
+ };
116
+ };
117
+ "/forgotPassword": {
118
+ post: {
119
+ requestBody?: {
120
+ content: {
121
+ "application/json": components["schemas"]["ForgotPasswordRequest"];
122
+ };
123
+ };
124
+ responses: {
125
+ /** @description OK */
126
+ 200: {
127
+ content: never;
128
+ };
129
+ /** @description Bad Request */
130
+ 400: {
131
+ content: {
132
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
133
+ };
134
+ };
135
+ };
136
+ };
137
+ };
138
+ "/resetPassword": {
139
+ post: {
140
+ requestBody?: {
141
+ content: {
142
+ "application/json": components["schemas"]["ResetPasswordRequest"];
143
+ };
144
+ };
145
+ responses: {
146
+ /** @description OK */
147
+ 200: {
148
+ content: never;
149
+ };
150
+ /** @description Bad Request */
151
+ 400: {
152
+ content: {
153
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
154
+ };
155
+ };
156
+ };
157
+ };
158
+ };
159
+ "/manage/2fa": {
160
+ post: {
161
+ requestBody?: {
162
+ content: {
163
+ "application/json": components["schemas"]["TwoFactorRequest"];
164
+ };
165
+ };
166
+ responses: {
167
+ /** @description OK */
168
+ 200: {
169
+ content: {
170
+ "application/json": components["schemas"]["TwoFactorResponse"];
171
+ };
172
+ };
173
+ /** @description Bad Request */
174
+ 400: {
175
+ content: {
176
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
177
+ };
178
+ };
179
+ /** @description Not Found */
180
+ 404: {
181
+ content: never;
182
+ };
183
+ };
184
+ };
185
+ };
186
+ "/manage/info": {
187
+ get: {
188
+ responses: {
189
+ /** @description OK */
190
+ 200: {
191
+ content: {
192
+ "application/json": components["schemas"]["InfoResponse"];
193
+ };
194
+ };
195
+ /** @description Bad Request */
196
+ 400: {
197
+ content: {
198
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
199
+ };
200
+ };
201
+ /** @description Not Found */
202
+ 404: {
203
+ content: never;
204
+ };
205
+ };
206
+ };
207
+ post: {
208
+ requestBody?: {
209
+ content: {
210
+ "application/json": components["schemas"]["InfoRequest"];
211
+ };
212
+ };
213
+ responses: {
214
+ /** @description OK */
215
+ 200: {
216
+ content: {
217
+ "application/json": components["schemas"]["InfoResponse"];
218
+ };
219
+ };
220
+ /** @description Bad Request */
221
+ 400: {
222
+ content: {
223
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
224
+ };
225
+ };
226
+ /** @description Not Found */
227
+ 404: {
228
+ content: never;
229
+ };
230
+ };
231
+ };
232
+ };
233
+ "/Account/PerformExternalLogin": {
234
+ post: {
235
+ requestBody?: {
236
+ content: {
237
+ "multipart/form-data": {
238
+ provider: string;
239
+ returnUrl: string;
240
+ };
241
+ "application/x-www-form-urlencoded": {
242
+ provider: string;
243
+ returnUrl: string;
244
+ };
245
+ };
246
+ };
247
+ responses: {
248
+ /** @description OK */
249
+ 200: {
250
+ content: never;
251
+ };
252
+ };
253
+ };
254
+ };
255
+ "/Account/Logout": {
256
+ post: {
257
+ requestBody?: {
258
+ content: {
259
+ "multipart/form-data": {
260
+ returnUrl: string;
261
+ };
262
+ "application/x-www-form-urlencoded": {
263
+ returnUrl: string;
264
+ };
265
+ };
266
+ };
267
+ responses: {
268
+ /** @description OK */
269
+ 200: {
270
+ content: never;
271
+ };
272
+ };
273
+ };
274
+ };
275
+ "/Account/Manage/LinkExternalLogin": {
276
+ post: {
277
+ requestBody?: {
278
+ content: {
279
+ "multipart/form-data": {
280
+ provider: string;
281
+ };
282
+ "application/x-www-form-urlencoded": {
283
+ provider: string;
284
+ };
285
+ };
286
+ };
287
+ responses: {
288
+ /** @description OK */
289
+ 200: {
290
+ content: never;
291
+ };
292
+ };
293
+ };
294
+ };
295
+ "/Account/Manage/DownloadPersonalData": {
296
+ post: {
297
+ responses: {
298
+ /** @description OK */
299
+ 200: {
300
+ content: never;
301
+ };
302
+ };
303
+ };
304
+ };
8
305
  "/api/v2/Me": {
9
306
  get: {
10
307
  parameters: {
@@ -19,9 +316,9 @@ export interface paths {
19
316
  /** @description OK */
20
317
  200: {
21
318
  content: {
22
- "application/json": components["schemas"]["PlatformUserDtoEnvelope"];
23
- "application/xml": components["schemas"]["PlatformUserDtoEnvelope"];
24
- "multipart/form-data": components["schemas"]["PlatformUserDtoEnvelope"];
319
+ "application/json": components["schemas"]["UserDtoEnvelope"];
320
+ "application/xml": components["schemas"]["UserDtoEnvelope"];
321
+ "multipart/form-data": components["schemas"]["UserDtoEnvelope"];
25
322
  };
26
323
  };
27
324
  /** @description Unauthorized */
@@ -45,9 +342,9 @@ export interface paths {
45
342
  };
46
343
  requestBody?: {
47
344
  content: {
48
- "application/json": components["schemas"]["PlatformUserUpdateDto"];
49
- "application/xml": components["schemas"]["PlatformUserUpdateDto"];
50
- "multipart/form-data": components["schemas"]["PlatformUserUpdateDto"];
345
+ "application/json": components["schemas"]["UserUpdateDto"];
346
+ "application/xml": components["schemas"]["UserUpdateDto"];
347
+ "multipart/form-data": components["schemas"]["UserUpdateDto"];
51
348
  };
52
349
  };
53
350
  responses: {
@@ -119,9 +416,9 @@ export interface paths {
119
416
  /** @description OK */
120
417
  200: {
121
418
  content: {
122
- "application/json": components["schemas"]["ExtendedPlatformUserDtoEnvelope"];
123
- "application/xml": components["schemas"]["ExtendedPlatformUserDtoEnvelope"];
124
- "multipart/form-data": components["schemas"]["ExtendedPlatformUserDtoEnvelope"];
419
+ "application/json": components["schemas"]["ExtendedUserDtoEnvelope"];
420
+ "application/xml": components["schemas"]["ExtendedUserDtoEnvelope"];
421
+ "multipart/form-data": components["schemas"]["ExtendedUserDtoEnvelope"];
125
422
  };
126
423
  };
127
424
  /** @description Unauthorized */
@@ -221,8 +518,6 @@ export interface paths {
221
518
  get: {
222
519
  parameters: {
223
520
  query?: {
224
- pageSize?: number;
225
- pageIndex?: number;
226
521
  "api-version"?: string;
227
522
  };
228
523
  header?: {
@@ -249,12 +544,10 @@ export interface paths {
249
544
  };
250
545
  };
251
546
  };
252
- "/api/v2/Me/Followers": {
547
+ "/api/v2/Me/Follows/Count": {
253
548
  get: {
254
549
  parameters: {
255
550
  query?: {
256
- pageSize?: number;
257
- pageIndex?: number;
258
551
  "api-version"?: string;
259
552
  };
260
553
  header?: {
@@ -281,7 +574,7 @@ export interface paths {
281
574
  };
282
575
  };
283
576
  };
284
- "/api/v2/Me/Businesses": {
577
+ "/api/v2/Me/Followers": {
285
578
  get: {
286
579
  parameters: {
287
580
  query?: {
@@ -295,9 +588,9 @@ export interface paths {
295
588
  /** @description OK */
296
589
  200: {
297
590
  content: {
298
- "application/json": components["schemas"]["TenantDtoListEnvelope"];
299
- "application/xml": components["schemas"]["TenantDtoListEnvelope"];
300
- "multipart/form-data": components["schemas"]["TenantDtoListEnvelope"];
591
+ "application/json": components["schemas"]["FollowRecordDto"][];
592
+ "application/xml": components["schemas"]["FollowRecordDto"][];
593
+ "multipart/form-data": components["schemas"]["FollowRecordDto"][];
301
594
  };
302
595
  };
303
596
  /** @description Unauthorized */
@@ -308,18 +601,10 @@ export interface paths {
308
601
  "multipart/form-data": components["schemas"]["ErrorEnvelope"];
309
602
  };
310
603
  };
311
- /** @description Forbidden */
312
- 403: {
313
- content: {
314
- "application/json": components["schemas"]["ErrorEnvelope"];
315
- "application/xml": components["schemas"]["ErrorEnvelope"];
316
- "multipart/form-data": components["schemas"]["ErrorEnvelope"];
317
- };
318
- };
319
604
  };
320
605
  };
321
606
  };
322
- "/api/v2/Me/Businesses/Extended": {
607
+ "/api/v2/Me/Followers/Count": {
323
608
  get: {
324
609
  parameters: {
325
610
  query?: {
@@ -333,9 +618,9 @@ export interface paths {
333
618
  /** @description OK */
334
619
  200: {
335
620
  content: {
336
- "application/json": components["schemas"]["ExtendedTenantDtoListEnvelope"];
337
- "application/xml": components["schemas"]["ExtendedTenantDtoListEnvelope"];
338
- "multipart/form-data": components["schemas"]["ExtendedTenantDtoListEnvelope"];
621
+ "application/json": components["schemas"]["FollowRecordDto"][];
622
+ "application/xml": components["schemas"]["FollowRecordDto"][];
623
+ "multipart/form-data": components["schemas"]["FollowRecordDto"][];
339
624
  };
340
625
  };
341
626
  /** @description Unauthorized */
@@ -346,18 +631,10 @@ export interface paths {
346
631
  "multipart/form-data": components["schemas"]["ErrorEnvelope"];
347
632
  };
348
633
  };
349
- /** @description Forbidden */
350
- 403: {
351
- content: {
352
- "application/json": components["schemas"]["ErrorEnvelope"];
353
- "application/xml": components["schemas"]["ErrorEnvelope"];
354
- "multipart/form-data": components["schemas"]["ErrorEnvelope"];
355
- };
356
- };
357
634
  };
358
635
  };
359
636
  };
360
- "/api/v2/Me/Enrollments": {
637
+ "/api/v2/Me/Businesses": {
361
638
  get: {
362
639
  parameters: {
363
640
  query?: {
@@ -371,9 +648,123 @@ export interface paths {
371
648
  /** @description OK */
372
649
  200: {
373
650
  content: {
374
- "application/json": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
375
- "application/xml": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
376
- "multipart/form-data": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
651
+ "application/json": components["schemas"]["TenantDtoListEnvelope"];
652
+ "application/xml": components["schemas"]["TenantDtoListEnvelope"];
653
+ "multipart/form-data": components["schemas"]["TenantDtoListEnvelope"];
654
+ };
655
+ };
656
+ /** @description Unauthorized */
657
+ 401: {
658
+ content: {
659
+ "application/json": components["schemas"]["ErrorEnvelope"];
660
+ "application/xml": components["schemas"]["ErrorEnvelope"];
661
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
662
+ };
663
+ };
664
+ /** @description Forbidden */
665
+ 403: {
666
+ content: {
667
+ "application/json": components["schemas"]["ErrorEnvelope"];
668
+ "application/xml": components["schemas"]["ErrorEnvelope"];
669
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
670
+ };
671
+ };
672
+ };
673
+ };
674
+ };
675
+ "/api/v2/Me/Businesses/Count": {
676
+ get: {
677
+ parameters: {
678
+ query?: {
679
+ "api-version"?: string;
680
+ };
681
+ header?: {
682
+ "x-api-version"?: string;
683
+ };
684
+ };
685
+ responses: {
686
+ /** @description OK */
687
+ 200: {
688
+ content: {
689
+ "application/json": components["schemas"]["Int32Envelope"];
690
+ "application/xml": components["schemas"]["Int32Envelope"];
691
+ "multipart/form-data": components["schemas"]["Int32Envelope"];
692
+ };
693
+ };
694
+ /** @description Unauthorized */
695
+ 401: {
696
+ content: {
697
+ "application/json": components["schemas"]["ErrorEnvelope"];
698
+ "application/xml": components["schemas"]["ErrorEnvelope"];
699
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
700
+ };
701
+ };
702
+ /** @description Forbidden */
703
+ 403: {
704
+ content: {
705
+ "application/json": components["schemas"]["ErrorEnvelope"];
706
+ "application/xml": components["schemas"]["ErrorEnvelope"];
707
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
708
+ };
709
+ };
710
+ };
711
+ };
712
+ };
713
+ "/api/v2/Me/Businesses/Extended": {
714
+ get: {
715
+ parameters: {
716
+ query?: {
717
+ "api-version"?: string;
718
+ };
719
+ header?: {
720
+ "x-api-version"?: string;
721
+ };
722
+ };
723
+ responses: {
724
+ /** @description OK */
725
+ 200: {
726
+ content: {
727
+ "application/json": components["schemas"]["ExtendedTenantDtoListEnvelope"];
728
+ "application/xml": components["schemas"]["ExtendedTenantDtoListEnvelope"];
729
+ "multipart/form-data": components["schemas"]["ExtendedTenantDtoListEnvelope"];
730
+ };
731
+ };
732
+ /** @description Unauthorized */
733
+ 401: {
734
+ content: {
735
+ "application/json": components["schemas"]["ErrorEnvelope"];
736
+ "application/xml": components["schemas"]["ErrorEnvelope"];
737
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
738
+ };
739
+ };
740
+ /** @description Forbidden */
741
+ 403: {
742
+ content: {
743
+ "application/json": components["schemas"]["ErrorEnvelope"];
744
+ "application/xml": components["schemas"]["ErrorEnvelope"];
745
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
746
+ };
747
+ };
748
+ };
749
+ };
750
+ };
751
+ "/api/v2/Me/Enrollments": {
752
+ get: {
753
+ parameters: {
754
+ query?: {
755
+ "api-version"?: string;
756
+ };
757
+ header?: {
758
+ "x-api-version"?: string;
759
+ };
760
+ };
761
+ responses: {
762
+ /** @description OK */
763
+ 200: {
764
+ content: {
765
+ "application/json": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
766
+ "application/xml": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
767
+ "multipart/form-data": components["schemas"]["TenantEnrolmentDtoListEnvelope"];
377
768
  };
378
769
  };
379
770
  /** @description Unauthorized */
@@ -577,6 +968,36 @@ export interface paths {
577
968
  };
578
969
  };
579
970
  };
971
+ "/api/v2/Me/Notifications/Count": {
972
+ get: {
973
+ parameters: {
974
+ query?: {
975
+ "api-version"?: string;
976
+ };
977
+ header?: {
978
+ "x-api-version"?: string;
979
+ };
980
+ };
981
+ responses: {
982
+ /** @description OK */
983
+ 200: {
984
+ content: {
985
+ "application/json": components["schemas"]["Int32Envelope"];
986
+ "application/xml": components["schemas"]["Int32Envelope"];
987
+ "multipart/form-data": components["schemas"]["Int32Envelope"];
988
+ };
989
+ };
990
+ /** @description Unauthorized */
991
+ 401: {
992
+ content: {
993
+ "application/json": components["schemas"]["ErrorEnvelope"];
994
+ "application/xml": components["schemas"]["ErrorEnvelope"];
995
+ "multipart/form-data": components["schemas"]["ErrorEnvelope"];
996
+ };
997
+ };
998
+ };
999
+ };
1000
+ };
580
1001
  "/api/v2/Me/Settings": {
581
1002
  get: {
582
1003
  parameters: {
@@ -591,9 +1012,9 @@ export interface paths {
591
1012
  /** @description OK */
592
1013
  200: {
593
1014
  content: {
594
- "application/json": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
595
- "application/xml": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
596
- "multipart/form-data": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
1015
+ "application/json": components["schemas"]["UserSettingsDtoEnvelope"];
1016
+ "application/xml": components["schemas"]["UserSettingsDtoEnvelope"];
1017
+ "multipart/form-data": components["schemas"]["UserSettingsDtoEnvelope"];
597
1018
  };
598
1019
  };
599
1020
  /** @description Unauthorized */
@@ -617,18 +1038,18 @@ export interface paths {
617
1038
  };
618
1039
  requestBody?: {
619
1040
  content: {
620
- "application/json": components["schemas"]["PlatformUserSettingsUpdateDto"];
621
- "application/xml": components["schemas"]["PlatformUserSettingsUpdateDto"];
622
- "multipart/form-data": components["schemas"]["PlatformUserSettingsUpdateDto"];
1041
+ "application/json": components["schemas"]["UserSettingsUpdateDto"];
1042
+ "application/xml": components["schemas"]["UserSettingsUpdateDto"];
1043
+ "multipart/form-data": components["schemas"]["UserSettingsUpdateDto"];
623
1044
  };
624
1045
  };
625
1046
  responses: {
626
1047
  /** @description OK */
627
1048
  200: {
628
1049
  content: {
629
- "application/json": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
630
- "application/xml": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
631
- "multipart/form-data": components["schemas"]["PlatformUserSettingsDtoEnvelope"];
1050
+ "application/json": components["schemas"]["UserSettingsDtoEnvelope"];
1051
+ "application/xml": components["schemas"]["UserSettingsDtoEnvelope"];
1052
+ "multipart/form-data": components["schemas"]["UserSettingsDtoEnvelope"];
632
1053
  };
633
1054
  };
634
1055
  /** @description Unauthorized */
@@ -708,6 +1129,13 @@ export type webhooks = Record<string, never>;
708
1129
 
709
1130
  export interface components {
710
1131
  schemas: {
1132
+ AccessTokenResponse: {
1133
+ tokenType?: string | null;
1134
+ accessToken: string | null;
1135
+ /** Format: int64 */
1136
+ expiresIn: number;
1137
+ refreshToken: string | null;
1138
+ };
711
1139
  AddressDto: {
712
1140
  id?: string | null;
713
1141
  /** Format: date-time */
@@ -800,81 +1228,6 @@ export interface components {
800
1228
  timestamp?: string;
801
1229
  activityId?: string | null;
802
1230
  };
803
- ExtendedPlatformUserDto: {
804
- id?: string | null;
805
- /** Format: date-time */
806
- timestamp?: string | null;
807
- fullName?: string | null;
808
- socialProfileId?: string | null;
809
- publicName?: string | null;
810
- firstName?: string | null;
811
- lastName?: string | null;
812
- coverUrl?: string | null;
813
- avatarUrl?: string | null;
814
- timezoneId?: string | null;
815
- gitHubUrl?: string | null;
816
- websiteUrl?: string | null;
817
- twitterUrl?: string | null;
818
- facebookUrl?: string | null;
819
- youTubeUrl?: string | null;
820
- linkedInUrl?: string | null;
821
- instagramUrl?: string | null;
822
- countryId?: string | null;
823
- /** Format: date-time */
824
- birthday?: string | null;
825
- qualifiedName?: string | null;
826
- idProvider?: string | null;
827
- languageId?: string | null;
828
- /**
829
- * Format: int32
830
- * @enum {integer|null}
831
- */
832
- gender?: 0 | 1 | 2 | null;
833
- cityId?: string | null;
834
- stateId?: string | null;
835
- email?: string | null;
836
- about?: string | null;
837
- jobTitle?: string | null;
838
- socialFeedId?: string | null;
839
- currentTenantId?: string | null;
840
- currentEnrollmentId?: string | null;
841
- status?: string | null;
842
- cartId?: string | null;
843
- walletId?: string | null;
844
- userName?: string | null;
845
- currencyId?: string | null;
846
- phoneNumber?: string | null;
847
- publicIdentifier?: string | null;
848
- identityProvider?: string | null;
849
- phoneNumberConfirmed?: boolean;
850
- emailConfirmed?: boolean;
851
- lockoutEnabled?: boolean;
852
- /**
853
- * Format: int32
854
- * @enum {integer|null}
855
- */
856
- availability?: 0 | 1 | 2 | 3 | 4 | null;
857
- /** Format: int32 */
858
- enrollmentsCount?: number | null;
859
- /**
860
- * Format: int32
861
- * @enum {integer|null}
862
- */
863
- siteTheme?: 0 | 1 | 2 | null;
864
- cart?: components["schemas"]["CartDto"];
865
- wallet?: components["schemas"]["WalletDto"];
866
- socialProfile?: components["schemas"]["SocialProfileDto"];
867
- settings?: components["schemas"]["PlatformUserSettingsDto"];
868
- };
869
- ExtendedPlatformUserDtoEnvelope: {
870
- isSuccess?: boolean;
871
- errorMessage?: string | null;
872
- correlationId?: string | null;
873
- /** Format: date-time */
874
- timestamp?: string;
875
- activityId?: string | null;
876
- result?: components["schemas"]["ExtendedPlatformUserDto"];
877
- };
878
1231
  ExtendedTenantDto: {
879
1232
  id?: string | null;
880
1233
  /** Format: date-time */
@@ -939,7 +1292,7 @@ export interface components {
939
1292
  isAdmin?: boolean;
940
1293
  isDisabled?: boolean;
941
1294
  tenant?: components["schemas"]["TenantDto"];
942
- user?: components["schemas"]["PlatformUserDto"];
1295
+ user?: components["schemas"]["UserDto"];
943
1296
  };
944
1297
  ExtendedTenantEnrolmentDtoListEnvelope: {
945
1298
  isSuccess?: boolean;
@@ -950,70 +1303,29 @@ export interface components {
950
1303
  activityId?: string | null;
951
1304
  result?: components["schemas"]["ExtendedTenantEnrolmentDto"][] | null;
952
1305
  };
953
- FollowRecordDto: {
954
- id?: string | null;
955
- type?: string | null;
956
- followerID?: string | null;
957
- followedID?: string | null;
958
- alerts?: boolean;
959
- };
960
- NotificationDto: {
961
- id?: string | null;
962
- /** Format: date-time */
963
- timestamp?: string | null;
964
- read?: boolean;
965
- icon?: string | null;
966
- message?: string | null;
967
- redirectUrl?: string | null;
968
- socialProfileID?: string | null;
969
- /** Format: date-time */
970
- readTimestamp?: string;
971
- /** Format: date-time */
972
- issuedTimestamp?: string;
973
- };
974
- NotificationDtoListEnvelope: {
975
- isSuccess?: boolean;
976
- errorMessage?: string | null;
977
- correlationId?: string | null;
978
- /** Format: date-time */
979
- timestamp?: string;
980
- activityId?: string | null;
981
- result?: components["schemas"]["NotificationDto"][] | null;
982
- };
983
- Operation: {
984
- /**
985
- * Format: int32
986
- * @enum {integer}
987
- */
988
- operationType?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
989
- path?: string | null;
990
- op?: string | null;
991
- from?: string | null;
992
- value?: unknown;
993
- };
994
- PlatformUserDto: {
1306
+ ExtendedUserDto: {
995
1307
  id?: string | null;
996
1308
  /** Format: date-time */
997
1309
  timestamp?: string | null;
998
1310
  fullName?: string | null;
999
- socialProfileId?: string | null;
1311
+ qualifiedName?: string | null;
1000
1312
  publicName?: string | null;
1001
- firstName?: string | null;
1002
1313
  lastName?: string | null;
1314
+ firstName?: string | null;
1003
1315
  coverUrl?: string | null;
1004
1316
  avatarUrl?: string | null;
1005
- timezoneId?: string | null;
1006
1317
  gitHubUrl?: string | null;
1318
+ countryId?: string | null;
1319
+ timezoneId?: string | null;
1007
1320
  websiteUrl?: string | null;
1008
1321
  twitterUrl?: string | null;
1009
- facebookUrl?: string | null;
1010
1322
  youTubeUrl?: string | null;
1011
1323
  linkedInUrl?: string | null;
1324
+ facebookUrl?: string | null;
1012
1325
  instagramUrl?: string | null;
1013
- countryId?: string | null;
1326
+ socialProfileId?: string | null;
1014
1327
  /** Format: date-time */
1015
1328
  birthday?: string | null;
1016
- qualifiedName?: string | null;
1017
1329
  idProvider?: string | null;
1018
1330
  languageId?: string | null;
1019
1331
  /**
@@ -1039,12 +1351,14 @@ export interface components {
1039
1351
  identityProvider?: string | null;
1040
1352
  phoneNumberConfirmed?: boolean;
1041
1353
  emailConfirmed?: boolean;
1042
- lockoutEnabled?: boolean;
1043
1354
  /**
1044
1355
  * Format: int32
1045
1356
  * @enum {integer|null}
1046
1357
  */
1047
1358
  availability?: 0 | 1 | 2 | 3 | 4 | null;
1359
+ lockoutEnabled?: boolean;
1360
+ /** Format: date-time */
1361
+ lockoutEnd?: string | null;
1048
1362
  /** Format: int32 */
1049
1363
  enrollmentsCount?: number | null;
1050
1364
  /**
@@ -1052,100 +1366,127 @@ export interface components {
1052
1366
  * @enum {integer|null}
1053
1367
  */
1054
1368
  siteTheme?: 0 | 1 | 2 | null;
1369
+ cart?: components["schemas"]["CartDto"];
1370
+ wallet?: components["schemas"]["WalletDto"];
1371
+ socialProfile?: components["schemas"]["SocialProfileDto"];
1372
+ settings?: components["schemas"]["UserSettingsDto"];
1055
1373
  };
1056
- PlatformUserDtoEnvelope: {
1374
+ ExtendedUserDtoEnvelope: {
1057
1375
  isSuccess?: boolean;
1058
1376
  errorMessage?: string | null;
1059
1377
  correlationId?: string | null;
1060
1378
  /** Format: date-time */
1061
1379
  timestamp?: string;
1062
1380
  activityId?: string | null;
1063
- result?: components["schemas"]["PlatformUserDto"];
1381
+ result?: components["schemas"]["ExtendedUserDto"];
1064
1382
  };
1065
- PlatformUserSettingsDto: {
1383
+ FollowRecordDto: {
1066
1384
  id?: string | null;
1067
- /** Format: date-time */
1068
- timestamp?: string | null;
1385
+ type?: string | null;
1386
+ followerID?: string | null;
1387
+ followedID?: string | null;
1388
+ alerts?: boolean;
1389
+ };
1390
+ ForgotPasswordRequest: {
1391
+ email: string | null;
1392
+ };
1393
+ HttpValidationProblemDetails: {
1394
+ type?: string | null;
1395
+ title?: string | null;
1069
1396
  /** Format: int32 */
1070
- pageSize?: number;
1071
- dateFormat?: string | null;
1072
- currencyFormat?: string | null;
1073
- dateTimeFormat?: string | null;
1074
- /**
1075
- * Format: int32
1076
- * @enum {integer}
1077
- */
1078
- siteTheme?: 0 | 1 | 2;
1397
+ status?: number | null;
1398
+ detail?: string | null;
1399
+ instance?: string | null;
1400
+ errors?: {
1401
+ [key: string]: string[];
1402
+ } | null;
1403
+ [key: string]: unknown;
1404
+ };
1405
+ InfoRequest: {
1406
+ newEmail?: string | null;
1407
+ newPassword?: string | null;
1408
+ oldPassword?: string | null;
1079
1409
  };
1080
- PlatformUserSettingsDtoEnvelope: {
1410
+ InfoResponse: {
1411
+ email: string | null;
1412
+ isEmailConfirmed: boolean;
1413
+ };
1414
+ Int32Envelope: {
1081
1415
  isSuccess?: boolean;
1082
1416
  errorMessage?: string | null;
1083
1417
  correlationId?: string | null;
1084
1418
  /** Format: date-time */
1085
1419
  timestamp?: string;
1086
1420
  activityId?: string | null;
1087
- result?: components["schemas"]["PlatformUserSettingsDto"];
1088
- };
1089
- PlatformUserSettingsUpdateDto: {
1090
1421
  /** Format: int32 */
1091
- pageSize?: number | null;
1092
- dateFormat: string;
1093
- currencyFormat: string;
1094
- dateTimeFormat: string;
1095
- /**
1096
- * Format: int32
1097
- * @enum {integer}
1098
- */
1099
- siteTheme: 0 | 1 | 2;
1422
+ result?: number;
1423
+ };
1424
+ LoginRequest: {
1425
+ email: string | null;
1426
+ password: string | null;
1427
+ twoFactorCode?: string | null;
1428
+ twoFactorRecoveryCode?: string | null;
1100
1429
  };
1101
- PlatformUserUpdateDto: {
1430
+ NotificationDto: {
1431
+ id?: string | null;
1102
1432
  /** Format: date-time */
1103
- birthday?: string | null;
1104
- firstName?: string | null;
1105
- lastName?: string | null;
1106
- publicName?: string | null;
1107
- idProvider?: string | null;
1108
- languageId?: string | null;
1109
- timezoneId?: string | null;
1110
- gender?: string | null;
1111
- cityId?: string | null;
1112
- currencyId?: string | null;
1113
- status?: string | null;
1114
- stateId?: string | null;
1115
- about?: string | null;
1116
- webUrl?: string | null;
1117
- jobTitle?: string | null;
1118
- coverUrl?: string | null;
1119
- avatarUrl?: string | null;
1120
- gitHubUrl?: string | null;
1121
- websiteUrl?: string | null;
1122
- twitterUrl?: string | null;
1123
- facebookUrl?: string | null;
1124
- youTubeUrl?: string | null;
1125
- linkedInUrl?: string | null;
1126
- instagramUrl?: string | null;
1127
- countryId?: string | null;
1128
- githubUsername?: string | null;
1433
+ timestamp?: string | null;
1434
+ read?: boolean;
1435
+ icon?: string | null;
1436
+ message?: string | null;
1437
+ redirectUrl?: string | null;
1438
+ socialProfileID?: string | null;
1439
+ /** Format: date-time */
1440
+ readTimestamp?: string;
1441
+ /** Format: date-time */
1442
+ issuedTimestamp?: string;
1443
+ };
1444
+ NotificationDtoListEnvelope: {
1445
+ isSuccess?: boolean;
1446
+ errorMessage?: string | null;
1447
+ correlationId?: string | null;
1448
+ /** Format: date-time */
1449
+ timestamp?: string;
1450
+ activityId?: string | null;
1451
+ result?: components["schemas"]["NotificationDto"][] | null;
1452
+ };
1453
+ Operation: {
1129
1454
  /**
1130
1455
  * Format: int32
1131
1456
  * @enum {integer}
1132
1457
  */
1133
- availability?: 0 | 1 | 2 | 3 | 4;
1458
+ operationType?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
1459
+ path?: string | null;
1460
+ op?: string | null;
1461
+ from?: string | null;
1462
+ value?: unknown;
1463
+ };
1464
+ RefreshRequest: {
1465
+ refreshToken: string | null;
1466
+ };
1467
+ RegisterRequest: {
1468
+ email: string | null;
1469
+ password: string | null;
1470
+ };
1471
+ ResendConfirmationEmailRequest: {
1472
+ email: string | null;
1473
+ };
1474
+ ResetPasswordRequest: {
1475
+ email: string | null;
1476
+ resetCode: string | null;
1477
+ newPassword: string | null;
1134
1478
  };
1135
1479
  SocialProfileDto: {
1136
1480
  id?: string | null;
1137
1481
  /** Format: date-time */
1138
1482
  timestamp?: string | null;
1139
- /**
1140
- * Format: int32
1141
- * @enum {integer}
1142
- */
1143
- type?: 0 | 1 | 2 | 3;
1144
1483
  name?: string | null;
1145
1484
  about?: string | null;
1146
1485
  cover?: string | null;
1147
1486
  avatar?: string | null;
1148
- country?: string | null;
1487
+ countryId?: string | null;
1488
+ countryName?: string | null;
1489
+ identityId?: string | null;
1149
1490
  /** Format: int32 */
1150
1491
  followsCount?: number | null;
1151
1492
  /** Format: int32 */
@@ -1158,6 +1499,11 @@ export interface components {
1158
1499
  unreadNotificationsCount?: number | null;
1159
1500
  /** Format: int32 */
1160
1501
  unreadMessagesCount?: number | null;
1502
+ /**
1503
+ * Format: int32
1504
+ * @enum {integer|null}
1505
+ */
1506
+ type?: 0 | 1 | 2 | null;
1161
1507
  socialFeedId?: string | null;
1162
1508
  twitterUrl?: string | null;
1163
1509
  facebookURL?: string | null;
@@ -1279,6 +1625,164 @@ export interface components {
1279
1625
  activityId?: string | null;
1280
1626
  result?: components["schemas"]["TenantInvitationDto"][] | null;
1281
1627
  };
1628
+ TwoFactorRequest: {
1629
+ enable?: boolean | null;
1630
+ twoFactorCode?: string | null;
1631
+ resetSharedKey?: boolean;
1632
+ resetRecoveryCodes?: boolean;
1633
+ forgetMachine?: boolean;
1634
+ };
1635
+ TwoFactorResponse: {
1636
+ sharedKey: string | null;
1637
+ /** Format: int32 */
1638
+ recoveryCodesLeft: number;
1639
+ recoveryCodes?: string[] | null;
1640
+ isTwoFactorEnabled: boolean;
1641
+ isMachineRemembered: boolean;
1642
+ };
1643
+ UserDto: {
1644
+ id?: string | null;
1645
+ /** Format: date-time */
1646
+ timestamp?: string | null;
1647
+ fullName?: string | null;
1648
+ qualifiedName?: string | null;
1649
+ publicName?: string | null;
1650
+ lastName?: string | null;
1651
+ firstName?: string | null;
1652
+ coverUrl?: string | null;
1653
+ avatarUrl?: string | null;
1654
+ gitHubUrl?: string | null;
1655
+ countryId?: string | null;
1656
+ timezoneId?: string | null;
1657
+ websiteUrl?: string | null;
1658
+ twitterUrl?: string | null;
1659
+ youTubeUrl?: string | null;
1660
+ linkedInUrl?: string | null;
1661
+ facebookUrl?: string | null;
1662
+ instagramUrl?: string | null;
1663
+ socialProfileId?: string | null;
1664
+ /** Format: date-time */
1665
+ birthday?: string | null;
1666
+ idProvider?: string | null;
1667
+ languageId?: string | null;
1668
+ /**
1669
+ * Format: int32
1670
+ * @enum {integer|null}
1671
+ */
1672
+ gender?: 0 | 1 | 2 | null;
1673
+ cityId?: string | null;
1674
+ stateId?: string | null;
1675
+ email?: string | null;
1676
+ about?: string | null;
1677
+ jobTitle?: string | null;
1678
+ socialFeedId?: string | null;
1679
+ currentTenantId?: string | null;
1680
+ currentEnrollmentId?: string | null;
1681
+ status?: string | null;
1682
+ cartId?: string | null;
1683
+ walletId?: string | null;
1684
+ userName?: string | null;
1685
+ currencyId?: string | null;
1686
+ phoneNumber?: string | null;
1687
+ publicIdentifier?: string | null;
1688
+ identityProvider?: string | null;
1689
+ phoneNumberConfirmed?: boolean;
1690
+ emailConfirmed?: boolean;
1691
+ /**
1692
+ * Format: int32
1693
+ * @enum {integer|null}
1694
+ */
1695
+ availability?: 0 | 1 | 2 | 3 | 4 | null;
1696
+ lockoutEnabled?: boolean;
1697
+ /** Format: date-time */
1698
+ lockoutEnd?: string | null;
1699
+ /** Format: int32 */
1700
+ enrollmentsCount?: number | null;
1701
+ /**
1702
+ * Format: int32
1703
+ * @enum {integer|null}
1704
+ */
1705
+ siteTheme?: 0 | 1 | 2 | null;
1706
+ };
1707
+ UserDtoEnvelope: {
1708
+ isSuccess?: boolean;
1709
+ errorMessage?: string | null;
1710
+ correlationId?: string | null;
1711
+ /** Format: date-time */
1712
+ timestamp?: string;
1713
+ activityId?: string | null;
1714
+ result?: components["schemas"]["UserDto"];
1715
+ };
1716
+ UserSettingsDto: {
1717
+ id?: string | null;
1718
+ /** Format: date-time */
1719
+ timestamp?: string | null;
1720
+ /** Format: int32 */
1721
+ pageSize?: number;
1722
+ dateFormat?: string | null;
1723
+ currencyFormat?: string | null;
1724
+ dateTimeFormat?: string | null;
1725
+ /**
1726
+ * Format: int32
1727
+ * @enum {integer}
1728
+ */
1729
+ siteTheme?: 0 | 1 | 2;
1730
+ };
1731
+ UserSettingsDtoEnvelope: {
1732
+ isSuccess?: boolean;
1733
+ errorMessage?: string | null;
1734
+ correlationId?: string | null;
1735
+ /** Format: date-time */
1736
+ timestamp?: string;
1737
+ activityId?: string | null;
1738
+ result?: components["schemas"]["UserSettingsDto"];
1739
+ };
1740
+ UserSettingsUpdateDto: {
1741
+ /** Format: int32 */
1742
+ pageSize?: number | null;
1743
+ dateFormat: string;
1744
+ currencyFormat: string;
1745
+ dateTimeFormat: string;
1746
+ /**
1747
+ * Format: int32
1748
+ * @enum {integer}
1749
+ */
1750
+ siteTheme: 0 | 1 | 2;
1751
+ };
1752
+ UserUpdateDto: {
1753
+ /** Format: date-time */
1754
+ birthday?: string | null;
1755
+ firstName?: string | null;
1756
+ lastName?: string | null;
1757
+ publicName?: string | null;
1758
+ idProvider?: string | null;
1759
+ languageId?: string | null;
1760
+ timezoneId?: string | null;
1761
+ gender?: string | null;
1762
+ cityId?: string | null;
1763
+ currencyId?: string | null;
1764
+ status?: string | null;
1765
+ stateId?: string | null;
1766
+ about?: string | null;
1767
+ webUrl?: string | null;
1768
+ jobTitle?: string | null;
1769
+ coverUrl?: string | null;
1770
+ avatarUrl?: string | null;
1771
+ gitHubUrl?: string | null;
1772
+ websiteUrl?: string | null;
1773
+ twitterUrl?: string | null;
1774
+ facebookUrl?: string | null;
1775
+ youTubeUrl?: string | null;
1776
+ linkedInUrl?: string | null;
1777
+ instagramUrl?: string | null;
1778
+ countryId?: string | null;
1779
+ githubUsername?: string | null;
1780
+ /**
1781
+ * Format: int32
1782
+ * @enum {integer}
1783
+ */
1784
+ availability?: 0 | 1 | 2 | 3 | 4;
1785
+ };
1282
1786
  WalletDto: {
1283
1787
  id?: string | null;
1284
1788
  /** Format: date-time */
@@ -1324,4 +1828,21 @@ export type $defs = Record<string, never>;
1324
1828
 
1325
1829
  export type external = Record<string, never>;
1326
1830
 
1327
- export type operations = Record<string, never>;
1831
+ export interface operations {
1832
+
1833
+ "MapIdentityApi-/confirmEmail": {
1834
+ parameters: {
1835
+ query?: {
1836
+ userId?: string;
1837
+ code?: string;
1838
+ changedEmail?: string;
1839
+ };
1840
+ };
1841
+ responses: {
1842
+ /** @description OK */
1843
+ 200: {
1844
+ content: never;
1845
+ };
1846
+ };
1847
+ };
1848
+ }