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