@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.
- package/build/types/manage.d.ts +0 -3
- package/package.json +1 -1
package/build/types/manage.d.ts
CHANGED
|
@@ -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
|
}
|