@ndla/types-backend 1.0.91 → 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;
@@ -637,6 +637,13 @@ export type components = {
637
637
  lastUpdated: string;
638
638
  /** @description Describes the license of the resource */
639
639
  license?: string;
640
+ /**
641
+ * Format: int32
642
+ * @description The revision number of the article
643
+ */
644
+ revision?: number;
645
+ /** @description If the article has been edited after last status or responsible change */
646
+ started: boolean;
640
647
  /** @description A list of revisions planned for the article */
641
648
  revisions: components["schemas"]["RevisionMetaDTO"][];
642
649
  responsible?: components["schemas"]["ResponsibleDTO"];
@@ -659,6 +666,8 @@ export type components = {
659
666
  favorited?: number;
660
667
  /** @description Type of the resource */
661
668
  resultType: components["schemas"]["SearchType"];
669
+ /** @description List of codes the resource is tagged with */
670
+ grepCodes: string[];
662
671
  typename: components["schemas"]["MultiSearchSummaryDTO1"];
663
672
  };
664
673
  /**
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.91",
35
+ "version": "1.0.93",
36
36
  "packageManager": "yarn@4.10.3"
37
37
  }