ob-parking-sdk 0.0.66 → 0.0.67

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
@@ -202,6 +202,12 @@ export interface ApproveReceiptBody {
202
202
  * @memberof ApproveReceiptBody
203
203
  */
204
204
  'counter': string;
205
+ /**
206
+ *
207
+ * @type {string}
208
+ * @memberof ApproveReceiptBody
209
+ */
210
+ 'email': string;
205
211
  }
206
212
  /**
207
213
  *
package/dist/api/api.d.ts CHANGED
@@ -182,6 +182,12 @@ export interface ApproveReceiptBody {
182
182
  * @memberof ApproveReceiptBody
183
183
  */
184
184
  'counter': string;
185
+ /**
186
+ *
187
+ * @type {string}
188
+ * @memberof ApproveReceiptBody
189
+ */
190
+ 'email': string;
185
191
  }
186
192
  /**
187
193
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob-parking-sdk",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "description": "API interfaces for OB PARKING",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT"