@citolab/qti-components 6.9.1-beta.50 → 6.9.1-beta.51

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.
@@ -703,37 +703,27 @@
703
703
  "declarations": [
704
704
  {
705
705
  "kind": "function",
706
- "name": "getItemByIndex",
706
+ "name": "getManifestInfo",
707
707
  "return": {
708
708
  "type": {
709
- "text": "Promise<any>"
709
+ "text": "Promise<ManifestInfo>"
710
710
  }
711
711
  },
712
712
  "parameters": [
713
713
  {
714
- "name": "packageUri",
714
+ "name": "manifestUri",
715
715
  "type": {
716
716
  "text": "string"
717
717
  }
718
- },
719
- {
720
- "name": "index",
721
- "type": {
722
- "text": "number"
723
- }
724
- },
725
- {
726
- "name": "cancelPreviousRequest",
727
- "default": "true"
728
718
  }
729
719
  ]
730
720
  },
731
721
  {
732
722
  "kind": "function",
733
- "name": "getAssessmentData",
723
+ "name": "getItemByIndex",
734
724
  "return": {
735
725
  "type": {
736
- "text": "Promise<ManifestData>"
726
+ "text": "Promise<any>"
737
727
  }
738
728
  },
739
729
  "parameters": [
@@ -742,6 +732,16 @@
742
732
  "type": {
743
733
  "text": "string"
744
734
  }
735
+ },
736
+ {
737
+ "name": "index",
738
+ "type": {
739
+ "text": "number"
740
+ }
741
+ },
742
+ {
743
+ "name": "cancelPreviousRequest",
744
+ "default": "true"
745
745
  }
746
746
  ]
747
747
  },
@@ -770,17 +770,17 @@
770
770
  "exports": [
771
771
  {
772
772
  "kind": "js",
773
- "name": "getItemByIndex",
773
+ "name": "getManifestInfo",
774
774
  "declaration": {
775
- "name": "getItemByIndex",
775
+ "name": "getManifestInfo",
776
776
  "module": "src/lib/qti-loader/qti-loader.ts"
777
777
  }
778
778
  },
779
779
  {
780
780
  "kind": "js",
781
- "name": "getAssessmentData",
781
+ "name": "getItemByIndex",
782
782
  "declaration": {
783
- "name": "getAssessmentData",
783
+ "name": "getItemByIndex",
784
784
  "module": "src/lib/qti-loader/qti-loader.ts"
785
785
  }
786
786
  },