@settlemint/dalp-cli 3.1.7-main.32837385373 → 3.1.7-main.32839729088
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 +8 -8
- package/dist/dalp.js.map +4 -4
- 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.32839729088",
|
|
46205
46205
|
private: false,
|
|
46206
46206
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
46207
46207
|
homepage: "https://settlemint.com",
|
|
@@ -78359,7 +78359,7 @@ var zV2ParticipantsMultisigDraftsListQuery = object({
|
|
|
78359
78359
|
var zV2ParticipantsMultisigDraftsListResponse = zMultisigDraftCollectionResponse;
|
|
78360
78360
|
var zV2ParticipantsMultisigDraftsCreateBody = strictObject({
|
|
78361
78361
|
name: string2().min(1).max(255),
|
|
78362
|
-
threshold: int().gt(0)
|
|
78362
|
+
threshold: int().gt(0).optional()
|
|
78363
78363
|
});
|
|
78364
78364
|
var zV2ParticipantsMultisigDraftsCreateHeaders = object({
|
|
78365
78365
|
"Idempotency-Key": string2().optional(),
|
|
@@ -133558,8 +133558,8 @@ var openapi_surface_default = {
|
|
|
133558
133558
|
method: "POST",
|
|
133559
133559
|
url: "/api/v2/participants/multisig-drafts",
|
|
133560
133560
|
summary: "Create a multisig draft",
|
|
133561
|
-
description: "Creates a draft for a new multisig smart account and seats the caller as the first signer. Invite other signers, then finalize the draft to provision the account.",
|
|
133562
|
-
help: "Creates a draft for a new multisig smart account and seats the caller as the first signer. Invite other signers, then finalize the draft to provision the account.",
|
|
133561
|
+
description: "Creates a draft for a new multisig smart account and seats the caller as the first signer. Invite other signers, set the threshold once the signer set is known, then finalize the draft to provision the account. A draft created without a `threshold` requires every seated signer's weight until the update route narrows it.",
|
|
133562
|
+
help: "Creates a draft for a new multisig smart account and seats the caller as the first signer. Invite other signers, set the threshold once the signer set is known, then finalize the draft to provision the account. A draft created without a `threshold` requires every seated signer's weight until the update route narrows it.",
|
|
133563
133563
|
tags: [
|
|
133564
133564
|
"Participants"
|
|
133565
133565
|
],
|
|
@@ -133589,7 +133589,7 @@ var openapi_surface_default = {
|
|
|
133589
133589
|
fields: []
|
|
133590
133590
|
}
|
|
133591
133591
|
],
|
|
133592
|
-
requestBodyDescription: "Display name and signer threshold
|
|
133592
|
+
requestBodyDescription: "Display name for a new multisig draft, and optionally its signer threshold. Omit the threshold to require every seated signer's weight, and narrow it later, once the signers are known, through the update route. The caller is seated as the first signer.",
|
|
133593
133593
|
hasRequestBody: true,
|
|
133594
133594
|
bodyIsComplex: false,
|
|
133595
133595
|
bodyFields: [
|
|
@@ -133609,7 +133609,7 @@ var openapi_surface_default = {
|
|
|
133609
133609
|
{
|
|
133610
133610
|
name: "threshold",
|
|
133611
133611
|
in: "query",
|
|
133612
|
-
required:
|
|
133612
|
+
required: false,
|
|
133613
133613
|
description: "Positive integer weight this signer contributes toward the draft threshold.",
|
|
133614
133614
|
type: "integer",
|
|
133615
133615
|
enum: null,
|
|
@@ -166241,7 +166241,7 @@ async function runCommand(context, operation, errorContext = UNKNOWN_COMMAND_ERR
|
|
|
166241
166241
|
// package.json
|
|
166242
166242
|
var package_default2 = {
|
|
166243
166243
|
name: "@settlemint/dalp-cli",
|
|
166244
|
-
version: "3.1.7-main.
|
|
166244
|
+
version: "3.1.7-main.32839729088",
|
|
166245
166245
|
private: false,
|
|
166246
166246
|
description: "CLI for the Digital Asset Lifecycle Platform \u2014 manage tokens, identities, compliance, and more from the command line.",
|
|
166247
166247
|
homepage: "https://settlemint.com",
|
|
@@ -167972,4 +167972,4 @@ if (false) {}
|
|
|
167972
167972
|
// src/bin.ts
|
|
167973
167973
|
await cli.serve();
|
|
167974
167974
|
|
|
167975
|
-
//# debugId=
|
|
167975
|
+
//# debugId=BC8B6DA91805C05D64756E2164756E21
|