@triveria/wallet 0.0.283 → 0.0.284
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 +4 -4
- package/api.js +4 -4
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -1437,7 +1437,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
1437
1437
|
*/
|
|
1438
1438
|
pdfCredentialTwinGet: (credentialId: string, walletId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1439
1439
|
/**
|
|
1440
|
-
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state.
|
|
1440
|
+
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state. Maximum size of the PDF document is 50 MB.
|
|
1441
1441
|
* @param {string} credentialId Verifiable Credential Identifier
|
|
1442
1442
|
* @param {string} walletId
|
|
1443
1443
|
* @param {File} [pdf]
|
|
@@ -1963,7 +1963,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
1963
1963
|
*/
|
|
1964
1964
|
pdfCredentialTwinGet(credentialId: string, walletId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1965
1965
|
/**
|
|
1966
|
-
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state.
|
|
1966
|
+
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state. Maximum size of the PDF document is 50 MB.
|
|
1967
1967
|
* @param {string} credentialId Verifiable Credential Identifier
|
|
1968
1968
|
* @param {string} walletId
|
|
1969
1969
|
* @param {File} [pdf]
|
|
@@ -2491,7 +2491,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2491
2491
|
*/
|
|
2492
2492
|
pdfCredentialTwinGet(credentialId: string, walletId: string, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
2493
2493
|
/**
|
|
2494
|
-
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state.
|
|
2494
|
+
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state. Maximum size of the PDF document is 50 MB.
|
|
2495
2495
|
* @param {string} credentialId Verifiable Credential Identifier
|
|
2496
2496
|
* @param {string} walletId
|
|
2497
2497
|
* @param {File} [pdf]
|
|
@@ -3019,7 +3019,7 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3019
3019
|
*/
|
|
3020
3020
|
pdfCredentialTwinGet(credentialId: string, walletId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
3021
3021
|
/**
|
|
3022
|
-
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state.
|
|
3022
|
+
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state. Maximum size of the PDF document is 50 MB.
|
|
3023
3023
|
* @param {string} credentialId Verifiable Credential Identifier
|
|
3024
3024
|
* @param {string} walletId
|
|
3025
3025
|
* @param {File} [pdf]
|
package/api.js
CHANGED
|
@@ -1355,7 +1355,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1355
1355
|
};
|
|
1356
1356
|
}),
|
|
1357
1357
|
/**
|
|
1358
|
-
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state.
|
|
1358
|
+
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state. Maximum size of the PDF document is 50 MB.
|
|
1359
1359
|
* @param {string} credentialId Verifiable Credential Identifier
|
|
1360
1360
|
* @param {string} walletId
|
|
1361
1361
|
* @param {File} [pdf]
|
|
@@ -3117,7 +3117,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
3117
3117
|
});
|
|
3118
3118
|
},
|
|
3119
3119
|
/**
|
|
3120
|
-
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state.
|
|
3120
|
+
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state. Maximum size of the PDF document is 50 MB.
|
|
3121
3121
|
* @param {string} credentialId Verifiable Credential Identifier
|
|
3122
3122
|
* @param {string} walletId
|
|
3123
3123
|
* @param {File} [pdf]
|
|
@@ -3979,7 +3979,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3979
3979
|
return localVarFp.pdfCredentialTwinGet(credentialId, walletId, options).then((request) => request(axios, basePath));
|
|
3980
3980
|
},
|
|
3981
3981
|
/**
|
|
3982
|
-
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state.
|
|
3982
|
+
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state. Maximum size of the PDF document is 50 MB.
|
|
3983
3983
|
* @param {string} credentialId Verifiable Credential Identifier
|
|
3984
3984
|
* @param {string} walletId
|
|
3985
3985
|
* @param {File} [pdf]
|
|
@@ -4635,7 +4635,7 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4635
4635
|
return (0, exports.DefaultApiFp)(this.configuration).pdfCredentialTwinGet(credentialId, walletId, options).then((request) => request(this.axios, this.basePath));
|
|
4636
4636
|
}
|
|
4637
4637
|
/**
|
|
4638
|
-
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state.
|
|
4638
|
+
* Uploads a PDF that will be signed and embedded with the verifiable credential when it will be issued. Can be used only for credentials in Draft state. Maximum size of the PDF document is 50 MB.
|
|
4639
4639
|
* @param {string} credentialId Verifiable Credential Identifier
|
|
4640
4640
|
* @param {string} walletId
|
|
4641
4641
|
* @param {File} [pdf]
|