@open-tender/types 0.4.143 → 0.4.144

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.
@@ -66,7 +66,7 @@ export interface ConfigOrderNotifications {
66
66
  title: string;
67
67
  }
68
68
  export declare type OrderRatingTypes = OrderType[];
69
- export declare type CHECKOUT_CREDIT_CARD_METHOD = 'REQUIRE_ADD' | 'REQUIRE_CARD_NUMBER' | 'BOTH';
69
+ export declare type CHECKOUT_CREDIT_CARD_METHOD = 'REQUIRE_ADD' | 'REQUIRE_CARD_NUMBER' | 'ALLOW_BOTH';
70
70
  export interface ConfigBrand {
71
71
  accepts_marketing: ConfigAcceptMarketing | null;
72
72
  applePayMerchantId: string;
@@ -66,7 +66,7 @@ export interface ConfigOrderNotifications {
66
66
  title: string;
67
67
  }
68
68
  export declare type OrderRatingTypes = OrderType[];
69
- export declare type CHECKOUT_CREDIT_CARD_METHOD = 'REQUIRE_ADD' | 'REQUIRE_CARD_NUMBER' | 'BOTH';
69
+ export declare type CHECKOUT_CREDIT_CARD_METHOD = 'REQUIRE_ADD' | 'REQUIRE_CARD_NUMBER' | 'ALLOW_BOTH';
70
70
  export interface ConfigBrand {
71
71
  accepts_marketing: ConfigAcceptMarketing | null;
72
72
  applePayMerchantId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.143",
3
+ "version": "0.4.144",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",