🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@equinor/fusion

Package Overview
Dependencies
Maintainers
2
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion - npm Package Compare versions

Comparing version

to
0.4.3

4

lib/http/apiClients/models/org/PositionInstance.d.ts
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",