nc-db-new 1.2.52 → 1.2.53

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.
@@ -40,7 +40,7 @@ interface IContent extends Model<InferAttributes<IContent>, InferCreationAttribu
40
40
  contentReports?: IContentReport[];
41
41
  createdAt?: string;
42
42
  updatedAt?: string;
43
- otherRevenue?: object;
43
+ otherRevenue?: JSON;
44
44
  }
45
45
  interface IContentReport extends Model<InferAttributes<IContentReport>, InferCreationAttributes<IContentReport>> {
46
46
  id?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nc-db-new",
3
- "version": "1.2.52",
3
+ "version": "1.2.53",
4
4
  "description": "Database models for NextUp Comedy Website",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",