@settlemint/dalp-cli 2.1.7-main.23402758615 → 2.1.7-main.23402944471

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 +13 -4
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -64661,12 +64661,21 @@ var ClaimHistoryEventValueSchema = exports_external.object({
64661
64661
  name: exports_external.string().meta({ description: "Parameter name from the event", examples: ["topic", "claimId", "issuer"] }),
64662
64662
  value: exports_external.string().meta({ description: "String representation of the parameter value", examples: ["1", "0x1234...", "true"] })
64663
64663
  });
64664
- var ClaimHistoryEventNameSchema = exports_external.enum(["ClaimAdded", "ClaimChanged", "ClaimRemoved", "ClaimRevoked"]);
64664
+ var ClaimHistoryEventNameSchema = exports_external.enum([
64665
+ "Approved",
64666
+ "ClaimAdded",
64667
+ "ClaimChanged",
64668
+ "ClaimRemoved",
64669
+ "ClaimRevoked",
64670
+ "Executed",
64671
+ "ExecutionFailed",
64672
+ "ExecutionRequested"
64673
+ ]);
64665
64674
  var ClaimHistoryEventSchema = exports_external.object({
64666
64675
  id: exports_external.string().meta({ description: "Unique identifier for the event", examples: ["evt-001", "evt-002"] }),
64667
64676
  eventName: ClaimHistoryEventNameSchema.meta({
64668
64677
  description: "Event name emitted by the identity contract",
64669
- examples: ["ClaimAdded", "ClaimRemoved"]
64678
+ examples: ["ClaimAdded", "ExecutionRequested"]
64670
64679
  }),
64671
64680
  txIndex: exports_external.string().meta({ description: "Transaction index within the block", examples: ["0", "1", "42"] }),
64672
64681
  blockNumber: exports_external.string().meta({ description: "Block number for the event", examples: ["12345678", "98765432"] }),
@@ -79215,7 +79224,7 @@ var timestampSerializer = {
79215
79224
  };
79216
79225
  var package_default = {
79217
79226
  name: "@settlemint/dalp-sdk",
79218
- version: "2.1.7-main.23402758615",
79227
+ version: "2.1.7-main.23402944471",
79219
79228
  private: false,
79220
79229
  description: "Fully typed SDK for the DALP tokenization platform API",
79221
79230
  homepage: "https://settlemint.com",
@@ -79358,7 +79367,7 @@ function createDalpClient(config3) {
79358
79367
  // package.json
79359
79368
  var package_default2 = {
79360
79369
  name: "@settlemint/dalp-cli",
79361
- version: "2.1.7-main.23402758615",
79370
+ version: "2.1.7-main.23402944471",
79362
79371
  private: false,
79363
79372
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
79364
79373
  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.23402758615",
3
+ "version": "2.1.7-main.23402944471",
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",