streamdal-protos 0.1.52 → 0.1.53

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: 69decd68145d38c688b95d2bfd7565e091319a0598a174dbff4e328b24a9c0fb
4
- data.tar.gz: 732160349eea7e844ebd0cf8b211e2a7482d47afb8c51362cbcc37071e8405ad
3
+ metadata.gz: 862bead82104194282a66cf9a4f220277c862b50ec2ff63a048692632acac6bf
4
+ data.tar.gz: 7c05f73dd9a4431ecd714aa3728680fa6670525886ae1cea4f6bd700c112b0f5
5
5
  SHA512:
6
- metadata.gz: 1b5609c13396436d3a517a87d9f10b4646b5de8b03e076ce8d4f9bfe6c188d4210e926b534b24fb60b483bc4e98ddb558e65da1cba53b9b4ecfbf8bdef6edc61
7
- data.tar.gz: 2a16a393aa3c0e4f7f43a562a8a48f696bf3b103e9d39e77d064a5d6650f1ce47f3ece1f66b87b8e12ebf54d186cc4e9c2a6e842d1325a404ebd458802fe4bae
6
+ metadata.gz: 8eb46c0d33806d3f108b376c078229fee97c837c71000be131ad1d1f935f29c6fc7c26ab558f0b2c0305977488d281e86bbca3714f262e75f855c2c4df7c0367
7
+ data.tar.gz: b9cf89a4d4c1bf4511d25a81ee81595ca9ecb7f3c90d759ed59ee00a949299ebebce54c54cf6033eed41aa13a7c2dd323ed19c72af1c9b00c7e41316d1cab235
data/lib/sp_wsm_pb.rb CHANGED
@@ -3,6 +3,7 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
+ require 'sp_common_pb'
6
7
  require 'sp_pipeline_pb'
7
8
  require 'steps/sp_steps_detective_pb'
8
9
 
@@ -22,6 +23,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
22
23
  proto3_optional :inter_step_result, :message, 5, "protos.InterStepResult"
23
24
  end
24
25
  add_message "protos.InterStepResult" do
26
+ optional :audience, :message, 1000, "protos.Audience"
25
27
  oneof :input_from do
26
28
  optional :detective_result, :message, 1, "protos.steps.DetectiveStepResult"
27
29
  end
@@ -10,6 +10,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  optional :url, :string, 2
11
11
  optional :body, :bytes, 3
12
12
  map :headers, :string, :string, 4
13
+ optional :body_mode, :enum, 5, "protos.steps.HttpRequestBodyMode"
13
14
  end
14
15
  add_message "protos.steps.HttpResponse" do
15
16
  optional :code, :int32, 1
@@ -29,6 +30,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
29
30
  value :HTTP_REQUEST_METHOD_HEAD, 6
30
31
  value :HTTP_REQUEST_METHOD_OPTIONS, 7
31
32
  end
33
+ add_enum "protos.steps.HttpRequestBodyMode" do
34
+ value :HTTP_REQUEST_BODY_MODE_UNSET, 0
35
+ value :HTTP_REQUEST_BODY_MODE_STATIC, 1
36
+ value :HTTP_REQUEST_BODY_MODE_INTER_STEP_RESULT, 2
37
+ end
32
38
  end
33
39
  end
34
40
 
@@ -38,5 +44,6 @@ module Streamdal
38
44
  HttpResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.steps.HttpResponse").msgclass
39
45
  HttpRequestStep = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.steps.HttpRequestStep").msgclass
40
46
  HttpRequestMethod = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.steps.HttpRequestMethod").enummodule
47
+ HttpRequestBodyMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.steps.HttpRequestBodyMode").enummodule
41
48
  end
42
49
  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.52
4
+ version: 0.1.53
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-02 00:00:00.000000000 Z
11
+ date: 2024-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc