@settlemint/dalp-cli 3.0.6-main.28290658862 → 3.0.6-main.28291898683
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 +4 -3
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -138215,7 +138215,8 @@ var TokenDocumentsV2ListItemSchema = exports_external.object({
|
|
|
138215
138215
|
description: exports_external.string().nullable(),
|
|
138216
138216
|
fileHash: exports_external.string().nullable(),
|
|
138217
138217
|
uploadedAt: timestamp(),
|
|
138218
|
-
uploadedBy: exports_external.string().nullable()
|
|
138218
|
+
uploadedBy: exports_external.string().nullable(),
|
|
138219
|
+
thumbnailUrl: exports_external.string().nullable()
|
|
138219
138220
|
});
|
|
138220
138221
|
var TokenDocumentsV2ListOutputSchema = createPaginatedResponse(TokenDocumentsV2ListItemSchema);
|
|
138221
138222
|
var list41 = v2Contract.route({
|
|
@@ -143925,7 +143926,7 @@ function normalizeDalpBaseUrl(url2) {
|
|
|
143925
143926
|
}
|
|
143926
143927
|
var package_default = {
|
|
143927
143928
|
name: "@settlemint/dalp-sdk",
|
|
143928
|
-
version: "3.0.6-main.
|
|
143929
|
+
version: "3.0.6-main.28291898683",
|
|
143929
143930
|
private: false,
|
|
143930
143931
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
143931
143932
|
homepage: "https://settlemint.com",
|
|
@@ -145145,7 +145146,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
|
|
|
145145
145146
|
// package.json
|
|
145146
145147
|
var package_default2 = {
|
|
145147
145148
|
name: "@settlemint/dalp-cli",
|
|
145148
|
-
version: "3.0.6-main.
|
|
145149
|
+
version: "3.0.6-main.28291898683",
|
|
145149
145150
|
private: false,
|
|
145150
145151
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
145151
145152
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-cli",
|
|
3
|
-
"version": "3.0.6-main.
|
|
3
|
+
"version": "3.0.6-main.28291898683",
|
|
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",
|