@volontariapp/domain-user 2.1.23 → 2.2.0-next.20260416090321

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.
@@ -0,0 +1,9 @@
1
+ export declare class Badge {
2
+ readonly id: string;
3
+ name: string;
4
+ slug: string;
5
+ description: string;
6
+ iconPath: string;
7
+ constructor(id: string, name: string, slug: string, description: string, iconPath: string);
8
+ }
9
+ //# sourceMappingURL=badge.entity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.entity.d.ts","sourceRoot":"","sources":["../../src/entities/badge.entity.ts"],"names":[],"mappings":"AAAA,qBAAa,KAAK;aAEE,EAAE,EAAE,MAAM;IACnB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,MAAM;IACnB,QAAQ,EAAE,MAAM;gBAJP,EAAE,EAAE,MAAM,EACnB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM;CAE1B"}
@@ -0,0 +1,15 @@
1
+ export class Badge {
2
+ id;
3
+ name;
4
+ slug;
5
+ description;
6
+ iconPath;
7
+ constructor(id, name, slug, description, iconPath) {
8
+ this.id = id;
9
+ this.name = name;
10
+ this.slug = slug;
11
+ this.description = description;
12
+ this.iconPath = iconPath;
13
+ }
14
+ }
15
+ //# sourceMappingURL=badge.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.entity.js","sourceRoot":"","sources":["../../src/entities/badge.entity.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,KAAK;IAEE;IACT;IACA;IACA;IACA;IALT,YACkB,EAAU,EACnB,IAAY,EACZ,IAAY,EACZ,WAAmB,EACnB,QAAgB;QAJP,OAAE,GAAF,EAAE,CAAQ;QACnB,SAAI,GAAJ,IAAI,CAAQ;QACZ,SAAI,GAAJ,IAAI,CAAQ;QACZ,gBAAW,GAAX,WAAW,CAAQ;QACnB,aAAQ,GAAR,QAAQ,CAAQ;IACtB,CAAC;CACL"}
@@ -0,0 +1,13 @@
1
+ import { Badge } from "./badge.entity.js";
2
+ export declare class User {
3
+ readonly id: string;
4
+ email: string;
5
+ pseudo: string;
6
+ role: string;
7
+ bio?: string | undefined;
8
+ logoPath?: string | undefined;
9
+ totalImpactScore: number;
10
+ badges: Badge[];
11
+ constructor(id: string, email: string, pseudo: string, role: string, bio?: string | undefined, logoPath?: string | undefined, totalImpactScore?: number, badges?: Badge[]);
12
+ }
13
+ //# sourceMappingURL=user.entity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.entity.d.ts","sourceRoot":"","sources":["../../src/entities/user.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE1C,qBAAa,IAAI;aAEG,EAAE,EAAE,MAAM;IACnB,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,MAAM;IACZ,GAAG,CAAC,EAAE,MAAM;IACZ,QAAQ,CAAC,EAAE,MAAM;IACjB,gBAAgB,EAAE,MAAM;IACxB,MAAM,EAAE,KAAK,EAAE;gBAPN,EAAE,EAAE,MAAM,EACnB,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,MAAM,EACZ,GAAG,CAAC,EAAE,MAAM,YAAA,EACZ,QAAQ,CAAC,EAAE,MAAM,YAAA,EACjB,gBAAgB,GAAE,MAAU,EAC5B,MAAM,GAAE,KAAK,EAAO;CAE9B"}
@@ -0,0 +1,21 @@
1
+ export class User {
2
+ id;
3
+ email;
4
+ pseudo;
5
+ role;
6
+ bio;
7
+ logoPath;
8
+ totalImpactScore;
9
+ badges;
10
+ constructor(id, email, pseudo, role, bio, logoPath, totalImpactScore = 0, badges = []) {
11
+ this.id = id;
12
+ this.email = email;
13
+ this.pseudo = pseudo;
14
+ this.role = role;
15
+ this.bio = bio;
16
+ this.logoPath = logoPath;
17
+ this.totalImpactScore = totalImpactScore;
18
+ this.badges = badges;
19
+ }
20
+ }
21
+ //# sourceMappingURL=user.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.entity.js","sourceRoot":"","sources":["../../src/entities/user.entity.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,IAAI;IAEG;IACT;IACA;IACA;IACA;IACA;IACA;IACA;IART,YACkB,EAAU,EACnB,KAAa,EACb,MAAc,EACd,IAAY,EACZ,GAAY,EACZ,QAAiB,EACjB,mBAA2B,CAAC,EAC5B,SAAkB,EAAE;QAPX,OAAE,GAAF,EAAE,CAAQ;QACnB,UAAK,GAAL,KAAK,CAAQ;QACb,WAAM,GAAN,MAAM,CAAQ;QACd,SAAI,GAAJ,IAAI,CAAQ;QACZ,QAAG,GAAH,GAAG,CAAS;QACZ,aAAQ,GAAR,QAAQ,CAAS;QACjB,qBAAgB,GAAhB,gBAAgB,CAAY;QAC5B,WAAM,GAAN,MAAM,CAAc;IAC1B,CAAC;CACL"}
@@ -0,0 +1,10 @@
1
+ import { UserBadgeModel } from "./user-badge.model.js";
2
+ export declare class BadgeModel {
3
+ id: string;
4
+ name: string;
5
+ slug: string;
6
+ description: string;
7
+ iconPath: string;
8
+ userBadges: UserBadgeModel[];
9
+ }
10
+ //# sourceMappingURL=badge.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.model.d.ts","sourceRoot":"","sources":["../../src/models/badge.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD,qBACa,UAAU;IAErB,EAAE,EAAG,MAAM,CAAC;IAGZ,IAAI,EAAG,MAAM,CAAC;IAGd,IAAI,EAAG,MAAM,CAAC;IAGd,WAAW,EAAG,MAAM,CAAC;IAGrB,QAAQ,EAAG,MAAM,CAAC;IAGlB,UAAU,EAAG,cAAc,EAAE,CAAC;CAC/B"}
@@ -0,0 +1,48 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { Column, Entity, OneToMany, PrimaryGeneratedColumn } from "typeorm";
11
+ import { UserBadgeModel } from "./user-badge.model.js";
12
+ let BadgeModel = class BadgeModel {
13
+ id;
14
+ name;
15
+ slug;
16
+ description;
17
+ iconPath;
18
+ userBadges;
19
+ };
20
+ __decorate([
21
+ PrimaryGeneratedColumn('uuid'),
22
+ __metadata("design:type", String)
23
+ ], BadgeModel.prototype, "id", void 0);
24
+ __decorate([
25
+ Column(),
26
+ __metadata("design:type", String)
27
+ ], BadgeModel.prototype, "name", void 0);
28
+ __decorate([
29
+ Column({ unique: true }),
30
+ __metadata("design:type", String)
31
+ ], BadgeModel.prototype, "slug", void 0);
32
+ __decorate([
33
+ Column({ type: 'text' }),
34
+ __metadata("design:type", String)
35
+ ], BadgeModel.prototype, "description", void 0);
36
+ __decorate([
37
+ Column({ name: "icon_path" }),
38
+ __metadata("design:type", String)
39
+ ], BadgeModel.prototype, "iconPath", void 0);
40
+ __decorate([
41
+ OneToMany(() => UserBadgeModel, userBadge => userBadge.badge),
42
+ __metadata("design:type", Array)
43
+ ], BadgeModel.prototype, "userBadges", void 0);
44
+ BadgeModel = __decorate([
45
+ Entity('badges')
46
+ ], BadgeModel);
47
+ export { BadgeModel };
48
+ //# sourceMappingURL=badge.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.model.js","sourceRoot":"","sources":["../../src/models/badge.model.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAC5E,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGhD,IAAM,UAAU,GAAhB,MAAM,UAAU;IAErB,EAAE,CAAU;IAGZ,IAAI,CAAU;IAGd,IAAI,CAAU;IAGd,WAAW,CAAU;IAGrB,QAAQ,CAAU;IAGlB,UAAU,CAAoB;CAC/B,CAAA;AAhBC;IADC,sBAAsB,CAAC,MAAM,CAAC;;sCACnB;AAGZ;IADC,MAAM,EAAE;;wCACK;AAGd;IADC,MAAM,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;wCACX;AAGd;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;+CACJ;AAGrB;IADC,MAAM,CAAC,EAAC,IAAI,EAAE,WAAW,EAAC,CAAC;;4CACV;AAGlB;IADC,SAAS,CAAC,GAAG,EAAE,CAAC,cAAc,EAAE,SAAS,CAAC,EAAE,CAAC,SAAS,CAAC,KAAK,CAAC;;8CAChC;AAjBnB,UAAU;IADtB,MAAM,CAAC,QAAQ,CAAC;GACJ,UAAU,CAkBtB"}
@@ -0,0 +1,10 @@
1
+ import { BadgeModel } from "./badge.model.js";
2
+ import { UserModel } from "./user.model.js";
3
+ export declare class UserBadgeModel {
4
+ userId: string;
5
+ badgeId: string;
6
+ user: UserModel;
7
+ badge: BadgeModel;
8
+ awardedAt: Date;
9
+ }
10
+ //# sourceMappingURL=user-badge.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-badge.model.d.ts","sourceRoot":"","sources":["../../src/models/user-badge.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,qBACa,cAAc;IAEzB,MAAM,EAAG,MAAM,CAAC;IAGhB,OAAO,EAAG,MAAM,CAAC;IAIjB,IAAI,EAAG,SAAS,CAAC;IAIjB,KAAK,EAAG,UAAU,CAAC;IAGnB,SAAS,EAAG,IAAI,CAAC;CAClB"}
@@ -0,0 +1,46 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { CreateDateColumn, Entity, JoinColumn, ManyToOne, PrimaryColumn } from "typeorm";
11
+ import { BadgeModel } from "./badge.model.js";
12
+ import { UserModel } from "./user.model.js";
13
+ let UserBadgeModel = class UserBadgeModel {
14
+ userId;
15
+ badgeId;
16
+ user;
17
+ badge;
18
+ awardedAt;
19
+ };
20
+ __decorate([
21
+ PrimaryColumn({ type: 'uuid', name: "user_id" }),
22
+ __metadata("design:type", String)
23
+ ], UserBadgeModel.prototype, "userId", void 0);
24
+ __decorate([
25
+ PrimaryColumn({ type: 'uuid', name: "badge_id" }),
26
+ __metadata("design:type", String)
27
+ ], UserBadgeModel.prototype, "badgeId", void 0);
28
+ __decorate([
29
+ ManyToOne(() => UserModel, user => user.userBadges, { onDelete: 'CASCADE' }),
30
+ JoinColumn({ name: "user_id" }),
31
+ __metadata("design:type", UserModel)
32
+ ], UserBadgeModel.prototype, "user", void 0);
33
+ __decorate([
34
+ ManyToOne(() => BadgeModel, badge => badge.userBadges, { onDelete: 'CASCADE' }),
35
+ JoinColumn({ name: "badge_id" }),
36
+ __metadata("design:type", BadgeModel)
37
+ ], UserBadgeModel.prototype, "badge", void 0);
38
+ __decorate([
39
+ CreateDateColumn({ name: "awarded_at" }),
40
+ __metadata("design:type", Date)
41
+ ], UserBadgeModel.prototype, "awardedAt", void 0);
42
+ UserBadgeModel = __decorate([
43
+ Entity('user_badges')
44
+ ], UserBadgeModel);
45
+ export { UserBadgeModel };
46
+ //# sourceMappingURL=user-badge.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-badge.model.js","sourceRoot":"","sources":["../../src/models/user-badge.model.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAGrC,IAAM,cAAc,GAApB,MAAM,cAAc;IAEzB,MAAM,CAAU;IAGhB,OAAO,CAAU;IAIjB,IAAI,CAAa;IAIjB,KAAK,CAAc;IAGnB,SAAS,CAAQ;CAClB,CAAA;AAfC;IADC,aAAa,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;8CACjC;AAGhB;IADC,aAAa,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;+CACjC;AAIjB;IAFC,SAAS,CAAC,GAAG,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IAC5E,UAAU,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BACzB,SAAS;4CAAC;AAIjB;IAFC,SAAS,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,UAAU,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IAC/E,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;8BACzB,UAAU;6CAAC;AAGnB;IADC,gBAAgB,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAC7B,IAAI;iDAAC;AAhBN,cAAc;IAD1B,MAAM,CAAC,aAAa,CAAC;GACT,cAAc,CAiB1B"}
@@ -0,0 +1,15 @@
1
+ import { UserBadgeModel } from './user-badge.model.js';
2
+ export declare class UserModel {
3
+ id: string;
4
+ email: string;
5
+ phone?: string;
6
+ pseudo: string;
7
+ role: string;
8
+ passwordHash: string;
9
+ salt: string;
10
+ bio?: string;
11
+ logoPath?: string;
12
+ totalImpactScore: number;
13
+ userBadges: UserBadgeModel[];
14
+ }
15
+ //# sourceMappingURL=user.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.model.d.ts","sourceRoot":"","sources":["../../src/models/user.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD,qBACa,SAAS;IAEpB,EAAE,EAAG,MAAM,CAAC;IAGZ,KAAK,EAAG,MAAM,CAAC;IAGf,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,MAAM,EAAG,MAAM,CAAC;IAGhB,IAAI,EAAG,MAAM,CAAC;IAGd,YAAY,EAAG,MAAM,CAAC;IAGtB,IAAI,EAAG,MAAM,CAAC;IAGd,GAAG,CAAC,EAAE,MAAM,CAAC;IAGb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,gBAAgB,EAAG,MAAM,CAAC;IAG1B,UAAU,EAAG,cAAc,EAAE,CAAC;CAC/B"}
@@ -0,0 +1,73 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { Entity, PrimaryGeneratedColumn, Column, OneToMany } from 'typeorm';
11
+ import { UserBadgeModel } from './user-badge.model.js';
12
+ let UserModel = class UserModel {
13
+ id;
14
+ email;
15
+ phone;
16
+ pseudo;
17
+ role;
18
+ passwordHash;
19
+ salt;
20
+ bio;
21
+ logoPath;
22
+ totalImpactScore;
23
+ userBadges;
24
+ };
25
+ __decorate([
26
+ PrimaryGeneratedColumn('uuid'),
27
+ __metadata("design:type", String)
28
+ ], UserModel.prototype, "id", void 0);
29
+ __decorate([
30
+ Column({ type: 'varchar', length: 255, unique: true }),
31
+ __metadata("design:type", String)
32
+ ], UserModel.prototype, "email", void 0);
33
+ __decorate([
34
+ Column({ type: 'varchar', nullable: true }),
35
+ __metadata("design:type", String)
36
+ ], UserModel.prototype, "phone", void 0);
37
+ __decorate([
38
+ Column({ type: 'varchar', length: 255 }),
39
+ __metadata("design:type", String)
40
+ ], UserModel.prototype, "pseudo", void 0);
41
+ __decorate([
42
+ Column(),
43
+ __metadata("design:type", String)
44
+ ], UserModel.prototype, "role", void 0);
45
+ __decorate([
46
+ Column({ name: "password_hash" }),
47
+ __metadata("design:type", String)
48
+ ], UserModel.prototype, "passwordHash", void 0);
49
+ __decorate([
50
+ Column(),
51
+ __metadata("design:type", String)
52
+ ], UserModel.prototype, "salt", void 0);
53
+ __decorate([
54
+ Column({ type: 'text', nullable: true }),
55
+ __metadata("design:type", String)
56
+ ], UserModel.prototype, "bio", void 0);
57
+ __decorate([
58
+ Column({ type: 'varchar', nullable: true }),
59
+ __metadata("design:type", String)
60
+ ], UserModel.prototype, "logoPath", void 0);
61
+ __decorate([
62
+ Column({ type: 'int', default: 0, name: "total_impact_score" }),
63
+ __metadata("design:type", Number)
64
+ ], UserModel.prototype, "totalImpactScore", void 0);
65
+ __decorate([
66
+ OneToMany(() => UserBadgeModel, userBadge => userBadge.user),
67
+ __metadata("design:type", Array)
68
+ ], UserModel.prototype, "userBadges", void 0);
69
+ UserModel = __decorate([
70
+ Entity('users')
71
+ ], UserModel);
72
+ export { UserModel };
73
+ //# sourceMappingURL=user.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.model.js","sourceRoot":"","sources":["../../src/models/user.model.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC5E,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGhD,IAAM,SAAS,GAAf,MAAM,SAAS;IAEpB,EAAE,CAAU;IAGZ,KAAK,CAAU;IAGf,KAAK,CAAU;IAGf,MAAM,CAAU;IAGhB,IAAI,CAAU;IAGd,YAAY,CAAU;IAGtB,IAAI,CAAU;IAGd,GAAG,CAAU;IAGb,QAAQ,CAAU;IAGlB,gBAAgB,CAAU;IAG1B,UAAU,CAAoB;CAC/B,CAAA;AA/BC;IADC,sBAAsB,CAAC,MAAM,CAAC;;qCACnB;AAGZ;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;wCACxC;AAGf;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCAC7B;AAGf;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;yCACzB;AAGhB;IADC,MAAM,EAAE;;uCACK;AAGd;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,eAAe,EAAC,CAAC;;+CACX;AAGtB;IADC,MAAM,EAAE;;uCACK;AAGd;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC5B;AAGb;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CAC1B;AAGlB;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;;mDACtC;AAG1B;IADC,SAAS,CAAC,GAAG,EAAE,CAAC,cAAc,EAAE,SAAS,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC;;6CAC/B;AAhCnB,SAAS;IADrB,MAAM,CAAC,OAAO,CAAC;GACH,SAAS,CAiCrB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/domain-user",
3
- "version": "2.1.23",
3
+ "version": "2.2.0-next.20260416090321",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true