@easyedu/js-lsm-api 1.74.0 → 1.75.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @easyedu/js-lsm-api@1.74.0
1
+ # @easyedu/js-lsm-api@1.75.0
2
2
 
3
3
  A TypeScript SDK client for the sbzw93t49b.execute-api.us-east-2.amazonaws.com API.
4
4
 
@@ -538,7 +538,7 @@ and is automatically generated by the
538
538
  [OpenAPI Generator](https://openapi-generator.tech) project:
539
539
 
540
540
  - API version: `1.0.0`
541
- - Package version: `1.74.0`
541
+ - Package version: `1.75.0`
542
542
  - Generator version: `7.22.0`
543
543
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
544
544
 
@@ -100,6 +100,7 @@ No authorization required
100
100
  |-------------|-------------|------------------|
101
101
  | **200** | Successfully committed SCORM session data | - |
102
102
  | **401** | Unauthorized | - |
103
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
103
104
  | **404** | SCORM session not found | - |
104
105
 
105
106
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -1070,6 +1071,7 @@ No authorization required
1070
1071
  |-------------|-------------|------------------|
1071
1072
  | **200** | Successfully retrieved CMI element value | - |
1072
1073
  | **401** | Unauthorized | - |
1074
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
1073
1075
  | **404** | SCORM session not found | - |
1074
1076
 
1075
1077
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -1139,6 +1141,7 @@ No authorization required
1139
1141
  |-------------|-------------|------------------|
1140
1142
  | **200** | Successfully initialized SCORM session | - |
1141
1143
  | **401** | Unauthorized | - |
1144
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
1142
1145
  | **404** | SCORM session not found | - |
1143
1146
 
1144
1147
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -1522,6 +1525,8 @@ No authorization required
1522
1525
  | Status code | Description | Response headers |
1523
1526
  |-------------|-------------|------------------|
1524
1527
  | **200** | post session response OK | - |
1528
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
1529
+ | **404** | Course, module, or content not found | - |
1525
1530
 
1526
1531
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1527
1532
 
@@ -1596,6 +1601,8 @@ No authorization required
1596
1601
  | Status code | Description | Response headers |
1597
1602
  |-------------|-------------|------------------|
1598
1603
  | **200** | post retake session response OK | - |
1604
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
1605
+ | **404** | Course, module, or content not found | - |
1599
1606
  | **409** | Maximum attempts reached for this content | - |
1600
1607
 
1601
1608
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -2045,6 +2052,7 @@ No authorization required
2045
2052
  |-------------|-------------|------------------|
2046
2053
  | **200** | Successfully set CMI element value | - |
2047
2054
  | **401** | Unauthorized | - |
2055
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
2048
2056
  | **404** | SCORM session not found | - |
2049
2057
 
2050
2058
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -2114,6 +2122,7 @@ No authorization required
2114
2122
  |-------------|-------------|------------------|
2115
2123
  | **200** | Successfully terminated SCORM session | - |
2116
2124
  | **401** | Unauthorized | - |
2125
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
2117
2126
  | **404** | SCORM session not found | - |
2118
2127
 
2119
2128
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
package/docs/PlayerApi.md CHANGED
@@ -146,7 +146,7 @@ No authorization required
146
146
  | Status code | Description | Response headers |
147
147
  |-------------|-------------|------------------|
148
148
  | **302** | Redirect to asset URL | - |
149
- | **403** | Forbidden | - |
149
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
150
150
  | **404** | Content not found | - |
151
151
 
152
152
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -213,7 +213,7 @@ No authorization required
213
213
  | Status code | Description | Response headers |
214
214
  |-------------|-------------|------------------|
215
215
  | **200** | HTML player page | - |
216
- | **403** | Forbidden | - |
216
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
217
217
  | **404** | Session not found | - |
218
218
 
219
219
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -280,7 +280,7 @@ No authorization required
280
280
  | Status code | Description | Response headers |
281
281
  |-------------|-------------|------------------|
282
282
  | **200** | HTML player page | - |
283
- | **403** | Forbidden | - |
283
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
284
284
  | **404** | Session not found | - |
285
285
 
286
286
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -347,7 +347,7 @@ No authorization required
347
347
  | Status code | Description | Response headers |
348
348
  |-------------|-------------|------------------|
349
349
  | **302** | Redirect to asset URL | - |
350
- | **403** | Forbidden | - |
350
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
351
351
  | **404** | Content not found | - |
352
352
 
353
353
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -414,7 +414,7 @@ No authorization required
414
414
  | Status code | Description | Response headers |
415
415
  |-------------|-------------|------------------|
416
416
  | **200** | HTML player page | - |
417
- | **403** | Forbidden | - |
417
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
418
418
  | **404** | Session not found | - |
419
419
 
420
420
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -481,7 +481,7 @@ No authorization required
481
481
  | Status code | Description | Response headers |
482
482
  |-------------|-------------|------------------|
483
483
  | **200** | HTML player page | - |
484
- | **403** | Forbidden | - |
484
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
485
485
  | **404** | Session not found | - |
486
486
 
487
487
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -552,7 +552,7 @@ No authorization required
552
552
  |-------------|-------------|------------------|
553
553
  | **200** | SCORM asset content | - |
554
554
  | **302** | Redirect to asset URL | - |
555
- | **403** | Forbidden | - |
555
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
556
556
  | **404** | Content or asset not found | - |
557
557
 
558
558
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -619,7 +619,7 @@ No authorization required
619
619
  | Status code | Description | Response headers |
620
620
  |-------------|-------------|------------------|
621
621
  | **200** | HTML player page | - |
622
- | **403** | Forbidden | - |
622
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
623
623
  | **404** | Session not found | - |
624
624
 
625
625
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -686,7 +686,7 @@ No authorization required
686
686
  | Status code | Description | Response headers |
687
687
  |-------------|-------------|------------------|
688
688
  | **302** | Redirect to asset URL | - |
689
- | **403** | Forbidden | - |
689
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
690
690
  | **404** | Content not found | - |
691
691
 
692
692
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -753,7 +753,7 @@ No authorization required
753
753
  | Status code | Description | Response headers |
754
754
  |-------------|-------------|------------------|
755
755
  | **200** | HTML player page | - |
756
- | **403** | Forbidden | - |
756
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
757
757
  | **404** | Session not found | - |
758
758
 
759
759
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
package/docs/QuizApi.md CHANGED
@@ -642,7 +642,7 @@ No authorization required
642
642
  |-------------|-------------|------------------|
643
643
  | **200** | Quiz attempt retrieved successfully | - |
644
644
  | **404** | Attempt not found | - |
645
- | **403** | Not authorized to view this attempt | - |
645
+ | **403** | Not authorized to view this attempt, or enrollment is expired, suspended, or otherwise not launchable | - |
646
646
 
647
647
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
648
648
 
@@ -1584,7 +1584,7 @@ No authorization required
1584
1584
  | **200** | Answer saved successfully | - |
1585
1585
  | **400** | Invalid answer format | - |
1586
1586
  | **404** | Attempt or question not found | - |
1587
- | **403** | Not authorized to answer this question | - |
1587
+ | **403** | Not authorized to answer this question, or enrollment is expired, suspended, or otherwise not launchable | - |
1588
1588
  | **409** | Attempt is not in progress | - |
1589
1589
 
1590
1590
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -1652,6 +1652,7 @@ No authorization required
1652
1652
  |-------------|-------------|------------------|
1653
1653
  | **201** | Quiz attempt started successfully | - |
1654
1654
  | **400** | Cannot start attempt (max attempts reached, etc.) | - |
1655
+ | **403** | Forbidden - enrollment is expired, suspended, or otherwise not launchable | - |
1655
1656
  | **404** | Quiz not found | - |
1656
1657
 
1657
1658
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -1723,7 +1724,7 @@ No authorization required
1723
1724
  | **200** | Quiz submitted successfully | - |
1724
1725
  | **400** | Cannot submit (missing required answers, etc.) | - |
1725
1726
  | **404** | Attempt not found | - |
1726
- | **403** | Not authorized to submit this attempt | - |
1727
+ | **403** | Not authorized to submit this attempt, or enrollment is expired, suspended, or otherwise not launchable | - |
1727
1728
  | **409** | Attempt already submitted | - |
1728
1729
 
1729
1730
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyedu/js-lsm-api",
3
- "version": "1.74.0",
3
+ "version": "1.75.0",
4
4
  "description": "OpenAPI client for @easyedu/js-lsm-api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {