@bookinglab/booking-journey-api 2.12.0 → 2.13.0
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/index.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -639,6 +639,11 @@ interface CreateClientRequest {
|
|
|
639
639
|
send_welcome_email?: boolean;
|
|
640
640
|
member_type?: number;
|
|
641
641
|
password?: string;
|
|
642
|
+
address1?: string;
|
|
643
|
+
address2?: string;
|
|
644
|
+
address3?: string;
|
|
645
|
+
address4?: string;
|
|
646
|
+
postcode?: string;
|
|
642
647
|
}
|
|
643
648
|
/**
|
|
644
649
|
* Cancel Booking Types (BookingLab)
|
package/dist/index.d.ts
CHANGED
|
@@ -639,6 +639,11 @@ interface CreateClientRequest {
|
|
|
639
639
|
send_welcome_email?: boolean;
|
|
640
640
|
member_type?: number;
|
|
641
641
|
password?: string;
|
|
642
|
+
address1?: string;
|
|
643
|
+
address2?: string;
|
|
644
|
+
address3?: string;
|
|
645
|
+
address4?: string;
|
|
646
|
+
postcode?: string;
|
|
642
647
|
}
|
|
643
648
|
/**
|
|
644
649
|
* Cancel Booking Types (BookingLab)
|