apacuana-sdk-core 0.7.0 → 0.8.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.
@@ -130,7 +130,7 @@ export const INTEGRATION_TYPE = {
130
130
  <div class='footer quiet pad2 space-top1 center small'>
131
131
  Code coverage generated by
132
132
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
133
- at 2025-08-29T13:20:25.539Z
133
+ at 2025-09-02T16:03:18.966Z
134
134
  </div>
135
135
  <script src="../../prettify.js"></script>
136
136
  <script>
@@ -844,7 +844,7 @@ export default {
844
844
  <div class='footer quiet pad2 space-top1 center small'>
845
845
  Code coverage generated by
846
846
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
847
- at 2025-08-29T13:20:25.539Z
847
+ at 2025-09-02T16:03:18.966Z
848
848
  </div>
849
849
  <script src="../../prettify.js"></script>
850
850
  <script>
@@ -565,7 +565,7 @@ export const httpRequest = <span class="fstat-no" title="function not covered" >
565
565
  <div class='footer quiet pad2 space-top1 center small'>
566
566
  Code coverage generated by
567
567
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
568
- at 2025-08-29T13:20:25.539Z
568
+ at 2025-09-02T16:03:18.966Z
569
569
  </div>
570
570
  <script src="../../prettify.js"></script>
571
571
  <script>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at 2025-08-29T13:20:25.539Z
134
+ at 2025-09-02T16:03:18.966Z
135
135
  </div>
136
136
  <script src="../../prettify.js"></script>
137
137
  <script>
@@ -329,8 +329,7 @@ DA:49,0
329
329
  DA:53,2
330
330
  DA:55,2
331
331
  DA:56,0
332
- DA:57,0
333
- LF:13
332
+ LF:12
334
333
  LH:5
335
334
  BRDA:34,0,0,0
336
335
  BRDA:34,0,1,0
@@ -9,7 +9,7 @@ export function getConfig(): {
9
9
  userData?: object | undefined;
10
10
  token?: string | undefined;
11
11
  };
12
- export function cleanConfig(): void;
12
+ export function close(): void;
13
13
  export type SDKConfig = {
14
14
  apiUrl: string;
15
15
  secretKey: string;
package/dist/index.js CHANGED
@@ -334,9 +334,8 @@ var setConfig = function setConfig(newConfig) {
334
334
  var getConfig = function getConfig() {
335
335
  return _objectSpread2({}, config);
336
336
  };
337
- var cleanConfig = function cleanConfig() {
337
+ var close = function close() {
338
338
  config = _objectSpread2({}, defaultConfig);
339
- console.log("Apacuana SDK: Configuración limpiada.");
340
339
  };
341
340
 
342
341
  // src/errors/index.js
@@ -33608,8 +33607,8 @@ var apacuana = {
33608
33607
  }
33609
33608
  return init;
33610
33609
  }(),
33611
- close: function close() {
33612
- return cleanConfig();
33610
+ close: function close$1() {
33611
+ return close();
33613
33612
  },
33614
33613
  getConfig: getConfig,
33615
33614
  requestRevocation: requestRevocation,