Skip to content

Commit

Permalink
Merge pull request #186 from UN-OCHA/HPC-9737
Browse files Browse the repository at this point in the history
HPC-9737: Add `isRegion` to `location` model
  • Loading branch information
enxtur authored Nov 13, 2024
2 parents 7b31aff + a88e27d commit 047b359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unocha/hpc-api-core",
"version": "10.2.0",
"version": "10.3.0",
"description": "Core libraries supporting HPC.Tools API Backend",
"license": "Apache-2.0",
"private": false,
Expand Down
1 change: 1 addition & 0 deletions src/db/models/location.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineIDModel({
},
nonNullWithDefault: {
itosSync: { kind: 'checked', type: t.boolean },
isRegion: { kind: 'checked', type: t.boolean },
},
optional: {
externalId: { kind: 'checked', type: t.string },
Expand Down

0 comments on commit 047b359

Please sign in to comment.