@fenixalliance/abs-api-client 1.0.5 → 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 (1154) 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 +1 -1
  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/clients/identityService/models/ApiResponse.ts +0 -21
  1151. package/clients/identityService/models/ClientApplication.ts +0 -16
  1152. package/clients/identityService/models/ResponsePagination.ts +0 -13
  1153. package/clients/identityService/models/ResponseStatus.ts +0 -12
  1154. /package/clients/{identityService → dealsService}/models/TenantDto.ts +0 -0
@@ -0,0 +1,1736 @@
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/ProjectsService/Projects": {
306
+ get: {
307
+ parameters: {
308
+ query: {
309
+ tenantId: string;
310
+ "api-version"?: string;
311
+ };
312
+ header?: {
313
+ "x-api-version"?: string;
314
+ };
315
+ };
316
+ responses: {
317
+ /** @description OK */
318
+ 200: {
319
+ content: {
320
+ "application/json": components["schemas"]["ProjectDtoListEnvelope"];
321
+ "application/xml": components["schemas"]["ProjectDtoListEnvelope"];
322
+ };
323
+ };
324
+ /** @description Unauthorized */
325
+ 401: {
326
+ content: {
327
+ "application/json": components["schemas"]["ErrorEnvelope"];
328
+ "application/xml": components["schemas"]["ErrorEnvelope"];
329
+ };
330
+ };
331
+ /** @description Forbidden */
332
+ 403: {
333
+ content: {
334
+ "application/json": components["schemas"]["ErrorEnvelope"];
335
+ "application/xml": components["schemas"]["ErrorEnvelope"];
336
+ };
337
+ };
338
+ };
339
+ };
340
+ post: {
341
+ parameters: {
342
+ query: {
343
+ tenantId: string;
344
+ "api-version"?: string;
345
+ };
346
+ header?: {
347
+ "x-api-version"?: string;
348
+ };
349
+ };
350
+ requestBody?: {
351
+ content: {
352
+ "application/json": components["schemas"]["ProjectCreateDto"];
353
+ "application/xml": components["schemas"]["ProjectCreateDto"];
354
+ };
355
+ };
356
+ responses: {
357
+ /** @description OK */
358
+ 200: {
359
+ content: {
360
+ "application/json": components["schemas"]["EmptyEnvelope"];
361
+ "application/xml": components["schemas"]["EmptyEnvelope"];
362
+ };
363
+ };
364
+ /** @description Unauthorized */
365
+ 401: {
366
+ content: {
367
+ "application/json": components["schemas"]["ErrorEnvelope"];
368
+ "application/xml": components["schemas"]["ErrorEnvelope"];
369
+ };
370
+ };
371
+ /** @description Forbidden */
372
+ 403: {
373
+ content: {
374
+ "application/json": components["schemas"]["ErrorEnvelope"];
375
+ "application/xml": components["schemas"]["ErrorEnvelope"];
376
+ };
377
+ };
378
+ };
379
+ };
380
+ };
381
+ "/api/v2/ProjectsService/Projects/Count": {
382
+ get: {
383
+ parameters: {
384
+ query: {
385
+ tenantId: string;
386
+ "api-version"?: string;
387
+ };
388
+ header?: {
389
+ "x-api-version"?: string;
390
+ };
391
+ };
392
+ responses: {
393
+ /** @description OK */
394
+ 200: {
395
+ content: {
396
+ "application/json": components["schemas"]["Int32Envelope"];
397
+ "application/xml": components["schemas"]["Int32Envelope"];
398
+ };
399
+ };
400
+ /** @description Unauthorized */
401
+ 401: {
402
+ content: {
403
+ "application/json": components["schemas"]["ErrorEnvelope"];
404
+ "application/xml": components["schemas"]["ErrorEnvelope"];
405
+ };
406
+ };
407
+ /** @description Forbidden */
408
+ 403: {
409
+ content: {
410
+ "application/json": components["schemas"]["ErrorEnvelope"];
411
+ "application/xml": components["schemas"]["ErrorEnvelope"];
412
+ };
413
+ };
414
+ };
415
+ };
416
+ };
417
+ "/api/v2/ProjectsService/Projects/{projectId}": {
418
+ get: {
419
+ parameters: {
420
+ query: {
421
+ tenantId: string;
422
+ "api-version"?: string;
423
+ };
424
+ header?: {
425
+ "x-api-version"?: string;
426
+ };
427
+ path: {
428
+ projectId: string;
429
+ };
430
+ };
431
+ responses: {
432
+ /** @description OK */
433
+ 200: {
434
+ content: {
435
+ "application/json": components["schemas"]["ProjectDtoEnvelope"];
436
+ "application/xml": components["schemas"]["ProjectDtoEnvelope"];
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
+ put: {
456
+ parameters: {
457
+ query: {
458
+ tenantId: string;
459
+ "api-version"?: string;
460
+ };
461
+ header?: {
462
+ "x-api-version"?: string;
463
+ };
464
+ path: {
465
+ projectId: string;
466
+ };
467
+ };
468
+ requestBody?: {
469
+ content: {
470
+ "application/json": components["schemas"]["ProjectUpdateDto"];
471
+ "application/xml": components["schemas"]["ProjectUpdateDto"];
472
+ };
473
+ };
474
+ responses: {
475
+ /** @description OK */
476
+ 200: {
477
+ content: {
478
+ "application/json": components["schemas"]["EmptyEnvelope"];
479
+ "application/xml": components["schemas"]["EmptyEnvelope"];
480
+ };
481
+ };
482
+ /** @description Unauthorized */
483
+ 401: {
484
+ content: {
485
+ "application/json": components["schemas"]["ErrorEnvelope"];
486
+ "application/xml": components["schemas"]["ErrorEnvelope"];
487
+ };
488
+ };
489
+ /** @description Forbidden */
490
+ 403: {
491
+ content: {
492
+ "application/json": components["schemas"]["ErrorEnvelope"];
493
+ "application/xml": components["schemas"]["ErrorEnvelope"];
494
+ };
495
+ };
496
+ };
497
+ };
498
+ delete: {
499
+ parameters: {
500
+ query: {
501
+ tenantId: string;
502
+ "api-version"?: string;
503
+ };
504
+ header?: {
505
+ "x-api-version"?: string;
506
+ };
507
+ path: {
508
+ projectId: string;
509
+ };
510
+ };
511
+ responses: {
512
+ /** @description OK */
513
+ 200: {
514
+ content: {
515
+ "application/json": components["schemas"]["EmptyEnvelope"];
516
+ "application/xml": components["schemas"]["EmptyEnvelope"];
517
+ };
518
+ };
519
+ /** @description Unauthorized */
520
+ 401: {
521
+ content: {
522
+ "application/json": components["schemas"]["ErrorEnvelope"];
523
+ "application/xml": components["schemas"]["ErrorEnvelope"];
524
+ };
525
+ };
526
+ /** @description Forbidden */
527
+ 403: {
528
+ content: {
529
+ "application/json": components["schemas"]["ErrorEnvelope"];
530
+ "application/xml": components["schemas"]["ErrorEnvelope"];
531
+ };
532
+ };
533
+ };
534
+ };
535
+ };
536
+ "/api/v2/ProjectsService/Projects/{projectId}/Periods": {
537
+ get: {
538
+ parameters: {
539
+ query: {
540
+ tenantId: string;
541
+ "api-version"?: string;
542
+ };
543
+ header?: {
544
+ "x-api-version"?: string;
545
+ };
546
+ path: {
547
+ projectId: string;
548
+ };
549
+ };
550
+ requestBody?: {
551
+ content: {
552
+ "application/json": components["schemas"]["ProjectPeriodCreateDto"];
553
+ "application/xml": components["schemas"]["ProjectPeriodCreateDto"];
554
+ };
555
+ };
556
+ responses: {
557
+ /** @description OK */
558
+ 200: {
559
+ content: {
560
+ "application/json": components["schemas"]["EmptyEnvelope"];
561
+ "application/xml": components["schemas"]["EmptyEnvelope"];
562
+ };
563
+ };
564
+ /** @description Unauthorized */
565
+ 401: {
566
+ content: {
567
+ "application/json": components["schemas"]["ErrorEnvelope"];
568
+ "application/xml": components["schemas"]["ErrorEnvelope"];
569
+ };
570
+ };
571
+ /** @description Forbidden */
572
+ 403: {
573
+ content: {
574
+ "application/json": components["schemas"]["ErrorEnvelope"];
575
+ "application/xml": components["schemas"]["ErrorEnvelope"];
576
+ };
577
+ };
578
+ };
579
+ };
580
+ };
581
+ "/api/v2/ProjectsService/Projects/{projectId}/Periods/{projectPeriodId}": {
582
+ put: {
583
+ parameters: {
584
+ query: {
585
+ tenantId: string;
586
+ "api-version"?: string;
587
+ };
588
+ header?: {
589
+ "x-api-version"?: string;
590
+ };
591
+ path: {
592
+ projectId: string;
593
+ projectPeriodId: string;
594
+ };
595
+ };
596
+ requestBody?: {
597
+ content: {
598
+ "application/json": components["schemas"]["ProjectPeriodUpdateDto"];
599
+ "application/xml": components["schemas"]["ProjectPeriodUpdateDto"];
600
+ };
601
+ };
602
+ responses: {
603
+ /** @description OK */
604
+ 200: {
605
+ content: {
606
+ "application/json": components["schemas"]["EmptyEnvelope"];
607
+ "application/xml": components["schemas"]["EmptyEnvelope"];
608
+ };
609
+ };
610
+ /** @description Unauthorized */
611
+ 401: {
612
+ content: {
613
+ "application/json": components["schemas"]["ErrorEnvelope"];
614
+ "application/xml": components["schemas"]["ErrorEnvelope"];
615
+ };
616
+ };
617
+ /** @description Forbidden */
618
+ 403: {
619
+ content: {
620
+ "application/json": components["schemas"]["ErrorEnvelope"];
621
+ "application/xml": components["schemas"]["ErrorEnvelope"];
622
+ };
623
+ };
624
+ };
625
+ };
626
+ delete: {
627
+ parameters: {
628
+ query: {
629
+ tenantId: string;
630
+ "api-version"?: string;
631
+ };
632
+ header?: {
633
+ "x-api-version"?: string;
634
+ };
635
+ path: {
636
+ projectId: string;
637
+ projectPeriodId: string;
638
+ };
639
+ };
640
+ responses: {
641
+ /** @description OK */
642
+ 200: {
643
+ content: {
644
+ "application/json": components["schemas"]["EmptyEnvelope"];
645
+ "application/xml": components["schemas"]["EmptyEnvelope"];
646
+ };
647
+ };
648
+ /** @description Unauthorized */
649
+ 401: {
650
+ content: {
651
+ "application/json": components["schemas"]["ErrorEnvelope"];
652
+ "application/xml": components["schemas"]["ErrorEnvelope"];
653
+ };
654
+ };
655
+ /** @description Forbidden */
656
+ 403: {
657
+ content: {
658
+ "application/json": components["schemas"]["ErrorEnvelope"];
659
+ "application/xml": components["schemas"]["ErrorEnvelope"];
660
+ };
661
+ };
662
+ };
663
+ };
664
+ };
665
+ "/api/v2/ProjectsService/Projects/{projectId}/TimeLogs": {
666
+ get: {
667
+ parameters: {
668
+ query: {
669
+ tenantId: string;
670
+ "api-version"?: string;
671
+ };
672
+ header?: {
673
+ "x-api-version"?: string;
674
+ };
675
+ path: {
676
+ projectId: string;
677
+ };
678
+ };
679
+ responses: {
680
+ /** @description OK */
681
+ 200: {
682
+ content: {
683
+ "application/json": components["schemas"]["ProjectTimeLogDtoListEnvelope"];
684
+ "application/xml": components["schemas"]["ProjectTimeLogDtoListEnvelope"];
685
+ };
686
+ };
687
+ /** @description Unauthorized */
688
+ 401: {
689
+ content: {
690
+ "application/json": components["schemas"]["ErrorEnvelope"];
691
+ "application/xml": components["schemas"]["ErrorEnvelope"];
692
+ };
693
+ };
694
+ /** @description Forbidden */
695
+ 403: {
696
+ content: {
697
+ "application/json": components["schemas"]["ErrorEnvelope"];
698
+ "application/xml": components["schemas"]["ErrorEnvelope"];
699
+ };
700
+ };
701
+ };
702
+ };
703
+ };
704
+ "/api/v2/ProjectsService/Projects/{projectId}/TimeLogs/Count": {
705
+ get: {
706
+ parameters: {
707
+ query: {
708
+ tenantId: string;
709
+ "api-version"?: string;
710
+ };
711
+ header?: {
712
+ "x-api-version"?: string;
713
+ };
714
+ path: {
715
+ projectId: string;
716
+ };
717
+ };
718
+ responses: {
719
+ /** @description OK */
720
+ 200: {
721
+ content: {
722
+ "application/json": components["schemas"]["Int32Envelope"];
723
+ "application/xml": components["schemas"]["Int32Envelope"];
724
+ };
725
+ };
726
+ /** @description Unauthorized */
727
+ 401: {
728
+ content: {
729
+ "application/json": components["schemas"]["ErrorEnvelope"];
730
+ "application/xml": components["schemas"]["ErrorEnvelope"];
731
+ };
732
+ };
733
+ /** @description Forbidden */
734
+ 403: {
735
+ content: {
736
+ "application/json": components["schemas"]["ErrorEnvelope"];
737
+ "application/xml": components["schemas"]["ErrorEnvelope"];
738
+ };
739
+ };
740
+ };
741
+ };
742
+ };
743
+ "/api/v2/ProjectsService/Projects/{projectId}/Tasks": {
744
+ get: {
745
+ parameters: {
746
+ query: {
747
+ tenantId: string;
748
+ "api-version"?: string;
749
+ };
750
+ header?: {
751
+ "x-api-version"?: string;
752
+ };
753
+ path: {
754
+ projectId: string;
755
+ };
756
+ };
757
+ responses: {
758
+ /** @description OK */
759
+ 200: {
760
+ content: {
761
+ "application/json": components["schemas"]["ProjectTaskDtoListEnvelope"];
762
+ "application/xml": components["schemas"]["ProjectTaskDtoListEnvelope"];
763
+ };
764
+ };
765
+ /** @description Unauthorized */
766
+ 401: {
767
+ content: {
768
+ "application/json": components["schemas"]["ErrorEnvelope"];
769
+ "application/xml": components["schemas"]["ErrorEnvelope"];
770
+ };
771
+ };
772
+ /** @description Forbidden */
773
+ 403: {
774
+ content: {
775
+ "application/json": components["schemas"]["ErrorEnvelope"];
776
+ "application/xml": components["schemas"]["ErrorEnvelope"];
777
+ };
778
+ };
779
+ };
780
+ };
781
+ post: {
782
+ parameters: {
783
+ query: {
784
+ tenantId: string;
785
+ "api-version"?: string;
786
+ };
787
+ header?: {
788
+ "x-api-version"?: string;
789
+ };
790
+ path: {
791
+ projectId: string;
792
+ };
793
+ };
794
+ requestBody?: {
795
+ content: {
796
+ "application/json": components["schemas"]["ProjectTaskCreateDto"];
797
+ "application/xml": components["schemas"]["ProjectTaskCreateDto"];
798
+ };
799
+ };
800
+ responses: {
801
+ /** @description OK */
802
+ 200: {
803
+ content: {
804
+ "application/json": components["schemas"]["EmptyEnvelope"];
805
+ "application/xml": components["schemas"]["EmptyEnvelope"];
806
+ };
807
+ };
808
+ /** @description Unauthorized */
809
+ 401: {
810
+ content: {
811
+ "application/json": components["schemas"]["ErrorEnvelope"];
812
+ "application/xml": components["schemas"]["ErrorEnvelope"];
813
+ };
814
+ };
815
+ /** @description Forbidden */
816
+ 403: {
817
+ content: {
818
+ "application/json": components["schemas"]["ErrorEnvelope"];
819
+ "application/xml": components["schemas"]["ErrorEnvelope"];
820
+ };
821
+ };
822
+ };
823
+ };
824
+ };
825
+ "/api/v2/ProjectsService/Projects/{projectId}/Tasks/Count": {
826
+ get: {
827
+ parameters: {
828
+ query: {
829
+ tenantId: string;
830
+ "api-version"?: string;
831
+ };
832
+ header?: {
833
+ "x-api-version"?: string;
834
+ };
835
+ path: {
836
+ projectId: string;
837
+ };
838
+ };
839
+ responses: {
840
+ /** @description OK */
841
+ 200: {
842
+ content: {
843
+ "application/json": components["schemas"]["Int32Envelope"];
844
+ "application/xml": components["schemas"]["Int32Envelope"];
845
+ };
846
+ };
847
+ /** @description Unauthorized */
848
+ 401: {
849
+ content: {
850
+ "application/json": components["schemas"]["ErrorEnvelope"];
851
+ "application/xml": components["schemas"]["ErrorEnvelope"];
852
+ };
853
+ };
854
+ /** @description Forbidden */
855
+ 403: {
856
+ content: {
857
+ "application/json": components["schemas"]["ErrorEnvelope"];
858
+ "application/xml": components["schemas"]["ErrorEnvelope"];
859
+ };
860
+ };
861
+ };
862
+ };
863
+ };
864
+ "/api/v2/ProjectsService/Projects/{projectId}/Tasks/{projectTaskId}": {
865
+ put: {
866
+ parameters: {
867
+ query: {
868
+ tenantId: string;
869
+ "api-version"?: string;
870
+ };
871
+ header?: {
872
+ "x-api-version"?: string;
873
+ };
874
+ path: {
875
+ projectId: string;
876
+ projectTaskId: string;
877
+ };
878
+ };
879
+ requestBody?: {
880
+ content: {
881
+ "application/json": components["schemas"]["ProjectTaskUpdateDto"];
882
+ "application/xml": components["schemas"]["ProjectTaskUpdateDto"];
883
+ };
884
+ };
885
+ responses: {
886
+ /** @description OK */
887
+ 200: {
888
+ content: {
889
+ "application/json": components["schemas"]["EmptyEnvelope"];
890
+ "application/xml": components["schemas"]["EmptyEnvelope"];
891
+ };
892
+ };
893
+ /** @description Unauthorized */
894
+ 401: {
895
+ content: {
896
+ "application/json": components["schemas"]["ErrorEnvelope"];
897
+ "application/xml": components["schemas"]["ErrorEnvelope"];
898
+ };
899
+ };
900
+ /** @description Forbidden */
901
+ 403: {
902
+ content: {
903
+ "application/json": components["schemas"]["ErrorEnvelope"];
904
+ "application/xml": components["schemas"]["ErrorEnvelope"];
905
+ };
906
+ };
907
+ };
908
+ };
909
+ delete: {
910
+ parameters: {
911
+ query: {
912
+ tenantId: string;
913
+ "api-version"?: string;
914
+ };
915
+ header?: {
916
+ "x-api-version"?: string;
917
+ };
918
+ path: {
919
+ projectId: string;
920
+ projectTaskId: string;
921
+ };
922
+ };
923
+ responses: {
924
+ /** @description OK */
925
+ 200: {
926
+ content: {
927
+ "application/json": components["schemas"]["EmptyEnvelope"];
928
+ "application/xml": components["schemas"]["EmptyEnvelope"];
929
+ };
930
+ };
931
+ /** @description Unauthorized */
932
+ 401: {
933
+ content: {
934
+ "application/json": components["schemas"]["ErrorEnvelope"];
935
+ "application/xml": components["schemas"]["ErrorEnvelope"];
936
+ };
937
+ };
938
+ /** @description Forbidden */
939
+ 403: {
940
+ content: {
941
+ "application/json": components["schemas"]["ErrorEnvelope"];
942
+ "application/xml": components["schemas"]["ErrorEnvelope"];
943
+ };
944
+ };
945
+ };
946
+ };
947
+ };
948
+ "/api/v2/ProjectsService/Projects/{projectId}/TaskCategories": {
949
+ get: {
950
+ parameters: {
951
+ query: {
952
+ tenantId: string;
953
+ "api-version"?: string;
954
+ };
955
+ header?: {
956
+ "x-api-version"?: string;
957
+ };
958
+ path: {
959
+ projectId: string;
960
+ };
961
+ };
962
+ responses: {
963
+ /** @description OK */
964
+ 200: {
965
+ content: {
966
+ "application/json": components["schemas"]["TaskCategoryDtoListEnvelope"];
967
+ "application/xml": components["schemas"]["TaskCategoryDtoListEnvelope"];
968
+ };
969
+ };
970
+ /** @description Unauthorized */
971
+ 401: {
972
+ content: {
973
+ "application/json": components["schemas"]["ErrorEnvelope"];
974
+ "application/xml": components["schemas"]["ErrorEnvelope"];
975
+ };
976
+ };
977
+ /** @description Forbidden */
978
+ 403: {
979
+ content: {
980
+ "application/json": components["schemas"]["ErrorEnvelope"];
981
+ "application/xml": components["schemas"]["ErrorEnvelope"];
982
+ };
983
+ };
984
+ };
985
+ };
986
+ };
987
+ "/api/v2/ProjectsService/Projects/{projectId}/TaskCategories/Count": {
988
+ get: {
989
+ parameters: {
990
+ query: {
991
+ tenantId: string;
992
+ "api-version"?: string;
993
+ };
994
+ header?: {
995
+ "x-api-version"?: string;
996
+ };
997
+ path: {
998
+ projectId: string;
999
+ };
1000
+ };
1001
+ responses: {
1002
+ /** @description OK */
1003
+ 200: {
1004
+ content: {
1005
+ "application/json": components["schemas"]["Int32Envelope"];
1006
+ "application/xml": components["schemas"]["Int32Envelope"];
1007
+ };
1008
+ };
1009
+ /** @description Unauthorized */
1010
+ 401: {
1011
+ content: {
1012
+ "application/json": components["schemas"]["ErrorEnvelope"];
1013
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1014
+ };
1015
+ };
1016
+ /** @description Forbidden */
1017
+ 403: {
1018
+ content: {
1019
+ "application/json": components["schemas"]["ErrorEnvelope"];
1020
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1021
+ };
1022
+ };
1023
+ };
1024
+ };
1025
+ };
1026
+ "/api/v2/ProjectsService/TaskCategories": {
1027
+ get: {
1028
+ parameters: {
1029
+ query: {
1030
+ tenantId: string;
1031
+ "api-version"?: string;
1032
+ };
1033
+ header?: {
1034
+ "x-api-version"?: string;
1035
+ };
1036
+ };
1037
+ responses: {
1038
+ /** @description OK */
1039
+ 200: {
1040
+ content: {
1041
+ "application/json": components["schemas"]["TaskCategoryDtoListEnvelope"];
1042
+ "application/xml": components["schemas"]["TaskCategoryDtoListEnvelope"];
1043
+ };
1044
+ };
1045
+ /** @description Unauthorized */
1046
+ 401: {
1047
+ content: {
1048
+ "application/json": components["schemas"]["ErrorEnvelope"];
1049
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1050
+ };
1051
+ };
1052
+ /** @description Forbidden */
1053
+ 403: {
1054
+ content: {
1055
+ "application/json": components["schemas"]["ErrorEnvelope"];
1056
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1057
+ };
1058
+ };
1059
+ };
1060
+ };
1061
+ post: {
1062
+ parameters: {
1063
+ query: {
1064
+ tenantId: string;
1065
+ "api-version"?: string;
1066
+ };
1067
+ header?: {
1068
+ "x-api-version"?: string;
1069
+ };
1070
+ };
1071
+ requestBody?: {
1072
+ content: {
1073
+ "application/json": components["schemas"]["TaskCategoryCreateDto"];
1074
+ "application/xml": components["schemas"]["TaskCategoryCreateDto"];
1075
+ };
1076
+ };
1077
+ responses: {
1078
+ /** @description OK */
1079
+ 200: {
1080
+ content: {
1081
+ "application/json": components["schemas"]["TaskCategoryDto"];
1082
+ "application/xml": components["schemas"]["TaskCategoryDto"];
1083
+ };
1084
+ };
1085
+ /** @description Unauthorized */
1086
+ 401: {
1087
+ content: {
1088
+ "application/json": components["schemas"]["ErrorEnvelope"];
1089
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1090
+ };
1091
+ };
1092
+ /** @description Forbidden */
1093
+ 403: {
1094
+ content: {
1095
+ "application/json": components["schemas"]["ErrorEnvelope"];
1096
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1097
+ };
1098
+ };
1099
+ };
1100
+ };
1101
+ };
1102
+ "/api/v2/ProjectsService/TaskCategories/{taskCategoryId}": {
1103
+ get: {
1104
+ parameters: {
1105
+ query: {
1106
+ tenantId: string;
1107
+ "api-version"?: string;
1108
+ };
1109
+ header?: {
1110
+ "x-api-version"?: string;
1111
+ };
1112
+ path: {
1113
+ taskCategoryId: string;
1114
+ };
1115
+ };
1116
+ responses: {
1117
+ /** @description OK */
1118
+ 200: {
1119
+ content: {
1120
+ "application/json": components["schemas"]["TaskCategoryDto"];
1121
+ "application/xml": components["schemas"]["TaskCategoryDto"];
1122
+ };
1123
+ };
1124
+ /** @description Unauthorized */
1125
+ 401: {
1126
+ content: {
1127
+ "application/json": components["schemas"]["ErrorEnvelope"];
1128
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1129
+ };
1130
+ };
1131
+ /** @description Forbidden */
1132
+ 403: {
1133
+ content: {
1134
+ "application/json": components["schemas"]["ErrorEnvelope"];
1135
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1136
+ };
1137
+ };
1138
+ };
1139
+ };
1140
+ put: {
1141
+ parameters: {
1142
+ query: {
1143
+ tenantId: string;
1144
+ "api-version"?: string;
1145
+ };
1146
+ header?: {
1147
+ "x-api-version"?: string;
1148
+ };
1149
+ path: {
1150
+ taskCategoryId: string;
1151
+ };
1152
+ };
1153
+ requestBody?: {
1154
+ content: {
1155
+ "application/json": components["schemas"]["TaskCategoryUpdateDto"];
1156
+ "application/xml": components["schemas"]["TaskCategoryUpdateDto"];
1157
+ };
1158
+ };
1159
+ responses: {
1160
+ /** @description OK */
1161
+ 200: {
1162
+ content: {
1163
+ "application/json": components["schemas"]["TaskCategoryDto"];
1164
+ "application/xml": components["schemas"]["TaskCategoryDto"];
1165
+ };
1166
+ };
1167
+ /** @description Unauthorized */
1168
+ 401: {
1169
+ content: {
1170
+ "application/json": components["schemas"]["ErrorEnvelope"];
1171
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1172
+ };
1173
+ };
1174
+ /** @description Forbidden */
1175
+ 403: {
1176
+ content: {
1177
+ "application/json": components["schemas"]["ErrorEnvelope"];
1178
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1179
+ };
1180
+ };
1181
+ };
1182
+ };
1183
+ delete: {
1184
+ parameters: {
1185
+ query: {
1186
+ tenantId: string;
1187
+ "api-version"?: string;
1188
+ };
1189
+ header?: {
1190
+ "x-api-version"?: string;
1191
+ };
1192
+ path: {
1193
+ taskCategoryId: string;
1194
+ };
1195
+ };
1196
+ responses: {
1197
+ /** @description OK */
1198
+ 200: {
1199
+ content: {
1200
+ "application/json": components["schemas"]["TaskCategoryDto"];
1201
+ "application/xml": components["schemas"]["TaskCategoryDto"];
1202
+ };
1203
+ };
1204
+ /** @description Unauthorized */
1205
+ 401: {
1206
+ content: {
1207
+ "application/json": components["schemas"]["ErrorEnvelope"];
1208
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1209
+ };
1210
+ };
1211
+ /** @description Forbidden */
1212
+ 403: {
1213
+ content: {
1214
+ "application/json": components["schemas"]["ErrorEnvelope"];
1215
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1216
+ };
1217
+ };
1218
+ };
1219
+ };
1220
+ };
1221
+ "/api/v2/ProjectsService/TaskCategories/{taskCategoryId}/Types": {
1222
+ get: {
1223
+ parameters: {
1224
+ query: {
1225
+ tenantId: string;
1226
+ "api-version"?: string;
1227
+ };
1228
+ header?: {
1229
+ "x-api-version"?: string;
1230
+ };
1231
+ path: {
1232
+ taskCategoryId: string;
1233
+ };
1234
+ };
1235
+ responses: {
1236
+ /** @description OK */
1237
+ 200: {
1238
+ content: {
1239
+ "application/json": components["schemas"]["TaskCategoryDto"];
1240
+ "application/xml": components["schemas"]["TaskCategoryDto"];
1241
+ };
1242
+ };
1243
+ /** @description Unauthorized */
1244
+ 401: {
1245
+ content: {
1246
+ "application/json": components["schemas"]["ErrorEnvelope"];
1247
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1248
+ };
1249
+ };
1250
+ /** @description Forbidden */
1251
+ 403: {
1252
+ content: {
1253
+ "application/json": components["schemas"]["ErrorEnvelope"];
1254
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1255
+ };
1256
+ };
1257
+ };
1258
+ };
1259
+ };
1260
+ "/api/v2/ProjectsService/TaskTypes/{taskTypeId}": {
1261
+ get: {
1262
+ parameters: {
1263
+ query: {
1264
+ tenantId: string;
1265
+ "api-version"?: string;
1266
+ };
1267
+ header?: {
1268
+ "x-api-version"?: string;
1269
+ };
1270
+ path: {
1271
+ taskTypeId: string;
1272
+ };
1273
+ };
1274
+ responses: {
1275
+ /** @description OK */
1276
+ 200: {
1277
+ content: {
1278
+ "application/json": components["schemas"]["TaskTypeDto"];
1279
+ "application/xml": components["schemas"]["TaskTypeDto"];
1280
+ };
1281
+ };
1282
+ /** @description Unauthorized */
1283
+ 401: {
1284
+ content: {
1285
+ "application/json": components["schemas"]["ErrorEnvelope"];
1286
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1287
+ };
1288
+ };
1289
+ /** @description Forbidden */
1290
+ 403: {
1291
+ content: {
1292
+ "application/json": components["schemas"]["ErrorEnvelope"];
1293
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1294
+ };
1295
+ };
1296
+ };
1297
+ };
1298
+ put: {
1299
+ parameters: {
1300
+ query: {
1301
+ tenantId: string;
1302
+ "api-version"?: string;
1303
+ };
1304
+ header?: {
1305
+ "x-api-version"?: string;
1306
+ };
1307
+ path: {
1308
+ taskTypeId: string;
1309
+ };
1310
+ };
1311
+ requestBody?: {
1312
+ content: {
1313
+ "application/json": components["schemas"]["TaskTypeUpdateDto"];
1314
+ "application/xml": components["schemas"]["TaskTypeUpdateDto"];
1315
+ };
1316
+ };
1317
+ responses: {
1318
+ /** @description OK */
1319
+ 200: {
1320
+ content: {
1321
+ "application/json": components["schemas"]["TaskTypeDto"];
1322
+ "application/xml": components["schemas"]["TaskTypeDto"];
1323
+ };
1324
+ };
1325
+ /** @description Unauthorized */
1326
+ 401: {
1327
+ content: {
1328
+ "application/json": components["schemas"]["ErrorEnvelope"];
1329
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1330
+ };
1331
+ };
1332
+ /** @description Forbidden */
1333
+ 403: {
1334
+ content: {
1335
+ "application/json": components["schemas"]["ErrorEnvelope"];
1336
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1337
+ };
1338
+ };
1339
+ };
1340
+ };
1341
+ delete: {
1342
+ parameters: {
1343
+ query: {
1344
+ tenantId: string;
1345
+ "api-version"?: string;
1346
+ };
1347
+ header?: {
1348
+ "x-api-version"?: string;
1349
+ };
1350
+ path: {
1351
+ taskTypeId: string;
1352
+ };
1353
+ };
1354
+ responses: {
1355
+ /** @description OK */
1356
+ 200: {
1357
+ content: {
1358
+ "application/json": components["schemas"]["TaskTypeDto"];
1359
+ "application/xml": components["schemas"]["TaskTypeDto"];
1360
+ };
1361
+ };
1362
+ /** @description Unauthorized */
1363
+ 401: {
1364
+ content: {
1365
+ "application/json": components["schemas"]["ErrorEnvelope"];
1366
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1367
+ };
1368
+ };
1369
+ /** @description Forbidden */
1370
+ 403: {
1371
+ content: {
1372
+ "application/json": components["schemas"]["ErrorEnvelope"];
1373
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1374
+ };
1375
+ };
1376
+ };
1377
+ };
1378
+ };
1379
+ "/api/v2/ProjectsService/TaskTypes": {
1380
+ post: {
1381
+ parameters: {
1382
+ query: {
1383
+ tenantId: string;
1384
+ "api-version"?: string;
1385
+ };
1386
+ header?: {
1387
+ "x-api-version"?: string;
1388
+ };
1389
+ };
1390
+ requestBody?: {
1391
+ content: {
1392
+ "application/json": components["schemas"]["TaskTypeCreateDto"];
1393
+ "application/xml": components["schemas"]["TaskTypeCreateDto"];
1394
+ };
1395
+ };
1396
+ responses: {
1397
+ /** @description OK */
1398
+ 200: {
1399
+ content: {
1400
+ "application/json": components["schemas"]["TaskTypeDto"];
1401
+ "application/xml": components["schemas"]["TaskTypeDto"];
1402
+ };
1403
+ };
1404
+ /** @description Unauthorized */
1405
+ 401: {
1406
+ content: {
1407
+ "application/json": components["schemas"]["ErrorEnvelope"];
1408
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1409
+ };
1410
+ };
1411
+ /** @description Forbidden */
1412
+ 403: {
1413
+ content: {
1414
+ "application/json": components["schemas"]["ErrorEnvelope"];
1415
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1416
+ };
1417
+ };
1418
+ };
1419
+ };
1420
+ };
1421
+ }
1422
+
1423
+ export type webhooks = Record<string, never>;
1424
+
1425
+ export interface components {
1426
+ schemas: {
1427
+ AccessTokenResponse: {
1428
+ tokenType?: string | null;
1429
+ accessToken: string | null;
1430
+ /** Format: int64 */
1431
+ expiresIn: number;
1432
+ refreshToken: string | null;
1433
+ };
1434
+ EmptyEnvelope: {
1435
+ isSuccess?: boolean;
1436
+ errorMessage?: string | null;
1437
+ correlationId?: string | null;
1438
+ /** Format: date-time */
1439
+ timestamp?: string;
1440
+ activityId?: string | null;
1441
+ };
1442
+ ErrorEnvelope: {
1443
+ isSuccess?: boolean;
1444
+ errorMessage?: string | null;
1445
+ correlationId?: string | null;
1446
+ /** Format: date-time */
1447
+ timestamp?: string;
1448
+ activityId?: string | null;
1449
+ };
1450
+ ForgotPasswordRequest: {
1451
+ email: string | null;
1452
+ };
1453
+ HttpValidationProblemDetails: {
1454
+ type?: string | null;
1455
+ title?: string | null;
1456
+ /** Format: int32 */
1457
+ status?: number | null;
1458
+ detail?: string | null;
1459
+ instance?: string | null;
1460
+ errors?: {
1461
+ [key: string]: string[];
1462
+ } | null;
1463
+ [key: string]: unknown;
1464
+ };
1465
+ InfoRequest: {
1466
+ newEmail?: string | null;
1467
+ newPassword?: string | null;
1468
+ oldPassword?: string | null;
1469
+ };
1470
+ InfoResponse: {
1471
+ email: string | null;
1472
+ isEmailConfirmed: boolean;
1473
+ };
1474
+ Int32Envelope: {
1475
+ isSuccess?: boolean;
1476
+ errorMessage?: string | null;
1477
+ correlationId?: string | null;
1478
+ /** Format: date-time */
1479
+ timestamp?: string;
1480
+ activityId?: string | null;
1481
+ /** Format: int32 */
1482
+ result?: number;
1483
+ };
1484
+ LoginRequest: {
1485
+ email: string | null;
1486
+ password: string | null;
1487
+ twoFactorCode?: string | null;
1488
+ twoFactorRecoveryCode?: string | null;
1489
+ };
1490
+ ProjectCreateDto: {
1491
+ /** Format: uuid */
1492
+ id?: string;
1493
+ /** Format: date-time */
1494
+ timestamp?: string;
1495
+ title?: string | null;
1496
+ description?: string | null;
1497
+ /** Format: date-time */
1498
+ projectStartDate?: string;
1499
+ /** Format: date-time */
1500
+ projectEndDate?: string;
1501
+ };
1502
+ ProjectDto: {
1503
+ id?: string | null;
1504
+ /** Format: date-time */
1505
+ timestamp?: string | null;
1506
+ title?: string | null;
1507
+ description?: string | null;
1508
+ /** Format: date-time */
1509
+ projectStartDate?: string;
1510
+ /** Format: date-time */
1511
+ projectEndDate?: string;
1512
+ };
1513
+ ProjectDtoEnvelope: {
1514
+ isSuccess?: boolean;
1515
+ errorMessage?: string | null;
1516
+ correlationId?: string | null;
1517
+ /** Format: date-time */
1518
+ timestamp?: string;
1519
+ activityId?: string | null;
1520
+ result?: components["schemas"]["ProjectDto"];
1521
+ };
1522
+ ProjectDtoListEnvelope: {
1523
+ isSuccess?: boolean;
1524
+ errorMessage?: string | null;
1525
+ correlationId?: string | null;
1526
+ /** Format: date-time */
1527
+ timestamp?: string;
1528
+ activityId?: string | null;
1529
+ result?: components["schemas"]["ProjectDto"][] | null;
1530
+ };
1531
+ ProjectPeriodCreateDto: {
1532
+ /** Format: uuid */
1533
+ id?: string;
1534
+ /** Format: date-time */
1535
+ timestamp?: string;
1536
+ /** Format: date-time */
1537
+ periodStartDate?: string;
1538
+ /** Format: date-time */
1539
+ periodEndDate?: string;
1540
+ projectID?: string | null;
1541
+ };
1542
+ ProjectPeriodUpdateDto: {
1543
+ /** Format: date-time */
1544
+ periodStartDate?: string;
1545
+ /** Format: date-time */
1546
+ periodEndDate?: string;
1547
+ };
1548
+ ProjectTaskCreateDto: {
1549
+ /** Format: uuid */
1550
+ id?: string;
1551
+ /** Format: date-time */
1552
+ timestamp?: string;
1553
+ title?: string | null;
1554
+ description?: string | null;
1555
+ /** Format: date-time */
1556
+ startDate?: string;
1557
+ /** Format: date-time */
1558
+ dueLine?: string;
1559
+ projectID?: string | null;
1560
+ };
1561
+ ProjectTaskDto: {
1562
+ id?: string | null;
1563
+ /** Format: date-time */
1564
+ timestamp?: string | null;
1565
+ /** Format: date-time */
1566
+ startDate?: string;
1567
+ /** Format: date-time */
1568
+ dueLine?: string;
1569
+ projectID?: string | null;
1570
+ projectTaskBucketID?: string | null;
1571
+ };
1572
+ ProjectTaskDtoListEnvelope: {
1573
+ isSuccess?: boolean;
1574
+ errorMessage?: string | null;
1575
+ correlationId?: string | null;
1576
+ /** Format: date-time */
1577
+ timestamp?: string;
1578
+ activityId?: string | null;
1579
+ result?: components["schemas"]["ProjectTaskDto"][] | null;
1580
+ };
1581
+ ProjectTaskUpdateDto: {
1582
+ /** Format: date-time */
1583
+ startDate?: string;
1584
+ /** Format: date-time */
1585
+ dueLine?: string;
1586
+ };
1587
+ ProjectTimeLogDto: {
1588
+ id?: string | null;
1589
+ /** Format: date-time */
1590
+ timestamp?: string | null;
1591
+ projectId?: string | null;
1592
+ projectTaskId?: string | null;
1593
+ taskCategoryId?: string | null;
1594
+ projectPeriodId?: string | null;
1595
+ responsibleContactId?: string | null;
1596
+ creatorContactId?: string | null;
1597
+ /**
1598
+ * Format: int32
1599
+ * @enum {integer}
1600
+ */
1601
+ recordType?: 0 | 1 | 2;
1602
+ /** Format: date-time */
1603
+ timeStamp?: string;
1604
+ /** @example PT2H30M */
1605
+ timeSpan?: string;
1606
+ /** Format: date-time */
1607
+ logDate?: string;
1608
+ comments?: string | null;
1609
+ type?: string | null;
1610
+ };
1611
+ ProjectTimeLogDtoListEnvelope: {
1612
+ isSuccess?: boolean;
1613
+ errorMessage?: string | null;
1614
+ correlationId?: string | null;
1615
+ /** Format: date-time */
1616
+ timestamp?: string;
1617
+ activityId?: string | null;
1618
+ result?: components["schemas"]["ProjectTimeLogDto"][] | null;
1619
+ };
1620
+ ProjectUpdateDto: {
1621
+ title?: string | null;
1622
+ description?: string | null;
1623
+ /** Format: date-time */
1624
+ projectStartDate?: string;
1625
+ /** Format: date-time */
1626
+ projectEndDate?: string;
1627
+ };
1628
+ RefreshRequest: {
1629
+ refreshToken: string | null;
1630
+ };
1631
+ RegisterRequest: {
1632
+ email: string | null;
1633
+ password: string | null;
1634
+ };
1635
+ ResendConfirmationEmailRequest: {
1636
+ email: string | null;
1637
+ };
1638
+ ResetPasswordRequest: {
1639
+ email: string | null;
1640
+ resetCode: string | null;
1641
+ newPassword: string | null;
1642
+ };
1643
+ TaskCategoryCreateDto: {
1644
+ /** Format: uuid */
1645
+ id?: string;
1646
+ /** Format: date-time */
1647
+ timestamp?: string;
1648
+ title?: string | null;
1649
+ };
1650
+ TaskCategoryDto: {
1651
+ id?: string | null;
1652
+ /** Format: date-time */
1653
+ timestamp?: string | null;
1654
+ title?: string | null;
1655
+ };
1656
+ TaskCategoryDtoListEnvelope: {
1657
+ isSuccess?: boolean;
1658
+ errorMessage?: string | null;
1659
+ correlationId?: string | null;
1660
+ /** Format: date-time */
1661
+ timestamp?: string;
1662
+ activityId?: string | null;
1663
+ result?: components["schemas"]["TaskCategoryDto"][] | null;
1664
+ };
1665
+ TaskCategoryUpdateDto: {
1666
+ title?: string | null;
1667
+ };
1668
+ TaskTypeCreateDto: {
1669
+ /** Format: uuid */
1670
+ id?: string;
1671
+ /** Format: date-time */
1672
+ timestamp?: string;
1673
+ title?: string | null;
1674
+ taskCategoryID?: string | null;
1675
+ displayInTimeTracker?: boolean;
1676
+ requiresDescription?: boolean;
1677
+ };
1678
+ TaskTypeDto: {
1679
+ id?: string | null;
1680
+ /** Format: date-time */
1681
+ timestamp?: string | null;
1682
+ title?: string | null;
1683
+ taskCategoryID?: string | null;
1684
+ displayInTimeTracker?: boolean;
1685
+ requiresDescription?: boolean;
1686
+ };
1687
+ TaskTypeUpdateDto: {
1688
+ title?: string | null;
1689
+ displayInTimeTracker?: boolean;
1690
+ requiresDescription?: boolean;
1691
+ };
1692
+ TwoFactorRequest: {
1693
+ enable?: boolean | null;
1694
+ twoFactorCode?: string | null;
1695
+ resetSharedKey?: boolean;
1696
+ resetRecoveryCodes?: boolean;
1697
+ forgetMachine?: boolean;
1698
+ };
1699
+ TwoFactorResponse: {
1700
+ sharedKey: string | null;
1701
+ /** Format: int32 */
1702
+ recoveryCodesLeft: number;
1703
+ recoveryCodes?: string[] | null;
1704
+ isTwoFactorEnabled: boolean;
1705
+ isMachineRemembered: boolean;
1706
+ };
1707
+ };
1708
+ responses: never;
1709
+ parameters: never;
1710
+ requestBodies: never;
1711
+ headers: never;
1712
+ pathItems: never;
1713
+ }
1714
+
1715
+ export type $defs = Record<string, never>;
1716
+
1717
+ export type external = Record<string, never>;
1718
+
1719
+ export interface operations {
1720
+
1721
+ "MapIdentityApi-/confirmEmail": {
1722
+ parameters: {
1723
+ query?: {
1724
+ userId?: string;
1725
+ code?: string;
1726
+ changedEmail?: string;
1727
+ };
1728
+ };
1729
+ responses: {
1730
+ /** @description OK */
1731
+ 200: {
1732
+ content: never;
1733
+ };
1734
+ };
1735
+ };
1736
+ }