@natrave/shared-entities 1.4.63 → 1.4.64
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"player-team.entity.d.ts","sourceRoot":"","sources":["../../../src/teams/player-team/player-team.entity.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAErD,qBAOa,UAAU;IAIrB,EAAE,EAAE,MAAM,CAAC;IAIX,QAAQ,EAAE,MAAM,CAAC;IAGjB,MAAM,EAAE,MAAM,CAAC;IAQf,OAAO,EAAE,OAAO,CAAC;IAQjB,
|
|
1
|
+
{"version":3,"file":"player-team.entity.d.ts","sourceRoot":"","sources":["../../../src/teams/player-team/player-team.entity.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAErD,qBAOa,UAAU;IAIrB,EAAE,EAAE,MAAM,CAAC;IAIX,QAAQ,EAAE,MAAM,CAAC;IAGjB,MAAM,EAAE,MAAM,CAAC;IAQf,OAAO,EAAE,OAAO,CAAC;IAQjB,eAAe,EAAE,IAAI,GAAG,IAAI,CAAC;IAQ7B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAGvB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAKhB,MAAM,EAAE,MAAM,CAAC;IAIf,IAAI,EAAE,IAAI,CAAC;IAGX,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;CACvC"}
|
|
@@ -47,12 +47,12 @@ __decorateClass([
|
|
|
47
47
|
], PlayerTeam.prototype, "isAdmin", 2);
|
|
48
48
|
__decorateClass([
|
|
49
49
|
Column({
|
|
50
|
-
name: "
|
|
51
|
-
type: "
|
|
52
|
-
|
|
53
|
-
comment: "
|
|
50
|
+
name: "generic_merged_at",
|
|
51
|
+
type: "timestamptz",
|
|
52
|
+
nullable: true,
|
|
53
|
+
comment: "Data de fus\xE3o do jogador gen\xE9rico no jogador real"
|
|
54
54
|
})
|
|
55
|
-
], PlayerTeam.prototype, "
|
|
55
|
+
], PlayerTeam.prototype, "genericMergedAt", 2);
|
|
56
56
|
__decorateClass([
|
|
57
57
|
DeleteDateColumn({
|
|
58
58
|
name: "deleted_at",
|