jitera_proto 0.0.28 → 0.0.30
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 +4 -4
- data/Gemfile +5 -5
- data/Gemfile.lock +10 -11
- data/lib/payloads/v1/backend.proto +2 -2
- data/lib/payloads/v1/backend_pb.rb +2 -0
- data/lib/payloads/v1/web_app.proto +2 -2
- data/lib/payloads/v1/web_app_pb.rb +2 -2
- data/lib/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e84378cfb65423e8406638b81108be24960f51fd90d79339790c40105784b2c2
|
4
|
+
data.tar.gz: 97c05dcf750018308d9412edea26510997bb017ea7b94ecfab3d2d90c289b018
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7593ddd9477548a4d598440f169cde8059533c5c78013bf8fa6d908d5354966ca7e6f61dcbae12461226d0b8785ef04cc7896848ec0570d3e61ddc014abfb4a
|
7
|
+
data.tar.gz: 1e7660a40bbf8dcc32be4e4dfce1402b731ade878db5333df93684c6d3dff7fe375149ae28a3af7cb21873e0e0477d661c8febd2536951f7f078c552917df8d2
|
data/Gemfile
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
source
|
3
|
+
source 'https://rubygems.org'
|
4
4
|
|
5
5
|
# Specify your gem's dependencies in proto.gemspec
|
6
6
|
gemspec
|
7
7
|
|
8
|
-
gem '
|
9
|
-
gem 'grpc
|
10
|
-
gem '
|
11
|
-
gem
|
8
|
+
gem 'google-protobuf', '~> 3.23'
|
9
|
+
gem 'grpc', '~> 1.54.2'
|
10
|
+
gem 'grpc-tools', '~> 1.54.2'
|
11
|
+
gem 'rake', '~> 13.0'
|
data/Gemfile.lock
CHANGED
@@ -1,30 +1,29 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
jitera_proto (0.0.
|
5
|
-
google-protobuf (~> 3.
|
6
|
-
grpc (~> 1.
|
4
|
+
jitera_proto (0.0.29)
|
5
|
+
google-protobuf (~> 3.23)
|
6
|
+
grpc (~> 1.54.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
google-protobuf (3.
|
12
|
-
googleapis-common-protos-types (1.
|
11
|
+
google-protobuf (3.23.0-arm64-darwin)
|
12
|
+
googleapis-common-protos-types (1.6.0)
|
13
13
|
google-protobuf (~> 3.14)
|
14
|
-
grpc (1.
|
14
|
+
grpc (1.54.2)
|
15
15
|
google-protobuf (~> 3.21)
|
16
16
|
googleapis-common-protos-types (~> 1.0)
|
17
|
-
grpc-tools (1.
|
17
|
+
grpc-tools (1.54.2)
|
18
18
|
rake (13.0.6)
|
19
19
|
|
20
20
|
PLATFORMS
|
21
|
-
arm64-darwin-20
|
22
21
|
arm64-darwin-21
|
23
22
|
|
24
23
|
DEPENDENCIES
|
25
|
-
google-protobuf (~> 3.
|
26
|
-
grpc (~> 1.
|
27
|
-
grpc-tools (~> 1.
|
24
|
+
google-protobuf (~> 3.23)
|
25
|
+
grpc (~> 1.54.2)
|
26
|
+
grpc-tools (~> 1.54.2)
|
28
27
|
jitera_proto!
|
29
28
|
rake (~> 13.0)
|
30
29
|
|
@@ -263,7 +263,7 @@ message Controller {
|
|
263
263
|
optional string feature_action = 15;
|
264
264
|
optional string feature_table = 16;
|
265
265
|
repeated AuthorizationGroup authorization_groups = 17;
|
266
|
-
|
266
|
+
bool restrict_access = 18;
|
267
267
|
message List {
|
268
268
|
RequestContent queries = 1;
|
269
269
|
ResourceCondition conditions = 2;
|
@@ -383,7 +383,7 @@ message Controller {
|
|
383
383
|
JoiningCondition joining_condition = 3;
|
384
384
|
Query query = 4;
|
385
385
|
string default_value = 5;
|
386
|
-
|
386
|
+
string authentication_class = 6;
|
387
387
|
enum Query {
|
388
388
|
EQUAL = 0;
|
389
389
|
IS_NOT_EQUAL = 1;
|
@@ -185,6 +185,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
185
185
|
proto3_optional :feature_action, :string, 15
|
186
186
|
proto3_optional :feature_table, :string, 16
|
187
187
|
repeated :authorization_groups, :message, 17, "schema.v1.Controller.AuthorizationGroup"
|
188
|
+
optional :restrict_access, :bool, 18
|
188
189
|
oneof :resource do
|
189
190
|
optional :table, :string, 3
|
190
191
|
optional :feature, :enum, 4, "schema.v1.Feature.FeatureName"
|
@@ -297,6 +298,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
297
298
|
optional :joining_condition, :enum, 3, "schema.v1.Controller.AuthorizationCondition.JoiningCondition"
|
298
299
|
optional :query, :enum, 4, "schema.v1.Controller.AuthorizationCondition.Query"
|
299
300
|
optional :default_value, :string, 5
|
301
|
+
optional :authentication_class, :string, 6
|
300
302
|
end
|
301
303
|
add_enum "schema.v1.Controller.AuthorizationCondition.Query" do
|
302
304
|
value :EQUAL, 0
|
@@ -431,8 +431,8 @@ message NodeCustom {
|
|
431
431
|
repeated NodeMediaQuery media_queries = 5;
|
432
432
|
optional NodeReference authentication = 6;
|
433
433
|
optional RenderCondition render_condition = 7;
|
434
|
-
|
435
|
-
|
434
|
+
repeated NodeVariable seo_title = 8;
|
435
|
+
repeated NodeVariable seo_description = 9;
|
436
436
|
repeated NodeAction actions = 10;
|
437
437
|
repeated NodeParam params = 11;
|
438
438
|
repeated NodeParam props = 12;
|
@@ -392,8 +392,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
392
392
|
repeated :media_queries, :message, 5, "schema.v1.NodeMediaQuery"
|
393
393
|
proto3_optional :authentication, :message, 6, "schema.v1.NodeReference"
|
394
394
|
proto3_optional :render_condition, :message, 7, "schema.v1.RenderCondition"
|
395
|
-
|
396
|
-
|
395
|
+
repeated :seo_title, :message, 8, "schema.v1.NodeVariable"
|
396
|
+
repeated :seo_description, :message, 9, "schema.v1.NodeVariable"
|
397
397
|
repeated :actions, :message, 10, "schema.v1.NodeAction"
|
398
398
|
repeated :params, :message, 11, "schema.v1.NodeParam"
|
399
399
|
repeated :props, :message, 12, "schema.v1.NodeParam"
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,43 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jitera_proto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MQuy
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: google-protobuf
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: '3.23'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: '3.23'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
28
|
+
name: grpc
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 1.54.2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 1.54.2
|
41
41
|
description:
|
42
42
|
email:
|
43
43
|
- quy.truong@jitera.com
|