-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ab68fd
commit 719959a
Showing
6 changed files
with
591 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
## API Report File for "daf-selective-disclosure" | ||
|
||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). | ||
```ts | ||
import { AbstractMessageHandler } from 'daf-core' | ||
import { IAgentContext } from 'daf-core' | ||
import { IAgentPlugin } from 'daf-core' | ||
import { IDataStoreORM } from 'daf-typeorm' | ||
import { IHandleMessage } from 'daf-core' | ||
import { IIdentityManager } from 'daf-core' | ||
import { IKeyManager } from 'daf-core' | ||
import { IPluginMethodMap } from 'daf-core' | ||
import { Message } from 'daf-core' | ||
import { VerifiableCredential } from 'daf-core' | ||
import { VerifiablePresentation } from 'daf-core' | ||
|
||
// Warning: (ae-forgotten-export) The symbol "TCreateSelectiveDisclosureRequest" needs to be exported by the entry point index.d.ts | ||
// | ||
// @public (undocumented) | ||
export const createSelectiveDisclosureRequest: TCreateSelectiveDisclosureRequest | ||
|
||
// Warning: (ae-forgotten-export) The symbol "TGetVerifiableCredentialsForSdr" needs to be exported by the entry point index.d.ts | ||
// | ||
// @public (undocumented) | ||
export const getVerifiableCredentialsForSdr: TGetVerifiableCredentialsForSdr | ||
|
||
// @public (undocumented) | ||
export interface ICreateSelectiveDisclosureRequest extends IPluginMethodMap { | ||
// Warning: (ae-forgotten-export) The symbol "ICreateSelectiveDisclosureRequestArgs" needs to be exported by the entry point index.d.ts | ||
// Warning: (ae-forgotten-export) The symbol "IContext" needs to be exported by the entry point index.d.ts | ||
// | ||
// (undocumented) | ||
createSelectiveDisclosureRequest( | ||
args: ICreateSelectiveDisclosureRequestArgs, | ||
context: IContext_2, | ||
): Promise<string> | ||
} | ||
|
||
// @public (undocumented) | ||
export interface IGetVerifiableCredentialsForSdr extends IPluginMethodMap { | ||
// (undocumented) | ||
getVerifiableCredentialsForSdr: TGetVerifiableCredentialsForSdr | ||
} | ||
|
||
// @public (undocumented) | ||
export interface ISdr | ||
extends ICreateSelectiveDisclosureRequest, | ||
IGetVerifiableCredentialsForSdr, | ||
IValidatePresentationAgainstSdr {} | ||
|
||
// @public (undocumented) | ||
export interface IValidatePresentationAgainstSdr extends IPluginMethodMap { | ||
// Warning: (ae-forgotten-export) The symbol "TValidatePresentationAgainstSdr" needs to be exported by the entry point index.d.ts | ||
// | ||
// (undocumented) | ||
validatePresentationAgainstSdr: TValidatePresentationAgainstSdr | ||
} | ||
|
||
// @public (undocumented) | ||
export const MessageTypes: { | ||
sdr: string | ||
} | ||
|
||
// @public (undocumented) | ||
export class Sdr implements IAgentPlugin { | ||
// (undocumented) | ||
readonly methods: ISdr | ||
} | ||
|
||
// @public (undocumented) | ||
export class SdrMessageHandler extends AbstractMessageHandler { | ||
// Warning: (ae-forgotten-export) The symbol "IContext" needs to be exported by the entry point index.d.ts | ||
// | ||
// (undocumented) | ||
handle(message: Message, context: IContext): Promise<Message> | ||
} | ||
|
||
// @public (undocumented) | ||
export const validatePresentationAgainstSdr: TValidatePresentationAgainstSdr | ||
|
||
// (No @packageDocumentation comment for this package) | ||
``` |
Oops, something went wrong.