@settlemint/dalp-cli 3.0.6-main.28373901347 → 3.0.6-main.28375235681

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 +6 -2
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -124056,6 +124056,10 @@ var SystemSchema = exports_external.object({
124056
124056
  description: "The roles of the user for the system",
124057
124057
  examples: []
124058
124058
  }),
124059
+ holdsAssetGovernanceRole: exports_external.boolean().meta({
124060
+ description: "Whether the user holds the governance role on any token under this system",
124061
+ examples: [true, false]
124062
+ }),
124059
124063
  actions: exports_external.object({
124060
124064
  accountNativeBalanceRead: exports_external.boolean().meta({
124061
124065
  description: "Whether the user can read account native balances and history",
@@ -144598,7 +144602,7 @@ function normalizeDalpBaseUrl(url2) {
144598
144602
  }
144599
144603
  var package_default = {
144600
144604
  name: "@settlemint/dalp-sdk",
144601
- version: "3.0.6-main.28373901347",
144605
+ version: "3.0.6-main.28375235681",
144602
144606
  private: false,
144603
144607
  description: "Fully typed SDK for the DALP tokenization platform API",
144604
144608
  homepage: "https://settlemint.com",
@@ -145843,7 +145847,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
145843
145847
  // package.json
145844
145848
  var package_default2 = {
145845
145849
  name: "@settlemint/dalp-cli",
145846
- version: "3.0.6-main.28373901347",
145850
+ version: "3.0.6-main.28375235681",
145847
145851
  private: false,
145848
145852
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
145849
145853
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "3.0.6-main.28373901347",
3
+ "version": "3.0.6-main.28375235681",
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",