@dashevo/dapi-grpc 4.2.0-dev.8 → 4.2.0-dev.9

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/build.rs CHANGED
@@ -341,6 +341,7 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
341
341
  // absent (same pattern DocumentQuery's own serde defaults follow
342
342
  // for pre-SQL-surface fixtures).
343
343
  .field_attribute("GetDocumentsRequestV1.chained", SERDE_DEFAULT)
344
+ .field_attribute("GetDocumentsRequestV1.sub_queries", SERDE_DEFAULT)
344
345
  // Same compat rule for the typed IN_TIME_RANGE operand: mock
345
346
  // vectors captured while the operand still rode `value` carry no
346
347
  // `time_range` key.