@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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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