@settlemint/dalp-cli 3.1.7-main.33046127627 → 3.1.7-main.33047713956
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 +7 -7
- package/dist/dalp.js.map +3 -3
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -46201,7 +46201,7 @@ var API_ERROR_CATEGORIES = new Set([
|
|
|
46201
46201
|
// ../sdk/package.json
|
|
46202
46202
|
var package_default = {
|
|
46203
46203
|
name: "@settlemint/dalp-sdk",
|
|
46204
|
-
version: "3.1.7-main.
|
|
46204
|
+
version: "3.1.7-main.33047713956",
|
|
46205
46205
|
private: false,
|
|
46206
46206
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
46207
46207
|
homepage: "https://settlemint.com",
|
|
@@ -47392,15 +47392,15 @@ var zDalpPublicHttpError400 = strictObject({
|
|
|
47392
47392
|
message: string2().min(1),
|
|
47393
47393
|
data: zDalpPublicErrorDataSchema
|
|
47394
47394
|
});
|
|
47395
|
-
var
|
|
47395
|
+
var zDalpPublicHttpError409 = strictObject({
|
|
47396
47396
|
code: string2().min(1),
|
|
47397
|
-
status: literal(
|
|
47397
|
+
status: literal(409),
|
|
47398
47398
|
message: string2().min(1),
|
|
47399
47399
|
data: zDalpPublicErrorDataSchema
|
|
47400
47400
|
});
|
|
47401
|
-
var
|
|
47401
|
+
var zDalpPublicHttpError404 = strictObject({
|
|
47402
47402
|
code: string2().min(1),
|
|
47403
|
-
status: literal(
|
|
47403
|
+
status: literal(404),
|
|
47404
47404
|
message: string2().min(1),
|
|
47405
47405
|
data: zDalpPublicErrorDataSchema
|
|
47406
47406
|
});
|
|
@@ -175195,7 +175195,7 @@ async function runCommand(context, operation, errorContext = UNKNOWN_COMMAND_ERR
|
|
|
175195
175195
|
// package.json
|
|
175196
175196
|
var package_default2 = {
|
|
175197
175197
|
name: "@settlemint/dalp-cli",
|
|
175198
|
-
version: "3.1.7-main.
|
|
175198
|
+
version: "3.1.7-main.33047713956",
|
|
175199
175199
|
private: false,
|
|
175200
175200
|
description: "CLI for the Digital Asset Lifecycle Platform \u2014 manage tokens, identities, compliance, and more from the command line.",
|
|
175201
175201
|
homepage: "https://settlemint.com",
|
|
@@ -176933,4 +176933,4 @@ if (false) {}
|
|
|
176933
176933
|
// src/bin.ts
|
|
176934
176934
|
await cli.serve();
|
|
176935
176935
|
|
|
176936
|
-
//# debugId=
|
|
176936
|
+
//# debugId=80774CA890DE11BA64756E2164756E21
|