@triveria/wallet 0.0.253 → 0.0.254
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
|
@@ -1706,7 +1706,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
1706
1706
|
* @param {*} [options] Override http request option.
|
|
1707
1707
|
* @throws {RequiredError}
|
|
1708
1708
|
*/
|
|
1709
|
-
issuerXadesSign(walletId: string, xml: File, xadesSignatureType: XadesSignatureType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
1709
|
+
issuerXadesSign(walletId: string, xml: File, xadesSignatureType: XadesSignatureType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
1710
1710
|
/**
|
|
1711
1711
|
* Returns a signed PDF contained in the verifiable credential containing the credential VP added as an attachment in incremental update.
|
|
1712
1712
|
* @param {string} credentialId Verifiable Credential Identifier
|
|
@@ -2170,7 +2170,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2170
2170
|
* @param {*} [options] Override http request option.
|
|
2171
2171
|
* @throws {RequiredError}
|
|
2172
2172
|
*/
|
|
2173
|
-
issuerXadesSign(walletId: string, xml: File, xadesSignatureType: XadesSignatureType, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
2173
|
+
issuerXadesSign(walletId: string, xml: File, xadesSignatureType: XadesSignatureType, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
2174
2174
|
/**
|
|
2175
2175
|
* Returns a signed PDF contained in the verifiable credential containing the credential VP added as an attachment in incremental update.
|
|
2176
2176
|
* @param {string} credentialId Verifiable Credential Identifier
|
|
@@ -2634,7 +2634,7 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
2634
2634
|
* @param {*} [options] Override http request option.
|
|
2635
2635
|
* @throws {RequiredError}
|
|
2636
2636
|
*/
|
|
2637
|
-
issuerXadesSign(walletId: string, xml: File, xadesSignatureType: XadesSignatureType, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
2637
|
+
issuerXadesSign(walletId: string, xml: File, xadesSignatureType: XadesSignatureType, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
|
|
2638
2638
|
/**
|
|
2639
2639
|
* Returns a signed PDF contained in the verifiable credential containing the credential VP added as an attachment in incremental update.
|
|
2640
2640
|
* @param {string} credentialId Verifiable Credential Identifier
|