@empereur-rouge/pms-sdk 0.3.2 → 0.3.3

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.cts CHANGED
@@ -560,6 +560,8 @@ interface ActivityItem {
560
560
  asset_id?: string;
561
561
  /** Adresse de la contrepartie */
562
562
  counterparty?: string;
563
+ /** Ledger ID d'origine (absent en mode single-ledger "main") */
564
+ ledger_id?: string;
563
565
  /** Payload brut pour détails complets */
564
566
  payload: any;
565
567
  }
package/dist/index.d.ts CHANGED
@@ -560,6 +560,8 @@ interface ActivityItem {
560
560
  asset_id?: string;
561
561
  /** Adresse de la contrepartie */
562
562
  counterparty?: string;
563
+ /** Ledger ID d'origine (absent en mode single-ledger "main") */
564
+ ledger_id?: string;
563
565
  /** Payload brut pour détails complets */
564
566
  payload: any;
565
567
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empereur-rouge/pms-sdk",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "TypeScript SDK for PMS (Planetary Monetary System) — wallet management, transactions, NFTs, and DAG interactions",
5
5
  "author": "empereur-rouge",
6
6
  "license": "MIT",