ob-parking-sdk 0.0.72 → 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 +234 -1100
- 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 -690
- package/dist/api/api.js +81 -508
- 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,466 +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_export'?: boolean;
|
|
1806
|
-
}
|
|
1807
|
-
/**
|
|
1808
|
-
*
|
|
1809
|
-
* @export
|
|
1810
|
-
* @interface Health200Response
|
|
1811
|
-
*/
|
|
1812
|
-
export interface Health200Response {
|
|
1813
|
-
/**
|
|
1814
|
-
*
|
|
1815
|
-
* @type {Health200ResponseIamSetviceStatus}
|
|
1816
|
-
* @memberof Health200Response
|
|
1817
|
-
*/
|
|
1818
|
-
'iamSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1819
|
-
/**
|
|
1820
|
-
*
|
|
1821
|
-
* @type {Health200ResponseIamSetviceStatus}
|
|
1822
|
-
* @memberof Health200Response
|
|
1823
|
-
*/
|
|
1824
|
-
'bmsSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1825
|
-
/**
|
|
1826
|
-
*
|
|
1827
|
-
* @type {Health200ResponseIamSetviceStatus}
|
|
1828
|
-
* @memberof Health200Response
|
|
1829
|
-
*/
|
|
1830
|
-
'fsSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1831
|
-
/**
|
|
1832
|
-
*
|
|
1833
|
-
* @type {Health200ResponseIamSetviceStatus}
|
|
1834
|
-
* @memberof Health200Response
|
|
1835
|
-
*/
|
|
1836
|
-
'ocrSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1837
|
-
/**
|
|
1838
|
-
*
|
|
1839
|
-
* @type {Health200ResponseIamSetviceStatus}
|
|
1840
|
-
* @memberof Health200Response
|
|
1841
|
-
*/
|
|
1842
|
-
'tccSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
1843
|
-
/**
|
|
1844
|
-
*
|
|
1845
|
-
* @type {string}
|
|
1846
|
-
* @memberof Health200Response
|
|
1847
|
-
*/
|
|
1848
|
-
'FS_IVIVA_PARKING_API_KEY': string;
|
|
1849
|
-
/**
|
|
1850
|
-
*
|
|
1851
|
-
* @type {string}
|
|
1852
|
-
* @memberof Health200Response
|
|
1853
|
-
*/
|
|
1854
|
-
'FS_PARKING_API_KEY': string;
|
|
1855
|
-
/**
|
|
1856
|
-
*
|
|
1857
|
-
* @type {string}
|
|
1858
|
-
* @memberof Health200Response
|
|
1859
|
-
*/
|
|
1860
|
-
'TCC_CLIENT_SECRET': string;
|
|
1861
|
-
/**
|
|
1862
|
-
*
|
|
1863
|
-
* @type {string}
|
|
1864
|
-
* @memberof Health200Response
|
|
1865
|
-
*/
|
|
1866
|
-
'TCC_CLIENT_ID': string;
|
|
1867
|
-
/**
|
|
1868
|
-
*
|
|
1869
|
-
* @type {string}
|
|
1870
|
-
* @memberof Health200Response
|
|
1871
|
-
*/
|
|
1872
|
-
'OB_IAM_URL': string;
|
|
1873
|
-
/**
|
|
1874
|
-
*
|
|
1875
|
-
* @type {string}
|
|
1876
|
-
* @memberof Health200Response
|
|
1877
|
-
*/
|
|
1878
|
-
'OCR_API_URL': string;
|
|
1879
|
-
/**
|
|
1880
|
-
*
|
|
1881
|
-
* @type {string}
|
|
1882
|
-
* @memberof Health200Response
|
|
1883
|
-
*/
|
|
1884
|
-
'REDEEMER_ID': string;
|
|
1885
|
-
/**
|
|
1886
|
-
*
|
|
1887
|
-
* @type {string}
|
|
1888
|
-
* @memberof Health200Response
|
|
1889
|
-
*/
|
|
1890
|
-
'OB_PARKING_URL': string;
|
|
1891
|
-
/**
|
|
1892
|
-
*
|
|
1893
|
-
* @type {string}
|
|
1894
|
-
* @memberof Health200Response
|
|
1895
|
-
*/
|
|
1896
|
-
'TCC_API_URL': string;
|
|
1897
|
-
/**
|
|
1898
|
-
*
|
|
1899
|
-
* @type {string}
|
|
1900
|
-
* @memberof Health200Response
|
|
1901
|
-
*/
|
|
1902
|
-
'OB_BMS_URL': string;
|
|
1903
|
-
/**
|
|
1904
|
-
*
|
|
1905
|
-
* @type {string}
|
|
1906
|
-
* @memberof Health200Response
|
|
1907
|
-
*/
|
|
1908
|
-
'CACHE_REDIS_URL': string;
|
|
1909
|
-
/**
|
|
1910
|
-
*
|
|
1911
|
-
* @type {string}
|
|
1912
|
-
* @memberof Health200Response
|
|
1913
|
-
*/
|
|
1914
|
-
'CACHE_REDIS': string;
|
|
1915
|
-
/**
|
|
1916
|
-
*
|
|
1917
|
-
* @type {string}
|
|
1918
|
-
* @memberof Health200Response
|
|
1919
|
-
*/
|
|
1920
|
-
'ENABLE_IVIVA_WORKER': string;
|
|
1921
|
-
/**
|
|
1922
|
-
*
|
|
1923
|
-
* @type {string}
|
|
1924
|
-
* @memberof Health200Response
|
|
1925
|
-
*/
|
|
1926
|
-
'ENABLE_OCR_WORKER': string;
|
|
1927
|
-
/**
|
|
1928
|
-
*
|
|
1929
|
-
* @type {any}
|
|
1930
|
-
* @memberof Health200Response
|
|
1931
|
-
*/
|
|
1932
|
-
'appVersion': any;
|
|
1933
|
-
}
|
|
1934
|
-
/**
|
|
1935
|
-
*
|
|
1936
|
-
* @export
|
|
1937
|
-
* @interface Health200ResponseIamSetviceStatus
|
|
1938
|
-
*/
|
|
1939
|
-
export interface Health200ResponseIamSetviceStatus {
|
|
1940
|
-
/**
|
|
1941
|
-
*
|
|
1942
|
-
* @type {string}
|
|
1943
|
-
* @memberof Health200ResponseIamSetviceStatus
|
|
1944
|
-
*/
|
|
1945
|
-
'message': string;
|
|
1946
|
-
/**
|
|
1947
|
-
*
|
|
1948
|
-
* @type {number}
|
|
1949
|
-
* @memberof Health200ResponseIamSetviceStatus
|
|
1950
|
-
*/
|
|
1951
|
-
'status': number;
|
|
1952
|
-
}
|
|
1953
|
-
/**
|
|
1954
|
-
*
|
|
1955
|
-
* @export
|
|
1956
|
-
* @interface Item
|
|
1957
|
-
*/
|
|
1958
|
-
export interface Item {
|
|
1959
|
-
/**
|
|
1960
|
-
*
|
|
1961
|
-
* @type {string}
|
|
1962
|
-
* @memberof Item
|
|
1963
|
-
*/
|
|
1964
|
-
'description': string;
|
|
1965
|
-
/**
|
|
1966
|
-
*
|
|
1967
|
-
* @type {number}
|
|
1968
|
-
* @memberof Item
|
|
1969
|
-
*/
|
|
1970
|
-
'quantity'?: number;
|
|
1658
|
+
'quantity'?: number;
|
|
1971
1659
|
/**
|
|
1972
1660
|
*
|
|
1973
1661
|
* @type {string}
|
|
@@ -2105,12 +1793,6 @@ export interface ParkingDetailRedeemBody {
|
|
|
2105
1793
|
* @memberof ParkingDetailRedeemBody
|
|
2106
1794
|
*/
|
|
2107
1795
|
'source'?: ParkingDetailRedeemBodySourceEnum;
|
|
2108
|
-
/**
|
|
2109
|
-
*
|
|
2110
|
-
* @type {string}
|
|
2111
|
-
* @memberof ParkingDetailRedeemBody
|
|
2112
|
-
*/
|
|
2113
|
-
'counter'?: string;
|
|
2114
1796
|
}
|
|
2115
1797
|
|
|
2116
1798
|
export const ParkingDetailRedeemBodySourceEnum = {
|
|
@@ -2464,12 +2146,6 @@ export interface Receipt {
|
|
|
2464
2146
|
* @memberof Receipt
|
|
2465
2147
|
*/
|
|
2466
2148
|
'counter'?: string;
|
|
2467
|
-
/**
|
|
2468
|
-
*
|
|
2469
|
-
* @type {boolean}
|
|
2470
|
-
* @memberof Receipt
|
|
2471
|
-
*/
|
|
2472
|
-
'check_handwriting'?: boolean;
|
|
2473
2149
|
/**
|
|
2474
2150
|
*
|
|
2475
2151
|
* @type {string}
|
|
@@ -2793,18 +2469,6 @@ export interface RegisteredVehicleIndexResponse {
|
|
|
2793
2469
|
* @memberof RegisteredVehicleIndexResponse
|
|
2794
2470
|
*/
|
|
2795
2471
|
'vehicle_brand'?: RegisteredVehicleIndexResponseVehicleModel;
|
|
2796
|
-
/**
|
|
2797
|
-
*
|
|
2798
|
-
* @type {string}
|
|
2799
|
-
* @memberof RegisteredVehicleIndexResponse
|
|
2800
|
-
*/
|
|
2801
|
-
'phone_number'?: string | null;
|
|
2802
|
-
/**
|
|
2803
|
-
*
|
|
2804
|
-
* @type {string}
|
|
2805
|
-
* @memberof RegisteredVehicleIndexResponse
|
|
2806
|
-
*/
|
|
2807
|
-
'email'?: string | null;
|
|
2808
2472
|
/**
|
|
2809
2473
|
*
|
|
2810
2474
|
* @type {EngineType}
|
|
@@ -2834,7 +2498,7 @@ export interface RegisteredVehicleIndexResponse {
|
|
|
2834
2498
|
* @type {VehicleType}
|
|
2835
2499
|
* @memberof RegisteredVehicleIndexResponse
|
|
2836
2500
|
*/
|
|
2837
|
-
'vehicle_type'?: VehicleType
|
|
2501
|
+
'vehicle_type'?: VehicleType;
|
|
2838
2502
|
/**
|
|
2839
2503
|
*
|
|
2840
2504
|
* @type {string}
|
|
@@ -2929,26 +2593,13 @@ export interface RegisteredVehicleResponse {
|
|
|
2929
2593
|
/**
|
|
2930
2594
|
*
|
|
2931
2595
|
* @export
|
|
2932
|
-
* @interface
|
|
2596
|
+
* @interface ResponseDataGetParkingDetailByPersonIDDataResponse
|
|
2933
2597
|
*/
|
|
2934
|
-
export interface
|
|
2598
|
+
export interface ResponseDataGetParkingDetailByPersonIDDataResponse {
|
|
2935
2599
|
/**
|
|
2936
2600
|
*
|
|
2937
|
-
* @type {
|
|
2938
|
-
* @memberof
|
|
2939
|
-
*/
|
|
2940
|
-
'deleted_by_email': string;
|
|
2941
|
-
}
|
|
2942
|
-
/**
|
|
2943
|
-
*
|
|
2944
|
-
* @export
|
|
2945
|
-
* @interface ResponseDataGetParkingDetailByPersonIDDataResponse
|
|
2946
|
-
*/
|
|
2947
|
-
export interface ResponseDataGetParkingDetailByPersonIDDataResponse {
|
|
2948
|
-
/**
|
|
2949
|
-
*
|
|
2950
|
-
* @type {GetParkingDetailByPersonIDDataResponse}
|
|
2951
|
-
* @memberof ResponseDataGetParkingDetailByPersonIDDataResponse
|
|
2601
|
+
* @type {GetParkingDetailByPersonIDDataResponse}
|
|
2602
|
+
* @memberof ResponseDataGetParkingDetailByPersonIDDataResponse
|
|
2952
2603
|
*/
|
|
2953
2604
|
'data': GetParkingDetailByPersonIDDataResponse;
|
|
2954
2605
|
/**
|
|
@@ -2977,25 +2628,6 @@ export interface ResponseDataGetParkingDetailResponse {
|
|
|
2977
2628
|
*/
|
|
2978
2629
|
'pagination'?: Pagination;
|
|
2979
2630
|
}
|
|
2980
|
-
/**
|
|
2981
|
-
*
|
|
2982
|
-
* @export
|
|
2983
|
-
* @interface ResponseDataGetParkingDetailsExportResponseArray
|
|
2984
|
-
*/
|
|
2985
|
-
export interface ResponseDataGetParkingDetailsExportResponseArray {
|
|
2986
|
-
/**
|
|
2987
|
-
*
|
|
2988
|
-
* @type {Array<GetParkingDetailsExportResponse>}
|
|
2989
|
-
* @memberof ResponseDataGetParkingDetailsExportResponseArray
|
|
2990
|
-
*/
|
|
2991
|
-
'data': Array<GetParkingDetailsExportResponse>;
|
|
2992
|
-
/**
|
|
2993
|
-
*
|
|
2994
|
-
* @type {Pagination}
|
|
2995
|
-
* @memberof ResponseDataGetParkingDetailsExportResponseArray
|
|
2996
|
-
*/
|
|
2997
|
-
'pagination'?: Pagination;
|
|
2998
|
-
}
|
|
2999
2631
|
/**
|
|
3000
2632
|
*
|
|
3001
2633
|
* @export
|
|
@@ -3015,25 +2647,6 @@ export interface ResponseDataGetParkingDetailsIndexResponseArray {
|
|
|
3015
2647
|
*/
|
|
3016
2648
|
'pagination'?: Pagination;
|
|
3017
2649
|
}
|
|
3018
|
-
/**
|
|
3019
|
-
*
|
|
3020
|
-
* @export
|
|
3021
|
-
* @interface ResponseDataRegisteredVehicleIndexResponseArray
|
|
3022
|
-
*/
|
|
3023
|
-
export interface ResponseDataRegisteredVehicleIndexResponseArray {
|
|
3024
|
-
/**
|
|
3025
|
-
*
|
|
3026
|
-
* @type {Array<RegisteredVehicleIndexResponse>}
|
|
3027
|
-
* @memberof ResponseDataRegisteredVehicleIndexResponseArray
|
|
3028
|
-
*/
|
|
3029
|
-
'data': Array<RegisteredVehicleIndexResponse>;
|
|
3030
|
-
/**
|
|
3031
|
-
*
|
|
3032
|
-
* @type {Pagination}
|
|
3033
|
-
* @memberof ResponseDataRegisteredVehicleIndexResponseArray
|
|
3034
|
-
*/
|
|
3035
|
-
'pagination'?: Pagination;
|
|
3036
|
-
}
|
|
3037
2650
|
/**
|
|
3038
2651
|
*
|
|
3039
2652
|
* @export
|
|
@@ -3063,7 +2676,7 @@ export interface StoreWhitelistResponse {
|
|
|
3063
2676
|
* @type {boolean}
|
|
3064
2677
|
* @memberof StoreWhitelistResponse
|
|
3065
2678
|
*/
|
|
3066
|
-
'
|
|
2679
|
+
'ignore_store': boolean;
|
|
3067
2680
|
/**
|
|
3068
2681
|
*
|
|
3069
2682
|
* @type {boolean}
|
|
@@ -3210,7 +2823,7 @@ export interface UpdateConfigStoreWhitelist {
|
|
|
3210
2823
|
* @type {boolean}
|
|
3211
2824
|
* @memberof UpdateConfigStoreWhitelist
|
|
3212
2825
|
*/
|
|
3213
|
-
'
|
|
2826
|
+
'ignore_store': boolean;
|
|
3214
2827
|
/**
|
|
3215
2828
|
*
|
|
3216
2829
|
* @type {string}
|
|
@@ -3386,12 +2999,6 @@ export interface UpdateReceiptBody {
|
|
|
3386
2999
|
* @memberof UpdateReceiptBody
|
|
3387
3000
|
*/
|
|
3388
3001
|
'counter'?: string;
|
|
3389
|
-
/**
|
|
3390
|
-
*
|
|
3391
|
-
* @type {string}
|
|
3392
|
-
* @memberof UpdateReceiptBody
|
|
3393
|
-
*/
|
|
3394
|
-
'email'?: string;
|
|
3395
3002
|
}
|
|
3396
3003
|
|
|
3397
3004
|
|
|
@@ -4113,18 +3720,18 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4113
3720
|
* @param {string} [updatedAt]
|
|
4114
3721
|
* @param {string} [propertyName]
|
|
4115
3722
|
* @param {string} [propertyId]
|
|
3723
|
+
* @param {boolean} [ignoreStore]
|
|
3724
|
+
* @param {boolean} [ocrVerified]
|
|
3725
|
+
* @param {boolean} [convertDate]
|
|
4116
3726
|
* @param {string} [sortKey]
|
|
4117
3727
|
* @param {string} [sortDirection]
|
|
4118
3728
|
* @param {boolean} [hasTaxId]
|
|
4119
3729
|
* @param {boolean} [receiptAddressInObk]
|
|
4120
3730
|
* @param {boolean} [isActive]
|
|
4121
|
-
* @param {boolean} [checkHandwriting]
|
|
4122
|
-
* @param {boolean} [ocrVerified]
|
|
4123
|
-
* @param {boolean} [convertDate]
|
|
4124
3731
|
* @param {*} [options] Override http request option.
|
|
4125
3732
|
* @throws {RequiredError}
|
|
4126
3733
|
*/
|
|
4127
|
-
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> => {
|
|
4128
3735
|
const localVarPath = `/config/store/whitelist`;
|
|
4129
3736
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4130
3737
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4181,6 +3788,18 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4181
3788
|
localVarQueryParameter['property_id'] = propertyId;
|
|
4182
3789
|
}
|
|
4183
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
|
+
|
|
4184
3803
|
if (sortKey !== undefined) {
|
|
4185
3804
|
localVarQueryParameter['sort_key'] = sortKey;
|
|
4186
3805
|
}
|
|
@@ -4201,18 +3820,6 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4201
3820
|
localVarQueryParameter['is_active'] = isActive;
|
|
4202
3821
|
}
|
|
4203
3822
|
|
|
4204
|
-
if (checkHandwriting !== undefined) {
|
|
4205
|
-
localVarQueryParameter['check_handwriting'] = checkHandwriting;
|
|
4206
|
-
}
|
|
4207
|
-
|
|
4208
|
-
if (ocrVerified !== undefined) {
|
|
4209
|
-
localVarQueryParameter['ocr_verified'] = ocrVerified;
|
|
4210
|
-
}
|
|
4211
|
-
|
|
4212
|
-
if (convertDate !== undefined) {
|
|
4213
|
-
localVarQueryParameter['convert_date'] = convertDate;
|
|
4214
|
-
}
|
|
4215
|
-
|
|
4216
3823
|
|
|
4217
3824
|
|
|
4218
3825
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4449,80 +4056,6 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4449
4056
|
|
|
4450
4057
|
|
|
4451
4058
|
|
|
4452
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4453
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4454
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
4455
|
-
|
|
4456
|
-
return {
|
|
4457
|
-
url: toPathString(localVarUrlObj),
|
|
4458
|
-
options: localVarRequestOptions,
|
|
4459
|
-
};
|
|
4460
|
-
},
|
|
4461
|
-
/**
|
|
4462
|
-
*
|
|
4463
|
-
* @param {string} [orderBy]
|
|
4464
|
-
* @param {string} [orderDirection]
|
|
4465
|
-
* @param {number} [pageNumber]
|
|
4466
|
-
* @param {number} [pageSize]
|
|
4467
|
-
* @param {string} [filterBy]
|
|
4468
|
-
* @param {string} [filterKey]
|
|
4469
|
-
* @param {string} [startDate]
|
|
4470
|
-
* @param {string} [endDate]
|
|
4471
|
-
* @param {ParkingDetailStatus} [status]
|
|
4472
|
-
* @param {*} [options] Override http request option.
|
|
4473
|
-
* @throws {RequiredError}
|
|
4474
|
-
*/
|
|
4475
|
-
parkingDetailsExport: async (orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, status?: ParkingDetailStatus, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4476
|
-
const localVarPath = `/parking-details/export`;
|
|
4477
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4478
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4479
|
-
let baseOptions;
|
|
4480
|
-
if (configuration) {
|
|
4481
|
-
baseOptions = configuration.baseOptions;
|
|
4482
|
-
}
|
|
4483
|
-
|
|
4484
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
4485
|
-
const localVarHeaderParameter = {} as any;
|
|
4486
|
-
const localVarQueryParameter = {} as any;
|
|
4487
|
-
|
|
4488
|
-
if (orderBy !== undefined) {
|
|
4489
|
-
localVarQueryParameter['order_by'] = orderBy;
|
|
4490
|
-
}
|
|
4491
|
-
|
|
4492
|
-
if (orderDirection !== undefined) {
|
|
4493
|
-
localVarQueryParameter['order_direction'] = orderDirection;
|
|
4494
|
-
}
|
|
4495
|
-
|
|
4496
|
-
if (pageNumber !== undefined) {
|
|
4497
|
-
localVarQueryParameter['page_number'] = pageNumber;
|
|
4498
|
-
}
|
|
4499
|
-
|
|
4500
|
-
if (pageSize !== undefined) {
|
|
4501
|
-
localVarQueryParameter['page_size'] = pageSize;
|
|
4502
|
-
}
|
|
4503
|
-
|
|
4504
|
-
if (filterBy !== undefined) {
|
|
4505
|
-
localVarQueryParameter['filter_by'] = filterBy;
|
|
4506
|
-
}
|
|
4507
|
-
|
|
4508
|
-
if (filterKey !== undefined) {
|
|
4509
|
-
localVarQueryParameter['filter_key'] = filterKey;
|
|
4510
|
-
}
|
|
4511
|
-
|
|
4512
|
-
if (startDate !== undefined) {
|
|
4513
|
-
localVarQueryParameter['startDate'] = startDate;
|
|
4514
|
-
}
|
|
4515
|
-
|
|
4516
|
-
if (endDate !== undefined) {
|
|
4517
|
-
localVarQueryParameter['endDate'] = endDate;
|
|
4518
|
-
}
|
|
4519
|
-
|
|
4520
|
-
if (status !== undefined) {
|
|
4521
|
-
localVarQueryParameter['status'] = status;
|
|
4522
|
-
}
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
4059
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4527
4060
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4528
4061
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -4891,15 +4424,12 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4891
4424
|
/**
|
|
4892
4425
|
*
|
|
4893
4426
|
* @param {string} id
|
|
4894
|
-
* @param {ApproveReceiptBody} approveReceiptBody
|
|
4895
4427
|
* @param {*} [options] Override http request option.
|
|
4896
4428
|
* @throws {RequiredError}
|
|
4897
4429
|
*/
|
|
4898
|
-
receiptApproveReceipt: async (id: string,
|
|
4430
|
+
receiptApproveReceipt: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4899
4431
|
// verify required parameter 'id' is not null or undefined
|
|
4900
4432
|
assertParamExists('receiptApproveReceipt', 'id', id)
|
|
4901
|
-
// verify required parameter 'approveReceiptBody' is not null or undefined
|
|
4902
|
-
assertParamExists('receiptApproveReceipt', 'approveReceiptBody', approveReceiptBody)
|
|
4903
4433
|
const localVarPath = `/receipt/approve-receipt/{id}`
|
|
4904
4434
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4905
4435
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -4915,12 +4445,9 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4915
4445
|
|
|
4916
4446
|
|
|
4917
4447
|
|
|
4918
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4919
|
-
|
|
4920
4448
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4921
4449
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4922
4450
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
4923
|
-
localVarRequestOptions.data = serializeDataIfNeeded(approveReceiptBody, localVarRequestOptions, configuration)
|
|
4924
4451
|
|
|
4925
4452
|
return {
|
|
4926
4453
|
url: toPathString(localVarUrlObj),
|
|
@@ -5154,217 +4681,26 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5154
4681
|
};
|
|
5155
4682
|
},
|
|
5156
4683
|
/**
|
|
5157
|
-
*
|
|
5158
|
-
* @param {string} [xAccountId]
|
|
5159
|
-
* @param {*} [options] Override http request option.
|
|
5160
|
-
* @throws {RequiredError}
|
|
5161
|
-
*/
|
|
5162
|
-
registeredVehiclesGetVehiclesByAccount: async (xAccountId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5163
|
-
const localVarPath = `/registered-vehicles/account`;
|
|
5164
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5165
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5166
|
-
let baseOptions;
|
|
5167
|
-
if (configuration) {
|
|
5168
|
-
baseOptions = configuration.baseOptions;
|
|
5169
|
-
}
|
|
5170
|
-
|
|
5171
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
5172
|
-
const localVarHeaderParameter = {} as any;
|
|
5173
|
-
const localVarQueryParameter = {} as any;
|
|
5174
|
-
|
|
5175
|
-
if (xAccountId != null) {
|
|
5176
|
-
localVarHeaderParameter['x-account-id'] = String(xAccountId);
|
|
5177
|
-
}
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
|
|
5181
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5182
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5183
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5184
|
-
|
|
5185
|
-
return {
|
|
5186
|
-
url: toPathString(localVarUrlObj),
|
|
5187
|
-
options: localVarRequestOptions,
|
|
5188
|
-
};
|
|
5189
|
-
},
|
|
5190
|
-
/**
|
|
5191
|
-
*
|
|
5192
|
-
* @param {string} plateNo
|
|
5193
|
-
* @param {*} [options] Override http request option.
|
|
5194
|
-
* @throws {RequiredError}
|
|
5195
|
-
*/
|
|
5196
|
-
registeredVehiclesGetVehiclesByLicensePlate: async (plateNo: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5197
|
-
// verify required parameter 'plateNo' is not null or undefined
|
|
5198
|
-
assertParamExists('registeredVehiclesGetVehiclesByLicensePlate', 'plateNo', plateNo)
|
|
5199
|
-
const localVarPath = `/registered-vehicles/license-plate/{plate_no}`
|
|
5200
|
-
.replace(`{${"plate_no"}}`, encodeURIComponent(String(plateNo)));
|
|
5201
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5202
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5203
|
-
let baseOptions;
|
|
5204
|
-
if (configuration) {
|
|
5205
|
-
baseOptions = configuration.baseOptions;
|
|
5206
|
-
}
|
|
5207
|
-
|
|
5208
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
5209
|
-
const localVarHeaderParameter = {} as any;
|
|
5210
|
-
const localVarQueryParameter = {} as any;
|
|
5211
|
-
|
|
5212
|
-
|
|
5213
|
-
|
|
5214
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5215
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5216
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5217
|
-
|
|
5218
|
-
return {
|
|
5219
|
-
url: toPathString(localVarUrlObj),
|
|
5220
|
-
options: localVarRequestOptions,
|
|
5221
|
-
};
|
|
5222
|
-
},
|
|
5223
|
-
/**
|
|
5224
|
-
*
|
|
5225
|
-
* @param {string} [orderBy]
|
|
5226
|
-
* @param {string} [orderDirection]
|
|
5227
|
-
* @param {number} [pageNumber]
|
|
5228
|
-
* @param {number} [pageSize]
|
|
5229
|
-
* @param {string} [filterBy]
|
|
5230
|
-
* @param {string} [filterKey]
|
|
5231
|
-
* @param {string} [startDate]
|
|
5232
|
-
* @param {string} [endDate]
|
|
5233
|
-
* @param {boolean} [isVip]
|
|
5234
|
-
* @param {boolean} [isExport]
|
|
5235
|
-
* @param {*} [options] Override http request option.
|
|
5236
|
-
* @throws {RequiredError}
|
|
5237
|
-
*/
|
|
5238
|
-
registeredVehiclesHistoryIndex: async (orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isExport?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5239
|
-
const localVarPath = `/registered-vehicles/history`;
|
|
5240
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5241
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5242
|
-
let baseOptions;
|
|
5243
|
-
if (configuration) {
|
|
5244
|
-
baseOptions = configuration.baseOptions;
|
|
5245
|
-
}
|
|
5246
|
-
|
|
5247
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
5248
|
-
const localVarHeaderParameter = {} as any;
|
|
5249
|
-
const localVarQueryParameter = {} as any;
|
|
5250
|
-
|
|
5251
|
-
if (orderBy !== undefined) {
|
|
5252
|
-
localVarQueryParameter['order_by'] = orderBy;
|
|
5253
|
-
}
|
|
5254
|
-
|
|
5255
|
-
if (orderDirection !== undefined) {
|
|
5256
|
-
localVarQueryParameter['order_direction'] = orderDirection;
|
|
5257
|
-
}
|
|
5258
|
-
|
|
5259
|
-
if (pageNumber !== undefined) {
|
|
5260
|
-
localVarQueryParameter['page_number'] = pageNumber;
|
|
5261
|
-
}
|
|
5262
|
-
|
|
5263
|
-
if (pageSize !== undefined) {
|
|
5264
|
-
localVarQueryParameter['page_size'] = pageSize;
|
|
5265
|
-
}
|
|
5266
|
-
|
|
5267
|
-
if (filterBy !== undefined) {
|
|
5268
|
-
localVarQueryParameter['filter_by'] = filterBy;
|
|
5269
|
-
}
|
|
5270
|
-
|
|
5271
|
-
if (filterKey !== undefined) {
|
|
5272
|
-
localVarQueryParameter['filter_key'] = filterKey;
|
|
5273
|
-
}
|
|
5274
|
-
|
|
5275
|
-
if (startDate !== undefined) {
|
|
5276
|
-
localVarQueryParameter['startDate'] = startDate;
|
|
5277
|
-
}
|
|
5278
|
-
|
|
5279
|
-
if (endDate !== undefined) {
|
|
5280
|
-
localVarQueryParameter['endDate'] = endDate;
|
|
5281
|
-
}
|
|
5282
|
-
|
|
5283
|
-
if (isVip !== undefined) {
|
|
5284
|
-
localVarQueryParameter['is_vip'] = isVip;
|
|
5285
|
-
}
|
|
5286
|
-
|
|
5287
|
-
if (isExport !== undefined) {
|
|
5288
|
-
localVarQueryParameter['is_export'] = isExport;
|
|
5289
|
-
}
|
|
5290
|
-
|
|
5291
|
-
|
|
5292
|
-
|
|
5293
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5294
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5295
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5296
|
-
|
|
5297
|
-
return {
|
|
5298
|
-
url: toPathString(localVarUrlObj),
|
|
5299
|
-
options: localVarRequestOptions,
|
|
5300
|
-
};
|
|
5301
|
-
},
|
|
5302
|
-
/**
|
|
5303
|
-
*
|
|
5304
|
-
* @param {string} [orderBy]
|
|
5305
|
-
* @param {string} [orderDirection]
|
|
5306
|
-
* @param {number} [pageNumber]
|
|
5307
|
-
* @param {number} [pageSize]
|
|
5308
|
-
* @param {string} [filterBy]
|
|
5309
|
-
* @param {string} [filterKey]
|
|
5310
|
-
* @param {string} [startDate]
|
|
5311
|
-
* @param {string} [endDate]
|
|
5312
|
-
* @param {boolean} [isVip]
|
|
5313
|
-
* @param {boolean} [isExport]
|
|
5314
|
-
* @param {*} [options] Override http request option.
|
|
5315
|
-
* @throws {RequiredError}
|
|
5316
|
-
*/
|
|
5317
|
-
registeredVehiclesIndex: async (orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isExport?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5318
|
-
const localVarPath = `/registered-vehicles`;
|
|
5319
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5320
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5321
|
-
let baseOptions;
|
|
5322
|
-
if (configuration) {
|
|
5323
|
-
baseOptions = configuration.baseOptions;
|
|
5324
|
-
}
|
|
5325
|
-
|
|
5326
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
5327
|
-
const localVarHeaderParameter = {} as any;
|
|
5328
|
-
const localVarQueryParameter = {} as any;
|
|
5329
|
-
|
|
5330
|
-
if (orderBy !== undefined) {
|
|
5331
|
-
localVarQueryParameter['order_by'] = orderBy;
|
|
5332
|
-
}
|
|
5333
|
-
|
|
5334
|
-
if (orderDirection !== undefined) {
|
|
5335
|
-
localVarQueryParameter['order_direction'] = orderDirection;
|
|
5336
|
-
}
|
|
5337
|
-
|
|
5338
|
-
if (pageNumber !== undefined) {
|
|
5339
|
-
localVarQueryParameter['page_number'] = pageNumber;
|
|
5340
|
-
}
|
|
5341
|
-
|
|
5342
|
-
if (pageSize !== undefined) {
|
|
5343
|
-
localVarQueryParameter['page_size'] = pageSize;
|
|
5344
|
-
}
|
|
5345
|
-
|
|
5346
|
-
if (filterBy !== undefined) {
|
|
5347
|
-
localVarQueryParameter['filter_by'] = filterBy;
|
|
5348
|
-
}
|
|
5349
|
-
|
|
5350
|
-
if (filterKey !== undefined) {
|
|
5351
|
-
localVarQueryParameter['filter_key'] = filterKey;
|
|
5352
|
-
}
|
|
5353
|
-
|
|
5354
|
-
if (startDate !== undefined) {
|
|
5355
|
-
localVarQueryParameter['startDate'] = startDate;
|
|
5356
|
-
}
|
|
5357
|
-
|
|
5358
|
-
if (endDate !== undefined) {
|
|
5359
|
-
localVarQueryParameter['endDate'] = endDate;
|
|
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;
|
|
5360
4696
|
}
|
|
5361
4697
|
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
}
|
|
4698
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
4699
|
+
const localVarHeaderParameter = {} as any;
|
|
4700
|
+
const localVarQueryParameter = {} as any;
|
|
5365
4701
|
|
|
5366
|
-
if (
|
|
5367
|
-
|
|
4702
|
+
if (xAccountId != null) {
|
|
4703
|
+
localVarHeaderParameter['x-account-id'] = String(xAccountId);
|
|
5368
4704
|
}
|
|
5369
4705
|
|
|
5370
4706
|
|
|
@@ -5497,18 +4833,15 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5497
4833
|
},
|
|
5498
4834
|
/**
|
|
5499
4835
|
*
|
|
5500
|
-
* @param {
|
|
5501
|
-
* @param {
|
|
4836
|
+
* @param {UpdateRegisteredVehicleBody} updateRegisteredVehicleBody
|
|
4837
|
+
* @param {string} [xAccountId]
|
|
5502
4838
|
* @param {*} [options] Override http request option.
|
|
5503
4839
|
* @throws {RequiredError}
|
|
5504
4840
|
*/
|
|
5505
|
-
|
|
5506
|
-
// verify required parameter '
|
|
5507
|
-
assertParamExists('
|
|
5508
|
-
|
|
5509
|
-
assertParamExists('registeredVehiclesRemoveVip', 'removeVipVehicleBody', removeVipVehicleBody)
|
|
5510
|
-
const localVarPath = `/registered-vehicles/remove-vip/{id}`
|
|
5511
|
-
.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}`;
|
|
5512
4845
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5513
4846
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5514
4847
|
let baseOptions;
|
|
@@ -5516,10 +4849,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5516
4849
|
baseOptions = configuration.baseOptions;
|
|
5517
4850
|
}
|
|
5518
4851
|
|
|
5519
|
-
const localVarRequestOptions = { method: '
|
|
4852
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
5520
4853
|
const localVarHeaderParameter = {} as any;
|
|
5521
4854
|
const localVarQueryParameter = {} as any;
|
|
5522
4855
|
|
|
4856
|
+
if (xAccountId != null) {
|
|
4857
|
+
localVarHeaderParameter['x-account-id'] = String(xAccountId);
|
|
4858
|
+
}
|
|
4859
|
+
|
|
5523
4860
|
|
|
5524
4861
|
|
|
5525
4862
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -5527,7 +4864,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5527
4864
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5528
4865
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5529
4866
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5530
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
4867
|
+
localVarRequestOptions.data = serializeDataIfNeeded(updateRegisteredVehicleBody, localVarRequestOptions, configuration)
|
|
5531
4868
|
|
|
5532
4869
|
return {
|
|
5533
4870
|
url: toPathString(localVarUrlObj),
|
|
@@ -5536,15 +4873,16 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5536
4873
|
},
|
|
5537
4874
|
/**
|
|
5538
4875
|
*
|
|
5539
|
-
* @param {
|
|
5540
|
-
* @param {string} [
|
|
4876
|
+
* @param {string} licensePlate
|
|
4877
|
+
* @param {string} [province]
|
|
5541
4878
|
* @param {*} [options] Override http request option.
|
|
5542
4879
|
* @throws {RequiredError}
|
|
5543
4880
|
*/
|
|
5544
|
-
|
|
5545
|
-
// verify required parameter '
|
|
5546
|
-
assertParamExists('
|
|
5547
|
-
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)));
|
|
5548
4886
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5549
4887
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5550
4888
|
let baseOptions;
|
|
@@ -5552,22 +4890,19 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5552
4890
|
baseOptions = configuration.baseOptions;
|
|
5553
4891
|
}
|
|
5554
4892
|
|
|
5555
|
-
const localVarRequestOptions = { method: '
|
|
4893
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
5556
4894
|
const localVarHeaderParameter = {} as any;
|
|
5557
4895
|
const localVarQueryParameter = {} as any;
|
|
5558
4896
|
|
|
5559
|
-
if (
|
|
5560
|
-
|
|
4897
|
+
if (province !== undefined) {
|
|
4898
|
+
localVarQueryParameter['province'] = province;
|
|
5561
4899
|
}
|
|
5562
4900
|
|
|
5563
4901
|
|
|
5564
4902
|
|
|
5565
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5566
|
-
|
|
5567
4903
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5568
4904
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5569
4905
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
5570
|
-
localVarRequestOptions.data = serializeDataIfNeeded(updateRegisteredVehicleBody, localVarRequestOptions, configuration)
|
|
5571
4906
|
|
|
5572
4907
|
return {
|
|
5573
4908
|
url: toPathString(localVarUrlObj),
|
|
@@ -5869,19 +5204,19 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
5869
5204
|
* @param {string} [updatedAt]
|
|
5870
5205
|
* @param {string} [propertyName]
|
|
5871
5206
|
* @param {string} [propertyId]
|
|
5207
|
+
* @param {boolean} [ignoreStore]
|
|
5208
|
+
* @param {boolean} [ocrVerified]
|
|
5209
|
+
* @param {boolean} [convertDate]
|
|
5872
5210
|
* @param {string} [sortKey]
|
|
5873
5211
|
* @param {string} [sortDirection]
|
|
5874
5212
|
* @param {boolean} [hasTaxId]
|
|
5875
5213
|
* @param {boolean} [receiptAddressInObk]
|
|
5876
5214
|
* @param {boolean} [isActive]
|
|
5877
|
-
* @param {boolean} [checkHandwriting]
|
|
5878
|
-
* @param {boolean} [ocrVerified]
|
|
5879
|
-
* @param {boolean} [convertDate]
|
|
5880
5215
|
* @param {*} [options] Override http request option.
|
|
5881
5216
|
* @throws {RequiredError}
|
|
5882
5217
|
*/
|
|
5883
|
-
async configStoreWhitelistIndex(taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string,
|
|
5884
|
-
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);
|
|
5885
5220
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
5886
5221
|
},
|
|
5887
5222
|
/**
|
|
@@ -5949,24 +5284,6 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
5949
5284
|
const localVarAxiosArgs = await localVarAxiosParamCreator.parkingAddParkingTicket(id, platform, idType, xAccountId, options);
|
|
5950
5285
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
5951
5286
|
},
|
|
5952
|
-
/**
|
|
5953
|
-
*
|
|
5954
|
-
* @param {string} [orderBy]
|
|
5955
|
-
* @param {string} [orderDirection]
|
|
5956
|
-
* @param {number} [pageNumber]
|
|
5957
|
-
* @param {number} [pageSize]
|
|
5958
|
-
* @param {string} [filterBy]
|
|
5959
|
-
* @param {string} [filterKey]
|
|
5960
|
-
* @param {string} [startDate]
|
|
5961
|
-
* @param {string} [endDate]
|
|
5962
|
-
* @param {ParkingDetailStatus} [status]
|
|
5963
|
-
* @param {*} [options] Override http request option.
|
|
5964
|
-
* @throws {RequiredError}
|
|
5965
|
-
*/
|
|
5966
|
-
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>> {
|
|
5967
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.parkingDetailsExport(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, status, options);
|
|
5968
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
5969
|
-
},
|
|
5970
5287
|
/**
|
|
5971
5288
|
*
|
|
5972
5289
|
* @param {string} id
|
|
@@ -6061,12 +5378,11 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
6061
5378
|
/**
|
|
6062
5379
|
*
|
|
6063
5380
|
* @param {string} id
|
|
6064
|
-
* @param {ApproveReceiptBody} approveReceiptBody
|
|
6065
5381
|
* @param {*} [options] Override http request option.
|
|
6066
5382
|
* @throws {RequiredError}
|
|
6067
5383
|
*/
|
|
6068
|
-
async receiptApproveReceipt(id: string,
|
|
6069
|
-
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);
|
|
6070
5386
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6071
5387
|
},
|
|
6072
5388
|
/**
|
|
@@ -6143,54 +5459,6 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
6143
5459
|
const localVarAxiosArgs = await localVarAxiosParamCreator.registeredVehiclesGetVehiclesByAccount(xAccountId, options);
|
|
6144
5460
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6145
5461
|
},
|
|
6146
|
-
/**
|
|
6147
|
-
*
|
|
6148
|
-
* @param {string} plateNo
|
|
6149
|
-
* @param {*} [options] Override http request option.
|
|
6150
|
-
* @throws {RequiredError}
|
|
6151
|
-
*/
|
|
6152
|
-
async registeredVehiclesGetVehiclesByLicensePlate(plateNo: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegisteredVehicleResponse>> {
|
|
6153
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.registeredVehiclesGetVehiclesByLicensePlate(plateNo, options);
|
|
6154
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6155
|
-
},
|
|
6156
|
-
/**
|
|
6157
|
-
*
|
|
6158
|
-
* @param {string} [orderBy]
|
|
6159
|
-
* @param {string} [orderDirection]
|
|
6160
|
-
* @param {number} [pageNumber]
|
|
6161
|
-
* @param {number} [pageSize]
|
|
6162
|
-
* @param {string} [filterBy]
|
|
6163
|
-
* @param {string} [filterKey]
|
|
6164
|
-
* @param {string} [startDate]
|
|
6165
|
-
* @param {string} [endDate]
|
|
6166
|
-
* @param {boolean} [isVip]
|
|
6167
|
-
* @param {boolean} [isExport]
|
|
6168
|
-
* @param {*} [options] Override http request option.
|
|
6169
|
-
* @throws {RequiredError}
|
|
6170
|
-
*/
|
|
6171
|
-
async registeredVehiclesHistoryIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isExport?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResponseDataRegisteredVehicleIndexResponseArray>> {
|
|
6172
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.registeredVehiclesHistoryIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isExport, options);
|
|
6173
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6174
|
-
},
|
|
6175
|
-
/**
|
|
6176
|
-
*
|
|
6177
|
-
* @param {string} [orderBy]
|
|
6178
|
-
* @param {string} [orderDirection]
|
|
6179
|
-
* @param {number} [pageNumber]
|
|
6180
|
-
* @param {number} [pageSize]
|
|
6181
|
-
* @param {string} [filterBy]
|
|
6182
|
-
* @param {string} [filterKey]
|
|
6183
|
-
* @param {string} [startDate]
|
|
6184
|
-
* @param {string} [endDate]
|
|
6185
|
-
* @param {boolean} [isVip]
|
|
6186
|
-
* @param {boolean} [isExport]
|
|
6187
|
-
* @param {*} [options] Override http request option.
|
|
6188
|
-
* @throws {RequiredError}
|
|
6189
|
-
*/
|
|
6190
|
-
async registeredVehiclesIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isExport?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResponseDataRegisteredVehicleIndexResponseArray>> {
|
|
6191
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.registeredVehiclesIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isExport, options);
|
|
6192
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6193
|
-
},
|
|
6194
5462
|
/**
|
|
6195
5463
|
*
|
|
6196
5464
|
* @param {string} plateNo
|
|
@@ -6225,24 +5493,24 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
6225
5493
|
},
|
|
6226
5494
|
/**
|
|
6227
5495
|
*
|
|
6228
|
-
* @param {
|
|
6229
|
-
* @param {
|
|
5496
|
+
* @param {UpdateRegisteredVehicleBody} updateRegisteredVehicleBody
|
|
5497
|
+
* @param {string} [xAccountId]
|
|
6230
5498
|
* @param {*} [options] Override http request option.
|
|
6231
5499
|
* @throws {RequiredError}
|
|
6232
5500
|
*/
|
|
6233
|
-
async
|
|
6234
|
-
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);
|
|
6235
5503
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6236
5504
|
},
|
|
6237
5505
|
/**
|
|
6238
5506
|
*
|
|
6239
|
-
* @param {
|
|
6240
|
-
* @param {string} [
|
|
5507
|
+
* @param {string} licensePlate
|
|
5508
|
+
* @param {string} [province]
|
|
6241
5509
|
* @param {*} [options] Override http request option.
|
|
6242
5510
|
* @throws {RequiredError}
|
|
6243
5511
|
*/
|
|
6244
|
-
async
|
|
6245
|
-
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);
|
|
6246
5514
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
6247
5515
|
},
|
|
6248
5516
|
/**
|
|
@@ -6440,19 +5708,19 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
6440
5708
|
* @param {string} [updatedAt]
|
|
6441
5709
|
* @param {string} [propertyName]
|
|
6442
5710
|
* @param {string} [propertyId]
|
|
5711
|
+
* @param {boolean} [ignoreStore]
|
|
5712
|
+
* @param {boolean} [ocrVerified]
|
|
5713
|
+
* @param {boolean} [convertDate]
|
|
6443
5714
|
* @param {string} [sortKey]
|
|
6444
5715
|
* @param {string} [sortDirection]
|
|
6445
5716
|
* @param {boolean} [hasTaxId]
|
|
6446
5717
|
* @param {boolean} [receiptAddressInObk]
|
|
6447
5718
|
* @param {boolean} [isActive]
|
|
6448
|
-
* @param {boolean} [checkHandwriting]
|
|
6449
|
-
* @param {boolean} [ocrVerified]
|
|
6450
|
-
* @param {boolean} [convertDate]
|
|
6451
5719
|
* @param {*} [options] Override http request option.
|
|
6452
5720
|
* @throws {RequiredError}
|
|
6453
5721
|
*/
|
|
6454
|
-
configStoreWhitelistIndex(taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string,
|
|
6455
|
-
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));
|
|
6456
5724
|
},
|
|
6457
5725
|
/**
|
|
6458
5726
|
*
|
|
@@ -6513,23 +5781,6 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
6513
5781
|
parkingAddParkingTicket(id: string, platform: AddParkingTicketType, idType: AddParkingTicketIdType, xAccountId?: string, options?: any): AxiosPromise<AddParkingTicketResponse> {
|
|
6514
5782
|
return localVarFp.parkingAddParkingTicket(id, platform, idType, xAccountId, options).then((request) => request(axios, basePath));
|
|
6515
5783
|
},
|
|
6516
|
-
/**
|
|
6517
|
-
*
|
|
6518
|
-
* @param {string} [orderBy]
|
|
6519
|
-
* @param {string} [orderDirection]
|
|
6520
|
-
* @param {number} [pageNumber]
|
|
6521
|
-
* @param {number} [pageSize]
|
|
6522
|
-
* @param {string} [filterBy]
|
|
6523
|
-
* @param {string} [filterKey]
|
|
6524
|
-
* @param {string} [startDate]
|
|
6525
|
-
* @param {string} [endDate]
|
|
6526
|
-
* @param {ParkingDetailStatus} [status]
|
|
6527
|
-
* @param {*} [options] Override http request option.
|
|
6528
|
-
* @throws {RequiredError}
|
|
6529
|
-
*/
|
|
6530
|
-
parkingDetailsExport(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, status?: ParkingDetailStatus, options?: any): AxiosPromise<ResponseDataGetParkingDetailsExportResponseArray> {
|
|
6531
|
-
return localVarFp.parkingDetailsExport(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, status, options).then((request) => request(axios, basePath));
|
|
6532
|
-
},
|
|
6533
5784
|
/**
|
|
6534
5785
|
*
|
|
6535
5786
|
* @param {string} id
|
|
@@ -6618,12 +5869,11 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
6618
5869
|
/**
|
|
6619
5870
|
*
|
|
6620
5871
|
* @param {string} id
|
|
6621
|
-
* @param {ApproveReceiptBody} approveReceiptBody
|
|
6622
5872
|
* @param {*} [options] Override http request option.
|
|
6623
5873
|
* @throws {RequiredError}
|
|
6624
5874
|
*/
|
|
6625
|
-
receiptApproveReceipt(id: string,
|
|
6626
|
-
return localVarFp.receiptApproveReceipt(id,
|
|
5875
|
+
receiptApproveReceipt(id: string, options?: any): AxiosPromise<boolean> {
|
|
5876
|
+
return localVarFp.receiptApproveReceipt(id, options).then((request) => request(axios, basePath));
|
|
6627
5877
|
},
|
|
6628
5878
|
/**
|
|
6629
5879
|
*
|
|
@@ -6692,51 +5942,6 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
6692
5942
|
registeredVehiclesGetVehiclesByAccount(xAccountId?: string, options?: any): AxiosPromise<Array<RegisteredVehicleIndexResponse>> {
|
|
6693
5943
|
return localVarFp.registeredVehiclesGetVehiclesByAccount(xAccountId, options).then((request) => request(axios, basePath));
|
|
6694
5944
|
},
|
|
6695
|
-
/**
|
|
6696
|
-
*
|
|
6697
|
-
* @param {string} plateNo
|
|
6698
|
-
* @param {*} [options] Override http request option.
|
|
6699
|
-
* @throws {RequiredError}
|
|
6700
|
-
*/
|
|
6701
|
-
registeredVehiclesGetVehiclesByLicensePlate(plateNo: string, options?: any): AxiosPromise<RegisteredVehicleResponse> {
|
|
6702
|
-
return localVarFp.registeredVehiclesGetVehiclesByLicensePlate(plateNo, options).then((request) => request(axios, basePath));
|
|
6703
|
-
},
|
|
6704
|
-
/**
|
|
6705
|
-
*
|
|
6706
|
-
* @param {string} [orderBy]
|
|
6707
|
-
* @param {string} [orderDirection]
|
|
6708
|
-
* @param {number} [pageNumber]
|
|
6709
|
-
* @param {number} [pageSize]
|
|
6710
|
-
* @param {string} [filterBy]
|
|
6711
|
-
* @param {string} [filterKey]
|
|
6712
|
-
* @param {string} [startDate]
|
|
6713
|
-
* @param {string} [endDate]
|
|
6714
|
-
* @param {boolean} [isVip]
|
|
6715
|
-
* @param {boolean} [isExport]
|
|
6716
|
-
* @param {*} [options] Override http request option.
|
|
6717
|
-
* @throws {RequiredError}
|
|
6718
|
-
*/
|
|
6719
|
-
registeredVehiclesHistoryIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isExport?: boolean, options?: any): AxiosPromise<ResponseDataRegisteredVehicleIndexResponseArray> {
|
|
6720
|
-
return localVarFp.registeredVehiclesHistoryIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isExport, 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} [isExport]
|
|
6734
|
-
* @param {*} [options] Override http request option.
|
|
6735
|
-
* @throws {RequiredError}
|
|
6736
|
-
*/
|
|
6737
|
-
registeredVehiclesIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isExport?: boolean, options?: any): AxiosPromise<ResponseDataRegisteredVehicleIndexResponseArray> {
|
|
6738
|
-
return localVarFp.registeredVehiclesIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isExport, options).then((request) => request(axios, basePath));
|
|
6739
|
-
},
|
|
6740
5945
|
/**
|
|
6741
5946
|
*
|
|
6742
5947
|
* @param {string} plateNo
|
|
@@ -6768,23 +5973,23 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
6768
5973
|
},
|
|
6769
5974
|
/**
|
|
6770
5975
|
*
|
|
6771
|
-
* @param {
|
|
6772
|
-
* @param {
|
|
5976
|
+
* @param {UpdateRegisteredVehicleBody} updateRegisteredVehicleBody
|
|
5977
|
+
* @param {string} [xAccountId]
|
|
6773
5978
|
* @param {*} [options] Override http request option.
|
|
6774
5979
|
* @throws {RequiredError}
|
|
6775
5980
|
*/
|
|
6776
|
-
|
|
6777
|
-
return localVarFp.
|
|
5981
|
+
registeredVehiclesUpdate(updateRegisteredVehicleBody: UpdateRegisteredVehicleBody, xAccountId?: string, options?: any): AxiosPromise<RegisteredVehicleResponse> {
|
|
5982
|
+
return localVarFp.registeredVehiclesUpdate(updateRegisteredVehicleBody, xAccountId, options).then((request) => request(axios, basePath));
|
|
6778
5983
|
},
|
|
6779
5984
|
/**
|
|
6780
5985
|
*
|
|
6781
|
-
* @param {
|
|
6782
|
-
* @param {string} [
|
|
5986
|
+
* @param {string} licensePlate
|
|
5987
|
+
* @param {string} [province]
|
|
6783
5988
|
* @param {*} [options] Override http request option.
|
|
6784
5989
|
* @throws {RequiredError}
|
|
6785
5990
|
*/
|
|
6786
|
-
|
|
6787
|
-
return localVarFp.
|
|
5991
|
+
registeredVehiclesUpgradeToVip(licensePlate: string, province?: string, options?: any): AxiosPromise<RegisteredVehicleResponse> {
|
|
5992
|
+
return localVarFp.registeredVehiclesUpgradeToVip(licensePlate, province, options).then((request) => request(axios, basePath));
|
|
6788
5993
|
},
|
|
6789
5994
|
/**
|
|
6790
5995
|
*
|
|
@@ -7007,20 +6212,20 @@ export class DefaultApi extends BaseAPI {
|
|
|
7007
6212
|
* @param {string} [updatedAt]
|
|
7008
6213
|
* @param {string} [propertyName]
|
|
7009
6214
|
* @param {string} [propertyId]
|
|
6215
|
+
* @param {boolean} [ignoreStore]
|
|
6216
|
+
* @param {boolean} [ocrVerified]
|
|
6217
|
+
* @param {boolean} [convertDate]
|
|
7010
6218
|
* @param {string} [sortKey]
|
|
7011
6219
|
* @param {string} [sortDirection]
|
|
7012
6220
|
* @param {boolean} [hasTaxId]
|
|
7013
6221
|
* @param {boolean} [receiptAddressInObk]
|
|
7014
6222
|
* @param {boolean} [isActive]
|
|
7015
|
-
* @param {boolean} [checkHandwriting]
|
|
7016
|
-
* @param {boolean} [ocrVerified]
|
|
7017
|
-
* @param {boolean} [convertDate]
|
|
7018
6223
|
* @param {*} [options] Override http request option.
|
|
7019
6224
|
* @throws {RequiredError}
|
|
7020
6225
|
* @memberof DefaultApi
|
|
7021
6226
|
*/
|
|
7022
|
-
public configStoreWhitelistIndex(taxId?: string, storeName?: string, shopName?: string, companyName?: string, unitNo?: string, address?: string, building?: string, createdAt?: string, updatedAt?: string, propertyName?: string, propertyId?: string,
|
|
7023
|
-
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));
|
|
7024
6229
|
}
|
|
7025
6230
|
|
|
7026
6231
|
/**
|
|
@@ -7094,25 +6299,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
7094
6299
|
return DefaultApiFp(this.configuration).parkingAddParkingTicket(id, platform, idType, xAccountId, options).then((request) => request(this.axios, this.basePath));
|
|
7095
6300
|
}
|
|
7096
6301
|
|
|
7097
|
-
/**
|
|
7098
|
-
*
|
|
7099
|
-
* @param {string} [orderBy]
|
|
7100
|
-
* @param {string} [orderDirection]
|
|
7101
|
-
* @param {number} [pageNumber]
|
|
7102
|
-
* @param {number} [pageSize]
|
|
7103
|
-
* @param {string} [filterBy]
|
|
7104
|
-
* @param {string} [filterKey]
|
|
7105
|
-
* @param {string} [startDate]
|
|
7106
|
-
* @param {string} [endDate]
|
|
7107
|
-
* @param {ParkingDetailStatus} [status]
|
|
7108
|
-
* @param {*} [options] Override http request option.
|
|
7109
|
-
* @throws {RequiredError}
|
|
7110
|
-
* @memberof DefaultApi
|
|
7111
|
-
*/
|
|
7112
|
-
public parkingDetailsExport(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, status?: ParkingDetailStatus, options?: AxiosRequestConfig) {
|
|
7113
|
-
return DefaultApiFp(this.configuration).parkingDetailsExport(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, status, options).then((request) => request(this.axios, this.basePath));
|
|
7114
|
-
}
|
|
7115
|
-
|
|
7116
6302
|
/**
|
|
7117
6303
|
*
|
|
7118
6304
|
* @param {string} id
|
|
@@ -7213,13 +6399,12 @@ export class DefaultApi extends BaseAPI {
|
|
|
7213
6399
|
/**
|
|
7214
6400
|
*
|
|
7215
6401
|
* @param {string} id
|
|
7216
|
-
* @param {ApproveReceiptBody} approveReceiptBody
|
|
7217
6402
|
* @param {*} [options] Override http request option.
|
|
7218
6403
|
* @throws {RequiredError}
|
|
7219
6404
|
* @memberof DefaultApi
|
|
7220
6405
|
*/
|
|
7221
|
-
public receiptApproveReceipt(id: string,
|
|
7222
|
-
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));
|
|
7223
6408
|
}
|
|
7224
6409
|
|
|
7225
6410
|
/**
|
|
@@ -7303,57 +6488,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
7303
6488
|
return DefaultApiFp(this.configuration).registeredVehiclesGetVehiclesByAccount(xAccountId, options).then((request) => request(this.axios, this.basePath));
|
|
7304
6489
|
}
|
|
7305
6490
|
|
|
7306
|
-
/**
|
|
7307
|
-
*
|
|
7308
|
-
* @param {string} plateNo
|
|
7309
|
-
* @param {*} [options] Override http request option.
|
|
7310
|
-
* @throws {RequiredError}
|
|
7311
|
-
* @memberof DefaultApi
|
|
7312
|
-
*/
|
|
7313
|
-
public registeredVehiclesGetVehiclesByLicensePlate(plateNo: string, options?: AxiosRequestConfig) {
|
|
7314
|
-
return DefaultApiFp(this.configuration).registeredVehiclesGetVehiclesByLicensePlate(plateNo, options).then((request) => request(this.axios, this.basePath));
|
|
7315
|
-
}
|
|
7316
|
-
|
|
7317
|
-
/**
|
|
7318
|
-
*
|
|
7319
|
-
* @param {string} [orderBy]
|
|
7320
|
-
* @param {string} [orderDirection]
|
|
7321
|
-
* @param {number} [pageNumber]
|
|
7322
|
-
* @param {number} [pageSize]
|
|
7323
|
-
* @param {string} [filterBy]
|
|
7324
|
-
* @param {string} [filterKey]
|
|
7325
|
-
* @param {string} [startDate]
|
|
7326
|
-
* @param {string} [endDate]
|
|
7327
|
-
* @param {boolean} [isVip]
|
|
7328
|
-
* @param {boolean} [isExport]
|
|
7329
|
-
* @param {*} [options] Override http request option.
|
|
7330
|
-
* @throws {RequiredError}
|
|
7331
|
-
* @memberof DefaultApi
|
|
7332
|
-
*/
|
|
7333
|
-
public registeredVehiclesHistoryIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isExport?: boolean, options?: AxiosRequestConfig) {
|
|
7334
|
-
return DefaultApiFp(this.configuration).registeredVehiclesHistoryIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isExport, 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} [isExport]
|
|
7349
|
-
* @param {*} [options] Override http request option.
|
|
7350
|
-
* @throws {RequiredError}
|
|
7351
|
-
* @memberof DefaultApi
|
|
7352
|
-
*/
|
|
7353
|
-
public registeredVehiclesIndex(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, startDate?: string, endDate?: string, isVip?: boolean, isExport?: boolean, options?: AxiosRequestConfig) {
|
|
7354
|
-
return DefaultApiFp(this.configuration).registeredVehiclesIndex(orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, startDate, endDate, isVip, isExport, options).then((request) => request(this.axios, this.basePath));
|
|
7355
|
-
}
|
|
7356
|
-
|
|
7357
6491
|
/**
|
|
7358
6492
|
*
|
|
7359
6493
|
* @param {string} plateNo
|
|
@@ -7391,26 +6525,26 @@ export class DefaultApi extends BaseAPI {
|
|
|
7391
6525
|
|
|
7392
6526
|
/**
|
|
7393
6527
|
*
|
|
7394
|
-
* @param {
|
|
7395
|
-
* @param {
|
|
6528
|
+
* @param {UpdateRegisteredVehicleBody} updateRegisteredVehicleBody
|
|
6529
|
+
* @param {string} [xAccountId]
|
|
7396
6530
|
* @param {*} [options] Override http request option.
|
|
7397
6531
|
* @throws {RequiredError}
|
|
7398
6532
|
* @memberof DefaultApi
|
|
7399
6533
|
*/
|
|
7400
|
-
public
|
|
7401
|
-
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));
|
|
7402
6536
|
}
|
|
7403
6537
|
|
|
7404
6538
|
/**
|
|
7405
6539
|
*
|
|
7406
|
-
* @param {
|
|
7407
|
-
* @param {string} [
|
|
6540
|
+
* @param {string} licensePlate
|
|
6541
|
+
* @param {string} [province]
|
|
7408
6542
|
* @param {*} [options] Override http request option.
|
|
7409
6543
|
* @throws {RequiredError}
|
|
7410
6544
|
* @memberof DefaultApi
|
|
7411
6545
|
*/
|
|
7412
|
-
public
|
|
7413
|
-
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));
|
|
7414
6548
|
}
|
|
7415
6549
|
|
|
7416
6550
|
/**
|