@settlemint/dalp-sdk 2.1.7-main.22862003743 → 2.1.7-main.22870379202
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 +5 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9359,6 +9359,10 @@ var TrustedIssuerSchema2 = z191.object({
|
|
|
9359
9359
|
deployedInTransaction: z191.string().meta({
|
|
9360
9360
|
description: "Transaction hash where this issuer was added",
|
|
9361
9361
|
examples: ["0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"]
|
|
9362
|
+
}),
|
|
9363
|
+
isGlobal: z191.boolean().default(false).meta({
|
|
9364
|
+
description: "Whether this issuer is inherited from the global trusted issuers registry",
|
|
9365
|
+
examples: [false]
|
|
9362
9366
|
})
|
|
9363
9367
|
});
|
|
9364
9368
|
var TrustedIssuerListOutputSchema = z191.array(TrustedIssuerSchema2);
|
|
@@ -16430,7 +16434,7 @@ var dalpSerializers = [
|
|
|
16430
16434
|
// package.json
|
|
16431
16435
|
var package_default = {
|
|
16432
16436
|
name: "@settlemint/dalp-sdk",
|
|
16433
|
-
version: "2.1.7-main.
|
|
16437
|
+
version: "2.1.7-main.22870379202",
|
|
16434
16438
|
private: false,
|
|
16435
16439
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
16436
16440
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED