@aldb2b/common 1.0.57 → 1.0.58
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,3 +1,4 @@
|
|
|
1
|
+
import { UserRole, UserType } from 'src';
|
|
1
2
|
import { Subjects } from './subjects';
|
|
2
3
|
export declare namespace UpdateUserEventInfo {
|
|
3
4
|
interface Context {
|
|
@@ -7,8 +8,8 @@ export declare namespace UpdateUserEventInfo {
|
|
|
7
8
|
interface Data {
|
|
8
9
|
email: string;
|
|
9
10
|
eventId: string;
|
|
10
|
-
role:
|
|
11
|
-
type:
|
|
11
|
+
role: UserRole;
|
|
12
|
+
type: UserType;
|
|
12
13
|
company?: string;
|
|
13
14
|
}
|
|
14
15
|
}
|
|
@@ -227,8 +227,8 @@
|
|
|
227
227
|
"affectsGlobalScope": false
|
|
228
228
|
},
|
|
229
229
|
"../src/events/update-user-event-info.interface.ts": {
|
|
230
|
-
"version": "
|
|
231
|
-
"signature": "
|
|
230
|
+
"version": "7e6aaaa180a553bc41d86568e665d6d3690477bb74872e4b0e2aba773d171d48",
|
|
231
|
+
"signature": "cbb77cc255d76c9279fc6c66467c03046bc63f2fb2c712257d46e2daecec44b6",
|
|
232
232
|
"affectsGlobalScope": false
|
|
233
233
|
},
|
|
234
234
|
"../node_modules/class-validator/types/validation/ValidationError.d.ts": {
|
|
@@ -10669,7 +10669,8 @@
|
|
|
10669
10669
|
"../src/events/subjects.ts"
|
|
10670
10670
|
],
|
|
10671
10671
|
"../src/events/update-user-event-info.interface.ts": [
|
|
10672
|
-
"../src/events/subjects.ts"
|
|
10672
|
+
"../src/events/subjects.ts",
|
|
10673
|
+
"../src/index.ts"
|
|
10673
10674
|
],
|
|
10674
10675
|
"../src/index.ts": [
|
|
10675
10676
|
"../src/db/CustomModel.ts",
|
|
@@ -15452,7 +15453,8 @@
|
|
|
15452
15453
|
"../src/events/subjects.ts"
|
|
15453
15454
|
],
|
|
15454
15455
|
"../src/events/update-user-event-info.interface.ts": [
|
|
15455
|
-
"../src/events/subjects.ts"
|
|
15456
|
+
"../src/events/subjects.ts",
|
|
15457
|
+
"../src/index.ts"
|
|
15456
15458
|
],
|
|
15457
15459
|
"../src/index.ts": [
|
|
15458
15460
|
"../src/db/CustomModel.ts",
|