ob-parking-sdk 0.0.71 → 0.0.73
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/api/api.ts +231 -1119
- package/api/base.ts +1 -1
- package/api/common.ts +1 -1
- package/api/configuration.ts +1 -1
- package/api/index.ts +1 -1
- package/dist/api/api.d.ts +75 -704
- package/dist/api/api.js +81 -522
- package/dist/api/base.d.ts +1 -1
- package/dist/api/base.js +1 -1
- package/dist/api/common.d.ts +1 -1
- package/dist/api/common.js +1 -1
- package/dist/api/configuration.d.ts +1 -1
- package/dist/api/configuration.js +1 -1
- package/dist/api/index.d.ts +1 -1
- package/dist/api/index.js +1 -1
- package/package.json +1 -1
package/api/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* obk-parking
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.27.
|
|
7
|
+
* The version of the OpenAPI document: 1.27.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -106,7 +106,7 @@ export interface AddConfigStoreWhitelist {
|
|
|
106
106
|
* @type {boolean}
|
|
107
107
|
* @memberof AddConfigStoreWhitelist
|
|
108
108
|
*/
|
|
109
|
-
'
|
|
109
|
+
'ignore_store': boolean;
|
|
110
110
|
/**
|
|
111
111
|
*
|
|
112
112
|
* @type {boolean}
|
|
@@ -190,25 +190,6 @@ export const AddParkingTicketType = {
|
|
|
190
190
|
export type AddParkingTicketType = typeof AddParkingTicketType[keyof typeof AddParkingTicketType];
|
|
191
191
|
|
|
192
192
|
|
|
193
|
-
/**
|
|
194
|
-
*
|
|
195
|
-
* @export
|
|
196
|
-
* @interface ApproveReceiptBody
|
|
197
|
-
*/
|
|
198
|
-
export interface ApproveReceiptBody {
|
|
199
|
-
/**
|
|
200
|
-
*
|
|
201
|
-
* @type {string}
|
|
202
|
-
* @memberof ApproveReceiptBody
|
|
203
|
-
*/
|
|
204
|
-
'counter': string;
|
|
205
|
-
/**
|
|
206
|
-
*
|
|
207
|
-
* @type {string}
|
|
208
|
-
* @memberof ApproveReceiptBody
|
|
209
|
-
*/
|
|
210
|
-
'email': string;
|
|
211
|
-
}
|
|
212
193
|
/**
|
|
213
194
|
*
|
|
214
195
|
* @export
|
|
@@ -431,12 +412,6 @@ export interface CmsParkingDetailRedeemBody {
|
|
|
431
412
|
* @memberof CmsParkingDetailRedeemBody
|
|
432
413
|
*/
|
|
433
414
|
'source'?: CmsParkingDetailRedeemBodySourceEnum;
|
|
434
|
-
/**
|
|
435
|
-
*
|
|
436
|
-
* @type {string}
|
|
437
|
-
* @memberof CmsParkingDetailRedeemBody
|
|
438
|
-
*/
|
|
439
|
-
'counter'?: string;
|
|
440
415
|
/**
|
|
441
416
|
*
|
|
442
417
|
* @type {string}
|
|
@@ -588,52 +563,52 @@ export interface ConfigStoreWhitelistQuery {
|
|
|
588
563
|
'property_id'?: string;
|
|
589
564
|
/**
|
|
590
565
|
*
|
|
591
|
-
* @type {
|
|
566
|
+
* @type {boolean}
|
|
592
567
|
* @memberof ConfigStoreWhitelistQuery
|
|
593
568
|
*/
|
|
594
|
-
'
|
|
569
|
+
'ignore_store'?: boolean;
|
|
595
570
|
/**
|
|
596
571
|
*
|
|
597
|
-
* @type {
|
|
572
|
+
* @type {boolean}
|
|
598
573
|
* @memberof ConfigStoreWhitelistQuery
|
|
599
574
|
*/
|
|
600
|
-
'
|
|
575
|
+
'ocr_verified'?: boolean;
|
|
601
576
|
/**
|
|
602
577
|
*
|
|
603
578
|
* @type {boolean}
|
|
604
579
|
* @memberof ConfigStoreWhitelistQuery
|
|
605
580
|
*/
|
|
606
|
-
'
|
|
581
|
+
'convert_date'?: boolean;
|
|
607
582
|
/**
|
|
608
583
|
*
|
|
609
|
-
* @type {
|
|
584
|
+
* @type {string}
|
|
610
585
|
* @memberof ConfigStoreWhitelistQuery
|
|
611
586
|
*/
|
|
612
|
-
'
|
|
587
|
+
'sort_key'?: string;
|
|
613
588
|
/**
|
|
614
589
|
*
|
|
615
|
-
* @type {
|
|
590
|
+
* @type {string}
|
|
616
591
|
* @memberof ConfigStoreWhitelistQuery
|
|
617
592
|
*/
|
|
618
|
-
'
|
|
593
|
+
'sort_direction'?: string;
|
|
619
594
|
/**
|
|
620
595
|
*
|
|
621
596
|
* @type {boolean}
|
|
622
597
|
* @memberof ConfigStoreWhitelistQuery
|
|
623
598
|
*/
|
|
624
|
-
'
|
|
599
|
+
'has_tax_id'?: boolean;
|
|
625
600
|
/**
|
|
626
601
|
*
|
|
627
602
|
* @type {boolean}
|
|
628
603
|
* @memberof ConfigStoreWhitelistQuery
|
|
629
604
|
*/
|
|
630
|
-
'
|
|
605
|
+
'receipt_address_in_obk'?: boolean;
|
|
631
606
|
/**
|
|
632
607
|
*
|
|
633
608
|
* @type {boolean}
|
|
634
609
|
* @memberof ConfigStoreWhitelistQuery
|
|
635
610
|
*/
|
|
636
|
-
'
|
|
611
|
+
'is_active'?: boolean;
|
|
637
612
|
}
|
|
638
613
|
/**
|
|
639
614
|
*
|
|
@@ -691,6 +666,12 @@ export interface CreateReceiptBody {
|
|
|
691
666
|
* @interface CreateRegisteredVehicleBody
|
|
692
667
|
*/
|
|
693
668
|
export interface CreateRegisteredVehicleBody {
|
|
669
|
+
/**
|
|
670
|
+
*
|
|
671
|
+
* @type {string}
|
|
672
|
+
* @memberof CreateRegisteredVehicleBody
|
|
673
|
+
*/
|
|
674
|
+
'plate_province'?: string | null;
|
|
694
675
|
/**
|
|
695
676
|
*
|
|
696
677
|
* @type {boolean}
|
|
@@ -738,69 +719,6 @@ export const EngineType = {
|
|
|
738
719
|
export type EngineType = typeof EngineType[keyof typeof EngineType];
|
|
739
720
|
|
|
740
721
|
|
|
741
|
-
/**
|
|
742
|
-
*
|
|
743
|
-
* @export
|
|
744
|
-
* @interface ExportParkingDetailIndexQuery
|
|
745
|
-
*/
|
|
746
|
-
export interface ExportParkingDetailIndexQuery {
|
|
747
|
-
/**
|
|
748
|
-
*
|
|
749
|
-
* @type {string}
|
|
750
|
-
* @memberof ExportParkingDetailIndexQuery
|
|
751
|
-
*/
|
|
752
|
-
'order_by'?: string;
|
|
753
|
-
/**
|
|
754
|
-
*
|
|
755
|
-
* @type {string}
|
|
756
|
-
* @memberof ExportParkingDetailIndexQuery
|
|
757
|
-
*/
|
|
758
|
-
'order_direction'?: string;
|
|
759
|
-
/**
|
|
760
|
-
*
|
|
761
|
-
* @type {number}
|
|
762
|
-
* @memberof ExportParkingDetailIndexQuery
|
|
763
|
-
*/
|
|
764
|
-
'page_number'?: number;
|
|
765
|
-
/**
|
|
766
|
-
*
|
|
767
|
-
* @type {number}
|
|
768
|
-
* @memberof ExportParkingDetailIndexQuery
|
|
769
|
-
*/
|
|
770
|
-
'page_size'?: number;
|
|
771
|
-
/**
|
|
772
|
-
*
|
|
773
|
-
* @type {string}
|
|
774
|
-
* @memberof ExportParkingDetailIndexQuery
|
|
775
|
-
*/
|
|
776
|
-
'filter_by'?: string;
|
|
777
|
-
/**
|
|
778
|
-
*
|
|
779
|
-
* @type {string}
|
|
780
|
-
* @memberof ExportParkingDetailIndexQuery
|
|
781
|
-
*/
|
|
782
|
-
'filter_key'?: string;
|
|
783
|
-
/**
|
|
784
|
-
*
|
|
785
|
-
* @type {string}
|
|
786
|
-
* @memberof ExportParkingDetailIndexQuery
|
|
787
|
-
*/
|
|
788
|
-
'startDate'?: string;
|
|
789
|
-
/**
|
|
790
|
-
*
|
|
791
|
-
* @type {string}
|
|
792
|
-
* @memberof ExportParkingDetailIndexQuery
|
|
793
|
-
*/
|
|
794
|
-
'endDate'?: string;
|
|
795
|
-
/**
|
|
796
|
-
*
|
|
797
|
-
* @type {ParkingDetailStatus}
|
|
798
|
-
* @memberof ExportParkingDetailIndexQuery
|
|
799
|
-
*/
|
|
800
|
-
'status'?: ParkingDetailStatus;
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
|
|
804
722
|
/**
|
|
805
723
|
*
|
|
806
724
|
* @export
|
|
@@ -1051,12 +969,6 @@ export interface GetAllReceiptResponse {
|
|
|
1051
969
|
* @memberof GetAllReceiptResponse
|
|
1052
970
|
*/
|
|
1053
971
|
'transaction_time': string | null;
|
|
1054
|
-
/**
|
|
1055
|
-
*
|
|
1056
|
-
* @type {boolean}
|
|
1057
|
-
* @memberof GetAllReceiptResponse
|
|
1058
|
-
*/
|
|
1059
|
-
'check_handwriting'?: boolean;
|
|
1060
972
|
}
|
|
1061
973
|
|
|
1062
974
|
|
|
@@ -1508,472 +1420,242 @@ export interface GetParkingDetailResponseRateDetail {
|
|
|
1508
1420
|
/**
|
|
1509
1421
|
*
|
|
1510
1422
|
* @export
|
|
1511
|
-
* @interface
|
|
1423
|
+
* @interface GetParkingDetailsIndexResponse
|
|
1512
1424
|
*/
|
|
1513
|
-
export interface
|
|
1425
|
+
export interface GetParkingDetailsIndexResponse {
|
|
1514
1426
|
/**
|
|
1515
1427
|
*
|
|
1516
1428
|
* @type {string}
|
|
1517
|
-
* @memberof
|
|
1429
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1518
1430
|
*/
|
|
1519
|
-
'
|
|
1431
|
+
'id': string;
|
|
1520
1432
|
/**
|
|
1521
1433
|
*
|
|
1522
1434
|
* @type {string}
|
|
1523
|
-
* @memberof
|
|
1435
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1524
1436
|
*/
|
|
1525
|
-
'
|
|
1437
|
+
'record_id': string;
|
|
1526
1438
|
/**
|
|
1527
1439
|
*
|
|
1528
1440
|
* @type {string}
|
|
1529
|
-
* @memberof
|
|
1441
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1530
1442
|
*/
|
|
1531
|
-
'
|
|
1443
|
+
'parking_ticket_id': string;
|
|
1532
1444
|
/**
|
|
1533
1445
|
*
|
|
1534
1446
|
* @type {string}
|
|
1535
|
-
* @memberof
|
|
1447
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1536
1448
|
*/
|
|
1537
|
-
'
|
|
1449
|
+
'plate_no': string;
|
|
1538
1450
|
/**
|
|
1539
1451
|
*
|
|
1540
|
-
* @type {
|
|
1541
|
-
* @memberof
|
|
1452
|
+
* @type {ParkingAccountDetail}
|
|
1453
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1542
1454
|
*/
|
|
1543
|
-
'
|
|
1455
|
+
'account_detail': ParkingAccountDetail;
|
|
1544
1456
|
/**
|
|
1545
1457
|
*
|
|
1546
1458
|
* @type {string}
|
|
1547
|
-
* @memberof
|
|
1459
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1548
1460
|
*/
|
|
1549
|
-
'
|
|
1461
|
+
'total_amount': string;
|
|
1550
1462
|
/**
|
|
1551
1463
|
*
|
|
1552
1464
|
* @type {string}
|
|
1553
|
-
* @memberof
|
|
1465
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1554
1466
|
*/
|
|
1555
|
-
'
|
|
1467
|
+
'redeemed_at': string;
|
|
1556
1468
|
/**
|
|
1557
1469
|
*
|
|
1558
|
-
* @type {
|
|
1559
|
-
* @memberof
|
|
1470
|
+
* @type {ParkingDetailStatus}
|
|
1471
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1560
1472
|
*/
|
|
1561
|
-
'
|
|
1473
|
+
'status': ParkingDetailStatus;
|
|
1562
1474
|
/**
|
|
1563
1475
|
*
|
|
1564
1476
|
* @type {string}
|
|
1565
|
-
* @memberof
|
|
1477
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1566
1478
|
*/
|
|
1567
|
-
'
|
|
1479
|
+
'created_at'?: string;
|
|
1568
1480
|
/**
|
|
1569
1481
|
*
|
|
1570
1482
|
* @type {string}
|
|
1571
|
-
* @memberof
|
|
1483
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1572
1484
|
*/
|
|
1573
|
-
'
|
|
1485
|
+
'rate_detail'?: string;
|
|
1574
1486
|
/**
|
|
1575
1487
|
*
|
|
1576
1488
|
* @type {string}
|
|
1577
|
-
* @memberof
|
|
1489
|
+
* @memberof GetParkingDetailsIndexResponse
|
|
1578
1490
|
*/
|
|
1579
|
-
'
|
|
1491
|
+
'channel'?: string;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
/**
|
|
1496
|
+
*
|
|
1497
|
+
* @export
|
|
1498
|
+
* @interface Health200Response
|
|
1499
|
+
*/
|
|
1500
|
+
export interface Health200Response {
|
|
1580
1501
|
/**
|
|
1581
1502
|
*
|
|
1582
|
-
* @type {
|
|
1583
|
-
* @memberof
|
|
1503
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
1504
|
+
* @memberof Health200Response
|
|
1584
1505
|
*/
|
|
1585
|
-
'
|
|
1506
|
+
'iamSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1586
1507
|
/**
|
|
1587
1508
|
*
|
|
1588
|
-
* @type {
|
|
1589
|
-
* @memberof
|
|
1509
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
1510
|
+
* @memberof Health200Response
|
|
1590
1511
|
*/
|
|
1591
|
-
'
|
|
1512
|
+
'bmsSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1592
1513
|
/**
|
|
1593
1514
|
*
|
|
1594
|
-
* @type {
|
|
1595
|
-
* @memberof
|
|
1515
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
1516
|
+
* @memberof Health200Response
|
|
1596
1517
|
*/
|
|
1597
|
-
'
|
|
1518
|
+
'fsSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1598
1519
|
/**
|
|
1599
1520
|
*
|
|
1600
|
-
* @type {
|
|
1601
|
-
* @memberof
|
|
1521
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
1522
|
+
* @memberof Health200Response
|
|
1602
1523
|
*/
|
|
1603
|
-
'
|
|
1524
|
+
'ocrSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1604
1525
|
/**
|
|
1605
1526
|
*
|
|
1606
|
-
* @type {
|
|
1607
|
-
* @memberof
|
|
1527
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
1528
|
+
* @memberof Health200Response
|
|
1608
1529
|
*/
|
|
1609
|
-
'
|
|
1530
|
+
'tccSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1610
1531
|
/**
|
|
1611
1532
|
*
|
|
1612
1533
|
* @type {string}
|
|
1613
|
-
* @memberof
|
|
1534
|
+
* @memberof Health200Response
|
|
1614
1535
|
*/
|
|
1615
|
-
'
|
|
1536
|
+
'FS_IVIVA_PARKING_API_KEY': string;
|
|
1616
1537
|
/**
|
|
1617
1538
|
*
|
|
1618
1539
|
* @type {string}
|
|
1619
|
-
* @memberof
|
|
1540
|
+
* @memberof Health200Response
|
|
1620
1541
|
*/
|
|
1621
|
-
'
|
|
1542
|
+
'FS_PARKING_API_KEY': string;
|
|
1622
1543
|
/**
|
|
1623
1544
|
*
|
|
1624
1545
|
* @type {string}
|
|
1625
|
-
* @memberof
|
|
1546
|
+
* @memberof Health200Response
|
|
1626
1547
|
*/
|
|
1627
|
-
'
|
|
1548
|
+
'TCC_CLIENT_SECRET': string;
|
|
1628
1549
|
/**
|
|
1629
1550
|
*
|
|
1630
1551
|
* @type {string}
|
|
1631
|
-
* @memberof
|
|
1552
|
+
* @memberof Health200Response
|
|
1632
1553
|
*/
|
|
1633
|
-
'
|
|
1554
|
+
'TCC_CLIENT_ID': string;
|
|
1634
1555
|
/**
|
|
1635
1556
|
*
|
|
1636
1557
|
* @type {string}
|
|
1637
|
-
* @memberof
|
|
1558
|
+
* @memberof Health200Response
|
|
1638
1559
|
*/
|
|
1639
|
-
'
|
|
1560
|
+
'OB_IAM_URL': string;
|
|
1640
1561
|
/**
|
|
1641
1562
|
*
|
|
1642
1563
|
* @type {string}
|
|
1643
|
-
* @memberof
|
|
1564
|
+
* @memberof Health200Response
|
|
1644
1565
|
*/
|
|
1645
|
-
'
|
|
1566
|
+
'OCR_API_URL': string;
|
|
1646
1567
|
/**
|
|
1647
1568
|
*
|
|
1648
1569
|
* @type {string}
|
|
1649
|
-
* @memberof
|
|
1570
|
+
* @memberof Health200Response
|
|
1650
1571
|
*/
|
|
1651
|
-
'
|
|
1572
|
+
'REDEEMER_ID': string;
|
|
1652
1573
|
/**
|
|
1653
1574
|
*
|
|
1654
1575
|
* @type {string}
|
|
1655
|
-
* @memberof
|
|
1576
|
+
* @memberof Health200Response
|
|
1656
1577
|
*/
|
|
1657
|
-
'
|
|
1578
|
+
'OB_PARKING_URL': string;
|
|
1658
1579
|
/**
|
|
1659
1580
|
*
|
|
1660
1581
|
* @type {string}
|
|
1661
|
-
* @memberof
|
|
1582
|
+
* @memberof Health200Response
|
|
1662
1583
|
*/
|
|
1663
|
-
'
|
|
1664
|
-
}
|
|
1665
|
-
/**
|
|
1666
|
-
*
|
|
1667
|
-
* @export
|
|
1668
|
-
* @interface GetParkingDetailsIndexResponse
|
|
1669
|
-
*/
|
|
1670
|
-
export interface GetParkingDetailsIndexResponse {
|
|
1584
|
+
'TCC_API_URL': string;
|
|
1671
1585
|
/**
|
|
1672
1586
|
*
|
|
1673
1587
|
* @type {string}
|
|
1674
|
-
* @memberof
|
|
1588
|
+
* @memberof Health200Response
|
|
1675
1589
|
*/
|
|
1676
|
-
'
|
|
1590
|
+
'OB_BMS_URL': string;
|
|
1677
1591
|
/**
|
|
1678
1592
|
*
|
|
1679
1593
|
* @type {string}
|
|
1680
|
-
* @memberof
|
|
1594
|
+
* @memberof Health200Response
|
|
1681
1595
|
*/
|
|
1682
|
-
'
|
|
1596
|
+
'CACHE_REDIS_URL': string;
|
|
1683
1597
|
/**
|
|
1684
1598
|
*
|
|
1685
1599
|
* @type {string}
|
|
1686
|
-
* @memberof
|
|
1600
|
+
* @memberof Health200Response
|
|
1687
1601
|
*/
|
|
1688
|
-
'
|
|
1602
|
+
'CACHE_REDIS': string;
|
|
1689
1603
|
/**
|
|
1690
1604
|
*
|
|
1691
1605
|
* @type {string}
|
|
1692
|
-
* @memberof
|
|
1606
|
+
* @memberof Health200Response
|
|
1693
1607
|
*/
|
|
1694
|
-
'
|
|
1608
|
+
'ENABLE_IVIVA_WORKER': string;
|
|
1695
1609
|
/**
|
|
1696
1610
|
*
|
|
1697
|
-
* @type {
|
|
1698
|
-
* @memberof
|
|
1611
|
+
* @type {string}
|
|
1612
|
+
* @memberof Health200Response
|
|
1699
1613
|
*/
|
|
1700
|
-
'
|
|
1614
|
+
'ENABLE_OCR_WORKER': string;
|
|
1701
1615
|
/**
|
|
1702
1616
|
*
|
|
1703
|
-
* @type {
|
|
1704
|
-
* @memberof
|
|
1617
|
+
* @type {any}
|
|
1618
|
+
* @memberof Health200Response
|
|
1705
1619
|
*/
|
|
1706
|
-
'
|
|
1620
|
+
'appVersion': any;
|
|
1621
|
+
}
|
|
1622
|
+
/**
|
|
1623
|
+
*
|
|
1624
|
+
* @export
|
|
1625
|
+
* @interface Health200ResponseIamSetviceStatus
|
|
1626
|
+
*/
|
|
1627
|
+
export interface Health200ResponseIamSetviceStatus {
|
|
1707
1628
|
/**
|
|
1708
1629
|
*
|
|
1709
1630
|
* @type {string}
|
|
1710
|
-
* @memberof
|
|
1631
|
+
* @memberof Health200ResponseIamSetviceStatus
|
|
1711
1632
|
*/
|
|
1712
|
-
'
|
|
1633
|
+
'message': string;
|
|
1713
1634
|
/**
|
|
1714
1635
|
*
|
|
1715
|
-
* @type {
|
|
1716
|
-
* @memberof
|
|
1636
|
+
* @type {number}
|
|
1637
|
+
* @memberof Health200ResponseIamSetviceStatus
|
|
1717
1638
|
*/
|
|
1718
|
-
'status':
|
|
1639
|
+
'status': number;
|
|
1640
|
+
}
|
|
1641
|
+
/**
|
|
1642
|
+
*
|
|
1643
|
+
* @export
|
|
1644
|
+
* @interface Item
|
|
1645
|
+
*/
|
|
1646
|
+
export interface Item {
|
|
1719
1647
|
/**
|
|
1720
1648
|
*
|
|
1721
1649
|
* @type {string}
|
|
1722
|
-
* @memberof
|
|
1650
|
+
* @memberof Item
|
|
1723
1651
|
*/
|
|
1724
|
-
'
|
|
1652
|
+
'description': string;
|
|
1725
1653
|
/**
|
|
1726
1654
|
*
|
|
1727
|
-
* @type {
|
|
1728
|
-
* @memberof
|
|
1655
|
+
* @type {number}
|
|
1656
|
+
* @memberof Item
|
|
1729
1657
|
*/
|
|
1730
|
-
'
|
|
1731
|
-
/**
|
|
1732
|
-
*
|
|
1733
|
-
* @type {string}
|
|
1734
|
-
* @memberof GetParkingDetailsIndexResponse
|
|
1735
|
-
*/
|
|
1736
|
-
'channel'?: string;
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
/**
|
|
1741
|
-
*
|
|
1742
|
-
* @export
|
|
1743
|
-
* @interface GetRegisteredVehiclesIndexQuery
|
|
1744
|
-
*/
|
|
1745
|
-
export interface GetRegisteredVehiclesIndexQuery {
|
|
1746
|
-
/**
|
|
1747
|
-
*
|
|
1748
|
-
* @type {string}
|
|
1749
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1750
|
-
*/
|
|
1751
|
-
'order_by'?: string;
|
|
1752
|
-
/**
|
|
1753
|
-
*
|
|
1754
|
-
* @type {string}
|
|
1755
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1756
|
-
*/
|
|
1757
|
-
'order_direction'?: string;
|
|
1758
|
-
/**
|
|
1759
|
-
*
|
|
1760
|
-
* @type {number}
|
|
1761
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1762
|
-
*/
|
|
1763
|
-
'page_number'?: number;
|
|
1764
|
-
/**
|
|
1765
|
-
*
|
|
1766
|
-
* @type {number}
|
|
1767
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1768
|
-
*/
|
|
1769
|
-
'page_size'?: number;
|
|
1770
|
-
/**
|
|
1771
|
-
*
|
|
1772
|
-
* @type {string}
|
|
1773
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1774
|
-
*/
|
|
1775
|
-
'filter_by'?: string;
|
|
1776
|
-
/**
|
|
1777
|
-
*
|
|
1778
|
-
* @type {string}
|
|
1779
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1780
|
-
*/
|
|
1781
|
-
'filter_key'?: string;
|
|
1782
|
-
/**
|
|
1783
|
-
*
|
|
1784
|
-
* @type {string}
|
|
1785
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1786
|
-
*/
|
|
1787
|
-
'startDate'?: string;
|
|
1788
|
-
/**
|
|
1789
|
-
*
|
|
1790
|
-
* @type {string}
|
|
1791
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1792
|
-
*/
|
|
1793
|
-
'endDate'?: string;
|
|
1794
|
-
/**
|
|
1795
|
-
*
|
|
1796
|
-
* @type {boolean}
|
|
1797
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1798
|
-
*/
|
|
1799
|
-
'is_vip'?: boolean;
|
|
1800
|
-
/**
|
|
1801
|
-
*
|
|
1802
|
-
* @type {boolean}
|
|
1803
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1804
|
-
*/
|
|
1805
|
-
'is_history'?: boolean;
|
|
1806
|
-
/**
|
|
1807
|
-
*
|
|
1808
|
-
* @type {boolean}
|
|
1809
|
-
* @memberof GetRegisteredVehiclesIndexQuery
|
|
1810
|
-
*/
|
|
1811
|
-
'is_export'?: boolean;
|
|
1812
|
-
}
|
|
1813
|
-
/**
|
|
1814
|
-
*
|
|
1815
|
-
* @export
|
|
1816
|
-
* @interface Health200Response
|
|
1817
|
-
*/
|
|
1818
|
-
export interface Health200Response {
|
|
1819
|
-
/**
|
|
1820
|
-
*
|
|
1821
|
-
* @type {Health200ResponseIamSetviceStatus}
|
|
1822
|
-
* @memberof Health200Response
|
|
1823
|
-
*/
|
|
1824
|
-
'iamSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1825
|
-
/**
|
|
1826
|
-
*
|
|
1827
|
-
* @type {Health200ResponseIamSetviceStatus}
|
|
1828
|
-
* @memberof Health200Response
|
|
1829
|
-
*/
|
|
1830
|
-
'bmsSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1831
|
-
/**
|
|
1832
|
-
*
|
|
1833
|
-
* @type {Health200ResponseIamSetviceStatus}
|
|
1834
|
-
* @memberof Health200Response
|
|
1835
|
-
*/
|
|
1836
|
-
'fsSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1837
|
-
/**
|
|
1838
|
-
*
|
|
1839
|
-
* @type {Health200ResponseIamSetviceStatus}
|
|
1840
|
-
* @memberof Health200Response
|
|
1841
|
-
*/
|
|
1842
|
-
'ocrSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1843
|
-
/**
|
|
1844
|
-
*
|
|
1845
|
-
* @type {Health200ResponseIamSetviceStatus}
|
|
1846
|
-
* @memberof Health200Response
|
|
1847
|
-
*/
|
|
1848
|
-
'tccSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1849
|
-
/**
|
|
1850
|
-
*
|
|
1851
|
-
* @type {string}
|
|
1852
|
-
* @memberof Health200Response
|
|
1853
|
-
*/
|
|
1854
|
-
'FS_IVIVA_PARKING_API_KEY': string;
|
|
1855
|
-
/**
|
|
1856
|
-
*
|
|
1857
|
-
* @type {string}
|
|
1858
|
-
* @memberof Health200Response
|
|
1859
|
-
*/
|
|
1860
|
-
'FS_PARKING_API_KEY': string;
|
|
1861
|
-
/**
|
|
1862
|
-
*
|
|
1863
|
-
* @type {string}
|
|
1864
|
-
* @memberof Health200Response
|
|
1865
|
-
*/
|
|
1866
|
-
'TCC_CLIENT_SECRET': string;
|
|
1867
|
-
/**
|
|
1868
|
-
*
|
|
1869
|
-
* @type {string}
|
|
1870
|
-
* @memberof Health200Response
|
|
1871
|
-
*/
|
|
1872
|
-
'TCC_CLIENT_ID': string;
|
|
1873
|
-
/**
|
|
1874
|
-
*
|
|
1875
|
-
* @type {string}
|
|
1876
|
-
* @memberof Health200Response
|
|
1877
|
-
*/
|
|
1878
|
-
'OB_IAM_URL': string;
|
|
1879
|
-
/**
|
|
1880
|
-
*
|
|
1881
|
-
* @type {string}
|
|
1882
|
-
* @memberof Health200Response
|
|
1883
|
-
*/
|
|
1884
|
-
'OCR_API_URL': string;
|
|
1885
|
-
/**
|
|
1886
|
-
*
|
|
1887
|
-
* @type {string}
|
|
1888
|
-
* @memberof Health200Response
|
|
1889
|
-
*/
|
|
1890
|
-
'REDEEMER_ID': string;
|
|
1891
|
-
/**
|
|
1892
|
-
*
|
|
1893
|
-
* @type {string}
|
|
1894
|
-
* @memberof Health200Response
|
|
1895
|
-
*/
|
|
1896
|
-
'OB_PARKING_URL': string;
|
|
1897
|
-
/**
|
|
1898
|
-
*
|
|
1899
|
-
* @type {string}
|
|
1900
|
-
* @memberof Health200Response
|
|
1901
|
-
*/
|
|
1902
|
-
'TCC_API_URL': string;
|
|
1903
|
-
/**
|
|
1904
|
-
*
|
|
1905
|
-
* @type {string}
|
|
1906
|
-
* @memberof Health200Response
|
|
1907
|
-
*/
|
|
1908
|
-
'OB_BMS_URL': string;
|
|
1909
|
-
/**
|
|
1910
|
-
*
|
|
1911
|
-
* @type {string}
|
|
1912
|
-
* @memberof Health200Response
|
|
1913
|
-
*/
|
|
1914
|
-
'CACHE_REDIS_URL': string;
|
|
1915
|
-
/**
|
|
1916
|
-
*
|
|
1917
|
-
* @type {string}
|
|
1918
|
-
* @memberof Health200Response
|
|
1919
|
-
*/
|
|
1920
|
-
'CACHE_REDIS': string;
|
|
1921
|
-
/**
|
|
1922
|
-
*
|
|
1923
|
-
* @type {string}
|
|
1924
|
-
* @memberof Health200Response
|
|
1925
|
-
*/
|
|
1926
|
-
'ENABLE_IVIVA_WORKER': string;
|
|
1927
|
-
/**
|
|
1928
|
-
*
|
|
1929
|
-
* @type {string}
|
|
1930
|
-
* @memberof Health200Response
|
|
1931
|
-
*/
|
|
1932
|
-
'ENABLE_OCR_WORKER': string;
|
|
1933
|
-
/**
|
|
1934
|
-
*
|
|
1935
|
-
* @type {any}
|
|
1936
|
-
* @memberof Health200Response
|
|
1937
|
-
*/
|
|
1938
|
-
'appVersion': any;
|
|
1939
|
-
}
|
|
1940
|
-
/**
|
|
1941
|
-
*
|
|
1942
|
-
* @export
|
|
1943
|
-
* @interface Health200ResponseIamSetviceStatus
|
|
1944
|
-
*/
|
|
1945
|
-
export interface Health200ResponseIamSetviceStatus {
|
|
1946
|
-
/**
|
|
1947
|
-
*
|
|
1948
|
-
* @type {string}
|
|
1949
|
-
* @memberof Health200ResponseIamSetviceStatus
|
|
1950
|
-
*/
|
|
1951
|
-
'message': string;
|
|
1952
|
-
/**
|
|
1953
|
-
*
|
|
1954
|
-
* @type {number}
|
|
1955
|
-
* @memberof Health200ResponseIamSetviceStatus
|
|
1956
|
-
*/
|
|
1957
|
-
'status': number;
|
|
1958
|
-
}
|
|
1959
|
-
/**
|
|
1960
|
-
*
|
|
1961
|
-
* @export
|
|
1962
|
-
* @interface Item
|
|
1963
|
-
*/
|
|
1964
|
-
export interface Item {
|
|
1965
|
-
/**
|
|
1966
|
-
*
|
|
1967
|
-
* @type {string}
|
|
1968
|
-
* @memberof Item
|
|
1969
|
-
*/
|
|
1970
|
-
'description': string;
|
|
1971
|
-
/**
|
|
1972
|
-
*
|
|
1973
|
-
* @type {number}
|
|
1974
|
-
* @memberof Item
|
|
1975
|
-
*/
|
|
1976
|
-
'quantity'?: number;
|
|
1658
|
+
'quantity'?: number;
|
|
1977
1659
|
/**
|
|
1978
1660
|
*
|
|
1979
1661
|
* @type {string}
|
|
@@ -2111,12 +1793,6 @@ export interface ParkingDetailRedeemBody {
|
|
|
2111
1793
|
* @memberof ParkingDetailRedeemBody
|
|
2112
1794
|
*/
|
|
2113
1795
|
'source'?: ParkingDetailRedeemBodySourceEnum;
|
|
2114
|
-
/**
|
|
2115
|
-
*
|
|
2116
|
-
* @type {string}
|
|
2117
|
-
* @memberof ParkingDetailRedeemBody
|
|
2118
|
-
*/
|
|
2119
|
-
'counter'?: string;
|
|
2120
1796
|
}
|
|
2121
1797
|
|
|
2122
1798
|
export const ParkingDetailRedeemBodySourceEnum = {
|
|
@@ -2470,12 +2146,6 @@ export interface Receipt {
|
|
|
2470
2146
|
* @memberof Receipt
|
|
2471
2147
|
*/
|
|
2472
2148
|
'counter'?: string;
|
|
2473
|
-
/**
|
|
2474
|
-
*
|
|
2475
|
-
* @type {boolean}
|
|
2476
|
-
* @memberof Receipt
|
|
2477
|
-
*/
|
|
2478
|
-
'check_handwriting'?: boolean;
|
|
2479
2149
|
/**
|
|
2480
2150
|
*
|
|
2481
2151
|
* @type {string}
|
|
@@ -2799,18 +2469,6 @@ export interface RegisteredVehicleIndexResponse {
|
|
|
2799
2469
|
* @memberof RegisteredVehicleIndexResponse
|
|
2800
2470
|
*/
|
|
2801
2471
|
'vehicle_brand'?: RegisteredVehicleIndexResponseVehicleModel;
|
|
2802
|
-
/**
|
|
2803
|
-
*
|
|
2804
|
-
* @type {string}
|
|
2805
|
-
* @memberof RegisteredVehicleIndexResponse
|
|
2806
|
-
*/
|
|
2807
|
-
'phone_number'?: string | null;
|
|
2808
|
-
/**
|
|
2809
|
-
*
|
|
2810
|
-
* @type {string}
|
|
2811
|
-
* @memberof RegisteredVehicleIndexResponse
|
|
2812
|
-
*/
|
|
2813
|
-
'email'?: string | null;
|
|
2814
2472
|
/**
|
|
2815
2473
|
*
|
|
2816
2474
|
* @type {EngineType}
|
|
@@ -2840,7 +2498,7 @@ export interface RegisteredVehicleIndexResponse {
|
|
|
2840
2498
|
* @type {VehicleType}
|
|
2841
2499
|
* @memberof RegisteredVehicleIndexResponse
|
|
2842
2500
|
*/
|
|
2843
|
-
'vehicle_type'?: VehicleType
|
|
2501
|
+
'vehicle_type'?: VehicleType;
|
|
2844
2502
|
/**
|
|
2845
2503
|
*
|
|
2846
2504
|
* @type {string}
|
|
@@ -2935,20 +2593,7 @@ export interface RegisteredVehicleResponse {
|
|
|
2935
2593
|
/**
|
|
2936
2594
|
*
|
|
2937
2595
|
* @export
|
|
2938
|
-
* @interface
|
|
2939
|
-
*/
|
|
2940
|
-
export interface RemoveVipVehicleBody {
|
|
2941
|
-
/**
|
|
2942
|
-
*
|
|
2943
|
-
* @type {string}
|
|
2944
|
-
* @memberof RemoveVipVehicleBody
|
|
2945
|
-
*/
|
|
2946
|
-
'deleted_by_email': string;
|
|
2947
|
-
}
|
|
2948
|
-
/**
|
|
2949
|
-
*
|
|
2950
|
-
* @export
|
|
2951
|
-
* @interface ResponseDataGetParkingDetailByPersonIDDataResponse
|
|
2596
|
+
* @interface ResponseDataGetParkingDetailByPersonIDDataResponse
|
|
2952
2597
|
*/
|
|
2953
2598
|
export interface ResponseDataGetParkingDetailByPersonIDDataResponse {
|
|
2954
2599
|
/**
|
|
@@ -2983,25 +2628,6 @@ export interface ResponseDataGetParkingDetailResponse {
|
|
|
2983
2628
|
*/
|
|
2984
2629
|
'pagination'?: Pagination;
|
|
2985
2630
|
}
|
|
2986
|
-
/**
|
|
2987
|
-
*
|
|
2988
|
-
* @export
|
|
2989
|
-
* @interface ResponseDataGetParkingDetailsExportResponseArray
|
|
2990
|
-
*/
|
|
2991
|
-
export interface ResponseDataGetParkingDetailsExportResponseArray {
|
|
2992
|
-
/**
|
|
2993
|
-
*
|
|
2994
|
-
* @type {Array<GetParkingDetailsExportResponse>}
|
|
2995
|
-
* @memberof ResponseDataGetParkingDetailsExportResponseArray
|
|
2996
|
-
*/
|
|
2997
|
-
'data': Array<GetParkingDetailsExportResponse>;
|
|
2998
|
-
/**
|
|
2999
|
-
*
|
|
3000
|
-
* @type {Pagination}
|
|
3001
|
-
* @memberof ResponseDataGetParkingDetailsExportResponseArray
|
|
3002
|
-
*/
|
|
3003
|
-
'pagination'?: Pagination;
|
|
3004
|
-
}
|
|
3005
2631
|
/**
|
|
3006
2632
|
*
|
|
3007
2633
|
* @export
|
|
@@ -3021,25 +2647,6 @@ export interface ResponseDataGetParkingDetailsIndexResponseArray {
|
|
|
3021
2647
|
*/
|
|
3022
2648
|
'pagination'?: Pagination;
|
|
3023
2649
|
}
|
|
3024
|
-
/**
|
|
3025
|
-
*
|
|
3026
|
-
* @export
|
|
3027
|
-
* @interface ResponseDataRegisteredVehicleIndexResponseArray
|
|
3028
|
-
*/
|
|
3029
|
-
export interface ResponseDataRegisteredVehicleIndexResponseArray {
|
|
3030
|
-
/**
|
|
3031
|
-
*
|
|
3032
|
-
* @type {Array<RegisteredVehicleIndexResponse>}
|
|
3033
|
-
* @memberof ResponseDataRegisteredVehicleIndexResponseArray
|
|
3034
|
-
*/
|
|
3035
|
-
'data': Array<RegisteredVehicleIndexResponse>;
|
|
3036
|
-
/**
|
|
3037
|
-
*
|
|
3038
|
-
* @type {Pagination}
|
|
3039
|
-
* @memberof ResponseDataRegisteredVehicleIndexResponseArray
|
|
3040
|
-
*/
|
|
3041
|
-
'pagination'?: Pagination;
|
|
3042
|
-
}
|
|
3043
2650
|
/**
|
|
3044
2651
|
*
|
|
3045
2652
|
* @export
|
|
@@ -3069,7 +2676,7 @@ export interface StoreWhitelistResponse {
|
|
|
3069
2676
|
* @type {boolean}
|
|
3070
2677
|
* @memberof StoreWhitelistResponse
|
|
3071
2678
|
*/
|
|
3072
|
-
'
|
|
2679
|
+
'ignore_store': boolean;
|
|
3073
2680
|
/**
|
|
3074
2681
|
*
|
|
3075
2682
|
* @type {boolean}
|
|
@@ -3216,7 +2823,7 @@ export interface UpdateConfigStoreWhitelist {
|
|
|
3216
2823
|
* @type {boolean}
|
|
3217
2824
|
* @memberof UpdateConfigStoreWhitelist
|
|
3218
2825
|
*/
|
|
3219
|
-
'
|
|
2826
|
+
'ignore_store': boolean;
|
|
3220
2827
|
/**
|
|
3221
2828
|
*
|
|
3222
2829
|
* @type {string}
|
|
@@ -3392,12 +2999,6 @@ export interface UpdateReceiptBody {
|
|
|
3392
2999
|
* @memberof UpdateReceiptBody
|
|
3393
3000
|
*/
|
|
3394
3001
|
'counter'?: string;
|
|
3395
|
-
/**
|
|
3396
|
-
*
|
|
3397
|
-
* @type {string}
|
|
3398
|
-
* @memberof UpdateReceiptBody
|
|
3399
|
-
*/
|
|
3400
|
-
'email'?: string;
|
|
3401
3002
|
}
|
|
3402
3003
|
|
|
3403
3004
|
|
|
@@ -4119,18 +3720,18 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4119
3720
|
* @param {string} [updatedAt]
|
|
4120
3721
|
* @param {string} [propertyName]
|
|
4121
3722
|
* @param {string} [propertyId]
|
|
3723
|
+
* @param {boolean} [ignoreStore]
|
|
3724
|
+
* @param {boolean} [ocrVerified]
|
|
3725
|
+
* @param {boolean} [convertDate]
|
|
4122
3726
|
* @param {string} [sortKey]
|
|
4123
3727
|
* @param {string} [sortDirection]
|
|
4124
3728
|
* @param {boolean} [hasTaxId]
|
|
4125
3729
|
* @param {boolean} [receiptAddressInObk]
|
|
4126
3730
|
* @param {boolean} [isActive]
|
|
4127
|
-
* @param {boolean} [checkHandwriting]
|
|
4128
|
-
* @param {boolean} [ocrVerified]
|
|
4129
|
-
* @param {boolean} [convertDate]
|
|
4130
3731
|
* @param {*} [options] Override http request option.
|
|
4131
3732
|
* @throws {RequiredError}
|
|
4132
3733
|
*/
|
|
4133
|
-
configStoreWhitelistIndex: async (taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string,
|
|
3734
|
+
configStoreWhitelistIndex: async (taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string, ignoreStore?: boolean, ocrVerified?: boolean, convertDate?: boolean, sortKey?: string, sortDirection?: string, hasTaxId?: boolean, receiptAddressInObk?: boolean, isActive?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4134
3735
|
const localVarPath = `/config/store/whitelist`;
|
|
4135
3736
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4136
3737
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4187,6 +3788,18 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4187
3788
|
localVarQueryParameter['property_id'] = propertyId;
|
|
4188
3789
|
}
|
|
4189
3790
|
|
|
3791
|
+
if (ignoreStore !== undefined) {
|
|
3792
|
+
localVarQueryParameter['ignore_store'] = ignoreStore;
|
|
3793
|
+
}
|
|
3794
|
+
|
|
3795
|
+
if (ocrVerified !== undefined) {
|
|
3796
|
+
localVarQueryParameter['ocr_verified'] = ocrVerified;
|
|
3797
|
+
}
|
|
3798
|
+
|
|
3799
|
+
if (convertDate !== undefined) {
|
|
3800
|
+
localVarQueryParameter['convert_date'] = convertDate;
|
|
3801
|
+
}
|
|
3802
|
+
|
|
4190
3803
|
if (sortKey !== undefined) {
|
|
4191
3804
|
localVarQueryParameter['sort_key'] = sortKey;
|
|
4192
3805
|
}
|
|
@@ -4207,18 +3820,6 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4207
3820
|
localVarQueryParameter['is_active'] = isActive;
|
|
4208
3821
|
}
|
|
4209
3822
|
|
|
4210
|
-
if (checkHandwriting !== undefined) {
|
|
4211
|
-
localVarQueryParameter['check_handwriting'] = checkHandwriting;
|
|
4212
|
-
}
|
|
4213
|
-
|
|
4214
|
-
if (ocrVerified !== undefined) {
|
|
4215
|
-
localVarQueryParameter['ocr_verified'] = ocrVerified;
|
|
4216
|
-
}
|
|
4217
|
-
|
|
4218
|
-
if (convertDate !== undefined) {
|
|
4219
|
-
localVarQueryParameter['convert_date'] = convertDate;
|
|
4220
|
-
}
|
|
4221
|
-
|
|
4222
3823
|
|
|
4223
3824
|
|
|
4224
3825
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4455,80 +4056,6 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4455
4056
|
|
|
4456
4057
|
|
|
4457
4058
|
|
|
4458
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4459
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4460
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
4461
|
-
|
|
4462
|
-
return {
|
|
4463
|
-
url: toPathString(localVarUrlObj),
|
|
4464
|
-
options: localVarRequestOptions,
|
|
4465
|
-
};
|
|
4466
|
-
},
|
|
4467
|
-
/**
|
|
4468
|
-
*
|
|
4469
|
-
* @param {string} [orderBy]
|
|
4470
|
-
* @param {string} [orderDirection]
|
|
4471
|
-
* @param {number} [pageNumber]
|
|
4472
|
-
* @param {number} [pageSize]
|
|
4473
|
-
* @param {string} [filterBy]
|
|
4474
|
-
* @param {string} [filterKey]
|
|
4475
|
-
* @param {string} [startDate]
|
|
4476
|
-
* @param {string} [endDate]
|
|
4477
|
-
* @param {ParkingDetailStatus} [status]
|
|
4478
|
-
* @param {*} [options] Override http request option.
|
|
4479
|
-
* @throws {RequiredError}
|
|
4480
|
-
*/
|
|
4481
|
-
parkingDetailsExport: async (orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, status?: ParkingDetailStatus, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4482
|
-
const localVarPath = `/parking-details/export`;
|
|
4483
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4484
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4485
|
-
let baseOptions;
|
|
4486
|
-
if (configuration) {
|
|
4487
|
-
baseOptions = configuration.baseOptions;
|
|
4488
|
-
}
|
|
4489
|
-
|
|
4490
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
4491
|
-
const localVarHeaderParameter = {} as any;
|
|
4492
|
-
const localVarQueryParameter = {} as any;
|
|
4493
|
-
|
|
4494
|
-
if (orderBy !== undefined) {
|
|
4495
|
-
localVarQueryParameter['order_by'] = orderBy;
|
|
4496
|
-
}
|
|
4497
|
-
|
|
4498
|
-
if (orderDirection !== undefined) {
|
|
4499
|
-
localVarQueryParameter['order_direction'] = orderDirection;
|
|
4500
|
-
}
|
|
4501
|
-
|
|
4502
|
-
if (pageNumber !== undefined) {
|
|
4503
|
-
localVarQueryParameter['page_number'] = pageNumber;
|
|
4504
|
-
}
|
|
4505
|
-
|
|
4506
|
-
if (pageSize !== undefined) {
|
|
4507
|
-
localVarQueryParameter['page_size'] = pageSize;
|
|
4508
|
-
}
|
|
4509
|
-
|
|
4510
|
-
if (filterBy !== undefined) {
|
|
4511
|
-
localVarQueryParameter['filter_by'] = filterBy;
|
|
4512
|
-
}
|
|
4513
|
-
|
|
4514
|
-
if (filterKey !== undefined) {
|
|
4515
|
-
localVarQueryParameter['filter_key'] = filterKey;
|
|
4516
|
-
}
|
|
4517
|
-
|
|
4518
|
-
if (startDate !== undefined) {
|
|
4519
|
-
localVarQueryParameter['startDate'] = startDate;
|
|
4520
|
-
}
|
|
4521
|
-
|
|
4522
|
-
if (endDate !== undefined) {
|
|
4523
|
-
localVarQueryParameter['endDate'] = endDate;
|
|
4524
|
-
}
|
|
4525
|
-
|
|
4526
|
-
if (status !== undefined) {
|
|
4527
|
-
localVarQueryParameter['status'] = status;
|
|
4528
|
-
}
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
4059
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4533
4060
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4534
4061
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -4897,15 +4424,12 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4897
4424
|
/**
|
|
4898
4425
|
*
|
|
4899
4426
|
* @param {string} id
|
|
4900
|
-
* @param {ApproveReceiptBody} approveReceiptBody
|
|
4901
4427
|
* @param {*} [options] Override http request option.
|
|
4902
4428
|
* @throws {RequiredError}
|
|
4903
4429
|
*/
|
|
4904
|
-
receiptApproveReceipt: async (id: string,
|
|
4430
|
+
receiptApproveReceipt: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4905
4431
|
// verify required parameter 'id' is not null or undefined
|
|
4906
4432
|
assertParamExists('receiptApproveReceipt', 'id', id)
|
|
4907
|
-
// verify required parameter 'approveReceiptBody' is not null or undefined
|
|
4908
|
-
assertParamExists('receiptApproveReceipt', 'approveReceiptBody', approveReceiptBody)
|
|
4909
4433
|
const localVarPath = `/receipt/approve-receipt/{id}`
|
|
4910
4434
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4911
4435
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -4921,12 +4445,9 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4921
4445
|
|
|
4922
4446
|
|
|
4923
4447
|
|
|
4924
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4925
|
-
|
|
4926
4448
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4927
4449
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4928
4450
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
4929
|
-
localVarRequestOptions.data = serializeDataIfNeeded(approveReceiptBody, localVarRequestOptions, configuration)
|
|
4930
4451
|
|
|
4931
4452
|
return {
|
|
4932
4453
|
url: toPathString(localVarUrlObj),
|
|
@@ -5160,227 +4681,26 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5160
4681
|
};
|
|
5161
4682
|
},
|
|
5162
4683
|
/**
|
|
5163
|
-
*
|
|
5164
|
-
* @param {string} [xAccountId]
|
|
5165
|
-
* @param {*} [options] Override http request option.
|
|
5166
|
-
* @throws {RequiredError}
|
|
5167
|
-
*/
|
|
5168
|
-
registeredVehiclesGetVehiclesByAccount: async (xAccountId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5169
|
-
const localVarPath = `/registered-vehicles/account`;
|
|
5170
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5171
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5172
|
-
let baseOptions;
|
|
5173
|
-
if (configuration) {
|
|
5174
|
-
baseOptions = configuration.baseOptions;
|
|
5175
|
-
}
|
|
5176
|
-
|
|
5177
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
5178
|
-
const localVarHeaderParameter = {} as any;
|
|
5179
|
-
const localVarQueryParameter = {} as any;
|
|
5180
|
-
|
|
5181
|
-
if (xAccountId != null) {
|
|
5182
|
-
localVarHeaderParameter['x-account-id'] = String(xAccountId);
|
|
5183
|
-
}
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5188
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5189
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5190
|
-
|
|
5191
|
-
return {
|
|
5192
|
-
url: toPathString(localVarUrlObj),
|
|
5193
|
-
options: localVarRequestOptions,
|
|
5194
|
-
};
|
|
5195
|
-
},
|
|
5196
|
-
/**
|
|
5197
|
-
*
|
|
5198
|
-
* @param {string} plateNo
|
|
5199
|
-
* @param {*} [options] Override http request option.
|
|
5200
|
-
* @throws {RequiredError}
|
|
5201
|
-
*/
|
|
5202
|
-
registeredVehiclesGetVehiclesByLicensePlate: async (plateNo: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5203
|
-
// verify required parameter 'plateNo' is not null or undefined
|
|
5204
|
-
assertParamExists('registeredVehiclesGetVehiclesByLicensePlate', 'plateNo', plateNo)
|
|
5205
|
-
const localVarPath = `/registered-vehicles/license-plate/{plate_no}`
|
|
5206
|
-
.replace(`{${"plate_no"}}`, encodeURIComponent(String(plateNo)));
|
|
5207
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5208
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5209
|
-
let baseOptions;
|
|
5210
|
-
if (configuration) {
|
|
5211
|
-
baseOptions = configuration.baseOptions;
|
|
5212
|
-
}
|
|
5213
|
-
|
|
5214
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
5215
|
-
const localVarHeaderParameter = {} as any;
|
|
5216
|
-
const localVarQueryParameter = {} as any;
|
|
5217
|
-
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5221
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5222
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5223
|
-
|
|
5224
|
-
return {
|
|
5225
|
-
url: toPathString(localVarUrlObj),
|
|
5226
|
-
options: localVarRequestOptions,
|
|
5227
|
-
};
|
|
5228
|
-
},
|
|
5229
|
-
/**
|
|
5230
|
-
*
|
|
5231
|
-
* @param {string} [orderBy]
|
|
5232
|
-
* @param {string} [orderDirection]
|
|
5233
|
-
* @param {number} [pageNumber]
|
|
5234
|
-
* @param {number} [pageSize]
|
|
5235
|
-
* @param {string} [filterBy]
|
|
5236
|
-
* @param {string} [filterKey]
|
|
5237
|
-
* @param {string} [startDate]
|
|
5238
|
-
* @param {string} [endDate]
|
|
5239
|
-
* @param {boolean} [isVip]
|
|
5240
|
-
* @param {boolean} [isHistory]
|
|
5241
|
-
* @param {boolean} [isExport]
|
|
5242
|
-
* @param {*} [options] Override http request option.
|
|
5243
|
-
* @throws {RequiredError}
|
|
5244
|
-
*/
|
|
5245
|
-
registeredVehiclesHistoryIndex: async (orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isHistory?: boolean, isExport?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5246
|
-
const localVarPath = `/registered-vehicles/history`;
|
|
5247
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5248
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5249
|
-
let baseOptions;
|
|
5250
|
-
if (configuration) {
|
|
5251
|
-
baseOptions = configuration.baseOptions;
|
|
5252
|
-
}
|
|
5253
|
-
|
|
5254
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
5255
|
-
const localVarHeaderParameter = {} as any;
|
|
5256
|
-
const localVarQueryParameter = {} as any;
|
|
5257
|
-
|
|
5258
|
-
if (orderBy !== undefined) {
|
|
5259
|
-
localVarQueryParameter['order_by'] = orderBy;
|
|
5260
|
-
}
|
|
5261
|
-
|
|
5262
|
-
if (orderDirection !== undefined) {
|
|
5263
|
-
localVarQueryParameter['order_direction'] = orderDirection;
|
|
5264
|
-
}
|
|
5265
|
-
|
|
5266
|
-
if (pageNumber !== undefined) {
|
|
5267
|
-
localVarQueryParameter['page_number'] = pageNumber;
|
|
5268
|
-
}
|
|
5269
|
-
|
|
5270
|
-
if (pageSize !== undefined) {
|
|
5271
|
-
localVarQueryParameter['page_size'] = pageSize;
|
|
5272
|
-
}
|
|
5273
|
-
|
|
5274
|
-
if (filterBy !== undefined) {
|
|
5275
|
-
localVarQueryParameter['filter_by'] = filterBy;
|
|
5276
|
-
}
|
|
5277
|
-
|
|
5278
|
-
if (filterKey !== undefined) {
|
|
5279
|
-
localVarQueryParameter['filter_key'] = filterKey;
|
|
5280
|
-
}
|
|
5281
|
-
|
|
5282
|
-
if (startDate !== undefined) {
|
|
5283
|
-
localVarQueryParameter['startDate'] = startDate;
|
|
5284
|
-
}
|
|
5285
|
-
|
|
5286
|
-
if (endDate !== undefined) {
|
|
5287
|
-
localVarQueryParameter['endDate'] = endDate;
|
|
5288
|
-
}
|
|
5289
|
-
|
|
5290
|
-
if (isVip !== undefined) {
|
|
5291
|
-
localVarQueryParameter['is_vip'] = isVip;
|
|
5292
|
-
}
|
|
5293
|
-
|
|
5294
|
-
if (isHistory !== undefined) {
|
|
5295
|
-
localVarQueryParameter['is_history'] = isHistory;
|
|
5296
|
-
}
|
|
5297
|
-
|
|
5298
|
-
if (isExport !== undefined) {
|
|
5299
|
-
localVarQueryParameter['is_export'] = isExport;
|
|
5300
|
-
}
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5305
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5306
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5307
|
-
|
|
5308
|
-
return {
|
|
5309
|
-
url: toPathString(localVarUrlObj),
|
|
5310
|
-
options: localVarRequestOptions,
|
|
5311
|
-
};
|
|
5312
|
-
},
|
|
5313
|
-
/**
|
|
5314
|
-
*
|
|
5315
|
-
* @param {string} [orderBy]
|
|
5316
|
-
* @param {string} [orderDirection]
|
|
5317
|
-
* @param {number} [pageNumber]
|
|
5318
|
-
* @param {number} [pageSize]
|
|
5319
|
-
* @param {string} [filterBy]
|
|
5320
|
-
* @param {string} [filterKey]
|
|
5321
|
-
* @param {string} [startDate]
|
|
5322
|
-
* @param {string} [endDate]
|
|
5323
|
-
* @param {boolean} [isVip]
|
|
5324
|
-
* @param {boolean} [isHistory]
|
|
5325
|
-
* @param {boolean} [isExport]
|
|
5326
|
-
* @param {*} [options] Override http request option.
|
|
5327
|
-
* @throws {RequiredError}
|
|
5328
|
-
*/
|
|
5329
|
-
registeredVehiclesIndex: async (orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isHistory?: boolean, isExport?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5330
|
-
const localVarPath = `/registered-vehicles`;
|
|
5331
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5332
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5333
|
-
let baseOptions;
|
|
5334
|
-
if (configuration) {
|
|
5335
|
-
baseOptions = configuration.baseOptions;
|
|
5336
|
-
}
|
|
5337
|
-
|
|
5338
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
5339
|
-
const localVarHeaderParameter = {} as any;
|
|
5340
|
-
const localVarQueryParameter = {} as any;
|
|
5341
|
-
|
|
5342
|
-
if (orderBy !== undefined) {
|
|
5343
|
-
localVarQueryParameter['order_by'] = orderBy;
|
|
5344
|
-
}
|
|
5345
|
-
|
|
5346
|
-
if (orderDirection !== undefined) {
|
|
5347
|
-
localVarQueryParameter['order_direction'] = orderDirection;
|
|
5348
|
-
}
|
|
5349
|
-
|
|
5350
|
-
if (pageNumber !== undefined) {
|
|
5351
|
-
localVarQueryParameter['page_number'] = pageNumber;
|
|
5352
|
-
}
|
|
5353
|
-
|
|
5354
|
-
if (pageSize !== undefined) {
|
|
5355
|
-
localVarQueryParameter['page_size'] = pageSize;
|
|
5356
|
-
}
|
|
5357
|
-
|
|
5358
|
-
if (filterBy !== undefined) {
|
|
5359
|
-
localVarQueryParameter['filter_by'] = filterBy;
|
|
5360
|
-
}
|
|
5361
|
-
|
|
5362
|
-
if (filterKey !== undefined) {
|
|
5363
|
-
localVarQueryParameter['filter_key'] = filterKey;
|
|
5364
|
-
}
|
|
5365
|
-
|
|
5366
|
-
if (startDate !== undefined) {
|
|
5367
|
-
localVarQueryParameter['startDate'] = startDate;
|
|
5368
|
-
}
|
|
5369
|
-
|
|
5370
|
-
if (endDate !== undefined) {
|
|
5371
|
-
localVarQueryParameter['endDate'] = endDate;
|
|
5372
|
-
}
|
|
5373
|
-
|
|
5374
|
-
if (isVip !== undefined) {
|
|
5375
|
-
localVarQueryParameter['is_vip'] = isVip;
|
|
4684
|
+
*
|
|
4685
|
+
* @param {string} [xAccountId]
|
|
4686
|
+
* @param {*} [options] Override http request option.
|
|
4687
|
+
* @throws {RequiredError}
|
|
4688
|
+
*/
|
|
4689
|
+
registeredVehiclesGetVehiclesByAccount: async (xAccountId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4690
|
+
const localVarPath = `/registered-vehicles/account`;
|
|
4691
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4692
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4693
|
+
let baseOptions;
|
|
4694
|
+
if (configuration) {
|
|
4695
|
+
baseOptions = configuration.baseOptions;
|
|
5376
4696
|
}
|
|
5377
4697
|
|
|
5378
|
-
|
|
5379
|
-
|
|
5380
|
-
}
|
|
4698
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
4699
|
+
const localVarHeaderParameter = {} as any;
|
|
4700
|
+
const localVarQueryParameter = {} as any;
|
|
5381
4701
|
|
|
5382
|
-
if (
|
|
5383
|
-
|
|
4702
|
+
if (xAccountId != null) {
|
|
4703
|
+
localVarHeaderParameter['x-account-id'] = String(xAccountId);
|
|
5384
4704
|
}
|
|
5385
4705
|
|
|
5386
4706
|
|
|
@@ -5513,18 +4833,15 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5513
4833
|
},
|
|
5514
4834
|
/**
|
|
5515
4835
|
*
|
|
5516
|
-
* @param {
|
|
5517
|
-
* @param {
|
|
4836
|
+
* @param {UpdateRegisteredVehicleBody} updateRegisteredVehicleBody
|
|
4837
|
+
* @param {string} [xAccountId]
|
|
5518
4838
|
* @param {*} [options] Override http request option.
|
|
5519
4839
|
* @throws {RequiredError}
|
|
5520
4840
|
*/
|
|
5521
|
-
|
|
5522
|
-
// verify required parameter '
|
|
5523
|
-
assertParamExists('
|
|
5524
|
-
|
|
5525
|
-
assertParamExists('registeredVehiclesRemoveVip', 'removeVipVehicleBody', removeVipVehicleBody)
|
|
5526
|
-
const localVarPath = `/registered-vehicles/remove-vip/{id}`
|
|
5527
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4841
|
+
registeredVehiclesUpdate: async (updateRegisteredVehicleBody: UpdateRegisteredVehicleBody, xAccountId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4842
|
+
// verify required parameter 'updateRegisteredVehicleBody' is not null or undefined
|
|
4843
|
+
assertParamExists('registeredVehiclesUpdate', 'updateRegisteredVehicleBody', updateRegisteredVehicleBody)
|
|
4844
|
+
const localVarPath = `/registered-vehicles/update/{id}`;
|
|
5528
4845
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5529
4846
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5530
4847
|
let baseOptions;
|
|
@@ -5532,10 +4849,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5532
4849
|
baseOptions = configuration.baseOptions;
|
|
5533
4850
|
}
|
|
5534
4851
|
|
|
5535
|
-
const localVarRequestOptions = { method: '
|
|
4852
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
5536
4853
|
const localVarHeaderParameter = {} as any;
|
|
5537
4854
|
const localVarQueryParameter = {} as any;
|
|
5538
4855
|
|
|
4856
|
+
if (xAccountId != null) {
|
|
4857
|
+
localVarHeaderParameter['x-account-id'] = String(xAccountId);
|
|
4858
|
+
}
|
|
4859
|
+
|
|
5539
4860
|
|
|
5540
4861
|
|
|
5541
4862
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -5543,7 +4864,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5543
4864
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5544
4865
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5545
4866
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5546
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
4867
|
+
localVarRequestOptions.data = serializeDataIfNeeded(updateRegisteredVehicleBody, localVarRequestOptions, configuration)
|
|
5547
4868
|
|
|
5548
4869
|
return {
|
|
5549
4870
|
url: toPathString(localVarUrlObj),
|
|
@@ -5552,15 +4873,16 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5552
4873
|
},
|
|
5553
4874
|
/**
|
|
5554
4875
|
*
|
|
5555
|
-
* @param {
|
|
5556
|
-
* @param {string} [
|
|
4876
|
+
* @param {string} licensePlate
|
|
4877
|
+
* @param {string} [province]
|
|
5557
4878
|
* @param {*} [options] Override http request option.
|
|
5558
4879
|
* @throws {RequiredError}
|
|
5559
4880
|
*/
|
|
5560
|
-
|
|
5561
|
-
// verify required parameter '
|
|
5562
|
-
assertParamExists('
|
|
5563
|
-
const localVarPath = `/registered-vehicles/
|
|
4881
|
+
registeredVehiclesUpgradeToVip: async (licensePlate: string, province?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4882
|
+
// verify required parameter 'licensePlate' is not null or undefined
|
|
4883
|
+
assertParamExists('registeredVehiclesUpgradeToVip', 'licensePlate', licensePlate)
|
|
4884
|
+
const localVarPath = `/registered-vehicles/upgrade-to-vip/{license-plate}`
|
|
4885
|
+
.replace(`{${"license-plate"}}`, encodeURIComponent(String(licensePlate)));
|
|
5564
4886
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5565
4887
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5566
4888
|
let baseOptions;
|
|
@@ -5568,22 +4890,19 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5568
4890
|
baseOptions = configuration.baseOptions;
|
|
5569
4891
|
}
|
|
5570
4892
|
|
|
5571
|
-
const localVarRequestOptions = { method: '
|
|
4893
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
5572
4894
|
const localVarHeaderParameter = {} as any;
|
|
5573
4895
|
const localVarQueryParameter = {} as any;
|
|
5574
4896
|
|
|
5575
|
-
if (
|
|
5576
|
-
|
|
4897
|
+
if (province !== undefined) {
|
|
4898
|
+
localVarQueryParameter['province'] = province;
|
|
5577
4899
|
}
|
|
5578
4900
|
|
|
5579
4901
|
|
|
5580
4902
|
|
|
5581
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5582
|
-
|
|
5583
4903
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5584
4904
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5585
4905
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5586
|
-
localVarRequestOptions.data = serializeDataIfNeeded(updateRegisteredVehicleBody, localVarRequestOptions, configuration)
|
|
5587
4906
|
|
|
5588
4907
|
return {
|
|
5589
4908
|
url: toPathString(localVarUrlObj),
|
|
@@ -5885,19 +5204,19 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
5885
5204
|
* @param {string} [updatedAt]
|
|
5886
5205
|
* @param {string} [propertyName]
|
|
5887
5206
|
* @param {string} [propertyId]
|
|
5207
|
+
* @param {boolean} [ignoreStore]
|
|
5208
|
+
* @param {boolean} [ocrVerified]
|
|
5209
|
+
* @param {boolean} [convertDate]
|
|
5888
5210
|
* @param {string} [sortKey]
|
|
5889
5211
|
* @param {string} [sortDirection]
|
|
5890
5212
|
* @param {boolean} [hasTaxId]
|
|
5891
5213
|
* @param {boolean} [receiptAddressInObk]
|
|
5892
5214
|
* @param {boolean} [isActive]
|
|
5893
|
-
* @param {boolean} [checkHandwriting]
|
|
5894
|
-
* @param {boolean} [ocrVerified]
|
|
5895
|
-
* @param {boolean} [convertDate]
|
|
5896
5215
|
* @param {*} [options] Override http request option.
|
|
5897
5216
|
* @throws {RequiredError}
|
|
5898
5217
|
*/
|
|
5899
|
-
async configStoreWhitelistIndex(taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string,
|
|
5900
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.configStoreWhitelistIndex(taxId, storeName, shopName, companyName, unitNo, address, building, createdAt, updatedAt, propertyName, propertyId,
|
|
5218
|
+
async configStoreWhitelistIndex(taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string, ignoreStore?: boolean, ocrVerified?: boolean, convertDate?: boolean, sortKey?: string, sortDirection?: string, hasTaxId?: boolean, receiptAddressInObk?: boolean, isActive?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<StoreWhitelistResponse>>> {
|
|
5219
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.configStoreWhitelistIndex(taxId, storeName, shopName, companyName, unitNo, address, building, createdAt, updatedAt, propertyName, propertyId, ignoreStore, ocrVerified, convertDate, sortKey, sortDirection, hasTaxId, receiptAddressInObk, isActive, options);
|
|
5901
5220
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
5902
5221
|
},
|
|
5903
5222
|
/**
|
|
@@ -5965,24 +5284,6 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
5965
5284
|
const localVarAxiosArgs = await localVarAxiosParamCreator.parkingAddParkingTicket(id, platform, idType, xAccountId, options);
|
|
5966
5285
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
5967
5286
|
},
|
|
5968
|
-
/**
|
|
5969
|
-
*
|
|
5970
|
-
* @param {string} [orderBy]
|
|
5971
|
-
* @param {string} [orderDirection]
|
|
5972
|
-
* @param {number} [pageNumber]
|
|
5973
|
-
* @param {number} [pageSize]
|
|
5974
|
-
* @param {string} [filterBy]
|
|
5975
|
-
* @param {string} [filterKey]
|
|
5976
|
-
* @param {string} [startDate]
|
|
5977
|
-
* @param {string} [endDate]
|
|
5978
|
-
* @param {ParkingDetailStatus} [status]
|
|
5979
|
-
* @param {*} [options] Override http request option.
|
|
5980
|
-
* @throws {RequiredError}
|
|
5981
|
-
*/
|
|
5982
|
-
async parkingDetailsExport(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, status?: ParkingDetailStatus, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResponseDataGetParkingDetailsExportResponseArray>> {
|
|
5983
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.parkingDetailsExport(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, status, options);
|
|
5984
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
5985
|
-
},
|
|
5986
5287
|
/**
|
|
5987
5288
|
*
|
|
5988
5289
|
* @param {string} id
|
|
@@ -6077,12 +5378,11 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
6077
5378
|
/**
|
|
6078
5379
|
*
|
|
6079
5380
|
* @param {string} id
|
|
6080
|
-
* @param {ApproveReceiptBody} approveReceiptBody
|
|
6081
5381
|
* @param {*} [options] Override http request option.
|
|
6082
5382
|
* @throws {RequiredError}
|
|
6083
5383
|
*/
|
|
6084
|
-
async receiptApproveReceipt(id: string,
|
|
6085
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.receiptApproveReceipt(id,
|
|
5384
|
+
async receiptApproveReceipt(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
5385
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.receiptApproveReceipt(id, options);
|
|
6086
5386
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6087
5387
|
},
|
|
6088
5388
|
/**
|
|
@@ -6159,56 +5459,6 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
6159
5459
|
const localVarAxiosArgs = await localVarAxiosParamCreator.registeredVehiclesGetVehiclesByAccount(xAccountId, options);
|
|
6160
5460
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6161
5461
|
},
|
|
6162
|
-
/**
|
|
6163
|
-
*
|
|
6164
|
-
* @param {string} plateNo
|
|
6165
|
-
* @param {*} [options] Override http request option.
|
|
6166
|
-
* @throws {RequiredError}
|
|
6167
|
-
*/
|
|
6168
|
-
async registeredVehiclesGetVehiclesByLicensePlate(plateNo: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegisteredVehicleResponse>> {
|
|
6169
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.registeredVehiclesGetVehiclesByLicensePlate(plateNo, options);
|
|
6170
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6171
|
-
},
|
|
6172
|
-
/**
|
|
6173
|
-
*
|
|
6174
|
-
* @param {string} [orderBy]
|
|
6175
|
-
* @param {string} [orderDirection]
|
|
6176
|
-
* @param {number} [pageNumber]
|
|
6177
|
-
* @param {number} [pageSize]
|
|
6178
|
-
* @param {string} [filterBy]
|
|
6179
|
-
* @param {string} [filterKey]
|
|
6180
|
-
* @param {string} [startDate]
|
|
6181
|
-
* @param {string} [endDate]
|
|
6182
|
-
* @param {boolean} [isVip]
|
|
6183
|
-
* @param {boolean} [isHistory]
|
|
6184
|
-
* @param {boolean} [isExport]
|
|
6185
|
-
* @param {*} [options] Override http request option.
|
|
6186
|
-
* @throws {RequiredError}
|
|
6187
|
-
*/
|
|
6188
|
-
async registeredVehiclesHistoryIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isHistory?: boolean, isExport?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResponseDataRegisteredVehicleIndexResponseArray>> {
|
|
6189
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.registeredVehiclesHistoryIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isHistory, isExport, options);
|
|
6190
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6191
|
-
},
|
|
6192
|
-
/**
|
|
6193
|
-
*
|
|
6194
|
-
* @param {string} [orderBy]
|
|
6195
|
-
* @param {string} [orderDirection]
|
|
6196
|
-
* @param {number} [pageNumber]
|
|
6197
|
-
* @param {number} [pageSize]
|
|
6198
|
-
* @param {string} [filterBy]
|
|
6199
|
-
* @param {string} [filterKey]
|
|
6200
|
-
* @param {string} [startDate]
|
|
6201
|
-
* @param {string} [endDate]
|
|
6202
|
-
* @param {boolean} [isVip]
|
|
6203
|
-
* @param {boolean} [isHistory]
|
|
6204
|
-
* @param {boolean} [isExport]
|
|
6205
|
-
* @param {*} [options] Override http request option.
|
|
6206
|
-
* @throws {RequiredError}
|
|
6207
|
-
*/
|
|
6208
|
-
async registeredVehiclesIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isHistory?: boolean, isExport?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResponseDataRegisteredVehicleIndexResponseArray>> {
|
|
6209
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.registeredVehiclesIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isHistory, isExport, options);
|
|
6210
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6211
|
-
},
|
|
6212
5462
|
/**
|
|
6213
5463
|
*
|
|
6214
5464
|
* @param {string} plateNo
|
|
@@ -6243,24 +5493,24 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
6243
5493
|
},
|
|
6244
5494
|
/**
|
|
6245
5495
|
*
|
|
6246
|
-
* @param {
|
|
6247
|
-
* @param {
|
|
5496
|
+
* @param {UpdateRegisteredVehicleBody} updateRegisteredVehicleBody
|
|
5497
|
+
* @param {string} [xAccountId]
|
|
6248
5498
|
* @param {*} [options] Override http request option.
|
|
6249
5499
|
* @throws {RequiredError}
|
|
6250
5500
|
*/
|
|
6251
|
-
async
|
|
6252
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
5501
|
+
async registeredVehiclesUpdate(updateRegisteredVehicleBody: UpdateRegisteredVehicleBody, xAccountId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegisteredVehicleResponse>> {
|
|
5502
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.registeredVehiclesUpdate(updateRegisteredVehicleBody, xAccountId, options);
|
|
6253
5503
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6254
5504
|
},
|
|
6255
5505
|
/**
|
|
6256
5506
|
*
|
|
6257
|
-
* @param {
|
|
6258
|
-
* @param {string} [
|
|
5507
|
+
* @param {string} licensePlate
|
|
5508
|
+
* @param {string} [province]
|
|
6259
5509
|
* @param {*} [options] Override http request option.
|
|
6260
5510
|
* @throws {RequiredError}
|
|
6261
5511
|
*/
|
|
6262
|
-
async
|
|
6263
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
5512
|
+
async registeredVehiclesUpgradeToVip(licensePlate: string, province?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegisteredVehicleResponse>> {
|
|
5513
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.registeredVehiclesUpgradeToVip(licensePlate, province, options);
|
|
6264
5514
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6265
5515
|
},
|
|
6266
5516
|
/**
|
|
@@ -6458,19 +5708,19 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
6458
5708
|
* @param {string} [updatedAt]
|
|
6459
5709
|
* @param {string} [propertyName]
|
|
6460
5710
|
* @param {string} [propertyId]
|
|
5711
|
+
* @param {boolean} [ignoreStore]
|
|
5712
|
+
* @param {boolean} [ocrVerified]
|
|
5713
|
+
* @param {boolean} [convertDate]
|
|
6461
5714
|
* @param {string} [sortKey]
|
|
6462
5715
|
* @param {string} [sortDirection]
|
|
6463
5716
|
* @param {boolean} [hasTaxId]
|
|
6464
5717
|
* @param {boolean} [receiptAddressInObk]
|
|
6465
5718
|
* @param {boolean} [isActive]
|
|
6466
|
-
* @param {boolean} [checkHandwriting]
|
|
6467
|
-
* @param {boolean} [ocrVerified]
|
|
6468
|
-
* @param {boolean} [convertDate]
|
|
6469
5719
|
* @param {*} [options] Override http request option.
|
|
6470
5720
|
* @throws {RequiredError}
|
|
6471
5721
|
*/
|
|
6472
|
-
configStoreWhitelistIndex(taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string,
|
|
6473
|
-
return localVarFp.configStoreWhitelistIndex(taxId, storeName, shopName, companyName, unitNo, address, building, createdAt, updatedAt, propertyName, propertyId,
|
|
5722
|
+
configStoreWhitelistIndex(taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string, ignoreStore?: boolean, ocrVerified?: boolean, convertDate?: boolean, sortKey?: string, sortDirection?: string, hasTaxId?: boolean, receiptAddressInObk?: boolean, isActive?: boolean, options?: any): AxiosPromise<Array<StoreWhitelistResponse>> {
|
|
5723
|
+
return localVarFp.configStoreWhitelistIndex(taxId, storeName, shopName, companyName, unitNo, address, building, createdAt, updatedAt, propertyName, propertyId, ignoreStore, ocrVerified, convertDate, sortKey, sortDirection, hasTaxId, receiptAddressInObk, isActive, options).then((request) => request(axios, basePath));
|
|
6474
5724
|
},
|
|
6475
5725
|
/**
|
|
6476
5726
|
*
|
|
@@ -6531,23 +5781,6 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
6531
5781
|
parkingAddParkingTicket(id: string, platform: AddParkingTicketType, idType: AddParkingTicketIdType, xAccountId?: string, options?: any): AxiosPromise<AddParkingTicketResponse> {
|
|
6532
5782
|
return localVarFp.parkingAddParkingTicket(id, platform, idType, xAccountId, options).then((request) => request(axios, basePath));
|
|
6533
5783
|
},
|
|
6534
|
-
/**
|
|
6535
|
-
*
|
|
6536
|
-
* @param {string} [orderBy]
|
|
6537
|
-
* @param {string} [orderDirection]
|
|
6538
|
-
* @param {number} [pageNumber]
|
|
6539
|
-
* @param {number} [pageSize]
|
|
6540
|
-
* @param {string} [filterBy]
|
|
6541
|
-
* @param {string} [filterKey]
|
|
6542
|
-
* @param {string} [startDate]
|
|
6543
|
-
* @param {string} [endDate]
|
|
6544
|
-
* @param {ParkingDetailStatus} [status]
|
|
6545
|
-
* @param {*} [options] Override http request option.
|
|
6546
|
-
* @throws {RequiredError}
|
|
6547
|
-
*/
|
|
6548
|
-
parkingDetailsExport(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, status?: ParkingDetailStatus, options?: any): AxiosPromise<ResponseDataGetParkingDetailsExportResponseArray> {
|
|
6549
|
-
return localVarFp.parkingDetailsExport(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, status, options).then((request) => request(axios, basePath));
|
|
6550
|
-
},
|
|
6551
5784
|
/**
|
|
6552
5785
|
*
|
|
6553
5786
|
* @param {string} id
|
|
@@ -6636,12 +5869,11 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
6636
5869
|
/**
|
|
6637
5870
|
*
|
|
6638
5871
|
* @param {string} id
|
|
6639
|
-
* @param {ApproveReceiptBody} approveReceiptBody
|
|
6640
5872
|
* @param {*} [options] Override http request option.
|
|
6641
5873
|
* @throws {RequiredError}
|
|
6642
5874
|
*/
|
|
6643
|
-
receiptApproveReceipt(id: string,
|
|
6644
|
-
return localVarFp.receiptApproveReceipt(id,
|
|
5875
|
+
receiptApproveReceipt(id: string, options?: any): AxiosPromise<boolean> {
|
|
5876
|
+
return localVarFp.receiptApproveReceipt(id, options).then((request) => request(axios, basePath));
|
|
6645
5877
|
},
|
|
6646
5878
|
/**
|
|
6647
5879
|
*
|
|
@@ -6710,53 +5942,6 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
6710
5942
|
registeredVehiclesGetVehiclesByAccount(xAccountId?: string, options?: any): AxiosPromise<Array<RegisteredVehicleIndexResponse>> {
|
|
6711
5943
|
return localVarFp.registeredVehiclesGetVehiclesByAccount(xAccountId, options).then((request) => request(axios, basePath));
|
|
6712
5944
|
},
|
|
6713
|
-
/**
|
|
6714
|
-
*
|
|
6715
|
-
* @param {string} plateNo
|
|
6716
|
-
* @param {*} [options] Override http request option.
|
|
6717
|
-
* @throws {RequiredError}
|
|
6718
|
-
*/
|
|
6719
|
-
registeredVehiclesGetVehiclesByLicensePlate(plateNo: string, options?: any): AxiosPromise<RegisteredVehicleResponse> {
|
|
6720
|
-
return localVarFp.registeredVehiclesGetVehiclesByLicensePlate(plateNo, options).then((request) => request(axios, basePath));
|
|
6721
|
-
},
|
|
6722
|
-
/**
|
|
6723
|
-
*
|
|
6724
|
-
* @param {string} [orderBy]
|
|
6725
|
-
* @param {string} [orderDirection]
|
|
6726
|
-
* @param {number} [pageNumber]
|
|
6727
|
-
* @param {number} [pageSize]
|
|
6728
|
-
* @param {string} [filterBy]
|
|
6729
|
-
* @param {string} [filterKey]
|
|
6730
|
-
* @param {string} [startDate]
|
|
6731
|
-
* @param {string} [endDate]
|
|
6732
|
-
* @param {boolean} [isVip]
|
|
6733
|
-
* @param {boolean} [isHistory]
|
|
6734
|
-
* @param {boolean} [isExport]
|
|
6735
|
-
* @param {*} [options] Override http request option.
|
|
6736
|
-
* @throws {RequiredError}
|
|
6737
|
-
*/
|
|
6738
|
-
registeredVehiclesHistoryIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isHistory?: boolean, isExport?: boolean, options?: any): AxiosPromise<ResponseDataRegisteredVehicleIndexResponseArray> {
|
|
6739
|
-
return localVarFp.registeredVehiclesHistoryIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isHistory, isExport, options).then((request) => request(axios, basePath));
|
|
6740
|
-
},
|
|
6741
|
-
/**
|
|
6742
|
-
*
|
|
6743
|
-
* @param {string} [orderBy]
|
|
6744
|
-
* @param {string} [orderDirection]
|
|
6745
|
-
* @param {number} [pageNumber]
|
|
6746
|
-
* @param {number} [pageSize]
|
|
6747
|
-
* @param {string} [filterBy]
|
|
6748
|
-
* @param {string} [filterKey]
|
|
6749
|
-
* @param {string} [startDate]
|
|
6750
|
-
* @param {string} [endDate]
|
|
6751
|
-
* @param {boolean} [isVip]
|
|
6752
|
-
* @param {boolean} [isHistory]
|
|
6753
|
-
* @param {boolean} [isExport]
|
|
6754
|
-
* @param {*} [options] Override http request option.
|
|
6755
|
-
* @throws {RequiredError}
|
|
6756
|
-
*/
|
|
6757
|
-
registeredVehiclesIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isHistory?: boolean, isExport?: boolean, options?: any): AxiosPromise<ResponseDataRegisteredVehicleIndexResponseArray> {
|
|
6758
|
-
return localVarFp.registeredVehiclesIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isHistory, isExport, options).then((request) => request(axios, basePath));
|
|
6759
|
-
},
|
|
6760
5945
|
/**
|
|
6761
5946
|
*
|
|
6762
5947
|
* @param {string} plateNo
|
|
@@ -6788,23 +5973,23 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
6788
5973
|
},
|
|
6789
5974
|
/**
|
|
6790
5975
|
*
|
|
6791
|
-
* @param {
|
|
6792
|
-
* @param {
|
|
5976
|
+
* @param {UpdateRegisteredVehicleBody} updateRegisteredVehicleBody
|
|
5977
|
+
* @param {string} [xAccountId]
|
|
6793
5978
|
* @param {*} [options] Override http request option.
|
|
6794
5979
|
* @throws {RequiredError}
|
|
6795
5980
|
*/
|
|
6796
|
-
|
|
6797
|
-
return localVarFp.
|
|
5981
|
+
registeredVehiclesUpdate(updateRegisteredVehicleBody: UpdateRegisteredVehicleBody, xAccountId?: string, options?: any): AxiosPromise<RegisteredVehicleResponse> {
|
|
5982
|
+
return localVarFp.registeredVehiclesUpdate(updateRegisteredVehicleBody, xAccountId, options).then((request) => request(axios, basePath));
|
|
6798
5983
|
},
|
|
6799
5984
|
/**
|
|
6800
5985
|
*
|
|
6801
|
-
* @param {
|
|
6802
|
-
* @param {string} [
|
|
5986
|
+
* @param {string} licensePlate
|
|
5987
|
+
* @param {string} [province]
|
|
6803
5988
|
* @param {*} [options] Override http request option.
|
|
6804
5989
|
* @throws {RequiredError}
|
|
6805
5990
|
*/
|
|
6806
|
-
|
|
6807
|
-
return localVarFp.
|
|
5991
|
+
registeredVehiclesUpgradeToVip(licensePlate: string, province?: string, options?: any): AxiosPromise<RegisteredVehicleResponse> {
|
|
5992
|
+
return localVarFp.registeredVehiclesUpgradeToVip(licensePlate, province, options).then((request) => request(axios, basePath));
|
|
6808
5993
|
},
|
|
6809
5994
|
/**
|
|
6810
5995
|
*
|
|
@@ -7027,20 +6212,20 @@ export class DefaultApi extends BaseAPI {
|
|
|
7027
6212
|
* @param {string} [updatedAt]
|
|
7028
6213
|
* @param {string} [propertyName]
|
|
7029
6214
|
* @param {string} [propertyId]
|
|
6215
|
+
* @param {boolean} [ignoreStore]
|
|
6216
|
+
* @param {boolean} [ocrVerified]
|
|
6217
|
+
* @param {boolean} [convertDate]
|
|
7030
6218
|
* @param {string} [sortKey]
|
|
7031
6219
|
* @param {string} [sortDirection]
|
|
7032
6220
|
* @param {boolean} [hasTaxId]
|
|
7033
6221
|
* @param {boolean} [receiptAddressInObk]
|
|
7034
6222
|
* @param {boolean} [isActive]
|
|
7035
|
-
* @param {boolean} [checkHandwriting]
|
|
7036
|
-
* @param {boolean} [ocrVerified]
|
|
7037
|
-
* @param {boolean} [convertDate]
|
|
7038
6223
|
* @param {*} [options] Override http request option.
|
|
7039
6224
|
* @throws {RequiredError}
|
|
7040
6225
|
* @memberof DefaultApi
|
|
7041
6226
|
*/
|
|
7042
|
-
public configStoreWhitelistIndex(taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string,
|
|
7043
|
-
return DefaultApiFp(this.configuration).configStoreWhitelistIndex(taxId, storeName, shopName, companyName, unitNo, address, building, createdAt, updatedAt, propertyName, propertyId,
|
|
6227
|
+
public configStoreWhitelistIndex(taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string, ignoreStore?: boolean, ocrVerified?: boolean, convertDate?: boolean, sortKey?: string, sortDirection?: string, hasTaxId?: boolean, receiptAddressInObk?: boolean, isActive?: boolean, options?: AxiosRequestConfig) {
|
|
6228
|
+
return DefaultApiFp(this.configuration).configStoreWhitelistIndex(taxId, storeName, shopName, companyName, unitNo, address, building, createdAt, updatedAt, propertyName, propertyId, ignoreStore, ocrVerified, convertDate, sortKey, sortDirection, hasTaxId, receiptAddressInObk, isActive, options).then((request) => request(this.axios, this.basePath));
|
|
7044
6229
|
}
|
|
7045
6230
|
|
|
7046
6231
|
/**
|
|
@@ -7114,25 +6299,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
7114
6299
|
return DefaultApiFp(this.configuration).parkingAddParkingTicket(id, platform, idType, xAccountId, options).then((request) => request(this.axios, this.basePath));
|
|
7115
6300
|
}
|
|
7116
6301
|
|
|
7117
|
-
/**
|
|
7118
|
-
*
|
|
7119
|
-
* @param {string} [orderBy]
|
|
7120
|
-
* @param {string} [orderDirection]
|
|
7121
|
-
* @param {number} [pageNumber]
|
|
7122
|
-
* @param {number} [pageSize]
|
|
7123
|
-
* @param {string} [filterBy]
|
|
7124
|
-
* @param {string} [filterKey]
|
|
7125
|
-
* @param {string} [startDate]
|
|
7126
|
-
* @param {string} [endDate]
|
|
7127
|
-
* @param {ParkingDetailStatus} [status]
|
|
7128
|
-
* @param {*} [options] Override http request option.
|
|
7129
|
-
* @throws {RequiredError}
|
|
7130
|
-
* @memberof DefaultApi
|
|
7131
|
-
*/
|
|
7132
|
-
public parkingDetailsExport(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, status?: ParkingDetailStatus, options?: AxiosRequestConfig) {
|
|
7133
|
-
return DefaultApiFp(this.configuration).parkingDetailsExport(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, status, options).then((request) => request(this.axios, this.basePath));
|
|
7134
|
-
}
|
|
7135
|
-
|
|
7136
6302
|
/**
|
|
7137
6303
|
*
|
|
7138
6304
|
* @param {string} id
|
|
@@ -7233,13 +6399,12 @@ export class DefaultApi extends BaseAPI {
|
|
|
7233
6399
|
/**
|
|
7234
6400
|
*
|
|
7235
6401
|
* @param {string} id
|
|
7236
|
-
* @param {ApproveReceiptBody} approveReceiptBody
|
|
7237
6402
|
* @param {*} [options] Override http request option.
|
|
7238
6403
|
* @throws {RequiredError}
|
|
7239
6404
|
* @memberof DefaultApi
|
|
7240
6405
|
*/
|
|
7241
|
-
public receiptApproveReceipt(id: string,
|
|
7242
|
-
return DefaultApiFp(this.configuration).receiptApproveReceipt(id,
|
|
6406
|
+
public receiptApproveReceipt(id: string, options?: AxiosRequestConfig) {
|
|
6407
|
+
return DefaultApiFp(this.configuration).receiptApproveReceipt(id, options).then((request) => request(this.axios, this.basePath));
|
|
7243
6408
|
}
|
|
7244
6409
|
|
|
7245
6410
|
/**
|
|
@@ -7323,59 +6488,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
7323
6488
|
return DefaultApiFp(this.configuration).registeredVehiclesGetVehiclesByAccount(xAccountId, options).then((request) => request(this.axios, this.basePath));
|
|
7324
6489
|
}
|
|
7325
6490
|
|
|
7326
|
-
/**
|
|
7327
|
-
*
|
|
7328
|
-
* @param {string} plateNo
|
|
7329
|
-
* @param {*} [options] Override http request option.
|
|
7330
|
-
* @throws {RequiredError}
|
|
7331
|
-
* @memberof DefaultApi
|
|
7332
|
-
*/
|
|
7333
|
-
public registeredVehiclesGetVehiclesByLicensePlate(plateNo: string, options?: AxiosRequestConfig) {
|
|
7334
|
-
return DefaultApiFp(this.configuration).registeredVehiclesGetVehiclesByLicensePlate(plateNo, options).then((request) => request(this.axios, this.basePath));
|
|
7335
|
-
}
|
|
7336
|
-
|
|
7337
|
-
/**
|
|
7338
|
-
*
|
|
7339
|
-
* @param {string} [orderBy]
|
|
7340
|
-
* @param {string} [orderDirection]
|
|
7341
|
-
* @param {number} [pageNumber]
|
|
7342
|
-
* @param {number} [pageSize]
|
|
7343
|
-
* @param {string} [filterBy]
|
|
7344
|
-
* @param {string} [filterKey]
|
|
7345
|
-
* @param {string} [startDate]
|
|
7346
|
-
* @param {string} [endDate]
|
|
7347
|
-
* @param {boolean} [isVip]
|
|
7348
|
-
* @param {boolean} [isHistory]
|
|
7349
|
-
* @param {boolean} [isExport]
|
|
7350
|
-
* @param {*} [options] Override http request option.
|
|
7351
|
-
* @throws {RequiredError}
|
|
7352
|
-
* @memberof DefaultApi
|
|
7353
|
-
*/
|
|
7354
|
-
public registeredVehiclesHistoryIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isHistory?: boolean, isExport?: boolean, options?: AxiosRequestConfig) {
|
|
7355
|
-
return DefaultApiFp(this.configuration).registeredVehiclesHistoryIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isHistory, isExport, options).then((request) => request(this.axios, this.basePath));
|
|
7356
|
-
}
|
|
7357
|
-
|
|
7358
|
-
/**
|
|
7359
|
-
*
|
|
7360
|
-
* @param {string} [orderBy]
|
|
7361
|
-
* @param {string} [orderDirection]
|
|
7362
|
-
* @param {number} [pageNumber]
|
|
7363
|
-
* @param {number} [pageSize]
|
|
7364
|
-
* @param {string} [filterBy]
|
|
7365
|
-
* @param {string} [filterKey]
|
|
7366
|
-
* @param {string} [startDate]
|
|
7367
|
-
* @param {string} [endDate]
|
|
7368
|
-
* @param {boolean} [isVip]
|
|
7369
|
-
* @param {boolean} [isHistory]
|
|
7370
|
-
* @param {boolean} [isExport]
|
|
7371
|
-
* @param {*} [options] Override http request option.
|
|
7372
|
-
* @throws {RequiredError}
|
|
7373
|
-
* @memberof DefaultApi
|
|
7374
|
-
*/
|
|
7375
|
-
public registeredVehiclesIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isHistory?: boolean, isExport?: boolean, options?: AxiosRequestConfig) {
|
|
7376
|
-
return DefaultApiFp(this.configuration).registeredVehiclesIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isHistory, isExport, options).then((request) => request(this.axios, this.basePath));
|
|
7377
|
-
}
|
|
7378
|
-
|
|
7379
6491
|
/**
|
|
7380
6492
|
*
|
|
7381
6493
|
* @param {string} plateNo
|
|
@@ -7413,26 +6525,26 @@ export class DefaultApi extends BaseAPI {
|
|
|
7413
6525
|
|
|
7414
6526
|
/**
|
|
7415
6527
|
*
|
|
7416
|
-
* @param {
|
|
7417
|
-
* @param {
|
|
6528
|
+
* @param {UpdateRegisteredVehicleBody} updateRegisteredVehicleBody
|
|
6529
|
+
* @param {string} [xAccountId]
|
|
7418
6530
|
* @param {*} [options] Override http request option.
|
|
7419
6531
|
* @throws {RequiredError}
|
|
7420
6532
|
* @memberof DefaultApi
|
|
7421
6533
|
*/
|
|
7422
|
-
public
|
|
7423
|
-
return DefaultApiFp(this.configuration).
|
|
6534
|
+
public registeredVehiclesUpdate(updateRegisteredVehicleBody: UpdateRegisteredVehicleBody, xAccountId?: string, options?: AxiosRequestConfig) {
|
|
6535
|
+
return DefaultApiFp(this.configuration).registeredVehiclesUpdate(updateRegisteredVehicleBody, xAccountId, options).then((request) => request(this.axios, this.basePath));
|
|
7424
6536
|
}
|
|
7425
6537
|
|
|
7426
6538
|
/**
|
|
7427
6539
|
*
|
|
7428
|
-
* @param {
|
|
7429
|
-
* @param {string} [
|
|
6540
|
+
* @param {string} licensePlate
|
|
6541
|
+
* @param {string} [province]
|
|
7430
6542
|
* @param {*} [options] Override http request option.
|
|
7431
6543
|
* @throws {RequiredError}
|
|
7432
6544
|
* @memberof DefaultApi
|
|
7433
6545
|
*/
|
|
7434
|
-
public
|
|
7435
|
-
return DefaultApiFp(this.configuration).
|
|
6546
|
+
public registeredVehiclesUpgradeToVip(licensePlate: string, province?: string, options?: AxiosRequestConfig) {
|
|
6547
|
+
return DefaultApiFp(this.configuration).registeredVehiclesUpgradeToVip(licensePlate, province, options).then((request) => request(this.axios, this.basePath));
|
|
7436
6548
|
}
|
|
7437
6549
|
|
|
7438
6550
|
/**
|