@wix/blog_posts
Advanced tools
Comparing version 1.0.55 to 1.0.56
@@ -307,15 +307,15 @@ "use strict"; | ||
(function (GetPostsSort) { | ||
/** Sorting by publishing date descending with pinned posts first. The default value */ | ||
/** Ordered by `firstPublishedDate` in descending order with pinned posts first. */ | ||
GetPostsSort["FEED"] = "FEED"; | ||
/** Sorting by publishing date ascending */ | ||
/** Ordered by `firstPublishedDate` in ascending order. */ | ||
GetPostsSort["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC"; | ||
/** Sorting by publishing date descending */ | ||
/** Ordered by `firstPublishedDate` in descending order. */ | ||
GetPostsSort["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC"; | ||
/** Sorting by view count descending */ | ||
/** Ordered by total number of views in descending order. */ | ||
GetPostsSort["VIEW_COUNT"] = "VIEW_COUNT"; | ||
/** Sorting by like count descending */ | ||
/** Ordered by total number of likes in descending order. */ | ||
GetPostsSort["LIKE_COUNT"] = "LIKE_COUNT"; | ||
/** Sorting by title ascending */ | ||
/** Ordered by `title` in ascening order. */ | ||
GetPostsSort["TITLE_ASC"] = "TITLE_ASC"; | ||
/** Sorting by title descending */ | ||
/** Ordered by `title` in descending order. */ | ||
GetPostsSort["TITLE_DESC"] = "TITLE_DESC"; | ||
@@ -326,13 +326,13 @@ })(GetPostsSort || (exports.GetPostsSort = GetPostsSort = {})); | ||
PostFieldField["UNKNOWN"] = "UNKNOWN"; | ||
/** Includes Post url when present */ | ||
/** Includes Post url when present. */ | ||
PostFieldField["URL"] = "URL"; | ||
/** Includes Post content text string when present */ | ||
/** Includes Post content text string when present. */ | ||
PostFieldField["CONTENT_TEXT"] = "CONTENT_TEXT"; | ||
/** Includes Post metrics when present */ | ||
/** Includes Post metrics when present. */ | ||
PostFieldField["METRICS"] = "METRICS"; | ||
/** Includes SEO data */ | ||
/** Includes SEO data. */ | ||
PostFieldField["SEO"] = "SEO"; | ||
/** Includes post owners Contact Id */ | ||
/** Includes post owners Contact Id. */ | ||
PostFieldField["CONTACT_ID"] = "CONTACT_ID"; | ||
/** Includes post rich content */ | ||
/** Includes post rich content. */ | ||
PostFieldField["RICH_CONTENT"] = "RICH_CONTENT"; | ||
@@ -342,5 +342,5 @@ })(PostFieldField || (exports.PostFieldField = PostFieldField = {})); | ||
(function (GetPostTemplatesSort) { | ||
/** Sorting by publishing date ascending */ | ||
/** Sort by ascending publishing date. */ | ||
GetPostTemplatesSort["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC"; | ||
/** Sorting by publishing date descending */ | ||
/** Sort by descending publishing date. */ | ||
GetPostTemplatesSort["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC"; | ||
@@ -347,0 +347,0 @@ })(GetPostTemplatesSort || (exports.GetPostTemplatesSort = GetPostTemplatesSort = {})); |
@@ -340,15 +340,15 @@ "use strict"; | ||
(function (GetPostsSort) { | ||
/** Sorting by publishing date descending with pinned posts first. The default value */ | ||
/** Ordered by `firstPublishedDate` in descending order with pinned posts first. */ | ||
GetPostsSort["FEED"] = "FEED"; | ||
/** Sorting by publishing date ascending */ | ||
/** Ordered by `firstPublishedDate` in ascending order. */ | ||
GetPostsSort["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC"; | ||
/** Sorting by publishing date descending */ | ||
/** Ordered by `firstPublishedDate` in descending order. */ | ||
GetPostsSort["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC"; | ||
/** Sorting by view count descending */ | ||
/** Ordered by total number of views in descending order. */ | ||
GetPostsSort["VIEW_COUNT"] = "VIEW_COUNT"; | ||
/** Sorting by like count descending */ | ||
/** Ordered by total number of likes in descending order. */ | ||
GetPostsSort["LIKE_COUNT"] = "LIKE_COUNT"; | ||
/** Sorting by title ascending */ | ||
/** Ordered by `title` in ascening order. */ | ||
GetPostsSort["TITLE_ASC"] = "TITLE_ASC"; | ||
/** Sorting by title descending */ | ||
/** Ordered by `title` in descending order. */ | ||
GetPostsSort["TITLE_DESC"] = "TITLE_DESC"; | ||
@@ -359,13 +359,13 @@ })(GetPostsSort || (exports.GetPostsSort = GetPostsSort = {})); | ||
PostFieldField["UNKNOWN"] = "UNKNOWN"; | ||
/** Includes Post url when present */ | ||
/** Includes Post url when present. */ | ||
PostFieldField["URL"] = "URL"; | ||
/** Includes Post content text string when present */ | ||
/** Includes Post content text string when present. */ | ||
PostFieldField["CONTENT_TEXT"] = "CONTENT_TEXT"; | ||
/** Includes Post metrics when present */ | ||
/** Includes Post metrics when present. */ | ||
PostFieldField["METRICS"] = "METRICS"; | ||
/** Includes SEO data */ | ||
/** Includes SEO data. */ | ||
PostFieldField["SEO"] = "SEO"; | ||
/** Includes post owners Contact Id */ | ||
/** Includes post owners Contact Id. */ | ||
PostFieldField["CONTACT_ID"] = "CONTACT_ID"; | ||
/** Includes post rich content */ | ||
/** Includes post rich content. */ | ||
PostFieldField["RICH_CONTENT"] = "RICH_CONTENT"; | ||
@@ -375,5 +375,5 @@ })(PostFieldField || (exports.PostFieldField = PostFieldField = {})); | ||
(function (GetPostTemplatesSort) { | ||
/** Sorting by publishing date ascending */ | ||
/** Sort by ascending publishing date. */ | ||
GetPostTemplatesSort["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC"; | ||
/** Sorting by publishing date descending */ | ||
/** Sort by descending publishing date. */ | ||
GetPostTemplatesSort["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC"; | ||
@@ -380,0 +380,0 @@ })(GetPostTemplatesSort || (exports.GetPostTemplatesSort = GetPostTemplatesSort = {})); |
@@ -304,15 +304,15 @@ export var NodeType; | ||
(function (GetPostsSort) { | ||
/** Sorting by publishing date descending with pinned posts first. The default value */ | ||
/** Ordered by `firstPublishedDate` in descending order with pinned posts first. */ | ||
GetPostsSort["FEED"] = "FEED"; | ||
/** Sorting by publishing date ascending */ | ||
/** Ordered by `firstPublishedDate` in ascending order. */ | ||
GetPostsSort["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC"; | ||
/** Sorting by publishing date descending */ | ||
/** Ordered by `firstPublishedDate` in descending order. */ | ||
GetPostsSort["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC"; | ||
/** Sorting by view count descending */ | ||
/** Ordered by total number of views in descending order. */ | ||
GetPostsSort["VIEW_COUNT"] = "VIEW_COUNT"; | ||
/** Sorting by like count descending */ | ||
/** Ordered by total number of likes in descending order. */ | ||
GetPostsSort["LIKE_COUNT"] = "LIKE_COUNT"; | ||
/** Sorting by title ascending */ | ||
/** Ordered by `title` in ascening order. */ | ||
GetPostsSort["TITLE_ASC"] = "TITLE_ASC"; | ||
/** Sorting by title descending */ | ||
/** Ordered by `title` in descending order. */ | ||
GetPostsSort["TITLE_DESC"] = "TITLE_DESC"; | ||
@@ -323,13 +323,13 @@ })(GetPostsSort || (GetPostsSort = {})); | ||
PostFieldField["UNKNOWN"] = "UNKNOWN"; | ||
/** Includes Post url when present */ | ||
/** Includes Post url when present. */ | ||
PostFieldField["URL"] = "URL"; | ||
/** Includes Post content text string when present */ | ||
/** Includes Post content text string when present. */ | ||
PostFieldField["CONTENT_TEXT"] = "CONTENT_TEXT"; | ||
/** Includes Post metrics when present */ | ||
/** Includes Post metrics when present. */ | ||
PostFieldField["METRICS"] = "METRICS"; | ||
/** Includes SEO data */ | ||
/** Includes SEO data. */ | ||
PostFieldField["SEO"] = "SEO"; | ||
/** Includes post owners Contact Id */ | ||
/** Includes post owners Contact Id. */ | ||
PostFieldField["CONTACT_ID"] = "CONTACT_ID"; | ||
/** Includes post rich content */ | ||
/** Includes post rich content. */ | ||
PostFieldField["RICH_CONTENT"] = "RICH_CONTENT"; | ||
@@ -339,5 +339,5 @@ })(PostFieldField || (PostFieldField = {})); | ||
(function (GetPostTemplatesSort) { | ||
/** Sorting by publishing date ascending */ | ||
/** Sort by ascending publishing date. */ | ||
GetPostTemplatesSort["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC"; | ||
/** Sorting by publishing date descending */ | ||
/** Sort by descending publishing date. */ | ||
GetPostTemplatesSort["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC"; | ||
@@ -344,0 +344,0 @@ })(GetPostTemplatesSort || (GetPostTemplatesSort = {})); |
@@ -314,15 +314,15 @@ import { transformError as sdkTransformError } from '@wix/sdk-runtime/transform-error'; | ||
(function (GetPostsSort) { | ||
/** Sorting by publishing date descending with pinned posts first. The default value */ | ||
/** Ordered by `firstPublishedDate` in descending order with pinned posts first. */ | ||
GetPostsSort["FEED"] = "FEED"; | ||
/** Sorting by publishing date ascending */ | ||
/** Ordered by `firstPublishedDate` in ascending order. */ | ||
GetPostsSort["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC"; | ||
/** Sorting by publishing date descending */ | ||
/** Ordered by `firstPublishedDate` in descending order. */ | ||
GetPostsSort["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC"; | ||
/** Sorting by view count descending */ | ||
/** Ordered by total number of views in descending order. */ | ||
GetPostsSort["VIEW_COUNT"] = "VIEW_COUNT"; | ||
/** Sorting by like count descending */ | ||
/** Ordered by total number of likes in descending order. */ | ||
GetPostsSort["LIKE_COUNT"] = "LIKE_COUNT"; | ||
/** Sorting by title ascending */ | ||
/** Ordered by `title` in ascening order. */ | ||
GetPostsSort["TITLE_ASC"] = "TITLE_ASC"; | ||
/** Sorting by title descending */ | ||
/** Ordered by `title` in descending order. */ | ||
GetPostsSort["TITLE_DESC"] = "TITLE_DESC"; | ||
@@ -333,13 +333,13 @@ })(GetPostsSort || (GetPostsSort = {})); | ||
PostFieldField["UNKNOWN"] = "UNKNOWN"; | ||
/** Includes Post url when present */ | ||
/** Includes Post url when present. */ | ||
PostFieldField["URL"] = "URL"; | ||
/** Includes Post content text string when present */ | ||
/** Includes Post content text string when present. */ | ||
PostFieldField["CONTENT_TEXT"] = "CONTENT_TEXT"; | ||
/** Includes Post metrics when present */ | ||
/** Includes Post metrics when present. */ | ||
PostFieldField["METRICS"] = "METRICS"; | ||
/** Includes SEO data */ | ||
/** Includes SEO data. */ | ||
PostFieldField["SEO"] = "SEO"; | ||
/** Includes post owners Contact Id */ | ||
/** Includes post owners Contact Id. */ | ||
PostFieldField["CONTACT_ID"] = "CONTACT_ID"; | ||
/** Includes post rich content */ | ||
/** Includes post rich content. */ | ||
PostFieldField["RICH_CONTENT"] = "RICH_CONTENT"; | ||
@@ -349,5 +349,5 @@ })(PostFieldField || (PostFieldField = {})); | ||
(function (GetPostTemplatesSort) { | ||
/** Sorting by publishing date ascending */ | ||
/** Sort by ascending publishing date. */ | ||
GetPostTemplatesSort["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC"; | ||
/** Sorting by publishing date descending */ | ||
/** Sort by descending publishing date. */ | ||
GetPostTemplatesSort["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC"; | ||
@@ -354,0 +354,0 @@ })(GetPostTemplatesSort || (GetPostTemplatesSort = {})); |
{ | ||
"name": "@wix/blog_posts", | ||
"version": "1.0.55", | ||
"version": "1.0.56", | ||
"publishConfig": { | ||
@@ -49,3 +49,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "95545805bbe2a467dba634f56011a6fa3c58c11dcf52cd562c87e215" | ||
"falconPackageHash": "d5413538717703246dfa51845c92c7391369bb9211f463e20f0ab465" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1431872
36666