@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,1796 @@
1
+ /**
2
+ * This file was auto-generated by openapi-typescript.
3
+ * Do not make direct changes to the file.
4
+ */
5
+
6
+
7
+ export interface paths {
8
+ "/version": {
9
+ get: {
10
+ responses: {
11
+ /** @description OK */
12
+ 200: {
13
+ content: never;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ "/health": {
19
+ get: {
20
+ responses: {
21
+ /** @description OK */
22
+ 200: {
23
+ content: never;
24
+ };
25
+ };
26
+ };
27
+ };
28
+ "/hello": {
29
+ get: {
30
+ responses: {
31
+ /** @description OK */
32
+ 200: {
33
+ content: never;
34
+ };
35
+ };
36
+ };
37
+ };
38
+ "/register": {
39
+ post: {
40
+ requestBody?: {
41
+ content: {
42
+ "application/json": components["schemas"]["RegisterRequest"];
43
+ };
44
+ };
45
+ responses: {
46
+ /** @description OK */
47
+ 200: {
48
+ content: never;
49
+ };
50
+ /** @description Bad Request */
51
+ 400: {
52
+ content: {
53
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
54
+ };
55
+ };
56
+ };
57
+ };
58
+ };
59
+ "/login": {
60
+ post: {
61
+ parameters: {
62
+ query?: {
63
+ useCookies?: boolean;
64
+ useSessionCookies?: boolean;
65
+ };
66
+ };
67
+ requestBody?: {
68
+ content: {
69
+ "application/json": components["schemas"]["LoginRequest"];
70
+ };
71
+ };
72
+ responses: {
73
+ /** @description OK */
74
+ 200: {
75
+ content: {
76
+ "application/json": components["schemas"]["AccessTokenResponse"];
77
+ };
78
+ };
79
+ };
80
+ };
81
+ };
82
+ "/refresh": {
83
+ post: {
84
+ requestBody?: {
85
+ content: {
86
+ "application/json": components["schemas"]["RefreshRequest"];
87
+ };
88
+ };
89
+ responses: {
90
+ /** @description OK */
91
+ 200: {
92
+ content: {
93
+ "application/json": components["schemas"]["AccessTokenResponse"];
94
+ };
95
+ };
96
+ };
97
+ };
98
+ };
99
+ "/confirmEmail": {
100
+ get: operations["MapIdentityApi-/confirmEmail"];
101
+ };
102
+ "/resendConfirmationEmail": {
103
+ post: {
104
+ requestBody?: {
105
+ content: {
106
+ "application/json": components["schemas"]["ResendConfirmationEmailRequest"];
107
+ };
108
+ };
109
+ responses: {
110
+ /** @description OK */
111
+ 200: {
112
+ content: never;
113
+ };
114
+ };
115
+ };
116
+ };
117
+ "/forgotPassword": {
118
+ post: {
119
+ requestBody?: {
120
+ content: {
121
+ "application/json": components["schemas"]["ForgotPasswordRequest"];
122
+ };
123
+ };
124
+ responses: {
125
+ /** @description OK */
126
+ 200: {
127
+ content: never;
128
+ };
129
+ /** @description Bad Request */
130
+ 400: {
131
+ content: {
132
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
133
+ };
134
+ };
135
+ };
136
+ };
137
+ };
138
+ "/resetPassword": {
139
+ post: {
140
+ requestBody?: {
141
+ content: {
142
+ "application/json": components["schemas"]["ResetPasswordRequest"];
143
+ };
144
+ };
145
+ responses: {
146
+ /** @description OK */
147
+ 200: {
148
+ content: never;
149
+ };
150
+ /** @description Bad Request */
151
+ 400: {
152
+ content: {
153
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
154
+ };
155
+ };
156
+ };
157
+ };
158
+ };
159
+ "/manage/2fa": {
160
+ post: {
161
+ requestBody?: {
162
+ content: {
163
+ "application/json": components["schemas"]["TwoFactorRequest"];
164
+ };
165
+ };
166
+ responses: {
167
+ /** @description OK */
168
+ 200: {
169
+ content: {
170
+ "application/json": components["schemas"]["TwoFactorResponse"];
171
+ };
172
+ };
173
+ /** @description Bad Request */
174
+ 400: {
175
+ content: {
176
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
177
+ };
178
+ };
179
+ /** @description Not Found */
180
+ 404: {
181
+ content: never;
182
+ };
183
+ };
184
+ };
185
+ };
186
+ "/manage/info": {
187
+ get: {
188
+ responses: {
189
+ /** @description OK */
190
+ 200: {
191
+ content: {
192
+ "application/json": components["schemas"]["InfoResponse"];
193
+ };
194
+ };
195
+ /** @description Bad Request */
196
+ 400: {
197
+ content: {
198
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
199
+ };
200
+ };
201
+ /** @description Not Found */
202
+ 404: {
203
+ content: never;
204
+ };
205
+ };
206
+ };
207
+ post: {
208
+ requestBody?: {
209
+ content: {
210
+ "application/json": components["schemas"]["InfoRequest"];
211
+ };
212
+ };
213
+ responses: {
214
+ /** @description OK */
215
+ 200: {
216
+ content: {
217
+ "application/json": components["schemas"]["InfoResponse"];
218
+ };
219
+ };
220
+ /** @description Bad Request */
221
+ 400: {
222
+ content: {
223
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
224
+ };
225
+ };
226
+ /** @description Not Found */
227
+ 404: {
228
+ content: never;
229
+ };
230
+ };
231
+ };
232
+ };
233
+ "/Account/PerformExternalLogin": {
234
+ post: {
235
+ requestBody?: {
236
+ content: {
237
+ "multipart/form-data": {
238
+ provider: string;
239
+ returnUrl: string;
240
+ };
241
+ "application/x-www-form-urlencoded": {
242
+ provider: string;
243
+ returnUrl: string;
244
+ };
245
+ };
246
+ };
247
+ responses: {
248
+ /** @description OK */
249
+ 200: {
250
+ content: never;
251
+ };
252
+ };
253
+ };
254
+ };
255
+ "/Account/Logout": {
256
+ post: {
257
+ requestBody?: {
258
+ content: {
259
+ "multipart/form-data": {
260
+ returnUrl: string;
261
+ };
262
+ "application/x-www-form-urlencoded": {
263
+ returnUrl: string;
264
+ };
265
+ };
266
+ };
267
+ responses: {
268
+ /** @description OK */
269
+ 200: {
270
+ content: never;
271
+ };
272
+ };
273
+ };
274
+ };
275
+ "/Account/Manage/LinkExternalLogin": {
276
+ post: {
277
+ requestBody?: {
278
+ content: {
279
+ "multipart/form-data": {
280
+ provider: string;
281
+ };
282
+ "application/x-www-form-urlencoded": {
283
+ provider: string;
284
+ };
285
+ };
286
+ };
287
+ responses: {
288
+ /** @description OK */
289
+ 200: {
290
+ content: never;
291
+ };
292
+ };
293
+ };
294
+ };
295
+ "/Account/Manage/DownloadPersonalData": {
296
+ post: {
297
+ responses: {
298
+ /** @description OK */
299
+ 200: {
300
+ content: never;
301
+ };
302
+ };
303
+ };
304
+ };
305
+ "/api/v2/QuotesService/Quotes": {
306
+ get: {
307
+ parameters: {
308
+ query: {
309
+ tenantId: string;
310
+ };
311
+ };
312
+ responses: {
313
+ /** @description OK */
314
+ 200: {
315
+ content: {
316
+ "application/json": components["schemas"]["QuoteDtoListEnvelope"];
317
+ "application/xml": components["schemas"]["QuoteDtoListEnvelope"];
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
+ post: {
330
+ parameters: {
331
+ query: {
332
+ tenantId: string;
333
+ };
334
+ };
335
+ requestBody?: {
336
+ content: {
337
+ "application/json": components["schemas"]["QuoteCreateDto"];
338
+ "application/xml": components["schemas"]["QuoteCreateDto"];
339
+ };
340
+ };
341
+ responses: {
342
+ /** @description OK */
343
+ 200: {
344
+ content: {
345
+ "application/json": components["schemas"]["EmptyEnvelope"];
346
+ "application/xml": components["schemas"]["EmptyEnvelope"];
347
+ };
348
+ };
349
+ /** @description Not Found */
350
+ 404: {
351
+ content: {
352
+ "application/json": components["schemas"]["ErrorEnvelope"];
353
+ "application/xml": components["schemas"]["ErrorEnvelope"];
354
+ };
355
+ };
356
+ };
357
+ };
358
+ };
359
+ "/api/v2/QuotesService/Quotes/Count": {
360
+ get: {
361
+ parameters: {
362
+ query: {
363
+ tenantId: string;
364
+ };
365
+ };
366
+ responses: {
367
+ /** @description OK */
368
+ 200: {
369
+ content: {
370
+ "application/json": components["schemas"]["Int32Envelope"];
371
+ "application/xml": components["schemas"]["Int32Envelope"];
372
+ };
373
+ };
374
+ /** @description Not Found */
375
+ 404: {
376
+ content: {
377
+ "application/json": components["schemas"]["ErrorEnvelope"];
378
+ "application/xml": components["schemas"]["ErrorEnvelope"];
379
+ };
380
+ };
381
+ };
382
+ };
383
+ };
384
+ "/api/v2/QuotesService/Quotes/Extended": {
385
+ get: {
386
+ parameters: {
387
+ query: {
388
+ tenantId: string;
389
+ };
390
+ };
391
+ responses: {
392
+ /** @description OK */
393
+ 200: {
394
+ content: {
395
+ "application/json": components["schemas"]["ExtendedQuoteDtoListEnvelope"];
396
+ "application/xml": components["schemas"]["ExtendedQuoteDtoListEnvelope"];
397
+ };
398
+ };
399
+ /** @description Not Found */
400
+ 404: {
401
+ content: {
402
+ "application/json": components["schemas"]["ErrorEnvelope"];
403
+ "application/xml": components["schemas"]["ErrorEnvelope"];
404
+ };
405
+ };
406
+ };
407
+ };
408
+ };
409
+ "/api/v2/QuotesService/Quotes/{quoteId}": {
410
+ get: operations["GetQuoteAsync"];
411
+ put: {
412
+ parameters: {
413
+ query: {
414
+ tenantId: string;
415
+ };
416
+ path: {
417
+ quoteId: string;
418
+ };
419
+ };
420
+ requestBody?: {
421
+ content: {
422
+ "application/json": components["schemas"]["QuoteUpdateDto"];
423
+ "application/xml": components["schemas"]["QuoteUpdateDto"];
424
+ };
425
+ };
426
+ responses: {
427
+ /** @description OK */
428
+ 200: {
429
+ content: {
430
+ "application/json": components["schemas"]["EmptyEnvelope"];
431
+ "application/xml": components["schemas"]["EmptyEnvelope"];
432
+ };
433
+ };
434
+ /** @description Not Found */
435
+ 404: {
436
+ content: {
437
+ "application/json": components["schemas"]["ErrorEnvelope"];
438
+ "application/xml": components["schemas"]["ErrorEnvelope"];
439
+ };
440
+ };
441
+ };
442
+ };
443
+ delete: {
444
+ parameters: {
445
+ query: {
446
+ tenantId: string;
447
+ };
448
+ path: {
449
+ quoteId: string;
450
+ };
451
+ };
452
+ responses: {
453
+ /** @description OK */
454
+ 200: {
455
+ content: {
456
+ "application/json": components["schemas"]["EmptyEnvelope"];
457
+ "application/xml": components["schemas"]["EmptyEnvelope"];
458
+ };
459
+ };
460
+ /** @description Not Found */
461
+ 404: {
462
+ content: {
463
+ "application/json": components["schemas"]["ErrorEnvelope"];
464
+ "application/xml": components["schemas"]["ErrorEnvelope"];
465
+ };
466
+ };
467
+ };
468
+ };
469
+ };
470
+ "/api/v2/QuotesService/Quotes/{quoteId}/Calculate": {
471
+ put: {
472
+ parameters: {
473
+ query: {
474
+ tenantId: string;
475
+ };
476
+ path: {
477
+ quoteId: string;
478
+ };
479
+ };
480
+ responses: {
481
+ /** @description OK */
482
+ 200: {
483
+ content: {
484
+ "application/json": components["schemas"]["EmptyEnvelope"];
485
+ "application/xml": components["schemas"]["EmptyEnvelope"];
486
+ };
487
+ };
488
+ /** @description Not Found */
489
+ 404: {
490
+ content: {
491
+ "application/json": components["schemas"]["ErrorEnvelope"];
492
+ "application/xml": components["schemas"]["ErrorEnvelope"];
493
+ };
494
+ };
495
+ };
496
+ };
497
+ };
498
+ "/api/v2/QuotesService/Quotes/{quoteId}/Lines": {
499
+ get: {
500
+ parameters: {
501
+ query: {
502
+ tenantId: string;
503
+ itemId?: string;
504
+ };
505
+ path: {
506
+ quoteId: string;
507
+ };
508
+ };
509
+ responses: {
510
+ /** @description OK */
511
+ 200: {
512
+ content: {
513
+ "application/json": components["schemas"]["QuoteLineDtoListEnvelope"];
514
+ "application/xml": components["schemas"]["QuoteLineDtoListEnvelope"];
515
+ };
516
+ };
517
+ /** @description Not Found */
518
+ 404: {
519
+ content: {
520
+ "application/json": components["schemas"]["ErrorEnvelope"];
521
+ "application/xml": components["schemas"]["ErrorEnvelope"];
522
+ };
523
+ };
524
+ };
525
+ };
526
+ post: {
527
+ parameters: {
528
+ query: {
529
+ tenantId: string;
530
+ };
531
+ path: {
532
+ quoteId: string;
533
+ };
534
+ };
535
+ requestBody?: {
536
+ content: {
537
+ "application/json": components["schemas"]["QuoteLineCreateDto"];
538
+ "application/xml": components["schemas"]["QuoteLineCreateDto"];
539
+ };
540
+ };
541
+ responses: {
542
+ /** @description OK */
543
+ 200: {
544
+ content: {
545
+ "application/json": components["schemas"]["EmptyEnvelope"];
546
+ "application/xml": components["schemas"]["EmptyEnvelope"];
547
+ };
548
+ };
549
+ /** @description Not Found */
550
+ 404: {
551
+ content: {
552
+ "application/json": components["schemas"]["ErrorEnvelope"];
553
+ "application/xml": components["schemas"]["ErrorEnvelope"];
554
+ };
555
+ };
556
+ };
557
+ };
558
+ };
559
+ "/api/v2/QuotesService/Quotes/{quoteId}/Lines/Count": {
560
+ get: {
561
+ parameters: {
562
+ query: {
563
+ tenantId: string;
564
+ };
565
+ path: {
566
+ quoteId: string;
567
+ };
568
+ };
569
+ responses: {
570
+ /** @description OK */
571
+ 200: {
572
+ content: {
573
+ "application/json": components["schemas"]["Int32Envelope"];
574
+ "application/xml": components["schemas"]["Int32Envelope"];
575
+ };
576
+ };
577
+ /** @description Not Found */
578
+ 404: {
579
+ content: {
580
+ "application/json": components["schemas"]["ErrorEnvelope"];
581
+ "application/xml": components["schemas"]["ErrorEnvelope"];
582
+ };
583
+ };
584
+ };
585
+ };
586
+ };
587
+ "/api/v2/QuotesService/Quotes/{quoteId}/Lines/{quoteLineId}": {
588
+ get: {
589
+ parameters: {
590
+ query: {
591
+ tenantId: string;
592
+ };
593
+ path: {
594
+ quoteId: string;
595
+ quoteLineId: string;
596
+ };
597
+ };
598
+ responses: {
599
+ /** @description OK */
600
+ 200: {
601
+ content: {
602
+ "application/json": components["schemas"]["QuoteLineDtoEnvelope"];
603
+ "application/xml": components["schemas"]["QuoteLineDtoEnvelope"];
604
+ };
605
+ };
606
+ /** @description Not Found */
607
+ 404: {
608
+ content: {
609
+ "application/json": components["schemas"]["ErrorEnvelope"];
610
+ "application/xml": components["schemas"]["ErrorEnvelope"];
611
+ };
612
+ };
613
+ };
614
+ };
615
+ put: {
616
+ parameters: {
617
+ query: {
618
+ tenantId: string;
619
+ };
620
+ path: {
621
+ quoteId: string;
622
+ quoteLineId: string;
623
+ };
624
+ };
625
+ requestBody?: {
626
+ content: {
627
+ "application/json": components["schemas"]["QuoteLineUpdateDto"];
628
+ "application/xml": components["schemas"]["QuoteLineUpdateDto"];
629
+ };
630
+ };
631
+ responses: {
632
+ /** @description OK */
633
+ 200: {
634
+ content: {
635
+ "application/json": components["schemas"]["EmptyEnvelope"];
636
+ "application/xml": components["schemas"]["EmptyEnvelope"];
637
+ };
638
+ };
639
+ /** @description Not Found */
640
+ 404: {
641
+ content: {
642
+ "application/json": components["schemas"]["ErrorEnvelope"];
643
+ "application/xml": components["schemas"]["ErrorEnvelope"];
644
+ };
645
+ };
646
+ };
647
+ };
648
+ delete: {
649
+ parameters: {
650
+ query: {
651
+ tenantId: string;
652
+ };
653
+ path: {
654
+ quoteId: string;
655
+ quoteLineId: string;
656
+ };
657
+ };
658
+ responses: {
659
+ /** @description OK */
660
+ 200: {
661
+ content: {
662
+ "application/json": components["schemas"]["EmptyEnvelope"];
663
+ "application/xml": components["schemas"]["EmptyEnvelope"];
664
+ };
665
+ };
666
+ /** @description Not Found */
667
+ 404: {
668
+ content: {
669
+ "application/json": components["schemas"]["ErrorEnvelope"];
670
+ "application/xml": components["schemas"]["ErrorEnvelope"];
671
+ };
672
+ };
673
+ };
674
+ };
675
+ };
676
+ "/api/v2/QuotesService/Quotes/{quoteId}/Lines/{quoteLineId}/Calculate": {
677
+ put: {
678
+ parameters: {
679
+ query: {
680
+ tenantId: string;
681
+ };
682
+ path: {
683
+ quoteId: string;
684
+ quoteLineId: string;
685
+ };
686
+ };
687
+ responses: {
688
+ /** @description OK */
689
+ 200: {
690
+ content: {
691
+ "application/json": components["schemas"]["EmptyEnvelope"];
692
+ "application/xml": components["schemas"]["EmptyEnvelope"];
693
+ };
694
+ };
695
+ /** @description Not Found */
696
+ 404: {
697
+ content: {
698
+ "application/json": components["schemas"]["ErrorEnvelope"];
699
+ "application/xml": components["schemas"]["ErrorEnvelope"];
700
+ };
701
+ };
702
+ };
703
+ };
704
+ };
705
+ }
706
+
707
+ export type webhooks = Record<string, never>;
708
+
709
+ export interface components {
710
+ schemas: {
711
+ AccessTokenResponse: {
712
+ tokenType?: string | null;
713
+ accessToken: string | null;
714
+ /** Format: int64 */
715
+ expiresIn: number;
716
+ refreshToken: string | null;
717
+ };
718
+ ContactDto: {
719
+ id?: string | null;
720
+ /** Format: date-time */
721
+ timestamp?: string | null;
722
+ qualifiedName?: string | null;
723
+ tenantId?: string | null;
724
+ /**
725
+ * Format: int32
726
+ * @enum {integer}
727
+ */
728
+ type?: 0 | 1;
729
+ publicName?: string | null;
730
+ firstName?: string | null;
731
+ lastName?: string | null;
732
+ jobTitle?: string | null;
733
+ coverUrl?: string | null;
734
+ avatarUrl?: string | null;
735
+ countryId?: string | null;
736
+ timezoneId?: string | null;
737
+ languageId?: string | null;
738
+ socialProfileId?: string | null;
739
+ webUrl?: string | null;
740
+ gitHubUrl?: string | null;
741
+ twitchUrl?: string | null;
742
+ redditUrl?: string | null;
743
+ tikTokUrl?: string | null;
744
+ websiteUrl?: string | null;
745
+ twitterUrl?: string | null;
746
+ facebookUrl?: string | null;
747
+ youTubeUrl?: string | null;
748
+ linkedInUrl?: string | null;
749
+ instagramUrl?: string | null;
750
+ githubUsername?: string | null;
751
+ duns?: string | null;
752
+ taxId?: string | null;
753
+ /** Format: email */
754
+ email?: string | null;
755
+ about?: string | null;
756
+ street?: string | null;
757
+ cartId?: string | null;
758
+ cityId?: string | null;
759
+ zipCode?: string | null;
760
+ stateId?: string | null;
761
+ walletId?: string | null;
762
+ faxNumber?: string | null;
763
+ postalCode?: string | null;
764
+ currencyId?: string | null;
765
+ streetLine1?: string | null;
766
+ streetLine2?: string | null;
767
+ territoryId?: string | null;
768
+ mobilePhone?: string | null;
769
+ enrollmentId?: string | null;
770
+ annualRevenue?: string | null;
771
+ relatedUserId?: string | null;
772
+ businessPhone?: string | null;
773
+ ownerContactId?: string | null;
774
+ relatedTenantId?: string | null;
775
+ activityFeedId?: string | null;
776
+ parentContactId?: string | null;
777
+ identityProvider?: string | null;
778
+ partnerProfileId?: string | null;
779
+ primaryContactId?: string | null;
780
+ activeDirectoryId?: string | null;
781
+ identityProviderAccessToken?: string | null;
782
+ /** Format: date-time */
783
+ birthday?: string | null;
784
+ };
785
+ Currency: {
786
+ code?: string | null;
787
+ country?: string | null;
788
+ };
789
+ EmptyEnvelope: {
790
+ isSuccess?: boolean;
791
+ errorMessage?: string | null;
792
+ correlationId?: string | null;
793
+ /** Format: date-time */
794
+ timestamp?: string;
795
+ activityId?: string | null;
796
+ };
797
+ ErrorEnvelope: {
798
+ isSuccess?: boolean;
799
+ errorMessage?: string | null;
800
+ correlationId?: string | null;
801
+ /** Format: date-time */
802
+ timestamp?: string;
803
+ activityId?: string | null;
804
+ };
805
+ ExtendedQuoteDto: {
806
+ id?: string | null;
807
+ /** Format: date-time */
808
+ timestamp?: string | null;
809
+ closed?: boolean;
810
+ type?: string | null;
811
+ title?: string | null;
812
+ userId?: string | null;
813
+ tenantId?: string | null;
814
+ currencyId?: string | null;
815
+ description?: string | null;
816
+ priceListId?: string | null;
817
+ enrollmentId?: string | null;
818
+ individualId?: string | null;
819
+ organizationId?: string | null;
820
+ receiverTenantId?: string | null;
821
+ firstName?: string | null;
822
+ lastName?: string | null;
823
+ companyName?: string | null;
824
+ billingEmail?: string | null;
825
+ addressLine1?: string | null;
826
+ addressLine2?: string | null;
827
+ postalCode?: string | null;
828
+ countryId?: string | null;
829
+ stateId?: string | null;
830
+ cityId?: string | null;
831
+ customerNotes?: string | null;
832
+ /** Format: double */
833
+ forexRate?: number;
834
+ /** Format: double */
835
+ total?: number;
836
+ /** Format: double */
837
+ totalTaxes?: number;
838
+ /** Format: double */
839
+ totalTaxBase?: number;
840
+ /** Format: double */
841
+ totalDiscounts?: number;
842
+ /** Format: double */
843
+ totalSurcharges?: number;
844
+ /** Format: double */
845
+ totalGlobalDiscounts?: number;
846
+ /** Format: double */
847
+ totalGlobalSurcharges?: number;
848
+ /** Format: double */
849
+ totalTaxesInUsd?: number;
850
+ /** Format: double */
851
+ totalAmountInUsd?: number;
852
+ /** Format: double */
853
+ totalProfitInUsd?: number;
854
+ /** Format: double */
855
+ totalTaxBaseInUsd?: number;
856
+ /** Format: double */
857
+ totalDiscountsInUsd?: number;
858
+ /** Format: double */
859
+ totalSurchargesInUsd?: number;
860
+ /** Format: double */
861
+ totalDetailAmountInUsd?: number;
862
+ /** Format: double */
863
+ totalGlobalDiscountsInUsd?: number;
864
+ /** Format: double */
865
+ totalGlobalSurchargesInUsd?: number;
866
+ /** Format: double */
867
+ totalWithholdingTaxesInUsd?: number;
868
+ /** Format: double */
869
+ totalShippingCostInUsd?: number;
870
+ /** Format: double */
871
+ totalShippingTaxesInUsd?: number;
872
+ currency?: components["schemas"]["Currency"];
873
+ totalInUsd?: components["schemas"]["Money"];
874
+ totalTaxAmountInUsd?: components["schemas"]["Money"];
875
+ totalTaxBaseAmountInUsd?: components["schemas"]["Money"];
876
+ totalDiscountsAmountInUsd?: components["schemas"]["Money"];
877
+ totalSurchargesAmountInUsd?: components["schemas"]["Money"];
878
+ totalGlobalDiscountsAmountInUsd?: components["schemas"]["Money"];
879
+ totalGlobalSurchargesAmountInUsd?: components["schemas"]["Money"];
880
+ totalAmount?: components["schemas"]["Money"];
881
+ totalTaxAmount?: components["schemas"]["Money"];
882
+ totalTaxBaseAmount?: components["schemas"]["Money"];
883
+ totalDiscountsAmount?: components["schemas"]["Money"];
884
+ totalSurchargesAmount?: components["schemas"]["Money"];
885
+ totalGlobalDiscountsAmount?: components["schemas"]["Money"];
886
+ totalGlobalSurchargesAmount?: components["schemas"]["Money"];
887
+ cartId?: string | null;
888
+ /** Format: date-time */
889
+ effectiveTo?: string | null;
890
+ /** Format: date-time */
891
+ effectiveFrom?: string | null;
892
+ /**
893
+ * Format: int32
894
+ * @enum {integer}
895
+ */
896
+ quoteStatus?: 0 | 1 | 2 | 3 | 4;
897
+ /**
898
+ * Format: int32
899
+ * @enum {integer}
900
+ */
901
+ freightTerms?: 0 | 1;
902
+ /**
903
+ * Format: int32
904
+ * @enum {integer}
905
+ */
906
+ costCalculationMethod?: 0 | 1;
907
+ /** Format: double */
908
+ customDiscountsAmount?: number;
909
+ user?: components["schemas"]["UserDto"];
910
+ tenant?: components["schemas"]["TenantDto"];
911
+ individual?: components["schemas"]["ContactDto"];
912
+ organization?: components["schemas"]["ContactDto"];
913
+ receiverTenant?: components["schemas"]["TenantDto"];
914
+ enrollment?: components["schemas"]["TenantEnrolmentDto"];
915
+ };
916
+ ExtendedQuoteDtoListEnvelope: {
917
+ isSuccess?: boolean;
918
+ errorMessage?: string | null;
919
+ correlationId?: string | null;
920
+ /** Format: date-time */
921
+ timestamp?: string;
922
+ activityId?: string | null;
923
+ result?: components["schemas"]["ExtendedQuoteDto"][] | null;
924
+ };
925
+ ForgotPasswordRequest: {
926
+ email: string | null;
927
+ };
928
+ HttpValidationProblemDetails: {
929
+ type?: string | null;
930
+ title?: string | null;
931
+ /** Format: int32 */
932
+ status?: number | null;
933
+ detail?: string | null;
934
+ instance?: string | null;
935
+ errors?: {
936
+ [key: string]: string[];
937
+ } | null;
938
+ [key: string]: unknown;
939
+ };
940
+ InfoRequest: {
941
+ newEmail?: string | null;
942
+ newPassword?: string | null;
943
+ oldPassword?: string | null;
944
+ };
945
+ InfoResponse: {
946
+ email: string | null;
947
+ isEmailConfirmed: boolean;
948
+ };
949
+ Int32Envelope: {
950
+ isSuccess?: boolean;
951
+ errorMessage?: string | null;
952
+ correlationId?: string | null;
953
+ /** Format: date-time */
954
+ timestamp?: string;
955
+ activityId?: string | null;
956
+ /** Format: int32 */
957
+ result?: number;
958
+ };
959
+ LoginRequest: {
960
+ email: string | null;
961
+ password: string | null;
962
+ twoFactorCode?: string | null;
963
+ twoFactorRecoveryCode?: string | null;
964
+ };
965
+ Money: {
966
+ /** Format: double */
967
+ amount?: number;
968
+ currency?: components["schemas"]["Currency"];
969
+ };
970
+ QuoteCreateDto: {
971
+ /** Format: uuid */
972
+ id?: string;
973
+ /** Format: date-time */
974
+ timestamp?: string;
975
+ closed?: boolean;
976
+ title?: string | null;
977
+ userId?: string | null;
978
+ tenantId?: string | null;
979
+ priceListId?: string | null;
980
+ description?: string | null;
981
+ enrollmentId?: string | null;
982
+ individualId?: string | null;
983
+ paymentTermId?: string | null;
984
+ organizationId?: string | null;
985
+ currencyId?: string | null;
986
+ /** Format: double */
987
+ forexRate?: number;
988
+ firstName?: string | null;
989
+ lastName?: string | null;
990
+ companyName?: string | null;
991
+ billingEmail?: string | null;
992
+ addressLine1?: string | null;
993
+ addressLine2?: string | null;
994
+ postalCode?: string | null;
995
+ countryId?: string | null;
996
+ stateId?: string | null;
997
+ cityId?: string | null;
998
+ cartId?: string | null;
999
+ dealUnitId?: string | null;
1000
+ receiverTenantId?: string | null;
1001
+ /** Format: date-time */
1002
+ effectiveTo?: string | null;
1003
+ /** Format: date-time */
1004
+ effectiveFrom?: string | null;
1005
+ /**
1006
+ * Format: int32
1007
+ * @enum {integer}
1008
+ */
1009
+ quoteStatus?: 0 | 1 | 2 | 3 | 4;
1010
+ };
1011
+ QuoteDto: {
1012
+ id?: string | null;
1013
+ /** Format: date-time */
1014
+ timestamp?: string | null;
1015
+ closed?: boolean;
1016
+ type?: string | null;
1017
+ title?: string | null;
1018
+ userId?: string | null;
1019
+ tenantId?: string | null;
1020
+ currencyId?: string | null;
1021
+ description?: string | null;
1022
+ priceListId?: string | null;
1023
+ enrollmentId?: string | null;
1024
+ individualId?: string | null;
1025
+ organizationId?: string | null;
1026
+ receiverTenantId?: string | null;
1027
+ firstName?: string | null;
1028
+ lastName?: string | null;
1029
+ companyName?: string | null;
1030
+ billingEmail?: string | null;
1031
+ addressLine1?: string | null;
1032
+ addressLine2?: string | null;
1033
+ postalCode?: string | null;
1034
+ countryId?: string | null;
1035
+ stateId?: string | null;
1036
+ cityId?: string | null;
1037
+ customerNotes?: string | null;
1038
+ /** Format: double */
1039
+ forexRate?: number;
1040
+ /** Format: double */
1041
+ total?: number;
1042
+ /** Format: double */
1043
+ totalTaxes?: number;
1044
+ /** Format: double */
1045
+ totalTaxBase?: number;
1046
+ /** Format: double */
1047
+ totalDiscounts?: number;
1048
+ /** Format: double */
1049
+ totalSurcharges?: number;
1050
+ /** Format: double */
1051
+ totalGlobalDiscounts?: number;
1052
+ /** Format: double */
1053
+ totalGlobalSurcharges?: number;
1054
+ /** Format: double */
1055
+ totalTaxesInUsd?: number;
1056
+ /** Format: double */
1057
+ totalAmountInUsd?: number;
1058
+ /** Format: double */
1059
+ totalProfitInUsd?: number;
1060
+ /** Format: double */
1061
+ totalTaxBaseInUsd?: number;
1062
+ /** Format: double */
1063
+ totalDiscountsInUsd?: number;
1064
+ /** Format: double */
1065
+ totalSurchargesInUsd?: number;
1066
+ /** Format: double */
1067
+ totalDetailAmountInUsd?: number;
1068
+ /** Format: double */
1069
+ totalGlobalDiscountsInUsd?: number;
1070
+ /** Format: double */
1071
+ totalGlobalSurchargesInUsd?: number;
1072
+ /** Format: double */
1073
+ totalWithholdingTaxesInUsd?: number;
1074
+ /** Format: double */
1075
+ totalShippingCostInUsd?: number;
1076
+ /** Format: double */
1077
+ totalShippingTaxesInUsd?: number;
1078
+ currency?: components["schemas"]["Currency"];
1079
+ totalInUsd?: components["schemas"]["Money"];
1080
+ totalTaxAmountInUsd?: components["schemas"]["Money"];
1081
+ totalTaxBaseAmountInUsd?: components["schemas"]["Money"];
1082
+ totalDiscountsAmountInUsd?: components["schemas"]["Money"];
1083
+ totalSurchargesAmountInUsd?: components["schemas"]["Money"];
1084
+ totalGlobalDiscountsAmountInUsd?: components["schemas"]["Money"];
1085
+ totalGlobalSurchargesAmountInUsd?: components["schemas"]["Money"];
1086
+ totalAmount?: components["schemas"]["Money"];
1087
+ totalTaxAmount?: components["schemas"]["Money"];
1088
+ totalTaxBaseAmount?: components["schemas"]["Money"];
1089
+ totalDiscountsAmount?: components["schemas"]["Money"];
1090
+ totalSurchargesAmount?: components["schemas"]["Money"];
1091
+ totalGlobalDiscountsAmount?: components["schemas"]["Money"];
1092
+ totalGlobalSurchargesAmount?: components["schemas"]["Money"];
1093
+ cartId?: string | null;
1094
+ /** Format: date-time */
1095
+ effectiveTo?: string | null;
1096
+ /** Format: date-time */
1097
+ effectiveFrom?: string | null;
1098
+ /**
1099
+ * Format: int32
1100
+ * @enum {integer}
1101
+ */
1102
+ quoteStatus?: 0 | 1 | 2 | 3 | 4;
1103
+ /**
1104
+ * Format: int32
1105
+ * @enum {integer}
1106
+ */
1107
+ freightTerms?: 0 | 1;
1108
+ /**
1109
+ * Format: int32
1110
+ * @enum {integer}
1111
+ */
1112
+ costCalculationMethod?: 0 | 1;
1113
+ /** Format: double */
1114
+ customDiscountsAmount?: number;
1115
+ };
1116
+ QuoteDtoEnvelope: {
1117
+ isSuccess?: boolean;
1118
+ errorMessage?: string | null;
1119
+ correlationId?: string | null;
1120
+ /** Format: date-time */
1121
+ timestamp?: string;
1122
+ activityId?: string | null;
1123
+ result?: components["schemas"]["QuoteDto"];
1124
+ };
1125
+ QuoteDtoListEnvelope: {
1126
+ isSuccess?: boolean;
1127
+ errorMessage?: string | null;
1128
+ correlationId?: string | null;
1129
+ /** Format: date-time */
1130
+ timestamp?: string;
1131
+ activityId?: string | null;
1132
+ result?: components["schemas"]["QuoteDto"][] | null;
1133
+ };
1134
+ QuoteLineCreateDto: {
1135
+ /** Format: uuid */
1136
+ id?: string;
1137
+ /** Format: date-time */
1138
+ timestamp?: string;
1139
+ closed?: boolean;
1140
+ itemId?: string | null;
1141
+ itemTitle?: string | null;
1142
+ itemShortDescription?: string | null;
1143
+ itemPrimaryImageUrl?: string | null;
1144
+ shippingPolicyId?: string | null;
1145
+ tenantId?: string | null;
1146
+ enrollmentId?: string | null;
1147
+ currencyId?: string | null;
1148
+ description?: string | null;
1149
+ /** Format: double */
1150
+ quantity?: number;
1151
+ free?: boolean;
1152
+ freeReason?: string | null;
1153
+ freeReasonCode?: string | null;
1154
+ data?: string | null;
1155
+ dataLabel?: string | null;
1156
+ data1?: string | null;
1157
+ data1Label?: string | null;
1158
+ data2?: string | null;
1159
+ data2Label?: string | null;
1160
+ data3?: string | null;
1161
+ data3Label?: string | null;
1162
+ data4?: string | null;
1163
+ data4Label?: string | null;
1164
+ data5?: string | null;
1165
+ data5Label?: string | null;
1166
+ data6?: string | null;
1167
+ data6Label?: string | null;
1168
+ data7?: string | null;
1169
+ data7Label?: string | null;
1170
+ data8?: string | null;
1171
+ data8Label?: string | null;
1172
+ data9?: string | null;
1173
+ data9Label?: string | null;
1174
+ itemPriceId?: string | null;
1175
+ priceListItemId?: string | null;
1176
+ unitId?: string | null;
1177
+ unitGroupId?: string | null;
1178
+ /**
1179
+ * Format: int32
1180
+ * @enum {integer}
1181
+ */
1182
+ taxCalculationMethod?: 0 | 1;
1183
+ /**
1184
+ * Format: int32
1185
+ * @enum {integer}
1186
+ */
1187
+ costCalculationMethod?: 0 | 1;
1188
+ forexRatesSnapshot?: string | null;
1189
+ /** Format: double */
1190
+ forexRate?: number;
1191
+ /** Format: double */
1192
+ totalBaseAmountInUsd?: number;
1193
+ /** Format: double */
1194
+ totalProfitInUsd?: number;
1195
+ /** Format: double */
1196
+ totalDetailAmountInUsd?: number;
1197
+ /** Format: double */
1198
+ totalTaxBaseInUsd?: number;
1199
+ /** Format: double */
1200
+ totalDiscountsInUsd?: number;
1201
+ /** Format: double */
1202
+ totalTaxesInUsd?: number;
1203
+ /** Format: double */
1204
+ totalWithholdingTaxesInUsd?: number;
1205
+ /** Format: double */
1206
+ totalShippingCostInUsd?: number;
1207
+ /** Format: double */
1208
+ totalShippingTaxesInUsd?: number;
1209
+ /** Format: double */
1210
+ totalWarrantyCostInUsd?: number;
1211
+ /** Format: double */
1212
+ totalReturnCostInUsd?: number;
1213
+ /** Format: double */
1214
+ totalRefundCostInUsd?: number;
1215
+ /** Format: double */
1216
+ totalSurchargesInUsd?: number;
1217
+ /** Format: double */
1218
+ totalAmountInUsd?: number;
1219
+ /** Format: double */
1220
+ totalGlobalDiscountsInUsd?: number;
1221
+ /** Format: double */
1222
+ totalGlobalSurchargesInUsd?: number;
1223
+ /** Format: double */
1224
+ customGlobalSurchargesAmount?: number;
1225
+ /** Format: double */
1226
+ customGlobalDiscountsAmount?: number;
1227
+ /** Format: double */
1228
+ customBaseAmount?: number;
1229
+ /** Format: double */
1230
+ customDetailAmount?: number;
1231
+ /** Format: double */
1232
+ customDiscountsAmount?: number;
1233
+ /** Format: double */
1234
+ customTaxBase?: number;
1235
+ /** Format: double */
1236
+ customSurchargesAmount?: number;
1237
+ /** Format: double */
1238
+ customProfitAmount?: number;
1239
+ /** Format: double */
1240
+ customShippingCostAmount?: number;
1241
+ /** Format: double */
1242
+ customShippingTaxAmount?: number;
1243
+ /** Format: double */
1244
+ customTaxAmount?: number;
1245
+ /** Format: double */
1246
+ customWithholdingTaxAmount?: number;
1247
+ /** Format: double */
1248
+ customTotalAmount?: number;
1249
+ returnPolicyId?: string | null;
1250
+ refundPolicyId?: string | null;
1251
+ warrantyPolicyId?: string | null;
1252
+ shipmentPolicyId?: string | null;
1253
+ shippingLocationId?: string | null;
1254
+ locationId?: string | null;
1255
+ quoteItemRecordId?: string | null;
1256
+ businessProfileRecordId?: string | null;
1257
+ parentBillingItemRecordId?: string | null;
1258
+ quoteId?: string | null;
1259
+ };
1260
+ QuoteLineDto: {
1261
+ id?: string | null;
1262
+ /** Format: date-time */
1263
+ timestamp?: string | null;
1264
+ closed?: boolean;
1265
+ itemId?: string | null;
1266
+ itemTitle?: string | null;
1267
+ itemShortDescription?: string | null;
1268
+ itemPrimaryImageUrl?: string | null;
1269
+ shippingPolicyId?: string | null;
1270
+ tenantId?: string | null;
1271
+ enrollmentId?: string | null;
1272
+ currencyId?: string | null;
1273
+ description?: string | null;
1274
+ /** Format: double */
1275
+ quantity?: number;
1276
+ free?: boolean;
1277
+ freeReason?: string | null;
1278
+ freeReasonCode?: string | null;
1279
+ data?: string | null;
1280
+ dataLabel?: string | null;
1281
+ data1?: string | null;
1282
+ data1Label?: string | null;
1283
+ data2?: string | null;
1284
+ data2Label?: string | null;
1285
+ data3?: string | null;
1286
+ data3Label?: string | null;
1287
+ data4?: string | null;
1288
+ data4Label?: string | null;
1289
+ data5?: string | null;
1290
+ data5Label?: string | null;
1291
+ data6?: string | null;
1292
+ data6Label?: string | null;
1293
+ data7?: string | null;
1294
+ data7Label?: string | null;
1295
+ data8?: string | null;
1296
+ data8Label?: string | null;
1297
+ data9?: string | null;
1298
+ data9Label?: string | null;
1299
+ itemPriceId?: string | null;
1300
+ priceListItemId?: string | null;
1301
+ unitId?: string | null;
1302
+ unitGroupId?: string | null;
1303
+ /**
1304
+ * Format: int32
1305
+ * @enum {integer}
1306
+ */
1307
+ taxCalculationMethod?: 0 | 1;
1308
+ /**
1309
+ * Format: int32
1310
+ * @enum {integer}
1311
+ */
1312
+ costCalculationMethod?: 0 | 1;
1313
+ forexRatesSnapshot?: string | null;
1314
+ /** Format: double */
1315
+ forexRate?: number;
1316
+ /** Format: double */
1317
+ totalBaseAmountInUsd?: number;
1318
+ /** Format: double */
1319
+ totalProfitInUsd?: number;
1320
+ /** Format: double */
1321
+ totalDetailAmountInUsd?: number;
1322
+ /** Format: double */
1323
+ totalTaxBaseInUsd?: number;
1324
+ /** Format: double */
1325
+ totalDiscountsInUsd?: number;
1326
+ /** Format: double */
1327
+ totalTaxesInUsd?: number;
1328
+ /** Format: double */
1329
+ totalWithholdingTaxesInUsd?: number;
1330
+ /** Format: double */
1331
+ totalShippingCostInUsd?: number;
1332
+ /** Format: double */
1333
+ totalShippingTaxesInUsd?: number;
1334
+ /** Format: double */
1335
+ totalWarrantyCostInUsd?: number;
1336
+ /** Format: double */
1337
+ totalReturnCostInUsd?: number;
1338
+ /** Format: double */
1339
+ totalRefundCostInUsd?: number;
1340
+ /** Format: double */
1341
+ totalSurchargesInUsd?: number;
1342
+ /** Format: double */
1343
+ totalAmountInUsd?: number;
1344
+ /** Format: double */
1345
+ totalGlobalDiscountsInUsd?: number;
1346
+ /** Format: double */
1347
+ totalGlobalSurchargesInUsd?: number;
1348
+ /** Format: double */
1349
+ customGlobalSurchargesAmount?: number;
1350
+ /** Format: double */
1351
+ customGlobalDiscountsAmount?: number;
1352
+ /** Format: double */
1353
+ customBaseAmount?: number;
1354
+ /** Format: double */
1355
+ customDetailAmount?: number;
1356
+ /** Format: double */
1357
+ customDiscountsAmount?: number;
1358
+ /** Format: double */
1359
+ customTaxBase?: number;
1360
+ /** Format: double */
1361
+ customSurchargesAmount?: number;
1362
+ /** Format: double */
1363
+ customProfitAmount?: number;
1364
+ /** Format: double */
1365
+ customShippingCostAmount?: number;
1366
+ /** Format: double */
1367
+ customShippingTaxAmount?: number;
1368
+ /** Format: double */
1369
+ customTaxAmount?: number;
1370
+ /** Format: double */
1371
+ customWithholdingTaxAmount?: number;
1372
+ /** Format: double */
1373
+ customTotalAmount?: number;
1374
+ returnPolicyId?: string | null;
1375
+ refundPolicyId?: string | null;
1376
+ warrantyPolicyId?: string | null;
1377
+ shipmentPolicyId?: string | null;
1378
+ shippingLocationId?: string | null;
1379
+ locationId?: string | null;
1380
+ quoteItemRecordId?: string | null;
1381
+ businessProfileRecordId?: string | null;
1382
+ parentBillingItemRecordId?: string | null;
1383
+ quoteId?: string | null;
1384
+ };
1385
+ QuoteLineDtoEnvelope: {
1386
+ isSuccess?: boolean;
1387
+ errorMessage?: string | null;
1388
+ correlationId?: string | null;
1389
+ /** Format: date-time */
1390
+ timestamp?: string;
1391
+ activityId?: string | null;
1392
+ result?: components["schemas"]["QuoteLineDto"];
1393
+ };
1394
+ QuoteLineDtoListEnvelope: {
1395
+ isSuccess?: boolean;
1396
+ errorMessage?: string | null;
1397
+ correlationId?: string | null;
1398
+ /** Format: date-time */
1399
+ timestamp?: string;
1400
+ activityId?: string | null;
1401
+ result?: components["schemas"]["QuoteLineDto"][] | null;
1402
+ };
1403
+ QuoteLineUpdateDto: {
1404
+ closed?: boolean;
1405
+ itemId?: string | null;
1406
+ itemTitle?: string | null;
1407
+ itemShortDescription?: string | null;
1408
+ itemPrimaryImageUrl?: string | null;
1409
+ shippingPolicyId?: string | null;
1410
+ tenantId?: string | null;
1411
+ enrollmentId?: string | null;
1412
+ currencyId?: string | null;
1413
+ description?: string | null;
1414
+ /** Format: double */
1415
+ quantity?: number;
1416
+ free?: boolean;
1417
+ freeReason?: string | null;
1418
+ freeReasonCode?: string | null;
1419
+ data?: string | null;
1420
+ dataLabel?: string | null;
1421
+ data1?: string | null;
1422
+ data1Label?: string | null;
1423
+ data2?: string | null;
1424
+ data2Label?: string | null;
1425
+ data3?: string | null;
1426
+ data3Label?: string | null;
1427
+ data4?: string | null;
1428
+ data4Label?: string | null;
1429
+ data5?: string | null;
1430
+ data5Label?: string | null;
1431
+ data6?: string | null;
1432
+ data6Label?: string | null;
1433
+ data7?: string | null;
1434
+ data7Label?: string | null;
1435
+ data8?: string | null;
1436
+ data8Label?: string | null;
1437
+ data9?: string | null;
1438
+ data9Label?: string | null;
1439
+ itemPriceId?: string | null;
1440
+ priceListItemId?: string | null;
1441
+ unitId?: string | null;
1442
+ unitGroupId?: string | null;
1443
+ /**
1444
+ * Format: int32
1445
+ * @enum {integer}
1446
+ */
1447
+ taxCalculationMethod?: 0 | 1;
1448
+ /**
1449
+ * Format: int32
1450
+ * @enum {integer}
1451
+ */
1452
+ costCalculationMethod?: 0 | 1;
1453
+ forexRatesSnapshot?: string | null;
1454
+ /** Format: double */
1455
+ forexRate?: number;
1456
+ /** Format: double */
1457
+ totalBaseAmountInUsd?: number;
1458
+ /** Format: double */
1459
+ totalProfitInUsd?: number;
1460
+ /** Format: double */
1461
+ totalDetailAmountInUsd?: number;
1462
+ /** Format: double */
1463
+ totalTaxBaseInUsd?: number;
1464
+ /** Format: double */
1465
+ totalDiscountsInUsd?: number;
1466
+ /** Format: double */
1467
+ totalTaxesInUsd?: number;
1468
+ /** Format: double */
1469
+ totalWithholdingTaxesInUsd?: number;
1470
+ /** Format: double */
1471
+ totalShippingCostInUsd?: number;
1472
+ /** Format: double */
1473
+ totalShippingTaxesInUsd?: number;
1474
+ /** Format: double */
1475
+ totalWarrantyCostInUsd?: number;
1476
+ /** Format: double */
1477
+ totalReturnCostInUsd?: number;
1478
+ /** Format: double */
1479
+ totalRefundCostInUsd?: number;
1480
+ /** Format: double */
1481
+ totalSurchargesInUsd?: number;
1482
+ /** Format: double */
1483
+ totalAmountInUsd?: number;
1484
+ /** Format: double */
1485
+ totalGlobalDiscountsInUsd?: number;
1486
+ /** Format: double */
1487
+ totalGlobalSurchargesInUsd?: number;
1488
+ /** Format: double */
1489
+ customGlobalSurchargesAmount?: number;
1490
+ /** Format: double */
1491
+ customGlobalDiscountsAmount?: number;
1492
+ /** Format: double */
1493
+ customBaseAmount?: number;
1494
+ /** Format: double */
1495
+ customDetailAmount?: number;
1496
+ /** Format: double */
1497
+ customDiscountsAmount?: number;
1498
+ /** Format: double */
1499
+ customTaxBase?: number;
1500
+ /** Format: double */
1501
+ customSurchargesAmount?: number;
1502
+ /** Format: double */
1503
+ customProfitAmount?: number;
1504
+ /** Format: double */
1505
+ customShippingCostAmount?: number;
1506
+ /** Format: double */
1507
+ customShippingTaxAmount?: number;
1508
+ /** Format: double */
1509
+ customTaxAmount?: number;
1510
+ /** Format: double */
1511
+ customWithholdingTaxAmount?: number;
1512
+ /** Format: double */
1513
+ customTotalAmount?: number;
1514
+ returnPolicyId?: string | null;
1515
+ refundPolicyId?: string | null;
1516
+ warrantyPolicyId?: string | null;
1517
+ shipmentPolicyId?: string | null;
1518
+ shippingLocationId?: string | null;
1519
+ locationId?: string | null;
1520
+ quoteItemRecordId?: string | null;
1521
+ businessProfileRecordId?: string | null;
1522
+ parentBillingItemRecordId?: string | null;
1523
+ };
1524
+ QuoteUpdateDto: {
1525
+ closed?: boolean;
1526
+ title?: string | null;
1527
+ userId?: string | null;
1528
+ tenantId?: string | null;
1529
+ /** Format: double */
1530
+ forexRate?: number;
1531
+ currencyId?: string | null;
1532
+ priceListId?: string | null;
1533
+ description?: string | null;
1534
+ enrollmentId?: string | null;
1535
+ individualId?: string | null;
1536
+ paymentTermId?: string | null;
1537
+ organizationId?: string | null;
1538
+ receiverTenantId?: string | null;
1539
+ firstName?: string | null;
1540
+ lastName?: string | null;
1541
+ companyName?: string | null;
1542
+ billingEmail?: string | null;
1543
+ addressLine1?: string | null;
1544
+ addressLine2?: string | null;
1545
+ postalCode?: string | null;
1546
+ countryId?: string | null;
1547
+ stateId?: string | null;
1548
+ cityId?: string | null;
1549
+ billingLocationId?: string | null;
1550
+ shippingLocationId?: string | null;
1551
+ shippingMethodId?: string | null;
1552
+ cartId?: string | null;
1553
+ /** Format: double */
1554
+ total?: number;
1555
+ /** Format: double */
1556
+ totalTaxes?: number;
1557
+ /**
1558
+ * Format: int32
1559
+ * @enum {integer}
1560
+ */
1561
+ quoteStatus?: 0 | 1 | 2 | 3 | 4;
1562
+ /**
1563
+ * Format: int32
1564
+ * @enum {integer}
1565
+ */
1566
+ freightTerms?: 0 | 1;
1567
+ /**
1568
+ * Format: int32
1569
+ * @enum {integer}
1570
+ */
1571
+ costCalculationMethod?: 0 | 1;
1572
+ /** Format: date-time */
1573
+ effectiveTo?: string | null;
1574
+ /** Format: date-time */
1575
+ effectiveFrom?: string | null;
1576
+ /** Format: double */
1577
+ customTaxAmount?: number;
1578
+ /** Format: double */
1579
+ customTotalAmount?: number;
1580
+ /** Format: double */
1581
+ customDetailAmount?: number;
1582
+ /** Format: double */
1583
+ customProfitAmount?: number;
1584
+ /** Format: double */
1585
+ customDiscountsAmount?: number;
1586
+ /** Format: double */
1587
+ customSurchargesAmount?: number;
1588
+ /** Format: double */
1589
+ customShippingCostAmount?: number;
1590
+ /** Format: double */
1591
+ customShippingTaxAmount?: number;
1592
+ /** Format: double */
1593
+ customWithholdingTaxAmount?: number;
1594
+ };
1595
+ RefreshRequest: {
1596
+ refreshToken: string | null;
1597
+ };
1598
+ RegisterRequest: {
1599
+ email: string | null;
1600
+ password: string | null;
1601
+ };
1602
+ ResendConfirmationEmailRequest: {
1603
+ email: string | null;
1604
+ };
1605
+ ResetPasswordRequest: {
1606
+ email: string | null;
1607
+ resetCode: string | null;
1608
+ newPassword: string | null;
1609
+ };
1610
+ TenantDto: {
1611
+ id?: string | null;
1612
+ /** Format: date-time */
1613
+ timestamp?: string | null;
1614
+ qualifiedName?: string | null;
1615
+ taxId?: string | null;
1616
+ about?: string | null;
1617
+ walletId?: string | null;
1618
+ socialFeedId?: string | null;
1619
+ businessIndustryId?: string | null;
1620
+ businessSegmentId?: string | null;
1621
+ socialProfileId?: string | null;
1622
+ languageId?: string | null;
1623
+ name?: string | null;
1624
+ duns?: string | null;
1625
+ slogan?: string | null;
1626
+ legalName?: string | null;
1627
+ coverUrl?: string | null;
1628
+ avatarUrl?: string | null;
1629
+ cartId?: string | null;
1630
+ currencyId?: string | null;
1631
+ timezoneId?: string | null;
1632
+ countryId?: string | null;
1633
+ stateId?: string | null;
1634
+ cityId?: string | null;
1635
+ email?: string | null;
1636
+ phone?: string | null;
1637
+ webUrl?: string | null;
1638
+ facebookUrl?: string | null;
1639
+ twitterUrl?: string | null;
1640
+ gitHubUrl?: string | null;
1641
+ linkedInUrl?: string | null;
1642
+ instagramUrl?: string | null;
1643
+ youTubeUrl?: string | null;
1644
+ whatsAppNumber?: string | null;
1645
+ supportPhoneNumber?: string | null;
1646
+ verified?: boolean;
1647
+ businessName?: string | null;
1648
+ businessLegalName?: string | null;
1649
+ twitterUsername?: string | null;
1650
+ };
1651
+ TenantEnrolmentDto: {
1652
+ id?: string | null;
1653
+ /** Format: date-time */
1654
+ timestamp?: string | null;
1655
+ tenantId?: string | null;
1656
+ userId?: string | null;
1657
+ isRoot?: boolean;
1658
+ isOwner?: boolean;
1659
+ isAdmin?: boolean;
1660
+ isDisabled?: boolean;
1661
+ };
1662
+ TwoFactorRequest: {
1663
+ enable?: boolean | null;
1664
+ twoFactorCode?: string | null;
1665
+ resetSharedKey?: boolean;
1666
+ resetRecoveryCodes?: boolean;
1667
+ forgetMachine?: boolean;
1668
+ };
1669
+ TwoFactorResponse: {
1670
+ sharedKey: string | null;
1671
+ /** Format: int32 */
1672
+ recoveryCodesLeft: number;
1673
+ recoveryCodes?: string[] | null;
1674
+ isTwoFactorEnabled: boolean;
1675
+ isMachineRemembered: boolean;
1676
+ };
1677
+ UserDto: {
1678
+ id?: string | null;
1679
+ /** Format: date-time */
1680
+ timestamp?: string | null;
1681
+ fullName?: string | null;
1682
+ qualifiedName?: string | null;
1683
+ publicName?: string | null;
1684
+ lastName?: string | null;
1685
+ firstName?: string | null;
1686
+ coverUrl?: string | null;
1687
+ avatarUrl?: string | null;
1688
+ gitHubUrl?: string | null;
1689
+ countryId?: string | null;
1690
+ timezoneId?: string | null;
1691
+ websiteUrl?: string | null;
1692
+ twitterUrl?: string | null;
1693
+ youTubeUrl?: string | null;
1694
+ linkedInUrl?: string | null;
1695
+ facebookUrl?: string | null;
1696
+ instagramUrl?: string | null;
1697
+ socialProfileId?: string | null;
1698
+ /** Format: date-time */
1699
+ birthday?: string | null;
1700
+ idProvider?: string | null;
1701
+ languageId?: string | null;
1702
+ /**
1703
+ * Format: int32
1704
+ * @enum {integer|null}
1705
+ */
1706
+ gender?: 0 | 1 | 2 | null;
1707
+ cityId?: string | null;
1708
+ stateId?: string | null;
1709
+ email?: string | null;
1710
+ about?: string | null;
1711
+ jobTitle?: string | null;
1712
+ socialFeedId?: string | null;
1713
+ currentTenantId?: string | null;
1714
+ currentEnrollmentId?: string | null;
1715
+ status?: string | null;
1716
+ cartId?: string | null;
1717
+ walletId?: string | null;
1718
+ userName?: string | null;
1719
+ currencyId?: string | null;
1720
+ phoneNumber?: string | null;
1721
+ publicIdentifier?: string | null;
1722
+ identityProvider?: string | null;
1723
+ phoneNumberConfirmed?: boolean;
1724
+ emailConfirmed?: boolean;
1725
+ /**
1726
+ * Format: int32
1727
+ * @enum {integer|null}
1728
+ */
1729
+ availability?: 0 | 1 | 2 | 3 | 4 | null;
1730
+ lockoutEnabled?: boolean;
1731
+ /** Format: date-time */
1732
+ lockoutEnd?: string | null;
1733
+ /** Format: int32 */
1734
+ enrollmentsCount?: number | null;
1735
+ /**
1736
+ * Format: int32
1737
+ * @enum {integer|null}
1738
+ */
1739
+ siteTheme?: 0 | 1 | 2 | null;
1740
+ };
1741
+ };
1742
+ responses: never;
1743
+ parameters: never;
1744
+ requestBodies: never;
1745
+ headers: never;
1746
+ pathItems: never;
1747
+ }
1748
+
1749
+ export type $defs = Record<string, never>;
1750
+
1751
+ export type external = Record<string, never>;
1752
+
1753
+ export interface operations {
1754
+
1755
+ "MapIdentityApi-/confirmEmail": {
1756
+ parameters: {
1757
+ query?: {
1758
+ userId?: string;
1759
+ code?: string;
1760
+ changedEmail?: string;
1761
+ };
1762
+ };
1763
+ responses: {
1764
+ /** @description OK */
1765
+ 200: {
1766
+ content: never;
1767
+ };
1768
+ };
1769
+ };
1770
+ GetQuoteAsync: {
1771
+ parameters: {
1772
+ query: {
1773
+ tenantId: string;
1774
+ };
1775
+ path: {
1776
+ quoteId: string;
1777
+ };
1778
+ };
1779
+ responses: {
1780
+ /** @description OK */
1781
+ 200: {
1782
+ content: {
1783
+ "application/json": components["schemas"]["QuoteDtoEnvelope"];
1784
+ "application/xml": components["schemas"]["QuoteDtoEnvelope"];
1785
+ };
1786
+ };
1787
+ /** @description Not Found */
1788
+ 404: {
1789
+ content: {
1790
+ "application/json": components["schemas"]["ErrorEnvelope"];
1791
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1792
+ };
1793
+ };
1794
+ };
1795
+ };
1796
+ }