@settlemint/dalp-sdk 2.1.7-main.23010756272 → 2.1.7-main.23043372230
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10517,7 +10517,10 @@ var TokenComplianceResponseSchema = z217.object({
|
|
|
10517
10517
|
global: z217.boolean(),
|
|
10518
10518
|
maxSupplyExact: apiBigInt
|
|
10519
10519
|
}).nullable(),
|
|
10520
|
-
countries: z217.array(isoCountryCodeNumeric).nullable()
|
|
10520
|
+
countries: z217.array(isoCountryCodeNumeric).nullable(),
|
|
10521
|
+
transferApproval: z217.object({
|
|
10522
|
+
approvalAuthorities: z217.array(ethereumAddress)
|
|
10523
|
+
}).nullable()
|
|
10521
10524
|
})
|
|
10522
10525
|
}))
|
|
10523
10526
|
})
|
|
@@ -21583,7 +21586,7 @@ var dalpSerializers = [
|
|
|
21583
21586
|
// package.json
|
|
21584
21587
|
var package_default = {
|
|
21585
21588
|
name: "@settlemint/dalp-sdk",
|
|
21586
|
-
version: "2.1.7-main.
|
|
21589
|
+
version: "2.1.7-main.23043372230",
|
|
21587
21590
|
private: false,
|
|
21588
21591
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
21589
21592
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED