streamdal-protos 0.0.7 → 0.1.52

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: 0aebe0d2c0212e9cea64f21c26dcfee83f6cab4e66b66b51120910f266e34548
4
- data.tar.gz: e01529e9b96b16a7955c04c97d2de8e03e7633c93a8e440d70baabefeb6e91f7
3
+ metadata.gz: 69decd68145d38c688b95d2bfd7565e091319a0598a174dbff4e328b24a9c0fb
4
+ data.tar.gz: 732160349eea7e844ebd0cf8b211e2a7482d47afb8c51362cbcc37071e8405ad
5
5
  SHA512:
6
- metadata.gz: 220d3e0b3015cb9bb3729d908f0312b51c2526f06e5ecbd3de5357569877da0f8e7dfcbd99178769a75f9ac080f3b74463c506bf2d2db374013d8903d2082601
7
- data.tar.gz: 8418c4233e507b595964aa6bd76f2055e11845a34dc25faf348bb8fb91eba189814b2aa3106b6cc9f253e2ec5450c719c6cbd15cfe59003a4fc68228342fd1be
6
+ metadata.gz: 1b5609c13396436d3a517a87d9f10b4646b5de8b03e076ce8d4f9bfe6c188d4210e926b534b24fb60b483bc4e98ddb558e65da1cba53b9b4ecfbf8bdef6edc61
7
+ data.tar.gz: 2a16a393aa3c0e4f7f43a562a8a48f696bf3b103e9d39e77d064a5d6650f1ce47f3ece1f66b87b8e12ebf54d186cc4e9c2a6e842d1325a404ebd458802fe4bae
@@ -15,6 +15,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
15
15
  optional :type, :enum, 1, "protos.steps.DetectiveType"
16
16
  optional :path, :string, 2
17
17
  optional :value, :bytes, 5
18
+ optional :pii_type, :string, 6
18
19
  end
19
20
  add_message "protos.steps.DetectiveStepResult" do
20
21
  repeated :matches, :message, 1, "protos.steps.DetectiveStepResultMatch"
@@ -79,6 +80,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
79
80
  value :DETECTIVE_TYPE_PII_JWT, 2033
80
81
  value :DETECTIVE_TYPE_PII_DOCKER_SWARM_TOKEN, 2034
81
82
  value :DETECTIVE_TYPE_PII_BEARER_TOKEN, 2035
83
+ value :DETECTIVE_TYPE_PII_KEYWORD, 2036
82
84
  value :DETECTIVE_TYPE_NUMERIC_EQUAL_TO, 3000
83
85
  value :DETECTIVE_TYPE_NUMERIC_GREATER_THAN, 3001
84
86
  value :DETECTIVE_TYPE_NUMERIC_GREATER_EQUAL, 3002
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.0.7
4
+ version: 0.1.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gregan
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-22 00:00:00.000000000 Z
11
+ date: 2024-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '3.15'
41
- description:
41
+ description:
42
42
  email: mark@streamdal.com
43
43
  executables: []
44
44
  extensions: []
@@ -72,7 +72,7 @@ homepage: https://docs.streamdal.com
72
72
  licenses:
73
73
  - Apache-2.0
74
74
  metadata: {}
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.5.4
91
- signing_key:
90
+ rubygems_version: 3.3.5
91
+ signing_key:
92
92
  specification_version: 4
93
93
  summary: Streamdal SDK Protocol Buffers
94
94
  test_files: []