@natrave/shared-entities 1.10.0 → 1.11.0
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":"feed-activity.entity.d.ts","sourceRoot":"","sources":["../../../src/feed/feed-activities/feed-activity.entity.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAWhE,qBAMa,YAAY;IAKvB,EAAE,EAAE,MAAM,CAAC;IAQX,IAAI,EAAE,MAAM,CAAC;IAOb,OAAO,EAAE,MAAM,CAAC;IAOhB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAUjC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAS9B,UAAU,EAAE,cAAc,CAAC;IAU3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAOzB,UAAU,EAAE,IAAI,CAAC;IAQjB,SAAS,EAAE,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"feed-activity.entity.d.ts","sourceRoot":"","sources":["../../../src/feed/feed-activities/feed-activity.entity.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAWhE,qBAMa,YAAY;IAKvB,EAAE,EAAE,MAAM,CAAC;IAQX,IAAI,EAAE,MAAM,CAAC;IAOb,OAAO,EAAE,MAAM,CAAC;IAOhB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAUjC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAS9B,UAAU,EAAE,cAAc,CAAC;IAU3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAOzB,UAAU,EAAE,IAAI,CAAC;IAQjB,SAAS,EAAE,IAAI,CAAC;IAShB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAK7B,QAAQ,EAAE,mBAAmB,EAAE,CAAC;CACjC"}
|
|
@@ -89,6 +89,14 @@ __decorateClass([
|
|
|
89
89
|
comment: "Data/hora de cria\xE7\xE3o da linha no banco."
|
|
90
90
|
})
|
|
91
91
|
], FeedActivity.prototype, "createdAt", 2);
|
|
92
|
+
__decorateClass([
|
|
93
|
+
Column({
|
|
94
|
+
name: "source_event_id",
|
|
95
|
+
type: "bigint",
|
|
96
|
+
nullable: true,
|
|
97
|
+
comment: "Id da linha do feed_outbox do \xFAltimo evento aplicado a este card (watermark de ordem). O worker s\xF3 atualiza o card via upsert se o id do evento recebido for >= a este, evitando que um evento reprocessado fora de ordem reverta o card."
|
|
98
|
+
})
|
|
99
|
+
], FeedActivity.prototype, "sourceEventId", 2);
|
|
92
100
|
__decorateClass([
|
|
93
101
|
OneToMany(() => FeedActivitySubject, (subject) => subject.activity)
|
|
94
102
|
], FeedActivity.prototype, "subjects", 2);
|