@settlemint/dalp-cli 2.1.7-main.25492947469 → 2.1.7-main.25493764692

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/dalp.js +4 -3
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -69634,7 +69634,8 @@ var FEEDS_COLLECTION_FIELDS = {
69634
69634
  scope: enumField([...FEED_SCOPE_VALUES]),
69635
69635
  isActive: booleanField(),
69636
69636
  decimals: numberField({ defaultOperator: "eq" }),
69637
- registeredAt: dateField()
69637
+ registeredAt: dateField(),
69638
+ description: textField()
69638
69639
  };
69639
69640
  var FeedsV2ListInputSchema = createCollectionInputSchema(FEEDS_COLLECTION_FIELDS, {
69640
69641
  defaultSort: "-registeredAt",
@@ -73633,7 +73634,7 @@ function normalizeDalpBaseUrl(url2) {
73633
73634
  }
73634
73635
  var package_default = {
73635
73636
  name: "@settlemint/dalp-sdk",
73636
- version: "2.1.7-main.25492947469",
73637
+ version: "2.1.7-main.25493764692",
73637
73638
  private: false,
73638
73639
  description: "Fully typed SDK for the DALP tokenization platform API",
73639
73640
  homepage: "https://settlemint.com",
@@ -74184,7 +74185,7 @@ function trimConfigValue(name, value3) {
74184
74185
  // package.json
74185
74186
  var package_default2 = {
74186
74187
  name: "@settlemint/dalp-cli",
74187
- version: "2.1.7-main.25492947469",
74188
+ version: "2.1.7-main.25493764692",
74188
74189
  private: false,
74189
74190
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
74190
74191
  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.25492947469",
3
+ "version": "2.1.7-main.25493764692",
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",