ob-parking-sdk 0.0.52 → 0.0.53

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
@@ -3043,12 +3043,6 @@ export interface UpdateRegisteredVehicleBody {
3043
3043
  * @memberof UpdateRegisteredVehicleBody
3044
3044
  */
3045
3045
  'plate_province'?: string | null;
3046
- /**
3047
- *
3048
- * @type {string}
3049
- * @memberof UpdateRegisteredVehicleBody
3050
- */
3051
- 'plate_no'?: string;
3052
3046
  /**
3053
3047
  *
3054
3048
  * @type {VehicleType}
@@ -3197,6 +3191,18 @@ export interface VehicleBrandIndexQuery {
3197
3191
  * @interface VehicleBrandIndexResponse
3198
3192
  */
3199
3193
  export interface VehicleBrandIndexResponse {
3194
+ /**
3195
+ *
3196
+ * @type {Array<VehicleBrandIndexResponseVehicleModelsInner>}
3197
+ * @memberof VehicleBrandIndexResponse
3198
+ */
3199
+ 'vehicle_models': Array<VehicleBrandIndexResponseVehicleModelsInner>;
3200
+ /**
3201
+ *
3202
+ * @type {string}
3203
+ * @memberof VehicleBrandIndexResponse
3204
+ */
3205
+ 'description'?: string;
3200
3206
  /**
3201
3207
  *
3202
3208
  * @type {string}
@@ -3210,6 +3216,31 @@ export interface VehicleBrandIndexResponse {
3210
3216
  */
3211
3217
  'id': string;
3212
3218
  }
3219
+ /**
3220
+ *
3221
+ * @export
3222
+ * @interface VehicleBrandIndexResponseVehicleModelsInner
3223
+ */
3224
+ export interface VehicleBrandIndexResponseVehicleModelsInner {
3225
+ /**
3226
+ *
3227
+ * @type {string}
3228
+ * @memberof VehicleBrandIndexResponseVehicleModelsInner
3229
+ */
3230
+ 'description'?: string;
3231
+ /**
3232
+ *
3233
+ * @type {string}
3234
+ * @memberof VehicleBrandIndexResponseVehicleModelsInner
3235
+ */
3236
+ 'name': string;
3237
+ /**
3238
+ *
3239
+ * @type {string}
3240
+ * @memberof VehicleBrandIndexResponseVehicleModelsInner
3241
+ */
3242
+ 'id'?: string;
3243
+ }
3213
3244
  /**
3214
3245
  *
3215
3246
  * @export
package/dist/api/api.d.ts CHANGED
@@ -2981,12 +2981,6 @@ export interface UpdateRegisteredVehicleBody {
2981
2981
  * @memberof UpdateRegisteredVehicleBody
2982
2982
  */
2983
2983
  'plate_province'?: string | null;
2984
- /**
2985
- *
2986
- * @type {string}
2987
- * @memberof UpdateRegisteredVehicleBody
2988
- */
2989
- 'plate_no'?: string;
2990
2984
  /**
2991
2985
  *
2992
2986
  * @type {VehicleType}
@@ -3133,6 +3127,18 @@ export interface VehicleBrandIndexQuery {
3133
3127
  * @interface VehicleBrandIndexResponse
3134
3128
  */
3135
3129
  export interface VehicleBrandIndexResponse {
3130
+ /**
3131
+ *
3132
+ * @type {Array<VehicleBrandIndexResponseVehicleModelsInner>}
3133
+ * @memberof VehicleBrandIndexResponse
3134
+ */
3135
+ 'vehicle_models': Array<VehicleBrandIndexResponseVehicleModelsInner>;
3136
+ /**
3137
+ *
3138
+ * @type {string}
3139
+ * @memberof VehicleBrandIndexResponse
3140
+ */
3141
+ 'description'?: string;
3136
3142
  /**
3137
3143
  *
3138
3144
  * @type {string}
@@ -3146,6 +3152,31 @@ export interface VehicleBrandIndexResponse {
3146
3152
  */
3147
3153
  'id': string;
3148
3154
  }
3155
+ /**
3156
+ *
3157
+ * @export
3158
+ * @interface VehicleBrandIndexResponseVehicleModelsInner
3159
+ */
3160
+ export interface VehicleBrandIndexResponseVehicleModelsInner {
3161
+ /**
3162
+ *
3163
+ * @type {string}
3164
+ * @memberof VehicleBrandIndexResponseVehicleModelsInner
3165
+ */
3166
+ 'description'?: string;
3167
+ /**
3168
+ *
3169
+ * @type {string}
3170
+ * @memberof VehicleBrandIndexResponseVehicleModelsInner
3171
+ */
3172
+ 'name': string;
3173
+ /**
3174
+ *
3175
+ * @type {string}
3176
+ * @memberof VehicleBrandIndexResponseVehicleModelsInner
3177
+ */
3178
+ 'id'?: string;
3179
+ }
3149
3180
  /**
3150
3181
  *
3151
3182
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob-parking-sdk",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "description": "API interfaces for OB PARKING",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT"