@settlemint/dalp-cli 3.0.7-main.28526199409 → 3.0.7-main.28526234428

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/dalp.js +3 -2
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -135425,6 +135425,7 @@ var AssumableParticipantSchema = exports_external.object({
135425
135425
  gatingRole: AssumableParticipantGatingRoleSchema.nullable(),
135426
135426
  actAvailability: ActAvailabilitySchema,
135427
135427
  identityStatus: AssumableParticipantIdentityStatusSchema,
135428
+ identityAddress: exports_external.string().nullable(),
135428
135429
  accountCount: exports_external.number().int().nonnegative()
135429
135430
  });
135430
135431
  var ASSUMABLE_PARTICIPANTS_COLLECTION_FIELDS = {
@@ -144883,7 +144884,7 @@ function normalizeDalpBaseUrl(url2) {
144883
144884
  }
144884
144885
  var package_default = {
144885
144886
  name: "@settlemint/dalp-sdk",
144886
- version: "3.0.7-main.28526199409",
144887
+ version: "3.0.7-main.28526234428",
144887
144888
  private: false,
144888
144889
  description: "Fully typed SDK for the DALP tokenization platform API",
144889
144890
  homepage: "https://settlemint.com",
@@ -146133,7 +146134,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
146133
146134
  // package.json
146134
146135
  var package_default2 = {
146135
146136
  name: "@settlemint/dalp-cli",
146136
- version: "3.0.7-main.28526199409",
146137
+ version: "3.0.7-main.28526234428",
146137
146138
  private: false,
146138
146139
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
146139
146140
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "3.0.7-main.28526199409",
3
+ "version": "3.0.7-main.28526234428",
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",