@wix/auto_sdk_blog_posts 1.0.142 → 1.0.144

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.
@@ -4401,19 +4401,19 @@ interface PostsQueryBuilder {
4401
4401
  /** @param propertyName - Property whose value is compared with `value`.
4402
4402
  * @param value - Value to compare against.
4403
4403
  */
4404
- ge: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'slug' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4404
+ ge: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4405
4405
  /** @param propertyName - Property whose value is compared with `value`.
4406
4406
  * @param value - Value to compare against.
4407
4407
  */
4408
- gt: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'slug' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4408
+ gt: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4409
4409
  /** @param propertyName - Property whose value is compared with `value`.
4410
4410
  * @param value - Value to compare against.
4411
4411
  */
4412
- le: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'slug' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4412
+ le: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4413
4413
  /** @param propertyName - Property whose value is compared with `value`.
4414
4414
  * @param value - Value to compare against.
4415
4415
  */
4416
- lt: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'slug' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4416
+ lt: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4417
4417
  /** @param propertyName - Property whose value is compared with `string`.
4418
4418
  * @param string - String to compare against. Case-insensitive.
4419
4419
  */
@@ -4480,16 +4480,7 @@ interface PostQuerySpec extends QuerySpec {
4480
4480
  },
4481
4481
  {
4482
4482
  fields: ['slug'];
4483
- operators: [
4484
- '$eq',
4485
- '$gt',
4486
- '$gte',
4487
- '$hasAll',
4488
- '$hasSome',
4489
- '$lt',
4490
- '$lte',
4491
- '$ne'
4492
- ];
4483
+ operators: ['$eq', '$hasAll', '$hasSome', '$ne'];
4493
4484
  sort: 'BOTH';
4494
4485
  },
4495
4486
  {