@settlemint/dalp-cli 3.0.11-main.31563507132 → 3.0.11-main.31567582061
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 -6
- package/dist/dalp.js.map +5 -5
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -112114,7 +112114,7 @@ var CustodyProbeResultSchema = exports_Schema2.Struct({
|
|
|
112114
112114
|
workspaceVerified: exports_Schema2.optionalKey(exports_Schema2.Boolean)
|
|
112115
112115
|
});
|
|
112116
112116
|
|
|
112117
|
-
// ../sdk/dist/chunk-
|
|
112117
|
+
// ../sdk/dist/chunk-3c7swar6.js
|
|
112118
112118
|
var TAGS15 = [V2_TAG5.custody];
|
|
112119
112119
|
var get11 = v2Contract.meta(...routeTraits(custodyTraits.get)).route({
|
|
112120
112120
|
method: "GET",
|
|
@@ -112126,7 +112126,7 @@ var get11 = v2Contract.meta(...routeTraits(custodyTraits.get)).route({
|
|
|
112126
112126
|
var testCredentials = v2Contract.meta(...routeTraits(custodyTraits.testCredentials)).route({
|
|
112127
112127
|
method: "POST",
|
|
112128
112128
|
path: "/custody/test-credentials",
|
|
112129
|
-
description: "Probe-validate candidate custody credentials against the provider without writing them.
|
|
112129
|
+
description: "Probe-validate candidate custody credentials against the provider without writing them. Requires an active organization and organization-owner or platform-administrator authority \u2014 the same gate as credential rotation. With an active organization the probe additionally verifies the credentials against the custody record's pinned workspace.",
|
|
112130
112130
|
successDescription: "Credential probe succeeded.",
|
|
112131
112131
|
tags: [...TAGS15]
|
|
112132
112132
|
}).input(strictBody(CustodyTestCredentialsInputSchema)).output(createSingleResponse(CustodyProbeResultSchema));
|
|
@@ -117905,7 +117905,7 @@ var systemContract = {
|
|
|
117905
117905
|
factory: factoryContract
|
|
117906
117906
|
};
|
|
117907
117907
|
|
|
117908
|
-
// ../sdk/dist/chunk-
|
|
117908
|
+
// ../sdk/dist/chunk-x2y6d8tx.js
|
|
117909
117909
|
var v2Contract2 = {
|
|
117910
117910
|
account: {
|
|
117911
117911
|
list: accountListV2Contract,
|
|
@@ -190635,7 +190635,7 @@ function fetchWithAttemptHeader2(request4, init, innerFetch) {
|
|
|
190635
190635
|
}
|
|
190636
190636
|
var package_default = {
|
|
190637
190637
|
name: "@settlemint/dalp-sdk",
|
|
190638
|
-
version: "3.0.11-main.
|
|
190638
|
+
version: "3.0.11-main.31567582061",
|
|
190639
190639
|
private: false,
|
|
190640
190640
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
190641
190641
|
homepage: "https://settlemint.com",
|
|
@@ -196130,7 +196130,7 @@ var layer16 = /* @__PURE__ */ layer5.pipe(/* @__PURE__ */ provideMerge(/* @__PUR
|
|
|
196130
196130
|
// package.json
|
|
196131
196131
|
var package_default2 = {
|
|
196132
196132
|
name: "@settlemint/dalp-cli",
|
|
196133
|
-
version: "3.0.11-main.
|
|
196133
|
+
version: "3.0.11-main.31567582061",
|
|
196134
196134
|
private: false,
|
|
196135
196135
|
description: "CLI for the Digital Asset Lifecycle Platform \u2014 manage tokens, identities, compliance, and more from the command line.",
|
|
196136
196136
|
homepage: "https://settlemint.com",
|
|
@@ -264474,4 +264474,4 @@ try {
|
|
|
264474
264474
|
await disposeCli();
|
|
264475
264475
|
}
|
|
264476
264476
|
|
|
264477
|
-
//# debugId=
|
|
264477
|
+
//# debugId=014602F56CBF8C0664756E2164756E21
|