repzo 1.0.197 → 1.0.198

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.
@@ -16296,6 +16296,7 @@ export declare namespace Service {
16296
16296
  static_data?: StaticData[];
16297
16297
  group_data: GroupData[];
16298
16298
  filter_group: StringId;
16299
+ is_popular?: boolean;
16299
16300
  createdAt?: Date;
16300
16301
  updatedAt?: Date;
16301
16302
  }
@@ -16316,6 +16317,7 @@ export declare namespace Service {
16316
16317
  endpoint?: string;
16317
16318
  static_data?: StaticData[];
16318
16319
  group_data: GroupData[];
16320
+ is_popular?: boolean;
16319
16321
  }
16320
16322
  interface UpdateBody {
16321
16323
  label?: string;
@@ -16334,6 +16336,7 @@ export declare namespace Service {
16334
16336
  endpoint?: string;
16335
16337
  static_data?: StaticData[];
16336
16338
  group_data: GroupData[];
16339
+ is_popular?: boolean;
16337
16340
  }
16338
16341
  namespace Find {
16339
16342
  type Params = DefaultPaginationQueryParams & {
@@ -16341,6 +16344,7 @@ export declare namespace Service {
16341
16344
  from_createdAt?: Date;
16342
16345
  to_updatedAt?: Date;
16343
16346
  search?: string;
16347
+ is_popular?: boolean;
16344
16348
  populatedKeys?: ["filter_group"];
16345
16349
  };
16346
16350
  interface Result extends DefaultPaginationResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.197",
3
+ "version": "1.0.198",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -18526,6 +18526,7 @@ export namespace Service {
18526
18526
  static_data?: StaticData[];
18527
18527
  group_data: GroupData[];
18528
18528
  filter_group: StringId;
18529
+ is_popular?: boolean;
18529
18530
  createdAt?: Date;
18530
18531
  updatedAt?: Date;
18531
18532
  }
@@ -18547,6 +18548,7 @@ export namespace Service {
18547
18548
  endpoint?: string;
18548
18549
  static_data?: StaticData[];
18549
18550
  group_data: GroupData[];
18551
+ is_popular?: boolean;
18550
18552
  }
18551
18553
 
18552
18554
  export interface UpdateBody {
@@ -18566,6 +18568,7 @@ export namespace Service {
18566
18568
  endpoint?: string;
18567
18569
  static_data?: StaticData[];
18568
18570
  group_data: GroupData[];
18571
+ is_popular?: boolean;
18569
18572
  }
18570
18573
 
18571
18574
  export namespace Find {
@@ -18574,6 +18577,7 @@ export namespace Service {
18574
18577
  from_createdAt?: Date;
18575
18578
  to_updatedAt?: Date;
18576
18579
  search?: string;
18580
+ is_popular?: boolean;
18577
18581
  populatedKeys?: ["filter_group"];
18578
18582
  };
18579
18583