@easyedu/js-lsm-api 1.98.0 → 1.100.0

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.
Files changed (110) hide show
  1. package/.openapi-generator/FILES +22 -0
  2. package/README.md +21 -2
  3. package/dist/apis/ContentLibraryQuizApi.d.ts +17 -0
  4. package/dist/apis/ContentLibraryQuizApi.js +45 -0
  5. package/dist/apis/CourseApi.d.ts +60 -0
  6. package/dist/apis/CourseApi.js +167 -0
  7. package/dist/apis/PlayerApi.d.ts +74 -0
  8. package/dist/apis/PlayerApi.js +193 -0
  9. package/dist/esm/apis/ContentLibraryQuizApi.d.ts +17 -0
  10. package/dist/esm/apis/ContentLibraryQuizApi.js +45 -0
  11. package/dist/esm/apis/CourseApi.d.ts +60 -0
  12. package/dist/esm/apis/CourseApi.js +167 -0
  13. package/dist/esm/apis/PlayerApi.d.ts +74 -0
  14. package/dist/esm/apis/PlayerApi.js +193 -0
  15. package/dist/esm/models/GetAttemptAllowance.d.ts +80 -0
  16. package/dist/esm/models/GetAttemptAllowance.js +75 -0
  17. package/dist/esm/models/GetCourseVersionItemSession.d.ts +6 -0
  18. package/dist/esm/models/GetCourseVersionItemSession.js +4 -0
  19. package/dist/esm/models/GetLibraryQuizSession.d.ts +6 -0
  20. package/dist/esm/models/GetLibraryQuizSession.js +4 -0
  21. package/dist/esm/models/GetResourceSession.d.ts +6 -0
  22. package/dist/esm/models/GetResourceSession.js +4 -0
  23. package/dist/esm/models/GetResourceSessionActivity.d.ts +125 -0
  24. package/dist/esm/models/GetResourceSessionActivity.js +97 -0
  25. package/dist/esm/models/GetResourceSessionActivityEvent.d.ts +62 -0
  26. package/dist/esm/models/GetResourceSessionActivityEvent.js +61 -0
  27. package/dist/esm/models/GetResourceSessionActivityEventList.d.ts +33 -0
  28. package/dist/esm/models/GetResourceSessionActivityEventList.js +44 -0
  29. package/dist/esm/models/GetResourceSessionActivityList.d.ts +33 -0
  30. package/dist/esm/models/GetResourceSessionActivityList.js +44 -0
  31. package/dist/esm/models/PostClearSessions.d.ts +32 -0
  32. package/dist/esm/models/PostClearSessions.js +43 -0
  33. package/dist/esm/models/PostClearSessionsResponse.d.ts +44 -0
  34. package/dist/esm/models/PostClearSessionsResponse.js +51 -0
  35. package/dist/esm/models/PostResourceSessionActivityEvent.d.ts +62 -0
  36. package/dist/esm/models/PostResourceSessionActivityEvent.js +66 -0
  37. package/dist/esm/models/PutAttemptAllowance.d.ts +38 -0
  38. package/dist/esm/models/PutAttemptAllowance.js +47 -0
  39. package/dist/esm/models/PutLibraryQuizSessionOverride.d.ts +57 -0
  40. package/dist/esm/models/PutLibraryQuizSessionOverride.js +55 -0
  41. package/dist/esm/models/PutResourceSessionOverride.d.ts +69 -0
  42. package/dist/esm/models/PutResourceSessionOverride.js +66 -0
  43. package/dist/esm/models/index.d.ts +11 -0
  44. package/dist/esm/models/index.js +11 -0
  45. package/dist/models/GetAttemptAllowance.d.ts +80 -0
  46. package/dist/models/GetAttemptAllowance.js +82 -0
  47. package/dist/models/GetCourseVersionItemSession.d.ts +6 -0
  48. package/dist/models/GetCourseVersionItemSession.js +4 -0
  49. package/dist/models/GetLibraryQuizSession.d.ts +6 -0
  50. package/dist/models/GetLibraryQuizSession.js +4 -0
  51. package/dist/models/GetResourceSession.d.ts +6 -0
  52. package/dist/models/GetResourceSession.js +4 -0
  53. package/dist/models/GetResourceSessionActivity.d.ts +125 -0
  54. package/dist/models/GetResourceSessionActivity.js +105 -0
  55. package/dist/models/GetResourceSessionActivityEvent.d.ts +62 -0
  56. package/dist/models/GetResourceSessionActivityEvent.js +68 -0
  57. package/dist/models/GetResourceSessionActivityEventList.d.ts +33 -0
  58. package/dist/models/GetResourceSessionActivityEventList.js +51 -0
  59. package/dist/models/GetResourceSessionActivityList.d.ts +33 -0
  60. package/dist/models/GetResourceSessionActivityList.js +51 -0
  61. package/dist/models/PostClearSessions.d.ts +32 -0
  62. package/dist/models/PostClearSessions.js +50 -0
  63. package/dist/models/PostClearSessionsResponse.d.ts +44 -0
  64. package/dist/models/PostClearSessionsResponse.js +58 -0
  65. package/dist/models/PostResourceSessionActivityEvent.d.ts +62 -0
  66. package/dist/models/PostResourceSessionActivityEvent.js +74 -0
  67. package/dist/models/PutAttemptAllowance.d.ts +38 -0
  68. package/dist/models/PutAttemptAllowance.js +54 -0
  69. package/dist/models/PutLibraryQuizSessionOverride.d.ts +57 -0
  70. package/dist/models/PutLibraryQuizSessionOverride.js +63 -0
  71. package/dist/models/PutResourceSessionOverride.d.ts +69 -0
  72. package/dist/models/PutResourceSessionOverride.js +74 -0
  73. package/dist/models/index.d.ts +11 -0
  74. package/dist/models/index.js +11 -0
  75. package/docs/ContentLibraryQuizApi.md +73 -2
  76. package/docs/CourseApi.md +236 -0
  77. package/docs/GetAttemptAllowance.md +51 -0
  78. package/docs/GetCourseVersionItemSession.md +2 -0
  79. package/docs/GetLibraryQuizSession.md +2 -0
  80. package/docs/GetResourceSession.md +2 -0
  81. package/docs/GetResourceSessionActivity.md +63 -0
  82. package/docs/GetResourceSessionActivityEvent.md +45 -0
  83. package/docs/GetResourceSessionActivityEventList.md +35 -0
  84. package/docs/GetResourceSessionActivityList.md +35 -0
  85. package/docs/PlayerApi.md +302 -6
  86. package/docs/PostClearSessions.md +34 -0
  87. package/docs/PostClearSessionsResponse.md +38 -0
  88. package/docs/PostResourceSessionActivityEvent.md +39 -0
  89. package/docs/PutAttemptAllowance.md +36 -0
  90. package/docs/PutLibraryQuizSessionOverride.md +41 -0
  91. package/docs/PutResourceSessionOverride.md +41 -0
  92. package/package.json +1 -1
  93. package/src/apis/ContentLibraryQuizApi.ts +65 -0
  94. package/src/apis/CourseApi.ts +270 -0
  95. package/src/apis/PlayerApi.ts +282 -0
  96. package/src/models/GetAttemptAllowance.ts +138 -0
  97. package/src/models/GetCourseVersionItemSession.ts +9 -0
  98. package/src/models/GetLibraryQuizSession.ts +9 -0
  99. package/src/models/GetResourceSession.ts +9 -0
  100. package/src/models/GetResourceSessionActivity.ts +199 -0
  101. package/src/models/GetResourceSessionActivityEvent.ts +110 -0
  102. package/src/models/GetResourceSessionActivityEventList.ts +74 -0
  103. package/src/models/GetResourceSessionActivityList.ts +74 -0
  104. package/src/models/PostClearSessions.ts +66 -0
  105. package/src/models/PostClearSessionsResponse.ts +84 -0
  106. package/src/models/PostResourceSessionActivityEvent.ts +104 -0
  107. package/src/models/PutAttemptAllowance.ts +75 -0
  108. package/src/models/PutLibraryQuizSessionOverride.ts +100 -0
  109. package/src/models/PutResourceSessionOverride.ts +113 -0
  110. package/src/models/index.ts +11 -0
@@ -0,0 +1,104 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * LMS API
5
+ * LMS API
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ * A learner activity signal. Timing is calculated from server receipt times.
18
+ * @export
19
+ * @interface PostResourceSessionActivityEvent
20
+ */
21
+ export interface PostResourceSessionActivityEvent {
22
+ /**
23
+ * Client-generated idempotency identifier.
24
+ * @type {string}
25
+ * @memberof PostResourceSessionActivityEvent
26
+ */
27
+ eventId: string;
28
+ /**
29
+ *
30
+ * @type {PostResourceSessionActivityEventEventTypeEnum}
31
+ * @memberof PostResourceSessionActivityEvent
32
+ */
33
+ eventType: PostResourceSessionActivityEventEventTypeEnum;
34
+ /**
35
+ *
36
+ * @type {number}
37
+ * @memberof PostResourceSessionActivityEvent
38
+ */
39
+ positionSeconds?: number | null;
40
+ }
41
+
42
+
43
+ /**
44
+ * @export
45
+ */
46
+ export const PostResourceSessionActivityEventEventTypeEnum = {
47
+ Start: 'start',
48
+ Heartbeat: 'heartbeat',
49
+ Pause: 'pause',
50
+ Complete: 'complete',
51
+ MediaPlay: 'media_play',
52
+ MediaPause: 'media_pause',
53
+ MediaSeek: 'media_seek',
54
+ MediaEnded: 'media_ended',
55
+ Download: 'download',
56
+ LinkOpen: 'link_open',
57
+ DocumentOpen: 'document_open',
58
+ Terminate: 'terminate'
59
+ } as const;
60
+ export type PostResourceSessionActivityEventEventTypeEnum = typeof PostResourceSessionActivityEventEventTypeEnum[keyof typeof PostResourceSessionActivityEventEventTypeEnum];
61
+
62
+
63
+ /**
64
+ * Check if a given object implements the PostResourceSessionActivityEvent interface.
65
+ */
66
+ export function instanceOfPostResourceSessionActivityEvent(value: object): value is PostResourceSessionActivityEvent {
67
+ if (!('eventId' in value) || value['eventId'] === undefined) return false;
68
+ if (!('eventType' in value) || value['eventType'] === undefined) return false;
69
+ return true;
70
+ }
71
+
72
+ export function PostResourceSessionActivityEventFromJSON(json: any): PostResourceSessionActivityEvent {
73
+ return PostResourceSessionActivityEventFromJSONTyped(json, false);
74
+ }
75
+
76
+ export function PostResourceSessionActivityEventFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostResourceSessionActivityEvent {
77
+ if (json == null) {
78
+ return json;
79
+ }
80
+ return {
81
+
82
+ 'eventId': json['event_id'],
83
+ 'eventType': json['event_type'],
84
+ 'positionSeconds': json['position_seconds'] == null ? undefined : json['position_seconds'],
85
+ };
86
+ }
87
+
88
+ export function PostResourceSessionActivityEventToJSON(json: any): PostResourceSessionActivityEvent {
89
+ return PostResourceSessionActivityEventToJSONTyped(json, false);
90
+ }
91
+
92
+ export function PostResourceSessionActivityEventToJSONTyped(value?: PostResourceSessionActivityEvent | null, ignoreDiscriminator: boolean = false): any {
93
+ if (value == null) {
94
+ return value;
95
+ }
96
+
97
+ return {
98
+
99
+ 'event_id': value['eventId'],
100
+ 'event_type': value['eventType'],
101
+ 'position_seconds': value['positionSeconds'],
102
+ };
103
+ }
104
+
@@ -0,0 +1,75 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * LMS API
5
+ * LMS API
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface PutAttemptAllowance
20
+ */
21
+ export interface PutAttemptAllowance {
22
+ /**
23
+ * Attempts added to this course item's configured limit for this learner.
24
+ * @type {number}
25
+ * @memberof PutAttemptAllowance
26
+ */
27
+ additionalAttempts: number;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof PutAttemptAllowance
32
+ */
33
+ reason: string;
34
+ }
35
+
36
+ /**
37
+ * Check if a given object implements the PutAttemptAllowance interface.
38
+ */
39
+ export function instanceOfPutAttemptAllowance(value: object): value is PutAttemptAllowance {
40
+ if (!('additionalAttempts' in value) || value['additionalAttempts'] === undefined) return false;
41
+ if (!('reason' in value) || value['reason'] === undefined) return false;
42
+ return true;
43
+ }
44
+
45
+ export function PutAttemptAllowanceFromJSON(json: any): PutAttemptAllowance {
46
+ return PutAttemptAllowanceFromJSONTyped(json, false);
47
+ }
48
+
49
+ export function PutAttemptAllowanceFromJSONTyped(json: any, ignoreDiscriminator: boolean): PutAttemptAllowance {
50
+ if (json == null) {
51
+ return json;
52
+ }
53
+ return {
54
+
55
+ 'additionalAttempts': json['additional_attempts'],
56
+ 'reason': json['reason'],
57
+ };
58
+ }
59
+
60
+ export function PutAttemptAllowanceToJSON(json: any): PutAttemptAllowance {
61
+ return PutAttemptAllowanceToJSONTyped(json, false);
62
+ }
63
+
64
+ export function PutAttemptAllowanceToJSONTyped(value?: PutAttemptAllowance | null, ignoreDiscriminator: boolean = false): any {
65
+ if (value == null) {
66
+ return value;
67
+ }
68
+
69
+ return {
70
+
71
+ 'additional_attempts': value['additionalAttempts'],
72
+ 'reason': value['reason'],
73
+ };
74
+ }
75
+
@@ -0,0 +1,100 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * LMS API
5
+ * LMS API
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ * Instructor-entered progress values for an existing live quiz session.
18
+ * @export
19
+ * @interface PutLibraryQuizSessionOverride
20
+ */
21
+ export interface PutLibraryQuizSessionOverride {
22
+ /**
23
+ *
24
+ * @type {PutLibraryQuizSessionOverrideStatusEnum}
25
+ * @memberof PutLibraryQuizSessionOverride
26
+ */
27
+ status?: PutLibraryQuizSessionOverrideStatusEnum;
28
+ /**
29
+ *
30
+ * @type {number}
31
+ * @memberof PutLibraryQuizSessionOverride
32
+ */
33
+ scorePercentage?: number;
34
+ /**
35
+ *
36
+ * @type {boolean}
37
+ * @memberof PutLibraryQuizSessionOverride
38
+ */
39
+ passed?: boolean;
40
+ /**
41
+ *
42
+ * @type {string}
43
+ * @memberof PutLibraryQuizSessionOverride
44
+ */
45
+ reason: string;
46
+ }
47
+
48
+
49
+ /**
50
+ * @export
51
+ */
52
+ export const PutLibraryQuizSessionOverrideStatusEnum = {
53
+ Completed: 'completed'
54
+ } as const;
55
+ export type PutLibraryQuizSessionOverrideStatusEnum = typeof PutLibraryQuizSessionOverrideStatusEnum[keyof typeof PutLibraryQuizSessionOverrideStatusEnum];
56
+
57
+
58
+ /**
59
+ * Check if a given object implements the PutLibraryQuizSessionOverride interface.
60
+ */
61
+ export function instanceOfPutLibraryQuizSessionOverride(value: object): value is PutLibraryQuizSessionOverride {
62
+ if (!('reason' in value) || value['reason'] === undefined) return false;
63
+ return true;
64
+ }
65
+
66
+ export function PutLibraryQuizSessionOverrideFromJSON(json: any): PutLibraryQuizSessionOverride {
67
+ return PutLibraryQuizSessionOverrideFromJSONTyped(json, false);
68
+ }
69
+
70
+ export function PutLibraryQuizSessionOverrideFromJSONTyped(json: any, ignoreDiscriminator: boolean): PutLibraryQuizSessionOverride {
71
+ if (json == null) {
72
+ return json;
73
+ }
74
+ return {
75
+
76
+ 'status': json['status'] == null ? undefined : json['status'],
77
+ 'scorePercentage': json['score_percentage'] == null ? undefined : json['score_percentage'],
78
+ 'passed': json['passed'] == null ? undefined : json['passed'],
79
+ 'reason': json['reason'],
80
+ };
81
+ }
82
+
83
+ export function PutLibraryQuizSessionOverrideToJSON(json: any): PutLibraryQuizSessionOverride {
84
+ return PutLibraryQuizSessionOverrideToJSONTyped(json, false);
85
+ }
86
+
87
+ export function PutLibraryQuizSessionOverrideToJSONTyped(value?: PutLibraryQuizSessionOverride | null, ignoreDiscriminator: boolean = false): any {
88
+ if (value == null) {
89
+ return value;
90
+ }
91
+
92
+ return {
93
+
94
+ 'status': value['status'],
95
+ 'score_percentage': value['scorePercentage'],
96
+ 'passed': value['passed'],
97
+ 'reason': value['reason'],
98
+ };
99
+ }
100
+
@@ -0,0 +1,113 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * LMS API
5
+ * LMS API
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ * Instructor-entered progress values for an existing live resource session.
18
+ * @export
19
+ * @interface PutResourceSessionOverride
20
+ */
21
+ export interface PutResourceSessionOverride {
22
+ /**
23
+ *
24
+ * @type {PutResourceSessionOverrideCompletionStatusEnum}
25
+ * @memberof PutResourceSessionOverride
26
+ */
27
+ completionStatus?: PutResourceSessionOverrideCompletionStatusEnum;
28
+ /**
29
+ *
30
+ * @type {PutResourceSessionOverrideGradeStatusEnum}
31
+ * @memberof PutResourceSessionOverride
32
+ */
33
+ gradeStatus?: PutResourceSessionOverrideGradeStatusEnum;
34
+ /**
35
+ *
36
+ * @type {number}
37
+ * @memberof PutResourceSessionOverride
38
+ */
39
+ scoreRaw?: number;
40
+ /**
41
+ *
42
+ * @type {string}
43
+ * @memberof PutResourceSessionOverride
44
+ */
45
+ reason: string;
46
+ }
47
+
48
+
49
+ /**
50
+ * @export
51
+ */
52
+ export const PutResourceSessionOverrideCompletionStatusEnum = {
53
+ Completed: 'completed'
54
+ } as const;
55
+ export type PutResourceSessionOverrideCompletionStatusEnum = typeof PutResourceSessionOverrideCompletionStatusEnum[keyof typeof PutResourceSessionOverrideCompletionStatusEnum];
56
+
57
+ /**
58
+ * @export
59
+ */
60
+ export const PutResourceSessionOverrideGradeStatusEnum = {
61
+ Ungraded: 'ungraded',
62
+ Passed: 'passed',
63
+ Failed: 'failed',
64
+ PointsEarned: 'points_earned',
65
+ PercentageEarned: 'percentage_earned',
66
+ NotApplicable: 'not_applicable'
67
+ } as const;
68
+ export type PutResourceSessionOverrideGradeStatusEnum = typeof PutResourceSessionOverrideGradeStatusEnum[keyof typeof PutResourceSessionOverrideGradeStatusEnum];
69
+
70
+
71
+ /**
72
+ * Check if a given object implements the PutResourceSessionOverride interface.
73
+ */
74
+ export function instanceOfPutResourceSessionOverride(value: object): value is PutResourceSessionOverride {
75
+ if (!('reason' in value) || value['reason'] === undefined) return false;
76
+ return true;
77
+ }
78
+
79
+ export function PutResourceSessionOverrideFromJSON(json: any): PutResourceSessionOverride {
80
+ return PutResourceSessionOverrideFromJSONTyped(json, false);
81
+ }
82
+
83
+ export function PutResourceSessionOverrideFromJSONTyped(json: any, ignoreDiscriminator: boolean): PutResourceSessionOverride {
84
+ if (json == null) {
85
+ return json;
86
+ }
87
+ return {
88
+
89
+ 'completionStatus': json['completion_status'] == null ? undefined : json['completion_status'],
90
+ 'gradeStatus': json['grade_status'] == null ? undefined : json['grade_status'],
91
+ 'scoreRaw': json['score_raw'] == null ? undefined : json['score_raw'],
92
+ 'reason': json['reason'],
93
+ };
94
+ }
95
+
96
+ export function PutResourceSessionOverrideToJSON(json: any): PutResourceSessionOverride {
97
+ return PutResourceSessionOverrideToJSONTyped(json, false);
98
+ }
99
+
100
+ export function PutResourceSessionOverrideToJSONTyped(value?: PutResourceSessionOverride | null, ignoreDiscriminator: boolean = false): any {
101
+ if (value == null) {
102
+ return value;
103
+ }
104
+
105
+ return {
106
+
107
+ 'completion_status': value['completionStatus'],
108
+ 'grade_status': value['gradeStatus'],
109
+ 'score_raw': value['scoreRaw'],
110
+ 'reason': value['reason'],
111
+ };
112
+ }
113
+
@@ -31,6 +31,7 @@ export * from './EmailTemplateDefinition';
31
31
  export * from './EmailTemplateScope';
32
32
  export * from './EmailTemplateVariable';
33
33
  export * from './EmailTemplateVersion';
34
+ export * from './GetAttemptAllowance';
34
35
  export * from './GetCertificateAssetUpload';
35
36
  export * from './GetCertificateConfigList';
36
37
  export * from './GetCertificateEventList';
@@ -91,6 +92,10 @@ export * from './GetQuestionQuizzesInner';
91
92
  export * from './GetResource';
92
93
  export * from './GetResourceList';
93
94
  export * from './GetResourceSession';
95
+ export * from './GetResourceSessionActivity';
96
+ export * from './GetResourceSessionActivityEvent';
97
+ export * from './GetResourceSessionActivityEventList';
98
+ export * from './GetResourceSessionActivityList';
94
99
  export * from './GetResourceSessionDiagnostics';
95
100
  export * from './GetResourceSessionDiagnosticsCourseContext';
96
101
  export * from './GetResourceSessionDiagnosticsResource';
@@ -151,6 +156,8 @@ export * from './PostCertificateLifecycleAction';
151
156
  export * from './PostCertificateTemplate';
152
157
  export * from './PostCertificateTemplateClone';
153
158
  export * from './PostCertificateTemplatePreview';
159
+ export * from './PostClearSessions';
160
+ export * from './PostClearSessionsResponse';
154
161
  export * from './PostConversation';
155
162
  export * from './PostConversationResponse';
156
163
  export * from './PostCourse';
@@ -186,6 +193,7 @@ export * from './PostQuestion';
186
193
  export * from './PostQuestionAnswerChoicesInner';
187
194
  export * from './PostResetPassword';
188
195
  export * from './PostResource';
196
+ export * from './PostResourceSessionActivityEvent';
189
197
  export * from './PostResourceVersion';
190
198
  export * from './PostResourceVersionComplete';
191
199
  export * from './PostResourceVersionSession';
@@ -199,6 +207,7 @@ export * from './PostSignupRequest';
199
207
  export * from './PostSignupRequestResponse';
200
208
  export * from './PostSupportTicket';
201
209
  export * from './PostSupportTicketComment';
210
+ export * from './PutAttemptAllowance';
202
211
  export * from './PutBadgeIssuer';
203
212
  export * from './PutCertificateConfig';
204
213
  export * from './PutCertificateTemplate';
@@ -215,6 +224,7 @@ export * from './PutLibraryQuizCriteria';
215
224
  export * from './PutLibraryQuizQuestions';
216
225
  export * from './PutLibraryQuizSessionAnswer';
217
226
  export * from './PutLibraryQuizSessionGrade';
227
+ export * from './PutLibraryQuizSessionOverride';
218
228
  export * from './PutLibraryQuizVersion';
219
229
  export * from './PutPortalBranding';
220
230
  export * from './PutPortalSublicense';
@@ -222,6 +232,7 @@ export * from './PutPortalUserFieldValues';
222
232
  export * from './PutQuestion';
223
233
  export * from './PutQuestionAnswerChoicesInner';
224
234
  export * from './PutResource';
235
+ export * from './PutResourceSessionOverride';
225
236
  export * from './PutResourceVersion';
226
237
  export * from './PutRole';
227
238
  export * from './PutRolePermissions';