@code0-tech/tucana 0.0.62 → 0.0.65

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.
Files changed (119) hide show
  1. package/dist/aquila.cjs.js +1 -0
  2. package/dist/aquila.d.ts +2 -0
  3. package/dist/aquila.es.js +858 -0
  4. package/dist/helpers/helpers.d.ts +1 -0
  5. package/{helpers → dist/helpers}/shared.struct_helper.d.ts +2 -2
  6. package/dist/helpers.cjs.js +1 -0
  7. package/dist/helpers.d.ts +2 -0
  8. package/dist/helpers.es.js +61 -0
  9. package/{pb → dist/pb}/_generated/aquila.action_pb.client.d.ts +7 -12
  10. package/{pb → dist/pb}/_generated/aquila.action_pb.d.ts +5 -14
  11. package/{pb → dist/pb}/_generated/aquila.data_type_pb.client.d.ts +7 -12
  12. package/{pb → dist/pb}/_generated/aquila.data_type_pb.d.ts +4 -11
  13. package/{pb → dist/pb}/_generated/aquila.flow_type_pb.client.d.ts +7 -12
  14. package/{pb → dist/pb}/_generated/aquila.flow_type_pb.d.ts +4 -11
  15. package/{pb → dist/pb}/_generated/aquila.runtime_function_pb.client.d.ts +7 -12
  16. package/{pb → dist/pb}/_generated/aquila.runtime_function_pb.d.ts +4 -11
  17. package/{pb → dist/pb}/_generated/aquila.runtime_status_pb.client.d.ts +7 -12
  18. package/{pb → dist/pb}/_generated/aquila.runtime_status_pb.d.ts +4 -12
  19. package/{pb → dist/pb}/_generated/aquila.runtime_usage_pb.client.d.ts +7 -12
  20. package/{pb → dist/pb}/_generated/aquila.runtime_usage_pb.d.ts +4 -11
  21. package/{pb → dist/pb}/_generated/sagittarius.action_configuration_pb.client.d.ts +7 -12
  22. package/{pb → dist/pb}/_generated/sagittarius.action_configuration_pb.d.ts +4 -11
  23. package/{pb → dist/pb}/_generated/sagittarius.data_type_pb.client.d.ts +7 -12
  24. package/{pb → dist/pb}/_generated/sagittarius.data_type_pb.d.ts +4 -11
  25. package/{pb → dist/pb}/_generated/sagittarius.flow_pb.client.d.ts +7 -12
  26. package/{pb → dist/pb}/_generated/sagittarius.flow_pb.d.ts +5 -13
  27. package/{pb → dist/pb}/_generated/sagittarius.flow_type_pb.client.d.ts +7 -12
  28. package/{pb → dist/pb}/_generated/sagittarius.flow_type_pb.d.ts +4 -11
  29. package/{pb → dist/pb}/_generated/sagittarius.ping_pb.client.d.ts +7 -11
  30. package/{pb → dist/pb}/_generated/sagittarius.ping_pb.d.ts +3 -10
  31. package/{pb → dist/pb}/_generated/sagittarius.runtime_function_pb.client.d.ts +7 -12
  32. package/{pb → dist/pb}/_generated/sagittarius.runtime_function_pb.d.ts +4 -11
  33. package/{pb → dist/pb}/_generated/sagittarius.runtime_status_pb.client.d.ts +7 -12
  34. package/{pb → dist/pb}/_generated/sagittarius.runtime_status_pb.d.ts +4 -12
  35. package/{pb → dist/pb}/_generated/sagittarius.runtime_usage_pb.client.d.ts +7 -12
  36. package/{pb → dist/pb}/_generated/sagittarius.runtime_usage_pb.d.ts +4 -11
  37. package/dist/pb/_generated/sagittarius.text_execution_pb.client.d.ts +27 -0
  38. package/{pb → dist/pb}/_generated/sagittarius.text_execution_pb.d.ts +4 -11
  39. package/{pb → dist/pb}/_generated/shared.action_configuration_pb.d.ts +3 -11
  40. package/{pb → dist/pb}/_generated/shared.data_type_pb.d.ts +2 -10
  41. package/{pb → dist/pb}/_generated/shared.flow_definition_pb.d.ts +35 -47
  42. package/{pb → dist/pb}/_generated/shared.flow_pb.d.ts +12 -24
  43. package/{pb → dist/pb}/_generated/shared.runtime_function_pb.d.ts +3 -11
  44. package/{pb → dist/pb}/_generated/shared.runtime_status_pb.d.ts +52 -32
  45. package/{pb → dist/pb}/_generated/shared.runtime_usage_pb.d.ts +1 -9
  46. package/{pb → dist/pb}/_generated/shared.struct_pb.d.ts +62 -55
  47. package/{pb → dist/pb}/_generated/shared.translation_pb.d.ts +1 -9
  48. package/dist/pb/aquila.d.ts +12 -0
  49. package/dist/pb/sagittarius.d.ts +18 -0
  50. package/dist/pb/shared.d.ts +9 -0
  51. package/dist/rpc-interceptor-DARwxsWH.cjs +1 -0
  52. package/dist/rpc-interceptor-Dzh_AxUX.js +52 -0
  53. package/dist/sagittarius.cjs.js +1 -0
  54. package/dist/sagittarius.d.ts +2 -0
  55. package/dist/sagittarius.es.js +1212 -0
  56. package/dist/shared.cjs.js +1 -0
  57. package/dist/shared.d.ts +2 -0
  58. package/dist/shared.es.js +3 -0
  59. package/dist/shared.flow_pb-BBS51Wou.cjs +1 -0
  60. package/dist/shared.flow_pb-Bt00q6yT.js +717 -0
  61. package/dist/shared.runtime_usage_pb-Cgr2Xle6.cjs +2 -0
  62. package/dist/shared.runtime_usage_pb-QD7fpRLv.js +3069 -0
  63. package/package.json +24 -22
  64. package/helpers/helpers.d.ts +0 -1
  65. package/helpers/helpers.js +0 -1
  66. package/helpers/helpers.ts +0 -1
  67. package/helpers/shared.struct_helper.js +0 -59
  68. package/helpers/shared.struct_helper.ts +0 -70
  69. package/index.js +0 -0
  70. package/pb/_generated/.gitkeep +0 -0
  71. package/pb/_generated/aquila.action_pb.client.js +0 -25
  72. package/pb/_generated/aquila.action_pb.js +0 -468
  73. package/pb/_generated/aquila.data_type_pb.client.js +0 -23
  74. package/pb/_generated/aquila.data_type_pb.js +0 -112
  75. package/pb/_generated/aquila.flow_type_pb.client.js +0 -25
  76. package/pb/_generated/aquila.flow_type_pb.js +0 -112
  77. package/pb/_generated/aquila.runtime_function_pb.client.js +0 -25
  78. package/pb/_generated/aquila.runtime_function_pb.js +0 -112
  79. package/pb/_generated/aquila.runtime_status_pb.client.js +0 -23
  80. package/pb/_generated/aquila.runtime_status_pb.js +0 -126
  81. package/pb/_generated/aquila.runtime_usage_pb.client.js +0 -23
  82. package/pb/_generated/aquila.runtime_usage_pb.js +0 -112
  83. package/pb/_generated/sagittarius.action_configuration_pb.client.js +0 -23
  84. package/pb/_generated/sagittarius.action_configuration_pb.js +0 -120
  85. package/pb/_generated/sagittarius.data_type_pb.client.js +0 -23
  86. package/pb/_generated/sagittarius.data_type_pb.js +0 -112
  87. package/pb/_generated/sagittarius.flow_pb.client.js +0 -23
  88. package/pb/_generated/sagittarius.flow_pb.js +0 -138
  89. package/pb/_generated/sagittarius.flow_type_pb.client.js +0 -25
  90. package/pb/_generated/sagittarius.flow_type_pb.js +0 -112
  91. package/pb/_generated/sagittarius.ping_pb.client.js +0 -23
  92. package/pb/_generated/sagittarius.ping_pb.js +0 -64
  93. package/pb/_generated/sagittarius.runtime_function_pb.client.js +0 -25
  94. package/pb/_generated/sagittarius.runtime_function_pb.js +0 -112
  95. package/pb/_generated/sagittarius.runtime_status_pb.client.js +0 -23
  96. package/pb/_generated/sagittarius.runtime_status_pb.js +0 -126
  97. package/pb/_generated/sagittarius.runtime_usage_pb.client.js +0 -23
  98. package/pb/_generated/sagittarius.runtime_usage_pb.js +0 -112
  99. package/pb/_generated/sagittarius.text_execution_pb.client.d.ts +0 -32
  100. package/pb/_generated/sagittarius.text_execution_pb.client.js +0 -23
  101. package/pb/_generated/sagittarius.text_execution_pb.js +0 -568
  102. package/pb/_generated/shared.action_configuration_pb.js +0 -251
  103. package/pb/_generated/shared.data_type_pb.js +0 -411
  104. package/pb/_generated/shared.flow_definition_pb.js +0 -269
  105. package/pb/_generated/shared.flow_pb.js +0 -762
  106. package/pb/_generated/shared.runtime_function_pb.js +0 -238
  107. package/pb/_generated/shared.runtime_status_pb.js +0 -315
  108. package/pb/_generated/shared.runtime_usage_pb.js +0 -62
  109. package/pb/_generated/shared.struct_pb.js +0 -274
  110. package/pb/_generated/shared.translation_pb.js +0 -62
  111. package/pb/aquila.d.ts +0 -24
  112. package/pb/aquila.js +0 -24
  113. package/pb/aquila.ts +0 -24
  114. package/pb/sagittarius.d.ts +0 -36
  115. package/pb/sagittarius.js +0 -36
  116. package/pb/sagittarius.ts +0 -36
  117. package/pb/shared.d.ts +0 -18
  118. package/pb/shared.js +0 -18
  119. package/pb/shared.ts +0 -18
@@ -1,13 +1,6 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "sagittarius.flow_type.proto" (package "sagittarius", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
10
- import { FlowType } from "./shared.flow_definition_pb";
1
+ import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
3
+ import { FlowType } from './shared.flow_definition_pb';
11
4
  /**
12
5
  * Request for updating a list of adapter flow types
13
6
  *
@@ -57,5 +50,5 @@ export declare const FlowTypeUpdateResponse: FlowTypeUpdateResponse$Type;
57
50
  /**
58
51
  * @generated ServiceType for protobuf service sagittarius.FlowTypeService
59
52
  */
60
- export declare const FlowTypeService: any;
53
+ export declare const FlowTypeService: ServiceType;
61
54
  export {};
@@ -1,11 +1,5 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "sagittarius.ping.proto" (package "sagittarius", syntax proto3)
3
- // tslint:disable
4
- import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
5
- import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
6
- import type { PingMessage } from "./sagittarius.ping_pb";
7
- import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
8
- import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
1
+ import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
2
+ import { PingMessage } from './sagittarius.ping_pb';
9
3
  /**
10
4
  * @generated from protobuf service sagittarius.PingService
11
5
  */
@@ -20,9 +14,11 @@ export interface IPingServiceClient {
20
14
  */
21
15
  export declare class PingServiceClient implements IPingServiceClient, ServiceInfo {
22
16
  private readonly _transport;
23
- typeName: any;
24
- methods: any;
25
- options: any;
17
+ typeName: string;
18
+ methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
19
+ options: {
20
+ [extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
21
+ };
26
22
  constructor(_transport: RpcTransport);
27
23
  /**
28
24
  * @generated from protobuf rpc: Ping
@@ -1,12 +1,5 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "sagittarius.ping.proto" (package "sagittarius", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
1
+ import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
10
3
  /**
11
4
  * @generated from protobuf message sagittarius.PingMessage
12
5
  */
@@ -29,5 +22,5 @@ export declare const PingMessage: PingMessage$Type;
29
22
  /**
30
23
  * @generated ServiceType for protobuf service sagittarius.PingService
31
24
  */
32
- export declare const PingService: any;
25
+ export declare const PingService: ServiceType;
33
26
  export {};
@@ -1,12 +1,5 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "sagittarius.runtime_function.proto" (package "sagittarius", syntax proto3)
3
- // tslint:disable
4
- import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
5
- import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
6
- import type { RuntimeFunctionDefinitionUpdateResponse } from "./sagittarius.runtime_function_pb";
7
- import type { RuntimeFunctionDefinitionUpdateRequest } from "./sagittarius.runtime_function_pb";
8
- import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
9
- import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
1
+ import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
2
+ import { RuntimeFunctionDefinitionUpdateResponse, RuntimeFunctionDefinitionUpdateRequest } from './sagittarius.runtime_function_pb';
10
3
  /**
11
4
  * This service will be implemented as a server by Sagittarius and as a client by Aquila.
12
5
  *
@@ -25,9 +18,11 @@ export interface IRuntimeFunctionDefinitionServiceClient {
25
18
  */
26
19
  export declare class RuntimeFunctionDefinitionServiceClient implements IRuntimeFunctionDefinitionServiceClient, ServiceInfo {
27
20
  private readonly _transport;
28
- typeName: any;
29
- methods: any;
30
- options: any;
21
+ typeName: string;
22
+ methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
23
+ options: {
24
+ [extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
25
+ };
31
26
  constructor(_transport: RpcTransport);
32
27
  /**
33
28
  * @generated from protobuf rpc: Update
@@ -1,13 +1,6 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "sagittarius.runtime_function.proto" (package "sagittarius", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
10
- import { RuntimeFunctionDefinition } from "./shared.runtime_function_pb";
1
+ import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
3
+ import { RuntimeFunctionDefinition } from './shared.runtime_function_pb';
11
4
  /**
12
5
  * Request for updating a list of runtime function definitions
13
6
  *
@@ -57,5 +50,5 @@ export declare const RuntimeFunctionDefinitionUpdateResponse: RuntimeFunctionDef
57
50
  /**
58
51
  * @generated ServiceType for protobuf service sagittarius.RuntimeFunctionDefinitionService
59
52
  */
60
- export declare const RuntimeFunctionDefinitionService: any;
53
+ export declare const RuntimeFunctionDefinitionService: ServiceType;
61
54
  export {};
@@ -1,12 +1,5 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "sagittarius.runtime_status.proto" (package "sagittarius", syntax proto3)
3
- // tslint:disable
4
- import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
5
- import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
6
- import type { RuntimeStatusUpdateResponse } from "./sagittarius.runtime_status_pb";
7
- import type { RuntimeStatusUpdateRequest } from "./sagittarius.runtime_status_pb";
8
- import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
9
- import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
1
+ import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
2
+ import { RuntimeStatusUpdateResponse, RuntimeStatusUpdateRequest } from './sagittarius.runtime_status_pb';
10
3
  /**
11
4
  * @generated from protobuf service sagittarius.RuntimeStatusService
12
5
  */
@@ -21,9 +14,11 @@ export interface IRuntimeStatusServiceClient {
21
14
  */
22
15
  export declare class RuntimeStatusServiceClient implements IRuntimeStatusServiceClient, ServiceInfo {
23
16
  private readonly _transport;
24
- typeName: any;
25
- methods: any;
26
- options: any;
17
+ typeName: string;
18
+ methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
19
+ options: {
20
+ [extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
21
+ };
27
22
  constructor(_transport: RpcTransport);
28
23
  /**
29
24
  * @generated from protobuf rpc: Update
@@ -1,14 +1,6 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "sagittarius.runtime_status.proto" (package "sagittarius", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
10
- import { ExecutionRuntimeStatus } from "./shared.runtime_status_pb";
11
- import { AdapterRuntimeStatus } from "./shared.runtime_status_pb";
1
+ import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
3
+ import { ExecutionRuntimeStatus, AdapterRuntimeStatus } from './shared.runtime_status_pb';
12
4
  /**
13
5
  * @generated from protobuf message sagittarius.RuntimeStatusUpdateRequest
14
6
  */
@@ -64,5 +56,5 @@ export declare const RuntimeStatusUpdateResponse: RuntimeStatusUpdateResponse$Ty
64
56
  /**
65
57
  * @generated ServiceType for protobuf service sagittarius.RuntimeStatusService
66
58
  */
67
- export declare const RuntimeStatusService: any;
59
+ export declare const RuntimeStatusService: ServiceType;
68
60
  export {};
@@ -1,12 +1,5 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "sagittarius.runtime_usage.proto" (package "sagittarius", syntax proto3)
3
- // tslint:disable
4
- import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
5
- import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
6
- import type { RuntimeUsageResponse } from "./sagittarius.runtime_usage_pb";
7
- import type { RuntimeUsageRequest } from "./sagittarius.runtime_usage_pb";
8
- import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
9
- import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
1
+ import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
2
+ import { RuntimeUsageResponse, RuntimeUsageRequest } from './sagittarius.runtime_usage_pb';
10
3
  /**
11
4
  * @generated from protobuf service sagittarius.RuntimeUsageService
12
5
  */
@@ -21,9 +14,11 @@ export interface IRuntimeUsageServiceClient {
21
14
  */
22
15
  export declare class RuntimeUsageServiceClient implements IRuntimeUsageServiceClient, ServiceInfo {
23
16
  private readonly _transport;
24
- typeName: any;
25
- methods: any;
26
- options: any;
17
+ typeName: string;
18
+ methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
19
+ options: {
20
+ [extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
21
+ };
27
22
  constructor(_transport: RpcTransport);
28
23
  /**
29
24
  * @generated from protobuf rpc: Update
@@ -1,13 +1,6 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "sagittarius.runtime_usage.proto" (package "sagittarius", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
10
- import { RuntimeUsage } from "./shared.runtime_usage_pb";
1
+ import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
3
+ import { RuntimeUsage } from './shared.runtime_usage_pb';
11
4
  /**
12
5
  * @generated from protobuf message sagittarius.RuntimeUsageRequest
13
6
  */
@@ -49,5 +42,5 @@ export declare const RuntimeUsageResponse: RuntimeUsageResponse$Type;
49
42
  /**
50
43
  * @generated ServiceType for protobuf service sagittarius.RuntimeUsageService
51
44
  */
52
- export declare const RuntimeUsageService: any;
45
+ export declare const RuntimeUsageService: ServiceType;
53
46
  export {};
@@ -0,0 +1,27 @@
1
+ import { RpcTransport, ServiceInfo, DuplexStreamingCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
2
+ import { ExecutionLogonResponse, ExecutionLogonRequest } from './sagittarius.text_execution_pb';
3
+ /**
4
+ * @generated from protobuf service sagittarius.ExecutionService
5
+ */
6
+ export interface IExecutionServiceClient {
7
+ /**
8
+ * @generated from protobuf rpc: Test
9
+ */
10
+ test(options?: RpcOptions): DuplexStreamingCall<ExecutionLogonRequest, ExecutionLogonResponse>;
11
+ }
12
+ /**
13
+ * @generated from protobuf service sagittarius.ExecutionService
14
+ */
15
+ export declare class ExecutionServiceClient implements IExecutionServiceClient, ServiceInfo {
16
+ private readonly _transport;
17
+ typeName: string;
18
+ methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
19
+ options: {
20
+ [extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
21
+ };
22
+ constructor(_transport: RpcTransport);
23
+ /**
24
+ * @generated from protobuf rpc: Test
25
+ */
26
+ test(options?: RpcOptions): DuplexStreamingCall<ExecutionLogonRequest, ExecutionLogonResponse>;
27
+ }
@@ -1,13 +1,6 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "sagittarius.text_execution.proto" (package "sagittarius", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
10
- import { Value } from "./shared.struct_pb";
1
+ import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
3
+ import { Value } from './shared.struct_pb';
11
4
  /**
12
5
  * @generated from protobuf message sagittarius.Logon
13
6
  */
@@ -269,5 +262,5 @@ export declare const ExecutionLogonResponse: ExecutionLogonResponse$Type;
269
262
  /**
270
263
  * @generated ServiceType for protobuf service sagittarius.ExecutionService
271
264
  */
272
- export declare const ExecutionService: any;
265
+ export declare const ExecutionService: ServiceType;
273
266
  export {};
@@ -1,14 +1,6 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "shared.action_configuration.proto" (package "shared", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
10
- import { Translation } from "./shared.translation_pb";
11
- import { Value } from "./shared.struct_pb";
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
+ import { Translation } from './shared.translation_pb';
3
+ import { Value } from './shared.struct_pb';
12
4
  /**
13
5
  * Message sent by Sagittarius to inform the Action about an ActionConfiguration value
14
6
  *
@@ -1,13 +1,5 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "shared.data_type.proto" (package "shared", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
10
- import { Translation } from "./shared.translation_pb";
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
+ import { Translation } from './shared.translation_pb';
11
3
  /**
12
4
  *
13
5
  * A data type is a custom implementation that could be compared to an object
@@ -1,14 +1,6 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "shared.flow_definition.proto" (package "shared", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
10
- import { Value } from "./shared.struct_pb";
11
- import { Translation } from "./shared.translation_pb";
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
+ import { Value } from './shared.struct_pb';
3
+ import { Translation } from './shared.translation_pb';
12
4
  /**
13
5
  * @generated from protobuf message shared.FlowType
14
6
  */
@@ -22,58 +14,54 @@ export interface FlowType {
22
14
  */
23
15
  settings: FlowTypeSetting[];
24
16
  /**
25
- * @generated from protobuf field: optional string input_type = 3
26
- */
27
- inputType?: string;
28
- /**
29
- * @generated from protobuf field: optional string return_type = 4
30
- */
31
- returnType?: string;
32
- /**
33
- * @generated from protobuf field: bool editable = 5
17
+ * @generated from protobuf field: bool editable = 3
34
18
  */
35
19
  editable: boolean;
36
20
  /**
37
- * @generated from protobuf field: repeated shared.Translation name = 6
21
+ * @generated from protobuf field: repeated shared.Translation name = 4
38
22
  */
39
23
  name: Translation[];
40
24
  /**
41
- * @generated from protobuf field: repeated shared.Translation description = 7
25
+ * @generated from protobuf field: repeated shared.Translation description = 5
42
26
  */
43
27
  description: Translation[];
44
28
  /**
45
- * @generated from protobuf field: repeated shared.Translation documentation = 8
29
+ * @generated from protobuf field: repeated shared.Translation documentation = 6
46
30
  */
47
31
  documentation: Translation[];
48
32
  /**
49
- * @generated from protobuf field: repeated shared.Translation display_message = 9
33
+ * @generated from protobuf field: repeated shared.Translation display_message = 7
50
34
  */
51
35
  displayMessage: Translation[];
52
36
  /**
53
- * @generated from protobuf field: repeated shared.Translation alias = 10
37
+ * @generated from protobuf field: repeated shared.Translation alias = 8
54
38
  */
55
39
  alias: Translation[];
56
40
  /**
57
41
  * Version of the flow type
58
42
  * Format: "major.minor.patch", e.g. "1.2.3"
59
43
  *
60
- * @generated from protobuf field: string version = 11
44
+ * @generated from protobuf field: string version = 9
61
45
  */
62
46
  version: string;
63
47
  /**
64
- * @generated from protobuf field: string display_icon = 12
48
+ * @generated from protobuf field: string display_icon = 10
65
49
  */
66
50
  displayIcon: string;
67
51
  /**
68
52
  * Identifier of the service that defines this definition
69
53
  *
70
- * @generated from protobuf field: optional string definition_source = 13
54
+ * @generated from protobuf field: optional string definition_source = 11
71
55
  */
72
56
  definitionSource?: string;
73
57
  /**
74
- * @generated from protobuf field: repeated string linked_data_type_identifiers = 14
58
+ * @generated from protobuf field: repeated string linked_data_type_identifiers = 12
75
59
  */
76
60
  linkedDataTypeIdentifiers: string[];
61
+ /**
62
+ * @generated from protobuf field: string signature = 13
63
+ */
64
+ signature: string;
77
65
  }
78
66
  /**
79
67
  * @generated from protobuf message shared.FlowTypeSetting
@@ -88,35 +76,35 @@ export interface FlowTypeSetting {
88
76
  */
89
77
  unique: FlowTypeSetting_UniquenessScope;
90
78
  /**
91
- * @generated from protobuf field: string type = 3
92
- */
93
- type: string;
94
- /**
95
- * @generated from protobuf field: optional shared.Value default_value = 4
79
+ * @generated from protobuf field: optional shared.Value default_value = 3
96
80
  */
97
81
  defaultValue?: Value;
98
82
  /**
99
- * @generated from protobuf field: repeated shared.Translation name = 5
83
+ * @generated from protobuf field: repeated shared.Translation name = 4
100
84
  */
101
85
  name: Translation[];
102
86
  /**
103
- * @generated from protobuf field: repeated shared.Translation description = 6
87
+ * @generated from protobuf field: repeated shared.Translation description = 5
104
88
  */
105
89
  description: Translation[];
90
+ }
91
+ /**
92
+ * @generated from protobuf enum shared.FlowTypeSetting.UniquenessScope
93
+ */
94
+ export declare enum FlowTypeSetting_UniquenessScope {
106
95
  /**
107
- * @generated from protobuf field: repeated string linked_data_type_identifiers = 7
96
+ * @generated from protobuf enum value: UNKNOWN = 0;
108
97
  */
109
- linkedDataTypeIdentifiers: string[];
98
+ UNKNOWN = 0,
99
+ /**
100
+ * @generated from protobuf enum value: NONE = 1;
101
+ */
102
+ NONE = 1,
103
+ /**
104
+ * @generated from protobuf enum value: PROJECT = 2;
105
+ */
106
+ PROJECT = 2
110
107
  }
111
-
112
- export declare const FlowTypeSetting_UniquenessScope: {
113
- readonly UNKNOWN: 0;
114
- readonly NONE: 1;
115
- readonly PROJECT: 2;
116
- };
117
-
118
- export type FlowTypeSetting_UniquenessScope = typeof FlowTypeSetting_UniquenessScope[keyof typeof FlowTypeSetting_UniquenessScope];
119
-
120
108
  declare class FlowType$Type extends MessageType<FlowType> {
121
109
  constructor();
122
110
  create(value?: PartialMessage<FlowType>): FlowType;
@@ -1,14 +1,6 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "shared.flow.proto" (package "shared", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
10
- import { Value } from "./shared.struct_pb";
11
- import { ExecutionDataType } from "./shared.data_type_pb";
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
+ import { Value } from './shared.struct_pb';
3
+ import { ExecutionDataType } from './shared.data_type_pb';
12
4
  /**
13
5
  * @generated from protobuf message shared.ValidationFlow
14
6
  */
@@ -36,33 +28,29 @@ export interface ValidationFlow {
36
28
  */
37
29
  dataTypes: ExecutionDataType[];
38
30
  /**
39
- * @generated from protobuf field: optional string input_type = 5
40
- */
41
- inputType?: string;
42
- /**
43
- * @generated from protobuf field: optional string return_type = 6
44
- */
45
- returnType?: string;
46
- /**
47
- * @generated from protobuf field: repeated shared.FlowSetting settings = 7
31
+ * @generated from protobuf field: repeated shared.FlowSetting settings = 5
48
32
  */
49
33
  settings: FlowSetting[];
50
34
  /**
51
- * @generated from protobuf field: int64 starting_node_id = 8
35
+ * @generated from protobuf field: int64 starting_node_id = 6
52
36
  */
53
37
  startingNodeId: bigint;
54
38
  /**
55
- * @generated from protobuf field: repeated shared.NodeFunction node_functions = 9
39
+ * @generated from protobuf field: repeated shared.NodeFunction node_functions = 7
56
40
  */
57
41
  nodeFunctions: NodeFunction[];
58
42
  /**
59
- * @generated from protobuf field: string project_slug = 10
43
+ * @generated from protobuf field: string project_slug = 8
60
44
  */
61
45
  projectSlug: string;
62
46
  /**
63
- * @generated from protobuf field: optional string disable_reason = 11
47
+ * @generated from protobuf field: optional string disable_reason = 9
64
48
  */
65
49
  disableReason?: string;
50
+ /**
51
+ * @generated from protobuf field: string signature = 10
52
+ */
53
+ signature: string;
66
54
  }
67
55
  /**
68
56
  * @generated from protobuf message shared.ExecutionFlow
@@ -1,14 +1,6 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "shared.runtime_function.proto" (package "shared", syntax proto3)
3
- // tslint:disable
4
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
- import type { IBinaryReader } from "@protobuf-ts/runtime";
8
- import type { PartialMessage } from "@protobuf-ts/runtime";
9
- import { MessageType } from "@protobuf-ts/runtime";
10
- import { Value } from "./shared.struct_pb";
11
- import { Translation } from "./shared.translation_pb";
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
+ import { Value } from './shared.struct_pb';
3
+ import { Translation } from './shared.translation_pb';
12
4
  /**
13
5
  * Definition of a function used for execution
14
6
  *