@malloydata/malloy-interfaces 0.0.271 → 0.0.273
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/dist/types.d.ts +1 -0
- package/dist/types.js +5 -0
- package/package.json +1 -1
- package/thrift/malloy.thrift +1 -0
package/dist/types.d.ts
CHANGED
package/dist/types.js
CHANGED
|
@@ -1132,6 +1132,11 @@ exports.MALLOY_INTERFACE_TYPES = {
|
|
|
1132
1132
|
'optional': true,
|
|
1133
1133
|
'array': false,
|
|
1134
1134
|
},
|
|
1135
|
+
'source_annotations': {
|
|
1136
|
+
'type': 'Annotation',
|
|
1137
|
+
'array': true,
|
|
1138
|
+
'optional': true,
|
|
1139
|
+
},
|
|
1135
1140
|
},
|
|
1136
1141
|
},
|
|
1137
1142
|
'RunIndexQueryRequest': {
|
package/package.json
CHANGED
package/thrift/malloy.thrift
CHANGED