@winible/winible-typed 2.16.4 → 2.16.5

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.
@@ -157,7 +157,7 @@ User.init({
157
157
  type: sequelize_1.DataTypes.DATE,
158
158
  field: "last_password_login",
159
159
  },
160
- interconHash: {
160
+ intercomHash: {
161
161
  type: sequelize_1.DataTypes.STRING,
162
162
  field: "intercom_hash",
163
163
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winible/winible-typed",
3
- "version": "2.16.4",
3
+ "version": "2.16.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -50,7 +50,7 @@ class User extends Model<InferAttributes<User>, InferCreationAttributes<User>> {
50
50
  declare profileViews?: number;
51
51
  declare optInStatus?: OptInStatus;
52
52
  declare lastPasswordLogin: CreationOptional<Date>;
53
- declare interconHash?: string;
53
+ declare intercomHash?: string;
54
54
  declare createdAt: CreationOptional<Date>;
55
55
  declare updatedAt: CreationOptional<Date>;
56
56
 
@@ -209,7 +209,7 @@ User.init(
209
209
  type: DataTypes.DATE,
210
210
  field: "last_password_login",
211
211
  },
212
- interconHash: {
212
+ intercomHash: {
213
213
  type: DataTypes.STRING,
214
214
  field: "intercom_hash",
215
215
  },