@open-tender/types 0.2.85 → 0.2.86
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.
|
@@ -61,7 +61,7 @@ export interface LoyaltyTier {
|
|
|
61
61
|
value: any;
|
|
62
62
|
}
|
|
63
63
|
export declare type LoyaltyTiers = LoyaltyTier[];
|
|
64
|
-
export interface
|
|
64
|
+
export interface LoyaltyProgram {
|
|
65
65
|
credit: LoyaltyCredit | null;
|
|
66
66
|
description: string;
|
|
67
67
|
loyalty_type: LoyaltyType;
|
|
@@ -75,4 +75,4 @@ export interface CustomerLoyalty {
|
|
|
75
75
|
tiers: LoyaltyTiers;
|
|
76
76
|
towards: string | null;
|
|
77
77
|
}
|
|
78
|
-
export declare type
|
|
78
|
+
export declare type LoyaltyPrograms = LoyaltyProgram[];
|
|
@@ -61,7 +61,7 @@ export interface LoyaltyTier {
|
|
|
61
61
|
value: any;
|
|
62
62
|
}
|
|
63
63
|
export declare type LoyaltyTiers = LoyaltyTier[];
|
|
64
|
-
export interface
|
|
64
|
+
export interface LoyaltyProgram {
|
|
65
65
|
credit: LoyaltyCredit | null;
|
|
66
66
|
description: string;
|
|
67
67
|
loyalty_type: LoyaltyType;
|
|
@@ -75,4 +75,4 @@ export interface CustomerLoyalty {
|
|
|
75
75
|
tiers: LoyaltyTiers;
|
|
76
76
|
towards: string | null;
|
|
77
77
|
}
|
|
78
|
-
export declare type
|
|
78
|
+
export declare type LoyaltyPrograms = LoyaltyProgram[];
|
package/package.json
CHANGED