@settlemint/dalp-cli 2.1.7-main.25374712398 → 2.1.7-main.25375422270
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 +16 -2
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -57690,6 +57690,20 @@ var DAPI_ROUTE_ERROR_ENTRIES = [
|
|
|
57690
57690
|
data: dapiErrorContextDataSchema
|
|
57691
57691
|
})
|
|
57692
57692
|
},
|
|
57693
|
+
{
|
|
57694
|
+
code: "SYSTEM_TRUSTED_ISSUER_CLAIM_TOPIC_MUTATION_IN_PROGRESS",
|
|
57695
|
+
definition: dapiError({
|
|
57696
|
+
id: "DALP-0461",
|
|
57697
|
+
category: "domain",
|
|
57698
|
+
status: 409,
|
|
57699
|
+
message: "Trusted issuer claim-topic mutation is already in progress",
|
|
57700
|
+
why: "Another add/remove claim-topic mutation for this trusted issuer is already running. DAPI does not queue same-key callers behind the database lock because that can consume database pool sessions.",
|
|
57701
|
+
fix: "Wait for the active mutation to finish, then retry the claim-topic request if the issuer's topic set still needs to change.",
|
|
57702
|
+
retryable: true,
|
|
57703
|
+
expectedClientError: true,
|
|
57704
|
+
severity: "warning"
|
|
57705
|
+
})
|
|
57706
|
+
},
|
|
57693
57707
|
{
|
|
57694
57708
|
code: "SYSTEM_TRUSTED_ISSUER_NOT_FOUND",
|
|
57695
57709
|
definition: dapiError({
|
|
@@ -77815,7 +77829,7 @@ function normalizeDalpBaseUrl(url3) {
|
|
|
77815
77829
|
}
|
|
77816
77830
|
var package_default = {
|
|
77817
77831
|
name: "@settlemint/dalp-sdk",
|
|
77818
|
-
version: "2.1.7-main.
|
|
77832
|
+
version: "2.1.7-main.25375422270",
|
|
77819
77833
|
private: false,
|
|
77820
77834
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
77821
77835
|
homepage: "https://settlemint.com",
|
|
@@ -78366,7 +78380,7 @@ function trimConfigValue(name, value3) {
|
|
|
78366
78380
|
// package.json
|
|
78367
78381
|
var package_default2 = {
|
|
78368
78382
|
name: "@settlemint/dalp-cli",
|
|
78369
|
-
version: "2.1.7-main.
|
|
78383
|
+
version: "2.1.7-main.25375422270",
|
|
78370
78384
|
private: false,
|
|
78371
78385
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
78372
78386
|
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.25375422270",
|
|
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",
|