whitelabel-db 1.1.14 → 1.1.15

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.
@@ -253,8 +253,6 @@ export interface VoucherRequest {
253
253
  validity_end: string;
254
254
  usages_limit: number;
255
255
  status: string;
256
- user_id: number;
257
- terms_and_conditions: string | null;
258
256
  }
259
257
  export declare class LiteApiClientV3 {
260
258
  private apiKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",