@settlemint/dalp-cli 2.1.7-main.25565068324 → 2.1.7-main.25573399350

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 +37 -11
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -66206,9 +66206,9 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
66206
66206
  id: "DALP-0195",
66207
66207
  category: "permission",
66208
66208
  status: 403,
66209
- message: "You are not a signer on the multisig validator of wallet the requested value",
66210
- why: "The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.",
66211
- fix: "Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.",
66209
+ message: "You are not a signer on this multisig wallet.",
66210
+ why: "The authenticated wallet is not registered as a signer on the selected multisig validator.",
66211
+ fix: "Select a wallet that is a registered signer, or ask a wallet owner to add your signer before retrying.",
66212
66212
  retryable: false,
66213
66213
  expectedClientError: true
66214
66214
  })
@@ -66219,9 +66219,9 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
66219
66219
  id: "DALP-0196",
66220
66220
  category: "permission",
66221
66221
  status: 403,
66222
- message: "You are not a signer on the multisig validator of wallet the requested value. Only multisig signers can create approvals",
66223
- why: "The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.",
66224
- fix: "Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.",
66222
+ message: "Only multisig signers can create approvals for this wallet.",
66223
+ why: "The authenticated wallet is not registered as a signer on the selected multisig validator, so it cannot initiate an approval request.",
66224
+ fix: "Switch to a registered signer wallet, or ask a wallet owner to add your signer before creating the approval.",
66225
66225
  retryable: false,
66226
66226
  expectedClientError: true
66227
66227
  })
@@ -66232,9 +66232,9 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
66232
66232
  id: "DALP-0197",
66233
66233
  category: "permission",
66234
66234
  status: 403,
66235
- message: "You are not a signer on wallet the requested value",
66236
- why: "The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.",
66237
- fix: "Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.",
66235
+ message: "You are not a signer on this wallet.",
66236
+ why: "The authenticated wallet is not registered as a signer for the selected smart wallet.",
66237
+ fix: "Use a registered signer wallet, or ask a wallet owner to add your signer before retrying.",
66238
66238
  retryable: false,
66239
66239
  expectedClientError: true
66240
66240
  })
@@ -66278,6 +66278,32 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
66278
66278
  expectedClientError: true
66279
66279
  })
66280
66280
  },
66281
+ {
66282
+ code: "SMART_WALLETS_GLOBAL_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_CREATE_WALLET_DEFAULT",
66283
+ definition: dapiError({
66284
+ id: "DALP-0475",
66285
+ category: "domain",
66286
+ status: 409,
66287
+ message: "Platform Account Abstraction routing is disabled; cannot create a smart wallet as default",
66288
+ why: "The platform-wide Account Abstraction feature flag is disabled, so smart wallets cannot be selected as default wallets for routed transactions.",
66289
+ fix: "Enable the platform Account Abstraction feature flag, or create the smart wallet without setting it as default.",
66290
+ retryable: false,
66291
+ expectedClientError: true
66292
+ })
66293
+ },
66294
+ {
66295
+ code: "SMART_WALLETS_GLOBAL_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_SET_WALLET_DEFAULT",
66296
+ definition: dapiError({
66297
+ id: "DALP-0476",
66298
+ category: "domain",
66299
+ status: 409,
66300
+ message: "Platform Account Abstraction routing is disabled; cannot set a smart wallet as default",
66301
+ why: "The platform-wide Account Abstraction feature flag is disabled, so smart wallets cannot be selected as default wallets for routed transactions.",
66302
+ fix: "Enable the platform Account Abstraction feature flag, or update only the smart wallet metadata.",
66303
+ retryable: false,
66304
+ expectedClientError: true
66305
+ })
66306
+ },
66281
66307
  {
66282
66308
  code: "SMART_WALLETS_RPC_URL_NOT_CONFIGURED_CHAIN_NETWORK_CONFIGURATION",
66283
66309
  definition: dapiError({
@@ -88560,7 +88586,7 @@ function normalizeDalpBaseUrl(url3) {
88560
88586
  }
88561
88587
  var package_default = {
88562
88588
  name: "@settlemint/dalp-sdk",
88563
- version: "2.1.7-main.25565068324",
88589
+ version: "2.1.7-main.25573399350",
88564
88590
  private: false,
88565
88591
  description: "Fully typed SDK for the DALP tokenization platform API",
88566
88592
  homepage: "https://settlemint.com",
@@ -89119,7 +89145,7 @@ function trimConfigValue(name, value3) {
89119
89145
  // package.json
89120
89146
  var package_default2 = {
89121
89147
  name: "@settlemint/dalp-cli",
89122
- version: "2.1.7-main.25565068324",
89148
+ version: "2.1.7-main.25573399350",
89123
89149
  private: false,
89124
89150
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
89125
89151
  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.25565068324",
3
+ "version": "2.1.7-main.25573399350",
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",