1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Merge branch 'main' into issue-1841-pub-flow

This commit is contained in:
paulo-ocean 2024-10-02 09:04:32 +01:00
commit c657547adb

View File

@ -1,4 +1,5 @@
import { ConsumerParameter } from './ConsumerParameter' import { ConsumerParameter } from './ConsumerParameter'
import { Credentials } from './Credentials'
export interface PublisherTrustedAlgorithm { export interface PublisherTrustedAlgorithm {
/** /**
@ -80,6 +81,12 @@ export interface Service {
*/ */
serviceEndpoint: string serviceEndpoint: string
/**
* Describes the credentials needed to access a service
* @type {Credentials}
*/
credentials?: Credentials
/** /**
* Describing how long the service can be used after consumption is initiated. * Describing how long the service can be used after consumption is initiated.
* @type {number} * @type {number}