jitera_proto 0.0.15 → 0.0.16

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: 2c8b15664196f3e87ebc40024288cf168dbc0dc32e69996563c0eb98ad0a3498
4
- data.tar.gz: 3137faed20ccc9f88cfb3459d9e707c29db8ee15e3dd2081e37a91cd40f1ade6
3
+ metadata.gz: 729452386ea8805c166950021fd234da16bc27d2c1f4834eeb6eeadbf1acde7a
4
+ data.tar.gz: e0dbbd168f904bfc360b1c600171666b7aac756c782928e25dced57da376713c
5
5
  SHA512:
6
- metadata.gz: 30097b4fdd3c34dec0bf78639fa8580b6de76fa1834d521057027c66076ba614309804d5ffffc0e04d1b153bab47deb19c44915eb5a39b00cb2fbf12787b86d7
7
- data.tar.gz: 5c745593574014bedc5681b46bd2490b9a15a61ec90bec289efd8eb423952342ee0f6b87dd0050234e8a502bb33540ae8d1e162ebbbc79898ea23e414a91deca
6
+ metadata.gz: 5bf09f24a4058442aa9b1899f15a7e0ba29312803bb79e3df2274d867423e20357a19605390336dbb495e2cb0506569b71ffa560e15fb328b78bd2414ae2c7d9
7
+ data.tar.gz: f6f92528090d11f00afcd56108574d1c0f9c5486f8151c67bda75ac2ff50fb457b437d7cf6a6a5b15133137bb60c1146fa5e1a960a14b0f1847db1d1850edda6
@@ -10,9 +10,10 @@ message WebApp {
10
10
  repeated AppPageCategory categories = 4;
11
11
 
12
12
  message Variable {
13
- VariableType type = 1;
14
- string name = 2;
15
- string value = 3;
13
+ string id = 1;
14
+ VariableType type = 2;
15
+ string name = 3;
16
+ string value = 4;
16
17
  }
17
18
 
18
19
  enum VariableType {
@@ -14,9 +14,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
14
14
  repeated :categories, :message, 4, "schema.v1.AppPageCategory"
15
15
  end
16
16
  add_message "schema.v1.WebApp.Variable" do
17
- optional :type, :enum, 1, "schema.v1.WebApp.VariableType"
18
- optional :name, :string, 2
19
- optional :value, :string, 3
17
+ optional :id, :string, 1
18
+ optional :type, :enum, 2, "schema.v1.WebApp.VariableType"
19
+ optional :name, :string, 3
20
+ optional :value, :string, 4
20
21
  end
21
22
  add_enum "schema.v1.WebApp.VariableType" do
22
23
  value :JS, 0
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.15'
4
+ VERSION = '0.0.16'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jitera_proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - MQuy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-14 00:00:00.000000000 Z
11
+ date: 2023-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc