@open-tender/types 0.4.151 → 0.4.153

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.
@@ -68,6 +68,7 @@ export interface ConfigOrderNotifications {
68
68
  export declare type OrderRatingTypes = OrderType[];
69
69
  export declare type CHECKOUT_CREDIT_CARD_METHOD = 'REQUIRE_ADD' | 'REQUIRE_CARD_NUMBER' | 'ALLOW_BOTH';
70
70
  export interface ConfigBrand {
71
+ app_requires_recaptcha: boolean;
71
72
  accepts_marketing: ConfigAcceptMarketing | null;
72
73
  applePayMerchantId: string;
73
74
  appleTouchIcon: string;
@@ -517,6 +518,8 @@ export interface ConfigRecaptcha {
517
518
  donations: boolean;
518
519
  giftCards: boolean;
519
520
  login: boolean;
521
+ androidKey: string;
522
+ iOsKey: string;
520
523
  }
521
524
  export declare type ConfigSettingsAutoselect = {
522
525
  [keys in OrderType]: {
@@ -10,6 +10,7 @@ export interface RevenueCenterParams {
10
10
  address?: string;
11
11
  service_type?: ServiceType;
12
12
  limit?: number;
13
+ cursor?: string;
13
14
  }
14
15
  export declare type RevenueCenterType = 'OLO' | 'CATERING';
15
16
  export interface RevenueCenterAddress {
@@ -68,6 +68,7 @@ export interface ConfigOrderNotifications {
68
68
  export declare type OrderRatingTypes = OrderType[];
69
69
  export declare type CHECKOUT_CREDIT_CARD_METHOD = 'REQUIRE_ADD' | 'REQUIRE_CARD_NUMBER' | 'ALLOW_BOTH';
70
70
  export interface ConfigBrand {
71
+ app_requires_recaptcha: boolean;
71
72
  accepts_marketing: ConfigAcceptMarketing | null;
72
73
  applePayMerchantId: string;
73
74
  appleTouchIcon: string;
@@ -517,6 +518,8 @@ export interface ConfigRecaptcha {
517
518
  donations: boolean;
518
519
  giftCards: boolean;
519
520
  login: boolean;
521
+ androidKey: string;
522
+ iOsKey: string;
520
523
  }
521
524
  export declare type ConfigSettingsAutoselect = {
522
525
  [keys in OrderType]: {
@@ -10,6 +10,7 @@ export interface RevenueCenterParams {
10
10
  address?: string;
11
11
  service_type?: ServiceType;
12
12
  limit?: number;
13
+ cursor?: string;
13
14
  }
14
15
  export declare type RevenueCenterType = 'OLO' | 'CATERING';
15
16
  export interface RevenueCenterAddress {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.151",
3
+ "version": "0.4.153",
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",