@settlemint/dalp-cli 2.1.7-main.25437843368 → 2.1.7-main.25439162177

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 (2) hide show
  1. package/dist/dalp.js +3 -3
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -77831,7 +77831,7 @@ var readByNationalId = v2Contract.route({
77831
77831
  var assets3 = v2Contract.route({
77832
77832
  method: "GET",
77833
77833
  path: "/user-asset-balances",
77834
- description: "List token balances for the authenticated user (default). An explicit filter[wallet] override is honored only " + "when it matches the caller's own wallet or the caller has the platform admin role; otherwise FORBIDDEN. " + "Sortable by balance (default desc), tokenAddress, tokenName, tokenSymbol. " + "Filterable on tokenAddress, tokenName, tokenSymbol, tokenDecimals, bondMatured, plus the gated wallet scope.",
77834
+ description: "List token balances for the authenticated user (default). An explicit filter[wallet] override is honored only " + "for self, platform admins, or active-org user readers when the wallet belongs to a user in that org; otherwise FORBIDDEN. " + "Sortable by balance (default desc), tokenAddress, tokenName, tokenSymbol. " + "Filterable on tokenAddress, tokenName, tokenSymbol, tokenDecimals, bondMatured, plus the gated wallet scope.",
77835
77835
  successDescription: "Paginated array of user asset balances with total count and faceted filter values.",
77836
77836
  tags: [V2_TAG.user]
77837
77837
  }).input(v2Input.query(UserAssetsV2ListInputSchema)).output(UserAssetsV2ListOutputSchema);
@@ -78150,7 +78150,7 @@ function normalizeDalpBaseUrl(url3) {
78150
78150
  }
78151
78151
  var package_default = {
78152
78152
  name: "@settlemint/dalp-sdk",
78153
- version: "2.1.7-main.25437843368",
78153
+ version: "2.1.7-main.25439162177",
78154
78154
  private: false,
78155
78155
  description: "Fully typed SDK for the DALP tokenization platform API",
78156
78156
  homepage: "https://settlemint.com",
@@ -78701,7 +78701,7 @@ function trimConfigValue(name, value3) {
78701
78701
  // package.json
78702
78702
  var package_default2 = {
78703
78703
  name: "@settlemint/dalp-cli",
78704
- version: "2.1.7-main.25437843368",
78704
+ version: "2.1.7-main.25439162177",
78705
78705
  private: false,
78706
78706
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
78707
78707
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "2.1.7-main.25437843368",
3
+ "version": "2.1.7-main.25439162177",
4
4
  "private": false,
5
5
  "description": "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
6
6
  "homepage": "https://settlemint.com",