tucana 0.0.49 → 0.0.51

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: 74d8af53fcbfe03d93906dc3f4af6c35b4f23c7a167a2e2d07a602e5b2038523
4
- data.tar.gz: f666fdcbc5d52e186f274111e54370ce3524ec19a1233387c376e5961934c489
3
+ metadata.gz: 1f3151a51fc0012e78faef8f345b0255b2d65d4e35765289497baa29a6d7f8fd
4
+ data.tar.gz: 7d64ce57d1422e4329f0a564868e3ea145d97d56bc2b699f8ef571671558be35
5
5
  SHA512:
6
- metadata.gz: 0ca9b0be3a9bb8ca17991eacef051ccf30a9193b058c3ab6c59f4b6cfed92d38fe8b3a2b16fb45e5dd3c637dd4c06ea7b6c4860673a5797c1d71ea2521898768
7
- data.tar.gz: 88faa01e4e0b30444fbe07bcfca56d0f5c98789fffec99e8f935ad79849c3eed5a4336dbd7376cc3093adab38fba9360c5ed514e01360897c365d2868686e09b
6
+ metadata.gz: de0f05aec92664a67f4815e978b768a03625403fb0d4df475d6967ee9d7fbea66d1929e8351ca3cff4209965d0332676b5b1c0a638d3061ccf36b4038916049a
7
+ data.tar.gz: d2326187ffb57aeae00bddfd76e25f45cb393f00f3a0ac6a0c14657898139e38d7c01cd764fd5788edfe7f0498c8a6beda37ac211aa9d52e5723958054e3d23c
@@ -7,11 +7,11 @@ require 'google/protobuf'
7
7
  require_relative '../shared/shared.struct_pb'
8
8
  require_relative '../shared/shared.runtime_function_pb'
9
9
  require_relative '../shared/shared.data_type_pb'
10
+ require_relative '../shared/shared.flow_definition_pb'
10
11
  require_relative '../shared/shared.translation_pb'
11
- require_relative '../shared/shared.event_pb'
12
12
 
13
13
 
14
- descriptor_data = "\n\x13\x61quila.action.proto\x12\x06\x61quila\x1a\x13shared.struct.proto\x1a\x1dshared.runtime_function.proto\x1a\x16shared.data_type.proto\x1a\x18shared.translation.proto\x1a\x12shared.event.proto\";\n\x05\x45vent\x12\x12\n\nevent_type\x18\x01 \x01(\t\x12\x1e\n\x07payload\x18\x02 \x01(\x0b\x32\r.shared.Value\"\xc8\x01\n\rConfiguration\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12?\n\x14\x66unction_definitions\x18\x02 \x03(\x0b\x32!.shared.RuntimeFunctionDefinition\x12&\n\x0b\x65vent_types\x18\x03 \x03(\x0b\x32\x11.shared.EventType\x12:\n\x15\x61\x63tion_configurations\x18\x04 \x03(\x0b\x32\x1b.aquila.ActionConfiguration\"\xc9\x01\n\x13\x41\x63tionConfiguration\x12!\n\x04name\x18\x01 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x02 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x04type\x18\x03 \x01(\x0b\x32\x1a.shared.DefinitionDataType\x12)\n\rdefault_value\x18\x04 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x42\x10\n\x0e_default_value\"q\n\x10\x45xecutionRequest\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12\x1b\n\x13\x66unction_identifier\x18\x02 \x01(\t\x12\"\n\nparameters\x18\x03 \x01(\x0b\x32\x0e.shared.Struct\"N\n\x0f\x45xecutionResult\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12\x1d\n\x06result\x18\x02 \x01(\x0b\x32\r.shared.Value\"\x94\x01\n\x0fTransferRequest\x12.\n\rconfiguration\x18\x01 \x01(\x0b\x32\x15.aquila.ConfigurationH\x00\x12\x1e\n\x05\x65vent\x18\x02 \x01(\x0b\x32\r.aquila.EventH\x00\x12)\n\x06result\x18\x03 \x01(\x0b\x32\x17.aquila.ExecutionResultH\x00\x42\x06\n\x04\x64\x61ta\"?\n\x10TransferResponse\x12+\n\texecution\x18\x01 \x01(\x0b\x32\x18.aquila.ExecutionRequest2Z\n\x15\x41\x63tionTransferService\x12\x41\n\x08Transfer\x12\x17.aquila.TransferRequest\x1a\x18.aquila.TransferResponse(\x01\x30\x01\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
14
+ descriptor_data = "\n\x13\x61quila.action.proto\x12\x06\x61quila\x1a\x13shared.struct.proto\x1a\x1dshared.runtime_function.proto\x1a\x16shared.data_type.proto\x1a\x1cshared.flow_definition.proto\x1a\x18shared.translation.proto\";\n\x05\x45vent\x12\x12\n\nevent_type\x18\x01 \x01(\t\x12\x1e\n\x07payload\x18\x02 \x01(\x0b\x32\r.shared.Value\"\x87\x02\n\rConfiguration\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\x12?\n\x14\x66unction_definitions\x18\x03 \x03(\x0b\x32!.shared.RuntimeFunctionDefinition\x12.\n\ndata_types\x18\x04 \x03(\x0b\x32\x1a.shared.DefinitionDataType\x12$\n\nflow_types\x18\x05 \x03(\x0b\x32\x10.shared.FlowType\x12:\n\x15\x61\x63tion_configurations\x18\x06 \x03(\x0b\x32\x1b.aquila.ActionConfiguration\"\xc9\x01\n\x13\x41\x63tionConfiguration\x12!\n\x04name\x18\x01 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x02 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x04type\x18\x03 \x01(\x0b\x32\x1a.shared.DefinitionDataType\x12)\n\rdefault_value\x18\x04 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x42\x10\n\x0e_default_value\"q\n\x10\x45xecutionRequest\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12\x1b\n\x13\x66unction_identifier\x18\x02 \x01(\t\x12\"\n\nparameters\x18\x03 \x01(\x0b\x32\x0e.shared.Struct\"N\n\x0f\x45xecutionResult\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12\x1d\n\x06result\x18\x02 \x01(\x0b\x32\r.shared.Value\"\x94\x01\n\x0fTransferRequest\x12.\n\rconfiguration\x18\x01 \x01(\x0b\x32\x15.aquila.ConfigurationH\x00\x12\x1e\n\x05\x65vent\x18\x02 \x01(\x0b\x32\r.aquila.EventH\x00\x12)\n\x06result\x18\x03 \x01(\x0b\x32\x17.aquila.ExecutionResultH\x00\x42\x06\n\x04\x64\x61ta\"?\n\x10TransferResponse\x12+\n\texecution\x18\x01 \x01(\x0b\x32\x18.aquila.ExecutionRequest2Z\n\x15\x41\x63tionTransferService\x12\x41\n\x08Transfer\x12\x17.aquila.TransferRequest\x1a\x18.aquila.TransferResponse(\x01\x30\x01\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
15
15
 
16
16
  pool = Google::Protobuf::DescriptorPool.generated_pool
17
17
  pool.add_serialized_file(descriptor_data)
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: aquila.runtime_status.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.runtime_status_pb'
8
+
9
+
10
+ descriptor_data = "\n\x1b\x61quila.runtime_status.proto\x12\x06\x61quila\x1a\x1bshared.runtime_status.proto\"\xaa\x01\n\x1aRuntimeStatusUpdateRequest\x12>\n\x16\x61\x64\x61pter_runtime_status\x18\x01 \x01(\x0b\x32\x1c.shared.AdapterRuntimeStatusH\x00\x12\x42\n\x18\x65xecution_runtime_status\x18\x02 \x01(\x0b\x32\x1e.shared.ExecutionRuntimeStatusH\x00\x42\x08\n\x06status\".\n\x1bRuntimeStatusUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32k\n\x14RuntimeStatusService\x12S\n\x06Update\x12\".aquila.RuntimeStatusUpdateRequest\x1a#.aquila.RuntimeStatusUpdateResponse\"\x00\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Aquila
17
+ RuntimeStatusUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.RuntimeStatusUpdateRequest").msgclass
18
+ RuntimeStatusUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.RuntimeStatusUpdateResponse").msgclass
19
+ end
20
+ end
@@ -0,0 +1,24 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: aquila.runtime_status.proto for package 'Tucana.Aquila'
3
+
4
+ require 'grpc'
5
+ require_relative 'aquila.runtime_status_pb'
6
+
7
+ module Tucana
8
+ module Aquila
9
+ module RuntimeStatusService
10
+ class Service
11
+
12
+ include ::GRPC::GenericService
13
+
14
+ self.marshal_class_method = :encode
15
+ self.unmarshal_class_method = :decode
16
+ self.service_name = 'aquila.RuntimeStatusService'
17
+
18
+ rpc :Update, ::Tucana::Aquila::RuntimeStatusUpdateRequest, ::Tucana::Aquila::RuntimeStatusUpdateResponse
19
+ end
20
+
21
+ Stub = Service.rpc_stub_class
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sagittarius.runtime_status.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.runtime_status_pb'
8
+
9
+
10
+ descriptor_data = "\n sagittarius.runtime_status.proto\x12\x0bsagittarius\x1a\x1bshared.runtime_status.proto\"\xaa\x01\n\x1aRuntimeStatusUpdateRequest\x12>\n\x16\x61\x64\x61pter_runtime_status\x18\x01 \x01(\x0b\x32\x1c.shared.AdapterRuntimeStatusH\x00\x12\x42\n\x18\x65xecution_runtime_status\x18\x02 \x01(\x0b\x32\x1e.shared.ExecutionRuntimeStatusH\x00\x42\x08\n\x06status\".\n\x1bRuntimeStatusUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32u\n\x14RuntimeStatusService\x12]\n\x06Update\x12\'.sagittarius.RuntimeStatusUpdateRequest\x1a(.sagittarius.RuntimeStatusUpdateResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Sagittarius
17
+ RuntimeStatusUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.RuntimeStatusUpdateRequest").msgclass
18
+ RuntimeStatusUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.RuntimeStatusUpdateResponse").msgclass
19
+ end
20
+ end
@@ -0,0 +1,24 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: sagittarius.runtime_status.proto for package 'Tucana.Sagittarius'
3
+
4
+ require 'grpc'
5
+ require_relative 'sagittarius.runtime_status_pb'
6
+
7
+ module Tucana
8
+ module Sagittarius
9
+ module RuntimeStatusService
10
+ class Service
11
+
12
+ include ::GRPC::GenericService
13
+
14
+ self.marshal_class_method = :encode
15
+ self.unmarshal_class_method = :decode
16
+ self.service_name = 'sagittarius.RuntimeStatusService'
17
+
18
+ rpc :Update, ::Tucana::Sagittarius::RuntimeStatusUpdateRequest, ::Tucana::Sagittarius::RuntimeStatusUpdateResponse
19
+ end
20
+
21
+ Stub = Service.rpc_stub_class
22
+ end
23
+ end
24
+ end
@@ -7,7 +7,7 @@ require 'google/protobuf'
7
7
  require_relative '../shared/shared.struct_pb'
8
8
 
9
9
 
10
- descriptor_data = "\n sagittarius.text_execution.proto\x12\x0bsagittarius\x1a\x13shared.struct.proto\"\x07\n\x05Logon\"\\\n\x14TestExecutionRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x16\n\x0e\x65xecution_uuid\x18\x02 \x01(\t\x12\x1b\n\x04\x62ody\x18\x03 \x01(\x0b\x32\r.shared.Value\"\x7f\n\x15TestExecutionResponse\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x16\n\x0e\x65xecution_uuid\x18\x02 \x01(\t\x12\x1d\n\x06result\x18\x03 \x01(\x0b\x32\r.shared.Value\x12\x1e\n\x04logs\x18\x04 \x03(\x0b\x32\x10.sagittarius.Log\"8\n\x03Log\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\r\n\x05level\x18\x02 \x01(\t\x12\x11\n\ttimestamp\x18\x03 \x01(\t\"|\n\x15\x45xecutionLogonRequest\x12#\n\x05logon\x18\x01 \x01(\x0b\x32\x12.sagittarius.LogonH\x00\x12\x36\n\x08response\x18\x02 \x01(\x0b\x32\".sagittarius.TestExecutionResponseH\x00\x42\x06\n\x04\x64\x61ta\"L\n\x16\x45xecutionLogonResponse\x12\x32\n\x07request\x18\x01 \x01(\x0b\x32!.sagittarius.TestExecutionRequest2i\n\x10\x45xecutionService\x12U\n\x04Test\x12\".sagittarius.ExecutionLogonRequest\x1a#.sagittarius.ExecutionLogonResponse\"\x00(\x01\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
10
+ descriptor_data = "\n sagittarius.text_execution.proto\x12\x0bsagittarius\x1a\x13shared.struct.proto\"\x07\n\x05Logon\"\\\n\x14TestExecutionRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x16\n\x0e\x65xecution_uuid\x18\x02 \x01(\t\x12\x1b\n\x04\x62ody\x18\x03 \x01(\x0b\x32\r.shared.Value\"\x7f\n\x15TestExecutionResponse\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x16\n\x0e\x65xecution_uuid\x18\x02 \x01(\t\x12\x1d\n\x06result\x18\x03 \x01(\x0b\x32\r.shared.Value\x12\x1e\n\x04logs\x18\x04 \x03(\x0b\x32\x10.sagittarius.Log\"\xa8\x01\n\x03Log\x12\x36\n\x0f\x61pplication_log\x18\x01 \x01(\x0b\x32\x1b.sagittarius.ApplicationLogH\x00\x12.\n\x0bsuccess_log\x18\x02 \x01(\x0b\x32\x17.sagittarius.SuccessLogH\x00\x12\x31\n\terror_log\x18\x03 \x01(\x0b\x32\x1c.sagittarius.RuntimeErrorLogH\x00\x42\x06\n\x04kind\"q\n\nSuccessLog\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\x1d\n\x06result\x18\x02 \x01(\x0b\x32\r.shared.Value\x12 \n\tparameter\x18\x03 \x03(\x0b\x32\r.shared.Value\x12\x11\n\ttimestamp\x18\x04 \x01(\t\"f\n\x0fRuntimeErrorLog\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\r\n\x05\x65rror\x18\x02 \x01(\t\x12 \n\tparameter\x18\x03 \x03(\x0b\x32\r.shared.Value\x12\x11\n\ttimestamp\x18\x04 \x01(\t\"C\n\x0e\x41pplicationLog\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\r\n\x05level\x18\x02 \x01(\t\x12\x11\n\ttimestamp\x18\x03 \x01(\t\"|\n\x15\x45xecutionLogonRequest\x12#\n\x05logon\x18\x01 \x01(\x0b\x32\x12.sagittarius.LogonH\x00\x12\x36\n\x08response\x18\x02 \x01(\x0b\x32\".sagittarius.TestExecutionResponseH\x00\x42\x06\n\x04\x64\x61ta\"L\n\x16\x45xecutionLogonResponse\x12\x32\n\x07request\x18\x01 \x01(\x0b\x32!.sagittarius.TestExecutionRequest2i\n\x10\x45xecutionService\x12U\n\x04Test\x12\".sagittarius.ExecutionLogonRequest\x1a#.sagittarius.ExecutionLogonResponse\"\x00(\x01\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
11
 
12
12
  pool = Google::Protobuf::DescriptorPool.generated_pool
13
13
  pool.add_serialized_file(descriptor_data)
@@ -18,6 +18,9 @@ module Tucana
18
18
  TestExecutionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.TestExecutionRequest").msgclass
19
19
  TestExecutionResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.TestExecutionResponse").msgclass
20
20
  Log = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Log").msgclass
21
+ SuccessLog = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.SuccessLog").msgclass
22
+ RuntimeErrorLog = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.RuntimeErrorLog").msgclass
23
+ ApplicationLog = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ApplicationLog").msgclass
21
24
  ExecutionLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ExecutionLogonRequest").msgclass
22
25
  ExecutionLogonResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ExecutionLogonResponse").msgclass
23
26
  end
@@ -8,7 +8,7 @@ require_relative '../shared/shared.struct_pb'
8
8
  require_relative '../shared/shared.translation_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n\x16shared.data_type.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x18shared.translation.proto\"\x93\x03\n\x12\x44\x65\x66initionDataType\x12\x33\n\x07variant\x18\x01 \x01(\x0e\x32\".shared.DefinitionDataType.Variant\x12\x12\n\nidentifier\x18\x02 \x01(\t\x12!\n\x04name\x18\x03 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12-\n\x05rules\x18\x06 \x03(\x0b\x32\x1e.shared.DefinitionDataTypeRule\x12\x14\n\x0cgeneric_keys\x18\x07 \x03(\t\x12\x0f\n\x07version\x18\x08 \x01(\t\"i\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\t\n\x05\x45RROR\x10\x06\x12\x08\n\x04NODE\x10\x07\"U\n\x11\x45xecutionDataType\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12,\n\x05rules\x18\x02 \x03(\x0b\x32\x1d.shared.ExecutionDataTypeRule\"\xc6\x04\n\x16\x44\x65\x66initionDataTypeRule\x12G\n\x0c\x63ontains_key\x18\x01 \x01(\x0b\x32/.shared.DefinitionDataTypeContainsKeyRuleConfigH\x00\x12I\n\rcontains_type\x18\x02 \x01(\x0b\x32\x30.shared.DefinitionDataTypeContainsTypeRuleConfigH\x00\x12H\n\x12item_of_collection\x18\x03 \x01(\x0b\x32*.shared.DataTypeItemOfCollectionRuleConfigH\x00\x12=\n\x0cnumber_range\x18\x04 \x01(\x0b\x32%.shared.DataTypeNumberRangeRuleConfigH\x00\x12\x30\n\x05regex\x18\x05 \x01(\x0b\x32\x1f.shared.DataTypeRegexRuleConfigH\x00\x12\x45\n\x0binput_types\x18\x06 \x01(\x0b\x32..shared.DefinitionDataTypeInputTypesRuleConfigH\x00\x12\x45\n\x0breturn_type\x18\x07 \x01(\x0b\x32..shared.DefinitionDataTypeReturnTypeRuleConfigH\x00\x12\x45\n\x0bparent_type\x18\x08 \x01(\x0b\x32..shared.DefinitionDataTypeParentTypeRuleConfigH\x00\x42\x08\n\x06\x63onfig\"\xee\x02\n\x15\x45xecutionDataTypeRule\x12\x46\n\x0c\x63ontains_key\x18\x01 \x01(\x0b\x32..shared.ExecutionDataTypeContainsKeyRuleConfigH\x00\x12H\n\rcontains_type\x18\x02 \x01(\x0b\x32/.shared.ExecutionDataTypeContainsTypeRuleConfigH\x00\x12H\n\x12item_of_collection\x18\x03 \x01(\x0b\x32*.shared.DataTypeItemOfCollectionRuleConfigH\x00\x12=\n\x0cnumber_range\x18\x04 \x01(\x0b\x32%.shared.DataTypeNumberRangeRuleConfigH\x00\x12\x30\n\x05regex\x18\x05 \x01(\x0b\x32\x1f.shared.DataTypeRegexRuleConfigH\x00\x42\x08\n\x06\x63onfig\"Y\n&DefinitionDataTypeParentTypeRuleConfig\x12/\n\x0bparent_type\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\"p\n\'DefinitionDataTypeContainsKeyRuleConfig\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x02 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\"S\n&ExecutionDataTypeContainsKeyRuleConfig\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1c\n\x14\x64\x61ta_type_identifier\x18\x02 \x01(\t\"d\n(DefinitionDataTypeContainsTypeRuleConfig\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\"G\n\'ExecutionDataTypeContainsTypeRuleConfig\x12\x1c\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\t\"B\n\"DataTypeItemOfCollectionRuleConfig\x12\x1c\n\x05items\x18\x01 \x03(\x0b\x32\r.shared.Value\"W\n\x1d\x44\x61taTypeNumberRangeRuleConfig\x12\x0c\n\x04\x66rom\x18\x01 \x01(\x03\x12\n\n\x02to\x18\x02 \x01(\x03\x12\x12\n\x05steps\x18\x03 \x01(\x03H\x00\x88\x01\x01\x42\x08\n\x06_steps\"*\n\x17\x44\x61taTypeRegexRuleConfig\x12\x0f\n\x07pattern\x18\x01 \x01(\t\"\xe8\x01\n&DefinitionDataTypeInputTypesRuleConfig\x12U\n\x0binput_types\x18\x01 \x03(\x0b\x32@.shared.DefinitionDataTypeInputTypesRuleConfig.DataTypeInputType\x1ag\n\x11\x44\x61taTypeInputType\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\x12\x18\n\x10input_identifier\x18\x02 \x01(\t\"b\n&DefinitionDataTypeReturnTypeRuleConfig\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\"\x80\x01\n\x12\x44\x61taTypeIdentifier\x12\x1e\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\tH\x00\x12+\n\x0cgeneric_type\x18\x02 \x01(\x0b\x32\x13.shared.GenericTypeH\x00\x12\x15\n\x0bgeneric_key\x18\x03 \x01(\tH\x00\x42\x06\n\x04type\"[\n\x0bGenericType\x12\x1c\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\t\x12.\n\x0fgeneric_mappers\x18\x02 \x03(\x0b\x32\x15.shared.GenericMapper\"\xd7\x01\n\rGenericMapper\x12*\n\x06source\x18\x01 \x03(\x0b\x32\x1a.shared.DataTypeIdentifier\x12\x0e\n\x06target\x18\x02 \x01(\t\x12N\n\x14generic_combinations\x18\x03 \x03(\x0e\x32\x30.shared.GenericMapper.GenericCombinationStrategy\":\n\x1aGenericCombinationStrategy\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03\x41ND\x10\x01\x12\x06\n\x02OR\x10\x02\x42\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
+ descriptor_data = "\n\x16shared.data_type.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x18shared.translation.proto\"\xc9\x03\n\x12\x44\x65\x66initionDataType\x12\x33\n\x07variant\x18\x01 \x01(\x0e\x32\".shared.DefinitionDataType.Variant\x12\x12\n\nidentifier\x18\x02 \x01(\t\x12!\n\x04name\x18\x03 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12-\n\x05rules\x18\x06 \x03(\x0b\x32\x1e.shared.DefinitionDataTypeRule\x12\x14\n\x0cgeneric_keys\x18\x07 \x03(\t\x12\x0f\n\x07version\x18\x08 \x01(\t\x12\x1e\n\x11\x61\x63tion_identifier\x18\t \x01(\tH\x00\x88\x01\x01\"i\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\t\n\x05\x45RROR\x10\x06\x12\x08\n\x04NODE\x10\x07\x42\x14\n\x12_action_identifier\"U\n\x11\x45xecutionDataType\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12,\n\x05rules\x18\x02 \x03(\x0b\x32\x1d.shared.ExecutionDataTypeRule\"\xc6\x04\n\x16\x44\x65\x66initionDataTypeRule\x12G\n\x0c\x63ontains_key\x18\x01 \x01(\x0b\x32/.shared.DefinitionDataTypeContainsKeyRuleConfigH\x00\x12I\n\rcontains_type\x18\x02 \x01(\x0b\x32\x30.shared.DefinitionDataTypeContainsTypeRuleConfigH\x00\x12H\n\x12item_of_collection\x18\x03 \x01(\x0b\x32*.shared.DataTypeItemOfCollectionRuleConfigH\x00\x12=\n\x0cnumber_range\x18\x04 \x01(\x0b\x32%.shared.DataTypeNumberRangeRuleConfigH\x00\x12\x30\n\x05regex\x18\x05 \x01(\x0b\x32\x1f.shared.DataTypeRegexRuleConfigH\x00\x12\x45\n\x0binput_types\x18\x06 \x01(\x0b\x32..shared.DefinitionDataTypeInputTypesRuleConfigH\x00\x12\x45\n\x0breturn_type\x18\x07 \x01(\x0b\x32..shared.DefinitionDataTypeReturnTypeRuleConfigH\x00\x12\x45\n\x0bparent_type\x18\x08 \x01(\x0b\x32..shared.DefinitionDataTypeParentTypeRuleConfigH\x00\x42\x08\n\x06\x63onfig\"\xee\x02\n\x15\x45xecutionDataTypeRule\x12\x46\n\x0c\x63ontains_key\x18\x01 \x01(\x0b\x32..shared.ExecutionDataTypeContainsKeyRuleConfigH\x00\x12H\n\rcontains_type\x18\x02 \x01(\x0b\x32/.shared.ExecutionDataTypeContainsTypeRuleConfigH\x00\x12H\n\x12item_of_collection\x18\x03 \x01(\x0b\x32*.shared.DataTypeItemOfCollectionRuleConfigH\x00\x12=\n\x0cnumber_range\x18\x04 \x01(\x0b\x32%.shared.DataTypeNumberRangeRuleConfigH\x00\x12\x30\n\x05regex\x18\x05 \x01(\x0b\x32\x1f.shared.DataTypeRegexRuleConfigH\x00\x42\x08\n\x06\x63onfig\"Y\n&DefinitionDataTypeParentTypeRuleConfig\x12/\n\x0bparent_type\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\"p\n\'DefinitionDataTypeContainsKeyRuleConfig\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x02 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\"S\n&ExecutionDataTypeContainsKeyRuleConfig\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1c\n\x14\x64\x61ta_type_identifier\x18\x02 \x01(\t\"d\n(DefinitionDataTypeContainsTypeRuleConfig\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\"G\n\'ExecutionDataTypeContainsTypeRuleConfig\x12\x1c\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\t\"B\n\"DataTypeItemOfCollectionRuleConfig\x12\x1c\n\x05items\x18\x01 \x03(\x0b\x32\r.shared.Value\"W\n\x1d\x44\x61taTypeNumberRangeRuleConfig\x12\x0c\n\x04\x66rom\x18\x01 \x01(\x03\x12\n\n\x02to\x18\x02 \x01(\x03\x12\x12\n\x05steps\x18\x03 \x01(\x03H\x00\x88\x01\x01\x42\x08\n\x06_steps\"*\n\x17\x44\x61taTypeRegexRuleConfig\x12\x0f\n\x07pattern\x18\x01 \x01(\t\"\xe8\x01\n&DefinitionDataTypeInputTypesRuleConfig\x12U\n\x0binput_types\x18\x01 \x03(\x0b\x32@.shared.DefinitionDataTypeInputTypesRuleConfig.DataTypeInputType\x1ag\n\x11\x44\x61taTypeInputType\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\x12\x18\n\x10input_identifier\x18\x02 \x01(\t\"b\n&DefinitionDataTypeReturnTypeRuleConfig\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\"\x80\x01\n\x12\x44\x61taTypeIdentifier\x12\x1e\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\tH\x00\x12+\n\x0cgeneric_type\x18\x02 \x01(\x0b\x32\x13.shared.GenericTypeH\x00\x12\x15\n\x0bgeneric_key\x18\x03 \x01(\tH\x00\x42\x06\n\x04type\"[\n\x0bGenericType\x12\x1c\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\t\x12.\n\x0fgeneric_mappers\x18\x02 \x03(\x0b\x32\x15.shared.GenericMapper\"\xd7\x01\n\rGenericMapper\x12*\n\x06source\x18\x01 \x03(\x0b\x32\x1a.shared.DataTypeIdentifier\x12\x0e\n\x06target\x18\x02 \x01(\t\x12N\n\x14generic_combinations\x18\x03 \x03(\x0e\x32\x30.shared.GenericMapper.GenericCombinationStrategy\":\n\x1aGenericCombinationStrategy\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03\x41ND\x10\x01\x12\x06\n\x02OR\x10\x02\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)
@@ -8,7 +8,7 @@ require_relative '../shared/shared.translation_pb'
8
8
  require_relative '../shared/shared.struct_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n\x1cshared.flow_definition.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\xb5\x03\n\x08\x46lowType\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12)\n\x08settings\x18\x02 \x03(\x0b\x32\x17.shared.FlowTypeSetting\x12\"\n\x15input_type_identifier\x18\x03 \x01(\tH\x00\x88\x01\x01\x12#\n\x16return_type_identifier\x18\x04 \x01(\tH\x01\x88\x01\x01\x12\x10\n\x08\x65\x64itable\x18\x05 \x01(\x08\x12!\n\x04name\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\t \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\n \x03(\x0b\x32\x13.shared.Translation\x12\x0f\n\x07version\x18\x0b \x01(\tB\x18\n\x16_input_type_identifierB\x19\n\x17_return_type_identifier\"\xdd\x01\n\x0f\x46lowTypeSetting\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x0e\n\x06unique\x18\x02 \x01(\x08\x12\x1c\n\x14\x64\x61ta_type_identifier\x18\x03 \x01(\t\x12)\n\rdefault_value\x18\x04 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12!\n\x04name\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x06 \x03(\x0b\x32\x13.shared.TranslationB\x10\n\x0e_default_valueB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
+ descriptor_data = "\n\x1cshared.flow_definition.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\x81\x04\n\x08\x46lowType\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12)\n\x08settings\x18\x02 \x03(\x0b\x32\x17.shared.FlowTypeSetting\x12\"\n\x15input_type_identifier\x18\x03 \x01(\tH\x00\x88\x01\x01\x12#\n\x16return_type_identifier\x18\x04 \x01(\tH\x01\x88\x01\x01\x12\x10\n\x08\x65\x64itable\x18\x05 \x01(\x08\x12!\n\x04name\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\t \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\n \x03(\x0b\x32\x13.shared.Translation\x12\x0f\n\x07version\x18\x0b \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\x0c \x01(\t\x12\x1e\n\x11\x61\x63tion_identifier\x18\r \x01(\tH\x02\x88\x01\x01\x42\x18\n\x16_input_type_identifierB\x19\n\x17_return_type_identifierB\x14\n\x12_action_identifier\"\xbd\x02\n\x0f\x46lowTypeSetting\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x37\n\x06unique\x18\x02 \x01(\x0e\x32\'.shared.FlowTypeSetting.UniquenessScope\x12\x1c\n\x14\x64\x61ta_type_identifier\x18\x03 \x01(\t\x12)\n\rdefault_value\x18\x04 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12!\n\x04name\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x06 \x03(\x0b\x32\x13.shared.Translation\"5\n\x0fUniquenessScope\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x0b\n\x07PROJECT\x10\x02\x42\x10\n\x0e_default_valueB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
12
 
13
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -17,5 +17,6 @@ module Tucana
17
17
  module Shared
18
18
  FlowType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowType").msgclass
19
19
  FlowTypeSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowTypeSetting").msgclass
20
+ FlowTypeSetting::UniquenessScope = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowTypeSetting.UniquenessScope").enummodule
20
21
  end
21
22
  end
@@ -8,7 +8,7 @@ require_relative '../shared/shared.struct_pb'
8
8
  require_relative '../shared/shared.data_type_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n\x11shared.flow.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x16shared.data_type.proto\"\xa5\x03\n\x0eValidationFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x0c\n\x04type\x18\x03 \x01(\t\x12-\n\ndata_types\x18\x04 \x03(\x0b\x32\x19.shared.ExecutionDataType\x12\"\n\x15input_type_identifier\x18\x05 \x01(\tH\x00\x88\x01\x01\x12#\n\x16return_type_identifier\x18\x06 \x01(\tH\x01\x88\x01\x01\x12%\n\x08settings\x18\x07 \x03(\x0b\x32\x13.shared.FlowSetting\x12\x18\n\x10starting_node_id\x18\x08 \x01(\x03\x12,\n\x0enode_functions\x18\t \x03(\x0b\x32\x14.shared.NodeFunction\x12\x14\n\x0cproject_slug\x18\n \x01(\t\x12\x1b\n\x0e\x64isable_reason\x18\x0b \x01(\tH\x02\x88\x01\x01\x42\x18\n\x16_input_type_identifierB\x19\n\x17_return_type_identifierB\x11\n\x0f_disable_reason\"\xa1\x01\n\rExecutionFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x18\n\x10starting_node_id\x18\x02 \x01(\x03\x12,\n\x0enode_functions\x18\x04 \x03(\x0b\x32\x14.shared.NodeFunction\x12\'\n\x0binput_value\x18\x03 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x42\x0e\n\x0c_input_value\"[\n\x0b\x46lowSetting\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x17\n\x0f\x66low_setting_id\x18\x02 \x01(\t\x12\x1e\n\x06object\x18\x03 \x01(\x0b\x32\x0e.shared.Struct\"\x97\x01\n\x0cNodeFunction\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x1b\n\x13runtime_function_id\x18\x02 \x01(\t\x12)\n\nparameters\x18\x03 \x03(\x0b\x32\x15.shared.NodeParameter\x12\x19\n\x0cnext_node_id\x18\x04 \x01(\x03H\x00\x88\x01\x01\x42\x0f\n\r_next_node_id\"\x8b\x01\n\tNodeValue\x12&\n\rliteral_value\x18\x01 \x01(\x0b\x32\r.shared.ValueH\x00\x12\x31\n\x0freference_value\x18\x02 \x01(\x0b\x32\x16.shared.ReferenceValueH\x00\x12\x1a\n\x10node_function_id\x18\x03 \x01(\x03H\x00\x42\x07\n\x05value\"d\n\rNodeParameter\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x1c\n\x14runtime_parameter_id\x18\x02 \x01(\t\x12 \n\x05value\x18\x03 \x01(\x0b\x32\x11.shared.NodeValue\"G\n\x0eReferenceValue\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12$\n\x05paths\x18\x02 \x03(\x0b\x32\x15.shared.ReferencePath\"U\n\rReferencePath\x12\x11\n\x04path\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x61rray_index\x18\x02 \x01(\x03H\x01\x88\x01\x01\x42\x07\n\x05_pathB\x0e\n\x0c_array_index\".\n\x05\x46lows\x12%\n\x05\x66lows\x18\x01 \x03(\x0b\x32\x16.shared.ValidationFlowB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
+ descriptor_data = "\n\x11shared.flow.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x16shared.data_type.proto\"\xa5\x03\n\x0eValidationFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x0c\n\x04type\x18\x03 \x01(\t\x12-\n\ndata_types\x18\x04 \x03(\x0b\x32\x19.shared.ExecutionDataType\x12\"\n\x15input_type_identifier\x18\x05 \x01(\tH\x00\x88\x01\x01\x12#\n\x16return_type_identifier\x18\x06 \x01(\tH\x01\x88\x01\x01\x12%\n\x08settings\x18\x07 \x03(\x0b\x32\x13.shared.FlowSetting\x12\x18\n\x10starting_node_id\x18\x08 \x01(\x03\x12,\n\x0enode_functions\x18\t \x03(\x0b\x32\x14.shared.NodeFunction\x12\x14\n\x0cproject_slug\x18\n \x01(\t\x12\x1b\n\x0e\x64isable_reason\x18\x0b \x01(\tH\x02\x88\x01\x01\x42\x18\n\x16_input_type_identifierB\x19\n\x17_return_type_identifierB\x11\n\x0f_disable_reason\"\xa1\x01\n\rExecutionFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x18\n\x10starting_node_id\x18\x02 \x01(\x03\x12,\n\x0enode_functions\x18\x04 \x03(\x0b\x32\x14.shared.NodeFunction\x12\'\n\x0binput_value\x18\x03 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x42\x0e\n\x0c_input_value\"[\n\x0b\x46lowSetting\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x17\n\x0f\x66low_setting_id\x18\x02 \x01(\t\x12\x1e\n\x06object\x18\x03 \x01(\x0b\x32\x0e.shared.Struct\"\xcd\x01\n\x0cNodeFunction\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x1b\n\x13runtime_function_id\x18\x02 \x01(\t\x12)\n\nparameters\x18\x03 \x03(\x0b\x32\x15.shared.NodeParameter\x12\x19\n\x0cnext_node_id\x18\x04 \x01(\x03H\x00\x88\x01\x01\x12\x1e\n\x11\x61\x63tion_identifier\x18\x05 \x01(\tH\x01\x88\x01\x01\x42\x0f\n\r_next_node_idB\x14\n\x12_action_identifier\"\x8b\x01\n\tNodeValue\x12&\n\rliteral_value\x18\x01 \x01(\x0b\x32\r.shared.ValueH\x00\x12\x31\n\x0freference_value\x18\x02 \x01(\x0b\x32\x16.shared.ReferenceValueH\x00\x12\x1a\n\x10node_function_id\x18\x03 \x01(\x03H\x00\x42\x07\n\x05value\"d\n\rNodeParameter\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x1c\n\x14runtime_parameter_id\x18\x02 \x01(\t\x12 \n\x05value\x18\x03 \x01(\x0b\x32\x11.shared.NodeValue\"G\n\x0eReferenceValue\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12$\n\x05paths\x18\x02 \x03(\x0b\x32\x15.shared.ReferencePath\"U\n\rReferencePath\x12\x11\n\x04path\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x61rray_index\x18\x02 \x01(\x03H\x01\x88\x01\x01\x42\x07\n\x05_pathB\x0e\n\x0c_array_index\".\n\x05\x46lows\x12%\n\x05\x66lows\x18\x01 \x03(\x0b\x32\x16.shared.ValidationFlowB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
12
 
13
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -9,7 +9,7 @@ require_relative '../shared/shared.data_type_pb'
9
9
  require_relative '../shared/shared.struct_pb'
10
10
 
11
11
 
12
- descriptor_data = "\n\x1dshared.runtime_function.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x16shared.data_type.proto\x1a\x13shared.struct.proto\"\x92\x04\n\x19RuntimeFunctionDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12I\n\x1druntime_parameter_definitions\x18\x02 \x03(\x0b\x32\".shared.RuntimeParameterDefinition\x12?\n\x16return_type_identifier\x18\x03 \x01(\x0b\x32\x1a.shared.DataTypeIdentifierH\x00\x88\x01\x01\x12\x14\n\x0cthrows_error\x18\x04 \x01(\x08\x12\x14\n\x0cgeneric_keys\x18\x05 \x03(\t\x12!\n\x04name\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12\x30\n\x13\x64\x65precation_message\x18\t \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\n \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\x0b \x03(\x0b\x32\x13.shared.Translation\x12\x0f\n\x07version\x18\x0c \x01(\tB\x19\n\x17_return_type_identifier\"\xa2\x02\n\x1aRuntimeParameterDefinition\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\x12\x14\n\x0cruntime_name\x18\x02 \x01(\t\x12)\n\rdefault_value\x18\x03 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x06 \x03(\x0b\x32\x13.shared.TranslationB\x10\n\x0e_default_valueB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
+ descriptor_data = "\n\x1dshared.runtime_function.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x16shared.data_type.proto\x1a\x13shared.struct.proto\"\xde\x04\n\x19RuntimeFunctionDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12I\n\x1druntime_parameter_definitions\x18\x02 \x03(\x0b\x32\".shared.RuntimeParameterDefinition\x12?\n\x16return_type_identifier\x18\x03 \x01(\x0b\x32\x1a.shared.DataTypeIdentifierH\x00\x88\x01\x01\x12\x14\n\x0cthrows_error\x18\x04 \x01(\x08\x12\x14\n\x0cgeneric_keys\x18\x05 \x03(\t\x12!\n\x04name\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12\x30\n\x13\x64\x65precation_message\x18\t \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\n \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\x0b \x03(\x0b\x32\x13.shared.Translation\x12\x0f\n\x07version\x18\x0c \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\r \x01(\t\x12\x1e\n\x11\x61\x63tion_identifier\x18\x0e \x01(\tH\x01\x88\x01\x01\x42\x19\n\x17_return_type_identifierB\x14\n\x12_action_identifier\"\xa2\x02\n\x1aRuntimeParameterDefinition\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\x12\x14\n\x0cruntime_name\x18\x02 \x01(\t\x12)\n\rdefault_value\x18\x03 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x06 \x03(\x0b\x32\x13.shared.TranslationB\x10\n\x0e_default_valueB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
13
13
 
14
14
  pool = Google::Protobuf::DescriptorPool.generated_pool
15
15
  pool.add_serialized_file(descriptor_data)
@@ -0,0 +1,24 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: shared.runtime_status.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.translation_pb'
8
+
9
+
10
+ descriptor_data = "\n\x1bshared.runtime_status.proto\x12\x06shared\x1a\x18shared.translation.proto\"2\n\x14\x41\x64\x61pterConfiguration\x12\x12\n\x08\x65ndpoint\x18\x01 \x01(\tH\x00\x42\x06\n\x04\x64\x61ta\"]\n\x0eRuntimeFeature\x12!\n\x04name\x18\x01 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x02 \x03(\x0b\x32\x13.shared.Translation\"\xa6\x02\n\x14\x41\x64\x61pterRuntimeStatus\x12\x33\n\x06status\x18\x01 \x01(\x0e\x32#.shared.AdapterRuntimeStatus.Status\x12\x11\n\ttimestamp\x18\x02 \x01(\x03\x12\x12\n\nidentifier\x18\x03 \x01(\t\x12(\n\x08\x66\x65\x61tures\x18\x04 \x03(\x0b\x32\x16.shared.RuntimeFeature\x12\x34\n\x0e\x63onfigurations\x18\x05 \x03(\x0b\x32\x1c.shared.AdapterConfiguration\"R\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x12\n\x0eNOT_RESPONDING\x10\x01\x12\r\n\tNOT_READY\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\"\xf4\x01\n\x16\x45xecutionRuntimeStatus\x12\x35\n\x06status\x18\x01 \x01(\x0e\x32%.shared.ExecutionRuntimeStatus.Status\x12\x11\n\ttimestamp\x18\x02 \x01(\x03\x12\x12\n\nidentifier\x18\x03 \x01(\t\x12(\n\x08\x66\x65\x61tures\x18\x04 \x03(\x0b\x32\x16.shared.RuntimeFeature\"R\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x12\n\x0eNOT_RESPONDING\x10\x01\x12\r\n\tNOT_READY\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\x42\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Shared
17
+ AdapterConfiguration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.AdapterConfiguration").msgclass
18
+ RuntimeFeature = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.RuntimeFeature").msgclass
19
+ AdapterRuntimeStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.AdapterRuntimeStatus").msgclass
20
+ AdapterRuntimeStatus::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.AdapterRuntimeStatus.Status").enummodule
21
+ ExecutionRuntimeStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ExecutionRuntimeStatus").msgclass
22
+ ExecutionRuntimeStatus::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ExecutionRuntimeStatus.Status").enummodule
23
+ end
24
+ end
@@ -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.49"
7
+ VERSION = "0.0.51"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tucana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.49
4
+ version: 0.0.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick
@@ -82,6 +82,8 @@ files:
82
82
  - lib/tucana/generated/aquila/aquila.flow_type_services_pb.rb
83
83
  - lib/tucana/generated/aquila/aquila.runtime_function_pb.rb
84
84
  - lib/tucana/generated/aquila/aquila.runtime_function_services_pb.rb
85
+ - lib/tucana/generated/aquila/aquila.runtime_status_pb.rb
86
+ - lib/tucana/generated/aquila/aquila.runtime_status_services_pb.rb
85
87
  - lib/tucana/generated/aquila/aquila.runtime_usage_pb.rb
86
88
  - lib/tucana/generated/aquila/aquila.runtime_usage_services_pb.rb
87
89
  - lib/tucana/generated/sagittarius/sagittarius.action_pb.rb
@@ -96,15 +98,17 @@ files:
96
98
  - lib/tucana/generated/sagittarius/sagittarius.ping_services_pb.rb
97
99
  - lib/tucana/generated/sagittarius/sagittarius.runtime_function_pb.rb
98
100
  - lib/tucana/generated/sagittarius/sagittarius.runtime_function_services_pb.rb
101
+ - lib/tucana/generated/sagittarius/sagittarius.runtime_status_pb.rb
102
+ - lib/tucana/generated/sagittarius/sagittarius.runtime_status_services_pb.rb
99
103
  - lib/tucana/generated/sagittarius/sagittarius.runtime_usage_pb.rb
100
104
  - lib/tucana/generated/sagittarius/sagittarius.runtime_usage_services_pb.rb
101
105
  - lib/tucana/generated/sagittarius/sagittarius.text_execution_pb.rb
102
106
  - lib/tucana/generated/sagittarius/sagittarius.text_execution_services_pb.rb
103
107
  - lib/tucana/generated/shared/shared.data_type_pb.rb
104
- - lib/tucana/generated/shared/shared.event_pb.rb
105
108
  - lib/tucana/generated/shared/shared.flow_definition_pb.rb
106
109
  - lib/tucana/generated/shared/shared.flow_pb.rb
107
110
  - lib/tucana/generated/shared/shared.runtime_function_pb.rb
111
+ - lib/tucana/generated/shared/shared.runtime_status_pb.rb
108
112
  - lib/tucana/generated/shared/shared.runtime_usage_pb.rb
109
113
  - lib/tucana/generated/shared/shared.struct_pb.rb
110
114
  - lib/tucana/generated/shared/shared.translation_pb.rb
@@ -1,23 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: shared.event.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.struct_pb'
8
- require_relative '../shared/shared.translation_pb'
9
- require_relative '../shared/shared.data_type_pb'
10
-
11
-
12
- descriptor_data = "\n\x12shared.event.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x18shared.translation.proto\x1a\x16shared.data_type.proto\"\xdd\x01\n\x17\x45ventDefinitionSettings\x12!\n\x04name\x18\x01 \x03(\x0b\x32\x13.shared.Translation\x12\x0e\n\x06unique\x18\x02 \x01(\x08\x12(\n\x0b\x64\x65scription\x18\x03 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x04type\x18\x04 \x01(\x0b\x32\x1a.shared.DefinitionDataType\x12)\n\rdefault_value\x18\x05 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x42\x10\n\x0e_default_value\"\x86\x01\n\x0f\x45ventDefinition\x12\x31\n\x08settings\x18\x01 \x03(\x0b\x32\x1f.shared.EventDefinitionSettings\x12.\n\ninput_type\x18\x02 \x01(\x0b\x32\x1a.shared.DefinitionDataType\x12\x10\n\x08\x65\x64itable\x18\x03 \x01(\x08\"[\n\tEventType\x12!\n\x04name\x18\x01 \x03(\x0b\x32\x13.shared.Translation\x12+\n\ndefinition\x18\x02 \x01(\x0b\x32\x17.shared.EventDefinitionB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
13
-
14
- pool = Google::Protobuf::DescriptorPool.generated_pool
15
- pool.add_serialized_file(descriptor_data)
16
-
17
- module Tucana
18
- module Shared
19
- EventDefinitionSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.EventDefinitionSettings").msgclass
20
- EventDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.EventDefinition").msgclass
21
- EventType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.EventType").msgclass
22
- end
23
- end