@settlemint/dalp-cli 2.1.7-main.25503458426 → 2.1.7-main.25504044138
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 +6 -2
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -55288,6 +55288,10 @@ var CUSTOM_ERRORS = {
|
|
|
55288
55288
|
status: 403,
|
|
55289
55289
|
message: "An active organization is required for this operation"
|
|
55290
55290
|
},
|
|
55291
|
+
STEP_UP_REQUIRED: {
|
|
55292
|
+
status: 403,
|
|
55293
|
+
message: "Step-up authentication required for this operation"
|
|
55294
|
+
},
|
|
55291
55295
|
API_KEY_READ_ONLY: {
|
|
55292
55296
|
status: 403,
|
|
55293
55297
|
message: "This API key is read-only and cannot perform write operations"
|
|
@@ -73712,7 +73716,7 @@ function normalizeDalpBaseUrl(url2) {
|
|
|
73712
73716
|
}
|
|
73713
73717
|
var package_default = {
|
|
73714
73718
|
name: "@settlemint/dalp-sdk",
|
|
73715
|
-
version: "2.1.7-main.
|
|
73719
|
+
version: "2.1.7-main.25504044138",
|
|
73716
73720
|
private: false,
|
|
73717
73721
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
73718
73722
|
homepage: "https://settlemint.com",
|
|
@@ -74271,7 +74275,7 @@ function trimConfigValue(name, value3) {
|
|
|
74271
74275
|
// package.json
|
|
74272
74276
|
var package_default2 = {
|
|
74273
74277
|
name: "@settlemint/dalp-cli",
|
|
74274
|
-
version: "2.1.7-main.
|
|
74278
|
+
version: "2.1.7-main.25504044138",
|
|
74275
74279
|
private: false,
|
|
74276
74280
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
74277
74281
|
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.25504044138",
|
|
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",
|