@ndla/types-backend 1.0.120 → 1.0.121
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/build/audio-api.d.ts +4 -0
- package/package.json +1 -1
package/build/audio-api.d.ts
CHANGED
|
@@ -558,6 +558,8 @@ export type components = {
|
|
|
558
558
|
coverPhotoId: string;
|
|
559
559
|
/** @description Cover photo alttext for the podcast */
|
|
560
560
|
coverPhotoAltText: string;
|
|
561
|
+
/** @description The time the podcast was released from its source */
|
|
562
|
+
released?: string;
|
|
561
563
|
};
|
|
562
564
|
/**
|
|
563
565
|
* NewSeriesDTO
|
|
@@ -614,6 +616,8 @@ export type components = {
|
|
|
614
616
|
coverPhoto: components["schemas"]["CoverPhotoDTO"];
|
|
615
617
|
/** @description ISO 639-1 code that represents the language used in the title */
|
|
616
618
|
language: string;
|
|
619
|
+
/** @description The time the podcast was released from its source */
|
|
620
|
+
released?: string;
|
|
617
621
|
};
|
|
618
622
|
/**
|
|
619
623
|
* SearchParamsDTO
|