ob-bms-sdk 0.0.98 → 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 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.6.0
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
@@ -1072,7 +1103,7 @@ export interface CreateVisitorBody {
1072
1103
  * @type {string}
1073
1104
  * @memberof CreateVisitorBody
1074
1105
  */
1075
- 'reference': string;
1106
+ 'reference'?: string;
1076
1107
  /**
1077
1108
  *
1078
1109
  * @type {string}
@@ -1127,7 +1158,7 @@ export interface CreateVisitorResponse {
1127
1158
  * @type {string}
1128
1159
  * @memberof CreateVisitorResponse
1129
1160
  */
1130
- 'reference': string;
1161
+ 'reference': string | null;
1131
1162
  /**
1132
1163
  *
1133
1164
  * @type {string}
@@ -1740,7 +1771,7 @@ export interface MemberAccessLog {
1740
1771
  * @type {string}
1741
1772
  * @memberof MemberAccessLog
1742
1773
  */
1743
- 'transcDatetime': string;
1774
+ 'transacDatetime': string;
1744
1775
  /**
1745
1776
  *
1746
1777
  * @type {number}
@@ -1888,6 +1919,111 @@ export interface MemberIndexInterface {
1888
1919
  */
1889
1920
  'can_preregister'?: boolean;
1890
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
+ }
1891
2027
  /**
1892
2028
  *
1893
2029
  * @export
@@ -2367,6 +2503,12 @@ export interface ParkingLotData {
2367
2503
  * @memberof ParkingLotData
2368
2504
  */
2369
2505
  'parking_floor_id'?: string;
2506
+ /**
2507
+ *
2508
+ * @type {number}
2509
+ * @memberof ParkingLotData
2510
+ */
2511
+ 'total_spots'?: number;
2370
2512
  /**
2371
2513
  *
2372
2514
  * @type {Array<SpotTypeData>}
@@ -2397,7 +2539,7 @@ export interface ParkingMemberAccessLog {
2397
2539
  * @type {string}
2398
2540
  * @memberof ParkingMemberAccessLog
2399
2541
  */
2400
- 'transcDatetime': string;
2542
+ 'transacDatetime': string;
2401
2543
  /**
2402
2544
  *
2403
2545
  * @type {string}
@@ -2436,6 +2578,140 @@ export interface ParkingRedemptionRateResult {
2436
2578
  */
2437
2579
  'code': number;
2438
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
+ }
2439
2715
  /**
2440
2716
  *
2441
2717
  * @export
@@ -2567,7 +2843,7 @@ export interface ParkingVisitorAccessLog {
2567
2843
  * @type {string}
2568
2844
  * @memberof ParkingVisitorAccessLog
2569
2845
  */
2570
- 'transcDatetime': string;
2846
+ 'transacDatetime': string;
2571
2847
  /**
2572
2848
  *
2573
2849
  * @type {string}
@@ -3453,7 +3729,7 @@ export interface ShowVisitorResponse {
3453
3729
  * @type {string}
3454
3730
  * @memberof ShowVisitorResponse
3455
3731
  */
3456
- 'reference': string;
3732
+ 'reference': string | null;
3457
3733
  /**
3458
3734
  *
3459
3735
  * @type {string}
@@ -3521,6 +3797,12 @@ export interface SpotTypeData {
3521
3797
  * @memberof SpotTypeData
3522
3798
  */
3523
3799
  'parking_lot_id'?: string;
3800
+ /**
3801
+ *
3802
+ * @type {number}
3803
+ * @memberof SpotTypeData
3804
+ */
3805
+ 'total_spots'?: number;
3524
3806
  }
3525
3807
  /**
3526
3808
  *
@@ -3979,7 +4261,7 @@ export interface VisitorAccessLog {
3979
4261
  * @type {string}
3980
4262
  * @memberof VisitorAccessLog
3981
4263
  */
3982
- 'transcDatetime': string;
4264
+ 'transacDatetime': string;
3983
4265
  /**
3984
4266
  *
3985
4267
  * @type {number}
@@ -4040,7 +4322,7 @@ export interface VisitorData {
4040
4322
  * @type {string}
4041
4323
  * @memberof VisitorData
4042
4324
  */
4043
- 'reference': string;
4325
+ 'reference'?: string | null;
4044
4326
  /**
4045
4327
  *
4046
4328
  * @type {string}
@@ -4138,7 +4420,7 @@ export interface VisitorPasses {
4138
4420
  * @type {string}
4139
4421
  * @memberof VisitorPasses
4140
4422
  */
4141
- 'reference': string;
4423
+ 'reference'?: string | null;
4142
4424
  /**
4143
4425
  *
4144
4426
  * @type {string}
@@ -4187,7 +4469,7 @@ export interface VisitorResult {
4187
4469
  * @type {string}
4188
4470
  * @memberof VisitorResult
4189
4471
  */
4190
- 'reference': string;
4472
+ 'reference'?: string | null;
4191
4473
  /**
4192
4474
  *
4193
4475
  * @type {string}
@@ -4523,6 +4805,25 @@ export interface WrappedArrayResponseBuildingAccessLogResult {
4523
4805
  */
4524
4806
  'pagination'?: Pagination;
4525
4807
  }
4808
+ /**
4809
+ *
4810
+ * @export
4811
+ * @interface WrappedArrayResponseFindMemberResult
4812
+ */
4813
+ export interface WrappedArrayResponseFindMemberResult {
4814
+ /**
4815
+ *
4816
+ * @type {Array<FindMemberResult>}
4817
+ * @memberof WrappedArrayResponseFindMemberResult
4818
+ */
4819
+ 'data': Array<FindMemberResult>;
4820
+ /**
4821
+ *
4822
+ * @type {Pagination}
4823
+ * @memberof WrappedArrayResponseFindMemberResult
4824
+ */
4825
+ 'pagination'?: Pagination;
4826
+ }
4526
4827
  /**
4527
4828
  *
4528
4829
  * @export
@@ -4562,6 +4863,25 @@ export interface WrappedArrayResponseIssueTypeData {
4562
4863
  */
4563
4864
  'data': Array<IssueTypeData>;
4564
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
+ }
4565
4885
  /**
4566
4886
  *
4567
4887
  * @export
@@ -4827,7 +5147,7 @@ export interface WrappedResponseCreateVisitorResponseData {
4827
5147
  * @type {string}
4828
5148
  * @memberof WrappedResponseCreateVisitorResponseData
4829
5149
  */
4830
- 'reference': string;
5150
+ 'reference': string | null;
4831
5151
  /**
4832
5152
  *
4833
5153
  * @type {string}
@@ -4995,39 +5315,173 @@ export interface WrappedResponseParkingRedemptionRateResultArrayData {
4995
5315
  /**
4996
5316
  *
4997
5317
  * @export
4998
- * @interface WrappedResponseParkingTicketData
5318
+ * @interface WrappedResponseParkingSpaceDetailAndSpaceDetail
4999
5319
  */
5000
- export interface WrappedResponseParkingTicketData {
5320
+ export interface WrappedResponseParkingSpaceDetailAndSpaceDetail {
5001
5321
  /**
5002
5322
  *
5003
- * @type {WrappedResponseParkingTicketDataData}
5004
- * @memberof WrappedResponseParkingTicketData
5323
+ * @type {WrappedResponseParkingSpaceDetailAndSpaceDetailData}
5324
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetail
5005
5325
  */
5006
- 'data': WrappedResponseParkingTicketDataData | null;
5326
+ 'data': WrappedResponseParkingSpaceDetailAndSpaceDetailData | null;
5007
5327
  }
5008
5328
  /**
5009
5329
  *
5010
5330
  * @export
5011
- * @interface WrappedResponseParkingTicketDataArray
5331
+ * @interface WrappedResponseParkingSpaceDetailAndSpaceDetailData
5012
5332
  */
5013
- export interface WrappedResponseParkingTicketDataArray {
5333
+ export interface WrappedResponseParkingSpaceDetailAndSpaceDetailData {
5014
5334
  /**
5015
5335
  *
5016
- * @type {WrappedResponseParkingTicketDataArrayData}
5017
- * @memberof WrappedResponseParkingTicketDataArray
5336
+ * @type {string}
5337
+ * @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
5018
5338
  */
5019
- 'data': WrappedResponseParkingTicketDataArrayData | null;
5020
- }
5021
- /**
5022
- *
5023
- * @export
5024
- * @interface WrappedResponseParkingTicketDataArrayData
5025
- */
5026
- export interface WrappedResponseParkingTicketDataArrayData {
5027
- }
5028
- /**
5029
- *
5030
- * @export
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
+ }
5449
+ /**
5450
+ *
5451
+ * @export
5452
+ * @interface WrappedResponseParkingTicketData
5453
+ */
5454
+ export interface WrappedResponseParkingTicketData {
5455
+ /**
5456
+ *
5457
+ * @type {WrappedResponseParkingTicketDataData}
5458
+ * @memberof WrappedResponseParkingTicketData
5459
+ */
5460
+ 'data': WrappedResponseParkingTicketDataData | null;
5461
+ }
5462
+ /**
5463
+ *
5464
+ * @export
5465
+ * @interface WrappedResponseParkingTicketDataArray
5466
+ */
5467
+ export interface WrappedResponseParkingTicketDataArray {
5468
+ /**
5469
+ *
5470
+ * @type {WrappedResponseParkingTicketDataArrayData}
5471
+ * @memberof WrappedResponseParkingTicketDataArray
5472
+ */
5473
+ 'data': WrappedResponseParkingTicketDataArrayData | null;
5474
+ }
5475
+ /**
5476
+ *
5477
+ * @export
5478
+ * @interface WrappedResponseParkingTicketDataArrayData
5479
+ */
5480
+ export interface WrappedResponseParkingTicketDataArrayData {
5481
+ }
5482
+ /**
5483
+ *
5484
+ * @export
5031
5485
  * @interface WrappedResponseParkingTicketDataData
5032
5486
  */
5033
5487
  export interface WrappedResponseParkingTicketDataData {
@@ -5273,7 +5727,7 @@ export interface WrappedResponseShowVisitorResponseData {
5273
5727
  * @type {string}
5274
5728
  * @memberof WrappedResponseShowVisitorResponseData
5275
5729
  */
5276
- 'reference': string;
5730
+ 'reference': string | null;
5277
5731
  /**
5278
5732
  *
5279
5733
  * @type {string}
@@ -6401,6 +6855,120 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
6401
6855
  options: localVarRequestOptions,
6402
6856
  };
6403
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
+ },
6404
6972
  /**
6405
6973
  *
6406
6974
  * @param {string} [orderBy]
@@ -6632,6 +7200,41 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
6632
7200
  options: localVarRequestOptions,
6633
7201
  };
6634
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
+ },
6635
7238
  /**
6636
7239
  *
6637
7240
  * @param {string} logId
@@ -7509,6 +8112,35 @@ export const DefaultApiFp = function(configuration?: Configuration) {
7509
8112
  const localVarAxiosArgs = await localVarAxiosParamCreator.membersUpdate(id, updateMemberRequestBody, options);
7510
8113
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
7511
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
+ },
7512
8144
  /**
7513
8145
  *
7514
8146
  * @param {string} [orderBy]
@@ -7570,6 +8202,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
7570
8202
  const localVarAxiosArgs = await localVarAxiosParamCreator.parkingTicketsIndex(type, id, options);
7571
8203
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
7572
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
+ },
7573
8215
  /**
7574
8216
  *
7575
8217
  * @param {string} logId
@@ -8001,6 +8643,33 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
8001
8643
  membersUpdate(id: string, updateMemberRequestBody: UpdateMemberRequestBody, options?: any): AxiosPromise<WrappedResponseUpdateMemberResponse> {
8002
8644
  return localVarFp.membersUpdate(id, updateMemberRequestBody, options).then((request) => request(axios, basePath));
8003
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
+ },
8004
8673
  /**
8005
8674
  *
8006
8675
  * @param {string} [orderBy]
@@ -8057,6 +8726,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
8057
8726
  parkingTicketsIndex(type: ParkingTicketsIndexTypeEnum, id: string, options?: any): AxiosPromise<WrappedResponseParkingTicketDataArray> {
8058
8727
  return localVarFp.parkingTicketsIndex(type, id, options).then((request) => request(axios, basePath));
8059
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
+ },
8060
8738
  /**
8061
8739
  *
8062
8740
  * @param {string} logId
@@ -8522,6 +9200,37 @@ export class DefaultApi extends BaseAPI {
8522
9200
  return DefaultApiFp(this.configuration).membersUpdate(id, updateMemberRequestBody, options).then((request) => request(this.axios, this.basePath));
8523
9201
  }
8524
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
+
8525
9234
  /**
8526
9235
  *
8527
9236
  * @param {string} [orderBy]
@@ -8588,6 +9297,17 @@ export class DefaultApi extends BaseAPI {
8588
9297
  return DefaultApiFp(this.configuration).parkingTicketsIndex(type, id, options).then((request) => request(this.axios, this.basePath));
8589
9298
  }
8590
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
+
8591
9311
  /**
8592
9312
  *
8593
9313
  * @param {string} logId