@collctiv/l2s-models 1.0.84 → 1.0.85
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/events/notifications.d.ts +81 -0
- package/dist/events/notifications.d.ts.map +1 -0
- package/dist/events/notifications.js +149 -0
- package/dist/global/decorators.d.ts +1 -0
- package/dist/global/decorators.d.ts.map +1 -1
- package/dist/global/decorators.js +5 -0
- package/dist/global/interfaces.d.ts +3 -0
- package/dist/global/interfaces.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import type { IEvent } from "../global/interfaces.js";
|
|
2
|
+
import type { Country, Currency } from "../global/types.js";
|
|
3
|
+
import type { UserStatus } from "../entities/user.js";
|
|
4
|
+
import type { PotCategory } from "../entities/pot.js";
|
|
5
|
+
export declare class UserCreatedEvent implements IEvent {
|
|
6
|
+
event_date: Date;
|
|
7
|
+
first_name: string;
|
|
8
|
+
last_name: string;
|
|
9
|
+
full_name: string;
|
|
10
|
+
email: string;
|
|
11
|
+
country: Country;
|
|
12
|
+
currency: Currency;
|
|
13
|
+
status: UserStatus;
|
|
14
|
+
constructor(args?: Partial<UserCreatedEvent>);
|
|
15
|
+
}
|
|
16
|
+
export declare class UserUpdatedEvent implements IEvent {
|
|
17
|
+
event_date: Date;
|
|
18
|
+
first_name: string;
|
|
19
|
+
last_name: string;
|
|
20
|
+
full_name: string;
|
|
21
|
+
email: string;
|
|
22
|
+
country: Country;
|
|
23
|
+
currency: Currency;
|
|
24
|
+
status: UserStatus;
|
|
25
|
+
constructor(args?: Partial<UserUpdatedEvent>);
|
|
26
|
+
}
|
|
27
|
+
export declare class EmailVerificationRequestEvent implements IEvent {
|
|
28
|
+
event_date: Date;
|
|
29
|
+
verify_url: string;
|
|
30
|
+
constructor(args?: Partial<EmailVerificationRequestEvent>);
|
|
31
|
+
}
|
|
32
|
+
export declare class PasswordResetRequestEvent implements IEvent {
|
|
33
|
+
event_date: Date;
|
|
34
|
+
reset_url: string;
|
|
35
|
+
constructor(args?: Partial<PasswordResetRequestEvent>);
|
|
36
|
+
}
|
|
37
|
+
export declare class PotCreatedEvent implements IEvent {
|
|
38
|
+
event_date: Date;
|
|
39
|
+
name: string;
|
|
40
|
+
feature_image: string;
|
|
41
|
+
category: PotCategory;
|
|
42
|
+
constructor(args?: Partial<PotCreatedEvent>);
|
|
43
|
+
}
|
|
44
|
+
export declare class KycApprovedEvent implements IEvent {
|
|
45
|
+
event_date: Date;
|
|
46
|
+
constructor(args?: Partial<KycApprovedEvent>);
|
|
47
|
+
}
|
|
48
|
+
export declare class KycDeclinedEvent implements IEvent {
|
|
49
|
+
event_date: Date;
|
|
50
|
+
status: "retry" | "awaiting_review";
|
|
51
|
+
known_decline_codes: string[];
|
|
52
|
+
constructor(args?: Partial<KycDeclinedEvent>);
|
|
53
|
+
}
|
|
54
|
+
export declare class PaymentReceivedEvent implements IEvent {
|
|
55
|
+
event_date: Date;
|
|
56
|
+
amount: number;
|
|
57
|
+
fee: number;
|
|
58
|
+
tip: number;
|
|
59
|
+
transaction_id: string;
|
|
60
|
+
billing_name: string;
|
|
61
|
+
billing_email: string;
|
|
62
|
+
hide_name: boolean;
|
|
63
|
+
currency: Currency;
|
|
64
|
+
pot_name: string;
|
|
65
|
+
pot_feature_image: string;
|
|
66
|
+
pot_category: PotCategory;
|
|
67
|
+
constructor(args?: Partial<PaymentReceivedEvent>);
|
|
68
|
+
}
|
|
69
|
+
export declare class GiftCardOrderPlacedEvent implements IEvent {
|
|
70
|
+
event_date: Date;
|
|
71
|
+
order_no: string;
|
|
72
|
+
sub_total: number;
|
|
73
|
+
tax: number;
|
|
74
|
+
shipping: number;
|
|
75
|
+
grand_total: number;
|
|
76
|
+
shipping_type: string;
|
|
77
|
+
shipping_email: string;
|
|
78
|
+
shipping_name: string;
|
|
79
|
+
constructor(args?: Partial<GiftCardOrderPlacedEvent>);
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=notifications.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../events/notifications.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,149 @@
|
|
|
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 { Notification } from "../global/decorators.js";
|
|
11
|
+
let UserCreatedEvent = class UserCreatedEvent {
|
|
12
|
+
event_date;
|
|
13
|
+
first_name;
|
|
14
|
+
last_name;
|
|
15
|
+
full_name;
|
|
16
|
+
email;
|
|
17
|
+
country;
|
|
18
|
+
currency;
|
|
19
|
+
status;
|
|
20
|
+
constructor(args = {}) {
|
|
21
|
+
Object.assign(this, args);
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
UserCreatedEvent = __decorate([
|
|
25
|
+
Notification("user_created"),
|
|
26
|
+
__metadata("design:paramtypes", [Object])
|
|
27
|
+
], UserCreatedEvent);
|
|
28
|
+
export { UserCreatedEvent };
|
|
29
|
+
let UserUpdatedEvent = class UserUpdatedEvent {
|
|
30
|
+
event_date;
|
|
31
|
+
first_name;
|
|
32
|
+
last_name;
|
|
33
|
+
full_name;
|
|
34
|
+
email;
|
|
35
|
+
country;
|
|
36
|
+
currency;
|
|
37
|
+
status;
|
|
38
|
+
constructor(args = {}) {
|
|
39
|
+
Object.assign(this, args);
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
UserUpdatedEvent = __decorate([
|
|
43
|
+
Notification("user_updated"),
|
|
44
|
+
__metadata("design:paramtypes", [Object])
|
|
45
|
+
], UserUpdatedEvent);
|
|
46
|
+
export { UserUpdatedEvent };
|
|
47
|
+
let EmailVerificationRequestEvent = class EmailVerificationRequestEvent {
|
|
48
|
+
event_date;
|
|
49
|
+
verify_url;
|
|
50
|
+
constructor(args = {}) {
|
|
51
|
+
Object.assign(this, args);
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
EmailVerificationRequestEvent = __decorate([
|
|
55
|
+
Notification("email_verification_request"),
|
|
56
|
+
__metadata("design:paramtypes", [Object])
|
|
57
|
+
], EmailVerificationRequestEvent);
|
|
58
|
+
export { EmailVerificationRequestEvent };
|
|
59
|
+
let PasswordResetRequestEvent = class PasswordResetRequestEvent {
|
|
60
|
+
event_date;
|
|
61
|
+
reset_url;
|
|
62
|
+
constructor(args = {}) {
|
|
63
|
+
Object.assign(this, args);
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
PasswordResetRequestEvent = __decorate([
|
|
67
|
+
Notification("password_reset_request"),
|
|
68
|
+
__metadata("design:paramtypes", [Object])
|
|
69
|
+
], PasswordResetRequestEvent);
|
|
70
|
+
export { PasswordResetRequestEvent };
|
|
71
|
+
let PotCreatedEvent = class PotCreatedEvent {
|
|
72
|
+
event_date;
|
|
73
|
+
name;
|
|
74
|
+
feature_image;
|
|
75
|
+
category;
|
|
76
|
+
constructor(args = {}) {
|
|
77
|
+
Object.assign(this, args);
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
PotCreatedEvent = __decorate([
|
|
81
|
+
Notification("pot_created"),
|
|
82
|
+
__metadata("design:paramtypes", [Object])
|
|
83
|
+
], PotCreatedEvent);
|
|
84
|
+
export { PotCreatedEvent };
|
|
85
|
+
let KycApprovedEvent = class KycApprovedEvent {
|
|
86
|
+
event_date;
|
|
87
|
+
constructor(args = {}) {
|
|
88
|
+
Object.assign(this, args);
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
KycApprovedEvent = __decorate([
|
|
92
|
+
Notification("kyc_approved"),
|
|
93
|
+
__metadata("design:paramtypes", [Object])
|
|
94
|
+
], KycApprovedEvent);
|
|
95
|
+
export { KycApprovedEvent };
|
|
96
|
+
let KycDeclinedEvent = class KycDeclinedEvent {
|
|
97
|
+
event_date;
|
|
98
|
+
status;
|
|
99
|
+
known_decline_codes;
|
|
100
|
+
constructor(args = {}) {
|
|
101
|
+
Object.assign(this, args);
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
KycDeclinedEvent = __decorate([
|
|
105
|
+
Notification("kyc_declined"),
|
|
106
|
+
__metadata("design:paramtypes", [Object])
|
|
107
|
+
], KycDeclinedEvent);
|
|
108
|
+
export { KycDeclinedEvent };
|
|
109
|
+
let PaymentReceivedEvent = class PaymentReceivedEvent {
|
|
110
|
+
event_date;
|
|
111
|
+
amount;
|
|
112
|
+
fee;
|
|
113
|
+
tip;
|
|
114
|
+
transaction_id;
|
|
115
|
+
billing_name;
|
|
116
|
+
billing_email;
|
|
117
|
+
hide_name;
|
|
118
|
+
currency;
|
|
119
|
+
pot_name;
|
|
120
|
+
pot_feature_image;
|
|
121
|
+
pot_category;
|
|
122
|
+
constructor(args = {}) {
|
|
123
|
+
Object.assign(this, args);
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
PaymentReceivedEvent = __decorate([
|
|
127
|
+
Notification("payment_received"),
|
|
128
|
+
__metadata("design:paramtypes", [Object])
|
|
129
|
+
], PaymentReceivedEvent);
|
|
130
|
+
export { PaymentReceivedEvent };
|
|
131
|
+
let GiftCardOrderPlacedEvent = class GiftCardOrderPlacedEvent {
|
|
132
|
+
event_date;
|
|
133
|
+
order_no;
|
|
134
|
+
sub_total;
|
|
135
|
+
tax;
|
|
136
|
+
shipping;
|
|
137
|
+
grand_total;
|
|
138
|
+
shipping_type;
|
|
139
|
+
shipping_email;
|
|
140
|
+
shipping_name;
|
|
141
|
+
constructor(args = {}) {
|
|
142
|
+
Object.assign(this, args);
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
GiftCardOrderPlacedEvent = __decorate([
|
|
146
|
+
Notification("giftcard_order_placed"),
|
|
147
|
+
__metadata("design:paramtypes", [Object])
|
|
148
|
+
], GiftCardOrderPlacedEvent);
|
|
149
|
+
export { GiftCardOrderPlacedEvent };
|
|
@@ -2,6 +2,7 @@ import "reflect-metadata";
|
|
|
2
2
|
export declare const Collection: (value: string) => (target: any) => void;
|
|
3
3
|
export declare const Topic: (value: string) => (target: any) => void;
|
|
4
4
|
export declare const TransactionId: (property: string) => (target: any) => void;
|
|
5
|
+
export declare const Notification: (property: string) => (target: any) => void;
|
|
5
6
|
export declare const NotCreatable: () => (target: any, propertyKey: string) => void;
|
|
6
7
|
export declare const Immutable: () => (target: any, propertyKey: string) => void;
|
|
7
8
|
export declare const NotQueryable: () => (target: any, propertyKey: string) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorators.d.ts","sourceRoot":"","sources":["../../global/decorators.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAG1B,eAAO,MAAM,UAAU,GAAI,OAAO,MAAM,MAC5B,QAAQ,GAAG,SAOtB,CAAA;AAED,eAAO,MAAM,KAAK,GAAI,OAAO,MAAM,MACvB,QAAQ,GAAG,SAOtB,CAAA;AAED,eAAO,MAAM,aAAa,GAAI,UAAU,MAAM,MAClC,QAAQ,GAAG,SAOtB,CAAA;AAED,eAAO,MAAM,YAAY,SACb,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,SAAS,SACV,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,YAAY,SACb,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,SAAS,SACV,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,GAAG,EAAE,MAAM,UAAS,CAAC,MAChD,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS,GAAG,EAAE,MAAM,UAAS,CAAC,MACrD,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,OAAO,GAAI,UAAU,UAAS,GAAG,EAAE,eAAe,GAAG,MACtD,QAAQ,GAAG,SAGtB,CAAA;AAED,eAAO,MAAM,SAAS,SACV,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,QAAQ,SACT,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA"}
|
|
1
|
+
{"version":3,"file":"decorators.d.ts","sourceRoot":"","sources":["../../global/decorators.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAG1B,eAAO,MAAM,UAAU,GAAI,OAAO,MAAM,MAC5B,QAAQ,GAAG,SAOtB,CAAA;AAED,eAAO,MAAM,KAAK,GAAI,OAAO,MAAM,MACvB,QAAQ,GAAG,SAOtB,CAAA;AAED,eAAO,MAAM,aAAa,GAAI,UAAU,MAAM,MAClC,QAAQ,GAAG,SAOtB,CAAA;AAED,eAAO,MAAM,YAAY,GAAI,UAAU,MAAM,MACjC,QAAQ,GAAG,SAOtB,CAAA;AAED,eAAO,MAAM,YAAY,SACb,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,SAAS,SACV,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,YAAY,SACb,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,SAAS,SACV,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,GAAG,EAAE,MAAM,UAAS,CAAC,MAChD,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS,GAAG,EAAE,MAAM,UAAS,CAAC,MACrD,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,OAAO,GAAI,UAAU,UAAS,GAAG,EAAE,eAAe,GAAG,MACtD,QAAQ,GAAG,SAGtB,CAAA;AAED,eAAO,MAAM,SAAS,SACV,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA;AAED,eAAO,MAAM,QAAQ,SACT,QAAQ,GAAG,EAAE,aAAa,MAAM,SAQ3C,CAAA"}
|
|
@@ -15,6 +15,11 @@ export const TransactionId = (property) => {
|
|
|
15
15
|
Reflect.defineMetadata(`TransactionId`, property, target);
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
+
export const Notification = (property) => {
|
|
19
|
+
return (target) => {
|
|
20
|
+
Reflect.defineMetadata(`Notification`, property, target);
|
|
21
|
+
};
|
|
22
|
+
};
|
|
18
23
|
export const NotCreatable = () => {
|
|
19
24
|
return (target, propertyKey) => {
|
|
20
25
|
Reflect.defineMetadata(`NotCreatable`, true, target, propertyKey);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../global/interfaces.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,WAAW;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,UAAU;IACvB,WAAW,EAAE,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IACxB,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;CAC9B;AAED,MAAM,WAAW,WAAW;IACxB,WAAW,EAAE,IAAI,CAAC;IAClB,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;CAC9B;AAED,MAAM,WAAW,WAAW;IACxB,QAAQ,EAAE,GAAG,CAAC;CACjB"}
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../global/interfaces.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,WAAW;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,UAAU;IACvB,WAAW,EAAE,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IACxB,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;CAC9B;AAED,MAAM,WAAW,WAAW;IACxB,WAAW,EAAE,IAAI,CAAC;IAClB,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;CAC9B;AAED,MAAM,WAAW,WAAW;IACxB,QAAQ,EAAE,GAAG,CAAC;CACjB;AAED,MAAM,WAAW,MAAM;IACnB,UAAU,EAAE,IAAI,CAAC;CACpB"}
|
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export * from "./entities/paymentRequest.js";
|
|
|
12
12
|
export * from "./entities/pot.js";
|
|
13
13
|
export * from "./entities/settings.js";
|
|
14
14
|
export * from "./entities/user.js";
|
|
15
|
+
export * from "./events/notifications.js";
|
|
15
16
|
export * from "./global/balance.js";
|
|
16
17
|
export * from "./global/decorators.js";
|
|
17
18
|
export * from "./global/enums.js";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AACA,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AACA,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,2BAA2B,CAAC;AAE1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -12,6 +12,7 @@ export * from "./entities/paymentRequest.js";
|
|
|
12
12
|
export * from "./entities/pot.js";
|
|
13
13
|
export * from "./entities/settings.js";
|
|
14
14
|
export * from "./entities/user.js";
|
|
15
|
+
export * from "./events/notifications.js";
|
|
15
16
|
export * from "./global/balance.js";
|
|
16
17
|
export * from "./global/decorators.js";
|
|
17
18
|
export * from "./global/enums.js";
|