@lssm/module.learning-journey 0.0.0-canary-20251217060834 → 0.0.0-canary-20251217063201
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/contracts/models.d.ts +118 -118
- package/dist/contracts/models.js +1 -1
- package/dist/contracts/onboarding.d.ts +168 -168
- package/dist/contracts/onboarding.js +1 -1
- package/dist/contracts/operations.d.ts +71 -71
- package/dist/contracts/operations.js +1 -1
- package/dist/docs/learning-journey.docblock.js +1 -1
- package/dist/entities/ai.d.ts +200 -200
- package/dist/entities/ai.js +1 -1
- package/dist/entities/course.d.ts +150 -150
- package/dist/entities/course.js +1 -1
- package/dist/entities/flashcard.d.ts +145 -145
- package/dist/entities/flashcard.js +1 -1
- package/dist/entities/gamification.d.ts +198 -198
- package/dist/entities/gamification.js +1 -1
- package/dist/entities/index.d.ts +605 -605
- package/dist/entities/learner.d.ts +192 -192
- package/dist/entities/learner.js +1 -1
- package/dist/entities/onboarding.d.ts +165 -165
- package/dist/entities/onboarding.js +1 -1
- package/dist/entities/quiz.d.ts +185 -185
- package/dist/entities/quiz.js +1 -1
- package/dist/events.d.ts +213 -213
- package/dist/events.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/libs/contracts/dist/capabilities/openbanking.js +1 -0
- package/dist/libs/contracts/dist/client/index.js +1 -0
- package/dist/libs/contracts/dist/client/react/feature-render.js +1 -0
- package/dist/libs/contracts/dist/client/react/form-render.js +1 -0
- package/dist/libs/contracts/dist/client/react/index.js +1 -0
- package/dist/libs/contracts/dist/contract-registry/index.js +1 -0
- package/dist/libs/contracts/dist/contract-registry/schemas.js +1 -0
- package/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +76 -0
- package/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +350 -0
- package/dist/libs/contracts/dist/docs/index.js +1 -0
- package/dist/libs/contracts/dist/docs/presentations.js +1 -0
- package/dist/libs/contracts/dist/docs/registry.js +1 -0
- package/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +383 -0
- package/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +68 -0
- package/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +140 -0
- package/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +86 -0
- package/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +1 -0
- package/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +58 -0
- package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +38 -0
- package/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +213 -0
- package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +289 -0
- package/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +1 -0
- package/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +1 -0
- package/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +262 -0
- package/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +1 -0
- package/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +57 -0
- package/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +63 -0
- package/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +36 -0
- package/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +1 -0
- package/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +20 -0
- package/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +65 -0
- package/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +1 -0
- package/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +41 -0
- package/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +122 -0
- package/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +1 -0
- package/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +68 -0
- package/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +1 -0
- package/dist/libs/contracts/dist/events.js +1 -0
- package/dist/libs/contracts/dist/experiments/evaluator.js +1 -0
- package/dist/libs/contracts/dist/index.js +1 -0
- package/dist/libs/contracts/dist/install.js +1 -0
- package/dist/libs/contracts/dist/integrations/contracts.js +1 -0
- package/dist/libs/contracts/dist/integrations/index.js +1 -0
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -0
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +1 -0
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/index.js +1 -0
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -0
- package/dist/libs/contracts/dist/integrations/openbanking/models.js +1 -0
- package/dist/libs/contracts/dist/integrations/openbanking/telemetry.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/elevenlabs.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/gcs-storage.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/gmail.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/google-calendar.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/index.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/mistral.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/postmark.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/powens.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/qdrant.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/registry.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/stripe.js +1 -0
- package/dist/libs/contracts/dist/integrations/providers/twilio-sms.js +1 -0
- package/dist/libs/contracts/dist/jsonschema.js +1 -0
- package/dist/libs/contracts/dist/knowledge/contracts.js +1 -0
- package/dist/libs/contracts/dist/knowledge/index.js +1 -0
- package/dist/libs/contracts/dist/knowledge/spaces/email-threads.js +1 -0
- package/dist/libs/contracts/dist/knowledge/spaces/financial-docs.js +1 -0
- package/dist/libs/contracts/dist/knowledge/spaces/financial-overview.js +1 -0
- package/dist/libs/contracts/dist/knowledge/spaces/index.js +1 -0
- package/dist/libs/contracts/dist/knowledge/spaces/product-canon.js +1 -0
- package/dist/libs/contracts/dist/knowledge/spaces/support-faq.js +1 -0
- package/dist/libs/contracts/dist/knowledge/spaces/uploaded-docs.js +1 -0
- package/dist/libs/contracts/dist/llm/exporters.js +1 -0
- package/dist/libs/contracts/dist/llm/index.js +1 -0
- package/dist/libs/contracts/dist/llm/prompts.js +1 -0
- package/dist/libs/contracts/dist/onboarding-base.js +1 -0
- package/dist/libs/contracts/dist/openapi.js +1 -0
- package/dist/libs/contracts/dist/ownership.js +1 -0
- package/dist/libs/contracts/dist/presentations.js +1 -0
- package/dist/libs/contracts/dist/presentations.v2.js +1 -0
- package/dist/libs/contracts/dist/prompt.js +1 -0
- package/dist/libs/contracts/dist/promptRegistry.js +1 -0
- package/dist/libs/contracts/dist/regenerator/index.js +1 -0
- package/dist/libs/contracts/dist/regenerator/service.js +1 -0
- package/dist/libs/contracts/dist/registry.js +1 -0
- package/dist/libs/contracts/dist/resources.js +1 -0
- package/dist/libs/contracts/dist/schema/dist/EnumType.js +1 -0
- package/dist/libs/contracts/dist/schema/dist/FieldType.js +1 -0
- package/dist/libs/contracts/dist/schema/dist/ScalarTypeEnum.js +1 -0
- package/dist/libs/contracts/dist/schema/dist/SchemaModel.js +1 -0
- package/dist/libs/contracts/dist/schema/dist/entity/defineEntity.js +1 -0
- package/dist/libs/contracts/dist/schema/dist/entity/index.js +1 -0
- package/dist/libs/contracts/dist/schema/dist/entity/types.js +1 -0
- package/dist/libs/contracts/dist/schema/dist/index.js +1 -0
- package/dist/libs/contracts/dist/server/graphql-pothos.js +1 -0
- package/dist/libs/contracts/dist/server/index.js +1 -0
- package/dist/libs/contracts/dist/server/mcp/createMcpServer.js +1 -0
- package/dist/libs/contracts/dist/server/mcp/registerPresentations.js +1 -0
- package/dist/libs/contracts/dist/server/mcp/registerPrompts.js +1 -0
- package/dist/libs/contracts/dist/server/mcp/registerResources.js +1 -0
- package/dist/libs/contracts/dist/server/mcp/registerTools.js +1 -0
- package/dist/libs/contracts/dist/server/provider-mcp.js +1 -0
- package/dist/libs/contracts/dist/server/rest-elysia.js +1 -0
- package/dist/libs/contracts/dist/server/rest-express.js +1 -0
- package/dist/libs/contracts/dist/server/rest-generic.js +1 -0
- package/dist/libs/contracts/dist/server/rest-next-app.js +1 -0
- package/dist/libs/contracts/dist/server/rest-next-pages.js +1 -0
- package/dist/libs/contracts/dist/spec.js +1 -0
- package/dist/libs/contracts/dist/telemetry/index.js +1 -0
- package/dist/libs/contracts/dist/telemetry/tracker.js +1 -0
- package/dist/libs/contracts/dist/tests/index.js +1 -0
- package/dist/libs/contracts/dist/tests/runner.js +1 -0
- package/dist/libs/contracts/dist/workflow/index.js +1 -0
- package/dist/libs/contracts/dist/workflow/runner.js +1 -0
- package/dist/libs/schema/dist/EnumType.js +1 -0
- package/dist/libs/schema/dist/FieldType.js +1 -0
- package/dist/libs/schema/dist/ScalarTypeEnum.js +1 -0
- package/dist/libs/schema/dist/SchemaModel.js +1 -0
- package/dist/libs/schema/dist/entity/defineEntity.js +1 -0
- package/dist/libs/schema/dist/entity/index.js +1 -0
- package/dist/libs/schema/dist/entity/types.js +1 -0
- package/dist/libs/schema/dist/index.js +1 -0
- package/package.json +5 -5
package/dist/events.d.ts
CHANGED
|
@@ -1,396 +1,396 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema0 from "@lssm/lib.schema";
|
|
2
2
|
import * as _lssm_lib_contracts0 from "@lssm/lib.contracts";
|
|
3
3
|
|
|
4
4
|
//#region src/events.d.ts
|
|
5
|
-
declare const CoursePublishedEvent: _lssm_lib_contracts0.EventSpec<
|
|
5
|
+
declare const CoursePublishedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
6
6
|
courseId: {
|
|
7
|
-
type:
|
|
7
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
8
8
|
isOptional: false;
|
|
9
9
|
};
|
|
10
10
|
title: {
|
|
11
|
-
type:
|
|
11
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
12
12
|
isOptional: false;
|
|
13
13
|
};
|
|
14
14
|
authorId: {
|
|
15
|
-
type:
|
|
15
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
16
16
|
isOptional: false;
|
|
17
17
|
};
|
|
18
18
|
publishedAt: {
|
|
19
|
-
type:
|
|
19
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
20
20
|
isOptional: false;
|
|
21
21
|
};
|
|
22
22
|
}>>;
|
|
23
|
-
declare const EnrollmentCreatedEvent: _lssm_lib_contracts0.EventSpec<
|
|
23
|
+
declare const EnrollmentCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
24
24
|
enrollmentId: {
|
|
25
|
-
type:
|
|
25
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
26
26
|
isOptional: false;
|
|
27
27
|
};
|
|
28
28
|
learnerId: {
|
|
29
|
-
type:
|
|
29
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
30
30
|
isOptional: false;
|
|
31
31
|
};
|
|
32
32
|
courseId: {
|
|
33
|
-
type:
|
|
33
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
34
34
|
isOptional: false;
|
|
35
35
|
};
|
|
36
36
|
enrolledAt: {
|
|
37
|
-
type:
|
|
37
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
38
38
|
isOptional: false;
|
|
39
39
|
};
|
|
40
40
|
}>>;
|
|
41
|
-
declare const LessonCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
41
|
+
declare const LessonCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
42
42
|
learnerId: {
|
|
43
|
-
type:
|
|
43
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
44
44
|
isOptional: false;
|
|
45
45
|
};
|
|
46
46
|
lessonId: {
|
|
47
|
-
type:
|
|
47
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
49
49
|
};
|
|
50
50
|
courseId: {
|
|
51
|
-
type:
|
|
51
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
52
52
|
isOptional: false;
|
|
53
53
|
};
|
|
54
54
|
score: {
|
|
55
|
-
type:
|
|
55
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
56
56
|
isOptional: true;
|
|
57
57
|
};
|
|
58
58
|
xpEarned: {
|
|
59
|
-
type:
|
|
59
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
60
60
|
isOptional: false;
|
|
61
61
|
};
|
|
62
62
|
timeSpent: {
|
|
63
|
-
type:
|
|
63
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
64
64
|
isOptional: false;
|
|
65
65
|
};
|
|
66
66
|
completedAt: {
|
|
67
|
-
type:
|
|
67
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
68
68
|
isOptional: false;
|
|
69
69
|
};
|
|
70
70
|
}>>;
|
|
71
|
-
declare const CourseCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
71
|
+
declare const CourseCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
72
72
|
learnerId: {
|
|
73
|
-
type:
|
|
73
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
74
74
|
isOptional: false;
|
|
75
75
|
};
|
|
76
76
|
courseId: {
|
|
77
|
-
type:
|
|
77
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
78
78
|
isOptional: false;
|
|
79
79
|
};
|
|
80
80
|
enrollmentId: {
|
|
81
|
-
type:
|
|
81
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
82
82
|
isOptional: false;
|
|
83
83
|
};
|
|
84
84
|
score: {
|
|
85
|
-
type:
|
|
85
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
86
86
|
isOptional: true;
|
|
87
87
|
};
|
|
88
88
|
xpEarned: {
|
|
89
|
-
type:
|
|
89
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
90
90
|
isOptional: false;
|
|
91
91
|
};
|
|
92
92
|
certificateId: {
|
|
93
|
-
type:
|
|
93
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
94
94
|
isOptional: true;
|
|
95
95
|
};
|
|
96
96
|
completedAt: {
|
|
97
|
-
type:
|
|
97
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
98
98
|
isOptional: false;
|
|
99
99
|
};
|
|
100
100
|
}>>;
|
|
101
|
-
declare const OnboardingStartedEvent: _lssm_lib_contracts0.EventSpec<
|
|
101
|
+
declare const OnboardingStartedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
102
102
|
learnerId: {
|
|
103
|
-
type:
|
|
103
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
104
104
|
isOptional: false;
|
|
105
105
|
};
|
|
106
106
|
trackId: {
|
|
107
|
-
type:
|
|
107
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
108
108
|
isOptional: false;
|
|
109
109
|
};
|
|
110
110
|
productId: {
|
|
111
|
-
type:
|
|
111
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
112
112
|
isOptional: false;
|
|
113
113
|
};
|
|
114
114
|
startedAt: {
|
|
115
|
-
type:
|
|
115
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
116
116
|
isOptional: false;
|
|
117
117
|
};
|
|
118
118
|
}>>;
|
|
119
|
-
declare const OnboardingStepCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
119
|
+
declare const OnboardingStepCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
120
120
|
learnerId: {
|
|
121
|
-
type:
|
|
121
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
122
122
|
isOptional: false;
|
|
123
123
|
};
|
|
124
124
|
trackId: {
|
|
125
|
-
type:
|
|
125
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
126
126
|
isOptional: false;
|
|
127
127
|
};
|
|
128
128
|
stepId: {
|
|
129
|
-
type:
|
|
129
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
130
130
|
isOptional: false;
|
|
131
131
|
};
|
|
132
132
|
triggeringEvent: {
|
|
133
|
-
type:
|
|
133
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
134
134
|
isOptional: true;
|
|
135
135
|
};
|
|
136
136
|
xpEarned: {
|
|
137
|
-
type:
|
|
137
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
138
138
|
isOptional: false;
|
|
139
139
|
};
|
|
140
140
|
completedAt: {
|
|
141
|
-
type:
|
|
141
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
142
142
|
isOptional: false;
|
|
143
143
|
};
|
|
144
144
|
}>>;
|
|
145
|
-
declare const OnboardingCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
145
|
+
declare const OnboardingCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
146
146
|
learnerId: {
|
|
147
|
-
type:
|
|
147
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
148
148
|
isOptional: false;
|
|
149
149
|
};
|
|
150
150
|
trackId: {
|
|
151
|
-
type:
|
|
151
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
152
152
|
isOptional: false;
|
|
153
153
|
};
|
|
154
154
|
productId: {
|
|
155
|
-
type:
|
|
155
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
156
156
|
isOptional: false;
|
|
157
157
|
};
|
|
158
158
|
xpEarned: {
|
|
159
|
-
type:
|
|
159
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
160
160
|
isOptional: false;
|
|
161
161
|
};
|
|
162
162
|
completedAt: {
|
|
163
|
-
type:
|
|
163
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
164
164
|
isOptional: false;
|
|
165
165
|
};
|
|
166
166
|
}>>;
|
|
167
|
-
declare const CardReviewedEvent: _lssm_lib_contracts0.EventSpec<
|
|
167
|
+
declare const CardReviewedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
168
168
|
learnerId: {
|
|
169
|
-
type:
|
|
169
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
170
170
|
isOptional: false;
|
|
171
171
|
};
|
|
172
172
|
cardId: {
|
|
173
|
-
type:
|
|
173
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
174
174
|
isOptional: false;
|
|
175
175
|
};
|
|
176
176
|
deckId: {
|
|
177
|
-
type:
|
|
177
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
178
178
|
isOptional: false;
|
|
179
179
|
};
|
|
180
180
|
rating: {
|
|
181
|
-
type:
|
|
181
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
182
182
|
isOptional: false;
|
|
183
183
|
};
|
|
184
184
|
responseTimeMs: {
|
|
185
|
-
type:
|
|
185
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
186
186
|
isOptional: true;
|
|
187
187
|
};
|
|
188
188
|
reviewedAt: {
|
|
189
|
-
type:
|
|
189
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
190
190
|
isOptional: false;
|
|
191
191
|
};
|
|
192
192
|
}>>;
|
|
193
|
-
declare const QuizStartedEvent: _lssm_lib_contracts0.EventSpec<
|
|
193
|
+
declare const QuizStartedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
194
194
|
learnerId: {
|
|
195
|
-
type:
|
|
195
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
196
196
|
isOptional: false;
|
|
197
197
|
};
|
|
198
198
|
quizId: {
|
|
199
|
-
type:
|
|
199
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
200
200
|
isOptional: false;
|
|
201
201
|
};
|
|
202
202
|
attemptId: {
|
|
203
|
-
type:
|
|
203
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
204
204
|
isOptional: false;
|
|
205
205
|
};
|
|
206
206
|
attemptNumber: {
|
|
207
|
-
type:
|
|
207
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
208
208
|
isOptional: false;
|
|
209
209
|
};
|
|
210
210
|
startedAt: {
|
|
211
|
-
type:
|
|
211
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
212
212
|
isOptional: false;
|
|
213
213
|
};
|
|
214
214
|
}>>;
|
|
215
|
-
declare const QuizCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
215
|
+
declare const QuizCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
216
216
|
learnerId: {
|
|
217
|
-
type:
|
|
217
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
218
218
|
isOptional: false;
|
|
219
219
|
};
|
|
220
220
|
quizId: {
|
|
221
|
-
type:
|
|
221
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
222
222
|
isOptional: false;
|
|
223
223
|
};
|
|
224
224
|
attemptId: {
|
|
225
|
-
type:
|
|
225
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
226
226
|
isOptional: false;
|
|
227
227
|
};
|
|
228
228
|
score: {
|
|
229
|
-
type:
|
|
229
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
230
230
|
isOptional: false;
|
|
231
231
|
};
|
|
232
232
|
percentageScore: {
|
|
233
|
-
type:
|
|
233
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
234
234
|
isOptional: false;
|
|
235
235
|
};
|
|
236
236
|
passed: {
|
|
237
|
-
type:
|
|
237
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
238
238
|
isOptional: false;
|
|
239
239
|
};
|
|
240
240
|
xpEarned: {
|
|
241
|
-
type:
|
|
241
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
242
242
|
isOptional: false;
|
|
243
243
|
};
|
|
244
244
|
timeSpent: {
|
|
245
|
-
type:
|
|
245
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
246
246
|
isOptional: false;
|
|
247
247
|
};
|
|
248
248
|
completedAt: {
|
|
249
|
-
type:
|
|
249
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
250
250
|
isOptional: false;
|
|
251
251
|
};
|
|
252
252
|
}>>;
|
|
253
|
-
declare const XpEarnedEvent: _lssm_lib_contracts0.EventSpec<
|
|
253
|
+
declare const XpEarnedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
254
254
|
learnerId: {
|
|
255
|
-
type:
|
|
255
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
256
256
|
isOptional: false;
|
|
257
257
|
};
|
|
258
258
|
amount: {
|
|
259
|
-
type:
|
|
259
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
260
260
|
isOptional: false;
|
|
261
261
|
};
|
|
262
262
|
source: {
|
|
263
|
-
type:
|
|
263
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
264
264
|
isOptional: false;
|
|
265
265
|
};
|
|
266
266
|
sourceId: {
|
|
267
|
-
type:
|
|
267
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
268
268
|
isOptional: true;
|
|
269
269
|
};
|
|
270
270
|
totalXp: {
|
|
271
|
-
type:
|
|
271
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
272
272
|
isOptional: false;
|
|
273
273
|
};
|
|
274
274
|
earnedAt: {
|
|
275
|
-
type:
|
|
275
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
276
276
|
isOptional: false;
|
|
277
277
|
};
|
|
278
278
|
}>>;
|
|
279
|
-
declare const LevelUpEvent: _lssm_lib_contracts0.EventSpec<
|
|
279
|
+
declare const LevelUpEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
280
280
|
learnerId: {
|
|
281
|
-
type:
|
|
281
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
282
282
|
isOptional: false;
|
|
283
283
|
};
|
|
284
284
|
previousLevel: {
|
|
285
|
-
type:
|
|
285
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
286
286
|
isOptional: false;
|
|
287
287
|
};
|
|
288
288
|
newLevel: {
|
|
289
|
-
type:
|
|
289
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
290
290
|
isOptional: false;
|
|
291
291
|
};
|
|
292
292
|
totalXp: {
|
|
293
|
-
type:
|
|
293
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
294
294
|
isOptional: false;
|
|
295
295
|
};
|
|
296
296
|
leveledUpAt: {
|
|
297
|
-
type:
|
|
297
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
298
298
|
isOptional: false;
|
|
299
299
|
};
|
|
300
300
|
}>>;
|
|
301
|
-
declare const StreakUpdatedEvent: _lssm_lib_contracts0.EventSpec<
|
|
301
|
+
declare const StreakUpdatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
302
302
|
learnerId: {
|
|
303
|
-
type:
|
|
303
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
304
304
|
isOptional: false;
|
|
305
305
|
};
|
|
306
306
|
previousStreak: {
|
|
307
|
-
type:
|
|
307
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
308
308
|
isOptional: false;
|
|
309
309
|
};
|
|
310
310
|
currentStreak: {
|
|
311
|
-
type:
|
|
311
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
312
312
|
isOptional: false;
|
|
313
313
|
};
|
|
314
314
|
longestStreak: {
|
|
315
|
-
type:
|
|
315
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
316
316
|
isOptional: false;
|
|
317
317
|
};
|
|
318
318
|
freezeUsed: {
|
|
319
|
-
type:
|
|
319
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
320
320
|
isOptional: false;
|
|
321
321
|
};
|
|
322
322
|
updatedAt: {
|
|
323
|
-
type:
|
|
323
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
324
324
|
isOptional: false;
|
|
325
325
|
};
|
|
326
326
|
}>>;
|
|
327
|
-
declare const AchievementUnlockedEvent: _lssm_lib_contracts0.EventSpec<
|
|
327
|
+
declare const AchievementUnlockedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
328
328
|
learnerId: {
|
|
329
|
-
type:
|
|
329
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
330
330
|
isOptional: false;
|
|
331
331
|
};
|
|
332
332
|
achievementId: {
|
|
333
|
-
type:
|
|
333
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
334
334
|
isOptional: false;
|
|
335
335
|
};
|
|
336
336
|
achievementKey: {
|
|
337
|
-
type:
|
|
337
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
338
338
|
isOptional: false;
|
|
339
339
|
};
|
|
340
340
|
achievementName: {
|
|
341
|
-
type:
|
|
341
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
342
342
|
isOptional: false;
|
|
343
343
|
};
|
|
344
344
|
xpEarned: {
|
|
345
|
-
type:
|
|
345
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
346
346
|
isOptional: false;
|
|
347
347
|
};
|
|
348
348
|
unlockedAt: {
|
|
349
|
-
type:
|
|
349
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
350
350
|
isOptional: false;
|
|
351
351
|
};
|
|
352
352
|
}>>;
|
|
353
|
-
declare const DailyGoalCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
353
|
+
declare const DailyGoalCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
354
354
|
learnerId: {
|
|
355
|
-
type:
|
|
355
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
356
356
|
isOptional: false;
|
|
357
357
|
};
|
|
358
358
|
date: {
|
|
359
|
-
type:
|
|
359
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
360
360
|
isOptional: false;
|
|
361
361
|
};
|
|
362
362
|
targetXp: {
|
|
363
|
-
type:
|
|
363
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
364
364
|
isOptional: false;
|
|
365
365
|
};
|
|
366
366
|
actualXp: {
|
|
367
|
-
type:
|
|
367
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
368
368
|
isOptional: false;
|
|
369
369
|
};
|
|
370
370
|
completedAt: {
|
|
371
|
-
type:
|
|
371
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
372
372
|
isOptional: false;
|
|
373
373
|
};
|
|
374
374
|
}>>;
|
|
375
|
-
declare const CertificateIssuedEvent: _lssm_lib_contracts0.EventSpec<
|
|
375
|
+
declare const CertificateIssuedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
376
376
|
certificateId: {
|
|
377
|
-
type:
|
|
377
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
378
378
|
isOptional: false;
|
|
379
379
|
};
|
|
380
380
|
learnerId: {
|
|
381
|
-
type:
|
|
381
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
382
382
|
isOptional: false;
|
|
383
383
|
};
|
|
384
384
|
courseId: {
|
|
385
|
-
type:
|
|
385
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
386
386
|
isOptional: false;
|
|
387
387
|
};
|
|
388
388
|
certificateNumber: {
|
|
389
|
-
type:
|
|
389
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
390
390
|
isOptional: false;
|
|
391
391
|
};
|
|
392
392
|
issuedAt: {
|
|
393
|
-
type:
|
|
393
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
394
394
|
isOptional: false;
|
|
395
395
|
};
|
|
396
396
|
}>>;
|
|
@@ -398,395 +398,395 @@ declare const CertificateIssuedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_s
|
|
|
398
398
|
* All learning journey events.
|
|
399
399
|
*/
|
|
400
400
|
declare const LearningJourneyEvents: {
|
|
401
|
-
CoursePublishedEvent: _lssm_lib_contracts0.EventSpec<
|
|
401
|
+
CoursePublishedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
402
402
|
courseId: {
|
|
403
|
-
type:
|
|
403
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
404
404
|
isOptional: false;
|
|
405
405
|
};
|
|
406
406
|
title: {
|
|
407
|
-
type:
|
|
407
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
408
408
|
isOptional: false;
|
|
409
409
|
};
|
|
410
410
|
authorId: {
|
|
411
|
-
type:
|
|
411
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
412
412
|
isOptional: false;
|
|
413
413
|
};
|
|
414
414
|
publishedAt: {
|
|
415
|
-
type:
|
|
415
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
416
416
|
isOptional: false;
|
|
417
417
|
};
|
|
418
418
|
}>>;
|
|
419
|
-
EnrollmentCreatedEvent: _lssm_lib_contracts0.EventSpec<
|
|
419
|
+
EnrollmentCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
420
420
|
enrollmentId: {
|
|
421
|
-
type:
|
|
421
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
422
422
|
isOptional: false;
|
|
423
423
|
};
|
|
424
424
|
learnerId: {
|
|
425
|
-
type:
|
|
425
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
426
426
|
isOptional: false;
|
|
427
427
|
};
|
|
428
428
|
courseId: {
|
|
429
|
-
type:
|
|
429
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
430
430
|
isOptional: false;
|
|
431
431
|
};
|
|
432
432
|
enrolledAt: {
|
|
433
|
-
type:
|
|
433
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
434
434
|
isOptional: false;
|
|
435
435
|
};
|
|
436
436
|
}>>;
|
|
437
|
-
LessonCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
437
|
+
LessonCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
438
438
|
learnerId: {
|
|
439
|
-
type:
|
|
439
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
440
440
|
isOptional: false;
|
|
441
441
|
};
|
|
442
442
|
lessonId: {
|
|
443
|
-
type:
|
|
443
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
444
444
|
isOptional: false;
|
|
445
445
|
};
|
|
446
446
|
courseId: {
|
|
447
|
-
type:
|
|
447
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
448
448
|
isOptional: false;
|
|
449
449
|
};
|
|
450
450
|
score: {
|
|
451
|
-
type:
|
|
451
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
452
452
|
isOptional: true;
|
|
453
453
|
};
|
|
454
454
|
xpEarned: {
|
|
455
|
-
type:
|
|
455
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
456
456
|
isOptional: false;
|
|
457
457
|
};
|
|
458
458
|
timeSpent: {
|
|
459
|
-
type:
|
|
459
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
460
460
|
isOptional: false;
|
|
461
461
|
};
|
|
462
462
|
completedAt: {
|
|
463
|
-
type:
|
|
463
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
464
464
|
isOptional: false;
|
|
465
465
|
};
|
|
466
466
|
}>>;
|
|
467
|
-
CourseCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
467
|
+
CourseCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
468
468
|
learnerId: {
|
|
469
|
-
type:
|
|
469
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
470
470
|
isOptional: false;
|
|
471
471
|
};
|
|
472
472
|
courseId: {
|
|
473
|
-
type:
|
|
473
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
474
474
|
isOptional: false;
|
|
475
475
|
};
|
|
476
476
|
enrollmentId: {
|
|
477
|
-
type:
|
|
477
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
478
478
|
isOptional: false;
|
|
479
479
|
};
|
|
480
480
|
score: {
|
|
481
|
-
type:
|
|
481
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
482
482
|
isOptional: true;
|
|
483
483
|
};
|
|
484
484
|
xpEarned: {
|
|
485
|
-
type:
|
|
485
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
486
486
|
isOptional: false;
|
|
487
487
|
};
|
|
488
488
|
certificateId: {
|
|
489
|
-
type:
|
|
489
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
490
490
|
isOptional: true;
|
|
491
491
|
};
|
|
492
492
|
completedAt: {
|
|
493
|
-
type:
|
|
493
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
494
494
|
isOptional: false;
|
|
495
495
|
};
|
|
496
496
|
}>>;
|
|
497
|
-
OnboardingStartedEvent: _lssm_lib_contracts0.EventSpec<
|
|
497
|
+
OnboardingStartedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
498
498
|
learnerId: {
|
|
499
|
-
type:
|
|
499
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
500
500
|
isOptional: false;
|
|
501
501
|
};
|
|
502
502
|
trackId: {
|
|
503
|
-
type:
|
|
503
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
504
504
|
isOptional: false;
|
|
505
505
|
};
|
|
506
506
|
productId: {
|
|
507
|
-
type:
|
|
507
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
508
508
|
isOptional: false;
|
|
509
509
|
};
|
|
510
510
|
startedAt: {
|
|
511
|
-
type:
|
|
511
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
512
512
|
isOptional: false;
|
|
513
513
|
};
|
|
514
514
|
}>>;
|
|
515
|
-
OnboardingStepCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
515
|
+
OnboardingStepCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
516
516
|
learnerId: {
|
|
517
|
-
type:
|
|
517
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
518
518
|
isOptional: false;
|
|
519
519
|
};
|
|
520
520
|
trackId: {
|
|
521
|
-
type:
|
|
521
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
522
522
|
isOptional: false;
|
|
523
523
|
};
|
|
524
524
|
stepId: {
|
|
525
|
-
type:
|
|
525
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
526
526
|
isOptional: false;
|
|
527
527
|
};
|
|
528
528
|
triggeringEvent: {
|
|
529
|
-
type:
|
|
529
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
530
530
|
isOptional: true;
|
|
531
531
|
};
|
|
532
532
|
xpEarned: {
|
|
533
|
-
type:
|
|
533
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
534
534
|
isOptional: false;
|
|
535
535
|
};
|
|
536
536
|
completedAt: {
|
|
537
|
-
type:
|
|
537
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
538
538
|
isOptional: false;
|
|
539
539
|
};
|
|
540
540
|
}>>;
|
|
541
|
-
OnboardingCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
541
|
+
OnboardingCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
542
542
|
learnerId: {
|
|
543
|
-
type:
|
|
543
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
544
544
|
isOptional: false;
|
|
545
545
|
};
|
|
546
546
|
trackId: {
|
|
547
|
-
type:
|
|
547
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
548
548
|
isOptional: false;
|
|
549
549
|
};
|
|
550
550
|
productId: {
|
|
551
|
-
type:
|
|
551
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
552
552
|
isOptional: false;
|
|
553
553
|
};
|
|
554
554
|
xpEarned: {
|
|
555
|
-
type:
|
|
555
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
556
556
|
isOptional: false;
|
|
557
557
|
};
|
|
558
558
|
completedAt: {
|
|
559
|
-
type:
|
|
559
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
560
560
|
isOptional: false;
|
|
561
561
|
};
|
|
562
562
|
}>>;
|
|
563
|
-
CardReviewedEvent: _lssm_lib_contracts0.EventSpec<
|
|
563
|
+
CardReviewedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
564
564
|
learnerId: {
|
|
565
|
-
type:
|
|
565
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
566
566
|
isOptional: false;
|
|
567
567
|
};
|
|
568
568
|
cardId: {
|
|
569
|
-
type:
|
|
569
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
570
570
|
isOptional: false;
|
|
571
571
|
};
|
|
572
572
|
deckId: {
|
|
573
|
-
type:
|
|
573
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
574
574
|
isOptional: false;
|
|
575
575
|
};
|
|
576
576
|
rating: {
|
|
577
|
-
type:
|
|
577
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
578
578
|
isOptional: false;
|
|
579
579
|
};
|
|
580
580
|
responseTimeMs: {
|
|
581
|
-
type:
|
|
581
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
582
582
|
isOptional: true;
|
|
583
583
|
};
|
|
584
584
|
reviewedAt: {
|
|
585
|
-
type:
|
|
585
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
586
586
|
isOptional: false;
|
|
587
587
|
};
|
|
588
588
|
}>>;
|
|
589
|
-
QuizStartedEvent: _lssm_lib_contracts0.EventSpec<
|
|
589
|
+
QuizStartedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
590
590
|
learnerId: {
|
|
591
|
-
type:
|
|
591
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
592
592
|
isOptional: false;
|
|
593
593
|
};
|
|
594
594
|
quizId: {
|
|
595
|
-
type:
|
|
595
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
596
596
|
isOptional: false;
|
|
597
597
|
};
|
|
598
598
|
attemptId: {
|
|
599
|
-
type:
|
|
599
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
600
600
|
isOptional: false;
|
|
601
601
|
};
|
|
602
602
|
attemptNumber: {
|
|
603
|
-
type:
|
|
603
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
604
604
|
isOptional: false;
|
|
605
605
|
};
|
|
606
606
|
startedAt: {
|
|
607
|
-
type:
|
|
607
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
608
608
|
isOptional: false;
|
|
609
609
|
};
|
|
610
610
|
}>>;
|
|
611
|
-
QuizCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
611
|
+
QuizCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
612
612
|
learnerId: {
|
|
613
|
-
type:
|
|
613
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
614
614
|
isOptional: false;
|
|
615
615
|
};
|
|
616
616
|
quizId: {
|
|
617
|
-
type:
|
|
617
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
618
618
|
isOptional: false;
|
|
619
619
|
};
|
|
620
620
|
attemptId: {
|
|
621
|
-
type:
|
|
621
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
622
622
|
isOptional: false;
|
|
623
623
|
};
|
|
624
624
|
score: {
|
|
625
|
-
type:
|
|
625
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
626
626
|
isOptional: false;
|
|
627
627
|
};
|
|
628
628
|
percentageScore: {
|
|
629
|
-
type:
|
|
629
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
630
630
|
isOptional: false;
|
|
631
631
|
};
|
|
632
632
|
passed: {
|
|
633
|
-
type:
|
|
633
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
634
634
|
isOptional: false;
|
|
635
635
|
};
|
|
636
636
|
xpEarned: {
|
|
637
|
-
type:
|
|
637
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
638
638
|
isOptional: false;
|
|
639
639
|
};
|
|
640
640
|
timeSpent: {
|
|
641
|
-
type:
|
|
641
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
642
642
|
isOptional: false;
|
|
643
643
|
};
|
|
644
644
|
completedAt: {
|
|
645
|
-
type:
|
|
645
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
646
646
|
isOptional: false;
|
|
647
647
|
};
|
|
648
648
|
}>>;
|
|
649
|
-
XpEarnedEvent: _lssm_lib_contracts0.EventSpec<
|
|
649
|
+
XpEarnedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
650
650
|
learnerId: {
|
|
651
|
-
type:
|
|
651
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
652
652
|
isOptional: false;
|
|
653
653
|
};
|
|
654
654
|
amount: {
|
|
655
|
-
type:
|
|
655
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
656
656
|
isOptional: false;
|
|
657
657
|
};
|
|
658
658
|
source: {
|
|
659
|
-
type:
|
|
659
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
660
660
|
isOptional: false;
|
|
661
661
|
};
|
|
662
662
|
sourceId: {
|
|
663
|
-
type:
|
|
663
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
664
664
|
isOptional: true;
|
|
665
665
|
};
|
|
666
666
|
totalXp: {
|
|
667
|
-
type:
|
|
667
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
668
668
|
isOptional: false;
|
|
669
669
|
};
|
|
670
670
|
earnedAt: {
|
|
671
|
-
type:
|
|
671
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
672
672
|
isOptional: false;
|
|
673
673
|
};
|
|
674
674
|
}>>;
|
|
675
|
-
LevelUpEvent: _lssm_lib_contracts0.EventSpec<
|
|
675
|
+
LevelUpEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
676
676
|
learnerId: {
|
|
677
|
-
type:
|
|
677
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
678
678
|
isOptional: false;
|
|
679
679
|
};
|
|
680
680
|
previousLevel: {
|
|
681
|
-
type:
|
|
681
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
682
682
|
isOptional: false;
|
|
683
683
|
};
|
|
684
684
|
newLevel: {
|
|
685
|
-
type:
|
|
685
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
686
686
|
isOptional: false;
|
|
687
687
|
};
|
|
688
688
|
totalXp: {
|
|
689
|
-
type:
|
|
689
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
690
690
|
isOptional: false;
|
|
691
691
|
};
|
|
692
692
|
leveledUpAt: {
|
|
693
|
-
type:
|
|
693
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
694
694
|
isOptional: false;
|
|
695
695
|
};
|
|
696
696
|
}>>;
|
|
697
|
-
StreakUpdatedEvent: _lssm_lib_contracts0.EventSpec<
|
|
697
|
+
StreakUpdatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
698
698
|
learnerId: {
|
|
699
|
-
type:
|
|
699
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
700
700
|
isOptional: false;
|
|
701
701
|
};
|
|
702
702
|
previousStreak: {
|
|
703
|
-
type:
|
|
703
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
704
704
|
isOptional: false;
|
|
705
705
|
};
|
|
706
706
|
currentStreak: {
|
|
707
|
-
type:
|
|
707
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
708
708
|
isOptional: false;
|
|
709
709
|
};
|
|
710
710
|
longestStreak: {
|
|
711
|
-
type:
|
|
711
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
712
712
|
isOptional: false;
|
|
713
713
|
};
|
|
714
714
|
freezeUsed: {
|
|
715
|
-
type:
|
|
715
|
+
type: _lssm_lib_schema0.FieldType<boolean, boolean>;
|
|
716
716
|
isOptional: false;
|
|
717
717
|
};
|
|
718
718
|
updatedAt: {
|
|
719
|
-
type:
|
|
719
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
720
720
|
isOptional: false;
|
|
721
721
|
};
|
|
722
722
|
}>>;
|
|
723
|
-
AchievementUnlockedEvent: _lssm_lib_contracts0.EventSpec<
|
|
723
|
+
AchievementUnlockedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
724
724
|
learnerId: {
|
|
725
|
-
type:
|
|
725
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
726
726
|
isOptional: false;
|
|
727
727
|
};
|
|
728
728
|
achievementId: {
|
|
729
|
-
type:
|
|
729
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
730
730
|
isOptional: false;
|
|
731
731
|
};
|
|
732
732
|
achievementKey: {
|
|
733
|
-
type:
|
|
733
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
734
734
|
isOptional: false;
|
|
735
735
|
};
|
|
736
736
|
achievementName: {
|
|
737
|
-
type:
|
|
737
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
738
738
|
isOptional: false;
|
|
739
739
|
};
|
|
740
740
|
xpEarned: {
|
|
741
|
-
type:
|
|
741
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
742
742
|
isOptional: false;
|
|
743
743
|
};
|
|
744
744
|
unlockedAt: {
|
|
745
|
-
type:
|
|
745
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
746
746
|
isOptional: false;
|
|
747
747
|
};
|
|
748
748
|
}>>;
|
|
749
|
-
DailyGoalCompletedEvent: _lssm_lib_contracts0.EventSpec<
|
|
749
|
+
DailyGoalCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
750
750
|
learnerId: {
|
|
751
|
-
type:
|
|
751
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
752
752
|
isOptional: false;
|
|
753
753
|
};
|
|
754
754
|
date: {
|
|
755
|
-
type:
|
|
755
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
756
756
|
isOptional: false;
|
|
757
757
|
};
|
|
758
758
|
targetXp: {
|
|
759
|
-
type:
|
|
759
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
760
760
|
isOptional: false;
|
|
761
761
|
};
|
|
762
762
|
actualXp: {
|
|
763
|
-
type:
|
|
763
|
+
type: _lssm_lib_schema0.FieldType<number, number>;
|
|
764
764
|
isOptional: false;
|
|
765
765
|
};
|
|
766
766
|
completedAt: {
|
|
767
|
-
type:
|
|
767
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
768
768
|
isOptional: false;
|
|
769
769
|
};
|
|
770
770
|
}>>;
|
|
771
|
-
CertificateIssuedEvent: _lssm_lib_contracts0.EventSpec<
|
|
771
|
+
CertificateIssuedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
|
|
772
772
|
certificateId: {
|
|
773
|
-
type:
|
|
773
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
774
774
|
isOptional: false;
|
|
775
775
|
};
|
|
776
776
|
learnerId: {
|
|
777
|
-
type:
|
|
777
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
778
778
|
isOptional: false;
|
|
779
779
|
};
|
|
780
780
|
courseId: {
|
|
781
|
-
type:
|
|
781
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
782
782
|
isOptional: false;
|
|
783
783
|
};
|
|
784
784
|
certificateNumber: {
|
|
785
|
-
type:
|
|
785
|
+
type: _lssm_lib_schema0.FieldType<string, string>;
|
|
786
786
|
isOptional: false;
|
|
787
787
|
};
|
|
788
788
|
issuedAt: {
|
|
789
|
-
type:
|
|
789
|
+
type: _lssm_lib_schema0.FieldType<Date, string>;
|
|
790
790
|
isOptional: false;
|
|
791
791
|
};
|
|
792
792
|
}>>;
|