@triveria/wallet 0.0.168 → 0.0.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.d.ts +3 -3
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -2307,7 +2307,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2307
2307
|
* @param {*} [options] Override http request option.
|
|
2308
2308
|
* @throws {RequiredError}
|
|
2309
2309
|
*/
|
|
2310
|
-
oidcCredentialRequestInit(walletId: string, credentialRequest?: CredentialRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2310
|
+
oidcCredentialRequestInit(walletId: string, credentialRequest?: CredentialRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InteractionAuthorizationRequirements>>;
|
|
2311
2311
|
/**
|
|
2312
2312
|
* Initiates issuing of the credential using the authorized deferred flow, in which the holder will receive credential asynchronously.
|
|
2313
2313
|
* @param {string} walletId
|
|
@@ -2633,7 +2633,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2633
2633
|
* @param {*} [options] Override http request option.
|
|
2634
2634
|
* @throws {RequiredError}
|
|
2635
2635
|
*/
|
|
2636
|
-
oidcCredentialRequestInit(walletId: string, credentialRequest?: CredentialRequest, options?: any): AxiosPromise<
|
|
2636
|
+
oidcCredentialRequestInit(walletId: string, credentialRequest?: CredentialRequest, options?: any): AxiosPromise<InteractionAuthorizationRequirements>;
|
|
2637
2637
|
/**
|
|
2638
2638
|
* Initiates issuing of the credential using the authorized deferred flow, in which the holder will receive credential asynchronously.
|
|
2639
2639
|
* @param {string} walletId
|
|
@@ -2979,7 +2979,7 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
2979
2979
|
* @throws {RequiredError}
|
|
2980
2980
|
* @memberof DefaultApi
|
|
2981
2981
|
*/
|
|
2982
|
-
oidcCredentialRequestInit(walletId: string, credentialRequest?: CredentialRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InteractionAuthorizationRequirements
|
|
2982
|
+
oidcCredentialRequestInit(walletId: string, credentialRequest?: CredentialRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InteractionAuthorizationRequirements, any>>;
|
|
2983
2983
|
/**
|
|
2984
2984
|
* Initiates issuing of the credential using the authorized deferred flow, in which the holder will receive credential asynchronously.
|
|
2985
2985
|
* @param {string} walletId
|