@selfcommunity/api-services 0.1.28-alpha.3 → 0.1.28

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 (211) hide show
  1. package/lib/cjs/services/category/index.d.ts +76 -49
  2. package/lib/cjs/services/category/index.d.ts.map +1 -1
  3. package/lib/cjs/services/category/index.js +91 -65
  4. package/lib/cjs/services/category/index.js.map +1 -1
  5. package/lib/cjs/services/comment/index.d.ts +55 -34
  6. package/lib/cjs/services/comment/index.d.ts.map +1 -1
  7. package/lib/cjs/services/comment/index.js +65 -45
  8. package/lib/cjs/services/comment/index.js.map +1 -1
  9. package/lib/cjs/services/custom_adv/index.d.ts +23 -10
  10. package/lib/cjs/services/custom_adv/index.d.ts.map +1 -1
  11. package/lib/cjs/services/custom_adv/index.js +25 -13
  12. package/lib/cjs/services/custom_adv/index.js.map +1 -1
  13. package/lib/cjs/services/custom_page/index.d.ts +23 -10
  14. package/lib/cjs/services/custom_page/index.d.ts.map +1 -1
  15. package/lib/cjs/services/custom_page/index.js +25 -13
  16. package/lib/cjs/services/custom_page/index.js.map +1 -1
  17. package/lib/cjs/services/data_portability/index.d.ts +22 -9
  18. package/lib/cjs/services/data_portability/index.d.ts.map +1 -1
  19. package/lib/cjs/services/data_portability/index.js +24 -12
  20. package/lib/cjs/services/data_portability/index.js.map +1 -1
  21. package/lib/cjs/services/embed/index.d.ts +43 -25
  22. package/lib/cjs/services/embed/index.d.ts.map +1 -1
  23. package/lib/cjs/services/embed/index.js +50 -33
  24. package/lib/cjs/services/embed/index.js.map +1 -1
  25. package/lib/cjs/services/feature/index.d.ts +14 -3
  26. package/lib/cjs/services/feature/index.d.ts.map +1 -1
  27. package/lib/cjs/services/feature/index.js +14 -4
  28. package/lib/cjs/services/feature/index.js.map +1 -1
  29. package/lib/cjs/services/feed/index.d.ts +32 -17
  30. package/lib/cjs/services/feed/index.d.ts.map +1 -1
  31. package/lib/cjs/services/feed/index.js +36 -22
  32. package/lib/cjs/services/feed/index.js.map +1 -1
  33. package/lib/cjs/services/feed_object/index.d.ts +118 -81
  34. package/lib/cjs/services/feed_object/index.d.ts.map +1 -1
  35. package/lib/cjs/services/feed_object/index.js +143 -107
  36. package/lib/cjs/services/feed_object/index.js.map +1 -1
  37. package/lib/cjs/services/incubator/index.d.ts +39 -22
  38. package/lib/cjs/services/incubator/index.d.ts.map +1 -1
  39. package/lib/cjs/services/incubator/index.js +45 -29
  40. package/lib/cjs/services/incubator/index.js.map +1 -1
  41. package/lib/cjs/services/insight/index.d.ts +35 -19
  42. package/lib/cjs/services/insight/index.d.ts.map +1 -1
  43. package/lib/cjs/services/insight/index.js +40 -25
  44. package/lib/cjs/services/insight/index.js.map +1 -1
  45. package/lib/cjs/services/legal_page/index.d.ts +35 -19
  46. package/lib/cjs/services/legal_page/index.d.ts.map +1 -1
  47. package/lib/cjs/services/legal_page/index.js +40 -25
  48. package/lib/cjs/services/legal_page/index.js.map +1 -1
  49. package/lib/cjs/services/locality/index.d.ts +18 -6
  50. package/lib/cjs/services/locality/index.d.ts.map +1 -1
  51. package/lib/cjs/services/locality/index.js +19 -8
  52. package/lib/cjs/services/locality/index.js.map +1 -1
  53. package/lib/cjs/services/loyalty/index.d.ts +48 -29
  54. package/lib/cjs/services/loyalty/index.d.ts.map +1 -1
  55. package/lib/cjs/services/loyalty/index.js +56 -38
  56. package/lib/cjs/services/loyalty/index.js.map +1 -1
  57. package/lib/cjs/services/media/index.d.ts +42 -22
  58. package/lib/cjs/services/media/index.d.ts.map +1 -1
  59. package/lib/cjs/services/media/index.js +48 -29
  60. package/lib/cjs/services/media/index.js.map +1 -1
  61. package/lib/cjs/services/moderation/index.d.ts +33 -19
  62. package/lib/cjs/services/moderation/index.d.ts.map +1 -1
  63. package/lib/cjs/services/moderation/index.js +40 -27
  64. package/lib/cjs/services/moderation/index.js.map +1 -1
  65. package/lib/cjs/services/notification/index.d.ts +47 -28
  66. package/lib/cjs/services/notification/index.d.ts.map +1 -1
  67. package/lib/cjs/services/notification/index.js +55 -37
  68. package/lib/cjs/services/notification/index.js.map +1 -1
  69. package/lib/cjs/services/preference/index.d.ts +23 -10
  70. package/lib/cjs/services/preference/index.d.ts.map +1 -1
  71. package/lib/cjs/services/preference/index.js +25 -13
  72. package/lib/cjs/services/preference/index.js.map +1 -1
  73. package/lib/cjs/services/private_message/index.d.ts +51 -31
  74. package/lib/cjs/services/private_message/index.d.ts.map +1 -1
  75. package/lib/cjs/services/private_message/index.js +60 -41
  76. package/lib/cjs/services/private_message/index.js.map +1 -1
  77. package/lib/cjs/services/score/index.d.ts +22 -9
  78. package/lib/cjs/services/score/index.d.ts.map +1 -1
  79. package/lib/cjs/services/score/index.js +24 -12
  80. package/lib/cjs/services/score/index.js.map +1 -1
  81. package/lib/cjs/services/sso/index.d.ts +18 -6
  82. package/lib/cjs/services/sso/index.d.ts.map +1 -1
  83. package/lib/cjs/services/sso/index.js +19 -8
  84. package/lib/cjs/services/sso/index.js.map +1 -1
  85. package/lib/cjs/services/suggestion/index.d.ts +26 -12
  86. package/lib/cjs/services/suggestion/index.d.ts.map +1 -1
  87. package/lib/cjs/services/suggestion/index.js +29 -16
  88. package/lib/cjs/services/suggestion/index.js.map +1 -1
  89. package/lib/cjs/services/tag/index.d.ts +39 -22
  90. package/lib/cjs/services/tag/index.d.ts.map +1 -1
  91. package/lib/cjs/services/tag/index.js +45 -29
  92. package/lib/cjs/services/tag/index.js.map +1 -1
  93. package/lib/cjs/services/user/index.d.ts +204 -145
  94. package/lib/cjs/services/user/index.d.ts.map +1 -1
  95. package/lib/cjs/services/user/index.js +259 -201
  96. package/lib/cjs/services/user/index.js.map +1 -1
  97. package/lib/cjs/services/webhook/index.d.ts +59 -37
  98. package/lib/cjs/services/webhook/index.d.ts.map +1 -1
  99. package/lib/cjs/services/webhook/index.js +70 -49
  100. package/lib/cjs/services/webhook/index.js.map +1 -1
  101. package/lib/cjs/utils/apiRequest.d.ts +2 -1
  102. package/lib/cjs/utils/apiRequest.d.ts.map +1 -1
  103. package/lib/cjs/utils/apiRequest.js +4 -8
  104. package/lib/cjs/utils/apiRequest.js.map +1 -1
  105. package/lib/esm/services/category/index.d.ts +76 -49
  106. package/lib/esm/services/category/index.d.ts.map +1 -1
  107. package/lib/esm/services/category/index.js +91 -65
  108. package/lib/esm/services/category/index.js.map +1 -1
  109. package/lib/esm/services/comment/index.d.ts +55 -34
  110. package/lib/esm/services/comment/index.d.ts.map +1 -1
  111. package/lib/esm/services/comment/index.js +65 -45
  112. package/lib/esm/services/comment/index.js.map +1 -1
  113. package/lib/esm/services/custom_adv/index.d.ts +23 -10
  114. package/lib/esm/services/custom_adv/index.d.ts.map +1 -1
  115. package/lib/esm/services/custom_adv/index.js +25 -13
  116. package/lib/esm/services/custom_adv/index.js.map +1 -1
  117. package/lib/esm/services/custom_page/index.d.ts +23 -10
  118. package/lib/esm/services/custom_page/index.d.ts.map +1 -1
  119. package/lib/esm/services/custom_page/index.js +25 -13
  120. package/lib/esm/services/custom_page/index.js.map +1 -1
  121. package/lib/esm/services/data_portability/index.d.ts +22 -9
  122. package/lib/esm/services/data_portability/index.d.ts.map +1 -1
  123. package/lib/esm/services/data_portability/index.js +24 -12
  124. package/lib/esm/services/data_portability/index.js.map +1 -1
  125. package/lib/esm/services/embed/index.d.ts +43 -25
  126. package/lib/esm/services/embed/index.d.ts.map +1 -1
  127. package/lib/esm/services/embed/index.js +50 -33
  128. package/lib/esm/services/embed/index.js.map +1 -1
  129. package/lib/esm/services/feature/index.d.ts +14 -3
  130. package/lib/esm/services/feature/index.d.ts.map +1 -1
  131. package/lib/esm/services/feature/index.js +14 -4
  132. package/lib/esm/services/feature/index.js.map +1 -1
  133. package/lib/esm/services/feed/index.d.ts +32 -17
  134. package/lib/esm/services/feed/index.d.ts.map +1 -1
  135. package/lib/esm/services/feed/index.js +36 -22
  136. package/lib/esm/services/feed/index.js.map +1 -1
  137. package/lib/esm/services/feed_object/index.d.ts +118 -81
  138. package/lib/esm/services/feed_object/index.d.ts.map +1 -1
  139. package/lib/esm/services/feed_object/index.js +143 -107
  140. package/lib/esm/services/feed_object/index.js.map +1 -1
  141. package/lib/esm/services/incubator/index.d.ts +39 -22
  142. package/lib/esm/services/incubator/index.d.ts.map +1 -1
  143. package/lib/esm/services/incubator/index.js +45 -29
  144. package/lib/esm/services/incubator/index.js.map +1 -1
  145. package/lib/esm/services/insight/index.d.ts +35 -19
  146. package/lib/esm/services/insight/index.d.ts.map +1 -1
  147. package/lib/esm/services/insight/index.js +40 -25
  148. package/lib/esm/services/insight/index.js.map +1 -1
  149. package/lib/esm/services/legal_page/index.d.ts +35 -19
  150. package/lib/esm/services/legal_page/index.d.ts.map +1 -1
  151. package/lib/esm/services/legal_page/index.js +40 -25
  152. package/lib/esm/services/legal_page/index.js.map +1 -1
  153. package/lib/esm/services/locality/index.d.ts +18 -6
  154. package/lib/esm/services/locality/index.d.ts.map +1 -1
  155. package/lib/esm/services/locality/index.js +19 -8
  156. package/lib/esm/services/locality/index.js.map +1 -1
  157. package/lib/esm/services/loyalty/index.d.ts +48 -29
  158. package/lib/esm/services/loyalty/index.d.ts.map +1 -1
  159. package/lib/esm/services/loyalty/index.js +56 -38
  160. package/lib/esm/services/loyalty/index.js.map +1 -1
  161. package/lib/esm/services/media/index.d.ts +42 -22
  162. package/lib/esm/services/media/index.d.ts.map +1 -1
  163. package/lib/esm/services/media/index.js +48 -29
  164. package/lib/esm/services/media/index.js.map +1 -1
  165. package/lib/esm/services/moderation/index.d.ts +33 -19
  166. package/lib/esm/services/moderation/index.d.ts.map +1 -1
  167. package/lib/esm/services/moderation/index.js +40 -27
  168. package/lib/esm/services/moderation/index.js.map +1 -1
  169. package/lib/esm/services/notification/index.d.ts +47 -28
  170. package/lib/esm/services/notification/index.d.ts.map +1 -1
  171. package/lib/esm/services/notification/index.js +55 -37
  172. package/lib/esm/services/notification/index.js.map +1 -1
  173. package/lib/esm/services/preference/index.d.ts +23 -10
  174. package/lib/esm/services/preference/index.d.ts.map +1 -1
  175. package/lib/esm/services/preference/index.js +25 -13
  176. package/lib/esm/services/preference/index.js.map +1 -1
  177. package/lib/esm/services/private_message/index.d.ts +51 -31
  178. package/lib/esm/services/private_message/index.d.ts.map +1 -1
  179. package/lib/esm/services/private_message/index.js +60 -41
  180. package/lib/esm/services/private_message/index.js.map +1 -1
  181. package/lib/esm/services/score/index.d.ts +22 -9
  182. package/lib/esm/services/score/index.d.ts.map +1 -1
  183. package/lib/esm/services/score/index.js +24 -12
  184. package/lib/esm/services/score/index.js.map +1 -1
  185. package/lib/esm/services/sso/index.d.ts +18 -6
  186. package/lib/esm/services/sso/index.d.ts.map +1 -1
  187. package/lib/esm/services/sso/index.js +19 -8
  188. package/lib/esm/services/sso/index.js.map +1 -1
  189. package/lib/esm/services/suggestion/index.d.ts +26 -12
  190. package/lib/esm/services/suggestion/index.d.ts.map +1 -1
  191. package/lib/esm/services/suggestion/index.js +29 -16
  192. package/lib/esm/services/suggestion/index.js.map +1 -1
  193. package/lib/esm/services/tag/index.d.ts +39 -22
  194. package/lib/esm/services/tag/index.d.ts.map +1 -1
  195. package/lib/esm/services/tag/index.js +45 -29
  196. package/lib/esm/services/tag/index.js.map +1 -1
  197. package/lib/esm/services/user/index.d.ts +204 -145
  198. package/lib/esm/services/user/index.d.ts.map +1 -1
  199. package/lib/esm/services/user/index.js +259 -201
  200. package/lib/esm/services/user/index.js.map +1 -1
  201. package/lib/esm/services/webhook/index.d.ts +59 -37
  202. package/lib/esm/services/webhook/index.d.ts.map +1 -1
  203. package/lib/esm/services/webhook/index.js +70 -49
  204. package/lib/esm/services/webhook/index.js.map +1 -1
  205. package/lib/esm/utils/apiRequest.d.ts +2 -1
  206. package/lib/esm/utils/apiRequest.d.ts.map +1 -1
  207. package/lib/esm/utils/apiRequest.js +4 -8
  208. package/lib/esm/utils/apiRequest.js.map +1 -1
  209. package/lib/umd/api-services.js +1 -1
  210. package/lib/umd/api-services.js.map +1 -1
  211. package/package.json +4 -4
@@ -1,33 +1,34 @@
1
1
  import { BaseGetParams, FeedObjCreateParams, FeedObjectPollVotesSearch, FeedObjGetParams, SCPaginatedResponse } from '../../types';
2
2
  import { SCFeedObjectFollowingStatusType, SCFeedObjectHideStatusType, SCFeedObjectSuspendedStatusType, SCFeedObjectType, SCFeedObjectTypologyType, SCFlagType, SCFlagTypeEnum, SCPollVoteType, SCUserType, SCVoteType } from '@selfcommunity/types';
3
+ import { AxiosRequestConfig } from 'axios';
3
4
  export interface FeedObjectApiClientInterface {
4
- getAllFeedObjects(type: SCFeedObjectTypologyType, params?: FeedObjGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
5
- getUncommentedFeedObjects(type: SCFeedObjectTypologyType, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
6
- searchFeedObject(type: SCFeedObjectTypologyType): Promise<SCPaginatedResponse<SCFeedObjectType>>;
7
- createFeedObject(type: SCFeedObjectTypologyType, data: FeedObjCreateParams): Promise<SCFeedObjectType>;
8
- getSpecificFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectType>;
9
- updateFeedObject(type: SCFeedObjectTypologyType, id: number, data: FeedObjCreateParams): Promise<SCFeedObjectType>;
10
- deleteFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
11
- feedObjectContributorsList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCUserType>>;
12
- feedObjectSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
13
- feedObjectUserSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCUserType>>;
14
- restoreFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
15
- relatedFeedObjects(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
16
- voteFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
17
- feedObjectVotes(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCVoteType>>;
18
- feedObjectPollVote(type: SCFeedObjectTypologyType, id: number, choice: number): Promise<any>;
19
- feedObjectPollVotesList(type: SCFeedObjectTypologyType, id: number, params?: FeedObjectPollVotesSearch): Promise<SCPaginatedResponse<SCPollVoteType>>;
20
- followFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
21
- feedObjectFollowingList(type: SCFeedObjectTypologyType, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
22
- checkIfFollowingFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectFollowingStatusType>;
23
- suspendFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
24
- checkIfSuspendedFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectSuspendedStatusType>;
25
- feedObjectSuspendedList(type: SCFeedObjectTypologyType, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
26
- flagFeedObject(type: SCFeedObjectTypologyType, id: number, flag_type: SCFlagTypeEnum): Promise<any>;
27
- feedObjectFlagList(type: SCFeedObjectTypologyType, id: number): Promise<SCPaginatedResponse<SCFlagType>>;
28
- feedObjectFlagStatus(type: SCFeedObjectTypologyType, id: number): Promise<SCPaginatedResponse<SCFlagType>>;
29
- hideFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
30
- feedObjectHideStatus(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectHideStatusType>;
5
+ getAllFeedObjects(type: SCFeedObjectTypologyType, params?: FeedObjGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
6
+ getUncommentedFeedObjects(type: SCFeedObjectTypologyType, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
7
+ searchFeedObject(type: SCFeedObjectTypologyType, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
8
+ createFeedObject(type: SCFeedObjectTypologyType, data: FeedObjCreateParams, config?: AxiosRequestConfig): Promise<SCFeedObjectType>;
9
+ getSpecificFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectType>;
10
+ updateFeedObject(type: SCFeedObjectTypologyType, id: number, data: FeedObjCreateParams, config?: AxiosRequestConfig): Promise<SCFeedObjectType>;
11
+ deleteFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
12
+ feedObjectContributorsList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCUserType>>;
13
+ feedObjectSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
14
+ feedObjectUserSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCUserType>>;
15
+ restoreFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
16
+ relatedFeedObjects(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
17
+ voteFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
18
+ feedObjectVotes(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCVoteType>>;
19
+ feedObjectPollVote(type: SCFeedObjectTypologyType, id: number, choice: number, config?: AxiosRequestConfig): Promise<any>;
20
+ feedObjectPollVotesList(type: SCFeedObjectTypologyType, id: number, params?: FeedObjectPollVotesSearch, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCPollVoteType>>;
21
+ followFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
22
+ feedObjectFollowingList(type: SCFeedObjectTypologyType, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
23
+ checkIfFollowingFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectFollowingStatusType>;
24
+ suspendFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
25
+ checkIfSuspendedFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectSuspendedStatusType>;
26
+ feedObjectSuspendedList(type: SCFeedObjectTypologyType, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
27
+ flagFeedObject(type: SCFeedObjectTypologyType, id: number, flag_type: SCFlagTypeEnum, config?: AxiosRequestConfig): Promise<any>;
28
+ feedObjectFlagList(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFlagType>>;
29
+ feedObjectFlagStatus(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFlagType>>;
30
+ hideFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
31
+ feedObjectHideStatus(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectHideStatusType>;
31
32
  }
32
33
  /**
33
34
  * Contains all the endpoints needed to manage feed objs (discussions-posts-statuses).
@@ -37,172 +38,199 @@ export declare class FeedObjectApiClient {
37
38
  * This endpoint retrieves all feed objs
38
39
  * @param type
39
40
  * @param params
41
+ * @param config
40
42
  */
41
- static getAllFeedObjects(type: SCFeedObjectTypologyType, params?: FeedObjGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
43
+ static getAllFeedObjects(type: SCFeedObjectTypologyType, params?: FeedObjGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
42
44
  /**
43
45
  * This endpoint retrieves all uncommented feed objs
44
46
  * @param type
45
47
  * @param params
48
+ * @param config
46
49
  */
47
- static getUncommentedFeedObjects(type: SCFeedObjectTypologyType, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
50
+ static getUncommentedFeedObjects(type: SCFeedObjectTypologyType, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
48
51
  /**
49
52
  * This endpoint performs search operation to feed objs
50
53
  * @param type
54
+ * @param config
51
55
  */
52
- static searchFeedObject(type: SCFeedObjectTypologyType): Promise<SCPaginatedResponse<SCFeedObjectType>>;
56
+ static searchFeedObject(type: SCFeedObjectTypologyType, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
53
57
  /**
54
58
  * This endpoint creates a feed obj
55
59
  * @param type
56
60
  * @param data
61
+ * @param config
57
62
  */
58
- static createFeedObject(type: SCFeedObjectTypologyType, data: FeedObjCreateParams): Promise<SCFeedObjectType>;
63
+ static createFeedObject(type: SCFeedObjectTypologyType, data: FeedObjCreateParams, config?: AxiosRequestConfig): Promise<SCFeedObjectType>;
59
64
  /**
60
65
  * This endpoint retrieves a specific feed obj using ID
61
66
  * @param type
62
67
  * @param id
68
+ * @param config
63
69
  */
64
- static getSpecificFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectType>;
70
+ static getSpecificFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectType>;
65
71
  /**
66
72
  * This endpoint updates a specific feed obj
67
73
  * @param type
68
74
  * @param id
69
75
  * @param data
76
+ * @param config
70
77
  */
71
- static updateFeedObject(type: SCFeedObjectTypologyType, id: number, data: FeedObjCreateParams): Promise<SCFeedObjectType>;
78
+ static updateFeedObject(type: SCFeedObjectTypologyType, id: number, data: FeedObjCreateParams, config?: AxiosRequestConfig): Promise<SCFeedObjectType>;
72
79
  /**
73
80
  * This endpoint deletes a specific feed obj
74
81
  * @param type
75
82
  * @param id
83
+ * @param config
76
84
  */
77
- static deleteFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
85
+ static deleteFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
78
86
  /**
79
87
  * This endpoint retrieves all contributors for a specific feed obj
80
88
  * @param type
81
89
  * @param id
82
90
  * @param params
91
+ * @param config
83
92
  */
84
- static feedObjectContributorsList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCUserType>>;
93
+ static feedObjectContributorsList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCUserType>>;
85
94
  /**
86
95
  * This endpoint retrieves all shares for a specific feed obj
87
96
  * @param type
88
97
  * @param id
89
98
  * @param params
99
+ * @param config
90
100
  */
91
- static feedObjectSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
101
+ static feedObjectSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
92
102
  /**
93
103
  * This endpoint retrieves all shares users for a specific feed obj
94
104
  * @param type
95
105
  * @param id
96
106
  * @param params
107
+ * @param config
97
108
  */
98
- static feedObjectUserSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCUserType>>;
109
+ static feedObjectUserSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCUserType>>;
99
110
  /**
100
111
  *
101
112
  * @param type
102
113
  * @param id
114
+ * @param config
103
115
  */
104
- static restoreFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
116
+ static restoreFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
105
117
  /**
106
118
  * This endpoint restores a feed obj
107
119
  * @param type
108
120
  * @param id
109
121
  * @param params
122
+ * @param config
110
123
  */
111
- static relatedFeedObjects(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
124
+ static relatedFeedObjects(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
112
125
  /**
113
126
  * This endpoint upvotes a specific feed obj
114
127
  * @param type
115
128
  * @param id
129
+ * @param config
116
130
  */
117
- static voteFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
131
+ static voteFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
118
132
  /**
119
133
  * This endpoint retrieves all votes for a specific feed obj
120
134
  * @param type
121
135
  * @param id
122
136
  * @param params
137
+ * @param config
123
138
  */
124
- static feedObjectVotes(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCVoteType>>;
139
+ static feedObjectVotes(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCVoteType>>;
125
140
  /**
126
141
  * This endpoint upvotes a specific poll choice in a feed obj
127
142
  * @param type It can be only "discussion" or "post".
128
143
  * @param id
129
144
  * @param choice
145
+ * @param config
130
146
  */
131
- static feedObjectPollVote(type: SCFeedObjectTypologyType, id: number, choice: number): Promise<any>;
147
+ static feedObjectPollVote(type: SCFeedObjectTypologyType, id: number, choice: number, config?: AxiosRequestConfig): Promise<any>;
132
148
  /**
133
149
  * This endpoint retrieves all poll votes for a specific feed obj
134
150
  * @param type It can be only "discussion" or "post".
135
151
  * @param id
136
152
  * @param params
153
+ * @param config
137
154
  */
138
- static feedObjectPollVotesList(type: SCFeedObjectTypologyType, id: number, params?: FeedObjectPollVotesSearch): Promise<SCPaginatedResponse<SCPollVoteType>>;
155
+ static feedObjectPollVotesList(type: SCFeedObjectTypologyType, id: number, params?: FeedObjectPollVotesSearch, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCPollVoteType>>;
139
156
  /**
140
157
  * This endpoint follows a feed obj
141
158
  * @param type
142
159
  * @param id
160
+ * @param config
143
161
  */
144
- static followFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
162
+ static followFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
145
163
  /**
146
164
  * This endpoint retrieves all feed objs followed by the authenticated user
147
165
  * @param type
148
166
  * @param params
167
+ * @param config
149
168
  */
150
- static feedObjectFollowingList(type: SCFeedObjectTypologyType, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
169
+ static feedObjectFollowingList(type: SCFeedObjectTypologyType, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
151
170
  /**
152
171
  * This endpoint returns following = true if the feed obj (identified in path) is followed by the authenticated user
153
172
  * @param type
154
173
  * @param id
174
+ * @param config
155
175
  */
156
- static checkIfFollowingFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectFollowingStatusType>;
176
+ static checkIfFollowingFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectFollowingStatusType>;
157
177
  /**
158
178
  * This endpoint suspends the notifications for the selected feed obj
159
179
  * @param type
160
180
  * @param id
181
+ * @param config
161
182
  */
162
- static suspendFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
183
+ static suspendFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
163
184
  /**
164
185
  * This endpoint returns suspended = true if the notifications for the feed obj (identified in path) is suspended by the authenticated user
165
186
  * @param type
166
187
  * @param id
188
+ * @param config
167
189
  */
168
- static checkIfSuspendedFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectSuspendedStatusType>;
190
+ static checkIfSuspendedFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectSuspendedStatusType>;
169
191
  /**
170
192
  * This endpoint retrieves the list of feed obj which notifications are suspended by the authenticated user
171
193
  * @param type
172
194
  * @param params
195
+ * @param config
173
196
  */
174
- static feedObjectSuspendedList(type: SCFeedObjectTypologyType, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
197
+ static feedObjectSuspendedList(type: SCFeedObjectTypologyType, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
175
198
  /**
176
199
  * This endpoint flags a specific feed obj
177
200
  * @param type
178
201
  * @param id
179
202
  * @param flag_type
203
+ * @param config
180
204
  */
181
- static flagFeedObject(type: SCFeedObjectTypologyType, id: number, flag_type: SCFlagTypeEnum): Promise<any>;
205
+ static flagFeedObject(type: SCFeedObjectTypologyType, id: number, flag_type: SCFlagTypeEnum, config?: AxiosRequestConfig): Promise<any>;
182
206
  /**
183
207
  * Retrieves, if exists, a flag for this contribute created by the authenticated user
184
208
  * @param type
185
209
  * @param id
210
+ * @param config
186
211
  */
187
- static feedObjectFlagStatus(type: SCFeedObjectTypologyType, id: number): Promise<SCPaginatedResponse<SCFlagType>>;
212
+ static feedObjectFlagStatus(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFlagType>>;
188
213
  /**
189
214
  * This endpoint retrieves a list of flags for a specific feed obj
190
215
  * @param type
191
216
  * @param id
217
+ * @param config
192
218
  */
193
- static feedObjectFlagList(type: SCFeedObjectTypologyType, id: number): Promise<SCPaginatedResponse<SCFlagType>>;
219
+ static feedObjectFlagList(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFlagType>>;
194
220
  /**
195
221
  * This endpoint hides the feed obj for the logged user. The feed obj must be in show state
196
222
  * @param type
197
223
  * @param id
224
+ * @param config
198
225
  */
199
- static hideFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
226
+ static hideFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
200
227
  /**
201
- * This endpoint retrieves if the the feed obj has been hidden by the authenticated user (hidden = true)
228
+ * This endpoint retrieves if the feed obj has been hidden by the authenticated user (hidden = true)
202
229
  * @param type
203
230
  * @param id
231
+ * @param config
204
232
  */
205
- static feedObjectHideStatus(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectHideStatusType>;
233
+ static feedObjectHideStatus(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectHideStatusType>;
206
234
  }
207
235
  /**
208
236
  *
@@ -221,35 +249,44 @@ export declare class FeedObjectApiClient {
221
249
  return await FeedObjectService.getAllFeedObjects(type);
222
250
  }
223
251
  ```
252
+ ```jsx
253
+ If you need to customize the request, you can add optional config params (`AxiosRequestConfig` type).
254
+
255
+ 1. Declare it(or declare them, it is possible to add multiple params)
256
+
257
+ const headers = headers: {Authorization: `Bearer ${yourToken}`}
258
+
259
+ 2. Add it inside the brackets and pass it to the function, as shown in the previous example!
260
+ ```
224
261
  :::
225
262
  */
226
263
  export default class FeedObjectService {
227
- static getAllFeedObjects(type: SCFeedObjectTypologyType, params?: FeedObjGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
228
- static getUncommentedFeedObjects(type: SCFeedObjectTypologyType, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
229
- static searchFeedObject(type: SCFeedObjectTypologyType): Promise<SCPaginatedResponse<SCFeedObjectType>>;
230
- static createFeedObject(type: SCFeedObjectTypologyType, data: FeedObjCreateParams): Promise<SCFeedObjectType>;
231
- static getSpecificFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectType>;
232
- static updateFeedObject(type: SCFeedObjectTypologyType, id: number, data: FeedObjCreateParams): Promise<SCFeedObjectType>;
233
- static deleteFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
234
- static feedObjectContributorsList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCUserType>>;
235
- static feedObjectSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
264
+ static getAllFeedObjects(type: SCFeedObjectTypologyType, params?: FeedObjGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
265
+ static getUncommentedFeedObjects(type: SCFeedObjectTypologyType, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
266
+ static searchFeedObject(type: SCFeedObjectTypologyType, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
267
+ static createFeedObject(type: SCFeedObjectTypologyType, data: FeedObjCreateParams, config?: AxiosRequestConfig): Promise<SCFeedObjectType>;
268
+ static getSpecificFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectType>;
269
+ static updateFeedObject(type: SCFeedObjectTypologyType, id: number, data: FeedObjCreateParams, config?: AxiosRequestConfig): Promise<SCFeedObjectType>;
270
+ static deleteFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
271
+ static feedObjectContributorsList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCUserType>>;
272
+ static feedObjectSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
236
273
  static feedObjectUserSharesList(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCUserType>>;
237
- static restoreFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
238
- static relatedFeedObjects(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
239
- static voteFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
240
- static feedObjectVotes(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams): Promise<SCPaginatedResponse<SCVoteType>>;
241
- static feedObjectPollVote(type: SCFeedObjectTypologyType, id: number, choice: number): Promise<any>;
242
- static feedObjectPollVotesList(type: SCFeedObjectTypologyType, id: number, params?: FeedObjectPollVotesSearch): Promise<SCPaginatedResponse<SCPollVoteType>>;
243
- static followFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
244
- static feedObjectFollowingList(type: SCFeedObjectTypologyType, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
245
- static checkIfFollowingFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectFollowingStatusType>;
246
- static suspendFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
247
- static checkIfSuspendedFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectSuspendedStatusType>;
248
- static feedObjectSuspendedList(type: SCFeedObjectTypologyType, params?: BaseGetParams): Promise<SCPaginatedResponse<SCFeedObjectType>>;
249
- static flagFeedObject(type: SCFeedObjectTypologyType, id: number, flag_type: SCFlagTypeEnum): Promise<any>;
250
- static feedObjectFlagList(type: SCFeedObjectTypologyType, id: number): Promise<SCPaginatedResponse<SCFlagType>>;
251
- static feedObjectFlagStatus(type: SCFeedObjectTypologyType, id: number): Promise<SCPaginatedResponse<SCFlagType>>;
252
- static hideFeedObject(type: SCFeedObjectTypologyType, id: number): Promise<any>;
253
- static feedObjectHideStatus(type: SCFeedObjectTypologyType, id: number): Promise<SCFeedObjectHideStatusType>;
274
+ static restoreFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
275
+ static relatedFeedObjects(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
276
+ static voteFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
277
+ static feedObjectVotes(type: SCFeedObjectTypologyType, id: number, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCVoteType>>;
278
+ static feedObjectPollVote(type: SCFeedObjectTypologyType, id: number, choice: number, config?: AxiosRequestConfig): Promise<any>;
279
+ static feedObjectPollVotesList(type: SCFeedObjectTypologyType, id: number, params?: FeedObjectPollVotesSearch, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCPollVoteType>>;
280
+ static followFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
281
+ static feedObjectFollowingList(type: SCFeedObjectTypologyType, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
282
+ static checkIfFollowingFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectFollowingStatusType>;
283
+ static suspendFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
284
+ static checkIfSuspendedFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectSuspendedStatusType>;
285
+ static feedObjectSuspendedList(type: SCFeedObjectTypologyType, params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedObjectType>>;
286
+ static flagFeedObject(type: SCFeedObjectTypologyType, id: number, flag_type: SCFlagTypeEnum, config?: AxiosRequestConfig): Promise<any>;
287
+ static feedObjectFlagList(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFlagType>>;
288
+ static feedObjectFlagStatus(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFlagType>>;
289
+ static hideFeedObject(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<any>;
290
+ static feedObjectHideStatus(type: SCFeedObjectTypologyType, id: number, config?: AxiosRequestConfig): Promise<SCFeedObjectHideStatusType>;
254
291
  }
255
292
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/services/feed_object/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/services/feed_object/index.ts"],"names":[],"mappings":"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"}