@settlemint/dalp-cli 2.1.7-main.25383770828 → 2.1.7-main.25383930531

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 +4 -4
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -59893,7 +59893,7 @@ var CUSTOM_ERRORS = {
59893
59893
  },
59894
59894
  ADMIN_ACCESS_REQUIRED: {
59895
59895
  status: 403,
59896
- message: "Admin or organization owner access required"
59896
+ message: "Insufficient role for this operation"
59897
59897
  },
59898
59898
  DATABASE_CONTEXT_REQUIRED: {
59899
59899
  status: 500,
@@ -72144,7 +72144,7 @@ var snapshots = v2Contract.route({
72144
72144
  var reindex = v2Contract.route({
72145
72145
  method: "POST",
72146
72146
  path: "/blockchain-monitoring/reindex",
72147
- description: "Trigger a full reindex of blockchain data for a chain",
72147
+ description: "Trigger a full reindex of blockchain data for a chain; restricted to global administrators",
72148
72148
  successDescription: "Reindex request accepted",
72149
72149
  tags: [V2_TAG.blockchainMonitoring]
72150
72150
  }).input(v2Input.body(BlockchainMonitoringV2ReindexInputSchema)).output(BlockchainMonitoringV2ReindexOutputSchema);
@@ -77922,7 +77922,7 @@ function normalizeDalpBaseUrl(url3) {
77922
77922
  }
77923
77923
  var package_default = {
77924
77924
  name: "@settlemint/dalp-sdk",
77925
- version: "2.1.7-main.25383770828",
77925
+ version: "2.1.7-main.25383930531",
77926
77926
  private: false,
77927
77927
  description: "Fully typed SDK for the DALP tokenization platform API",
77928
77928
  homepage: "https://settlemint.com",
@@ -78473,7 +78473,7 @@ function trimConfigValue(name, value3) {
78473
78473
  // package.json
78474
78474
  var package_default2 = {
78475
78475
  name: "@settlemint/dalp-cli",
78476
- version: "2.1.7-main.25383770828",
78476
+ version: "2.1.7-main.25383930531",
78477
78477
  private: false,
78478
78478
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
78479
78479
  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.25383770828",
3
+ "version": "2.1.7-main.25383930531",
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",