@dfinity/ledger-icrc 6.0.1-next-2025-12-10 → 6.0.1-next-2025-12-10.2
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.d.ts +6 -1
- package/dist/index.js.map +2 -2
- package/dist/index.mjs.map +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IcrcLedgerDid } from "@icp-sdk/canisters/ledger/icrc";
|
|
1
|
+
import type { IcrcIndexDid, IcrcLedgerDid } from "@icp-sdk/canisters/ledger/icrc";
|
|
2
2
|
export type Icrc3Value = IcrcLedgerDid.ICRC3Value;
|
|
3
3
|
export type IcrcAllowance = IcrcLedgerDid.Allowance;
|
|
4
4
|
export type IcrcApproveError = IcrcLedgerDid.ApproveError;
|
|
@@ -14,6 +14,11 @@ export type IcrcTransferArg = IcrcLedgerDid.TransferArg;
|
|
|
14
14
|
export type IcrcTransferFromError = IcrcLedgerDid.TransferFromError;
|
|
15
15
|
export type IcrcTransferVariantError = IcrcLedgerDid.TransferError;
|
|
16
16
|
export type IcrcValue = IcrcLedgerDid.Value;
|
|
17
|
+
export type IcrcIndexNgGetTransactions = IcrcIndexDid.GetTransactions;
|
|
18
|
+
export type IcrcIndexNgTransaction = IcrcIndexDid.Transaction;
|
|
19
|
+
export type IcrcIndexNgTransactionWithId = IcrcIndexDid.TransactionWithId;
|
|
20
|
+
export type IcrcNgStatus = IcrcIndexDid.Status;
|
|
21
|
+
export type IcrcNgTxId = IcrcIndexDid.BlockIndex;
|
|
17
22
|
/**
|
|
18
23
|
* @deprecated Use "@icp-sdk/canisters/ledger/icrc" directly instead
|
|
19
24
|
*/
|
package/dist/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type {
|
|
5
|
-
"mappings": "
|
|
4
|
+
"sourcesContent": ["import type {\n IcrcIndexDid,\n IcrcLedgerDid,\n} from \"@icp-sdk/canisters/ledger/icrc\";\n\nexport type Icrc3Value = IcrcLedgerDid.ICRC3Value;\nexport type IcrcAllowance = IcrcLedgerDid.Allowance;\nexport type IcrcApproveError = IcrcLedgerDid.ApproveError;\nexport type IcrcBlockIndex = IcrcLedgerDid.BlockIndex;\nexport type IcrcCandidAccount = IcrcLedgerDid.Account;\nexport type IcrcGetBlocksArgs = IcrcLedgerDid.GetBlocksArgs;\nexport type IcrcGetBlocksResult = IcrcLedgerDid.GetBlocksResult;\nexport type IcrcStandardRecord = IcrcLedgerDid.StandardRecord;\nexport type IcrcSubaccount = IcrcLedgerDid.Subaccount;\nexport type IcrcTimestamp = IcrcLedgerDid.Timestamp;\nexport type IcrcTokens = IcrcLedgerDid.Tokens;\nexport type IcrcTransferArg = IcrcLedgerDid.TransferArg;\nexport type IcrcTransferFromError = IcrcLedgerDid.TransferFromError;\nexport type IcrcTransferVariantError = IcrcLedgerDid.TransferError;\nexport type IcrcValue = IcrcLedgerDid.Value;\n\nexport type IcrcIndexNgGetTransactions = IcrcIndexDid.GetTransactions;\nexport type IcrcIndexNgTransaction = IcrcIndexDid.Transaction;\nexport type IcrcIndexNgTransactionWithId = IcrcIndexDid.TransactionWithId;\nexport type IcrcNgStatus = IcrcIndexDid.Status;\nexport type IcrcNgTxId = IcrcIndexDid.BlockIndex;\n\n/**\n * @deprecated Use \"@icp-sdk/canisters/ledger/icrc\" directly instead\n */\nexport * from \"@icp-sdk/canisters/ledger/icrc\";\n"],
|
|
5
|
+
"mappings": "AA8BA,WAAc",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/index.mjs.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type {
|
|
5
|
-
"mappings": ";;
|
|
4
|
+
"sourcesContent": ["import type {\n IcrcIndexDid,\n IcrcLedgerDid,\n} from \"@icp-sdk/canisters/ledger/icrc\";\n\nexport type Icrc3Value = IcrcLedgerDid.ICRC3Value;\nexport type IcrcAllowance = IcrcLedgerDid.Allowance;\nexport type IcrcApproveError = IcrcLedgerDid.ApproveError;\nexport type IcrcBlockIndex = IcrcLedgerDid.BlockIndex;\nexport type IcrcCandidAccount = IcrcLedgerDid.Account;\nexport type IcrcGetBlocksArgs = IcrcLedgerDid.GetBlocksArgs;\nexport type IcrcGetBlocksResult = IcrcLedgerDid.GetBlocksResult;\nexport type IcrcStandardRecord = IcrcLedgerDid.StandardRecord;\nexport type IcrcSubaccount = IcrcLedgerDid.Subaccount;\nexport type IcrcTimestamp = IcrcLedgerDid.Timestamp;\nexport type IcrcTokens = IcrcLedgerDid.Tokens;\nexport type IcrcTransferArg = IcrcLedgerDid.TransferArg;\nexport type IcrcTransferFromError = IcrcLedgerDid.TransferFromError;\nexport type IcrcTransferVariantError = IcrcLedgerDid.TransferError;\nexport type IcrcValue = IcrcLedgerDid.Value;\n\nexport type IcrcIndexNgGetTransactions = IcrcIndexDid.GetTransactions;\nexport type IcrcIndexNgTransaction = IcrcIndexDid.Transaction;\nexport type IcrcIndexNgTransactionWithId = IcrcIndexDid.TransactionWithId;\nexport type IcrcNgStatus = IcrcIndexDid.Status;\nexport type IcrcNgTxId = IcrcIndexDid.BlockIndex;\n\n/**\n * @deprecated Use \"@icp-sdk/canisters/ledger/icrc\" directly instead\n */\nexport * from \"@icp-sdk/canisters/ledger/icrc\";\n"],
|
|
5
|
+
"mappings": ";;AA8BA,WAAc",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED