@open-tender/types 0.3.3 → 0.3.4
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.
|
@@ -3,7 +3,7 @@ export interface LoyaltyCredit {
|
|
|
3
3
|
current: string;
|
|
4
4
|
total: string;
|
|
5
5
|
}
|
|
6
|
-
export declare type LoyaltyType = '
|
|
6
|
+
export declare type LoyaltyType = 'DOLLARS' | 'ORDERS' | 'POINTS';
|
|
7
7
|
export interface LoyaltyPoints {
|
|
8
8
|
expiration_days: number;
|
|
9
9
|
name: string;
|
|
@@ -3,7 +3,7 @@ export interface LoyaltyCredit {
|
|
|
3
3
|
current: string;
|
|
4
4
|
total: string;
|
|
5
5
|
}
|
|
6
|
-
export declare type LoyaltyType = '
|
|
6
|
+
export declare type LoyaltyType = 'DOLLARS' | 'ORDERS' | 'POINTS';
|
|
7
7
|
export interface LoyaltyPoints {
|
|
8
8
|
expiration_days: number;
|
|
9
9
|
name: string;
|
package/package.json
CHANGED
package/dist/.DS_Store
DELETED
|
Binary file
|