@settlemint/dalp-sdk 2.1.7-main.23533466656 → 2.1.7-main.23534486092
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/index.js +17 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7200,7 +7200,22 @@ var directoryRead = v1Contract.route({
|
|
|
7200
7200
|
|
|
7201
7201
|
// ../../packages/core/validation/src/entity-types.ts
|
|
7202
7202
|
import { z as z120 } from "zod";
|
|
7203
|
-
var entityTypes = [
|
|
7203
|
+
var entityTypes = [
|
|
7204
|
+
"eoa",
|
|
7205
|
+
"token",
|
|
7206
|
+
"asset",
|
|
7207
|
+
"bond",
|
|
7208
|
+
"equity",
|
|
7209
|
+
"fund",
|
|
7210
|
+
"vault",
|
|
7211
|
+
"deposit",
|
|
7212
|
+
"stablecoin",
|
|
7213
|
+
"real-estate",
|
|
7214
|
+
"precious-metal",
|
|
7215
|
+
"system",
|
|
7216
|
+
"smart-account",
|
|
7217
|
+
"contract"
|
|
7218
|
+
];
|
|
7204
7219
|
var EntityTypeSchema = z120.enum(entityTypes);
|
|
7205
7220
|
|
|
7206
7221
|
// ../../packages/dalp/api-contract/src/routes/system/entity/routes/entity.list.schema.ts
|
|
@@ -23587,7 +23602,7 @@ var dalpSerializers = [
|
|
|
23587
23602
|
// package.json
|
|
23588
23603
|
var package_default = {
|
|
23589
23604
|
name: "@settlemint/dalp-sdk",
|
|
23590
|
-
version: "2.1.7-main.
|
|
23605
|
+
version: "2.1.7-main.23534486092",
|
|
23591
23606
|
private: false,
|
|
23592
23607
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
23593
23608
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED