@wix/blog_posts
Advanced tools
Comparing version 1.0.54 to 1.0.55
@@ -18,1 +18,2 @@ "use strict"; | ||
__exportStar(require("./src/blog-v3-post-posts.context"), exports); | ||
//# sourceMappingURL=context.js.map |
@@ -18,1 +18,2 @@ "use strict"; | ||
__exportStar(require("./src/blog-v3-post-posts.context"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -18,1 +18,2 @@ "use strict"; | ||
__exportStar(require("./src/blog-v3-post-posts.universal"), exports); | ||
//# sourceMappingURL=index.typings.js.map |
@@ -18,1 +18,2 @@ "use strict"; | ||
__exportStar(require("./src/blog-v3-post-posts.meta"), exports); | ||
//# sourceMappingURL=meta.js.map |
@@ -85,1 +85,2 @@ "use strict"; | ||
Object.defineProperty(exports, "Order", { enumerable: true, get: function () { return blog_v3_post_posts_universal_1.Order; } }); | ||
//# sourceMappingURL=blog-v3-post-posts.context.js.map |
@@ -841,1 +841,2 @@ "use strict"; | ||
exports.getTotalPosts = getTotalPosts; | ||
//# sourceMappingURL=blog-v3-post-posts.http.js.map |
@@ -161,1 +161,2 @@ "use strict"; | ||
exports.getTotalPosts = getTotalPosts; | ||
//# sourceMappingURL=blog-v3-post-posts.meta.js.map |
@@ -329,1 +329,2 @@ "use strict"; | ||
Object.defineProperty(exports, "WidthType", { enumerable: true, get: function () { return blog_v3_post_posts_universal_2.WidthType; } }); | ||
//# sourceMappingURL=blog-v3-post-posts.public.js.map |
@@ -468,1 +468,2 @@ "use strict"; | ||
})(Order || (exports.Order = Order = {})); | ||
//# sourceMappingURL=blog-v3-post-posts.types.js.map |
@@ -975,1 +975,2 @@ "use strict"; | ||
exports.getTotalPosts = getTotalPosts; | ||
//# sourceMappingURL=blog-v3-post-posts.universal.js.map |
export * from './src/blog-v3-post-posts.context'; | ||
//# sourceMappingURL=context.js.map |
export * from './src/blog-v3-post-posts.context'; | ||
//# sourceMappingURL=index.js.map |
export * from './src/blog-v3-post-posts.universal'; | ||
//# sourceMappingURL=index.typings.js.map |
export * from './src/blog-v3-post-posts.meta'; | ||
//# sourceMappingURL=meta.js.map |
@@ -42,1 +42,2 @@ import { getPost as publicGetPost, getPostBySlug as publicGetPostBySlug, listPosts as publicListPosts, queryPosts as publicQueryPosts, getPostMetrics as publicGetPostMetrics, queryPostCountStats as publicQueryPostCountStats, getTotalPosts as publicGetTotalPosts, } from './blog-v3-post-posts.public'; | ||
export { NodeType, WidthType, PluginContainerDataAlignment, Type, Target, TextAlignment, LineStyle, Width, Alignment, ViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, Source, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, ModerationStatusStatus, WebhookIdentityType, GetPostsSort, PostFieldField, GetPostTemplatesSort, Origin, Status, Field, SortOrder, QueryPublicationsCountStatsRequestOrder, Order, } from './blog-v3-post-posts.universal'; | ||
//# sourceMappingURL=blog-v3-post-posts.context.js.map |
@@ -831,1 +831,2 @@ import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules'; | ||
} | ||
//# sourceMappingURL=blog-v3-post-posts.http.js.map |
@@ -128,1 +128,2 @@ import * as ambassadorWixBlogV3Post from './blog-v3-post-posts.http'; | ||
} | ||
//# sourceMappingURL=blog-v3-post-posts.meta.js.map |
@@ -279,1 +279,2 @@ import { renameKeysFromRESTResponseToSDKResponse } from '@wix/sdk-runtime/rename-all-nested-keys'; | ||
export { Alignment, AppType, BackgroundType, Crop, DecorationType, Direction, Field, FontType, GetPostTemplatesSort, GetPostsSort, InitialExpandedItems, LayoutType, LineStyle, MapType, ModerationStatusStatus, NodeType, NullValue, Order, Orientation, Origin, PluginContainerDataAlignment, PollLayoutDirection, PollLayoutType, PostFieldField, QueryPublicationsCountStatsRequestOrder, SortOrder, Source, Status, Target, TextAlignment, ThumbnailsAlignment, Type, VerticalAlignment, ViewMode, ViewRole, VoteRole, WebhookIdentityType, Width, WidthType, } from './blog-v3-post-posts.universal'; | ||
//# sourceMappingURL=blog-v3-post-posts.public.js.map |
@@ -465,1 +465,2 @@ export var NodeType; | ||
})(Order || (Order = {})); | ||
//# sourceMappingURL=blog-v3-post-posts.types.js.map |
@@ -942,1 +942,2 @@ import { transformError as sdkTransformError } from '@wix/sdk-runtime/transform-error'; | ||
} | ||
//# sourceMappingURL=blog-v3-post-posts.universal.js.map |
{ | ||
"name": "@wix/blog_posts", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"publishConfig": { | ||
@@ -8,2 +8,5 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"keywords": [ | ||
"wix-sdk-module=backend,page,public" | ||
], | ||
"sideEffects": false, | ||
@@ -47,3 +50,3 @@ "module": "build/es/index.js", | ||
}, | ||
"falconPackageHash": "8b1337e31568e8cc039aa85840bee95b4cda8606ac90ad639ca32eae" | ||
"falconPackageHash": "95545805bbe2a467dba634f56011a6fa3c58c11dcf52cd562c87e215" | ||
} |
1432431
67