@settlemint/dalp-cli 2.1.7-main.23532209082 → 2.1.7-main.23534089455
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 +18 -3
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -64223,7 +64223,22 @@ var directoryRead = v1Contract.route({
|
|
|
64223
64223
|
successDescription: "Directory configuration retrieved successfully",
|
|
64224
64224
|
tags: TAGS10
|
|
64225
64225
|
}).input(DirectoryReadInputSchema).output(DirectoryReadOutputSchema.nullable());
|
|
64226
|
-
var entityTypes = [
|
|
64226
|
+
var entityTypes = [
|
|
64227
|
+
"eoa",
|
|
64228
|
+
"token",
|
|
64229
|
+
"asset",
|
|
64230
|
+
"bond",
|
|
64231
|
+
"equity",
|
|
64232
|
+
"fund",
|
|
64233
|
+
"vault",
|
|
64234
|
+
"deposit",
|
|
64235
|
+
"stablecoin",
|
|
64236
|
+
"real-estate",
|
|
64237
|
+
"precious-metal",
|
|
64238
|
+
"system",
|
|
64239
|
+
"smart-account",
|
|
64240
|
+
"contract"
|
|
64241
|
+
];
|
|
64227
64242
|
var EntityTypeSchema = exports_external.enum(entityTypes);
|
|
64228
64243
|
var EntityListFiltersSchema = exports_external.object({
|
|
64229
64244
|
entityType: EntityTypeSchema.optional()
|
|
@@ -79542,7 +79557,7 @@ var timestampSerializer = {
|
|
|
79542
79557
|
};
|
|
79543
79558
|
var package_default = {
|
|
79544
79559
|
name: "@settlemint/dalp-sdk",
|
|
79545
|
-
version: "2.1.7-main.
|
|
79560
|
+
version: "2.1.7-main.23534089455",
|
|
79546
79561
|
private: false,
|
|
79547
79562
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
79548
79563
|
homepage: "https://settlemint.com",
|
|
@@ -79685,7 +79700,7 @@ function createDalpClient(config3) {
|
|
|
79685
79700
|
// package.json
|
|
79686
79701
|
var package_default2 = {
|
|
79687
79702
|
name: "@settlemint/dalp-cli",
|
|
79688
|
-
version: "2.1.7-main.
|
|
79703
|
+
version: "2.1.7-main.23534089455",
|
|
79689
79704
|
private: false,
|
|
79690
79705
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
79691
79706
|
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.23534089455",
|
|
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",
|