@sphereon/ssi-sdk.kms-rest-client 0.34.1-feature.SSISDK.82.and.SSISDK.70.345 → 0.34.1-feature.SSISDK.82.and.SSISDK.70.349
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/agent/KmsRestClient.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3695,7 +3695,7 @@ var KmsRestClient = class _KmsRestClient {
|
|
|
3695
3695
|
/** {@inheritDoc IKmsRestClient.kmsCreateRawSignature} */
|
|
3696
3696
|
async kmsClientCreateRawSignature(args) {
|
|
3697
3697
|
const baseUrl = this.assertedAgentBaseUrl(args.baseUrl);
|
|
3698
|
-
const url = _KmsRestClient.urlWithBase(`/signatures/raw`, baseUrl);
|
|
3698
|
+
const url = _KmsRestClient.urlWithBase(`/signatures/raw/create`, baseUrl);
|
|
3699
3699
|
const body = {
|
|
3700
3700
|
keyInfo: args.keyInfo,
|
|
3701
3701
|
input: args.input
|