@malloydata/malloy-interfaces 0.0.249 → 0.0.250-dev250327174212
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.js +10 -0
- package/package.json +1 -1
package/dist/types.js
CHANGED
|
@@ -190,6 +190,11 @@ exports.MALLOY_INTERFACE_TYPES = {
|
|
|
190
190
|
'optional': true,
|
|
191
191
|
'array': false,
|
|
192
192
|
},
|
|
193
|
+
'translations': {
|
|
194
|
+
'type': 'Translation',
|
|
195
|
+
'array': true,
|
|
196
|
+
'optional': true,
|
|
197
|
+
},
|
|
193
198
|
},
|
|
194
199
|
},
|
|
195
200
|
'CompileQueryRequest': {
|
|
@@ -232,6 +237,11 @@ exports.MALLOY_INTERFACE_TYPES = {
|
|
|
232
237
|
'optional': true,
|
|
233
238
|
'array': false,
|
|
234
239
|
},
|
|
240
|
+
'translations': {
|
|
241
|
+
'type': 'Translation',
|
|
242
|
+
'array': true,
|
|
243
|
+
'optional': true,
|
|
244
|
+
},
|
|
235
245
|
},
|
|
236
246
|
},
|
|
237
247
|
'CompileSourceRequest': {
|