jitera_proto 0.0.12 → 0.0.13

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f063f574ed0d54e86012d0681eb7995ad8ac1aa971d1e87bf25fedab78b6b702
4
- data.tar.gz: d2af597f6a3637c8c38191fd127121d3e5821d5e5601fc9280cf1d0cb839dd6f
3
+ metadata.gz: b14fc6b9d13aa4c5c89aebc9f4aa0d399281c87498df2e0cce5443c565089eef
4
+ data.tar.gz: 4c9159fa64bdd7214150c54dd0ed7b6634814b6be838416fa9bb49feacabce96
5
5
  SHA512:
6
- metadata.gz: cc7d181a44f1f2452b6883fd550b7f74b333acd1b12967bfcecd69462061f894b8e6e12c68122e002d10adeeb1a65eb14b93bfc9a190c3c80161fa6a364af612
7
- data.tar.gz: 290e5d98c541d71d73ed1e4fd90d44fe49c74b124aa1e43c5ac86ab11afb6f08d470962ffff3d4760d04d5b2d750be01b1bd66f6b24b5398e0ae5c04a6b52f39
6
+ metadata.gz: 3620d138b8db9008b54d32c206e08e6a78e6f1dd9d507d3c321c12201b94ff872adf17dd673aceb7e7f9776fb01c53a285c51c512188f6cd31fb8d099d5348a0
7
+ data.tar.gz: 807a29a62af7a51da47478630a1204b2e1d027ffa5543e7b34e4e123805f9a829909011e87a69c8593a12b205f5b07939e3705e88d6b465275610e90323c92f6
@@ -205,8 +205,8 @@ message WebNodeProps {
205
205
  bool sortable = 2;
206
206
  bool filterable = 3;
207
207
  int32 column_index = 4;
208
- string column_name = 5;
209
- string column_path = 6;
208
+ repeated string column_name = 5;
209
+ repeated string 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
- optional :column_name, :string, 5
193
- optional :column_path, :string, 6
192
+ repeated :column_name, :string, 5
193
+ repeated :column_path, :string, 6
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.12'
4
+ VERSION = '0.0.13'
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.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - MQuy