@equinor/fusion
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -0,1 +1,5 @@ | ||
export declare type BasePositionSettings = { | ||
directAssignmentEnabled: boolean | null; | ||
isDefaultTaskOwner: boolean; | ||
}; | ||
declare type BasePosition = { | ||
@@ -6,4 +10,7 @@ id: string; | ||
discipline: string; | ||
projectType: string; | ||
subDiscipline: string | null; | ||
settings?: BasePositionSettings; | ||
roleDescription?: string; | ||
}; | ||
export default BasePosition; |
@@ -17,3 +17,5 @@ import BasePosition from './BasePosition'; | ||
contractId: string | null; | ||
isTaskOwner: boolean; | ||
hasChangesInDraft?: boolean; | ||
}; | ||
export default Position; |
@@ -25,3 +25,4 @@ import PositionLocation from './PositionLocation'; | ||
parentPositionId: string | null; | ||
hasChangesInDraft?: boolean; | ||
}; | ||
export default PositionInstance; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "3.1.2"; | ||
declare const _default: "3.1.3"; | ||
export default _default; |
@@ -1,1 +0,1 @@ | ||
export default '3.1.2'; | ||
export default '3.1.3'; |
{ | ||
"name": "@equinor/fusion", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
360934
8627