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/dist/api/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * ob-bms
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.0
5
+ * The version of the OpenAPI document: 1.8.15
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -603,6 +603,37 @@ export interface AirQualityIndexIndicatorRange {
603
603
  */
604
604
  'id': string;
605
605
  }
606
+ /**
607
+ *
608
+ * @export
609
+ * @interface BaseIndexQuery
610
+ */
611
+ export interface BaseIndexQuery {
612
+ /**
613
+ *
614
+ * @type {string}
615
+ * @memberof BaseIndexQuery
616
+ */
617
+ 'order_by'?: string;
618
+ /**
619
+ *
620
+ * @type {string}
621
+ * @memberof BaseIndexQuery
622
+ */
623
+ 'order_direction'?: string;
624
+ /**
625
+ *
626
+ * @type {number}
627
+ * @memberof BaseIndexQuery
628
+ */
629
+ 'page_number'?: number;
630
+ /**
631
+ *
632
+ * @type {number}
633
+ * @memberof BaseIndexQuery
634
+ */
635
+ 'page_size'?: number;
636
+ }
606
637
  /**
607
638
  *
608
639
  * @export
@@ -713,6 +744,19 @@ export interface BuildingAccessLogResult {
713
744
  */
714
745
  export interface BuildingAccessLogResultCreatedAt {
715
746
  }
747
+ /**
748
+ *
749
+ * @export
750
+ * @interface BuildingAccessLogShowQuery
751
+ */
752
+ export interface BuildingAccessLogShowQuery {
753
+ /**
754
+ *
755
+ * @type {AccessorType}
756
+ * @memberof BuildingAccessLogShowQuery
757
+ */
758
+ 'accessorType': AccessorType;
759
+ }
716
760
  /**
717
761
  *
718
762
  * @export
@@ -748,13 +792,7 @@ export interface BuildingAccessgLogQuery {
748
792
  * @type {AccessorType}
749
793
  * @memberof BuildingAccessgLogQuery
750
794
  */
751
- 'type': AccessorType;
752
- /**
753
- *
754
- * @type {string}
755
- * @memberof BuildingAccessgLogQuery
756
- */
757
- 'name'?: string;
795
+ 'accessorType': AccessorType;
758
796
  /**
759
797
  *
760
798
  * @type {string}
@@ -766,19 +804,13 @@ export interface BuildingAccessgLogQuery {
766
804
  * @type {string}
767
805
  * @memberof BuildingAccessgLogQuery
768
806
  */
769
- 'company_name'?: string;
807
+ 'filter'?: string;
770
808
  /**
771
809
  *
772
810
  * @type {string}
773
811
  * @memberof BuildingAccessgLogQuery
774
812
  */
775
813
  'id'?: string;
776
- /**
777
- *
778
- * @type {string}
779
- * @memberof BuildingAccessgLogQuery
780
- */
781
- 'filter'?: string;
782
814
  /**
783
815
  *
784
816
  * @type {string}
@@ -803,6 +835,12 @@ export interface BuildingAccessgLogQuery {
803
835
  * @memberof BuildingAccessgLogQuery
804
836
  */
805
837
  'endDate'?: string;
838
+ /**
839
+ *
840
+ * @type {string}
841
+ * @memberof BuildingAccessgLogQuery
842
+ */
843
+ 'name'?: string;
806
844
  }
807
845
  /**
808
846
  *
@@ -1037,7 +1075,7 @@ export interface CreateVisitorBody {
1037
1075
  * @type {string}
1038
1076
  * @memberof CreateVisitorBody
1039
1077
  */
1040
- 'reference': string;
1078
+ 'reference'?: string;
1041
1079
  /**
1042
1080
  *
1043
1081
  * @type {string}
@@ -1092,7 +1130,7 @@ export interface CreateVisitorResponse {
1092
1130
  * @type {string}
1093
1131
  * @memberof CreateVisitorResponse
1094
1132
  */
1095
- 'reference': string;
1133
+ 'reference': string | null;
1096
1134
  /**
1097
1135
  *
1098
1136
  * @type {string}
@@ -1709,7 +1747,7 @@ export interface MemberAccessLog {
1709
1747
  * @type {string}
1710
1748
  * @memberof MemberAccessLog
1711
1749
  */
1712
- 'transcDatetime': string;
1750
+ 'transacDatetime': string;
1713
1751
  /**
1714
1752
  *
1715
1753
  * @type {number}
@@ -1857,6 +1895,111 @@ export interface MemberIndexInterface {
1857
1895
  */
1858
1896
  'can_preregister'?: boolean;
1859
1897
  }
1898
+ /**
1899
+ *
1900
+ * @export
1901
+ * @interface MemberIndexQuery
1902
+ */
1903
+ export interface MemberIndexQuery {
1904
+ /**
1905
+ *
1906
+ * @type {string}
1907
+ * @memberof MemberIndexQuery
1908
+ */
1909
+ 'order_by'?: string;
1910
+ /**
1911
+ *
1912
+ * @type {string}
1913
+ * @memberof MemberIndexQuery
1914
+ */
1915
+ 'order_direction'?: string;
1916
+ /**
1917
+ *
1918
+ * @type {number}
1919
+ * @memberof MemberIndexQuery
1920
+ */
1921
+ 'page_number'?: number;
1922
+ /**
1923
+ *
1924
+ * @type {number}
1925
+ * @memberof MemberIndexQuery
1926
+ */
1927
+ 'page_size'?: number;
1928
+ /**
1929
+ *
1930
+ * @type {string}
1931
+ * @memberof MemberIndexQuery
1932
+ */
1933
+ 'floor_id'?: string;
1934
+ /**
1935
+ *
1936
+ * @type {string}
1937
+ * @memberof MemberIndexQuery
1938
+ */
1939
+ 'tenant_id'?: string;
1940
+ }
1941
+ /**
1942
+ *
1943
+ * @export
1944
+ * @interface MemberIndexResponse
1945
+ */
1946
+ export interface MemberIndexResponse {
1947
+ /**
1948
+ *
1949
+ * @type {string}
1950
+ * @memberof MemberIndexResponse
1951
+ */
1952
+ 'id': string;
1953
+ /**
1954
+ *
1955
+ * @type {string}
1956
+ * @memberof MemberIndexResponse
1957
+ */
1958
+ 'uid': string;
1959
+ /**
1960
+ *
1961
+ * @type {string}
1962
+ * @memberof MemberIndexResponse
1963
+ */
1964
+ 'account_id'?: string | null;
1965
+ /**
1966
+ *
1967
+ * @type {JsonValue}
1968
+ * @memberof MemberIndexResponse
1969
+ */
1970
+ 'metadata'?: JsonValue | null;
1971
+ /**
1972
+ *
1973
+ * @type {TenantMemberResultCreatedAt}
1974
+ * @memberof MemberIndexResponse
1975
+ */
1976
+ 'created_at': TenantMemberResultCreatedAt;
1977
+ /**
1978
+ *
1979
+ * @type {TenantMemberResultCreatedAt}
1980
+ * @memberof MemberIndexResponse
1981
+ */
1982
+ 'updated_at': TenantMemberResultCreatedAt;
1983
+ }
1984
+ /**
1985
+ *
1986
+ * @export
1987
+ * @interface MemberListBody
1988
+ */
1989
+ export interface MemberListBody {
1990
+ /**
1991
+ *
1992
+ * @type {Array<string>}
1993
+ * @memberof MemberListBody
1994
+ */
1995
+ 'floor_ids'?: Array<string>;
1996
+ /**
1997
+ *
1998
+ * @type {Array<string>}
1999
+ * @memberof MemberListBody
2000
+ */
2001
+ 'tenant_ids'?: Array<string>;
2002
+ }
1860
2003
  /**
1861
2004
  *
1862
2005
  * @export
@@ -2332,6 +2475,12 @@ export interface ParkingLotData {
2332
2475
  * @memberof ParkingLotData
2333
2476
  */
2334
2477
  'parking_floor_id'?: string;
2478
+ /**
2479
+ *
2480
+ * @type {number}
2481
+ * @memberof ParkingLotData
2482
+ */
2483
+ 'total_spots'?: number;
2335
2484
  /**
2336
2485
  *
2337
2486
  * @type {Array<SpotTypeData>}
@@ -2362,7 +2511,7 @@ export interface ParkingMemberAccessLog {
2362
2511
  * @type {string}
2363
2512
  * @memberof ParkingMemberAccessLog
2364
2513
  */
2365
- 'transcDatetime': string;
2514
+ 'transacDatetime': string;
2366
2515
  /**
2367
2516
  *
2368
2517
  * @type {string}
@@ -2401,6 +2550,140 @@ export interface ParkingRedemptionRateResult {
2401
2550
  */
2402
2551
  'code': number;
2403
2552
  }
2553
+ /**
2554
+ *
2555
+ * @export
2556
+ * @interface ParkingSpaceDetailAndSpaceDetail
2557
+ */
2558
+ export interface ParkingSpaceDetailAndSpaceDetail {
2559
+ /**
2560
+ *
2561
+ * @type {string}
2562
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2563
+ */
2564
+ 'recordSyscode': string;
2565
+ /**
2566
+ *
2567
+ * @type {string}
2568
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2569
+ */
2570
+ 'spaceSyscode': string;
2571
+ /**
2572
+ *
2573
+ * @type {string}
2574
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2575
+ */
2576
+ 'spaceNo': string;
2577
+ /**
2578
+ *
2579
+ * @type {string}
2580
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2581
+ */
2582
+ 'spacePicUri': string;
2583
+ /**
2584
+ *
2585
+ * @type {string}
2586
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2587
+ */
2588
+ 'parkingTime': string;
2589
+ /**
2590
+ *
2591
+ * @type {string}
2592
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2593
+ */
2594
+ 'parkSyscode': string;
2595
+ /**
2596
+ *
2597
+ * @type {string}
2598
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2599
+ */
2600
+ 'parkName': string;
2601
+ /**
2602
+ *
2603
+ * @type {string}
2604
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2605
+ */
2606
+ 'floorSyscode': string;
2607
+ /**
2608
+ *
2609
+ * @type {string}
2610
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2611
+ */
2612
+ 'floorName': string;
2613
+ /**
2614
+ *
2615
+ * @type {string}
2616
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2617
+ */
2618
+ 'plateNoPicUri': string;
2619
+ /**
2620
+ *
2621
+ * @type {string}
2622
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2623
+ */
2624
+ 'aswSyscode': string;
2625
+ /**
2626
+ *
2627
+ * @type {string}
2628
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2629
+ */
2630
+ 'plateNo': string;
2631
+ /**
2632
+ *
2633
+ * @type {string}
2634
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2635
+ */
2636
+ 'spacePicUrl': string;
2637
+ /**
2638
+ *
2639
+ * @type {string}
2640
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2641
+ */
2642
+ 'plateNoPicUrl': string;
2643
+ /**
2644
+ *
2645
+ * @type {string}
2646
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2647
+ */
2648
+ 'spacePicBinary': string;
2649
+ /**
2650
+ *
2651
+ * @type {string}
2652
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2653
+ */
2654
+ 'ibeaconIpcUuid': string;
2655
+ /**
2656
+ *
2657
+ * @type {string}
2658
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2659
+ */
2660
+ 'ibeaconIpcMajor': string;
2661
+ /**
2662
+ *
2663
+ * @type {string}
2664
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2665
+ */
2666
+ 'ibeaconIpcMinor': string;
2667
+ /**
2668
+ *
2669
+ * @type {string}
2670
+ * @memberof ParkingSpaceDetailAndSpaceDetail
2671
+ */
2672
+ 'zoneName': string;
2673
+ }
2674
+ /**
2675
+ *
2676
+ * @export
2677
+ * @interface ParkingSpaceDetailBody
2678
+ */
2679
+ export interface ParkingSpaceDetailBody {
2680
+ /**
2681
+ *
2682
+ * @type {string}
2683
+ * @memberof ParkingSpaceDetailBody
2684
+ */
2685
+ 'plate_number': string;
2686
+ }
2404
2687
  /**
2405
2688
  *
2406
2689
  * @export
@@ -2529,7 +2812,7 @@ export interface ParkingVisitorAccessLog {
2529
2812
  * @type {string}
2530
2813
  * @memberof ParkingVisitorAccessLog
2531
2814
  */
2532
- 'transcDatetime': string;
2815
+ 'transacDatetime': string;
2533
2816
  /**
2534
2817
  *
2535
2818
  * @type {string}
@@ -3382,7 +3665,7 @@ export interface ShowVisitorResponse {
3382
3665
  * @type {string}
3383
3666
  * @memberof ShowVisitorResponse
3384
3667
  */
3385
- 'reference': string;
3668
+ 'reference': string | null;
3386
3669
  /**
3387
3670
  *
3388
3671
  * @type {string}
@@ -3450,6 +3733,12 @@ export interface SpotTypeData {
3450
3733
  * @memberof SpotTypeData
3451
3734
  */
3452
3735
  'parking_lot_id'?: string;
3736
+ /**
3737
+ *
3738
+ * @type {number}
3739
+ * @memberof SpotTypeData
3740
+ */
3741
+ 'total_spots'?: number;
3453
3742
  }
3454
3743
  /**
3455
3744
  *
@@ -3902,7 +4191,7 @@ export interface VisitorAccessLog {
3902
4191
  * @type {string}
3903
4192
  * @memberof VisitorAccessLog
3904
4193
  */
3905
- 'transcDatetime': string;
4194
+ 'transacDatetime': string;
3906
4195
  /**
3907
4196
  *
3908
4197
  * @type {number}
@@ -3963,7 +4252,7 @@ export interface VisitorData {
3963
4252
  * @type {string}
3964
4253
  * @memberof VisitorData
3965
4254
  */
3966
- 'reference': string;
4255
+ 'reference'?: string | null;
3967
4256
  /**
3968
4257
  *
3969
4258
  * @type {string}
@@ -4061,7 +4350,7 @@ export interface VisitorPasses {
4061
4350
  * @type {string}
4062
4351
  * @memberof VisitorPasses
4063
4352
  */
4064
- 'reference': string;
4353
+ 'reference'?: string | null;
4065
4354
  /**
4066
4355
  *
4067
4356
  * @type {string}
@@ -4110,7 +4399,7 @@ export interface VisitorResult {
4110
4399
  * @type {string}
4111
4400
  * @memberof VisitorResult
4112
4401
  */
4113
- 'reference': string;
4402
+ 'reference'?: string | null;
4114
4403
  /**
4115
4404
  *
4116
4405
  * @type {string}
@@ -4439,6 +4728,31 @@ export interface WrappedArrayResponseBuildingAccessLogResult {
4439
4728
  * @memberof WrappedArrayResponseBuildingAccessLogResult
4440
4729
  */
4441
4730
  'data': Array<BuildingAccessLogResult>;
4731
+ /**
4732
+ *
4733
+ * @type {Pagination}
4734
+ * @memberof WrappedArrayResponseBuildingAccessLogResult
4735
+ */
4736
+ 'pagination'?: Pagination;
4737
+ }
4738
+ /**
4739
+ *
4740
+ * @export
4741
+ * @interface WrappedArrayResponseFindMemberResult
4742
+ */
4743
+ export interface WrappedArrayResponseFindMemberResult {
4744
+ /**
4745
+ *
4746
+ * @type {Array<FindMemberResult>}
4747
+ * @memberof WrappedArrayResponseFindMemberResult
4748
+ */
4749
+ 'data': Array<FindMemberResult>;
4750
+ /**
4751
+ *
4752
+ * @type {Pagination}
4753
+ * @memberof WrappedArrayResponseFindMemberResult
4754
+ */
4755
+ 'pagination'?: Pagination;
4442
4756
  }
4443
4757
  /**
4444
4758
  *
@@ -4479,6 +4793,25 @@ export interface WrappedArrayResponseIssueTypeData {
4479
4793
  */
4480
4794
  'data': Array<IssueTypeData>;
4481
4795
  }
4796
+ /**
4797
+ *
4798
+ * @export
4799
+ * @interface WrappedArrayResponseMemberIndexResponse
4800
+ */
4801
+ export interface WrappedArrayResponseMemberIndexResponse {
4802
+ /**
4803
+ *
4804
+ * @type {Array<MemberIndexResponse>}
4805
+ * @memberof WrappedArrayResponseMemberIndexResponse
4806
+ */
4807
+ 'data': Array<MemberIndexResponse>;
4808
+ /**
4809
+ *
4810
+ * @type {Pagination}
4811
+ * @memberof WrappedArrayResponseMemberIndexResponse
4812
+ */
4813
+ 'pagination'?: Pagination;
4814
+ }
4482
4815
  /**
4483
4816
  *
4484
4817
  * @export
@@ -4744,7 +5077,7 @@ export interface WrappedResponseCreateVisitorResponseData {
4744
5077
  * @type {string}
4745
5078
  * @memberof WrappedResponseCreateVisitorResponseData
4746
5079
  */
4747
- 'reference': string;
5080
+ 'reference': string | null;
4748
5081
  /**
4749
5082
  *
4750
5083
  * @type {string}
@@ -4906,6 +5239,140 @@ export interface WrappedResponseParkingRedemptionRateResultArray {
4906
5239
  */
4907
5240
  export interface WrappedResponseParkingRedemptionRateResultArrayData {
4908
5241
  }
5242
+ /**
5243
+ *
5244
+ * @export
5245
+ * @interface WrappedResponseParkingSpaceDetailAndSpaceDetail
5246
+ */
5247
+ export interface WrappedResponseParkingSpaceDetailAndSpaceDetail {
5248
+ /**
5249
+ *
5250
+ * @type {WrappedResponseParkingSpaceDetailAndSpaceDetailData}
5251
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetail
5252
+ */
5253
+ 'data': WrappedResponseParkingSpaceDetailAndSpaceDetailData | null;
5254
+ }
5255
+ /**
5256
+ *
5257
+ * @export
5258
+ * @interface WrappedResponseParkingSpaceDetailAndSpaceDetailData
5259
+ */
5260
+ export interface WrappedResponseParkingSpaceDetailAndSpaceDetailData {
5261
+ /**
5262
+ *
5263
+ * @type {string}
5264
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5265
+ */
5266
+ 'recordSyscode': string;
5267
+ /**
5268
+ *
5269
+ * @type {string}
5270
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5271
+ */
5272
+ 'spaceSyscode': string;
5273
+ /**
5274
+ *
5275
+ * @type {string}
5276
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5277
+ */
5278
+ 'spaceNo': string;
5279
+ /**
5280
+ *
5281
+ * @type {string}
5282
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5283
+ */
5284
+ 'spacePicUri': string;
5285
+ /**
5286
+ *
5287
+ * @type {string}
5288
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5289
+ */
5290
+ 'parkingTime': string;
5291
+ /**
5292
+ *
5293
+ * @type {string}
5294
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5295
+ */
5296
+ 'parkSyscode': string;
5297
+ /**
5298
+ *
5299
+ * @type {string}
5300
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5301
+ */
5302
+ 'parkName': string;
5303
+ /**
5304
+ *
5305
+ * @type {string}
5306
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5307
+ */
5308
+ 'floorSyscode': string;
5309
+ /**
5310
+ *
5311
+ * @type {string}
5312
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5313
+ */
5314
+ 'floorName': string;
5315
+ /**
5316
+ *
5317
+ * @type {string}
5318
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5319
+ */
5320
+ 'plateNoPicUri': string;
5321
+ /**
5322
+ *
5323
+ * @type {string}
5324
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5325
+ */
5326
+ 'aswSyscode': string;
5327
+ /**
5328
+ *
5329
+ * @type {string}
5330
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5331
+ */
5332
+ 'plateNo': string;
5333
+ /**
5334
+ *
5335
+ * @type {string}
5336
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5337
+ */
5338
+ 'spacePicUrl': string;
5339
+ /**
5340
+ *
5341
+ * @type {string}
5342
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5343
+ */
5344
+ 'plateNoPicUrl': string;
5345
+ /**
5346
+ *
5347
+ * @type {string}
5348
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5349
+ */
5350
+ 'spacePicBinary': string;
5351
+ /**
5352
+ *
5353
+ * @type {string}
5354
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5355
+ */
5356
+ 'ibeaconIpcUuid': string;
5357
+ /**
5358
+ *
5359
+ * @type {string}
5360
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5361
+ */
5362
+ 'ibeaconIpcMajor': string;
5363
+ /**
5364
+ *
5365
+ * @type {string}
5366
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5367
+ */
5368
+ 'ibeaconIpcMinor': string;
5369
+ /**
5370
+ *
5371
+ * @type {string}
5372
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5373
+ */
5374
+ 'zoneName': string;
5375
+ }
4909
5376
  /**
4910
5377
  *
4911
5378
  * @export
@@ -5184,7 +5651,7 @@ export interface WrappedResponseShowVisitorResponseData {
5184
5651
  * @type {string}
5185
5652
  * @memberof WrappedResponseShowVisitorResponseData
5186
5653
  */
5187
- 'reference': string;
5654
+ 'reference': string | null;
5188
5655
  /**
5189
5656
  *
5190
5657
  * @type {string}
@@ -5372,45 +5839,31 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
5372
5839
  autoSync: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
5373
5840
  /**
5374
5841
  *
5375
- * @param {AccessorType} type
5842
+ * @param {AccessorType} accessorType
5376
5843
  * @param {string} [orderBy]
5377
5844
  * @param {string} [orderDirection]
5378
5845
  * @param {number} [pageNumber]
5379
5846
  * @param {number} [pageSize]
5380
- * @param {string} [name]
5381
5847
  * @param {string} [displayTower]
5382
- * @param {string} [companyName]
5383
- * @param {string} [id]
5384
5848
  * @param {string} [filter]
5849
+ * @param {string} [id]
5385
5850
  * @param {string} [building]
5386
5851
  * @param {number} [status]
5387
5852
  * @param {string} [startDate]
5388
5853
  * @param {string} [endDate]
5854
+ * @param {string} [name]
5389
5855
  * @param {*} [options] Override http request option.
5390
5856
  * @throws {RequiredError}
5391
5857
  */
5392
- buildingAccessLogsIndex: (type: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, name?: string, displayTower?: string, companyName?: string, id?: string, filter?: string, building?: string, status?: number, startDate?: string, endDate?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5858
+ 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<RequestArgs>;
5393
5859
  /**
5394
5860
  *
5395
5861
  * @param {string} id
5396
- * @param {AccessorType} type
5397
- * @param {string} [orderBy]
5398
- * @param {string} [orderDirection]
5399
- * @param {number} [pageNumber]
5400
- * @param {number} [pageSize]
5401
- * @param {string} [name]
5402
- * @param {string} [displayTower]
5403
- * @param {string} [companyName]
5404
- * @param {string} [id2]
5405
- * @param {string} [filter]
5406
- * @param {string} [building]
5407
- * @param {number} [status]
5408
- * @param {string} [startDate]
5409
- * @param {string} [endDate]
5862
+ * @param {AccessorType} accessorType
5410
5863
  * @param {*} [options] Override http request option.
5411
5864
  * @throws {RequiredError}
5412
5865
  */
5413
- buildingAccessLogsShow: (id: string, type: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, name?: string, displayTower?: string, companyName?: string, id2?: string, filter?: string, building?: string, status?: number, startDate?: string, endDate?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5866
+ buildingAccessLogsShow: (id: string, accessorType: AccessorType, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5414
5867
  /**
5415
5868
  *
5416
5869
  * @param {WebhookCreateBody} webhookCreateBody
@@ -5537,6 +5990,29 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
5537
5990
  * @throws {RequiredError}
5538
5991
  */
5539
5992
  membersUpdate: (id: string, updateMemberRequestBody: UpdateMemberRequestBody, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5993
+ /**
5994
+ *
5995
+ * @param {string} [orderBy]
5996
+ * @param {string} [orderDirection]
5997
+ * @param {number} [pageNumber]
5998
+ * @param {number} [pageSize]
5999
+ * @param {string} [floorId]
6000
+ * @param {string} [tenantId]
6001
+ * @param {*} [options] Override http request option.
6002
+ * @throws {RequiredError}
6003
+ */
6004
+ membersV2Index: (orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6005
+ /**
6006
+ *
6007
+ * @param {MemberListBody} memberListBody
6008
+ * @param {string} [orderBy]
6009
+ * @param {string} [orderDirection]
6010
+ * @param {number} [pageNumber]
6011
+ * @param {number} [pageSize]
6012
+ * @param {*} [options] Override http request option.
6013
+ * @throws {RequiredError}
6014
+ */
6015
+ membersV2ListMembers: (memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5540
6016
  /**
5541
6017
  *
5542
6018
  * @param {string} [orderBy]
@@ -5583,6 +6059,13 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
5583
6059
  * @throws {RequiredError}
5584
6060
  */
5585
6061
  parkingTicketsIndex: (type: ParkingTicketsIndexTypeEnum, id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6062
+ /**
6063
+ *
6064
+ * @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
6065
+ * @param {*} [options] Override http request option.
6066
+ * @throws {RequiredError}
6067
+ */
6068
+ parkingTicketsLocation: (parkingSpaceDetailBody: ParkingSpaceDetailBody, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5586
6069
  /**
5587
6070
  *
5588
6071
  * @param {string} logId
@@ -5761,45 +6244,31 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
5761
6244
  autoSync(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncResponse>>;
5762
6245
  /**
5763
6246
  *
5764
- * @param {AccessorType} type
6247
+ * @param {AccessorType} accessorType
5765
6248
  * @param {string} [orderBy]
5766
6249
  * @param {string} [orderDirection]
5767
6250
  * @param {number} [pageNumber]
5768
6251
  * @param {number} [pageSize]
5769
- * @param {string} [name]
5770
6252
  * @param {string} [displayTower]
5771
- * @param {string} [companyName]
5772
- * @param {string} [id]
5773
6253
  * @param {string} [filter]
6254
+ * @param {string} [id]
5774
6255
  * @param {string} [building]
5775
6256
  * @param {number} [status]
5776
6257
  * @param {string} [startDate]
5777
6258
  * @param {string} [endDate]
6259
+ * @param {string} [name]
5778
6260
  * @param {*} [options] Override http request option.
5779
6261
  * @throws {RequiredError}
5780
6262
  */
5781
- buildingAccessLogsIndex(type: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, name?: string, displayTower?: string, companyName?: string, id?: string, filter?: string, building?: string, status?: number, startDate?: string, endDate?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseBuildingAccessLogResult>>;
6263
+ 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>>;
5782
6264
  /**
5783
6265
  *
5784
6266
  * @param {string} id
5785
- * @param {AccessorType} type
5786
- * @param {string} [orderBy]
5787
- * @param {string} [orderDirection]
5788
- * @param {number} [pageNumber]
5789
- * @param {number} [pageSize]
5790
- * @param {string} [name]
5791
- * @param {string} [displayTower]
5792
- * @param {string} [companyName]
5793
- * @param {string} [id2]
5794
- * @param {string} [filter]
5795
- * @param {string} [building]
5796
- * @param {number} [status]
5797
- * @param {string} [startDate]
5798
- * @param {string} [endDate]
6267
+ * @param {AccessorType} accessorType
5799
6268
  * @param {*} [options] Override http request option.
5800
6269
  * @throws {RequiredError}
5801
6270
  */
5802
- buildingAccessLogsShow(id: string, type: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, name?: string, displayTower?: string, companyName?: string, id2?: string, filter?: string, building?: string, status?: number, startDate?: string, endDate?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseBuildingAccessLogResult>>;
6271
+ buildingAccessLogsShow(id: string, accessorType: AccessorType, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseBuildingAccessLogResult>>;
5803
6272
  /**
5804
6273
  *
5805
6274
  * @param {WebhookCreateBody} webhookCreateBody
@@ -5926,6 +6395,29 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
5926
6395
  * @throws {RequiredError}
5927
6396
  */
5928
6397
  membersUpdate(id: string, updateMemberRequestBody: UpdateMemberRequestBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseUpdateMemberResponse>>;
6398
+ /**
6399
+ *
6400
+ * @param {string} [orderBy]
6401
+ * @param {string} [orderDirection]
6402
+ * @param {number} [pageNumber]
6403
+ * @param {number} [pageSize]
6404
+ * @param {string} [floorId]
6405
+ * @param {string} [tenantId]
6406
+ * @param {*} [options] Override http request option.
6407
+ * @throws {RequiredError}
6408
+ */
6409
+ membersV2Index(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseMemberIndexResponse>>;
6410
+ /**
6411
+ *
6412
+ * @param {MemberListBody} memberListBody
6413
+ * @param {string} [orderBy]
6414
+ * @param {string} [orderDirection]
6415
+ * @param {number} [pageNumber]
6416
+ * @param {number} [pageSize]
6417
+ * @param {*} [options] Override http request option.
6418
+ * @throws {RequiredError}
6419
+ */
6420
+ membersV2ListMembers(memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseFindMemberResult>>;
5929
6421
  /**
5930
6422
  *
5931
6423
  * @param {string} [orderBy]
@@ -5972,6 +6464,13 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
5972
6464
  * @throws {RequiredError}
5973
6465
  */
5974
6466
  parkingTicketsIndex(type: ParkingTicketsIndexTypeEnum, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingTicketDataArray>>;
6467
+ /**
6468
+ *
6469
+ * @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
6470
+ * @param {*} [options] Override http request option.
6471
+ * @throws {RequiredError}
6472
+ */
6473
+ parkingTicketsLocation(parkingSpaceDetailBody: ParkingSpaceDetailBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingSpaceDetailAndSpaceDetail>>;
5975
6474
  /**
5976
6475
  *
5977
6476
  * @param {string} logId
@@ -6150,45 +6649,31 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
6150
6649
  autoSync(options?: any): AxiosPromise<SyncResponse>;
6151
6650
  /**
6152
6651
  *
6153
- * @param {AccessorType} type
6652
+ * @param {AccessorType} accessorType
6154
6653
  * @param {string} [orderBy]
6155
6654
  * @param {string} [orderDirection]
6156
6655
  * @param {number} [pageNumber]
6157
6656
  * @param {number} [pageSize]
6158
- * @param {string} [name]
6159
6657
  * @param {string} [displayTower]
6160
- * @param {string} [companyName]
6161
- * @param {string} [id]
6162
6658
  * @param {string} [filter]
6659
+ * @param {string} [id]
6163
6660
  * @param {string} [building]
6164
6661
  * @param {number} [status]
6165
6662
  * @param {string} [startDate]
6166
6663
  * @param {string} [endDate]
6664
+ * @param {string} [name]
6167
6665
  * @param {*} [options] Override http request option.
6168
6666
  * @throws {RequiredError}
6169
6667
  */
6170
- buildingAccessLogsIndex(type: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, name?: string, displayTower?: string, companyName?: string, id?: string, filter?: string, building?: string, status?: number, startDate?: string, endDate?: string, options?: any): AxiosPromise<WrappedArrayResponseBuildingAccessLogResult>;
6668
+ 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>;
6171
6669
  /**
6172
6670
  *
6173
6671
  * @param {string} id
6174
- * @param {AccessorType} type
6175
- * @param {string} [orderBy]
6176
- * @param {string} [orderDirection]
6177
- * @param {number} [pageNumber]
6178
- * @param {number} [pageSize]
6179
- * @param {string} [name]
6180
- * @param {string} [displayTower]
6181
- * @param {string} [companyName]
6182
- * @param {string} [id2]
6183
- * @param {string} [filter]
6184
- * @param {string} [building]
6185
- * @param {number} [status]
6186
- * @param {string} [startDate]
6187
- * @param {string} [endDate]
6672
+ * @param {AccessorType} accessorType
6188
6673
  * @param {*} [options] Override http request option.
6189
6674
  * @throws {RequiredError}
6190
6675
  */
6191
- buildingAccessLogsShow(id: string, type: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, name?: string, displayTower?: string, companyName?: string, id2?: string, filter?: string, building?: string, status?: number, startDate?: string, endDate?: string, options?: any): AxiosPromise<WrappedArrayResponseBuildingAccessLogResult>;
6676
+ buildingAccessLogsShow(id: string, accessorType: AccessorType, options?: any): AxiosPromise<WrappedArrayResponseBuildingAccessLogResult>;
6192
6677
  /**
6193
6678
  *
6194
6679
  * @param {WebhookCreateBody} webhookCreateBody
@@ -6315,6 +6800,29 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
6315
6800
  * @throws {RequiredError}
6316
6801
  */
6317
6802
  membersUpdate(id: string, updateMemberRequestBody: UpdateMemberRequestBody, options?: any): AxiosPromise<WrappedResponseUpdateMemberResponse>;
6803
+ /**
6804
+ *
6805
+ * @param {string} [orderBy]
6806
+ * @param {string} [orderDirection]
6807
+ * @param {number} [pageNumber]
6808
+ * @param {number} [pageSize]
6809
+ * @param {string} [floorId]
6810
+ * @param {string} [tenantId]
6811
+ * @param {*} [options] Override http request option.
6812
+ * @throws {RequiredError}
6813
+ */
6814
+ membersV2Index(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options?: any): AxiosPromise<WrappedArrayResponseMemberIndexResponse>;
6815
+ /**
6816
+ *
6817
+ * @param {MemberListBody} memberListBody
6818
+ * @param {string} [orderBy]
6819
+ * @param {string} [orderDirection]
6820
+ * @param {number} [pageNumber]
6821
+ * @param {number} [pageSize]
6822
+ * @param {*} [options] Override http request option.
6823
+ * @throws {RequiredError}
6824
+ */
6825
+ membersV2ListMembers(memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options?: any): AxiosPromise<WrappedArrayResponseFindMemberResult>;
6318
6826
  /**
6319
6827
  *
6320
6828
  * @param {string} [orderBy]
@@ -6361,6 +6869,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
6361
6869
  * @throws {RequiredError}
6362
6870
  */
6363
6871
  parkingTicketsIndex(type: ParkingTicketsIndexTypeEnum, id: string, options?: any): AxiosPromise<WrappedResponseParkingTicketDataArray>;
6872
+ /**
6873
+ *
6874
+ * @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
6875
+ * @param {*} [options] Override http request option.
6876
+ * @throws {RequiredError}
6877
+ */
6878
+ parkingTicketsLocation(parkingSpaceDetailBody: ParkingSpaceDetailBody, options?: any): AxiosPromise<WrappedResponseParkingSpaceDetailAndSpaceDetail>;
6364
6879
  /**
6365
6880
  *
6366
6881
  * @param {string} logId
@@ -6547,47 +7062,33 @@ export declare class DefaultApi extends BaseAPI {
6547
7062
  autoSync(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncResponse, any>>;
6548
7063
  /**
6549
7064
  *
6550
- * @param {AccessorType} type
7065
+ * @param {AccessorType} accessorType
6551
7066
  * @param {string} [orderBy]
6552
7067
  * @param {string} [orderDirection]
6553
7068
  * @param {number} [pageNumber]
6554
7069
  * @param {number} [pageSize]
6555
- * @param {string} [name]
6556
7070
  * @param {string} [displayTower]
6557
- * @param {string} [companyName]
6558
- * @param {string} [id]
6559
7071
  * @param {string} [filter]
7072
+ * @param {string} [id]
6560
7073
  * @param {string} [building]
6561
7074
  * @param {number} [status]
6562
7075
  * @param {string} [startDate]
6563
7076
  * @param {string} [endDate]
7077
+ * @param {string} [name]
6564
7078
  * @param {*} [options] Override http request option.
6565
7079
  * @throws {RequiredError}
6566
7080
  * @memberof DefaultApi
6567
7081
  */
6568
- buildingAccessLogsIndex(type: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, name?: string, displayTower?: string, companyName?: string, id?: string, filter?: string, building?: string, status?: number, startDate?: string, endDate?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedArrayResponseBuildingAccessLogResult, any>>;
7082
+ 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<import("axios").AxiosResponse<WrappedArrayResponseBuildingAccessLogResult, any>>;
6569
7083
  /**
6570
7084
  *
6571
7085
  * @param {string} id
6572
- * @param {AccessorType} type
6573
- * @param {string} [orderBy]
6574
- * @param {string} [orderDirection]
6575
- * @param {number} [pageNumber]
6576
- * @param {number} [pageSize]
6577
- * @param {string} [name]
6578
- * @param {string} [displayTower]
6579
- * @param {string} [companyName]
6580
- * @param {string} [id2]
6581
- * @param {string} [filter]
6582
- * @param {string} [building]
6583
- * @param {number} [status]
6584
- * @param {string} [startDate]
6585
- * @param {string} [endDate]
7086
+ * @param {AccessorType} accessorType
6586
7087
  * @param {*} [options] Override http request option.
6587
7088
  * @throws {RequiredError}
6588
7089
  * @memberof DefaultApi
6589
7090
  */
6590
- buildingAccessLogsShow(id: string, type: AccessorType, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, name?: string, displayTower?: string, companyName?: string, id2?: string, filter?: string, building?: string, status?: number, startDate?: string, endDate?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedArrayResponseBuildingAccessLogResult, any>>;
7091
+ buildingAccessLogsShow(id: string, accessorType: AccessorType, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedArrayResponseBuildingAccessLogResult, any>>;
6591
7092
  /**
6592
7093
  *
6593
7094
  * @param {WebhookCreateBody} webhookCreateBody
@@ -6731,6 +7232,31 @@ export declare class DefaultApi extends BaseAPI {
6731
7232
  * @memberof DefaultApi
6732
7233
  */
6733
7234
  membersUpdate(id: string, updateMemberRequestBody: UpdateMemberRequestBody, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedResponseUpdateMemberResponse, any>>;
7235
+ /**
7236
+ *
7237
+ * @param {string} [orderBy]
7238
+ * @param {string} [orderDirection]
7239
+ * @param {number} [pageNumber]
7240
+ * @param {number} [pageSize]
7241
+ * @param {string} [floorId]
7242
+ * @param {string} [tenantId]
7243
+ * @param {*} [options] Override http request option.
7244
+ * @throws {RequiredError}
7245
+ * @memberof DefaultApi
7246
+ */
7247
+ membersV2Index(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedArrayResponseMemberIndexResponse, any>>;
7248
+ /**
7249
+ *
7250
+ * @param {MemberListBody} memberListBody
7251
+ * @param {string} [orderBy]
7252
+ * @param {string} [orderDirection]
7253
+ * @param {number} [pageNumber]
7254
+ * @param {number} [pageSize]
7255
+ * @param {*} [options] Override http request option.
7256
+ * @throws {RequiredError}
7257
+ * @memberof DefaultApi
7258
+ */
7259
+ membersV2ListMembers(memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedArrayResponseFindMemberResult, any>>;
6734
7260
  /**
6735
7261
  *
6736
7262
  * @param {string} [orderBy]
@@ -6782,6 +7308,14 @@ export declare class DefaultApi extends BaseAPI {
6782
7308
  * @memberof DefaultApi
6783
7309
  */
6784
7310
  parkingTicketsIndex(type: ParkingTicketsIndexTypeEnum, id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedResponseParkingTicketDataArray, any>>;
7311
+ /**
7312
+ *
7313
+ * @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
7314
+ * @param {*} [options] Override http request option.
7315
+ * @throws {RequiredError}
7316
+ * @memberof DefaultApi
7317
+ */
7318
+ parkingTicketsLocation(parkingSpaceDetailBody: ParkingSpaceDetailBody, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedResponseParkingSpaceDetailAndSpaceDetail, any>>;
6785
7319
  /**
6786
7320
  *
6787
7321
  * @param {string} logId