@settlemint/dalp-sdk 3.0.7-main.28506040419 → 3.0.7-main.28508634105

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -86123,11 +86123,14 @@ var ParticipantActivityParamsSchema = z383.object({
86123
86123
  import { z as z384 } from "zod";
86124
86124
  var AssumableParticipantGatingRoleSchema = z384.enum(["organisationIdentityManager", "admin"]);
86125
86125
  var AssumableParticipantKindSchema = z384.enum(["person", "organisation"]);
86126
+ var AssumableParticipantIdentityStatusSchema = z384.enum(["verified", "pending", "none"]);
86126
86127
  var AssumableParticipantSchema = z384.object({
86127
86128
  id: z384.string(),
86128
86129
  kind: AssumableParticipantKindSchema,
86129
86130
  displayName: z384.string().nullable(),
86130
- gatingRole: AssumableParticipantGatingRoleSchema.nullable()
86131
+ gatingRole: AssumableParticipantGatingRoleSchema.nullable(),
86132
+ identityStatus: AssumableParticipantIdentityStatusSchema,
86133
+ accountCount: z384.number().int().nonnegative()
86131
86134
  });
86132
86135
  var ASSUMABLE_PARTICIPANTS_COLLECTION_FIELDS = {
86133
86136
  kind: enumField(AssumableParticipantKindSchema.options, {
@@ -96369,7 +96372,7 @@ function normalizeDalpBaseUrl(url) {
96369
96372
  // package.json
96370
96373
  var package_default = {
96371
96374
  name: "@settlemint/dalp-sdk",
96372
- version: "3.0.7-main.28506040419",
96375
+ version: "3.0.7-main.28508634105",
96373
96376
  private: false,
96374
96377
  description: "Fully typed SDK for the DALP tokenization platform API",
96375
96378
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-sdk",
3
- "version": "3.0.7-main.28506040419",
3
+ "version": "3.0.7-main.28508634105",
4
4
  "private": false,
5
5
  "description": "Fully typed SDK for the DALP tokenization platform API",
6
6
  "homepage": "https://settlemint.com",