@settlemint/dalp-sdk 3.0.0-main.27340693649 → 3.0.0-main.27341045963

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 +3 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -68528,9 +68528,6 @@ var identityBlockListValues = () => z66.array(ethereumAddress).meta({
68528
68528
  examples: [["0x71C7656EC7ab88b098defB751B7401B5f6d8976F"]]
68529
68529
  });
68530
68530
  var smartIdentityVerificationValues = () => z66.array(expressionNodeWithGroups).meta({ description: "Array of expression nodes", examples: [[]] });
68531
- var perTokenOnlyGlobalFlag = z66.boolean().refine((value2) => value2 === false, {
68532
- message: "Issuer-wide (global) tracking is not supported for this module."
68533
- });
68534
68531
  var TokenSupplyLimitValuesSchema = z66.object({
68535
68532
  maxSupply: apiBigInt.meta({
68536
68533
  description: "Maximum allowed supply in raw units (including decimals). If useBasePrice=false: raw token amount (e.g., 1000e18 for 1000 tokens with 18 decimals). If useBasePrice=true: raw currency amount with 18 decimals (e.g., 8000000e18 for 8M). For MiCA compliance with 8M limit, specify 8000000e18.",
@@ -68548,7 +68545,7 @@ var TokenSupplyLimitValuesSchema = z66.object({
68548
68545
  description: "Whether to convert token amounts to base currency using price claims for limit calculation.",
68549
68546
  examples: [true, false]
68550
68547
  }),
68551
- global: perTokenOnlyGlobalFlag.meta({
68548
+ global: z66.boolean().meta({
68552
68549
  description: "Track globally across all tokens for this issuer (issuer-wide caps).",
68553
68550
  examples: [true, false]
68554
68551
  })
@@ -68599,7 +68596,7 @@ var InvestorCountValuesSchema = z66.object({
68599
68596
  description: "Maximum total investors across all countries (0 = no global limit). Example: maxInvestors=1000 with US=500, EU=300 means max 1000 total, but US capped at 500 and EU at 300 within that total.",
68600
68597
  examples: [0, 500, 1000, 2000]
68601
68598
  }),
68602
- global: perTokenOnlyGlobalFlag.meta({
68599
+ global: z66.boolean().meta({
68603
68600
  description: "Whether to track globally across all tokens for this issuer (issuer-wide caps).",
68604
68601
  examples: [true, false]
68605
68602
  }),
@@ -91220,7 +91217,7 @@ function normalizeDalpBaseUrl(url) {
91220
91217
  // package.json
91221
91218
  var package_default = {
91222
91219
  name: "@settlemint/dalp-sdk",
91223
- version: "3.0.0-main.27340693649",
91220
+ version: "3.0.0-main.27341045963",
91224
91221
  private: false,
91225
91222
  description: "Fully typed SDK for the DALP tokenization platform API",
91226
91223
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-sdk",
3
- "version": "3.0.0-main.27340693649",
3
+ "version": "3.0.0-main.27341045963",
4
4
  "private": false,
5
5
  "description": "Fully typed SDK for the DALP tokenization platform API",
6
6
  "homepage": "https://settlemint.com",