ob-bms-sdk 0.0.97 → 0.0.99
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 +812 -189
- 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 +641 -107
- package/dist/api/api.js +286 -142
- 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
|
* ob-bms
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.8.15
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -631,6 +631,37 @@ export interface AirQualityIndexIndicatorRange {
|
|
|
631
631
|
*/
|
|
632
632
|
'id': string;
|
|
633
633
|
}
|
|
634
|
+
/**
|
|
635
|
+
*
|
|
636
|
+
* @export
|
|
637
|
+
* @interface BaseIndexQuery
|
|
638
|
+
*/
|
|
639
|
+
export interface BaseIndexQuery {
|
|
640
|
+
/**
|
|
641
|
+
*
|
|
642
|
+
* @type {string}
|
|
643
|
+
* @memberof BaseIndexQuery
|
|
644
|
+
*/
|
|
645
|
+
'order_by'?: string;
|
|
646
|
+
/**
|
|
647
|
+
*
|
|
648
|
+
* @type {string}
|
|
649
|
+
* @memberof BaseIndexQuery
|
|
650
|
+
*/
|
|
651
|
+
'order_direction'?: string;
|
|
652
|
+
/**
|
|
653
|
+
*
|
|
654
|
+
* @type {number}
|
|
655
|
+
* @memberof BaseIndexQuery
|
|
656
|
+
*/
|
|
657
|
+
'page_number'?: number;
|
|
658
|
+
/**
|
|
659
|
+
*
|
|
660
|
+
* @type {number}
|
|
661
|
+
* @memberof BaseIndexQuery
|
|
662
|
+
*/
|
|
663
|
+
'page_size'?: number;
|
|
664
|
+
}
|
|
634
665
|
/**
|
|
635
666
|
*
|
|
636
667
|
* @export
|
|
@@ -741,6 +772,21 @@ export interface BuildingAccessLogResult {
|
|
|
741
772
|
*/
|
|
742
773
|
export interface BuildingAccessLogResultCreatedAt {
|
|
743
774
|
}
|
|
775
|
+
/**
|
|
776
|
+
*
|
|
777
|
+
* @export
|
|
778
|
+
* @interface BuildingAccessLogShowQuery
|
|
779
|
+
*/
|
|
780
|
+
export interface BuildingAccessLogShowQuery {
|
|
781
|
+
/**
|
|
782
|
+
*
|
|
783
|
+
* @type {AccessorType}
|
|
784
|
+
* @memberof BuildingAccessLogShowQuery
|
|
785
|
+
*/
|
|
786
|
+
'accessorType': AccessorType;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
|
|
744
790
|
/**
|
|
745
791
|
*
|
|
746
792
|
* @export
|
|
@@ -776,13 +822,7 @@ export interface BuildingAccessgLogQuery {
|
|
|
776
822
|
* @type {AccessorType}
|
|
777
823
|
* @memberof BuildingAccessgLogQuery
|
|
778
824
|
*/
|
|
779
|
-
'
|
|
780
|
-
/**
|
|
781
|
-
*
|
|
782
|
-
* @type {string}
|
|
783
|
-
* @memberof BuildingAccessgLogQuery
|
|
784
|
-
*/
|
|
785
|
-
'name'?: string;
|
|
825
|
+
'accessorType': AccessorType;
|
|
786
826
|
/**
|
|
787
827
|
*
|
|
788
828
|
* @type {string}
|
|
@@ -794,19 +834,13 @@ export interface BuildingAccessgLogQuery {
|
|
|
794
834
|
* @type {string}
|
|
795
835
|
* @memberof BuildingAccessgLogQuery
|
|
796
836
|
*/
|
|
797
|
-
'
|
|
837
|
+
'filter'?: string;
|
|
798
838
|
/**
|
|
799
839
|
*
|
|
800
840
|
* @type {string}
|
|
801
841
|
* @memberof BuildingAccessgLogQuery
|
|
802
842
|
*/
|
|
803
843
|
'id'?: string;
|
|
804
|
-
/**
|
|
805
|
-
*
|
|
806
|
-
* @type {string}
|
|
807
|
-
* @memberof BuildingAccessgLogQuery
|
|
808
|
-
*/
|
|
809
|
-
'filter'?: string;
|
|
810
844
|
/**
|
|
811
845
|
*
|
|
812
846
|
* @type {string}
|
|
@@ -831,6 +865,12 @@ export interface BuildingAccessgLogQuery {
|
|
|
831
865
|
* @memberof BuildingAccessgLogQuery
|
|
832
866
|
*/
|
|
833
867
|
'endDate'?: string;
|
|
868
|
+
/**
|
|
869
|
+
*
|
|
870
|
+
* @type {string}
|
|
871
|
+
* @memberof BuildingAccessgLogQuery
|
|
872
|
+
*/
|
|
873
|
+
'name'?: string;
|
|
834
874
|
}
|
|
835
875
|
|
|
836
876
|
|
|
@@ -1063,7 +1103,7 @@ export interface CreateVisitorBody {
|
|
|
1063
1103
|
* @type {string}
|
|
1064
1104
|
* @memberof CreateVisitorBody
|
|
1065
1105
|
*/
|
|
1066
|
-
'reference'
|
|
1106
|
+
'reference'?: string;
|
|
1067
1107
|
/**
|
|
1068
1108
|
*
|
|
1069
1109
|
* @type {string}
|
|
@@ -1118,7 +1158,7 @@ export interface CreateVisitorResponse {
|
|
|
1118
1158
|
* @type {string}
|
|
1119
1159
|
* @memberof CreateVisitorResponse
|
|
1120
1160
|
*/
|
|
1121
|
-
'reference': string;
|
|
1161
|
+
'reference': string | null;
|
|
1122
1162
|
/**
|
|
1123
1163
|
*
|
|
1124
1164
|
* @type {string}
|
|
@@ -1731,7 +1771,7 @@ export interface MemberAccessLog {
|
|
|
1731
1771
|
* @type {string}
|
|
1732
1772
|
* @memberof MemberAccessLog
|
|
1733
1773
|
*/
|
|
1734
|
-
'
|
|
1774
|
+
'transacDatetime': string;
|
|
1735
1775
|
/**
|
|
1736
1776
|
*
|
|
1737
1777
|
* @type {number}
|
|
@@ -1879,6 +1919,111 @@ export interface MemberIndexInterface {
|
|
|
1879
1919
|
*/
|
|
1880
1920
|
'can_preregister'?: boolean;
|
|
1881
1921
|
}
|
|
1922
|
+
/**
|
|
1923
|
+
*
|
|
1924
|
+
* @export
|
|
1925
|
+
* @interface MemberIndexQuery
|
|
1926
|
+
*/
|
|
1927
|
+
export interface MemberIndexQuery {
|
|
1928
|
+
/**
|
|
1929
|
+
*
|
|
1930
|
+
* @type {string}
|
|
1931
|
+
* @memberof MemberIndexQuery
|
|
1932
|
+
*/
|
|
1933
|
+
'order_by'?: string;
|
|
1934
|
+
/**
|
|
1935
|
+
*
|
|
1936
|
+
* @type {string}
|
|
1937
|
+
* @memberof MemberIndexQuery
|
|
1938
|
+
*/
|
|
1939
|
+
'order_direction'?: string;
|
|
1940
|
+
/**
|
|
1941
|
+
*
|
|
1942
|
+
* @type {number}
|
|
1943
|
+
* @memberof MemberIndexQuery
|
|
1944
|
+
*/
|
|
1945
|
+
'page_number'?: number;
|
|
1946
|
+
/**
|
|
1947
|
+
*
|
|
1948
|
+
* @type {number}
|
|
1949
|
+
* @memberof MemberIndexQuery
|
|
1950
|
+
*/
|
|
1951
|
+
'page_size'?: number;
|
|
1952
|
+
/**
|
|
1953
|
+
*
|
|
1954
|
+
* @type {string}
|
|
1955
|
+
* @memberof MemberIndexQuery
|
|
1956
|
+
*/
|
|
1957
|
+
'floor_id'?: string;
|
|
1958
|
+
/**
|
|
1959
|
+
*
|
|
1960
|
+
* @type {string}
|
|
1961
|
+
* @memberof MemberIndexQuery
|
|
1962
|
+
*/
|
|
1963
|
+
'tenant_id'?: string;
|
|
1964
|
+
}
|
|
1965
|
+
/**
|
|
1966
|
+
*
|
|
1967
|
+
* @export
|
|
1968
|
+
* @interface MemberIndexResponse
|
|
1969
|
+
*/
|
|
1970
|
+
export interface MemberIndexResponse {
|
|
1971
|
+
/**
|
|
1972
|
+
*
|
|
1973
|
+
* @type {string}
|
|
1974
|
+
* @memberof MemberIndexResponse
|
|
1975
|
+
*/
|
|
1976
|
+
'id': string;
|
|
1977
|
+
/**
|
|
1978
|
+
*
|
|
1979
|
+
* @type {string}
|
|
1980
|
+
* @memberof MemberIndexResponse
|
|
1981
|
+
*/
|
|
1982
|
+
'uid': string;
|
|
1983
|
+
/**
|
|
1984
|
+
*
|
|
1985
|
+
* @type {string}
|
|
1986
|
+
* @memberof MemberIndexResponse
|
|
1987
|
+
*/
|
|
1988
|
+
'account_id'?: string | null;
|
|
1989
|
+
/**
|
|
1990
|
+
*
|
|
1991
|
+
* @type {JsonValue}
|
|
1992
|
+
* @memberof MemberIndexResponse
|
|
1993
|
+
*/
|
|
1994
|
+
'metadata'?: JsonValue | null;
|
|
1995
|
+
/**
|
|
1996
|
+
*
|
|
1997
|
+
* @type {TenantMemberResultCreatedAt}
|
|
1998
|
+
* @memberof MemberIndexResponse
|
|
1999
|
+
*/
|
|
2000
|
+
'created_at': TenantMemberResultCreatedAt;
|
|
2001
|
+
/**
|
|
2002
|
+
*
|
|
2003
|
+
* @type {TenantMemberResultCreatedAt}
|
|
2004
|
+
* @memberof MemberIndexResponse
|
|
2005
|
+
*/
|
|
2006
|
+
'updated_at': TenantMemberResultCreatedAt;
|
|
2007
|
+
}
|
|
2008
|
+
/**
|
|
2009
|
+
*
|
|
2010
|
+
* @export
|
|
2011
|
+
* @interface MemberListBody
|
|
2012
|
+
*/
|
|
2013
|
+
export interface MemberListBody {
|
|
2014
|
+
/**
|
|
2015
|
+
*
|
|
2016
|
+
* @type {Array<string>}
|
|
2017
|
+
* @memberof MemberListBody
|
|
2018
|
+
*/
|
|
2019
|
+
'floor_ids'?: Array<string>;
|
|
2020
|
+
/**
|
|
2021
|
+
*
|
|
2022
|
+
* @type {Array<string>}
|
|
2023
|
+
* @memberof MemberListBody
|
|
2024
|
+
*/
|
|
2025
|
+
'tenant_ids'?: Array<string>;
|
|
2026
|
+
}
|
|
1882
2027
|
/**
|
|
1883
2028
|
*
|
|
1884
2029
|
* @export
|
|
@@ -2358,6 +2503,12 @@ export interface ParkingLotData {
|
|
|
2358
2503
|
* @memberof ParkingLotData
|
|
2359
2504
|
*/
|
|
2360
2505
|
'parking_floor_id'?: string;
|
|
2506
|
+
/**
|
|
2507
|
+
*
|
|
2508
|
+
* @type {number}
|
|
2509
|
+
* @memberof ParkingLotData
|
|
2510
|
+
*/
|
|
2511
|
+
'total_spots'?: number;
|
|
2361
2512
|
/**
|
|
2362
2513
|
*
|
|
2363
2514
|
* @type {Array<SpotTypeData>}
|
|
@@ -2388,7 +2539,7 @@ export interface ParkingMemberAccessLog {
|
|
|
2388
2539
|
* @type {string}
|
|
2389
2540
|
* @memberof ParkingMemberAccessLog
|
|
2390
2541
|
*/
|
|
2391
|
-
'
|
|
2542
|
+
'transacDatetime': string;
|
|
2392
2543
|
/**
|
|
2393
2544
|
*
|
|
2394
2545
|
* @type {string}
|
|
@@ -2427,6 +2578,140 @@ export interface ParkingRedemptionRateResult {
|
|
|
2427
2578
|
*/
|
|
2428
2579
|
'code': number;
|
|
2429
2580
|
}
|
|
2581
|
+
/**
|
|
2582
|
+
*
|
|
2583
|
+
* @export
|
|
2584
|
+
* @interface ParkingSpaceDetailAndSpaceDetail
|
|
2585
|
+
*/
|
|
2586
|
+
export interface ParkingSpaceDetailAndSpaceDetail {
|
|
2587
|
+
/**
|
|
2588
|
+
*
|
|
2589
|
+
* @type {string}
|
|
2590
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2591
|
+
*/
|
|
2592
|
+
'recordSyscode': string;
|
|
2593
|
+
/**
|
|
2594
|
+
*
|
|
2595
|
+
* @type {string}
|
|
2596
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2597
|
+
*/
|
|
2598
|
+
'spaceSyscode': string;
|
|
2599
|
+
/**
|
|
2600
|
+
*
|
|
2601
|
+
* @type {string}
|
|
2602
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2603
|
+
*/
|
|
2604
|
+
'spaceNo': string;
|
|
2605
|
+
/**
|
|
2606
|
+
*
|
|
2607
|
+
* @type {string}
|
|
2608
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2609
|
+
*/
|
|
2610
|
+
'spacePicUri': string;
|
|
2611
|
+
/**
|
|
2612
|
+
*
|
|
2613
|
+
* @type {string}
|
|
2614
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2615
|
+
*/
|
|
2616
|
+
'parkingTime': string;
|
|
2617
|
+
/**
|
|
2618
|
+
*
|
|
2619
|
+
* @type {string}
|
|
2620
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2621
|
+
*/
|
|
2622
|
+
'parkSyscode': string;
|
|
2623
|
+
/**
|
|
2624
|
+
*
|
|
2625
|
+
* @type {string}
|
|
2626
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2627
|
+
*/
|
|
2628
|
+
'parkName': string;
|
|
2629
|
+
/**
|
|
2630
|
+
*
|
|
2631
|
+
* @type {string}
|
|
2632
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2633
|
+
*/
|
|
2634
|
+
'floorSyscode': string;
|
|
2635
|
+
/**
|
|
2636
|
+
*
|
|
2637
|
+
* @type {string}
|
|
2638
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2639
|
+
*/
|
|
2640
|
+
'floorName': string;
|
|
2641
|
+
/**
|
|
2642
|
+
*
|
|
2643
|
+
* @type {string}
|
|
2644
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2645
|
+
*/
|
|
2646
|
+
'plateNoPicUri': string;
|
|
2647
|
+
/**
|
|
2648
|
+
*
|
|
2649
|
+
* @type {string}
|
|
2650
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2651
|
+
*/
|
|
2652
|
+
'aswSyscode': string;
|
|
2653
|
+
/**
|
|
2654
|
+
*
|
|
2655
|
+
* @type {string}
|
|
2656
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2657
|
+
*/
|
|
2658
|
+
'plateNo': string;
|
|
2659
|
+
/**
|
|
2660
|
+
*
|
|
2661
|
+
* @type {string}
|
|
2662
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2663
|
+
*/
|
|
2664
|
+
'spacePicUrl': string;
|
|
2665
|
+
/**
|
|
2666
|
+
*
|
|
2667
|
+
* @type {string}
|
|
2668
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2669
|
+
*/
|
|
2670
|
+
'plateNoPicUrl': string;
|
|
2671
|
+
/**
|
|
2672
|
+
*
|
|
2673
|
+
* @type {string}
|
|
2674
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2675
|
+
*/
|
|
2676
|
+
'spacePicBinary': string;
|
|
2677
|
+
/**
|
|
2678
|
+
*
|
|
2679
|
+
* @type {string}
|
|
2680
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2681
|
+
*/
|
|
2682
|
+
'ibeaconIpcUuid': string;
|
|
2683
|
+
/**
|
|
2684
|
+
*
|
|
2685
|
+
* @type {string}
|
|
2686
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2687
|
+
*/
|
|
2688
|
+
'ibeaconIpcMajor': string;
|
|
2689
|
+
/**
|
|
2690
|
+
*
|
|
2691
|
+
* @type {string}
|
|
2692
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2693
|
+
*/
|
|
2694
|
+
'ibeaconIpcMinor': string;
|
|
2695
|
+
/**
|
|
2696
|
+
*
|
|
2697
|
+
* @type {string}
|
|
2698
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2699
|
+
*/
|
|
2700
|
+
'zoneName': string;
|
|
2701
|
+
}
|
|
2702
|
+
/**
|
|
2703
|
+
*
|
|
2704
|
+
* @export
|
|
2705
|
+
* @interface ParkingSpaceDetailBody
|
|
2706
|
+
*/
|
|
2707
|
+
export interface ParkingSpaceDetailBody {
|
|
2708
|
+
/**
|
|
2709
|
+
*
|
|
2710
|
+
* @type {string}
|
|
2711
|
+
* @memberof ParkingSpaceDetailBody
|
|
2712
|
+
*/
|
|
2713
|
+
'plate_number': string;
|
|
2714
|
+
}
|
|
2430
2715
|
/**
|
|
2431
2716
|
*
|
|
2432
2717
|
* @export
|
|
@@ -2558,7 +2843,7 @@ export interface ParkingVisitorAccessLog {
|
|
|
2558
2843
|
* @type {string}
|
|
2559
2844
|
* @memberof ParkingVisitorAccessLog
|
|
2560
2845
|
*/
|
|
2561
|
-
'
|
|
2846
|
+
'transacDatetime': string;
|
|
2562
2847
|
/**
|
|
2563
2848
|
*
|
|
2564
2849
|
* @type {string}
|
|
@@ -3444,7 +3729,7 @@ export interface ShowVisitorResponse {
|
|
|
3444
3729
|
* @type {string}
|
|
3445
3730
|
* @memberof ShowVisitorResponse
|
|
3446
3731
|
*/
|
|
3447
|
-
'reference': string;
|
|
3732
|
+
'reference': string | null;
|
|
3448
3733
|
/**
|
|
3449
3734
|
*
|
|
3450
3735
|
* @type {string}
|
|
@@ -3512,6 +3797,12 @@ export interface SpotTypeData {
|
|
|
3512
3797
|
* @memberof SpotTypeData
|
|
3513
3798
|
*/
|
|
3514
3799
|
'parking_lot_id'?: string;
|
|
3800
|
+
/**
|
|
3801
|
+
*
|
|
3802
|
+
* @type {number}
|
|
3803
|
+
* @memberof SpotTypeData
|
|
3804
|
+
*/
|
|
3805
|
+
'total_spots'?: number;
|
|
3515
3806
|
}
|
|
3516
3807
|
/**
|
|
3517
3808
|
*
|
|
@@ -3970,7 +4261,7 @@ export interface VisitorAccessLog {
|
|
|
3970
4261
|
* @type {string}
|
|
3971
4262
|
* @memberof VisitorAccessLog
|
|
3972
4263
|
*/
|
|
3973
|
-
'
|
|
4264
|
+
'transacDatetime': string;
|
|
3974
4265
|
/**
|
|
3975
4266
|
*
|
|
3976
4267
|
* @type {number}
|
|
@@ -4031,7 +4322,7 @@ export interface VisitorData {
|
|
|
4031
4322
|
* @type {string}
|
|
4032
4323
|
* @memberof VisitorData
|
|
4033
4324
|
*/
|
|
4034
|
-
'reference'
|
|
4325
|
+
'reference'?: string | null;
|
|
4035
4326
|
/**
|
|
4036
4327
|
*
|
|
4037
4328
|
* @type {string}
|
|
@@ -4129,7 +4420,7 @@ export interface VisitorPasses {
|
|
|
4129
4420
|
* @type {string}
|
|
4130
4421
|
* @memberof VisitorPasses
|
|
4131
4422
|
*/
|
|
4132
|
-
'reference'
|
|
4423
|
+
'reference'?: string | null;
|
|
4133
4424
|
/**
|
|
4134
4425
|
*
|
|
4135
4426
|
* @type {string}
|
|
@@ -4178,7 +4469,7 @@ export interface VisitorResult {
|
|
|
4178
4469
|
* @type {string}
|
|
4179
4470
|
* @memberof VisitorResult
|
|
4180
4471
|
*/
|
|
4181
|
-
'reference'
|
|
4472
|
+
'reference'?: string | null;
|
|
4182
4473
|
/**
|
|
4183
4474
|
*
|
|
4184
4475
|
* @type {string}
|
|
@@ -4507,24 +4798,49 @@ export interface WrappedArrayResponseBuildingAccessLogResult {
|
|
|
4507
4798
|
* @memberof WrappedArrayResponseBuildingAccessLogResult
|
|
4508
4799
|
*/
|
|
4509
4800
|
'data': Array<BuildingAccessLogResult>;
|
|
4801
|
+
/**
|
|
4802
|
+
*
|
|
4803
|
+
* @type {Pagination}
|
|
4804
|
+
* @memberof WrappedArrayResponseBuildingAccessLogResult
|
|
4805
|
+
*/
|
|
4806
|
+
'pagination'?: Pagination;
|
|
4510
4807
|
}
|
|
4511
4808
|
/**
|
|
4512
4809
|
*
|
|
4513
4810
|
* @export
|
|
4514
|
-
* @interface
|
|
4811
|
+
* @interface WrappedArrayResponseFindMemberResult
|
|
4515
4812
|
*/
|
|
4516
|
-
export interface
|
|
4813
|
+
export interface WrappedArrayResponseFindMemberResult {
|
|
4517
4814
|
/**
|
|
4518
4815
|
*
|
|
4519
|
-
* @type {Array<
|
|
4520
|
-
* @memberof
|
|
4816
|
+
* @type {Array<FindMemberResult>}
|
|
4817
|
+
* @memberof WrappedArrayResponseFindMemberResult
|
|
4521
4818
|
*/
|
|
4522
|
-
'data': Array<
|
|
4819
|
+
'data': Array<FindMemberResult>;
|
|
4820
|
+
/**
|
|
4821
|
+
*
|
|
4822
|
+
* @type {Pagination}
|
|
4823
|
+
* @memberof WrappedArrayResponseFindMemberResult
|
|
4824
|
+
*/
|
|
4825
|
+
'pagination'?: Pagination;
|
|
4523
4826
|
}
|
|
4524
4827
|
/**
|
|
4525
4828
|
*
|
|
4526
4829
|
* @export
|
|
4527
|
-
* @interface
|
|
4830
|
+
* @interface WrappedArrayResponseFloorData
|
|
4831
|
+
*/
|
|
4832
|
+
export interface WrappedArrayResponseFloorData {
|
|
4833
|
+
/**
|
|
4834
|
+
*
|
|
4835
|
+
* @type {Array<FloorData>}
|
|
4836
|
+
* @memberof WrappedArrayResponseFloorData
|
|
4837
|
+
*/
|
|
4838
|
+
'data': Array<FloorData>;
|
|
4839
|
+
}
|
|
4840
|
+
/**
|
|
4841
|
+
*
|
|
4842
|
+
* @export
|
|
4843
|
+
* @interface WrappedArrayResponseHolidayResponse
|
|
4528
4844
|
*/
|
|
4529
4845
|
export interface WrappedArrayResponseHolidayResponse {
|
|
4530
4846
|
/**
|
|
@@ -4547,6 +4863,25 @@ export interface WrappedArrayResponseIssueTypeData {
|
|
|
4547
4863
|
*/
|
|
4548
4864
|
'data': Array<IssueTypeData>;
|
|
4549
4865
|
}
|
|
4866
|
+
/**
|
|
4867
|
+
*
|
|
4868
|
+
* @export
|
|
4869
|
+
* @interface WrappedArrayResponseMemberIndexResponse
|
|
4870
|
+
*/
|
|
4871
|
+
export interface WrappedArrayResponseMemberIndexResponse {
|
|
4872
|
+
/**
|
|
4873
|
+
*
|
|
4874
|
+
* @type {Array<MemberIndexResponse>}
|
|
4875
|
+
* @memberof WrappedArrayResponseMemberIndexResponse
|
|
4876
|
+
*/
|
|
4877
|
+
'data': Array<MemberIndexResponse>;
|
|
4878
|
+
/**
|
|
4879
|
+
*
|
|
4880
|
+
* @type {Pagination}
|
|
4881
|
+
* @memberof WrappedArrayResponseMemberIndexResponse
|
|
4882
|
+
*/
|
|
4883
|
+
'pagination'?: Pagination;
|
|
4884
|
+
}
|
|
4550
4885
|
/**
|
|
4551
4886
|
*
|
|
4552
4887
|
* @export
|
|
@@ -4812,7 +5147,7 @@ export interface WrappedResponseCreateVisitorResponseData {
|
|
|
4812
5147
|
* @type {string}
|
|
4813
5148
|
* @memberof WrappedResponseCreateVisitorResponseData
|
|
4814
5149
|
*/
|
|
4815
|
-
'reference': string;
|
|
5150
|
+
'reference': string | null;
|
|
4816
5151
|
/**
|
|
4817
5152
|
*
|
|
4818
5153
|
* @type {string}
|
|
@@ -4977,6 +5312,140 @@ export interface WrappedResponseParkingRedemptionRateResultArray {
|
|
|
4977
5312
|
*/
|
|
4978
5313
|
export interface WrappedResponseParkingRedemptionRateResultArrayData {
|
|
4979
5314
|
}
|
|
5315
|
+
/**
|
|
5316
|
+
*
|
|
5317
|
+
* @export
|
|
5318
|
+
* @interface WrappedResponseParkingSpaceDetailAndSpaceDetail
|
|
5319
|
+
*/
|
|
5320
|
+
export interface WrappedResponseParkingSpaceDetailAndSpaceDetail {
|
|
5321
|
+
/**
|
|
5322
|
+
*
|
|
5323
|
+
* @type {WrappedResponseParkingSpaceDetailAndSpaceDetailData}
|
|
5324
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetail
|
|
5325
|
+
*/
|
|
5326
|
+
'data': WrappedResponseParkingSpaceDetailAndSpaceDetailData | null;
|
|
5327
|
+
}
|
|
5328
|
+
/**
|
|
5329
|
+
*
|
|
5330
|
+
* @export
|
|
5331
|
+
* @interface WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5332
|
+
*/
|
|
5333
|
+
export interface WrappedResponseParkingSpaceDetailAndSpaceDetailData {
|
|
5334
|
+
/**
|
|
5335
|
+
*
|
|
5336
|
+
* @type {string}
|
|
5337
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5338
|
+
*/
|
|
5339
|
+
'recordSyscode': string;
|
|
5340
|
+
/**
|
|
5341
|
+
*
|
|
5342
|
+
* @type {string}
|
|
5343
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5344
|
+
*/
|
|
5345
|
+
'spaceSyscode': string;
|
|
5346
|
+
/**
|
|
5347
|
+
*
|
|
5348
|
+
* @type {string}
|
|
5349
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5350
|
+
*/
|
|
5351
|
+
'spaceNo': string;
|
|
5352
|
+
/**
|
|
5353
|
+
*
|
|
5354
|
+
* @type {string}
|
|
5355
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5356
|
+
*/
|
|
5357
|
+
'spacePicUri': string;
|
|
5358
|
+
/**
|
|
5359
|
+
*
|
|
5360
|
+
* @type {string}
|
|
5361
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5362
|
+
*/
|
|
5363
|
+
'parkingTime': string;
|
|
5364
|
+
/**
|
|
5365
|
+
*
|
|
5366
|
+
* @type {string}
|
|
5367
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5368
|
+
*/
|
|
5369
|
+
'parkSyscode': string;
|
|
5370
|
+
/**
|
|
5371
|
+
*
|
|
5372
|
+
* @type {string}
|
|
5373
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5374
|
+
*/
|
|
5375
|
+
'parkName': string;
|
|
5376
|
+
/**
|
|
5377
|
+
*
|
|
5378
|
+
* @type {string}
|
|
5379
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5380
|
+
*/
|
|
5381
|
+
'floorSyscode': string;
|
|
5382
|
+
/**
|
|
5383
|
+
*
|
|
5384
|
+
* @type {string}
|
|
5385
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5386
|
+
*/
|
|
5387
|
+
'floorName': string;
|
|
5388
|
+
/**
|
|
5389
|
+
*
|
|
5390
|
+
* @type {string}
|
|
5391
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5392
|
+
*/
|
|
5393
|
+
'plateNoPicUri': string;
|
|
5394
|
+
/**
|
|
5395
|
+
*
|
|
5396
|
+
* @type {string}
|
|
5397
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5398
|
+
*/
|
|
5399
|
+
'aswSyscode': string;
|
|
5400
|
+
/**
|
|
5401
|
+
*
|
|
5402
|
+
* @type {string}
|
|
5403
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5404
|
+
*/
|
|
5405
|
+
'plateNo': string;
|
|
5406
|
+
/**
|
|
5407
|
+
*
|
|
5408
|
+
* @type {string}
|
|
5409
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5410
|
+
*/
|
|
5411
|
+
'spacePicUrl': string;
|
|
5412
|
+
/**
|
|
5413
|
+
*
|
|
5414
|
+
* @type {string}
|
|
5415
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5416
|
+
*/
|
|
5417
|
+
'plateNoPicUrl': string;
|
|
5418
|
+
/**
|
|
5419
|
+
*
|
|
5420
|
+
* @type {string}
|
|
5421
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5422
|
+
*/
|
|
5423
|
+
'spacePicBinary': string;
|
|
5424
|
+
/**
|
|
5425
|
+
*
|
|
5426
|
+
* @type {string}
|
|
5427
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5428
|
+
*/
|
|
5429
|
+
'ibeaconIpcUuid': string;
|
|
5430
|
+
/**
|
|
5431
|
+
*
|
|
5432
|
+
* @type {string}
|
|
5433
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5434
|
+
*/
|
|
5435
|
+
'ibeaconIpcMajor': string;
|
|
5436
|
+
/**
|
|
5437
|
+
*
|
|
5438
|
+
* @type {string}
|
|
5439
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5440
|
+
*/
|
|
5441
|
+
'ibeaconIpcMinor': string;
|
|
5442
|
+
/**
|
|
5443
|
+
*
|
|
5444
|
+
* @type {string}
|
|
5445
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5446
|
+
*/
|
|
5447
|
+
'zoneName': string;
|
|
5448
|
+
}
|
|
4980
5449
|
/**
|
|
4981
5450
|
*
|
|
4982
5451
|
* @export
|
|
@@ -5258,7 +5727,7 @@ export interface WrappedResponseShowVisitorResponseData {
|
|
|
5258
5727
|
* @type {string}
|
|
5259
5728
|
* @memberof WrappedResponseShowVisitorResponseData
|
|
5260
5729
|
*/
|
|
5261
|
-
'reference': string;
|
|
5730
|
+
'reference': string | null;
|
|
5262
5731
|
/**
|
|
5263
5732
|
*
|
|
5264
5733
|
* @type {string}
|
|
@@ -5637,26 +6106,25 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5637
6106
|
},
|
|
5638
6107
|
/**
|
|
5639
6108
|
*
|
|
5640
|
-
* @param {AccessorType}
|
|
6109
|
+
* @param {AccessorType} accessorType
|
|
5641
6110
|
* @param {string} [orderBy]
|
|
5642
6111
|
* @param {string} [orderDirection]
|
|
5643
6112
|
* @param {number} [pageNumber]
|
|
5644
6113
|
* @param {number} [pageSize]
|
|
5645
|
-
* @param {string} [name]
|
|
5646
6114
|
* @param {string} [displayTower]
|
|
5647
|
-
* @param {string} [companyName]
|
|
5648
|
-
* @param {string} [id]
|
|
5649
6115
|
* @param {string} [filter]
|
|
6116
|
+
* @param {string} [id]
|
|
5650
6117
|
* @param {string} [building]
|
|
5651
6118
|
* @param {number} [status]
|
|
5652
6119
|
* @param {string} [startDate]
|
|
5653
6120
|
* @param {string} [endDate]
|
|
6121
|
+
* @param {string} [name]
|
|
5654
6122
|
* @param {*} [options] Override http request option.
|
|
5655
6123
|
* @throws {RequiredError}
|
|
5656
6124
|
*/
|
|
5657
|
-
buildingAccessLogsIndex: async (
|
|
5658
|
-
// verify required parameter '
|
|
5659
|
-
assertParamExists('buildingAccessLogsIndex', '
|
|
6125
|
+
buildingAccessLogsIndex: async (accessorType: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, displayTower?: string, filter?: string, id?: string, building?: string, status?: number, startDate?: string, endDate?: string, name?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
6126
|
+
// verify required parameter 'accessorType' is not null or undefined
|
|
6127
|
+
assertParamExists('buildingAccessLogsIndex', 'accessorType', accessorType)
|
|
5660
6128
|
const localVarPath = `/building_access`;
|
|
5661
6129
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5662
6130
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -5685,30 +6153,22 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5685
6153
|
localVarQueryParameter['page_size'] = pageSize;
|
|
5686
6154
|
}
|
|
5687
6155
|
|
|
5688
|
-
if (
|
|
5689
|
-
localVarQueryParameter['
|
|
5690
|
-
}
|
|
5691
|
-
|
|
5692
|
-
if (name !== undefined) {
|
|
5693
|
-
localVarQueryParameter['name'] = name;
|
|
6156
|
+
if (accessorType !== undefined) {
|
|
6157
|
+
localVarQueryParameter['accessorType'] = accessorType;
|
|
5694
6158
|
}
|
|
5695
6159
|
|
|
5696
6160
|
if (displayTower !== undefined) {
|
|
5697
6161
|
localVarQueryParameter['display_tower'] = displayTower;
|
|
5698
6162
|
}
|
|
5699
6163
|
|
|
5700
|
-
if (
|
|
5701
|
-
localVarQueryParameter['
|
|
6164
|
+
if (filter !== undefined) {
|
|
6165
|
+
localVarQueryParameter['filter'] = filter;
|
|
5702
6166
|
}
|
|
5703
6167
|
|
|
5704
6168
|
if (id !== undefined) {
|
|
5705
6169
|
localVarQueryParameter['id'] = id;
|
|
5706
6170
|
}
|
|
5707
6171
|
|
|
5708
|
-
if (filter !== undefined) {
|
|
5709
|
-
localVarQueryParameter['filter'] = filter;
|
|
5710
|
-
}
|
|
5711
|
-
|
|
5712
6172
|
if (building !== undefined) {
|
|
5713
6173
|
localVarQueryParameter['building'] = building;
|
|
5714
6174
|
}
|
|
@@ -5725,6 +6185,10 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5725
6185
|
localVarQueryParameter['endDate'] = endDate;
|
|
5726
6186
|
}
|
|
5727
6187
|
|
|
6188
|
+
if (name !== undefined) {
|
|
6189
|
+
localVarQueryParameter['name'] = name;
|
|
6190
|
+
}
|
|
6191
|
+
|
|
5728
6192
|
|
|
5729
6193
|
|
|
5730
6194
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5739,28 +6203,15 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5739
6203
|
/**
|
|
5740
6204
|
*
|
|
5741
6205
|
* @param {string} id
|
|
5742
|
-
* @param {AccessorType}
|
|
5743
|
-
* @param {string} [orderBy]
|
|
5744
|
-
* @param {string} [orderDirection]
|
|
5745
|
-
* @param {number} [pageNumber]
|
|
5746
|
-
* @param {number} [pageSize]
|
|
5747
|
-
* @param {string} [name]
|
|
5748
|
-
* @param {string} [displayTower]
|
|
5749
|
-
* @param {string} [companyName]
|
|
5750
|
-
* @param {string} [id2]
|
|
5751
|
-
* @param {string} [filter]
|
|
5752
|
-
* @param {string} [building]
|
|
5753
|
-
* @param {number} [status]
|
|
5754
|
-
* @param {string} [startDate]
|
|
5755
|
-
* @param {string} [endDate]
|
|
6206
|
+
* @param {AccessorType} accessorType
|
|
5756
6207
|
* @param {*} [options] Override http request option.
|
|
5757
6208
|
* @throws {RequiredError}
|
|
5758
6209
|
*/
|
|
5759
|
-
buildingAccessLogsShow: async (id: string,
|
|
6210
|
+
buildingAccessLogsShow: async (id: string, accessorType: AccessorType, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5760
6211
|
// verify required parameter 'id' is not null or undefined
|
|
5761
6212
|
assertParamExists('buildingAccessLogsShow', 'id', id)
|
|
5762
|
-
// verify required parameter '
|
|
5763
|
-
assertParamExists('buildingAccessLogsShow', '
|
|
6213
|
+
// verify required parameter 'accessorType' is not null or undefined
|
|
6214
|
+
assertParamExists('buildingAccessLogsShow', 'accessorType', accessorType)
|
|
5764
6215
|
const localVarPath = `/building_access/{id}`
|
|
5765
6216
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
5766
6217
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -5774,60 +6225,8 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5774
6225
|
const localVarHeaderParameter = {} as any;
|
|
5775
6226
|
const localVarQueryParameter = {} as any;
|
|
5776
6227
|
|
|
5777
|
-
if (
|
|
5778
|
-
localVarQueryParameter['
|
|
5779
|
-
}
|
|
5780
|
-
|
|
5781
|
-
if (orderDirection !== undefined) {
|
|
5782
|
-
localVarQueryParameter['order_direction'] = orderDirection;
|
|
5783
|
-
}
|
|
5784
|
-
|
|
5785
|
-
if (pageNumber !== undefined) {
|
|
5786
|
-
localVarQueryParameter['page_number'] = pageNumber;
|
|
5787
|
-
}
|
|
5788
|
-
|
|
5789
|
-
if (pageSize !== undefined) {
|
|
5790
|
-
localVarQueryParameter['page_size'] = pageSize;
|
|
5791
|
-
}
|
|
5792
|
-
|
|
5793
|
-
if (type !== undefined) {
|
|
5794
|
-
localVarQueryParameter['type'] = type;
|
|
5795
|
-
}
|
|
5796
|
-
|
|
5797
|
-
if (name !== undefined) {
|
|
5798
|
-
localVarQueryParameter['name'] = name;
|
|
5799
|
-
}
|
|
5800
|
-
|
|
5801
|
-
if (displayTower !== undefined) {
|
|
5802
|
-
localVarQueryParameter['display_tower'] = displayTower;
|
|
5803
|
-
}
|
|
5804
|
-
|
|
5805
|
-
if (companyName !== undefined) {
|
|
5806
|
-
localVarQueryParameter['company_name'] = companyName;
|
|
5807
|
-
}
|
|
5808
|
-
|
|
5809
|
-
if (id2 !== undefined) {
|
|
5810
|
-
localVarQueryParameter['id'] = id2;
|
|
5811
|
-
}
|
|
5812
|
-
|
|
5813
|
-
if (filter !== undefined) {
|
|
5814
|
-
localVarQueryParameter['filter'] = filter;
|
|
5815
|
-
}
|
|
5816
|
-
|
|
5817
|
-
if (building !== undefined) {
|
|
5818
|
-
localVarQueryParameter['building'] = building;
|
|
5819
|
-
}
|
|
5820
|
-
|
|
5821
|
-
if (status !== undefined) {
|
|
5822
|
-
localVarQueryParameter['status'] = status;
|
|
5823
|
-
}
|
|
5824
|
-
|
|
5825
|
-
if (startDate !== undefined) {
|
|
5826
|
-
localVarQueryParameter['startDate'] = startDate;
|
|
5827
|
-
}
|
|
5828
|
-
|
|
5829
|
-
if (endDate !== undefined) {
|
|
5830
|
-
localVarQueryParameter['endDate'] = endDate;
|
|
6228
|
+
if (accessorType !== undefined) {
|
|
6229
|
+
localVarQueryParameter['accessorType'] = accessorType;
|
|
5831
6230
|
}
|
|
5832
6231
|
|
|
5833
6232
|
|
|
@@ -6456,6 +6855,120 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6456
6855
|
options: localVarRequestOptions,
|
|
6457
6856
|
};
|
|
6458
6857
|
},
|
|
6858
|
+
/**
|
|
6859
|
+
*
|
|
6860
|
+
* @param {string} [orderBy]
|
|
6861
|
+
* @param {string} [orderDirection]
|
|
6862
|
+
* @param {number} [pageNumber]
|
|
6863
|
+
* @param {number} [pageSize]
|
|
6864
|
+
* @param {string} [floorId]
|
|
6865
|
+
* @param {string} [tenantId]
|
|
6866
|
+
* @param {*} [options] Override http request option.
|
|
6867
|
+
* @throws {RequiredError}
|
|
6868
|
+
*/
|
|
6869
|
+
membersV2Index: async (orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
6870
|
+
const localVarPath = `/v2/members`;
|
|
6871
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6872
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6873
|
+
let baseOptions;
|
|
6874
|
+
if (configuration) {
|
|
6875
|
+
baseOptions = configuration.baseOptions;
|
|
6876
|
+
}
|
|
6877
|
+
|
|
6878
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
6879
|
+
const localVarHeaderParameter = {} as any;
|
|
6880
|
+
const localVarQueryParameter = {} as any;
|
|
6881
|
+
|
|
6882
|
+
if (orderBy !== undefined) {
|
|
6883
|
+
localVarQueryParameter['order_by'] = orderBy;
|
|
6884
|
+
}
|
|
6885
|
+
|
|
6886
|
+
if (orderDirection !== undefined) {
|
|
6887
|
+
localVarQueryParameter['order_direction'] = orderDirection;
|
|
6888
|
+
}
|
|
6889
|
+
|
|
6890
|
+
if (pageNumber !== undefined) {
|
|
6891
|
+
localVarQueryParameter['page_number'] = pageNumber;
|
|
6892
|
+
}
|
|
6893
|
+
|
|
6894
|
+
if (pageSize !== undefined) {
|
|
6895
|
+
localVarQueryParameter['page_size'] = pageSize;
|
|
6896
|
+
}
|
|
6897
|
+
|
|
6898
|
+
if (floorId !== undefined) {
|
|
6899
|
+
localVarQueryParameter['floor_id'] = floorId;
|
|
6900
|
+
}
|
|
6901
|
+
|
|
6902
|
+
if (tenantId !== undefined) {
|
|
6903
|
+
localVarQueryParameter['tenant_id'] = tenantId;
|
|
6904
|
+
}
|
|
6905
|
+
|
|
6906
|
+
|
|
6907
|
+
|
|
6908
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6909
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6910
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
6911
|
+
|
|
6912
|
+
return {
|
|
6913
|
+
url: toPathString(localVarUrlObj),
|
|
6914
|
+
options: localVarRequestOptions,
|
|
6915
|
+
};
|
|
6916
|
+
},
|
|
6917
|
+
/**
|
|
6918
|
+
*
|
|
6919
|
+
* @param {MemberListBody} memberListBody
|
|
6920
|
+
* @param {string} [orderBy]
|
|
6921
|
+
* @param {string} [orderDirection]
|
|
6922
|
+
* @param {number} [pageNumber]
|
|
6923
|
+
* @param {number} [pageSize]
|
|
6924
|
+
* @param {*} [options] Override http request option.
|
|
6925
|
+
* @throws {RequiredError}
|
|
6926
|
+
*/
|
|
6927
|
+
membersV2ListMembers: async (memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
6928
|
+
// verify required parameter 'memberListBody' is not null or undefined
|
|
6929
|
+
assertParamExists('membersV2ListMembers', 'memberListBody', memberListBody)
|
|
6930
|
+
const localVarPath = `/v2/members`;
|
|
6931
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6932
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6933
|
+
let baseOptions;
|
|
6934
|
+
if (configuration) {
|
|
6935
|
+
baseOptions = configuration.baseOptions;
|
|
6936
|
+
}
|
|
6937
|
+
|
|
6938
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
6939
|
+
const localVarHeaderParameter = {} as any;
|
|
6940
|
+
const localVarQueryParameter = {} as any;
|
|
6941
|
+
|
|
6942
|
+
if (orderBy !== undefined) {
|
|
6943
|
+
localVarQueryParameter['order_by'] = orderBy;
|
|
6944
|
+
}
|
|
6945
|
+
|
|
6946
|
+
if (orderDirection !== undefined) {
|
|
6947
|
+
localVarQueryParameter['order_direction'] = orderDirection;
|
|
6948
|
+
}
|
|
6949
|
+
|
|
6950
|
+
if (pageNumber !== undefined) {
|
|
6951
|
+
localVarQueryParameter['page_number'] = pageNumber;
|
|
6952
|
+
}
|
|
6953
|
+
|
|
6954
|
+
if (pageSize !== undefined) {
|
|
6955
|
+
localVarQueryParameter['page_size'] = pageSize;
|
|
6956
|
+
}
|
|
6957
|
+
|
|
6958
|
+
|
|
6959
|
+
|
|
6960
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
6961
|
+
|
|
6962
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6963
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6964
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
6965
|
+
localVarRequestOptions.data = serializeDataIfNeeded(memberListBody, localVarRequestOptions, configuration)
|
|
6966
|
+
|
|
6967
|
+
return {
|
|
6968
|
+
url: toPathString(localVarUrlObj),
|
|
6969
|
+
options: localVarRequestOptions,
|
|
6970
|
+
};
|
|
6971
|
+
},
|
|
6459
6972
|
/**
|
|
6460
6973
|
*
|
|
6461
6974
|
* @param {string} [orderBy]
|
|
@@ -6687,6 +7200,41 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6687
7200
|
options: localVarRequestOptions,
|
|
6688
7201
|
};
|
|
6689
7202
|
},
|
|
7203
|
+
/**
|
|
7204
|
+
*
|
|
7205
|
+
* @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
|
|
7206
|
+
* @param {*} [options] Override http request option.
|
|
7207
|
+
* @throws {RequiredError}
|
|
7208
|
+
*/
|
|
7209
|
+
parkingTicketsLocation: async (parkingSpaceDetailBody: ParkingSpaceDetailBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
7210
|
+
// verify required parameter 'parkingSpaceDetailBody' is not null or undefined
|
|
7211
|
+
assertParamExists('parkingTicketsLocation', 'parkingSpaceDetailBody', parkingSpaceDetailBody)
|
|
7212
|
+
const localVarPath = `/parking_tickets/location`;
|
|
7213
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7214
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7215
|
+
let baseOptions;
|
|
7216
|
+
if (configuration) {
|
|
7217
|
+
baseOptions = configuration.baseOptions;
|
|
7218
|
+
}
|
|
7219
|
+
|
|
7220
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
7221
|
+
const localVarHeaderParameter = {} as any;
|
|
7222
|
+
const localVarQueryParameter = {} as any;
|
|
7223
|
+
|
|
7224
|
+
|
|
7225
|
+
|
|
7226
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7227
|
+
|
|
7228
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7229
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7230
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
7231
|
+
localVarRequestOptions.data = serializeDataIfNeeded(parkingSpaceDetailBody, localVarRequestOptions, configuration)
|
|
7232
|
+
|
|
7233
|
+
return {
|
|
7234
|
+
url: toPathString(localVarUrlObj),
|
|
7235
|
+
options: localVarRequestOptions,
|
|
7236
|
+
};
|
|
7237
|
+
},
|
|
6690
7238
|
/**
|
|
6691
7239
|
*
|
|
6692
7240
|
* @param {string} logId
|
|
@@ -7356,49 +7904,35 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
7356
7904
|
},
|
|
7357
7905
|
/**
|
|
7358
7906
|
*
|
|
7359
|
-
* @param {AccessorType}
|
|
7907
|
+
* @param {AccessorType} accessorType
|
|
7360
7908
|
* @param {string} [orderBy]
|
|
7361
7909
|
* @param {string} [orderDirection]
|
|
7362
7910
|
* @param {number} [pageNumber]
|
|
7363
7911
|
* @param {number} [pageSize]
|
|
7364
|
-
* @param {string} [name]
|
|
7365
7912
|
* @param {string} [displayTower]
|
|
7366
|
-
* @param {string} [companyName]
|
|
7367
|
-
* @param {string} [id]
|
|
7368
7913
|
* @param {string} [filter]
|
|
7914
|
+
* @param {string} [id]
|
|
7369
7915
|
* @param {string} [building]
|
|
7370
7916
|
* @param {number} [status]
|
|
7371
7917
|
* @param {string} [startDate]
|
|
7372
7918
|
* @param {string} [endDate]
|
|
7919
|
+
* @param {string} [name]
|
|
7373
7920
|
* @param {*} [options] Override http request option.
|
|
7374
7921
|
* @throws {RequiredError}
|
|
7375
7922
|
*/
|
|
7376
|
-
async buildingAccessLogsIndex(
|
|
7377
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.buildingAccessLogsIndex(
|
|
7923
|
+
async buildingAccessLogsIndex(accessorType: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, displayTower?: string, filter?: string, id?: string, building?: string, status?: number, startDate?: string, endDate?: string, name?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseBuildingAccessLogResult>> {
|
|
7924
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.buildingAccessLogsIndex(accessorType, orderBy, orderDirection, pageNumber, pageSize, displayTower, filter, id, building, status, startDate, endDate, name, options);
|
|
7378
7925
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7379
7926
|
},
|
|
7380
7927
|
/**
|
|
7381
7928
|
*
|
|
7382
7929
|
* @param {string} id
|
|
7383
|
-
* @param {AccessorType}
|
|
7384
|
-
* @param {string} [orderBy]
|
|
7385
|
-
* @param {string} [orderDirection]
|
|
7386
|
-
* @param {number} [pageNumber]
|
|
7387
|
-
* @param {number} [pageSize]
|
|
7388
|
-
* @param {string} [name]
|
|
7389
|
-
* @param {string} [displayTower]
|
|
7390
|
-
* @param {string} [companyName]
|
|
7391
|
-
* @param {string} [id2]
|
|
7392
|
-
* @param {string} [filter]
|
|
7393
|
-
* @param {string} [building]
|
|
7394
|
-
* @param {number} [status]
|
|
7395
|
-
* @param {string} [startDate]
|
|
7396
|
-
* @param {string} [endDate]
|
|
7930
|
+
* @param {AccessorType} accessorType
|
|
7397
7931
|
* @param {*} [options] Override http request option.
|
|
7398
7932
|
* @throws {RequiredError}
|
|
7399
7933
|
*/
|
|
7400
|
-
async buildingAccessLogsShow(id: string,
|
|
7401
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.buildingAccessLogsShow(id,
|
|
7934
|
+
async buildingAccessLogsShow(id: string, accessorType: AccessorType, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseBuildingAccessLogResult>> {
|
|
7935
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.buildingAccessLogsShow(id, accessorType, options);
|
|
7402
7936
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7403
7937
|
},
|
|
7404
7938
|
/**
|
|
@@ -7578,6 +8112,35 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
7578
8112
|
const localVarAxiosArgs = await localVarAxiosParamCreator.membersUpdate(id, updateMemberRequestBody, options);
|
|
7579
8113
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7580
8114
|
},
|
|
8115
|
+
/**
|
|
8116
|
+
*
|
|
8117
|
+
* @param {string} [orderBy]
|
|
8118
|
+
* @param {string} [orderDirection]
|
|
8119
|
+
* @param {number} [pageNumber]
|
|
8120
|
+
* @param {number} [pageSize]
|
|
8121
|
+
* @param {string} [floorId]
|
|
8122
|
+
* @param {string} [tenantId]
|
|
8123
|
+
* @param {*} [options] Override http request option.
|
|
8124
|
+
* @throws {RequiredError}
|
|
8125
|
+
*/
|
|
8126
|
+
async membersV2Index(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseMemberIndexResponse>> {
|
|
8127
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.membersV2Index(orderBy, orderDirection, pageNumber, pageSize, floorId, tenantId, options);
|
|
8128
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8129
|
+
},
|
|
8130
|
+
/**
|
|
8131
|
+
*
|
|
8132
|
+
* @param {MemberListBody} memberListBody
|
|
8133
|
+
* @param {string} [orderBy]
|
|
8134
|
+
* @param {string} [orderDirection]
|
|
8135
|
+
* @param {number} [pageNumber]
|
|
8136
|
+
* @param {number} [pageSize]
|
|
8137
|
+
* @param {*} [options] Override http request option.
|
|
8138
|
+
* @throws {RequiredError}
|
|
8139
|
+
*/
|
|
8140
|
+
async membersV2ListMembers(memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseFindMemberResult>> {
|
|
8141
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.membersV2ListMembers(memberListBody, orderBy, orderDirection, pageNumber, pageSize, options);
|
|
8142
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8143
|
+
},
|
|
7581
8144
|
/**
|
|
7582
8145
|
*
|
|
7583
8146
|
* @param {string} [orderBy]
|
|
@@ -7639,6 +8202,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
7639
8202
|
const localVarAxiosArgs = await localVarAxiosParamCreator.parkingTicketsIndex(type, id, options);
|
|
7640
8203
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7641
8204
|
},
|
|
8205
|
+
/**
|
|
8206
|
+
*
|
|
8207
|
+
* @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
|
|
8208
|
+
* @param {*} [options] Override http request option.
|
|
8209
|
+
* @throws {RequiredError}
|
|
8210
|
+
*/
|
|
8211
|
+
async parkingTicketsLocation(parkingSpaceDetailBody: ParkingSpaceDetailBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingSpaceDetailAndSpaceDetail>> {
|
|
8212
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.parkingTicketsLocation(parkingSpaceDetailBody, options);
|
|
8213
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8214
|
+
},
|
|
7642
8215
|
/**
|
|
7643
8216
|
*
|
|
7644
8217
|
* @param {string} logId
|
|
@@ -7881,48 +8454,34 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
7881
8454
|
},
|
|
7882
8455
|
/**
|
|
7883
8456
|
*
|
|
7884
|
-
* @param {AccessorType}
|
|
8457
|
+
* @param {AccessorType} accessorType
|
|
7885
8458
|
* @param {string} [orderBy]
|
|
7886
8459
|
* @param {string} [orderDirection]
|
|
7887
8460
|
* @param {number} [pageNumber]
|
|
7888
8461
|
* @param {number} [pageSize]
|
|
7889
|
-
* @param {string} [name]
|
|
7890
8462
|
* @param {string} [displayTower]
|
|
7891
|
-
* @param {string} [companyName]
|
|
7892
|
-
* @param {string} [id]
|
|
7893
8463
|
* @param {string} [filter]
|
|
8464
|
+
* @param {string} [id]
|
|
7894
8465
|
* @param {string} [building]
|
|
7895
8466
|
* @param {number} [status]
|
|
7896
8467
|
* @param {string} [startDate]
|
|
7897
8468
|
* @param {string} [endDate]
|
|
8469
|
+
* @param {string} [name]
|
|
7898
8470
|
* @param {*} [options] Override http request option.
|
|
7899
8471
|
* @throws {RequiredError}
|
|
7900
8472
|
*/
|
|
7901
|
-
buildingAccessLogsIndex(
|
|
7902
|
-
return localVarFp.buildingAccessLogsIndex(
|
|
8473
|
+
buildingAccessLogsIndex(accessorType: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, displayTower?: string, filter?: string, id?: string, building?: string, status?: number, startDate?: string, endDate?: string, name?: string, options?: any): AxiosPromise<WrappedArrayResponseBuildingAccessLogResult> {
|
|
8474
|
+
return localVarFp.buildingAccessLogsIndex(accessorType, orderBy, orderDirection, pageNumber, pageSize, displayTower, filter, id, building, status, startDate, endDate, name, options).then((request) => request(axios, basePath));
|
|
7903
8475
|
},
|
|
7904
8476
|
/**
|
|
7905
8477
|
*
|
|
7906
8478
|
* @param {string} id
|
|
7907
|
-
* @param {AccessorType}
|
|
7908
|
-
* @param {string} [orderBy]
|
|
7909
|
-
* @param {string} [orderDirection]
|
|
7910
|
-
* @param {number} [pageNumber]
|
|
7911
|
-
* @param {number} [pageSize]
|
|
7912
|
-
* @param {string} [name]
|
|
7913
|
-
* @param {string} [displayTower]
|
|
7914
|
-
* @param {string} [companyName]
|
|
7915
|
-
* @param {string} [id2]
|
|
7916
|
-
* @param {string} [filter]
|
|
7917
|
-
* @param {string} [building]
|
|
7918
|
-
* @param {number} [status]
|
|
7919
|
-
* @param {string} [startDate]
|
|
7920
|
-
* @param {string} [endDate]
|
|
8479
|
+
* @param {AccessorType} accessorType
|
|
7921
8480
|
* @param {*} [options] Override http request option.
|
|
7922
8481
|
* @throws {RequiredError}
|
|
7923
8482
|
*/
|
|
7924
|
-
buildingAccessLogsShow(id: string,
|
|
7925
|
-
return localVarFp.buildingAccessLogsShow(id,
|
|
8483
|
+
buildingAccessLogsShow(id: string, accessorType: AccessorType, options?: any): AxiosPromise<WrappedArrayResponseBuildingAccessLogResult> {
|
|
8484
|
+
return localVarFp.buildingAccessLogsShow(id, accessorType, options).then((request) => request(axios, basePath));
|
|
7926
8485
|
},
|
|
7927
8486
|
/**
|
|
7928
8487
|
*
|
|
@@ -8084,6 +8643,33 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
8084
8643
|
membersUpdate(id: string, updateMemberRequestBody: UpdateMemberRequestBody, options?: any): AxiosPromise<WrappedResponseUpdateMemberResponse> {
|
|
8085
8644
|
return localVarFp.membersUpdate(id, updateMemberRequestBody, options).then((request) => request(axios, basePath));
|
|
8086
8645
|
},
|
|
8646
|
+
/**
|
|
8647
|
+
*
|
|
8648
|
+
* @param {string} [orderBy]
|
|
8649
|
+
* @param {string} [orderDirection]
|
|
8650
|
+
* @param {number} [pageNumber]
|
|
8651
|
+
* @param {number} [pageSize]
|
|
8652
|
+
* @param {string} [floorId]
|
|
8653
|
+
* @param {string} [tenantId]
|
|
8654
|
+
* @param {*} [options] Override http request option.
|
|
8655
|
+
* @throws {RequiredError}
|
|
8656
|
+
*/
|
|
8657
|
+
membersV2Index(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options?: any): AxiosPromise<WrappedArrayResponseMemberIndexResponse> {
|
|
8658
|
+
return localVarFp.membersV2Index(orderBy, orderDirection, pageNumber, pageSize, floorId, tenantId, options).then((request) => request(axios, basePath));
|
|
8659
|
+
},
|
|
8660
|
+
/**
|
|
8661
|
+
*
|
|
8662
|
+
* @param {MemberListBody} memberListBody
|
|
8663
|
+
* @param {string} [orderBy]
|
|
8664
|
+
* @param {string} [orderDirection]
|
|
8665
|
+
* @param {number} [pageNumber]
|
|
8666
|
+
* @param {number} [pageSize]
|
|
8667
|
+
* @param {*} [options] Override http request option.
|
|
8668
|
+
* @throws {RequiredError}
|
|
8669
|
+
*/
|
|
8670
|
+
membersV2ListMembers(memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options?: any): AxiosPromise<WrappedArrayResponseFindMemberResult> {
|
|
8671
|
+
return localVarFp.membersV2ListMembers(memberListBody, orderBy, orderDirection, pageNumber, pageSize, options).then((request) => request(axios, basePath));
|
|
8672
|
+
},
|
|
8087
8673
|
/**
|
|
8088
8674
|
*
|
|
8089
8675
|
* @param {string} [orderBy]
|
|
@@ -8140,6 +8726,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
8140
8726
|
parkingTicketsIndex(type: ParkingTicketsIndexTypeEnum, id: string, options?: any): AxiosPromise<WrappedResponseParkingTicketDataArray> {
|
|
8141
8727
|
return localVarFp.parkingTicketsIndex(type, id, options).then((request) => request(axios, basePath));
|
|
8142
8728
|
},
|
|
8729
|
+
/**
|
|
8730
|
+
*
|
|
8731
|
+
* @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
|
|
8732
|
+
* @param {*} [options] Override http request option.
|
|
8733
|
+
* @throws {RequiredError}
|
|
8734
|
+
*/
|
|
8735
|
+
parkingTicketsLocation(parkingSpaceDetailBody: ParkingSpaceDetailBody, options?: any): AxiosPromise<WrappedResponseParkingSpaceDetailAndSpaceDetail> {
|
|
8736
|
+
return localVarFp.parkingTicketsLocation(parkingSpaceDetailBody, options).then((request) => request(axios, basePath));
|
|
8737
|
+
},
|
|
8143
8738
|
/**
|
|
8144
8739
|
*
|
|
8145
8740
|
* @param {string} logId
|
|
@@ -8378,51 +8973,37 @@ export class DefaultApi extends BaseAPI {
|
|
|
8378
8973
|
|
|
8379
8974
|
/**
|
|
8380
8975
|
*
|
|
8381
|
-
* @param {AccessorType}
|
|
8976
|
+
* @param {AccessorType} accessorType
|
|
8382
8977
|
* @param {string} [orderBy]
|
|
8383
8978
|
* @param {string} [orderDirection]
|
|
8384
8979
|
* @param {number} [pageNumber]
|
|
8385
8980
|
* @param {number} [pageSize]
|
|
8386
|
-
* @param {string} [name]
|
|
8387
8981
|
* @param {string} [displayTower]
|
|
8388
|
-
* @param {string} [companyName]
|
|
8389
|
-
* @param {string} [id]
|
|
8390
8982
|
* @param {string} [filter]
|
|
8983
|
+
* @param {string} [id]
|
|
8391
8984
|
* @param {string} [building]
|
|
8392
8985
|
* @param {number} [status]
|
|
8393
8986
|
* @param {string} [startDate]
|
|
8394
8987
|
* @param {string} [endDate]
|
|
8988
|
+
* @param {string} [name]
|
|
8395
8989
|
* @param {*} [options] Override http request option.
|
|
8396
8990
|
* @throws {RequiredError}
|
|
8397
8991
|
* @memberof DefaultApi
|
|
8398
8992
|
*/
|
|
8399
|
-
public buildingAccessLogsIndex(
|
|
8400
|
-
return DefaultApiFp(this.configuration).buildingAccessLogsIndex(
|
|
8993
|
+
public buildingAccessLogsIndex(accessorType: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, displayTower?: string, filter?: string, id?: string, building?: string, status?: number, startDate?: string, endDate?: string, name?: string, options?: AxiosRequestConfig) {
|
|
8994
|
+
return DefaultApiFp(this.configuration).buildingAccessLogsIndex(accessorType, orderBy, orderDirection, pageNumber, pageSize, displayTower, filter, id, building, status, startDate, endDate, name, options).then((request) => request(this.axios, this.basePath));
|
|
8401
8995
|
}
|
|
8402
8996
|
|
|
8403
8997
|
/**
|
|
8404
8998
|
*
|
|
8405
8999
|
* @param {string} id
|
|
8406
|
-
* @param {AccessorType}
|
|
8407
|
-
* @param {string} [orderBy]
|
|
8408
|
-
* @param {string} [orderDirection]
|
|
8409
|
-
* @param {number} [pageNumber]
|
|
8410
|
-
* @param {number} [pageSize]
|
|
8411
|
-
* @param {string} [name]
|
|
8412
|
-
* @param {string} [displayTower]
|
|
8413
|
-
* @param {string} [companyName]
|
|
8414
|
-
* @param {string} [id2]
|
|
8415
|
-
* @param {string} [filter]
|
|
8416
|
-
* @param {string} [building]
|
|
8417
|
-
* @param {number} [status]
|
|
8418
|
-
* @param {string} [startDate]
|
|
8419
|
-
* @param {string} [endDate]
|
|
9000
|
+
* @param {AccessorType} accessorType
|
|
8420
9001
|
* @param {*} [options] Override http request option.
|
|
8421
9002
|
* @throws {RequiredError}
|
|
8422
9003
|
* @memberof DefaultApi
|
|
8423
9004
|
*/
|
|
8424
|
-
public buildingAccessLogsShow(id: string,
|
|
8425
|
-
return DefaultApiFp(this.configuration).buildingAccessLogsShow(id,
|
|
9005
|
+
public buildingAccessLogsShow(id: string, accessorType: AccessorType, options?: AxiosRequestConfig) {
|
|
9006
|
+
return DefaultApiFp(this.configuration).buildingAccessLogsShow(id, accessorType, options).then((request) => request(this.axios, this.basePath));
|
|
8426
9007
|
}
|
|
8427
9008
|
|
|
8428
9009
|
/**
|
|
@@ -8619,6 +9200,37 @@ export class DefaultApi extends BaseAPI {
|
|
|
8619
9200
|
return DefaultApiFp(this.configuration).membersUpdate(id, updateMemberRequestBody, options).then((request) => request(this.axios, this.basePath));
|
|
8620
9201
|
}
|
|
8621
9202
|
|
|
9203
|
+
/**
|
|
9204
|
+
*
|
|
9205
|
+
* @param {string} [orderBy]
|
|
9206
|
+
* @param {string} [orderDirection]
|
|
9207
|
+
* @param {number} [pageNumber]
|
|
9208
|
+
* @param {number} [pageSize]
|
|
9209
|
+
* @param {string} [floorId]
|
|
9210
|
+
* @param {string} [tenantId]
|
|
9211
|
+
* @param {*} [options] Override http request option.
|
|
9212
|
+
* @throws {RequiredError}
|
|
9213
|
+
* @memberof DefaultApi
|
|
9214
|
+
*/
|
|
9215
|
+
public membersV2Index(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options?: AxiosRequestConfig) {
|
|
9216
|
+
return DefaultApiFp(this.configuration).membersV2Index(orderBy, orderDirection, pageNumber, pageSize, floorId, tenantId, options).then((request) => request(this.axios, this.basePath));
|
|
9217
|
+
}
|
|
9218
|
+
|
|
9219
|
+
/**
|
|
9220
|
+
*
|
|
9221
|
+
* @param {MemberListBody} memberListBody
|
|
9222
|
+
* @param {string} [orderBy]
|
|
9223
|
+
* @param {string} [orderDirection]
|
|
9224
|
+
* @param {number} [pageNumber]
|
|
9225
|
+
* @param {number} [pageSize]
|
|
9226
|
+
* @param {*} [options] Override http request option.
|
|
9227
|
+
* @throws {RequiredError}
|
|
9228
|
+
* @memberof DefaultApi
|
|
9229
|
+
*/
|
|
9230
|
+
public membersV2ListMembers(memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options?: AxiosRequestConfig) {
|
|
9231
|
+
return DefaultApiFp(this.configuration).membersV2ListMembers(memberListBody, orderBy, orderDirection, pageNumber, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
9232
|
+
}
|
|
9233
|
+
|
|
8622
9234
|
/**
|
|
8623
9235
|
*
|
|
8624
9236
|
* @param {string} [orderBy]
|
|
@@ -8685,6 +9297,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
8685
9297
|
return DefaultApiFp(this.configuration).parkingTicketsIndex(type, id, options).then((request) => request(this.axios, this.basePath));
|
|
8686
9298
|
}
|
|
8687
9299
|
|
|
9300
|
+
/**
|
|
9301
|
+
*
|
|
9302
|
+
* @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
|
|
9303
|
+
* @param {*} [options] Override http request option.
|
|
9304
|
+
* @throws {RequiredError}
|
|
9305
|
+
* @memberof DefaultApi
|
|
9306
|
+
*/
|
|
9307
|
+
public parkingTicketsLocation(parkingSpaceDetailBody: ParkingSpaceDetailBody, options?: AxiosRequestConfig) {
|
|
9308
|
+
return DefaultApiFp(this.configuration).parkingTicketsLocation(parkingSpaceDetailBody, options).then((request) => request(this.axios, this.basePath));
|
|
9309
|
+
}
|
|
9310
|
+
|
|
8688
9311
|
/**
|
|
8689
9312
|
*
|
|
8690
9313
|
* @param {string} logId
|