@selfcommunity/api-services 0.4.0-alpha.4 → 0.4.0-alpha.41

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 (514) hide show
  1. package/lib/cjs/client/index.d.ts +2 -10
  2. package/lib/cjs/client/index.js +3 -6
  3. package/lib/cjs/constants/Endpoints.d.ts +1 -2
  4. package/lib/cjs/constants/Endpoints.js +15 -4
  5. package/lib/cjs/constants/Errors.d.ts +4 -0
  6. package/lib/cjs/constants/Errors.js +7 -0
  7. package/lib/cjs/index.d.ts +3 -4
  8. package/lib/cjs/index.js +36 -61
  9. package/lib/cjs/services/account/index.d.ts +7 -1
  10. package/lib/cjs/services/account/index.js +20 -19
  11. package/lib/cjs/services/category/index.d.ts +0 -1
  12. package/lib/cjs/services/category/index.js +18 -30
  13. package/lib/cjs/services/comment/index.d.ts +0 -1
  14. package/lib/cjs/services/comment/index.js +13 -25
  15. package/lib/cjs/services/custom_adv/index.d.ts +0 -1
  16. package/lib/cjs/services/custom_adv/index.js +5 -17
  17. package/lib/cjs/services/custom_menu/index.d.ts +0 -1
  18. package/lib/cjs/services/custom_menu/index.js +6 -18
  19. package/lib/cjs/services/custom_page/index.d.ts +0 -1
  20. package/lib/cjs/services/custom_page/index.js +5 -17
  21. package/lib/cjs/services/data_portability/index.d.ts +0 -1
  22. package/lib/cjs/services/data_portability/index.js +5 -17
  23. package/lib/cjs/services/embed/index.d.ts +0 -1
  24. package/lib/cjs/services/embed/index.js +10 -22
  25. package/lib/cjs/services/feature/index.d.ts +0 -1
  26. package/lib/cjs/services/feature/index.js +3 -15
  27. package/lib/cjs/services/feed/index.d.ts +0 -1
  28. package/lib/cjs/services/feed/index.js +7 -19
  29. package/lib/cjs/services/feed_object/index.d.ts +0 -1
  30. package/lib/cjs/services/feed_object/index.js +29 -41
  31. package/lib/cjs/services/incubator/index.d.ts +0 -1
  32. package/lib/cjs/services/incubator/index.js +9 -21
  33. package/lib/cjs/services/insight/index.d.ts +0 -1
  34. package/lib/cjs/services/insight/index.js +8 -20
  35. package/lib/cjs/services/invite/index.d.ts +0 -1
  36. package/lib/cjs/services/invite/index.js +3 -15
  37. package/lib/cjs/services/legal_page/index.d.ts +0 -1
  38. package/lib/cjs/services/legal_page/index.js +11 -23
  39. package/lib/cjs/services/locality/index.d.ts +0 -1
  40. package/lib/cjs/services/locality/index.js +4 -16
  41. package/lib/cjs/services/loyalty/index.d.ts +5 -5
  42. package/lib/cjs/services/loyalty/index.js +16 -27
  43. package/lib/cjs/services/media/index.d.ts +0 -1
  44. package/lib/cjs/services/media/index.js +9 -21
  45. package/lib/cjs/services/moderation/index.d.ts +0 -1
  46. package/lib/cjs/services/moderation/index.js +8 -20
  47. package/lib/cjs/services/notification/index.d.ts +0 -1
  48. package/lib/cjs/services/notification/index.js +11 -23
  49. package/lib/cjs/services/preference/index.d.ts +0 -1
  50. package/lib/cjs/services/preference/index.js +5 -17
  51. package/lib/cjs/services/private_message/index.d.ts +0 -1
  52. package/lib/cjs/services/private_message/index.js +13 -25
  53. package/lib/cjs/services/promo/index.d.ts +0 -1
  54. package/lib/cjs/services/promo/index.js +3 -15
  55. package/lib/cjs/services/reactions/index.d.ts +7 -1
  56. package/lib/cjs/services/reactions/index.js +24 -16
  57. package/lib/cjs/services/score/index.d.ts +0 -1
  58. package/lib/cjs/services/score/index.js +5 -17
  59. package/lib/cjs/services/sso/index.d.ts +0 -1
  60. package/lib/cjs/services/sso/index.js +4 -16
  61. package/lib/cjs/services/suggestion/index.d.ts +9 -5
  62. package/lib/cjs/services/suggestion/index.js +12 -19
  63. package/lib/cjs/services/tag/index.d.ts +0 -1
  64. package/lib/cjs/services/tag/index.js +9 -21
  65. package/lib/cjs/services/user/index.d.ts +20 -13
  66. package/lib/cjs/services/user/index.js +82 -84
  67. package/lib/cjs/services/webhook/index.d.ts +0 -1
  68. package/lib/cjs/services/webhook/index.js +14 -26
  69. package/lib/cjs/types/account.d.ts +0 -1
  70. package/lib/cjs/types/account.js +0 -1
  71. package/lib/cjs/types/baseParams.d.ts +0 -1
  72. package/lib/cjs/types/baseParams.js +0 -1
  73. package/lib/cjs/types/category.d.ts +0 -1
  74. package/lib/cjs/types/category.js +0 -1
  75. package/lib/cjs/types/comment.d.ts +0 -1
  76. package/lib/cjs/types/comment.js +0 -1
  77. package/lib/cjs/types/customAdv.d.ts +0 -1
  78. package/lib/cjs/types/customAdv.js +0 -1
  79. package/lib/cjs/types/customPage.d.ts +0 -1
  80. package/lib/cjs/types/customPage.js +0 -1
  81. package/lib/cjs/types/embed.d.ts +0 -1
  82. package/lib/cjs/types/embed.js +0 -1
  83. package/lib/cjs/types/feature.d.ts +0 -1
  84. package/lib/cjs/types/feature.js +0 -1
  85. package/lib/cjs/types/feed.d.ts +0 -1
  86. package/lib/cjs/types/feed.js +0 -1
  87. package/lib/cjs/types/feedObject.d.ts +0 -1
  88. package/lib/cjs/types/feedObject.js +0 -1
  89. package/lib/cjs/types/incubator.d.ts +0 -1
  90. package/lib/cjs/types/incubator.js +0 -1
  91. package/lib/cjs/types/index.d.ts +2 -3
  92. package/lib/cjs/types/index.js +0 -1
  93. package/lib/cjs/types/insight.d.ts +0 -1
  94. package/lib/cjs/types/insight.js +0 -1
  95. package/lib/cjs/types/legalPage.d.ts +0 -1
  96. package/lib/cjs/types/legalPage.js +0 -1
  97. package/lib/cjs/types/media.d.ts +0 -1
  98. package/lib/cjs/types/media.js +0 -1
  99. package/lib/cjs/types/moderation.d.ts +0 -1
  100. package/lib/cjs/types/moderation.js +0 -1
  101. package/lib/cjs/types/notification.d.ts +0 -1
  102. package/lib/cjs/types/notification.js +0 -1
  103. package/lib/cjs/types/paginatedResponse.d.ts +0 -1
  104. package/lib/cjs/types/paginatedResponse.js +0 -1
  105. package/lib/cjs/types/privateMessage.d.ts +0 -1
  106. package/lib/cjs/types/privateMessage.js +0 -1
  107. package/lib/cjs/types/prize.d.ts +14 -1
  108. package/lib/cjs/types/prize.js +0 -1
  109. package/lib/cjs/types/reaction.d.ts +0 -1
  110. package/lib/cjs/types/reaction.js +0 -1
  111. package/lib/cjs/types/score.d.ts +0 -1
  112. package/lib/cjs/types/score.js +0 -1
  113. package/lib/cjs/types/sso.d.ts +0 -1
  114. package/lib/cjs/types/sso.js +0 -1
  115. package/lib/cjs/types/tag.d.ts +0 -1
  116. package/lib/cjs/types/tag.js +0 -1
  117. package/lib/cjs/types/user.d.ts +0 -1
  118. package/lib/cjs/types/user.js +0 -1
  119. package/lib/cjs/types/webhook.d.ts +0 -1
  120. package/lib/cjs/types/webhook.js +0 -1
  121. package/lib/cjs/utils/apiRequest.d.ts +0 -1
  122. package/lib/cjs/utils/apiRequest.js +10 -7
  123. package/lib/cjs/utils/http.d.ts +2 -2
  124. package/lib/cjs/utils/http.js +32 -6
  125. package/lib/cjs/utils/token.d.ts +0 -1
  126. package/lib/cjs/utils/token.js +3 -35
  127. package/lib/cjs/utils/url.d.ts +0 -1
  128. package/lib/cjs/utils/url.js +0 -1
  129. package/lib/esm/client/index.d.ts +2 -10
  130. package/lib/esm/client/index.js +1 -2
  131. package/lib/esm/constants/Endpoints.d.ts +1 -2
  132. package/lib/esm/constants/Endpoints.js +15 -4
  133. package/lib/esm/constants/Errors.d.ts +4 -0
  134. package/lib/esm/constants/Errors.js +4 -0
  135. package/lib/esm/index.d.ts +3 -4
  136. package/lib/esm/index.js +2 -3
  137. package/lib/esm/services/account/index.d.ts +7 -1
  138. package/lib/esm/services/account/index.js +14 -10
  139. package/lib/esm/services/category/index.d.ts +0 -1
  140. package/lib/esm/services/category/index.js +1 -10
  141. package/lib/esm/services/comment/index.d.ts +0 -1
  142. package/lib/esm/services/comment/index.js +1 -10
  143. package/lib/esm/services/custom_adv/index.d.ts +0 -1
  144. package/lib/esm/services/custom_adv/index.js +1 -10
  145. package/lib/esm/services/custom_menu/index.d.ts +0 -1
  146. package/lib/esm/services/custom_menu/index.js +1 -10
  147. package/lib/esm/services/custom_page/index.d.ts +0 -1
  148. package/lib/esm/services/custom_page/index.js +1 -10
  149. package/lib/esm/services/data_portability/index.d.ts +0 -1
  150. package/lib/esm/services/data_portability/index.js +1 -10
  151. package/lib/esm/services/embed/index.d.ts +0 -1
  152. package/lib/esm/services/embed/index.js +1 -10
  153. package/lib/esm/services/feature/index.d.ts +0 -1
  154. package/lib/esm/services/feature/index.js +1 -10
  155. package/lib/esm/services/feed/index.d.ts +0 -1
  156. package/lib/esm/services/feed/index.js +1 -10
  157. package/lib/esm/services/feed_object/index.d.ts +0 -1
  158. package/lib/esm/services/feed_object/index.js +1 -10
  159. package/lib/esm/services/incubator/index.d.ts +0 -1
  160. package/lib/esm/services/incubator/index.js +1 -10
  161. package/lib/esm/services/insight/index.d.ts +0 -1
  162. package/lib/esm/services/insight/index.js +1 -10
  163. package/lib/esm/services/invite/index.d.ts +0 -1
  164. package/lib/esm/services/invite/index.js +1 -10
  165. package/lib/esm/services/legal_page/index.d.ts +0 -1
  166. package/lib/esm/services/legal_page/index.js +1 -10
  167. package/lib/esm/services/locality/index.d.ts +0 -1
  168. package/lib/esm/services/locality/index.js +1 -10
  169. package/lib/esm/services/loyalty/index.d.ts +5 -5
  170. package/lib/esm/services/loyalty/index.js +6 -14
  171. package/lib/esm/services/media/index.d.ts +0 -1
  172. package/lib/esm/services/media/index.js +1 -10
  173. package/lib/esm/services/moderation/index.d.ts +0 -1
  174. package/lib/esm/services/moderation/index.js +1 -10
  175. package/lib/esm/services/notification/index.d.ts +0 -1
  176. package/lib/esm/services/notification/index.js +1 -10
  177. package/lib/esm/services/preference/index.d.ts +0 -1
  178. package/lib/esm/services/preference/index.js +1 -10
  179. package/lib/esm/services/private_message/index.d.ts +0 -1
  180. package/lib/esm/services/private_message/index.js +1 -10
  181. package/lib/esm/services/promo/index.d.ts +0 -1
  182. package/lib/esm/services/promo/index.js +1 -10
  183. package/lib/esm/services/reactions/index.d.ts +7 -1
  184. package/lib/esm/services/reactions/index.js +21 -10
  185. package/lib/esm/services/score/index.d.ts +0 -1
  186. package/lib/esm/services/score/index.js +1 -10
  187. package/lib/esm/services/sso/index.d.ts +0 -1
  188. package/lib/esm/services/sso/index.js +1 -10
  189. package/lib/esm/services/suggestion/index.d.ts +9 -5
  190. package/lib/esm/services/suggestion/index.js +6 -10
  191. package/lib/esm/services/tag/index.d.ts +0 -1
  192. package/lib/esm/services/tag/index.js +1 -10
  193. package/lib/esm/services/user/index.d.ts +20 -13
  194. package/lib/esm/services/user/index.js +31 -30
  195. package/lib/esm/services/webhook/index.d.ts +0 -1
  196. package/lib/esm/services/webhook/index.js +1 -10
  197. package/lib/esm/types/account.d.ts +0 -1
  198. package/lib/esm/types/account.js +0 -1
  199. package/lib/esm/types/baseParams.d.ts +0 -1
  200. package/lib/esm/types/baseParams.js +0 -1
  201. package/lib/esm/types/category.d.ts +0 -1
  202. package/lib/esm/types/category.js +0 -1
  203. package/lib/esm/types/comment.d.ts +0 -1
  204. package/lib/esm/types/comment.js +0 -1
  205. package/lib/esm/types/customAdv.d.ts +0 -1
  206. package/lib/esm/types/customAdv.js +0 -1
  207. package/lib/esm/types/customPage.d.ts +0 -1
  208. package/lib/esm/types/customPage.js +0 -1
  209. package/lib/esm/types/embed.d.ts +0 -1
  210. package/lib/esm/types/embed.js +0 -1
  211. package/lib/esm/types/feature.d.ts +0 -1
  212. package/lib/esm/types/feature.js +0 -1
  213. package/lib/esm/types/feed.d.ts +0 -1
  214. package/lib/esm/types/feed.js +0 -1
  215. package/lib/esm/types/feedObject.d.ts +0 -1
  216. package/lib/esm/types/feedObject.js +0 -1
  217. package/lib/esm/types/incubator.d.ts +0 -1
  218. package/lib/esm/types/incubator.js +0 -1
  219. package/lib/esm/types/index.d.ts +2 -3
  220. package/lib/esm/types/index.js +0 -1
  221. package/lib/esm/types/insight.d.ts +0 -1
  222. package/lib/esm/types/insight.js +0 -1
  223. package/lib/esm/types/legalPage.d.ts +0 -1
  224. package/lib/esm/types/legalPage.js +0 -1
  225. package/lib/esm/types/media.d.ts +0 -1
  226. package/lib/esm/types/media.js +0 -1
  227. package/lib/esm/types/moderation.d.ts +0 -1
  228. package/lib/esm/types/moderation.js +0 -1
  229. package/lib/esm/types/notification.d.ts +0 -1
  230. package/lib/esm/types/notification.js +0 -1
  231. package/lib/esm/types/paginatedResponse.d.ts +0 -1
  232. package/lib/esm/types/paginatedResponse.js +0 -1
  233. package/lib/esm/types/privateMessage.d.ts +0 -1
  234. package/lib/esm/types/privateMessage.js +0 -1
  235. package/lib/esm/types/prize.d.ts +14 -1
  236. package/lib/esm/types/prize.js +0 -1
  237. package/lib/esm/types/reaction.d.ts +0 -1
  238. package/lib/esm/types/reaction.js +0 -1
  239. package/lib/esm/types/score.d.ts +0 -1
  240. package/lib/esm/types/score.js +0 -1
  241. package/lib/esm/types/sso.d.ts +0 -1
  242. package/lib/esm/types/sso.js +0 -1
  243. package/lib/esm/types/tag.d.ts +0 -1
  244. package/lib/esm/types/tag.js +0 -1
  245. package/lib/esm/types/user.d.ts +0 -1
  246. package/lib/esm/types/user.js +0 -1
  247. package/lib/esm/types/webhook.d.ts +0 -1
  248. package/lib/esm/types/webhook.js +0 -1
  249. package/lib/esm/utils/apiRequest.d.ts +0 -1
  250. package/lib/esm/utils/apiRequest.js +8 -3
  251. package/lib/esm/utils/http.d.ts +2 -2
  252. package/lib/esm/utils/http.js +29 -2
  253. package/lib/esm/utils/token.d.ts +0 -1
  254. package/lib/esm/utils/token.js +1 -10
  255. package/lib/esm/utils/url.d.ts +0 -1
  256. package/lib/esm/utils/url.js +0 -1
  257. package/lib/umd/956.js +2 -0
  258. package/lib/umd/956.js.LICENSE.txt +1 -0
  259. package/lib/umd/api-services.js +1 -2
  260. package/lib/umd/api-services.js.LICENSE.txt +1 -1
  261. package/package.json +20 -19
  262. package/lib/cjs/client/index.d.ts.map +0 -1
  263. package/lib/cjs/client/index.js.map +0 -1
  264. package/lib/cjs/constants/Endpoints.d.ts.map +0 -1
  265. package/lib/cjs/constants/Endpoints.js.map +0 -1
  266. package/lib/cjs/index.d.ts.map +0 -1
  267. package/lib/cjs/index.js.map +0 -1
  268. package/lib/cjs/services/account/index.d.ts.map +0 -1
  269. package/lib/cjs/services/account/index.js.map +0 -1
  270. package/lib/cjs/services/category/index.d.ts.map +0 -1
  271. package/lib/cjs/services/category/index.js.map +0 -1
  272. package/lib/cjs/services/comment/index.d.ts.map +0 -1
  273. package/lib/cjs/services/comment/index.js.map +0 -1
  274. package/lib/cjs/services/custom_adv/index.d.ts.map +0 -1
  275. package/lib/cjs/services/custom_adv/index.js.map +0 -1
  276. package/lib/cjs/services/custom_menu/index.d.ts.map +0 -1
  277. package/lib/cjs/services/custom_menu/index.js.map +0 -1
  278. package/lib/cjs/services/custom_page/index.d.ts.map +0 -1
  279. package/lib/cjs/services/custom_page/index.js.map +0 -1
  280. package/lib/cjs/services/data_portability/index.d.ts.map +0 -1
  281. package/lib/cjs/services/data_portability/index.js.map +0 -1
  282. package/lib/cjs/services/embed/index.d.ts.map +0 -1
  283. package/lib/cjs/services/embed/index.js.map +0 -1
  284. package/lib/cjs/services/feature/index.d.ts.map +0 -1
  285. package/lib/cjs/services/feature/index.js.map +0 -1
  286. package/lib/cjs/services/feed/index.d.ts.map +0 -1
  287. package/lib/cjs/services/feed/index.js.map +0 -1
  288. package/lib/cjs/services/feed_object/index.d.ts.map +0 -1
  289. package/lib/cjs/services/feed_object/index.js.map +0 -1
  290. package/lib/cjs/services/incubator/index.d.ts.map +0 -1
  291. package/lib/cjs/services/incubator/index.js.map +0 -1
  292. package/lib/cjs/services/insight/index.d.ts.map +0 -1
  293. package/lib/cjs/services/insight/index.js.map +0 -1
  294. package/lib/cjs/services/invite/index.d.ts.map +0 -1
  295. package/lib/cjs/services/invite/index.js.map +0 -1
  296. package/lib/cjs/services/legal_page/index.d.ts.map +0 -1
  297. package/lib/cjs/services/legal_page/index.js.map +0 -1
  298. package/lib/cjs/services/locality/index.d.ts.map +0 -1
  299. package/lib/cjs/services/locality/index.js.map +0 -1
  300. package/lib/cjs/services/loyalty/index.d.ts.map +0 -1
  301. package/lib/cjs/services/loyalty/index.js.map +0 -1
  302. package/lib/cjs/services/media/index.d.ts.map +0 -1
  303. package/lib/cjs/services/media/index.js.map +0 -1
  304. package/lib/cjs/services/moderation/index.d.ts.map +0 -1
  305. package/lib/cjs/services/moderation/index.js.map +0 -1
  306. package/lib/cjs/services/notification/index.d.ts.map +0 -1
  307. package/lib/cjs/services/notification/index.js.map +0 -1
  308. package/lib/cjs/services/preference/index.d.ts.map +0 -1
  309. package/lib/cjs/services/preference/index.js.map +0 -1
  310. package/lib/cjs/services/private_message/index.d.ts.map +0 -1
  311. package/lib/cjs/services/private_message/index.js.map +0 -1
  312. package/lib/cjs/services/promo/index.d.ts.map +0 -1
  313. package/lib/cjs/services/promo/index.js.map +0 -1
  314. package/lib/cjs/services/reactions/index.d.ts.map +0 -1
  315. package/lib/cjs/services/reactions/index.js.map +0 -1
  316. package/lib/cjs/services/score/index.d.ts.map +0 -1
  317. package/lib/cjs/services/score/index.js.map +0 -1
  318. package/lib/cjs/services/sso/index.d.ts.map +0 -1
  319. package/lib/cjs/services/sso/index.js.map +0 -1
  320. package/lib/cjs/services/suggestion/index.d.ts.map +0 -1
  321. package/lib/cjs/services/suggestion/index.js.map +0 -1
  322. package/lib/cjs/services/tag/index.d.ts.map +0 -1
  323. package/lib/cjs/services/tag/index.js.map +0 -1
  324. package/lib/cjs/services/user/index.d.ts.map +0 -1
  325. package/lib/cjs/services/user/index.js.map +0 -1
  326. package/lib/cjs/services/webhook/index.d.ts.map +0 -1
  327. package/lib/cjs/services/webhook/index.js.map +0 -1
  328. package/lib/cjs/types/account.d.ts.map +0 -1
  329. package/lib/cjs/types/account.js.map +0 -1
  330. package/lib/cjs/types/baseParams.d.ts.map +0 -1
  331. package/lib/cjs/types/baseParams.js.map +0 -1
  332. package/lib/cjs/types/category.d.ts.map +0 -1
  333. package/lib/cjs/types/category.js.map +0 -1
  334. package/lib/cjs/types/comment.d.ts.map +0 -1
  335. package/lib/cjs/types/comment.js.map +0 -1
  336. package/lib/cjs/types/customAdv.d.ts.map +0 -1
  337. package/lib/cjs/types/customAdv.js.map +0 -1
  338. package/lib/cjs/types/customPage.d.ts.map +0 -1
  339. package/lib/cjs/types/customPage.js.map +0 -1
  340. package/lib/cjs/types/embed.d.ts.map +0 -1
  341. package/lib/cjs/types/embed.js.map +0 -1
  342. package/lib/cjs/types/feature.d.ts.map +0 -1
  343. package/lib/cjs/types/feature.js.map +0 -1
  344. package/lib/cjs/types/feed.d.ts.map +0 -1
  345. package/lib/cjs/types/feed.js.map +0 -1
  346. package/lib/cjs/types/feedObject.d.ts.map +0 -1
  347. package/lib/cjs/types/feedObject.js.map +0 -1
  348. package/lib/cjs/types/incubator.d.ts.map +0 -1
  349. package/lib/cjs/types/incubator.js.map +0 -1
  350. package/lib/cjs/types/index.d.ts.map +0 -1
  351. package/lib/cjs/types/index.js.map +0 -1
  352. package/lib/cjs/types/insight.d.ts.map +0 -1
  353. package/lib/cjs/types/insight.js.map +0 -1
  354. package/lib/cjs/types/legalPage.d.ts.map +0 -1
  355. package/lib/cjs/types/legalPage.js.map +0 -1
  356. package/lib/cjs/types/media.d.ts.map +0 -1
  357. package/lib/cjs/types/media.js.map +0 -1
  358. package/lib/cjs/types/moderation.d.ts.map +0 -1
  359. package/lib/cjs/types/moderation.js.map +0 -1
  360. package/lib/cjs/types/notification.d.ts.map +0 -1
  361. package/lib/cjs/types/notification.js.map +0 -1
  362. package/lib/cjs/types/paginatedResponse.d.ts.map +0 -1
  363. package/lib/cjs/types/paginatedResponse.js.map +0 -1
  364. package/lib/cjs/types/privateMessage.d.ts.map +0 -1
  365. package/lib/cjs/types/privateMessage.js.map +0 -1
  366. package/lib/cjs/types/prize.d.ts.map +0 -1
  367. package/lib/cjs/types/prize.js.map +0 -1
  368. package/lib/cjs/types/reaction.d.ts.map +0 -1
  369. package/lib/cjs/types/reaction.js.map +0 -1
  370. package/lib/cjs/types/score.d.ts.map +0 -1
  371. package/lib/cjs/types/score.js.map +0 -1
  372. package/lib/cjs/types/sso.d.ts.map +0 -1
  373. package/lib/cjs/types/sso.js.map +0 -1
  374. package/lib/cjs/types/tag.d.ts.map +0 -1
  375. package/lib/cjs/types/tag.js.map +0 -1
  376. package/lib/cjs/types/user.d.ts.map +0 -1
  377. package/lib/cjs/types/user.js.map +0 -1
  378. package/lib/cjs/types/webhook.d.ts.map +0 -1
  379. package/lib/cjs/types/webhook.js.map +0 -1
  380. package/lib/cjs/utils/apiRequest.d.ts.map +0 -1
  381. package/lib/cjs/utils/apiRequest.js.map +0 -1
  382. package/lib/cjs/utils/http.d.ts.map +0 -1
  383. package/lib/cjs/utils/http.js.map +0 -1
  384. package/lib/cjs/utils/token.d.ts.map +0 -1
  385. package/lib/cjs/utils/token.js.map +0 -1
  386. package/lib/cjs/utils/url.d.ts.map +0 -1
  387. package/lib/cjs/utils/url.js.map +0 -1
  388. package/lib/esm/client/index.d.ts.map +0 -1
  389. package/lib/esm/client/index.js.map +0 -1
  390. package/lib/esm/constants/Endpoints.d.ts.map +0 -1
  391. package/lib/esm/constants/Endpoints.js.map +0 -1
  392. package/lib/esm/index.d.ts.map +0 -1
  393. package/lib/esm/index.js.map +0 -1
  394. package/lib/esm/services/account/index.d.ts.map +0 -1
  395. package/lib/esm/services/account/index.js.map +0 -1
  396. package/lib/esm/services/category/index.d.ts.map +0 -1
  397. package/lib/esm/services/category/index.js.map +0 -1
  398. package/lib/esm/services/comment/index.d.ts.map +0 -1
  399. package/lib/esm/services/comment/index.js.map +0 -1
  400. package/lib/esm/services/custom_adv/index.d.ts.map +0 -1
  401. package/lib/esm/services/custom_adv/index.js.map +0 -1
  402. package/lib/esm/services/custom_menu/index.d.ts.map +0 -1
  403. package/lib/esm/services/custom_menu/index.js.map +0 -1
  404. package/lib/esm/services/custom_page/index.d.ts.map +0 -1
  405. package/lib/esm/services/custom_page/index.js.map +0 -1
  406. package/lib/esm/services/data_portability/index.d.ts.map +0 -1
  407. package/lib/esm/services/data_portability/index.js.map +0 -1
  408. package/lib/esm/services/embed/index.d.ts.map +0 -1
  409. package/lib/esm/services/embed/index.js.map +0 -1
  410. package/lib/esm/services/feature/index.d.ts.map +0 -1
  411. package/lib/esm/services/feature/index.js.map +0 -1
  412. package/lib/esm/services/feed/index.d.ts.map +0 -1
  413. package/lib/esm/services/feed/index.js.map +0 -1
  414. package/lib/esm/services/feed_object/index.d.ts.map +0 -1
  415. package/lib/esm/services/feed_object/index.js.map +0 -1
  416. package/lib/esm/services/incubator/index.d.ts.map +0 -1
  417. package/lib/esm/services/incubator/index.js.map +0 -1
  418. package/lib/esm/services/insight/index.d.ts.map +0 -1
  419. package/lib/esm/services/insight/index.js.map +0 -1
  420. package/lib/esm/services/invite/index.d.ts.map +0 -1
  421. package/lib/esm/services/invite/index.js.map +0 -1
  422. package/lib/esm/services/legal_page/index.d.ts.map +0 -1
  423. package/lib/esm/services/legal_page/index.js.map +0 -1
  424. package/lib/esm/services/locality/index.d.ts.map +0 -1
  425. package/lib/esm/services/locality/index.js.map +0 -1
  426. package/lib/esm/services/loyalty/index.d.ts.map +0 -1
  427. package/lib/esm/services/loyalty/index.js.map +0 -1
  428. package/lib/esm/services/media/index.d.ts.map +0 -1
  429. package/lib/esm/services/media/index.js.map +0 -1
  430. package/lib/esm/services/moderation/index.d.ts.map +0 -1
  431. package/lib/esm/services/moderation/index.js.map +0 -1
  432. package/lib/esm/services/notification/index.d.ts.map +0 -1
  433. package/lib/esm/services/notification/index.js.map +0 -1
  434. package/lib/esm/services/preference/index.d.ts.map +0 -1
  435. package/lib/esm/services/preference/index.js.map +0 -1
  436. package/lib/esm/services/private_message/index.d.ts.map +0 -1
  437. package/lib/esm/services/private_message/index.js.map +0 -1
  438. package/lib/esm/services/promo/index.d.ts.map +0 -1
  439. package/lib/esm/services/promo/index.js.map +0 -1
  440. package/lib/esm/services/reactions/index.d.ts.map +0 -1
  441. package/lib/esm/services/reactions/index.js.map +0 -1
  442. package/lib/esm/services/score/index.d.ts.map +0 -1
  443. package/lib/esm/services/score/index.js.map +0 -1
  444. package/lib/esm/services/sso/index.d.ts.map +0 -1
  445. package/lib/esm/services/sso/index.js.map +0 -1
  446. package/lib/esm/services/suggestion/index.d.ts.map +0 -1
  447. package/lib/esm/services/suggestion/index.js.map +0 -1
  448. package/lib/esm/services/tag/index.d.ts.map +0 -1
  449. package/lib/esm/services/tag/index.js.map +0 -1
  450. package/lib/esm/services/user/index.d.ts.map +0 -1
  451. package/lib/esm/services/user/index.js.map +0 -1
  452. package/lib/esm/services/webhook/index.d.ts.map +0 -1
  453. package/lib/esm/services/webhook/index.js.map +0 -1
  454. package/lib/esm/types/account.d.ts.map +0 -1
  455. package/lib/esm/types/account.js.map +0 -1
  456. package/lib/esm/types/baseParams.d.ts.map +0 -1
  457. package/lib/esm/types/baseParams.js.map +0 -1
  458. package/lib/esm/types/category.d.ts.map +0 -1
  459. package/lib/esm/types/category.js.map +0 -1
  460. package/lib/esm/types/comment.d.ts.map +0 -1
  461. package/lib/esm/types/comment.js.map +0 -1
  462. package/lib/esm/types/customAdv.d.ts.map +0 -1
  463. package/lib/esm/types/customAdv.js.map +0 -1
  464. package/lib/esm/types/customPage.d.ts.map +0 -1
  465. package/lib/esm/types/customPage.js.map +0 -1
  466. package/lib/esm/types/embed.d.ts.map +0 -1
  467. package/lib/esm/types/embed.js.map +0 -1
  468. package/lib/esm/types/feature.d.ts.map +0 -1
  469. package/lib/esm/types/feature.js.map +0 -1
  470. package/lib/esm/types/feed.d.ts.map +0 -1
  471. package/lib/esm/types/feed.js.map +0 -1
  472. package/lib/esm/types/feedObject.d.ts.map +0 -1
  473. package/lib/esm/types/feedObject.js.map +0 -1
  474. package/lib/esm/types/incubator.d.ts.map +0 -1
  475. package/lib/esm/types/incubator.js.map +0 -1
  476. package/lib/esm/types/index.d.ts.map +0 -1
  477. package/lib/esm/types/index.js.map +0 -1
  478. package/lib/esm/types/insight.d.ts.map +0 -1
  479. package/lib/esm/types/insight.js.map +0 -1
  480. package/lib/esm/types/legalPage.d.ts.map +0 -1
  481. package/lib/esm/types/legalPage.js.map +0 -1
  482. package/lib/esm/types/media.d.ts.map +0 -1
  483. package/lib/esm/types/media.js.map +0 -1
  484. package/lib/esm/types/moderation.d.ts.map +0 -1
  485. package/lib/esm/types/moderation.js.map +0 -1
  486. package/lib/esm/types/notification.d.ts.map +0 -1
  487. package/lib/esm/types/notification.js.map +0 -1
  488. package/lib/esm/types/paginatedResponse.d.ts.map +0 -1
  489. package/lib/esm/types/paginatedResponse.js.map +0 -1
  490. package/lib/esm/types/privateMessage.d.ts.map +0 -1
  491. package/lib/esm/types/privateMessage.js.map +0 -1
  492. package/lib/esm/types/prize.d.ts.map +0 -1
  493. package/lib/esm/types/prize.js.map +0 -1
  494. package/lib/esm/types/reaction.d.ts.map +0 -1
  495. package/lib/esm/types/reaction.js.map +0 -1
  496. package/lib/esm/types/score.d.ts.map +0 -1
  497. package/lib/esm/types/score.js.map +0 -1
  498. package/lib/esm/types/sso.d.ts.map +0 -1
  499. package/lib/esm/types/sso.js.map +0 -1
  500. package/lib/esm/types/tag.d.ts.map +0 -1
  501. package/lib/esm/types/tag.js.map +0 -1
  502. package/lib/esm/types/user.d.ts.map +0 -1
  503. package/lib/esm/types/user.js.map +0 -1
  504. package/lib/esm/types/webhook.d.ts.map +0 -1
  505. package/lib/esm/types/webhook.js.map +0 -1
  506. package/lib/esm/utils/apiRequest.d.ts.map +0 -1
  507. package/lib/esm/utils/apiRequest.js.map +0 -1
  508. package/lib/esm/utils/http.d.ts.map +0 -1
  509. package/lib/esm/utils/http.js.map +0 -1
  510. package/lib/esm/utils/token.d.ts.map +0 -1
  511. package/lib/esm/utils/token.js.map +0 -1
  512. package/lib/esm/utils/url.d.ts.map +0 -1
  513. package/lib/esm/utils/url.js.map +0 -1
  514. package/lib/umd/api-services.js.map +0 -1
@@ -175,4 +175,3 @@ export default class CategoryService {
175
175
  static getFollowedCategories(params?: CategoryParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCCategoryType>>;
176
176
  static getPopularCategories(params?: BaseGetParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCCategoryType>>;
177
177
  }
178
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import Endpoints from '../../constants/Endpoints';
11
3
  import { apiRequest } from '../../utils/apiRequest';
12
4
  import { urlParams } from '../../utils/url';
@@ -267,4 +259,3 @@ export default class CategoryService {
267
259
  });
268
260
  }
269
261
  }
270
- //# sourceMappingURL=index.js.map
@@ -136,4 +136,3 @@ export default class CommentService {
136
136
  static flagComment(id: number | string, flagType: SCFlagTypeEnum, config?: AxiosRequestConfig): Promise<any>;
137
137
  static getSpecificCommentFlagStatus(id: number | string, config?: AxiosRequestConfig): Promise<SCFlagType>;
138
138
  }
139
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import Endpoints from '../../constants/Endpoints';
11
3
  import { apiRequest } from '../../utils/apiRequest';
12
4
  import { urlParams } from '../../utils/url';
@@ -199,4 +191,3 @@ export default class CommentService {
199
191
  });
200
192
  }
201
193
  }
202
- //# sourceMappingURL=index.js.map
@@ -69,4 +69,3 @@ export default class CustomAdvService {
69
69
  static getAllCustomAdv(params?: CustomAdvParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCCustomAdvType>>;
70
70
  static searchCustomAdv(params?: CustomAdvParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCCustomAdvType>>;
71
71
  }
72
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  import { urlParams } from '../../utils/url';
@@ -93,4 +85,3 @@ export default class CustomAdvService {
93
85
  });
94
86
  }
95
87
  }
96
- //# sourceMappingURL=index.js.map
@@ -76,4 +76,3 @@ export default class CustomMenuService {
76
76
  static getBaseCustomMenu(config?: AxiosRequestConfig): Promise<SCCustomMenuType>;
77
77
  static searchCustomMenus(params?: BaseSearchParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCCustomMenuType>>;
78
78
  }
79
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import Endpoints from '../../constants/Endpoints';
11
3
  import { apiRequest } from '../../utils/apiRequest';
12
4
  import { urlParams } from '../../utils/url';
@@ -105,4 +97,3 @@ export default class CustomMenuService {
105
97
  });
106
98
  }
107
99
  }
108
- //# sourceMappingURL=index.js.map
@@ -69,4 +69,3 @@ export default class CustomPageService {
69
69
  static getAllCustomPages(params?: CustomPageParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCCustomPageType>>;
70
70
  static searchCustomPages(params?: CustomPageSearchParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCCustomPageType>>;
71
71
  }
72
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import Endpoints from '../../constants/Endpoints';
11
3
  import { apiRequest } from '../../utils/apiRequest';
12
4
  import { urlParams } from '../../utils/url';
@@ -93,4 +85,3 @@ export default class CustomPageService {
93
85
  });
94
86
  }
95
87
  }
96
- //# sourceMappingURL=index.js.map
@@ -58,4 +58,3 @@ export default class DataPortabilityService {
58
58
  static downloadDataPortability(config?: AxiosRequestConfig): Promise<any>;
59
59
  static dataPortabilityStatus(config?: AxiosRequestConfig): Promise<SCDataPortabilityType>;
60
60
  }
61
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  /**
@@ -80,4 +72,3 @@ export default class DataPortabilityService {
80
72
  });
81
73
  }
82
74
  }
83
- //# sourceMappingURL=index.js.map
@@ -112,4 +112,3 @@ export default class EmbedService {
112
112
  static getEmbedFeed(embed_type?: string, embed_id?: string, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedUnitType>>;
113
113
  static getSpecificEmbedFeed(id: number | string, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedUnitType>>;
114
114
  }
115
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  import { urlParams } from '../../utils/url';
@@ -162,4 +154,3 @@ export default class EmbedService {
162
154
  });
163
155
  }
164
156
  }
165
- //# sourceMappingURL=index.js.map
@@ -46,4 +46,3 @@ export declare class FeatureApiClient {
46
46
  export default class FeatureService {
47
47
  static getAllFeatures(params?: FeatureParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeatureType>>;
48
48
  }
49
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  import { urlParams } from '../../utils/url';
@@ -59,4 +51,3 @@ export default class FeatureService {
59
51
  });
60
52
  }
61
53
  }
62
- //# sourceMappingURL=index.js.map
@@ -84,4 +84,3 @@ export default class FeedService {
84
84
  static markReadASpecificFeedObj(object: number[], config?: AxiosRequestConfig): Promise<any>;
85
85
  static likeFeedObjs(object: number[], config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCFeedUnitType>>;
86
86
  }
87
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  import { urlParams } from '../../utils/url';
@@ -118,4 +110,3 @@ export default class FeedService {
118
110
  });
119
111
  }
120
112
  }
121
- //# sourceMappingURL=index.js.map
@@ -291,4 +291,3 @@ export default class FeedObjectService {
291
291
  static hideFeedObject(type: Exclude<SCContributionType, SCContributionType.COMMENT>, id: number | string, config?: AxiosRequestConfig): Promise<any>;
292
292
  static feedObjectHideStatus(type: Exclude<SCContributionType, SCContributionType.COMMENT>, id: number | string, config?: AxiosRequestConfig): Promise<SCFeedObjectHideStatusType>;
293
293
  }
294
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  import { urlParams } from '../../utils/url';
@@ -445,4 +437,3 @@ export default class FeedObjectService {
445
437
  });
446
438
  }
447
439
  }
448
- //# sourceMappingURL=index.js.map
@@ -101,4 +101,3 @@ export default class IncubatorService {
101
101
  static subscribeToIncubator(id: number | string, config?: AxiosRequestConfig): Promise<any>;
102
102
  static checkIncubatorSubscription(id: number | string, config?: AxiosRequestConfig): Promise<SCIncubatorSubscriptionType>;
103
103
  }
104
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  import { urlParams } from '../../utils/url';
@@ -145,4 +137,3 @@ export default class IncubatorService {
145
137
  });
146
138
  }
147
139
  }
148
- //# sourceMappingURL=index.js.map
@@ -94,4 +94,3 @@ export default class InsightService {
94
94
  static getEmbedsInsightCounters(type: string, id: number | string, config?: AxiosRequestConfig): Promise<SCEmbedInsightCountersType>;
95
95
  static getUsersInsightCounters(id: number | string, config?: AxiosRequestConfig): Promise<SCUsersInsightCountersType>;
96
96
  }
97
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  import { urlParams } from '../../utils/url';
@@ -134,4 +126,3 @@ export default class InsightService {
134
126
  });
135
127
  }
136
128
  }
137
- //# sourceMappingURL=index.js.map
@@ -51,4 +51,3 @@ export declare class InviteApiClient {
51
51
  export default class InviteService {
52
52
  static getSpecificInvite(code: string, config?: AxiosRequestConfig): Promise<SCInviteType>;
53
53
  }
54
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import Endpoints from '../../constants/Endpoints';
11
3
  import { apiRequest } from '../../utils/apiRequest';
12
4
  /**
@@ -63,4 +55,3 @@ export default class InviteService {
63
55
  });
64
56
  }
65
57
  }
66
- //# sourceMappingURL=index.js.map
@@ -113,4 +113,3 @@ export default class LegalPageService {
113
113
  static getSpecificUserAck(id: number | string, config?: AxiosRequestConfig): Promise<SCLegalPageAckType>;
114
114
  static userAckList(config?: AxiosRequestConfig): Promise<SCLegalPageAckType[]>;
115
115
  }
116
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import Endpoints from '../../constants/Endpoints';
11
3
  import { apiRequest } from '../../utils/apiRequest';
12
4
  import { urlParams } from '../../utils/url';
@@ -169,4 +161,3 @@ export default class LegalPageService {
169
161
  });
170
162
  }
171
163
  }
172
- //# sourceMappingURL=index.js.map
@@ -54,4 +54,3 @@ export default class LocalityService {
54
54
  static getLocalities(params?: BaseSearchParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCLocalityType>>;
55
55
  static searchLocalities(params?: BaseSearchParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCLocalityType>>;
56
56
  }
57
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import Endpoints from '../../constants/Endpoints';
11
3
  import { apiRequest } from '../../utils/apiRequest';
12
4
  import { urlParams } from '../../utils/url';
@@ -73,4 +65,3 @@ export default class LocalityService {
73
65
  });
74
66
  }
75
67
  }
76
- //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
1
  import { SCPrizeType, SCPrizeUserStatusType, SCPrizeUserType } from '@selfcommunity/types';
2
- import { SCPaginatedResponse, LoyaltyPrizeParams } from '../../types';
2
+ import { SCPaginatedResponse, LoyaltyPrizeParams, LoyaltyGetPrizeParams } from '../../types';
3
3
  import { AxiosRequestConfig } from 'axios';
4
4
  export interface LoyaltyApiClientInterface {
5
- getPrizes(config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCPrizeType>>;
5
+ getPrizes(params?: LoyaltyGetPrizeParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCPrizeType>>;
6
6
  createPrize(data: LoyaltyPrizeParams, config?: AxiosRequestConfig): Promise<SCPrizeType>;
7
7
  getSpecificPrize(id: number | string, config?: AxiosRequestConfig): Promise<SCPrizeType>;
8
8
  updatePrize(id: number | string, data: LoyaltyPrizeParams, config?: AxiosRequestConfig): Promise<SCPrizeType>;
@@ -18,9 +18,10 @@ export interface LoyaltyApiClientInterface {
18
18
  export declare class LoyaltyApiClient {
19
19
  /**
20
20
  * This endpoint retrieves all prizes.
21
+ * @param params
21
22
  * @param config
22
23
  */
23
- static getPrizes(config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCPrizeType>>;
24
+ static getPrizes(params?: LoyaltyGetPrizeParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCPrizeType>>;
24
25
  /**
25
26
  * This endpoint creates a prize.
26
27
  * @param data
@@ -109,7 +110,7 @@ export declare class LoyaltyApiClient {
109
110
  :::
110
111
  */
111
112
  export default class LoyaltyService {
112
- static getPrizes(config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCPrizeType>>;
113
+ static getPrizes(params?: LoyaltyGetPrizeParams, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCPrizeType>>;
113
114
  static createPrize(data: LoyaltyPrizeParams, config?: AxiosRequestConfig): Promise<SCPrizeType>;
114
115
  static getSpecificPrize(id: number | string, config?: AxiosRequestConfig): Promise<SCPrizeType>;
115
116
  static updatePrize(id: number | string, data: LoyaltyPrizeParams, config?: AxiosRequestConfig): Promise<SCPrizeType>;
@@ -119,4 +120,3 @@ export default class LoyaltyService {
119
120
  static getSpecificPrizeRequest(id: number | string, config?: AxiosRequestConfig): Promise<SCPrizeUserType>;
120
121
  static patchPrizeRequest(id: number | string, status?: SCPrizeUserStatusType, config?: AxiosRequestConfig): Promise<SCPrizeUserType>;
121
122
  }
122
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  /**
@@ -15,10 +7,11 @@ import Endpoints from '../../constants/Endpoints';
15
7
  export class LoyaltyApiClient {
16
8
  /**
17
9
  * This endpoint retrieves all prizes.
10
+ * @param params
18
11
  * @param config
19
12
  */
20
- static getPrizes(config) {
21
- return apiRequest(Object.assign(Object.assign({}, config), { url: Endpoints.GetPrizes.url({}), method: Endpoints.GetPrizes.method }));
13
+ static getPrizes(params, config) {
14
+ return apiRequest(Object.assign(Object.assign({}, config), { params, url: Endpoints.GetPrizes.url({}), method: Endpoints.GetPrizes.method }));
22
15
  }
23
16
  /**
24
17
  * This endpoint creates a prize.
@@ -124,9 +117,9 @@ export class LoyaltyApiClient {
124
117
  :::
125
118
  */
126
119
  export default class LoyaltyService {
127
- static getPrizes(config) {
120
+ static getPrizes(params, config) {
128
121
  return __awaiter(this, void 0, void 0, function* () {
129
- return LoyaltyApiClient.getPrizes(config);
122
+ return LoyaltyApiClient.getPrizes(params, config);
130
123
  });
131
124
  }
132
125
  static createPrize(data, config) {
@@ -170,4 +163,3 @@ export default class LoyaltyService {
170
163
  });
171
164
  }
172
165
  }
173
- //# sourceMappingURL=index.js.map
@@ -102,4 +102,3 @@ export default class MediaService {
102
102
  static updateMedia(id: number | string, image: string, config?: AxiosRequestConfig): Promise<SCMediaType>;
103
103
  static deleteMedia(id: number | string, config?: AxiosRequestConfig): Promise<any>;
104
104
  }
105
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  /**
@@ -144,4 +136,3 @@ export default class MediaService {
144
136
  });
145
137
  }
146
138
  }
147
- //# sourceMappingURL=index.js.map
@@ -101,4 +101,3 @@ export default class ModerationService {
101
101
  static moderateAContribution(id: number | string, data: ModerateContributionParams, config?: AxiosRequestConfig): Promise<any>;
102
102
  static getContributionModerationStatus(id: number | string, contribution_type: SCContributionType, config?: AxiosRequestConfig): Promise<SCContributionStatus>;
103
103
  }
104
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  import { urlParams } from '../../utils/url';
@@ -142,4 +134,3 @@ export default class ModerationService {
142
134
  });
143
135
  }
144
136
  }
145
- //# sourceMappingURL=index.js.map
@@ -112,4 +112,3 @@ export default class NotificationService {
112
112
  static disposeBroadcastMessages(banner_ids: number[], config?: AxiosRequestConfig): Promise<any>;
113
113
  static markReadBroadcastMessages(banner_ids: number[], config?: AxiosRequestConfig): Promise<any>;
114
114
  }
115
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  /**
@@ -163,4 +155,3 @@ export default class NotificationService {
163
155
  });
164
156
  }
165
157
  }
166
- //# sourceMappingURL=index.js.map
@@ -71,4 +71,3 @@ export default class PreferenceService {
71
71
  static searchPreferences(search?: string, section?: string, keys?: string, ordering?: string, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCPreferenceType>>;
72
72
  static getSpecificPreference(id: number | string, config?: AxiosRequestConfig): Promise<SCPreferenceType>;
73
73
  }
74
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  import { urlParams } from '../../utils/url';
@@ -94,4 +86,3 @@ export default class PreferenceService {
94
86
  });
95
87
  }
96
88
  }
97
- //# sourceMappingURL=index.js.map
@@ -132,4 +132,3 @@ export default class PrivateMessageService {
132
132
  static chunkUploadDone(data: MessageChunkUploadDoneParams, config?: AxiosRequestConfig): Promise<SCPrivateMessageUploadMediaType>;
133
133
  static searchUser(search: string, config?: AxiosRequestConfig): Promise<SCPaginatedResponse<SCUserType>>;
134
134
  }
135
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,4 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
1
+ import { __awaiter } from "tslib";
10
2
  import { apiRequest } from '../../utils/apiRequest';
11
3
  import Endpoints from '../../constants/Endpoints';
12
4
  import { urlParams } from '../../utils/url';
@@ -196,4 +188,3 @@ export default class PrivateMessageService {
196
188
  });
197
189
  }
198
190
  }
199
- //# sourceMappingURL=index.js.map
@@ -51,4 +51,3 @@ export declare class PromoApiClient {
51
51
  export default class PromoService {
52
52
  static getSpecificPromo(code: string, config?: AxiosRequestConfig): Promise<SCPromoType>;
53
53
  }
54
- //# sourceMappingURL=index.d.ts.map