@equinor/fusion
Advanced tools
Comparing version 2.4.6-pr-386.3 to 2.4.6-pr-386.4
@@ -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", |
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
355775