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.
- package/dist/libs/liteapiv3.d.ts +4 -0
- package/package.json +1 -1
package/dist/libs/liteapiv3.d.ts
CHANGED
|
@@ -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;
|