@meshery/schemas 0.8.47 → 0.8.49

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.
@@ -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;
@@ -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/index.d.mts CHANGED
@@ -513,10 +513,6 @@ interface HttpsSchemasMesheryIoComponentJson$5 {
513
513
  * Specifies the version of the schema used for the definition.
514
514
  */
515
515
  schemaVersion: string;
516
- /**
517
- * Specifies the MeshSync deployment mode: 'operator' (standalone deployment) or 'embedded' (library).
518
- */
519
- meshsync_deployment_mode?: "operator" | "embedded";
520
516
  }
521
517
  /**
522
518
  * Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments
@@ -3150,10 +3146,6 @@ interface HttpsSchemasMesheryIoComponentJson1$1 {
3150
3146
  * Specifies the version of the schema used for the definition.
3151
3147
  */
3152
3148
  schemaVersion: string;
3153
- /**
3154
- * Specifies the MeshSync deployment mode: 'operator' (standalone deployment) or 'embedded' (library).
3155
- */
3156
- meshsync_deployment_mode?: "operator" | "embedded";
3157
3149
  }
3158
3150
  /**
3159
3151
  * Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments
@@ -3654,10 +3646,6 @@ interface HttpsSchemasMesheryIoComponentJson$2 {
3654
3646
  * Specifies the version of the schema used for the definition.
3655
3647
  */
3656
3648
  schemaVersion: string;
3657
- /**
3658
- * Specifies the MeshSync deployment mode: 'operator' (standalone deployment) or 'embedded' (library).
3659
- */
3660
- meshsync_deployment_mode?: "operator" | "embedded";
3661
3649
  }
3662
3650
  /**
3663
3651
  * Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments
@@ -4416,10 +4404,6 @@ interface HttpsSchemasMesheryIoComponentJson1 {
4416
4404
  * Specifies the version of the schema used for the definition.
4417
4405
  */
4418
4406
  schemaVersion: string;
4419
- /**
4420
- * Specifies the MeshSync deployment mode: 'operator' (standalone deployment) or 'embedded' (library).
4421
- */
4422
- meshsync_deployment_mode?: "operator" | "embedded";
4423
4407
  }
4424
4408
  /**
4425
4409
  * Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments
@@ -7150,20 +7134,6 @@ declare const schema$7: {
7150
7134
  pattern: string;
7151
7135
  example: string[];
7152
7136
  };
7153
- meshsync_deployment_mode: {
7154
- type: string;
7155
- description: string;
7156
- enum: string[];
7157
- "x-enum-varnames": string[];
7158
- default: string;
7159
- "x-order": number;
7160
- "x-oapi-codegen-extra-tags": {
7161
- yaml: string;
7162
- db: string;
7163
- gorm: string;
7164
- };
7165
- "x-go-type-skip-optional-pointer": boolean;
7166
- };
7167
7137
  };
7168
7138
  };
7169
7139
  registrantId: {
@@ -12801,20 +12771,6 @@ declare const schema$7: {
12801
12771
  pattern: string;
12802
12772
  example: string[];
12803
12773
  };
12804
- meshsync_deployment_mode: {
12805
- type: string;
12806
- description: string;
12807
- enum: string[];
12808
- "x-enum-varnames": string[];
12809
- default: string;
12810
- "x-order": number;
12811
- "x-oapi-codegen-extra-tags": {
12812
- yaml: string;
12813
- db: string;
12814
- gorm: string;
12815
- };
12816
- "x-go-type-skip-optional-pointer": boolean;
12817
- };
12818
12774
  };
12819
12775
  };
12820
12776
  registrantId: {
@@ -18484,20 +18440,6 @@ declare const schema$7: {
18484
18440
  pattern: string;
18485
18441
  example: string[];
18486
18442
  };
18487
- meshsync_deployment_mode: {
18488
- type: string;
18489
- description: string;
18490
- enum: string[];
18491
- "x-enum-varnames": string[];
18492
- default: string;
18493
- "x-order": number;
18494
- "x-oapi-codegen-extra-tags": {
18495
- yaml: string;
18496
- db: string;
18497
- gorm: string;
18498
- };
18499
- "x-go-type-skip-optional-pointer": boolean;
18500
- };
18501
18443
  };
18502
18444
  };
18503
18445
  registrantId: {
@@ -24199,20 +24141,6 @@ declare const schema$7: {
24199
24141
  pattern: string;
24200
24142
  example: string[];
24201
24143
  };
24202
- meshsync_deployment_mode: {
24203
- type: string;
24204
- description: string;
24205
- enum: string[];
24206
- "x-enum-varnames": string[];
24207
- default: string;
24208
- "x-order": number;
24209
- "x-oapi-codegen-extra-tags": {
24210
- yaml: string;
24211
- db: string;
24212
- gorm: string;
24213
- };
24214
- "x-go-type-skip-optional-pointer": boolean;
24215
- };
24216
24144
  };
24217
24145
  };
24218
24146
  registrantId: {
@@ -29800,20 +29728,6 @@ declare const schema$4: {
29800
29728
  pattern: string;
29801
29729
  example: string[];
29802
29730
  };
29803
- meshsync_deployment_mode: {
29804
- type: string;
29805
- description: string;
29806
- enum: string[];
29807
- "x-enum-varnames": string[];
29808
- default: string;
29809
- "x-order": number;
29810
- "x-oapi-codegen-extra-tags": {
29811
- yaml: string;
29812
- db: string;
29813
- gorm: string;
29814
- };
29815
- "x-go-type-skip-optional-pointer": boolean;
29816
- };
29817
29731
  };
29818
29732
  };
29819
29733
  registrantId: {
@@ -31403,20 +31317,6 @@ declare const schema$3: {
31403
31317
  pattern: string;
31404
31318
  example: string[];
31405
31319
  };
31406
- meshsync_deployment_mode: {
31407
- type: string;
31408
- description: string;
31409
- enum: string[];
31410
- "x-enum-varnames": string[];
31411
- default: string;
31412
- "x-order": number;
31413
- "x-oapi-codegen-extra-tags": {
31414
- yaml: string;
31415
- db: string;
31416
- gorm: string;
31417
- };
31418
- "x-go-type-skip-optional-pointer": boolean;
31419
- };
31420
31320
  };
31421
31321
  };
31422
31322
  registrantId: {
package/dist/index.d.ts CHANGED
@@ -513,10 +513,6 @@ interface HttpsSchemasMesheryIoComponentJson$5 {
513
513
  * Specifies the version of the schema used for the definition.
514
514
  */
515
515
  schemaVersion: string;
516
- /**
517
- * Specifies the MeshSync deployment mode: 'operator' (standalone deployment) or 'embedded' (library).
518
- */
519
- meshsync_deployment_mode?: "operator" | "embedded";
520
516
  }
521
517
  /**
522
518
  * Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments
@@ -3150,10 +3146,6 @@ interface HttpsSchemasMesheryIoComponentJson1$1 {
3150
3146
  * Specifies the version of the schema used for the definition.
3151
3147
  */
3152
3148
  schemaVersion: string;
3153
- /**
3154
- * Specifies the MeshSync deployment mode: 'operator' (standalone deployment) or 'embedded' (library).
3155
- */
3156
- meshsync_deployment_mode?: "operator" | "embedded";
3157
3149
  }
3158
3150
  /**
3159
3151
  * Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments
@@ -3654,10 +3646,6 @@ interface HttpsSchemasMesheryIoComponentJson$2 {
3654
3646
  * Specifies the version of the schema used for the definition.
3655
3647
  */
3656
3648
  schemaVersion: string;
3657
- /**
3658
- * Specifies the MeshSync deployment mode: 'operator' (standalone deployment) or 'embedded' (library).
3659
- */
3660
- meshsync_deployment_mode?: "operator" | "embedded";
3661
3649
  }
3662
3650
  /**
3663
3651
  * Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments
@@ -4416,10 +4404,6 @@ interface HttpsSchemasMesheryIoComponentJson1 {
4416
4404
  * Specifies the version of the schema used for the definition.
4417
4405
  */
4418
4406
  schemaVersion: string;
4419
- /**
4420
- * Specifies the MeshSync deployment mode: 'operator' (standalone deployment) or 'embedded' (library).
4421
- */
4422
- meshsync_deployment_mode?: "operator" | "embedded";
4423
4407
  }
4424
4408
  /**
4425
4409
  * Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments
@@ -7150,20 +7134,6 @@ declare const schema$7: {
7150
7134
  pattern: string;
7151
7135
  example: string[];
7152
7136
  };
7153
- meshsync_deployment_mode: {
7154
- type: string;
7155
- description: string;
7156
- enum: string[];
7157
- "x-enum-varnames": string[];
7158
- default: string;
7159
- "x-order": number;
7160
- "x-oapi-codegen-extra-tags": {
7161
- yaml: string;
7162
- db: string;
7163
- gorm: string;
7164
- };
7165
- "x-go-type-skip-optional-pointer": boolean;
7166
- };
7167
7137
  };
7168
7138
  };
7169
7139
  registrantId: {
@@ -12801,20 +12771,6 @@ declare const schema$7: {
12801
12771
  pattern: string;
12802
12772
  example: string[];
12803
12773
  };
12804
- meshsync_deployment_mode: {
12805
- type: string;
12806
- description: string;
12807
- enum: string[];
12808
- "x-enum-varnames": string[];
12809
- default: string;
12810
- "x-order": number;
12811
- "x-oapi-codegen-extra-tags": {
12812
- yaml: string;
12813
- db: string;
12814
- gorm: string;
12815
- };
12816
- "x-go-type-skip-optional-pointer": boolean;
12817
- };
12818
12774
  };
12819
12775
  };
12820
12776
  registrantId: {
@@ -18484,20 +18440,6 @@ declare const schema$7: {
18484
18440
  pattern: string;
18485
18441
  example: string[];
18486
18442
  };
18487
- meshsync_deployment_mode: {
18488
- type: string;
18489
- description: string;
18490
- enum: string[];
18491
- "x-enum-varnames": string[];
18492
- default: string;
18493
- "x-order": number;
18494
- "x-oapi-codegen-extra-tags": {
18495
- yaml: string;
18496
- db: string;
18497
- gorm: string;
18498
- };
18499
- "x-go-type-skip-optional-pointer": boolean;
18500
- };
18501
18443
  };
18502
18444
  };
18503
18445
  registrantId: {
@@ -24199,20 +24141,6 @@ declare const schema$7: {
24199
24141
  pattern: string;
24200
24142
  example: string[];
24201
24143
  };
24202
- meshsync_deployment_mode: {
24203
- type: string;
24204
- description: string;
24205
- enum: string[];
24206
- "x-enum-varnames": string[];
24207
- default: string;
24208
- "x-order": number;
24209
- "x-oapi-codegen-extra-tags": {
24210
- yaml: string;
24211
- db: string;
24212
- gorm: string;
24213
- };
24214
- "x-go-type-skip-optional-pointer": boolean;
24215
- };
24216
24144
  };
24217
24145
  };
24218
24146
  registrantId: {
@@ -29800,20 +29728,6 @@ declare const schema$4: {
29800
29728
  pattern: string;
29801
29729
  example: string[];
29802
29730
  };
29803
- meshsync_deployment_mode: {
29804
- type: string;
29805
- description: string;
29806
- enum: string[];
29807
- "x-enum-varnames": string[];
29808
- default: string;
29809
- "x-order": number;
29810
- "x-oapi-codegen-extra-tags": {
29811
- yaml: string;
29812
- db: string;
29813
- gorm: string;
29814
- };
29815
- "x-go-type-skip-optional-pointer": boolean;
29816
- };
29817
29731
  };
29818
29732
  };
29819
29733
  registrantId: {
@@ -31403,20 +31317,6 @@ declare const schema$3: {
31403
31317
  pattern: string;
31404
31318
  example: string[];
31405
31319
  };
31406
- meshsync_deployment_mode: {
31407
- type: string;
31408
- description: string;
31409
- enum: string[];
31410
- "x-enum-varnames": string[];
31411
- default: string;
31412
- "x-order": number;
31413
- "x-oapi-codegen-extra-tags": {
31414
- yaml: string;
31415
- db: string;
31416
- gorm: string;
31417
- };
31418
- "x-go-type-skip-optional-pointer": boolean;
31419
- };
31420
31320
  };
31421
31321
  };
31422
31322
  registrantId: {