whitelabel-db 1.1.72 → 1.1.73

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.
@@ -107,6 +107,9 @@ export interface PrebookRateRequestV3 {
107
107
  offerId: string;
108
108
  payWithStripe?: boolean;
109
109
  usePaymentSdk?: boolean;
110
+ payment: {
111
+ descriptorSuffix?: string;
112
+ };
110
113
  trackingId?: string;
111
114
  voucherCode?: string;
112
115
  addons: Addon[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",