@natrave/shared-entities 1.4.38 → 1.4.39

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.
@@ -164,15 +164,15 @@ User = __decorateClass([
164
164
  Unique(["cpf"]),
165
165
  Index("IDX_users_id", ["id"]),
166
166
  Index("IDX_users_numeric_id", ["numericId"]),
167
- Index("IDX_users_email_lookup", ["email"], { where: '"deletedAt" IS NULL' }),
168
- Index("IDX_users_phone_lookup", ["phone"], { where: '"deletedAt" IS NULL' }),
169
- Index("IDX_users_cpf_lookup", ["cpf"], { where: '"deletedAt" IS NULL' }),
167
+ Index("IDX_users_email_lookup", ["email"], { where: '"deleted_at" IS NULL' }),
168
+ Index("IDX_users_phone_lookup", ["phone"], { where: '"deleted_at" IS NULL' }),
169
+ Index("IDX_users_cpf_lookup", ["cpf"], { where: '"deleted_at" IS NULL' }),
170
170
  Index("IDX_users_deleted_at", ["deletedAt"]),
171
171
  Index("IDX_users_id_deleted", ["id", "deletedAt"]),
172
172
  Index("IDX_users_created_at", ["createdAt"]),
173
173
  Index("IDX_users_updated_at", ["updatedAt"]),
174
- Index("IDX_users_name", ["name"], { where: '"deletedAt" IS NULL' }),
175
- Index("IDX_users_gender", ["gender"], { where: '"deletedAt" IS NULL' })
174
+ Index("IDX_users_name", ["name"], { where: '"deleted_at" IS NULL' }),
175
+ Index("IDX_users_gender", ["gender"], { where: '"deleted_at" IS NULL' })
176
176
  ], User);
177
177
  export {
178
178
  User
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natrave/shared-entities",
3
- "version": "1.4.38",
3
+ "version": "1.4.39",
4
4
  "description": "Entidades compartilhadass da NaTrave",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.js",