@stashfin/mysql2 1.4.206 → 1.4.207

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.
@@ -127,6 +127,7 @@ export interface DemographicsTable {
127
127
  sms_sync: boolean;
128
128
  app_sync: boolean;
129
129
  va_number: string | null;
130
+ is_offer_discount_clicked: boolean | null;
130
131
  }
131
132
  export interface CustomerBanksTable {
132
133
  id?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.206",
3
+ "version": "1.4.207",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",