whitelabel-db 1.1.82 → 1.1.83

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.
@@ -109,6 +109,8 @@ export interface PrebookRateRequestV3 {
109
109
  usePaymentSdk?: boolean;
110
110
  payment: {
111
111
  descriptorSuffix?: string;
112
+ gateway?: string;
113
+ useOwnSecretKey?: boolean;
112
114
  };
113
115
  trackingId?: string;
114
116
  voucherCode?: string;
@@ -158,6 +160,8 @@ export interface PrebookRateV3 {
158
160
  remainingCredit: number;
159
161
  currency: string;
160
162
  };
163
+ secretKey?: string;
164
+ publishableKey?: string;
161
165
  }
162
166
  export interface GuestInfoV3 {
163
167
  guestFirstName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.1.82",
3
+ "version": "1.1.83",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",