@settlemint/dalp-cli 3.0.6-main.28314181581 → 3.0.6-main.28315182303
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.
- package/dist/dalp.js +10 -10
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -63049,7 +63049,7 @@ var ENTRIES_INDEX = {
|
|
|
63049
63049
|
public: {
|
|
63050
63050
|
message: "Failed to load KYC profile record",
|
|
63051
63051
|
why: "The platform inserted or confirmed the KYC profile container but could not retrieve the locked profile row needed to proceed with version creation. This is an internal storage error.",
|
|
63052
|
-
fix: "
|
|
63052
|
+
fix: "Escalate with the request ID and the user ID. Do not retry the same call."
|
|
63053
63053
|
},
|
|
63054
63054
|
observability: {
|
|
63055
63055
|
severity: "error",
|
|
@@ -63077,7 +63077,7 @@ var ENTRIES_INDEX = {
|
|
|
63077
63077
|
public: {
|
|
63078
63078
|
message: "Failed to create KYC draft version",
|
|
63079
63079
|
why: "The platform attempted to insert a new draft version record but the write returned no result. The profile container exists and version data was prepared; only the final version insert failed.",
|
|
63080
|
-
fix: "
|
|
63080
|
+
fix: "Escalate with the request ID and the user ID. Do not retry the same call."
|
|
63081
63081
|
},
|
|
63082
63082
|
observability: {
|
|
63083
63083
|
severity: "error",
|
|
@@ -63245,7 +63245,7 @@ var ENTRIES_INDEX = {
|
|
|
63245
63245
|
public: {
|
|
63246
63246
|
message: "Failed to update KYC version status",
|
|
63247
63247
|
why: "The platform validated the requested state transition but the database write to update the version record returned no result. This can happen during a submit-for-review or a changes-requested step.",
|
|
63248
|
-
fix: "
|
|
63248
|
+
fix: "Escalate with the request ID and the version ID. Do not retry the same call."
|
|
63249
63249
|
},
|
|
63250
63250
|
observability: {
|
|
63251
63251
|
severity: "error",
|
|
@@ -63273,7 +63273,7 @@ var ENTRIES_INDEX = {
|
|
|
63273
63273
|
public: {
|
|
63274
63274
|
message: "Failed to save KYC version field updates",
|
|
63275
63275
|
why: "The platform confirmed the version is a draft and prepared the field changes, but the database write to apply them returned no result. No fields were modified.",
|
|
63276
|
-
fix: "
|
|
63276
|
+
fix: "Escalate with the request ID and the version ID. Do not retry the same call."
|
|
63277
63277
|
},
|
|
63278
63278
|
observability: {
|
|
63279
63279
|
severity: "error",
|
|
@@ -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.
|
|
143981
|
+
version: "3.0.6-main.28315182303",
|
|
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.
|
|
145201
|
+
version: "3.0.6-main.28315182303",
|
|
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",
|
|
@@ -157647,7 +157647,7 @@ var ENTRIES_INDEX2 = {
|
|
|
157647
157647
|
public: {
|
|
157648
157648
|
message: "Failed to load KYC profile record",
|
|
157649
157649
|
why: "The platform inserted or confirmed the KYC profile container but could not retrieve the locked profile row needed to proceed with version creation. This is an internal storage error.",
|
|
157650
|
-
fix: "
|
|
157650
|
+
fix: "Escalate with the request ID and the user ID. Do not retry the same call."
|
|
157651
157651
|
},
|
|
157652
157652
|
observability: {
|
|
157653
157653
|
severity: "error",
|
|
@@ -157675,7 +157675,7 @@ var ENTRIES_INDEX2 = {
|
|
|
157675
157675
|
public: {
|
|
157676
157676
|
message: "Failed to create KYC draft version",
|
|
157677
157677
|
why: "The platform attempted to insert a new draft version record but the write returned no result. The profile container exists and version data was prepared; only the final version insert failed.",
|
|
157678
|
-
fix: "
|
|
157678
|
+
fix: "Escalate with the request ID and the user ID. Do not retry the same call."
|
|
157679
157679
|
},
|
|
157680
157680
|
observability: {
|
|
157681
157681
|
severity: "error",
|
|
@@ -157843,7 +157843,7 @@ var ENTRIES_INDEX2 = {
|
|
|
157843
157843
|
public: {
|
|
157844
157844
|
message: "Failed to update KYC version status",
|
|
157845
157845
|
why: "The platform validated the requested state transition but the database write to update the version record returned no result. This can happen during a submit-for-review or a changes-requested step.",
|
|
157846
|
-
fix: "
|
|
157846
|
+
fix: "Escalate with the request ID and the version ID. Do not retry the same call."
|
|
157847
157847
|
},
|
|
157848
157848
|
observability: {
|
|
157849
157849
|
severity: "error",
|
|
@@ -157871,7 +157871,7 @@ var ENTRIES_INDEX2 = {
|
|
|
157871
157871
|
public: {
|
|
157872
157872
|
message: "Failed to save KYC version field updates",
|
|
157873
157873
|
why: "The platform confirmed the version is a draft and prepared the field changes, but the database write to apply them returned no result. No fields were modified.",
|
|
157874
|
-
fix: "
|
|
157874
|
+
fix: "Escalate with the request ID and the version ID. Do not retry the same call."
|
|
157875
157875
|
},
|
|
157876
157876
|
observability: {
|
|
157877
157877
|
severity: "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-cli",
|
|
3
|
-
"version": "3.0.6-main.
|
|
3
|
+
"version": "3.0.6-main.28315182303",
|
|
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",
|