@tumaet/prompt-shared-state 1.0.0 → 1.0.2
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/interfaces/assessment/index.js +2 -0
- package/dist/interfaces/assessment/index.js.map +1 -0
- package/dist/interfaces/index.js +3 -0
- package/dist/interfaces/index.js.map +1 -1
- package/dist/interfaces/person/index.js +2 -0
- package/dist/interfaces/person/index.js.map +1 -0
- package/dist/interfaces/team/index.js +2 -0
- package/dist/interfaces/team/index.js.map +1 -0
- package/dist/types/interfaces/assessment/index.d.ts +1 -0
- package/dist/types/interfaces/index.d.ts +3 -0
- package/dist/types/interfaces/person/index.d.ts +1 -0
- package/dist/types/interfaces/team/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/interfaces/assessment/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
|
package/dist/interfaces/index.js
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
export * from './application';
|
|
2
|
+
export * from './assessment';
|
|
2
3
|
export * from './course';
|
|
3
4
|
export * from './coursePhase';
|
|
4
5
|
export * from './coursePhaseParticipation';
|
|
5
6
|
export * from './coursePhaseType';
|
|
6
7
|
export * from './mailing';
|
|
8
|
+
export * from './person';
|
|
7
9
|
export * from './roles';
|
|
8
10
|
export * from './student';
|
|
11
|
+
export * from './team';
|
|
9
12
|
export * from './user';
|
|
10
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,QAAQ,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,QAAQ,CAAA;AACtB,cAAc,QAAQ,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/interfaces/person/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/interfaces/team/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './scoreLevel';
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
export * from './application';
|
|
2
|
+
export * from './assessment';
|
|
2
3
|
export * from './course';
|
|
3
4
|
export * from './coursePhase';
|
|
4
5
|
export * from './coursePhaseParticipation';
|
|
5
6
|
export * from './coursePhaseType';
|
|
6
7
|
export * from './mailing';
|
|
8
|
+
export * from './person';
|
|
7
9
|
export * from './roles';
|
|
8
10
|
export * from './student';
|
|
11
|
+
export * from './team';
|
|
9
12
|
export * from './user';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './person';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './team';
|