jitera_proto 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b14fc6b9d13aa4c5c89aebc9f4aa0d399281c87498df2e0cce5443c565089eef
4
- data.tar.gz: 4c9159fa64bdd7214150c54dd0ed7b6634814b6be838416fa9bb49feacabce96
3
+ metadata.gz: 7f6b083755f318b579007e050bc0cc9d6c7656b70a96d94701b1ab45f14d19ff
4
+ data.tar.gz: d5ad0e0009e7bebff3bfd6b87b650194082d4b37cccfd107de003afa8ca97b1c
5
5
  SHA512:
6
- metadata.gz: 3620d138b8db9008b54d32c206e08e6a78e6f1dd9d507d3c321c12201b94ff872adf17dd673aceb7e7f9776fb01c53a285c51c512188f6cd31fb8d099d5348a0
7
- data.tar.gz: 807a29a62af7a51da47478630a1204b2e1d027ffa5543e7b34e4e123805f9a829909011e87a69c8593a12b205f5b07939e3705e88d6b465275610e90323c92f6
6
+ metadata.gz: c48795f455819c6f3813c7a847096d429b476f09646200b2184b38fc8b936e97deccd8dd0e330710808b83cc312504bd01390b6da5325beb89da51c18e57f670
7
+ data.tar.gz: 7b9c5cbcd7ae7965f33359384d8f0665644d0491bfa87ea8bb52ab42b21688873a04a2068a525f4e64dc7126209c24e2bd40057b424391ac6471ed397f2edbad
@@ -205,8 +205,8 @@ message WebNodeProps {
205
205
  bool sortable = 2;
206
206
  bool filterable = 3;
207
207
  int32 column_index = 4;
208
- repeated string column_name = 5;
209
- repeated string column_path = 6;
208
+ repeated google.protobuf.Struct column_name = 5;
209
+ repeated google.protobuf.Struct column_path = 6;
210
210
  }
211
211
  }
212
212
 
@@ -189,8 +189,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
189
189
  optional :sortable, :bool, 2
190
190
  optional :filterable, :bool, 3
191
191
  optional :column_index, :int32, 4
192
- repeated :column_name, :string, 5
193
- repeated :column_path, :string, 6
192
+ repeated :column_name, :message, 5, "google.protobuf.Struct"
193
+ repeated :column_path, :message, 6, "google.protobuf.Struct"
194
194
  end
195
195
  add_message "schema.v1.MobileNodeProps" do
196
196
  optional :element_key, :string, 1
data/lib/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JiteraProto
4
- VERSION = '0.0.13'
4
+ VERSION = '0.0.14'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jitera_proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - MQuy