@settlemint/dalp-cli 3.0.6-main.28316905088 → 3.0.6-main.28318308291

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 -6
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -63580,8 +63580,8 @@ var ENTRIES_INDEX = {
63580
63580
  expectedClientError: true,
63581
63581
  public: {
63582
63582
  message: "KYC version not found",
63583
- why: "The document upload confirmation handler looked up the KYC version by the provided version ID under a database lock and found no matching row. The version ID may be wrong or the version may have been deleted.",
63584
- fix: "Verify the version ID used in the upload confirmation request. If the version was deleted, start a new upload flow with a valid draft version."
63583
+ why: "The platform looked up the KYC version by the provided version ID and found no matching row. The version ID may be wrong or the version may have been deleted.",
63584
+ fix: "Verify the version ID. If the version was deleted, start a new upload flow with a valid draft version."
63585
63585
  },
63586
63586
  observability: {
63587
63587
  severity: "info",
@@ -143978,7 +143978,7 @@ function normalizeDalpBaseUrl(url2) {
143978
143978
  }
143979
143979
  var package_default = {
143980
143980
  name: "@settlemint/dalp-sdk",
143981
- version: "3.0.6-main.28316905088",
143981
+ version: "3.0.6-main.28318308291",
143982
143982
  private: false,
143983
143983
  description: "Fully typed SDK for the DALP tokenization platform API",
143984
143984
  homepage: "https://settlemint.com",
@@ -145198,7 +145198,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
145198
145198
  // package.json
145199
145199
  var package_default2 = {
145200
145200
  name: "@settlemint/dalp-cli",
145201
- version: "3.0.6-main.28316905088",
145201
+ version: "3.0.6-main.28318308291",
145202
145202
  private: false,
145203
145203
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
145204
145204
  homepage: "https://settlemint.com",
@@ -158178,8 +158178,8 @@ var ENTRIES_INDEX2 = {
158178
158178
  expectedClientError: true,
158179
158179
  public: {
158180
158180
  message: "KYC version not found",
158181
- why: "The document upload confirmation handler looked up the KYC version by the provided version ID under a database lock and found no matching row. The version ID may be wrong or the version may have been deleted.",
158182
- fix: "Verify the version ID used in the upload confirmation request. If the version was deleted, start a new upload flow with a valid draft version."
158181
+ why: "The platform looked up the KYC version by the provided version ID and found no matching row. The version ID may be wrong or the version may have been deleted.",
158182
+ fix: "Verify the version ID. If the version was deleted, start a new upload flow with a valid draft version."
158183
158183
  },
158184
158184
  observability: {
158185
158185
  severity: "info",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "3.0.6-main.28316905088",
3
+ "version": "3.0.6-main.28318308291",
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",