ob-parking-sdk 0.0.24 → 0.0.26
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 +306 -3
- 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 +271 -4
- package/dist/api/api.js +60 -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
|
* obk-parking
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.0.
|
|
7
|
+
* The version of the OpenAPI document: 0.0.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -929,6 +929,140 @@ export interface GetParkingDetailsIndexResponse {
|
|
|
929
929
|
}
|
|
930
930
|
|
|
931
931
|
|
|
932
|
+
/**
|
|
933
|
+
*
|
|
934
|
+
* @export
|
|
935
|
+
* @interface Health200Response
|
|
936
|
+
*/
|
|
937
|
+
export interface Health200Response {
|
|
938
|
+
/**
|
|
939
|
+
*
|
|
940
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
941
|
+
* @memberof Health200Response
|
|
942
|
+
*/
|
|
943
|
+
'iamSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
944
|
+
/**
|
|
945
|
+
*
|
|
946
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
947
|
+
* @memberof Health200Response
|
|
948
|
+
*/
|
|
949
|
+
'bmsSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
950
|
+
/**
|
|
951
|
+
*
|
|
952
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
953
|
+
* @memberof Health200Response
|
|
954
|
+
*/
|
|
955
|
+
'fsSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
956
|
+
/**
|
|
957
|
+
*
|
|
958
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
959
|
+
* @memberof Health200Response
|
|
960
|
+
*/
|
|
961
|
+
'ocrSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
962
|
+
/**
|
|
963
|
+
*
|
|
964
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
965
|
+
* @memberof Health200Response
|
|
966
|
+
*/
|
|
967
|
+
'tccSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
968
|
+
/**
|
|
969
|
+
*
|
|
970
|
+
* @type {string}
|
|
971
|
+
* @memberof Health200Response
|
|
972
|
+
*/
|
|
973
|
+
'FS_PARKING_API_KEY': string;
|
|
974
|
+
/**
|
|
975
|
+
*
|
|
976
|
+
* @type {string}
|
|
977
|
+
* @memberof Health200Response
|
|
978
|
+
*/
|
|
979
|
+
'TCC_CLIENT_SECRET': string;
|
|
980
|
+
/**
|
|
981
|
+
*
|
|
982
|
+
* @type {string}
|
|
983
|
+
* @memberof Health200Response
|
|
984
|
+
*/
|
|
985
|
+
'TCC_CLIENT_ID': string;
|
|
986
|
+
/**
|
|
987
|
+
*
|
|
988
|
+
* @type {string}
|
|
989
|
+
* @memberof Health200Response
|
|
990
|
+
*/
|
|
991
|
+
'OB_IAM_URL': string;
|
|
992
|
+
/**
|
|
993
|
+
*
|
|
994
|
+
* @type {string}
|
|
995
|
+
* @memberof Health200Response
|
|
996
|
+
*/
|
|
997
|
+
'OCR_API_URL': string;
|
|
998
|
+
/**
|
|
999
|
+
*
|
|
1000
|
+
* @type {string}
|
|
1001
|
+
* @memberof Health200Response
|
|
1002
|
+
*/
|
|
1003
|
+
'REDEEMER_ID': string;
|
|
1004
|
+
/**
|
|
1005
|
+
*
|
|
1006
|
+
* @type {string}
|
|
1007
|
+
* @memberof Health200Response
|
|
1008
|
+
*/
|
|
1009
|
+
'OB_PARKING_URL': string;
|
|
1010
|
+
/**
|
|
1011
|
+
*
|
|
1012
|
+
* @type {string}
|
|
1013
|
+
* @memberof Health200Response
|
|
1014
|
+
*/
|
|
1015
|
+
'TCC_API_URL': string;
|
|
1016
|
+
/**
|
|
1017
|
+
*
|
|
1018
|
+
* @type {string}
|
|
1019
|
+
* @memberof Health200Response
|
|
1020
|
+
*/
|
|
1021
|
+
'OB_BMS_URL': string;
|
|
1022
|
+
/**
|
|
1023
|
+
*
|
|
1024
|
+
* @type {string}
|
|
1025
|
+
* @memberof Health200Response
|
|
1026
|
+
*/
|
|
1027
|
+
'CACHE_REDIS_URL': string;
|
|
1028
|
+
/**
|
|
1029
|
+
*
|
|
1030
|
+
* @type {string}
|
|
1031
|
+
* @memberof Health200Response
|
|
1032
|
+
*/
|
|
1033
|
+
'CACHE_REDIS': string;
|
|
1034
|
+
/**
|
|
1035
|
+
*
|
|
1036
|
+
* @type {string}
|
|
1037
|
+
* @memberof Health200Response
|
|
1038
|
+
*/
|
|
1039
|
+
'ENABLE_OCR_WORKER': string;
|
|
1040
|
+
/**
|
|
1041
|
+
*
|
|
1042
|
+
* @type {any}
|
|
1043
|
+
* @memberof Health200Response
|
|
1044
|
+
*/
|
|
1045
|
+
'appVersion': any;
|
|
1046
|
+
}
|
|
1047
|
+
/**
|
|
1048
|
+
*
|
|
1049
|
+
* @export
|
|
1050
|
+
* @interface Health200ResponseIamSetviceStatus
|
|
1051
|
+
*/
|
|
1052
|
+
export interface Health200ResponseIamSetviceStatus {
|
|
1053
|
+
/**
|
|
1054
|
+
*
|
|
1055
|
+
* @type {string}
|
|
1056
|
+
* @memberof Health200ResponseIamSetviceStatus
|
|
1057
|
+
*/
|
|
1058
|
+
'message': string;
|
|
1059
|
+
/**
|
|
1060
|
+
*
|
|
1061
|
+
* @type {number}
|
|
1062
|
+
* @memberof Health200ResponseIamSetviceStatus
|
|
1063
|
+
*/
|
|
1064
|
+
'status': number;
|
|
1065
|
+
}
|
|
932
1066
|
/**
|
|
933
1067
|
*
|
|
934
1068
|
* @export
|
|
@@ -954,6 +1088,13 @@ export interface Item {
|
|
|
954
1088
|
*/
|
|
955
1089
|
'total_price'?: string;
|
|
956
1090
|
}
|
|
1091
|
+
/**
|
|
1092
|
+
* From https://github.com/sindresorhus/type-fest/ Matches any valid JSON value.
|
|
1093
|
+
* @export
|
|
1094
|
+
* @interface JsonValue
|
|
1095
|
+
*/
|
|
1096
|
+
export interface JsonValue {
|
|
1097
|
+
}
|
|
957
1098
|
/**
|
|
958
1099
|
*
|
|
959
1100
|
* @export
|
|
@@ -1051,6 +1192,105 @@ export const ParkingDetailStatus = {
|
|
|
1051
1192
|
export type ParkingDetailStatus = typeof ParkingDetailStatus[keyof typeof ParkingDetailStatus];
|
|
1052
1193
|
|
|
1053
1194
|
|
|
1195
|
+
/**
|
|
1196
|
+
*
|
|
1197
|
+
* @export
|
|
1198
|
+
* @interface ParkingDetailsGetParkingDetailUid200Response
|
|
1199
|
+
*/
|
|
1200
|
+
export interface ParkingDetailsGetParkingDetailUid200Response {
|
|
1201
|
+
/**
|
|
1202
|
+
*
|
|
1203
|
+
* @type {string}
|
|
1204
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1205
|
+
*/
|
|
1206
|
+
'redeemed_at': string;
|
|
1207
|
+
/**
|
|
1208
|
+
*
|
|
1209
|
+
* @type {string}
|
|
1210
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1211
|
+
*/
|
|
1212
|
+
'updated_at': string;
|
|
1213
|
+
/**
|
|
1214
|
+
*
|
|
1215
|
+
* @type {string}
|
|
1216
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1217
|
+
*/
|
|
1218
|
+
'created_at': string;
|
|
1219
|
+
/**
|
|
1220
|
+
*
|
|
1221
|
+
* @type {JsonValue}
|
|
1222
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1223
|
+
*/
|
|
1224
|
+
'rate_details': JsonValue | null;
|
|
1225
|
+
/**
|
|
1226
|
+
*
|
|
1227
|
+
* @type {ParkingDetailStatus}
|
|
1228
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1229
|
+
*/
|
|
1230
|
+
'status': ParkingDetailStatus;
|
|
1231
|
+
/**
|
|
1232
|
+
*
|
|
1233
|
+
* @type {string}
|
|
1234
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1235
|
+
*/
|
|
1236
|
+
'total_amount': string;
|
|
1237
|
+
/**
|
|
1238
|
+
*
|
|
1239
|
+
* @type {string}
|
|
1240
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1241
|
+
*/
|
|
1242
|
+
'plate_no': string;
|
|
1243
|
+
/**
|
|
1244
|
+
*
|
|
1245
|
+
* @type {string}
|
|
1246
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1247
|
+
*/
|
|
1248
|
+
'phone': string;
|
|
1249
|
+
/**
|
|
1250
|
+
*
|
|
1251
|
+
* @type {string}
|
|
1252
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1253
|
+
*/
|
|
1254
|
+
'email': string;
|
|
1255
|
+
/**
|
|
1256
|
+
*
|
|
1257
|
+
* @type {string}
|
|
1258
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1259
|
+
*/
|
|
1260
|
+
'username': string;
|
|
1261
|
+
/**
|
|
1262
|
+
*
|
|
1263
|
+
* @type {string}
|
|
1264
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1265
|
+
*/
|
|
1266
|
+
'account_id': string;
|
|
1267
|
+
/**
|
|
1268
|
+
*
|
|
1269
|
+
* @type {JsonValue}
|
|
1270
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1271
|
+
*/
|
|
1272
|
+
'meta': JsonValue | null;
|
|
1273
|
+
/**
|
|
1274
|
+
*
|
|
1275
|
+
* @type {string}
|
|
1276
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1277
|
+
*/
|
|
1278
|
+
'record_id': string;
|
|
1279
|
+
/**
|
|
1280
|
+
*
|
|
1281
|
+
* @type {string}
|
|
1282
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1283
|
+
*/
|
|
1284
|
+
'uid': string;
|
|
1285
|
+
/**
|
|
1286
|
+
*
|
|
1287
|
+
* @type {string}
|
|
1288
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1289
|
+
*/
|
|
1290
|
+
'id': string;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
|
|
1054
1294
|
/**
|
|
1055
1295
|
*
|
|
1056
1296
|
* @export
|
|
@@ -2536,6 +2776,39 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
2536
2776
|
|
|
2537
2777
|
|
|
2538
2778
|
|
|
2779
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2780
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2781
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
2782
|
+
|
|
2783
|
+
return {
|
|
2784
|
+
url: toPathString(localVarUrlObj),
|
|
2785
|
+
options: localVarRequestOptions,
|
|
2786
|
+
};
|
|
2787
|
+
},
|
|
2788
|
+
/**
|
|
2789
|
+
*
|
|
2790
|
+
* @param {string} uid
|
|
2791
|
+
* @param {*} [options] Override http request option.
|
|
2792
|
+
* @throws {RequiredError}
|
|
2793
|
+
*/
|
|
2794
|
+
parkingDetailsGetParkingDetailUid: async (uid: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2795
|
+
// verify required parameter 'uid' is not null or undefined
|
|
2796
|
+
assertParamExists('parkingDetailsGetParkingDetailUid', 'uid', uid)
|
|
2797
|
+
const localVarPath = `/parking-details/uid/{uid}`
|
|
2798
|
+
.replace(`{${"uid"}}`, encodeURIComponent(String(uid)));
|
|
2799
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2800
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2801
|
+
let baseOptions;
|
|
2802
|
+
if (configuration) {
|
|
2803
|
+
baseOptions = configuration.baseOptions;
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
2807
|
+
const localVarHeaderParameter = {} as any;
|
|
2808
|
+
const localVarQueryParameter = {} as any;
|
|
2809
|
+
|
|
2810
|
+
|
|
2811
|
+
|
|
2539
2812
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2540
2813
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2541
2814
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -3037,7 +3310,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
3037
3310
|
* @param {*} [options] Override http request option.
|
|
3038
3311
|
* @throws {RequiredError}
|
|
3039
3312
|
*/
|
|
3040
|
-
async health(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
3313
|
+
async health(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Health200Response>> {
|
|
3041
3314
|
const localVarAxiosArgs = await localVarAxiosParamCreator.health(options);
|
|
3042
3315
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3043
3316
|
},
|
|
@@ -3070,6 +3343,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
3070
3343
|
const localVarAxiosArgs = await localVarAxiosParamCreator.parkingDetailsGetParkingDetail(id, orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, options);
|
|
3071
3344
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3072
3345
|
},
|
|
3346
|
+
/**
|
|
3347
|
+
*
|
|
3348
|
+
* @param {string} uid
|
|
3349
|
+
* @param {*} [options] Override http request option.
|
|
3350
|
+
* @throws {RequiredError}
|
|
3351
|
+
*/
|
|
3352
|
+
async parkingDetailsGetParkingDetailUid(uid: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ParkingDetailsGetParkingDetailUid200Response>> {
|
|
3353
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.parkingDetailsGetParkingDetailUid(uid, options);
|
|
3354
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3355
|
+
},
|
|
3073
3356
|
/**
|
|
3074
3357
|
*
|
|
3075
3358
|
* @param {string} [orderBy]
|
|
@@ -3331,7 +3614,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
3331
3614
|
* @param {*} [options] Override http request option.
|
|
3332
3615
|
* @throws {RequiredError}
|
|
3333
3616
|
*/
|
|
3334
|
-
health(options?: any): AxiosPromise<
|
|
3617
|
+
health(options?: any): AxiosPromise<Health200Response> {
|
|
3335
3618
|
return localVarFp.health(options).then((request) => request(axios, basePath));
|
|
3336
3619
|
},
|
|
3337
3620
|
/**
|
|
@@ -3361,6 +3644,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
3361
3644
|
parkingDetailsGetParkingDetail(id: string, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, options?: any): AxiosPromise<ResponseDataGetParkingDetailResponse> {
|
|
3362
3645
|
return localVarFp.parkingDetailsGetParkingDetail(id, orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, options).then((request) => request(axios, basePath));
|
|
3363
3646
|
},
|
|
3647
|
+
/**
|
|
3648
|
+
*
|
|
3649
|
+
* @param {string} uid
|
|
3650
|
+
* @param {*} [options] Override http request option.
|
|
3651
|
+
* @throws {RequiredError}
|
|
3652
|
+
*/
|
|
3653
|
+
parkingDetailsGetParkingDetailUid(uid: string, options?: any): AxiosPromise<ParkingDetailsGetParkingDetailUid200Response> {
|
|
3654
|
+
return localVarFp.parkingDetailsGetParkingDetailUid(uid, options).then((request) => request(axios, basePath));
|
|
3655
|
+
},
|
|
3364
3656
|
/**
|
|
3365
3657
|
*
|
|
3366
3658
|
* @param {string} [orderBy]
|
|
@@ -3686,6 +3978,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
3686
3978
|
return DefaultApiFp(this.configuration).parkingDetailsGetParkingDetail(id, orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, options).then((request) => request(this.axios, this.basePath));
|
|
3687
3979
|
}
|
|
3688
3980
|
|
|
3981
|
+
/**
|
|
3982
|
+
*
|
|
3983
|
+
* @param {string} uid
|
|
3984
|
+
* @param {*} [options] Override http request option.
|
|
3985
|
+
* @throws {RequiredError}
|
|
3986
|
+
* @memberof DefaultApi
|
|
3987
|
+
*/
|
|
3988
|
+
public parkingDetailsGetParkingDetailUid(uid: string, options?: AxiosRequestConfig) {
|
|
3989
|
+
return DefaultApiFp(this.configuration).parkingDetailsGetParkingDetailUid(uid, options).then((request) => request(this.axios, this.basePath));
|
|
3990
|
+
}
|
|
3991
|
+
|
|
3689
3992
|
/**
|
|
3690
3993
|
*
|
|
3691
3994
|
* @param {string} [orderBy]
|
package/api/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* obk-parking
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.0.
|
|
7
|
+
* The version of the OpenAPI document: 0.0.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/common.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* obk-parking
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.0.
|
|
7
|
+
* The version of the OpenAPI document: 0.0.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/configuration.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* obk-parking
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.0.
|
|
7
|
+
* The version of the OpenAPI document: 0.0.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* obk-parking
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.0.
|
|
7
|
+
* The version of the OpenAPI document: 0.0.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* obk-parking
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -901,6 +901,140 @@ export interface GetParkingDetailsIndexResponse {
|
|
|
901
901
|
*/
|
|
902
902
|
'status': ParkingDetailStatus;
|
|
903
903
|
}
|
|
904
|
+
/**
|
|
905
|
+
*
|
|
906
|
+
* @export
|
|
907
|
+
* @interface Health200Response
|
|
908
|
+
*/
|
|
909
|
+
export interface Health200Response {
|
|
910
|
+
/**
|
|
911
|
+
*
|
|
912
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
913
|
+
* @memberof Health200Response
|
|
914
|
+
*/
|
|
915
|
+
'iamSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
916
|
+
/**
|
|
917
|
+
*
|
|
918
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
919
|
+
* @memberof Health200Response
|
|
920
|
+
*/
|
|
921
|
+
'bmsSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
922
|
+
/**
|
|
923
|
+
*
|
|
924
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
925
|
+
* @memberof Health200Response
|
|
926
|
+
*/
|
|
927
|
+
'fsSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
928
|
+
/**
|
|
929
|
+
*
|
|
930
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
931
|
+
* @memberof Health200Response
|
|
932
|
+
*/
|
|
933
|
+
'ocrSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
934
|
+
/**
|
|
935
|
+
*
|
|
936
|
+
* @type {Health200ResponseIamSetviceStatus}
|
|
937
|
+
* @memberof Health200Response
|
|
938
|
+
*/
|
|
939
|
+
'tccSetviceStatus': Health200ResponseIamSetviceStatus;
|
|
940
|
+
/**
|
|
941
|
+
*
|
|
942
|
+
* @type {string}
|
|
943
|
+
* @memberof Health200Response
|
|
944
|
+
*/
|
|
945
|
+
'FS_PARKING_API_KEY': string;
|
|
946
|
+
/**
|
|
947
|
+
*
|
|
948
|
+
* @type {string}
|
|
949
|
+
* @memberof Health200Response
|
|
950
|
+
*/
|
|
951
|
+
'TCC_CLIENT_SECRET': string;
|
|
952
|
+
/**
|
|
953
|
+
*
|
|
954
|
+
* @type {string}
|
|
955
|
+
* @memberof Health200Response
|
|
956
|
+
*/
|
|
957
|
+
'TCC_CLIENT_ID': string;
|
|
958
|
+
/**
|
|
959
|
+
*
|
|
960
|
+
* @type {string}
|
|
961
|
+
* @memberof Health200Response
|
|
962
|
+
*/
|
|
963
|
+
'OB_IAM_URL': string;
|
|
964
|
+
/**
|
|
965
|
+
*
|
|
966
|
+
* @type {string}
|
|
967
|
+
* @memberof Health200Response
|
|
968
|
+
*/
|
|
969
|
+
'OCR_API_URL': string;
|
|
970
|
+
/**
|
|
971
|
+
*
|
|
972
|
+
* @type {string}
|
|
973
|
+
* @memberof Health200Response
|
|
974
|
+
*/
|
|
975
|
+
'REDEEMER_ID': string;
|
|
976
|
+
/**
|
|
977
|
+
*
|
|
978
|
+
* @type {string}
|
|
979
|
+
* @memberof Health200Response
|
|
980
|
+
*/
|
|
981
|
+
'OB_PARKING_URL': string;
|
|
982
|
+
/**
|
|
983
|
+
*
|
|
984
|
+
* @type {string}
|
|
985
|
+
* @memberof Health200Response
|
|
986
|
+
*/
|
|
987
|
+
'TCC_API_URL': string;
|
|
988
|
+
/**
|
|
989
|
+
*
|
|
990
|
+
* @type {string}
|
|
991
|
+
* @memberof Health200Response
|
|
992
|
+
*/
|
|
993
|
+
'OB_BMS_URL': string;
|
|
994
|
+
/**
|
|
995
|
+
*
|
|
996
|
+
* @type {string}
|
|
997
|
+
* @memberof Health200Response
|
|
998
|
+
*/
|
|
999
|
+
'CACHE_REDIS_URL': string;
|
|
1000
|
+
/**
|
|
1001
|
+
*
|
|
1002
|
+
* @type {string}
|
|
1003
|
+
* @memberof Health200Response
|
|
1004
|
+
*/
|
|
1005
|
+
'CACHE_REDIS': string;
|
|
1006
|
+
/**
|
|
1007
|
+
*
|
|
1008
|
+
* @type {string}
|
|
1009
|
+
* @memberof Health200Response
|
|
1010
|
+
*/
|
|
1011
|
+
'ENABLE_OCR_WORKER': string;
|
|
1012
|
+
/**
|
|
1013
|
+
*
|
|
1014
|
+
* @type {any}
|
|
1015
|
+
* @memberof Health200Response
|
|
1016
|
+
*/
|
|
1017
|
+
'appVersion': any;
|
|
1018
|
+
}
|
|
1019
|
+
/**
|
|
1020
|
+
*
|
|
1021
|
+
* @export
|
|
1022
|
+
* @interface Health200ResponseIamSetviceStatus
|
|
1023
|
+
*/
|
|
1024
|
+
export interface Health200ResponseIamSetviceStatus {
|
|
1025
|
+
/**
|
|
1026
|
+
*
|
|
1027
|
+
* @type {string}
|
|
1028
|
+
* @memberof Health200ResponseIamSetviceStatus
|
|
1029
|
+
*/
|
|
1030
|
+
'message': string;
|
|
1031
|
+
/**
|
|
1032
|
+
*
|
|
1033
|
+
* @type {number}
|
|
1034
|
+
* @memberof Health200ResponseIamSetviceStatus
|
|
1035
|
+
*/
|
|
1036
|
+
'status': number;
|
|
1037
|
+
}
|
|
904
1038
|
/**
|
|
905
1039
|
*
|
|
906
1040
|
* @export
|
|
@@ -926,6 +1060,13 @@ export interface Item {
|
|
|
926
1060
|
*/
|
|
927
1061
|
'total_price'?: string;
|
|
928
1062
|
}
|
|
1063
|
+
/**
|
|
1064
|
+
* From https://github.com/sindresorhus/type-fest/ Matches any valid JSON value.
|
|
1065
|
+
* @export
|
|
1066
|
+
* @interface JsonValue
|
|
1067
|
+
*/
|
|
1068
|
+
export interface JsonValue {
|
|
1069
|
+
}
|
|
929
1070
|
/**
|
|
930
1071
|
*
|
|
931
1072
|
* @export
|
|
@@ -1017,6 +1158,103 @@ export declare const ParkingDetailStatus: {
|
|
|
1017
1158
|
readonly Dispute: "DISPUTE";
|
|
1018
1159
|
};
|
|
1019
1160
|
export type ParkingDetailStatus = typeof ParkingDetailStatus[keyof typeof ParkingDetailStatus];
|
|
1161
|
+
/**
|
|
1162
|
+
*
|
|
1163
|
+
* @export
|
|
1164
|
+
* @interface ParkingDetailsGetParkingDetailUid200Response
|
|
1165
|
+
*/
|
|
1166
|
+
export interface ParkingDetailsGetParkingDetailUid200Response {
|
|
1167
|
+
/**
|
|
1168
|
+
*
|
|
1169
|
+
* @type {string}
|
|
1170
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1171
|
+
*/
|
|
1172
|
+
'redeemed_at': string;
|
|
1173
|
+
/**
|
|
1174
|
+
*
|
|
1175
|
+
* @type {string}
|
|
1176
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1177
|
+
*/
|
|
1178
|
+
'updated_at': string;
|
|
1179
|
+
/**
|
|
1180
|
+
*
|
|
1181
|
+
* @type {string}
|
|
1182
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1183
|
+
*/
|
|
1184
|
+
'created_at': string;
|
|
1185
|
+
/**
|
|
1186
|
+
*
|
|
1187
|
+
* @type {JsonValue}
|
|
1188
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1189
|
+
*/
|
|
1190
|
+
'rate_details': JsonValue | null;
|
|
1191
|
+
/**
|
|
1192
|
+
*
|
|
1193
|
+
* @type {ParkingDetailStatus}
|
|
1194
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1195
|
+
*/
|
|
1196
|
+
'status': ParkingDetailStatus;
|
|
1197
|
+
/**
|
|
1198
|
+
*
|
|
1199
|
+
* @type {string}
|
|
1200
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1201
|
+
*/
|
|
1202
|
+
'total_amount': string;
|
|
1203
|
+
/**
|
|
1204
|
+
*
|
|
1205
|
+
* @type {string}
|
|
1206
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1207
|
+
*/
|
|
1208
|
+
'plate_no': string;
|
|
1209
|
+
/**
|
|
1210
|
+
*
|
|
1211
|
+
* @type {string}
|
|
1212
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1213
|
+
*/
|
|
1214
|
+
'phone': string;
|
|
1215
|
+
/**
|
|
1216
|
+
*
|
|
1217
|
+
* @type {string}
|
|
1218
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1219
|
+
*/
|
|
1220
|
+
'email': string;
|
|
1221
|
+
/**
|
|
1222
|
+
*
|
|
1223
|
+
* @type {string}
|
|
1224
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1225
|
+
*/
|
|
1226
|
+
'username': string;
|
|
1227
|
+
/**
|
|
1228
|
+
*
|
|
1229
|
+
* @type {string}
|
|
1230
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1231
|
+
*/
|
|
1232
|
+
'account_id': string;
|
|
1233
|
+
/**
|
|
1234
|
+
*
|
|
1235
|
+
* @type {JsonValue}
|
|
1236
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1237
|
+
*/
|
|
1238
|
+
'meta': JsonValue | null;
|
|
1239
|
+
/**
|
|
1240
|
+
*
|
|
1241
|
+
* @type {string}
|
|
1242
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1243
|
+
*/
|
|
1244
|
+
'record_id': string;
|
|
1245
|
+
/**
|
|
1246
|
+
*
|
|
1247
|
+
* @type {string}
|
|
1248
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1249
|
+
*/
|
|
1250
|
+
'uid': string;
|
|
1251
|
+
/**
|
|
1252
|
+
*
|
|
1253
|
+
* @type {string}
|
|
1254
|
+
* @memberof ParkingDetailsGetParkingDetailUid200Response
|
|
1255
|
+
*/
|
|
1256
|
+
'id': string;
|
|
1257
|
+
}
|
|
1020
1258
|
/**
|
|
1021
1259
|
*
|
|
1022
1260
|
* @export
|
|
@@ -1856,6 +2094,13 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
1856
2094
|
* @throws {RequiredError}
|
|
1857
2095
|
*/
|
|
1858
2096
|
parkingDetailsGetParkingDetail: (id: string, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2097
|
+
/**
|
|
2098
|
+
*
|
|
2099
|
+
* @param {string} uid
|
|
2100
|
+
* @param {*} [options] Override http request option.
|
|
2101
|
+
* @throws {RequiredError}
|
|
2102
|
+
*/
|
|
2103
|
+
parkingDetailsGetParkingDetailUid: (uid: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1859
2104
|
/**
|
|
1860
2105
|
*
|
|
1861
2106
|
* @param {string} [orderBy]
|
|
@@ -2061,7 +2306,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2061
2306
|
* @param {*} [options] Override http request option.
|
|
2062
2307
|
* @throws {RequiredError}
|
|
2063
2308
|
*/
|
|
2064
|
-
health(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2309
|
+
health(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Health200Response>>;
|
|
2065
2310
|
/**
|
|
2066
2311
|
*
|
|
2067
2312
|
* @param {string} id
|
|
@@ -2085,6 +2330,13 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2085
2330
|
* @throws {RequiredError}
|
|
2086
2331
|
*/
|
|
2087
2332
|
parkingDetailsGetParkingDetail(id: string, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResponseDataGetParkingDetailResponse>>;
|
|
2333
|
+
/**
|
|
2334
|
+
*
|
|
2335
|
+
* @param {string} uid
|
|
2336
|
+
* @param {*} [options] Override http request option.
|
|
2337
|
+
* @throws {RequiredError}
|
|
2338
|
+
*/
|
|
2339
|
+
parkingDetailsGetParkingDetailUid(uid: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ParkingDetailsGetParkingDetailUid200Response>>;
|
|
2088
2340
|
/**
|
|
2089
2341
|
*
|
|
2090
2342
|
* @param {string} [orderBy]
|
|
@@ -2290,7 +2542,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2290
2542
|
* @param {*} [options] Override http request option.
|
|
2291
2543
|
* @throws {RequiredError}
|
|
2292
2544
|
*/
|
|
2293
|
-
health(options?: any): AxiosPromise<
|
|
2545
|
+
health(options?: any): AxiosPromise<Health200Response>;
|
|
2294
2546
|
/**
|
|
2295
2547
|
*
|
|
2296
2548
|
* @param {string} id
|
|
@@ -2314,6 +2566,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2314
2566
|
* @throws {RequiredError}
|
|
2315
2567
|
*/
|
|
2316
2568
|
parkingDetailsGetParkingDetail(id: string, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, options?: any): AxiosPromise<ResponseDataGetParkingDetailResponse>;
|
|
2569
|
+
/**
|
|
2570
|
+
*
|
|
2571
|
+
* @param {string} uid
|
|
2572
|
+
* @param {*} [options] Override http request option.
|
|
2573
|
+
* @throws {RequiredError}
|
|
2574
|
+
*/
|
|
2575
|
+
parkingDetailsGetParkingDetailUid(uid: string, options?: any): AxiosPromise<ParkingDetailsGetParkingDetailUid200Response>;
|
|
2317
2576
|
/**
|
|
2318
2577
|
*
|
|
2319
2578
|
* @param {string} [orderBy]
|
|
@@ -2539,7 +2798,7 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
2539
2798
|
* @throws {RequiredError}
|
|
2540
2799
|
* @memberof DefaultApi
|
|
2541
2800
|
*/
|
|
2542
|
-
health(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
2801
|
+
health(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Health200Response, any>>;
|
|
2543
2802
|
/**
|
|
2544
2803
|
*
|
|
2545
2804
|
* @param {string} id
|
|
@@ -2565,6 +2824,14 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
2565
2824
|
* @memberof DefaultApi
|
|
2566
2825
|
*/
|
|
2567
2826
|
parkingDetailsGetParkingDetail(id: string, orderBy?: string, orderDirection?: string, pageNumber?: number, pageSize?: number, filterBy?: string, filterKey?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ResponseDataGetParkingDetailResponse, any>>;
|
|
2827
|
+
/**
|
|
2828
|
+
*
|
|
2829
|
+
* @param {string} uid
|
|
2830
|
+
* @param {*} [options] Override http request option.
|
|
2831
|
+
* @throws {RequiredError}
|
|
2832
|
+
* @memberof DefaultApi
|
|
2833
|
+
*/
|
|
2834
|
+
parkingDetailsGetParkingDetailUid(uid: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ParkingDetailsGetParkingDetailUid200Response, any>>;
|
|
2568
2835
|
/**
|
|
2569
2836
|
*
|
|
2570
2837
|
* @param {string} [orderBy]
|
package/dist/api/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* obk-parking
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -760,6 +760,34 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
760
760
|
options: localVarRequestOptions,
|
|
761
761
|
};
|
|
762
762
|
}),
|
|
763
|
+
/**
|
|
764
|
+
*
|
|
765
|
+
* @param {string} uid
|
|
766
|
+
* @param {*} [options] Override http request option.
|
|
767
|
+
* @throws {RequiredError}
|
|
768
|
+
*/
|
|
769
|
+
parkingDetailsGetParkingDetailUid: (uid, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
770
|
+
// verify required parameter 'uid' is not null or undefined
|
|
771
|
+
(0, common_1.assertParamExists)('parkingDetailsGetParkingDetailUid', 'uid', uid);
|
|
772
|
+
const localVarPath = `/parking-details/uid/{uid}`
|
|
773
|
+
.replace(`{${"uid"}}`, encodeURIComponent(String(uid)));
|
|
774
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
775
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
776
|
+
let baseOptions;
|
|
777
|
+
if (configuration) {
|
|
778
|
+
baseOptions = configuration.baseOptions;
|
|
779
|
+
}
|
|
780
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
781
|
+
const localVarHeaderParameter = {};
|
|
782
|
+
const localVarQueryParameter = {};
|
|
783
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
784
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
785
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
786
|
+
return {
|
|
787
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
788
|
+
options: localVarRequestOptions,
|
|
789
|
+
};
|
|
790
|
+
}),
|
|
763
791
|
/**
|
|
764
792
|
*
|
|
765
793
|
* @param {string} [orderBy]
|
|
@@ -1273,6 +1301,18 @@ const DefaultApiFp = function (configuration) {
|
|
|
1273
1301
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1274
1302
|
});
|
|
1275
1303
|
},
|
|
1304
|
+
/**
|
|
1305
|
+
*
|
|
1306
|
+
* @param {string} uid
|
|
1307
|
+
* @param {*} [options] Override http request option.
|
|
1308
|
+
* @throws {RequiredError}
|
|
1309
|
+
*/
|
|
1310
|
+
parkingDetailsGetParkingDetailUid(uid, options) {
|
|
1311
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1312
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.parkingDetailsGetParkingDetailUid(uid, options);
|
|
1313
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1314
|
+
});
|
|
1315
|
+
},
|
|
1276
1316
|
/**
|
|
1277
1317
|
*
|
|
1278
1318
|
* @param {string} [orderBy]
|
|
@@ -1576,6 +1616,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
1576
1616
|
parkingDetailsGetParkingDetail(id, orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, options) {
|
|
1577
1617
|
return localVarFp.parkingDetailsGetParkingDetail(id, orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, options).then((request) => request(axios, basePath));
|
|
1578
1618
|
},
|
|
1619
|
+
/**
|
|
1620
|
+
*
|
|
1621
|
+
* @param {string} uid
|
|
1622
|
+
* @param {*} [options] Override http request option.
|
|
1623
|
+
* @throws {RequiredError}
|
|
1624
|
+
*/
|
|
1625
|
+
parkingDetailsGetParkingDetailUid(uid, options) {
|
|
1626
|
+
return localVarFp.parkingDetailsGetParkingDetailUid(uid, options).then((request) => request(axios, basePath));
|
|
1627
|
+
},
|
|
1579
1628
|
/**
|
|
1580
1629
|
*
|
|
1581
1630
|
* @param {string} [orderBy]
|
|
@@ -1881,6 +1930,16 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
1881
1930
|
parkingDetailsGetParkingDetail(id, orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, options) {
|
|
1882
1931
|
return (0, exports.DefaultApiFp)(this.configuration).parkingDetailsGetParkingDetail(id, orderBy, orderDirection, pageNumber, pageSize, filterBy, filterKey, options).then((request) => request(this.axios, this.basePath));
|
|
1883
1932
|
}
|
|
1933
|
+
/**
|
|
1934
|
+
*
|
|
1935
|
+
* @param {string} uid
|
|
1936
|
+
* @param {*} [options] Override http request option.
|
|
1937
|
+
* @throws {RequiredError}
|
|
1938
|
+
* @memberof DefaultApi
|
|
1939
|
+
*/
|
|
1940
|
+
parkingDetailsGetParkingDetailUid(uid, options) {
|
|
1941
|
+
return (0, exports.DefaultApiFp)(this.configuration).parkingDetailsGetParkingDetailUid(uid, options).then((request) => request(this.axios, this.basePath));
|
|
1942
|
+
}
|
|
1884
1943
|
/**
|
|
1885
1944
|
*
|
|
1886
1945
|
* @param {string} [orderBy]
|
package/dist/api/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* obk-parking
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* obk-parking
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* obk-parking
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api/common.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* obk-parking
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* obk-parking
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* obk-parking
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* obk-parking
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* obk-parking
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|