@hyper.software/common-helpers 1.11.8 → 1.11.9
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/services/bookingService/__tests__/bookingInvoiceService.test.js +15 -21
- package/lib/services/bookingService/__tests__/bookingInvoiceService.test.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingsService.getTotalCost.test.js +1 -1
- package/lib/services/bookingService/__tests__/bookingsService.manualComputeTotalCost.test.js +2 -2
- package/lib/services/bookingService/__tests__/bookingsService.manualComputeTotalCost.test.js.map +1 -1
- package/lib/services/bookingService/bookingsService.js +1 -1
- package/lib/services/bookingService/bookingsService.js.map +1 -1
- package/lib/testingData/bookingData.js +174 -179
- package/lib/testingData/bookingData.js.map +1 -1
- package/package.json +1 -1
|
@@ -7628,13 +7628,13 @@ exports.booking1 = {
|
|
|
7628
7628
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
7629
7629
|
roomBookingId: '03252cfc-7242-47cb-999d-26f96a83e276',
|
|
7630
7630
|
bookingServiceId: 'cefg4a99-239b-4a8c-92c0-97254893efab',
|
|
7631
|
+
isActive: false,
|
|
7631
7632
|
bookingService: {
|
|
7632
7633
|
id: 'cefg4a99-239b-4a8c-92c0-97254893efab',
|
|
7633
7634
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
7634
7635
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
7635
7636
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
7636
7637
|
roomTypeServiceId: null,
|
|
7637
|
-
isActive: false,
|
|
7638
7638
|
data: {
|
|
7639
7639
|
name: 'Roomservice',
|
|
7640
7640
|
amount: 10,
|
|
@@ -7667,13 +7667,13 @@ exports.booking1 = {
|
|
|
7667
7667
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
7668
7668
|
roomBookingId: '03252cfc-7242-47cb-999d-26f96a83e276',
|
|
7669
7669
|
bookingServiceId: '4e3fb835-f1f4-46d2-bfc4-03485e6a85da',
|
|
7670
|
+
isActive: false,
|
|
7670
7671
|
bookingService: {
|
|
7671
7672
|
id: '4e3fb835-f1f4-46d2-bfc4-03485e6a85da',
|
|
7672
7673
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
7673
7674
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
7674
7675
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
7675
7676
|
roomTypeServiceId: '2122182f-d45d-4ad0-b278-51db2d78baad',
|
|
7676
|
-
isActive: false,
|
|
7677
7677
|
data: {
|
|
7678
7678
|
name: 'No enabled by defoult',
|
|
7679
7679
|
amount: 200,
|
|
@@ -7774,13 +7774,13 @@ exports.booking1 = {
|
|
|
7774
7774
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
7775
7775
|
roomBookingId: '03252cfc-7242-47cb-999d-26f96a83e276',
|
|
7776
7776
|
bookingServiceId: '8893bd57-eab0-4d90-a156-fg78afcfe25f',
|
|
7777
|
+
isActive: false,
|
|
7777
7778
|
bookingService: {
|
|
7778
7779
|
id: '8893bd57-eab0-4d90-a156-fg78afcfe25f',
|
|
7779
7780
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
7780
7781
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
7781
7782
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
7782
7783
|
roomTypeServiceId: '8261aa8b-0d1a-48e1-a3fb-5eb7679bdd40',
|
|
7783
|
-
isActive: false,
|
|
7784
7784
|
data: {
|
|
7785
7785
|
name: 'Parking',
|
|
7786
7786
|
amount: 25,
|
|
@@ -7881,13 +7881,13 @@ exports.booking1 = {
|
|
|
7881
7881
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
7882
7882
|
roomBookingId: '03252cfc-7242-47cb-999d-26f96a83e276',
|
|
7883
7883
|
bookingServiceId: '076b76a4-0f5f-4996-9af1-efc358946235',
|
|
7884
|
+
isActive: false,
|
|
7884
7885
|
bookingService: {
|
|
7885
7886
|
id: '076b76a4-0f5f-4996-9af1-efc358946235',
|
|
7886
7887
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
7887
7888
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
7888
7889
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
7889
7890
|
roomTypeServiceId: '66a79fa9-721f-48b0-a662-694aca5e26eb',
|
|
7890
|
-
isActive: false,
|
|
7891
7891
|
data: {
|
|
7892
7892
|
name: 'Kurtaxe HS',
|
|
7893
7893
|
amount: 10,
|
|
@@ -7988,13 +7988,13 @@ exports.booking1 = {
|
|
|
7988
7988
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
7989
7989
|
roomBookingId: '03252cfc-7242-47cb-999d-26f96a83e276',
|
|
7990
7990
|
bookingServiceId: '8ec98166-b9c7-43e3-b208-692349f66fcd',
|
|
7991
|
+
isActive: false,
|
|
7991
7992
|
bookingService: {
|
|
7992
7993
|
id: '8ec98166-b9c7-43e3-b208-692349f66fcd',
|
|
7993
7994
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
7994
7995
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
7995
7996
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
7996
7997
|
roomTypeServiceId: null,
|
|
7997
|
-
isActive: false,
|
|
7998
7998
|
data: {
|
|
7999
7999
|
name: 'Bike Tour',
|
|
8000
8000
|
amount: 30,
|
|
@@ -8027,13 +8027,13 @@ exports.booking1 = {
|
|
|
8027
8027
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
8028
8028
|
roomBookingId: '03252cfc-7242-47cb-999d-26f96a83e276',
|
|
8029
8029
|
bookingServiceId: '4b29fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
8030
|
+
isActive: false,
|
|
8030
8031
|
bookingService: {
|
|
8031
8032
|
id: '4b29fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
8032
8033
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
8033
8034
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
8034
8035
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
8035
8036
|
roomTypeServiceId: null,
|
|
8036
|
-
isActive: false,
|
|
8037
8037
|
data: {
|
|
8038
8038
|
name: 'Cleaning Fee',
|
|
8039
8039
|
amount: 40,
|
|
@@ -8066,13 +8066,13 @@ exports.booking1 = {
|
|
|
8066
8066
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
8067
8067
|
roomBookingId: '03252cfc-7242-47cb-999d-26f96a83e276',
|
|
8068
8068
|
bookingServiceId: '51gdf078-ceb3-41fd-a97e-f9e60c259031',
|
|
8069
|
+
isActive: false,
|
|
8069
8070
|
bookingService: {
|
|
8070
8071
|
id: '51gdf078-ceb3-41fd-a97e-f9e60c259031',
|
|
8071
8072
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
8072
8073
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
8073
8074
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
8074
8075
|
roomTypeServiceId: null,
|
|
8075
|
-
isActive: false,
|
|
8076
8076
|
data: {
|
|
8077
8077
|
name: 'Test period an do period',
|
|
8078
8078
|
amount: 1,
|
|
@@ -8105,13 +8105,13 @@ exports.booking1 = {
|
|
|
8105
8105
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
8106
8106
|
roomBookingId: '03252cfc-7242-47cb-999d-26f96a83e276',
|
|
8107
8107
|
bookingServiceId: '64b99bde-d145-4db1-b02a-00e1d9176f64',
|
|
8108
|
+
isActive: false,
|
|
8108
8109
|
bookingService: {
|
|
8109
8110
|
id: '64b99bde-d145-4db1-b02a-00e1d9176f64',
|
|
8110
8111
|
bookingId: '3b46eb36-e64a-4edc-bc10-4008f58891ef',
|
|
8111
8112
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
8112
8113
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
8113
8114
|
roomTypeServiceId: null,
|
|
8114
|
-
isActive: false,
|
|
8115
8115
|
data: {
|
|
8116
8116
|
name: 'test for triple',
|
|
8117
8117
|
amount: 10,
|
|
@@ -10801,13 +10801,13 @@ exports.booking2 = {
|
|
|
10801
10801
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
10802
10802
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
10803
10803
|
bookingServiceId: 'pp3e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
10804
|
+
isActive: false,
|
|
10804
10805
|
bookingService: {
|
|
10805
10806
|
id: 'pp3e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
10806
10807
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
10807
10808
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
10808
10809
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
10809
10810
|
roomTypeServiceId: null,
|
|
10810
|
-
isActive: false,
|
|
10811
10811
|
data: {
|
|
10812
10812
|
name: 'Wine Tour',
|
|
10813
10813
|
amount: 25,
|
|
@@ -10840,13 +10840,13 @@ exports.booking2 = {
|
|
|
10840
10840
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
10841
10841
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
10842
10842
|
bookingServiceId: '06735f8c-3f84-4gcc-af1d-15dc7d20ae3f',
|
|
10843
|
+
isActive: false,
|
|
10843
10844
|
bookingService: {
|
|
10844
10845
|
id: '06735f8c-3f84-4gcc-af1d-15dc7d20ae3f',
|
|
10845
10846
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
10846
10847
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
10847
10848
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
10848
10849
|
roomTypeServiceId: '74c05b87-e88e-4e32-a59c-3c5c5526d03e',
|
|
10849
|
-
isActive: false,
|
|
10850
10850
|
data: {
|
|
10851
10851
|
name: 'Kurtaxe LS',
|
|
10852
10852
|
amount: 5,
|
|
@@ -10947,13 +10947,13 @@ exports.booking2 = {
|
|
|
10947
10947
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
10948
10948
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
10949
10949
|
bookingServiceId: '25685f48-7356-4962-826e-d40c6b443900',
|
|
10950
|
+
isActive: false,
|
|
10950
10951
|
bookingService: {
|
|
10951
10952
|
id: '25685f48-7356-4962-826e-d40c6b443900',
|
|
10952
10953
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
10953
10954
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
10954
10955
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
10955
10956
|
roomTypeServiceId: null,
|
|
10956
|
-
isActive: false,
|
|
10957
10957
|
data: {
|
|
10958
10958
|
name: 'Special Cleaning Fee',
|
|
10959
10959
|
amount: 100,
|
|
@@ -10986,13 +10986,13 @@ exports.booking2 = {
|
|
|
10986
10986
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
10987
10987
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
10988
10988
|
bookingServiceId: 'cefe4a99-239b-4a8c-92c0-97254893efab',
|
|
10989
|
+
isActive: false,
|
|
10989
10990
|
bookingService: {
|
|
10990
10991
|
id: 'cefe4a99-239b-4a8c-92c0-97254893efab',
|
|
10991
10992
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
10992
10993
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
10993
10994
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
10994
10995
|
roomTypeServiceId: null,
|
|
10995
|
-
isActive: false,
|
|
10996
10996
|
data: {
|
|
10997
10997
|
name: 'Roomservice',
|
|
10998
10998
|
amount: 10,
|
|
@@ -11025,13 +11025,13 @@ exports.booking2 = {
|
|
|
11025
11025
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11026
11026
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
11027
11027
|
bookingServiceId: '4f2gj835-f1f4-46d2-bfc4-03485e7a76da',
|
|
11028
|
+
isActive: false,
|
|
11028
11029
|
bookingService: {
|
|
11029
11030
|
id: '4f2gj835-f1f4-46d2-bfc4-03485e7a76da',
|
|
11030
11031
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11031
11032
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
11032
11033
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
11033
11034
|
roomTypeServiceId: '2122182f-d45d-4ad0-b278-51db2d78baad',
|
|
11034
|
-
isActive: false,
|
|
11035
11035
|
data: {
|
|
11036
11036
|
name: 'No enabled by defoult',
|
|
11037
11037
|
amount: 200,
|
|
@@ -11132,13 +11132,13 @@ exports.booking2 = {
|
|
|
11132
11132
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11133
11133
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
11134
11134
|
bookingServiceId: '8893bd57-fbc0-4d90-a156-ef67afcfe25f',
|
|
11135
|
+
isActive: false,
|
|
11135
11136
|
bookingService: {
|
|
11136
11137
|
id: '8893bd57-fbc0-4d90-a156-ef67afcfe25f',
|
|
11137
11138
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11138
11139
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
11139
11140
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
11140
11141
|
roomTypeServiceId: '8261aa8b-0d1a-48e1-a3fb-5eb7679bdd40',
|
|
11141
|
-
isActive: false,
|
|
11142
11142
|
data: {
|
|
11143
11143
|
name: 'Parking',
|
|
11144
11144
|
amount: 25,
|
|
@@ -11239,13 +11239,13 @@ exports.booking2 = {
|
|
|
11239
11239
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11240
11240
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
11241
11241
|
bookingServiceId: '076b76a4-1g4g-4996-9af1-deb358946235',
|
|
11242
|
+
isActive: false,
|
|
11242
11243
|
bookingService: {
|
|
11243
11244
|
id: '076b76a4-1g4g-4996-9af1-deb358946235',
|
|
11244
11245
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11245
11246
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
11246
11247
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
11247
11248
|
roomTypeServiceId: '66a79fa9-721f-48b0-a662-694aca5e26eb',
|
|
11248
|
-
isActive: false,
|
|
11249
11249
|
data: {
|
|
11250
11250
|
name: 'Kurtaxe HS',
|
|
11251
11251
|
amount: 10,
|
|
@@ -11346,13 +11346,13 @@ exports.booking2 = {
|
|
|
11346
11346
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11347
11347
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
11348
11348
|
bookingServiceId: '8fc98166-b9c7-43e3-b208-692349f66fcd',
|
|
11349
|
+
isActive: false,
|
|
11349
11350
|
bookingService: {
|
|
11350
11351
|
id: '8fc98166-b9c7-43e3-b208-692349f66fcd',
|
|
11351
11352
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11352
11353
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
11353
11354
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
11354
11355
|
roomTypeServiceId: null,
|
|
11355
|
-
isActive: false,
|
|
11356
11356
|
data: {
|
|
11357
11357
|
name: 'Bike Tour',
|
|
11358
11358
|
amount: 30,
|
|
@@ -11385,13 +11385,13 @@ exports.booking2 = {
|
|
|
11385
11385
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11386
11386
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
11387
11387
|
bookingServiceId: '4b29fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
11388
|
+
isActive: false,
|
|
11388
11389
|
bookingService: {
|
|
11389
11390
|
id: '4b29fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
11390
11391
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11391
11392
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
11392
11393
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
11393
11394
|
roomTypeServiceId: null,
|
|
11394
|
-
isActive: false,
|
|
11395
11395
|
data: {
|
|
11396
11396
|
name: 'Cleaning Fee',
|
|
11397
11397
|
amount: 40,
|
|
@@ -11424,13 +11424,13 @@ exports.booking2 = {
|
|
|
11424
11424
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11425
11425
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
11426
11426
|
bookingServiceId: '51gdf078-ceb3-41fd-a97e-f9e60c259031',
|
|
11427
|
+
isActive: false,
|
|
11427
11428
|
bookingService: {
|
|
11428
11429
|
id: '51gdf078-ceb3-41fd-a97e-f9e60c259031',
|
|
11429
11430
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11430
11431
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
11431
11432
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
11432
11433
|
roomTypeServiceId: null,
|
|
11433
|
-
isActive: false,
|
|
11434
11434
|
data: {
|
|
11435
11435
|
name: 'Test period an do period',
|
|
11436
11436
|
amount: 1,
|
|
@@ -11463,13 +11463,13 @@ exports.booking2 = {
|
|
|
11463
11463
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11464
11464
|
roomBookingId: '87141c9f-e868-4f08-84f8-2b4d89b60b3f',
|
|
11465
11465
|
bookingServiceId: '53a88cef-d145-4db1-b02a-00e1d9176f64',
|
|
11466
|
+
isActive: false,
|
|
11466
11467
|
bookingService: {
|
|
11467
11468
|
id: '53a88cef-d145-4db1-b02a-00e1d9176f64',
|
|
11468
11469
|
bookingId: 'dbcc10dc-25aa-4ef1-a44b-c6e513d770c4',
|
|
11469
11470
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
11470
11471
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
11471
11472
|
roomTypeServiceId: null,
|
|
11472
|
-
isActive: false,
|
|
11473
11473
|
data: {
|
|
11474
11474
|
name: 'test for triple',
|
|
11475
11475
|
amount: 10,
|
|
@@ -14159,13 +14159,13 @@ exports.booking3 = {
|
|
|
14159
14159
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14160
14160
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14161
14161
|
bookingServiceId: 'aa8e79d8-60d8-454c-9446-a0b1s196b84b',
|
|
14162
|
+
isActive: false,
|
|
14162
14163
|
bookingService: {
|
|
14163
14164
|
id: 'aa8e79d8-60d8-454c-9446-a0b1s196b84b',
|
|
14164
14165
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14165
14166
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
14166
14167
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14167
14168
|
roomTypeServiceId: null,
|
|
14168
|
-
isActive: false,
|
|
14169
14169
|
data: {
|
|
14170
14170
|
name: 'Wine Tour',
|
|
14171
14171
|
amount: 25,
|
|
@@ -14199,13 +14199,13 @@ exports.booking3 = {
|
|
|
14199
14199
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14200
14200
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14201
14201
|
bookingServiceId: '06735f8c-2f72-4fbb-af1d-15dc7d20ae3f',
|
|
14202
|
+
isActive: true,
|
|
14202
14203
|
bookingService: {
|
|
14203
14204
|
id: '06735f8c-2f72-4fbb-af1d-15dc7d20ae3f',
|
|
14204
14205
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14205
14206
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
14206
14207
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14207
14208
|
roomTypeServiceId: '74c05b87-e88e-4e32-a59c-3c5c5526d03e',
|
|
14208
|
-
isActive: true,
|
|
14209
14209
|
data: {
|
|
14210
14210
|
name: 'Kurtaxe LS',
|
|
14211
14211
|
amount: 5,
|
|
@@ -14306,13 +14306,13 @@ exports.booking3 = {
|
|
|
14306
14306
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14307
14307
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14308
14308
|
bookingServiceId: '36785f48-7356-4962-826e-d40c6b443999',
|
|
14309
|
+
isActive: false,
|
|
14309
14310
|
bookingService: {
|
|
14310
14311
|
id: '36785f48-7356-4962-826e-d40c6b443999',
|
|
14311
14312
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14312
14313
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
14313
14314
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14314
14315
|
roomTypeServiceId: null,
|
|
14315
|
-
isActive: false,
|
|
14316
14316
|
data: {
|
|
14317
14317
|
name: 'Special Cleaning Fee',
|
|
14318
14318
|
amount: 100,
|
|
@@ -14345,13 +14345,13 @@ exports.booking3 = {
|
|
|
14345
14345
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14346
14346
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14347
14347
|
bookingServiceId: 'bdce4a99-239b-4a8s-93c1-97254893efab',
|
|
14348
|
+
isActive: false,
|
|
14348
14349
|
bookingService: {
|
|
14349
14350
|
id: 'bdce4a99-239b-4a8s-93c1-97254893efab',
|
|
14350
14351
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14351
14352
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
14352
14353
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14353
14354
|
roomTypeServiceId: null,
|
|
14354
|
-
isActive: false,
|
|
14355
14355
|
data: {
|
|
14356
14356
|
name: 'Roomservice',
|
|
14357
14357
|
amount: 10,
|
|
@@ -14384,13 +14384,13 @@ exports.booking3 = {
|
|
|
14384
14384
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14385
14385
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14386
14386
|
bookingServiceId: '4e2fa135-f1f4-46d2-bfc4-03485e7a76da',
|
|
14387
|
+
isActive: false,
|
|
14387
14388
|
bookingService: {
|
|
14388
14389
|
id: '4e2fa135-f1f4-46d2-bfc4-03485e7a76da',
|
|
14389
14390
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14390
14391
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
14391
14392
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14392
14393
|
roomTypeServiceId: '2122182f-d45d-4ad0-b278-51db2d78baad',
|
|
14393
|
-
isActive: false,
|
|
14394
14394
|
data: {
|
|
14395
14395
|
name: 'No enabled by defoult',
|
|
14396
14396
|
amount: 200,
|
|
@@ -14491,13 +14491,13 @@ exports.booking3 = {
|
|
|
14491
14491
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14492
14492
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14493
14493
|
bookingServiceId: '8893bd57-eab0-4d90-a156-ef67afaff25f',
|
|
14494
|
+
isActive: true,
|
|
14494
14495
|
bookingService: {
|
|
14495
14496
|
id: '8893bd57-eab0-4d90-a156-ef67afaff25f',
|
|
14496
14497
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14497
14498
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
14498
14499
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14499
14500
|
roomTypeServiceId: '8261aa8b-0d1a-48e1-a3fb-5eb7679bdd40',
|
|
14500
|
-
isActive: true,
|
|
14501
14501
|
data: {
|
|
14502
14502
|
name: 'Parking',
|
|
14503
14503
|
amount: 25,
|
|
@@ -14598,13 +14598,13 @@ exports.booking3 = {
|
|
|
14598
14598
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14599
14599
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14600
14600
|
bookingServiceId: '076b76a4-0f5f-4996-9af1-deb358946133',
|
|
14601
|
+
isActive: false,
|
|
14601
14602
|
bookingService: {
|
|
14602
14603
|
id: '076b76a4-0f5f-4996-9af1-deb358946133',
|
|
14603
14604
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14604
14605
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
14605
14606
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14606
14607
|
roomTypeServiceId: '66a79fa9-721f-48b0-a662-694aca5e26eb',
|
|
14607
|
-
isActive: false,
|
|
14608
14608
|
data: {
|
|
14609
14609
|
name: 'Kurtaxe HS',
|
|
14610
14610
|
amount: 10,
|
|
@@ -14705,13 +14705,13 @@ exports.booking3 = {
|
|
|
14705
14705
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14706
14706
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14707
14707
|
bookingServiceId: '7db88166-b9c7-43e3-b221-692349c66acd',
|
|
14708
|
+
isActive: false,
|
|
14708
14709
|
bookingService: {
|
|
14709
14710
|
id: '7db88166-b9c7-43e3-b221-692349c66acd',
|
|
14710
14711
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14711
14712
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
14712
14713
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14713
14714
|
roomTypeServiceId: null,
|
|
14714
|
-
isActive: false,
|
|
14715
14715
|
data: {
|
|
14716
14716
|
name: 'Bike Tour',
|
|
14717
14717
|
amount: 30,
|
|
@@ -14744,13 +14744,13 @@ exports.booking3 = {
|
|
|
14744
14744
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14745
14745
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14746
14746
|
bookingServiceId: '3a18fa7e-cag7-4610-a3ce-3dca88d21a0a',
|
|
14747
|
+
isActive: false,
|
|
14747
14748
|
bookingService: {
|
|
14748
14749
|
id: '3a18fa7e-cag7-4610-a3ce-3dca88d21a0a',
|
|
14749
14750
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14750
14751
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
14751
14752
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14752
14753
|
roomTypeServiceId: null,
|
|
14753
|
-
isActive: false,
|
|
14754
14754
|
data: {
|
|
14755
14755
|
name: 'Cleaning Fee',
|
|
14756
14756
|
amount: 40,
|
|
@@ -14783,13 +14783,13 @@ exports.booking3 = {
|
|
|
14783
14783
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14784
14784
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14785
14785
|
bookingServiceId: '40fcf078-ceb1-32fd-a97e-f9e60c259031',
|
|
14786
|
+
isActive: false,
|
|
14786
14787
|
bookingService: {
|
|
14787
14788
|
id: '40fcf078-ceb1-32fd-a97e-f9e60c259031',
|
|
14788
14789
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14789
14790
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
14790
14791
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14791
14792
|
roomTypeServiceId: null,
|
|
14792
|
-
isActive: false,
|
|
14793
14793
|
data: {
|
|
14794
14794
|
name: 'Test period an do period',
|
|
14795
14795
|
amount: 1,
|
|
@@ -14822,13 +14822,13 @@ exports.booking3 = {
|
|
|
14822
14822
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14823
14823
|
roomBookingId: '7aebdcbc-f932-4761-a3b4-17a0e3f97a5b',
|
|
14824
14824
|
bookingServiceId: '53a22bcs-d145-4db1-b02a-00e1d9176f64',
|
|
14825
|
+
isActive: false,
|
|
14825
14826
|
bookingService: {
|
|
14826
14827
|
id: '53a22bcs-d145-4db1-b02a-00e1d9176f64',
|
|
14827
14828
|
bookingId: '02ce607b-e793-4736-a81c-a80962ff2ebe',
|
|
14828
14829
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
14829
14830
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
14830
14831
|
roomTypeServiceId: null,
|
|
14831
|
-
isActive: false,
|
|
14832
14832
|
data: {
|
|
14833
14833
|
name: 'test for triple',
|
|
14834
14834
|
amount: 10,
|
|
@@ -17518,13 +17518,13 @@ exports.booking4 = {
|
|
|
17518
17518
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17519
17519
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
17520
17520
|
bookingServiceId: 'aa8e79d8-60d8-454c-4447-d0c1d196c84b',
|
|
17521
|
+
isActive: false,
|
|
17521
17522
|
bookingService: {
|
|
17522
17523
|
id: 'aa8e79d8-60d8-454c-4447-d0c1d196c84b',
|
|
17523
17524
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17524
17525
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
17525
17526
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
17526
17527
|
roomTypeServiceId: null,
|
|
17527
|
-
isActive: false,
|
|
17528
17528
|
data: {
|
|
17529
17529
|
name: 'Wine Tour',
|
|
17530
17530
|
amount: 25,
|
|
@@ -17558,13 +17558,13 @@ exports.booking4 = {
|
|
|
17558
17558
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
17559
17559
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17560
17560
|
bookingServiceId: '02135s8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
17561
|
+
isActive: true,
|
|
17561
17562
|
bookingService: {
|
|
17562
17563
|
id: '02135s8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
17563
17564
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17564
17565
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
17565
17566
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
17566
17567
|
roomTypeServiceId: '74c05b87-e88e-4e32-a59c-3c5c5526d03e',
|
|
17567
|
-
isActive: true,
|
|
17568
17568
|
data: {
|
|
17569
17569
|
name: 'Kurtaxe LS',
|
|
17570
17570
|
amount: 5,
|
|
@@ -17665,13 +17665,13 @@ exports.booking4 = {
|
|
|
17665
17665
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
17666
17666
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17667
17667
|
bookingServiceId: '36785f48-7356-4962-826e-d40c6s443922',
|
|
17668
|
+
isActive: false,
|
|
17668
17669
|
bookingService: {
|
|
17669
17670
|
id: '36785f48-7356-4962-826e-d40c6s443922',
|
|
17670
17671
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17671
17672
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
17672
17673
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
17673
17674
|
roomTypeServiceId: null,
|
|
17674
|
-
isActive: false,
|
|
17675
17675
|
data: {
|
|
17676
17676
|
name: 'Special Cleaning Fee',
|
|
17677
17677
|
amount: 100,
|
|
@@ -17704,13 +17704,13 @@ exports.booking4 = {
|
|
|
17704
17704
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
17705
17705
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17706
17706
|
bookingServiceId: 'bdce4s99-219b-2a8c-92c0-97254893efab',
|
|
17707
|
+
isActive: false,
|
|
17707
17708
|
bookingService: {
|
|
17708
17709
|
id: 'bdce4s99-219b-2a8c-92c0-97254893efab',
|
|
17709
17710
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17710
17711
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
17711
17712
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
17712
17713
|
roomTypeServiceId: null,
|
|
17713
|
-
isActive: false,
|
|
17714
17714
|
data: {
|
|
17715
17715
|
name: 'Roomservice',
|
|
17716
17716
|
amount: 10,
|
|
@@ -17743,13 +17743,13 @@ exports.booking4 = {
|
|
|
17743
17743
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
17744
17744
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17745
17745
|
bookingServiceId: '4e3fb835-f1f4-46d2-bfc4-03213e7a76da',
|
|
17746
|
+
isActive: false,
|
|
17746
17747
|
bookingService: {
|
|
17747
17748
|
id: '4e3fb835-f1f4-46d2-bfc4-03213e7a76da',
|
|
17748
17749
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17749
17750
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
17750
17751
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
17751
17752
|
roomTypeServiceId: '2122182f-d45d-4ad0-b278-51db2d78baad',
|
|
17752
|
-
isActive: false,
|
|
17753
17753
|
data: {
|
|
17754
17754
|
name: 'No enabled by defoult',
|
|
17755
17755
|
amount: 200,
|
|
@@ -17850,13 +17850,13 @@ exports.booking4 = {
|
|
|
17850
17850
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
17851
17851
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17852
17852
|
bookingServiceId: '8893sa57-cpb2-4d90-a156-ef67afcfe25f',
|
|
17853
|
+
isActive: true,
|
|
17853
17854
|
bookingService: {
|
|
17854
17855
|
id: '8893sa57-cpb2-4d90-a156-ef67afcfe25f',
|
|
17855
17856
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17856
17857
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
17857
17858
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
17858
17859
|
roomTypeServiceId: '8261aa8b-0d1a-48e1-a3fb-5eb7679bdd40',
|
|
17859
|
-
isActive: true,
|
|
17860
17860
|
data: {
|
|
17861
17861
|
name: 'Parking',
|
|
17862
17862
|
amount: 25,
|
|
@@ -17957,13 +17957,13 @@ exports.booking4 = {
|
|
|
17957
17957
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
17958
17958
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17959
17959
|
bookingServiceId: '789s76a4-0f5f-4996-9af1-deb358946235',
|
|
17960
|
+
isActive: false,
|
|
17960
17961
|
bookingService: {
|
|
17961
17962
|
id: '789s76a4-0f5f-4996-9af1-deb358946235',
|
|
17962
17963
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
17963
17964
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
17964
17965
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
17965
17966
|
roomTypeServiceId: '66a79fa9-721f-48b0-a662-694aca5e26eb',
|
|
17966
|
-
isActive: false,
|
|
17967
17967
|
data: {
|
|
17968
17968
|
name: 'Kurtaxe HS',
|
|
17969
17969
|
amount: 10,
|
|
@@ -18064,13 +18064,13 @@ exports.booking4 = {
|
|
|
18064
18064
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
18065
18065
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
18066
18066
|
bookingServiceId: '7dc82166-b9c7-43e3-b208-692349f66fcd',
|
|
18067
|
+
isActive: false,
|
|
18067
18068
|
bookingService: {
|
|
18068
18069
|
id: '7dc82166-b9c7-43e3-b208-692349f66fcd',
|
|
18069
18070
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
18070
18071
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
18071
18072
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
18072
18073
|
roomTypeServiceId: null,
|
|
18073
|
-
isActive: false,
|
|
18074
18074
|
data: {
|
|
18075
18075
|
name: 'Bike Tour',
|
|
18076
18076
|
amount: 30,
|
|
@@ -18103,13 +18103,13 @@ exports.booking4 = {
|
|
|
18103
18103
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
18104
18104
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
18105
18105
|
bookingServiceId: '3a18fa2s-dcf7-4610-x3ae-3dca88d21a0a',
|
|
18106
|
+
isActive: false,
|
|
18106
18107
|
bookingService: {
|
|
18107
18108
|
id: '3a18fa2s-dcf7-4610-x3ae-3dca88d21a0a',
|
|
18108
18109
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
18109
18110
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
18110
18111
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
18111
18112
|
roomTypeServiceId: null,
|
|
18112
|
-
isActive: false,
|
|
18113
18113
|
data: {
|
|
18114
18114
|
name: 'Cleaning Fee',
|
|
18115
18115
|
amount: 40,
|
|
@@ -18142,13 +18142,13 @@ exports.booking4 = {
|
|
|
18142
18142
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
18143
18143
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
18144
18144
|
bookingServiceId: '40fcf078-ces3-41fa-a97p-f9e60c259031',
|
|
18145
|
+
isActive: false,
|
|
18145
18146
|
bookingService: {
|
|
18146
18147
|
id: '40fcf078-ces3-41fa-a97p-f9e60c259031',
|
|
18147
18148
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
18148
18149
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
18149
18150
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
18150
18151
|
roomTypeServiceId: null,
|
|
18151
|
-
isActive: false,
|
|
18152
18152
|
data: {
|
|
18153
18153
|
name: 'Test period an do period',
|
|
18154
18154
|
amount: 1,
|
|
@@ -18181,13 +18181,13 @@ exports.booking4 = {
|
|
|
18181
18181
|
roomBookingId: '03f6418b-247d-4a14-9c89-75ba1f3e996a',
|
|
18182
18182
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
18183
18183
|
bookingServiceId: '53a87bce-d145-4db1-b02a-00e1d9176f64',
|
|
18184
|
+
isActive: false,
|
|
18184
18185
|
bookingService: {
|
|
18185
18186
|
id: '53a87bce-d145-4db1-b02a-00e1d9176f64',
|
|
18186
18187
|
bookingId: '62dd24d5-eb9d-4b68-989d-fbb1454d1298',
|
|
18187
18188
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
18188
18189
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
18189
18190
|
roomTypeServiceId: null,
|
|
18190
|
-
isActive: false,
|
|
18191
18191
|
data: {
|
|
18192
18192
|
name: 'test for triple',
|
|
18193
18193
|
amount: 10,
|
|
@@ -20872,13 +20872,13 @@ exports.booking5 = {
|
|
|
20872
20872
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
20873
20873
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
20874
20874
|
bookingServiceId: 'cc1a79d8-60d8-454c-9446-d0c1d196c84b',
|
|
20875
|
+
isActive: false,
|
|
20875
20876
|
bookingService: {
|
|
20876
20877
|
id: 'cc1a79d8-60d8-454c-9446-d0c1d196c84b',
|
|
20877
20878
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
20878
20879
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
20879
20880
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
20880
20881
|
roomTypeServiceId: 'dccca640-91ac-40ec-92bc-db9915180966',
|
|
20881
|
-
isActive: false,
|
|
20882
20882
|
data: {
|
|
20883
20883
|
name: 'Wine Tour',
|
|
20884
20884
|
amount: 25,
|
|
@@ -20970,13 +20970,13 @@ exports.booking5 = {
|
|
|
20970
20970
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
20971
20971
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
20972
20972
|
bookingServiceId: '06735f8c-3f84-4fbb-as1e-13dc7d20ae3f',
|
|
20973
|
+
isActive: false,
|
|
20973
20974
|
bookingService: {
|
|
20974
20975
|
id: '06735f8c-3f84-4fbb-as1e-13dc7d20ae3f',
|
|
20975
20976
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
20976
20977
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
20977
20978
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
20978
20979
|
roomTypeServiceId: null,
|
|
20979
|
-
isActive: false,
|
|
20980
20980
|
data: {
|
|
20981
20981
|
name: 'Kurtaxe LS',
|
|
20982
20982
|
amount: 5,
|
|
@@ -21009,13 +21009,13 @@ exports.booking5 = {
|
|
|
21009
21009
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
21010
21010
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21011
21011
|
bookingServiceId: '36785f48-2333-4962-826e-d40c6b443900',
|
|
21012
|
+
isActive: false,
|
|
21012
21013
|
bookingService: {
|
|
21013
21014
|
id: '36785f48-2333-4962-826e-d40c6b443900',
|
|
21014
21015
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21015
21016
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
21016
21017
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
21017
21018
|
roomTypeServiceId: null,
|
|
21018
|
-
isActive: false,
|
|
21019
21019
|
data: {
|
|
21020
21020
|
name: 'Special Cleaning Fee',
|
|
21021
21021
|
amount: 100,
|
|
@@ -21048,13 +21048,13 @@ exports.booking5 = {
|
|
|
21048
21048
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
21049
21049
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21050
21050
|
bookingServiceId: 'bdce4a99-239b-4a8c-92c0-17224893cscb',
|
|
21051
|
+
isActive: false,
|
|
21051
21052
|
bookingService: {
|
|
21052
21053
|
id: 'bdce4a99-239b-4a8c-92c0-17224893cscb',
|
|
21053
21054
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21054
21055
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
21055
21056
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
21056
21057
|
roomTypeServiceId: null,
|
|
21057
|
-
isActive: false,
|
|
21058
21058
|
data: {
|
|
21059
21059
|
name: 'Roomservice',
|
|
21060
21060
|
amount: 10,
|
|
@@ -21087,13 +21087,13 @@ exports.booking5 = {
|
|
|
21087
21087
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
21088
21088
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21089
21089
|
bookingServiceId: '4e3fb835-s2f2-16s2-bfc4-03485e7a76da',
|
|
21090
|
+
isActive: false,
|
|
21090
21091
|
bookingService: {
|
|
21091
21092
|
id: '4e3fb835-s2f2-16s2-bfc4-03485e7a76da',
|
|
21092
21093
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21093
21094
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
21094
21095
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
21095
21096
|
roomTypeServiceId: null,
|
|
21096
|
-
isActive: false,
|
|
21097
21097
|
data: {
|
|
21098
21098
|
name: 'No enabled by defoult',
|
|
21099
21099
|
amount: 200,
|
|
@@ -21126,13 +21126,13 @@ exports.booking5 = {
|
|
|
21126
21126
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
21127
21127
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21128
21128
|
bookingServiceId: '2211sc57-eab0-4d90-a156-ef67afcfe25f',
|
|
21129
|
+
isActive: false,
|
|
21129
21130
|
bookingService: {
|
|
21130
21131
|
id: '2211sc57-eab0-4d90-a156-ef67afcfe25f',
|
|
21131
21132
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21132
21133
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
21133
21134
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
21134
21135
|
roomTypeServiceId: null,
|
|
21135
|
-
isActive: false,
|
|
21136
21136
|
data: {
|
|
21137
21137
|
name: 'Parking',
|
|
21138
21138
|
amount: 25,
|
|
@@ -21165,13 +21165,13 @@ exports.booking5 = {
|
|
|
21165
21165
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
21166
21166
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21167
21167
|
bookingServiceId: '076b76a4-0f5f-4996-9af1-dde218946235',
|
|
21168
|
+
isActive: false,
|
|
21168
21169
|
bookingService: {
|
|
21169
21170
|
id: '076b76a4-0f5f-4996-9af1-dde218946235',
|
|
21170
21171
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21171
21172
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
21172
21173
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
21173
21174
|
roomTypeServiceId: null,
|
|
21174
|
-
isActive: false,
|
|
21175
21175
|
data: {
|
|
21176
21176
|
name: 'Kurtaxe HS',
|
|
21177
21177
|
amount: 10,
|
|
@@ -21204,13 +21204,13 @@ exports.booking5 = {
|
|
|
21204
21204
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
21205
21205
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21206
21206
|
bookingServiceId: '3a18fa7e-caf7-4610-a3ae-3dcs22d22a0a',
|
|
21207
|
+
isActive: false,
|
|
21207
21208
|
bookingService: {
|
|
21208
21209
|
id: '3a18fa7e-caf7-4610-a3ae-3dcs22d22a0a',
|
|
21209
21210
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21210
21211
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
21211
21212
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
21212
21213
|
roomTypeServiceId: '81aef61a-c494-4325-babd-5490e86c93bd',
|
|
21213
|
-
isActive: false,
|
|
21214
21214
|
data: {
|
|
21215
21215
|
name: 'Cleaning Fee',
|
|
21216
21216
|
amount: 40,
|
|
@@ -21302,13 +21302,13 @@ exports.booking5 = {
|
|
|
21302
21302
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
21303
21303
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21304
21304
|
bookingServiceId: '55s33bde-d145-4db1-b02a-00e1d9176f64',
|
|
21305
|
+
isActive: false,
|
|
21305
21306
|
bookingService: {
|
|
21306
21307
|
id: '55s33bde-d145-4db1-b02a-00e1d9176f64',
|
|
21307
21308
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21308
21309
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
21309
21310
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
21310
21311
|
roomTypeServiceId: 'e93fb42a-57fc-442f-b785-bb83cef1523f',
|
|
21311
|
-
isActive: false,
|
|
21312
21312
|
data: {
|
|
21313
21313
|
name: 'test for triple',
|
|
21314
21314
|
amount: 10,
|
|
@@ -21400,13 +21400,13 @@ exports.booking5 = {
|
|
|
21400
21400
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
21401
21401
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21402
21402
|
bookingServiceId: '7dd22133-b9c7-43e3-b208-692349f66fcd',
|
|
21403
|
+
isActive: false,
|
|
21403
21404
|
bookingService: {
|
|
21404
21405
|
id: '7dd22133-b9c7-43e3-b208-692349f66fcd',
|
|
21405
21406
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21406
21407
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
21407
21408
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
21408
21409
|
roomTypeServiceId: null,
|
|
21409
|
-
isActive: false,
|
|
21410
21410
|
data: {
|
|
21411
21411
|
name: 'Bike Tour',
|
|
21412
21412
|
amount: 30,
|
|
@@ -21439,13 +21439,13 @@ exports.booking5 = {
|
|
|
21439
21439
|
roomBookingId: '6267fb7b-3e49-4ca2-a507-a80f9bafae08',
|
|
21440
21440
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21441
21441
|
bookingServiceId: '44ccf178-ceb3-41fd-a97e-f9e60c259031',
|
|
21442
|
+
isActive: false,
|
|
21442
21443
|
bookingService: {
|
|
21443
21444
|
id: '44ccf178-ceb3-41fd-a97e-f9e60c259031',
|
|
21444
21445
|
bookingId: '013dccc2-d9e4-4ada-8174-b19c75e1b553',
|
|
21445
21446
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
21446
21447
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
21447
21448
|
roomTypeServiceId: null,
|
|
21448
|
-
isActive: false,
|
|
21449
21449
|
data: {
|
|
21450
21450
|
name: 'Test period an do period',
|
|
21451
21451
|
amount: 1,
|
|
@@ -24130,13 +24130,13 @@ exports.booking6 = {
|
|
|
24130
24130
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24131
24131
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24132
24132
|
bookingServiceId: 'jj8s79d8-60d8-454c-9446-d0c1d196c84b',
|
|
24133
|
+
isActive: false,
|
|
24133
24134
|
bookingService: {
|
|
24134
24135
|
id: 'jj8s79d8-60d8-454c-9446-d0c1d196c84b',
|
|
24135
24136
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24136
24137
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
24137
24138
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24138
24139
|
roomTypeServiceId: 'dccca640-91ac-40ec-92bc-db9915180966',
|
|
24139
|
-
isActive: false,
|
|
24140
24140
|
data: {
|
|
24141
24141
|
name: 'Wine Tour',
|
|
24142
24142
|
amount: 25,
|
|
@@ -24228,13 +24228,13 @@ exports.booking6 = {
|
|
|
24228
24228
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24229
24229
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24230
24230
|
bookingServiceId: '06735f8c-3f84-4fxx-xs4d-15dc7d20ae3f',
|
|
24231
|
+
isActive: false,
|
|
24231
24232
|
bookingService: {
|
|
24232
24233
|
id: '06735f8c-3f84-4fxx-xs4d-15dc7d20ae3f',
|
|
24233
24234
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24234
24235
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
24235
24236
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24236
24237
|
roomTypeServiceId: null,
|
|
24237
|
-
isActive: false,
|
|
24238
24238
|
data: {
|
|
24239
24239
|
name: 'Kurtaxe LS',
|
|
24240
24240
|
amount: 5,
|
|
@@ -24267,13 +24267,13 @@ exports.booking6 = {
|
|
|
24267
24267
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24268
24268
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24269
24269
|
bookingServiceId: '22285d48-7356-4962-826e-d40c6b443900',
|
|
24270
|
+
isActive: false,
|
|
24270
24271
|
bookingService: {
|
|
24271
24272
|
id: '22285d48-7356-4962-826e-d40c6b443900',
|
|
24272
24273
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24273
24274
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
24274
24275
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24275
24276
|
roomTypeServiceId: null,
|
|
24276
|
-
isActive: false,
|
|
24277
24277
|
data: {
|
|
24278
24278
|
name: 'Special Cleaning Fee',
|
|
24279
24279
|
amount: 100,
|
|
@@ -24306,13 +24306,13 @@ exports.booking6 = {
|
|
|
24306
24306
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24307
24307
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24308
24308
|
bookingServiceId: 'bdce4a99-239b-4a8c-92c0-97254893bbbb',
|
|
24309
|
+
isActive: false,
|
|
24309
24310
|
bookingService: {
|
|
24310
24311
|
id: 'bdce4a99-239b-4a8c-92c0-97254893bbbb',
|
|
24311
24312
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24312
24313
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
24313
24314
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24314
24315
|
roomTypeServiceId: null,
|
|
24315
|
-
isActive: false,
|
|
24316
24316
|
data: {
|
|
24317
24317
|
name: 'Roomservice',
|
|
24318
24318
|
amount: 10,
|
|
@@ -24345,13 +24345,13 @@ exports.booking6 = {
|
|
|
24345
24345
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24346
24346
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24347
24347
|
bookingServiceId: '4e3fb835-f1f4-46d2-bfc4-03485d7d76dd',
|
|
24348
|
+
isActive: false,
|
|
24348
24349
|
bookingService: {
|
|
24349
24350
|
id: '4e3fb835-f1f4-46d2-bfc4-03485d7d76dd',
|
|
24350
24351
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24351
24352
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
24352
24353
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24353
24354
|
roomTypeServiceId: null,
|
|
24354
|
-
isActive: false,
|
|
24355
24355
|
data: {
|
|
24356
24356
|
name: 'No enabled by defoult',
|
|
24357
24357
|
amount: 200,
|
|
@@ -24384,13 +24384,13 @@ exports.booking6 = {
|
|
|
24384
24384
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24385
24385
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24386
24386
|
bookingServiceId: '8893bd57-eab0-4d90-a156-ee67efffe25f',
|
|
24387
|
+
isActive: false,
|
|
24387
24388
|
bookingService: {
|
|
24388
24389
|
id: '8893bd57-eab0-4d90-a156-ee67efffe25f',
|
|
24389
24390
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24390
24391
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
24391
24392
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24392
24393
|
roomTypeServiceId: null,
|
|
24393
|
-
isActive: false,
|
|
24394
24394
|
data: {
|
|
24395
24395
|
name: 'Parking',
|
|
24396
24396
|
amount: 25,
|
|
@@ -24423,13 +24423,13 @@ exports.booking6 = {
|
|
|
24423
24423
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24424
24424
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24425
24425
|
bookingServiceId: '076b76a4-0f5f-4996-9af1-deb358946661',
|
|
24426
|
+
isActive: false,
|
|
24426
24427
|
bookingService: {
|
|
24427
24428
|
id: '076b76a4-0f5f-4996-9af1-deb358946661',
|
|
24428
24429
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24429
24430
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
24430
24431
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24431
24432
|
roomTypeServiceId: null,
|
|
24432
|
-
isActive: false,
|
|
24433
24433
|
data: {
|
|
24434
24434
|
name: 'Kurtaxe HS',
|
|
24435
24435
|
amount: 10,
|
|
@@ -24462,13 +24462,13 @@ exports.booking6 = {
|
|
|
24462
24462
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24463
24463
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24464
24464
|
bookingServiceId: '7db88166-b9c7-43e3-b222-112349f66fcd',
|
|
24465
|
+
isActive: false,
|
|
24465
24466
|
bookingService: {
|
|
24466
24467
|
id: '7db88166-b9c7-43e3-b222-112349f66fcd',
|
|
24467
24468
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24468
24469
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
24469
24470
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24470
24471
|
roomTypeServiceId: null,
|
|
24471
|
-
isActive: false,
|
|
24472
24472
|
data: {
|
|
24473
24473
|
name: 'Bike Tour',
|
|
24474
24474
|
amount: 30,
|
|
@@ -24501,13 +24501,13 @@ exports.booking6 = {
|
|
|
24501
24501
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24502
24502
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24503
24503
|
bookingServiceId: '3a18fa7e-caf7-2100-z3ae-3dca88d21a0a',
|
|
24504
|
+
isActive: true,
|
|
24504
24505
|
bookingService: {
|
|
24505
24506
|
id: '3a18fa7e-caf7-2100-z3ae-3dca88d21a0a',
|
|
24506
24507
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24507
24508
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
24508
24509
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24509
24510
|
roomTypeServiceId: '81aef61a-c494-4325-babd-5490e86c93bd',
|
|
24510
|
-
isActive: true,
|
|
24511
24511
|
data: {
|
|
24512
24512
|
name: 'Cleaning Fee',
|
|
24513
24513
|
amount: 40,
|
|
@@ -24599,13 +24599,13 @@ exports.booking6 = {
|
|
|
24599
24599
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24600
24600
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24601
24601
|
bookingServiceId: '40fcf078-zzz3-41fd-a97e-f9e60c259031',
|
|
24602
|
+
isActive: false,
|
|
24602
24603
|
bookingService: {
|
|
24603
24604
|
id: '40fcf078-zzz3-41fd-a97e-f9e60c259031',
|
|
24604
24605
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24605
24606
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
24606
24607
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24607
24608
|
roomTypeServiceId: null,
|
|
24608
|
-
isActive: false,
|
|
24609
24609
|
data: {
|
|
24610
24610
|
name: 'Test period an do period',
|
|
24611
24611
|
amount: 1,
|
|
@@ -24638,13 +24638,13 @@ exports.booking6 = {
|
|
|
24638
24638
|
roomBookingId: 'c01df507-b5b7-475e-afa7-4005a7cdd7ae',
|
|
24639
24639
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24640
24640
|
bookingServiceId: '33s12bde-d145-4db1-b02a-00e1d9176f64',
|
|
24641
|
+
isActive: false,
|
|
24641
24642
|
bookingService: {
|
|
24642
24643
|
id: '33s12bde-d145-4db1-b02a-00e1d9176f64',
|
|
24643
24644
|
bookingId: 'd43adfb3-3157-4c47-b367-7e94f19a0ac0',
|
|
24644
24645
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
24645
24646
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
24646
24647
|
roomTypeServiceId: 'e93fb42a-57fc-442f-b785-bb83cef1523f',
|
|
24647
|
-
isActive: false,
|
|
24648
24648
|
data: {
|
|
24649
24649
|
name: 'test for triple',
|
|
24650
24650
|
amount: 10,
|
|
@@ -27392,13 +27392,13 @@ exports.booking7 = {
|
|
|
27392
27392
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27393
27393
|
roomBookingId: 'caad7f10-72be-413d-903c-e931985b95c1',
|
|
27394
27394
|
bookingServiceId: 'yy8e79d8-60d8-454c-9446-d0c1d196c84z',
|
|
27395
|
+
isActive: false,
|
|
27395
27396
|
bookingService: {
|
|
27396
27397
|
id: 'yy8e79d8-60d8-454c-9446-d0c1d196c84z',
|
|
27397
27398
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27398
27399
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
27399
27400
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
27400
27401
|
roomTypeServiceId: 'dccca640-91ac-40ec-92bc-db9915180966',
|
|
27401
|
-
isActive: false,
|
|
27402
27402
|
data: {
|
|
27403
27403
|
name: 'Wine Tour',
|
|
27404
27404
|
amount: 25,
|
|
@@ -27529,13 +27529,13 @@ exports.booking7 = {
|
|
|
27529
27529
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27530
27530
|
roomBookingId: 'caad7f10-72be-413d-903c-e931985b95c1',
|
|
27531
27531
|
bookingServiceId: '36785f48-7356-4962-826e-d40c6b443999',
|
|
27532
|
+
isActive: false,
|
|
27532
27533
|
bookingService: {
|
|
27533
27534
|
id: '36785f48-7356-4962-826e-d40c6b443999',
|
|
27534
27535
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27535
27536
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
27536
27537
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
27537
27538
|
roomTypeServiceId: null,
|
|
27538
|
-
isActive: false,
|
|
27539
27539
|
data: {
|
|
27540
27540
|
name: 'Special Cleaning Fee',
|
|
27541
27541
|
amount: 100,
|
|
@@ -27568,13 +27568,13 @@ exports.booking7 = {
|
|
|
27568
27568
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27569
27569
|
roomBookingId: 'caad7f10-72be-413d-903c-e931985b95c1',
|
|
27570
27570
|
bookingServiceId: 'bdce4a99-239b-4a8c-98c8-87254893efab',
|
|
27571
|
+
isActive: false,
|
|
27571
27572
|
bookingService: {
|
|
27572
27573
|
id: 'bdce4a99-239b-4a8c-98c8-87254893efab',
|
|
27573
27574
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27574
27575
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
27575
27576
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
27576
27577
|
roomTypeServiceId: null,
|
|
27577
|
-
isActive: false,
|
|
27578
27578
|
data: {
|
|
27579
27579
|
name: 'Roomservice',
|
|
27580
27580
|
amount: 10,
|
|
@@ -27607,13 +27607,13 @@ exports.booking7 = {
|
|
|
27607
27607
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27608
27608
|
roomBookingId: 'caad7f10-72be-413d-903c-e931985b95c1',
|
|
27609
27609
|
bookingServiceId: '4e3fb835-f1f4-46d2-bfc4-03485e1a11ca',
|
|
27610
|
+
isActive: false,
|
|
27610
27611
|
bookingService: {
|
|
27611
27612
|
id: '4e3fb835-f1f4-46d2-bfc4-03485e1a11ca',
|
|
27612
27613
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27613
27614
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
27614
27615
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
27615
27616
|
roomTypeServiceId: null,
|
|
27616
|
-
isActive: false,
|
|
27617
27617
|
data: {
|
|
27618
27618
|
name: 'No enabled by defoult',
|
|
27619
27619
|
amount: 200,
|
|
@@ -27646,13 +27646,13 @@ exports.booking7 = {
|
|
|
27646
27646
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27647
27647
|
roomBookingId: 'caad7f10-72be-413d-903c-e931985b95c1',
|
|
27648
27648
|
bookingServiceId: '4442bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
27649
|
+
isActive: false,
|
|
27649
27650
|
bookingService: {
|
|
27650
27651
|
id: '4442bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
27651
27652
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27652
27653
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
27653
27654
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
27654
27655
|
roomTypeServiceId: null,
|
|
27655
|
-
isActive: false,
|
|
27656
27656
|
data: {
|
|
27657
27657
|
name: 'Parking',
|
|
27658
27658
|
amount: 25,
|
|
@@ -27685,13 +27685,13 @@ exports.booking7 = {
|
|
|
27685
27685
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27686
27686
|
roomBookingId: 'caad7f10-72be-413d-903c-e931985b95c1',
|
|
27687
27687
|
bookingServiceId: '076b76a4-0f5f-2220-9af1-deb358946235',
|
|
27688
|
+
isActive: false,
|
|
27688
27689
|
bookingService: {
|
|
27689
27690
|
id: '076b76a4-0f5f-2220-9af1-deb358946235',
|
|
27690
27691
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27691
27692
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
27692
27693
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
27693
27694
|
roomTypeServiceId: null,
|
|
27694
|
-
isActive: false,
|
|
27695
27695
|
data: {
|
|
27696
27696
|
name: 'Kurtaxe HS',
|
|
27697
27697
|
amount: 10,
|
|
@@ -27724,13 +27724,13 @@ exports.booking7 = {
|
|
|
27724
27724
|
bookingServiceId: '7db88166-b9c7-43e3-b208-692349x26fpp',
|
|
27725
27725
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27726
27726
|
roomBookingId: 'caad7f10-72be-413d-903c-e931985b95c1',
|
|
27727
|
+
isActive: false,
|
|
27727
27728
|
bookingService: {
|
|
27728
27729
|
id: '7db88166-b9c7-43e3-b208-692349x26fpp',
|
|
27729
27730
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27730
27731
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
27731
27732
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
27732
27733
|
roomTypeServiceId: null,
|
|
27733
|
-
isActive: false,
|
|
27734
27734
|
data: {
|
|
27735
27735
|
name: 'Bike Tour',
|
|
27736
27736
|
amount: 30,
|
|
@@ -27763,13 +27763,13 @@ exports.booking7 = {
|
|
|
27763
27763
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27764
27764
|
roomBookingId: 'caad7f10-72be-413d-903c-e931985b95c1',
|
|
27765
27765
|
bookingServiceId: '9a22fa3e-caf7-4610-a3ae-3dca88d21a0a',
|
|
27766
|
+
isActive: false,
|
|
27766
27767
|
bookingService: {
|
|
27767
27768
|
id: '9a22fa3e-caf7-4610-a3ae-3dca88d21a0a',
|
|
27768
27769
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27769
27770
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
27770
27771
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
27771
27772
|
roomTypeServiceId: '81aef61a-c494-4325-babd-5490e86c93bd',
|
|
27772
|
-
isActive: false,
|
|
27773
27773
|
data: {
|
|
27774
27774
|
name: 'Cleaning Fee',
|
|
27775
27775
|
amount: 40,
|
|
@@ -27861,13 +27861,13 @@ exports.booking7 = {
|
|
|
27861
27861
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27862
27862
|
roomBookingId: 'caad7f10-72be-413d-903c-e931985b95c1',
|
|
27863
27863
|
bookingServiceId: '13fcf134-ceb3-41fd-a97e-f9e60c259031',
|
|
27864
|
+
isActive: false,
|
|
27864
27865
|
bookingService: {
|
|
27865
27866
|
id: '13fcf134-ceb3-41fd-a97e-f9e60c259031',
|
|
27866
27867
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27867
27868
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
27868
27869
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
27869
27870
|
roomTypeServiceId: null,
|
|
27870
|
-
isActive: false,
|
|
27871
27871
|
data: {
|
|
27872
27872
|
name: 'Test period an do period',
|
|
27873
27873
|
amount: 1,
|
|
@@ -27900,13 +27900,13 @@ exports.booking7 = {
|
|
|
27900
27900
|
roomBookingId: 'caad7f10-72be-413d-903c-e931985b95c1',
|
|
27901
27901
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27902
27902
|
bookingServiceId: '53a99bde-d145-4db1-s00c-00e1d9176f64',
|
|
27903
|
+
isActive: false,
|
|
27903
27904
|
bookingService: {
|
|
27904
27905
|
id: '53a99bde-d145-4db1-s00c-00e1d9176f64',
|
|
27905
27906
|
bookingId: '5747bd1d-7fa7-4aae-b2eb-01d0a388a68c',
|
|
27906
27907
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
27907
27908
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
27908
27909
|
roomTypeServiceId: 'e93fb42a-57fc-442f-b785-bb83cef1523f',
|
|
27909
|
-
isActive: false,
|
|
27910
27910
|
data: {
|
|
27911
27911
|
name: 'test for triple',
|
|
27912
27912
|
amount: 10,
|
|
@@ -31391,57 +31391,52 @@ exports.booking8 = {
|
|
|
31391
31391
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31392
31392
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31393
31393
|
bookingServiceId: 'b799a8aa-9734-415f-a713-1ea0878f4433',
|
|
31394
|
+
isActive: false,
|
|
31394
31395
|
bookingService: {
|
|
31395
31396
|
id: 'b799a8aa-9734-415f-a713-1ea0878f4433',
|
|
31396
31397
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31397
|
-
|
|
31398
|
-
|
|
31399
|
-
|
|
31400
|
-
|
|
31401
|
-
|
|
31398
|
+
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
31399
|
+
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31400
|
+
roomTypeServiceId: null,
|
|
31401
|
+
data: {
|
|
31402
|
+
name: 'Kurtaxe LS',
|
|
31403
|
+
amount: 5,
|
|
31404
|
+
taxType: 'NO_TAX',
|
|
31405
|
+
sections: ['BOOKING_DETAILS', 'OWN_WEBSITE'],
|
|
31406
|
+
pricingUnit: 'PER_PERSON_PER_NIGHT',
|
|
31407
|
+
},
|
|
31408
|
+
createdAt: '2025-01-16T09:00:09.210Z',
|
|
31409
|
+
updatedAt: '2025-01-16T09:00:09.210Z',
|
|
31410
|
+
deletedAt: null,
|
|
31411
|
+
service: {
|
|
31412
|
+
id: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
31402
31413
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
|
|
31407
|
-
|
|
31408
|
-
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
|
|
31412
|
-
|
|
31413
|
-
updatedAt: '2025-01-16T09:00:09.210Z',
|
|
31414
|
+
name: 'Kurtaxe LS',
|
|
31415
|
+
amount: 5,
|
|
31416
|
+
pricingUnit: 'PER_PERSON_PER_NIGHT',
|
|
31417
|
+
taxType: 'NO_TAX',
|
|
31418
|
+
enabledByDefault: true,
|
|
31419
|
+
sections: ['BOOKING_DETAILS', 'OWN_WEBSITE'],
|
|
31420
|
+
startDate: '2025-01-01',
|
|
31421
|
+
endDate: '2025-04-30',
|
|
31422
|
+
createdAt: '2025-01-15T10:54:22.872Z',
|
|
31423
|
+
updatedAt: '2025-01-15T10:54:22.872Z',
|
|
31414
31424
|
deletedAt: null,
|
|
31415
|
-
service: {
|
|
31416
|
-
id: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
31417
|
-
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31418
|
-
name: 'Kurtaxe LS',
|
|
31419
|
-
amount: 5,
|
|
31420
|
-
pricingUnit: 'PER_PERSON_PER_NIGHT',
|
|
31421
|
-
taxType: 'NO_TAX',
|
|
31422
|
-
enabledByDefault: true,
|
|
31423
|
-
sections: ['BOOKING_DETAILS', 'OWN_WEBSITE'],
|
|
31424
|
-
startDate: '2025-01-01',
|
|
31425
|
-
endDate: '2025-04-30',
|
|
31426
|
-
createdAt: '2025-01-15T10:54:22.872Z',
|
|
31427
|
-
updatedAt: '2025-01-15T10:54:22.872Z',
|
|
31428
|
-
deletedAt: null,
|
|
31429
|
-
},
|
|
31430
|
-
roomTypeService: null,
|
|
31431
31425
|
},
|
|
31426
|
+
roomTypeService: null,
|
|
31432
31427
|
},
|
|
31433
31428
|
},
|
|
31434
31429
|
{
|
|
31435
31430
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31436
31431
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31437
31432
|
bookingServiceId: '36785f48-7356-4962-213a-d40c6b443900',
|
|
31433
|
+
isActive: false,
|
|
31438
31434
|
bookingService: {
|
|
31439
31435
|
id: '36785f48-7356-4962-213a-d40c6b443900',
|
|
31440
31436
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31441
31437
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
31442
31438
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31443
31439
|
roomTypeServiceId: null,
|
|
31444
|
-
isActive: false,
|
|
31445
31440
|
data: {
|
|
31446
31441
|
name: 'Special Cleaning Fee',
|
|
31447
31442
|
amount: 100,
|
|
@@ -31474,13 +31469,13 @@ exports.booking8 = {
|
|
|
31474
31469
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31475
31470
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31476
31471
|
bookingServiceId: 'bdce4a99-239b-4a8c-11c1-97254893efab',
|
|
31472
|
+
isActive: false,
|
|
31477
31473
|
bookingService: {
|
|
31478
31474
|
id: 'bdce4a99-239b-4a8c-11c1-97254893efab',
|
|
31479
31475
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31480
31476
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
31481
31477
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31482
31478
|
roomTypeServiceId: null,
|
|
31483
|
-
isActive: false,
|
|
31484
31479
|
data: {
|
|
31485
31480
|
name: 'Roomservice',
|
|
31486
31481
|
amount: 10,
|
|
@@ -31513,13 +31508,13 @@ exports.booking8 = {
|
|
|
31513
31508
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31514
31509
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31515
31510
|
bookingServiceId: 'aa8e79d8-60d8-454c-9446-z1z1z196c84b',
|
|
31511
|
+
isActive: false,
|
|
31516
31512
|
bookingService: {
|
|
31517
31513
|
id: 'aa8e79d8-60d8-454c-9446-z1z1z196c84b',
|
|
31518
31514
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31519
31515
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
31520
31516
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31521
31517
|
roomTypeServiceId: 'dccca640-91ac-40ec-92bc-db9915180966',
|
|
31522
|
-
isActive: false,
|
|
31523
31518
|
data: {
|
|
31524
31519
|
name: 'Wine Tour',
|
|
31525
31520
|
amount: 25,
|
|
@@ -31611,13 +31606,13 @@ exports.booking8 = {
|
|
|
31611
31606
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31612
31607
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31613
31608
|
bookingServiceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a12xx',
|
|
31609
|
+
isActive: false,
|
|
31614
31610
|
bookingService: {
|
|
31615
31611
|
id: '4e3fb835-f1f4-46d2-bfc4-03485e7a12xx',
|
|
31616
31612
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31617
31613
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
31618
31614
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31619
31615
|
roomTypeServiceId: null,
|
|
31620
|
-
isActive: false,
|
|
31621
31616
|
data: {
|
|
31622
31617
|
name: 'No enabled by defoult',
|
|
31623
31618
|
amount: 200,
|
|
@@ -31650,13 +31645,13 @@ exports.booking8 = {
|
|
|
31650
31645
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31651
31646
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31652
31647
|
bookingServiceId: '1113bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
31648
|
+
isActive: false,
|
|
31653
31649
|
bookingService: {
|
|
31654
31650
|
id: '1113bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
31655
31651
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31656
31652
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
31657
31653
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31658
31654
|
roomTypeServiceId: null,
|
|
31659
|
-
isActive: false,
|
|
31660
31655
|
data: {
|
|
31661
31656
|
name: 'Parking',
|
|
31662
31657
|
amount: 25,
|
|
@@ -31689,13 +31684,13 @@ exports.booking8 = {
|
|
|
31689
31684
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31690
31685
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31691
31686
|
bookingServiceId: '076b76a4-0f5f-1112-9af1-deb358946235',
|
|
31687
|
+
isActive: false,
|
|
31692
31688
|
bookingService: {
|
|
31693
31689
|
id: '076b76a4-0f5f-1112-9af1-deb358946235',
|
|
31694
31690
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31695
31691
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
31696
31692
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31697
31693
|
roomTypeServiceId: null,
|
|
31698
|
-
isActive: false,
|
|
31699
31694
|
data: {
|
|
31700
31695
|
name: 'Kurtaxe HS',
|
|
31701
31696
|
amount: 10,
|
|
@@ -31728,13 +31723,13 @@ exports.booking8 = {
|
|
|
31728
31723
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31729
31724
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31730
31725
|
bookingServiceId: '7db88166-b9c7-43e3-c101-692349f66fcd',
|
|
31726
|
+
isActive: false,
|
|
31731
31727
|
bookingService: {
|
|
31732
31728
|
id: '7db88166-b9c7-43e3-c101-692349f66fcd',
|
|
31733
31729
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31734
31730
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
31735
31731
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31736
31732
|
roomTypeServiceId: null,
|
|
31737
|
-
isActive: false,
|
|
31738
31733
|
data: {
|
|
31739
31734
|
name: 'Bike Tour',
|
|
31740
31735
|
amount: 30,
|
|
@@ -31767,13 +31762,13 @@ exports.booking8 = {
|
|
|
31767
31762
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31768
31763
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31769
31764
|
bookingServiceId: '40fcf078-ceb3-41fd-a97e-f2e11c659031',
|
|
31765
|
+
isActive: false,
|
|
31770
31766
|
bookingService: {
|
|
31771
31767
|
id: '40fcf078-ceb3-41fd-a97e-f2e11c659031',
|
|
31772
31768
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31773
31769
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
31774
31770
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31775
31771
|
roomTypeServiceId: null,
|
|
31776
|
-
isActive: false,
|
|
31777
31772
|
data: {
|
|
31778
31773
|
name: 'Test period an do period',
|
|
31779
31774
|
amount: 1,
|
|
@@ -31806,13 +31801,13 @@ exports.booking8 = {
|
|
|
31806
31801
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31807
31802
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31808
31803
|
bookingServiceId: '3a18fa7e-zse2-4610-a3ae-3dca88d21a0a',
|
|
31804
|
+
isActive: false,
|
|
31809
31805
|
bookingService: {
|
|
31810
31806
|
id: '3a18fa7e-zse2-4610-a3ae-3dca88d21a0a',
|
|
31811
31807
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31812
31808
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
31813
31809
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31814
31810
|
roomTypeServiceId: '81aef61a-c494-4325-babd-5490e86c93bd',
|
|
31815
|
-
isActive: false,
|
|
31816
31811
|
data: {
|
|
31817
31812
|
name: 'Cleaning Fee',
|
|
31818
31813
|
amount: 40,
|
|
@@ -31904,13 +31899,13 @@ exports.booking8 = {
|
|
|
31904
31899
|
roomBookingId: 'b799a8aa-9734-415f-a713-1ea0878f4144',
|
|
31905
31900
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31906
31901
|
bookingServiceId: '53a99bde-d145-4db1-b02a-00z1z9176z64',
|
|
31902
|
+
isActive: false,
|
|
31907
31903
|
bookingService: {
|
|
31908
31904
|
id: '53a99bde-d145-4db1-b02a-00z1z9176z64',
|
|
31909
31905
|
bookingId: '05a1327b-6087-4778-a1e1-8a5c7de69f85',
|
|
31910
31906
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
31911
31907
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
31912
31908
|
roomTypeServiceId: 'e93fb42a-57fc-442f-b785-bb83cef1523f',
|
|
31913
|
-
isActive: false,
|
|
31914
31909
|
data: {
|
|
31915
31910
|
name: 'test for triple',
|
|
31916
31911
|
amount: 10,
|
|
@@ -34681,13 +34676,13 @@ exports.booking9 = {
|
|
|
34681
34676
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
34682
34677
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
34683
34678
|
bookingServiceId: 'aa2a79d8-60d8-454c-9446-d0c1d196c84b',
|
|
34679
|
+
isActive: false,
|
|
34684
34680
|
bookingService: {
|
|
34685
34681
|
id: 'aa2a79d8-60d8-454c-9446-d0c1d196c84b',
|
|
34686
34682
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
34687
34683
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
34688
34684
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
34689
34685
|
roomTypeServiceId: null,
|
|
34690
|
-
isActive: false,
|
|
34691
34686
|
data: {
|
|
34692
34687
|
name: 'Wine Tour',
|
|
34693
34688
|
amount: 25,
|
|
@@ -34720,13 +34715,13 @@ exports.booking9 = {
|
|
|
34720
34715
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
34721
34716
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
34722
34717
|
bookingServiceId: '06735f8c-3f84-4fbb-af1d-15dc7d20oe3p',
|
|
34718
|
+
isActive: false,
|
|
34723
34719
|
bookingService: {
|
|
34724
34720
|
id: '06735f8c-3f84-4fbb-af1d-15dc7d20oe3p',
|
|
34725
34721
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
34726
34722
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
34727
34723
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
34728
34724
|
roomTypeServiceId: '9023896e-5005-4aa8-8bf6-558560876c20',
|
|
34729
|
-
isActive: false,
|
|
34730
34725
|
data: {
|
|
34731
34726
|
name: 'Kurtaxe LS',
|
|
34732
34727
|
amount: 5,
|
|
@@ -34832,13 +34827,13 @@ exports.booking9 = {
|
|
|
34832
34827
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
34833
34828
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
34834
34829
|
bookingServiceId: '36785f43-7316-4962-826e-d40c6b443900',
|
|
34830
|
+
isActive: false,
|
|
34835
34831
|
bookingService: {
|
|
34836
34832
|
id: '36785f43-7316-4962-826e-d40c6b443900',
|
|
34837
34833
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
34838
34834
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
34839
34835
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
34840
34836
|
roomTypeServiceId: null,
|
|
34841
|
-
isActive: false,
|
|
34842
34837
|
data: {
|
|
34843
34838
|
name: 'Special Cleaning Fee',
|
|
34844
34839
|
amount: 100,
|
|
@@ -34871,13 +34866,13 @@ exports.booking9 = {
|
|
|
34871
34866
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
34872
34867
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
34873
34868
|
bookingServiceId: 'bdce4a99-715z-4a8c-92c0-97254893efab',
|
|
34869
|
+
isActive: false,
|
|
34874
34870
|
bookingService: {
|
|
34875
34871
|
id: 'bdce4a99-715z-4a8c-92c0-97254893efab',
|
|
34876
34872
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
34877
34873
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
34878
34874
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
34879
34875
|
roomTypeServiceId: '6529eb0a-f1ac-4291-aa60-e5f2d11ff82b',
|
|
34880
|
-
isActive: false,
|
|
34881
34876
|
data: {
|
|
34882
34877
|
name: 'Roomservice',
|
|
34883
34878
|
amount: 10,
|
|
@@ -34983,13 +34978,13 @@ exports.booking9 = {
|
|
|
34983
34978
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
34984
34979
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
34985
34980
|
bookingServiceId: '4e3fb835-f1f4-46d2-bfc4-00085e7a76da',
|
|
34981
|
+
isActive: false,
|
|
34986
34982
|
bookingService: {
|
|
34987
34983
|
id: '4e3fb835-f1f4-46d2-bfc4-00085e7a76da',
|
|
34988
34984
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
34989
34985
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
34990
34986
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
34991
34987
|
roomTypeServiceId: null,
|
|
34992
|
-
isActive: false,
|
|
34993
34988
|
data: {
|
|
34994
34989
|
name: 'No enabled by defoult',
|
|
34995
34990
|
amount: 200,
|
|
@@ -35022,13 +35017,13 @@ exports.booking9 = {
|
|
|
35022
35017
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35023
35018
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
35024
35019
|
bookingServiceId: '11193bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
35020
|
+
isActive: false,
|
|
35025
35021
|
bookingService: {
|
|
35026
35022
|
id: '11193bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
35027
35023
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35028
35024
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
35029
35025
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
35030
35026
|
roomTypeServiceId: 'd21522c2-9bff-47a0-bbf8-b55320d48ba6',
|
|
35031
|
-
isActive: false,
|
|
35032
35027
|
data: {
|
|
35033
35028
|
name: 'Parking',
|
|
35034
35029
|
amount: 25,
|
|
@@ -35134,13 +35129,13 @@ exports.booking9 = {
|
|
|
35134
35129
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35135
35130
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
35136
35131
|
bookingServiceId: '222b76a4-0f5f-4996-9af1-deb358946235',
|
|
35132
|
+
isActive: false,
|
|
35137
35133
|
bookingService: {
|
|
35138
35134
|
id: '222b76a4-0f5f-4996-9af1-deb358946235',
|
|
35139
35135
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35140
35136
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
35141
35137
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
35142
35138
|
roomTypeServiceId: 'f61d8d5f-96c4-4aea-940d-3967c2ef481e',
|
|
35143
|
-
isActive: false,
|
|
35144
35139
|
data: {
|
|
35145
35140
|
name: 'Kurtaxe HS',
|
|
35146
35141
|
amount: 10,
|
|
@@ -35246,13 +35241,13 @@ exports.booking9 = {
|
|
|
35246
35241
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35247
35242
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
35248
35243
|
bookingServiceId: '7db88166-e2c1-43e3-b208-692349f66fcd',
|
|
35244
|
+
isActive: false,
|
|
35249
35245
|
bookingService: {
|
|
35250
35246
|
id: '7db88166-e2c1-43e3-b208-692349f66fcd',
|
|
35251
35247
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35252
35248
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
35253
35249
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
35254
35250
|
roomTypeServiceId: null,
|
|
35255
|
-
isActive: false,
|
|
35256
35251
|
data: {
|
|
35257
35252
|
name: 'Bike Tour',
|
|
35258
35253
|
amount: 30,
|
|
@@ -35285,13 +35280,13 @@ exports.booking9 = {
|
|
|
35285
35280
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35286
35281
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
35287
35282
|
bookingServiceId: '3a18fa7e-caf7-4610-z3yx-3dca88d21a0a',
|
|
35283
|
+
isActive: false,
|
|
35288
35284
|
bookingService: {
|
|
35289
35285
|
id: '3a18fa7e-caf7-4610-z3yx-3dca88d21a0a',
|
|
35290
35286
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35291
35287
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
35292
35288
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
35293
35289
|
roomTypeServiceId: null,
|
|
35294
|
-
isActive: false,
|
|
35295
35290
|
data: {
|
|
35296
35291
|
name: 'Cleaning Fee',
|
|
35297
35292
|
amount: 40,
|
|
@@ -35324,13 +35319,13 @@ exports.booking9 = {
|
|
|
35324
35319
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35325
35320
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
35326
35321
|
bookingServiceId: '40fcf078-ceb3-21ff-a97e-f9e60c259031',
|
|
35322
|
+
isActive: false,
|
|
35327
35323
|
bookingService: {
|
|
35328
35324
|
id: '40fcf078-ceb3-21ff-a97e-f9e60c259031',
|
|
35329
35325
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35330
35326
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
35331
35327
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
35332
35328
|
roomTypeServiceId: null,
|
|
35333
|
-
isActive: false,
|
|
35334
35329
|
data: {
|
|
35335
35330
|
name: 'Test period an do period',
|
|
35336
35331
|
amount: 1,
|
|
@@ -35363,13 +35358,13 @@ exports.booking9 = {
|
|
|
35363
35358
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35364
35359
|
roomBookingId: 'ab0c245d-e793-4ad3-b7bd-fcbc90b013d7',
|
|
35365
35360
|
bookingServiceId: '53a99bde-d145-4db1-b02a-10e1d9176f12',
|
|
35361
|
+
isActive: false,
|
|
35366
35362
|
bookingService: {
|
|
35367
35363
|
id: '53a99bde-d145-4db1-b02a-10e1d9176f12',
|
|
35368
35364
|
bookingId: 'd0368eb9-2415-4635-8c53-3d229d525028',
|
|
35369
35365
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
35370
35366
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
35371
35367
|
roomTypeServiceId: null,
|
|
35372
|
-
isActive: false,
|
|
35373
35368
|
data: {
|
|
35374
35369
|
name: 'test for triple',
|
|
35375
35370
|
amount: 10,
|
|
@@ -38809,13 +38804,13 @@ exports.booking10 = {
|
|
|
38809
38804
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
38810
38805
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
38811
38806
|
bookingServiceId: 'bb8e79d8-60d8-454c-2016-d0c1d196c84b',
|
|
38807
|
+
isActive: false,
|
|
38812
38808
|
bookingService: {
|
|
38813
38809
|
id: 'bb8e79d8-60d8-454c-2016-d0c1d196c84b',
|
|
38814
38810
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
38815
38811
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
38816
38812
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
38817
38813
|
roomTypeServiceId: null,
|
|
38818
|
-
isActive: false,
|
|
38819
38814
|
data: {
|
|
38820
38815
|
name: 'Wine Tour',
|
|
38821
38816
|
amount: 25,
|
|
@@ -38848,13 +38843,13 @@ exports.booking10 = {
|
|
|
38848
38843
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
38849
38844
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
38850
38845
|
bookingServiceId: 'aa8e79d8-20d3-454d-9446-d0c1d196c84b',
|
|
38846
|
+
isActive: false,
|
|
38851
38847
|
bookingService: {
|
|
38852
38848
|
id: 'aa8e79d8-20d3-454d-9446-d0c1d196c84b',
|
|
38853
38849
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
38854
38850
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
38855
38851
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
38856
38852
|
roomTypeServiceId: null,
|
|
38857
|
-
isActive: false,
|
|
38858
38853
|
data: {
|
|
38859
38854
|
name: 'Special Cleaning Fee',
|
|
38860
38855
|
amount: 100,
|
|
@@ -38887,13 +38882,13 @@ exports.booking10 = {
|
|
|
38887
38882
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
38888
38883
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
38889
38884
|
bookingServiceId: 'aa8e79d8-60d8-454c-3336-d0c1d196c84b',
|
|
38885
|
+
isActive: false,
|
|
38890
38886
|
bookingService: {
|
|
38891
38887
|
id: 'aa8e79d8-60d8-454c-3336-d0c1d196c84b',
|
|
38892
38888
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
38893
38889
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
38894
38890
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
38895
38891
|
roomTypeServiceId: null,
|
|
38896
|
-
isActive: false,
|
|
38897
38892
|
data: {
|
|
38898
38893
|
name: 'No enabled by defoult',
|
|
38899
38894
|
amount: 200,
|
|
@@ -38926,13 +38921,13 @@ exports.booking10 = {
|
|
|
38926
38921
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
38927
38922
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
38928
38923
|
bookingServiceId: 'sm8i79g8-60u8-454e-9446-l0mexi96c84b',
|
|
38924
|
+
isActive: false,
|
|
38929
38925
|
bookingService: {
|
|
38930
38926
|
id: 'sm8i79g8-60u8-454e-9446-l0mexi96c84b',
|
|
38931
38927
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
38932
38928
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
38933
38929
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
38934
38930
|
roomTypeServiceId: null,
|
|
38935
|
-
isActive: false,
|
|
38936
38931
|
data: {
|
|
38937
38932
|
name: 'Bike Tour',
|
|
38938
38933
|
amount: 30,
|
|
@@ -38965,13 +38960,13 @@ exports.booking10 = {
|
|
|
38965
38960
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
38966
38961
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
38967
38962
|
bookingServiceId: 'aa8e79d8-60d8-414c-2446-d0l1d196c84b',
|
|
38963
|
+
isActive: false,
|
|
38968
38964
|
bookingService: {
|
|
38969
38965
|
id: 'aa8e79d8-60d8-414c-2446-d0l1d196c84b',
|
|
38970
38966
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
38971
38967
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
38972
38968
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
38973
38969
|
roomTypeServiceId: null,
|
|
38974
|
-
isActive: false,
|
|
38975
38970
|
data: {
|
|
38976
38971
|
name: 'Cleaning Fee',
|
|
38977
38972
|
amount: 40,
|
|
@@ -39004,13 +38999,13 @@ exports.booking10 = {
|
|
|
39004
38999
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
39005
39000
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39006
39001
|
bookingServiceId: 'aa8e79d8-60d8-454c-9446-e0c1s196c84c',
|
|
39002
|
+
isActive: false,
|
|
39007
39003
|
bookingService: {
|
|
39008
39004
|
id: 'aa8e79d8-60d8-454c-9446-e0c1s196c84c',
|
|
39009
39005
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39010
39006
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
39011
39007
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
39012
39008
|
roomTypeServiceId: null,
|
|
39013
|
-
isActive: false,
|
|
39014
39009
|
data: {
|
|
39015
39010
|
name: 'Test period an do period',
|
|
39016
39011
|
amount: 1,
|
|
@@ -39043,13 +39038,13 @@ exports.booking10 = {
|
|
|
39043
39038
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
39044
39039
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39045
39040
|
bookingServiceId: 'aa8e79d8-60d8-254p-1446-d0c1d196c84b',
|
|
39041
|
+
isActive: false,
|
|
39046
39042
|
bookingService: {
|
|
39047
39043
|
id: 'aa8e79d8-60d8-254p-1446-d0c1d196c84b',
|
|
39048
39044
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39049
39045
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
39050
39046
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
39051
39047
|
roomTypeServiceId: '9023896e-5005-4aa8-8bf6-558560876c20',
|
|
39052
|
-
isActive: false,
|
|
39053
39048
|
data: {
|
|
39054
39049
|
name: 'Kurtaxe LS',
|
|
39055
39050
|
amount: 5,
|
|
@@ -39155,13 +39150,13 @@ exports.booking10 = {
|
|
|
39155
39150
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
39156
39151
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39157
39152
|
bookingServiceId: 'aa8e79d8-30z3-454c-9446-d0c1d196c84b',
|
|
39153
|
+
isActive: false,
|
|
39158
39154
|
bookingService: {
|
|
39159
39155
|
id: 'aa8e79d8-30z3-454c-9446-d0c1d196c84b',
|
|
39160
39156
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39161
39157
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
39162
39158
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
39163
39159
|
roomTypeServiceId: null,
|
|
39164
|
-
isActive: false,
|
|
39165
39160
|
data: {
|
|
39166
39161
|
name: 'test for triple',
|
|
39167
39162
|
amount: 10,
|
|
@@ -39194,13 +39189,13 @@ exports.booking10 = {
|
|
|
39194
39189
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
39195
39190
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39196
39191
|
bookingServiceId: 'aa8e79d8-60d8-454c-9446-d0a1c296c84b',
|
|
39192
|
+
isActive: false,
|
|
39197
39193
|
bookingService: {
|
|
39198
39194
|
id: 'aa8e79d8-60d8-454c-9446-d0a1c296c84b',
|
|
39199
39195
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39200
39196
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
39201
39197
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
39202
39198
|
roomTypeServiceId: '6529eb0a-f1ac-4291-aa60-e5f2d11ff82b',
|
|
39203
|
-
isActive: false,
|
|
39204
39199
|
data: {
|
|
39205
39200
|
name: 'Roomservice',
|
|
39206
39201
|
amount: 10,
|
|
@@ -39306,13 +39301,13 @@ exports.booking10 = {
|
|
|
39306
39301
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
39307
39302
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39308
39303
|
bookingServiceId: 'zz8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
39304
|
+
isActive: false,
|
|
39309
39305
|
bookingService: {
|
|
39310
39306
|
id: 'zz8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
39311
39307
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39312
39308
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
39313
39309
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
39314
39310
|
roomTypeServiceId: 'd21522c2-9bff-47a0-bbf8-b55320d48ba6',
|
|
39315
|
-
isActive: false,
|
|
39316
39311
|
data: {
|
|
39317
39312
|
name: 'Parking',
|
|
39318
39313
|
amount: 25,
|
|
@@ -39418,13 +39413,13 @@ exports.booking10 = {
|
|
|
39418
39413
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39419
39414
|
roomBookingId: '8c53c1f1-776c-4304-b129-f56b3329628c',
|
|
39420
39415
|
bookingServiceId: '123b76a4-0f5f-4996-9af1-deb358946235',
|
|
39416
|
+
isActive: false,
|
|
39421
39417
|
bookingService: {
|
|
39422
39418
|
id: '123b76a4-0f5f-4996-9af1-deb358946235',
|
|
39423
39419
|
bookingId: '75322ee9-4519-4dec-9693-455d0577ab21',
|
|
39424
39420
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
39425
39421
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
39426
39422
|
roomTypeServiceId: 'f61d8d5f-96c4-4aea-940d-3967c2ef481e',
|
|
39427
|
-
isActive: false,
|
|
39428
39423
|
data: {
|
|
39429
39424
|
name: 'Kurtaxe HS',
|
|
39430
39425
|
amount: 10,
|
|
@@ -42915,13 +42910,13 @@ exports.booking11 = {
|
|
|
42915
42910
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
42916
42911
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
42917
42912
|
bookingServiceId: 'bdce4a99-239b-4a8c-92c0-76154893efab',
|
|
42913
|
+
isActive: false,
|
|
42918
42914
|
bookingService: {
|
|
42919
42915
|
id: 'bdce4a99-239b-4a8c-92c0-76154893efab',
|
|
42920
42916
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
42921
42917
|
serviceId: '4e3fb835-f1f4-46d2-bfc4-03485e7a76da',
|
|
42922
42918
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
42923
42919
|
roomTypeServiceId: '2122182f-d45d-4ad0-b278-51db2d78baad',
|
|
42924
|
-
isActive: false,
|
|
42925
42920
|
data: {
|
|
42926
42921
|
name: 'No enabled by defoult',
|
|
42927
42922
|
amount: 200,
|
|
@@ -43024,13 +43019,13 @@ exports.booking11 = {
|
|
|
43024
43019
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
43025
43020
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43026
43021
|
bookingServiceId: 'bdce4a99-239b-4a8c-92c0-76154893easc',
|
|
43022
|
+
isActive: true,
|
|
43027
43023
|
bookingService: {
|
|
43028
43024
|
id: 'bdce4a99-239b-4a8c-92c0-76154893easc',
|
|
43029
43025
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43030
43026
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
43031
43027
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
43032
43028
|
roomTypeServiceId: '8261aa8b-0d1a-48e1-a3fb-5eb7679bdd40',
|
|
43033
|
-
isActive: true,
|
|
43034
43029
|
data: {
|
|
43035
43030
|
name: 'Parking',
|
|
43036
43031
|
amount: 25,
|
|
@@ -43133,13 +43128,13 @@ exports.booking11 = {
|
|
|
43133
43128
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
43134
43129
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43135
43130
|
bookingServiceId: 'cece4a99-239b-4a8c-92c0-76154893efab',
|
|
43131
|
+
isActive: true,
|
|
43136
43132
|
bookingService: {
|
|
43137
43133
|
id: 'cece4a99-239b-4a8c-92c0-76154893efab',
|
|
43138
43134
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43139
43135
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
43140
43136
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
43141
43137
|
roomTypeServiceId: '66a79fa9-721f-48b0-a662-694aca5e26eb',
|
|
43142
|
-
isActive: true,
|
|
43143
43138
|
data: {
|
|
43144
43139
|
name: 'Kurtaxe HS',
|
|
43145
43140
|
amount: 10,
|
|
@@ -43242,13 +43237,13 @@ exports.booking11 = {
|
|
|
43242
43237
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
43243
43238
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43244
43239
|
bookingServiceId: 'bdce4a99-123b-4a8c-92c0-76154893efab',
|
|
43240
|
+
isActive: false,
|
|
43245
43241
|
bookingService: {
|
|
43246
43242
|
id: 'bdce4a99-123b-4a8c-92c0-76154893efab',
|
|
43247
43243
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43248
43244
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
43249
43245
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
43250
43246
|
roomTypeServiceId: null,
|
|
43251
|
-
isActive: false,
|
|
43252
43247
|
data: {
|
|
43253
43248
|
name: 'Wine Tour',
|
|
43254
43249
|
amount: 25,
|
|
@@ -43281,13 +43276,13 @@ exports.booking11 = {
|
|
|
43281
43276
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
43282
43277
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43283
43278
|
bookingServiceId: 'bdce4a99-456b-4a8c-92c0-76154893efab',
|
|
43279
|
+
isActive: true,
|
|
43284
43280
|
bookingService: {
|
|
43285
43281
|
id: 'bdce4a99-456b-4a8c-92c0-76154893efab',
|
|
43286
43282
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43287
43283
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
43288
43284
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
43289
43285
|
roomTypeServiceId: '74c05b87-e88e-4e32-a59c-3c5c5526d03e',
|
|
43290
|
-
isActive: true,
|
|
43291
43286
|
data: {
|
|
43292
43287
|
name: 'Kurtaxe LS',
|
|
43293
43288
|
amount: 5,
|
|
@@ -43390,13 +43385,13 @@ exports.booking11 = {
|
|
|
43390
43385
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
43391
43386
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43392
43387
|
bookingServiceId: 'bdce4a99-678b-4a8c-92c0-76154893efab',
|
|
43388
|
+
isActive: false,
|
|
43393
43389
|
bookingService: {
|
|
43394
43390
|
id: 'bdce4a99-678b-4a8c-92c0-76154893efab',
|
|
43395
43391
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43396
43392
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
43397
43393
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
43398
43394
|
roomTypeServiceId: null,
|
|
43399
|
-
isActive: false,
|
|
43400
43395
|
data: {
|
|
43401
43396
|
name: 'Special Cleaning Fee',
|
|
43402
43397
|
amount: 100,
|
|
@@ -43429,13 +43424,13 @@ exports.booking11 = {
|
|
|
43429
43424
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
43430
43425
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43431
43426
|
bookingServiceId: 'bdce4a99-239b-3b8c-92c0-76154893efab',
|
|
43427
|
+
isActive: false,
|
|
43432
43428
|
bookingService: {
|
|
43433
43429
|
id: 'bdce4a99-239b-3b8c-92c0-76154893efab',
|
|
43434
43430
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43435
43431
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
43436
43432
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
43437
43433
|
roomTypeServiceId: null,
|
|
43438
|
-
isActive: false,
|
|
43439
43434
|
data: {
|
|
43440
43435
|
name: 'Roomservice',
|
|
43441
43436
|
amount: 10,
|
|
@@ -43468,13 +43463,13 @@ exports.booking11 = {
|
|
|
43468
43463
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
43469
43464
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43470
43465
|
bookingServiceId: 'bdce4a99-239b-4a8c-14d0-76154893efab',
|
|
43466
|
+
isActive: false,
|
|
43471
43467
|
bookingService: {
|
|
43472
43468
|
id: 'bdce4a99-239b-4a8c-14d0-76154893efab',
|
|
43473
43469
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43474
43470
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
43475
43471
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
43476
43472
|
roomTypeServiceId: null,
|
|
43477
|
-
isActive: false,
|
|
43478
43473
|
data: {
|
|
43479
43474
|
name: 'Bike Tour',
|
|
43480
43475
|
amount: 30,
|
|
@@ -43507,13 +43502,13 @@ exports.booking11 = {
|
|
|
43507
43502
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
43508
43503
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43509
43504
|
bookingServiceId: 'bdce4a99-239b-4z8e-92c0-76154893efab',
|
|
43505
|
+
isActive: false,
|
|
43510
43506
|
bookingService: {
|
|
43511
43507
|
id: 'bdce4a99-239b-4z8e-92c0-76154893efab',
|
|
43512
43508
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43513
43509
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
43514
43510
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
43515
43511
|
roomTypeServiceId: null,
|
|
43516
|
-
isActive: false,
|
|
43517
43512
|
data: {
|
|
43518
43513
|
name: 'Cleaning Fee',
|
|
43519
43514
|
amount: 40,
|
|
@@ -43546,13 +43541,13 @@ exports.booking11 = {
|
|
|
43546
43541
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
43547
43542
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43548
43543
|
bookingServiceId: 'zdye7a99-239b-4a8c-92c0-76154893efab',
|
|
43544
|
+
isActive: false,
|
|
43549
43545
|
bookingService: {
|
|
43550
43546
|
id: 'zdye7a99-239b-4a8c-92c0-76154893efab',
|
|
43551
43547
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43552
43548
|
serviceId: '40fcf078-ceb3-41fd-a97e-f9e60c259031',
|
|
43553
43549
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
43554
43550
|
roomTypeServiceId: null,
|
|
43555
|
-
isActive: false,
|
|
43556
43551
|
data: {
|
|
43557
43552
|
name: 'Test period an do period',
|
|
43558
43553
|
amount: 1,
|
|
@@ -43585,13 +43580,13 @@ exports.booking11 = {
|
|
|
43585
43580
|
roomBookingId: '774507c6-7709-48d5-ba6d-4b34bf65726f',
|
|
43586
43581
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43587
43582
|
bookingServiceId: 'bdce4a99-239b-4a8c-92c0-26184899efab',
|
|
43583
|
+
isActive: false,
|
|
43588
43584
|
bookingService: {
|
|
43589
43585
|
id: 'bdce4a99-239b-4a8c-92c0-26184899efab',
|
|
43590
43586
|
bookingId: '20b34830-2be1-4bc5-bcd0-0603d5ad7d96',
|
|
43591
43587
|
serviceId: '53a99bde-d145-4db1-b02a-00e1d9176f64',
|
|
43592
43588
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
43593
43589
|
roomTypeServiceId: null,
|
|
43594
|
-
isActive: false,
|
|
43595
43590
|
data: {
|
|
43596
43591
|
name: 'test for triple',
|
|
43597
43592
|
amount: 10,
|
|
@@ -51785,13 +51780,13 @@ exports.booking12 = {
|
|
|
51785
51780
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
51786
51781
|
roomBookingId: 'd97c9939-733d-4dc2-8426-0328da17de17',
|
|
51787
51782
|
bookingServiceId: '123b76a4-0f5f-3886-9af1-deb358946235',
|
|
51783
|
+
isActive: false,
|
|
51788
51784
|
bookingService: {
|
|
51789
51785
|
id: '123b76a4-0f5f-3886-9af1-deb358946235',
|
|
51790
51786
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
51791
51787
|
serviceId: 'aa8e79d8-60d8-454c-9446-d0c1d196c84b',
|
|
51792
51788
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
51793
51789
|
roomTypeServiceId: null,
|
|
51794
|
-
isActive: false,
|
|
51795
51790
|
data: {
|
|
51796
51791
|
name: 'Wine Tour',
|
|
51797
51792
|
amount: 25,
|
|
@@ -51824,13 +51819,13 @@ exports.booking12 = {
|
|
|
51824
51819
|
roomBookingId: 'f3ce8489-16eb-4529-871b-96ad25eeacdd',
|
|
51825
51820
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
51826
51821
|
bookingServiceId: '456b76a4-0f5f-3886-9af1-deb358946235',
|
|
51822
|
+
isActive: false,
|
|
51827
51823
|
bookingService: {
|
|
51828
51824
|
id: '456b76a4-0f5f-3886-9af1-deb358946235',
|
|
51829
51825
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
51830
51826
|
serviceId: '36785f48-7356-4962-826e-d40c6b443900',
|
|
51831
51827
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
51832
51828
|
roomTypeServiceId: null,
|
|
51833
|
-
isActive: false,
|
|
51834
51829
|
data: {
|
|
51835
51830
|
name: 'Special Cleaning Fee',
|
|
51836
51831
|
amount: 100,
|
|
@@ -51863,13 +51858,13 @@ exports.booking12 = {
|
|
|
51863
51858
|
roomBookingId: 'f3ce8489-16eb-4529-871b-96ad25eeacdd',
|
|
51864
51859
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
51865
51860
|
bookingServiceId: '789b76a4-0f5f-3886-9af1-deb358946235',
|
|
51861
|
+
isActive: false,
|
|
51866
51862
|
bookingService: {
|
|
51867
51863
|
id: '789b76a4-0f5f-3886-9af1-deb358946235',
|
|
51868
51864
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
51869
51865
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
51870
51866
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
51871
51867
|
roomTypeServiceId: null,
|
|
51872
|
-
isActive: false,
|
|
51873
51868
|
data: {
|
|
51874
51869
|
name: 'Roomservice',
|
|
51875
51870
|
amount: 10,
|
|
@@ -51902,13 +51897,13 @@ exports.booking12 = {
|
|
|
51902
51897
|
roomBookingId: 'd97c9939-733d-4dc2-8426-0328da17de17',
|
|
51903
51898
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
51904
51899
|
bookingServiceId: '012c76a4-0f5f-3886-9af1-deb358946235',
|
|
51900
|
+
isActive: true,
|
|
51905
51901
|
bookingService: {
|
|
51906
51902
|
id: '012c76a4-0f5f-3886-9af1-deb358946235',
|
|
51907
51903
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
51908
51904
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
51909
51905
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
51910
51906
|
roomTypeServiceId: '8261aa8b-0d1a-48e1-a3fb-5eb7679bdd40',
|
|
51911
|
-
isActive: true,
|
|
51912
51907
|
data: {
|
|
51913
51908
|
name: 'Parking',
|
|
51914
51909
|
amount: 25,
|
|
@@ -52018,13 +52013,13 @@ exports.booking12 = {
|
|
|
52018
52013
|
roomBookingId: 'd97c9939-733d-4dc2-8426-0328da17de17',
|
|
52019
52014
|
bookingServiceId: '076b76a4-0f5f-3886-9af1-deb358946235',
|
|
52020
52015
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52016
|
+
isActive: true,
|
|
52021
52017
|
bookingService: {
|
|
52022
52018
|
id: '076b76a4-0f5f-3886-9af1-deb358946235',
|
|
52023
52019
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52024
52020
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
52025
52021
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
52026
52022
|
roomTypeServiceId: '747b4144-10eb-4074-a3f7-ab925e1cf876',
|
|
52027
|
-
isActive: true,
|
|
52028
52023
|
data: {
|
|
52029
52024
|
name: 'Kurtaxe HS',
|
|
52030
52025
|
amount: 10,
|
|
@@ -52120,13 +52115,13 @@ exports.booking12 = {
|
|
|
52120
52115
|
roomBookingId: '71bd25c4-ab2c-4ff1-8f7a-af8357aa369e',
|
|
52121
52116
|
bookingServiceId: '076b76a4-0f5f-3886-9af1-deb358946235',
|
|
52122
52117
|
bookingId: '076b76a4-2e1c-3886-9af1-deb358946235',
|
|
52118
|
+
isActive: true,
|
|
52123
52119
|
bookingService: {
|
|
52124
52120
|
id: '076b76a4-2e1c-3886-9af1-deb358946235',
|
|
52125
52121
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52126
52122
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
52127
52123
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
52128
52124
|
roomTypeServiceId: '66a79fa9-721f-48b0-a662-694aca5e26eb',
|
|
52129
|
-
isActive: true,
|
|
52130
52125
|
data: {
|
|
52131
52126
|
name: 'Kurtaxe HS',
|
|
52132
52127
|
amount: 10,
|
|
@@ -52236,13 +52231,13 @@ exports.booking12 = {
|
|
|
52236
52231
|
roomBookingId: 'f3ce8489-16eb-4529-871b-96ad25eeacdd',
|
|
52237
52232
|
bookingServiceId: '076b76a4-0f5f-3886-9af1-deb358946235',
|
|
52238
52233
|
bookingId: '076b76a4-0f5f-3886-9af1-abc258946235',
|
|
52234
|
+
isActive: true,
|
|
52239
52235
|
bookingService: {
|
|
52240
52236
|
id: '076b76a4-0f5f-3886-9af1-abc258946235',
|
|
52241
52237
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52242
52238
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
52243
52239
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
52244
52240
|
roomTypeServiceId: '66a79fa9-721f-48b0-a662-694aca5e26eb',
|
|
52245
|
-
isActive: true,
|
|
52246
52241
|
data: {
|
|
52247
52242
|
name: 'Kurtaxe HS',
|
|
52248
52243
|
amount: 10,
|
|
@@ -52352,13 +52347,13 @@ exports.booking12 = {
|
|
|
52352
52347
|
roomBookingId: 'f3ce8489-16eb-4529-871b-96ad25eeacdd',
|
|
52353
52348
|
bookingServiceId: '076b76a4-0f5f-3886-9af1-deb358946235',
|
|
52354
52349
|
bookingId: '076b76a4-0f5f-3886-9af1-deb351426235',
|
|
52350
|
+
isActive: false,
|
|
52355
52351
|
bookingService: {
|
|
52356
52352
|
id: '076b76a4-0f5f-3886-9af1-deb351426235',
|
|
52357
52353
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52358
52354
|
serviceId: '7db88166-b9c7-43e3-b208-692349f66fcd',
|
|
52359
52355
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
52360
52356
|
roomTypeServiceId: null,
|
|
52361
|
-
isActive: false,
|
|
52362
52357
|
data: {
|
|
52363
52358
|
name: 'Bike Tour',
|
|
52364
52359
|
amount: 30,
|
|
@@ -52391,13 +52386,13 @@ exports.booking12 = {
|
|
|
52391
52386
|
roomBookingId: 'f3ce8489-16eb-4529-871b-96ad25eeacdd',
|
|
52392
52387
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52393
52388
|
bookingServiceId: '076b76a4-0f5f-3886-3zy4-deb358946235',
|
|
52389
|
+
isActive: false,
|
|
52394
52390
|
bookingService: {
|
|
52395
52391
|
id: '076b76a4-0f5f-3886-3zy4-deb358946235',
|
|
52396
52392
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52397
52393
|
serviceId: '3a18fa7e-caf7-4610-a3ae-3dca88d21a0a',
|
|
52398
52394
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
52399
52395
|
roomTypeServiceId: null,
|
|
52400
|
-
isActive: false,
|
|
52401
52396
|
data: {
|
|
52402
52397
|
name: 'Cleaning Fee',
|
|
52403
52398
|
amount: 40,
|
|
@@ -52430,13 +52425,13 @@ exports.booking12 = {
|
|
|
52430
52425
|
roomBookingId: 'd97c9939-733d-4dc2-8426-0328da17de17',
|
|
52431
52426
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52432
52427
|
bookingServiceId: '076b76a4-0f5f-3886-9af1-dez353941235',
|
|
52428
|
+
isActive: true,
|
|
52433
52429
|
bookingService: {
|
|
52434
52430
|
id: '076b76a4-0f5f-3886-9af1-dez353941235',
|
|
52435
52431
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52436
52432
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
52437
52433
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
52438
52434
|
roomTypeServiceId: '74c05b87-e88e-4e32-a59c-3c5c5526d03e',
|
|
52439
|
-
isActive: true,
|
|
52440
52435
|
data: {
|
|
52441
52436
|
name: 'Kurtaxe LS',
|
|
52442
52437
|
amount: 5,
|
|
@@ -52546,13 +52541,13 @@ exports.booking12 = {
|
|
|
52546
52541
|
roomBookingId: '71bd25c4-ab2c-4ff1-8f7a-af8357aa369e',
|
|
52547
52542
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52548
52543
|
bookingServiceId: '076b76c2-7f5f-3886-9af1-deb358946235',
|
|
52544
|
+
isActive: true,
|
|
52549
52545
|
bookingService: {
|
|
52550
52546
|
id: '076b76c2-7f5f-3886-9af1-deb358946235',
|
|
52551
52547
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52552
52548
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
52553
52549
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
52554
52550
|
roomTypeServiceId: '74c05b87-e88e-4e32-a59c-3c5c5526d03e',
|
|
52555
|
-
isActive: true,
|
|
52556
52551
|
data: {
|
|
52557
52552
|
name: 'Kurtaxe LS',
|
|
52558
52553
|
amount: 5,
|
|
@@ -52662,13 +52657,13 @@ exports.booking12 = {
|
|
|
52662
52657
|
roomBookingId: 'f3ce8489-16eb-4529-871b-96ad25eeacdd',
|
|
52663
52658
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52664
52659
|
bookingServiceId: '076b76a4-0f5f-1866-9ap1-deb358946235',
|
|
52660
|
+
isActive: true,
|
|
52665
52661
|
bookingService: {
|
|
52666
52662
|
id: '076b76a4-0f5f-1866-9ap1-deb358946235',
|
|
52667
52663
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52668
52664
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
52669
52665
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
52670
52666
|
roomTypeServiceId: '5c994ab4-0203-49dc-b446-44960741857b',
|
|
52671
|
-
isActive: true,
|
|
52672
52667
|
data: {
|
|
52673
52668
|
name: 'Kurtaxe LS',
|
|
52674
52669
|
amount: 5,
|
|
@@ -52764,13 +52759,13 @@ exports.booking12 = {
|
|
|
52764
52759
|
roomBookingId: '71bd25c4-ab2c-4ff1-8f7a-af8357aa369e',
|
|
52765
52760
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52766
52761
|
bookingServiceId: '076b76a4-0f5f-0446-9af1-deb358946235',
|
|
52762
|
+
isActive: true,
|
|
52767
52763
|
bookingService: {
|
|
52768
52764
|
id: '076b76a4-0f5f-0446-9af1-deb358946235',
|
|
52769
52765
|
bookingId: '06937984-37bc-437e-b281-c167fba95b61',
|
|
52770
52766
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
52771
52767
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
52772
52768
|
roomTypeServiceId: '8261aa8b-0d1a-48e1-a3fb-5eb7679bdd40',
|
|
52773
|
-
isActive: true,
|
|
52774
52769
|
data: {
|
|
52775
52770
|
name: 'Parking',
|
|
52776
52771
|
amount: 25,
|
|
@@ -52965,13 +52960,13 @@ exports.booking13 = {
|
|
|
52965
52960
|
bookingId: '7bbc23b4-ccc1-4951-adde-7278d7ad53b3',
|
|
52966
52961
|
roomBookingId: '8d42e8d6-3d27-4ae2-bb6c-9b4aa9dad034',
|
|
52967
52962
|
bookingServiceId: '06624f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
52963
|
+
isActive: true,
|
|
52968
52964
|
bookingService: {
|
|
52969
52965
|
id: '06624f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
52970
52966
|
bookingId: '7bbc23b4-ccc1-4951-adde-7278d7ad53b3',
|
|
52971
52967
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
52972
52968
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
52973
52969
|
roomTypeServiceId: '9023896e-5005-4aa8-8bf6-558560876c20',
|
|
52974
|
-
isActive: true,
|
|
52975
52970
|
data: { sections: ['BOOKING_DETAILS'] },
|
|
52976
52971
|
createdAt: '2025-02-05T13:07:14.586Z',
|
|
52977
52972
|
updatedAt: '2025-02-05T14:18:18.451Z',
|
|
@@ -53037,13 +53032,13 @@ exports.booking13 = {
|
|
|
53037
53032
|
roomBookingId: '8d42e8d6-3d27-4ae2-bb6c-9b4aa9dad034',
|
|
53038
53033
|
bookingId: '7bbc23b4-ccc1-4951-adde-7278d7ad53b3',
|
|
53039
53034
|
bookingServiceId: 'bdce4a99-239b-4a8c-81c0-97254893efab',
|
|
53035
|
+
isActive: true,
|
|
53040
53036
|
bookingService: {
|
|
53041
53037
|
id: 'bdce4a99-239b-4a8c-81c0-97254893efab',
|
|
53042
53038
|
bookingId: '7bbc23b4-ccc1-4951-adde-7278d7ad53b3',
|
|
53043
53039
|
serviceId: 'bdce4a99-239b-4a8c-92c0-97254893efab',
|
|
53044
53040
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
53045
53041
|
roomTypeServiceId: '6529eb0a-f1ac-4291-aa60-e5f2d11ff82b',
|
|
53046
|
-
isActive: true,
|
|
53047
53042
|
data: { sections: ['BOOKING_DETAILS'] },
|
|
53048
53043
|
createdAt: '2025-02-05T13:07:14.688Z',
|
|
53049
53044
|
updatedAt: '2025-02-05T14:18:18.555Z',
|
|
@@ -53109,13 +53104,13 @@ exports.booking13 = {
|
|
|
53109
53104
|
roomBookingId: '8d42e8d6-3d27-4ae2-bb6c-9b4aa9dad034',
|
|
53110
53105
|
bookingId: '7bbc23b4-ccc1-4951-adde-7278d7ad53b3',
|
|
53111
53106
|
bookingServiceId: '8893bd57-eab0-2d71-a156-ef67afcfe25f',
|
|
53107
|
+
isActive: false,
|
|
53112
53108
|
bookingService: {
|
|
53113
53109
|
id: '8893bd57-eab0-2d71-a156-ef67afcfe25f',
|
|
53114
53110
|
bookingId: '7bbc23b4-ccc1-4951-adde-7278d7ad53b3',
|
|
53115
53111
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
53116
53112
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
53117
53113
|
roomTypeServiceId: 'd21522c2-9bff-47a0-bbf8-b55320d48ba6',
|
|
53118
|
-
isActive: false,
|
|
53119
53114
|
data: { sections: ['BOOKING_DETAILS'] },
|
|
53120
53115
|
createdAt: '2025-02-05T13:07:14.786Z',
|
|
53121
53116
|
updatedAt: '2025-02-05T14:18:18.753Z',
|
|
@@ -53181,13 +53176,13 @@ exports.booking13 = {
|
|
|
53181
53176
|
roomBookingId: '8d42e8d6-3d27-4ae2-bb6c-9b4aa9dad034',
|
|
53182
53177
|
bookingId: '7bbc23b4-ccc1-4951-adde-7278d7ad53b3',
|
|
53183
53178
|
bookingServiceId: '076b76a4-0f5f-4996-9af1-deb369346235',
|
|
53179
|
+
isActive: false,
|
|
53184
53180
|
bookingService: {
|
|
53185
53181
|
id: '076b76a4-0f5f-4996-9af1-deb369346235',
|
|
53186
53182
|
bookingId: '7bbc23b4-ccc1-4951-adde-7278d7ad53b3',
|
|
53187
53183
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
53188
53184
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
53189
53185
|
roomTypeServiceId: 'f61d8d5f-96c4-4aea-940d-3967c2ef481e',
|
|
53190
|
-
isActive: false,
|
|
53191
53186
|
data: { sections: ['BOOKING_DETAILS'] },
|
|
53192
53187
|
createdAt: '2025-02-05T13:07:14.813Z',
|
|
53193
53188
|
updatedAt: '2025-02-05T14:18:18.889Z',
|
|
@@ -59998,13 +59993,13 @@ exports.booking14 = {
|
|
|
59998
59993
|
bookingId: '48a46cc5-986f-4b7f-9997-ddef5af6ae85',
|
|
59999
59994
|
roomBookingId: '506f0eb8-3d8b-46ea-91f0-f6c663a49d8a',
|
|
60000
59995
|
bookingServiceId: '8893bd57-eab0-4d72-a156-ef67afcfe25f',
|
|
59996
|
+
isActive: true,
|
|
60001
59997
|
bookingService: {
|
|
60002
59998
|
id: '8893bd57-eab0-4d72-a156-ef67afcfe25f',
|
|
60003
59999
|
bookingId: '48a46cc5-986f-4b7f-9997-ddef5af6ae85',
|
|
60004
60000
|
serviceId: '8893bd57-eab0-4d90-a156-ef67afcfe25f',
|
|
60005
60001
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
60006
60002
|
roomTypeServiceId: '8261aa8b-0d1a-48e1-a3fb-5eb7679bdd40',
|
|
60007
|
-
isActive: true,
|
|
60008
60003
|
data: {},
|
|
60009
60004
|
createdAt: '2025-02-05T17:58:49.155Z',
|
|
60010
60005
|
updatedAt: '2025-02-05T17:58:49.155Z',
|
|
@@ -60560,13 +60555,13 @@ exports.booking14 = {
|
|
|
60560
60555
|
bookingId: '48a46cc5-986f-4b7f-9997-ddef5af6ae85',
|
|
60561
60556
|
roomBookingId: '506f0eb8-3d8b-46ea-91f0-f6c663a49d8a',
|
|
60562
60557
|
bookingServiceId: '076b76a4-0f5f-4996-9af1-deb358946123',
|
|
60558
|
+
isActive: false,
|
|
60563
60559
|
bookingService: {
|
|
60564
60560
|
id: '076b76a4-0f5f-4996-9af1-deb358946123',
|
|
60565
60561
|
bookingId: '48a46cc5-986f-4b7f-9997-ddef5af6ae85',
|
|
60566
60562
|
serviceId: '076b76a4-0f5f-4996-9af1-deb358946235',
|
|
60567
60563
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
60568
60564
|
roomTypeServiceId: '66a79fa9-721f-48b0-a662-694aca5e26eb',
|
|
60569
|
-
isActive: false,
|
|
60570
60565
|
data: {},
|
|
60571
60566
|
createdAt: '2025-02-05T17:58:49.220Z',
|
|
60572
60567
|
updatedAt: '2025-02-05T17:58:49.220Z',
|
|
@@ -61122,13 +61117,13 @@ exports.booking14 = {
|
|
|
61122
61117
|
bookingId: '48a46cc5-986f-4b7f-9997-ddef5af6ae85',
|
|
61123
61118
|
roomBookingId: '506f0eb8-3d8b-46ea-91f0-f6c663a49d8a',
|
|
61124
61119
|
bookingServiceId: '06735f8c-3f84-4fbb-af1d-15dc7d12ae3f',
|
|
61120
|
+
isActive: true,
|
|
61125
61121
|
bookingService: {
|
|
61126
61122
|
id: '06735f8c-3f84-4fbb-af1d-15dc7d12ae3f',
|
|
61127
61123
|
bookingId: '48a46cc5-986f-4b7f-9997-ddef5af6ae85',
|
|
61128
61124
|
serviceId: '06735f8c-3f84-4fbb-af1d-15dc7d20ae3f',
|
|
61129
61125
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
61130
61126
|
roomTypeServiceId: '74c05b87-e88e-4e32-a59c-3c5c5526d03e',
|
|
61131
|
-
isActive: true,
|
|
61132
61127
|
data: {
|
|
61133
61128
|
name: 'Kurtaxe LS',
|
|
61134
61129
|
amount: 5,
|
|
@@ -71722,6 +71717,7 @@ exports.booking15 = {
|
|
|
71722
71717
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
71723
71718
|
roomBookingId: 'f8e29c8f-f593-401e-a87b-44060fb12549',
|
|
71724
71719
|
bookingServiceId: '06735f8c-3f84-4fbb-af1d-15dc7d40ae3f',
|
|
71720
|
+
isActive: false,
|
|
71725
71721
|
bookingService: {
|
|
71726
71722
|
id: '06735f8c-3f84-4fbb-af1d-15dc7d40ae3f',
|
|
71727
71723
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -71729,7 +71725,6 @@ exports.booking15 = {
|
|
|
71729
71725
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
71730
71726
|
roomTypeServiceId: null,
|
|
71731
71727
|
roomBookingId: 'f8e29c8f-f593-401e-a87b-44060fb12549',
|
|
71732
|
-
isActive: false,
|
|
71733
71728
|
data: {
|
|
71734
71729
|
name: 'Kurtaxe LS',
|
|
71735
71730
|
amount: 5,
|
|
@@ -71763,6 +71758,7 @@ exports.booking15 = {
|
|
|
71763
71758
|
roomBookingId: 'f8e29c8f-f593-401e-a87b-44060fb12549',
|
|
71764
71759
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
71765
71760
|
bookingServiceId: '3a18fa7e-caf7-4501-a3ae-3dca88d21a0a',
|
|
71761
|
+
isActive: true,
|
|
71766
71762
|
bookingService: {
|
|
71767
71763
|
id: '3a18fa7e-caf7-4501-a3ae-3dca88d21a0a',
|
|
71768
71764
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -71770,7 +71766,6 @@ exports.booking15 = {
|
|
|
71770
71766
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
71771
71767
|
roomTypeServiceId: null,
|
|
71772
71768
|
roomBookingId: 'f8e29c8f-f593-401e-a87b-44060fb12549',
|
|
71773
|
-
isActive: true,
|
|
71774
71769
|
data: {
|
|
71775
71770
|
name: 'Cleaning Fee',
|
|
71776
71771
|
amount: 40,
|
|
@@ -71804,6 +71799,7 @@ exports.booking15 = {
|
|
|
71804
71799
|
roomBookingId: 'f8e29c8f-f593-401e-a87b-44060fb12549',
|
|
71805
71800
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
71806
71801
|
bookingServiceId: '076b76a4-0f5f-4885-9af1-deb358946235',
|
|
71802
|
+
isActive: true,
|
|
71807
71803
|
bookingService: {
|
|
71808
71804
|
id: '076b76a4-0f5f-4885-9af1-deb358946235',
|
|
71809
71805
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -71811,7 +71807,6 @@ exports.booking15 = {
|
|
|
71811
71807
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
71812
71808
|
roomTypeServiceId: null,
|
|
71813
71809
|
roomBookingId: 'f8e29c8f-f593-401e-a87b-44060fb12549',
|
|
71814
|
-
isActive: true,
|
|
71815
71810
|
data: {
|
|
71816
71811
|
name: 'Kurtaxe HS',
|
|
71817
71812
|
amount: 10,
|
|
@@ -71845,6 +71840,7 @@ exports.booking15 = {
|
|
|
71845
71840
|
roomBookingId: 'e78a1c66-53be-469c-99df-72a3ab540843',
|
|
71846
71841
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
71847
71842
|
bookingServiceId: '06735f8c-3f73-4fbb-af1d-15dc7d20ae3f',
|
|
71843
|
+
isActive: false,
|
|
71848
71844
|
bookingService: {
|
|
71849
71845
|
id: '06735f8c-3f73-4fbb-af1d-15dc7d20ae3f',
|
|
71850
71846
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -71852,7 +71848,6 @@ exports.booking15 = {
|
|
|
71852
71848
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
71853
71849
|
roomTypeServiceId: null,
|
|
71854
71850
|
roomBookingId: 'e78a1c66-53be-469c-99df-72a3ab540843',
|
|
71855
|
-
isActive: false,
|
|
71856
71851
|
data: {
|
|
71857
71852
|
name: 'Kurtaxe LS',
|
|
71858
71853
|
amount: 5,
|
|
@@ -71886,6 +71881,7 @@ exports.booking15 = {
|
|
|
71886
71881
|
roomBookingId: 'e78a1c66-53be-469c-99df-72a3ab540843',
|
|
71887
71882
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
71888
71883
|
bookingServiceId: '3a18fa7e-caf7-4721-a3ae-3dca88d21a0a',
|
|
71884
|
+
isActive: true,
|
|
71889
71885
|
bookingService: {
|
|
71890
71886
|
id: '3a18fa7e-caf7-4721-a3ae-3dca88d21a0a',
|
|
71891
71887
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -71893,7 +71889,6 @@ exports.booking15 = {
|
|
|
71893
71889
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
71894
71890
|
roomTypeServiceId: null,
|
|
71895
71891
|
roomBookingId: 'e78a1c66-53be-469c-99df-72a3ab540843',
|
|
71896
|
-
isActive: true,
|
|
71897
71892
|
data: {
|
|
71898
71893
|
name: 'Cleaning Fee',
|
|
71899
71894
|
amount: 40,
|
|
@@ -71927,6 +71922,7 @@ exports.booking15 = {
|
|
|
71927
71922
|
roomBookingId: 'e78a1c66-53be-469c-99df-72a3ab540843',
|
|
71928
71923
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
71929
71924
|
bookingServiceId: '076b76a4-0f5f-4996-9af1-deb356546235',
|
|
71925
|
+
isActive: true,
|
|
71930
71926
|
bookingService: {
|
|
71931
71927
|
id: '076b76a4-0f5f-4996-9af1-deb356546235',
|
|
71932
71928
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -71934,7 +71930,6 @@ exports.booking15 = {
|
|
|
71934
71930
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
71935
71931
|
roomTypeServiceId: null,
|
|
71936
71932
|
roomBookingId: 'e78a1c66-53be-469c-99df-72a3ab540843',
|
|
71937
|
-
isActive: true,
|
|
71938
71933
|
data: {
|
|
71939
71934
|
name: 'Kurtaxe HS',
|
|
71940
71935
|
amount: 10,
|
|
@@ -71968,6 +71963,7 @@ exports.booking15 = {
|
|
|
71968
71963
|
roomBookingId: '541aa5ee-d837-4730-9ae8-cecfa4ba45dd',
|
|
71969
71964
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
71970
71965
|
bookingServiceId: '06735f8c-3f84-4fbb-af1d-15dc7d51ae3f',
|
|
71966
|
+
isActive: false,
|
|
71971
71967
|
bookingService: {
|
|
71972
71968
|
id: '06735f8c-3f84-4fbb-af1d-15dc7d51ae3f',
|
|
71973
71969
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -71975,7 +71971,6 @@ exports.booking15 = {
|
|
|
71975
71971
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
71976
71972
|
roomTypeServiceId: null,
|
|
71977
71973
|
roomBookingId: '541aa5ee-d837-4730-9ae8-cecfa4ba45dd',
|
|
71978
|
-
isActive: false,
|
|
71979
71974
|
data: {
|
|
71980
71975
|
name: 'Kurtaxe LS',
|
|
71981
71976
|
amount: 5,
|
|
@@ -72009,6 +72004,7 @@ exports.booking15 = {
|
|
|
72009
72004
|
roomBookingId: '541aa5ee-d837-4730-9ae8-cecfa4ba45dd',
|
|
72010
72005
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
72011
72006
|
bookingServiceId: '076b76a4-0f5f-4996-9af1-deb358946346',
|
|
72007
|
+
isActive: true,
|
|
72012
72008
|
bookingService: {
|
|
72013
72009
|
id: '076b76a4-0f5f-4996-9af1-deb358946346',
|
|
72014
72010
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -72016,7 +72012,6 @@ exports.booking15 = {
|
|
|
72016
72012
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
72017
72013
|
roomTypeServiceId: null,
|
|
72018
72014
|
roomBookingId: '541aa5ee-d837-4730-9ae8-cecfa4ba45dd',
|
|
72019
|
-
isActive: true,
|
|
72020
72015
|
data: {
|
|
72021
72016
|
name: 'Kurtaxe HS',
|
|
72022
72017
|
amount: 10,
|
|
@@ -72050,6 +72045,7 @@ exports.booking15 = {
|
|
|
72050
72045
|
roomBookingId: '2ca0ab46-7a89-4c86-adbb-df7dcc57c725',
|
|
72051
72046
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
72052
72047
|
bookingServiceId: '06735f8c-3f84-4fbb-af1d-15dc7d41ae3f',
|
|
72048
|
+
isActive: false,
|
|
72053
72049
|
bookingService: {
|
|
72054
72050
|
id: '06735f8c-3f84-4fbb-af1d-15dc7d41ae3f',
|
|
72055
72051
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -72057,7 +72053,6 @@ exports.booking15 = {
|
|
|
72057
72053
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
72058
72054
|
roomTypeServiceId: null,
|
|
72059
72055
|
roomBookingId: '2ca0ab46-7a89-4c86-adbb-df7dcc57c725',
|
|
72060
|
-
isActive: false,
|
|
72061
72056
|
data: {
|
|
72062
72057
|
name: 'Kurtaxe LS',
|
|
72063
72058
|
amount: 5,
|
|
@@ -72091,6 +72086,7 @@ exports.booking15 = {
|
|
|
72091
72086
|
roomBookingId: '2ca0ab46-7a89-4c86-adbb-df7dcc57c725',
|
|
72092
72087
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
72093
72088
|
bookingServiceId: '3a18fa7e-caf7-4610-a3ae-3dca88d42a0a',
|
|
72089
|
+
isActive: true,
|
|
72094
72090
|
bookingService: {
|
|
72095
72091
|
id: '3a18fa7e-caf7-4610-a3ae-3dca88d42a0a',
|
|
72096
72092
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -72098,7 +72094,6 @@ exports.booking15 = {
|
|
|
72098
72094
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
72099
72095
|
roomTypeServiceId: null,
|
|
72100
72096
|
roomBookingId: '2ca0ab46-7a89-4c86-adbb-df7dcc57c725',
|
|
72101
|
-
isActive: true,
|
|
72102
72097
|
data: {
|
|
72103
72098
|
name: 'Cleaning Fee',
|
|
72104
72099
|
amount: 40,
|
|
@@ -72132,6 +72127,7 @@ exports.booking15 = {
|
|
|
72132
72127
|
roomBookingId: '2ca0ab46-7a89-4c86-adbb-df7dcc57c725',
|
|
72133
72128
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
72134
72129
|
bookingServiceId: '076b76a4-0f5f-4996-9af1-deb358946346',
|
|
72130
|
+
isActive: true,
|
|
72135
72131
|
bookingService: {
|
|
72136
72132
|
id: '076b76a4-0f5f-4996-9af1-deb358946346',
|
|
72137
72133
|
bookingId: '695ec44d-55b6-464d-8972-05ed39ab74c8',
|
|
@@ -72139,7 +72135,6 @@ exports.booking15 = {
|
|
|
72139
72135
|
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
72140
72136
|
roomTypeServiceId: null,
|
|
72141
72137
|
roomBookingId: '2ca0ab46-7a89-4c86-adbb-df7dcc57c725',
|
|
72142
|
-
isActive: true,
|
|
72143
72138
|
data: {
|
|
72144
72139
|
name: 'Kurtaxe HS',
|
|
72145
72140
|
amount: 10,
|