@settlemint/dalp-cli 3.0.7-main.28503882151 → 3.0.7-main.28507963517
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 +6 -3
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -135404,11 +135404,14 @@ var ParticipantActivityParamsSchema = exports_external.object({
|
|
|
135404
135404
|
});
|
|
135405
135405
|
var AssumableParticipantGatingRoleSchema = exports_external.enum(["organisationIdentityManager", "admin"]);
|
|
135406
135406
|
var AssumableParticipantKindSchema = exports_external.enum(["person", "organisation"]);
|
|
135407
|
+
var AssumableParticipantIdentityStatusSchema = exports_external.enum(["verified", "pending", "none"]);
|
|
135407
135408
|
var AssumableParticipantSchema = exports_external.object({
|
|
135408
135409
|
id: exports_external.string(),
|
|
135409
135410
|
kind: AssumableParticipantKindSchema,
|
|
135410
135411
|
displayName: exports_external.string().nullable(),
|
|
135411
|
-
gatingRole: AssumableParticipantGatingRoleSchema.nullable()
|
|
135412
|
+
gatingRole: AssumableParticipantGatingRoleSchema.nullable(),
|
|
135413
|
+
identityStatus: AssumableParticipantIdentityStatusSchema,
|
|
135414
|
+
accountCount: exports_external.number().int().nonnegative()
|
|
135412
135415
|
});
|
|
135413
135416
|
var ASSUMABLE_PARTICIPANTS_COLLECTION_FIELDS = {
|
|
135414
135417
|
kind: enumField(AssumableParticipantKindSchema.options, {
|
|
@@ -144866,7 +144869,7 @@ function normalizeDalpBaseUrl(url2) {
|
|
|
144866
144869
|
}
|
|
144867
144870
|
var package_default = {
|
|
144868
144871
|
name: "@settlemint/dalp-sdk",
|
|
144869
|
-
version: "3.0.7-main.
|
|
144872
|
+
version: "3.0.7-main.28507963517",
|
|
144870
144873
|
private: false,
|
|
144871
144874
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
144872
144875
|
homepage: "https://settlemint.com",
|
|
@@ -146116,7 +146119,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
|
|
|
146116
146119
|
// package.json
|
|
146117
146120
|
var package_default2 = {
|
|
146118
146121
|
name: "@settlemint/dalp-cli",
|
|
146119
|
-
version: "3.0.7-main.
|
|
146122
|
+
version: "3.0.7-main.28507963517",
|
|
146120
146123
|
private: false,
|
|
146121
146124
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
146122
146125
|
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.
|
|
3
|
+
"version": "3.0.7-main.28507963517",
|
|
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",
|