File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @unocha/hpc-api-core" ,
3
- "version" : " 10.1.2 " ,
3
+ "version" : " 10.2.0 " ,
4
4
"description" : " Core libraries supporting HPC.Tools API Backend" ,
5
5
"license" : " Apache-2.0" ,
6
6
"private" : false ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { brandedType } from '../../util/io-ts';
4
4
import type { Brand } from '../../util/types' ;
5
5
import { DATE } from '../util/datatypes' ;
6
6
import { defineLegacyVersionedModel } from '../util/legacy-versioned-model' ;
7
+ import { LOCATION_ID } from './location' ;
7
8
import { PLAN_ID } from './plan' ;
8
9
import { PLAN_REPORTING_PERIOD_ID } from './planReportingPeriod' ;
9
10
@@ -59,6 +60,7 @@ export default defineLegacyVersionedModel({
59
60
type : PLAN_VERSION_CLUSTER_SELECTION_TYPE ,
60
61
} ,
61
62
pdfPublishDate : { kind : 'checked' , type : DATE } ,
63
+ focusLocationId : { kind : 'branded-integer' , brand : LOCATION_ID } ,
62
64
} ,
63
65
accidentallyOptional : {
64
66
shortName : { kind : 'checked' , type : t . string } ,
You can’t perform that action at this time.
0 commit comments