@stashfin/mysql2 1.4.86 → 1.4.88

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.
@@ -8,9 +8,8 @@ export type JSONArray = Array<JSONValue>;
8
8
  export interface BBPSProvidersTable {
9
9
  id: number;
10
10
  name: string;
11
- alias: string;
12
11
  logo: string;
13
- state: string;
12
+ coverage: string;
14
13
  customer_params: JSONValue;
15
14
  utilityid: number;
16
15
  vendorid: number;
@@ -215,7 +215,7 @@ export interface AaTransactionsTable {
215
215
  payment_mode?: string | null;
216
216
  reference?: string | null;
217
217
  sub_category?: string | null;
218
- txn_date?: Date | null;
218
+ txn_date?: string | null;
219
219
  txn_id?: string | null;
220
220
  type?: string | null;
221
221
  created_at?: Date | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.86",
3
+ "version": "1.4.88",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",