Skip to content

Commit 047b359

Browse files
authored
Merge pull request #186 from UN-OCHA/HPC-9737
HPC-9737: Add `isRegion` to `location` model
2 parents 7b31aff + a88e27d commit 047b359

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unocha/hpc-api-core",
3-
"version": "10.2.0",
3+
"version": "10.3.0",
44
"description": "Core libraries supporting HPC.Tools API Backend",
55
"license": "Apache-2.0",
66
"private": false,

src/db/models/location.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default defineIDModel({
2828
},
2929
nonNullWithDefault: {
3030
itosSync: { kind: 'checked', type: t.boolean },
31+
isRegion: { kind: 'checked', type: t.boolean },
3132
},
3233
optional: {
3334
externalId: { kind: 'checked', type: t.string },

0 commit comments

Comments
 (0)