@settlemint/dalp-cli 2.1.7-main.26096027087 → 2.1.7-main.26096736230
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 -3
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -62206,7 +62206,7 @@ var httpURL = exports_external.string().max(2048, "URL must be at most 2048 char
|
|
|
62206
62206
|
message: "Must be a valid HTTP or HTTPS URL"
|
|
62207
62207
|
}).meta({
|
|
62208
62208
|
description: "A valid HTTP or HTTPS URL",
|
|
62209
|
-
examples: ["https://example.com", "http://localhost:
|
|
62209
|
+
examples: ["https://example.com", "http://localhost:39000/path", "https://api.example.com/v1/users"]
|
|
62210
62210
|
});
|
|
62211
62211
|
var themeAssetURL = exports_external.string().max(2048, "URL must be at most 2048 characters").refine((value22) => {
|
|
62212
62212
|
if (value22.startsWith("/")) {
|
|
@@ -68327,6 +68327,10 @@ var UserSchema = exports_external.object({
|
|
|
68327
68327
|
});
|
|
68328
68328
|
var UserMeSchema = exports_external.object({
|
|
68329
68329
|
...UserSchema.shape,
|
|
68330
|
+
effectiveWallet: ethereumAddress.nullable().meta({
|
|
68331
|
+
description: "User's effective wallet address for organization-scoped reads",
|
|
68332
|
+
examples: ["0x71C7656EC7ab88b098defB751B7401B5f6d8976F"]
|
|
68333
|
+
}),
|
|
68330
68334
|
verificationTypes: exports_external.array(verificationType),
|
|
68331
68335
|
onboardingState: onboardingStateSchema,
|
|
68332
68336
|
hasRelevantAddons: exports_external.boolean().meta({
|
|
@@ -78789,7 +78793,7 @@ function normalizeDalpBaseUrl(url2) {
|
|
|
78789
78793
|
}
|
|
78790
78794
|
var package_default = {
|
|
78791
78795
|
name: "@settlemint/dalp-sdk",
|
|
78792
|
-
version: "2.1.7-main.
|
|
78796
|
+
version: "2.1.7-main.26096736230",
|
|
78793
78797
|
private: false,
|
|
78794
78798
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
78795
78799
|
homepage: "https://settlemint.com",
|
|
@@ -79361,7 +79365,7 @@ function toStandardWebhookSecret(secret) {
|
|
|
79361
79365
|
// package.json
|
|
79362
79366
|
var package_default2 = {
|
|
79363
79367
|
name: "@settlemint/dalp-cli",
|
|
79364
|
-
version: "2.1.7-main.
|
|
79368
|
+
version: "2.1.7-main.26096736230",
|
|
79365
79369
|
private: false,
|
|
79366
79370
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
79367
79371
|
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.26096736230",
|
|
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",
|