@volontariapp/domain-event 2.3.2 → 2.3.3
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.
- package/dist/entities/tag.entity.d.ts +1 -1
- package/dist/entities/tag.entity.d.ts.map +1 -1
- package/dist/entities/tag.entity.js +1 -1
- package/dist/entities/tag.entity.js.map +1 -1
- package/dist/models/tag.model.d.ts +1 -1
- package/dist/models/tag.model.d.ts.map +1 -1
- package/dist/models/tag.model.js +3 -3
- package/dist/models/tag.model.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.entity.d.ts","sourceRoot":"","sources":["../../src/entities/tag.entity.ts"],"names":[],"mappings":"AAAA,qBAAa,SAAS;IACpB,EAAE,EAAG,MAAM,CAAC;IACZ,IAAI,EAAG,MAAM,CAAC;IACd,IAAI,EAAG,MAAM,CAAC;IACd,
|
|
1
|
+
{"version":3,"file":"tag.entity.d.ts","sourceRoot":"","sources":["../../src/entities/tag.entity.ts"],"names":[],"mappings":"AAAA,qBAAa,SAAS;IACpB,EAAE,EAAG,MAAM,CAAC;IACZ,IAAI,EAAG,MAAM,CAAC;IACd,IAAI,EAAG,MAAM,CAAC;IACd,MAAM,EAAG,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.entity.js","sourceRoot":"","sources":["../../src/entities/tag.entity.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,SAAS;IACpB,EAAE,CAAU;IACZ,IAAI,CAAU;IACd,IAAI,CAAU;IACd,
|
|
1
|
+
{"version":3,"file":"tag.entity.js","sourceRoot":"","sources":["../../src/entities/tag.entity.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,SAAS;IACpB,EAAE,CAAU;IACZ,IAAI,CAAU;IACd,IAAI,CAAU;IACd,MAAM,CAAU;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.model.d.ts","sourceRoot":"","sources":["../../src/models/tag.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,qBACa,QAAQ;IAEnB,EAAE,EAAG,MAAM,CAAC;IAGZ,IAAI,EAAG,MAAM,CAAC;IAGd,IAAI,EAAG,MAAM,CAAC;IAGd,
|
|
1
|
+
{"version":3,"file":"tag.model.d.ts","sourceRoot":"","sources":["../../src/models/tag.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,qBACa,QAAQ;IAEnB,EAAE,EAAG,MAAM,CAAC;IAGZ,IAAI,EAAG,MAAM,CAAC;IAGd,IAAI,EAAG,MAAM,CAAC;IAGd,MAAM,EAAG,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;CACvB"}
|
package/dist/models/tag.model.js
CHANGED
|
@@ -13,7 +13,7 @@ let TagModel = class TagModel {
|
|
|
13
13
|
id;
|
|
14
14
|
name;
|
|
15
15
|
slug;
|
|
16
|
-
|
|
16
|
+
balise;
|
|
17
17
|
events;
|
|
18
18
|
};
|
|
19
19
|
__decorate([
|
|
@@ -29,9 +29,9 @@ __decorate([
|
|
|
29
29
|
__metadata("design:type", String)
|
|
30
30
|
], TagModel.prototype, "slug", void 0);
|
|
31
31
|
__decorate([
|
|
32
|
-
Column({ type: 'varchar', length:
|
|
32
|
+
Column({ type: 'varchar', length: 100 }),
|
|
33
33
|
__metadata("design:type", String)
|
|
34
|
-
], TagModel.prototype, "
|
|
34
|
+
], TagModel.prototype, "balise", void 0);
|
|
35
35
|
__decorate([
|
|
36
36
|
ManyToMany(() => EventModel, (event) => event.tags),
|
|
37
37
|
__metadata("design:type", Array)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.model.js","sourceRoot":"","sources":["../../src/models/tag.model.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGvC,IAAM,QAAQ,GAAd,MAAM,QAAQ;IAEnB,EAAE,CAAU;IAGZ,IAAI,CAAU;IAGd,IAAI,CAAU;IAGd,
|
|
1
|
+
{"version":3,"file":"tag.model.js","sourceRoot":"","sources":["../../src/models/tag.model.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGvC,IAAM,QAAQ,GAAd,MAAM,QAAQ;IAEnB,EAAE,CAAU;IAGZ,IAAI,CAAU;IAGd,IAAI,CAAU;IAGd,MAAM,CAAU;IAGhB,MAAM,CAAgB;CACvB,CAAA;AAbC;IADC,sBAAsB,CAAC,MAAM,CAAC;;oCACnB;AAGZ;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;sCAC3B;AAGd;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;sCACzC;AAGd;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;wCACzB;AAGhB;IADC,UAAU,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC;;wCAC9B;AAdX,QAAQ;IADpB,MAAM,CAAC,MAAM,CAAC;GACF,QAAQ,CAepB"}
|