@readyfor/api-client-readyfor 0.178.1-pr942.f41191e → 0.178.1-pr943.04248d3

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var index_exports = {};
22
- __export(index_exports, {
21
+ var src_exports = {};
22
+ __export(src_exports, {
23
23
  Bank: () => Bank,
24
24
  Branch: () => Branch,
25
25
  BulkMessage: () => BulkMessage,
@@ -551,7 +551,7 @@ __export(index_exports, {
551
551
  postV1MyUserTwoFactorAuthentication: () => postV1MyUserTwoFactorAuthentication,
552
552
  postV1ReceivesGmopg: () => postV1ReceivesGmopg
553
553
  });
554
- module.exports = __toCommonJS(index_exports);
554
+ module.exports = __toCommonJS(src_exports);
555
555
 
556
556
  // src/components.ts
557
557
  var import_zod = require("zod");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-readyfor",
3
- "version": "0.178.1-pr942.f41191e",
3
+ "version": "0.178.1-pr943.04248d3",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -29,7 +29,7 @@
29
29
  "swr": "^2.3.3",
30
30
  "use-sync-external-store": "^1.2.2",
31
31
  "zod": "^3.24.1",
32
- "@readyfor/api-client-base": "0.178.1-pr942.f41191e"
32
+ "@readyfor/api-client-base": "0.178.1-pr943.04248d3"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "qs": "^6",
@@ -37,7 +37,7 @@
37
37
  "swr": "^2.3.3",
38
38
  "use-sync-external-store": "1.2.2",
39
39
  "zod": "^3",
40
- "@readyfor/api-client-base": "0.178.1-pr942.f41191e"
40
+ "@readyfor/api-client-base": "0.178.1-pr943.04248d3"
41
41
  },
42
42
  "peerDependenciesMeta": {
43
43
  "react": {