whitelabel-db 1.1.61 → 1.1.63

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,7 @@ export interface PrebookRateRequestV3 {
109
109
  trackingId?: string;
110
110
  voucherCode?: string;
111
111
  addons: Addon[];
112
+ clientReference?: string;
112
113
  }
113
114
  export interface Addon {
114
115
  addon: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.1.61",
3
+ "version": "1.1.63",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",