@fenixalliance/abs-api-client 1.0.3 → 1.0.6

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