@shopby/shop-sdk 1.2.19 → 1.2.20

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.
@@ -406,9 +406,6 @@ export interface TermsHistoryRequest extends RequestConfig {
406
406
  };
407
407
  }
408
408
  export interface TermsHistoryResponse {
409
- [index: string]: TermsHistory;
410
- }
411
- export interface TermsHistory {
412
409
  termsNo: number;
413
410
  enforcementDate: string;
414
411
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",