@settlemint/dalp-cli 2.1.7-main.25729452741 → 2.1.7-main.25730333647
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 +9 -2
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -75020,6 +75020,10 @@ var TokenSchema = exports_external2.object({
|
|
|
75020
75020
|
description: "The per-token SMARTCompliance contract address that hosts this token's compliance modules. Null when not yet indexed (e.g. external tokens before ComplianceAdded is observed).",
|
|
75021
75021
|
examples: ["0x71C7656EC7ab88b098defB751B7401B5f6d8976F", null]
|
|
75022
75022
|
}),
|
|
75023
|
+
identityRegistry: ethereumAddress.nullable().meta({
|
|
75024
|
+
description: "The most recently indexed per-token identity registry contract that controls which addresses are eligible to hold this token. Null when the token relies on the system-wide identity registry rather than a token-specific binding (e.g. external/imported tokens or tokens that predate the SMART protocol).",
|
|
75025
|
+
examples: ["0x71C7656EC7ab88b098defB751B7401B5f6d8976F", null]
|
|
75026
|
+
}),
|
|
75023
75027
|
type: assetType().or(exports_external2.string().min(1)).meta({
|
|
75024
75028
|
description: "Asset type — known system types or custom template slugs",
|
|
75025
75029
|
examples: ["bond", "equity", "fund", "custom-deposit"]
|
|
@@ -75550,6 +75554,7 @@ var TokenSearchResultSchema = TokenSchema.omit({
|
|
|
75550
75554
|
identity: true,
|
|
75551
75555
|
complianceModuleConfigs: true,
|
|
75552
75556
|
complianceContract: true,
|
|
75557
|
+
identityRegistry: true,
|
|
75553
75558
|
accessControl: true,
|
|
75554
75559
|
userPermissions: true
|
|
75555
75560
|
}).extend({
|
|
@@ -81236,6 +81241,7 @@ var DenominationAssetListSchema = exports_external2.array(TokenSchema.omit({
|
|
|
81236
81241
|
identity: true,
|
|
81237
81242
|
complianceModuleConfigs: true,
|
|
81238
81243
|
complianceContract: true,
|
|
81244
|
+
identityRegistry: true,
|
|
81239
81245
|
accessControl: true,
|
|
81240
81246
|
userPermissions: true
|
|
81241
81247
|
}).extend({
|
|
@@ -81412,6 +81418,7 @@ var TokenListItemSchema = TokenSchema.omit({
|
|
|
81412
81418
|
identity: true,
|
|
81413
81419
|
complianceModuleConfigs: true,
|
|
81414
81420
|
complianceContract: true,
|
|
81421
|
+
identityRegistry: true,
|
|
81415
81422
|
accessControl: true,
|
|
81416
81423
|
userPermissions: true
|
|
81417
81424
|
}).extend({
|
|
@@ -91641,7 +91648,7 @@ function normalizeDalpBaseUrl(url3) {
|
|
|
91641
91648
|
}
|
|
91642
91649
|
var package_default = {
|
|
91643
91650
|
name: "@settlemint/dalp-sdk",
|
|
91644
|
-
version: "2.1.7-main.
|
|
91651
|
+
version: "2.1.7-main.25730333647",
|
|
91645
91652
|
private: false,
|
|
91646
91653
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
91647
91654
|
homepage: "https://settlemint.com",
|
|
@@ -92211,7 +92218,7 @@ function toStandardWebhookSecret(secret) {
|
|
|
92211
92218
|
// package.json
|
|
92212
92219
|
var package_default2 = {
|
|
92213
92220
|
name: "@settlemint/dalp-cli",
|
|
92214
|
-
version: "2.1.7-main.
|
|
92221
|
+
version: "2.1.7-main.25730333647",
|
|
92215
92222
|
private: false,
|
|
92216
92223
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
92217
92224
|
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.25730333647",
|
|
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",
|