@dbx-tools/shared-genie 0.3.19 → 0.3.21
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.
- package/package.json +3 -3
- package/src/genie-model.ts +1 -1
package/package.json
CHANGED
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"zod": "^4.3.6",
|
|
15
|
-
"@dbx-tools/shared-core": "0.3.
|
|
16
|
-
"@dbx-tools/shared-sdk-model": "0.3.
|
|
15
|
+
"@dbx-tools/shared-core": "0.3.21",
|
|
16
|
+
"@dbx-tools/shared-sdk-model": "0.3.21"
|
|
17
17
|
},
|
|
18
18
|
"main": "index.ts",
|
|
19
19
|
"license": "UNLICENSED",
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
|
-
"version": "0.3.
|
|
23
|
+
"version": "0.3.21",
|
|
24
24
|
"types": "index.ts",
|
|
25
25
|
"type": "module",
|
|
26
26
|
"exports": {
|
package/src/genie-model.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* 1. Genie wire shapes derived from `@dbx-tools/shared-sdk-model`'s
|
|
8
8
|
* generated `dashboards` schemas (regenerated from the upstream
|
|
9
9
|
* `@databricks/sdk-experimental` `apis/dashboards/model.d.ts`
|
|
10
|
-
* by
|
|
10
|
+
* by the engine's codegen on synth). We extend the SDK schemas where Genie
|
|
11
11
|
* ships fields on the wire that the SDK doesn't currently type:
|
|
12
12
|
*
|
|
13
13
|
* - `GenieMessage.auto_regenerate_count: number` (stamped
|