Skip to content

Commit 1f76560

Browse files
authored
Merge pull request #735 from nevermined-io/feat/add-search-endpoint
feat: add search endpoint
2 parents dd39011 + 82c3bab commit 1f76560

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/types/DDOTypes.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { Babysig, ERCType, NeverminedNFTType } from '../types/GeneralTypes'
2-
import { TxParameters } from '../models/Transactions'
3-
import { NvmAccount } from '../models/NvmAccount'
41
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'
66

77
export interface Authentication {
88
type: string
@@ -192,6 +192,7 @@ export interface MetaDataExternalResource {
192192
export const NeverminedQueryProtocolEndpoints: { [verb: string]: string }[] = [
193193
{ POST: '/api/v1/agents/{DID}/tasks' },
194194
{ GET: '/api/v1/agents/{DID}/tasks/(.*)' },
195+
{ POST: '/api/v1/agents/search/subscriber/tasks' },
195196
]
196197

197198
/**

0 commit comments

Comments
 (0)