@examplary/sdk 2.12.0 → 2.13.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/dist/index.d.mts CHANGED
@@ -2597,6 +2597,21 @@ interface operations {
2597
2597
  metadata?: {
2598
2598
  [key: string]: string | number | boolean | null;
2599
2599
  };
2600
+ /**
2601
+ * Format: uri
2602
+ * @description URL to the README documentation for this question type
2603
+ */
2604
+ readme?: string;
2605
+ /**
2606
+ * Format: uri
2607
+ * @description URL to a preview image for this question type
2608
+ */
2609
+ previewImage?: string;
2610
+ /**
2611
+ * Format: uri
2612
+ * @description URL to example question data (JSON) used to preview this question type
2613
+ */
2614
+ previewData?: string;
2600
2615
  /** Format: uri */
2601
2616
  stylesheet?: string;
2602
2617
  index?: number;
package/dist/index.d.ts CHANGED
@@ -2597,6 +2597,21 @@ interface operations {
2597
2597
  metadata?: {
2598
2598
  [key: string]: string | number | boolean | null;
2599
2599
  };
2600
+ /**
2601
+ * Format: uri
2602
+ * @description URL to the README documentation for this question type
2603
+ */
2604
+ readme?: string;
2605
+ /**
2606
+ * Format: uri
2607
+ * @description URL to a preview image for this question type
2608
+ */
2609
+ previewImage?: string;
2610
+ /**
2611
+ * Format: uri
2612
+ * @description URL to example question data (JSON) used to preview this question type
2613
+ */
2614
+ previewData?: string;
2600
2615
  /** Format: uri */
2601
2616
  stylesheet?: string;
2602
2617
  index?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@examplary/sdk",
3
3
  "packageManager": "yarn@4.13.0",
4
- "version": "2.12.0",
4
+ "version": "2.13.0",
5
5
  "description": "TypeScript SDK for accessing the Examplary API.",
6
6
  "scripts": {
7
7
  "clean": "rm -rf dist",