@settlemint/dalp-sdk 2.1.7-main.25460816053 → 2.1.7-main.25462148711

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/index.js +7 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12703,13 +12703,18 @@ var SystemSchema = z104.object({
12703
12703
  userIdentityRegistered: z104.boolean().meta({
12704
12704
  description: "Whether the current user's identity is registered in the identity registry",
12705
12705
  examples: [true, false]
12706
+ }),
12707
+ workflowStatus: SystemStatusSchema.exclude(["not_created"]).meta({
12708
+ description: "Raw Restate deployment workflow phase, independent of indexer readiness",
12709
+ examples: ["completed", "bootstrapping", "unknown"]
12706
12710
  })
12707
12711
  });
12708
12712
  var BootstrappedSystemSchema = SystemSchema.omit({
12709
12713
  status: true,
12710
12714
  canResume: true,
12711
12715
  updatedAt: true,
12712
- userIdentityRegistered: true
12716
+ userIdentityRegistered: true,
12717
+ workflowStatus: true
12713
12718
  }).extend({
12714
12719
  chainId: z104.number().nullable().default(null).meta({
12715
12720
  description: "EVM chain ID (null for legacy imported systems)",
@@ -27176,7 +27181,7 @@ function normalizeDalpBaseUrl(url) {
27176
27181
  // package.json
27177
27182
  var package_default = {
27178
27183
  name: "@settlemint/dalp-sdk",
27179
- version: "2.1.7-main.25460816053",
27184
+ version: "2.1.7-main.25462148711",
27180
27185
  private: false,
27181
27186
  description: "Fully typed SDK for the DALP tokenization platform API",
27182
27187
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-sdk",
3
- "version": "2.1.7-main.25460816053",
3
+ "version": "2.1.7-main.25462148711",
4
4
  "private": false,
5
5
  "description": "Fully typed SDK for the DALP tokenization platform API",
6
6
  "homepage": "https://settlemint.com",