ob-bms-sdk 0.0.47 → 0.0.48

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
@@ -2363,70 +2363,22 @@ export interface WrappedResponseParkingLotsIndexResponseData {
2363
2363
  /**
2364
2364
  *
2365
2365
  * @export
2366
- * @interface WrappedResponseParkingTicketResult
2366
+ * @interface WrappedResponseParkingTicketResultArray
2367
2367
  */
2368
- export interface WrappedResponseParkingTicketResult {
2368
+ export interface WrappedResponseParkingTicketResultArray {
2369
2369
  /**
2370
2370
  *
2371
- * @type {WrappedResponseParkingTicketResultData}
2372
- * @memberof WrappedResponseParkingTicketResult
2371
+ * @type {WrappedResponseParkingTicketResultArrayData}
2372
+ * @memberof WrappedResponseParkingTicketResultArray
2373
2373
  */
2374
- 'data': WrappedResponseParkingTicketResultData | null;
2374
+ 'data': WrappedResponseParkingTicketResultArrayData | null;
2375
2375
  }
2376
2376
  /**
2377
2377
  *
2378
2378
  * @export
2379
- * @interface WrappedResponseParkingTicketResultData
2379
+ * @interface WrappedResponseParkingTicketResultArrayData
2380
2380
  */
2381
- export interface WrappedResponseParkingTicketResultData {
2382
- /**
2383
- *
2384
- * @type {string}
2385
- * @memberof WrappedResponseParkingTicketResultData
2386
- */
2387
- 'id': string;
2388
- /**
2389
- *
2390
- * @type {string}
2391
- * @memberof WrappedResponseParkingTicketResultData
2392
- */
2393
- 'plate_number': string;
2394
- /**
2395
- *
2396
- * @type {string}
2397
- * @memberof WrappedResponseParkingTicketResultData
2398
- */
2399
- 'ticket_number': string;
2400
- /**
2401
- *
2402
- * @type {string}
2403
- * @memberof WrappedResponseParkingTicketResultData
2404
- */
2405
- 'vehicle_type': string;
2406
- /**
2407
- *
2408
- * @type {number}
2409
- * @memberof WrappedResponseParkingTicketResultData
2410
- */
2411
- 'total_fee': number;
2412
- /**
2413
- *
2414
- * @type {string}
2415
- * @memberof WrappedResponseParkingTicketResultData
2416
- */
2417
- 'member_id': string;
2418
- /**
2419
- *
2420
- * @type {string}
2421
- * @memberof WrappedResponseParkingTicketResultData
2422
- */
2423
- 'parked_at': string;
2424
- /**
2425
- *
2426
- * @type {RateDetail}
2427
- * @memberof WrappedResponseParkingTicketResultData
2428
- */
2429
- 'rate_detail': RateDetail;
2381
+ export interface WrappedResponseParkingTicketResultArrayData {
2430
2382
  }
2431
2383
  /**
2432
2384
  *
@@ -3420,7 +3372,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3420
3372
  * @param {*} [options] Override http request option.
3421
3373
  * @throws {RequiredError}
3422
3374
  */
3423
- async parkingTicketsIndex(memberId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingTicketResult>> {
3375
+ async parkingTicketsIndex(memberId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingTicketResultArray>> {
3424
3376
  const localVarAxiosArgs = await localVarAxiosParamCreator.parkingTicketsIndex(memberId, options);
3425
3377
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3426
3378
  },
@@ -3606,7 +3558,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3606
3558
  * @param {*} [options] Override http request option.
3607
3559
  * @throws {RequiredError}
3608
3560
  */
3609
- parkingTicketsIndex(memberId: string, options?: any): AxiosPromise<WrappedResponseParkingTicketResult> {
3561
+ parkingTicketsIndex(memberId: string, options?: any): AxiosPromise<WrappedResponseParkingTicketResultArray> {
3610
3562
  return localVarFp.parkingTicketsIndex(memberId, options).then((request) => request(axios, basePath));
3611
3563
  },
3612
3564
  /**
package/dist/api/api.d.ts CHANGED
@@ -2349,70 +2349,22 @@ export interface WrappedResponseParkingLotsIndexResponseData {
2349
2349
  /**
2350
2350
  *
2351
2351
  * @export
2352
- * @interface WrappedResponseParkingTicketResult
2352
+ * @interface WrappedResponseParkingTicketResultArray
2353
2353
  */
2354
- export interface WrappedResponseParkingTicketResult {
2354
+ export interface WrappedResponseParkingTicketResultArray {
2355
2355
  /**
2356
2356
  *
2357
- * @type {WrappedResponseParkingTicketResultData}
2358
- * @memberof WrappedResponseParkingTicketResult
2357
+ * @type {WrappedResponseParkingTicketResultArrayData}
2358
+ * @memberof WrappedResponseParkingTicketResultArray
2359
2359
  */
2360
- 'data': WrappedResponseParkingTicketResultData | null;
2360
+ 'data': WrappedResponseParkingTicketResultArrayData | null;
2361
2361
  }
2362
2362
  /**
2363
2363
  *
2364
2364
  * @export
2365
- * @interface WrappedResponseParkingTicketResultData
2365
+ * @interface WrappedResponseParkingTicketResultArrayData
2366
2366
  */
2367
- export interface WrappedResponseParkingTicketResultData {
2368
- /**
2369
- *
2370
- * @type {string}
2371
- * @memberof WrappedResponseParkingTicketResultData
2372
- */
2373
- 'id': string;
2374
- /**
2375
- *
2376
- * @type {string}
2377
- * @memberof WrappedResponseParkingTicketResultData
2378
- */
2379
- 'plate_number': string;
2380
- /**
2381
- *
2382
- * @type {string}
2383
- * @memberof WrappedResponseParkingTicketResultData
2384
- */
2385
- 'ticket_number': string;
2386
- /**
2387
- *
2388
- * @type {string}
2389
- * @memberof WrappedResponseParkingTicketResultData
2390
- */
2391
- 'vehicle_type': string;
2392
- /**
2393
- *
2394
- * @type {number}
2395
- * @memberof WrappedResponseParkingTicketResultData
2396
- */
2397
- 'total_fee': number;
2398
- /**
2399
- *
2400
- * @type {string}
2401
- * @memberof WrappedResponseParkingTicketResultData
2402
- */
2403
- 'member_id': string;
2404
- /**
2405
- *
2406
- * @type {string}
2407
- * @memberof WrappedResponseParkingTicketResultData
2408
- */
2409
- 'parked_at': string;
2410
- /**
2411
- *
2412
- * @type {RateDetail}
2413
- * @memberof WrappedResponseParkingTicketResultData
2414
- */
2415
- 'rate_detail': RateDetail;
2367
+ export interface WrappedResponseParkingTicketResultArrayData {
2416
2368
  }
2417
2369
  /**
2418
2370
  *
@@ -2851,7 +2803,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
2851
2803
  * @param {*} [options] Override http request option.
2852
2804
  * @throws {RequiredError}
2853
2805
  */
2854
- parkingTicketsIndex(memberId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingTicketResult>>;
2806
+ parkingTicketsIndex(memberId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingTicketResultArray>>;
2855
2807
  /**
2856
2808
  *
2857
2809
  * @param {string} visitScheduleId
@@ -2990,7 +2942,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
2990
2942
  * @param {*} [options] Override http request option.
2991
2943
  * @throws {RequiredError}
2992
2944
  */
2993
- parkingTicketsIndex(memberId: string, options?: any): AxiosPromise<WrappedResponseParkingTicketResult>;
2945
+ parkingTicketsIndex(memberId: string, options?: any): AxiosPromise<WrappedResponseParkingTicketResultArray>;
2994
2946
  /**
2995
2947
  *
2996
2948
  * @param {string} visitScheduleId
@@ -3143,7 +3095,7 @@ export declare class DefaultApi extends BaseAPI {
3143
3095
  * @throws {RequiredError}
3144
3096
  * @memberof DefaultApi
3145
3097
  */
3146
- parkingTicketsIndex(memberId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedResponseParkingTicketResult, any>>;
3098
+ parkingTicketsIndex(memberId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WrappedResponseParkingTicketResultArray, any>>;
3147
3099
  /**
3148
3100
  *
3149
3101
  * @param {string} visitScheduleId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob-bms-sdk",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "API interfaces for OB BMS",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT"