We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b31aff + a88e27d commit 047b359Copy full SHA for 047b359
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@unocha/hpc-api-core",
3
- "version": "10.2.0",
+ "version": "10.3.0",
4
"description": "Core libraries supporting HPC.Tools API Backend",
5
"license": "Apache-2.0",
6
"private": false,
src/db/models/location.ts
@@ -28,6 +28,7 @@ export default defineIDModel({
28
},
29
nonNullWithDefault: {
30
itosSync: { kind: 'checked', type: t.boolean },
31
+ isRegion: { kind: 'checked', type: t.boolean },
32
33
optional: {
34
externalId: { kind: 'checked', type: t.string },
0 commit comments