@stashfin/mysql2 1.4.85 → 1.4.87

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.
@@ -208,14 +208,14 @@ export interface AaTransactionsTable {
208
208
  amount?: number | null;
209
209
  balance?: number | null;
210
210
  category?: string | null;
211
- categoryCode?: string | null;
211
+ category_code?: string | null;
212
212
  customer_id?: number | null;
213
- merchantName?: string | null;
213
+ merchant_name?: string | null;
214
214
  narration?: string | null;
215
215
  payment_mode?: string | null;
216
216
  reference?: string | null;
217
- subcategory?: string | null;
218
- txn_date?: Date | null;
217
+ sub_category?: string | 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.85",
3
+ "version": "1.4.87",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",