@settlemint/dalp-cli 2.1.7-main.26460535833 → 2.1.7-main.26462723327
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 +11 -7
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -62225,16 +62225,20 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
|
|
|
62225
62225
|
})
|
|
62226
62226
|
},
|
|
62227
62227
|
{
|
|
62228
|
-
code: "
|
|
62228
|
+
code: "TOKEN_CREATE_WORKFLOW_PHASE_FAILED",
|
|
62229
62229
|
definition: dapiError({
|
|
62230
62230
|
id: "DALP-0315",
|
|
62231
62231
|
category: "operational",
|
|
62232
62232
|
status: 500,
|
|
62233
|
-
message: "
|
|
62234
|
-
why: "
|
|
62235
|
-
fix: "
|
|
62233
|
+
message: "Token creation workflow failed during phase execution",
|
|
62234
|
+
why: "The durable token-creation workflow reported a failed phase before producing a result; `data.phase` and `data.error` carry the on-chain or workflow-side failure reason.",
|
|
62235
|
+
fix: "Inspect `data.error` for the underlying revert or workflow message. Retry only if the cause is transient; otherwise surface the workflow error to the user.",
|
|
62236
62236
|
retryable: false,
|
|
62237
|
-
expectedClientError: false
|
|
62237
|
+
expectedClientError: false,
|
|
62238
|
+
data: exports_external.object({
|
|
62239
|
+
phase: exports_external.string(),
|
|
62240
|
+
error: exports_external.string().optional()
|
|
62241
|
+
})
|
|
62238
62242
|
})
|
|
62239
62243
|
},
|
|
62240
62244
|
{
|
|
@@ -86726,7 +86730,7 @@ function normalizeDalpBaseUrl(url3) {
|
|
|
86726
86730
|
}
|
|
86727
86731
|
var package_default = {
|
|
86728
86732
|
name: "@settlemint/dalp-sdk",
|
|
86729
|
-
version: "2.1.7-main.
|
|
86733
|
+
version: "2.1.7-main.26462723327",
|
|
86730
86734
|
private: false,
|
|
86731
86735
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
86732
86736
|
homepage: "https://settlemint.com",
|
|
@@ -87298,7 +87302,7 @@ function toStandardWebhookSecret(secret) {
|
|
|
87298
87302
|
// package.json
|
|
87299
87303
|
var package_default2 = {
|
|
87300
87304
|
name: "@settlemint/dalp-cli",
|
|
87301
|
-
version: "2.1.7-main.
|
|
87305
|
+
version: "2.1.7-main.26462723327",
|
|
87302
87306
|
private: false,
|
|
87303
87307
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
87304
87308
|
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.
|
|
3
|
+
"version": "2.1.7-main.26462723327",
|
|
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",
|