streamdal-protos 0.1.53 → 0.1.54

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: 862bead82104194282a66cf9a4f220277c862b50ec2ff63a048692632acac6bf
4
- data.tar.gz: 7c05f73dd9a4431ecd714aa3728680fa6670525886ae1cea4f6bd700c112b0f5
3
+ metadata.gz: 00d9f9db6f494cc63f52fda8495906437db0a1cbc080d1b8d163c3dd74ee7a3a
4
+ data.tar.gz: 9222b7c567ba6198a10d91d9ada9926a5f455ce55b728da803b71ab798999071
5
5
  SHA512:
6
- metadata.gz: 8eb46c0d33806d3f108b376c078229fee97c837c71000be131ad1d1f935f29c6fc7c26ab558f0b2c0305977488d281e86bbca3714f262e75f855c2c4df7c0367
7
- data.tar.gz: b9cf89a4d4c1bf4511d25a81ee81595ca9ecb7f3c90d759ed59ee00a949299ebebce54c54cf6033eed41aa13a7c2dd323ed19c72af1c9b00c7e41316d1cab235
6
+ metadata.gz: 330c30be4612ab0c2b10a4015edc4e9a6e22c8f4e74ae649ccb800ce4846bfe7c4ab39fab276aab41823d1284b9946b176ac76902b4f785ce6597deac9ce937a
7
+ data.tar.gz: a514cd002f7c4c96edb172bc3c43399537e327caaf85f1c6736d8dd211033e6cad39e7cd133c7ebf4f12472a1f2f42db5218fc4d7629c01eb0439146b9999f67
@@ -10,6 +10,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  repeated :args, :string, 2
11
11
  proto3_optional :negate, :bool, 3
12
12
  optional :type, :enum, 4, "protos.steps.DetectiveType"
13
+ proto3_optional :pii_keyword_mode, :enum, 5, "protos.steps.DetectiveTypePIIKeywordMode"
13
14
  end
14
15
  add_message "protos.steps.DetectiveStepResultMatch" do
15
16
  optional :type, :enum, 1, "protos.steps.DetectiveType"
@@ -90,6 +91,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
90
91
  value :DETECTIVE_TYPE_NUMERIC_MIN, 3006
91
92
  value :DETECTIVE_TYPE_NUMERIC_MAX, 3007
92
93
  end
94
+ add_enum "protos.steps.DetectiveTypePIIKeywordMode" do
95
+ value :DETECTIVE_TYPE_PII_KEYWORD_MODE_UNSET, 0
96
+ value :DETECTIVE_TYPE_PII_KEYWORD_MODE_PERFORMANCE, 1
97
+ value :DETECTIVE_TYPE_PII_KEYWORD_MODE_ACCURACY, 2
98
+ end
93
99
  end
94
100
  end
95
101
 
@@ -99,5 +105,6 @@ module Streamdal
99
105
  DetectiveStepResultMatch = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.steps.DetectiveStepResultMatch").msgclass
100
106
  DetectiveStepResult = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.steps.DetectiveStepResult").msgclass
101
107
  DetectiveType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.steps.DetectiveType").enummodule
108
+ DetectiveTypePIIKeywordMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.steps.DetectiveTypePIIKeywordMode").enummodule
102
109
  end
103
110
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: streamdal-protos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.53
4
+ version: 0.1.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gregan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-03 00:00:00.000000000 Z
11
+ date: 2024-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc