@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
@@ -0,0 +1,910 @@
1
+ /**
2
+ * This file was auto-generated by openapi-typescript.
3
+ * Do not make direct changes to the file.
4
+ */
5
+
6
+
7
+ export interface paths {
8
+ "/version": {
9
+ get: {
10
+ responses: {
11
+ /** @description 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
+ };
305
+ "/api/v2/PaymentsService/Payments/{paymentId}/Details": {
306
+ /** @deprecated */
307
+ get: {
308
+ parameters: {
309
+ path: {
310
+ paymentId: string;
311
+ };
312
+ };
313
+ responses: {
314
+ /** @description OK */
315
+ 200: {
316
+ content: {
317
+ "application/json": components["schemas"]["PaymentDtoListEnvelope"];
318
+ "application/xml": components["schemas"]["PaymentDtoListEnvelope"];
319
+ };
320
+ };
321
+ /** @description Unauthorized */
322
+ 401: {
323
+ content: {
324
+ "application/json": components["schemas"]["ErrorEnvelope"];
325
+ "application/xml": components["schemas"]["ErrorEnvelope"];
326
+ };
327
+ };
328
+ /** @description Forbidden */
329
+ 403: {
330
+ content: {
331
+ "application/json": components["schemas"]["ErrorEnvelope"];
332
+ "application/xml": components["schemas"]["ErrorEnvelope"];
333
+ };
334
+ };
335
+ };
336
+ };
337
+ };
338
+ "/api/v2/PaymentsService/Payments/{paymentId}": {
339
+ get: {
340
+ parameters: {
341
+ path: {
342
+ paymentId: string;
343
+ };
344
+ };
345
+ responses: {
346
+ /** @description OK */
347
+ 200: {
348
+ content: {
349
+ "application/json": components["schemas"]["PaymentDtoListEnvelope"];
350
+ "application/xml": components["schemas"]["PaymentDtoListEnvelope"];
351
+ };
352
+ };
353
+ /** @description Unauthorized */
354
+ 401: {
355
+ content: {
356
+ "application/json": components["schemas"]["ErrorEnvelope"];
357
+ "application/xml": components["schemas"]["ErrorEnvelope"];
358
+ };
359
+ };
360
+ /** @description Forbidden */
361
+ 403: {
362
+ content: {
363
+ "application/json": components["schemas"]["ErrorEnvelope"];
364
+ "application/xml": components["schemas"]["ErrorEnvelope"];
365
+ };
366
+ };
367
+ };
368
+ };
369
+ put: {
370
+ parameters: {
371
+ query: {
372
+ tenantId: string;
373
+ };
374
+ path: {
375
+ paymentId: string;
376
+ };
377
+ };
378
+ requestBody?: {
379
+ content: {
380
+ "application/json": components["schemas"]["PaymentUpdateDto"];
381
+ "application/xml": components["schemas"]["PaymentUpdateDto"];
382
+ };
383
+ };
384
+ responses: {
385
+ /** @description OK */
386
+ 200: {
387
+ content: {
388
+ "application/json": components["schemas"]["EmptyEnvelope"];
389
+ "application/xml": components["schemas"]["EmptyEnvelope"];
390
+ };
391
+ };
392
+ /** @description Bad Request */
393
+ 400: {
394
+ content: {
395
+ "application/json": components["schemas"]["ErrorEnvelope"];
396
+ "application/xml": components["schemas"]["ErrorEnvelope"];
397
+ };
398
+ };
399
+ /** @description Unauthorized */
400
+ 401: {
401
+ content: {
402
+ "application/json": components["schemas"]["ErrorEnvelope"];
403
+ "application/xml": components["schemas"]["ErrorEnvelope"];
404
+ };
405
+ };
406
+ /** @description Forbidden */
407
+ 403: {
408
+ content: {
409
+ "application/json": components["schemas"]["ErrorEnvelope"];
410
+ "application/xml": components["schemas"]["ErrorEnvelope"];
411
+ };
412
+ };
413
+ };
414
+ };
415
+ delete: {
416
+ parameters: {
417
+ query: {
418
+ tenantId: string;
419
+ };
420
+ path: {
421
+ paymentId: string;
422
+ };
423
+ };
424
+ responses: {
425
+ /** @description OK */
426
+ 200: {
427
+ content: {
428
+ "application/json": components["schemas"]["EmptyEnvelope"];
429
+ "application/xml": components["schemas"]["EmptyEnvelope"];
430
+ };
431
+ };
432
+ /** @description Bad Request */
433
+ 400: {
434
+ content: {
435
+ "application/json": components["schemas"]["ErrorEnvelope"];
436
+ "application/xml": components["schemas"]["ErrorEnvelope"];
437
+ };
438
+ };
439
+ /** @description Unauthorized */
440
+ 401: {
441
+ content: {
442
+ "application/json": components["schemas"]["ErrorEnvelope"];
443
+ "application/xml": components["schemas"]["ErrorEnvelope"];
444
+ };
445
+ };
446
+ /** @description Forbidden */
447
+ 403: {
448
+ content: {
449
+ "application/json": components["schemas"]["ErrorEnvelope"];
450
+ "application/xml": components["schemas"]["ErrorEnvelope"];
451
+ };
452
+ };
453
+ };
454
+ };
455
+ };
456
+ "/api/v2/PaymentsService/Payments": {
457
+ get: {
458
+ parameters: {
459
+ query: {
460
+ tenantId: string;
461
+ };
462
+ };
463
+ responses: {
464
+ /** @description OK */
465
+ 200: {
466
+ content: {
467
+ "application/json": components["schemas"]["PaymentDtoListEnvelope"];
468
+ "application/xml": components["schemas"]["PaymentDtoListEnvelope"];
469
+ };
470
+ };
471
+ /** @description Bad Request */
472
+ 400: {
473
+ content: {
474
+ "application/json": components["schemas"]["ErrorEnvelope"];
475
+ "application/xml": components["schemas"]["ErrorEnvelope"];
476
+ };
477
+ };
478
+ /** @description Unauthorized */
479
+ 401: {
480
+ content: {
481
+ "application/json": components["schemas"]["ErrorEnvelope"];
482
+ "application/xml": components["schemas"]["ErrorEnvelope"];
483
+ };
484
+ };
485
+ /** @description Forbidden */
486
+ 403: {
487
+ content: {
488
+ "application/json": components["schemas"]["ErrorEnvelope"];
489
+ "application/xml": components["schemas"]["ErrorEnvelope"];
490
+ };
491
+ };
492
+ };
493
+ };
494
+ post: {
495
+ parameters: {
496
+ query: {
497
+ tenantId: string;
498
+ };
499
+ };
500
+ requestBody?: {
501
+ content: {
502
+ "application/json": components["schemas"]["PaymentCreateDto"];
503
+ "application/xml": components["schemas"]["PaymentCreateDto"];
504
+ };
505
+ };
506
+ responses: {
507
+ /** @description Created */
508
+ 201: {
509
+ content: {
510
+ "application/json": components["schemas"]["EmptyEnvelope"];
511
+ "application/xml": components["schemas"]["EmptyEnvelope"];
512
+ };
513
+ };
514
+ /** @description Bad Request */
515
+ 400: {
516
+ content: {
517
+ "application/json": components["schemas"]["ErrorEnvelope"];
518
+ "application/xml": components["schemas"]["ErrorEnvelope"];
519
+ };
520
+ };
521
+ /** @description Unauthorized */
522
+ 401: {
523
+ content: {
524
+ "application/json": components["schemas"]["ErrorEnvelope"];
525
+ "application/xml": components["schemas"]["ErrorEnvelope"];
526
+ };
527
+ };
528
+ /** @description Forbidden */
529
+ 403: {
530
+ content: {
531
+ "application/json": components["schemas"]["ErrorEnvelope"];
532
+ "application/xml": components["schemas"]["ErrorEnvelope"];
533
+ };
534
+ };
535
+ };
536
+ };
537
+ };
538
+ }
539
+
540
+ export type webhooks = Record<string, never>;
541
+
542
+ export interface components {
543
+ schemas: {
544
+ AccessTokenResponse: {
545
+ tokenType?: string | null;
546
+ accessToken: string | null;
547
+ /** Format: int64 */
548
+ expiresIn: number;
549
+ refreshToken: string | null;
550
+ };
551
+ EmptyEnvelope: {
552
+ isSuccess?: boolean;
553
+ errorMessage?: string | null;
554
+ correlationId?: string | null;
555
+ /** Format: date-time */
556
+ timestamp?: string;
557
+ activityId?: string | null;
558
+ };
559
+ ErrorEnvelope: {
560
+ isSuccess?: boolean;
561
+ errorMessage?: string | null;
562
+ correlationId?: string | null;
563
+ /** Format: date-time */
564
+ timestamp?: string;
565
+ activityId?: string | null;
566
+ };
567
+ ForgotPasswordRequest: {
568
+ email: string | null;
569
+ };
570
+ HttpValidationProblemDetails: {
571
+ type?: string | null;
572
+ title?: string | null;
573
+ /** Format: int32 */
574
+ status?: number | null;
575
+ detail?: string | null;
576
+ instance?: string | null;
577
+ errors?: {
578
+ [key: string]: string[];
579
+ } | null;
580
+ [key: string]: unknown;
581
+ };
582
+ InfoRequest: {
583
+ newEmail?: string | null;
584
+ newPassword?: string | null;
585
+ oldPassword?: string | null;
586
+ };
587
+ InfoResponse: {
588
+ email: string | null;
589
+ isEmailConfirmed: boolean;
590
+ };
591
+ LoginRequest: {
592
+ email: string | null;
593
+ password: string | null;
594
+ twoFactorCode?: string | null;
595
+ twoFactorRecoveryCode?: string | null;
596
+ };
597
+ PaymentCreateDto: {
598
+ /** Format: uuid */
599
+ id?: string;
600
+ /** Format: date-time */
601
+ timestamp?: string;
602
+ invoiceId?: string | null;
603
+ tenantId?: string | null;
604
+ emisorWalletId?: string | null;
605
+ receiverWalletId?: string | null;
606
+ currencyId?: string | null;
607
+ /** Format: double */
608
+ forexRate?: number;
609
+ /** Format: double */
610
+ totalCost?: number;
611
+ /** Format: double */
612
+ totalTaxes?: number;
613
+ closed?: boolean;
614
+ data?: string | null;
615
+ dataLabel?: string | null;
616
+ data1?: string | null;
617
+ data1Label?: string | null;
618
+ response?: string | null;
619
+ authorization?: string | null;
620
+ referenceCode?: string | null;
621
+ correlationCode?: string | null;
622
+ /** Format: date-time */
623
+ lastUpdated?: string;
624
+ /**
625
+ * Format: int32
626
+ * @enum {integer}
627
+ */
628
+ onBehalfOf?: 0 | 1 | 2 | 3;
629
+ /**
630
+ * Format: int32
631
+ * @enum {integer}
632
+ */
633
+ paymentType?: 0 | 1 | 2;
634
+ /**
635
+ * Format: int32
636
+ * @enum {integer}
637
+ */
638
+ paymentStatus?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
639
+ /** Format: double */
640
+ baseCost?: number;
641
+ signature?: string | null;
642
+ signatureMismatch?: boolean;
643
+ isExternal?: boolean;
644
+ markedForRevision?: boolean;
645
+ forexRatesSnapshot?: string | null;
646
+ officialId?: string | null;
647
+ /** Format: date-time */
648
+ officialIdExpeditionDate?: string;
649
+ fiscalIdentificationTypeId?: string | null;
650
+ billingAddress?: string | null;
651
+ phone?: string | null;
652
+ cellphone?: string | null;
653
+ department?: string | null;
654
+ city?: string | null;
655
+ countryId?: string | null;
656
+ locationId?: string | null;
657
+ entitlementId?: string | null;
658
+ /** Format: double */
659
+ antiFraudScore?: number;
660
+ callRecordURL?: string | null;
661
+ called?: boolean;
662
+ verified?: boolean;
663
+ payerPictureTimestamp?: string | null;
664
+ payerPicture?: string | null;
665
+ identificationPictureTimestamp?: string | null;
666
+ identificationPicture?: string | null;
667
+ identificationBackPicture?: string | null;
668
+ identificationBackPictureTimestamp?: string | null;
669
+ ipLookupId?: string | null;
670
+ orderId?: string | null;
671
+ accountingEntryId?: string | null;
672
+ paymentGatewayId?: string | null;
673
+ bankAccountId?: string | null;
674
+ enrolmentId?: string | null;
675
+ bankId?: string | null;
676
+ paymentTokenId?: string | null;
677
+ emisorWalletAccountId?: string | null;
678
+ receiverWalletAccountId?: string | null;
679
+ };
680
+ PaymentDto: {
681
+ id?: string | null;
682
+ /** Format: date-time */
683
+ timestamp?: string | null;
684
+ /** Format: date-time */
685
+ timeStamp?: string;
686
+ test?: boolean;
687
+ invoiceId?: string | null;
688
+ tenantId?: string | null;
689
+ emisorWalletId?: string | null;
690
+ receiverWalletId?: string | null;
691
+ currencyId?: string | null;
692
+ /** Format: double */
693
+ forexRate?: number;
694
+ /** Format: double */
695
+ totalCost?: number;
696
+ /** Format: double */
697
+ totalTaxes?: number;
698
+ closed?: boolean;
699
+ data?: string | null;
700
+ dataLabel?: string | null;
701
+ data1?: string | null;
702
+ data1Label?: string | null;
703
+ response?: string | null;
704
+ authorization?: string | null;
705
+ referenceCode?: string | null;
706
+ correlationCode?: string | null;
707
+ /** Format: date-time */
708
+ lastUpdated?: string;
709
+ /**
710
+ * Format: int32
711
+ * @enum {integer}
712
+ */
713
+ onBehalfOf?: 0 | 1 | 2 | 3;
714
+ /**
715
+ * Format: int32
716
+ * @enum {integer}
717
+ */
718
+ paymentType?: 0 | 1 | 2;
719
+ /**
720
+ * Format: int32
721
+ * @enum {integer}
722
+ */
723
+ paymentStatus?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
724
+ /** Format: double */
725
+ baseCost?: number;
726
+ signature?: string | null;
727
+ signatureMismatch?: boolean;
728
+ isExternal?: boolean;
729
+ markedForRevision?: boolean;
730
+ forexRatesSnapshot?: string | null;
731
+ officialId?: string | null;
732
+ /** Format: date-time */
733
+ officialIdExpeditionDate?: string;
734
+ fiscalIdentificationTypeId?: string | null;
735
+ billingAddress?: string | null;
736
+ phone?: string | null;
737
+ cellphone?: string | null;
738
+ department?: string | null;
739
+ city?: string | null;
740
+ countryId?: string | null;
741
+ locationId?: string | null;
742
+ entitlementId?: string | null;
743
+ /** Format: double */
744
+ antiFraudScore?: number;
745
+ callRecordURL?: string | null;
746
+ called?: boolean;
747
+ verified?: boolean;
748
+ payerPictureTimestamp?: string | null;
749
+ payerPicture?: string | null;
750
+ identificationPictureTimestamp?: string | null;
751
+ identificationPicture?: string | null;
752
+ identificationBackPicture?: string | null;
753
+ identificationBackPictureTimestamp?: string | null;
754
+ ipLookupId?: string | null;
755
+ orderId?: string | null;
756
+ accountingEntryId?: string | null;
757
+ paymentGatewayId?: string | null;
758
+ bankAccountId?: string | null;
759
+ enrolmentId?: string | null;
760
+ bankId?: string | null;
761
+ paymentTokenId?: string | null;
762
+ };
763
+ PaymentDtoListEnvelope: {
764
+ isSuccess?: boolean;
765
+ errorMessage?: string | null;
766
+ correlationId?: string | null;
767
+ /** Format: date-time */
768
+ timestamp?: string;
769
+ activityId?: string | null;
770
+ result?: components["schemas"]["PaymentDto"][] | null;
771
+ };
772
+ PaymentUpdateDto: {
773
+ invoiceId?: string | null;
774
+ tenantId?: string | null;
775
+ emisorWalletId?: string | null;
776
+ receiverWalletId?: string | null;
777
+ currencyId?: string | null;
778
+ /** Format: double */
779
+ forexRate?: number;
780
+ /** Format: double */
781
+ totalCost?: number;
782
+ /** Format: double */
783
+ totalTaxes?: number;
784
+ closed?: boolean;
785
+ data?: string | null;
786
+ dataLabel?: string | null;
787
+ data1?: string | null;
788
+ data1Label?: string | null;
789
+ response?: string | null;
790
+ authorization?: string | null;
791
+ referenceCode?: string | null;
792
+ correlationCode?: string | null;
793
+ /** Format: date-time */
794
+ lastUpdated?: string;
795
+ /**
796
+ * Format: int32
797
+ * @enum {integer}
798
+ */
799
+ onBehalfOf?: 0 | 1 | 2 | 3;
800
+ /**
801
+ * Format: int32
802
+ * @enum {integer}
803
+ */
804
+ paymentType?: 0 | 1 | 2;
805
+ /**
806
+ * Format: int32
807
+ * @enum {integer}
808
+ */
809
+ paymentStatus?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
810
+ /** Format: double */
811
+ baseCost?: number;
812
+ signature?: string | null;
813
+ signatureMismatch?: boolean;
814
+ isExternal?: boolean;
815
+ markedForRevision?: boolean;
816
+ forexRatesSnapshot?: string | null;
817
+ officialId?: string | null;
818
+ /** Format: date-time */
819
+ officialIdExpeditionDate?: string;
820
+ fiscalIdentificationTypeId?: string | null;
821
+ billingAddress?: string | null;
822
+ phone?: string | null;
823
+ cellphone?: string | null;
824
+ department?: string | null;
825
+ city?: string | null;
826
+ countryId?: string | null;
827
+ locationId?: string | null;
828
+ entitlementId?: string | null;
829
+ /** Format: double */
830
+ antiFraudScore?: number;
831
+ callRecordURL?: string | null;
832
+ called?: boolean;
833
+ verified?: boolean;
834
+ payerPictureTimestamp?: string | null;
835
+ payerPicture?: string | null;
836
+ identificationPictureTimestamp?: string | null;
837
+ identificationPicture?: string | null;
838
+ identificationBackPicture?: string | null;
839
+ identificationBackPictureTimestamp?: string | null;
840
+ ipLookupId?: string | null;
841
+ orderId?: string | null;
842
+ accountingEntryId?: string | null;
843
+ paymentGatewayId?: string | null;
844
+ bankAccountId?: string | null;
845
+ enrolmentId?: string | null;
846
+ bankId?: string | null;
847
+ paymentTokenId?: string | null;
848
+ emisorWalletAccountId?: string | null;
849
+ receiverWalletAccountId?: string | null;
850
+ };
851
+ RefreshRequest: {
852
+ refreshToken: string | null;
853
+ };
854
+ RegisterRequest: {
855
+ email: string | null;
856
+ password: string | null;
857
+ };
858
+ ResendConfirmationEmailRequest: {
859
+ email: string | null;
860
+ };
861
+ ResetPasswordRequest: {
862
+ email: string | null;
863
+ resetCode: string | null;
864
+ newPassword: string | null;
865
+ };
866
+ TwoFactorRequest: {
867
+ enable?: boolean | null;
868
+ twoFactorCode?: string | null;
869
+ resetSharedKey?: boolean;
870
+ resetRecoveryCodes?: boolean;
871
+ forgetMachine?: boolean;
872
+ };
873
+ TwoFactorResponse: {
874
+ sharedKey: string | null;
875
+ /** Format: int32 */
876
+ recoveryCodesLeft: number;
877
+ recoveryCodes?: string[] | null;
878
+ isTwoFactorEnabled: boolean;
879
+ isMachineRemembered: boolean;
880
+ };
881
+ };
882
+ responses: never;
883
+ parameters: never;
884
+ requestBodies: never;
885
+ headers: never;
886
+ pathItems: never;
887
+ }
888
+
889
+ export type $defs = Record<string, never>;
890
+
891
+ export type external = Record<string, never>;
892
+
893
+ export interface operations {
894
+
895
+ "MapIdentityApi-/confirmEmail": {
896
+ parameters: {
897
+ query?: {
898
+ userId?: string;
899
+ code?: string;
900
+ changedEmail?: string;
901
+ };
902
+ };
903
+ responses: {
904
+ /** @description OK */
905
+ 200: {
906
+ content: never;
907
+ };
908
+ };
909
+ };
910
+ }