@settlemint/dalp-cli 2.1.7-main.23436904709 → 2.1.7-main.23437180842
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 +6 -5
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -61015,9 +61015,10 @@ var ExchangeRatesListOutputSchema = exports_external.object({
|
|
|
61015
61015
|
items: exports_external.array(exports_external.object({
|
|
61016
61016
|
baseCurrency: fiatCurrency(),
|
|
61017
61017
|
quoteCurrency: fiatCurrency(),
|
|
61018
|
-
rate: exports_external.number(),
|
|
61019
|
-
effectiveAt: exports_external.date(),
|
|
61020
|
-
updatedAt: exports_external.date()
|
|
61018
|
+
rate: exports_external.number().nullable(),
|
|
61019
|
+
effectiveAt: exports_external.date().nullable(),
|
|
61020
|
+
updatedAt: exports_external.date().nullable(),
|
|
61021
|
+
feedAddress: ethereumAddress.nullable()
|
|
61021
61022
|
})),
|
|
61022
61023
|
totalCount: exports_external.number(),
|
|
61023
61024
|
offset: exports_external.number(),
|
|
@@ -79369,7 +79370,7 @@ var timestampSerializer = {
|
|
|
79369
79370
|
};
|
|
79370
79371
|
var package_default = {
|
|
79371
79372
|
name: "@settlemint/dalp-sdk",
|
|
79372
|
-
version: "2.1.7-main.
|
|
79373
|
+
version: "2.1.7-main.23437180842",
|
|
79373
79374
|
private: false,
|
|
79374
79375
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
79375
79376
|
homepage: "https://settlemint.com",
|
|
@@ -79512,7 +79513,7 @@ function createDalpClient(config3) {
|
|
|
79512
79513
|
// package.json
|
|
79513
79514
|
var package_default2 = {
|
|
79514
79515
|
name: "@settlemint/dalp-cli",
|
|
79515
|
-
version: "2.1.7-main.
|
|
79516
|
+
version: "2.1.7-main.23437180842",
|
|
79516
79517
|
private: false,
|
|
79517
79518
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
79518
79519
|
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.23437180842",
|
|
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",
|