@sistent/sistent 0.14.210 → 0.14.211

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
@@ -1243,6 +1243,8 @@ interface Tutorial {
1243
1243
  description: string;
1244
1244
  status?: boolean;
1245
1245
  cardImage: string;
1246
+ type?: string;
1247
+ level?: string;
1246
1248
  };
1247
1249
  }
1248
1250
  interface Props$1 {
package/dist/index.d.ts CHANGED
@@ -1243,6 +1243,8 @@ interface Tutorial {
1243
1243
  description: string;
1244
1244
  status?: boolean;
1245
1245
  cardImage: string;
1246
+ type?: string;
1247
+ level?: string;
1246
1248
  };
1247
1249
  }
1248
1250
  interface Props$1 {