@ndla/types-backend 1.0.92 → 1.0.93

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.
@@ -1688,10 +1688,7 @@ export interface operations {
1688
1688
  "getMyndla-apiV1FoldersSharedFolder-id": {
1689
1689
  parameters: {
1690
1690
  query?: never;
1691
- header?: {
1692
- /** @description Header containing FEIDE access token. */
1693
- FeideAuthorization?: string;
1694
- };
1691
+ header?: never;
1695
1692
  path: {
1696
1693
  /** @description The UUID of the folder */
1697
1694
  "folder-id": string;
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.92",
35
+ "version": "1.0.93",
36
36
  "packageManager": "yarn@4.10.3"
37
37
  }