@open-tender/types 0.4.49 → 0.4.51
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CartItemGroup, CartItemOption } from './api';
|
|
2
2
|
export declare type Coverage = '1st-half' | 'whole' | '2nd-half';
|
|
3
|
-
export declare type Amount = 'normal' | 'extra' | 'light';
|
|
3
|
+
export declare type Amount = 'normal' | 'extra' | 'light' | 'triple';
|
|
4
4
|
export interface GroupOption {
|
|
5
5
|
group: CartItemGroup;
|
|
6
6
|
option: CartItemOption;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CartItemGroup, CartItemOption } from './api';
|
|
2
2
|
export declare type Coverage = '1st-half' | 'whole' | '2nd-half';
|
|
3
|
-
export declare type Amount = 'normal' | 'extra' | 'light';
|
|
3
|
+
export declare type Amount = 'normal' | 'extra' | 'light' | 'triple';
|
|
4
4
|
export interface GroupOption {
|
|
5
5
|
group: CartItemGroup;
|
|
6
6
|
option: CartItemOption;
|
package/package.json
CHANGED