diff --git a/.changeset/swimming-otter.md b/.changeset/swimming-otter.md new file mode 100644 index 0000000..a3335b7 --- /dev/null +++ b/.changeset/swimming-otter.md @@ -0,0 +1,9 @@ + +--- + +'@everipedia/iq-utils': Minor + +--- + + +Adds location fields to base events \ No newline at end of file diff --git a/src/types/wiki.ts b/src/types/wiki.ts index faf65ef..2f565d9 100644 --- a/src/types/wiki.ts +++ b/src/types/wiki.ts @@ -242,6 +242,8 @@ export interface BaseEvents { link?: string; multiDateStart?: string; multiDateEnd?: string; + continent?: string; + country?: string; action?: EventAction | null; }