@open-tender/types 0.0.115 → 0.0.117
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.
|
@@ -15,7 +15,7 @@ export declare type ServiceTypeMap = {
|
|
|
15
15
|
[Property in ServiceType]: string;
|
|
16
16
|
};
|
|
17
17
|
export declare type GratuityType = 'amount' | 'percent';
|
|
18
|
-
export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP';
|
|
18
|
+
export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP' | 'LEVELUP';
|
|
19
19
|
export declare type TenderTypeMap = {
|
|
20
20
|
[Property in TenderType]: string;
|
|
21
21
|
};
|
|
@@ -15,7 +15,7 @@ export declare type ServiceTypeMap = {
|
|
|
15
15
|
[Property in ServiceType]: string;
|
|
16
16
|
};
|
|
17
17
|
export declare type GratuityType = 'amount' | 'percent';
|
|
18
|
-
export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP';
|
|
18
|
+
export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP' | 'LEVELUP';
|
|
19
19
|
export declare type TenderTypeMap = {
|
|
20
20
|
[Property in TenderType]: string;
|
|
21
21
|
};
|
package/package.json
CHANGED