ob-parking-sdk 0.0.25 → 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 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.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
@@ -952,7 +1086,7 @@ export interface Item {
952
1086
  * @type {string}
953
1087
  * @memberof Item
954
1088
  */
955
- 'total_price': string;
1089
+ 'total_price'?: string;
956
1090
  }
957
1091
  /**
958
1092
  * From https://github.com/sindresorhus/type-fest/ Matches any valid JSON value.
@@ -3176,7 +3310,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3176
3310
  * @param {*} [options] Override http request option.
3177
3311
  * @throws {RequiredError}
3178
3312
  */
3179
- async health(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
3313
+ async health(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Health200Response>> {
3180
3314
  const localVarAxiosArgs = await localVarAxiosParamCreator.health(options);
3181
3315
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3182
3316
  },
@@ -3480,7 +3614,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3480
3614
  * @param {*} [options] Override http request option.
3481
3615
  * @throws {RequiredError}
3482
3616
  */
3483
- health(options?: any): AxiosPromise<void> {
3617
+ health(options?: any): AxiosPromise<Health200Response> {
3484
3618
  return localVarFp.health(options).then((request) => request(axios, basePath));
3485
3619
  },
3486
3620
  /**
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.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.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).
@@ -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.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.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.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
@@ -924,7 +1058,7 @@ export interface Item {
924
1058
  * @type {string}
925
1059
  * @memberof Item
926
1060
  */
927
- 'total_price': string;
1061
+ 'total_price'?: string;
928
1062
  }
929
1063
  /**
930
1064
  * From https://github.com/sindresorhus/type-fest/ Matches any valid JSON value.
@@ -2172,7 +2306,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
2172
2306
  * @param {*} [options] Override http request option.
2173
2307
  * @throws {RequiredError}
2174
2308
  */
2175
- health(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
2309
+ health(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Health200Response>>;
2176
2310
  /**
2177
2311
  *
2178
2312
  * @param {string} id
@@ -2408,7 +2542,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
2408
2542
  * @param {*} [options] Override http request option.
2409
2543
  * @throws {RequiredError}
2410
2544
  */
2411
- health(options?: any): AxiosPromise<void>;
2545
+ health(options?: any): AxiosPromise<Health200Response>;
2412
2546
  /**
2413
2547
  *
2414
2548
  * @param {string} id
@@ -2664,7 +2798,7 @@ export declare class DefaultApi extends BaseAPI {
2664
2798
  * @throws {RequiredError}
2665
2799
  * @memberof DefaultApi
2666
2800
  */
2667
- health(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2801
+ health(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Health200Response, any>>;
2668
2802
  /**
2669
2803
  *
2670
2804
  * @param {string} id
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.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.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.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.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.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.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.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.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.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob-parking-sdk",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "API interfaces for OB PARKING",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT"