@easyedu/js-lsm-api 1.72.0 → 1.73.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.72.0
1
+ # @easyedu/js-lsm-api@1.73.0
2
2
 
3
3
  A TypeScript SDK client for the sbzw93t49b.execute-api.us-east-2.amazonaws.com API.
4
4
 
@@ -537,7 +537,7 @@ and is automatically generated by the
537
537
  [OpenAPI Generator](https://openapi-generator.tech) project:
538
538
 
539
539
  - API version: `1.0.0`
540
- - Package version: `1.72.0`
540
+ - Package version: `1.73.0`
541
541
  - Generator version: `7.22.0`
542
542
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
543
543
 
@@ -561,12 +561,12 @@ export declare class ContentApi extends runtime.BaseAPI {
561
561
  */
562
562
  verifyScormManifestRequestOpts(requestParameters: VerifyScormManifestRequest): Promise<runtime.RequestOpts>;
563
563
  /**
564
- * Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
564
+ * Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
565
565
  * Parse and verify a SCORM manifest
566
566
  */
567
567
  verifyScormManifestRaw(requestParameters: VerifyScormManifestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PostVerifyManifest>>;
568
568
  /**
569
- * Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
569
+ * Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
570
570
  * Parse and verify a SCORM manifest
571
571
  */
572
572
  verifyScormManifest(requestParameters: VerifyScormManifestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PostVerifyManifest>;
@@ -1432,7 +1432,7 @@ class ContentApi extends runtime.BaseAPI {
1432
1432
  });
1433
1433
  }
1434
1434
  /**
1435
- * Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
1435
+ * Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
1436
1436
  * Parse and verify a SCORM manifest
1437
1437
  */
1438
1438
  verifyScormManifestRaw(requestParameters, initOverrides) {
@@ -1443,7 +1443,7 @@ class ContentApi extends runtime.BaseAPI {
1443
1443
  });
1444
1444
  }
1445
1445
  /**
1446
- * Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
1446
+ * Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
1447
1447
  * Parse and verify a SCORM manifest
1448
1448
  */
1449
1449
  verifyScormManifest(requestParameters, initOverrides) {
@@ -561,12 +561,12 @@ export declare class ContentApi extends runtime.BaseAPI {
561
561
  */
562
562
  verifyScormManifestRequestOpts(requestParameters: VerifyScormManifestRequest): Promise<runtime.RequestOpts>;
563
563
  /**
564
- * Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
564
+ * Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
565
565
  * Parse and verify a SCORM manifest
566
566
  */
567
567
  verifyScormManifestRaw(requestParameters: VerifyScormManifestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PostVerifyManifest>>;
568
568
  /**
569
- * Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
569
+ * Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
570
570
  * Parse and verify a SCORM manifest
571
571
  */
572
572
  verifyScormManifest(requestParameters: VerifyScormManifestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PostVerifyManifest>;
@@ -1429,7 +1429,7 @@ export class ContentApi extends runtime.BaseAPI {
1429
1429
  });
1430
1430
  }
1431
1431
  /**
1432
- * Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
1432
+ * Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
1433
1433
  * Parse and verify a SCORM manifest
1434
1434
  */
1435
1435
  verifyScormManifestRaw(requestParameters, initOverrides) {
@@ -1440,7 +1440,7 @@ export class ContentApi extends runtime.BaseAPI {
1440
1440
  });
1441
1441
  }
1442
1442
  /**
1443
- * Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
1443
+ * Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
1444
1444
  * Parse and verify a SCORM manifest
1445
1445
  */
1446
1446
  verifyScormManifest(requestParameters, initOverrides) {
@@ -2125,7 +2125,7 @@ No authorization required
2125
2125
 
2126
2126
  Parse and verify a SCORM manifest
2127
2127
 
2128
- Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
2128
+ Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
2129
2129
 
2130
2130
  ### Example
2131
2131
 
@@ -2183,6 +2183,7 @@ No authorization required
2183
2183
  |-------------|-------------|------------------|
2184
2184
  | **200** | Manifest parsed (check valid field for success) | - |
2185
2185
  | **400** | Request body is empty or not XML | - |
2186
+ | **413** | Request body exceeds 1 MiB | - |
2186
2187
 
2187
2188
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
2188
2189
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyedu/js-lsm-api",
3
- "version": "1.72.0",
3
+ "version": "1.73.0",
4
4
  "description": "OpenAPI client for @easyedu/js-lsm-api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -2081,7 +2081,7 @@ export class ContentApi extends runtime.BaseAPI {
2081
2081
  }
2082
2082
 
2083
2083
  /**
2084
- * Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
2084
+ * Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
2085
2085
  * Parse and verify a SCORM manifest
2086
2086
  */
2087
2087
  async verifyScormManifestRaw(requestParameters: VerifyScormManifestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PostVerifyManifest>> {
@@ -2092,7 +2092,7 @@ export class ContentApi extends runtime.BaseAPI {
2092
2092
  }
2093
2093
 
2094
2094
  /**
2095
- * Takes raw imsmanifest.xml content and returns the parsed manifest structure with validation warnings
2095
+ * Public endpoint that takes raw imsmanifest.xml content and returns only parsed values derived from the submitted manifest, plus validation warnings. Request body is limited to 1 MiB.
2096
2096
  * Parse and verify a SCORM manifest
2097
2097
  */
2098
2098
  async verifyScormManifest(requestParameters: VerifyScormManifestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PostVerifyManifest> {