@ndla/types-backend 1.0.100 → 1.0.101

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.
@@ -51,8 +51,8 @@ export type paths = {
51
51
  cookie?: never;
52
52
  };
53
53
  /**
54
- * Fetch the most recent favorited resource
55
- * @description Fetch the most recent favorited resource
54
+ * Fetch the most recent favorited resource across all users
55
+ * @description Fetch the most recent favorited resource across all users
56
56
  */
57
57
  get: operations["getMyndla-apiV1FoldersResourcesRecent"];
58
58
  put?: never;
package/package.json CHANGED
@@ -32,6 +32,6 @@
32
32
  "tsx": "^4.21.0",
33
33
  "typescript": "^5.9.3"
34
34
  },
35
- "version": "1.0.100",
35
+ "version": "1.0.101",
36
36
  "packageManager": "yarn@4.10.3"
37
37
  }