@equinor/fusion
Advanced tools
Comparing version 0.4.2 to 0.4.3
import PositionLocation from './PositionLocation'; | ||
import AssignedPerson from './AssignedPerson'; | ||
declare type PositionInstanceType = 'Normal'; | ||
declare type PositionInstance = { | ||
id: string; | ||
obs: string; | ||
@@ -8,3 +10,3 @@ percent: number; | ||
appliesTo: Date; | ||
type: string; | ||
type: PositionInstanceType; | ||
location: PositionLocation; | ||
@@ -11,0 +13,0 @@ assignedPerson: AssignedPerson; |
@@ -19,3 +19,3 @@ import BaseResourceCollection from './BaseResourceCollection'; | ||
jobDescription(projectId, positionId) { | ||
return combineUrls(this.position(projectId, positionId, false), 'jobDescription'); | ||
return combineUrls(this.position(projectId, positionId, false), 'jobDescription/content'); | ||
} | ||
@@ -22,0 +22,0 @@ reportsTo(projectId, positionId) { |
@@ -1,2 +0,2 @@ | ||
declare const _default: "0.4.2"; | ||
declare const _default: "0.4.3"; | ||
export default _default; |
@@ -1,1 +0,1 @@ | ||
export default '0.4.2'; | ||
export default '0.4.3'; |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
170460
4057