tucana 0.0.77 → 0.0.78

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: ff862901b31c4824a786422bfc7b8a95dafa536923983829ad0533dd5a78ef10
4
- data.tar.gz: c187603f579ab533b1daa3873598c92475ed23b9d076e770138ff245a79e36e3
3
+ metadata.gz: 122de1035e68064e657f78057fa3402b7c7224c3ce69f69e4ebdbac6e81affb4
4
+ data.tar.gz: e0ba88b134e61701494c0f5863b3b8f8b72e935dc93d5b14c50f832912e8eb0b
5
5
  SHA512:
6
- metadata.gz: 167367fd758a242da2e24ed7b4d3cdb19f51745afb26d4b3af8fa2c14b9ae79e9bc409360adb33d263d67a22b17f011a891e441e6bdbd0bde7af2e74175dde9e
7
- data.tar.gz: 7560d728027a070c852f4343e98a7261a45e8e443f91bed678cc0d401ae4714a683afcd5f694c241acd023ade32759f13e8a8236e07336d9394b87f633deae3f
6
+ metadata.gz: c044f0bb9775d5583570e2ac605704bbb83cfd62cd9924d7552eeed03107c6a770728484e332e2a4e7466c35d3173e2141decf125d1b5cbe746057f52f83f8cf
7
+ data.tar.gz: b57b31647bc61a52d07e4a36178ca5a4ebd8692883192e53339cffc46b2d01f9edd0a79d2aa5edf3bade4554068c32795c7137b862f3255c02c4fb744c455d77
@@ -7,19 +7,31 @@ require 'google/protobuf'
7
7
  require_relative '../shared/shared.module_pb'
8
8
  require_relative '../shared/shared.execution_result_pb'
9
9
  require_relative '../shared/shared.struct_pb'
10
+ require_relative '../shared/shared.flow_pb'
11
+ require_relative '../shared/shared.translation_pb'
12
+ require_relative '../shared/shared.errors_pb'
10
13
 
11
14
 
12
- descriptor_data = "\n\x13\x61quila.action.proto\x12\x06\x61quila\x1a\x13shared.module.proto\x1a\x1dshared.execution_result.proto\x1a\x13shared.struct.proto\"U\n\x0b\x41\x63tionEvent\x12\x12\n\nevent_type\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x1e\n\x07payload\x18\x03 \x01(\x0b\x32\r.shared.Value\"-\n\x0b\x41\x63tionLogon\x12\x1e\n\x06module\x18\x01 \x01(\x0b\x32\x0e.shared.Module\"\x8b\x01\n\x16\x41\x63tionExecutionRequest\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\x12\x12\n\nproject_id\x18\x04 \x01(\x03\"i\n\x17\x41\x63tionExecutionResponse\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12\x30\n\x0bnode_result\x18\x02 \x01(\x0b\x32\x1b.shared.NodeExecutionResult\"\x9e\x01\n\x15\x41\x63tionTransferRequest\x12$\n\x05logon\x18\x01 \x01(\x0b\x32\x13.aquila.ActionLogonH\x00\x12$\n\x05\x65vent\x18\x02 \x01(\x0b\x32\x13.aquila.ActionEventH\x00\x12\x31\n\x06result\x18\x03 \x01(\x0b\x32\x1f.aquila.ActionExecutionResponseH\x00\x42\x06\n\x04\x64\x61ta\"\x94\x01\n\x16\x41\x63tionTransferResponse\x12\x33\n\texecution\x18\x01 \x01(\x0b\x32\x1e.aquila.ActionExecutionRequestH\x00\x12=\n\x15module_configurations\x18\x02 \x01(\x0b\x32\x1c.shared.ModuleConfigurationsH\x00\x42\x06\n\x04\x64\x61ta2f\n\x15\x41\x63tionTransferService\x12M\n\x08Transfer\x12\x1d.aquila.ActionTransferRequest\x1a\x1e.aquila.ActionTransferResponse(\x01\x30\x01\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
15
+ descriptor_data = "\n\x13\x61quila.action.proto\x12\x06\x61quila\x1a\x13shared.module.proto\x1a\x1dshared.execution_result.proto\x1a\x13shared.struct.proto\x1a\x11shared.flow.proto\x1a\x18shared.translation.proto\x1a\x13shared.errors.proto\"\xc9\x01\n\nActionFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12%\n\x08settings\x18\x03 \x03(\x0b\x32\x13.shared.FlowSetting\x12$\n\x0cinput_schema\x18\x04 \x01(\x0b\x32\x0e.shared.Struct\x12%\n\routput_schema\x18\x05 \x01(\x0b\x32\x0e.shared.Struct\x12\x14\n\x0cproject_slug\x18\x06 \x01(\t\x12\x0c\n\x04name\x18\x07 \x01(\t\"U\n\x0b\x41\x63tionEvent\x12\x12\n\nevent_type\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x1e\n\x07payload\x18\x03 \x01(\x0b\x32\r.shared.Value\"\x9f\x01\n\x0b\x41\x63tionLogon\x12\x1e\n\x06module\x18\x01 \x01(\x0b\x32\x0e.shared.Module\x12\x39\n\x0escaling_option\x18\x02 \x01(\x0e\x32!.aquila.ActionLogon.ScalingOption\"5\n\rScalingOption\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\t\n\x05SPLIT\x10\x02\"6\n\x16\x41\x63tionNodeSubFlowValue\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\"v\n\x0f\x41\x63tionNodeValue\x12&\n\rliteral_value\x18\x01 \x01(\x0b\x32\r.shared.ValueH\x00\x12\x32\n\x08sub_flow\x18\x02 \x01(\x0b\x32\x1e.aquila.ActionNodeSubFlowValueH\x00\x42\x07\n\x05value\"\x94\x01\n\x16\x41\x63tionExecutionRequest\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 \x03(\x0b\x32\x17.aquila.ActionNodeValue\x12\x12\n\nproject_id\x18\x04 \x01(\x03\"`\n\x1d\x41\x63tionSubFlowExecutionRequest\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12!\n\nparameters\x18\x02 \x03(\x0b\x32\r.shared.Value\"\x8c\x01\n\x1e\x41\x63tionSubFlowExecutionResponse\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12 \n\x07success\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x12 \n\x07\x66\x61ilure\x18\x03 \x01(\x0b\x32\r.shared.ErrorH\x00\x42\x08\n\x06result\"k\n\x1a\x41\x63tionFlowExecutionRequest\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12\x0f\n\x07\x66low_id\x18\x02 \x01(\t\x12\x1e\n\x07payload\x18\x03 \x01(\x0b\x32\r.shared.Value\"i\n\x17\x41\x63tionExecutionResponse\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12\x30\n\x0bnode_result\x18\x02 \x01(\x0b\x32\x1b.shared.NodeExecutionResult\"\x89\x01\n\x1b\x41\x63tionFlowExecutionResponse\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12 \n\x07success\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x12 \n\x07\x66\x61ilure\x18\x03 \x01(\x0b\x32\r.shared.ErrorH\x00\x42\x08\n\x06result\"^\n\x10\x41\x63tionFlowUpdate\x12*\n\x0cupdated_flow\x18\x01 \x01(\x0b\x32\x12.aquila.ActionFlowH\x00\x12\x16\n\x0c\x64\x65leted_flow\x18\x02 \x01(\x03H\x00\x42\x06\n\x04\x64\x61ta\"\xe3\x01\n\x15\x41\x63tionTransferRequest\x12$\n\x05logon\x18\x01 \x01(\x0b\x32\x13.aquila.ActionLogonH\x00\x12$\n\x05\x65vent\x18\x02 \x01(\x0b\x32\x13.aquila.ActionEventH\x00\x12\x31\n\x06result\x18\x03 \x01(\x0b\x32\x1f.aquila.ActionExecutionResponseH\x00\x12\x43\n\x12sub_flow_execution\x18\x04 \x01(\x0b\x32%.aquila.ActionSubFlowExecutionRequestH\x00\x42\x06\n\x04\x64\x61ta\"\xdc\x02\n\x16\x41\x63tionTransferResponse\x12\x33\n\texecution\x18\x01 \x01(\x0b\x32\x1e.aquila.ActionExecutionRequestH\x00\x12=\n\x15module_configurations\x18\x02 \x01(\x0b\x32\x1c.shared.ModuleConfigurationsH\x00\x12/\n\x0b\x66low_update\x18\x03 \x01(\x0b\x32\x18.aquila.ActionFlowUpdateH\x00\x12\x46\n\x17\x66low_execution_response\x18\x04 \x01(\x0b\x32#.aquila.ActionFlowExecutionResponseH\x00\x12M\n\x1bsub_flow_execution_response\x18\x05 \x01(\x0b\x32&.aquila.ActionSubFlowExecutionResponseH\x00\x42\x06\n\x04\x64\x61ta2f\n\x15\x41\x63tionTransferService\x12M\n\x08Transfer\x12\x1d.aquila.ActionTransferRequest\x1a\x1e.aquila.ActionTransferResponse(\x01\x30\x01\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
13
16
 
14
17
  pool = Google::Protobuf::DescriptorPool.generated_pool
15
18
  pool.add_serialized_file(descriptor_data)
16
19
 
17
20
  module Tucana
18
21
  module Aquila
22
+ ActionFlow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionFlow").msgclass
19
23
  ActionEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionEvent").msgclass
20
24
  ActionLogon = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionLogon").msgclass
25
+ ActionLogon::ScalingOption = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionLogon.ScalingOption").enummodule
26
+ ActionNodeSubFlowValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionNodeSubFlowValue").msgclass
27
+ ActionNodeValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionNodeValue").msgclass
21
28
  ActionExecutionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionExecutionRequest").msgclass
29
+ ActionSubFlowExecutionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionSubFlowExecutionRequest").msgclass
30
+ ActionSubFlowExecutionResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionSubFlowExecutionResponse").msgclass
31
+ ActionFlowExecutionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionFlowExecutionRequest").msgclass
22
32
  ActionExecutionResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionExecutionResponse").msgclass
33
+ ActionFlowExecutionResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionFlowExecutionResponse").msgclass
34
+ ActionFlowUpdate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionFlowUpdate").msgclass
23
35
  ActionTransferRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionTransferRequest").msgclass
24
36
  ActionTransferResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionTransferResponse").msgclass
25
37
  end
@@ -8,7 +8,7 @@ require_relative '../shared/shared.errors_pb'
8
8
  require_relative '../shared/shared.module_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n sagittarius_gateway.module.proto\x12\x13sagittarius_gateway\x1a\x13shared.errors.proto\x1a\x13shared.module.proto\"6\n\x13ModuleUpdateRequest\x12\x1f\n\x07modules\x18\x01 \x03(\x0b\x32\x0e.shared.Module\"[\n\x14ModuleUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12(\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x14.shared.ServiceErrorH\x00\x88\x01\x01\x42\x08\n\x06_error\"\x1c\n\x1aModuleConfigurationRequest\"Z\n\x1bModuleConfigurationResponse\x12;\n\x15module_configurations\x18\x01 \x01(\x0b\x32\x1c.shared.ModuleConfigurations\"\x80\x01\n\x1eModuleConfigurationPushRequest\x12\x1a\n\x12runtime_identifier\x18\x01 \x01(\x03\x12\x42\n\x08response\x18\x02 \x01(\x0b\x32\x30.sagittarius_gateway.ModuleConfigurationResponse\"!\n\x1fModuleConfigurationPushResponse2\xde\x02\n\rModuleService\x12_\n\x06Update\x12(.sagittarius_gateway.ModuleUpdateRequest\x1a).sagittarius_gateway.ModuleUpdateResponse\"\x00\x12w\n\x0e\x43onfigurations\x12/.sagittarius_gateway.ModuleConfigurationRequest\x1a\x30.sagittarius_gateway.ModuleConfigurationResponse\"\x00\x30\x01\x12s\n\x04Push\x12\x33.sagittarius_gateway.ModuleConfigurationPushRequest\x1a\x34.sagittarius_gateway.ModuleConfigurationPushResponse\"\x00\x42\x1f\xea\x02\x1cTucana::Sagittarius::Gatewayb\x06proto3"
11
+ descriptor_data = "\n sagittarius_gateway.module.proto\x12\x13sagittarius_gateway\x1a\x13shared.errors.proto\x1a\x13shared.module.proto\"\\\n\x13ModuleUpdateRequest\x12\x1f\n\x07modules\x18\x01 \x03(\x0b\x32\x0e.shared.Module\x12$\n\x1c\x61vailable_definition_sources\x18\x02 \x03(\t\"[\n\x14ModuleUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12(\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x14.shared.ServiceErrorH\x00\x88\x01\x01\x42\x08\n\x06_error\"\x1c\n\x1aModuleConfigurationRequest\"Z\n\x1bModuleConfigurationResponse\x12;\n\x15module_configurations\x18\x01 \x01(\x0b\x32\x1c.shared.ModuleConfigurations\"\x80\x01\n\x1eModuleConfigurationPushRequest\x12\x1a\n\x12runtime_identifier\x18\x01 \x01(\x03\x12\x42\n\x08response\x18\x02 \x01(\x0b\x32\x30.sagittarius_gateway.ModuleConfigurationResponse\"!\n\x1fModuleConfigurationPushResponse2\xde\x02\n\rModuleService\x12_\n\x06Update\x12(.sagittarius_gateway.ModuleUpdateRequest\x1a).sagittarius_gateway.ModuleUpdateResponse\"\x00\x12w\n\x0e\x43onfigurations\x12/.sagittarius_gateway.ModuleConfigurationRequest\x1a\x30.sagittarius_gateway.ModuleConfigurationResponse\"\x00\x30\x01\x12s\n\x04Push\x12\x33.sagittarius_gateway.ModuleConfigurationPushRequest\x1a\x34.sagittarius_gateway.ModuleConfigurationPushResponse\"\x00\x42\x1f\xea\x02\x1cTucana::Sagittarius::Gatewayb\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.errors_pb'
8
8
  require_relative '../shared/shared.module_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n\x1esagittarius_rails.module.proto\x12\x11sagittarius_rails\x1a\x13shared.errors.proto\x1a\x13shared.module.proto\"]\n\x13ModuleUpdateRequest\x12\x1f\n\x07modules\x18\x01 \x03(\x0b\x32\x0e.shared.Module\x12%\n\x1d\x61vailable_defintition_soruces\x18\x02 \x03(\t\"[\n\x14ModuleUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12(\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x14.shared.ServiceErrorH\x00\x88\x01\x01\x42\x08\n\x06_error2l\n\rModuleService\x12[\n\x06Update\x12&.sagittarius_rails.ModuleUpdateRequest\x1a\'.sagittarius_rails.ModuleUpdateResponse\"\x00\x42\x1d\xea\x02\x1aTucana::Sagittarius::Railsb\x06proto3"
11
+ descriptor_data = "\n\x1esagittarius_rails.module.proto\x12\x11sagittarius_rails\x1a\x13shared.errors.proto\x1a\x13shared.module.proto\"\\\n\x13ModuleUpdateRequest\x12\x1f\n\x07modules\x18\x01 \x03(\x0b\x32\x0e.shared.Module\x12$\n\x1c\x61vailable_definition_sources\x18\x02 \x03(\t\"[\n\x14ModuleUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12(\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x14.shared.ServiceErrorH\x00\x88\x01\x01\x42\x08\n\x06_error2l\n\rModuleService\x12[\n\x06Update\x12&.sagittarius_rails.ModuleUpdateRequest\x1a\'.sagittarius_rails.ModuleUpdateResponse\"\x00\x42\x1d\xea\x02\x1aTucana::Sagittarius::Railsb\x06proto3"
12
12
 
13
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -6,9 +6,10 @@ require 'google/protobuf'
6
6
 
7
7
  require_relative '../shared/shared.struct_pb'
8
8
  require_relative '../shared/shared.data_type_pb'
9
+ require_relative '../shared/shared.translation_pb'
9
10
 
10
11
 
11
- descriptor_data = "\n\x11shared.flow.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x16shared.data_type.proto\"\xba\x02\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\x08settings\x18\x05 \x03(\x0b\x32\x13.shared.FlowSetting\x12\x18\n\x10starting_node_id\x18\x06 \x01(\x03\x12,\n\x0enode_functions\x18\x07 \x03(\x0b\x32\x14.shared.NodeFunction\x12\x14\n\x0cproject_slug\x18\x08 \x01(\t\x12\x1b\n\x0e\x64isable_reason\x18\t \x01(\tH\x00\x88\x01\x01\x12\x11\n\tsignature\x18\n \x01(\tB\x11\n\x0f_disable_reason\"\xb5\x01\n\rExecutionFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x12\n\nproject_id\x18\x05 \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\"\x9b\x01\n\x0eGenerationFlow\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x18\n\x10starting_node_id\x18\x03 \x01(\t\x12,\n\x0enode_functions\x18\x04 \x03(\x0b\x32\x14.shared.NodeFunction\x12%\n\x08settings\x18\x05 \x03(\x0b\x32\x13.shared.FlowSetting\"\x8a\x01\n\x0b\x46lowSetting\x12\x18\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\x12\x17\n\x0f\x66low_setting_id\x18\x02 \x01(\t\x12\x1c\n\x05value\x18\x03 \x01(\x0b\x32\r.shared.Value\x12\x11\n\x04\x63\x61st\x18\x04 \x01(\tH\x01\x88\x01\x01\x42\x0e\n\x0c_database_idB\x07\n\x05_cast\"\xe2\x01\n\x0cNodeFunction\x12\x18\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\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\x01\x88\x01\x01\x12\x1e\n\x11\x64\x65\x66inition_source\x18\x05 \x01(\tH\x02\x88\x01\x01\x42\x0e\n\x0c_database_idB\x0f\n\r_next_node_idB\x14\n\x12_definition_source\"\x94\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#\n\x08sub_flow\x18\x03 \x01(\x0b\x32\x0f.shared.SubFlowH\x00\x42\x07\n\x05value\"\x80\x01\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\x12\x11\n\x04\x63\x61st\x18\x04 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_cast\"\xa5\x01\n\x0eReferenceValue\x12\'\n\nflow_input\x18\x01 \x01(\x0b\x32\x11.shared.FlowInputH\x00\x12\x11\n\x07node_id\x18\x02 \x01(\x03H\x00\x12\'\n\ninput_type\x18\x03 \x01(\x0b\x32\x11.shared.InputTypeH\x00\x12$\n\x05paths\x18\x04 \x03(\x0b\x32\x15.shared.ReferencePathB\x08\n\x06target\"\xe1\x02\n\x07SubFlow\x12\x1a\n\x10starting_node_id\x18\x01 \x01(\x03H\x00\x12\x33\n\x08\x66unction\x18\x02 \x01(\x0b\x32\x1f.shared.SubFlow.SubFlowFunctionH\x00\x12$\n\x0cinput_schema\x18\x03 \x01(\x0b\x32\x0e.shared.Struct\x12%\n\routput_schema\x18\x04 \x01(\x0b\x32\x0e.shared.Struct\x12\x11\n\tsignature\x18\x05 \x01(\t\x12(\n\x08settings\x18\x06 \x03(\x0b\x32\x16.shared.SubFlowSetting\x1a\x64\n\x0fSubFlowFunction\x12\x1b\n\x13\x66unction_identifier\x18\x01 \x01(\t\x12\x1e\n\x11\x64\x65\x66inition_source\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x14\n\x12_definition_sourceB\x15\n\x13\x65xecution_reference\"\xa5\x01\n\x0eSubFlowSetting\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12)\n\rdefault_value\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12\x15\n\x08optional\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x04 \x01(\x08H\x02\x88\x01\x01\x42\x10\n\x0e_default_valueB\x0b\n\t_optionalB\t\n\x07_hidden\"\x0b\n\tFlowInput\"J\n\tInputType\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\x17\n\x0fparameter_index\x18\x02 \x01(\x03\x12\x13\n\x0binput_index\x18\x03 \x01(\x03\"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
+ descriptor_data = "\n\x11shared.flow.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x16shared.data_type.proto\x1a\x18shared.translation.proto\"\xcb\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\x08settings\x18\x05 \x03(\x0b\x32\x13.shared.FlowSetting\x12\x18\n\x10starting_node_id\x18\x06 \x01(\x03\x12,\n\x0enode_functions\x18\x07 \x03(\x0b\x32\x14.shared.NodeFunction\x12\x14\n\x0cproject_slug\x18\x08 \x01(\t\x12\x1b\n\x0e\x64isable_reason\x18\t \x01(\tH\x00\x88\x01\x01\x12\x11\n\tsignature\x18\n \x01(\t\x12\x1e\n\x11\x64\x65\x66inition_source\x18\x0b \x01(\tH\x01\x88\x01\x01\x12$\n\x0cinput_schema\x18\x0c \x01(\x0b\x32\x0e.shared.Struct\x12%\n\routput_schema\x18\r \x01(\x0b\x32\x0e.shared.Struct\x12\x0c\n\x04name\x18\x0e \x01(\tB\x11\n\x0f_disable_reasonB\x14\n\x12_definition_source\"\xb5\x01\n\rExecutionFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x12\n\nproject_id\x18\x05 \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\"\x9b\x01\n\x0eGenerationFlow\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x18\n\x10starting_node_id\x18\x03 \x01(\t\x12,\n\x0enode_functions\x18\x04 \x03(\x0b\x32\x14.shared.NodeFunction\x12%\n\x08settings\x18\x05 \x03(\x0b\x32\x13.shared.FlowSetting\"\x8a\x01\n\x0b\x46lowSetting\x12\x18\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\x12\x17\n\x0f\x66low_setting_id\x18\x02 \x01(\t\x12\x1c\n\x05value\x18\x03 \x01(\x0b\x32\r.shared.Value\x12\x11\n\x04\x63\x61st\x18\x04 \x01(\tH\x01\x88\x01\x01\x42\x0e\n\x0c_database_idB\x07\n\x05_cast\"\xe2\x01\n\x0cNodeFunction\x12\x18\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\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\x01\x88\x01\x01\x12\x1e\n\x11\x64\x65\x66inition_source\x18\x05 \x01(\tH\x02\x88\x01\x01\x42\x0e\n\x0c_database_idB\x0f\n\r_next_node_idB\x14\n\x12_definition_source\"\x94\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#\n\x08sub_flow\x18\x03 \x01(\x0b\x32\x0f.shared.SubFlowH\x00\x42\x07\n\x05value\"\x80\x01\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\x12\x11\n\x04\x63\x61st\x18\x04 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_cast\"\xa5\x01\n\x0eReferenceValue\x12\'\n\nflow_input\x18\x01 \x01(\x0b\x32\x11.shared.FlowInputH\x00\x12\x11\n\x07node_id\x18\x02 \x01(\x03H\x00\x12\'\n\ninput_type\x18\x03 \x01(\x0b\x32\x11.shared.InputTypeH\x00\x12$\n\x05paths\x18\x04 \x03(\x0b\x32\x15.shared.ReferencePathB\x08\n\x06target\"d\n\x0fSubFlowFunction\x12\x1b\n\x13\x66unction_identifier\x18\x01 \x01(\t\x12\x1e\n\x11\x64\x65\x66inition_source\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x14\n\x12_definition_source\"\xf3\x01\n\x07SubFlow\x12\x1a\n\x10starting_node_id\x18\x01 \x01(\x03H\x00\x12+\n\x08\x66unction\x18\x02 \x01(\x0b\x32\x17.shared.SubFlowFunctionH\x00\x12$\n\x0cinput_schema\x18\x03 \x01(\x0b\x32\x0e.shared.Struct\x12%\n\routput_schema\x18\x04 \x01(\x0b\x32\x0e.shared.Struct\x12\x11\n\tsignature\x18\x05 \x01(\t\x12(\n\x08settings\x18\x06 \x03(\x0b\x32\x16.shared.SubFlowSettingB\x15\n\x13\x65xecution_reference\"\xa5\x01\n\x0eSubFlowSetting\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12)\n\rdefault_value\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12\x15\n\x08optional\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x04 \x01(\x08H\x02\x88\x01\x01\x42\x10\n\x0e_default_valueB\x0b\n\t_optionalB\t\n\x07_hidden\"\x0b\n\tFlowInput\"J\n\tInputType\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\x17\n\x0fparameter_index\x18\x02 \x01(\x03\x12\x13\n\x0binput_index\x18\x03 \x01(\x03\"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
13
 
13
14
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
15
  pool.add_serialized_file(descriptor_data)
@@ -23,8 +24,8 @@ module Tucana
23
24
  NodeValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.NodeValue").msgclass
24
25
  NodeParameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.NodeParameter").msgclass
25
26
  ReferenceValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ReferenceValue").msgclass
27
+ SubFlowFunction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.SubFlowFunction").msgclass
26
28
  SubFlow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.SubFlow").msgclass
27
- SubFlow::SubFlowFunction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.SubFlow.SubFlowFunction").msgclass
28
29
  SubFlowSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.SubFlowSetting").msgclass
29
30
  FlowInput = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowInput").msgclass
30
31
  InputType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.InputType").msgclass
@@ -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.77"
7
+ VERSION = "0.0.78"
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.77
4
+ version: 0.0.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick