@settlemint/dalp-cli 2.1.7-main.23595088296 → 2.1.7-main.23597135277
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 -2
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -75412,6 +75412,15 @@ var contractErrorCatalog = defineContractErrors({
|
|
|
75412
75412
|
retryable: false,
|
|
75413
75413
|
severity: "error"
|
|
75414
75414
|
},
|
|
75415
|
+
"NotFactoryToken(address)": {
|
|
75416
|
+
dalpCode: "DALP-1113",
|
|
75417
|
+
audience: "operator",
|
|
75418
|
+
qualityTier: "scaffolded",
|
|
75419
|
+
message: "Not factory token",
|
|
75420
|
+
retryable: false,
|
|
75421
|
+
severity: "error",
|
|
75422
|
+
argNames: ["token"]
|
|
75423
|
+
},
|
|
75415
75424
|
"SenderNotApprovedSettlement()": {
|
|
75416
75425
|
dalpCode: "DALP-2001",
|
|
75417
75426
|
audience: "user",
|
|
@@ -79634,7 +79643,7 @@ var timestampSerializer = {
|
|
|
79634
79643
|
};
|
|
79635
79644
|
var package_default = {
|
|
79636
79645
|
name: "@settlemint/dalp-sdk",
|
|
79637
|
-
version: "2.1.7-main.
|
|
79646
|
+
version: "2.1.7-main.23597135277",
|
|
79638
79647
|
private: false,
|
|
79639
79648
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
79640
79649
|
homepage: "https://settlemint.com",
|
|
@@ -79777,7 +79786,7 @@ function createDalpClient(config3) {
|
|
|
79777
79786
|
// package.json
|
|
79778
79787
|
var package_default2 = {
|
|
79779
79788
|
name: "@settlemint/dalp-cli",
|
|
79780
|
-
version: "2.1.7-main.
|
|
79789
|
+
version: "2.1.7-main.23597135277",
|
|
79781
79790
|
private: false,
|
|
79782
79791
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
79783
79792
|
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.23597135277",
|
|
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",
|