@settlemint/dalp-cli 2.1.7-main.25955036677 → 2.1.7-main.25956181662

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 +15 -2
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -70806,6 +70806,19 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
70806
70806
  expectedClientError: false
70807
70807
  })
70808
70808
  },
70809
+ {
70810
+ code: "TOKEN_PRICE_ORG_FEED_SUBMISSION_SIGNER_NOT_RESOLVED",
70811
+ definition: dapiError({
70812
+ id: "DALP-0613",
70813
+ category: "dependency",
70814
+ status: 503,
70815
+ message: "Organization price-feed submission signer is not available",
70816
+ why: "DAPI could not resolve an organization Vault EOA that can sign price-feed submissions for the organization identity.",
70817
+ fix: "Retry after organization deployment and indexing complete. If it continues, contact support with the request id.",
70818
+ retryable: true,
70819
+ expectedClientError: false
70820
+ })
70821
+ },
70809
70822
  {
70810
70823
  code: "TOKEN_PRICE_RESOLVER",
70811
70824
  definition: dapiError({
@@ -92489,7 +92502,7 @@ function normalizeDalpBaseUrl(url3) {
92489
92502
  }
92490
92503
  var package_default = {
92491
92504
  name: "@settlemint/dalp-sdk",
92492
- version: "2.1.7-main.25955036677",
92505
+ version: "2.1.7-main.25956181662",
92493
92506
  private: false,
92494
92507
  description: "Fully typed SDK for the DALP tokenization platform API",
92495
92508
  homepage: "https://settlemint.com",
@@ -93061,7 +93074,7 @@ function toStandardWebhookSecret(secret) {
93061
93074
  // package.json
93062
93075
  var package_default2 = {
93063
93076
  name: "@settlemint/dalp-cli",
93064
- version: "2.1.7-main.25955036677",
93077
+ version: "2.1.7-main.25956181662",
93065
93078
  private: false,
93066
93079
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
93067
93080
  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.25955036677",
3
+ "version": "2.1.7-main.25956181662",
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",