@settlemint/dalp-sdk 3.0.7-main.28952784910 → 3.0.7-main.28953842829
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -84085,7 +84085,7 @@ var ActAvailabilitySchema = z389.object({
|
|
|
84085
84085
|
// ../../packages/dalp/api-contract/src/routes/v2/participants/participants.v2.assumable-list.schema.ts
|
|
84086
84086
|
import { z as z390 } from "zod";
|
|
84087
84087
|
var AssumableParticipantGatingRoleSchema = z390.enum(["organisationIdentityManager", "admin"]);
|
|
84088
|
-
var AssumableParticipantKindSchema = z390.enum(["person", "organisation"]);
|
|
84088
|
+
var AssumableParticipantKindSchema = z390.enum(["person", "organisation", "single_sig", "eoa"]);
|
|
84089
84089
|
var AssumableParticipantIdentityStatusSchema = z390.enum(["verified", "pending", "none"]);
|
|
84090
84090
|
var AssumableParticipantSchema = z390.object({
|
|
84091
84091
|
id: z390.string(),
|
|
@@ -94512,7 +94512,7 @@ function normalizeDalpBaseUrl(url) {
|
|
|
94512
94512
|
// package.json
|
|
94513
94513
|
var package_default = {
|
|
94514
94514
|
name: "@settlemint/dalp-sdk",
|
|
94515
|
-
version: "3.0.7-main.
|
|
94515
|
+
version: "3.0.7-main.28953842829",
|
|
94516
94516
|
private: false,
|
|
94517
94517
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
94518
94518
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED