Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/fusion

Package Overview
Dependencies
Maintainers
3
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 2.4.6-pr-386.3 to 2.4.6-pr-386.4

2

lib/http/apiClients/FusionTasksClient.d.ts

@@ -6,4 +6,4 @@ import { HttpResponse } from '../HttpClient';

protected getBaseUrl(): string;
getPimsTasksAsync(personId: string, sourceSystem: string): Promise<HttpResponse<PimsTask[]>>;
getPimsTasksAsync(personId: string): Promise<HttpResponse<PimsTask[]>>;
getProcosysTasksAsync(personId: string): Promise<HttpResponse<ProCoSysTask[]>>;
}

@@ -6,4 +6,4 @@ import BaseApiClient from './BaseApiClient';

}
async getPimsTasksAsync(personId, sourceSystem) {
const url = this.resourceCollections.fusionTasks.pimsTasks(personId, sourceSystem);
async getPimsTasksAsync(personId) {
const url = this.resourceCollections.fusionTasks.pimsTasks(personId);
return await this.httpClient.getAsync(url);

@@ -10,0 +10,0 @@ }

@@ -5,4 +5,4 @@ import BaseResourceCollection from './BaseResourceCollection';

personTasks(personId: string): string;
pimsTasks(personId: string, taskType: string): string;
pimsTasks(personId: string): string;
procosysTasks(personId: string): string;
}

@@ -10,4 +10,4 @@ import BaseResourceCollection from './BaseResourceCollection';

}
pimsTasks(personId, taskType) {
return combineUrls(this.personTasks(personId), 'pims', taskType);
pimsTasks(personId) {
return combineUrls(this.personTasks(personId), 'pims');
}

@@ -14,0 +14,0 @@ procosysTasks(personId) {

@@ -1,2 +0,2 @@

declare const _default: "2.4.6-pr-386.3";
declare const _default: "2.4.6-pr-386.4";
export default _default;

@@ -1,1 +0,1 @@

export default '2.4.6-pr-386.3';
export default '2.4.6-pr-386.4';
{
"name": "@equinor/fusion",
"version": "2.4.6-pr-386.3",
"version": "2.4.6-pr-386.4",
"description": "Everything a Fusion app needs to communicate with the core",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc