@settlemint/dalp-cli 3.0.7-main.28431903210 → 3.0.7-main.28434470576

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
@@ -135031,6 +135031,7 @@ var OrganizationV2DeployStatusDataSchema = exports_external.object({
135031
135031
  status: OrganizationV2DeployStatusKindSchema,
135032
135032
  tree: exports_external.array(DeploymentNodeSchema).optional(),
135033
135033
  success: exports_external.boolean().optional(),
135034
+ aaIntent: exports_external.boolean().optional(),
135034
135035
  failedSteps: exports_external.array(DeploymentFailedStepSchema).optional()
135035
135036
  });
135036
135037
  var OrganizationV2DeployStatusOutputSchema = exports_external.object({
@@ -144657,7 +144658,7 @@ function normalizeDalpBaseUrl(url2) {
144657
144658
  }
144658
144659
  var package_default = {
144659
144660
  name: "@settlemint/dalp-sdk",
144660
- version: "3.0.7-main.28431903210",
144661
+ version: "3.0.7-main.28434470576",
144661
144662
  private: false,
144662
144663
  description: "Fully typed SDK for the DALP tokenization platform API",
144663
144664
  homepage: "https://settlemint.com",
@@ -145903,7 +145904,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
145903
145904
  // package.json
145904
145905
  var package_default2 = {
145905
145906
  name: "@settlemint/dalp-cli",
145906
- version: "3.0.7-main.28431903210",
145907
+ version: "3.0.7-main.28434470576",
145907
145908
  private: false,
145908
145909
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
145909
145910
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "3.0.7-main.28431903210",
3
+ "version": "3.0.7-main.28434470576",
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",