@settlemint/dalp-cli 2.1.7-main.26164571372 → 2.1.7-main.26165153833

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 +18 -2
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -67781,6 +67781,19 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
67781
67781
  expectedClientError: true
67782
67782
  })
67783
67783
  },
67784
+ {
67785
+ code: "X_EXECUTOR_AA_DISABLED_FOR_ORG",
67786
+ definition: dapiError({
67787
+ id: "DALP-0621",
67788
+ category: "client",
67789
+ status: 403,
67790
+ message: "smart-wallet executor not available",
67791
+ why: "The X-Executor header requested smart-wallet execution while Account Abstraction is disabled for this organization.",
67792
+ fix: "Ask your organization administrator to enable Account Abstraction for this organization, or omit the X-Executor header to use the organization's default routing.",
67793
+ retryable: false,
67794
+ expectedClientError: true
67795
+ })
67796
+ },
67784
67797
  {
67785
67798
  code: "AA_ENABLED_REQUIRES_GLOBAL_AA",
67786
67799
  definition: dapiError({
@@ -72346,6 +72359,7 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
72346
72359
  {
72347
72360
  code: "GLOBAL_DIRECTORY_REGISTRY_NOT_FOUND",
72348
72361
  definition: dapiError({
72362
+ id: "DALP-0618",
72349
72363
  category: "client",
72350
72364
  status: 404,
72351
72365
  message: "The global Directory registry is not configured or has no registered global TIR/TSR instance",
@@ -72358,6 +72372,7 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
72358
72372
  {
72359
72373
  code: "DIRECTORY_TOPIC_SCHEME_NOT_FOUND",
72360
72374
  definition: dapiError({
72375
+ id: "DALP-0619",
72361
72376
  category: "client",
72362
72377
  status: 404,
72363
72378
  message: 'Directory topic scheme "the requested value" not found',
@@ -72370,6 +72385,7 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
72370
72385
  {
72371
72386
  code: "DIRECTORY_TOPIC_SCHEME_SIGNATURE_CONFLICT",
72372
72387
  definition: dapiError({
72388
+ id: "DALP-0620",
72373
72389
  category: "client",
72374
72390
  status: 409,
72375
72391
  message: "A topic scheme with the requested name already exists with a different signature",
@@ -93324,7 +93340,7 @@ function normalizeDalpBaseUrl(url3) {
93324
93340
  }
93325
93341
  var package_default = {
93326
93342
  name: "@settlemint/dalp-sdk",
93327
- version: "2.1.7-main.26164571372",
93343
+ version: "2.1.7-main.26165153833",
93328
93344
  private: false,
93329
93345
  description: "Fully typed SDK for the DALP tokenization platform API",
93330
93346
  homepage: "https://settlemint.com",
@@ -93896,7 +93912,7 @@ function toStandardWebhookSecret(secret) {
93896
93912
  // package.json
93897
93913
  var package_default2 = {
93898
93914
  name: "@settlemint/dalp-cli",
93899
- version: "2.1.7-main.26164571372",
93915
+ version: "2.1.7-main.26165153833",
93900
93916
  private: false,
93901
93917
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
93902
93918
  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.26164571372",
3
+ "version": "2.1.7-main.26165153833",
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",