File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- import { Babysig , ERCType , NeverminedNFTType } from '../types/GeneralTypes'
2
- import { TxParameters } from '../models/Transactions'
3
- import { NvmAccount } from '../models/NvmAccount'
4
1
import { AssetPrice } from '../models/AssetPrice'
5
- import { NFTServiceAttributes , NFTAttributes } from '../models/NFTAttributes'
2
+ import { NFTAttributes , NFTServiceAttributes } from '../models/NFTAttributes'
3
+ import { NvmAccount } from '../models/NvmAccount'
4
+ import { TxParameters } from '../models/Transactions'
5
+ import { Babysig , ERCType , NeverminedNFTType } from '../types/GeneralTypes'
6
6
7
7
export interface Authentication {
8
8
type : string
@@ -192,6 +192,7 @@ export interface MetaDataExternalResource {
192
192
export const NeverminedQueryProtocolEndpoints : { [ verb : string ] : string } [ ] = [
193
193
{ POST : '/api/v1/agents/{DID}/tasks' } ,
194
194
{ GET : '/api/v1/agents/{DID}/tasks/(.*)' } ,
195
+ { POST : '/api/v1/agents/search/subscriber/tasks' } ,
195
196
]
196
197
197
198
/**
You can’t perform that action at this time.
0 commit comments