@usdctofiat/offramp 4.4.4 → 4.4.6

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.
@@ -279,4 +279,4 @@ declare class OfframpError extends Error {
279
279
  });
280
280
  }
281
281
 
282
- export { getPlatformLimits as A, isPeerExtensionRegistrationError as B, CURRENCIES as C, type DepositInfo as D, normalizePaypalMeUsername as E, MakersCreateError as M, OFFRAMP_ERROR_CODES as O, PLATFORMS as P, type CompletePeerExtensionRegistrationInput as a, type CompletePeerExtensionRegistrationResult as b, type CurrencyEntry as c, type DepositStatus as d, type OfframpCreateOptions as e, OfframpError as f, type OfframpErrorCode as g, type OfframpParams as h, type OfframpProgress as i, type OfframpQuote as j, type OfframpQuoteInput as k, type OfframpResult as l, type OfframpState as m, type OfframpStep as n, type OfframpVaultStatus as o, type OnProgress as p, PLATFORM_LIMITS as q, type PayeeDepositData as r, type PeerExtensionRegistrationInfo as s, type PlatformEntry as t, type PlatformKey as u, type PlatformLimits as v, type PlatformTier as w, completePeerExtensionRegistration as x, getPeerExtensionRegistrationAuthParams as y, getPeerExtensionRegistrationInfo as z };
282
+ export { getPlatformLimits as A, isPeerExtensionRegistrationError as B, type CurrencyEntry as C, type DepositInfo as D, normalizePaypalMeUsername as E, MakersCreateError as M, type OfframpParams as O, type PlatformEntry as P, type OnProgress as a, type OfframpResult as b, type OfframpCreateOptions as c, type OfframpQuoteInput as d, type OfframpQuote as e, type OfframpVaultStatus as f, CURRENCIES as g, type CompletePeerExtensionRegistrationInput as h, type CompletePeerExtensionRegistrationResult as i, type DepositStatus as j, OFFRAMP_ERROR_CODES as k, OfframpError as l, type OfframpErrorCode as m, type OfframpProgress as n, type OfframpState as o, type OfframpStep as p, PLATFORMS as q, PLATFORM_LIMITS as r, type PayeeDepositData as s, type PeerExtensionRegistrationInfo as t, type PlatformKey as u, type PlatformLimits as v, type PlatformTier as w, completePeerExtensionRegistration as x, getPeerExtensionRegistrationAuthParams as y, getPeerExtensionRegistrationInfo as z };
@@ -279,4 +279,4 @@ declare class OfframpError extends Error {
279
279
  });
280
280
  }
281
281
 
282
- export { getPlatformLimits as A, isPeerExtensionRegistrationError as B, CURRENCIES as C, type DepositInfo as D, normalizePaypalMeUsername as E, MakersCreateError as M, OFFRAMP_ERROR_CODES as O, PLATFORMS as P, type CompletePeerExtensionRegistrationInput as a, type CompletePeerExtensionRegistrationResult as b, type CurrencyEntry as c, type DepositStatus as d, type OfframpCreateOptions as e, OfframpError as f, type OfframpErrorCode as g, type OfframpParams as h, type OfframpProgress as i, type OfframpQuote as j, type OfframpQuoteInput as k, type OfframpResult as l, type OfframpState as m, type OfframpStep as n, type OfframpVaultStatus as o, type OnProgress as p, PLATFORM_LIMITS as q, type PayeeDepositData as r, type PeerExtensionRegistrationInfo as s, type PlatformEntry as t, type PlatformKey as u, type PlatformLimits as v, type PlatformTier as w, completePeerExtensionRegistration as x, getPeerExtensionRegistrationAuthParams as y, getPeerExtensionRegistrationInfo as z };
282
+ export { getPlatformLimits as A, isPeerExtensionRegistrationError as B, type CurrencyEntry as C, type DepositInfo as D, normalizePaypalMeUsername as E, MakersCreateError as M, type OfframpParams as O, type PlatformEntry as P, type OnProgress as a, type OfframpResult as b, type OfframpCreateOptions as c, type OfframpQuoteInput as d, type OfframpQuote as e, type OfframpVaultStatus as f, CURRENCIES as g, type CompletePeerExtensionRegistrationInput as h, type CompletePeerExtensionRegistrationResult as i, type DepositStatus as j, OFFRAMP_ERROR_CODES as k, OfframpError as l, type OfframpErrorCode as m, type OfframpProgress as n, type OfframpState as o, type OfframpStep as p, PLATFORMS as q, PLATFORM_LIMITS as r, type PayeeDepositData as s, type PeerExtensionRegistrationInfo as t, type PlatformKey as u, type PlatformLimits as v, type PlatformTier as w, completePeerExtensionRegistration as x, getPeerExtensionRegistrationAuthParams as y, getPeerExtensionRegistrationInfo as z };
package/dist/index.cjs CHANGED
@@ -85,7 +85,7 @@ var import_sdk5 = require("@zkp2p/sdk");
85
85
 
86
86
  // src/config.ts
87
87
  var import_sdk = require("@zkp2p/sdk");
88
- var SDK_VERSION = "4.4.4";
88
+ var SDK_VERSION = "4.4.6";
89
89
  var BASE_CHAIN_ID = 8453;
90
90
  var RUNTIME_ENV = "production";
91
91
  var API_BASE_URL = "https://api.zkp2p.xyz";
@@ -1772,7 +1772,7 @@ var OFFRAMP_RESOURCE_LINKS = {
1772
1772
  };
1773
1773
  var OFFRAMP_UPSTREAM_SOURCE_TRUTHS = [
1774
1774
  {
1775
- label: "@zkp2p/sdk 0.6.2",
1775
+ label: "@zkp2p/sdk 0.7.2",
1776
1776
  href: "https://github.com/zkp2p/zkp2p-clients/tree/main/packages/sdk",
1777
1777
  description: "Primary upstream TypeScript SDK for contracts, Curator clients, payment-method catalogs, and the Peer extension bridge."
1778
1778
  },