@dbx-tools/sdk-shared 0.1.24 → 0.1.25

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,7 +45,7 @@ For each upstream type the generator emits two exports:
45
45
  | Export | Shape |
46
46
  | ------------------ | ------------------------------------------- |
47
47
  | `xxxSchema` | `z.ZodType<X>` for runtime validation |
48
- | `XxxType` (alias) | `z.infer<typeof xxxSchema>` for static use |
48
+ | `Xxx` (type alias) | `z.infer<typeof xxxSchema>` for static use |
49
49
 
50
50
  ## How codegen works
51
51
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  },
11
11
  "name": "@dbx-tools/sdk-shared",
12
- "version": "0.1.24",
12
+ "version": "0.1.25",
13
13
  "codegen": {
14
14
  "inputs": [
15
15
  "node_modules/@databricks/sdk-experimental/dist/apis/dashboards/model.d.ts"