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

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 +7 -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",
@@ -135004,6 +135008,7 @@ var OrganizationV2DeployInputSchema = exports_external.object({
135004
135008
  baseCurrency: fiatCurrency(),
135005
135009
  targetCurrencies: exports_external.array(fiatCurrency()).min(1, "Pick at least one target currency for exchange-rate feeds"),
135006
135010
  gasPauseEnabled: exports_external.boolean().optional(),
135011
+ aaEnabled: exports_external.boolean().optional(),
135007
135012
  custody: CustodyProviderCredentialsSchema.optional()
135008
135013
  }).superRefine((value22, ctx) => {
135009
135014
  if (new Set(value22.targetCurrencies).size !== value22.targetCurrencies.length) {
@@ -144598,7 +144603,7 @@ function normalizeDalpBaseUrl(url2) {
144598
144603
  }
144599
144604
  var package_default = {
144600
144605
  name: "@settlemint/dalp-sdk",
144601
- version: "3.0.6-main.28373901347",
144606
+ version: "3.0.6-main.28375739495",
144602
144607
  private: false,
144603
144608
  description: "Fully typed SDK for the DALP tokenization platform API",
144604
144609
  homepage: "https://settlemint.com",
@@ -145843,7 +145848,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
145843
145848
  // package.json
145844
145849
  var package_default2 = {
145845
145850
  name: "@settlemint/dalp-cli",
145846
- version: "3.0.6-main.28373901347",
145851
+ version: "3.0.6-main.28375739495",
145847
145852
  private: false,
145848
145853
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
145849
145854
  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.28375739495",
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",