@prezly/sdk 25.0.0 → 25.2.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.
- package/dist/api/constants.cjs +1 -1
- package/dist/api/constants.js +1 -1
- package/dist/endpoints/Billing/types.cjs +6 -6
- package/dist/endpoints/Billing/types.js +6 -6
- package/dist/endpoints/ContactTagGroups/types.cjs +3 -3
- package/dist/endpoints/ContactTagGroups/types.js +3 -3
- package/dist/endpoints/PricingTables/types.cjs +12 -12
- package/dist/endpoints/PricingTables/types.js +12 -12
- package/dist/endpoints/Stories/Client.cjs +11 -0
- package/dist/endpoints/Stories/Client.d.ts +5 -1
- package/dist/endpoints/Stories/Client.js +11 -0
- package/dist/endpoints/Subscriptions/types.cjs +3 -3
- package/dist/endpoints/Subscriptions/types.js +3 -3
- package/dist/http/types.cjs +6 -6
- package/dist/http/types.js +6 -6
- package/dist/types/BillingCycle.cjs +3 -3
- package/dist/types/BillingCycle.js +3 -3
- package/dist/types/Campaign.cjs +18 -18
- package/dist/types/Campaign.js +18 -18
- package/dist/types/Category.cjs +1 -0
- package/dist/types/Category.js +1 -0
- package/dist/types/Contact.cjs +18 -18
- package/dist/types/Contact.js +18 -18
- package/dist/types/ContactDuplicateSuggestion.cjs +3 -3
- package/dist/types/ContactDuplicateSuggestion.js +4 -3
- package/dist/types/ContactTag.cjs +2 -1
- package/dist/types/ContactTag.d.ts +1 -2
- package/dist/types/ContactTag.js +2 -1
- package/dist/types/ContactsExport.cjs +3 -3
- package/dist/types/ContactsExport.d.ts +1 -2
- package/dist/types/ContactsExport.js +3 -3
- package/dist/types/ContactsScope.cjs +3 -3
- package/dist/types/ContactsScope.js +3 -3
- package/dist/types/CoverageEntry.cjs +9 -9
- package/dist/types/CoverageEntry.js +9 -9
- package/dist/types/CoverageIntegration.cjs +3 -3
- package/dist/types/CoverageIntegration.d.ts +1 -2
- package/dist/types/CoverageIntegration.js +3 -3
- package/dist/types/CoverageIntegrationRun.cjs +3 -3
- package/dist/types/CoverageIntegrationRun.d.ts +1 -2
- package/dist/types/CoverageIntegrationRun.js +3 -3
- package/dist/types/Culture.cjs +3 -3
- package/dist/types/Culture.js +3 -3
- package/dist/types/Currency.cjs +3 -3
- package/dist/types/Currency.js +3 -3
- package/dist/types/EmailRecipient.cjs +6 -6
- package/dist/types/EmailRecipient.js +6 -6
- package/dist/types/JobState.cjs +3 -3
- package/dist/types/JobState.js +3 -3
- package/dist/types/License.cjs +12 -12
- package/dist/types/License.js +12 -12
- package/dist/types/Newsroom.cjs +12 -12
- package/dist/types/Newsroom.d.ts +3 -1
- package/dist/types/Newsroom.js +12 -12
- package/dist/types/NewsroomDomain.cjs +6 -6
- package/dist/types/NewsroomDomain.js +6 -6
- package/dist/types/NewsroomGallery.cjs +6 -6
- package/dist/types/NewsroomGallery.js +6 -6
- package/dist/types/NewsroomTheme.cjs +8 -7
- package/dist/types/NewsroomTheme.js +8 -7
- package/dist/types/NewsroomWebhook.cjs +3 -3
- package/dist/types/NewsroomWebhook.js +3 -3
- package/dist/types/NotificationSubscription.cjs +3 -3
- package/dist/types/NotificationSubscription.js +3 -3
- package/dist/types/Permissions.cjs +3 -3
- package/dist/types/Permissions.js +3 -3
- package/dist/types/Plan.cjs +10 -10
- package/dist/types/Plan.js +11 -11
- package/dist/types/Price.cjs +6 -6
- package/dist/types/Price.js +6 -6
- package/dist/types/PrivacyRequest.cjs +6 -6
- package/dist/types/PrivacyRequest.js +6 -6
- package/dist/types/SenderAddress.cjs +3 -3
- package/dist/types/SenderAddress.js +3 -3
- package/dist/types/SenderDomain.cjs +3 -3
- package/dist/types/SenderDomain.js +3 -3
- package/dist/types/SortOrder.cjs +3 -3
- package/dist/types/SortOrder.js +3 -3
- package/dist/types/StoriesBulkSelector.cjs +1 -0
- package/dist/types/StoriesBulkSelector.d.ts +4 -0
- package/dist/types/StoriesBulkSelector.js +1 -0
- package/dist/types/Story.cjs +12 -12
- package/dist/types/Story.js +12 -12
- package/dist/types/User.cjs +6 -6
- package/dist/types/User.js +6 -6
- package/dist/types/common/Iso8601DateTime.cjs +1 -0
- package/dist/types/common/Iso8601DateTime.d.ts +1 -0
- package/dist/types/common/Iso8601DateTime.js +1 -0
- package/dist/types/common/Notification.cjs +3 -3
- package/dist/types/common/Notification.js +3 -3
- package/dist/types/common/OEmbedInfo.cjs +3 -3
- package/dist/types/common/OEmbedInfo.js +3 -3
- package/dist/types/common/Pagination.cjs +3 -3
- package/dist/types/common/Pagination.js +3 -3
- package/dist/types/common/Query.js +1 -0
- package/dist/types/common/index.cjs +11 -0
- package/dist/types/common/index.d.ts +1 -0
- package/dist/types/common/index.js +1 -0
- package/dist/types/index.cjs +11 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.js +1 -0
- package/package.json +1 -1
package/dist/types/SortOrder.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export let SortOrder;
|
|
2
2
|
(function (_SortOrder) {
|
|
3
|
-
let Direction
|
|
3
|
+
let Direction;
|
|
4
|
+
(function (Direction) {
|
|
4
5
|
Direction["ASC"] = "asc";
|
|
5
6
|
Direction["DESC"] = "desc";
|
|
6
|
-
|
|
7
|
-
}({});
|
|
7
|
+
})(Direction || (Direction = {}));
|
|
8
8
|
_SortOrder.Direction = Direction;
|
|
9
9
|
function empty() {
|
|
10
10
|
return {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/types/Story.cjs
CHANGED
|
@@ -7,43 +7,43 @@ exports.Story = void 0;
|
|
|
7
7
|
var _Newsroom = require("./Newsroom.cjs");
|
|
8
8
|
let Story = exports.Story = void 0;
|
|
9
9
|
(function (_Story) {
|
|
10
|
-
let FormatVersion
|
|
10
|
+
let FormatVersion;
|
|
11
|
+
(function (FormatVersion) {
|
|
11
12
|
FormatVersion[FormatVersion["HTML"] = 1] = "HTML";
|
|
12
13
|
FormatVersion[FormatVersion["SLATEJS_V3"] = 3] = "SLATEJS_V3";
|
|
13
14
|
FormatVersion[FormatVersion["SLATEJS_V4"] = 4] = "SLATEJS_V4";
|
|
14
15
|
FormatVersion[FormatVersion["SLATEJS_V5"] = 5] = "SLATEJS_V5";
|
|
15
16
|
FormatVersion[FormatVersion["SLATEJS_V6"] = 6] = "SLATEJS_V6";
|
|
16
|
-
|
|
17
|
-
}({});
|
|
17
|
+
})(FormatVersion || (FormatVersion = {}));
|
|
18
18
|
_Story.FormatVersion = FormatVersion;
|
|
19
|
-
let Status
|
|
19
|
+
let Status;
|
|
20
|
+
(function (Status) {
|
|
20
21
|
Status["UNINITIALIZED"] = "uninitialized";
|
|
21
22
|
Status["DRAFT"] = "draft";
|
|
22
23
|
Status["SCHEDULED"] = "scheduled";
|
|
23
24
|
Status["EMBARGO"] = "embargo";
|
|
24
25
|
Status["PUBLISHED"] = "published";
|
|
25
|
-
|
|
26
|
-
}({});
|
|
26
|
+
})(Status || (Status = {}));
|
|
27
27
|
_Story.Status = Status;
|
|
28
28
|
const LifecycleStatus = _Story.LifecycleStatus = Status;
|
|
29
29
|
/**
|
|
30
30
|
* @deprecated Please use `Status` instead.
|
|
31
31
|
* @see Status
|
|
32
32
|
*/
|
|
33
|
-
let PublicationStatus
|
|
33
|
+
let PublicationStatus;
|
|
34
|
+
(function (PublicationStatus) {
|
|
34
35
|
PublicationStatus["NEW"] = "new";
|
|
35
36
|
PublicationStatus["DRAFT"] = "draft";
|
|
36
37
|
PublicationStatus["PUBLISHED"] = "published";
|
|
37
|
-
|
|
38
|
-
}({});
|
|
38
|
+
})(PublicationStatus || (PublicationStatus = {}));
|
|
39
39
|
_Story.PublicationStatus = PublicationStatus;
|
|
40
|
-
let Visibility
|
|
40
|
+
let Visibility;
|
|
41
|
+
(function (Visibility) {
|
|
41
42
|
Visibility["PUBLIC"] = "public";
|
|
42
43
|
Visibility["EMBARGO"] = "embargo";
|
|
43
44
|
Visibility["PRIVATE"] = "private";
|
|
44
45
|
Visibility["CONFIDENTIAL"] = "confidential";
|
|
45
|
-
|
|
46
|
-
}({});
|
|
46
|
+
})(Visibility || (Visibility = {}));
|
|
47
47
|
_Story.Visibility = Visibility;
|
|
48
48
|
/*
|
|
49
49
|
* Newsroom status checks
|
package/dist/types/Story.js
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
import { Newsroom } from "./Newsroom.js";
|
|
2
2
|
export let Story;
|
|
3
3
|
(function (_Story) {
|
|
4
|
-
let FormatVersion
|
|
4
|
+
let FormatVersion;
|
|
5
|
+
(function (FormatVersion) {
|
|
5
6
|
FormatVersion[FormatVersion["HTML"] = 1] = "HTML";
|
|
6
7
|
FormatVersion[FormatVersion["SLATEJS_V3"] = 3] = "SLATEJS_V3";
|
|
7
8
|
FormatVersion[FormatVersion["SLATEJS_V4"] = 4] = "SLATEJS_V4";
|
|
8
9
|
FormatVersion[FormatVersion["SLATEJS_V5"] = 5] = "SLATEJS_V5";
|
|
9
10
|
FormatVersion[FormatVersion["SLATEJS_V6"] = 6] = "SLATEJS_V6";
|
|
10
|
-
|
|
11
|
-
}({});
|
|
11
|
+
})(FormatVersion || (FormatVersion = {}));
|
|
12
12
|
_Story.FormatVersion = FormatVersion;
|
|
13
|
-
let Status
|
|
13
|
+
let Status;
|
|
14
|
+
(function (Status) {
|
|
14
15
|
Status["UNINITIALIZED"] = "uninitialized";
|
|
15
16
|
Status["DRAFT"] = "draft";
|
|
16
17
|
Status["SCHEDULED"] = "scheduled";
|
|
17
18
|
Status["EMBARGO"] = "embargo";
|
|
18
19
|
Status["PUBLISHED"] = "published";
|
|
19
|
-
|
|
20
|
-
}({});
|
|
20
|
+
})(Status || (Status = {}));
|
|
21
21
|
_Story.Status = Status;
|
|
22
22
|
const LifecycleStatus = _Story.LifecycleStatus = Status;
|
|
23
23
|
/**
|
|
24
24
|
* @deprecated Please use `Status` instead.
|
|
25
25
|
* @see Status
|
|
26
26
|
*/
|
|
27
|
-
let PublicationStatus
|
|
27
|
+
let PublicationStatus;
|
|
28
|
+
(function (PublicationStatus) {
|
|
28
29
|
PublicationStatus["NEW"] = "new";
|
|
29
30
|
PublicationStatus["DRAFT"] = "draft";
|
|
30
31
|
PublicationStatus["PUBLISHED"] = "published";
|
|
31
|
-
|
|
32
|
-
}({});
|
|
32
|
+
})(PublicationStatus || (PublicationStatus = {}));
|
|
33
33
|
_Story.PublicationStatus = PublicationStatus;
|
|
34
|
-
let Visibility
|
|
34
|
+
let Visibility;
|
|
35
|
+
(function (Visibility) {
|
|
35
36
|
Visibility["PUBLIC"] = "public";
|
|
36
37
|
Visibility["EMBARGO"] = "embargo";
|
|
37
38
|
Visibility["PRIVATE"] = "private";
|
|
38
39
|
Visibility["CONFIDENTIAL"] = "confidential";
|
|
39
|
-
|
|
40
|
-
}({});
|
|
40
|
+
})(Visibility || (Visibility = {}));
|
|
41
41
|
_Story.Visibility = Visibility;
|
|
42
42
|
/*
|
|
43
43
|
* Newsroom status checks
|
package/dist/types/User.cjs
CHANGED
|
@@ -6,14 +6,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.User = void 0;
|
|
7
7
|
let User = exports.User = void 0;
|
|
8
8
|
(function (_User) {
|
|
9
|
-
let SignInFlow
|
|
9
|
+
let SignInFlow;
|
|
10
|
+
(function (SignInFlow) {
|
|
10
11
|
SignInFlow["GOOGLE"] = "google";
|
|
11
12
|
SignInFlow["PASSWORD"] = "password";
|
|
12
13
|
SignInFlow["SSO"] = "sso";
|
|
13
|
-
|
|
14
|
-
}({});
|
|
14
|
+
})(SignInFlow || (SignInFlow = {}));
|
|
15
15
|
_User.SignInFlow = SignInFlow;
|
|
16
|
-
let UseCaseAnswer
|
|
16
|
+
let UseCaseAnswer;
|
|
17
|
+
(function (UseCaseAnswer) {
|
|
17
18
|
UseCaseAnswer["UNKNOWN"] = "unknown";
|
|
18
19
|
UseCaseAnswer["CAMPAIGNS"] = "campaigns";
|
|
19
20
|
UseCaseAnswer["CONTACTS"] = "contacts";
|
|
@@ -21,7 +22,6 @@ let User = exports.User = void 0;
|
|
|
21
22
|
UseCaseAnswer["NEWSROOM"] = "newsroom";
|
|
22
23
|
UseCaseAnswer["COVERAGE"] = "coverage";
|
|
23
24
|
UseCaseAnswer["SKIP"] = "skip";
|
|
24
|
-
|
|
25
|
-
}({});
|
|
25
|
+
})(UseCaseAnswer || (UseCaseAnswer = {}));
|
|
26
26
|
_User.UseCaseAnswer = UseCaseAnswer;
|
|
27
27
|
})(User || (exports.User = User = {}));
|
package/dist/types/User.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
export let User;
|
|
2
2
|
(function (_User) {
|
|
3
|
-
let SignInFlow
|
|
3
|
+
let SignInFlow;
|
|
4
|
+
(function (SignInFlow) {
|
|
4
5
|
SignInFlow["GOOGLE"] = "google";
|
|
5
6
|
SignInFlow["PASSWORD"] = "password";
|
|
6
7
|
SignInFlow["SSO"] = "sso";
|
|
7
|
-
|
|
8
|
-
}({});
|
|
8
|
+
})(SignInFlow || (SignInFlow = {}));
|
|
9
9
|
_User.SignInFlow = SignInFlow;
|
|
10
|
-
let UseCaseAnswer
|
|
10
|
+
let UseCaseAnswer;
|
|
11
|
+
(function (UseCaseAnswer) {
|
|
11
12
|
UseCaseAnswer["UNKNOWN"] = "unknown";
|
|
12
13
|
UseCaseAnswer["CAMPAIGNS"] = "campaigns";
|
|
13
14
|
UseCaseAnswer["CONTACTS"] = "contacts";
|
|
@@ -15,7 +16,6 @@ export let User;
|
|
|
15
16
|
UseCaseAnswer["NEWSROOM"] = "newsroom";
|
|
16
17
|
UseCaseAnswer["COVERAGE"] = "coverage";
|
|
17
18
|
UseCaseAnswer["SKIP"] = "skip";
|
|
18
|
-
|
|
19
|
-
}({});
|
|
19
|
+
})(UseCaseAnswer || (UseCaseAnswer = {}));
|
|
20
20
|
_User.UseCaseAnswer = UseCaseAnswer;
|
|
21
21
|
})(User || (User = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type Iso8601DateTime = string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.Notification = void 0;
|
|
7
7
|
let Notification = exports.Notification = void 0;
|
|
8
8
|
(function (_Notification) {
|
|
9
|
-
let Style
|
|
9
|
+
let Style;
|
|
10
|
+
(function (Style) {
|
|
10
11
|
Style["SUCCESS"] = "success";
|
|
11
12
|
Style["INFO"] = "info";
|
|
12
13
|
Style["WARNING"] = "warning";
|
|
13
14
|
Style["DANGER"] = "danger";
|
|
14
|
-
|
|
15
|
-
}({});
|
|
15
|
+
})(Style || (Style = {}));
|
|
16
16
|
_Notification.Style = Style;
|
|
17
17
|
})(Notification || (exports.Notification = Notification = {}));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export let Notification;
|
|
2
2
|
(function (_Notification) {
|
|
3
|
-
let Style
|
|
3
|
+
let Style;
|
|
4
|
+
(function (Style) {
|
|
4
5
|
Style["SUCCESS"] = "success";
|
|
5
6
|
Style["INFO"] = "info";
|
|
6
7
|
Style["WARNING"] = "warning";
|
|
7
8
|
Style["DANGER"] = "danger";
|
|
8
|
-
|
|
9
|
-
}({});
|
|
9
|
+
})(Style || (Style = {}));
|
|
10
10
|
_Notification.Style = Style;
|
|
11
11
|
})(Notification || (Notification = {}));
|
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.OEmbedInfo = void 0;
|
|
7
7
|
let OEmbedInfo = exports.OEmbedInfo = void 0;
|
|
8
8
|
(function (_OEmbedInfo) {
|
|
9
|
-
let Type
|
|
9
|
+
let Type;
|
|
10
|
+
(function (Type) {
|
|
10
11
|
Type["LINK"] = "link";
|
|
11
12
|
Type["PHOTO"] = "photo";
|
|
12
13
|
Type["RICH"] = "rich";
|
|
13
14
|
Type["VIDEO"] = "video";
|
|
14
|
-
|
|
15
|
-
}({});
|
|
15
|
+
})(Type || (Type = {}));
|
|
16
16
|
_OEmbedInfo.Type = Type;
|
|
17
17
|
})(OEmbedInfo || (exports.OEmbedInfo = OEmbedInfo = {}));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export let OEmbedInfo;
|
|
2
2
|
(function (_OEmbedInfo) {
|
|
3
|
-
let Type
|
|
3
|
+
let Type;
|
|
4
|
+
(function (Type) {
|
|
4
5
|
Type["LINK"] = "link";
|
|
5
6
|
Type["PHOTO"] = "photo";
|
|
6
7
|
Type["RICH"] = "rich";
|
|
7
8
|
Type["VIDEO"] = "video";
|
|
8
|
-
|
|
9
|
-
}({});
|
|
9
|
+
})(Type || (Type = {}));
|
|
10
10
|
_OEmbedInfo.Type = Type;
|
|
11
11
|
})(OEmbedInfo || (OEmbedInfo = {}));
|
|
@@ -7,9 +7,9 @@ exports.SelectionMode = void 0;
|
|
|
7
7
|
/**
|
|
8
8
|
* @see https://api.prezly.com/v2/common/schema.json#/definitions/Pagination
|
|
9
9
|
*/
|
|
10
|
-
let SelectionMode = exports.SelectionMode =
|
|
10
|
+
let SelectionMode = exports.SelectionMode = void 0;
|
|
11
|
+
(function (SelectionMode) {
|
|
11
12
|
SelectionMode["ALL"] = "all";
|
|
12
13
|
SelectionMode["IN"] = "in";
|
|
13
14
|
SelectionMode["NOT_IN"] = "not_in";
|
|
14
|
-
|
|
15
|
-
}({});
|
|
15
|
+
})(SelectionMode || (exports.SelectionMode = SelectionMode = {}));
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* @see https://api.prezly.com/v2/common/schema.json#/definitions/Pagination
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
export let SelectionMode
|
|
5
|
+
export let SelectionMode;
|
|
6
|
+
(function (SelectionMode) {
|
|
6
7
|
SelectionMode["ALL"] = "all";
|
|
7
8
|
SelectionMode["IN"] = "in";
|
|
8
9
|
SelectionMode["NOT_IN"] = "not_in";
|
|
9
|
-
|
|
10
|
-
}({});
|
|
10
|
+
})(SelectionMode || (SelectionMode = {}));
|
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
var _Iso8601DateTime = require("./Iso8601DateTime.cjs");
|
|
7
|
+
Object.keys(_Iso8601DateTime).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _Iso8601DateTime[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _Iso8601DateTime[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
6
17
|
var _Notification = require("./Notification.cjs");
|
|
7
18
|
Object.keys(_Notification).forEach(function (key) {
|
|
8
19
|
if (key === "default" || key === "__esModule") return;
|
package/dist/types/index.cjs
CHANGED
|
@@ -432,6 +432,17 @@ Object.keys(_SortOrder).forEach(function (key) {
|
|
|
432
432
|
}
|
|
433
433
|
});
|
|
434
434
|
});
|
|
435
|
+
var _StoriesBulkSelector = require("./StoriesBulkSelector.cjs");
|
|
436
|
+
Object.keys(_StoriesBulkSelector).forEach(function (key) {
|
|
437
|
+
if (key === "default" || key === "__esModule") return;
|
|
438
|
+
if (key in exports && exports[key] === _StoriesBulkSelector[key]) return;
|
|
439
|
+
Object.defineProperty(exports, key, {
|
|
440
|
+
enumerable: true,
|
|
441
|
+
get: function () {
|
|
442
|
+
return _StoriesBulkSelector[key];
|
|
443
|
+
}
|
|
444
|
+
});
|
|
445
|
+
});
|
|
435
446
|
var _Story = require("./Story.cjs");
|
|
436
447
|
Object.keys(_Story).forEach(function (key) {
|
|
437
448
|
if (key === "default" || key === "__esModule") return;
|
package/dist/types/index.d.ts
CHANGED
package/dist/types/index.js
CHANGED
|
@@ -38,6 +38,7 @@ export * from "./SenderAddress.js";
|
|
|
38
38
|
export * from "./SenderDomain.js";
|
|
39
39
|
export * from "./Snippet.js";
|
|
40
40
|
export * from "./SortOrder.js";
|
|
41
|
+
export * from "./StoriesBulkSelector.js";
|
|
41
42
|
export * from "./Story.js";
|
|
42
43
|
export * from "./User.js";
|
|
43
44
|
export * from "./UserAccount.js";
|