@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.
Files changed (2) hide show
  1. package/dist/index.js +5 -1
  2. 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.22862003743",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-sdk",
3
- "version": "2.1.7-main.22862003743",
3
+ "version": "2.1.7-main.22870379202",
4
4
  "private": false,
5
5
  "description": "Fully typed SDK for the DALP tokenization platform API",
6
6
  "homepage": "https://settlemint.com",