@selfcommunity/react-core 0.1.6-alpha.2 → 0.1.6-alpha.5

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 (267) hide show
  1. package/lib/cjs/hooks/useSCFetchAddressingTagList.js +12 -4
  2. package/lib/esm/hooks/useSCFetchAddressingTagList.js +12 -4
  3. package/lib/{esm/react-core/src → types}/components/provider/SCAlertMessagesProvider/index.d.ts +0 -0
  4. package/lib/types/components/provider/SCAlertMessagesProvider/index.d.ts.map +1 -0
  5. package/lib/{esm/react-core/src → types}/components/provider/SCContextProvider/index.d.ts +0 -0
  6. package/lib/types/components/provider/SCContextProvider/index.d.ts.map +1 -0
  7. package/lib/{esm/react-core/src → types}/components/provider/SCLocaleProvider/index.d.ts +0 -0
  8. package/lib/types/components/provider/SCLocaleProvider/index.d.ts.map +1 -0
  9. package/lib/{esm/react-core/src → types}/components/provider/SCNotificationProvider/index.d.ts +0 -0
  10. package/lib/types/components/provider/SCNotificationProvider/index.d.ts.map +1 -0
  11. package/lib/{esm/react-core/src → types}/components/provider/SCPreferencesProvider/index.d.ts +0 -0
  12. package/lib/types/components/provider/SCPreferencesProvider/index.d.ts.map +1 -0
  13. package/lib/{esm/react-core/src → types}/components/provider/SCRoutingProvider/index.d.ts +0 -0
  14. package/lib/types/components/provider/SCRoutingProvider/index.d.ts.map +1 -0
  15. package/lib/{esm/react-core/src → types}/components/provider/SCThemeProvider/index.d.ts +0 -0
  16. package/lib/types/components/provider/SCThemeProvider/index.d.ts.map +1 -0
  17. package/lib/{esm/react-core/src → types}/components/provider/SCUserProvider/index.d.ts +0 -0
  18. package/lib/types/components/provider/SCUserProvider/index.d.ts.map +1 -0
  19. package/lib/{esm/react-core/src → types}/components/router/index.d.ts +0 -0
  20. package/lib/types/components/router/index.d.ts.map +1 -0
  21. package/lib/{esm/react-core/src → types}/constants/Actions.d.ts +0 -0
  22. package/lib/types/constants/Actions.d.ts.map +1 -0
  23. package/lib/{esm/react-core/src → types}/constants/ContextProviders.d.ts +0 -0
  24. package/lib/types/constants/ContextProviders.d.ts.map +1 -0
  25. package/lib/{esm/react-core/src → types}/constants/Device.d.ts +0 -0
  26. package/lib/types/constants/Device.d.ts.map +1 -0
  27. package/lib/{esm/react-core/src → types}/constants/Errors.d.ts +0 -0
  28. package/lib/types/constants/Errors.d.ts.map +1 -0
  29. package/lib/{esm/react-core/src → types}/constants/Features.d.ts +0 -0
  30. package/lib/types/constants/Features.d.ts.map +1 -0
  31. package/lib/{esm/react-core/src → types}/constants/Locale.d.ts +0 -0
  32. package/lib/types/constants/Locale.d.ts.map +1 -0
  33. package/lib/{esm/react-core/src → types}/constants/Notification.d.ts +0 -0
  34. package/lib/types/constants/Notification.d.ts.map +1 -0
  35. package/lib/{esm/react-core/src → types}/constants/Notifications.d.ts +0 -0
  36. package/lib/types/constants/Notifications.d.ts.map +1 -0
  37. package/lib/{esm/react-core/src → types}/constants/Routes.d.ts +0 -0
  38. package/lib/types/constants/Routes.d.ts.map +1 -0
  39. package/lib/{esm/react-core/src → types}/constants/Session.d.ts +0 -0
  40. package/lib/types/constants/Session.d.ts.map +1 -0
  41. package/lib/{esm/react-core/src → types}/constants/Theme.d.ts +0 -0
  42. package/lib/types/constants/Theme.d.ts.map +1 -0
  43. package/lib/{esm/react-core/src → types}/hooks/useSCAuth.d.ts +0 -0
  44. package/lib/types/hooks/useSCAuth.d.ts.map +1 -0
  45. package/lib/{esm/react-core/src → types}/hooks/useSCCachingManager.d.ts +0 -0
  46. package/lib/types/hooks/useSCCachingManager.d.ts.map +1 -0
  47. package/lib/{esm/react-core/src → types}/hooks/useSCConnectionsManager.d.ts +0 -0
  48. package/lib/types/hooks/useSCConnectionsManager.d.ts.map +1 -0
  49. package/lib/{esm/react-core/src → types}/hooks/useSCFetchAddressingTagList.d.ts +0 -0
  50. package/lib/types/hooks/useSCFetchAddressingTagList.d.ts.map +1 -0
  51. package/lib/{esm/react-core/src → types}/hooks/useSCFetchCategories.d.ts +0 -0
  52. package/lib/types/hooks/useSCFetchCategories.d.ts.map +1 -0
  53. package/lib/{esm/react-core/src → types}/hooks/useSCFetchCategory.d.ts +0 -0
  54. package/lib/types/hooks/useSCFetchCategory.d.ts.map +1 -0
  55. package/lib/{esm/react-core/src → types}/hooks/useSCFetchCommentObject.d.ts +0 -0
  56. package/lib/types/hooks/useSCFetchCommentObject.d.ts.map +1 -0
  57. package/lib/{esm/react-core/src → types}/hooks/useSCFetchCommentObjects.d.ts +0 -0
  58. package/lib/types/hooks/useSCFetchCommentObjects.d.ts.map +1 -0
  59. package/lib/{esm/react-core/src → types}/hooks/useSCFetchCustomAdv.d.ts +0 -0
  60. package/lib/types/hooks/useSCFetchCustomAdv.d.ts.map +1 -0
  61. package/lib/{esm/react-core/src → types}/hooks/useSCFetchFeedObject.d.ts +2 -2
  62. package/lib/types/hooks/useSCFetchFeedObject.d.ts.map +1 -0
  63. package/lib/{esm/react-core/src → types}/hooks/useSCFetchIncubator.d.ts +0 -0
  64. package/lib/types/hooks/useSCFetchIncubator.d.ts.map +1 -0
  65. package/lib/{esm/react-core/src → types}/hooks/useSCFetchTag.d.ts +0 -0
  66. package/lib/types/hooks/useSCFetchTag.d.ts.map +1 -0
  67. package/lib/{esm/react-core/src → types}/hooks/useSCFetchUser.d.ts +0 -0
  68. package/lib/types/hooks/useSCFetchUser.d.ts.map +1 -0
  69. package/lib/{esm/react-core/src → types}/hooks/useSCFollowedCategoriesManager.d.ts +0 -0
  70. package/lib/types/hooks/useSCFollowedCategoriesManager.d.ts.map +1 -0
  71. package/lib/{esm/react-core/src → types}/hooks/useSCFollowersManager.d.ts +0 -0
  72. package/lib/types/hooks/useSCFollowersManager.d.ts.map +1 -0
  73. package/lib/{esm/react-core/src → types}/hooks/useSCMediaClick.d.ts +0 -0
  74. package/lib/types/hooks/useSCMediaClick.d.ts.map +1 -0
  75. package/lib/{esm/react-core/src → types}/hooks/useSCSubscribedIncubatorsManager.d.ts +0 -0
  76. package/lib/types/hooks/useSCSubscribedIncubatorsManager.d.ts.map +1 -0
  77. package/lib/{esm/react-core/src → types}/hooks/useSCWebPushMessaging.d.ts +0 -0
  78. package/lib/types/hooks/useSCWebPushMessaging.d.ts.map +1 -0
  79. package/lib/{esm/react-core/src → types}/hooks/useSCWebSocket.d.ts +0 -0
  80. package/lib/types/hooks/useSCWebSocket.d.ts.map +1 -0
  81. package/lib/{esm/react-core/src → types}/index.d.ts +1 -1
  82. package/lib/types/index.d.ts.map +1 -0
  83. package/lib/types/tsconfig.build.tsbuildinfo +1 -0
  84. package/lib/{esm/react-core/src → types}/types/context.d.ts +0 -0
  85. package/lib/types/types/context.d.ts.map +1 -0
  86. package/lib/{esm/react-core/src → types}/types/index.d.ts +0 -0
  87. package/lib/types/types/index.d.ts.map +1 -0
  88. package/lib/{esm/react-core/src → types}/utils/errors.d.ts +0 -0
  89. package/lib/types/utils/errors.d.ts.map +1 -0
  90. package/lib/{esm/react-core/src → types}/utils/locale.d.ts +0 -0
  91. package/lib/types/utils/locale.d.ts.map +1 -0
  92. package/lib/{esm/react-core/src → types}/utils/user.d.ts +0 -0
  93. package/lib/types/utils/user.d.ts.map +1 -0
  94. package/lib/{esm/react-core/src → types}/utils/validator.d.ts +0 -0
  95. package/lib/types/utils/validator.d.ts.map +1 -0
  96. package/lib/umd/react-core.js +1 -1
  97. package/package.json +8 -7
  98. package/lib/esm/api-services/src/client/index.d.ts +0 -115
  99. package/lib/esm/api-services/src/client/index.d.ts.map +0 -1
  100. package/lib/esm/api-services/src/constants/Endpoints.d.ts +0 -10
  101. package/lib/esm/api-services/src/constants/Endpoints.d.ts.map +0 -1
  102. package/lib/esm/api-services/src/index.d.ts +0 -51
  103. package/lib/esm/api-services/src/index.d.ts.map +0 -1
  104. package/lib/esm/api-services/src/services/category/index.d.ts +0 -55
  105. package/lib/esm/api-services/src/services/category/index.d.ts.map +0 -1
  106. package/lib/esm/api-services/src/services/comment/index.d.ts +0 -40
  107. package/lib/esm/api-services/src/services/comment/index.d.ts.map +0 -1
  108. package/lib/esm/api-services/src/services/custom_adv/index.d.ts +0 -16
  109. package/lib/esm/api-services/src/services/custom_adv/index.d.ts.map +0 -1
  110. package/lib/esm/api-services/src/services/custom_page/index.d.ts +0 -16
  111. package/lib/esm/api-services/src/services/custom_page/index.d.ts.map +0 -1
  112. package/lib/esm/api-services/src/services/data_portability/index.d.ts +0 -16
  113. package/lib/esm/api-services/src/services/data_portability/index.d.ts.map +0 -1
  114. package/lib/esm/api-services/src/services/embed/index.d.ts +0 -31
  115. package/lib/esm/api-services/src/services/embed/index.d.ts.map +0 -1
  116. package/lib/esm/api-services/src/services/feature/index.d.ts +0 -10
  117. package/lib/esm/api-services/src/services/feature/index.d.ts.map +0 -1
  118. package/lib/esm/api-services/src/services/feed/index.d.ts +0 -22
  119. package/lib/esm/api-services/src/services/feed/index.d.ts.map +0 -1
  120. package/lib/esm/api-services/src/services/feed_object/index.d.ts +0 -88
  121. package/lib/esm/api-services/src/services/feed_object/index.d.ts.map +0 -1
  122. package/lib/esm/api-services/src/services/incubator/index.d.ts +0 -28
  123. package/lib/esm/api-services/src/services/incubator/index.d.ts.map +0 -1
  124. package/lib/esm/api-services/src/services/insight/index.d.ts +0 -25
  125. package/lib/esm/api-services/src/services/insight/index.d.ts.map +0 -1
  126. package/lib/esm/api-services/src/services/legal_page/index.d.ts +0 -25
  127. package/lib/esm/api-services/src/services/legal_page/index.d.ts.map +0 -1
  128. package/lib/esm/api-services/src/services/locality/index.d.ts +0 -13
  129. package/lib/esm/api-services/src/services/locality/index.d.ts.map +0 -1
  130. package/lib/esm/api-services/src/services/loyalty/index.d.ts +0 -34
  131. package/lib/esm/api-services/src/services/loyalty/index.d.ts.map +0 -1
  132. package/lib/esm/api-services/src/services/media/index.d.ts +0 -28
  133. package/lib/esm/api-services/src/services/media/index.d.ts.map +0 -1
  134. package/lib/esm/api-services/src/services/moderation/index.d.ts +0 -25
  135. package/lib/esm/api-services/src/services/moderation/index.d.ts.map +0 -1
  136. package/lib/esm/api-services/src/services/notification/index.d.ts +0 -34
  137. package/lib/esm/api-services/src/services/notification/index.d.ts.map +0 -1
  138. package/lib/esm/api-services/src/services/preference/index.d.ts +0 -16
  139. package/lib/esm/api-services/src/services/preference/index.d.ts.map +0 -1
  140. package/lib/esm/api-services/src/services/private_message/index.d.ts +0 -37
  141. package/lib/esm/api-services/src/services/private_message/index.d.ts.map +0 -1
  142. package/lib/esm/api-services/src/services/score/index.d.ts +0 -16
  143. package/lib/esm/api-services/src/services/score/index.d.ts.map +0 -1
  144. package/lib/esm/api-services/src/services/sso/index.d.ts +0 -13
  145. package/lib/esm/api-services/src/services/sso/index.d.ts.map +0 -1
  146. package/lib/esm/api-services/src/services/suggestion/index.d.ts +0 -19
  147. package/lib/esm/api-services/src/services/suggestion/index.d.ts.map +0 -1
  148. package/lib/esm/api-services/src/services/tag/index.d.ts +0 -28
  149. package/lib/esm/api-services/src/services/tag/index.d.ts.map +0 -1
  150. package/lib/esm/api-services/src/services/user/index.d.ts +0 -148
  151. package/lib/esm/api-services/src/services/user/index.d.ts.map +0 -1
  152. package/lib/esm/api-services/src/services/webhook/index.d.ts +0 -100
  153. package/lib/esm/api-services/src/services/webhook/index.d.ts.map +0 -1
  154. package/lib/esm/api-services/src/types/index.d.ts +0 -4
  155. package/lib/esm/api-services/src/types/index.d.ts.map +0 -1
  156. package/lib/esm/api-services/src/types/paginatedResponse.d.ts +0 -10
  157. package/lib/esm/api-services/src/types/paginatedResponse.d.ts.map +0 -1
  158. package/lib/esm/api-services/src/types/webhook.d.ts +0 -32
  159. package/lib/esm/api-services/src/types/webhook.d.ts.map +0 -1
  160. package/lib/esm/api-services/src/utils/apiRequest.d.ts +0 -2
  161. package/lib/esm/api-services/src/utils/apiRequest.d.ts.map +0 -1
  162. package/lib/esm/api-services/src/utils/http.d.ts +0 -6
  163. package/lib/esm/api-services/src/utils/http.d.ts.map +0 -1
  164. package/lib/esm/api-services/src/utils/token.d.ts +0 -21
  165. package/lib/esm/api-services/src/utils/token.d.ts.map +0 -1
  166. package/lib/esm/react-core/src/components/provider/SCAlertMessagesProvider/index.d.ts.map +0 -1
  167. package/lib/esm/react-core/src/components/provider/SCContextProvider/index.d.ts.map +0 -1
  168. package/lib/esm/react-core/src/components/provider/SCLocaleProvider/index.d.ts.map +0 -1
  169. package/lib/esm/react-core/src/components/provider/SCNotificationProvider/index.d.ts.map +0 -1
  170. package/lib/esm/react-core/src/components/provider/SCPreferencesProvider/index.d.ts.map +0 -1
  171. package/lib/esm/react-core/src/components/provider/SCRoutingProvider/index.d.ts.map +0 -1
  172. package/lib/esm/react-core/src/components/provider/SCThemeProvider/index.d.ts.map +0 -1
  173. package/lib/esm/react-core/src/components/provider/SCUserProvider/index.d.ts.map +0 -1
  174. package/lib/esm/react-core/src/components/router/index.d.ts.map +0 -1
  175. package/lib/esm/react-core/src/constants/Actions.d.ts.map +0 -1
  176. package/lib/esm/react-core/src/constants/ContextProviders.d.ts.map +0 -1
  177. package/lib/esm/react-core/src/constants/Device.d.ts.map +0 -1
  178. package/lib/esm/react-core/src/constants/Errors.d.ts.map +0 -1
  179. package/lib/esm/react-core/src/constants/Features.d.ts.map +0 -1
  180. package/lib/esm/react-core/src/constants/Locale.d.ts.map +0 -1
  181. package/lib/esm/react-core/src/constants/Notification.d.ts.map +0 -1
  182. package/lib/esm/react-core/src/constants/Notifications.d.ts.map +0 -1
  183. package/lib/esm/react-core/src/constants/Routes.d.ts.map +0 -1
  184. package/lib/esm/react-core/src/constants/Session.d.ts.map +0 -1
  185. package/lib/esm/react-core/src/constants/Theme.d.ts.map +0 -1
  186. package/lib/esm/react-core/src/hooks/useSCAuth.d.ts.map +0 -1
  187. package/lib/esm/react-core/src/hooks/useSCCachingManager.d.ts.map +0 -1
  188. package/lib/esm/react-core/src/hooks/useSCConnectionsManager.d.ts.map +0 -1
  189. package/lib/esm/react-core/src/hooks/useSCFetchAddressingTagList.d.ts.map +0 -1
  190. package/lib/esm/react-core/src/hooks/useSCFetchCategories.d.ts.map +0 -1
  191. package/lib/esm/react-core/src/hooks/useSCFetchCategory.d.ts.map +0 -1
  192. package/lib/esm/react-core/src/hooks/useSCFetchCommentObject.d.ts.map +0 -1
  193. package/lib/esm/react-core/src/hooks/useSCFetchCommentObjects.d.ts.map +0 -1
  194. package/lib/esm/react-core/src/hooks/useSCFetchCustomAdv.d.ts.map +0 -1
  195. package/lib/esm/react-core/src/hooks/useSCFetchFeedObject.d.ts.map +0 -1
  196. package/lib/esm/react-core/src/hooks/useSCFetchIncubator.d.ts.map +0 -1
  197. package/lib/esm/react-core/src/hooks/useSCFetchTag.d.ts.map +0 -1
  198. package/lib/esm/react-core/src/hooks/useSCFetchUser.d.ts.map +0 -1
  199. package/lib/esm/react-core/src/hooks/useSCFollowedCategoriesManager.d.ts.map +0 -1
  200. package/lib/esm/react-core/src/hooks/useSCFollowersManager.d.ts.map +0 -1
  201. package/lib/esm/react-core/src/hooks/useSCMediaClick.d.ts.map +0 -1
  202. package/lib/esm/react-core/src/hooks/useSCSubscribedIncubatorsManager.d.ts.map +0 -1
  203. package/lib/esm/react-core/src/hooks/useSCWebPushMessaging.d.ts.map +0 -1
  204. package/lib/esm/react-core/src/hooks/useSCWebSocket.d.ts.map +0 -1
  205. package/lib/esm/react-core/src/index.d.ts.map +0 -1
  206. package/lib/esm/react-core/src/types/context.d.ts.map +0 -1
  207. package/lib/esm/react-core/src/types/index.d.ts.map +0 -1
  208. package/lib/esm/react-core/src/utils/errors.d.ts.map +0 -1
  209. package/lib/esm/react-core/src/utils/locale.d.ts.map +0 -1
  210. package/lib/esm/react-core/src/utils/user.d.ts.map +0 -1
  211. package/lib/esm/react-core/src/utils/validator.d.ts.map +0 -1
  212. package/lib/esm/react-i18n/src/index.d.ts +0 -819
  213. package/lib/esm/react-i18n/src/index.d.ts.map +0 -1
  214. package/lib/esm/types/src/index.d.ts +0 -9
  215. package/lib/esm/types/src/index.d.ts.map +0 -1
  216. package/lib/esm/types/src/types/auth.d.ts +0 -26
  217. package/lib/esm/types/src/types/auth.d.ts.map +0 -1
  218. package/lib/esm/types/src/types/broadcastMessage.d.ts +0 -73
  219. package/lib/esm/types/src/types/broadcastMessage.d.ts.map +0 -1
  220. package/lib/esm/types/src/types/category.d.ts +0 -100
  221. package/lib/esm/types/src/types/category.d.ts.map +0 -1
  222. package/lib/esm/types/src/types/comment.d.ts +0 -97
  223. package/lib/esm/types/src/types/comment.d.ts.map +0 -1
  224. package/lib/esm/types/src/types/customAdv.d.ts +0 -53
  225. package/lib/esm/types/src/types/customAdv.d.ts.map +0 -1
  226. package/lib/esm/types/src/types/customNotification.d.ts +0 -28
  227. package/lib/esm/types/src/types/customNotification.d.ts.map +0 -1
  228. package/lib/esm/types/src/types/embed.d.ts +0 -33
  229. package/lib/esm/types/src/types/embed.d.ts.map +0 -1
  230. package/lib/esm/types/src/types/feed.d.ts +0 -208
  231. package/lib/esm/types/src/types/feed.d.ts.map +0 -1
  232. package/lib/esm/types/src/types/incubator.d.ts +0 -53
  233. package/lib/esm/types/src/types/incubator.d.ts.map +0 -1
  234. package/lib/esm/types/src/types/index.d.ts +0 -23
  235. package/lib/esm/types/src/types/index.d.ts.map +0 -1
  236. package/lib/esm/types/src/types/location.d.ts +0 -61
  237. package/lib/esm/types/src/types/location.d.ts.map +0 -1
  238. package/lib/esm/types/src/types/media.d.ts +0 -52
  239. package/lib/esm/types/src/types/media.d.ts.map +0 -1
  240. package/lib/esm/types/src/types/notification.d.ts +0 -416
  241. package/lib/esm/types/src/types/notification.d.ts.map +0 -1
  242. package/lib/esm/types/src/types/poll.d.ts +0 -77
  243. package/lib/esm/types/src/types/poll.d.ts.map +0 -1
  244. package/lib/esm/types/src/types/privateMessage.d.ts +0 -109
  245. package/lib/esm/types/src/types/privateMessage.d.ts.map +0 -1
  246. package/lib/esm/types/src/types/prize.d.ts +0 -48
  247. package/lib/esm/types/src/types/prize.d.ts.map +0 -1
  248. package/lib/esm/types/src/types/tag.d.ts +0 -47
  249. package/lib/esm/types/src/types/tag.d.ts.map +0 -1
  250. package/lib/esm/types/src/types/user.d.ts +0 -231
  251. package/lib/esm/types/src/types/user.d.ts.map +0 -1
  252. package/lib/esm/types/src/types/webhook.d.ts +0 -91
  253. package/lib/esm/types/src/types/webhook.d.ts.map +0 -1
  254. package/lib/esm/utils/src/index.d.ts +0 -12
  255. package/lib/esm/utils/src/index.d.ts.map +0 -1
  256. package/lib/esm/utils/src/utils/browser.d.ts +0 -9
  257. package/lib/esm/utils/src/utils/browser.d.ts.map +0 -1
  258. package/lib/esm/utils/src/utils/logger.d.ts +0 -11
  259. package/lib/esm/utils/src/utils/logger.d.ts.map +0 -1
  260. package/lib/esm/utils/src/utils/object.d.ts +0 -13
  261. package/lib/esm/utils/src/utils/object.d.ts.map +0 -1
  262. package/lib/esm/utils/src/utils/string.d.ts +0 -43
  263. package/lib/esm/utils/src/utils/string.d.ts.map +0 -1
  264. package/lib/esm/utils/src/utils/url.d.ts +0 -33
  265. package/lib/esm/utils/src/utils/url.d.ts.map +0 -1
  266. package/lib/esm/utils/src/utils/websocket.d.ts +0 -177
  267. package/lib/esm/utils/src/utils/websocket.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-core",
3
- "version": "0.1.6-alpha.2",
3
+ "version": "0.1.6-alpha.5",
4
4
  "description": "React Core Components useful for integrating UI Community components (react-ui).",
5
5
  "author": "SelfCommunity <https://www.selfcommunity.com>",
6
6
  "homepage": "https://www.selfcommunity.com",
7
7
  "license": "MIT",
8
8
  "main": "./lib/cjs/index.js",
9
9
  "module": "./lib/esm/index.js",
10
+ "types": "./lib/types/index.d.ts",
10
11
  "keywords": [
11
12
  "react",
12
13
  "widgets",
@@ -32,7 +33,7 @@
32
33
  "build:commonjs": "cross-env BABEL_ENV=commonjs babel --root-mode upward --extensions .js,.jsx,.ts,.tsx ./src --out-dir lib/cjs --ignore **/*.stories.js,**/*.spec.js --copy-files",
33
34
  "build:es": "cross-env BABEL_ENV=es babel --root-mode upward --extensions .js,.jsx,.ts,.tsx ./src --out-dir lib/esm --ignore **/*.stories.js,**/*.spec.js --copy-files",
34
35
  "build:umd": "webpack --mode production",
35
- "build:types": "tsc -d --declarationDir lib/esm --declarationMap --resolveJsonModule --emitDeclarationOnly",
36
+ "build:types": "tsc -b tsconfig.build.json",
36
37
  "build": "yarn clean:lib && yarn build:commonjs && yarn build:es && yarn build:umd && yarn build:types",
37
38
  "prerelease": "yarn run clean:lib && yarn run build"
38
39
  },
@@ -57,10 +58,10 @@
57
58
  "react-intl": "^5.25.0"
58
59
  },
59
60
  "dependencies": {
60
- "@selfcommunity/api-services": "^0.1.6-alpha.2",
61
- "@selfcommunity/react-i18n": "^0.1.6-alpha.2",
62
- "@selfcommunity/types": "^0.1.6-alpha.2",
63
- "@selfcommunity/utils": "^0.1.6-alpha.2",
61
+ "@selfcommunity/api-services": "^0.1.6-alpha.5",
62
+ "@selfcommunity/react-i18n": "^0.1.6-alpha.5",
63
+ "@selfcommunity/types": "^0.1.6-alpha.5",
64
+ "@selfcommunity/utils": "^0.1.6-alpha.5",
64
65
  "pubsub-js": "^1.9.4",
65
66
  "react-singleton-hook": "^3.2.3",
66
67
  "use-deep-compare-effect": "^1.8.1",
@@ -125,5 +126,5 @@
125
126
  "bugs": {
126
127
  "url": "https://github.com/selfcommunity/community-js/issues"
127
128
  },
128
- "gitHead": "48bf59ed1d9e7f0ae19de2460a63130ff408d63a"
129
+ "gitHead": "9b2aa8005e475436226e2dd3d4cfb298740f2bc9"
129
130
  }
@@ -1,115 +0,0 @@
1
- import { AxiosInstance, AxiosRequestConfig } from 'axios';
2
- /**
3
- * List of all Http methods
4
- */
5
- export declare type HttpMethod = 'get' | 'GET' | 'delete' | 'DELETE' | 'head' | 'HEAD' | 'options' | 'OPTIONS' | 'post' | 'POST' | 'put' | 'PUT' | 'patch' | 'PATCH' | 'purge' | 'PURGE' | 'link' | 'LINK' | 'unlink' | 'UNLINK';
6
- /**
7
- * AxiosResponseHeaders interface
8
- */
9
- export declare type AxiosResponseHeaders = Record<string, string> & {
10
- 'set-cookie'?: string[];
11
- };
12
- /**
13
- * General HttpResponse
14
- */
15
- export interface HttpResponse<T = unknown, D = any> {
16
- data: T;
17
- status: number;
18
- statusText: string;
19
- headers: AxiosResponseHeaders;
20
- config: AxiosRequestConfig<D>;
21
- request?: any;
22
- }
23
- /**
24
- * Interface for the ApiClient
25
- */
26
- export interface ApiClientInterface {
27
- request<TRequest, TResponse>(config?: any): Promise<HttpResponse<TResponse>>;
28
- post<TRequest, TResponse>(path: string, object: TRequest, config?: any): Promise<HttpResponse<TResponse>>;
29
- patch<TRequest, TResponse>(path: string, object: TRequest): Promise<HttpResponse<TResponse>>;
30
- put<TRequest, TResponse>(path: string, object: TRequest): Promise<HttpResponse<TResponse>>;
31
- get<TResponse>(path: string): Promise<HttpResponse<TResponse>>;
32
- }
33
- /**
34
- * Create an abstraction wrapping of axios
35
- * Create a sort of interface between axios and the rest of application
36
- * This makes it easy for instance, to swap axios out for another package,
37
- * should we choose to do so in the future, without it breaking our app.
38
- */
39
- export declare class ApiClient implements ApiClientInterface {
40
- static DEFAULT_TIMEOUT: number;
41
- protected readonly client: AxiosInstance;
42
- protected createClient(config?: any): AxiosInstance;
43
- constructor(config?: any);
44
- /**
45
- * Get client instance
46
- */
47
- getClientInstance(): AxiosInstance;
48
- /**
49
- * Change configuration
50
- * @param config
51
- */
52
- config(config: any): void;
53
- /**
54
- * Set default header
55
- * @param name
56
- * @param value
57
- * @param methods
58
- */
59
- setDefaultHeader: ({ name, value, methods }: {
60
- name: string;
61
- value: string;
62
- methods?: string[];
63
- }) => void;
64
- /**
65
- * setSupportWithCredentials
66
- * Disable/enable withCredentials
67
- * Bypass cookie if disabled
68
- * @param enable
69
- */
70
- setSupportWithCredentials(enable: boolean): void;
71
- /**
72
- * setBasePortal
73
- * Set base path of all http requests
74
- * @param portal
75
- */
76
- setBasePortal(baseUrl: string): void;
77
- /**
78
- * setAuthorizeToken
79
- * Set authorization header for all http requests
80
- * @param token
81
- */
82
- setAuthorizeToken(token: string): void;
83
- /**
84
- * request wrapper
85
- * @param config
86
- */
87
- request<TRequest, TResponse>(config: any): Promise<HttpResponse<TResponse>>;
88
- /**
89
- * get wrapper
90
- * @param path
91
- */
92
- get<TResponse>(path: string): Promise<HttpResponse<TResponse>>;
93
- /**
94
- * post wrapper
95
- * @param path
96
- * @param payload
97
- * @param config
98
- */
99
- post<TRequest, TResponse>(path: string, payload: TRequest, config?: any): Promise<HttpResponse<TResponse>>;
100
- /**
101
- * patch wrapper
102
- * @param path
103
- * @param object
104
- */
105
- patch<TRequest, TResponse>(path: string, payload: TRequest): Promise<HttpResponse<TResponse>>;
106
- /**
107
- * put wrapper
108
- * @param path
109
- * @param payload
110
- */
111
- put<TRequest, TResponse>(path: string, payload: TRequest): Promise<HttpResponse<TResponse>>;
112
- }
113
- declare const client: ApiClient;
114
- export default client;
115
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../api-services/src/client/index.ts"],"names":[],"mappings":"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"}
@@ -1,10 +0,0 @@
1
- import { HttpMethod } from '../client';
2
- export interface EndpointType {
3
- url: (params?: object) => string;
4
- method: HttpMethod;
5
- }
6
- declare const Endpoints: {
7
- [key: string]: EndpointType;
8
- };
9
- export default Endpoints;
10
- //# sourceMappingURL=Endpoints.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Endpoints.d.ts","sourceRoot":"","sources":["../../../../../../api-services/src/constants/Endpoints.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAC,MAAM,WAAW,CAAC;AAErC,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IACjC,MAAM,EAAE,UAAU,CAAC;CACpB;AAED,QAAA,MAAM,SAAS,EAAE;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CA8/B5C,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1,51 +0,0 @@
1
- /**
2
- * Axios client wrapper
3
- */
4
- import http, { HttpResponse, HttpMethod } from './client';
5
- /**
6
- * Endpoint component
7
- */
8
- import Endpoints, { EndpointType } from './constants/Endpoints';
9
- /**
10
- * Utils
11
- */
12
- import { formatHttpError } from './utils/http';
13
- import { generateJWTToken, parseJwt } from './utils/token';
14
- import { apiRequest } from './utils/apiRequest';
15
- /**
16
- * Services
17
- */
18
- import CategoryService, { CategoryApiClient, CategoryApiClientInterface } from './services/category';
19
- import CommentService, { CommentApiClient, CommentApiClientInterface } from './services/comment';
20
- import CustomAdvService, { CustomAdvApiClient, CustomAdvApiClientInterface } from './services/custom_adv';
21
- import CustomPageService, { CustomPageApiClient, CustomPageApiClientInterface } from './services/custom_page';
22
- import DataPortabilityService, { DataPortabilityApiClient, DataPortabilityApiClientInterface } from './services/data_portability';
23
- import EmbedService, { EmbedApiClient, EmbedApiClientInterface } from './services/embed';
24
- import FeatureService, { FeatureApiClient, FeatureApiClientInterface } from './services/feature';
25
- import FeedService, { FeedApiClient, FeedApiClientInterface } from './services/feed';
26
- import FeedObjectService, { FeedObjectApiClient, FeedObjectApiClientInterface } from './services/feed_object';
27
- import IncubatorService, { IncubatorApiClient, IncubatorApiClientInterface } from './services/incubator';
28
- import InsightService, { InsightApiClient, InsightApiClientInterface } from './services/insight';
29
- import LegalPageService, { LegalPageApiClient, LegalPageApiClientInterface } from './services/legal_page';
30
- import LocalityService, { LocalityApiClient, LocalityApiClientInterface } from './services/locality';
31
- import LoyaltyService, { LoyaltyApiClient, LoyaltyApiClientInterface } from './services/loyalty';
32
- import MediaService, { MediaApiClient, MediaApiClientInterface } from './services/media';
33
- import ModerationService, { ModerationApiClient, ModerationApiClientInterface } from './services/moderation';
34
- import NotificationService, { NotificationApiClient, NotificationApiClientInterface } from './services/notification';
35
- import PreferenceService, { PreferenceApiClient, PreferenceApiClientInterface } from './services/preference';
36
- import PrivateMessageService, { PrivateMessageApiClient, PrivateMessageApiClientInterface } from './services/private_message';
37
- import ScoreService, { ScoreApiClient, ScoreApiClientInterface } from './services/score';
38
- import SSOService, { SSOApiClient, SSOApiClientInterface } from './services/sso';
39
- import SuggestionService, { SuggestionApiClient, SuggestionApiClientInterface } from './services/suggestion';
40
- import TagService, { TagApiClient, TagApiClientInterface } from './services/tag';
41
- import UserService, { UserApiClient, UserApiClientInterface } from './services/user';
42
- import WebhookService, { WebhookApiClient, WebhookApiClientInterface } from './services/webhook';
43
- /**
44
- * Types
45
- */
46
- import { SCPaginatedResponse, WebhookParamType, WebhookEventsType } from './types';
47
- /**
48
- * Export all
49
- */
50
- export { http, HttpResponse, HttpMethod, apiRequest, formatHttpError, generateJWTToken, parseJwt, Endpoints, EndpointType, PreferenceService, PreferenceApiClient, PreferenceApiClientInterface, UserService, UserApiClient, UserApiClientInterface, FeatureService, FeatureApiClient, FeatureApiClientInterface, CategoryService, CategoryApiClient, CategoryApiClientInterface, CommentService, CommentApiClient, CommentApiClientInterface, CustomAdvService, CustomAdvApiClient, CustomAdvApiClientInterface, CustomPageService, CustomPageApiClient, CustomPageApiClientInterface, DataPortabilityService, DataPortabilityApiClient, DataPortabilityApiClientInterface, EmbedService, EmbedApiClient, EmbedApiClientInterface, FeedService, FeedApiClient, FeedApiClientInterface, FeedObjectService, FeedObjectApiClient, FeedObjectApiClientInterface, IncubatorService, IncubatorApiClient, IncubatorApiClientInterface, InsightService, InsightApiClient, InsightApiClientInterface, LegalPageService, LegalPageApiClient, LegalPageApiClientInterface, LocalityService, LocalityApiClient, LocalityApiClientInterface, LoyaltyService, LoyaltyApiClient, LoyaltyApiClientInterface, MediaService, MediaApiClient, MediaApiClientInterface, ModerationService, ModerationApiClient, ModerationApiClientInterface, NotificationService, NotificationApiClient, NotificationApiClientInterface, PrivateMessageService, PrivateMessageApiClient, PrivateMessageApiClientInterface, ScoreService, ScoreApiClient, ScoreApiClientInterface, SSOService, SSOApiClient, SSOApiClientInterface, SuggestionService, SuggestionApiClient, SuggestionApiClientInterface, TagService, TagApiClient, TagApiClientInterface, WebhookService, WebhookApiClient, WebhookApiClientInterface, SCPaginatedResponse, WebhookParamType, WebhookEventsType };
51
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../api-services/src/index.ts"],"names":[],"mappings":"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"}
@@ -1,55 +0,0 @@
1
- export interface CategoryApiClientInterface {
2
- getAllCategories(): Promise<any>;
3
- searchCategory(): Promise<any>;
4
- createCategory(): Promise<any>;
5
- getSpecificCategory(id: number): Promise<any>;
6
- updateASpecificCategory(id: number): Promise<any>;
7
- patchASpecificCategory(id: number): Promise<any>;
8
- deleteASpecificCategory(id: number): Promise<any>;
9
- getCategoryAudience(id: number): Promise<any>;
10
- getCategoryFollowers(id: number): Promise<any>;
11
- getCategoryFeed(id: number): Promise<any>;
12
- getCategoryTrendingFeed(id: number): Promise<any>;
13
- getCategoryTrendingFollowers(id: number): Promise<any>;
14
- followCategory(id: number): Promise<any>;
15
- checkCategoryIsFollowed(id: number): Promise<any>;
16
- getFollowedCategories(): Promise<any>;
17
- getPopularCategories(): Promise<any>;
18
- }
19
- export declare class CategoryApiClient {
20
- static getAllCategories(): Promise<any>;
21
- static searchCategory(): Promise<any>;
22
- static createCategory(): Promise<any>;
23
- static getSpecificCategory(id: number): Promise<any>;
24
- static updateASpecificCategory(id: number): Promise<any>;
25
- static patchASpecificCategory(id: number): Promise<any>;
26
- static deleteASpecificCategory(id: number): Promise<any>;
27
- static getCategoryAudience(id: number): Promise<any>;
28
- static getCategoryFollowers(id: number): Promise<any>;
29
- static getCategoryFeed(id: number): Promise<any>;
30
- static getCategoryTrendingFeed(id: number): Promise<any>;
31
- static getCategoryTrendingFollowers(id: number): Promise<any>;
32
- static followCategory(id: number): Promise<any>;
33
- static checkCategoryIsFollowed(id: number): Promise<any>;
34
- static getFollowedCategories(): Promise<any>;
35
- static getPopularCategories(): Promise<any>;
36
- }
37
- export default class CategoryService {
38
- static getAllCategories(): Promise<any>;
39
- static searchCategory(): Promise<any>;
40
- static createCategory(): Promise<any>;
41
- static getSpecificCategory(id: number): Promise<any>;
42
- static updateASpecificCategory(id: number): Promise<any>;
43
- static patchASpecificCategory(id: number): Promise<any>;
44
- static deleteASpecificCategory(id: number): Promise<any>;
45
- static getCategoryAudience(id: number): Promise<any>;
46
- static getCategoryFollowers(id: number): Promise<any>;
47
- static getCategoryFeed(id: number): Promise<any>;
48
- static getCategoryTrendingFeed(id: number): Promise<any>;
49
- static getCategoryTrendingFollowers(id: number): Promise<any>;
50
- static followCategory(id: number): Promise<any>;
51
- static checkCategoryIsFollowed(id: number): Promise<any>;
52
- static getFollowedCategories(): Promise<any>;
53
- static getPopularCategories(): Promise<any>;
54
- }
55
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../api-services/src/services/category/index.ts"],"names":[],"mappings":"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"}
@@ -1,40 +0,0 @@
1
- export interface CommentApiClientInterface {
2
- getAllComments(): Promise<any>;
3
- createComment(): Promise<any>;
4
- getASpecificComment(id: number): Promise<any>;
5
- updateComment(id: number): Promise<any>;
6
- deleteComment(id: number): Promise<any>;
7
- restoreComment(id: number): Promise<any>;
8
- getSpecificCommentVotesList(id: number): Promise<any>;
9
- upvoteComment(id: number): Promise<any>;
10
- getSpecificCommentFlags(id: number): Promise<any>;
11
- flagComment(id: number): Promise<any>;
12
- getSpecificCommentFlagStatus(id: number): Promise<any>;
13
- }
14
- export declare class CommentApiClient {
15
- static getAllComments(): Promise<any>;
16
- static createComment(): Promise<any>;
17
- static getASpecificComment(id: number): Promise<any>;
18
- static updateComment(id: number): Promise<any>;
19
- static deleteComment(id: number): Promise<any>;
20
- static restoreComment(id: number): Promise<any>;
21
- static getSpecificCommentVotesList(id: number): Promise<any>;
22
- static upvoteComment(id: number): Promise<any>;
23
- static getSpecificCommentFlags(id: number): Promise<any>;
24
- static flagComment(id: number): Promise<any>;
25
- static getSpecificCommentFlagStatus(id: number): Promise<any>;
26
- }
27
- export default class CommentService {
28
- static getAllComments(): Promise<any>;
29
- static createComment(): Promise<any>;
30
- static getASpecificComment(id: number): Promise<any>;
31
- static updateComment(id: number): Promise<any>;
32
- static deleteComment(id: number): Promise<any>;
33
- static restoreComment(id: number): Promise<any>;
34
- static getSpecificCommentVotesList(id: number): Promise<any>;
35
- static upvoteComment(id: number): Promise<any>;
36
- static getSpecificCommentFlags(id: number): Promise<any>;
37
- static flagComment(id: number): Promise<any>;
38
- static getSpecificCommentFlagStatus(id: number): Promise<any>;
39
- }
40
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../api-services/src/services/comment/index.ts"],"names":[],"mappings":"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"}
@@ -1,16 +0,0 @@
1
- export interface CustomAdvApiClientInterface {
2
- getASpecificCustomAdv(id: number): Promise<any>;
3
- getAllCustomAdv(): Promise<any>;
4
- searchCustomAdv(): Promise<any>;
5
- }
6
- export declare class CustomAdvApiClient {
7
- static getASpecificCustomAdv(id: number): Promise<any>;
8
- static getAllCustomAdv(): Promise<any>;
9
- static searchCustomAdv(): Promise<any>;
10
- }
11
- export default class CustomAdvService {
12
- static getASpecificCustomAdv(id: number): Promise<any>;
13
- static getAllCustomAdv(): Promise<any>;
14
- static searchCustomAdv(): Promise<any>;
15
- }
16
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../api-services/src/services/custom_adv/index.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,2BAA2B;IAC1C,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAChD,eAAe,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IAChC,eAAe,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;CACjC;AAED,qBAAa,kBAAkB;IAC7B,MAAM,CAAC,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAkBtD,MAAM,CAAC,eAAe,IAAI,OAAO,CAAC,GAAG,CAAC;IAkBtC,MAAM,CAAC,eAAe,IAAI,OAAO,CAAC,GAAG,CAAC;CAkBvC;AAED,MAAM,CAAC,OAAO,OAAO,gBAAgB;WACtB,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;WAG/C,eAAe,IAAI,OAAO,CAAC,GAAG,CAAC;WAG/B,eAAe,IAAI,OAAO,CAAC,GAAG,CAAC;CAG7C"}
@@ -1,16 +0,0 @@
1
- export interface CustomPageApiClientInterface {
2
- getASpecificCustomPage(id: number): Promise<any>;
3
- getAllCustomPages(): Promise<any>;
4
- searchCustomPages(): Promise<any>;
5
- }
6
- export declare class CustomPageApiClient {
7
- static getASpecificCustomPage(id: number): Promise<any>;
8
- static getAllCustomPages(): Promise<any>;
9
- static searchCustomPages(): Promise<any>;
10
- }
11
- export default class CustomPageService {
12
- static getASpecificCustomPage(id: number): Promise<any>;
13
- static getAllCustomPages(): Promise<any>;
14
- static searchCustomPages(): Promise<any>;
15
- }
16
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../api-services/src/services/custom_page/index.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,4BAA4B;IAC3C,sBAAsB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IACjD,iBAAiB,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IAClC,iBAAiB,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;CACnC;AAED,qBAAa,mBAAmB;IAC9B,MAAM,CAAC,sBAAsB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAkBvD,MAAM,CAAC,iBAAiB,IAAI,OAAO,CAAC,GAAG,CAAC;IAkBxC,MAAM,CAAC,iBAAiB,IAAI,OAAO,CAAC,GAAG,CAAC;CAkBzC;AAED,MAAM,CAAC,OAAO,OAAO,iBAAiB;WACvB,sBAAsB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;WAGhD,iBAAiB,IAAI,OAAO,CAAC,GAAG,CAAC;WAGjC,iBAAiB,IAAI,OAAO,CAAC,GAAG,CAAC;CAG/C"}
@@ -1,16 +0,0 @@
1
- export interface DataPortabilityApiClientInterface {
2
- generateDataPortability(): Promise<any>;
3
- downloadDataPortability(): Promise<any>;
4
- dataPortabilityStatus(): Promise<any>;
5
- }
6
- export declare class DataPortabilityApiClient {
7
- static generateDataPortability(): Promise<any>;
8
- static downloadDataPortability(): Promise<any>;
9
- static dataPortabilityStatus(): Promise<any>;
10
- }
11
- export default class DataPortabilityService {
12
- static generateDataPortability(): Promise<any>;
13
- static downloadDataPortability(): Promise<any>;
14
- static dataPortabilityStatus(): Promise<any>;
15
- }
16
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../api-services/src/services/data_portability/index.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,iCAAiC;IAChD,uBAAuB,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IACxC,uBAAuB,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IACxC,qBAAqB,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;CACvC;AAED,qBAAa,wBAAwB;IACnC,MAAM,CAAC,uBAAuB,IAAI,OAAO,CAAC,GAAG,CAAC;IAmB9C,MAAM,CAAC,uBAAuB,IAAI,OAAO,CAAC,GAAG,CAAC;IAmB9C,MAAM,CAAC,qBAAqB,IAAI,OAAO,CAAC,GAAG,CAAC;CAkB7C;AAED,MAAM,CAAC,OAAO,OAAO,sBAAsB;WAC5B,uBAAuB,IAAI,OAAO,CAAC,GAAG,CAAC;WAGvC,uBAAuB,IAAI,OAAO,CAAC,GAAG,CAAC;WAGvC,qBAAqB,IAAI,OAAO,CAAC,GAAG,CAAC;CAGnD"}
@@ -1,31 +0,0 @@
1
- export interface EmbedApiClientInterface {
2
- getAllEmbeds(): Promise<any>;
3
- createEmbed(): Promise<any>;
4
- searchEmbed(): Promise<any>;
5
- getSpecificEmbed(id: number): Promise<any>;
6
- updateASpecificEmbed(id: number): Promise<any>;
7
- patchASpecificEmbed(id: number): Promise<any>;
8
- getEmbedFeed(id: number): Promise<any>;
9
- getSpecificEmbedFeed(id: number): Promise<any>;
10
- }
11
- export declare class EmbedApiClient {
12
- static getAllEmbeds(): Promise<any>;
13
- static createEmbed(): Promise<any>;
14
- static searchEmbed(): Promise<any>;
15
- static getSpecificEmbed(id: number): Promise<any>;
16
- static updateASpecificEmbed(id: number): Promise<any>;
17
- static patchASpecificEmbed(id: number): Promise<any>;
18
- static getEmbedFeed(id: number): Promise<any>;
19
- static getSpecificEmbedFeed(id: number): Promise<any>;
20
- }
21
- export default class EmbedService {
22
- static getAllEmbeds(): Promise<any>;
23
- static searchEmbed(): Promise<any>;
24
- static createEmbed(): Promise<any>;
25
- static getSpecificEmbed(id: number): Promise<any>;
26
- static updateASpecificEmbed(id: number): Promise<any>;
27
- static patchASpecificEmbed(id: number): Promise<any>;
28
- static getEmbedFeed(id: number): Promise<any>;
29
- static getSpecificEmbedFeed(id: number): Promise<any>;
30
- }
31
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../api-services/src/services/embed/index.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,uBAAuB;IACtC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IAC7B,WAAW,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IAC5B,WAAW,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IAC5B,gBAAgB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAC3C,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAC/C,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAC9C,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IACvC,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;CAChD;AAED,qBAAa,cAAc;IACzB,MAAM,CAAC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC;IAmBnC,MAAM,CAAC,WAAW,IAAI,OAAO,CAAC,GAAG,CAAC;IAmBlC,MAAM,CAAC,WAAW,IAAI,OAAO,CAAC,GAAG,CAAC;IAmBlC,MAAM,CAAC,gBAAgB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAmBjD,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAmBrD,MAAM,CAAC,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAmBpD,MAAM,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAmB7C,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;CAkBtD;AAED,MAAM,CAAC,OAAO,OAAO,YAAY;WAClB,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC;WAI5B,WAAW,IAAI,OAAO,CAAC,GAAG,CAAC;WAI3B,WAAW,IAAI,OAAO,CAAC,GAAG,CAAC;WAI3B,gBAAgB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;WAI1C,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;WAI9C,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;WAI7C,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;WAItC,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;CAG5D"}
@@ -1,10 +0,0 @@
1
- export interface FeatureApiClientInterface {
2
- getAllFeatures(): Promise<any>;
3
- }
4
- export declare class FeatureApiClient {
5
- static getAllFeatures(): Promise<any>;
6
- }
7
- export default class FeatureService {
8
- static getAllFeatures(): Promise<any>;
9
- }
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../api-services/src/services/feature/index.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,yBAAyB;IACxC,cAAc,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;CAChC;AAED,qBAAa,gBAAgB;IAC3B,MAAM,CAAC,cAAc,IAAI,OAAO,CAAC,GAAG,CAAC;CAmBtC;AAED,MAAM,CAAC,OAAO,OAAO,cAAc;WACpB,cAAc,IAAI,OAAO,CAAC,GAAG,CAAC;CAG5C"}
@@ -1,22 +0,0 @@
1
- export interface FeedApiClientInterface {
2
- getMainFeed(): Promise<any>;
3
- getExploreFeed(): Promise<any>;
4
- getMainFeedUnseenCount(): Promise<any>;
5
- markReadASpecificFeedObj(): Promise<any>;
6
- likeFeedObjs(): Promise<any>;
7
- }
8
- export declare class FeedApiClient {
9
- static getMainFeed(): Promise<any>;
10
- static getExploreFeed(): Promise<any>;
11
- static getMainFeedUnseenCount(): Promise<any>;
12
- static markReadASpecificFeedObj(): Promise<any>;
13
- static likeFeedObjs(): Promise<any>;
14
- }
15
- export default class FeedService {
16
- static getMainFeed(): Promise<any>;
17
- static getExploreFeed(): Promise<any>;
18
- static getMainFeedUnseenCount(): Promise<any>;
19
- static markReadASpecificFeedObj(): Promise<any>;
20
- static likeFeedObjs(): Promise<any>;
21
- }
22
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../api-services/src/services/feed/index.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,sBAAsB;IACrC,WAAW,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IAC5B,cAAc,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IAC/B,sBAAsB,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IACvC,wBAAwB,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IACzC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;CAC9B;AAED,qBAAa,aAAa;IACxB,MAAM,CAAC,WAAW,IAAI,OAAO,CAAC,GAAG,CAAC;IAmBlC,MAAM,CAAC,cAAc,IAAI,OAAO,CAAC,GAAG,CAAC;IAkBrC,MAAM,CAAC,sBAAsB,IAAI,OAAO,CAAC,GAAG,CAAC;IAmB7C,MAAM,CAAC,wBAAwB,IAAI,OAAO,CAAC,GAAG,CAAC;IAmB/C,MAAM,CAAC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC;CAkBpC;AAED,MAAM,CAAC,OAAO,OAAO,WAAW;WACjB,WAAW,IAAI,OAAO,CAAC,GAAG,CAAC;WAG3B,cAAc,IAAI,OAAO,CAAC,GAAG,CAAC;WAI9B,sBAAsB,IAAI,OAAO,CAAC,GAAG,CAAC;WAGtC,wBAAwB,IAAI,OAAO,CAAC,GAAG,CAAC;WAGxC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC;CAG1C"}
@@ -1,88 +0,0 @@
1
- export interface FeedObjectApiClientInterface {
2
- getAllFeedObjects(type: string): Promise<any>;
3
- getUncommentedFeedObjects(type: string): Promise<any>;
4
- searchFeedObject(type: string): Promise<any>;
5
- createFeedObject(type: string): Promise<any>;
6
- getSpecificFeedObject(type: string, id: number): Promise<any>;
7
- updateFeedObject(type: string, id: number): Promise<any>;
8
- deleteFeedObject(type: string, id: number): Promise<any>;
9
- feedObjectContributorsList(id: number, type: string): Promise<any>;
10
- feedObjectSharesList(type: string, id: number): Promise<any>;
11
- feedObjectUserSharesList(type: string, id: number): Promise<any>;
12
- restoreFeedObject(type: string, id: number): Promise<any>;
13
- relatedFeedObjects(type: string, id: number): Promise<any>;
14
- voteFeedObject(type: string, id: number): Promise<any>;
15
- feedObjectVotes(type: string, id: number): Promise<any>;
16
- feedObjectPollVote(type: string, id: number): Promise<any>;
17
- feedObjectPollVotesList(type: string, id: number): Promise<any>;
18
- followFeedObject(type: string, id: number): Promise<any>;
19
- feedObjectFollowingList(type: string): Promise<any>;
20
- checkIfFollowingFeedObject(type: string, id: number): Promise<any>;
21
- suspendFeedObject(type: string, id: number): Promise<any>;
22
- checkIfSuspendedFeedObject(type: string, id: number): Promise<any>;
23
- feedObjectSuspendedList(type: string): Promise<any>;
24
- flagFeedObject(type: string, id: number): Promise<any>;
25
- feedObjectFlagList(type: string, id: number): Promise<any>;
26
- feedObjectFlagStatus(type: string, id: number): Promise<any>;
27
- hideFeedObject(type: string, id: number): Promise<any>;
28
- feedObjectHideStatus(type: string, id: number): Promise<any>;
29
- }
30
- export declare class FeedObjectApiClient {
31
- static getAllFeedObjects(type: string): Promise<any>;
32
- static getUncommentedFeedObjects(type: string): Promise<any>;
33
- static searchFeedObject(type: string): Promise<any>;
34
- static createFeedObject(type: string): Promise<any>;
35
- static getSpecificFeedObject(type: string, id: number): Promise<any>;
36
- static updateFeedObject(type: string, id: number): Promise<any>;
37
- static deleteFeedObject(type: string, id: number): Promise<any>;
38
- static feedObjectContributorsList(type: string, id: number): Promise<any>;
39
- static feedObjectSharesList(type: string, id: number): Promise<any>;
40
- static feedObjectUserSharesList(type: string, id: number): Promise<any>;
41
- static restoreFeedObject(type: string, id: number): Promise<any>;
42
- static relatedFeedObjects(type: string, id: number): Promise<any>;
43
- static voteFeedObject(type: string, id: number): Promise<any>;
44
- static feedObjectVotes(type: string, id: number): Promise<any>;
45
- static feedObjectPollVote(type: string, id: number): Promise<any>;
46
- static feedObjectPollVotesList(type: string, id: number): Promise<any>;
47
- static followFeedObject(type: string, id: number): Promise<any>;
48
- static feedObjectFollowingList(type: string): Promise<any>;
49
- static checkIfFollowingFeedObject(type: string, id: number): Promise<any>;
50
- static suspendFeedObject(type: string, id: number): Promise<any>;
51
- static checkIfSuspendedFeedObject(type: string, id: number): Promise<any>;
52
- static feedObjectSuspendedList(type: string): Promise<any>;
53
- static flagFeedObject(type: string, id: number): Promise<any>;
54
- static feedObjectFlagStatus(type: string, id: number): Promise<any>;
55
- static feedObjectFlagList(type: string): Promise<any>;
56
- static hideFeedObject(type: string, id: number): Promise<any>;
57
- static feedObjectHideStatus(type: string, id: number): Promise<any>;
58
- }
59
- export default class FeedObjectService {
60
- static getAllFeedObjects(type: string): Promise<any>;
61
- static getUncommentedFeedObjects(type: string): Promise<any>;
62
- static searchFeedObject(type: string): Promise<any>;
63
- static createFeedObject(type: string): Promise<any>;
64
- static getSpecificFeedObject(type: string, id: number): Promise<any>;
65
- static updateFeedObject(type: string, id: number): Promise<any>;
66
- static deleteFeedObject(type: string, id: number): Promise<any>;
67
- static feedObjectContributorsList(type: string, id: number): Promise<any>;
68
- static feedObjectSharesList(type: string, id: number): Promise<any>;
69
- static feedObjectUserSharesList(type: string, id: number): Promise<any>;
70
- static restoreFeedObject(type: string, id: number): Promise<any>;
71
- static relatedFeedObjects(type: string, id: number): Promise<any>;
72
- static voteFeedObject(type: string, id: number): Promise<any>;
73
- static feedObjectVotes(type: string, id: number): Promise<any>;
74
- static feedObjectPollVote(type: string, id: number): Promise<any>;
75
- static feedObjectPollVotesList(type: string, id: number): Promise<any>;
76
- static followFeedObject(type: string, id: number): Promise<any>;
77
- static feedObjectFollowingList(type: string): Promise<any>;
78
- static checkIfFollowingFeedObject(type: string, id: number): Promise<any>;
79
- static suspendFeedObject(type: string, id: number): Promise<any>;
80
- static checkIfSuspendedFeedObject(type: string, id: number): Promise<any>;
81
- static feedObjectSuspendedList(type: string): Promise<any>;
82
- static flagFeedObject(type: string, id: number): Promise<any>;
83
- static feedObjectFlagList(type: string): Promise<any>;
84
- static feedObjectFlagStatus(type: string, id: number): Promise<any>;
85
- static hideFeedObject(type: string, id: number): Promise<any>;
86
- static feedObjectHideStatus(type: string, id: number): Promise<any>;
87
- }
88
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../api-services/src/services/feed_object/index.ts"],"names":[],"mappings":"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"}