@settlemint/dalp-cli 2.1.7-main.26169290066 → 2.1.7-main.26169568697

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 +6 -2
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -86679,9 +86679,13 @@ var PlatformStatusV2SnapshotOutputSchema = exports_external2.object({
86679
86679
  }),
86680
86680
  statCards: exports_external2.object({
86681
86681
  operationsCompleted24h: exports_external2.number().int().nonnegative().nullable(),
86682
+ operationsCompleted24hPrevious24h: exports_external2.number().int().nonnegative().nullable(),
86682
86683
  successRate24h: exports_external2.number().min(0).max(1).nullable(),
86684
+ successRate24hPrevious24h: exports_external2.number().min(0).max(1).nullable(),
86683
86685
  completionTimeP95Ms: exports_external2.number().nonnegative().nullable(),
86686
+ completionTimeP95MsPrevious24h: exports_external2.number().nonnegative().nullable(),
86684
86687
  dataDelayBlocks: exports_external2.number().int().nonnegative().nullable(),
86688
+ dataDelayBlocksPrevious24h: exports_external2.number().int().nonnegative().nullable(),
86685
86689
  dataDelayBlocksAsOf: timestamp().nullable(),
86686
86690
  blocksIndexedTotal: exports_external2.number().int().nonnegative().nullable()
86687
86691
  })
@@ -93340,7 +93344,7 @@ function normalizeDalpBaseUrl(url3) {
93340
93344
  }
93341
93345
  var package_default = {
93342
93346
  name: "@settlemint/dalp-sdk",
93343
- version: "2.1.7-main.26169290066",
93347
+ version: "2.1.7-main.26169568697",
93344
93348
  private: false,
93345
93349
  description: "Fully typed SDK for the DALP tokenization platform API",
93346
93350
  homepage: "https://settlemint.com",
@@ -93912,7 +93916,7 @@ function toStandardWebhookSecret(secret) {
93912
93916
  // package.json
93913
93917
  var package_default2 = {
93914
93918
  name: "@settlemint/dalp-cli",
93915
- version: "2.1.7-main.26169290066",
93919
+ version: "2.1.7-main.26169568697",
93916
93920
  private: false,
93917
93921
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
93918
93922
  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.26169290066",
3
+ "version": "2.1.7-main.26169568697",
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",