@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.346

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.js CHANGED
@@ -3364,7 +3364,7 @@ var KmsRestClient = class _KmsRestClient {
3364
3364
  /** {@inheritDoc IKmsRestClient.kmsCreateRawSignature} */
3365
3365
  async kmsClientCreateRawSignature(args) {
3366
3366
  const baseUrl = this.assertedAgentBaseUrl(args.baseUrl);
3367
- const url = _KmsRestClient.urlWithBase(`/signatures/raw`, baseUrl);
3367
+ const url = _KmsRestClient.urlWithBase(`/signatures/raw/create`, baseUrl);
3368
3368
  const body = {
3369
3369
  keyInfo: args.keyInfo,
3370
3370
  input: args.input