@settlemint/dalp-cli 2.1.7-main.26096736230 → 2.1.7-main.26101338980

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
@@ -58337,6 +58337,10 @@ var CUSTOM_ERRORS = {
58337
58337
  status: 503,
58338
58338
  message: "XvP settlement message could not be signed"
58339
58339
  },
58340
+ XVP_HASHLOCK_REVEAL_NOT_REQUIRED: {
58341
+ status: 400,
58342
+ message: "Hashlock reveal not required for this XvP settlement"
58343
+ },
58340
58344
  FIXED_YIELD_SCHEDULE_NOT_FOUND: {
58341
58345
  status: 404,
58342
58346
  message: "Fixed yield schedule was not found"
@@ -78793,7 +78797,7 @@ function normalizeDalpBaseUrl(url2) {
78793
78797
  }
78794
78798
  var package_default = {
78795
78799
  name: "@settlemint/dalp-sdk",
78796
- version: "2.1.7-main.26096736230",
78800
+ version: "2.1.7-main.26101338980",
78797
78801
  private: false,
78798
78802
  description: "Fully typed SDK for the DALP tokenization platform API",
78799
78803
  homepage: "https://settlemint.com",
@@ -79365,7 +79369,7 @@ function toStandardWebhookSecret(secret) {
79365
79369
  // package.json
79366
79370
  var package_default2 = {
79367
79371
  name: "@settlemint/dalp-cli",
79368
- version: "2.1.7-main.26096736230",
79372
+ version: "2.1.7-main.26101338980",
79369
79373
  private: false,
79370
79374
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
79371
79375
  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.26096736230",
3
+ "version": "2.1.7-main.26101338980",
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",