ob-bms-sdk 0.0.51 → 0.0.52
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 +9 -9
- package/dist/api/api.d.ts +10 -10
- package/package.json +1 -1
package/api/api.ts
CHANGED
|
@@ -2247,22 +2247,22 @@ export interface WrappedResponseFetchParkingResultData {
|
|
|
2247
2247
|
/**
|
|
2248
2248
|
*
|
|
2249
2249
|
* @export
|
|
2250
|
-
* @interface
|
|
2250
|
+
* @interface WrappedResponseFindMemberResultArray
|
|
2251
2251
|
*/
|
|
2252
|
-
export interface
|
|
2252
|
+
export interface WrappedResponseFindMemberResultArray {
|
|
2253
2253
|
/**
|
|
2254
2254
|
*
|
|
2255
|
-
* @type {
|
|
2256
|
-
* @memberof
|
|
2255
|
+
* @type {WrappedResponseFindMemberResultArrayData}
|
|
2256
|
+
* @memberof WrappedResponseFindMemberResultArray
|
|
2257
2257
|
*/
|
|
2258
|
-
'data':
|
|
2258
|
+
'data': WrappedResponseFindMemberResultArrayData | null;
|
|
2259
2259
|
}
|
|
2260
2260
|
/**
|
|
2261
2261
|
*
|
|
2262
2262
|
* @export
|
|
2263
|
-
* @interface
|
|
2263
|
+
* @interface WrappedResponseFindMemberResultArrayData
|
|
2264
2264
|
*/
|
|
2265
|
-
export interface
|
|
2265
|
+
export interface WrappedResponseFindMemberResultArrayData {
|
|
2266
2266
|
}
|
|
2267
2267
|
/**
|
|
2268
2268
|
*
|
|
@@ -3576,7 +3576,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
3576
3576
|
* @param {*} [options] Override http request option.
|
|
3577
3577
|
* @throws {RequiredError}
|
|
3578
3578
|
*/
|
|
3579
|
-
async membersIndex(identifier?: string, accountId?: string, xAccountId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
3579
|
+
async membersIndex(identifier?: string, accountId?: string, xAccountId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseFindMemberResultArray>> {
|
|
3580
3580
|
const localVarAxiosArgs = await localVarAxiosParamCreator.membersIndex(identifier, accountId, xAccountId, options);
|
|
3581
3581
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3582
3582
|
},
|
|
@@ -3792,7 +3792,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
3792
3792
|
* @param {*} [options] Override http request option.
|
|
3793
3793
|
* @throws {RequiredError}
|
|
3794
3794
|
*/
|
|
3795
|
-
membersIndex(identifier?: string, accountId?: string, xAccountId?: string, options?: any): AxiosPromise<
|
|
3795
|
+
membersIndex(identifier?: string, accountId?: string, xAccountId?: string, options?: any): AxiosPromise<WrappedResponseFindMemberResultArray> {
|
|
3796
3796
|
return localVarFp.membersIndex(identifier, accountId, xAccountId, options).then((request) => request(axios, basePath));
|
|
3797
3797
|
},
|
|
3798
3798
|
/**
|
package/dist/api/api.d.ts
CHANGED
|
@@ -2236,22 +2236,22 @@ export interface WrappedResponseFetchParkingResultData {
|
|
|
2236
2236
|
/**
|
|
2237
2237
|
*
|
|
2238
2238
|
* @export
|
|
2239
|
-
* @interface
|
|
2239
|
+
* @interface WrappedResponseFindMemberResultArray
|
|
2240
2240
|
*/
|
|
2241
|
-
export interface
|
|
2241
|
+
export interface WrappedResponseFindMemberResultArray {
|
|
2242
2242
|
/**
|
|
2243
2243
|
*
|
|
2244
|
-
* @type {
|
|
2245
|
-
* @memberof
|
|
2244
|
+
* @type {WrappedResponseFindMemberResultArrayData}
|
|
2245
|
+
* @memberof WrappedResponseFindMemberResultArray
|
|
2246
2246
|
*/
|
|
2247
|
-
'data':
|
|
2247
|
+
'data': WrappedResponseFindMemberResultArrayData | null;
|
|
2248
2248
|
}
|
|
2249
2249
|
/**
|
|
2250
2250
|
*
|
|
2251
2251
|
* @export
|
|
2252
|
-
* @interface
|
|
2252
|
+
* @interface WrappedResponseFindMemberResultArrayData
|
|
2253
2253
|
*/
|
|
2254
|
-
export interface
|
|
2254
|
+
export interface WrappedResponseFindMemberResultArrayData {
|
|
2255
2255
|
}
|
|
2256
2256
|
/**
|
|
2257
2257
|
*
|
|
@@ -2939,7 +2939,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2939
2939
|
* @param {*} [options] Override http request option.
|
|
2940
2940
|
* @throws {RequiredError}
|
|
2941
2941
|
*/
|
|
2942
|
-
membersIndex(identifier?: string, accountId?: string, xAccountId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2942
|
+
membersIndex(identifier?: string, accountId?: string, xAccountId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseFindMemberResultArray>>;
|
|
2943
2943
|
/**
|
|
2944
2944
|
*
|
|
2945
2945
|
* @param {string} id
|
|
@@ -3098,7 +3098,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
3098
3098
|
* @param {*} [options] Override http request option.
|
|
3099
3099
|
* @throws {RequiredError}
|
|
3100
3100
|
*/
|
|
3101
|
-
membersIndex(identifier?: string, accountId?: string, xAccountId?: string, options?: any): AxiosPromise<
|
|
3101
|
+
membersIndex(identifier?: string, accountId?: string, xAccountId?: string, options?: any): AxiosPromise<WrappedResponseFindMemberResultArray>;
|
|
3102
3102
|
/**
|
|
3103
3103
|
*
|
|
3104
3104
|
* @param {string} id
|
|
@@ -3267,7 +3267,7 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3267
3267
|
* @throws {RequiredError}
|
|
3268
3268
|
* @memberof DefaultApi
|
|
3269
3269
|
*/
|
|
3270
|
-
membersIndex(identifier?: string, accountId?: string, xAccountId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
3270
|
+
membersIndex(identifier?: string, accountId?: string, xAccountId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedResponseFindMemberResultArray, any>>;
|
|
3271
3271
|
/**
|
|
3272
3272
|
*
|
|
3273
3273
|
* @param {string} id
|