@fenixalliance/abs-api-client 1.0.5 → 1.0.6

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