Skip to content

Commit

Permalink
🎨 add youtubePlaylistUrl + picturesGalleryUrl in edition and remove y…
Browse files Browse the repository at this point in the history
…outubeUrl from talks
  • Loading branch information
HubM committed Nov 30, 2023
1 parent 82908dd commit 0dd06e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bdxio/bdxio.types",
"version": "1.3.2",
"version": "1.3.3",
"types": "dist/index.d.ts",
"files": [
"/dist"
Expand Down
2 changes: 2 additions & 0 deletions types/Edition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export type Edition = {
talks?: Talk[];
slots?: Slot[];
offers?: Offer[];
youtubePlaylistUrl?: string;
picturesGalleryUrl?: string;
createdAt: string;
publishedAt: string;
updatedAt: string;
Expand Down
1 change: 0 additions & 1 deletion types/Talk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export type Talk = {
abstract?: string;
backup: boolean;
openfeedbackUrl?: string;
youtubeUrl?: string;
category?: Category;
slot?: Slot;
room?: Room;
Expand Down

0 comments on commit 0dd06e3

Please sign in to comment.