@settlemint/dalp-cli 3.1.7-main.32871347642 → 3.1.7-main.32897082908
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 +5 -4
- 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.32897082908",
|
|
46205
46205
|
private: false,
|
|
46206
46206
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
46207
46207
|
homepage: "https://settlemint.com",
|
|
@@ -48638,7 +48638,8 @@ var zGovernancePreflightOutput = strictObject({
|
|
|
48638
48638
|
grantRoleCta: strictObject({
|
|
48639
48639
|
tokenAddress: zEvmAddress13,
|
|
48640
48640
|
role: _enum2(["governance"]),
|
|
48641
|
-
grantee: zEvmAddress13
|
|
48641
|
+
grantee: zEvmAddress13,
|
|
48642
|
+
callerCanGrant: boolean2()
|
|
48642
48643
|
}).nullable()
|
|
48643
48644
|
});
|
|
48644
48645
|
var zGovernancePreflightOutputResponse = strictObject({
|
|
@@ -166241,7 +166242,7 @@ async function runCommand(context, operation, errorContext = UNKNOWN_COMMAND_ERR
|
|
|
166241
166242
|
// package.json
|
|
166242
166243
|
var package_default2 = {
|
|
166243
166244
|
name: "@settlemint/dalp-cli",
|
|
166244
|
-
version: "3.1.7-main.
|
|
166245
|
+
version: "3.1.7-main.32897082908",
|
|
166245
166246
|
private: false,
|
|
166246
166247
|
description: "CLI for the Digital Asset Lifecycle Platform \u2014 manage tokens, identities, compliance, and more from the command line.",
|
|
166247
166248
|
homepage: "https://settlemint.com",
|
|
@@ -167972,4 +167973,4 @@ if (false) {}
|
|
|
167972
167973
|
// src/bin.ts
|
|
167973
167974
|
await cli.serve();
|
|
167974
167975
|
|
|
167975
|
-
//# debugId=
|
|
167976
|
+
//# debugId=1950C17D8842C9ED64756E2164756E21
|