@settlemint/dalp-cli 2.1.7-main.22776848622 → 2.1.7-main.22780180229

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 (3) hide show
  1. package/README.md +29 -29
  2. package/dist/dalp.js +21103 -3403
  3. package/package.json +3 -4
package/README.md CHANGED
@@ -95,35 +95,35 @@ Auto-detection and one-command setup for Claude Code, Codex Desktop, Cursor, and
95
95
 
96
96
  ## Commands
97
97
 
98
- | Command | Description |
99
- |---------|-------------|
100
- | `login` | Authenticate with the DALP platform |
101
- | `logout` | End the current session |
102
- | `whoami` | Show the current authenticated user |
103
- | `token` | Manage security tokens |
104
- | `token-sale` | Manage token sales |
105
- | `token-documents` | Manage token-related documents |
106
- | `identity` | Manage on-chain identities |
107
- | `identity-recovery` | Recover lost identities |
108
- | `kyc` | Manage KYC verification |
109
- | `compliance-template` | Manage compliance templates |
110
- | `asset-type-template` | Manage asset type templates |
111
- | `user` | Manage platform users |
112
- | `contact` | Manage contacts |
113
- | `account` | Manage accounts |
114
- | `admin` | Administrative operations |
115
- | `auth` | Authentication configuration |
116
- | `config` | CLI configuration |
117
- | `exchange-rates` | View exchange rates |
118
- | `external-token` | Manage external tokens |
119
- | `fixed-yield` | Manage fixed yield instruments |
120
- | `monitoring` | Platform monitoring |
121
- | `search` | Search across the platform |
122
- | `settings` | Platform settings |
123
- | `system` | System administration |
124
- | `transaction` | View transactions |
125
- | `xvp` | Cross-value-payment operations |
126
- | `actions` | Manage actions |
98
+ | Command | Description |
99
+ | --------------------- | ----------------------------------- |
100
+ | `login` | Authenticate with the DALP platform |
101
+ | `logout` | End the current session |
102
+ | `whoami` | Show the current authenticated user |
103
+ | `token` | Manage security tokens |
104
+ | `token-sale` | Manage token sales |
105
+ | `token-documents` | Manage token-related documents |
106
+ | `identity` | Manage on-chain identities |
107
+ | `identity-recovery` | Recover lost identities |
108
+ | `kyc` | Manage KYC verification |
109
+ | `compliance-template` | Manage compliance templates |
110
+ | `asset-type-template` | Manage asset type templates |
111
+ | `user` | Manage platform users |
112
+ | `contact` | Manage contacts |
113
+ | `account` | Manage accounts |
114
+ | `admin` | Administrative operations |
115
+ | `auth` | Authentication configuration |
116
+ | `config` | CLI configuration |
117
+ | `exchange-rates` | View exchange rates |
118
+ | `external-token` | Manage external tokens |
119
+ | `fixed-yield` | Manage fixed yield instruments |
120
+ | `monitoring` | Platform monitoring |
121
+ | `search` | Search across the platform |
122
+ | `settings` | Platform settings |
123
+ | `system` | System administration |
124
+ | `transaction` | View transactions |
125
+ | `xvp` | Cross-value-payment operations |
126
+ | `actions` | Manage actions |
127
127
 
128
128
  ## Security
129
129