@ndla/types-backend 1.0.61 → 1.0.62

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.
@@ -750,7 +750,7 @@ export type components = {
750
750
  * Format: int64
751
751
  * @description The id of the article that this learningstep is associated with
752
752
  */
753
- article?: number;
753
+ articleId?: number;
754
754
  /** @description Determines if the title of the step should be displayed in viewmode */
755
755
  showTitle: boolean;
756
756
  /** @description The type of the step */
@@ -863,7 +863,7 @@ export type components = {
863
863
  * Format: int64
864
864
  * @description The article id this learningstep points to
865
865
  */
866
- article?: number;
866
+ articleId?: number;
867
867
  embedUrl?: components["schemas"]["EmbedUrlV2DTO"];
868
868
  /**
869
869
  * @description Determines if the title of the step should be displayed in viewmode.
@@ -1062,7 +1062,7 @@ export type components = {
1062
1062
  * Format: int64
1063
1063
  * @description The article id this learningstep points to
1064
1064
  */
1065
- article?: number | null;
1065
+ articleId?: number | null;
1066
1066
  /** @description Determines if the title of the step should be displayed in viewmode */
1067
1067
  showTitle?: boolean;
1068
1068
  /** @description The type of the step */
package/package.json CHANGED
@@ -32,6 +32,6 @@
32
32
  "tsx": "^4.19.3",
33
33
  "typescript": "^5.3.3"
34
34
  },
35
- "version": "1.0.61",
35
+ "version": "1.0.62",
36
36
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
37
37
  }