@hiero-ledger/sdk 2.84.0-beta.1 → 2.84.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.
Files changed (35) hide show
  1. package/dist/umd.js +15 -8
  2. package/dist/umd.js.map +1 -1
  3. package/dist/umd.min.js +1 -1
  4. package/dist/umd.min.js.map +1 -1
  5. package/lib/EthereumTransaction.cjs +2 -1
  6. package/lib/EthereumTransaction.d.ts +4 -6
  7. package/lib/EthereumTransaction.js.map +1 -1
  8. package/lib/client/addressbooks/mainnet.cjs +1 -1
  9. package/lib/client/addressbooks/mainnet.d.ts +1 -1
  10. package/lib/client/addressbooks/mainnet.js +1 -1
  11. package/lib/client/addressbooks/mainnet.js.map +1 -1
  12. package/lib/file/FileContentsQuery.cjs +2 -1
  13. package/lib/file/FileContentsQuery.d.ts +8 -2
  14. package/lib/file/FileContentsQuery.js.map +1 -1
  15. package/lib/file/FileDeleteTransaction.cjs +2 -1
  16. package/lib/file/FileDeleteTransaction.d.ts +4 -6
  17. package/lib/file/FileDeleteTransaction.js.map +1 -1
  18. package/lib/file/FileId.cjs +3 -1
  19. package/lib/file/FileId.d.ts +6 -2
  20. package/lib/file/FileId.js.map +1 -1
  21. package/lib/file/FileInfoQuery.cjs +3 -2
  22. package/lib/file/FileInfoQuery.d.ts +15 -2
  23. package/lib/file/FileInfoQuery.js.map +1 -1
  24. package/lib/file/FileUpdateTransaction.cjs +2 -1
  25. package/lib/file/FileUpdateTransaction.d.ts +4 -6
  26. package/lib/file/FileUpdateTransaction.js.map +1 -1
  27. package/lib/version.js +1 -1
  28. package/package.json +2 -2
  29. package/src/EthereumTransaction.js +2 -1
  30. package/src/client/addressbooks/mainnet.js +1 -1
  31. package/src/file/FileContentsQuery.js +2 -1
  32. package/src/file/FileDeleteTransaction.js +2 -1
  33. package/src/file/FileId.js +3 -1
  34. package/src/file/FileInfoQuery.js +3 -2
  35. package/src/file/FileUpdateTransaction.js +2 -1
package/dist/umd.js CHANGED
@@ -48678,7 +48678,9 @@
48678
48678
 
48679
48679
 
48680
48680
  /**
48681
- * @typedef {import("../client/Client.js").default<*, *>} Client
48681
+ * @typedef {import("../channel/Channel.js").default} Channel
48682
+ * @typedef {import("../channel/MirrorChannel.js").default} MirrorChannel
48683
+ * @typedef {import("../client/Client.js").default<Channel, MirrorChannel>} Client
48682
48684
  */
48683
48685
 
48684
48686
  /**
@@ -71227,7 +71229,8 @@
71227
71229
  /**
71228
71230
  * @typedef {import("@hiero-ledger/cryptography").Key} Key
71229
71231
  * @typedef {import("../channel/Channel.js").default} Channel
71230
- * @typedef {import("../client/Client.js").default<*, *>} Client
71232
+ * @typedef {import("../channel/MirrorChannel.js").default} MirrorChannel
71233
+ * @typedef {import("../client/Client.js").default<Channel, MirrorChannel>} Client
71231
71234
  * @typedef {import("../account/AccountId.js").default} AccountId
71232
71235
  * @typedef {import("../transaction/TransactionId.js").default} TransactionId
71233
71236
  */
@@ -75016,7 +75019,8 @@
75016
75019
  * @typedef {import("bignumber.js").default} BigNumber
75017
75020
  * @typedef {import("./account/AccountId.js").default} AccountId
75018
75021
  * @typedef {import("./channel/Channel.js").default} Channel
75019
- * @typedef {import("./client/Client.js").default<*, *>} Client
75022
+ * @typedef {import("./channel/MirrorChannel.js").default} MirrorChannel
75023
+ * @typedef {import("./client/Client.js").default<Channel, MirrorChannel>} Client
75020
75024
  * @typedef {import("./Timestamp.js").default} Timestamp
75021
75025
  * @typedef {import("./transaction/TransactionId.js").default} TransactionId
75022
75026
  * @typedef {import("long")} Long
@@ -79079,7 +79083,8 @@
79079
79083
 
79080
79084
  /**
79081
79085
  * @typedef {import("../channel/Channel.js").default} Channel
79082
- * @typedef {import("../client/Client.js").default<*, *>} Client
79086
+ * @typedef {import("../channel/MirrorChannel.js").default} MirrorChannel
79087
+ * @typedef {import("../client/Client.js").default<Channel, MirrorChannel>} Client
79083
79088
  * @typedef {import("../account/AccountId.js").default} AccountId
79084
79089
  */
79085
79090
 
@@ -79383,7 +79388,8 @@
79383
79388
 
79384
79389
  /**
79385
79390
  * @typedef {import("../channel/Channel.js").default} Channel
79386
- * @typedef {import("../client/Client.js").default<*, *>} Client
79391
+ * @typedef {import("../channel/MirrorChannel.js").default} MirrorChannel
79392
+ * @typedef {import("../client/Client.js").default<Channel, MirrorChannel>} Client
79387
79393
  * @typedef {import("../account/AccountId.js").default} AccountId
79388
79394
  */
79389
79395
 
@@ -79452,7 +79458,7 @@
79452
79458
 
79453
79459
  /**
79454
79460
  * @override
79455
- * @param {import("../client/Client.js").default<Channel, *>} client
79461
+ * @param {import("../client/Client.js").default<Channel, MirrorChannel>} client
79456
79462
  * @returns {Promise<Hbar>}
79457
79463
  */
79458
79464
  async getCost(client) {
@@ -79564,7 +79570,8 @@
79564
79570
 
79565
79571
  /**
79566
79572
  * @typedef {import("../channel/Channel.js").default} Channel
79567
- * @typedef {import("../client/Client.js").default<*, *>} Client
79573
+ * @typedef {import("../channel/MirrorChannel.js").default} MirrorChannel
79574
+ * @typedef {import("../client/Client.js").default<Channel, MirrorChannel>} Client
79568
79575
  * @typedef {import("../account/AccountId.js").default} AccountId
79569
79576
  * @typedef {import("../transaction/TransactionId.js").default} TransactionId
79570
79577
  */
@@ -102268,7 +102275,7 @@
102268
102275
 
102269
102276
  const SDK_NAME = "hiero-sdk-js";
102270
102277
  const SDK_VERSION =
102271
- "2.84.0-beta.1" ;
102278
+ "2.84.0" ;
102272
102279
 
102273
102280
  // SPDX-License-Identifier: Apache-2.0
102274
102281