@settlemint/dalp-cli 2.1.7-main.26096027087 → 2.1.7-main.26097068826

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 +11 -3
  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"
@@ -62206,7 +62210,7 @@ var httpURL = exports_external.string().max(2048, "URL must be at most 2048 char
62206
62210
  message: "Must be a valid HTTP or HTTPS URL"
62207
62211
  }).meta({
62208
62212
  description: "A valid HTTP or HTTPS URL",
62209
- examples: ["https://example.com", "http://localhost:3000/path", "https://api.example.com/v1/users"]
62213
+ examples: ["https://example.com", "http://localhost:39000/path", "https://api.example.com/v1/users"]
62210
62214
  });
62211
62215
  var themeAssetURL = exports_external.string().max(2048, "URL must be at most 2048 characters").refine((value22) => {
62212
62216
  if (value22.startsWith("/")) {
@@ -68327,6 +68331,10 @@ var UserSchema = exports_external.object({
68327
68331
  });
68328
68332
  var UserMeSchema = exports_external.object({
68329
68333
  ...UserSchema.shape,
68334
+ effectiveWallet: ethereumAddress.nullable().meta({
68335
+ description: "User's effective wallet address for organization-scoped reads",
68336
+ examples: ["0x71C7656EC7ab88b098defB751B7401B5f6d8976F"]
68337
+ }),
68330
68338
  verificationTypes: exports_external.array(verificationType),
68331
68339
  onboardingState: onboardingStateSchema,
68332
68340
  hasRelevantAddons: exports_external.boolean().meta({
@@ -78789,7 +78797,7 @@ function normalizeDalpBaseUrl(url2) {
78789
78797
  }
78790
78798
  var package_default = {
78791
78799
  name: "@settlemint/dalp-sdk",
78792
- version: "2.1.7-main.26096027087",
78800
+ version: "2.1.7-main.26097068826",
78793
78801
  private: false,
78794
78802
  description: "Fully typed SDK for the DALP tokenization platform API",
78795
78803
  homepage: "https://settlemint.com",
@@ -79361,7 +79369,7 @@ function toStandardWebhookSecret(secret) {
79361
79369
  // package.json
79362
79370
  var package_default2 = {
79363
79371
  name: "@settlemint/dalp-cli",
79364
- version: "2.1.7-main.26096027087",
79372
+ version: "2.1.7-main.26097068826",
79365
79373
  private: false,
79366
79374
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
79367
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.26096027087",
3
+ "version": "2.1.7-main.26097068826",
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",