@volontariapp/domain-event 2.2.6 → 2.2.7-next.20260413094841
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.
|
@@ -9,10 +9,15 @@ export declare class EventEntity {
|
|
|
9
9
|
startAt: Date;
|
|
10
10
|
endAt: Date;
|
|
11
11
|
location: EventLocation;
|
|
12
|
+
localisationName: string;
|
|
12
13
|
type: EventType;
|
|
13
14
|
state: EventState;
|
|
14
15
|
awardedImpactScore: number;
|
|
15
16
|
maxParticipants: number;
|
|
17
|
+
currentParticipants: number;
|
|
18
|
+
organizerId: string;
|
|
19
|
+
createdAt: Date;
|
|
20
|
+
updatedAt: Date;
|
|
16
21
|
requirements?: RequirementEntity[];
|
|
17
22
|
tags?: TagEntity[];
|
|
18
23
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event.entity.d.ts","sourceRoot":"","sources":["../../src/entities/event.entity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iDAAiD,CAAC;AACrF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD,qBAAa,WAAW;IACtB,EAAE,EAAG,MAAM,CAAC;IACZ,IAAI,EAAG,MAAM,CAAC;IACd,WAAW,EAAG,MAAM,CAAC;IACrB,OAAO,EAAG,IAAI,CAAC;IACf,KAAK,EAAG,IAAI,CAAC;IACb,QAAQ,EAAG,aAAa,CAAC;IACzB,IAAI,EAAG,SAAS,CAAC;IACjB,KAAK,EAAG,UAAU,CAAC;IACnB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,eAAe,EAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"event.entity.d.ts","sourceRoot":"","sources":["../../src/entities/event.entity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iDAAiD,CAAC;AACrF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD,qBAAa,WAAW;IACtB,EAAE,EAAG,MAAM,CAAC;IACZ,IAAI,EAAG,MAAM,CAAC;IACd,WAAW,EAAG,MAAM,CAAC;IACrB,OAAO,EAAG,IAAI,CAAC;IACf,KAAK,EAAG,IAAI,CAAC;IACb,QAAQ,EAAG,aAAa,CAAC;IACzB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,IAAI,EAAG,SAAS,CAAC;IACjB,KAAK,EAAG,UAAU,CAAC;IACnB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,eAAe,EAAG,MAAM,CAAC;IACzB,mBAAmB,EAAG,MAAM,CAAC;IAC7B,WAAW,EAAG,MAAM,CAAC;IACrB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAEjB,YAAY,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACnC,IAAI,CAAC,EAAE,SAAS,EAAE,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event.entity.js","sourceRoot":"","sources":["../../src/entities/event.entity.ts"],"names":[],"mappings":"AAKA,MAAM,OAAO,WAAW;IACtB,EAAE,CAAU;IACZ,IAAI,CAAU;IACd,WAAW,CAAU;IACrB,OAAO,CAAQ;IACf,KAAK,CAAQ;IACb,QAAQ,CAAiB;IACzB,IAAI,CAAa;IACjB,KAAK,CAAc;IACnB,kBAAkB,CAAU;IAC5B,eAAe,CAAU;
|
|
1
|
+
{"version":3,"file":"event.entity.js","sourceRoot":"","sources":["../../src/entities/event.entity.ts"],"names":[],"mappings":"AAKA,MAAM,OAAO,WAAW;IACtB,EAAE,CAAU;IACZ,IAAI,CAAU;IACd,WAAW,CAAU;IACrB,OAAO,CAAQ;IACf,KAAK,CAAQ;IACb,QAAQ,CAAiB;IACzB,gBAAgB,CAAU;IAC1B,IAAI,CAAa;IACjB,KAAK,CAAc;IACnB,kBAAkB,CAAU;IAC5B,eAAe,CAAU;IACzB,mBAAmB,CAAU;IAC7B,WAAW,CAAU;IACrB,SAAS,CAAQ;IACjB,SAAS,CAAQ;IAEjB,YAAY,CAAuB;IACnC,IAAI,CAAe;CACpB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volontariapp/domain-event",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.7-next.20260413094841",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@volontariapp/contracts": "3.3.0",
|
|
42
42
|
"@volontariapp/database": "1.3.0",
|
|
43
43
|
"@volontariapp/errors": "0.4.2",
|
|
44
|
-
"@volontariapp/errors-nest": "0.7.
|
|
44
|
+
"@volontariapp/errors-nest": "0.7.2-next.20260413094841",
|
|
45
45
|
"@volontariapp/logger": "0.2.2",
|
|
46
46
|
"class-transformer": "^0.5.1",
|
|
47
47
|
"reflect-metadata": "^0.2.2"
|