@djangocfg/ext-payments 1.0.19 → 1.0.21

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 CHANGED
@@ -1799,10 +1799,6 @@ var API = class {
1799
1799
  return "./schema.json";
1800
1800
  }
1801
1801
  };
1802
-
1803
- // src/api/index.ts
1804
- api.initializeExtensionAPI(configureAPI);
1805
- var apiPayments = api.createExtensionAPI(API);
1806
1802
  function usePaymentsBalanceRetrieve(client) {
1807
1803
  return useSWR__default.default(
1808
1804
  "cfg-payments-balance",
@@ -1857,6 +1853,10 @@ function useCreatePaymentsWithdrawalsCreateCreate() {
1857
1853
  return result;
1858
1854
  };
1859
1855
  }
1856
+
1857
+ // src/api/index.ts
1858
+ api.initializeExtensionAPI(configureAPI);
1859
+ var apiPayments = api.createExtensionAPI(API);
1860
1860
  var WalletContext = react.createContext(void 0);
1861
1861
  function WalletProvider({ children }) {
1862
1862
  const {
@@ -3445,7 +3445,7 @@ function WalletPage() {
3445
3445
  // package.json
3446
3446
  var package_default = {
3447
3447
  name: "@djangocfg/ext-payments",
3448
- version: "1.0.19",
3448
+ version: "1.0.21",
3449
3449
  description: "Payments system extension for DjangoCFG",
3450
3450
  keywords: [
3451
3451
  "django",
@@ -3486,6 +3486,16 @@ var package_default = {
3486
3486
  types: "./dist/config.d.ts",
3487
3487
  import: "./dist/config.js",
3488
3488
  require: "./dist/config.cjs"
3489
+ },
3490
+ "./api": {
3491
+ types: "./dist/api/index.d.ts",
3492
+ import: "./dist/api/index.js",
3493
+ require: "./dist/api/index.cjs"
3494
+ },
3495
+ "./api/hooks": {
3496
+ types: "./dist/api/hooks.d.ts",
3497
+ import: "./dist/api/hooks.js",
3498
+ require: "./dist/api/hooks.cjs"
3489
3499
  }
3490
3500
  },
3491
3501
  files: [