@stashfin/mysql2 1.4.213 → 1.4.214

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.
@@ -293,7 +293,7 @@ export interface BannersTable {
293
293
  sequence: string;
294
294
  title: string;
295
295
  url: string;
296
- type: 'banner' | 'widget';
296
+ type: 'banner' | 'widget' | 'popup';
297
297
  screen: string;
298
298
  rules?: Rule[];
299
299
  segment_id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.213",
3
+ "version": "1.4.214",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",