@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.
@@ -4394,19 +4394,19 @@ interface PostsQueryBuilder {
4394
4394
  /** @param propertyName - Property whose value is compared with `value`.
4395
4395
  * @param value - Value to compare against.
4396
4396
  */
4397
- ge: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'slug' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4397
+ ge: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4398
4398
  /** @param propertyName - Property whose value is compared with `value`.
4399
4399
  * @param value - Value to compare against.
4400
4400
  */
4401
- gt: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'slug' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4401
+ gt: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4402
4402
  /** @param propertyName - Property whose value is compared with `value`.
4403
4403
  * @param value - Value to compare against.
4404
4404
  */
4405
- le: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'slug' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4405
+ le: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4406
4406
  /** @param propertyName - Property whose value is compared with `value`.
4407
4407
  * @param value - Value to compare against.
4408
4408
  */
4409
- lt: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'slug' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4409
+ lt: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
4410
4410
  /** @param propertyName - Property whose value is compared with `string`.
4411
4411
  * @param string - String to compare against. Case-insensitive.
4412
4412
  */
@@ -4473,16 +4473,7 @@ interface PostQuerySpec extends QuerySpec {
4473
4473
  },
4474
4474
  {
4475
4475
  fields: ['slug'];
4476
- operators: [
4477
- '$eq',
4478
- '$gt',
4479
- '$gte',
4480
- '$hasAll',
4481
- '$hasSome',
4482
- '$lt',
4483
- '$lte',
4484
- '$ne'
4485
- ];
4476
+ operators: ['$eq', '$hasAll', '$hasSome', '$ne'];
4486
4477
  sort: 'BOTH';
4487
4478
  },
4488
4479
  {