apacuana-sdk-core 1.11.0 → 1.12.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apacuana-sdk-core",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "Core SDK para interacciones con las APIs de Apacuana.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -96,7 +96,7 @@ const addSignerOnBoarding = async (signerData) => {
96
96
  );
97
97
  return new ApacuanaSuccess({
98
98
  signer: signerData.typedoc + signerData.doc,
99
- docId: response.data.id,
99
+ docId: response.id,
100
100
  });
101
101
  } catch (error) {
102
102
  if (error instanceof ApacuanaAPIError) {