mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
compute job interface update
This commit is contained in:
parent
66a056cf59
commit
b86caf343a
@ -4,6 +4,7 @@ import Account from './Account'
|
||||
import { DDO } from '../ddo/DDO'
|
||||
import { SubscribablePromise } from '../utils'
|
||||
import { OrderProgressStep } from './utils/ServiceUtils'
|
||||
import { DID } from '../squid'
|
||||
|
||||
export enum ComputeJobStatus {
|
||||
Started,
|
||||
@ -24,12 +25,9 @@ export interface ComputeJob {
|
||||
dateFinished: string
|
||||
status: ComputeJobStatus
|
||||
statusText: string
|
||||
configlogUrl: string
|
||||
publishlogUrl: string
|
||||
algologUrl: string
|
||||
outputsUrl: string[]
|
||||
ddo?: DDO
|
||||
did?: string
|
||||
resultsDid?: DID
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user