@meshery/schemas 0.8.47 → 0.8.48
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/cloudApi.d.mts +16 -0
- package/dist/cloudApi.d.ts +16 -0
- package/package.json +1 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -562,6 +562,8 @@ type UpdateCurrentItemInProgressTrackerApiResponse =
|
|
|
562
562
|
};
|
|
563
563
|
quiz: {
|
|
564
564
|
id: string;
|
|
565
|
+
/** Indicates if the quiz is final . i.e this quiz will used to evaluate the completion of parent section eg course , module , learning path */
|
|
566
|
+
final: boolean;
|
|
565
567
|
title: string;
|
|
566
568
|
description: string;
|
|
567
569
|
slug: string;
|
|
@@ -591,6 +593,12 @@ type UpdateCurrentItemInProgressTrackerApiResponse =
|
|
|
591
593
|
}[];
|
|
592
594
|
total_questions: number;
|
|
593
595
|
total_marks: number;
|
|
596
|
+
prerequisites: {
|
|
597
|
+
id: string;
|
|
598
|
+
title: string;
|
|
599
|
+
relPermalink: string;
|
|
600
|
+
type: string;
|
|
601
|
+
}[];
|
|
594
602
|
parent?: {
|
|
595
603
|
id: string;
|
|
596
604
|
title: string;
|
|
@@ -650,6 +658,8 @@ type SubmitQuizApiResponse = {
|
|
|
650
658
|
};
|
|
651
659
|
quiz: {
|
|
652
660
|
id: string;
|
|
661
|
+
/** Indicates if the quiz is final . i.e this quiz will used to evaluate the completion of parent section eg course , module , learning path */
|
|
662
|
+
final: boolean;
|
|
653
663
|
title: string;
|
|
654
664
|
description: string;
|
|
655
665
|
slug: string;
|
|
@@ -679,6 +689,12 @@ type SubmitQuizApiResponse = {
|
|
|
679
689
|
}[];
|
|
680
690
|
total_questions: number;
|
|
681
691
|
total_marks: number;
|
|
692
|
+
prerequisites: {
|
|
693
|
+
id: string;
|
|
694
|
+
title: string;
|
|
695
|
+
relPermalink: string;
|
|
696
|
+
type: string;
|
|
697
|
+
}[];
|
|
682
698
|
parent?: {
|
|
683
699
|
id: string;
|
|
684
700
|
title: string;
|
package/dist/cloudApi.d.ts
CHANGED
|
@@ -562,6 +562,8 @@ type UpdateCurrentItemInProgressTrackerApiResponse =
|
|
|
562
562
|
};
|
|
563
563
|
quiz: {
|
|
564
564
|
id: string;
|
|
565
|
+
/** Indicates if the quiz is final . i.e this quiz will used to evaluate the completion of parent section eg course , module , learning path */
|
|
566
|
+
final: boolean;
|
|
565
567
|
title: string;
|
|
566
568
|
description: string;
|
|
567
569
|
slug: string;
|
|
@@ -591,6 +593,12 @@ type UpdateCurrentItemInProgressTrackerApiResponse =
|
|
|
591
593
|
}[];
|
|
592
594
|
total_questions: number;
|
|
593
595
|
total_marks: number;
|
|
596
|
+
prerequisites: {
|
|
597
|
+
id: string;
|
|
598
|
+
title: string;
|
|
599
|
+
relPermalink: string;
|
|
600
|
+
type: string;
|
|
601
|
+
}[];
|
|
594
602
|
parent?: {
|
|
595
603
|
id: string;
|
|
596
604
|
title: string;
|
|
@@ -650,6 +658,8 @@ type SubmitQuizApiResponse = {
|
|
|
650
658
|
};
|
|
651
659
|
quiz: {
|
|
652
660
|
id: string;
|
|
661
|
+
/** Indicates if the quiz is final . i.e this quiz will used to evaluate the completion of parent section eg course , module , learning path */
|
|
662
|
+
final: boolean;
|
|
653
663
|
title: string;
|
|
654
664
|
description: string;
|
|
655
665
|
slug: string;
|
|
@@ -679,6 +689,12 @@ type SubmitQuizApiResponse = {
|
|
|
679
689
|
}[];
|
|
680
690
|
total_questions: number;
|
|
681
691
|
total_marks: number;
|
|
692
|
+
prerequisites: {
|
|
693
|
+
id: string;
|
|
694
|
+
title: string;
|
|
695
|
+
relPermalink: string;
|
|
696
|
+
type: string;
|
|
697
|
+
}[];
|
|
682
698
|
parent?: {
|
|
683
699
|
id: string;
|
|
684
700
|
title: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshery/schemas",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.48",
|
|
4
4
|
"description": "<p style=\"text-align:center;\" align=\"center\"><a href=\"https://meshery.io\"><picture> <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-light-text-side.svg\"> <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\"> <img src=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\" alt=\"Meshery Logo\" width=\"70%\" /></picture></a><br /><br /></p> <p align=\"center\"> <a href=\"https://hub.docker.com/r/meshery/meshery\" alt=\"Docker pulls\"> <img src=\"https://img.shields.io/docker/pulls/meshery/meshery.svg\" /></a> <a href=\"https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%meshery+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+org%3A+label%3A%22help+wanted%22+\" alt=\"GitHub issues by-label\"> <img src=\"https://img.shields.io/github/issues/meshery/meshery/help%20wanted.svg?color=informational\" /></a> <a href=\"https://github.com/meshery/meshery/blob/master/LICENSE\" alt=\"LICENSE\"> <img src=\"https://img.shields.io/github/license/meshery/meshery?color=brightgreen\" /></a> <a href=\"https://artifacthub.io/packages/helm/meshery/meshery\" alt=\"Artifact Hub Meshery\"> <img src=\"https://img.shields.io/endpoint?color=brightgreen&label=Helm%20Chart&style=plastic&url=https%3A%2F%2Fartifacthub.io%2Fbadge%2Frepository%2Fartifact-hub\" /></a> <a href=\"https://goreportcard.com/report/github.com/meshery/meshery\" alt=\"Go Report Card\"> <img src=\"https://goreportcard.com/badge/github.com/meshery/meshery\" /></a> <a href=\"https://github.com/meshery/meshery/actions\" alt=\"Build Status\"> <img src=\"https://img.shields.io/github/actions/workflow/status/meshery/meshery/release-drafter.yml\" /></a> <a href=\"https://bestpractices.coreinfrastructure.org/projects/3564\" alt=\"CLI Best Practices\"> <img src=\"https://bestpractices.coreinfrastructure.org/projects/3564/badge\" /></a> <a href=\"http://discuss.meshery.io\" alt=\"Discuss Users\"> <img src=\"https://img.shields.io/discourse/users?label=discuss&logo=discourse&server=https%3A%2F%2Fdiscuss.meshery.io\" /></a> <a href=\"https://slack.meshery.io\" alt=\"Join Slack\"> <img src=\"https://img.shields.io/badge/Slack-@meshery.svg?logo=slack\" /></a> <a href=\"https://twitter.com/intent/follow?screen_name=mesheryio\" alt=\"Twitter Follow\"> <img src=\"https://img.shields.io/twitter/follow/mesheryio.svg?label=Follow+Meshery&style=social\" /></a> <a href=\"https://github.com/meshery/meshery/releases\" alt=\"Meshery Downloads\"> <img src=\"https://img.shields.io/github/downloads/meshery/meshery/total\" /></a> <!-- <a href=\"https://app.fossa.com/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery?ref=badge_shield\" alt=\"License Scan Report\"> <img src=\"https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery.svg?type=shield\"/></a> --> </p>",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|