@driveflux/pdf 1.6.2 → 1.6.4

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.
Files changed (33) hide show
  1. package/dist/__mocks__/subscription.d.ts.map +1 -1
  2. package/dist/__mocks__/subscription.js +123 -380
  3. package/dist/__mocks__/subscription.js.map +1 -1
  4. package/dist/components/FluxLogo.js +3 -62
  5. package/dist/components/StandardPage.js +8 -97
  6. package/dist/templates/QuotationPdf/CustomerSubscriptionSection.js +27 -145
  7. package/dist/templates/QuotationPdf/GFV.js +12 -49
  8. package/dist/templates/QuotationPdf/Header.js +5 -63
  9. package/dist/templates/QuotationPdf/Pricing.d.ts.map +1 -1
  10. package/dist/templates/QuotationPdf/Pricing.js +206 -566
  11. package/dist/templates/QuotationPdf/Pricing.js.map +1 -1
  12. package/dist/templates/QuotationPdf/QuotationPdfPage.js +3 -23
  13. package/dist/templates/QuotationPdf/SectionBoxNew.js +4 -34
  14. package/dist/templates/QuotationPdf/TermsSection.js +5 -42
  15. package/dist/templates/QuotationPdf/VehiclePhotos.js +24 -54
  16. package/dist/templates/QuotationPdf/index.js +11 -198
  17. package/dist/templates/QuotationPdf/translations.d.ts +1 -0
  18. package/dist/templates/QuotationPdf/translations.d.ts.map +1 -1
  19. package/dist/templates/QuotationPdf/translations.js +24 -38
  20. package/dist/templates/QuotationPdf/translations.js.map +1 -1
  21. package/dist/templates/SubscriptionAgreement/Confirmation.js +11 -66
  22. package/dist/templates/SubscriptionAgreement/CoverPage.js +10 -77
  23. package/dist/templates/SubscriptionAgreement/CoverPageSection.js +5 -16
  24. package/dist/templates/SubscriptionAgreement/Details.js +43 -69
  25. package/dist/templates/SubscriptionAgreement/Footer.js +6 -48
  26. package/dist/templates/SubscriptionAgreement/Header.js +5 -35
  27. package/dist/templates/SubscriptionAgreement/LabelValue.js +3 -25
  28. package/dist/templates/SubscriptionAgreement/SubscriptionAgreementPage.js +3 -26
  29. package/dist/templates/SubscriptionAgreement/TermsOfUse.js +3 -52
  30. package/dist/templates/SubscriptionAgreement/TermsOfUseSubSection.js +9 -97
  31. package/dist/templates/SubscriptionAgreement/index.js +15 -249
  32. package/dist/utils.js +16 -166
  33. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- export var subscription = {
1
+ export const subscription = {
2
2
  invoicing: {
3
3
  payerId: 'U2DCCUKVW',
4
4
  name: 'Zishan Kalim',
@@ -11,9 +11,10 @@ export var subscription = {
11
11
  state: 'Dubai',
12
12
  country: 'AE',
13
13
  postalCode: '00000',
14
- metadata: {}
15
- }
14
+ metadata: {},
15
+ },
16
16
  },
17
+ leadId: null,
17
18
  primaryPaymentMethod: {
18
19
  paymentMethodId: 'PM_CKDDMJME',
19
20
  card: {
@@ -23,8 +24,8 @@ export var subscription = {
23
24
  expYear: 2028,
24
25
  funding: 'debit',
25
26
  country: 'AE',
26
- cardholderName: 'Zishan Kalim'
27
- }
27
+ cardholderName: 'Zishan Kalim',
28
+ },
28
29
  },
29
30
  onTheRoad: null,
30
31
  fees: {
@@ -40,7 +41,7 @@ export var subscription = {
40
41
  startFee: 2700,
41
42
  noStartFeeReason: null,
42
43
  notes: null,
43
- hostPrepaymentRatio: 0
44
+ hostPrepaymentRatio: 0,
44
45
  },
45
46
  unaccountedMileage: null,
46
47
  signature: {
@@ -59,11 +60,11 @@ export var subscription = {
59
60
  heading: 0,
60
61
  altitude: 61.10000228881836,
61
62
  longitude: 101.6787272,
62
- accuracy: 100
63
- }
63
+ accuracy: 100,
64
+ },
64
65
  },
65
66
  agreedToTerms: true,
66
- ipAddress: null
67
+ ipAddress: null,
67
68
  },
68
69
  id: 'S5Y9TWWSK',
69
70
  // subscriptionTag: 'new',
@@ -91,9 +92,7 @@ export var subscription = {
91
92
  chargingMethod: 'automatic',
92
93
  currentInvoiceId: 'IQVTSHDC9',
93
94
  currentCycleId: 'CY-S5Y9TWWSK-BR2WRKTU',
94
- discountIds: [
95
- 'discount_5bOaD3WHUAPKuYd1PblpH'
96
- ],
95
+ discountIds: ['discount_5bOaD3WHUAPKuYd1PblpH'],
97
96
  subscriptionRunnerId: null,
98
97
  status: 'active',
99
98
  error: null,
@@ -101,11 +100,7 @@ export var subscription = {
101
100
  createdAt: new Date('2024-03-12T04:38:31.275Z'),
102
101
  updatedAt: new Date('2024-05-16T03:13:57.487Z'),
103
102
  metadata: {},
104
- invoiceIds: [
105
- 'IJJ3GHPCS',
106
- 'I9CC6JYET',
107
- 'IQVTSHDC9'
108
- ],
103
+ invoiceIds: ['IJJ3GHPCS', 'I9CC6JYET', 'IQVTSHDC9'],
109
104
  excludeMileage: false,
110
105
  vehicleId: 'VM98GEJKS',
111
106
  vehicleType: 'car',
@@ -140,14 +135,10 @@ export var subscription = {
140
135
  payoutIds: [],
141
136
  prepared: true,
142
137
  criticalMissions: null,
143
- depositInvoiceIds: [
144
- 'IQVTSHDC9'
145
- ],
138
+ depositInvoiceIds: ['IQVTSHDC9'],
146
139
  totalDepositPaid: null,
147
140
  totalDepositRefunded: null,
148
- startFeeInvoiceIds: [
149
- 'I9CC6JYET'
150
- ],
141
+ startFeeInvoiceIds: ['I9CC6JYET'],
151
142
  totalStartFeePaid: null,
152
143
  startingMileage: 56,
153
144
  preparationInvoiceId: 'I9CC6JYET',
@@ -180,11 +171,9 @@ export var subscription = {
180
171
  department: null,
181
172
  signupParams: {
182
173
  method: 'email',
183
- source: null
174
+ source: null,
184
175
  },
185
- groups: [
186
- 'member'
187
- ],
176
+ groups: ['member'],
188
177
  maritalStatus: null,
189
178
  gender: null,
190
179
  emergencyContactName: null,
@@ -203,47 +192,21 @@ export var subscription = {
203
192
  'utilization.pricePerKm',
204
193
  'utilization.paid',
205
194
  'utilization.allowedMileage',
206
- 'utilization.mileage'
195
+ 'utilization.mileage',
207
196
  ],
208
- conditions: {
209
- subscription: {
210
- userId: 'U2DCCUKVW'
211
- }
212
- }
213
- },
214
- {
215
- action: 'read',
216
- subject: 'Vehicle',
217
- conditions: {
218
- status: 'listed'
219
- }
220
- },
221
- {
222
- action: 'create',
223
- subject: 'Business'
197
+ conditions: { subscription: { userId: 'U2DCCUKVW' } },
224
198
  },
199
+ { action: 'read', subject: 'Vehicle', conditions: { status: 'listed' } },
200
+ { action: 'create', subject: 'Business' },
225
201
  {
226
202
  action: 'read',
227
203
  subject: 'Subscription',
228
- conditions: {
229
- userId: 'U2DCCUKVW'
230
- }
231
- },
232
- {
233
- action: 'read',
234
- subject: 'Coupon'
204
+ conditions: { userId: 'U2DCCUKVW' },
235
205
  },
206
+ { action: 'read', subject: 'Coupon' },
207
+ { action: 'manageAdmin', inverted: true, subject: 'User' },
236
208
  {
237
- action: 'manageAdmin',
238
- inverted: true,
239
- subject: 'User'
240
- },
241
- {
242
- action: [
243
- 'create',
244
- 'update',
245
- 'delete'
246
- ],
209
+ action: ['create', 'update', 'delete'],
247
210
  inverted: true,
248
211
  subject: 'User',
249
212
  conditions: {
@@ -269,54 +232,29 @@ export var subscription = {
269
232
  'designer',
270
233
  'engineer',
271
234
  'productManager',
272
- 'ceo'
273
- ]
274
- }
235
+ 'ceo',
236
+ ],
237
+ },
275
238
  },
276
- reason: 'You are not allowed to update admin users'
239
+ reason: 'You are not allowed to update admin users',
277
240
  },
241
+ { action: 'update', subject: 'User', conditions: { id: 'U2DCCUKVW' } },
278
242
  {
279
- action: 'update',
243
+ action: ['read', 'update'],
280
244
  subject: 'User',
281
- conditions: {
282
- id: 'U2DCCUKVW'
283
- }
245
+ conditions: { id: 'U2DCCUKVW' },
284
246
  },
285
247
  {
286
- action: [
287
- 'read',
288
- 'update'
289
- ],
290
- subject: 'User',
291
- conditions: {
292
- id: 'U2DCCUKVW'
293
- }
294
- },
295
- {
296
- action: [
297
- 'read'
298
- ],
248
+ action: ['read'],
299
249
  subject: 'Invoice',
300
- conditions: {
301
- payerId: 'U2DCCUKVW'
302
- }
250
+ conditions: { payerId: 'U2DCCUKVW' },
303
251
  },
304
252
  {
305
253
  action: 'reserveVehicle',
306
254
  subject: 'User',
307
- conditions: {
308
- banned: false,
309
- consented: true
310
- }
255
+ conditions: { banned: false, consented: true },
311
256
  },
312
- {
313
- action: 'update',
314
- inverted: true,
315
- subject: 'User',
316
- fields: [
317
- 'groups'
318
- ]
319
- }
257
+ { action: 'update', inverted: true, subject: 'User', fields: ['groups'] },
320
258
  ],
321
259
  banned: false,
322
260
  banReason: null,
@@ -344,7 +282,7 @@ export var subscription = {
344
282
  entryDate: null,
345
283
  visaExpiry: null,
346
284
  visaValidityMonths: null,
347
- verified: false
285
+ verified: false,
348
286
  },
349
287
  documents: {
350
288
  passport: {
@@ -356,7 +294,7 @@ export var subscription = {
356
294
  uploaded: true,
357
295
  createdAt: new Date('2024-03-12T04:18:36.116Z'),
358
296
  updatedAt: null,
359
- metadata: null
297
+ metadata: null,
360
298
  },
361
299
  visa: {
362
300
  name: 'Visa',
@@ -367,7 +305,7 @@ export var subscription = {
367
305
  uploaded: true,
368
306
  createdAt: new Date('2024-03-12T04:18:36.116Z'),
369
307
  updatedAt: null,
370
- metadata: null
308
+ metadata: null,
371
309
  },
372
310
  idFront: null,
373
311
  idBack: null,
@@ -380,7 +318,7 @@ export var subscription = {
380
318
  uploaded: true,
381
319
  createdAt: new Date('2024-03-12T04:22:11.640Z'),
382
320
  updatedAt: null,
383
- metadata: null
321
+ metadata: null,
384
322
  },
385
323
  experianReport: null,
386
324
  pdrm: null,
@@ -395,7 +333,7 @@ export var subscription = {
395
333
  uploaded: true,
396
334
  createdAt: new Date('2024-03-12T04:29:23.025Z'),
397
335
  updatedAt: null,
398
- metadata: null
336
+ metadata: null,
399
337
  },
400
338
  bankStatement2: {
401
339
  name: 'Bank Statement 2',
@@ -406,7 +344,7 @@ export var subscription = {
406
344
  uploaded: true,
407
345
  createdAt: new Date('2024-03-12T04:29:23.025Z'),
408
346
  updatedAt: null,
409
- metadata: null
347
+ metadata: null,
410
348
  },
411
349
  bankStatement3: {
412
350
  name: 'Bank Statement 3',
@@ -417,7 +355,7 @@ export var subscription = {
417
355
  uploaded: true,
418
356
  createdAt: new Date('2024-03-12T04:29:23.025Z'),
419
357
  updatedAt: null,
420
- metadata: null
358
+ metadata: null,
421
359
  },
422
360
  epfStatement: null,
423
361
  offerLetter: {
@@ -429,8 +367,8 @@ export var subscription = {
429
367
  uploaded: true,
430
368
  createdAt: new Date('2024-03-12T04:32:27.837Z'),
431
369
  updatedAt: null,
432
- metadata: null
433
- }
370
+ metadata: null,
371
+ },
434
372
  },
435
373
  paymentMethods: [
436
374
  {
@@ -443,7 +381,7 @@ export var subscription = {
443
381
  stripe: {
444
382
  customerId: 'cus_PioidrQGcxLkbQ',
445
383
  paymentMethodId: 'pm_1PGL4QGmjNrRwDjL0HpLF2OS',
446
- setupIntentId: null
384
+ setupIntentId: null,
447
385
  },
448
386
  curlec: null,
449
387
  payex: null,
@@ -454,12 +392,12 @@ export var subscription = {
454
392
  expYear: 2029,
455
393
  funding: 'prepaid',
456
394
  country: 'MY',
457
- cardholderName: 'Zishan Kalim'
395
+ cardholderName: 'Zishan Kalim',
458
396
  },
459
397
  accountType: 'personal',
460
398
  status: 'active',
461
- metadata: {}
462
- }
399
+ metadata: {},
400
+ },
463
401
  ],
464
402
  addresses: {
465
403
  home: {
@@ -471,7 +409,7 @@ export var subscription = {
471
409
  country: 'AE',
472
410
  postalCode: '00000',
473
411
  metadata: {},
474
- coordinates: null
412
+ coordinates: null,
475
413
  },
476
414
  billing: {
477
415
  name: null,
@@ -481,8 +419,8 @@ export var subscription = {
481
419
  state: 'Dubai',
482
420
  country: 'AE',
483
421
  postalCode: '00000',
484
- metadata: {}
485
- }
422
+ metadata: {},
423
+ },
486
424
  },
487
425
  verifications: null,
488
426
  emailPreferences: {
@@ -491,11 +429,11 @@ export var subscription = {
491
429
  signUpOnly: false,
492
430
  signUpPaymentAdded: false,
493
431
  activeSub: true,
494
- expiredSub: false
432
+ expiredSub: false,
495
433
  },
496
434
  companyName: 'FLUX',
497
435
  ethnicity: null,
498
- geoRegion: null
436
+ geoRegion: null,
499
437
  },
500
438
  vehicle: {
501
439
  id: 'VM98GEJKS',
@@ -534,10 +472,7 @@ export var subscription = {
534
472
  mileageTrackingOff: false,
535
473
  featureOnLandingPage: false,
536
474
  lastMileageRecordedAt: new Date('2024-04-23T08:36:08.893Z'),
537
- locationAvailability: [
538
- 'Kuala Lumpur',
539
- 'Johor'
540
- ],
475
+ locationAvailability: ['Kuala Lumpur', 'Johor'],
541
476
  temporary: true,
542
477
  hotDeal: null,
543
478
  activeSubscriptionId: 'S5Y9TWWSK',
@@ -555,7 +490,7 @@ export var subscription = {
555
490
  country: 'MY',
556
491
  postalCode: '50480',
557
492
  metadata: {},
558
- coordinates: null
493
+ coordinates: null,
559
494
  },
560
495
  pickup: {
561
496
  name: 'Main',
@@ -566,8 +501,8 @@ export var subscription = {
566
501
  country: 'MY',
567
502
  postalCode: '50480',
568
503
  metadata: {},
569
- coordinates: null
570
- }
504
+ coordinates: null,
505
+ },
571
506
  },
572
507
  documents: null,
573
508
  pricing: {
@@ -575,267 +510,74 @@ export var subscription = {
575
510
  tmv: 160000,
576
511
  bought: false,
577
512
  gfvNotApplicable: true,
578
- gfv: {
579
- plan60: 0,
580
- plan36: 0,
581
- plan24: 0
582
- },
513
+ gfv: { plan60: 0, plan36: 0, plan24: 0 },
583
514
  fluxPrice: {
584
515
  add: null,
585
516
  coefficient: 10,
586
517
  excessMileage: 1.4,
587
518
  originalExcessMileage: 1.8,
588
519
  matrix: {
589
- plan60: {
590
- lite: 2640,
591
- standard: 2970,
592
- plus: 3300,
593
- unlimited: 4140
594
- },
595
- plan36: {
596
- lite: 3300,
597
- standard: 3630,
598
- plus: 3960,
599
- unlimited: 4800
600
- },
601
- plan24: {
602
- lite: 3630,
603
- standard: 3960,
604
- plus: 4290,
605
- unlimited: 5130
606
- },
607
- plan12: {
608
- lite: 3960,
609
- standard: 4290,
610
- plus: 4620,
611
- unlimited: 5460
612
- },
613
- plan1: {
614
- lite: 7599,
615
- standard: 7599,
616
- plus: 7599,
617
- unlimited: 7599
618
- },
619
- planWeekly: {
620
- lite: 200,
621
- standard: 530,
622
- plus: 860,
623
- unlimited: 1700
624
- }
520
+ plan60: { lite: 2640, standard: 2970, plus: 3300, unlimited: 4140 },
521
+ plan36: { lite: 3300, standard: 3630, plus: 3960, unlimited: 4800 },
522
+ plan24: { lite: 3630, standard: 3960, plus: 4290, unlimited: 5130 },
523
+ plan12: { lite: 3960, standard: 4290, plus: 4620, unlimited: 5460 },
524
+ plan1: { lite: 7599, standard: 7599, plus: 7599, unlimited: 7599 },
525
+ planWeekly: { lite: 200, standard: 530, plus: 860, unlimited: 1700 },
625
526
  },
626
527
  originalMatrix: {
627
- plan60: {
628
- lite: 2640,
629
- standard: 2970,
630
- plus: 3300,
631
- unlimited: 4140
632
- },
633
- plan36: {
634
- lite: 3300,
635
- standard: 3630,
636
- plus: 3960,
637
- unlimited: 4800
638
- },
639
- plan24: {
640
- lite: 3630,
641
- standard: 3960,
642
- plus: 4290,
643
- unlimited: 5130
644
- },
645
- plan12: {
646
- lite: 3960,
647
- standard: 4290,
648
- plus: 4620,
649
- unlimited: 5460
650
- },
651
- plan1: {
652
- lite: 7599,
653
- standard: 7599,
654
- plus: 7599,
655
- unlimited: 7599
656
- },
657
- planWeekly: {
658
- lite: 200,
659
- standard: 530,
660
- plus: 860,
661
- unlimited: 1700
662
- }
528
+ plan60: { lite: 2640, standard: 2970, plus: 3300, unlimited: 4140 },
529
+ plan36: { lite: 3300, standard: 3630, plus: 3960, unlimited: 4800 },
530
+ plan24: { lite: 3630, standard: 3960, plus: 4290, unlimited: 5130 },
531
+ plan12: { lite: 3960, standard: 4290, plus: 4620, unlimited: 5460 },
532
+ plan1: { lite: 7599, standard: 7599, plus: 7599, unlimited: 7599 },
533
+ planWeekly: { lite: 200, standard: 530, plus: 860, unlimited: 1700 },
663
534
  },
664
- matrixComments: null
535
+ matrixComments: null,
665
536
  },
666
537
  hostTake: {
667
538
  excessMileage: 1.1,
668
539
  originalExcessMileage: 1.44,
669
540
  matrix: {
670
- plan60: {
671
- lite: 3000,
672
- standard: 3150,
673
- plus: 3150,
674
- unlimited: 4250
675
- },
676
- plan36: {
677
- lite: 3000,
678
- standard: 3300,
679
- plus: 3600,
680
- unlimited: 4350
681
- },
682
- plan24: {
683
- lite: 3300,
684
- standard: 3600,
685
- plus: 3900,
686
- unlimited: 4650
687
- },
688
- plan12: {
689
- lite: 3600,
690
- standard: 3900,
691
- plus: 4200,
692
- unlimited: 4950
693
- },
694
- plan1: {
695
- lite: 6500,
696
- standard: 6500,
697
- plus: 6500,
698
- unlimited: 6500
699
- },
700
- planWeekly: {
701
- lite: 0,
702
- standard: 0,
703
- plus: 0,
704
- unlimited: 0
705
- }
541
+ plan60: { lite: 3000, standard: 3150, plus: 3150, unlimited: 4250 },
542
+ plan36: { lite: 3000, standard: 3300, plus: 3600, unlimited: 4350 },
543
+ plan24: { lite: 3300, standard: 3600, plus: 3900, unlimited: 4650 },
544
+ plan12: { lite: 3600, standard: 3900, plus: 4200, unlimited: 4950 },
545
+ plan1: { lite: 6500, standard: 6500, plus: 6500, unlimited: 6500 },
546
+ planWeekly: { lite: 0, standard: 0, plus: 0, unlimited: 0 },
706
547
  },
707
548
  originalMatrix: {
708
- plan60: {
709
- lite: 2400,
710
- standard: 2700,
711
- plus: 3000,
712
- unlimited: 3750
713
- },
714
- plan36: {
715
- lite: 3000,
716
- standard: 3300,
717
- plus: 3600,
718
- unlimited: 4350
719
- },
720
- plan24: {
721
- lite: 3300,
722
- standard: 3600,
723
- plus: 3900,
724
- unlimited: 4650
725
- },
726
- plan12: {
727
- lite: 3600,
728
- standard: 3900,
729
- plus: 4200,
730
- unlimited: 4950
731
- },
732
- plan1: {
733
- lite: 6500,
734
- standard: 6500,
735
- plus: 6500,
736
- unlimited: 6500
737
- },
738
- planWeekly: {
739
- lite: 0,
740
- standard: 0,
741
- plus: 0,
742
- unlimited: 0
743
- }
549
+ plan60: { lite: 2400, standard: 2700, plus: 3000, unlimited: 3750 },
550
+ plan36: { lite: 3000, standard: 3300, plus: 3600, unlimited: 4350 },
551
+ plan24: { lite: 3300, standard: 3600, plus: 3900, unlimited: 4650 },
552
+ plan12: { lite: 3600, standard: 3900, plus: 4200, unlimited: 4950 },
553
+ plan1: { lite: 6500, standard: 6500, plus: 6500, unlimited: 6500 },
554
+ planWeekly: { lite: 0, standard: 0, plus: 0, unlimited: 0 },
744
555
  },
745
- matrixComments: null
556
+ matrixComments: null,
746
557
  },
747
558
  startFee: {
748
559
  matrix: {
749
- plan60: {
750
- lite: 1800,
751
- standard: 2040,
752
- plus: 2250,
753
- unlimited: 2820
754
- },
755
- plan36: {
756
- lite: 2250,
757
- standard: 2490,
758
- plus: 2700,
759
- unlimited: 3270
760
- },
761
- plan24: {
762
- lite: 2490,
763
- standard: 2700,
764
- plus: 2940,
765
- unlimited: 3510
766
- },
767
- plan12: {
768
- lite: 2700,
769
- standard: 2940,
770
- plus: 3150,
771
- unlimited: 3720
772
- },
773
- plan1: {
774
- lite: 0,
775
- standard: 0,
776
- plus: 0,
777
- unlimited: 0
778
- },
779
- planWeekly: {
780
- lite: 0,
781
- standard: 0,
782
- plus: 0,
783
- unlimited: 0
784
- }
560
+ plan60: { lite: 1800, standard: 2040, plus: 2250, unlimited: 2820 },
561
+ plan36: { lite: 2250, standard: 2490, plus: 2700, unlimited: 3270 },
562
+ plan24: { lite: 2490, standard: 2700, plus: 2940, unlimited: 3510 },
563
+ plan12: { lite: 2700, standard: 2940, plus: 3150, unlimited: 3720 },
564
+ plan1: { lite: 0, standard: 0, plus: 0, unlimited: 0 },
565
+ planWeekly: { lite: 0, standard: 0, plus: 0, unlimited: 0 },
785
566
  },
786
567
  originalMatrix: {
787
- plan60: {
788
- lite: 1800,
789
- standard: 2040,
790
- plus: 2250,
791
- unlimited: 2820
792
- },
793
- plan36: {
794
- lite: 2250,
795
- standard: 2490,
796
- plus: 2700,
797
- unlimited: 3270
798
- },
799
- plan24: {
800
- lite: 2490,
801
- standard: 2700,
802
- plus: 2940,
803
- unlimited: 3510
804
- },
805
- plan12: {
806
- lite: 2700,
807
- standard: 2940,
808
- plus: 3150,
809
- unlimited: 3720
810
- },
811
- plan1: {
812
- lite: 0,
813
- standard: 0,
814
- plus: 0,
815
- unlimited: 0
816
- },
817
- planWeekly: {
818
- lite: 0,
819
- standard: 0,
820
- plus: 0,
821
- unlimited: 0
822
- }
568
+ plan60: { lite: 1800, standard: 2040, plus: 2250, unlimited: 2820 },
569
+ plan36: { lite: 2250, standard: 2490, plus: 2700, unlimited: 3270 },
570
+ plan24: { lite: 2490, standard: 2700, plus: 2940, unlimited: 3510 },
571
+ plan12: { lite: 2700, standard: 2940, plus: 3150, unlimited: 3720 },
572
+ plan1: { lite: 0, standard: 0, plus: 0, unlimited: 0 },
573
+ planWeekly: { lite: 0, standard: 0, plus: 0, unlimited: 0 },
823
574
  },
824
- matrixComments: null
575
+ matrixComments: null,
825
576
  },
826
577
  ultraTier: 'tier11',
827
- availablePlans: [
828
- 'plan36',
829
- 'plan24',
830
- 'plan12'
831
- ],
832
- availableMileagePackages: [
833
- 'lite',
834
- 'standard',
835
- 'plus',
836
- 'unlimited'
837
- ],
838
- recommendedDeposit: null
578
+ availablePlans: ['plan36', 'plan24', 'plan12'],
579
+ availableMileagePackages: ['lite', 'standard', 'plus', 'unlimited'],
580
+ recommendedDeposit: null,
839
581
  },
840
582
  images: [
841
583
  {
@@ -848,7 +590,7 @@ export var subscription = {
848
590
  description: null,
849
591
  inspection: true,
850
592
  inspectionType: 'exterior',
851
- notActualPhoto: false
593
+ notActualPhoto: false,
852
594
  },
853
595
  {
854
596
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/ae2738e1-0475-4ea1-bf9a-9721e80d9455.jpg',
@@ -860,7 +602,7 @@ export var subscription = {
860
602
  description: null,
861
603
  inspection: false,
862
604
  inspectionType: null,
863
- notActualPhoto: false
605
+ notActualPhoto: false,
864
606
  },
865
607
  {
866
608
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/78481cf6-ccb3-4914-a878-472267db0241.jpg',
@@ -872,7 +614,7 @@ export var subscription = {
872
614
  description: null,
873
615
  inspection: false,
874
616
  inspectionType: null,
875
- notActualPhoto: false
617
+ notActualPhoto: false,
876
618
  },
877
619
  {
878
620
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/8597f00c-8714-45f3-bc5f-07b108729152.jpg',
@@ -884,7 +626,7 @@ export var subscription = {
884
626
  description: null,
885
627
  inspection: false,
886
628
  inspectionType: null,
887
- notActualPhoto: false
629
+ notActualPhoto: false,
888
630
  },
889
631
  {
890
632
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/22e6bba8-23d6-4d64-997a-37bc502aac16.jpg',
@@ -896,7 +638,7 @@ export var subscription = {
896
638
  description: null,
897
639
  inspection: false,
898
640
  inspectionType: null,
899
- notActualPhoto: false
641
+ notActualPhoto: false,
900
642
  },
901
643
  {
902
644
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/IMG_7884.JPG',
@@ -908,7 +650,7 @@ export var subscription = {
908
650
  description: null,
909
651
  inspection: false,
910
652
  inspectionType: null,
911
- notActualPhoto: false
653
+ notActualPhoto: false,
912
654
  },
913
655
  {
914
656
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/IMG_7882.JPG',
@@ -920,7 +662,7 @@ export var subscription = {
920
662
  description: null,
921
663
  inspection: true,
922
664
  inspectionType: 'frame',
923
- notActualPhoto: false
665
+ notActualPhoto: false,
924
666
  },
925
667
  {
926
668
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/IMG_7880.JPG',
@@ -932,7 +674,7 @@ export var subscription = {
932
674
  description: null,
933
675
  inspection: false,
934
676
  inspectionType: null,
935
- notActualPhoto: false
677
+ notActualPhoto: false,
936
678
  },
937
679
  {
938
680
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/IMG_7879.JPG',
@@ -944,7 +686,7 @@ export var subscription = {
944
686
  description: null,
945
687
  inspection: false,
946
688
  inspectionType: null,
947
- notActualPhoto: false
689
+ notActualPhoto: false,
948
690
  },
949
691
  {
950
692
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/IMG_7878.JPG',
@@ -956,7 +698,7 @@ export var subscription = {
956
698
  description: null,
957
699
  inspection: true,
958
700
  inspectionType: 'interior',
959
- notActualPhoto: false
701
+ notActualPhoto: false,
960
702
  },
961
703
  {
962
704
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/IMG_7876.JPG',
@@ -968,7 +710,7 @@ export var subscription = {
968
710
  description: null,
969
711
  inspection: false,
970
712
  inspectionType: null,
971
- notActualPhoto: false
713
+ notActualPhoto: false,
972
714
  },
973
715
  {
974
716
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/IMG_7877.JPG',
@@ -980,7 +722,7 @@ export var subscription = {
980
722
  description: null,
981
723
  inspection: false,
982
724
  inspectionType: null,
983
- notActualPhoto: false
725
+ notActualPhoto: false,
984
726
  },
985
727
  {
986
728
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/IMG_7873.JPG',
@@ -992,7 +734,7 @@ export var subscription = {
992
734
  description: null,
993
735
  inspection: false,
994
736
  inspectionType: null,
995
- notActualPhoto: false
737
+ notActualPhoto: false,
996
738
  },
997
739
  {
998
740
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/IMG_7871.JPG',
@@ -1004,7 +746,7 @@ export var subscription = {
1004
746
  description: null,
1005
747
  inspection: false,
1006
748
  inspectionType: null,
1007
- notActualPhoto: false
749
+ notActualPhoto: false,
1008
750
  },
1009
751
  {
1010
752
  default: 'https://flux-site-files.s3.ap-southeast-1.amazonaws.com/vehicles/VDDVYB78L/images/IMG_7885.JPG',
@@ -1016,8 +758,8 @@ export var subscription = {
1016
758
  description: null,
1017
759
  inspection: true,
1018
760
  inspectionType: 'engine',
1019
- notActualPhoto: false
1020
- }
761
+ notActualPhoto: false,
762
+ },
1021
763
  ],
1022
764
  details: {
1023
765
  numberOfSeats: 6,
@@ -1051,9 +793,9 @@ export var subscription = {
1051
793
  'abs',
1052
794
  'parking-sensor',
1053
795
  'braking-assist',
1054
- 'adaptive-headlights'
796
+ 'adaptive-headlights',
1055
797
  ],
1056
- condition: 'used'
798
+ condition: 'used',
1057
799
  },
1058
800
  inspection: {
1059
801
  exterior: 5,
@@ -1063,9 +805,9 @@ export var subscription = {
1063
805
  dashboard: null,
1064
806
  date: new Date('2023-09-18T16:00:00.000Z'),
1065
807
  total: 5,
1066
- comment: 'All new Proton X90, prestigious, high-riding motoring for corporate and family use. Well-detailed cabin and clean exterior.'
808
+ comment: 'All new Proton X90, prestigious, high-riding motoring for corporate and family use. Well-detailed cabin and clean exterior.',
1067
809
  },
1068
- appliedCoupon: null
810
+ appliedCoupon: null,
1069
811
  },
1070
812
  schedule: {
1071
813
  id: 'SC_6FLUKBFH',
@@ -1084,7 +826,8 @@ export var subscription = {
1084
826
  updatedAt: new Date('2024-04-30T09:39:11.564Z'),
1085
827
  metadata: {},
1086
828
  expiryNoticeSent: false,
1087
- phases: []
829
+ phases: [],
1088
830
  },
1089
- subscriptionTag: 'new'
831
+ subscriptionTag: 'new',
1090
832
  };
833
+ //# sourceMappingURL=subscription.js.map