@settlemint/dalp-cli 2.1.7-main.23344012333 → 2.1.7-main.23345723646
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 +4 -4
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -61672,7 +61672,7 @@ var IdentityReadSchema = exports_external.union([
|
|
|
61672
61672
|
});
|
|
61673
61673
|
var IdentitySchema = exports_external.object({
|
|
61674
61674
|
id: ethereumAddress,
|
|
61675
|
-
account: IdentityAccountSchema,
|
|
61675
|
+
account: IdentityAccountSchema.nullable(),
|
|
61676
61676
|
isContract: exports_external.boolean(),
|
|
61677
61677
|
hasIdentity: exports_external.boolean(),
|
|
61678
61678
|
registered: exports_external.object({
|
|
@@ -63660,7 +63660,7 @@ var GlobalComplianceModuleConfigSchema2 = exports_external.object({
|
|
|
63660
63660
|
var ComplianceModuleSchema2 = exports_external.object({
|
|
63661
63661
|
id: ethereumCompositeId.meta({
|
|
63662
63662
|
description: "Compliance module ID (concatenation of system address and compliance module address)",
|
|
63663
|
-
examples: ["
|
|
63663
|
+
examples: ["0x71c7656ec7ab88b098defb751b7401b5f6d8976f2546bcd3c84621e976d8185a91a922ae77ecec30"]
|
|
63664
63664
|
}),
|
|
63665
63665
|
module: ethereumAddress.meta({
|
|
63666
63666
|
description: "Compliance module contract address",
|
|
@@ -78841,7 +78841,7 @@ var timestampSerializer = {
|
|
|
78841
78841
|
};
|
|
78842
78842
|
var package_default = {
|
|
78843
78843
|
name: "@settlemint/dalp-sdk",
|
|
78844
|
-
version: "2.1.7-main.
|
|
78844
|
+
version: "2.1.7-main.23345723646",
|
|
78845
78845
|
private: false,
|
|
78846
78846
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
78847
78847
|
homepage: "https://settlemint.com",
|
|
@@ -78984,7 +78984,7 @@ function createDalpClient(config3) {
|
|
|
78984
78984
|
// package.json
|
|
78985
78985
|
var package_default2 = {
|
|
78986
78986
|
name: "@settlemint/dalp-cli",
|
|
78987
|
-
version: "2.1.7-main.
|
|
78987
|
+
version: "2.1.7-main.23345723646",
|
|
78988
78988
|
private: false,
|
|
78989
78989
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
78990
78990
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-cli",
|
|
3
|
-
"version": "2.1.7-main.
|
|
3
|
+
"version": "2.1.7-main.23345723646",
|
|
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",
|