tucana 0.0.12 → 0.0.13

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: 3ef1f127ef3b0455476d0f345874cee9244cfcc24b4255374ffe7e559c249340
4
- data.tar.gz: cdbfc20838fdddc2fc98ebbf6f10997eaeef437db7aaaec36a32c24c5419dbd2
3
+ metadata.gz: 7664746e34788917857e61d8a5cfdc4fd57c03980b84fb64c5e66a10275afac5
4
+ data.tar.gz: d6c5e7afa0534da9436efb96077d7bf1a84a4b6fb4a781d7f3f1024570201ec4
5
5
  SHA512:
6
- metadata.gz: 0a47a9fdb2ade0c2773e2405e0d55a2e134bbf049599ca04d28911d82a16bfde3afb6bca7b4ab48471143c37ba97fa127a08e2ae75185f090f1c5db5319fc876
7
- data.tar.gz: 41ad4cd1af0ce1055510482136cb039433651ef13fc8d2427ab160f13e3eac0d2afd9ee996e21f82ce89dfe63c3ed6c2c4bdc66ebd9c41598263b862e81f7d89
6
+ metadata.gz: 3d47f52040aa1aaf17dd8b78601fff1f16d5310d71601a016b8339e59748ed3f3c216770a311f0083ec1b9b4975735dae343543d473ebcae331ac56a117abfa9
7
+ data.tar.gz: 3f1c9fec1dc060a2c3c86dfb830505468afb0b653a5618a81467f3c24c05e1a64aee80f9d7bf405c58a9c659f383a5910625fa4c3cd7042d20afccc14f23c581
@@ -8,7 +8,7 @@ require_relative 'node_pb'
8
8
  require_relative 'flow_definition_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n\nflow.proto\x12\x0bsagittarius\x1a\nnode.proto\x1a\x15\x66low_definition.proto\"o\n\x04\x46low\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12%\n\nstart_node\x18\x02 \x01(\x0b\x32\x11.sagittarius.Node\x12/\n\ndefinition\x18\x03 \x01(\x0b\x32\x1b.sagittarius.FlowDefinition\"\x12\n\x10\x46lowLogonRequest\"\xab\x01\n\x0c\x46lowResponse\x12,\n\x0cupdated_flow\x18\x01 \x01(\x0b\x32\x11.sagittarius.FlowH\x00\x88\x01\x01\x12\x1c\n\x0f\x64\x65leted_flow_id\x18\x02 \x01(\x03H\x01\x88\x01\x01\x12*\n\x04type\x18\x03 \x01(\x0e\x32\x1c.sagittarius.FlowCommandTypeB\x0f\n\r_updated_flowB\x12\n\x10_deleted_flow_id\"\"\n\x0e\x46lowGetRequest\x12\x10\n\x08\x66low_ids\x18\x01 \x03(\x03\"U\n\x0f\x46lowGetResponse\x12(\n\rupdated_flows\x18\x01 \x03(\x0b\x32\x11.sagittarius.Flow\x12\x18\n\x10\x64\x65leted_flow_ids\x18\x02 \x03(\x03*)\n\x0f\x46lowCommandType\x12\n\n\x06INSERT\x10\x00\x12\n\n\x06\x44\x45LETE\x10\x01\x32\x99\x01\n\x0b\x46lowService\x12\x42\n\x03Get\x12\x1b.sagittarius.FlowGetRequest\x1a\x1c.sagittarius.FlowGetResponse\"\x00\x12\x46\n\x06Update\x12\x1d.sagittarius.FlowLogonRequest\x1a\x19.sagittarius.FlowResponse\"\x00\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
+ descriptor_data = "\n\nflow.proto\x12\x0bsagittarius\x1a\nnode.proto\x1a\x15\x66low_definition.proto\"o\n\x04\x46low\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12%\n\nstart_node\x18\x02 \x01(\x0b\x32\x11.sagittarius.Node\x12/\n\ndefinition\x18\x03 \x01(\x0b\x32\x1b.sagittarius.FlowDefinition\")\n\x05\x46lows\x12 \n\x05\x66lows\x18\x01 \x03(\x0b\x32\x11.sagittarius.Flow\"\x12\n\x10\x46lowLogonRequest\"\x81\x01\n\x0c\x46lowResponse\x12)\n\x0cupdated_flow\x18\x01 \x01(\x0b\x32\x11.sagittarius.FlowH\x00\x12\x19\n\x0f\x64\x65leted_flow_id\x18\x02 \x01(\x03H\x00\x12#\n\x05\x66lows\x18\x03 \x01(\x0b\x32\x12.sagittarius.FlowsH\x00\x42\x06\n\x04\x64\x61ta2U\n\x0b\x46lowService\x12\x46\n\x06Update\x12\x1d.sagittarius.FlowLogonRequest\x1a\x19.sagittarius.FlowResponse\"\x00\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
12
12
 
13
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -16,10 +16,8 @@ pool.add_serialized_file(descriptor_data)
16
16
  module Tucana
17
17
  module Sagittarius
18
18
  Flow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Flow").msgclass
19
+ Flows = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Flows").msgclass
19
20
  FlowLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowLogonRequest").msgclass
20
21
  FlowResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowResponse").msgclass
21
- FlowGetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowGetRequest").msgclass
22
- FlowGetResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowGetResponse").msgclass
23
- FlowCommandType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowCommandType").enummodule
24
22
  end
25
23
  end
@@ -15,7 +15,6 @@ module Tucana
15
15
  self.unmarshal_class_method = :decode
16
16
  self.service_name = 'sagittarius.FlowService'
17
17
 
18
- rpc :Get, ::Tucana::Sagittarius::FlowGetRequest, ::Tucana::Sagittarius::FlowGetResponse
19
18
  rpc :Update, ::Tucana::Sagittarius::FlowLogonRequest, stream(::Tucana::Sagittarius::FlowResponse)
20
19
  end
21
20
 
@@ -4,11 +4,11 @@
4
4
 
5
5
  require 'google/protobuf'
6
6
 
7
- require 'google/protobuf/any_pb'
7
+ require 'google/protobuf/struct_pb'
8
8
  require_relative '../shared/translations_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n\x19\x64\x61tatype_definition.proto\x12\x06shared\x1a\x19google/protobuf/any.proto\x1a\x12translations.proto\"\x8d\x03\n\x08\x44\x61taType\x12)\n\x07variant\x18\x01 \x01(\x0e\x32\x18.shared.DataType.Variant\x12!\n\x04name\x18\x02 \x03(\x0b\x32\x13.shared.Translation\x12#\n\x05rules\x18\x03 \x03(\x0b\x32\x14.shared.DataTypeRule\x12%\n\x0binput_types\x18\x04 \x03(\x0b\x32\x10.shared.DataType\x12*\n\x0breturn_type\x18\x05 \x01(\x0b\x32\x10.shared.DataTypeH\x00\x88\x01\x01\x12*\n\x0bparent_type\x18\x06 \x01(\x0b\x32\x10.shared.DataTypeH\x01\x88\x01\x01\"o\n\x07Variant\x12\x0b\n\x07UNKNOWN\x10\x00\x12\r\n\tPRIMITIVE\x10\x01\x12\x08\n\x04TYPE\x10\x02\x12\n\n\x06OBJECT\x10\x03\x12\x0c\n\x08\x44\x41TATYPE\x10\x04\x12\t\n\x05\x41RRAY\x10\x05\x12\x0b\n\x07GENERIC\x10\x06\x12\x0c\n\x08\x46UNCTION\x10\x07\x42\x0e\n\x0c_return_typeB\x0e\n\x0c_parent_type\"\xa6\x02\n\x0c\x44\x61taTypeRule\x12-\n\x07variant\x18\x01 \x01(\x0e\x32\x1c.shared.DataTypeRule.Variant\x12\x30\n\x06\x63onfig\x18\x02 \x03(\x0b\x32 .shared.DataTypeRule.ConfigEntry\x1a\x43\n\x0b\x43onfigEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any:\x02\x38\x01\"p\n\x07Variant\x12\x0b\n\x07UNKNOWN\x10\x00\x12\t\n\x05REGEX\x10\x01\x12\x10\n\x0cNUMBER_RANGE\x10\x02\x12\x16\n\x12ITEM_OF_COLLECTION\x10\x03\x12\x11\n\rCONTAINS_TYPE\x10\x04\x12\x10\n\x0c\x43ONTAINS_KEY\x10\x05\x42\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
+ descriptor_data = "\n\x19\x64\x61tatype_definition.proto\x12\x06shared\x1a\x1cgoogle/protobuf/struct.proto\x1a\x12translations.proto\"\xa1\x03\n\x08\x44\x61taType\x12)\n\x07variant\x18\x01 \x01(\x0e\x32\x18.shared.DataType.Variant\x12\x12\n\nidentifier\x18\x02 \x01(\t\x12!\n\x04name\x18\x03 \x03(\x0b\x32\x13.shared.Translation\x12#\n\x05rules\x18\x04 \x03(\x0b\x32\x14.shared.DataTypeRule\x12%\n\x0binput_types\x18\x05 \x03(\x0b\x32\x10.shared.DataType\x12*\n\x0breturn_type\x18\x06 \x01(\x0b\x32\x10.shared.DataTypeH\x00\x88\x01\x01\x12*\n\x0bparent_type\x18\x07 \x01(\x0b\x32\x10.shared.DataTypeH\x01\x88\x01\x01\"o\n\x07Variant\x12\x0b\n\x07UNKNOWN\x10\x00\x12\r\n\tPRIMITIVE\x10\x01\x12\x08\n\x04TYPE\x10\x02\x12\n\n\x06OBJECT\x10\x03\x12\x0c\n\x08\x44\x41TATYPE\x10\x04\x12\t\n\x05\x41RRAY\x10\x05\x12\x0b\n\x07GENERIC\x10\x06\x12\x0c\n\x08\x46UNCTION\x10\x07\x42\x0e\n\x0c_return_typeB\x0e\n\x0c_parent_type\"\xd8\x01\n\x0c\x44\x61taTypeRule\x12-\n\x07variant\x18\x01 \x01(\x0e\x32\x1c.shared.DataTypeRule.Variant\x12\'\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"p\n\x07Variant\x12\x0b\n\x07UNKNOWN\x10\x00\x12\t\n\x05REGEX\x10\x01\x12\x10\n\x0cNUMBER_RANGE\x10\x02\x12\x16\n\x12ITEM_OF_COLLECTION\x10\x03\x12\x11\n\rCONTAINS_TYPE\x10\x04\x12\x10\n\x0c\x43ONTAINS_KEY\x10\x05\x42\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
12
 
13
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n\x12translations.proto\x12\x06shared\")\n\x0bTranslation\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\x12\x0c\n\x04text\x18\x02 \x01(\tB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
8
+ descriptor_data = "\n\x12translations.proto\x12\x06shared\",\n\x0bTranslation\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x02 \x01(\tB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
9
9
 
10
10
  pool = Google::Protobuf::DescriptorPool.generated_pool
11
11
  pool.add_serialized_file(descriptor_data)
@@ -4,5 +4,5 @@
4
4
  # to update the version, run "bundle exec rake release:version[NEW_VERSION]".
5
5
 
6
6
  module Tucana
7
- VERSION = "0.0.12"
7
+ VERSION = "0.0.13"
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tucana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
11
+ date: 2024-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc