@hyper.software/common-helpers 1.5.29 → 1.5.31
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/lib/interfaces.d.ts +2 -0
- package/lib/interfaces.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingsService.test.d.ts +1 -0
- package/lib/services/bookingService/__tests__/bookingsService.test.js +391 -0
- package/lib/services/bookingService/__tests__/bookingsService.test.js.map +1 -0
- package/lib/services/bookingService/bookingInvoiceService.d.ts +1 -0
- package/lib/services/bookingService/bookingInvoiceService.js +5 -4
- package/lib/services/bookingService/bookingInvoiceService.js.map +1 -1
- package/lib/services/bookingService/bookingsService.js +2 -2
- package/lib/services/bookingService/bookingsService.js.map +1 -1
- package/lib/services/bookingService/bookingsService.test.js +1 -1
- package/lib/services/bookingService/bookingsService.test.js.map +1 -1
- package/lib/testingData/bookingData.d.ts +11 -0
- package/lib/testingData/bookingData.js +43665 -0
- package/lib/testingData/bookingData.js.map +1 -0
- package/lib/testingData/companyData.d.ts +1 -0
- package/lib/testingData/companyData.js +1045 -0
- package/lib/testingData/companyData.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const booking1: any;
|
|
2
|
+
export declare const booking2: any;
|
|
3
|
+
export declare const booking3: any;
|
|
4
|
+
export declare const booking4: any;
|
|
5
|
+
export declare const booking5: any;
|
|
6
|
+
export declare const booking6: any;
|
|
7
|
+
export declare const booking7: any;
|
|
8
|
+
export declare const booking8: any;
|
|
9
|
+
export declare const booking9: any;
|
|
10
|
+
export declare const booking10: any;
|
|
11
|
+
export declare const booking11: any;
|