repzo 1.0.252 → 1.0.253

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.
@@ -1311,6 +1311,7 @@ export declare namespace Service {
1311
1311
  [key: string]: any;
1312
1312
  };
1313
1313
  }
1314
+ type Data = MeasureUnitSchema;
1314
1315
  namespace Find {
1315
1316
  type Params = DefaultPaginationQueryParams & {
1316
1317
  _id?: string[] | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.252",
3
+ "version": "1.0.253",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -1572,6 +1572,7 @@ export namespace Service {
1572
1572
  disabled?: boolean;
1573
1573
  integration_meta?: { [key: string]: any };
1574
1574
  }
1575
+ export type Data = MeasureUnitSchema;
1575
1576
 
1576
1577
  export namespace Find {
1577
1578
  export type Params = DefaultPaginationQueryParams & {