@selfcommunity/types 0.5.0-alpha.9 → 0.5.0

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 (332) hide show
  1. package/lib/cjs/index.d.ts +8 -4
  2. package/lib/cjs/index.js +21 -22
  3. package/lib/cjs/types/auth.d.ts +0 -1
  4. package/lib/cjs/types/auth.js +0 -1
  5. package/lib/cjs/types/avatar.d.ts +0 -1
  6. package/lib/cjs/types/avatar.js +0 -1
  7. package/lib/cjs/types/broadcastMessage.d.ts +0 -1
  8. package/lib/cjs/types/broadcastMessage.js +0 -1
  9. package/lib/cjs/types/category.d.ts +0 -1
  10. package/lib/cjs/types/category.js +0 -1
  11. package/lib/cjs/types/comment.d.ts +8 -1
  12. package/lib/cjs/types/comment.js +0 -1
  13. package/lib/cjs/types/contribution.d.ts +0 -1
  14. package/lib/cjs/types/contribution.js +0 -1
  15. package/lib/cjs/types/customAdv.d.ts +0 -1
  16. package/lib/cjs/types/customAdv.js +0 -1
  17. package/lib/cjs/types/customMenu.d.ts +0 -1
  18. package/lib/cjs/types/customMenu.js +0 -1
  19. package/lib/cjs/types/customNotification.d.ts +0 -1
  20. package/lib/cjs/types/customNotification.js +0 -1
  21. package/lib/cjs/types/customPage.d.ts +0 -1
  22. package/lib/cjs/types/customPage.js +0 -1
  23. package/lib/cjs/types/dataPortability.d.ts +0 -1
  24. package/lib/cjs/types/dataPortability.js +0 -1
  25. package/lib/cjs/types/device.d.ts +0 -1
  26. package/lib/cjs/types/device.js +0 -1
  27. package/lib/cjs/types/embed.d.ts +1 -2
  28. package/lib/cjs/types/embed.js +0 -1
  29. package/lib/cjs/types/feature.d.ts +0 -1
  30. package/lib/cjs/types/feature.js +0 -1
  31. package/lib/cjs/types/feed.d.ts +17 -2
  32. package/lib/cjs/types/feed.js +0 -1
  33. package/lib/cjs/types/flag.d.ts +0 -1
  34. package/lib/cjs/types/flag.js +0 -1
  35. package/lib/cjs/types/friendship.d.ts +0 -1
  36. package/lib/cjs/types/friendship.js +0 -1
  37. package/lib/cjs/types/incubator.d.ts +0 -1
  38. package/lib/cjs/types/incubator.js +0 -1
  39. package/lib/cjs/types/index.d.ts +38 -39
  40. package/lib/cjs/types/index.js +1 -3
  41. package/lib/cjs/types/insight.d.ts +0 -1
  42. package/lib/cjs/types/insight.js +0 -1
  43. package/lib/cjs/types/invite.d.ts +0 -1
  44. package/lib/cjs/types/invite.js +0 -1
  45. package/lib/cjs/types/legalPage.d.ts +0 -1
  46. package/lib/cjs/types/legalPage.js +0 -1
  47. package/lib/cjs/types/locale.d.ts +0 -1
  48. package/lib/cjs/types/locale.js +0 -1
  49. package/lib/cjs/types/location.d.ts +1 -2
  50. package/lib/cjs/types/location.js +0 -1
  51. package/lib/cjs/types/media.d.ts +9 -1
  52. package/lib/cjs/types/media.js +0 -1
  53. package/lib/cjs/types/metadata.d.ts +0 -1
  54. package/lib/cjs/types/metadata.js +0 -1
  55. package/lib/cjs/types/notification.d.ts +0 -1
  56. package/lib/cjs/types/notification.js +0 -1
  57. package/lib/cjs/types/platform.d.ts +0 -1
  58. package/lib/cjs/types/platform.js +0 -1
  59. package/lib/cjs/types/poll.d.ts +0 -1
  60. package/lib/cjs/types/poll.js +0 -1
  61. package/lib/cjs/types/preference.d.ts +0 -1
  62. package/lib/cjs/types/preference.js +0 -1
  63. package/lib/cjs/types/privateMessage.d.ts +2 -2
  64. package/lib/cjs/types/privateMessage.js +1 -1
  65. package/lib/cjs/types/prize.d.ts +0 -1
  66. package/lib/cjs/types/prize.js +0 -1
  67. package/lib/cjs/types/promo.d.ts +0 -1
  68. package/lib/cjs/types/promo.js +0 -1
  69. package/lib/cjs/types/reaction.d.ts +0 -1
  70. package/lib/cjs/types/reaction.js +0 -1
  71. package/lib/cjs/types/sso.d.ts +0 -1
  72. package/lib/cjs/types/sso.js +0 -1
  73. package/lib/cjs/types/suggestion.d.ts +0 -1
  74. package/lib/cjs/types/suggestion.js +0 -1
  75. package/lib/cjs/types/tag.d.ts +0 -1
  76. package/lib/cjs/types/tag.js +0 -1
  77. package/lib/cjs/types/user.d.ts +10 -3
  78. package/lib/cjs/types/user.js +0 -1
  79. package/lib/cjs/types/vote.d.ts +0 -1
  80. package/lib/cjs/types/vote.js +0 -1
  81. package/lib/cjs/types/webhook.d.ts +0 -1
  82. package/lib/cjs/types/webhook.js +0 -1
  83. package/lib/esm/index.d.ts +8 -4
  84. package/lib/esm/index.js +4 -5
  85. package/lib/esm/types/auth.d.ts +0 -1
  86. package/lib/esm/types/auth.js +0 -1
  87. package/lib/esm/types/avatar.d.ts +0 -1
  88. package/lib/esm/types/avatar.js +0 -1
  89. package/lib/esm/types/broadcastMessage.d.ts +0 -1
  90. package/lib/esm/types/broadcastMessage.js +0 -1
  91. package/lib/esm/types/category.d.ts +0 -1
  92. package/lib/esm/types/category.js +0 -1
  93. package/lib/esm/types/comment.d.ts +8 -1
  94. package/lib/esm/types/comment.js +0 -1
  95. package/lib/esm/types/contribution.d.ts +0 -1
  96. package/lib/esm/types/contribution.js +0 -1
  97. package/lib/esm/types/customAdv.d.ts +0 -1
  98. package/lib/esm/types/customAdv.js +0 -1
  99. package/lib/esm/types/customMenu.d.ts +0 -1
  100. package/lib/esm/types/customMenu.js +0 -1
  101. package/lib/esm/types/customNotification.d.ts +0 -1
  102. package/lib/esm/types/customNotification.js +0 -1
  103. package/lib/esm/types/customPage.d.ts +0 -1
  104. package/lib/esm/types/customPage.js +0 -1
  105. package/lib/esm/types/dataPortability.d.ts +0 -1
  106. package/lib/esm/types/dataPortability.js +0 -1
  107. package/lib/esm/types/device.d.ts +0 -1
  108. package/lib/esm/types/device.js +0 -1
  109. package/lib/esm/types/embed.d.ts +1 -2
  110. package/lib/esm/types/embed.js +0 -1
  111. package/lib/esm/types/feature.d.ts +0 -1
  112. package/lib/esm/types/feature.js +0 -1
  113. package/lib/esm/types/feed.d.ts +17 -2
  114. package/lib/esm/types/feed.js +0 -1
  115. package/lib/esm/types/flag.d.ts +0 -1
  116. package/lib/esm/types/flag.js +0 -1
  117. package/lib/esm/types/friendship.d.ts +0 -1
  118. package/lib/esm/types/friendship.js +0 -1
  119. package/lib/esm/types/incubator.d.ts +0 -1
  120. package/lib/esm/types/incubator.js +0 -1
  121. package/lib/esm/types/index.d.ts +38 -39
  122. package/lib/esm/types/index.js +2 -3
  123. package/lib/esm/types/insight.d.ts +0 -1
  124. package/lib/esm/types/insight.js +0 -1
  125. package/lib/esm/types/invite.d.ts +0 -1
  126. package/lib/esm/types/invite.js +0 -1
  127. package/lib/esm/types/legalPage.d.ts +0 -1
  128. package/lib/esm/types/legalPage.js +0 -1
  129. package/lib/esm/types/locale.d.ts +0 -1
  130. package/lib/esm/types/locale.js +0 -1
  131. package/lib/esm/types/location.d.ts +1 -2
  132. package/lib/esm/types/location.js +0 -1
  133. package/lib/esm/types/media.d.ts +9 -1
  134. package/lib/esm/types/media.js +0 -1
  135. package/lib/esm/types/metadata.d.ts +0 -1
  136. package/lib/esm/types/metadata.js +0 -1
  137. package/lib/esm/types/notification.d.ts +0 -1
  138. package/lib/esm/types/notification.js +0 -1
  139. package/lib/esm/types/platform.d.ts +0 -1
  140. package/lib/esm/types/platform.js +0 -1
  141. package/lib/esm/types/poll.d.ts +0 -1
  142. package/lib/esm/types/poll.js +0 -1
  143. package/lib/esm/types/preference.d.ts +0 -1
  144. package/lib/esm/types/preference.js +0 -1
  145. package/lib/esm/types/privateMessage.d.ts +2 -2
  146. package/lib/esm/types/privateMessage.js +1 -1
  147. package/lib/esm/types/prize.d.ts +0 -1
  148. package/lib/esm/types/prize.js +0 -1
  149. package/lib/esm/types/promo.d.ts +0 -1
  150. package/lib/esm/types/promo.js +0 -1
  151. package/lib/esm/types/reaction.d.ts +0 -1
  152. package/lib/esm/types/reaction.js +0 -1
  153. package/lib/esm/types/sso.d.ts +0 -1
  154. package/lib/esm/types/sso.js +0 -1
  155. package/lib/esm/types/suggestion.d.ts +0 -1
  156. package/lib/esm/types/suggestion.js +0 -1
  157. package/lib/esm/types/tag.d.ts +0 -1
  158. package/lib/esm/types/tag.js +0 -1
  159. package/lib/esm/types/user.d.ts +10 -3
  160. package/lib/esm/types/user.js +0 -1
  161. package/lib/esm/types/vote.d.ts +0 -1
  162. package/lib/esm/types/vote.js +0 -1
  163. package/lib/esm/types/webhook.d.ts +0 -1
  164. package/lib/esm/types/webhook.js +0 -1
  165. package/lib/umd/types.js +1 -2
  166. package/lib/umd/types.js.LICENSE.txt +1 -1
  167. package/package.json +16 -15
  168. package/lib/cjs/index.d.ts.map +0 -1
  169. package/lib/cjs/index.js.map +0 -1
  170. package/lib/cjs/types/auth.d.ts.map +0 -1
  171. package/lib/cjs/types/auth.js.map +0 -1
  172. package/lib/cjs/types/avatar.d.ts.map +0 -1
  173. package/lib/cjs/types/avatar.js.map +0 -1
  174. package/lib/cjs/types/broadcastMessage.d.ts.map +0 -1
  175. package/lib/cjs/types/broadcastMessage.js.map +0 -1
  176. package/lib/cjs/types/category.d.ts.map +0 -1
  177. package/lib/cjs/types/category.js.map +0 -1
  178. package/lib/cjs/types/comment.d.ts.map +0 -1
  179. package/lib/cjs/types/comment.js.map +0 -1
  180. package/lib/cjs/types/contribution.d.ts.map +0 -1
  181. package/lib/cjs/types/contribution.js.map +0 -1
  182. package/lib/cjs/types/customAdv.d.ts.map +0 -1
  183. package/lib/cjs/types/customAdv.js.map +0 -1
  184. package/lib/cjs/types/customMenu.d.ts.map +0 -1
  185. package/lib/cjs/types/customMenu.js.map +0 -1
  186. package/lib/cjs/types/customNotification.d.ts.map +0 -1
  187. package/lib/cjs/types/customNotification.js.map +0 -1
  188. package/lib/cjs/types/customPage.d.ts.map +0 -1
  189. package/lib/cjs/types/customPage.js.map +0 -1
  190. package/lib/cjs/types/dataPortability.d.ts.map +0 -1
  191. package/lib/cjs/types/dataPortability.js.map +0 -1
  192. package/lib/cjs/types/device.d.ts.map +0 -1
  193. package/lib/cjs/types/device.js.map +0 -1
  194. package/lib/cjs/types/embed.d.ts.map +0 -1
  195. package/lib/cjs/types/embed.js.map +0 -1
  196. package/lib/cjs/types/feature.d.ts.map +0 -1
  197. package/lib/cjs/types/feature.js.map +0 -1
  198. package/lib/cjs/types/feed.d.ts.map +0 -1
  199. package/lib/cjs/types/feed.js.map +0 -1
  200. package/lib/cjs/types/flag.d.ts.map +0 -1
  201. package/lib/cjs/types/flag.js.map +0 -1
  202. package/lib/cjs/types/friendship.d.ts.map +0 -1
  203. package/lib/cjs/types/friendship.js.map +0 -1
  204. package/lib/cjs/types/incubator.d.ts.map +0 -1
  205. package/lib/cjs/types/incubator.js.map +0 -1
  206. package/lib/cjs/types/index.d.ts.map +0 -1
  207. package/lib/cjs/types/index.js.map +0 -1
  208. package/lib/cjs/types/insight.d.ts.map +0 -1
  209. package/lib/cjs/types/insight.js.map +0 -1
  210. package/lib/cjs/types/invite.d.ts.map +0 -1
  211. package/lib/cjs/types/invite.js.map +0 -1
  212. package/lib/cjs/types/legalPage.d.ts.map +0 -1
  213. package/lib/cjs/types/legalPage.js.map +0 -1
  214. package/lib/cjs/types/locale.d.ts.map +0 -1
  215. package/lib/cjs/types/locale.js.map +0 -1
  216. package/lib/cjs/types/location.d.ts.map +0 -1
  217. package/lib/cjs/types/location.js.map +0 -1
  218. package/lib/cjs/types/media.d.ts.map +0 -1
  219. package/lib/cjs/types/media.js.map +0 -1
  220. package/lib/cjs/types/metadata.d.ts.map +0 -1
  221. package/lib/cjs/types/metadata.js.map +0 -1
  222. package/lib/cjs/types/notification.d.ts.map +0 -1
  223. package/lib/cjs/types/notification.js.map +0 -1
  224. package/lib/cjs/types/platform.d.ts.map +0 -1
  225. package/lib/cjs/types/platform.js.map +0 -1
  226. package/lib/cjs/types/poll.d.ts.map +0 -1
  227. package/lib/cjs/types/poll.js.map +0 -1
  228. package/lib/cjs/types/preference.d.ts.map +0 -1
  229. package/lib/cjs/types/preference.js.map +0 -1
  230. package/lib/cjs/types/privateMessage.d.ts.map +0 -1
  231. package/lib/cjs/types/privateMessage.js.map +0 -1
  232. package/lib/cjs/types/prize.d.ts.map +0 -1
  233. package/lib/cjs/types/prize.js.map +0 -1
  234. package/lib/cjs/types/promo.d.ts.map +0 -1
  235. package/lib/cjs/types/promo.js.map +0 -1
  236. package/lib/cjs/types/reaction.d.ts.map +0 -1
  237. package/lib/cjs/types/reaction.js.map +0 -1
  238. package/lib/cjs/types/sso.d.ts.map +0 -1
  239. package/lib/cjs/types/sso.js.map +0 -1
  240. package/lib/cjs/types/suggestion.d.ts.map +0 -1
  241. package/lib/cjs/types/suggestion.js.map +0 -1
  242. package/lib/cjs/types/tag.d.ts.map +0 -1
  243. package/lib/cjs/types/tag.js.map +0 -1
  244. package/lib/cjs/types/user.d.ts.map +0 -1
  245. package/lib/cjs/types/user.js.map +0 -1
  246. package/lib/cjs/types/vote.d.ts.map +0 -1
  247. package/lib/cjs/types/vote.js.map +0 -1
  248. package/lib/cjs/types/webhook.d.ts.map +0 -1
  249. package/lib/cjs/types/webhook.js.map +0 -1
  250. package/lib/esm/index.d.ts.map +0 -1
  251. package/lib/esm/index.js.map +0 -1
  252. package/lib/esm/types/auth.d.ts.map +0 -1
  253. package/lib/esm/types/auth.js.map +0 -1
  254. package/lib/esm/types/avatar.d.ts.map +0 -1
  255. package/lib/esm/types/avatar.js.map +0 -1
  256. package/lib/esm/types/broadcastMessage.d.ts.map +0 -1
  257. package/lib/esm/types/broadcastMessage.js.map +0 -1
  258. package/lib/esm/types/category.d.ts.map +0 -1
  259. package/lib/esm/types/category.js.map +0 -1
  260. package/lib/esm/types/comment.d.ts.map +0 -1
  261. package/lib/esm/types/comment.js.map +0 -1
  262. package/lib/esm/types/contribution.d.ts.map +0 -1
  263. package/lib/esm/types/contribution.js.map +0 -1
  264. package/lib/esm/types/customAdv.d.ts.map +0 -1
  265. package/lib/esm/types/customAdv.js.map +0 -1
  266. package/lib/esm/types/customMenu.d.ts.map +0 -1
  267. package/lib/esm/types/customMenu.js.map +0 -1
  268. package/lib/esm/types/customNotification.d.ts.map +0 -1
  269. package/lib/esm/types/customNotification.js.map +0 -1
  270. package/lib/esm/types/customPage.d.ts.map +0 -1
  271. package/lib/esm/types/customPage.js.map +0 -1
  272. package/lib/esm/types/dataPortability.d.ts.map +0 -1
  273. package/lib/esm/types/dataPortability.js.map +0 -1
  274. package/lib/esm/types/device.d.ts.map +0 -1
  275. package/lib/esm/types/device.js.map +0 -1
  276. package/lib/esm/types/embed.d.ts.map +0 -1
  277. package/lib/esm/types/embed.js.map +0 -1
  278. package/lib/esm/types/feature.d.ts.map +0 -1
  279. package/lib/esm/types/feature.js.map +0 -1
  280. package/lib/esm/types/feed.d.ts.map +0 -1
  281. package/lib/esm/types/feed.js.map +0 -1
  282. package/lib/esm/types/flag.d.ts.map +0 -1
  283. package/lib/esm/types/flag.js.map +0 -1
  284. package/lib/esm/types/friendship.d.ts.map +0 -1
  285. package/lib/esm/types/friendship.js.map +0 -1
  286. package/lib/esm/types/incubator.d.ts.map +0 -1
  287. package/lib/esm/types/incubator.js.map +0 -1
  288. package/lib/esm/types/index.d.ts.map +0 -1
  289. package/lib/esm/types/index.js.map +0 -1
  290. package/lib/esm/types/insight.d.ts.map +0 -1
  291. package/lib/esm/types/insight.js.map +0 -1
  292. package/lib/esm/types/invite.d.ts.map +0 -1
  293. package/lib/esm/types/invite.js.map +0 -1
  294. package/lib/esm/types/legalPage.d.ts.map +0 -1
  295. package/lib/esm/types/legalPage.js.map +0 -1
  296. package/lib/esm/types/locale.d.ts.map +0 -1
  297. package/lib/esm/types/locale.js.map +0 -1
  298. package/lib/esm/types/location.d.ts.map +0 -1
  299. package/lib/esm/types/location.js.map +0 -1
  300. package/lib/esm/types/media.d.ts.map +0 -1
  301. package/lib/esm/types/media.js.map +0 -1
  302. package/lib/esm/types/metadata.d.ts.map +0 -1
  303. package/lib/esm/types/metadata.js.map +0 -1
  304. package/lib/esm/types/notification.d.ts.map +0 -1
  305. package/lib/esm/types/notification.js.map +0 -1
  306. package/lib/esm/types/platform.d.ts.map +0 -1
  307. package/lib/esm/types/platform.js.map +0 -1
  308. package/lib/esm/types/poll.d.ts.map +0 -1
  309. package/lib/esm/types/poll.js.map +0 -1
  310. package/lib/esm/types/preference.d.ts.map +0 -1
  311. package/lib/esm/types/preference.js.map +0 -1
  312. package/lib/esm/types/privateMessage.d.ts.map +0 -1
  313. package/lib/esm/types/privateMessage.js.map +0 -1
  314. package/lib/esm/types/prize.d.ts.map +0 -1
  315. package/lib/esm/types/prize.js.map +0 -1
  316. package/lib/esm/types/promo.d.ts.map +0 -1
  317. package/lib/esm/types/promo.js.map +0 -1
  318. package/lib/esm/types/reaction.d.ts.map +0 -1
  319. package/lib/esm/types/reaction.js.map +0 -1
  320. package/lib/esm/types/sso.d.ts.map +0 -1
  321. package/lib/esm/types/sso.js.map +0 -1
  322. package/lib/esm/types/suggestion.d.ts.map +0 -1
  323. package/lib/esm/types/suggestion.js.map +0 -1
  324. package/lib/esm/types/tag.d.ts.map +0 -1
  325. package/lib/esm/types/tag.js.map +0 -1
  326. package/lib/esm/types/user.d.ts.map +0 -1
  327. package/lib/esm/types/user.js.map +0 -1
  328. package/lib/esm/types/vote.d.ts.map +0 -1
  329. package/lib/esm/types/vote.js.map +0 -1
  330. package/lib/esm/types/webhook.d.ts.map +0 -1
  331. package/lib/esm/types/webhook.js.map +0 -1
  332. package/lib/umd/types.js.map +0 -1
@@ -1,9 +1,13 @@
1
1
  /**
2
2
  * Types
3
3
  */
4
- import { SCBroadcastMessageBannerType, SCBannerType, SCBroadcastMessageType, SCAuthTokenType, SCCustomAdvPosition, SCCustomAdvType, SCCustomMenuItemType, SCCustomMenuType, SCLanguageType, SCUserType, SCUserSettingsType, SCUserStatus, SCUserBlockedSettingsType, SCUserModerationType, SCUserScoreVariation, SCUserScoreType, SCUserReputationType, SCUserAutocompleteType, SCUserCounterType, SCUserChangeEmailType, SCUserAvatarType, SCUserPermissionType, SCUserFollowedStatusType, SCUserFollowerStatusType, SCUserConnectionStatusType, SCUserHiddenStatusType, SCUserHiddenByStatusType, SCUserConnectionRequestType, SCUserEmailTokenType, SCUserProviderAssociationType, SCMetadataTypeFieldType, SCMetadataType, SCTagType, SCCategoryType, SCCategoryAudienceType, SCCategoryFollowedStatusType, SCCategoryAutoFollowType, SCEmbedType, SCMediaType, SCChunkMediaType, SCContributionLocation, SCLocalityType, SCPollChoiceType, SCPollType, SCPollVoteType, SCFeedUnitType, SCFeedUnitActivityType, SCFeedObjectType, SCFeedPostType, SCFeedDiscussionType, SCFeedStatusType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCFeedUnseenCountType, SCFeedObjectSuspendedStatusType, SCFeedObjectHideStatusType, SCFeedObjectFollowingStatusType, SCCommentsOrderBy, SCCommentType, SCPrivateMessageThreadType, SCPrivateMessageSnippetType, SCPrivateMessageStatusType, SCPrivateMessageFileType, SCMessageFileType, SCPrivateMessageUploadMediaType, SCPrivateMessageUploadThumbnailType, SCPrivateMessageUploadMediaChunkType, SCNotificationTypologyType, SCNotificationAggregatedType, SCNotificationCommentType, SCNotificationConnectionAcceptType, SCNotificationConnectionRequestType, SCNotificationPrivateMessageType, SCNotificationMentionType, SCNotificationType, SCNotificationBlockedUserType, SCNotificationCollapsedForType, SCNotificationCustomNotificationType, SCNotificationDeletedForType, SCNotificationFollowType, SCNotificationKindlyNoticeType, SCNotificationUnBlockedUserType, SCNotificationUnDeletedForType, SCNotificationUserFollowType, SCNotificationVoteUpType, SCCustomNotificationType, SCNotificationUnseenCountType, SCNotificationContributionType, SCIncubatorType, SCIncubatorSubscriptionType, SCIncubatorStatusType, SCInviteType, SCNotificationIncubatorType, SCNotificationTopicType, SCPrizeType, SCPrizeUserType, SCPrizeUserStatusType, SCPromoType, SCUserLoyaltyPointsType, SCWebhookEndpointType, SCWebhookEndpointAttemptType, SCWebhookEndpointSecretType, SCWebhookEventsType, SCVoteType, SCFlagType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageTypeEnum, SCCustomPageType, SCDataPortabilityType, SCPreferenceSection, SCPreferenceName, SCPreferenceType, SCFeatureName, SCFeatureType, SSOSignInType, SSOSignUpType, SCLegalPagePoliciesType, SCLegalPageType, SCLegalPageAckType, SCContributionInsightCountersType, SCContributionInsightType, SCEmbedInsightType, SCEmbedInsightCountersType, SCUsersInsightType, SCUsersInsightCountersType, SCFlaggedContributionType, SCContributionType, SCContributionStatus, SCContributeStatusType, SCPlatformType, SCAvatarType, SCReactionType, SCSuggestionType, SuggestionType, SCConnectionStatus, SCDeviceType, SCApnsDeviceType, SCGcmDeviceType } from './types';
4
+ import { type SCBannerType, type SCBroadcastMessageType, type SCAuthTokenType, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCUserType, type SCUserSettingsType, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, type SCUserReputationType, type SCUserAutocompleteType, type SCUserCounterType, type SCUserChangeEmailType, type SCUserAvatarType, type SCUserPermissionType, type SCUserFollowedStatusType, type SCUserFollowerStatusType, type SCUserConnectionStatusType, type SCUserHiddenStatusType, type SCUserHiddenByStatusType, type SCUserConnectionRequestType, type SCUserEmailTokenType, type SCUserProviderAssociationType, type SCMetadataType, type SCTagType, type SCCategoryType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, type SCEmbedType, type SCMediaType, type SCChunkMediaType, type SCContributionLocation, type SCLocalityType, type SCPollChoiceType, type SCPollType, type SCPollVoteType, type SCFeedUnitType, type SCFeedUnitActivityType, type SCFeedObjectType, type SCFeedPostType, type SCFeedDiscussionType, type SCFeedStatusType, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, type SCNotificationAggregatedType, type SCNotificationCommentType, type SCNotificationConnectionAcceptType, type SCNotificationConnectionRequestType, type SCNotificationPrivateMessageType, type SCNotificationMentionType, type SCNotificationType, type SCNotificationBlockedUserType, type SCNotificationCollapsedForType, type SCNotificationCustomNotificationType, type SCNotificationDeletedForType, type SCNotificationFollowType, type SCNotificationKindlyNoticeType, type SCNotificationUnBlockedUserType, type SCNotificationUnDeletedForType, type SCNotificationUserFollowType, type SCNotificationVoteUpType, type SCCustomNotificationType, type SCNotificationUnseenCountType, type SCNotificationContributionType, type SCIncubatorType, type SCIncubatorSubscriptionType, type SCInviteType, type SCNotificationIncubatorType, type SCPrizeType, type SCPrizeUserType, type SCPromoType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCVoteType, type SCFlagType, type SCCustomPageType, type SCDataPortabilityType, type SCPreferenceType, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, type SCSuggestionType, type SCContributionStatus } from './types';
5
5
  /**
6
- * List all exports
6
+ * Import enums
7
7
  */
8
- export { SCBroadcastMessageBannerType, SCBannerType, SCBroadcastMessageType, SCCustomAdvPosition, SCCustomAdvType, SCCustomMenuItemType, SCCustomMenuType, SCAuthTokenType, SCLanguageType, SCUserType, SCUserSettingsType, SCUserStatus, SCUserBlockedSettingsType, SCUserModerationType, SCUserScoreVariation, SCUserScoreType, SCUserReputationType, SCUserAutocompleteType, SCUserCounterType, SCUserAvatarType, SCUserChangeEmailType, SCUserPermissionType, SCUserFollowedStatusType, SCUserFollowerStatusType, SCUserConnectionStatusType, SCUserHiddenStatusType, SCUserHiddenByStatusType, SCUserConnectionRequestType, SCUserEmailTokenType, SCUserProviderAssociationType, SCMetadataTypeFieldType, SCMetadataType, SCTagType, SCCategoryType, SCCategoryAudienceType, SCCategoryFollowedStatusType, SCCategoryAutoFollowType, SCEmbedType, SCMediaType, SCChunkMediaType, SCContributionLocation, SCLocalityType, SCPollChoiceType, SCPollType, SCPollVoteType, SCFeedUnitType, SCFeedUnitActivityType, SCFeedObjectType, SCFeedPostType, SCFeedDiscussionType, SCFeedStatusType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCFeedUnseenCountType, SCFeedObjectSuspendedStatusType, SCFeedObjectHideStatusType, SCFeedObjectFollowingStatusType, SCCommentsOrderBy, SCCommentType, SCPrivateMessageThreadType, SCPrivateMessageSnippetType, SCPrivateMessageStatusType, SCPrivateMessageFileType, SCMessageFileType, SCPrivateMessageUploadMediaType, SCPrivateMessageUploadThumbnailType, SCPrivateMessageUploadMediaChunkType, SCPromoType, SCNotificationTypologyType, SCNotificationAggregatedType, SCNotificationCommentType, SCNotificationConnectionAcceptType, SCNotificationConnectionRequestType, SCNotificationPrivateMessageType, SCNotificationMentionType, SCNotificationType, SCNotificationBlockedUserType, SCNotificationCollapsedForType, SCNotificationCustomNotificationType, SCNotificationDeletedForType, SCNotificationFollowType, SCNotificationKindlyNoticeType, SCNotificationUnBlockedUserType, SCNotificationUnDeletedForType, SCNotificationUserFollowType, SCNotificationVoteUpType, SCCustomNotificationType, SCNotificationTopicType, SCNotificationContributionType, SCIncubatorType, SCIncubatorSubscriptionType, SCIncubatorStatusType, SCInviteType, SCNotificationIncubatorType, SCNotificationUnseenCountType, SCPrizeType, SCPrizeUserType, SCPrizeUserStatusType, SCUserLoyaltyPointsType, SCWebhookEndpointType, SCWebhookEndpointAttemptType, SCWebhookEndpointSecretType, SCWebhookEventsType, SCVoteType, SCFlagType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageTypeEnum, SCCustomPageType, SCDataPortabilityType, SCPreferenceSection, SCPreferenceName, SCPreferenceType, SCFeatureName, SCFeatureType, SSOSignInType, SSOSignUpType, SCLegalPagePoliciesType, SCLegalPageType, SCLegalPageAckType, SCContributionInsightCountersType, SCContributionInsightType, SCEmbedInsightType, SCEmbedInsightCountersType, SCUsersInsightType, SCUsersInsightCountersType, SCFlaggedContributionType, SCContributionType, SCContributeStatusType, SCContributionStatus, SCPlatformType, SCAvatarType, SCReactionType, SCSuggestionType, SuggestionType, SCConnectionStatus, SCDeviceType, SCApnsDeviceType, SCGcmDeviceType };
9
- //# sourceMappingURL=index.d.ts.map
8
+ import { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType } from './types';
9
+ /**
10
+ * List all exports enums and types
11
+ */
12
+ export { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType };
13
+ export { type SCBannerType, type SCBroadcastMessageType, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCAuthTokenType, type SCUserType, type SCUserSettingsType, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, type SCUserReputationType, type SCUserAutocompleteType, type SCUserCounterType, type SCUserAvatarType, type SCUserChangeEmailType, type SCUserPermissionType, type SCUserFollowedStatusType, type SCUserFollowerStatusType, type SCUserConnectionStatusType, type SCUserHiddenStatusType, type SCUserHiddenByStatusType, type SCUserConnectionRequestType, type SCUserEmailTokenType, type SCUserProviderAssociationType, type SCMetadataType, type SCTagType, type SCCategoryType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, type SCEmbedType, type SCMediaType, type SCChunkMediaType, type SCContributionLocation, type SCLocalityType, type SCPollChoiceType, type SCPollType, type SCPollVoteType, type SCFeedUnitType, type SCFeedUnitActivityType, type SCFeedObjectType, type SCFeedPostType, type SCFeedDiscussionType, type SCFeedStatusType, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, type SCPromoType, type SCNotificationAggregatedType, type SCNotificationCommentType, type SCNotificationConnectionAcceptType, type SCNotificationConnectionRequestType, type SCNotificationPrivateMessageType, type SCNotificationMentionType, type SCNotificationType, type SCNotificationBlockedUserType, type SCNotificationCollapsedForType, type SCNotificationCustomNotificationType, type SCNotificationDeletedForType, type SCNotificationFollowType, type SCNotificationKindlyNoticeType, type SCNotificationUnBlockedUserType, type SCNotificationUnDeletedForType, type SCNotificationUserFollowType, type SCNotificationVoteUpType, type SCCustomNotificationType, type SCNotificationContributionType, type SCIncubatorType, type SCIncubatorSubscriptionType, type SCInviteType, type SCNotificationIncubatorType, type SCNotificationUnseenCountType, type SCPrizeType, type SCPrizeUserType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCContributionStatus, type SCVoteType, type SCFlagType, type SCCustomPageType, type SCDataPortabilityType, type SCPreferenceType, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, type SCSuggestionType };
package/lib/cjs/index.js CHANGED
@@ -1,35 +1,34 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SCConnectionStatus = exports.SuggestionType = exports.SCContributeStatusType = exports.SCContributionType = exports.SCLegalPagePoliciesType = exports.SCFeatureName = exports.SCPreferenceName = exports.SCPreferenceSection = exports.SCCustomPageTypeEnum = exports.SCFlagModerationStatusType = exports.SCFlagTypeEnum = exports.SCPrizeUserStatusType = exports.SCIncubatorStatusType = exports.SCNotificationTopicType = exports.SCNotificationTypologyType = exports.SCMessageFileType = exports.SCPrivateMessageStatusType = exports.SCCommentsOrderBy = exports.SCFeedTypologyType = exports.SCFeedUnitActivityTypologyType = exports.SCCategoryAutoFollowType = exports.SCMetadataTypeFieldType = exports.SCUserReputationType = exports.SCUserStatus = exports.SCLanguageType = exports.SCCustomAdvPosition = exports.SCBroadcastMessageBannerType = void 0;
3
+ exports.SCMetadataTypeFieldType = exports.SCPrivateMessageStatusType = exports.SuggestionType = exports.SCUserStatus = exports.SCPrizeUserStatusType = exports.SCMessageFileType = exports.SCPreferenceName = exports.SCPreferenceSection = exports.SCNotificationTopicType = exports.SCNotificationTypologyType = exports.SCLanguageType = exports.SCLegalPagePoliciesType = exports.SCIncubatorStatusType = exports.SCConnectionStatus = exports.SCFlagModerationStatusType = exports.SCFlagTypeEnum = exports.SCFeedUnitActivityTypologyType = exports.SCFeedTypologyType = exports.SCFeatureName = exports.SCDeviceApnsTypeEnum = exports.SCDeviceTypeEnum = exports.SCCustomPageTypeEnum = exports.SCCustomAdvPosition = exports.SCCommentsOrderBy = exports.SCCategoryAutoFollowType = exports.SCBroadcastMessageBannerType = exports.SCContributionType = void 0;
4
4
  /**
5
- * Types
5
+ * Import enums
6
6
  */
7
7
  const types_1 = require("./types");
8
+ Object.defineProperty(exports, "SCContributionType", { enumerable: true, get: function () { return types_1.SCContributionType; } });
8
9
  Object.defineProperty(exports, "SCBroadcastMessageBannerType", { enumerable: true, get: function () { return types_1.SCBroadcastMessageBannerType; } });
9
- Object.defineProperty(exports, "SCCustomAdvPosition", { enumerable: true, get: function () { return types_1.SCCustomAdvPosition; } });
10
- Object.defineProperty(exports, "SCLanguageType", { enumerable: true, get: function () { return types_1.SCLanguageType; } });
11
- Object.defineProperty(exports, "SCUserStatus", { enumerable: true, get: function () { return types_1.SCUserStatus; } });
12
- Object.defineProperty(exports, "SCUserReputationType", { enumerable: true, get: function () { return types_1.SCUserReputationType; } });
13
- Object.defineProperty(exports, "SCMetadataTypeFieldType", { enumerable: true, get: function () { return types_1.SCMetadataTypeFieldType; } });
14
10
  Object.defineProperty(exports, "SCCategoryAutoFollowType", { enumerable: true, get: function () { return types_1.SCCategoryAutoFollowType; } });
15
- Object.defineProperty(exports, "SCFeedUnitActivityTypologyType", { enumerable: true, get: function () { return types_1.SCFeedUnitActivityTypologyType; } });
16
- Object.defineProperty(exports, "SCFeedTypologyType", { enumerable: true, get: function () { return types_1.SCFeedTypologyType; } });
17
11
  Object.defineProperty(exports, "SCCommentsOrderBy", { enumerable: true, get: function () { return types_1.SCCommentsOrderBy; } });
18
- Object.defineProperty(exports, "SCPrivateMessageStatusType", { enumerable: true, get: function () { return types_1.SCPrivateMessageStatusType; } });
19
- Object.defineProperty(exports, "SCMessageFileType", { enumerable: true, get: function () { return types_1.SCMessageFileType; } });
20
- Object.defineProperty(exports, "SCNotificationTypologyType", { enumerable: true, get: function () { return types_1.SCNotificationTypologyType; } });
21
- Object.defineProperty(exports, "SCIncubatorStatusType", { enumerable: true, get: function () { return types_1.SCIncubatorStatusType; } });
22
- Object.defineProperty(exports, "SCNotificationTopicType", { enumerable: true, get: function () { return types_1.SCNotificationTopicType; } });
23
- Object.defineProperty(exports, "SCPrizeUserStatusType", { enumerable: true, get: function () { return types_1.SCPrizeUserStatusType; } });
12
+ Object.defineProperty(exports, "SCCustomAdvPosition", { enumerable: true, get: function () { return types_1.SCCustomAdvPosition; } });
13
+ Object.defineProperty(exports, "SCCustomPageTypeEnum", { enumerable: true, get: function () { return types_1.SCCustomPageTypeEnum; } });
14
+ Object.defineProperty(exports, "SCDeviceTypeEnum", { enumerable: true, get: function () { return types_1.SCDeviceTypeEnum; } });
15
+ Object.defineProperty(exports, "SCDeviceApnsTypeEnum", { enumerable: true, get: function () { return types_1.SCDeviceApnsTypeEnum; } });
16
+ Object.defineProperty(exports, "SCFeatureName", { enumerable: true, get: function () { return types_1.SCFeatureName; } });
17
+ Object.defineProperty(exports, "SCFeedTypologyType", { enumerable: true, get: function () { return types_1.SCFeedTypologyType; } });
18
+ Object.defineProperty(exports, "SCFeedUnitActivityTypologyType", { enumerable: true, get: function () { return types_1.SCFeedUnitActivityTypologyType; } });
24
19
  Object.defineProperty(exports, "SCFlagTypeEnum", { enumerable: true, get: function () { return types_1.SCFlagTypeEnum; } });
25
20
  Object.defineProperty(exports, "SCFlagModerationStatusType", { enumerable: true, get: function () { return types_1.SCFlagModerationStatusType; } });
26
- Object.defineProperty(exports, "SCCustomPageTypeEnum", { enumerable: true, get: function () { return types_1.SCCustomPageTypeEnum; } });
21
+ Object.defineProperty(exports, "SCConnectionStatus", { enumerable: true, get: function () { return types_1.SCConnectionStatus; } });
22
+ Object.defineProperty(exports, "SCIncubatorStatusType", { enumerable: true, get: function () { return types_1.SCIncubatorStatusType; } });
23
+ Object.defineProperty(exports, "SCLegalPagePoliciesType", { enumerable: true, get: function () { return types_1.SCLegalPagePoliciesType; } });
24
+ Object.defineProperty(exports, "SCLanguageType", { enumerable: true, get: function () { return types_1.SCLanguageType; } });
25
+ Object.defineProperty(exports, "SCNotificationTypologyType", { enumerable: true, get: function () { return types_1.SCNotificationTypologyType; } });
26
+ Object.defineProperty(exports, "SCNotificationTopicType", { enumerable: true, get: function () { return types_1.SCNotificationTopicType; } });
27
27
  Object.defineProperty(exports, "SCPreferenceSection", { enumerable: true, get: function () { return types_1.SCPreferenceSection; } });
28
28
  Object.defineProperty(exports, "SCPreferenceName", { enumerable: true, get: function () { return types_1.SCPreferenceName; } });
29
- Object.defineProperty(exports, "SCFeatureName", { enumerable: true, get: function () { return types_1.SCFeatureName; } });
30
- Object.defineProperty(exports, "SCLegalPagePoliciesType", { enumerable: true, get: function () { return types_1.SCLegalPagePoliciesType; } });
31
- Object.defineProperty(exports, "SCContributionType", { enumerable: true, get: function () { return types_1.SCContributionType; } });
32
- Object.defineProperty(exports, "SCContributeStatusType", { enumerable: true, get: function () { return types_1.SCContributeStatusType; } });
29
+ Object.defineProperty(exports, "SCMessageFileType", { enumerable: true, get: function () { return types_1.SCMessageFileType; } });
30
+ Object.defineProperty(exports, "SCPrizeUserStatusType", { enumerable: true, get: function () { return types_1.SCPrizeUserStatusType; } });
31
+ Object.defineProperty(exports, "SCUserStatus", { enumerable: true, get: function () { return types_1.SCUserStatus; } });
33
32
  Object.defineProperty(exports, "SuggestionType", { enumerable: true, get: function () { return types_1.SuggestionType; } });
34
- Object.defineProperty(exports, "SCConnectionStatus", { enumerable: true, get: function () { return types_1.SCConnectionStatus; } });
35
- //# sourceMappingURL=index.js.map
33
+ Object.defineProperty(exports, "SCPrivateMessageStatusType", { enumerable: true, get: function () { return types_1.SCPrivateMessageStatusType; } });
34
+ Object.defineProperty(exports, "SCMetadataTypeFieldType", { enumerable: true, get: function () { return types_1.SCMetadataTypeFieldType; } });
@@ -23,4 +23,3 @@ export interface SCAuthTokenType {
23
23
  */
24
24
  scope?: Array<string>;
25
25
  }
26
- //# sourceMappingURL=auth.d.ts.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=auth.js.map
@@ -23,4 +23,3 @@ export interface SCAvatarType {
23
23
  */
24
24
  user: number;
25
25
  }
26
- //# sourceMappingURL=avatar.d.ts.map
@@ -3,4 +3,3 @@
3
3
  * SCAvatarType interface
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- //# sourceMappingURL=avatar.js.map
@@ -70,4 +70,3 @@ export interface SCBroadcastMessageType {
70
70
  */
71
71
  viewed_at: Date | null;
72
72
  }
73
- //# sourceMappingURL=broadcastMessage.d.ts.map
@@ -9,4 +9,3 @@ var SCBroadcastMessageBannerType;
9
9
  SCBroadcastMessageBannerType["HTML"] = "html_banner";
10
10
  SCBroadcastMessageBannerType["NOTIFICATION"] = "notification_banner";
11
11
  })(SCBroadcastMessageBannerType = exports.SCBroadcastMessageBannerType || (exports.SCBroadcastMessageBannerType = {}));
12
- //# sourceMappingURL=broadcastMessage.js.map
@@ -113,4 +113,3 @@ export declare enum SCCategoryAutoFollowType {
113
113
  DEFAULT = "default",
114
114
  FORCED = "forced"
115
115
  }
116
- //# sourceMappingURL=category.d.ts.map
@@ -7,4 +7,3 @@ var SCCategoryAutoFollowType;
7
7
  SCCategoryAutoFollowType["DEFAULT"] = "default";
8
8
  SCCategoryAutoFollowType["FORCED"] = "forced";
9
9
  })(SCCategoryAutoFollowType = exports.SCCategoryAutoFollowType || (exports.SCCategoryAutoFollowType = {}));
10
- //# sourceMappingURL=category.js.map
@@ -37,6 +37,14 @@ export interface SCCommentType {
37
37
  * Summary
38
38
  */
39
39
  summary: string;
40
+ /**
41
+ * Summary html
42
+ */
43
+ summary_html?: string;
44
+ /**
45
+ * True if summary_html is truncated
46
+ */
47
+ summary_truncated?: boolean;
40
48
  /**
41
49
  * If the comments is deleted
42
50
  */
@@ -99,4 +107,3 @@ export declare enum SCCommentsOrderBy {
99
107
  CONNECTION_DESC = "-connection",
100
108
  CONNECTION_ASC = "connection"
101
109
  }
102
- //# sourceMappingURL=comment.d.ts.map
@@ -11,4 +11,3 @@ var SCCommentsOrderBy;
11
11
  SCCommentsOrderBy["CONNECTION_DESC"] = "-connection";
12
12
  SCCommentsOrderBy["CONNECTION_ASC"] = "connection";
13
13
  })(SCCommentsOrderBy = exports.SCCommentsOrderBy || (exports.SCCommentsOrderBy = {}));
14
- //# sourceMappingURL=comment.js.map
@@ -61,4 +61,3 @@ export declare enum SCContributeStatusType {
61
61
  HIDDEN = "hidden",
62
62
  DELETED = "deleted"
63
63
  }
64
- //# sourceMappingURL=contribution.d.ts.map
@@ -21,4 +21,3 @@ var SCContributeStatusType;
21
21
  SCContributeStatusType["HIDDEN"] = "hidden";
22
22
  SCContributeStatusType["DELETED"] = "deleted";
23
23
  })(SCContributeStatusType = exports.SCContributeStatusType || (exports.SCContributeStatusType = {}));
24
- //# sourceMappingURL=contribution.js.map
@@ -50,4 +50,3 @@ export interface SCCustomAdvType {
50
50
  */
51
51
  category: number | null;
52
52
  }
53
- //# sourceMappingURL=customAdv.d.ts.map
@@ -12,4 +12,3 @@ var SCCustomAdvPosition;
12
12
  SCCustomAdvPosition["POSITION_FEED_SIDEBAR"] = "TOOLS_COLUMN";
13
13
  SCCustomAdvPosition["POSITION_FEED"] = "IN_STREAM";
14
14
  })(SCCustomAdvPosition = exports.SCCustomAdvPosition || (exports.SCCustomAdvPosition = {}));
15
- //# sourceMappingURL=customAdv.js.map
@@ -19,4 +19,3 @@ export interface SCCustomMenuType {
19
19
  created_at?: Date | string;
20
20
  updated_at?: Date | string;
21
21
  }
22
- //# sourceMappingURL=customMenu.d.ts.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=customMenu.js.map
@@ -25,4 +25,3 @@ export interface SCCustomNotificationType {
25
25
  */
26
26
  description?: string;
27
27
  }
28
- //# sourceMappingURL=customNotification.d.ts.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=customNotification.js.map
@@ -20,4 +20,3 @@ export interface SCCustomPageType {
20
20
  created_by?: number;
21
21
  updated_by?: number;
22
22
  }
23
- //# sourceMappingURL=customPage.d.ts.map
@@ -6,4 +6,3 @@ var SCCustomPageTypeEnum;
6
6
  SCCustomPageTypeEnum["NORMAL"] = "normal";
7
7
  SCCustomPageTypeEnum["LEGAL"] = "legal";
8
8
  })(SCCustomPageTypeEnum = exports.SCCustomPageTypeEnum || (exports.SCCustomPageTypeEnum = {}));
9
- //# sourceMappingURL=customPage.js.map
@@ -27,4 +27,3 @@ export interface SCDataPortabilityType {
27
27
  */
28
28
  downloaded_at?: Date | string;
29
29
  }
30
- //# sourceMappingURL=dataPortability.d.ts.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=dataPortability.js.map
@@ -78,4 +78,3 @@ export interface SCGcmDeviceType extends SCDeviceType {
78
78
  * APNSDevice Schema.
79
79
  */
80
80
  export declare type SCApnsDeviceType = SCDeviceType;
81
- //# sourceMappingURL=device.d.ts.map
@@ -24,4 +24,3 @@ var SCDeviceApnsTypeEnum;
24
24
  (function (SCDeviceApnsTypeEnum) {
25
25
  SCDeviceApnsTypeEnum["APNS"] = "APNS";
26
26
  })(SCDeviceApnsTypeEnum = exports.SCDeviceApnsTypeEnum || (exports.SCDeviceApnsTypeEnum = {}));
27
- //# sourceMappingURL=device.js.map
@@ -16,7 +16,7 @@ export interface SCEmbedType {
16
16
  /**
17
17
  * External id for the embed object
18
18
  */
19
- embed_id: number;
19
+ embed_id: number | string;
20
20
  /**
21
21
  * Url for the resource, if any
22
22
  */
@@ -30,4 +30,3 @@ export interface SCEmbedType {
30
30
  */
31
31
  metadata: Record<string, any>;
32
32
  }
33
- //# sourceMappingURL=embed.d.ts.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=embed.js.map
@@ -59,4 +59,3 @@ export interface SCFeatureType {
59
59
  */
60
60
  enabled?: boolean;
61
61
  }
62
- //# sourceMappingURL=feature.d.ts.map
@@ -46,4 +46,3 @@ var SCFeatureName;
46
46
  SCFeatureName["REACTION"] = "reaction";
47
47
  SCFeatureName["PRIVATE_MESSAGING"] = "private_messaging";
48
48
  })(SCFeatureName = exports.SCFeatureName || (exports.SCFeatureName = {}));
49
- //# sourceMappingURL=feature.js.map
@@ -125,6 +125,14 @@ export interface SCFeedObjectType {
125
125
  * Summary
126
126
  */
127
127
  summary: string;
128
+ /**
129
+ * Summary html
130
+ */
131
+ summary_html?: string;
132
+ /**
133
+ * True if summary_html is truncated
134
+ */
135
+ summary_truncated?: boolean;
128
136
  /**
129
137
  * True if the object is deleted
130
138
  */
@@ -145,10 +153,18 @@ export interface SCFeedObjectType {
145
153
  * True if the logged user follow this object
146
154
  */
147
155
  followed?: boolean;
156
+ /**
157
+ * Number of views
158
+ */
159
+ view_count: number;
148
160
  /**
149
161
  * Number of votes
150
162
  */
151
163
  vote_count: number;
164
+ /**
165
+ * Number of followers
166
+ */
167
+ follower_count: number;
152
168
  /**
153
169
  * Reaction obj
154
170
  */
@@ -156,7 +172,7 @@ export interface SCFeedObjectType {
156
172
  /**
157
173
  * Reactions number and objs
158
174
  */
159
- reactions_count: [];
175
+ reactions_count: any[];
160
176
  /**
161
177
  * True if the logged user has already voted this object
162
178
  */
@@ -236,4 +252,3 @@ export interface SCFeedObjectFollowingStatusType {
236
252
  export interface SCFeedObjectHideStatusType {
237
253
  hidden: boolean;
238
254
  }
239
- //# sourceMappingURL=feed.d.ts.map
@@ -16,4 +16,3 @@ var SCFeedUnitActivityTypologyType;
16
16
  SCFeedUnitActivityTypologyType["POLLVOTE"] = "pollvote";
17
17
  SCFeedUnitActivityTypologyType["FOLLOW"] = "follow";
18
18
  })(SCFeedUnitActivityTypologyType = exports.SCFeedUnitActivityTypologyType || (exports.SCFeedUnitActivityTypologyType = {}));
19
- //# sourceMappingURL=feed.js.map
@@ -35,4 +35,3 @@ export declare enum SCFlagModerationStatusType {
35
35
  DELETED = "deleted",
36
36
  HIDDEN = "hidden"
37
37
  }
38
- //# sourceMappingURL=flag.d.ts.map
@@ -18,4 +18,3 @@ var SCFlagModerationStatusType;
18
18
  SCFlagModerationStatusType["DELETED"] = "deleted";
19
19
  SCFlagModerationStatusType["HIDDEN"] = "hidden";
20
20
  })(SCFlagModerationStatusType = exports.SCFlagModerationStatusType || (exports.SCFlagModerationStatusType = {}));
21
- //# sourceMappingURL=flag.js.map
@@ -6,4 +6,3 @@ export declare enum SCConnectionStatus {
6
6
  CONNECTION_REQUEST_SENT = "sent_connection_request",
7
7
  CONNECTION_REQUEST_RECEIVED = "received_connection_request"
8
8
  }
9
- //# sourceMappingURL=friendship.d.ts.map
@@ -10,4 +10,3 @@ var SCConnectionStatus;
10
10
  SCConnectionStatus["CONNECTION_REQUEST_SENT"] = "sent_connection_request";
11
11
  SCConnectionStatus["CONNECTION_REQUEST_RECEIVED"] = "received_connection_request";
12
12
  })(SCConnectionStatus = exports.SCConnectionStatus || (exports.SCConnectionStatus = {}));
13
- //# sourceMappingURL=friendship.js.map
@@ -65,4 +65,3 @@ export declare enum SCIncubatorStatusType {
65
65
  APPROVED = 2,
66
66
  IGNORED = 3
67
67
  }
68
- //# sourceMappingURL=incubator.d.ts.map
@@ -11,4 +11,3 @@ var SCIncubatorStatusType;
11
11
  SCIncubatorStatusType[SCIncubatorStatusType["APPROVED"] = 2] = "APPROVED";
12
12
  SCIncubatorStatusType[SCIncubatorStatusType["IGNORED"] = 3] = "IGNORED";
13
13
  })(SCIncubatorStatusType = exports.SCIncubatorStatusType || (exports.SCIncubatorStatusType = {}));
14
- //# sourceMappingURL=incubator.js.map
@@ -1,44 +1,43 @@
1
- import { SCAuthTokenType } from './auth';
2
- import { SCBannerType, SCBroadcastMessageBannerType, SCBroadcastMessageType } from './broadcastMessage';
3
- import { SCCustomAdvPosition, SCCustomAdvType } from './customAdv';
4
- import { SCCustomMenuItemType, SCCustomMenuType } from './customMenu';
1
+ import { type SCAuthTokenType } from './auth';
2
+ import { type SCBannerType, SCBroadcastMessageBannerType, type SCBroadcastMessageType } from './broadcastMessage';
3
+ import { SCCustomAdvPosition, type SCCustomAdvType } from './customAdv';
4
+ import { type SCCustomMenuItemType, type SCCustomMenuType } from './customMenu';
5
5
  import { SCLanguageType } from './locale';
6
- import { SCUserAutocompleteType, SCUserAvatarType, SCUserBlockedSettingsType, SCUserChangeEmailType, SCUserConnectionRequestType, SCUserConnectionStatusType, SCUserCounterType, SCUserEmailTokenType, SCUserFollowedStatusType, SCUserFollowerStatusType, SCUserHiddenByStatusType, SCUserHiddenStatusType, SCUserModerationType, SCUserPermissionType, SCUserReputationType, SCUserScoreType, SCUserScoreVariation, SCUserSettingsType, SCUserStatus, SCUserType, SCUserProviderAssociationType } from './user';
7
- import { SCTagType } from './tag';
8
- import { SCCategoryAudienceType, SCCategoryFollowedStatusType, SCCategoryType, SCCategoryAutoFollowType } from './category';
9
- import { SCEmbedType } from './embed';
10
- import { SCChunkMediaType, SCMediaType } from './media';
11
- import { SCMetadataTypeFieldType, SCMetadataType } from './metadata';
12
- import { SCContributionLocation, SCLocalityType } from './location';
13
- import { SCPollChoiceType, SCPollType, SCPollVoteType } from './poll';
14
- import { SCCommentsOrderBy, SCCommentType } from './comment';
15
- import { SCMessageFileType, SCPrivateMessageFileType, SCPrivateMessageStatusType, SCPrivateMessageThreadType, SCPrivateMessageSnippetType, SCPrivateMessageUploadMediaChunkType, SCPrivateMessageUploadMediaType, SCPrivateMessageUploadThumbnailType } from './privateMessage';
16
- import { SCIncubatorStatusType, SCIncubatorSubscriptionType, SCIncubatorType } from './incubator';
17
- import { SCCustomNotificationType } from './customNotification';
18
- import { SCPrizeType, SCPrizeUserStatusType, SCPrizeUserType, SCUserLoyaltyPointsType } from './prize';
19
- import { SCCountByCategoryType, SCFeedDiscussionType, SCFeedObjectFollowingStatusType, SCFeedObjectHideStatusType, SCFeedObjectSuspendedStatusType, SCFeedObjectType, SCFeedPostType, SCFeedStatusType, SCFeedTypologyType, SCFeedUnitActivityType, SCFeedUnitActivityTypologyType, SCFeedUnitType, SCFeedUnseenCountType } from './feed';
20
- import { SCNotificationAggregatedType, SCNotificationBlockedUserType, SCNotificationCollapsedForType, SCNotificationCommentType, SCNotificationConnectionAcceptType, SCNotificationConnectionRequestType, SCNotificationContributionType, SCNotificationCustomNotificationType, SCNotificationDeletedForType, SCNotificationFollowType, SCNotificationIncubatorType, SCNotificationKindlyNoticeType, SCNotificationMentionType, SCNotificationPrivateMessageType, SCNotificationTopicType, SCNotificationType, SCNotificationTypologyType, SCNotificationUnBlockedUserType, SCNotificationUnDeletedForType, SCNotificationUnseenCountType, SCNotificationUserFollowType, SCNotificationVoteUpType } from './notification';
21
- import { SCWebhookEndpointAttemptType, SCWebhookEndpointSecretType, SCWebhookEndpointType, SCWebhookEventsType } from './webhook';
22
- import { SCVoteType } from './vote';
23
- import { SCFlagModerationStatusType, SCFlagType, SCFlagTypeEnum } from './flag';
24
- import { SCCustomPageTypeEnum, SCCustomPageType } from './customPage';
25
- import { SCDataPortabilityType } from './dataPortability';
26
- import { SCPreferenceSection, SCPreferenceName, SCPreferenceType } from './preference';
27
- import { SCFeatureName, SCFeatureType } from './feature';
28
- import { SSOSignInType, SSOSignUpType } from './sso';
29
- import { SCLegalPagePoliciesType, SCLegalPageAckType, SCLegalPageType } from './legalPage';
30
- import { SCContributionInsightCountersType, SCContributionInsightType, SCEmbedInsightCountersType, SCEmbedInsightType, SCUsersInsightCountersType, SCUsersInsightType } from './insight';
31
- import { SCInviteType } from './invite';
32
- import { SCPromoType } from './promo';
33
- import { SCContributeStatusType, SCContributionStatus, SCContributionType, SCFlaggedContributionType } from './contribution';
34
- import { SCPlatformType } from './platform';
35
- import { SCAvatarType } from './avatar';
36
- import { SCReactionType } from './reaction';
37
- import { SCSuggestionType, SuggestionType } from './suggestion';
6
+ import { type SCUserAutocompleteType, type SCUserAvatarType, type SCUserBlockedSettingsType, type SCUserChangeEmailType, type SCUserConnectionRequestType, type SCUserConnectionStatusType, type SCUserCounterType, type SCUserEmailTokenType, type SCUserFollowedStatusType, type SCUserFollowerStatusType, type SCUserHiddenByStatusType, type SCUserHiddenStatusType, type SCUserModerationType, type SCUserPermissionType, SCUserReputationType, type SCUserScoreType, type SCUserScoreVariation, type SCUserSettingsType, SCUserStatus, type SCUserType, type SCUserProviderAssociationType } from './user';
7
+ import { type SCTagType } from './tag';
8
+ import { type SCCategoryAudienceType, type SCCategoryFollowedStatusType, type SCCategoryType, SCCategoryAutoFollowType } from './category';
9
+ import { type SCEmbedType } from './embed';
10
+ import { type SCChunkMediaType, type SCMediaType } from './media';
11
+ import { SCMetadataTypeFieldType, type SCMetadataType } from './metadata';
12
+ import { type SCContributionLocation, type SCLocalityType } from './location';
13
+ import { type SCPollChoiceType, type SCPollType, type SCPollVoteType } from './poll';
14
+ import { SCCommentsOrderBy, type SCCommentType } from './comment';
15
+ import { SCMessageFileType, type SCPrivateMessageFileType, SCPrivateMessageStatusType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageUploadMediaChunkType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType } from './privateMessage';
16
+ import { SCIncubatorStatusType, type SCIncubatorSubscriptionType, type SCIncubatorType } from './incubator';
17
+ import { type SCCustomNotificationType } from './customNotification';
18
+ import { type SCPrizeType, SCPrizeUserStatusType, type SCPrizeUserType, type SCUserLoyaltyPointsType } from './prize';
19
+ import { type SCCountByCategoryType, type SCFeedDiscussionType, type SCFeedObjectFollowingStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectType, type SCFeedPostType, type SCFeedStatusType, SCFeedTypologyType, type SCFeedUnitActivityType, SCFeedUnitActivityTypologyType, type SCFeedUnitType, type SCFeedUnseenCountType } from './feed';
20
+ import { type SCNotificationAggregatedType, type SCNotificationBlockedUserType, type SCNotificationCollapsedForType, type SCNotificationCommentType, type SCNotificationConnectionAcceptType, type SCNotificationConnectionRequestType, type SCNotificationContributionType, type SCNotificationCustomNotificationType, type SCNotificationDeletedForType, type SCNotificationFollowType, type SCNotificationIncubatorType, type SCNotificationKindlyNoticeType, type SCNotificationMentionType, type SCNotificationPrivateMessageType, SCNotificationTopicType, type SCNotificationType, SCNotificationTypologyType, type SCNotificationUnBlockedUserType, type SCNotificationUnDeletedForType, type SCNotificationUnseenCountType, type SCNotificationUserFollowType, type SCNotificationVoteUpType } from './notification';
21
+ import { type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEndpointType, type SCWebhookEventsType } from './webhook';
22
+ import { type SCVoteType } from './vote';
23
+ import { SCFlagModerationStatusType, type SCFlagType, SCFlagTypeEnum } from './flag';
24
+ import { SCCustomPageTypeEnum, type SCCustomPageType } from './customPage';
25
+ import { type SCDataPortabilityType } from './dataPortability';
26
+ import { SCPreferenceSection, SCPreferenceName, type SCPreferenceType } from './preference';
27
+ import { SCFeatureName, type SCFeatureType } from './feature';
28
+ import { type SSOSignInType, type SSOSignUpType } from './sso';
29
+ import { SCLegalPagePoliciesType, type SCLegalPageAckType, type SCLegalPageType } from './legalPage';
30
+ import { type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightCountersType, type SCEmbedInsightType, type SCUsersInsightCountersType, type SCUsersInsightType } from './insight';
31
+ import { type SCInviteType } from './invite';
32
+ import { type SCPromoType } from './promo';
33
+ import { SCContributeStatusType, type SCContributionStatus, SCContributionType, type SCFlaggedContributionType } from './contribution';
34
+ import { type SCPlatformType } from './platform';
35
+ import { type SCAvatarType } from './avatar';
36
+ import { type SCReactionType } from './reaction';
37
+ import { type SCSuggestionType, SuggestionType } from './suggestion';
38
38
  import { SCConnectionStatus } from './friendship';
39
- import { SCDeviceType, SCApnsDeviceType, SCGcmDeviceType, SCDeviceApnsTypeEnum, SCDeviceGcmTypeEnum, SCDeviceTypeEnum } from './device';
39
+ import { type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, SCDeviceApnsTypeEnum, type SCDeviceGcmTypeEnum, SCDeviceTypeEnum } from './device';
40
40
  /**
41
41
  * Exports all types
42
42
  */
43
- export { SCBannerType, SCBroadcastMessageBannerType, SCBroadcastMessageType, SCAuthTokenType, SCLanguageType, SCUserType, SCUserSettingsType, SCUserStatus, SCUserBlockedSettingsType, SCUserModerationType, SCUserScoreVariation, SCUserScoreType, SCUserReputationType, SCUserAutocompleteType, SCUserCounterType, SCUserChangeEmailType, SCUserAvatarType, SCUserPermissionType, SCUserFollowedStatusType, SCUserFollowerStatusType, SCUserConnectionStatusType, SCUserHiddenStatusType, SCUserHiddenByStatusType, SCUserConnectionRequestType, SCUserEmailTokenType, SCUserProviderAssociationType, SCMetadataTypeFieldType, SCMetadataType, SCTagType, SCCategoryType, SCCategoryAutoFollowType, SCCategoryAudienceType, SCCategoryFollowedStatusType, SCCustomAdvPosition, SCCustomAdvType, SCCustomMenuItemType, SCCustomMenuType, SCEmbedType, SCMediaType, SCChunkMediaType, SCContributionLocation, SCLocalityType, SCPollChoiceType, SCPollType, SCPollVoteType, SCFeedUnitType, SCFeedUnitActivityType, SCFeedObjectType, SCFeedPostType, SCFeedDiscussionType, SCFeedStatusType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCFeedUnseenCountType, SCFeedObjectSuspendedStatusType, SCFeedObjectHideStatusType, SCFeedObjectFollowingStatusType, SCCountByCategoryType, SCCommentsOrderBy, SCCommentType, SCPrivateMessageThreadType, SCPrivateMessageSnippetType, SCPrivateMessageStatusType, SCPrivateMessageFileType, SCMessageFileType, SCPrivateMessageUploadMediaType, SCPrivateMessageUploadThumbnailType, SCPrivateMessageUploadMediaChunkType, SCPromoType, SCNotificationTypologyType, SCNotificationAggregatedType, SCNotificationCommentType, SCNotificationConnectionAcceptType, SCNotificationConnectionRequestType, SCNotificationPrivateMessageType, SCNotificationMentionType, SCNotificationType, SCNotificationBlockedUserType, SCNotificationCollapsedForType, SCNotificationCustomNotificationType, SCNotificationDeletedForType, SCNotificationFollowType, SCNotificationKindlyNoticeType, SCNotificationUnBlockedUserType, SCNotificationUnDeletedForType, SCNotificationUserFollowType, SCNotificationVoteUpType, SCCustomNotificationType, SCNotificationTopicType, SCNotificationUnseenCountType, SCIncubatorType, SCIncubatorSubscriptionType, SCIncubatorStatusType, SCInviteType, SCNotificationIncubatorType, SCNotificationContributionType, SCPrizeType, SCPrizeUserType, SCPrizeUserStatusType, SCUserLoyaltyPointsType, SCWebhookEndpointType, SCWebhookEndpointAttemptType, SCWebhookEndpointSecretType, SCWebhookEventsType, SCVoteType, SCFlagType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageTypeEnum, SCCustomPageType, SCDataPortabilityType, SCPreferenceSection, SCPreferenceName, SCPreferenceType, SCFeatureName, SCFeatureType, SSOSignInType, SSOSignUpType, SCLegalPageType, SCLegalPagePoliciesType, SCLegalPageAckType, SCContributionInsightCountersType, SCContributionInsightType, SCEmbedInsightType, SCEmbedInsightCountersType, SCUsersInsightType, SCUsersInsightCountersType, SCFlaggedContributionType, SCContributionType, SCContributionStatus, SCContributeStatusType, SCPlatformType, SCAvatarType, SCReactionType, SCSuggestionType, SuggestionType, SCConnectionStatus, SCDeviceType, SCApnsDeviceType, SCGcmDeviceType, SCDeviceApnsTypeEnum, SCDeviceGcmTypeEnum, SCDeviceTypeEnum };
44
- //# sourceMappingURL=index.d.ts.map
43
+ export { type SCBannerType, SCBroadcastMessageBannerType, type SCBroadcastMessageType, type SCAuthTokenType, SCLanguageType, type SCUserType, type SCUserSettingsType, SCUserStatus, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, SCUserReputationType, type SCUserAutocompleteType, type SCUserCounterType, type SCUserChangeEmailType, type SCUserAvatarType, type SCUserPermissionType, type SCUserFollowedStatusType, type SCUserFollowerStatusType, type SCUserConnectionStatusType, type SCUserHiddenStatusType, type SCUserHiddenByStatusType, type SCUserConnectionRequestType, type SCUserEmailTokenType, type SCUserProviderAssociationType, SCMetadataTypeFieldType, type SCMetadataType, type SCTagType, type SCCategoryType, SCCategoryAutoFollowType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, SCCustomAdvPosition, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCEmbedType, type SCMediaType, type SCChunkMediaType, type SCContributionLocation, type SCLocalityType, type SCPollChoiceType, type SCPollType, type SCPollVoteType, type SCFeedUnitType, type SCFeedUnitActivityType, type SCFeedObjectType, type SCFeedPostType, type SCFeedDiscussionType, type SCFeedStatusType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCountByCategoryType, SCCommentsOrderBy, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, SCPrivateMessageStatusType, type SCPrivateMessageFileType, SCMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, type SCPromoType, SCNotificationTypologyType, type SCNotificationAggregatedType, type SCNotificationCommentType, type SCNotificationConnectionAcceptType, type SCNotificationConnectionRequestType, type SCNotificationPrivateMessageType, type SCNotificationMentionType, type SCNotificationType, type SCNotificationBlockedUserType, type SCNotificationCollapsedForType, type SCNotificationCustomNotificationType, type SCNotificationDeletedForType, type SCNotificationFollowType, type SCNotificationKindlyNoticeType, type SCNotificationUnBlockedUserType, type SCNotificationUnDeletedForType, type SCNotificationUserFollowType, type SCNotificationVoteUpType, type SCCustomNotificationType, SCNotificationTopicType, type SCNotificationUnseenCountType, type SCIncubatorType, type SCIncubatorSubscriptionType, SCIncubatorStatusType, type SCInviteType, type SCNotificationIncubatorType, type SCNotificationContributionType, type SCPrizeType, type SCPrizeUserType, SCPrizeUserStatusType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCVoteType, type SCFlagType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageTypeEnum, type SCCustomPageType, type SCDataPortabilityType, SCPreferenceSection, SCPreferenceName, type SCPreferenceType, SCFeatureName, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, SCLegalPagePoliciesType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, SCContributionType, type SCContributionStatus, SCContributeStatusType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCSuggestionType, SuggestionType, SCConnectionStatus, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, SCDeviceApnsTypeEnum, type SCDeviceGcmTypeEnum, SCDeviceTypeEnum };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SCDeviceTypeEnum = exports.SCDeviceGcmTypeEnum = exports.SCDeviceApnsTypeEnum = exports.SCConnectionStatus = exports.SuggestionType = exports.SCContributeStatusType = exports.SCContributionType = exports.SCLegalPagePoliciesType = exports.SCFeatureName = exports.SCPreferenceName = exports.SCPreferenceSection = exports.SCCustomPageTypeEnum = exports.SCFlagModerationStatusType = exports.SCFlagTypeEnum = exports.SCPrizeUserStatusType = exports.SCIncubatorStatusType = exports.SCNotificationTopicType = exports.SCNotificationTypologyType = exports.SCMessageFileType = exports.SCPrivateMessageStatusType = exports.SCCommentsOrderBy = exports.SCFeedTypologyType = exports.SCFeedUnitActivityTypologyType = exports.SCCustomAdvPosition = exports.SCCategoryAutoFollowType = exports.SCMetadataTypeFieldType = exports.SCUserReputationType = exports.SCUserStatus = exports.SCLanguageType = exports.SCBroadcastMessageBannerType = void 0;
3
+ exports.SCDeviceTypeEnum = exports.SCDeviceApnsTypeEnum = exports.SCConnectionStatus = exports.SuggestionType = exports.SCContributeStatusType = exports.SCContributionType = exports.SCLegalPagePoliciesType = exports.SCFeatureName = exports.SCPreferenceName = exports.SCPreferenceSection = exports.SCCustomPageTypeEnum = exports.SCFlagModerationStatusType = exports.SCFlagTypeEnum = exports.SCPrizeUserStatusType = exports.SCIncubatorStatusType = exports.SCNotificationTopicType = exports.SCNotificationTypologyType = exports.SCMessageFileType = exports.SCPrivateMessageStatusType = exports.SCCommentsOrderBy = exports.SCFeedTypologyType = exports.SCFeedUnitActivityTypologyType = exports.SCCustomAdvPosition = exports.SCCategoryAutoFollowType = exports.SCMetadataTypeFieldType = exports.SCUserReputationType = exports.SCUserStatus = exports.SCLanguageType = exports.SCBroadcastMessageBannerType = void 0;
4
4
  const broadcastMessage_1 = require("./broadcastMessage");
5
5
  Object.defineProperty(exports, "SCBroadcastMessageBannerType", { enumerable: true, get: function () { return broadcastMessage_1.SCBroadcastMessageBannerType; } });
6
6
  const customAdv_1 = require("./customAdv");
@@ -50,6 +50,4 @@ const friendship_1 = require("./friendship");
50
50
  Object.defineProperty(exports, "SCConnectionStatus", { enumerable: true, get: function () { return friendship_1.SCConnectionStatus; } });
51
51
  const device_1 = require("./device");
52
52
  Object.defineProperty(exports, "SCDeviceApnsTypeEnum", { enumerable: true, get: function () { return device_1.SCDeviceApnsTypeEnum; } });
53
- Object.defineProperty(exports, "SCDeviceGcmTypeEnum", { enumerable: true, get: function () { return device_1.SCDeviceGcmTypeEnum; } });
54
53
  Object.defineProperty(exports, "SCDeviceTypeEnum", { enumerable: true, get: function () { return device_1.SCDeviceTypeEnum; } });
55
- //# sourceMappingURL=index.js.map
@@ -124,4 +124,3 @@ export interface SCUsersInsightCountersType {
124
124
  */
125
125
  num_embed_custom_click_received: number;
126
126
  }
127
- //# sourceMappingURL=insight.d.ts.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=insight.js.map
@@ -37,4 +37,3 @@ export interface SCInviteType {
37
37
  */
38
38
  user: SCUserType | null;
39
39
  }
40
- //# sourceMappingURL=invite.d.ts.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=invite.js.map
@@ -76,4 +76,3 @@ export interface SCLegalPageAckType {
76
76
  */
77
77
  user: number;
78
78
  }
79
- //# sourceMappingURL=legalPage.d.ts.map
@@ -6,4 +6,3 @@ var SCLegalPagePoliciesType;
6
6
  SCLegalPagePoliciesType["TERMS_AND_CONDITIONS"] = "tec";
7
7
  SCLegalPagePoliciesType["PRIVACY"] = "privacy";
8
8
  })(SCLegalPagePoliciesType = exports.SCLegalPagePoliciesType || (exports.SCLegalPagePoliciesType = {}));
9
- //# sourceMappingURL=legalPage.js.map
@@ -5,4 +5,3 @@ export declare enum SCLanguageType {
5
5
  EN = "en",
6
6
  IT = "it"
7
7
  }
8
- //# sourceMappingURL=locale.d.ts.map
@@ -9,4 +9,3 @@ var SCLanguageType;
9
9
  SCLanguageType["EN"] = "en";
10
10
  SCLanguageType["IT"] = "it";
11
11
  })(SCLanguageType = exports.SCLanguageType || (exports.SCLanguageType = {}));
12
- //# sourceMappingURL=locale.js.map
@@ -14,7 +14,7 @@ export interface SCContributionLocation {
14
14
  /**
15
15
  * Longitude
16
16
  */
17
- lon?: number;
17
+ lng?: number;
18
18
  }
19
19
  /**
20
20
  * Interface SCLocalityType.
@@ -58,4 +58,3 @@ export interface SCLocalityType {
58
58
  */
59
59
  town: string;
60
60
  }
61
- //# sourceMappingURL=location.d.ts.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=location.js.map