@wix/auto_sdk_blog_posts 1.0.144 → 1.0.145

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.
@@ -465,11 +465,11 @@ declare const QueryPostsRequest: z.ZodObject<{
465
465
  fieldName: z.ZodOptional<z.ZodEnum<{
466
466
  slug: "slug";
467
467
  title: "title";
468
+ firstPublishedDate: "firstPublishedDate";
469
+ lastPublishedDate: "lastPublishedDate";
468
470
  featured: "featured";
469
471
  pinned: "pinned";
470
472
  commentingEnabled: "commentingEnabled";
471
- firstPublishedDate: "firstPublishedDate";
472
- lastPublishedDate: "lastPublishedDate";
473
473
  }>>;
474
474
  order: z.ZodOptional<z.ZodEnum<{
475
475
  ASC: "ASC";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_blog_posts",
3
- "version": "1.0.144",
3
+ "version": "1.0.145",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -57,5 +57,5 @@
57
57
  "fqdn": "wix.blog.v3.post"
58
58
  }
59
59
  },
60
- "falconPackageHash": "1bbbcdb03e0b79db4dc7a0d5aa83c073c7a444e420dea9f77fd8675e"
60
+ "falconPackageHash": "5d57d5856aa045e21d8cb3dc28ef2fb234f4fa34516fbb472bab1794"
61
61
  }