ob-bms-sdk 0.0.98 → 0.0.100
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 +1888 -253
- 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 +1604 -214
- package/dist/api/api.js +414 -1
- 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
|
|
@@ -843,6 +874,25 @@ export interface BuildingAccessgLogQuery {
|
|
|
843
874
|
}
|
|
844
875
|
|
|
845
876
|
|
|
877
|
+
/**
|
|
878
|
+
*
|
|
879
|
+
* @export
|
|
880
|
+
* @interface CallingBody
|
|
881
|
+
*/
|
|
882
|
+
export interface CallingBody {
|
|
883
|
+
/**
|
|
884
|
+
*
|
|
885
|
+
* @type {number}
|
|
886
|
+
* @memberof CallingBody
|
|
887
|
+
*/
|
|
888
|
+
'drop_off_station_id': number;
|
|
889
|
+
/**
|
|
890
|
+
*
|
|
891
|
+
* @type {number}
|
|
892
|
+
* @memberof CallingBody
|
|
893
|
+
*/
|
|
894
|
+
'valet_car_id': number;
|
|
895
|
+
}
|
|
846
896
|
/**
|
|
847
897
|
*
|
|
848
898
|
* @export
|
|
@@ -1072,7 +1122,7 @@ export interface CreateVisitorBody {
|
|
|
1072
1122
|
* @type {string}
|
|
1073
1123
|
* @memberof CreateVisitorBody
|
|
1074
1124
|
*/
|
|
1075
|
-
'reference'
|
|
1125
|
+
'reference'?: string;
|
|
1076
1126
|
/**
|
|
1077
1127
|
*
|
|
1078
1128
|
* @type {string}
|
|
@@ -1127,7 +1177,7 @@ export interface CreateVisitorResponse {
|
|
|
1127
1177
|
* @type {string}
|
|
1128
1178
|
* @memberof CreateVisitorResponse
|
|
1129
1179
|
*/
|
|
1130
|
-
'reference': string;
|
|
1180
|
+
'reference': string | null;
|
|
1131
1181
|
/**
|
|
1132
1182
|
*
|
|
1133
1183
|
* @type {string}
|
|
@@ -1185,6 +1235,67 @@ export interface DestroyMembersResponse {
|
|
|
1185
1235
|
*/
|
|
1186
1236
|
'error': { [key: string]: any; } | null;
|
|
1187
1237
|
}
|
|
1238
|
+
/**
|
|
1239
|
+
*
|
|
1240
|
+
* @export
|
|
1241
|
+
* @interface DropOffStation
|
|
1242
|
+
*/
|
|
1243
|
+
export interface DropOffStation {
|
|
1244
|
+
/**
|
|
1245
|
+
*
|
|
1246
|
+
* @type {number}
|
|
1247
|
+
* @memberof DropOffStation
|
|
1248
|
+
*/
|
|
1249
|
+
'id': number;
|
|
1250
|
+
/**
|
|
1251
|
+
*
|
|
1252
|
+
* @type {string}
|
|
1253
|
+
* @memberof DropOffStation
|
|
1254
|
+
*/
|
|
1255
|
+
'createdAt': string;
|
|
1256
|
+
/**
|
|
1257
|
+
*
|
|
1258
|
+
* @type {string}
|
|
1259
|
+
* @memberof DropOffStation
|
|
1260
|
+
*/
|
|
1261
|
+
'updatedAt': string;
|
|
1262
|
+
/**
|
|
1263
|
+
*
|
|
1264
|
+
* @type {string}
|
|
1265
|
+
* @memberof DropOffStation
|
|
1266
|
+
*/
|
|
1267
|
+
'deletedAt': string;
|
|
1268
|
+
/**
|
|
1269
|
+
*
|
|
1270
|
+
* @type {string}
|
|
1271
|
+
* @memberof DropOffStation
|
|
1272
|
+
*/
|
|
1273
|
+
'name': string;
|
|
1274
|
+
/**
|
|
1275
|
+
*
|
|
1276
|
+
* @type {string}
|
|
1277
|
+
* @memberof DropOffStation
|
|
1278
|
+
*/
|
|
1279
|
+
'description': string;
|
|
1280
|
+
/**
|
|
1281
|
+
*
|
|
1282
|
+
* @type {string}
|
|
1283
|
+
* @memberof DropOffStation
|
|
1284
|
+
*/
|
|
1285
|
+
'location': string;
|
|
1286
|
+
/**
|
|
1287
|
+
*
|
|
1288
|
+
* @type {boolean}
|
|
1289
|
+
* @memberof DropOffStation
|
|
1290
|
+
*/
|
|
1291
|
+
'active': boolean;
|
|
1292
|
+
/**
|
|
1293
|
+
*
|
|
1294
|
+
* @type {boolean}
|
|
1295
|
+
* @memberof DropOffStation
|
|
1296
|
+
*/
|
|
1297
|
+
'isUsed': boolean;
|
|
1298
|
+
}
|
|
1188
1299
|
/**
|
|
1189
1300
|
*
|
|
1190
1301
|
* @export
|
|
@@ -1475,6 +1586,31 @@ export interface HolidayResponse {
|
|
|
1475
1586
|
*/
|
|
1476
1587
|
'holiday_description_thai': string;
|
|
1477
1588
|
}
|
|
1589
|
+
/**
|
|
1590
|
+
*
|
|
1591
|
+
* @export
|
|
1592
|
+
* @interface Image
|
|
1593
|
+
*/
|
|
1594
|
+
export interface Image {
|
|
1595
|
+
/**
|
|
1596
|
+
*
|
|
1597
|
+
* @type {string}
|
|
1598
|
+
* @memberof Image
|
|
1599
|
+
*/
|
|
1600
|
+
'createdAt': string;
|
|
1601
|
+
/**
|
|
1602
|
+
*
|
|
1603
|
+
* @type {string}
|
|
1604
|
+
* @memberof Image
|
|
1605
|
+
*/
|
|
1606
|
+
'url': string;
|
|
1607
|
+
/**
|
|
1608
|
+
*
|
|
1609
|
+
* @type {number}
|
|
1610
|
+
* @memberof Image
|
|
1611
|
+
*/
|
|
1612
|
+
'valetParkingId': number;
|
|
1613
|
+
}
|
|
1478
1614
|
/**
|
|
1479
1615
|
*
|
|
1480
1616
|
* @export
|
|
@@ -1740,7 +1876,7 @@ export interface MemberAccessLog {
|
|
|
1740
1876
|
* @type {string}
|
|
1741
1877
|
* @memberof MemberAccessLog
|
|
1742
1878
|
*/
|
|
1743
|
-
'
|
|
1879
|
+
'transacDatetime': string;
|
|
1744
1880
|
/**
|
|
1745
1881
|
*
|
|
1746
1882
|
* @type {number}
|
|
@@ -1888,6 +2024,111 @@ export interface MemberIndexInterface {
|
|
|
1888
2024
|
*/
|
|
1889
2025
|
'can_preregister'?: boolean;
|
|
1890
2026
|
}
|
|
2027
|
+
/**
|
|
2028
|
+
*
|
|
2029
|
+
* @export
|
|
2030
|
+
* @interface MemberIndexQuery
|
|
2031
|
+
*/
|
|
2032
|
+
export interface MemberIndexQuery {
|
|
2033
|
+
/**
|
|
2034
|
+
*
|
|
2035
|
+
* @type {string}
|
|
2036
|
+
* @memberof MemberIndexQuery
|
|
2037
|
+
*/
|
|
2038
|
+
'order_by'?: string;
|
|
2039
|
+
/**
|
|
2040
|
+
*
|
|
2041
|
+
* @type {string}
|
|
2042
|
+
* @memberof MemberIndexQuery
|
|
2043
|
+
*/
|
|
2044
|
+
'order_direction'?: string;
|
|
2045
|
+
/**
|
|
2046
|
+
*
|
|
2047
|
+
* @type {number}
|
|
2048
|
+
* @memberof MemberIndexQuery
|
|
2049
|
+
*/
|
|
2050
|
+
'page_number'?: number;
|
|
2051
|
+
/**
|
|
2052
|
+
*
|
|
2053
|
+
* @type {number}
|
|
2054
|
+
* @memberof MemberIndexQuery
|
|
2055
|
+
*/
|
|
2056
|
+
'page_size'?: number;
|
|
2057
|
+
/**
|
|
2058
|
+
*
|
|
2059
|
+
* @type {string}
|
|
2060
|
+
* @memberof MemberIndexQuery
|
|
2061
|
+
*/
|
|
2062
|
+
'floor_id'?: string;
|
|
2063
|
+
/**
|
|
2064
|
+
*
|
|
2065
|
+
* @type {string}
|
|
2066
|
+
* @memberof MemberIndexQuery
|
|
2067
|
+
*/
|
|
2068
|
+
'tenant_id'?: string;
|
|
2069
|
+
}
|
|
2070
|
+
/**
|
|
2071
|
+
*
|
|
2072
|
+
* @export
|
|
2073
|
+
* @interface MemberIndexResponse
|
|
2074
|
+
*/
|
|
2075
|
+
export interface MemberIndexResponse {
|
|
2076
|
+
/**
|
|
2077
|
+
*
|
|
2078
|
+
* @type {string}
|
|
2079
|
+
* @memberof MemberIndexResponse
|
|
2080
|
+
*/
|
|
2081
|
+
'id': string;
|
|
2082
|
+
/**
|
|
2083
|
+
*
|
|
2084
|
+
* @type {string}
|
|
2085
|
+
* @memberof MemberIndexResponse
|
|
2086
|
+
*/
|
|
2087
|
+
'uid': string;
|
|
2088
|
+
/**
|
|
2089
|
+
*
|
|
2090
|
+
* @type {string}
|
|
2091
|
+
* @memberof MemberIndexResponse
|
|
2092
|
+
*/
|
|
2093
|
+
'account_id'?: string | null;
|
|
2094
|
+
/**
|
|
2095
|
+
*
|
|
2096
|
+
* @type {JsonValue}
|
|
2097
|
+
* @memberof MemberIndexResponse
|
|
2098
|
+
*/
|
|
2099
|
+
'metadata'?: JsonValue | null;
|
|
2100
|
+
/**
|
|
2101
|
+
*
|
|
2102
|
+
* @type {TenantMemberResultCreatedAt}
|
|
2103
|
+
* @memberof MemberIndexResponse
|
|
2104
|
+
*/
|
|
2105
|
+
'created_at': TenantMemberResultCreatedAt;
|
|
2106
|
+
/**
|
|
2107
|
+
*
|
|
2108
|
+
* @type {TenantMemberResultCreatedAt}
|
|
2109
|
+
* @memberof MemberIndexResponse
|
|
2110
|
+
*/
|
|
2111
|
+
'updated_at': TenantMemberResultCreatedAt;
|
|
2112
|
+
}
|
|
2113
|
+
/**
|
|
2114
|
+
*
|
|
2115
|
+
* @export
|
|
2116
|
+
* @interface MemberListBody
|
|
2117
|
+
*/
|
|
2118
|
+
export interface MemberListBody {
|
|
2119
|
+
/**
|
|
2120
|
+
*
|
|
2121
|
+
* @type {Array<string>}
|
|
2122
|
+
* @memberof MemberListBody
|
|
2123
|
+
*/
|
|
2124
|
+
'floor_ids'?: Array<string>;
|
|
2125
|
+
/**
|
|
2126
|
+
*
|
|
2127
|
+
* @type {Array<string>}
|
|
2128
|
+
* @memberof MemberListBody
|
|
2129
|
+
*/
|
|
2130
|
+
'tenant_ids'?: Array<string>;
|
|
2131
|
+
}
|
|
1891
2132
|
/**
|
|
1892
2133
|
*
|
|
1893
2134
|
* @export
|
|
@@ -2367,6 +2608,12 @@ export interface ParkingLotData {
|
|
|
2367
2608
|
* @memberof ParkingLotData
|
|
2368
2609
|
*/
|
|
2369
2610
|
'parking_floor_id'?: string;
|
|
2611
|
+
/**
|
|
2612
|
+
*
|
|
2613
|
+
* @type {number}
|
|
2614
|
+
* @memberof ParkingLotData
|
|
2615
|
+
*/
|
|
2616
|
+
'total_spots'?: number;
|
|
2370
2617
|
/**
|
|
2371
2618
|
*
|
|
2372
2619
|
* @type {Array<SpotTypeData>}
|
|
@@ -2397,7 +2644,7 @@ export interface ParkingMemberAccessLog {
|
|
|
2397
2644
|
* @type {string}
|
|
2398
2645
|
* @memberof ParkingMemberAccessLog
|
|
2399
2646
|
*/
|
|
2400
|
-
'
|
|
2647
|
+
'transacDatetime': string;
|
|
2401
2648
|
/**
|
|
2402
2649
|
*
|
|
2403
2650
|
* @type {string}
|
|
@@ -2439,127 +2686,261 @@ export interface ParkingRedemptionRateResult {
|
|
|
2439
2686
|
/**
|
|
2440
2687
|
*
|
|
2441
2688
|
* @export
|
|
2442
|
-
* @interface
|
|
2689
|
+
* @interface ParkingSpaceDetailAndSpaceDetail
|
|
2443
2690
|
*/
|
|
2444
|
-
export interface
|
|
2691
|
+
export interface ParkingSpaceDetailAndSpaceDetail {
|
|
2445
2692
|
/**
|
|
2446
2693
|
*
|
|
2447
|
-
* @type {
|
|
2448
|
-
* @memberof
|
|
2694
|
+
* @type {string}
|
|
2695
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2449
2696
|
*/
|
|
2450
|
-
'
|
|
2697
|
+
'recordSyscode': string;
|
|
2451
2698
|
/**
|
|
2452
2699
|
*
|
|
2453
|
-
* @type {
|
|
2454
|
-
* @memberof
|
|
2700
|
+
* @type {string}
|
|
2701
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2455
2702
|
*/
|
|
2456
|
-
'
|
|
2703
|
+
'spaceSyscode': string;
|
|
2457
2704
|
/**
|
|
2458
2705
|
*
|
|
2459
|
-
* @type {
|
|
2460
|
-
* @memberof
|
|
2706
|
+
* @type {string}
|
|
2707
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2461
2708
|
*/
|
|
2462
|
-
'
|
|
2709
|
+
'spaceNo': string;
|
|
2463
2710
|
/**
|
|
2464
2711
|
*
|
|
2465
2712
|
* @type {string}
|
|
2466
|
-
* @memberof
|
|
2713
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2467
2714
|
*/
|
|
2468
|
-
'
|
|
2715
|
+
'spacePicUri': string;
|
|
2469
2716
|
/**
|
|
2470
2717
|
*
|
|
2471
|
-
* @type {
|
|
2472
|
-
* @memberof
|
|
2718
|
+
* @type {string}
|
|
2719
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2473
2720
|
*/
|
|
2474
|
-
'
|
|
2721
|
+
'parkingTime': string;
|
|
2475
2722
|
/**
|
|
2476
2723
|
*
|
|
2477
2724
|
* @type {string}
|
|
2478
|
-
* @memberof
|
|
2725
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2479
2726
|
*/
|
|
2480
|
-
'
|
|
2727
|
+
'parkSyscode': string;
|
|
2481
2728
|
/**
|
|
2482
2729
|
*
|
|
2483
2730
|
* @type {string}
|
|
2484
|
-
* @memberof
|
|
2731
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2485
2732
|
*/
|
|
2486
|
-
'
|
|
2733
|
+
'parkName': string;
|
|
2487
2734
|
/**
|
|
2488
2735
|
*
|
|
2489
2736
|
* @type {string}
|
|
2490
|
-
* @memberof
|
|
2737
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2491
2738
|
*/
|
|
2492
|
-
'
|
|
2739
|
+
'floorSyscode': string;
|
|
2493
2740
|
/**
|
|
2494
2741
|
*
|
|
2495
2742
|
* @type {string}
|
|
2496
|
-
* @memberof
|
|
2743
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2497
2744
|
*/
|
|
2498
|
-
'
|
|
2499
|
-
}
|
|
2500
|
-
/**
|
|
2501
|
-
*
|
|
2502
|
-
* @export
|
|
2503
|
-
* @interface ParkingTicketsIndexQuery
|
|
2504
|
-
*/
|
|
2505
|
-
export interface ParkingTicketsIndexQuery {
|
|
2745
|
+
'floorName': string;
|
|
2506
2746
|
/**
|
|
2507
2747
|
*
|
|
2508
2748
|
* @type {string}
|
|
2509
|
-
* @memberof
|
|
2749
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2510
2750
|
*/
|
|
2511
|
-
'
|
|
2751
|
+
'plateNoPicUri': string;
|
|
2512
2752
|
/**
|
|
2513
2753
|
*
|
|
2514
2754
|
* @type {string}
|
|
2515
|
-
* @memberof
|
|
2755
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2516
2756
|
*/
|
|
2517
|
-
'
|
|
2518
|
-
}
|
|
2519
|
-
|
|
2520
|
-
export const ParkingTicketsIndexQueryTypeEnum = {
|
|
2521
|
-
LogId: 'log_id',
|
|
2522
|
-
InviteId: 'invite_id',
|
|
2523
|
-
MemberId: 'member_id'
|
|
2524
|
-
} as const;
|
|
2525
|
-
|
|
2526
|
-
export type ParkingTicketsIndexQueryTypeEnum = typeof ParkingTicketsIndexQueryTypeEnum[keyof typeof ParkingTicketsIndexQueryTypeEnum];
|
|
2527
|
-
|
|
2528
|
-
/**
|
|
2529
|
-
*
|
|
2530
|
-
* @export
|
|
2531
|
-
* @interface ParkingTicketsRedeemBody
|
|
2532
|
-
*/
|
|
2533
|
-
export interface ParkingTicketsRedeemBody {
|
|
2757
|
+
'aswSyscode': string;
|
|
2534
2758
|
/**
|
|
2535
2759
|
*
|
|
2536
2760
|
* @type {string}
|
|
2537
|
-
* @memberof
|
|
2761
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2538
2762
|
*/
|
|
2539
|
-
'
|
|
2763
|
+
'plateNo': string;
|
|
2540
2764
|
/**
|
|
2541
2765
|
*
|
|
2542
2766
|
* @type {string}
|
|
2543
|
-
* @memberof
|
|
2767
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2544
2768
|
*/
|
|
2545
|
-
'
|
|
2769
|
+
'spacePicUrl': string;
|
|
2546
2770
|
/**
|
|
2547
2771
|
*
|
|
2548
2772
|
* @type {string}
|
|
2549
|
-
* @memberof
|
|
2773
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2550
2774
|
*/
|
|
2551
|
-
'
|
|
2552
|
-
}
|
|
2553
|
-
/**
|
|
2554
|
-
*
|
|
2555
|
-
* @export
|
|
2556
|
-
* @interface ParkingVisitorAccessLog
|
|
2557
|
-
*/
|
|
2558
|
-
export interface ParkingVisitorAccessLog {
|
|
2775
|
+
'plateNoPicUrl': string;
|
|
2559
2776
|
/**
|
|
2560
2777
|
*
|
|
2561
|
-
* @type {
|
|
2562
|
-
* @memberof
|
|
2778
|
+
* @type {string}
|
|
2779
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2780
|
+
*/
|
|
2781
|
+
'spacePicBinary': string;
|
|
2782
|
+
/**
|
|
2783
|
+
*
|
|
2784
|
+
* @type {string}
|
|
2785
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2786
|
+
*/
|
|
2787
|
+
'ibeaconIpcUuid': string;
|
|
2788
|
+
/**
|
|
2789
|
+
*
|
|
2790
|
+
* @type {string}
|
|
2791
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2792
|
+
*/
|
|
2793
|
+
'ibeaconIpcMajor': string;
|
|
2794
|
+
/**
|
|
2795
|
+
*
|
|
2796
|
+
* @type {string}
|
|
2797
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2798
|
+
*/
|
|
2799
|
+
'ibeaconIpcMinor': string;
|
|
2800
|
+
/**
|
|
2801
|
+
*
|
|
2802
|
+
* @type {string}
|
|
2803
|
+
* @memberof ParkingSpaceDetailAndSpaceDetail
|
|
2804
|
+
*/
|
|
2805
|
+
'zoneName': string;
|
|
2806
|
+
}
|
|
2807
|
+
/**
|
|
2808
|
+
*
|
|
2809
|
+
* @export
|
|
2810
|
+
* @interface ParkingSpaceDetailBody
|
|
2811
|
+
*/
|
|
2812
|
+
export interface ParkingSpaceDetailBody {
|
|
2813
|
+
/**
|
|
2814
|
+
*
|
|
2815
|
+
* @type {string}
|
|
2816
|
+
* @memberof ParkingSpaceDetailBody
|
|
2817
|
+
*/
|
|
2818
|
+
'plate_number': string;
|
|
2819
|
+
}
|
|
2820
|
+
/**
|
|
2821
|
+
*
|
|
2822
|
+
* @export
|
|
2823
|
+
* @interface ParkingTicketData
|
|
2824
|
+
*/
|
|
2825
|
+
export interface ParkingTicketData {
|
|
2826
|
+
/**
|
|
2827
|
+
*
|
|
2828
|
+
* @type {number}
|
|
2829
|
+
* @memberof ParkingTicketData
|
|
2830
|
+
*/
|
|
2831
|
+
'vehicle_type_id': number;
|
|
2832
|
+
/**
|
|
2833
|
+
*
|
|
2834
|
+
* @type {number}
|
|
2835
|
+
* @memberof ParkingTicketData
|
|
2836
|
+
*/
|
|
2837
|
+
'member_type_id': number;
|
|
2838
|
+
/**
|
|
2839
|
+
*
|
|
2840
|
+
* @type {RateDetail}
|
|
2841
|
+
* @memberof ParkingTicketData
|
|
2842
|
+
*/
|
|
2843
|
+
'rate_detail': RateDetail;
|
|
2844
|
+
/**
|
|
2845
|
+
*
|
|
2846
|
+
* @type {string}
|
|
2847
|
+
* @memberof ParkingTicketData
|
|
2848
|
+
*/
|
|
2849
|
+
'parked_at': string;
|
|
2850
|
+
/**
|
|
2851
|
+
*
|
|
2852
|
+
* @type {number}
|
|
2853
|
+
* @memberof ParkingTicketData
|
|
2854
|
+
*/
|
|
2855
|
+
'total_fee': number;
|
|
2856
|
+
/**
|
|
2857
|
+
*
|
|
2858
|
+
* @type {string}
|
|
2859
|
+
* @memberof ParkingTicketData
|
|
2860
|
+
*/
|
|
2861
|
+
'vehicle_type': string;
|
|
2862
|
+
/**
|
|
2863
|
+
*
|
|
2864
|
+
* @type {string}
|
|
2865
|
+
* @memberof ParkingTicketData
|
|
2866
|
+
*/
|
|
2867
|
+
'ticket_number': string;
|
|
2868
|
+
/**
|
|
2869
|
+
*
|
|
2870
|
+
* @type {string}
|
|
2871
|
+
* @memberof ParkingTicketData
|
|
2872
|
+
*/
|
|
2873
|
+
'plate_number': string;
|
|
2874
|
+
/**
|
|
2875
|
+
*
|
|
2876
|
+
* @type {string}
|
|
2877
|
+
* @memberof ParkingTicketData
|
|
2878
|
+
*/
|
|
2879
|
+
'id': string;
|
|
2880
|
+
}
|
|
2881
|
+
/**
|
|
2882
|
+
*
|
|
2883
|
+
* @export
|
|
2884
|
+
* @interface ParkingTicketsIndexQuery
|
|
2885
|
+
*/
|
|
2886
|
+
export interface ParkingTicketsIndexQuery {
|
|
2887
|
+
/**
|
|
2888
|
+
*
|
|
2889
|
+
* @type {string}
|
|
2890
|
+
* @memberof ParkingTicketsIndexQuery
|
|
2891
|
+
*/
|
|
2892
|
+
'type': ParkingTicketsIndexQueryTypeEnum;
|
|
2893
|
+
/**
|
|
2894
|
+
*
|
|
2895
|
+
* @type {string}
|
|
2896
|
+
* @memberof ParkingTicketsIndexQuery
|
|
2897
|
+
*/
|
|
2898
|
+
'id': string;
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2901
|
+
export const ParkingTicketsIndexQueryTypeEnum = {
|
|
2902
|
+
LogId: 'log_id',
|
|
2903
|
+
InviteId: 'invite_id',
|
|
2904
|
+
MemberId: 'member_id'
|
|
2905
|
+
} as const;
|
|
2906
|
+
|
|
2907
|
+
export type ParkingTicketsIndexQueryTypeEnum = typeof ParkingTicketsIndexQueryTypeEnum[keyof typeof ParkingTicketsIndexQueryTypeEnum];
|
|
2908
|
+
|
|
2909
|
+
/**
|
|
2910
|
+
*
|
|
2911
|
+
* @export
|
|
2912
|
+
* @interface ParkingTicketsRedeemBody
|
|
2913
|
+
*/
|
|
2914
|
+
export interface ParkingTicketsRedeemBody {
|
|
2915
|
+
/**
|
|
2916
|
+
*
|
|
2917
|
+
* @type {string}
|
|
2918
|
+
* @memberof ParkingTicketsRedeemBody
|
|
2919
|
+
*/
|
|
2920
|
+
'remark': string;
|
|
2921
|
+
/**
|
|
2922
|
+
*
|
|
2923
|
+
* @type {string}
|
|
2924
|
+
* @memberof ParkingTicketsRedeemBody
|
|
2925
|
+
*/
|
|
2926
|
+
'rate_code': string;
|
|
2927
|
+
/**
|
|
2928
|
+
*
|
|
2929
|
+
* @type {string}
|
|
2930
|
+
* @memberof ParkingTicketsRedeemBody
|
|
2931
|
+
*/
|
|
2932
|
+
'redeemer_id': string;
|
|
2933
|
+
}
|
|
2934
|
+
/**
|
|
2935
|
+
*
|
|
2936
|
+
* @export
|
|
2937
|
+
* @interface ParkingVisitorAccessLog
|
|
2938
|
+
*/
|
|
2939
|
+
export interface ParkingVisitorAccessLog {
|
|
2940
|
+
/**
|
|
2941
|
+
*
|
|
2942
|
+
* @type {number}
|
|
2943
|
+
* @memberof ParkingVisitorAccessLog
|
|
2563
2944
|
*/
|
|
2564
2945
|
'transacId': number;
|
|
2565
2946
|
/**
|
|
@@ -2567,7 +2948,7 @@ export interface ParkingVisitorAccessLog {
|
|
|
2567
2948
|
* @type {string}
|
|
2568
2949
|
* @memberof ParkingVisitorAccessLog
|
|
2569
2950
|
*/
|
|
2570
|
-
'
|
|
2951
|
+
'transacDatetime': string;
|
|
2571
2952
|
/**
|
|
2572
2953
|
*
|
|
2573
2954
|
* @type {string}
|
|
@@ -3453,7 +3834,7 @@ export interface ShowVisitorResponse {
|
|
|
3453
3834
|
* @type {string}
|
|
3454
3835
|
* @memberof ShowVisitorResponse
|
|
3455
3836
|
*/
|
|
3456
|
-
'reference': string;
|
|
3837
|
+
'reference': string | null;
|
|
3457
3838
|
/**
|
|
3458
3839
|
*
|
|
3459
3840
|
* @type {string}
|
|
@@ -3521,6 +3902,79 @@ export interface SpotTypeData {
|
|
|
3521
3902
|
* @memberof SpotTypeData
|
|
3522
3903
|
*/
|
|
3523
3904
|
'parking_lot_id'?: string;
|
|
3905
|
+
/**
|
|
3906
|
+
*
|
|
3907
|
+
* @type {number}
|
|
3908
|
+
* @memberof SpotTypeData
|
|
3909
|
+
*/
|
|
3910
|
+
'total_spots'?: number;
|
|
3911
|
+
}
|
|
3912
|
+
/**
|
|
3913
|
+
*
|
|
3914
|
+
* @export
|
|
3915
|
+
* @interface Staff
|
|
3916
|
+
*/
|
|
3917
|
+
export interface Staff {
|
|
3918
|
+
/**
|
|
3919
|
+
*
|
|
3920
|
+
* @type {number}
|
|
3921
|
+
* @memberof Staff
|
|
3922
|
+
*/
|
|
3923
|
+
'id': number;
|
|
3924
|
+
/**
|
|
3925
|
+
*
|
|
3926
|
+
* @type {string}
|
|
3927
|
+
* @memberof Staff
|
|
3928
|
+
*/
|
|
3929
|
+
'createdAt': string;
|
|
3930
|
+
/**
|
|
3931
|
+
*
|
|
3932
|
+
* @type {string}
|
|
3933
|
+
* @memberof Staff
|
|
3934
|
+
*/
|
|
3935
|
+
'updatedAt': string;
|
|
3936
|
+
/**
|
|
3937
|
+
*
|
|
3938
|
+
* @type {string}
|
|
3939
|
+
* @memberof Staff
|
|
3940
|
+
*/
|
|
3941
|
+
'deletedAt': string;
|
|
3942
|
+
/**
|
|
3943
|
+
*
|
|
3944
|
+
* @type {string}
|
|
3945
|
+
* @memberof Staff
|
|
3946
|
+
*/
|
|
3947
|
+
'userName': string;
|
|
3948
|
+
/**
|
|
3949
|
+
*
|
|
3950
|
+
* @type {string}
|
|
3951
|
+
* @memberof Staff
|
|
3952
|
+
*/
|
|
3953
|
+
'pin': string;
|
|
3954
|
+
/**
|
|
3955
|
+
*
|
|
3956
|
+
* @type {string}
|
|
3957
|
+
* @memberof Staff
|
|
3958
|
+
*/
|
|
3959
|
+
'email': string;
|
|
3960
|
+
/**
|
|
3961
|
+
*
|
|
3962
|
+
* @type {string}
|
|
3963
|
+
* @memberof Staff
|
|
3964
|
+
*/
|
|
3965
|
+
'phoneNumber': string;
|
|
3966
|
+
/**
|
|
3967
|
+
*
|
|
3968
|
+
* @type {string}
|
|
3969
|
+
* @memberof Staff
|
|
3970
|
+
*/
|
|
3971
|
+
'displayName': string;
|
|
3972
|
+
/**
|
|
3973
|
+
*
|
|
3974
|
+
* @type {string}
|
|
3975
|
+
* @memberof Staff
|
|
3976
|
+
*/
|
|
3977
|
+
'role': string;
|
|
3524
3978
|
}
|
|
3525
3979
|
/**
|
|
3526
3980
|
*
|
|
@@ -3965,117 +4419,407 @@ export interface UpsertHolidayResponseResult {
|
|
|
3965
4419
|
/**
|
|
3966
4420
|
*
|
|
3967
4421
|
* @export
|
|
3968
|
-
* @interface
|
|
4422
|
+
* @interface ValetParkingDetail
|
|
3969
4423
|
*/
|
|
3970
|
-
export interface
|
|
4424
|
+
export interface ValetParkingDetail {
|
|
3971
4425
|
/**
|
|
3972
4426
|
*
|
|
3973
4427
|
* @type {number}
|
|
3974
|
-
* @memberof
|
|
4428
|
+
* @memberof ValetParkingDetail
|
|
3975
4429
|
*/
|
|
3976
|
-
'
|
|
4430
|
+
'id': number;
|
|
3977
4431
|
/**
|
|
3978
4432
|
*
|
|
3979
4433
|
* @type {string}
|
|
3980
|
-
* @memberof
|
|
4434
|
+
* @memberof ValetParkingDetail
|
|
3981
4435
|
*/
|
|
3982
|
-
'
|
|
4436
|
+
'createdAt': string;
|
|
3983
4437
|
/**
|
|
3984
4438
|
*
|
|
3985
|
-
* @type {
|
|
3986
|
-
* @memberof
|
|
4439
|
+
* @type {string}
|
|
4440
|
+
* @memberof ValetParkingDetail
|
|
3987
4441
|
*/
|
|
3988
|
-
'
|
|
4442
|
+
'updatedAt': string;
|
|
3989
4443
|
/**
|
|
3990
4444
|
*
|
|
3991
|
-
* @type {
|
|
3992
|
-
* @memberof
|
|
4445
|
+
* @type {string}
|
|
4446
|
+
* @memberof ValetParkingDetail
|
|
3993
4447
|
*/
|
|
3994
|
-
'
|
|
4448
|
+
'deletedAt': string;
|
|
3995
4449
|
/**
|
|
3996
4450
|
*
|
|
3997
4451
|
* @type {string}
|
|
3998
|
-
* @memberof
|
|
4452
|
+
* @memberof ValetParkingDetail
|
|
3999
4453
|
*/
|
|
4000
|
-
'
|
|
4454
|
+
'code': string;
|
|
4001
4455
|
/**
|
|
4002
4456
|
*
|
|
4003
4457
|
* @type {string}
|
|
4004
|
-
* @memberof
|
|
4458
|
+
* @memberof ValetParkingDetail
|
|
4005
4459
|
*/
|
|
4006
|
-
'
|
|
4460
|
+
'status': string;
|
|
4007
4461
|
/**
|
|
4008
4462
|
*
|
|
4009
|
-
* @type {
|
|
4010
|
-
* @memberof
|
|
4463
|
+
* @type {string}
|
|
4464
|
+
* @memberof ValetParkingDetail
|
|
4011
4465
|
*/
|
|
4012
|
-
'
|
|
4013
|
-
}
|
|
4014
|
-
/**
|
|
4015
|
-
*
|
|
4016
|
-
* @export
|
|
4017
|
-
* @interface VisitorData
|
|
4018
|
-
*/
|
|
4019
|
-
export interface VisitorData {
|
|
4466
|
+
'name': string;
|
|
4020
4467
|
/**
|
|
4021
4468
|
*
|
|
4022
4469
|
* @type {string}
|
|
4023
|
-
* @memberof
|
|
4470
|
+
* @memberof ValetParkingDetail
|
|
4024
4471
|
*/
|
|
4025
|
-
'
|
|
4472
|
+
'phoneNumber': string;
|
|
4026
4473
|
/**
|
|
4027
4474
|
*
|
|
4028
4475
|
* @type {string}
|
|
4029
|
-
* @memberof
|
|
4476
|
+
* @memberof ValetParkingDetail
|
|
4030
4477
|
*/
|
|
4031
|
-
'
|
|
4478
|
+
'incomingTime': string;
|
|
4032
4479
|
/**
|
|
4033
4480
|
*
|
|
4034
4481
|
* @type {string}
|
|
4035
|
-
* @memberof
|
|
4482
|
+
* @memberof ValetParkingDetail
|
|
4036
4483
|
*/
|
|
4037
|
-
'
|
|
4484
|
+
'outgoingTime': string;
|
|
4038
4485
|
/**
|
|
4039
4486
|
*
|
|
4040
4487
|
* @type {string}
|
|
4041
|
-
* @memberof
|
|
4488
|
+
* @memberof ValetParkingDetail
|
|
4042
4489
|
*/
|
|
4043
|
-
'
|
|
4490
|
+
'licensePlate': string;
|
|
4044
4491
|
/**
|
|
4045
4492
|
*
|
|
4046
4493
|
* @type {string}
|
|
4047
|
-
* @memberof
|
|
4494
|
+
* @memberof ValetParkingDetail
|
|
4048
4495
|
*/
|
|
4049
|
-
'
|
|
4496
|
+
'licensePlateProvince': string;
|
|
4050
4497
|
/**
|
|
4051
4498
|
*
|
|
4052
4499
|
* @type {string}
|
|
4053
|
-
* @memberof
|
|
4500
|
+
* @memberof ValetParkingDetail
|
|
4054
4501
|
*/
|
|
4055
|
-
'
|
|
4502
|
+
'keyCabinetId': string;
|
|
4056
4503
|
/**
|
|
4057
4504
|
*
|
|
4058
4505
|
* @type {string}
|
|
4059
|
-
* @memberof
|
|
4506
|
+
* @memberof ValetParkingDetail
|
|
4060
4507
|
*/
|
|
4061
|
-
'
|
|
4508
|
+
'staffParkedId': string;
|
|
4062
4509
|
/**
|
|
4063
4510
|
*
|
|
4064
4511
|
* @type {string}
|
|
4065
|
-
* @memberof
|
|
4512
|
+
* @memberof ValetParkingDetail
|
|
4066
4513
|
*/
|
|
4067
|
-
'
|
|
4514
|
+
'staffDeliverId': string;
|
|
4068
4515
|
/**
|
|
4069
4516
|
*
|
|
4070
4517
|
* @type {string}
|
|
4071
|
-
* @memberof
|
|
4518
|
+
* @memberof ValetParkingDetail
|
|
4072
4519
|
*/
|
|
4073
|
-
'
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4520
|
+
'userId': string;
|
|
4521
|
+
/**
|
|
4522
|
+
*
|
|
4523
|
+
* @type {string}
|
|
4524
|
+
* @memberof ValetParkingDetail
|
|
4525
|
+
*/
|
|
4526
|
+
'parkingSpotId': string;
|
|
4527
|
+
/**
|
|
4528
|
+
*
|
|
4529
|
+
* @type {string}
|
|
4530
|
+
* @memberof ValetParkingDetail
|
|
4531
|
+
*/
|
|
4532
|
+
'pickUpStationId': string;
|
|
4533
|
+
/**
|
|
4534
|
+
*
|
|
4535
|
+
* @type {number}
|
|
4536
|
+
* @memberof ValetParkingDetail
|
|
4537
|
+
*/
|
|
4538
|
+
'dropOffStationId': number;
|
|
4539
|
+
/**
|
|
4540
|
+
*
|
|
4541
|
+
* @type {string}
|
|
4542
|
+
* @memberof ValetParkingDetail
|
|
4543
|
+
*/
|
|
4544
|
+
'verifiedAt': string;
|
|
4545
|
+
/**
|
|
4546
|
+
*
|
|
4547
|
+
* @type {string}
|
|
4548
|
+
* @memberof ValetParkingDetail
|
|
4549
|
+
*/
|
|
4550
|
+
'staffVerifyId': string;
|
|
4551
|
+
/**
|
|
4552
|
+
*
|
|
4553
|
+
* @type {string}
|
|
4554
|
+
* @memberof ValetParkingDetail
|
|
4555
|
+
*/
|
|
4556
|
+
'confirmParkedAt': string;
|
|
4557
|
+
/**
|
|
4558
|
+
*
|
|
4559
|
+
* @type {number}
|
|
4560
|
+
* @memberof ValetParkingDetail
|
|
4561
|
+
*/
|
|
4562
|
+
'staffConfirmParkedId': number;
|
|
4563
|
+
/**
|
|
4564
|
+
*
|
|
4565
|
+
* @type {string}
|
|
4566
|
+
* @memberof ValetParkingDetail
|
|
4567
|
+
*/
|
|
4568
|
+
'confirmDeliverAt': string;
|
|
4569
|
+
/**
|
|
4570
|
+
*
|
|
4571
|
+
* @type {string}
|
|
4572
|
+
* @memberof ValetParkingDetail
|
|
4573
|
+
*/
|
|
4574
|
+
'staffConfirmDeliverId': string;
|
|
4575
|
+
/**
|
|
4576
|
+
*
|
|
4577
|
+
* @type {string}
|
|
4578
|
+
* @memberof ValetParkingDetail
|
|
4579
|
+
*/
|
|
4580
|
+
'signatureURL': string;
|
|
4581
|
+
/**
|
|
4582
|
+
*
|
|
4583
|
+
* @type {string}
|
|
4584
|
+
* @memberof ValetParkingDetail
|
|
4585
|
+
*/
|
|
4586
|
+
'referenceCode': string;
|
|
4587
|
+
/**
|
|
4588
|
+
*
|
|
4589
|
+
* @type {boolean}
|
|
4590
|
+
* @memberof ValetParkingDetail
|
|
4591
|
+
*/
|
|
4592
|
+
'isMyQr': boolean;
|
|
4593
|
+
/**
|
|
4594
|
+
*
|
|
4595
|
+
* @type {string}
|
|
4596
|
+
* @memberof ValetParkingDetail
|
|
4597
|
+
*/
|
|
4598
|
+
'spot': string;
|
|
4599
|
+
/**
|
|
4600
|
+
*
|
|
4601
|
+
* @type {string}
|
|
4602
|
+
* @memberof ValetParkingDetail
|
|
4603
|
+
*/
|
|
4604
|
+
'staffDeliver': string;
|
|
4605
|
+
/**
|
|
4606
|
+
*
|
|
4607
|
+
* @type {string}
|
|
4608
|
+
* @memberof ValetParkingDetail
|
|
4609
|
+
*/
|
|
4610
|
+
'staffParked': string;
|
|
4611
|
+
/**
|
|
4612
|
+
*
|
|
4613
|
+
* @type {string}
|
|
4614
|
+
* @memberof ValetParkingDetail
|
|
4615
|
+
*/
|
|
4616
|
+
'staffConfirmDeliver': string;
|
|
4617
|
+
/**
|
|
4618
|
+
*
|
|
4619
|
+
* @type {Staff}
|
|
4620
|
+
* @memberof ValetParkingDetail
|
|
4621
|
+
*/
|
|
4622
|
+
'staffConfirmParked': Staff;
|
|
4623
|
+
/**
|
|
4624
|
+
*
|
|
4625
|
+
* @type {string}
|
|
4626
|
+
* @memberof ValetParkingDetail
|
|
4627
|
+
*/
|
|
4628
|
+
'staffVerify': string;
|
|
4629
|
+
/**
|
|
4630
|
+
*
|
|
4631
|
+
* @type {string}
|
|
4632
|
+
* @memberof ValetParkingDetail
|
|
4633
|
+
*/
|
|
4634
|
+
'pickUpStation': string;
|
|
4635
|
+
/**
|
|
4636
|
+
*
|
|
4637
|
+
* @type {DropOffStation}
|
|
4638
|
+
* @memberof ValetParkingDetail
|
|
4639
|
+
*/
|
|
4640
|
+
'dropOffStation': DropOffStation;
|
|
4641
|
+
/**
|
|
4642
|
+
*
|
|
4643
|
+
* @type {Array<Image>}
|
|
4644
|
+
* @memberof ValetParkingDetail
|
|
4645
|
+
*/
|
|
4646
|
+
'images': Array<Image>;
|
|
4647
|
+
/**
|
|
4648
|
+
*
|
|
4649
|
+
* @type {string}
|
|
4650
|
+
* @memberof ValetParkingDetail
|
|
4651
|
+
*/
|
|
4652
|
+
'keyCabinet': string;
|
|
4653
|
+
}
|
|
4654
|
+
/**
|
|
4655
|
+
*
|
|
4656
|
+
* @export
|
|
4657
|
+
* @interface ValetStation
|
|
4658
|
+
*/
|
|
4659
|
+
export interface ValetStation {
|
|
4660
|
+
/**
|
|
4661
|
+
*
|
|
4662
|
+
* @type {number}
|
|
4663
|
+
* @memberof ValetStation
|
|
4664
|
+
*/
|
|
4665
|
+
'id': number;
|
|
4666
|
+
/**
|
|
4667
|
+
*
|
|
4668
|
+
* @type {string}
|
|
4669
|
+
* @memberof ValetStation
|
|
4670
|
+
*/
|
|
4671
|
+
'createdAt': string;
|
|
4672
|
+
/**
|
|
4673
|
+
*
|
|
4674
|
+
* @type {string}
|
|
4675
|
+
* @memberof ValetStation
|
|
4676
|
+
*/
|
|
4677
|
+
'updatedAt': string;
|
|
4678
|
+
/**
|
|
4679
|
+
*
|
|
4680
|
+
* @type {string}
|
|
4681
|
+
* @memberof ValetStation
|
|
4682
|
+
*/
|
|
4683
|
+
'deletedAt': string | null;
|
|
4684
|
+
/**
|
|
4685
|
+
*
|
|
4686
|
+
* @type {string}
|
|
4687
|
+
* @memberof ValetStation
|
|
4688
|
+
*/
|
|
4689
|
+
'name': string;
|
|
4690
|
+
/**
|
|
4691
|
+
*
|
|
4692
|
+
* @type {string}
|
|
4693
|
+
* @memberof ValetStation
|
|
4694
|
+
*/
|
|
4695
|
+
'description': string;
|
|
4696
|
+
/**
|
|
4697
|
+
*
|
|
4698
|
+
* @type {string}
|
|
4699
|
+
* @memberof ValetStation
|
|
4700
|
+
*/
|
|
4701
|
+
'location': string;
|
|
4702
|
+
/**
|
|
4703
|
+
*
|
|
4704
|
+
* @type {boolean}
|
|
4705
|
+
* @memberof ValetStation
|
|
4706
|
+
*/
|
|
4707
|
+
'active': boolean;
|
|
4708
|
+
}
|
|
4709
|
+
/**
|
|
4710
|
+
*
|
|
4711
|
+
* @export
|
|
4712
|
+
* @interface VisitorAccessLog
|
|
4713
|
+
*/
|
|
4714
|
+
export interface VisitorAccessLog {
|
|
4715
|
+
/**
|
|
4716
|
+
*
|
|
4717
|
+
* @type {number}
|
|
4718
|
+
* @memberof VisitorAccessLog
|
|
4719
|
+
*/
|
|
4720
|
+
'transacId': number;
|
|
4721
|
+
/**
|
|
4722
|
+
*
|
|
4723
|
+
* @type {string}
|
|
4724
|
+
* @memberof VisitorAccessLog
|
|
4725
|
+
*/
|
|
4726
|
+
'transacDatetime': string;
|
|
4727
|
+
/**
|
|
4728
|
+
*
|
|
4729
|
+
* @type {number}
|
|
4730
|
+
* @memberof VisitorAccessLog
|
|
4731
|
+
*/
|
|
4732
|
+
'projectID': number;
|
|
4733
|
+
/**
|
|
4734
|
+
*
|
|
4735
|
+
* @type {number}
|
|
4736
|
+
* @memberof VisitorAccessLog
|
|
4737
|
+
*/
|
|
4738
|
+
'towerID': number;
|
|
4739
|
+
/**
|
|
4740
|
+
*
|
|
4741
|
+
* @type {string}
|
|
4742
|
+
* @memberof VisitorAccessLog
|
|
4743
|
+
*/
|
|
4744
|
+
'inviteID': string;
|
|
4745
|
+
/**
|
|
4746
|
+
*
|
|
4747
|
+
* @type {string}
|
|
4748
|
+
* @memberof VisitorAccessLog
|
|
4749
|
+
*/
|
|
4750
|
+
'turnstileID': string;
|
|
4751
|
+
/**
|
|
4752
|
+
*
|
|
4753
|
+
* @type {number}
|
|
4754
|
+
* @memberof VisitorAccessLog
|
|
4755
|
+
*/
|
|
4756
|
+
'terminalPosition': number;
|
|
4757
|
+
}
|
|
4758
|
+
/**
|
|
4759
|
+
*
|
|
4760
|
+
* @export
|
|
4761
|
+
* @interface VisitorData
|
|
4762
|
+
*/
|
|
4763
|
+
export interface VisitorData {
|
|
4764
|
+
/**
|
|
4765
|
+
*
|
|
4766
|
+
* @type {string}
|
|
4767
|
+
* @memberof VisitorData
|
|
4768
|
+
*/
|
|
4769
|
+
'updated_at': string;
|
|
4770
|
+
/**
|
|
4771
|
+
*
|
|
4772
|
+
* @type {string}
|
|
4773
|
+
* @memberof VisitorData
|
|
4774
|
+
*/
|
|
4775
|
+
'created_at': string;
|
|
4776
|
+
/**
|
|
4777
|
+
*
|
|
4778
|
+
* @type {string}
|
|
4779
|
+
* @memberof VisitorData
|
|
4780
|
+
*/
|
|
4781
|
+
'inviter_id': string;
|
|
4782
|
+
/**
|
|
4783
|
+
*
|
|
4784
|
+
* @type {string}
|
|
4785
|
+
* @memberof VisitorData
|
|
4786
|
+
*/
|
|
4787
|
+
'reference'?: string | null;
|
|
4788
|
+
/**
|
|
4789
|
+
*
|
|
4790
|
+
* @type {string}
|
|
4791
|
+
* @memberof VisitorData
|
|
4792
|
+
*/
|
|
4793
|
+
'company_name': string;
|
|
4794
|
+
/**
|
|
4795
|
+
*
|
|
4796
|
+
* @type {string}
|
|
4797
|
+
* @memberof VisitorData
|
|
4798
|
+
*/
|
|
4799
|
+
'email': string;
|
|
4800
|
+
/**
|
|
4801
|
+
*
|
|
4802
|
+
* @type {string}
|
|
4803
|
+
* @memberof VisitorData
|
|
4804
|
+
*/
|
|
4805
|
+
'profile_image_url': string | null;
|
|
4806
|
+
/**
|
|
4807
|
+
*
|
|
4808
|
+
* @type {string}
|
|
4809
|
+
* @memberof VisitorData
|
|
4810
|
+
*/
|
|
4811
|
+
'name': string;
|
|
4812
|
+
/**
|
|
4813
|
+
*
|
|
4814
|
+
* @type {string}
|
|
4815
|
+
* @memberof VisitorData
|
|
4816
|
+
*/
|
|
4817
|
+
'id': string;
|
|
4818
|
+
}
|
|
4819
|
+
/**
|
|
4820
|
+
*
|
|
4821
|
+
* @export
|
|
4822
|
+
* @interface VisitorPassedPayload
|
|
4079
4823
|
*/
|
|
4080
4824
|
export interface VisitorPassedPayload {
|
|
4081
4825
|
/**
|
|
@@ -4138,7 +4882,7 @@ export interface VisitorPasses {
|
|
|
4138
4882
|
* @type {string}
|
|
4139
4883
|
* @memberof VisitorPasses
|
|
4140
4884
|
*/
|
|
4141
|
-
'reference'
|
|
4885
|
+
'reference'?: string | null;
|
|
4142
4886
|
/**
|
|
4143
4887
|
*
|
|
4144
4888
|
* @type {string}
|
|
@@ -4187,7 +4931,7 @@ export interface VisitorResult {
|
|
|
4187
4931
|
* @type {string}
|
|
4188
4932
|
* @memberof VisitorResult
|
|
4189
4933
|
*/
|
|
4190
|
-
'reference'
|
|
4934
|
+
'reference'?: string | null;
|
|
4191
4935
|
/**
|
|
4192
4936
|
*
|
|
4193
4937
|
* @type {string}
|
|
@@ -4523,6 +5267,25 @@ export interface WrappedArrayResponseBuildingAccessLogResult {
|
|
|
4523
5267
|
*/
|
|
4524
5268
|
'pagination'?: Pagination;
|
|
4525
5269
|
}
|
|
5270
|
+
/**
|
|
5271
|
+
*
|
|
5272
|
+
* @export
|
|
5273
|
+
* @interface WrappedArrayResponseFindMemberResult
|
|
5274
|
+
*/
|
|
5275
|
+
export interface WrappedArrayResponseFindMemberResult {
|
|
5276
|
+
/**
|
|
5277
|
+
*
|
|
5278
|
+
* @type {Array<FindMemberResult>}
|
|
5279
|
+
* @memberof WrappedArrayResponseFindMemberResult
|
|
5280
|
+
*/
|
|
5281
|
+
'data': Array<FindMemberResult>;
|
|
5282
|
+
/**
|
|
5283
|
+
*
|
|
5284
|
+
* @type {Pagination}
|
|
5285
|
+
* @memberof WrappedArrayResponseFindMemberResult
|
|
5286
|
+
*/
|
|
5287
|
+
'pagination'?: Pagination;
|
|
5288
|
+
}
|
|
4526
5289
|
/**
|
|
4527
5290
|
*
|
|
4528
5291
|
* @export
|
|
@@ -4565,15 +5328,34 @@ export interface WrappedArrayResponseIssueTypeData {
|
|
|
4565
5328
|
/**
|
|
4566
5329
|
*
|
|
4567
5330
|
* @export
|
|
4568
|
-
* @interface
|
|
5331
|
+
* @interface WrappedArrayResponseMemberIndexResponse
|
|
4569
5332
|
*/
|
|
4570
|
-
export interface
|
|
5333
|
+
export interface WrappedArrayResponseMemberIndexResponse {
|
|
4571
5334
|
/**
|
|
4572
5335
|
*
|
|
4573
|
-
* @type {Array<
|
|
4574
|
-
* @memberof
|
|
5336
|
+
* @type {Array<MemberIndexResponse>}
|
|
5337
|
+
* @memberof WrappedArrayResponseMemberIndexResponse
|
|
4575
5338
|
*/
|
|
4576
|
-
'data': Array<
|
|
5339
|
+
'data': Array<MemberIndexResponse>;
|
|
5340
|
+
/**
|
|
5341
|
+
*
|
|
5342
|
+
* @type {Pagination}
|
|
5343
|
+
* @memberof WrappedArrayResponseMemberIndexResponse
|
|
5344
|
+
*/
|
|
5345
|
+
'pagination'?: Pagination;
|
|
5346
|
+
}
|
|
5347
|
+
/**
|
|
5348
|
+
*
|
|
5349
|
+
* @export
|
|
5350
|
+
* @interface WrappedArrayResponseParkingLogResult
|
|
5351
|
+
*/
|
|
5352
|
+
export interface WrappedArrayResponseParkingLogResult {
|
|
5353
|
+
/**
|
|
5354
|
+
*
|
|
5355
|
+
* @type {Array<ParkingLogResult>}
|
|
5356
|
+
* @memberof WrappedArrayResponseParkingLogResult
|
|
5357
|
+
*/
|
|
5358
|
+
'data': Array<ParkingLogResult>;
|
|
4577
5359
|
/**
|
|
4578
5360
|
*
|
|
4579
5361
|
* @type {Pagination}
|
|
@@ -4827,7 +5609,7 @@ export interface WrappedResponseCreateVisitorResponseData {
|
|
|
4827
5609
|
* @type {string}
|
|
4828
5610
|
* @memberof WrappedResponseCreateVisitorResponseData
|
|
4829
5611
|
*/
|
|
4830
|
-
'reference': string;
|
|
5612
|
+
'reference': string | null;
|
|
4831
5613
|
/**
|
|
4832
5614
|
*
|
|
4833
5615
|
* @type {string}
|
|
@@ -4992,6 +5774,140 @@ export interface WrappedResponseParkingRedemptionRateResultArray {
|
|
|
4992
5774
|
*/
|
|
4993
5775
|
export interface WrappedResponseParkingRedemptionRateResultArrayData {
|
|
4994
5776
|
}
|
|
5777
|
+
/**
|
|
5778
|
+
*
|
|
5779
|
+
* @export
|
|
5780
|
+
* @interface WrappedResponseParkingSpaceDetailAndSpaceDetail
|
|
5781
|
+
*/
|
|
5782
|
+
export interface WrappedResponseParkingSpaceDetailAndSpaceDetail {
|
|
5783
|
+
/**
|
|
5784
|
+
*
|
|
5785
|
+
* @type {WrappedResponseParkingSpaceDetailAndSpaceDetailData}
|
|
5786
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetail
|
|
5787
|
+
*/
|
|
5788
|
+
'data': WrappedResponseParkingSpaceDetailAndSpaceDetailData | null;
|
|
5789
|
+
}
|
|
5790
|
+
/**
|
|
5791
|
+
*
|
|
5792
|
+
* @export
|
|
5793
|
+
* @interface WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5794
|
+
*/
|
|
5795
|
+
export interface WrappedResponseParkingSpaceDetailAndSpaceDetailData {
|
|
5796
|
+
/**
|
|
5797
|
+
*
|
|
5798
|
+
* @type {string}
|
|
5799
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5800
|
+
*/
|
|
5801
|
+
'recordSyscode': string;
|
|
5802
|
+
/**
|
|
5803
|
+
*
|
|
5804
|
+
* @type {string}
|
|
5805
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5806
|
+
*/
|
|
5807
|
+
'spaceSyscode': string;
|
|
5808
|
+
/**
|
|
5809
|
+
*
|
|
5810
|
+
* @type {string}
|
|
5811
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5812
|
+
*/
|
|
5813
|
+
'spaceNo': string;
|
|
5814
|
+
/**
|
|
5815
|
+
*
|
|
5816
|
+
* @type {string}
|
|
5817
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5818
|
+
*/
|
|
5819
|
+
'spacePicUri': string;
|
|
5820
|
+
/**
|
|
5821
|
+
*
|
|
5822
|
+
* @type {string}
|
|
5823
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5824
|
+
*/
|
|
5825
|
+
'parkingTime': string;
|
|
5826
|
+
/**
|
|
5827
|
+
*
|
|
5828
|
+
* @type {string}
|
|
5829
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5830
|
+
*/
|
|
5831
|
+
'parkSyscode': string;
|
|
5832
|
+
/**
|
|
5833
|
+
*
|
|
5834
|
+
* @type {string}
|
|
5835
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5836
|
+
*/
|
|
5837
|
+
'parkName': string;
|
|
5838
|
+
/**
|
|
5839
|
+
*
|
|
5840
|
+
* @type {string}
|
|
5841
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5842
|
+
*/
|
|
5843
|
+
'floorSyscode': string;
|
|
5844
|
+
/**
|
|
5845
|
+
*
|
|
5846
|
+
* @type {string}
|
|
5847
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5848
|
+
*/
|
|
5849
|
+
'floorName': string;
|
|
5850
|
+
/**
|
|
5851
|
+
*
|
|
5852
|
+
* @type {string}
|
|
5853
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5854
|
+
*/
|
|
5855
|
+
'plateNoPicUri': string;
|
|
5856
|
+
/**
|
|
5857
|
+
*
|
|
5858
|
+
* @type {string}
|
|
5859
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5860
|
+
*/
|
|
5861
|
+
'aswSyscode': string;
|
|
5862
|
+
/**
|
|
5863
|
+
*
|
|
5864
|
+
* @type {string}
|
|
5865
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5866
|
+
*/
|
|
5867
|
+
'plateNo': string;
|
|
5868
|
+
/**
|
|
5869
|
+
*
|
|
5870
|
+
* @type {string}
|
|
5871
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5872
|
+
*/
|
|
5873
|
+
'spacePicUrl': string;
|
|
5874
|
+
/**
|
|
5875
|
+
*
|
|
5876
|
+
* @type {string}
|
|
5877
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5878
|
+
*/
|
|
5879
|
+
'plateNoPicUrl': string;
|
|
5880
|
+
/**
|
|
5881
|
+
*
|
|
5882
|
+
* @type {string}
|
|
5883
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5884
|
+
*/
|
|
5885
|
+
'spacePicBinary': string;
|
|
5886
|
+
/**
|
|
5887
|
+
*
|
|
5888
|
+
* @type {string}
|
|
5889
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5890
|
+
*/
|
|
5891
|
+
'ibeaconIpcUuid': string;
|
|
5892
|
+
/**
|
|
5893
|
+
*
|
|
5894
|
+
* @type {string}
|
|
5895
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5896
|
+
*/
|
|
5897
|
+
'ibeaconIpcMajor': string;
|
|
5898
|
+
/**
|
|
5899
|
+
*
|
|
5900
|
+
* @type {string}
|
|
5901
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5902
|
+
*/
|
|
5903
|
+
'ibeaconIpcMinor': string;
|
|
5904
|
+
/**
|
|
5905
|
+
*
|
|
5906
|
+
* @type {string}
|
|
5907
|
+
* @memberof WrappedResponseParkingSpaceDetailAndSpaceDetailData
|
|
5908
|
+
*/
|
|
5909
|
+
'zoneName': string;
|
|
5910
|
+
}
|
|
4995
5911
|
/**
|
|
4996
5912
|
*
|
|
4997
5913
|
* @export
|
|
@@ -5214,176 +6130,444 @@ export interface WrappedResponseResultResponseDataData {
|
|
|
5214
6130
|
export interface WrappedResponseShowPassResponseOrNull {
|
|
5215
6131
|
/**
|
|
5216
6132
|
*
|
|
5217
|
-
* @type {Array<ShowPassResponse>}
|
|
5218
|
-
* @memberof WrappedResponseShowPassResponseOrNull
|
|
6133
|
+
* @type {Array<ShowPassResponse>}
|
|
6134
|
+
* @memberof WrappedResponseShowPassResponseOrNull
|
|
6135
|
+
*/
|
|
6136
|
+
'data': Array<ShowPassResponse> | null;
|
|
6137
|
+
}
|
|
6138
|
+
/**
|
|
6139
|
+
*
|
|
6140
|
+
* @export
|
|
6141
|
+
* @interface WrappedResponseShowVisitorResponse
|
|
6142
|
+
*/
|
|
6143
|
+
export interface WrappedResponseShowVisitorResponse {
|
|
6144
|
+
/**
|
|
6145
|
+
*
|
|
6146
|
+
* @type {WrappedResponseShowVisitorResponseData}
|
|
6147
|
+
* @memberof WrappedResponseShowVisitorResponse
|
|
6148
|
+
*/
|
|
6149
|
+
'data': WrappedResponseShowVisitorResponseData | null;
|
|
6150
|
+
}
|
|
6151
|
+
/**
|
|
6152
|
+
*
|
|
6153
|
+
* @export
|
|
6154
|
+
* @interface WrappedResponseShowVisitorResponseData
|
|
6155
|
+
*/
|
|
6156
|
+
export interface WrappedResponseShowVisitorResponseData {
|
|
6157
|
+
/**
|
|
6158
|
+
*
|
|
6159
|
+
* @type {string}
|
|
6160
|
+
* @memberof WrappedResponseShowVisitorResponseData
|
|
6161
|
+
*/
|
|
6162
|
+
'id': string;
|
|
6163
|
+
/**
|
|
6164
|
+
*
|
|
6165
|
+
* @type {string}
|
|
6166
|
+
* @memberof WrappedResponseShowVisitorResponseData
|
|
6167
|
+
*/
|
|
6168
|
+
'name': string;
|
|
6169
|
+
/**
|
|
6170
|
+
*
|
|
6171
|
+
* @type {string}
|
|
6172
|
+
* @memberof WrappedResponseShowVisitorResponseData
|
|
6173
|
+
*/
|
|
6174
|
+
'profile_image_url': string | null;
|
|
6175
|
+
/**
|
|
6176
|
+
*
|
|
6177
|
+
* @type {string}
|
|
6178
|
+
* @memberof WrappedResponseShowVisitorResponseData
|
|
6179
|
+
*/
|
|
6180
|
+
'email': string;
|
|
6181
|
+
/**
|
|
6182
|
+
*
|
|
6183
|
+
* @type {string}
|
|
6184
|
+
* @memberof WrappedResponseShowVisitorResponseData
|
|
6185
|
+
*/
|
|
6186
|
+
'company_name': string;
|
|
6187
|
+
/**
|
|
6188
|
+
*
|
|
6189
|
+
* @type {string}
|
|
6190
|
+
* @memberof WrappedResponseShowVisitorResponseData
|
|
6191
|
+
*/
|
|
6192
|
+
'reference': string | null;
|
|
6193
|
+
/**
|
|
6194
|
+
*
|
|
6195
|
+
* @type {string}
|
|
6196
|
+
* @memberof WrappedResponseShowVisitorResponseData
|
|
6197
|
+
*/
|
|
6198
|
+
'inviter_id': string;
|
|
6199
|
+
/**
|
|
6200
|
+
*
|
|
6201
|
+
* @type {string}
|
|
6202
|
+
* @memberof WrappedResponseShowVisitorResponseData
|
|
6203
|
+
*/
|
|
6204
|
+
'created_at': string;
|
|
6205
|
+
/**
|
|
6206
|
+
*
|
|
6207
|
+
* @type {string}
|
|
6208
|
+
* @memberof WrappedResponseShowVisitorResponseData
|
|
6209
|
+
*/
|
|
6210
|
+
'updated_at': string;
|
|
6211
|
+
}
|
|
6212
|
+
/**
|
|
6213
|
+
*
|
|
6214
|
+
* @export
|
|
6215
|
+
* @interface WrappedResponseTenantIndexResponse
|
|
6216
|
+
*/
|
|
6217
|
+
export interface WrappedResponseTenantIndexResponse {
|
|
6218
|
+
/**
|
|
6219
|
+
*
|
|
6220
|
+
* @type {WrappedResponseTenantIndexResponseData}
|
|
6221
|
+
* @memberof WrappedResponseTenantIndexResponse
|
|
6222
|
+
*/
|
|
6223
|
+
'data': WrappedResponseTenantIndexResponseData | null;
|
|
6224
|
+
}
|
|
6225
|
+
/**
|
|
6226
|
+
*
|
|
6227
|
+
* @export
|
|
6228
|
+
* @interface WrappedResponseTenantIndexResponseData
|
|
6229
|
+
*/
|
|
6230
|
+
export interface WrappedResponseTenantIndexResponseData {
|
|
6231
|
+
}
|
|
6232
|
+
/**
|
|
6233
|
+
*
|
|
6234
|
+
* @export
|
|
6235
|
+
* @interface WrappedResponseTowerIndexResponse
|
|
6236
|
+
*/
|
|
6237
|
+
export interface WrappedResponseTowerIndexResponse {
|
|
6238
|
+
/**
|
|
6239
|
+
*
|
|
6240
|
+
* @type {WrappedResponseTowerIndexResponseData}
|
|
6241
|
+
* @memberof WrappedResponseTowerIndexResponse
|
|
6242
|
+
*/
|
|
6243
|
+
'data': WrappedResponseTowerIndexResponseData | null;
|
|
6244
|
+
}
|
|
6245
|
+
/**
|
|
6246
|
+
*
|
|
6247
|
+
* @export
|
|
6248
|
+
* @interface WrappedResponseTowerIndexResponseData
|
|
6249
|
+
*/
|
|
6250
|
+
export interface WrappedResponseTowerIndexResponseData {
|
|
6251
|
+
}
|
|
6252
|
+
/**
|
|
6253
|
+
*
|
|
6254
|
+
* @export
|
|
6255
|
+
* @interface WrappedResponseUpdateMemberResponse
|
|
6256
|
+
*/
|
|
6257
|
+
export interface WrappedResponseUpdateMemberResponse {
|
|
6258
|
+
/**
|
|
6259
|
+
*
|
|
6260
|
+
* @type {WrappedResponseUpdateMemberResponseData}
|
|
6261
|
+
* @memberof WrappedResponseUpdateMemberResponse
|
|
6262
|
+
*/
|
|
6263
|
+
'data': WrappedResponseUpdateMemberResponseData | null;
|
|
6264
|
+
}
|
|
6265
|
+
/**
|
|
6266
|
+
*
|
|
6267
|
+
* @export
|
|
6268
|
+
* @interface WrappedResponseUpdateMemberResponseData
|
|
6269
|
+
*/
|
|
6270
|
+
export interface WrappedResponseUpdateMemberResponseData {
|
|
6271
|
+
/**
|
|
6272
|
+
*
|
|
6273
|
+
* @type {boolean}
|
|
6274
|
+
* @memberof WrappedResponseUpdateMemberResponseData
|
|
6275
|
+
*/
|
|
6276
|
+
'result': boolean | null;
|
|
6277
|
+
}
|
|
6278
|
+
/**
|
|
6279
|
+
*
|
|
6280
|
+
* @export
|
|
6281
|
+
* @interface WrappedResponseUpsertHolidayResponse
|
|
6282
|
+
*/
|
|
6283
|
+
export interface WrappedResponseUpsertHolidayResponse {
|
|
6284
|
+
/**
|
|
6285
|
+
*
|
|
6286
|
+
* @type {WrappedResponseUpsertHolidayResponseData}
|
|
6287
|
+
* @memberof WrappedResponseUpsertHolidayResponse
|
|
6288
|
+
*/
|
|
6289
|
+
'data': WrappedResponseUpsertHolidayResponseData | null;
|
|
6290
|
+
}
|
|
6291
|
+
/**
|
|
6292
|
+
*
|
|
6293
|
+
* @export
|
|
6294
|
+
* @interface WrappedResponseUpsertHolidayResponseData
|
|
6295
|
+
*/
|
|
6296
|
+
export interface WrappedResponseUpsertHolidayResponseData {
|
|
6297
|
+
/**
|
|
6298
|
+
*
|
|
6299
|
+
* @type {UpsertHolidayResponseResult}
|
|
6300
|
+
* @memberof WrappedResponseUpsertHolidayResponseData
|
|
6301
|
+
*/
|
|
6302
|
+
'result': UpsertHolidayResponseResult;
|
|
6303
|
+
}
|
|
6304
|
+
/**
|
|
6305
|
+
*
|
|
6306
|
+
* @export
|
|
6307
|
+
* @interface WrappedResponseValetParkingDetail
|
|
6308
|
+
*/
|
|
6309
|
+
export interface WrappedResponseValetParkingDetail {
|
|
6310
|
+
/**
|
|
6311
|
+
*
|
|
6312
|
+
* @type {WrappedResponseValetParkingDetailData}
|
|
6313
|
+
* @memberof WrappedResponseValetParkingDetail
|
|
6314
|
+
*/
|
|
6315
|
+
'data': WrappedResponseValetParkingDetailData | null;
|
|
6316
|
+
}
|
|
6317
|
+
/**
|
|
6318
|
+
*
|
|
6319
|
+
* @export
|
|
6320
|
+
* @interface WrappedResponseValetParkingDetailData
|
|
6321
|
+
*/
|
|
6322
|
+
export interface WrappedResponseValetParkingDetailData {
|
|
6323
|
+
/**
|
|
6324
|
+
*
|
|
6325
|
+
* @type {number}
|
|
6326
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6327
|
+
*/
|
|
6328
|
+
'id': number;
|
|
6329
|
+
/**
|
|
6330
|
+
*
|
|
6331
|
+
* @type {string}
|
|
6332
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6333
|
+
*/
|
|
6334
|
+
'createdAt': string;
|
|
6335
|
+
/**
|
|
6336
|
+
*
|
|
6337
|
+
* @type {string}
|
|
6338
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6339
|
+
*/
|
|
6340
|
+
'updatedAt': string;
|
|
6341
|
+
/**
|
|
6342
|
+
*
|
|
6343
|
+
* @type {string}
|
|
6344
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6345
|
+
*/
|
|
6346
|
+
'deletedAt': string;
|
|
6347
|
+
/**
|
|
6348
|
+
*
|
|
6349
|
+
* @type {string}
|
|
6350
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6351
|
+
*/
|
|
6352
|
+
'code': string;
|
|
6353
|
+
/**
|
|
6354
|
+
*
|
|
6355
|
+
* @type {string}
|
|
6356
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6357
|
+
*/
|
|
6358
|
+
'status': string;
|
|
6359
|
+
/**
|
|
6360
|
+
*
|
|
6361
|
+
* @type {string}
|
|
6362
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6363
|
+
*/
|
|
6364
|
+
'name': string;
|
|
6365
|
+
/**
|
|
6366
|
+
*
|
|
6367
|
+
* @type {string}
|
|
6368
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6369
|
+
*/
|
|
6370
|
+
'phoneNumber': string;
|
|
6371
|
+
/**
|
|
6372
|
+
*
|
|
6373
|
+
* @type {string}
|
|
6374
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6375
|
+
*/
|
|
6376
|
+
'incomingTime': string;
|
|
6377
|
+
/**
|
|
6378
|
+
*
|
|
6379
|
+
* @type {string}
|
|
6380
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6381
|
+
*/
|
|
6382
|
+
'outgoingTime': string;
|
|
6383
|
+
/**
|
|
6384
|
+
*
|
|
6385
|
+
* @type {string}
|
|
6386
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6387
|
+
*/
|
|
6388
|
+
'licensePlate': string;
|
|
6389
|
+
/**
|
|
6390
|
+
*
|
|
6391
|
+
* @type {string}
|
|
6392
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6393
|
+
*/
|
|
6394
|
+
'licensePlateProvince': string;
|
|
6395
|
+
/**
|
|
6396
|
+
*
|
|
6397
|
+
* @type {string}
|
|
6398
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6399
|
+
*/
|
|
6400
|
+
'keyCabinetId': string;
|
|
6401
|
+
/**
|
|
6402
|
+
*
|
|
6403
|
+
* @type {string}
|
|
6404
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6405
|
+
*/
|
|
6406
|
+
'staffParkedId': string;
|
|
6407
|
+
/**
|
|
6408
|
+
*
|
|
6409
|
+
* @type {string}
|
|
6410
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6411
|
+
*/
|
|
6412
|
+
'staffDeliverId': string;
|
|
6413
|
+
/**
|
|
6414
|
+
*
|
|
6415
|
+
* @type {string}
|
|
6416
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6417
|
+
*/
|
|
6418
|
+
'userId': string;
|
|
6419
|
+
/**
|
|
6420
|
+
*
|
|
6421
|
+
* @type {string}
|
|
6422
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6423
|
+
*/
|
|
6424
|
+
'parkingSpotId': string;
|
|
6425
|
+
/**
|
|
6426
|
+
*
|
|
6427
|
+
* @type {string}
|
|
6428
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6429
|
+
*/
|
|
6430
|
+
'pickUpStationId': string;
|
|
6431
|
+
/**
|
|
6432
|
+
*
|
|
6433
|
+
* @type {number}
|
|
6434
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6435
|
+
*/
|
|
6436
|
+
'dropOffStationId': number;
|
|
6437
|
+
/**
|
|
6438
|
+
*
|
|
6439
|
+
* @type {string}
|
|
6440
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6441
|
+
*/
|
|
6442
|
+
'verifiedAt': string;
|
|
6443
|
+
/**
|
|
6444
|
+
*
|
|
6445
|
+
* @type {string}
|
|
6446
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6447
|
+
*/
|
|
6448
|
+
'staffVerifyId': string;
|
|
6449
|
+
/**
|
|
6450
|
+
*
|
|
6451
|
+
* @type {string}
|
|
6452
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6453
|
+
*/
|
|
6454
|
+
'confirmParkedAt': string;
|
|
6455
|
+
/**
|
|
6456
|
+
*
|
|
6457
|
+
* @type {number}
|
|
6458
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
6459
|
+
*/
|
|
6460
|
+
'staffConfirmParkedId': number;
|
|
6461
|
+
/**
|
|
6462
|
+
*
|
|
6463
|
+
* @type {string}
|
|
6464
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5219
6465
|
*/
|
|
5220
|
-
'
|
|
5221
|
-
}
|
|
5222
|
-
/**
|
|
5223
|
-
*
|
|
5224
|
-
* @export
|
|
5225
|
-
* @interface WrappedResponseShowVisitorResponse
|
|
5226
|
-
*/
|
|
5227
|
-
export interface WrappedResponseShowVisitorResponse {
|
|
6466
|
+
'confirmDeliverAt': string;
|
|
5228
6467
|
/**
|
|
5229
6468
|
*
|
|
5230
|
-
* @type {
|
|
5231
|
-
* @memberof
|
|
6469
|
+
* @type {string}
|
|
6470
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5232
6471
|
*/
|
|
5233
|
-
'
|
|
5234
|
-
}
|
|
5235
|
-
/**
|
|
5236
|
-
*
|
|
5237
|
-
* @export
|
|
5238
|
-
* @interface WrappedResponseShowVisitorResponseData
|
|
5239
|
-
*/
|
|
5240
|
-
export interface WrappedResponseShowVisitorResponseData {
|
|
6472
|
+
'staffConfirmDeliverId': string;
|
|
5241
6473
|
/**
|
|
5242
6474
|
*
|
|
5243
6475
|
* @type {string}
|
|
5244
|
-
* @memberof
|
|
6476
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5245
6477
|
*/
|
|
5246
|
-
'
|
|
6478
|
+
'signatureURL': string;
|
|
5247
6479
|
/**
|
|
5248
6480
|
*
|
|
5249
6481
|
* @type {string}
|
|
5250
|
-
* @memberof
|
|
6482
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5251
6483
|
*/
|
|
5252
|
-
'
|
|
6484
|
+
'referenceCode': string;
|
|
5253
6485
|
/**
|
|
5254
6486
|
*
|
|
5255
|
-
* @type {
|
|
5256
|
-
* @memberof
|
|
6487
|
+
* @type {boolean}
|
|
6488
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5257
6489
|
*/
|
|
5258
|
-
'
|
|
6490
|
+
'isMyQr': boolean;
|
|
5259
6491
|
/**
|
|
5260
6492
|
*
|
|
5261
6493
|
* @type {string}
|
|
5262
|
-
* @memberof
|
|
6494
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5263
6495
|
*/
|
|
5264
|
-
'
|
|
6496
|
+
'spot': string;
|
|
5265
6497
|
/**
|
|
5266
6498
|
*
|
|
5267
6499
|
* @type {string}
|
|
5268
|
-
* @memberof
|
|
6500
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5269
6501
|
*/
|
|
5270
|
-
'
|
|
6502
|
+
'staffDeliver': string;
|
|
5271
6503
|
/**
|
|
5272
6504
|
*
|
|
5273
6505
|
* @type {string}
|
|
5274
|
-
* @memberof
|
|
6506
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5275
6507
|
*/
|
|
5276
|
-
'
|
|
6508
|
+
'staffParked': string;
|
|
5277
6509
|
/**
|
|
5278
6510
|
*
|
|
5279
6511
|
* @type {string}
|
|
5280
|
-
* @memberof
|
|
6512
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5281
6513
|
*/
|
|
5282
|
-
'
|
|
6514
|
+
'staffConfirmDeliver': string;
|
|
5283
6515
|
/**
|
|
5284
6516
|
*
|
|
5285
|
-
* @type {
|
|
5286
|
-
* @memberof
|
|
6517
|
+
* @type {Staff}
|
|
6518
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5287
6519
|
*/
|
|
5288
|
-
'
|
|
6520
|
+
'staffConfirmParked': Staff;
|
|
5289
6521
|
/**
|
|
5290
6522
|
*
|
|
5291
6523
|
* @type {string}
|
|
5292
|
-
* @memberof
|
|
6524
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5293
6525
|
*/
|
|
5294
|
-
'
|
|
5295
|
-
}
|
|
5296
|
-
/**
|
|
5297
|
-
*
|
|
5298
|
-
* @export
|
|
5299
|
-
* @interface WrappedResponseTenantIndexResponse
|
|
5300
|
-
*/
|
|
5301
|
-
export interface WrappedResponseTenantIndexResponse {
|
|
6526
|
+
'staffVerify': string;
|
|
5302
6527
|
/**
|
|
5303
6528
|
*
|
|
5304
|
-
* @type {
|
|
5305
|
-
* @memberof
|
|
6529
|
+
* @type {string}
|
|
6530
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5306
6531
|
*/
|
|
5307
|
-
'
|
|
5308
|
-
}
|
|
5309
|
-
/**
|
|
5310
|
-
*
|
|
5311
|
-
* @export
|
|
5312
|
-
* @interface WrappedResponseTenantIndexResponseData
|
|
5313
|
-
*/
|
|
5314
|
-
export interface WrappedResponseTenantIndexResponseData {
|
|
5315
|
-
}
|
|
5316
|
-
/**
|
|
5317
|
-
*
|
|
5318
|
-
* @export
|
|
5319
|
-
* @interface WrappedResponseTowerIndexResponse
|
|
5320
|
-
*/
|
|
5321
|
-
export interface WrappedResponseTowerIndexResponse {
|
|
6532
|
+
'pickUpStation': string;
|
|
5322
6533
|
/**
|
|
5323
6534
|
*
|
|
5324
|
-
* @type {
|
|
5325
|
-
* @memberof
|
|
6535
|
+
* @type {DropOffStation}
|
|
6536
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5326
6537
|
*/
|
|
5327
|
-
'
|
|
5328
|
-
}
|
|
5329
|
-
/**
|
|
5330
|
-
*
|
|
5331
|
-
* @export
|
|
5332
|
-
* @interface WrappedResponseTowerIndexResponseData
|
|
5333
|
-
*/
|
|
5334
|
-
export interface WrappedResponseTowerIndexResponseData {
|
|
5335
|
-
}
|
|
5336
|
-
/**
|
|
5337
|
-
*
|
|
5338
|
-
* @export
|
|
5339
|
-
* @interface WrappedResponseUpdateMemberResponse
|
|
5340
|
-
*/
|
|
5341
|
-
export interface WrappedResponseUpdateMemberResponse {
|
|
6538
|
+
'dropOffStation': DropOffStation;
|
|
5342
6539
|
/**
|
|
5343
6540
|
*
|
|
5344
|
-
* @type {
|
|
5345
|
-
* @memberof
|
|
6541
|
+
* @type {Array<Image>}
|
|
6542
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5346
6543
|
*/
|
|
5347
|
-
'
|
|
5348
|
-
}
|
|
5349
|
-
/**
|
|
5350
|
-
*
|
|
5351
|
-
* @export
|
|
5352
|
-
* @interface WrappedResponseUpdateMemberResponseData
|
|
5353
|
-
*/
|
|
5354
|
-
export interface WrappedResponseUpdateMemberResponseData {
|
|
6544
|
+
'images': Array<Image>;
|
|
5355
6545
|
/**
|
|
5356
6546
|
*
|
|
5357
|
-
* @type {
|
|
5358
|
-
* @memberof
|
|
6547
|
+
* @type {string}
|
|
6548
|
+
* @memberof WrappedResponseValetParkingDetailData
|
|
5359
6549
|
*/
|
|
5360
|
-
'
|
|
6550
|
+
'keyCabinet': string;
|
|
5361
6551
|
}
|
|
5362
6552
|
/**
|
|
5363
6553
|
*
|
|
5364
6554
|
* @export
|
|
5365
|
-
* @interface
|
|
6555
|
+
* @interface WrappedResponseValetStationArray
|
|
5366
6556
|
*/
|
|
5367
|
-
export interface
|
|
6557
|
+
export interface WrappedResponseValetStationArray {
|
|
5368
6558
|
/**
|
|
5369
6559
|
*
|
|
5370
|
-
* @type {
|
|
5371
|
-
* @memberof
|
|
6560
|
+
* @type {WrappedResponseValetStationArrayData}
|
|
6561
|
+
* @memberof WrappedResponseValetStationArray
|
|
5372
6562
|
*/
|
|
5373
|
-
'data':
|
|
6563
|
+
'data': WrappedResponseValetStationArrayData | null;
|
|
5374
6564
|
}
|
|
5375
6565
|
/**
|
|
5376
6566
|
*
|
|
5377
6567
|
* @export
|
|
5378
|
-
* @interface
|
|
6568
|
+
* @interface WrappedResponseValetStationArrayData
|
|
5379
6569
|
*/
|
|
5380
|
-
export interface
|
|
5381
|
-
/**
|
|
5382
|
-
*
|
|
5383
|
-
* @type {UpsertHolidayResponseResult}
|
|
5384
|
-
* @memberof WrappedResponseUpsertHolidayResponseData
|
|
5385
|
-
*/
|
|
5386
|
-
'result': UpsertHolidayResponseResult;
|
|
6570
|
+
export interface WrappedResponseValetStationArrayData {
|
|
5387
6571
|
}
|
|
5388
6572
|
/**
|
|
5389
6573
|
*
|
|
@@ -5786,6 +6970,41 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5786
6970
|
options: localVarRequestOptions,
|
|
5787
6971
|
};
|
|
5788
6972
|
},
|
|
6973
|
+
/**
|
|
6974
|
+
*
|
|
6975
|
+
* @param {CallingBody} callingBody
|
|
6976
|
+
* @param {*} [options] Override http request option.
|
|
6977
|
+
* @throws {RequiredError}
|
|
6978
|
+
*/
|
|
6979
|
+
calling: async (callingBody: CallingBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
6980
|
+
// verify required parameter 'callingBody' is not null or undefined
|
|
6981
|
+
assertParamExists('calling', 'callingBody', callingBody)
|
|
6982
|
+
const localVarPath = `/valet/calling`;
|
|
6983
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6984
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6985
|
+
let baseOptions;
|
|
6986
|
+
if (configuration) {
|
|
6987
|
+
baseOptions = configuration.baseOptions;
|
|
6988
|
+
}
|
|
6989
|
+
|
|
6990
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
6991
|
+
const localVarHeaderParameter = {} as any;
|
|
6992
|
+
const localVarQueryParameter = {} as any;
|
|
6993
|
+
|
|
6994
|
+
|
|
6995
|
+
|
|
6996
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
6997
|
+
|
|
6998
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6999
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7000
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
7001
|
+
localVarRequestOptions.data = serializeDataIfNeeded(callingBody, localVarRequestOptions, configuration)
|
|
7002
|
+
|
|
7003
|
+
return {
|
|
7004
|
+
url: toPathString(localVarUrlObj),
|
|
7005
|
+
options: localVarRequestOptions,
|
|
7006
|
+
};
|
|
7007
|
+
},
|
|
5789
7008
|
/**
|
|
5790
7009
|
*
|
|
5791
7010
|
* @param {WebhookCreateBody} webhookCreateBody
|
|
@@ -5841,6 +7060,40 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5841
7060
|
|
|
5842
7061
|
|
|
5843
7062
|
|
|
7063
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7064
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7065
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
7066
|
+
|
|
7067
|
+
return {
|
|
7068
|
+
url: toPathString(localVarUrlObj),
|
|
7069
|
+
options: localVarRequestOptions,
|
|
7070
|
+
};
|
|
7071
|
+
},
|
|
7072
|
+
/**
|
|
7073
|
+
*
|
|
7074
|
+
* @param {string} [xAccountId]
|
|
7075
|
+
* @param {*} [options] Override http request option.
|
|
7076
|
+
* @throws {RequiredError}
|
|
7077
|
+
*/
|
|
7078
|
+
find: async (xAccountId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
7079
|
+
const localVarPath = `/valet/find`;
|
|
7080
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7081
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7082
|
+
let baseOptions;
|
|
7083
|
+
if (configuration) {
|
|
7084
|
+
baseOptions = configuration.baseOptions;
|
|
7085
|
+
}
|
|
7086
|
+
|
|
7087
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
7088
|
+
const localVarHeaderParameter = {} as any;
|
|
7089
|
+
const localVarQueryParameter = {} as any;
|
|
7090
|
+
|
|
7091
|
+
if (xAccountId != null) {
|
|
7092
|
+
localVarHeaderParameter['x-account-id'] = String(xAccountId);
|
|
7093
|
+
}
|
|
7094
|
+
|
|
7095
|
+
|
|
7096
|
+
|
|
5844
7097
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5845
7098
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5846
7099
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -6343,12 +7596,110 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6343
7596
|
baseOptions = configuration.baseOptions;
|
|
6344
7597
|
}
|
|
6345
7598
|
|
|
6346
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
6347
|
-
const localVarHeaderParameter = {} as any;
|
|
6348
|
-
const localVarQueryParameter = {} as any;
|
|
7599
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
7600
|
+
const localVarHeaderParameter = {} as any;
|
|
7601
|
+
const localVarQueryParameter = {} as any;
|
|
7602
|
+
|
|
7603
|
+
if (locationId !== undefined) {
|
|
7604
|
+
localVarQueryParameter['location_id'] = locationId;
|
|
7605
|
+
}
|
|
7606
|
+
|
|
7607
|
+
|
|
7608
|
+
|
|
7609
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7610
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7611
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
7612
|
+
|
|
7613
|
+
return {
|
|
7614
|
+
url: toPathString(localVarUrlObj),
|
|
7615
|
+
options: localVarRequestOptions,
|
|
7616
|
+
};
|
|
7617
|
+
},
|
|
7618
|
+
/**
|
|
7619
|
+
*
|
|
7620
|
+
* @param {string} id
|
|
7621
|
+
* @param {UpdateMemberRequestBody} updateMemberRequestBody
|
|
7622
|
+
* @param {*} [options] Override http request option.
|
|
7623
|
+
* @throws {RequiredError}
|
|
7624
|
+
*/
|
|
7625
|
+
membersUpdate: async (id: string, updateMemberRequestBody: UpdateMemberRequestBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
7626
|
+
// verify required parameter 'id' is not null or undefined
|
|
7627
|
+
assertParamExists('membersUpdate', 'id', id)
|
|
7628
|
+
// verify required parameter 'updateMemberRequestBody' is not null or undefined
|
|
7629
|
+
assertParamExists('membersUpdate', 'updateMemberRequestBody', updateMemberRequestBody)
|
|
7630
|
+
const localVarPath = `/members/{id}`
|
|
7631
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
7632
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7633
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7634
|
+
let baseOptions;
|
|
7635
|
+
if (configuration) {
|
|
7636
|
+
baseOptions = configuration.baseOptions;
|
|
7637
|
+
}
|
|
7638
|
+
|
|
7639
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
7640
|
+
const localVarHeaderParameter = {} as any;
|
|
7641
|
+
const localVarQueryParameter = {} as any;
|
|
7642
|
+
|
|
7643
|
+
|
|
7644
|
+
|
|
7645
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7646
|
+
|
|
7647
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7648
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7649
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
7650
|
+
localVarRequestOptions.data = serializeDataIfNeeded(updateMemberRequestBody, localVarRequestOptions, configuration)
|
|
7651
|
+
|
|
7652
|
+
return {
|
|
7653
|
+
url: toPathString(localVarUrlObj),
|
|
7654
|
+
options: localVarRequestOptions,
|
|
7655
|
+
};
|
|
7656
|
+
},
|
|
7657
|
+
/**
|
|
7658
|
+
*
|
|
7659
|
+
* @param {string} [orderBy]
|
|
7660
|
+
* @param {string} [orderDirection]
|
|
7661
|
+
* @param {number} [pageNumber]
|
|
7662
|
+
* @param {number} [pageSize]
|
|
7663
|
+
* @param {string} [floorId]
|
|
7664
|
+
* @param {string} [tenantId]
|
|
7665
|
+
* @param {*} [options] Override http request option.
|
|
7666
|
+
* @throws {RequiredError}
|
|
7667
|
+
*/
|
|
7668
|
+
membersV2Index: async (orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
7669
|
+
const localVarPath = `/v2/members`;
|
|
7670
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7671
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7672
|
+
let baseOptions;
|
|
7673
|
+
if (configuration) {
|
|
7674
|
+
baseOptions = configuration.baseOptions;
|
|
7675
|
+
}
|
|
7676
|
+
|
|
7677
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
7678
|
+
const localVarHeaderParameter = {} as any;
|
|
7679
|
+
const localVarQueryParameter = {} as any;
|
|
7680
|
+
|
|
7681
|
+
if (orderBy !== undefined) {
|
|
7682
|
+
localVarQueryParameter['order_by'] = orderBy;
|
|
7683
|
+
}
|
|
7684
|
+
|
|
7685
|
+
if (orderDirection !== undefined) {
|
|
7686
|
+
localVarQueryParameter['order_direction'] = orderDirection;
|
|
7687
|
+
}
|
|
7688
|
+
|
|
7689
|
+
if (pageNumber !== undefined) {
|
|
7690
|
+
localVarQueryParameter['page_number'] = pageNumber;
|
|
7691
|
+
}
|
|
6349
7692
|
|
|
6350
|
-
if (
|
|
6351
|
-
localVarQueryParameter['
|
|
7693
|
+
if (pageSize !== undefined) {
|
|
7694
|
+
localVarQueryParameter['page_size'] = pageSize;
|
|
7695
|
+
}
|
|
7696
|
+
|
|
7697
|
+
if (floorId !== undefined) {
|
|
7698
|
+
localVarQueryParameter['floor_id'] = floorId;
|
|
7699
|
+
}
|
|
7700
|
+
|
|
7701
|
+
if (tenantId !== undefined) {
|
|
7702
|
+
localVarQueryParameter['tenant_id'] = tenantId;
|
|
6352
7703
|
}
|
|
6353
7704
|
|
|
6354
7705
|
|
|
@@ -6364,18 +7715,18 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6364
7715
|
},
|
|
6365
7716
|
/**
|
|
6366
7717
|
*
|
|
6367
|
-
* @param {
|
|
6368
|
-
* @param {
|
|
7718
|
+
* @param {MemberListBody} memberListBody
|
|
7719
|
+
* @param {string} [orderBy]
|
|
7720
|
+
* @param {string} [orderDirection]
|
|
7721
|
+
* @param {number} [pageNumber]
|
|
7722
|
+
* @param {number} [pageSize]
|
|
6369
7723
|
* @param {*} [options] Override http request option.
|
|
6370
7724
|
* @throws {RequiredError}
|
|
6371
7725
|
*/
|
|
6372
|
-
|
|
6373
|
-
// verify required parameter '
|
|
6374
|
-
assertParamExists('
|
|
6375
|
-
|
|
6376
|
-
assertParamExists('membersUpdate', 'updateMemberRequestBody', updateMemberRequestBody)
|
|
6377
|
-
const localVarPath = `/members/{id}`
|
|
6378
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
7726
|
+
membersV2ListMembers: async (memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
7727
|
+
// verify required parameter 'memberListBody' is not null or undefined
|
|
7728
|
+
assertParamExists('membersV2ListMembers', 'memberListBody', memberListBody)
|
|
7729
|
+
const localVarPath = `/v2/members`;
|
|
6379
7730
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6380
7731
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6381
7732
|
let baseOptions;
|
|
@@ -6383,10 +7734,26 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6383
7734
|
baseOptions = configuration.baseOptions;
|
|
6384
7735
|
}
|
|
6385
7736
|
|
|
6386
|
-
const localVarRequestOptions = { method: '
|
|
7737
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
6387
7738
|
const localVarHeaderParameter = {} as any;
|
|
6388
7739
|
const localVarQueryParameter = {} as any;
|
|
6389
7740
|
|
|
7741
|
+
if (orderBy !== undefined) {
|
|
7742
|
+
localVarQueryParameter['order_by'] = orderBy;
|
|
7743
|
+
}
|
|
7744
|
+
|
|
7745
|
+
if (orderDirection !== undefined) {
|
|
7746
|
+
localVarQueryParameter['order_direction'] = orderDirection;
|
|
7747
|
+
}
|
|
7748
|
+
|
|
7749
|
+
if (pageNumber !== undefined) {
|
|
7750
|
+
localVarQueryParameter['page_number'] = pageNumber;
|
|
7751
|
+
}
|
|
7752
|
+
|
|
7753
|
+
if (pageSize !== undefined) {
|
|
7754
|
+
localVarQueryParameter['page_size'] = pageSize;
|
|
7755
|
+
}
|
|
7756
|
+
|
|
6390
7757
|
|
|
6391
7758
|
|
|
6392
7759
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -6394,7 +7761,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6394
7761
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6395
7762
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6396
7763
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
6397
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
7764
|
+
localVarRequestOptions.data = serializeDataIfNeeded(memberListBody, localVarRequestOptions, configuration)
|
|
6398
7765
|
|
|
6399
7766
|
return {
|
|
6400
7767
|
url: toPathString(localVarUrlObj),
|
|
@@ -6632,6 +7999,41 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6632
7999
|
options: localVarRequestOptions,
|
|
6633
8000
|
};
|
|
6634
8001
|
},
|
|
8002
|
+
/**
|
|
8003
|
+
*
|
|
8004
|
+
* @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
|
|
8005
|
+
* @param {*} [options] Override http request option.
|
|
8006
|
+
* @throws {RequiredError}
|
|
8007
|
+
*/
|
|
8008
|
+
parkingTicketsLocation: async (parkingSpaceDetailBody: ParkingSpaceDetailBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
8009
|
+
// verify required parameter 'parkingSpaceDetailBody' is not null or undefined
|
|
8010
|
+
assertParamExists('parkingTicketsLocation', 'parkingSpaceDetailBody', parkingSpaceDetailBody)
|
|
8011
|
+
const localVarPath = `/parking_tickets/location`;
|
|
8012
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
8013
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8014
|
+
let baseOptions;
|
|
8015
|
+
if (configuration) {
|
|
8016
|
+
baseOptions = configuration.baseOptions;
|
|
8017
|
+
}
|
|
8018
|
+
|
|
8019
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
8020
|
+
const localVarHeaderParameter = {} as any;
|
|
8021
|
+
const localVarQueryParameter = {} as any;
|
|
8022
|
+
|
|
8023
|
+
|
|
8024
|
+
|
|
8025
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
8026
|
+
|
|
8027
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8028
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8029
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
8030
|
+
localVarRequestOptions.data = serializeDataIfNeeded(parkingSpaceDetailBody, localVarRequestOptions, configuration)
|
|
8031
|
+
|
|
8032
|
+
return {
|
|
8033
|
+
url: toPathString(localVarUrlObj),
|
|
8034
|
+
options: localVarRequestOptions,
|
|
8035
|
+
};
|
|
8036
|
+
},
|
|
6635
8037
|
/**
|
|
6636
8038
|
*
|
|
6637
8039
|
* @param {string} logId
|
|
@@ -6955,6 +8357,35 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6955
8357
|
options: localVarRequestOptions,
|
|
6956
8358
|
};
|
|
6957
8359
|
},
|
|
8360
|
+
/**
|
|
8361
|
+
*
|
|
8362
|
+
* @param {*} [options] Override http request option.
|
|
8363
|
+
* @throws {RequiredError}
|
|
8364
|
+
*/
|
|
8365
|
+
stationRetrieve: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
8366
|
+
const localVarPath = `/valet/station/retrieve`;
|
|
8367
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
8368
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8369
|
+
let baseOptions;
|
|
8370
|
+
if (configuration) {
|
|
8371
|
+
baseOptions = configuration.baseOptions;
|
|
8372
|
+
}
|
|
8373
|
+
|
|
8374
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
8375
|
+
const localVarHeaderParameter = {} as any;
|
|
8376
|
+
const localVarQueryParameter = {} as any;
|
|
8377
|
+
|
|
8378
|
+
|
|
8379
|
+
|
|
8380
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8381
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8382
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
8383
|
+
|
|
8384
|
+
return {
|
|
8385
|
+
url: toPathString(localVarUrlObj),
|
|
8386
|
+
options: localVarRequestOptions,
|
|
8387
|
+
};
|
|
8388
|
+
},
|
|
6958
8389
|
/**
|
|
6959
8390
|
*
|
|
6960
8391
|
* @param {SyncBody} syncBody
|
|
@@ -7332,6 +8763,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
7332
8763
|
const localVarAxiosArgs = await localVarAxiosParamCreator.buildingAccessLogsShow(id, accessorType, options);
|
|
7333
8764
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7334
8765
|
},
|
|
8766
|
+
/**
|
|
8767
|
+
*
|
|
8768
|
+
* @param {CallingBody} callingBody
|
|
8769
|
+
* @param {*} [options] Override http request option.
|
|
8770
|
+
* @throws {RequiredError}
|
|
8771
|
+
*/
|
|
8772
|
+
async calling(callingBody: CallingBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseValetStationArray>> {
|
|
8773
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.calling(callingBody, options);
|
|
8774
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8775
|
+
},
|
|
7335
8776
|
/**
|
|
7336
8777
|
*
|
|
7337
8778
|
* @param {WebhookCreateBody} webhookCreateBody
|
|
@@ -7351,6 +8792,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
7351
8792
|
const localVarAxiosArgs = await localVarAxiosParamCreator.fetch(options);
|
|
7352
8793
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7353
8794
|
},
|
|
8795
|
+
/**
|
|
8796
|
+
*
|
|
8797
|
+
* @param {string} [xAccountId]
|
|
8798
|
+
* @param {*} [options] Override http request option.
|
|
8799
|
+
* @throws {RequiredError}
|
|
8800
|
+
*/
|
|
8801
|
+
async find(xAccountId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseValetParkingDetail>> {
|
|
8802
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.find(xAccountId, options);
|
|
8803
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8804
|
+
},
|
|
7354
8805
|
/**
|
|
7355
8806
|
*
|
|
7356
8807
|
* @param {*} [options] Override http request option.
|
|
@@ -7509,6 +8960,35 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
7509
8960
|
const localVarAxiosArgs = await localVarAxiosParamCreator.membersUpdate(id, updateMemberRequestBody, options);
|
|
7510
8961
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7511
8962
|
},
|
|
8963
|
+
/**
|
|
8964
|
+
*
|
|
8965
|
+
* @param {string} [orderBy]
|
|
8966
|
+
* @param {string} [orderDirection]
|
|
8967
|
+
* @param {number} [pageNumber]
|
|
8968
|
+
* @param {number} [pageSize]
|
|
8969
|
+
* @param {string} [floorId]
|
|
8970
|
+
* @param {string} [tenantId]
|
|
8971
|
+
* @param {*} [options] Override http request option.
|
|
8972
|
+
* @throws {RequiredError}
|
|
8973
|
+
*/
|
|
8974
|
+
async membersV2Index(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseMemberIndexResponse>> {
|
|
8975
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.membersV2Index(orderBy, orderDirection, pageNumber, pageSize, floorId, tenantId, options);
|
|
8976
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8977
|
+
},
|
|
8978
|
+
/**
|
|
8979
|
+
*
|
|
8980
|
+
* @param {MemberListBody} memberListBody
|
|
8981
|
+
* @param {string} [orderBy]
|
|
8982
|
+
* @param {string} [orderDirection]
|
|
8983
|
+
* @param {number} [pageNumber]
|
|
8984
|
+
* @param {number} [pageSize]
|
|
8985
|
+
* @param {*} [options] Override http request option.
|
|
8986
|
+
* @throws {RequiredError}
|
|
8987
|
+
*/
|
|
8988
|
+
async membersV2ListMembers(memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedArrayResponseFindMemberResult>> {
|
|
8989
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.membersV2ListMembers(memberListBody, orderBy, orderDirection, pageNumber, pageSize, options);
|
|
8990
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8991
|
+
},
|
|
7512
8992
|
/**
|
|
7513
8993
|
*
|
|
7514
8994
|
* @param {string} [orderBy]
|
|
@@ -7570,6 +9050,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
7570
9050
|
const localVarAxiosArgs = await localVarAxiosParamCreator.parkingTicketsIndex(type, id, options);
|
|
7571
9051
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7572
9052
|
},
|
|
9053
|
+
/**
|
|
9054
|
+
*
|
|
9055
|
+
* @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
|
|
9056
|
+
* @param {*} [options] Override http request option.
|
|
9057
|
+
* @throws {RequiredError}
|
|
9058
|
+
*/
|
|
9059
|
+
async parkingTicketsLocation(parkingSpaceDetailBody: ParkingSpaceDetailBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingSpaceDetailAndSpaceDetail>> {
|
|
9060
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.parkingTicketsLocation(parkingSpaceDetailBody, options);
|
|
9061
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
9062
|
+
},
|
|
7573
9063
|
/**
|
|
7574
9064
|
*
|
|
7575
9065
|
* @param {string} logId
|
|
@@ -7660,6 +9150,15 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
7660
9150
|
const localVarAxiosArgs = await localVarAxiosParamCreator.serviceRequestsUpdate(id, serviceRequestsUpdateRequestBody, options);
|
|
7661
9151
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7662
9152
|
},
|
|
9153
|
+
/**
|
|
9154
|
+
*
|
|
9155
|
+
* @param {*} [options] Override http request option.
|
|
9156
|
+
* @throws {RequiredError}
|
|
9157
|
+
*/
|
|
9158
|
+
async stationRetrieve(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseValetStationArray>> {
|
|
9159
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.stationRetrieve(options);
|
|
9160
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
9161
|
+
},
|
|
7663
9162
|
/**
|
|
7664
9163
|
*
|
|
7665
9164
|
* @param {SyncBody} syncBody
|
|
@@ -7841,6 +9340,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
7841
9340
|
buildingAccessLogsShow(id: string, accessorType: AccessorType, options?: any): AxiosPromise<WrappedArrayResponseBuildingAccessLogResult> {
|
|
7842
9341
|
return localVarFp.buildingAccessLogsShow(id, accessorType, options).then((request) => request(axios, basePath));
|
|
7843
9342
|
},
|
|
9343
|
+
/**
|
|
9344
|
+
*
|
|
9345
|
+
* @param {CallingBody} callingBody
|
|
9346
|
+
* @param {*} [options] Override http request option.
|
|
9347
|
+
* @throws {RequiredError}
|
|
9348
|
+
*/
|
|
9349
|
+
calling(callingBody: CallingBody, options?: any): AxiosPromise<WrappedResponseValetStationArray> {
|
|
9350
|
+
return localVarFp.calling(callingBody, options).then((request) => request(axios, basePath));
|
|
9351
|
+
},
|
|
7844
9352
|
/**
|
|
7845
9353
|
*
|
|
7846
9354
|
* @param {WebhookCreateBody} webhookCreateBody
|
|
@@ -7858,6 +9366,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
7858
9366
|
fetch(options?: any): AxiosPromise<WrappedResponseFetchParkingResult> {
|
|
7859
9367
|
return localVarFp.fetch(options).then((request) => request(axios, basePath));
|
|
7860
9368
|
},
|
|
9369
|
+
/**
|
|
9370
|
+
*
|
|
9371
|
+
* @param {string} [xAccountId]
|
|
9372
|
+
* @param {*} [options] Override http request option.
|
|
9373
|
+
* @throws {RequiredError}
|
|
9374
|
+
*/
|
|
9375
|
+
find(xAccountId?: string, options?: any): AxiosPromise<WrappedResponseValetParkingDetail> {
|
|
9376
|
+
return localVarFp.find(xAccountId, options).then((request) => request(axios, basePath));
|
|
9377
|
+
},
|
|
7861
9378
|
/**
|
|
7862
9379
|
*
|
|
7863
9380
|
* @param {*} [options] Override http request option.
|
|
@@ -8001,6 +9518,33 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
8001
9518
|
membersUpdate(id: string, updateMemberRequestBody: UpdateMemberRequestBody, options?: any): AxiosPromise<WrappedResponseUpdateMemberResponse> {
|
|
8002
9519
|
return localVarFp.membersUpdate(id, updateMemberRequestBody, options).then((request) => request(axios, basePath));
|
|
8003
9520
|
},
|
|
9521
|
+
/**
|
|
9522
|
+
*
|
|
9523
|
+
* @param {string} [orderBy]
|
|
9524
|
+
* @param {string} [orderDirection]
|
|
9525
|
+
* @param {number} [pageNumber]
|
|
9526
|
+
* @param {number} [pageSize]
|
|
9527
|
+
* @param {string} [floorId]
|
|
9528
|
+
* @param {string} [tenantId]
|
|
9529
|
+
* @param {*} [options] Override http request option.
|
|
9530
|
+
* @throws {RequiredError}
|
|
9531
|
+
*/
|
|
9532
|
+
membersV2Index(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options?: any): AxiosPromise<WrappedArrayResponseMemberIndexResponse> {
|
|
9533
|
+
return localVarFp.membersV2Index(orderBy, orderDirection, pageNumber, pageSize, floorId, tenantId, options).then((request) => request(axios, basePath));
|
|
9534
|
+
},
|
|
9535
|
+
/**
|
|
9536
|
+
*
|
|
9537
|
+
* @param {MemberListBody} memberListBody
|
|
9538
|
+
* @param {string} [orderBy]
|
|
9539
|
+
* @param {string} [orderDirection]
|
|
9540
|
+
* @param {number} [pageNumber]
|
|
9541
|
+
* @param {number} [pageSize]
|
|
9542
|
+
* @param {*} [options] Override http request option.
|
|
9543
|
+
* @throws {RequiredError}
|
|
9544
|
+
*/
|
|
9545
|
+
membersV2ListMembers(memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options?: any): AxiosPromise<WrappedArrayResponseFindMemberResult> {
|
|
9546
|
+
return localVarFp.membersV2ListMembers(memberListBody, orderBy, orderDirection, pageNumber, pageSize, options).then((request) => request(axios, basePath));
|
|
9547
|
+
},
|
|
8004
9548
|
/**
|
|
8005
9549
|
*
|
|
8006
9550
|
* @param {string} [orderBy]
|
|
@@ -8057,6 +9601,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
8057
9601
|
parkingTicketsIndex(type: ParkingTicketsIndexTypeEnum, id: string, options?: any): AxiosPromise<WrappedResponseParkingTicketDataArray> {
|
|
8058
9602
|
return localVarFp.parkingTicketsIndex(type, id, options).then((request) => request(axios, basePath));
|
|
8059
9603
|
},
|
|
9604
|
+
/**
|
|
9605
|
+
*
|
|
9606
|
+
* @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
|
|
9607
|
+
* @param {*} [options] Override http request option.
|
|
9608
|
+
* @throws {RequiredError}
|
|
9609
|
+
*/
|
|
9610
|
+
parkingTicketsLocation(parkingSpaceDetailBody: ParkingSpaceDetailBody, options?: any): AxiosPromise<WrappedResponseParkingSpaceDetailAndSpaceDetail> {
|
|
9611
|
+
return localVarFp.parkingTicketsLocation(parkingSpaceDetailBody, options).then((request) => request(axios, basePath));
|
|
9612
|
+
},
|
|
8060
9613
|
/**
|
|
8061
9614
|
*
|
|
8062
9615
|
* @param {string} logId
|
|
@@ -8139,6 +9692,14 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
8139
9692
|
serviceRequestsUpdate(id: string, serviceRequestsUpdateRequestBody: ServiceRequestsUpdateRequestBody, options?: any): AxiosPromise<WrappedOneResponseServiceRequestData> {
|
|
8140
9693
|
return localVarFp.serviceRequestsUpdate(id, serviceRequestsUpdateRequestBody, options).then((request) => request(axios, basePath));
|
|
8141
9694
|
},
|
|
9695
|
+
/**
|
|
9696
|
+
*
|
|
9697
|
+
* @param {*} [options] Override http request option.
|
|
9698
|
+
* @throws {RequiredError}
|
|
9699
|
+
*/
|
|
9700
|
+
stationRetrieve(options?: any): AxiosPromise<WrappedResponseValetStationArray> {
|
|
9701
|
+
return localVarFp.stationRetrieve(options).then((request) => request(axios, basePath));
|
|
9702
|
+
},
|
|
8142
9703
|
/**
|
|
8143
9704
|
*
|
|
8144
9705
|
* @param {SyncBody} syncBody
|
|
@@ -8328,6 +9889,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
8328
9889
|
return DefaultApiFp(this.configuration).buildingAccessLogsShow(id, accessorType, options).then((request) => request(this.axios, this.basePath));
|
|
8329
9890
|
}
|
|
8330
9891
|
|
|
9892
|
+
/**
|
|
9893
|
+
*
|
|
9894
|
+
* @param {CallingBody} callingBody
|
|
9895
|
+
* @param {*} [options] Override http request option.
|
|
9896
|
+
* @throws {RequiredError}
|
|
9897
|
+
* @memberof DefaultApi
|
|
9898
|
+
*/
|
|
9899
|
+
public calling(callingBody: CallingBody, options?: AxiosRequestConfig) {
|
|
9900
|
+
return DefaultApiFp(this.configuration).calling(callingBody, options).then((request) => request(this.axios, this.basePath));
|
|
9901
|
+
}
|
|
9902
|
+
|
|
8331
9903
|
/**
|
|
8332
9904
|
*
|
|
8333
9905
|
* @param {WebhookCreateBody} webhookCreateBody
|
|
@@ -8349,6 +9921,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
8349
9921
|
return DefaultApiFp(this.configuration).fetch(options).then((request) => request(this.axios, this.basePath));
|
|
8350
9922
|
}
|
|
8351
9923
|
|
|
9924
|
+
/**
|
|
9925
|
+
*
|
|
9926
|
+
* @param {string} [xAccountId]
|
|
9927
|
+
* @param {*} [options] Override http request option.
|
|
9928
|
+
* @throws {RequiredError}
|
|
9929
|
+
* @memberof DefaultApi
|
|
9930
|
+
*/
|
|
9931
|
+
public find(xAccountId?: string, options?: AxiosRequestConfig) {
|
|
9932
|
+
return DefaultApiFp(this.configuration).find(xAccountId, options).then((request) => request(this.axios, this.basePath));
|
|
9933
|
+
}
|
|
9934
|
+
|
|
8352
9935
|
/**
|
|
8353
9936
|
*
|
|
8354
9937
|
* @param {*} [options] Override http request option.
|
|
@@ -8522,6 +10105,37 @@ export class DefaultApi extends BaseAPI {
|
|
|
8522
10105
|
return DefaultApiFp(this.configuration).membersUpdate(id, updateMemberRequestBody, options).then((request) => request(this.axios, this.basePath));
|
|
8523
10106
|
}
|
|
8524
10107
|
|
|
10108
|
+
/**
|
|
10109
|
+
*
|
|
10110
|
+
* @param {string} [orderBy]
|
|
10111
|
+
* @param {string} [orderDirection]
|
|
10112
|
+
* @param {number} [pageNumber]
|
|
10113
|
+
* @param {number} [pageSize]
|
|
10114
|
+
* @param {string} [floorId]
|
|
10115
|
+
* @param {string} [tenantId]
|
|
10116
|
+
* @param {*} [options] Override http request option.
|
|
10117
|
+
* @throws {RequiredError}
|
|
10118
|
+
* @memberof DefaultApi
|
|
10119
|
+
*/
|
|
10120
|
+
public membersV2Index(orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, floorId?: string, tenantId?: string, options?: AxiosRequestConfig) {
|
|
10121
|
+
return DefaultApiFp(this.configuration).membersV2Index(orderBy, orderDirection, pageNumber, pageSize, floorId, tenantId, options).then((request) => request(this.axios, this.basePath));
|
|
10122
|
+
}
|
|
10123
|
+
|
|
10124
|
+
/**
|
|
10125
|
+
*
|
|
10126
|
+
* @param {MemberListBody} memberListBody
|
|
10127
|
+
* @param {string} [orderBy]
|
|
10128
|
+
* @param {string} [orderDirection]
|
|
10129
|
+
* @param {number} [pageNumber]
|
|
10130
|
+
* @param {number} [pageSize]
|
|
10131
|
+
* @param {*} [options] Override http request option.
|
|
10132
|
+
* @throws {RequiredError}
|
|
10133
|
+
* @memberof DefaultApi
|
|
10134
|
+
*/
|
|
10135
|
+
public membersV2ListMembers(memberListBody: MemberListBody, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, options?: AxiosRequestConfig) {
|
|
10136
|
+
return DefaultApiFp(this.configuration).membersV2ListMembers(memberListBody, orderBy, orderDirection, pageNumber, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
10137
|
+
}
|
|
10138
|
+
|
|
8525
10139
|
/**
|
|
8526
10140
|
*
|
|
8527
10141
|
* @param {string} [orderBy]
|
|
@@ -8588,6 +10202,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
8588
10202
|
return DefaultApiFp(this.configuration).parkingTicketsIndex(type, id, options).then((request) => request(this.axios, this.basePath));
|
|
8589
10203
|
}
|
|
8590
10204
|
|
|
10205
|
+
/**
|
|
10206
|
+
*
|
|
10207
|
+
* @param {ParkingSpaceDetailBody} parkingSpaceDetailBody
|
|
10208
|
+
* @param {*} [options] Override http request option.
|
|
10209
|
+
* @throws {RequiredError}
|
|
10210
|
+
* @memberof DefaultApi
|
|
10211
|
+
*/
|
|
10212
|
+
public parkingTicketsLocation(parkingSpaceDetailBody: ParkingSpaceDetailBody, options?: AxiosRequestConfig) {
|
|
10213
|
+
return DefaultApiFp(this.configuration).parkingTicketsLocation(parkingSpaceDetailBody, options).then((request) => request(this.axios, this.basePath));
|
|
10214
|
+
}
|
|
10215
|
+
|
|
8591
10216
|
/**
|
|
8592
10217
|
*
|
|
8593
10218
|
* @param {string} logId
|
|
@@ -8686,6 +10311,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
8686
10311
|
return DefaultApiFp(this.configuration).serviceRequestsUpdate(id, serviceRequestsUpdateRequestBody, options).then((request) => request(this.axios, this.basePath));
|
|
8687
10312
|
}
|
|
8688
10313
|
|
|
10314
|
+
/**
|
|
10315
|
+
*
|
|
10316
|
+
* @param {*} [options] Override http request option.
|
|
10317
|
+
* @throws {RequiredError}
|
|
10318
|
+
* @memberof DefaultApi
|
|
10319
|
+
*/
|
|
10320
|
+
public stationRetrieve(options?: AxiosRequestConfig) {
|
|
10321
|
+
return DefaultApiFp(this.configuration).stationRetrieve(options).then((request) => request(this.axios, this.basePath));
|
|
10322
|
+
}
|
|
10323
|
+
|
|
8689
10324
|
/**
|
|
8690
10325
|
*
|
|
8691
10326
|
* @param {SyncBody} syncBody
|