@paxoslabs/amplify-sdk 0.1.1-alpha.4 → 0.1.1-alpha.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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  <!-- auto-changelog-above -->
9
9
 
10
10
 
11
+ ## [0.1.1-alpha.5](///compare/v0.1.1-alpha.4...v0.1.1-alpha.5) (2025-12-10)
12
+
11
13
  ## [0.1.1-alpha.4](///compare/v0.1.1-alpha.3...v0.1.1-alpha.4) (2025-12-10)
12
14
 
13
15
  ## [0.1.1-alpha.3](///compare/v0.1.1-alpha.2...v0.1.1-alpha.3) (2025-12-10)
package/dist/index.d.mts CHANGED
@@ -828,7 +828,7 @@ declare const CommunityCodeDepositorAbi: readonly [{
828
828
  * @property {typeof CommunityCodeDepositorAbi} abi - ABI for the CommunityCodeDepositor contract
829
829
  * @property {Address} address - Address of the CommunityCodeDepositor contract
830
830
  * @property {'deposit'} functionName - Name of the function to call
831
- * @property {[Address, bigint, bigint, Address, ByteArray]} args - Arguments for the deposit function:
831
+ * @property {readonly [depositAsset: Address, depositAmount: bigint, minimumMint: bigint, to: Address, distributorCode: Hex]} args - Arguments for the deposit function:
832
832
  * [depositAsset, depositAmount, minimumMint, recipientAddress, distributorCode]
833
833
  * @property {number} chainId - ID of the chain where the transaction should be executed
834
834
  */
@@ -990,7 +990,7 @@ interface PrepareDepositPermitSignatureParams {
990
990
  *
991
991
  * @property abi - Contract ABI
992
992
  * @property functionName - Function name to call
993
- * @property args - Function arguments
993
+ * @property {readonly [depositAsset: Address, depositAmount: bigint, minimumMint: bigint, to: Address, distributorCode: Hex, deadline: bigint, v: number, r: Hex, s: Hex]} args - Function arguments
994
994
  * @property address - Teller contract address
995
995
  * @property chainId - Chain ID for transaction
996
996
  */
package/dist/index.d.ts CHANGED
@@ -828,7 +828,7 @@ declare const CommunityCodeDepositorAbi: readonly [{
828
828
  * @property {typeof CommunityCodeDepositorAbi} abi - ABI for the CommunityCodeDepositor contract
829
829
  * @property {Address} address - Address of the CommunityCodeDepositor contract
830
830
  * @property {'deposit'} functionName - Name of the function to call
831
- * @property {[Address, bigint, bigint, Address, ByteArray]} args - Arguments for the deposit function:
831
+ * @property {readonly [depositAsset: Address, depositAmount: bigint, minimumMint: bigint, to: Address, distributorCode: Hex]} args - Arguments for the deposit function:
832
832
  * [depositAsset, depositAmount, minimumMint, recipientAddress, distributorCode]
833
833
  * @property {number} chainId - ID of the chain where the transaction should be executed
834
834
  */
@@ -990,7 +990,7 @@ interface PrepareDepositPermitSignatureParams {
990
990
  *
991
991
  * @property abi - Contract ABI
992
992
  * @property functionName - Function name to call
993
- * @property args - Function arguments
993
+ * @property {readonly [depositAsset: Address, depositAmount: bigint, minimumMint: bigint, to: Address, distributorCode: Hex, deadline: bigint, v: number, r: Hex, s: Hex]} args - Function arguments
994
994
  * @property address - Teller contract address
995
995
  * @property chainId - Chain ID for transaction
996
996
  */