@open-tender/types 0.0.76 → 0.0.78
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.
|
@@ -80,6 +80,9 @@ export interface ConfigLoyaltyTerms {
|
|
|
80
80
|
name: string;
|
|
81
81
|
points_per_dollar: number;
|
|
82
82
|
thresholds: Array<ConfigLoyaltyTermsThreshold>;
|
|
83
|
+
reward: any;
|
|
84
|
+
points?: number;
|
|
85
|
+
threshold?: string;
|
|
83
86
|
}
|
|
84
87
|
export interface ConfigLoyalty {
|
|
85
88
|
description: string;
|
|
@@ -80,6 +80,9 @@ export interface ConfigLoyaltyTerms {
|
|
|
80
80
|
name: string;
|
|
81
81
|
points_per_dollar: number;
|
|
82
82
|
thresholds: Array<ConfigLoyaltyTermsThreshold>;
|
|
83
|
+
reward: any;
|
|
84
|
+
points?: number;
|
|
85
|
+
threshold?: string;
|
|
83
86
|
}
|
|
84
87
|
export interface ConfigLoyalty {
|
|
85
88
|
description: string;
|
package/package.json
CHANGED