@settlemint/dalp-cli 2.1.7-main.23431823835 → 2.1.7-main.23431841977

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 -2
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -63507,6 +63507,7 @@ var SystemStatusSchema = exports_external.enum([
63507
63507
  ]);
63508
63508
  var SystemSchema = exports_external.object({
63509
63509
  id: ethereumAddress.meta({ description: "System address", examples: ["0x71C7656EC7ab88b098defB751B7401B5f6d8976F"] }),
63510
+ chainId: exports_external.number().nullable().default(null).meta({ description: "EVM chain ID (null when system not yet deployed)", examples: [1, 80002] }),
63510
63511
  deployedInTransaction: exports_external.string().meta({
63511
63512
  description: "Transaction hash where system was deployed",
63512
63513
  examples: ["0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"]
@@ -63680,6 +63681,7 @@ var BootstrappedSystemSchema = SystemSchema.omit({
63680
63681
  updatedAt: true,
63681
63682
  userIdentityRegistered: true
63682
63683
  }).extend({
63684
+ chainId: exports_external.number().nullable().default(null).meta({ description: "EVM chain ID (null for TheGraph-sourced systems)", examples: [1, 80002] }),
63683
63685
  tokenFactoryRegistry: exports_external.object({
63684
63686
  id: ethereumAddress,
63685
63687
  version: exports_external.number().default(1),
@@ -79367,7 +79369,7 @@ var timestampSerializer = {
79367
79369
  };
79368
79370
  var package_default = {
79369
79371
  name: "@settlemint/dalp-sdk",
79370
- version: "2.1.7-main.23431823835",
79372
+ version: "2.1.7-main.23431841977",
79371
79373
  private: false,
79372
79374
  description: "Fully typed SDK for the DALP tokenization platform API",
79373
79375
  homepage: "https://settlemint.com",
@@ -79510,7 +79512,7 @@ function createDalpClient(config3) {
79510
79512
  // package.json
79511
79513
  var package_default2 = {
79512
79514
  name: "@settlemint/dalp-cli",
79513
- version: "2.1.7-main.23431823835",
79515
+ version: "2.1.7-main.23431841977",
79514
79516
  private: false,
79515
79517
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
79516
79518
  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.23431823835",
3
+ "version": "2.1.7-main.23431841977",
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",