@selfcommunity/types 0.1.7 → 0.1.8
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.
- package/lib/{types → cjs}/index.d.ts +0 -0
- package/lib/{types → cjs}/index.d.ts.map +0 -0
- package/lib/cjs/index.js +27 -124
- package/lib/cjs/index.js.map +1 -0
- package/lib/{types → cjs}/types/auth.d.ts +0 -0
- package/lib/{types → cjs}/types/auth.d.ts.map +0 -0
- package/lib/cjs/types/auth.js +2 -2
- package/lib/cjs/types/auth.js.map +1 -0
- package/lib/{types → cjs}/types/avatar.d.ts +0 -0
- package/lib/{types → cjs}/types/avatar.d.ts.map +0 -0
- package/lib/cjs/types/avatar.js +5 -2
- package/lib/cjs/types/avatar.js.map +1 -0
- package/lib/{types → cjs}/types/broadcastMessage.d.ts +0 -0
- package/lib/{types → cjs}/types/broadcastMessage.d.ts.map +0 -0
- package/lib/cjs/types/broadcastMessage.js +6 -9
- package/lib/cjs/types/broadcastMessage.js.map +1 -0
- package/lib/{types → cjs}/types/category.d.ts +0 -0
- package/lib/{types → cjs}/types/category.d.ts.map +0 -0
- package/lib/cjs/types/category.js +2 -2
- package/lib/cjs/types/category.js.map +1 -0
- package/lib/{types → cjs}/types/comment.d.ts +0 -0
- package/lib/{types → cjs}/types/comment.d.ts.map +0 -0
- package/lib/cjs/types/comment.js +9 -19
- package/lib/cjs/types/comment.js.map +1 -0
- package/lib/{types → cjs}/types/contribution.d.ts +0 -0
- package/lib/{types → cjs}/types/contribution.d.ts.map +0 -0
- package/lib/cjs/types/contribution.js +15 -29
- package/lib/cjs/types/contribution.js.map +1 -0
- package/lib/{types → cjs}/types/customAdv.d.ts +0 -0
- package/lib/{types → cjs}/types/customAdv.d.ts.map +0 -0
- package/lib/cjs/types/customAdv.js +12 -14
- package/lib/cjs/types/customAdv.js.map +1 -0
- package/lib/{types → cjs}/types/customNotification.d.ts +0 -0
- package/lib/{types → cjs}/types/customNotification.d.ts.map +0 -0
- package/lib/cjs/types/customNotification.js +2 -2
- package/lib/cjs/types/customNotification.js.map +1 -0
- package/lib/{types → cjs}/types/customPage.d.ts +0 -0
- package/lib/{types → cjs}/types/customPage.d.ts.map +0 -0
- package/lib/cjs/types/customPage.js +2 -2
- package/lib/cjs/types/customPage.js.map +1 -0
- package/lib/{types → cjs}/types/dataPortability.d.ts +0 -0
- package/lib/{types → cjs}/types/dataPortability.d.ts.map +0 -0
- package/lib/cjs/types/dataPortability.js +2 -2
- package/lib/cjs/types/dataPortability.js.map +1 -0
- package/lib/{types → cjs}/types/embed.d.ts +0 -0
- package/lib/{types → cjs}/types/embed.d.ts.map +0 -0
- package/lib/cjs/types/embed.js +2 -2
- package/lib/cjs/types/embed.js.map +1 -0
- package/lib/{types → cjs}/types/feature.d.ts +0 -0
- package/lib/{types → cjs}/types/feature.d.ts.map +0 -0
- package/lib/cjs/types/feature.js +5 -2
- package/lib/cjs/types/feature.js.map +1 -0
- package/lib/{types → cjs}/types/feed.d.ts +0 -0
- package/lib/{types → cjs}/types/feed.d.ts.map +0 -0
- package/lib/cjs/types/feed.js +19 -39
- package/lib/cjs/types/feed.js.map +1 -0
- package/lib/{types → cjs}/types/flag.d.ts +0 -0
- package/lib/{types → cjs}/types/flag.d.ts.map +0 -0
- package/lib/cjs/types/flag.js +15 -25
- package/lib/cjs/types/flag.js.map +1 -0
- package/lib/{types → cjs}/types/incubator.d.ts +0 -0
- package/lib/{types → cjs}/types/incubator.d.ts.map +0 -0
- package/lib/cjs/types/incubator.js +8 -20
- package/lib/cjs/types/incubator.js.map +1 -0
- package/lib/{types → cjs}/types/index.d.ts +0 -0
- package/lib/{types → cjs}/types/index.d.ts.map +0 -0
- package/lib/cjs/types/index.js +34 -212
- package/lib/cjs/types/index.js.map +1 -0
- package/lib/{types → cjs}/types/insight.d.ts +0 -0
- package/lib/{types → cjs}/types/insight.d.ts.map +0 -0
- package/lib/cjs/types/insight.js +2 -2
- package/lib/cjs/types/insight.js.map +1 -0
- package/lib/{types → cjs}/types/legalPage.d.ts +0 -0
- package/lib/{types → cjs}/types/legalPage.d.ts.map +0 -0
- package/lib/cjs/types/legalPage.js +5 -2
- package/lib/cjs/types/legalPage.js.map +1 -0
- package/lib/{types → cjs}/types/location.d.ts +0 -0
- package/lib/{types → cjs}/types/location.d.ts.map +0 -0
- package/lib/cjs/types/location.js +2 -2
- package/lib/cjs/types/location.js.map +1 -0
- package/lib/{types → cjs}/types/media.d.ts +0 -0
- package/lib/{types → cjs}/types/media.d.ts.map +0 -0
- package/lib/cjs/types/media.js +2 -2
- package/lib/cjs/types/media.js.map +1 -0
- package/lib/{types → cjs}/types/notification.d.ts +0 -0
- package/lib/{types → cjs}/types/notification.d.ts.map +0 -0
- package/lib/cjs/types/notification.js +47 -59
- package/lib/cjs/types/notification.js.map +1 -0
- package/lib/{types → cjs}/types/platform.d.ts +0 -0
- package/lib/{types → cjs}/types/platform.d.ts.map +0 -0
- package/lib/cjs/types/platform.js +2 -2
- package/lib/cjs/types/platform.js.map +1 -0
- package/lib/{types → cjs}/types/poll.d.ts +0 -0
- package/lib/{types → cjs}/types/poll.d.ts.map +0 -0
- package/lib/cjs/types/poll.js +2 -2
- package/lib/cjs/types/poll.js.map +1 -0
- package/lib/{types → cjs}/types/preference.d.ts +0 -0
- package/lib/{types → cjs}/types/preference.d.ts.map +0 -0
- package/lib/cjs/types/preference.js +2 -2
- package/lib/cjs/types/preference.js.map +1 -0
- package/lib/{types → cjs}/types/privateMessage.d.ts +0 -0
- package/lib/{types → cjs}/types/privateMessage.d.ts.map +0 -0
- package/lib/cjs/types/privateMessage.js +14 -29
- package/lib/cjs/types/privateMessage.js.map +1 -0
- package/lib/{types → cjs}/types/prize.d.ts +0 -0
- package/lib/{types → cjs}/types/prize.d.ts.map +0 -0
- package/lib/cjs/types/prize.js +7 -23
- package/lib/cjs/types/prize.js.map +1 -0
- package/lib/{types → cjs}/types/sso.d.ts +0 -0
- package/lib/{types → cjs}/types/sso.d.ts.map +0 -0
- package/lib/cjs/types/sso.js +5 -2
- package/lib/cjs/types/sso.js.map +1 -0
- package/lib/{types → cjs}/types/tag.d.ts +0 -0
- package/lib/{types → cjs}/types/tag.d.ts.map +0 -0
- package/lib/cjs/types/tag.js +2 -2
- package/lib/cjs/types/tag.js.map +1 -0
- package/lib/{types → cjs}/types/user.d.ts +0 -0
- package/lib/{types → cjs}/types/user.d.ts.map +0 -0
- package/lib/cjs/types/user.js +42 -61
- package/lib/cjs/types/user.js.map +1 -0
- package/lib/{types → cjs}/types/vote.d.ts +0 -0
- package/lib/{types → cjs}/types/vote.d.ts.map +0 -0
- package/lib/cjs/types/vote.js +2 -2
- package/lib/cjs/types/vote.js.map +1 -0
- package/lib/{types → cjs}/types/webhook.d.ts +0 -0
- package/lib/{types → cjs}/types/webhook.d.ts.map +0 -0
- package/lib/cjs/types/webhook.js +6 -2
- package/lib/cjs/types/webhook.js.map +1 -0
- package/lib/esm/index.d.ts +9 -0
- package/lib/esm/index.d.ts.map +1 -0
- package/lib/esm/index.js +9 -125
- package/lib/esm/index.js.map +1 -0
- package/lib/esm/types/auth.d.ts +26 -0
- package/lib/esm/types/auth.d.ts.map +1 -0
- package/lib/esm/types/auth.js +2 -3
- package/lib/esm/types/auth.js.map +1 -0
- package/lib/esm/types/avatar.d.ts +26 -0
- package/lib/esm/types/avatar.d.ts.map +1 -0
- package/lib/esm/types/avatar.js +5 -3
- package/lib/esm/types/avatar.js.map +1 -0
- package/lib/esm/types/broadcastMessage.d.ts +73 -0
- package/lib/esm/types/broadcastMessage.d.ts.map +1 -0
- package/lib/esm/types/broadcastMessage.js +5 -11
- package/lib/esm/types/broadcastMessage.js.map +1 -0
- package/lib/esm/types/category.d.ts +107 -0
- package/lib/esm/types/category.d.ts.map +1 -0
- package/lib/esm/types/category.js +2 -3
- package/lib/esm/types/category.js.map +1 -0
- package/lib/esm/types/comment.d.ts +97 -0
- package/lib/esm/types/comment.d.ts.map +1 -0
- package/lib/esm/types/comment.js +8 -21
- package/lib/esm/types/comment.js.map +1 -0
- package/lib/esm/types/contribution.d.ts +64 -0
- package/lib/esm/types/contribution.d.ts.map +1 -0
- package/lib/esm/types/contribution.js +13 -30
- package/lib/esm/types/contribution.js.map +1 -0
- package/lib/esm/types/customAdv.d.ts +53 -0
- package/lib/esm/types/customAdv.d.ts.map +1 -0
- package/lib/esm/types/customAdv.js +11 -16
- package/lib/esm/types/customAdv.js.map +1 -0
- package/lib/esm/types/customNotification.d.ts +28 -0
- package/lib/esm/types/customNotification.d.ts.map +1 -0
- package/lib/esm/types/customNotification.js +2 -3
- package/lib/esm/types/customNotification.js.map +1 -0
- package/lib/esm/types/customPage.d.ts +18 -0
- package/lib/esm/types/customPage.d.ts.map +1 -0
- package/lib/esm/types/customPage.js +2 -3
- package/lib/esm/types/customPage.js.map +1 -0
- package/lib/esm/types/dataPortability.d.ts +30 -0
- package/lib/esm/types/dataPortability.d.ts.map +1 -0
- package/lib/esm/types/dataPortability.js +2 -3
- package/lib/esm/types/dataPortability.js.map +1 -0
- package/lib/esm/types/embed.d.ts +33 -0
- package/lib/esm/types/embed.d.ts.map +1 -0
- package/lib/esm/types/embed.js +2 -3
- package/lib/esm/types/embed.js.map +1 -0
- package/lib/esm/types/feature.d.ts +18 -0
- package/lib/esm/types/feature.d.ts.map +1 -0
- package/lib/esm/types/feature.js +5 -3
- package/lib/esm/types/feature.js.map +1 -0
- package/lib/esm/types/feed.d.ts +237 -0
- package/lib/esm/types/feed.d.ts.map +1 -0
- package/lib/esm/types/feed.js +17 -40
- package/lib/esm/types/feed.js.map +1 -0
- package/lib/esm/types/flag.d.ts +38 -0
- package/lib/esm/types/flag.d.ts.map +1 -0
- package/lib/esm/types/flag.js +13 -26
- package/lib/esm/types/flag.js.map +1 -0
- package/lib/esm/types/incubator.d.ts +68 -0
- package/lib/esm/types/incubator.d.ts.map +1 -0
- package/lib/esm/types/incubator.js +7 -22
- package/lib/esm/types/incubator.js.map +1 -0
- package/lib/esm/types/index.d.ts +35 -0
- package/lib/esm/types/index.d.ts.map +1 -0
- package/lib/esm/types/index.js +16 -213
- package/lib/esm/types/index.js.map +1 -0
- package/lib/esm/types/insight.d.ts +127 -0
- package/lib/esm/types/insight.d.ts.map +1 -0
- package/lib/esm/types/insight.js +2 -3
- package/lib/esm/types/insight.js.map +1 -0
- package/lib/esm/types/legalPage.d.ts +79 -0
- package/lib/esm/types/legalPage.d.ts.map +1 -0
- package/lib/esm/types/legalPage.js +5 -3
- package/lib/esm/types/legalPage.js.map +1 -0
- package/lib/esm/types/location.d.ts +61 -0
- package/lib/esm/types/location.d.ts.map +1 -0
- package/lib/esm/types/location.js +2 -3
- package/lib/esm/types/location.js.map +1 -0
- package/lib/esm/types/media.d.ts +69 -0
- package/lib/esm/types/media.d.ts.map +1 -0
- package/lib/esm/types/media.js +2 -3
- package/lib/esm/types/media.js.map +1 -0
- package/lib/esm/types/notification.d.ts +422 -0
- package/lib/esm/types/notification.d.ts.map +1 -0
- package/lib/esm/types/notification.js +45 -60
- package/lib/esm/types/notification.js.map +1 -0
- package/lib/esm/types/platform.d.ts +9 -0
- package/lib/esm/types/platform.d.ts.map +1 -0
- package/lib/esm/types/platform.js +2 -3
- package/lib/esm/types/platform.js.map +1 -0
- package/lib/esm/types/poll.d.ts +87 -0
- package/lib/esm/types/poll.d.ts.map +1 -0
- package/lib/esm/types/poll.js +2 -3
- package/lib/esm/types/poll.js.map +1 -0
- package/lib/esm/types/preference.d.ts +22 -0
- package/lib/esm/types/preference.d.ts.map +1 -0
- package/lib/esm/types/preference.js +2 -3
- package/lib/esm/types/preference.js.map +1 -0
- package/lib/esm/types/privateMessage.d.ts +130 -0
- package/lib/esm/types/privateMessage.d.ts.map +1 -0
- package/lib/esm/types/privateMessage.js +12 -30
- package/lib/esm/types/privateMessage.js.map +1 -0
- package/lib/esm/types/prize.d.ts +93 -0
- package/lib/esm/types/prize.d.ts.map +1 -0
- package/lib/esm/types/prize.js +6 -25
- package/lib/esm/types/prize.js.map +1 -0
- package/lib/esm/types/sso.d.ts +22 -0
- package/lib/esm/types/sso.d.ts.map +1 -0
- package/lib/esm/types/sso.js +5 -3
- package/lib/esm/types/sso.js.map +1 -0
- package/lib/esm/types/tag.d.ts +47 -0
- package/lib/esm/types/tag.d.ts.map +1 -0
- package/lib/esm/types/tag.js +2 -3
- package/lib/esm/types/tag.js.map +1 -0
- package/lib/esm/types/user.d.ts +537 -0
- package/lib/esm/types/user.d.ts.map +1 -0
- package/lib/esm/types/user.js +40 -62
- package/lib/esm/types/user.js.map +1 -0
- package/lib/esm/types/vote.d.ts +15 -0
- package/lib/esm/types/vote.d.ts.map +1 -0
- package/lib/esm/types/vote.js +2 -3
- package/lib/esm/types/vote.js.map +1 -0
- package/lib/esm/types/webhook.d.ts +91 -0
- package/lib/esm/types/webhook.d.ts.map +1 -0
- package/lib/esm/types/webhook.js +6 -3
- package/lib/esm/types/webhook.js.map +1 -0
- package/package.json +5 -7
- package/lib/cjs/index.d.js +0 -2
- package/lib/esm/index.d.js +0 -2
- package/lib/types/tsconfig.build.tsbuildinfo +0 -1
|
File without changes
|
|
File without changes
|
|
@@ -1,26 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
3
|
exports.SCIncubatorStatusType = void 0;
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Interface SCIncubatorType.
|
|
8
|
-
* Incubator Schema.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* SCIncubatorSubscriptionType inerface
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
4
|
/**
|
|
16
5
|
* SCIncubatorStatusType enum
|
|
17
6
|
*/
|
|
18
|
-
|
|
19
|
-
exports.SCIncubatorStatusType = SCIncubatorStatusType;
|
|
20
|
-
|
|
7
|
+
var SCIncubatorStatusType;
|
|
21
8
|
(function (SCIncubatorStatusType) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(SCIncubatorStatusType
|
|
9
|
+
SCIncubatorStatusType[SCIncubatorStatusType["PENDING"] = 0] = "PENDING";
|
|
10
|
+
SCIncubatorStatusType[SCIncubatorStatusType["PROPOSAL"] = 1] = "PROPOSAL";
|
|
11
|
+
SCIncubatorStatusType[SCIncubatorStatusType["APPROVED"] = 2] = "APPROVED";
|
|
12
|
+
SCIncubatorStatusType[SCIncubatorStatusType["IGNORED"] = 3] = "IGNORED";
|
|
13
|
+
})(SCIncubatorStatusType = exports.SCIncubatorStatusType || (exports.SCIncubatorStatusType = {}));
|
|
14
|
+
//# sourceMappingURL=incubator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incubator.js","sourceRoot":"","sources":["../../../src/types/incubator.ts"],"names":[],"mappings":";;;AAsEA;;GAEG;AAEH,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,uEAAW,CAAA;IACX,yEAAY,CAAA;IACZ,yEAAY,CAAA;IACZ,uEAAW,CAAA;AACb,CAAC,EALW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKhC"}
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/types/index.js
CHANGED
|
@@ -1,213 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
exports
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
exports
|
|
12
|
-
|
|
13
|
-
exports
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
exports
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
exports
|
|
24
|
-
exports
|
|
25
|
-
exports
|
|
26
|
-
|
|
27
|
-
exports
|
|
28
|
-
exports
|
|
29
|
-
|
|
30
|
-
exports
|
|
31
|
-
exports
|
|
32
|
-
|
|
33
|
-
exports
|
|
34
|
-
exports
|
|
35
|
-
|
|
36
|
-
exports.SCUserFollowedStatusType = _user.SCUserFollowedStatusType;
|
|
37
|
-
exports.SCUserFollowerStatusType = _user.SCUserFollowerStatusType;
|
|
38
|
-
exports.SCUserConnectionStatusType = _user.SCUserConnectionStatusType;
|
|
39
|
-
exports.SCUserHiddenStatusType = _user.SCUserHiddenStatusType;
|
|
40
|
-
exports.SCUserHiddenByStatusType = _user.SCUserHiddenByStatusType;
|
|
41
|
-
exports.SCUserConnectionRequestType = _user.SCUserConnectionRequestType;
|
|
42
|
-
exports.SCUserEmailTokenType = _user.SCUserEmailTokenType;
|
|
43
|
-
|
|
44
|
-
var _tag = require("./tag");
|
|
45
|
-
|
|
46
|
-
exports.SCTagType = _tag.SCTagType;
|
|
47
|
-
|
|
48
|
-
var _category = require("./category");
|
|
49
|
-
|
|
50
|
-
exports.SCCategoryType = _category.SCCategoryType;
|
|
51
|
-
exports.SCCategoryAudienceType = _category.SCCategoryAudienceType;
|
|
52
|
-
exports.SCCategoryFollowedStatusType = _category.SCCategoryFollowedStatusType;
|
|
53
|
-
|
|
54
|
-
var _embed = require("./embed");
|
|
55
|
-
|
|
56
|
-
exports.SCEmbedType = _embed.SCEmbedType;
|
|
57
|
-
|
|
58
|
-
var _media = require("./media");
|
|
59
|
-
|
|
60
|
-
exports.SCMediaType = _media.SCMediaType;
|
|
61
|
-
exports.SCChunkMediaType = _media.SCChunkMediaType;
|
|
62
|
-
|
|
63
|
-
var _location = require("./location");
|
|
64
|
-
|
|
65
|
-
exports.SCContributionLocation = _location.SCContributionLocation;
|
|
66
|
-
exports.SCLocalityType = _location.SCLocalityType;
|
|
67
|
-
|
|
68
|
-
var _poll = require("./poll");
|
|
69
|
-
|
|
70
|
-
exports.SCPollChoiceType = _poll.SCPollChoiceType;
|
|
71
|
-
exports.SCPollType = _poll.SCPollType;
|
|
72
|
-
exports.SCPollVoteType = _poll.SCPollVoteType;
|
|
73
|
-
|
|
74
|
-
var _comment = require("./comment");
|
|
75
|
-
|
|
76
|
-
exports.SCCommentType = _comment.SCCommentType;
|
|
77
|
-
exports.SCCommentTypologyType = _comment.SCCommentTypologyType;
|
|
78
|
-
exports.SCCommentsOrderBy = _comment.SCCommentsOrderBy;
|
|
79
|
-
|
|
80
|
-
var _privateMessage = require("./privateMessage");
|
|
81
|
-
|
|
82
|
-
exports.SCPrivateMessageType = _privateMessage.SCPrivateMessageType;
|
|
83
|
-
exports.SCPrivateMessageStatusType = _privateMessage.SCPrivateMessageStatusType;
|
|
84
|
-
exports.SCPrivateMessageFileType = _privateMessage.SCPrivateMessageFileType;
|
|
85
|
-
exports.SCMessageFileType = _privateMessage.SCMessageFileType;
|
|
86
|
-
exports.SCPrivateMessageUploadMediaType = _privateMessage.SCPrivateMessageUploadMediaType;
|
|
87
|
-
exports.SCPrivateMessageUploadThumbnailType = _privateMessage.SCPrivateMessageUploadThumbnailType;
|
|
88
|
-
exports.SCPrivateMessageUploadMediaChunkType = _privateMessage.SCPrivateMessageUploadMediaChunkType;
|
|
89
|
-
|
|
90
|
-
var _incubator = require("./incubator");
|
|
91
|
-
|
|
92
|
-
exports.SCIncubatorType = _incubator.SCIncubatorType;
|
|
93
|
-
exports.SCIncubatorSubscriptionType = _incubator.SCIncubatorSubscriptionType;
|
|
94
|
-
exports.SCIncubatorStatusType = _incubator.SCIncubatorStatusType;
|
|
95
|
-
|
|
96
|
-
var _customNotification = require("./customNotification");
|
|
97
|
-
|
|
98
|
-
exports.SCCustomNotificationType = _customNotification.SCCustomNotificationType;
|
|
99
|
-
|
|
100
|
-
var _prize = require("./prize");
|
|
101
|
-
|
|
102
|
-
exports.SCPrizeType = _prize.SCPrizeType;
|
|
103
|
-
exports.SCPrizeUserType = _prize.SCPrizeUserType;
|
|
104
|
-
exports.SCPrizeUserStatusType = _prize.SCPrizeUserStatusType;
|
|
105
|
-
exports.SCUserLoyaltyPointsType = _prize.SCUserLoyaltyPointsType;
|
|
106
|
-
|
|
107
|
-
var _feed = require("./feed");
|
|
108
|
-
|
|
109
|
-
exports.SCFeedUnitType = _feed.SCFeedUnitType;
|
|
110
|
-
exports.SCFeedUnitActivityType = _feed.SCFeedUnitActivityType;
|
|
111
|
-
exports.SCFeedObjectType = _feed.SCFeedObjectType;
|
|
112
|
-
exports.SCFeedPostType = _feed.SCFeedPostType;
|
|
113
|
-
exports.SCFeedDiscussionType = _feed.SCFeedDiscussionType;
|
|
114
|
-
exports.SCFeedStatusType = _feed.SCFeedStatusType;
|
|
115
|
-
exports.SCFeedObjectTypologyType = _feed.SCFeedObjectTypologyType;
|
|
116
|
-
exports.SCFeedUnitActivityTypologyType = _feed.SCFeedUnitActivityTypologyType;
|
|
117
|
-
exports.SCFeedTypologyType = _feed.SCFeedTypologyType;
|
|
118
|
-
exports.SCFeedUnseenCountType = _feed.SCFeedUnseenCountType;
|
|
119
|
-
exports.SCCountByCategoryType = _feed.SCCountByCategoryType;
|
|
120
|
-
exports.SCFeedObjectSuspendedStatusType = _feed.SCFeedObjectSuspendedStatusType;
|
|
121
|
-
exports.SCFeedObjectHideStatusType = _feed.SCFeedObjectHideStatusType;
|
|
122
|
-
exports.SCFeedObjectFollowingStatusType = _feed.SCFeedObjectFollowingStatusType;
|
|
123
|
-
|
|
124
|
-
var _notification = require("./notification");
|
|
125
|
-
|
|
126
|
-
exports.SCNotificationTypologyType = _notification.SCNotificationTypologyType;
|
|
127
|
-
exports.SCNotificationAggregatedType = _notification.SCNotificationAggregatedType;
|
|
128
|
-
exports.SCNotificationCommentType = _notification.SCNotificationCommentType;
|
|
129
|
-
exports.SCNotificationConnectionAcceptType = _notification.SCNotificationConnectionAcceptType;
|
|
130
|
-
exports.SCNotificationConnectionRequestType = _notification.SCNotificationConnectionRequestType;
|
|
131
|
-
exports.SCNotificationPrivateMessageType = _notification.SCNotificationPrivateMessageType;
|
|
132
|
-
exports.SCNotificationMentionType = _notification.SCNotificationMentionType;
|
|
133
|
-
exports.SCNotificationType = _notification.SCNotificationType;
|
|
134
|
-
exports.SCNotificationBlockedUserType = _notification.SCNotificationBlockedUserType;
|
|
135
|
-
exports.SCNotificationCollapsedForType = _notification.SCNotificationCollapsedForType;
|
|
136
|
-
exports.SCNotificationCustomNotificationType = _notification.SCNotificationCustomNotificationType;
|
|
137
|
-
exports.SCNotificationDeletedForType = _notification.SCNotificationDeletedForType;
|
|
138
|
-
exports.SCNotificationFollowType = _notification.SCNotificationFollowType;
|
|
139
|
-
exports.SCNotificationKindlyNoticeType = _notification.SCNotificationKindlyNoticeType;
|
|
140
|
-
exports.SCNotificationUnBlockedUserType = _notification.SCNotificationUnBlockedUserType;
|
|
141
|
-
exports.SCNotificationUnDeletedForType = _notification.SCNotificationUnDeletedForType;
|
|
142
|
-
exports.SCNotificationUserFollowType = _notification.SCNotificationUserFollowType;
|
|
143
|
-
exports.SCNotificationVoteUpType = _notification.SCNotificationVoteUpType;
|
|
144
|
-
exports.SCNotificationIncubatorType = _notification.SCNotificationIncubatorType;
|
|
145
|
-
exports.SCNotificationTopicType = _notification.SCNotificationTopicType;
|
|
146
|
-
exports.SCNotificationUnseenCountType = _notification.SCNotificationUnseenCountType;
|
|
147
|
-
|
|
148
|
-
var _webhook = require("./webhook");
|
|
149
|
-
|
|
150
|
-
exports.SCWebhookEndpointType = _webhook.SCWebhookEndpointType;
|
|
151
|
-
exports.SCWebhookEndpointAttemptType = _webhook.SCWebhookEndpointAttemptType;
|
|
152
|
-
exports.SCWebhookEndpointSecretType = _webhook.SCWebhookEndpointSecretType;
|
|
153
|
-
exports.SCWebhookEventsType = _webhook.SCWebhookEventsType;
|
|
154
|
-
|
|
155
|
-
var _vote = require("./vote");
|
|
156
|
-
|
|
157
|
-
exports.SCVoteType = _vote.SCVoteType;
|
|
158
|
-
|
|
159
|
-
var _flag = require("./flag");
|
|
160
|
-
|
|
161
|
-
exports.SCFlagType = _flag.SCFlagType;
|
|
162
|
-
exports.SCFlagTypeEnum = _flag.SCFlagTypeEnum;
|
|
163
|
-
exports.SCFlagModerationStatusType = _flag.SCFlagModerationStatusType;
|
|
164
|
-
|
|
165
|
-
var _customPage = require("./customPage");
|
|
166
|
-
|
|
167
|
-
exports.SCCustomPageType = _customPage.SCCustomPageType;
|
|
168
|
-
|
|
169
|
-
var _dataPortability = require("./dataPortability");
|
|
170
|
-
|
|
171
|
-
exports.SCDataPortabilityType = _dataPortability.SCDataPortabilityType;
|
|
172
|
-
|
|
173
|
-
var _preference = require("./preference");
|
|
174
|
-
|
|
175
|
-
exports.SCPreferenceType = _preference.SCPreferenceType;
|
|
176
|
-
|
|
177
|
-
var _feature = require("./feature");
|
|
178
|
-
|
|
179
|
-
exports.SCFeatureType = _feature.SCFeatureType;
|
|
180
|
-
|
|
181
|
-
var _sso = require("./sso");
|
|
182
|
-
|
|
183
|
-
exports.SSOSignInType = _sso.SSOSignInType;
|
|
184
|
-
exports.SSOSignUpType = _sso.SSOSignUpType;
|
|
185
|
-
|
|
186
|
-
var _legalPage = require("./legalPage");
|
|
187
|
-
|
|
188
|
-
exports.SCLegalPageType = _legalPage.SCLegalPageType;
|
|
189
|
-
exports.SCLegalPageAckType = _legalPage.SCLegalPageAckType;
|
|
190
|
-
|
|
191
|
-
var _insight = require("./insight");
|
|
192
|
-
|
|
193
|
-
exports.SCContributionInsightType = _insight.SCContributionInsightType;
|
|
194
|
-
exports.SCContributionInsightCountersType = _insight.SCContributionInsightCountersType;
|
|
195
|
-
exports.SCEmbedInsightType = _insight.SCEmbedInsightType;
|
|
196
|
-
exports.SCEmbedInsightCountersType = _insight.SCEmbedInsightCountersType;
|
|
197
|
-
exports.SCUsersInsightType = _insight.SCUsersInsightType;
|
|
198
|
-
exports.SCUsersInsightCountersType = _insight.SCUsersInsightCountersType;
|
|
199
|
-
|
|
200
|
-
var _contribution = require("./contribution");
|
|
201
|
-
|
|
202
|
-
exports.SCFlaggedContributionType = _contribution.SCFlaggedContributionType;
|
|
203
|
-
exports.SCContributionType = _contribution.SCContributionType;
|
|
204
|
-
exports.SCContributionStatus = _contribution.SCContributionStatus;
|
|
205
|
-
exports.SCContributeStatusType = _contribution.SCContributeStatusType;
|
|
206
|
-
|
|
207
|
-
var _platform = require("./platform");
|
|
208
|
-
|
|
209
|
-
exports.SCPlatformType = _platform.SCPlatformType;
|
|
210
|
-
|
|
211
|
-
var _avatar = require("./avatar");
|
|
212
|
-
|
|
213
|
-
exports.SCAvatarType = _avatar.SCAvatarType;
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SCContributeStatusType = exports.SCContributionType = exports.SCFlagModerationStatusType = exports.SCFlagTypeEnum = exports.SCPrizeUserStatusType = exports.SCIncubatorStatusType = exports.SCNotificationTopicType = exports.SCNotificationTypologyType = exports.SCMessageFileType = exports.SCPrivateMessageStatusType = exports.SCCommentsOrderBy = exports.SCCommentTypologyType = exports.SCFeedTypologyType = exports.SCFeedUnitActivityTypologyType = exports.SCFeedObjectTypologyType = exports.SCCustomAdvPosition = exports.SCUserReputationType = exports.SCUserStatus = exports.SCUserFields = exports.SCBroadcastMessageBannerType = void 0;
|
|
4
|
+
const broadcastMessage_1 = require("./broadcastMessage");
|
|
5
|
+
Object.defineProperty(exports, "SCBroadcastMessageBannerType", { enumerable: true, get: function () { return broadcastMessage_1.SCBroadcastMessageBannerType; } });
|
|
6
|
+
const customAdv_1 = require("./customAdv");
|
|
7
|
+
Object.defineProperty(exports, "SCCustomAdvPosition", { enumerable: true, get: function () { return customAdv_1.SCCustomAdvPosition; } });
|
|
8
|
+
const user_1 = require("./user");
|
|
9
|
+
Object.defineProperty(exports, "SCUserFields", { enumerable: true, get: function () { return user_1.SCUserFields; } });
|
|
10
|
+
Object.defineProperty(exports, "SCUserStatus", { enumerable: true, get: function () { return user_1.SCUserStatus; } });
|
|
11
|
+
Object.defineProperty(exports, "SCUserReputationType", { enumerable: true, get: function () { return user_1.SCUserReputationType; } });
|
|
12
|
+
const comment_1 = require("./comment");
|
|
13
|
+
Object.defineProperty(exports, "SCCommentTypologyType", { enumerable: true, get: function () { return comment_1.SCCommentTypologyType; } });
|
|
14
|
+
Object.defineProperty(exports, "SCCommentsOrderBy", { enumerable: true, get: function () { return comment_1.SCCommentsOrderBy; } });
|
|
15
|
+
const privateMessage_1 = require("./privateMessage");
|
|
16
|
+
Object.defineProperty(exports, "SCPrivateMessageStatusType", { enumerable: true, get: function () { return privateMessage_1.SCPrivateMessageStatusType; } });
|
|
17
|
+
Object.defineProperty(exports, "SCMessageFileType", { enumerable: true, get: function () { return privateMessage_1.SCMessageFileType; } });
|
|
18
|
+
const incubator_1 = require("./incubator");
|
|
19
|
+
Object.defineProperty(exports, "SCIncubatorStatusType", { enumerable: true, get: function () { return incubator_1.SCIncubatorStatusType; } });
|
|
20
|
+
const prize_1 = require("./prize");
|
|
21
|
+
Object.defineProperty(exports, "SCPrizeUserStatusType", { enumerable: true, get: function () { return prize_1.SCPrizeUserStatusType; } });
|
|
22
|
+
const feed_1 = require("./feed");
|
|
23
|
+
Object.defineProperty(exports, "SCFeedObjectTypologyType", { enumerable: true, get: function () { return feed_1.SCFeedObjectTypologyType; } });
|
|
24
|
+
Object.defineProperty(exports, "SCFeedUnitActivityTypologyType", { enumerable: true, get: function () { return feed_1.SCFeedUnitActivityTypologyType; } });
|
|
25
|
+
Object.defineProperty(exports, "SCFeedTypologyType", { enumerable: true, get: function () { return feed_1.SCFeedTypologyType; } });
|
|
26
|
+
const notification_1 = require("./notification");
|
|
27
|
+
Object.defineProperty(exports, "SCNotificationTypologyType", { enumerable: true, get: function () { return notification_1.SCNotificationTypologyType; } });
|
|
28
|
+
Object.defineProperty(exports, "SCNotificationTopicType", { enumerable: true, get: function () { return notification_1.SCNotificationTopicType; } });
|
|
29
|
+
const flag_1 = require("./flag");
|
|
30
|
+
Object.defineProperty(exports, "SCFlagTypeEnum", { enumerable: true, get: function () { return flag_1.SCFlagTypeEnum; } });
|
|
31
|
+
Object.defineProperty(exports, "SCFlagModerationStatusType", { enumerable: true, get: function () { return flag_1.SCFlagModerationStatusType; } });
|
|
32
|
+
const contribution_1 = require("./contribution");
|
|
33
|
+
Object.defineProperty(exports, "SCContributionType", { enumerable: true, get: function () { return contribution_1.SCContributionType; } });
|
|
34
|
+
Object.defineProperty(exports, "SCContributeStatusType", { enumerable: true, get: function () { return contribution_1.SCContributeStatusType; } });
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;AACA,yDAAsG;AA4GpG,6GA5GoB,+CAA4B,OA4GpB;AA3G9B,2CAAiE;AAuI/D,oGAvIM,+BAAmB,OAuIN;AAtIrB,iCAsBgB;AAuFd,6FA1GA,mBAAY,OA0GA;AAGZ,6FA3GA,mBAAY,OA2GA;AAKZ,qGA5GA,2BAAoB,OA4GA;AAxFtB,uCAAkF;AAiIhF,sGAjIqB,+BAAqB,OAiIrB;AACrB,kGAlI4C,2BAAiB,OAkI5C;AAjInB,qDAQ0B;AA4HxB,2GAlIA,2CAA0B,OAkIA;AAE1B,kGAlIA,kCAAiB,OAkIA;AA7HnB,2CAAgG;AAwJ9F,sGAxJoD,iCAAqB,OAwJpD;AAtJvB,mCAAqG;AA0JnG,sGA1JoC,6BAAqB,OA0JpC;AAzJvB,iCAegB;AA6Fd,yGArGA,+BAAwB,OAqGA;AACxB,+GArGA,qCAA8B,OAqGA;AAC9B,mGArGA,yBAAkB,OAqGA;AA9FpB,iDAsBwB;AAwFtB,2GA7GA,yCAA0B,OA6GA;AAmB1B,wGA7GA,sCAAuB,OA6GA;AAxGzB,iCAA8E;AAwH5E,+FAxHkB,qBAAc,OAwHlB;AACd,2GAzHkC,iCAA0B,OAyHlC;AA1G5B,iDAA2H;AA0HzH,mGA1HiC,iCAAkB,OA0HjC;AAElB,uGA5H2E,qCAAsB,OA4H3E"}
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/types/insight.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=insight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insight.js","sourceRoot":"","sources":["../../../src/types/insight.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legalPage.js","sourceRoot":"","sources":["../../../src/types/legalPage.ts"],"names":[],"mappings":";AAAA;;GAEG"}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=location.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location.js","sourceRoot":"","sources":["../../../src/types/location.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/types/media.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=media.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"media.js","sourceRoot":"","sources":["../../../src/types/media.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,68 +1,56 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.
|
|
4
|
-
exports.SCNotificationTypologyType = exports.SCNotificationTopicType = void 0;
|
|
5
|
-
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SCNotificationTopicType = exports.SCNotificationTypologyType = void 0;
|
|
6
4
|
/**
|
|
7
5
|
* Notification types
|
|
8
6
|
*/
|
|
9
|
-
|
|
7
|
+
var SCNotificationTypologyType;
|
|
8
|
+
(function (SCNotificationTypologyType) {
|
|
9
|
+
SCNotificationTypologyType["COMMENT"] = "comment";
|
|
10
|
+
SCNotificationTypologyType["NESTED_COMMENT"] = "nested_comment";
|
|
11
|
+
SCNotificationTypologyType["CONNECTION_REQUEST"] = "connection_request";
|
|
12
|
+
SCNotificationTypologyType["CONNECTION_ACCEPT"] = "connection_accept";
|
|
13
|
+
SCNotificationTypologyType["CONNECTION_REMOVE"] = "connection_remove";
|
|
14
|
+
SCNotificationTypologyType["CONNECTION_REJECT"] = "connection_reject";
|
|
15
|
+
SCNotificationTypologyType["CONNECTION_CANCEL_REJECT"] = "connection_cancel_reject";
|
|
16
|
+
SCNotificationTypologyType["CONNECTION_CANCEL_REQUEST"] = "connection_cancel_reject";
|
|
17
|
+
SCNotificationTypologyType["MENTION"] = "mention";
|
|
18
|
+
SCNotificationTypologyType["VOTE_UP"] = "vote_up";
|
|
19
|
+
SCNotificationTypologyType["FOLLOW"] = "follow";
|
|
20
|
+
SCNotificationTypologyType["PRIVATE_MESSAGE"] = "private_message";
|
|
21
|
+
SCNotificationTypologyType["DELETE_PRIVATE_MESSAGE"] = "delete_private_message";
|
|
22
|
+
SCNotificationTypologyType["DELETED_FOR_ADVERTISING"] = "deleted_for_advertising";
|
|
23
|
+
SCNotificationTypologyType["DELETED_FOR_AGGRESSIVE"] = "deleted_for_aggressive";
|
|
24
|
+
SCNotificationTypologyType["DELETED_FOR_VULGAR"] = "deleted_for_vulgar";
|
|
25
|
+
SCNotificationTypologyType["DELETED_FOR_POOR"] = "deleted_for_poor";
|
|
26
|
+
SCNotificationTypologyType["DELETED_FOR_OFFTOPIC"] = "deleted_for_offtopic";
|
|
27
|
+
SCNotificationTypologyType["UNDELETED_FOR"] = "undeleted_for";
|
|
28
|
+
SCNotificationTypologyType["COLLAPSED_FOR_ADVERTISING"] = "collapsed_for_advertising";
|
|
29
|
+
SCNotificationTypologyType["COLLAPSED_FOR_AGGRESSIVE"] = "collapsed_for_aggressive";
|
|
30
|
+
SCNotificationTypologyType["COLLAPSED_FOR_VULGAR"] = "collapsed_for_vulgar";
|
|
31
|
+
SCNotificationTypologyType["COLLAPSED_FOR_POOR"] = "collapsed_for_poor";
|
|
32
|
+
SCNotificationTypologyType["COLLAPSED_FOR_OFFTOPIC"] = "collapsed_for_offtopic";
|
|
33
|
+
SCNotificationTypologyType["USER_FOLLOW"] = "user_follow";
|
|
34
|
+
SCNotificationTypologyType["USER_UNFOLLOW"] = "user_unfollow";
|
|
35
|
+
SCNotificationTypologyType["KINDLY_NOTICE_ADVERTISING"] = "kindly_notice_advertising";
|
|
36
|
+
SCNotificationTypologyType["KINDLY_NOTICE_AGGRESSIVE"] = "kindly_notice_aggressive";
|
|
37
|
+
SCNotificationTypologyType["KINDLY_NOTICE_VULGAR"] = "kindly_notice_vulgar";
|
|
38
|
+
SCNotificationTypologyType["KINDLY_NOTICE_POOR"] = "kindly_notice_poor";
|
|
39
|
+
SCNotificationTypologyType["KINDLY_NOTICE_OFFTOPIC"] = "kindly_notice_offtopic";
|
|
40
|
+
SCNotificationTypologyType["KINDLY_NOTICE_FLAG"] = "kindly_notice_flag";
|
|
41
|
+
SCNotificationTypologyType["BLOCKED_USER"] = "blocked_user";
|
|
42
|
+
SCNotificationTypologyType["UNBLOCKED_USER"] = "unblocked_user";
|
|
43
|
+
SCNotificationTypologyType["INCUBATOR_APPROVED"] = "incubator_approved";
|
|
44
|
+
SCNotificationTypologyType["CUSTOM_NOTIFICATION"] = "custom_notification";
|
|
45
|
+
SCNotificationTypologyType["NOTIFICATION_BANNER"] = "notification_banner";
|
|
46
|
+
})(SCNotificationTypologyType = exports.SCNotificationTypologyType || (exports.SCNotificationTypologyType = {}));
|
|
10
47
|
/**
|
|
11
48
|
* Define topic for notifications
|
|
12
49
|
* Usefull for websocket
|
|
13
50
|
*/
|
|
14
|
-
|
|
15
|
-
exports.SCNotificationTypologyType = SCNotificationTypologyType;
|
|
16
|
-
|
|
17
|
-
(function (SCNotificationTypologyType) {
|
|
18
|
-
SCNotificationTypologyType["COMMENT"] = "comment";
|
|
19
|
-
SCNotificationTypologyType["NESTED_COMMENT"] = "nested_comment";
|
|
20
|
-
SCNotificationTypologyType["CONNECTION_REQUEST"] = "connection_request";
|
|
21
|
-
SCNotificationTypologyType["CONNECTION_ACCEPT"] = "connection_accept";
|
|
22
|
-
SCNotificationTypologyType["CONNECTION_REMOVE"] = "connection_remove";
|
|
23
|
-
SCNotificationTypologyType["CONNECTION_REJECT"] = "connection_reject";
|
|
24
|
-
SCNotificationTypologyType["CONNECTION_CANCEL_REJECT"] = "connection_cancel_reject";
|
|
25
|
-
SCNotificationTypologyType["CONNECTION_CANCEL_REQUEST"] = "connection_cancel_reject";
|
|
26
|
-
SCNotificationTypologyType["MENTION"] = "mention";
|
|
27
|
-
SCNotificationTypologyType["VOTE_UP"] = "vote_up";
|
|
28
|
-
SCNotificationTypologyType["FOLLOW"] = "follow";
|
|
29
|
-
SCNotificationTypologyType["PRIVATE_MESSAGE"] = "private_message";
|
|
30
|
-
SCNotificationTypologyType["DELETE_PRIVATE_MESSAGE"] = "delete_private_message";
|
|
31
|
-
SCNotificationTypologyType["DELETED_FOR_ADVERTISING"] = "deleted_for_advertising";
|
|
32
|
-
SCNotificationTypologyType["DELETED_FOR_AGGRESSIVE"] = "deleted_for_aggressive";
|
|
33
|
-
SCNotificationTypologyType["DELETED_FOR_VULGAR"] = "deleted_for_vulgar";
|
|
34
|
-
SCNotificationTypologyType["DELETED_FOR_POOR"] = "deleted_for_poor";
|
|
35
|
-
SCNotificationTypologyType["DELETED_FOR_OFFTOPIC"] = "deleted_for_offtopic";
|
|
36
|
-
SCNotificationTypologyType["UNDELETED_FOR"] = "undeleted_for";
|
|
37
|
-
SCNotificationTypologyType["COLLAPSED_FOR_ADVERTISING"] = "collapsed_for_advertising";
|
|
38
|
-
SCNotificationTypologyType["COLLAPSED_FOR_AGGRESSIVE"] = "collapsed_for_aggressive";
|
|
39
|
-
SCNotificationTypologyType["COLLAPSED_FOR_VULGAR"] = "collapsed_for_vulgar";
|
|
40
|
-
SCNotificationTypologyType["COLLAPSED_FOR_POOR"] = "collapsed_for_poor";
|
|
41
|
-
SCNotificationTypologyType["COLLAPSED_FOR_OFFTOPIC"] = "collapsed_for_offtopic";
|
|
42
|
-
SCNotificationTypologyType["USER_FOLLOW"] = "user_follow";
|
|
43
|
-
SCNotificationTypologyType["USER_UNFOLLOW"] = "user_unfollow";
|
|
44
|
-
SCNotificationTypologyType["KINDLY_NOTICE_ADVERTISING"] = "kindly_notice_advertising";
|
|
45
|
-
SCNotificationTypologyType["KINDLY_NOTICE_AGGRESSIVE"] = "kindly_notice_aggressive";
|
|
46
|
-
SCNotificationTypologyType["KINDLY_NOTICE_VULGAR"] = "kindly_notice_vulgar";
|
|
47
|
-
SCNotificationTypologyType["KINDLY_NOTICE_POOR"] = "kindly_notice_poor";
|
|
48
|
-
SCNotificationTypologyType["KINDLY_NOTICE_OFFTOPIC"] = "kindly_notice_offtopic";
|
|
49
|
-
SCNotificationTypologyType["KINDLY_NOTICE_FLAG"] = "kindly_notice_flag";
|
|
50
|
-
SCNotificationTypologyType["BLOCKED_USER"] = "blocked_user";
|
|
51
|
-
SCNotificationTypologyType["UNBLOCKED_USER"] = "unblocked_user";
|
|
52
|
-
SCNotificationTypologyType["INCUBATOR_APPROVED"] = "incubator_approved";
|
|
53
|
-
SCNotificationTypologyType["CUSTOM_NOTIFICATION"] = "custom_notification";
|
|
54
|
-
SCNotificationTypologyType["NOTIFICATION_BANNER"] = "notification_banner";
|
|
55
|
-
})(SCNotificationTypologyType || (exports.SCNotificationTypologyType = SCNotificationTypologyType = {}));
|
|
56
|
-
|
|
57
|
-
let SCNotificationTopicType;
|
|
58
|
-
/**
|
|
59
|
-
* Interface SCNotificationAggregatedType.
|
|
60
|
-
* Notification aggregated Schema.
|
|
61
|
-
*/
|
|
62
|
-
|
|
63
|
-
exports.SCNotificationTopicType = SCNotificationTopicType;
|
|
64
|
-
|
|
51
|
+
var SCNotificationTopicType;
|
|
65
52
|
(function (SCNotificationTopicType) {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
})(SCNotificationTopicType
|
|
53
|
+
SCNotificationTopicType["INTERACTION"] = "interaction";
|
|
54
|
+
SCNotificationTopicType["NEWS"] = "news";
|
|
55
|
+
})(SCNotificationTopicType = exports.SCNotificationTopicType || (exports.SCNotificationTopicType = {}));
|
|
56
|
+
//# sourceMappingURL=notification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification.js","sourceRoot":"","sources":["../../../src/types/notification.ts"],"names":[],"mappings":";;;AAMA;;GAEG;AACH,IAAY,0BAsCX;AAtCD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,+DAAiC,CAAA;IACjC,uEAAyC,CAAA;IACzC,qEAAuC,CAAA;IACvC,qEAAuC,CAAA;IACvC,qEAAuC,CAAA;IACvC,mFAAqD,CAAA;IACrD,oFAAsD,CAAA;IACtD,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,+CAAiB,CAAA;IACjB,iEAAmC,CAAA;IACnC,+EAAiD,CAAA;IACjD,iFAAmD,CAAA;IACnD,+EAAiD,CAAA;IACjD,uEAAyC,CAAA;IACzC,mEAAqC,CAAA;IACrC,2EAA6C,CAAA;IAC7C,6DAA+B,CAAA;IAC/B,qFAAuD,CAAA;IACvD,mFAAqD,CAAA;IACrD,2EAA6C,CAAA;IAC7C,uEAAyC,CAAA;IACzC,+EAAiD,CAAA;IACjD,yDAA2B,CAAA;IAC3B,6DAA+B,CAAA;IAC/B,qFAAuD,CAAA;IACvD,mFAAqD,CAAA;IACrD,2EAA6C,CAAA;IAC7C,uEAAyC,CAAA;IACzC,+EAAiD,CAAA;IACjD,uEAAyC,CAAA;IACzC,2DAA6B,CAAA;IAC7B,+DAAiC,CAAA;IACjC,uEAAyC,CAAA;IACzC,yEAA2C,CAAA;IAC3C,yEAA2C,CAAA;AAC7C,CAAC,EAtCW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAsCrC;AAED;;;GAGG;AACH,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,sDAA2B,CAAA;IAC3B,wCAAa,CAAA;AACf,CAAC,EAHW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAGlC"}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=platform.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"platform.js","sourceRoot":"","sources":["../../../src/types/platform.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/types/poll.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=poll.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"poll.js","sourceRoot":"","sources":["../../../src/types/poll.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=preference.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preference.js","sourceRoot":"","sources":["../../../src/types/preference.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,40 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.
|
|
4
|
-
exports.SCPrivateMessageStatusType = exports.SCMessageFileType = void 0;
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Interface SCPrivateMessageType.
|
|
8
|
-
* Private Message Schema.
|
|
9
|
-
*/
|
|
10
|
-
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SCMessageFileType = exports.SCPrivateMessageStatusType = void 0;
|
|
11
4
|
/**
|
|
12
5
|
* Private Message status:
|
|
13
6
|
* created, deleted or hidden message
|
|
14
7
|
*/
|
|
15
|
-
|
|
16
|
-
exports.SCPrivateMessageStatusType = SCPrivateMessageStatusType;
|
|
17
|
-
|
|
8
|
+
var SCPrivateMessageStatusType;
|
|
18
9
|
(function (SCPrivateMessageStatusType) {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
})(SCPrivateMessageStatusType
|
|
24
|
-
|
|
10
|
+
SCPrivateMessageStatusType["CREATED"] = "created";
|
|
11
|
+
SCPrivateMessageStatusType["DELETED"] = "deleted";
|
|
12
|
+
SCPrivateMessageStatusType["HIDDEN"] = "hidden";
|
|
13
|
+
SCPrivateMessageStatusType["NEW"] = "new";
|
|
14
|
+
})(SCPrivateMessageStatusType = exports.SCPrivateMessageStatusType || (exports.SCPrivateMessageStatusType = {}));
|
|
25
15
|
/**
|
|
26
16
|
* Private Message status:
|
|
27
17
|
* created, deleted or hidden message
|
|
28
18
|
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* SCPrivateMessageUploadMediaType interface
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
exports.SCMessageFileType = SCMessageFileType;
|
|
35
|
-
|
|
19
|
+
var SCMessageFileType;
|
|
36
20
|
(function (SCMessageFileType) {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
})(SCMessageFileType
|
|
21
|
+
SCMessageFileType["DOCUMENT"] = "application/";
|
|
22
|
+
SCMessageFileType["IMAGE"] = "image/";
|
|
23
|
+
SCMessageFileType["VIDEO"] = "video/";
|
|
24
|
+
})(SCMessageFileType = exports.SCMessageFileType || (exports.SCMessageFileType = {}));
|
|
25
|
+
//# sourceMappingURL=privateMessage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateMessage.js","sourceRoot":"","sources":["../../../src/types/privateMessage.ts"],"names":[],"mappings":";;;AA0DA;;;GAGG;AACH,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,+CAAiB,CAAA;IACjB,yCAAW,CAAA;AACb,CAAC,EALW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAKrC;AA8CD;;;GAGG;AACH,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,8CAAyB,CAAA;IACzB,qCAAgB,CAAA;IAChB,qCAAgB,CAAA;AAClB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B"}
|
|
File without changes
|
|
File without changes
|