@code0-tech/tucana 0.0.64 → 0.0.66

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 (124) hide show
  1. package/dist/aquila.cjs.js +1 -0
  2. package/dist/aquila.d.ts +2 -0
  3. package/dist/aquila.es.js +942 -0
  4. package/dist/helpers/helpers.d.ts +1 -0
  5. package/{helpers → dist/helpers}/shared.struct_helper.d.ts +1 -1
  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/dist/pb/_generated/aquila.function_pb.client.d.ts +31 -0
  16. package/dist/pb/_generated/aquila.function_pb.d.ts +54 -0
  17. package/{pb → dist/pb}/_generated/aquila.runtime_function_pb.client.d.ts +7 -12
  18. package/{pb → dist/pb}/_generated/aquila.runtime_function_pb.d.ts +4 -11
  19. package/{pb → dist/pb}/_generated/aquila.runtime_status_pb.client.d.ts +7 -12
  20. package/{pb → dist/pb}/_generated/aquila.runtime_status_pb.d.ts +4 -12
  21. package/{pb → dist/pb}/_generated/aquila.runtime_usage_pb.client.d.ts +7 -12
  22. package/{pb → dist/pb}/_generated/aquila.runtime_usage_pb.d.ts +4 -11
  23. package/{pb → dist/pb}/_generated/sagittarius.action_configuration_pb.client.d.ts +7 -12
  24. package/{pb → dist/pb}/_generated/sagittarius.action_configuration_pb.d.ts +4 -11
  25. package/{pb → dist/pb}/_generated/sagittarius.data_type_pb.client.d.ts +7 -12
  26. package/{pb → dist/pb}/_generated/sagittarius.data_type_pb.d.ts +4 -11
  27. package/{pb → dist/pb}/_generated/sagittarius.flow_pb.client.d.ts +7 -12
  28. package/{pb → dist/pb}/_generated/sagittarius.flow_pb.d.ts +5 -13
  29. package/{pb → dist/pb}/_generated/sagittarius.flow_type_pb.client.d.ts +7 -12
  30. package/{pb → dist/pb}/_generated/sagittarius.flow_type_pb.d.ts +4 -11
  31. package/dist/pb/_generated/sagittarius.function_pb.client.d.ts +31 -0
  32. package/dist/pb/_generated/sagittarius.function_pb.d.ts +54 -0
  33. package/{pb → dist/pb}/_generated/sagittarius.ping_pb.client.d.ts +7 -11
  34. package/{pb → dist/pb}/_generated/sagittarius.ping_pb.d.ts +3 -10
  35. package/{pb → dist/pb}/_generated/sagittarius.runtime_function_pb.client.d.ts +7 -12
  36. package/{pb → dist/pb}/_generated/sagittarius.runtime_function_pb.d.ts +4 -11
  37. package/{pb → dist/pb}/_generated/sagittarius.runtime_status_pb.client.d.ts +7 -12
  38. package/{pb → dist/pb}/_generated/sagittarius.runtime_status_pb.d.ts +4 -12
  39. package/{pb → dist/pb}/_generated/sagittarius.runtime_usage_pb.client.d.ts +7 -12
  40. package/{pb → dist/pb}/_generated/sagittarius.runtime_usage_pb.d.ts +4 -11
  41. package/dist/pb/_generated/sagittarius.text_execution_pb.client.d.ts +27 -0
  42. package/{pb → dist/pb}/_generated/sagittarius.text_execution_pb.d.ts +4 -11
  43. package/{pb → dist/pb}/_generated/shared.action_configuration_pb.d.ts +3 -11
  44. package/{pb → dist/pb}/_generated/shared.data_type_pb.d.ts +2 -10
  45. package/{pb → dist/pb}/_generated/shared.flow_definition_pb.d.ts +35 -47
  46. package/{pb → dist/pb}/_generated/shared.flow_pb.d.ts +12 -24
  47. package/dist/pb/_generated/shared.function_pb.d.ts +121 -0
  48. package/{pb → dist/pb}/_generated/shared.runtime_function_pb.d.ts +3 -11
  49. package/{pb → dist/pb}/_generated/shared.runtime_status_pb.d.ts +52 -32
  50. package/{pb → dist/pb}/_generated/shared.runtime_usage_pb.d.ts +1 -9
  51. package/{pb → dist/pb}/_generated/shared.struct_pb.d.ts +17 -52
  52. package/{pb → dist/pb}/_generated/shared.translation_pb.d.ts +1 -9
  53. package/dist/pb/aquila.d.ts +14 -0
  54. package/dist/pb/sagittarius.d.ts +20 -0
  55. package/dist/pb/shared.d.ts +10 -0
  56. package/dist/rpc-interceptor-DoXs3DS5.js +52 -0
  57. package/dist/rpc-interceptor-HyblNryO.cjs +1 -0
  58. package/dist/sagittarius.cjs.js +1 -0
  59. package/dist/sagittarius.d.ts +2 -0
  60. package/dist/sagittarius.es.js +1296 -0
  61. package/dist/shared.cjs.js +1 -0
  62. package/dist/shared.d.ts +2 -0
  63. package/dist/shared.es.js +3 -0
  64. package/dist/shared.flow_pb-B6NUNPA6.js +717 -0
  65. package/dist/shared.flow_pb-DxbQUcL4.cjs +1 -0
  66. package/dist/shared.runtime_usage_pb-aFASLTvC.js +3320 -0
  67. package/dist/shared.runtime_usage_pb-auJkQYdP.cjs +2 -0
  68. package/package.json +24 -22
  69. package/helpers/helpers.d.ts +0 -1
  70. package/helpers/helpers.js +0 -1
  71. package/helpers/helpers.ts +0 -1
  72. package/helpers/shared.struct_helper.js +0 -89
  73. package/helpers/shared.struct_helper.ts +0 -99
  74. package/index.js +0 -0
  75. package/pb/_generated/.gitkeep +0 -0
  76. package/pb/_generated/aquila.action_pb.client.js +0 -25
  77. package/pb/_generated/aquila.action_pb.js +0 -468
  78. package/pb/_generated/aquila.data_type_pb.client.js +0 -23
  79. package/pb/_generated/aquila.data_type_pb.js +0 -112
  80. package/pb/_generated/aquila.flow_type_pb.client.js +0 -25
  81. package/pb/_generated/aquila.flow_type_pb.js +0 -112
  82. package/pb/_generated/aquila.runtime_function_pb.client.js +0 -25
  83. package/pb/_generated/aquila.runtime_function_pb.js +0 -112
  84. package/pb/_generated/aquila.runtime_status_pb.client.js +0 -23
  85. package/pb/_generated/aquila.runtime_status_pb.js +0 -126
  86. package/pb/_generated/aquila.runtime_usage_pb.client.js +0 -23
  87. package/pb/_generated/aquila.runtime_usage_pb.js +0 -112
  88. package/pb/_generated/sagittarius.action_configuration_pb.client.js +0 -23
  89. package/pb/_generated/sagittarius.action_configuration_pb.js +0 -120
  90. package/pb/_generated/sagittarius.data_type_pb.client.js +0 -23
  91. package/pb/_generated/sagittarius.data_type_pb.js +0 -112
  92. package/pb/_generated/sagittarius.flow_pb.client.js +0 -23
  93. package/pb/_generated/sagittarius.flow_pb.js +0 -138
  94. package/pb/_generated/sagittarius.flow_type_pb.client.js +0 -25
  95. package/pb/_generated/sagittarius.flow_type_pb.js +0 -112
  96. package/pb/_generated/sagittarius.ping_pb.client.js +0 -23
  97. package/pb/_generated/sagittarius.ping_pb.js +0 -64
  98. package/pb/_generated/sagittarius.runtime_function_pb.client.js +0 -25
  99. package/pb/_generated/sagittarius.runtime_function_pb.js +0 -112
  100. package/pb/_generated/sagittarius.runtime_status_pb.client.js +0 -23
  101. package/pb/_generated/sagittarius.runtime_status_pb.js +0 -126
  102. package/pb/_generated/sagittarius.runtime_usage_pb.client.js +0 -23
  103. package/pb/_generated/sagittarius.runtime_usage_pb.js +0 -112
  104. package/pb/_generated/sagittarius.text_execution_pb.client.d.ts +0 -32
  105. package/pb/_generated/sagittarius.text_execution_pb.client.js +0 -23
  106. package/pb/_generated/sagittarius.text_execution_pb.js +0 -568
  107. package/pb/_generated/shared.action_configuration_pb.js +0 -251
  108. package/pb/_generated/shared.data_type_pb.js +0 -411
  109. package/pb/_generated/shared.flow_definition_pb.js +0 -269
  110. package/pb/_generated/shared.flow_pb.js +0 -762
  111. package/pb/_generated/shared.runtime_function_pb.js +0 -238
  112. package/pb/_generated/shared.runtime_status_pb.js +0 -315
  113. package/pb/_generated/shared.runtime_usage_pb.js +0 -62
  114. package/pb/_generated/shared.struct_pb.js +0 -334
  115. package/pb/_generated/shared.translation_pb.js +0 -62
  116. package/pb/aquila.d.ts +0 -24
  117. package/pb/aquila.js +0 -24
  118. package/pb/aquila.ts +0 -24
  119. package/pb/sagittarius.d.ts +0 -36
  120. package/pb/sagittarius.js +0 -36
  121. package/pb/sagittarius.ts +0 -36
  122. package/pb/shared.d.ts +0 -18
  123. package/pb/shared.js +0 -18
  124. package/pb/shared.ts +0 -18
@@ -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
@@ -0,0 +1,121 @@
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';
4
+ /**
5
+ * Definition of a function used for execution
6
+ *
7
+ * @generated from protobuf message shared.FunctionDefinition
8
+ */
9
+ export interface FunctionDefinition {
10
+ /**
11
+ * @generated from protobuf field: string runtime_name = 1
12
+ */
13
+ runtimeName: string;
14
+ /**
15
+ * @generated from protobuf field: repeated shared.ParameterDefinition parameter_definitions = 2
16
+ */
17
+ parameterDefinitions: ParameterDefinition[];
18
+ /**
19
+ * @generated from protobuf field: string signature = 3
20
+ */
21
+ signature: string;
22
+ /**
23
+ * @generated from protobuf field: bool throws_error = 4
24
+ */
25
+ throwsError: boolean;
26
+ /**
27
+ * @generated from protobuf field: repeated shared.Translation name = 5
28
+ */
29
+ name: Translation[];
30
+ /**
31
+ * @generated from protobuf field: repeated shared.Translation description = 6
32
+ */
33
+ description: Translation[];
34
+ /**
35
+ * @generated from protobuf field: repeated shared.Translation documentation = 7
36
+ */
37
+ documentation: Translation[];
38
+ /**
39
+ * @generated from protobuf field: repeated shared.Translation deprecation_message = 8
40
+ */
41
+ deprecationMessage: Translation[];
42
+ /**
43
+ * @generated from protobuf field: repeated shared.Translation display_message = 9
44
+ */
45
+ displayMessage: Translation[];
46
+ /**
47
+ * @generated from protobuf field: repeated shared.Translation alias = 10
48
+ */
49
+ alias: Translation[];
50
+ /**
51
+ * will link to all data types used in return_type or within the parameters type
52
+ *
53
+ * @generated from protobuf field: repeated string linked_data_type_identifiers = 11
54
+ */
55
+ linkedDataTypeIdentifiers: string[];
56
+ /**
57
+ * Version of the runtime function
58
+ * Format: "major.minor.patch", e.g. "1.2.3"
59
+ *
60
+ * @generated from protobuf field: string version = 12
61
+ */
62
+ version: string;
63
+ /**
64
+ * @generated from protobuf field: string display_icon = 13
65
+ */
66
+ displayIcon: string;
67
+ /**
68
+ * Identifier of the service that defines this definition
69
+ *
70
+ * @generated from protobuf field: string definition_source = 14
71
+ */
72
+ definitionSource: string;
73
+ }
74
+ /**
75
+ * Definition of a parameter used for execution
76
+ *
77
+ * @generated from protobuf message shared.ParameterDefinition
78
+ */
79
+ export interface ParameterDefinition {
80
+ /**
81
+ * @generated from protobuf field: string runtime_name = 1
82
+ */
83
+ runtimeName: string;
84
+ /**
85
+ * @generated from protobuf field: optional shared.Value default_value = 2
86
+ */
87
+ defaultValue?: Value;
88
+ /**
89
+ * @generated from protobuf field: repeated shared.Translation name = 3
90
+ */
91
+ name: Translation[];
92
+ /**
93
+ * @generated from protobuf field: repeated shared.Translation description = 4
94
+ */
95
+ description: Translation[];
96
+ /**
97
+ * @generated from protobuf field: repeated shared.Translation documentation = 5
98
+ */
99
+ documentation: Translation[];
100
+ }
101
+ declare class FunctionDefinition$Type extends MessageType<FunctionDefinition> {
102
+ constructor();
103
+ create(value?: PartialMessage<FunctionDefinition>): FunctionDefinition;
104
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FunctionDefinition): FunctionDefinition;
105
+ internalBinaryWrite(message: FunctionDefinition, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
106
+ }
107
+ /**
108
+ * @generated MessageType for protobuf message shared.FunctionDefinition
109
+ */
110
+ export declare const FunctionDefinition: FunctionDefinition$Type;
111
+ declare class ParameterDefinition$Type extends MessageType<ParameterDefinition> {
112
+ constructor();
113
+ create(value?: PartialMessage<ParameterDefinition>): ParameterDefinition;
114
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ParameterDefinition): ParameterDefinition;
115
+ internalBinaryWrite(message: ParameterDefinition, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
116
+ }
117
+ /**
118
+ * @generated MessageType for protobuf message shared.ParameterDefinition
119
+ */
120
+ export declare const ParameterDefinition: ParameterDefinition$Type;
121
+ 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.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
  *
@@ -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.runtime_status.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
  * @generated from protobuf message shared.AdapterConfiguration
13
5
  */
@@ -63,17 +55,31 @@ export interface AdapterRuntimeStatus {
63
55
  */
64
56
  configurations: AdapterConfiguration[];
65
57
  }
66
-
67
- export declare const AdapterRuntimeStatus_Status: {
68
- readonly UNKNOWN: 0;
69
- readonly NOT_RESPONDING: 1;
70
- readonly NOT_READY: 2;
71
- readonly RUNNING: 3;
72
- readonly STOPPED: 4;
73
- };
74
-
75
- export type AdapterRuntimeStatus_Status = typeof AdapterRuntimeStatus_Status[keyof typeof AdapterRuntimeStatus_Status];
76
-
58
+ /**
59
+ * @generated from protobuf enum shared.AdapterRuntimeStatus.Status
60
+ */
61
+ export declare enum AdapterRuntimeStatus_Status {
62
+ /**
63
+ * @generated from protobuf enum value: UNKNOWN = 0;
64
+ */
65
+ UNKNOWN = 0,
66
+ /**
67
+ * @generated from protobuf enum value: NOT_RESPONDING = 1;
68
+ */
69
+ NOT_RESPONDING = 1,
70
+ /**
71
+ * @generated from protobuf enum value: NOT_READY = 2;
72
+ */
73
+ NOT_READY = 2,
74
+ /**
75
+ * @generated from protobuf enum value: RUNNING = 3;
76
+ */
77
+ RUNNING = 3,
78
+ /**
79
+ * @generated from protobuf enum value: STOPPED = 4;
80
+ */
81
+ STOPPED = 4
82
+ }
77
83
  /**
78
84
  * @generated from protobuf message shared.ExecutionRuntimeStatus
79
85
  */
@@ -95,17 +101,31 @@ export interface ExecutionRuntimeStatus {
95
101
  */
96
102
  features: RuntimeFeature[];
97
103
  }
98
-
99
- export declare const ExecutionRuntimeStatus_Status: {
100
- readonly UNKNOWN: 0;
101
- readonly NOT_RESPONDING: 1;
102
- readonly NOT_READY: 2;
103
- readonly RUNNING: 3;
104
- readonly STOPPED: 4;
105
- };
106
-
107
- export type ExecutionRuntimeStatus_Status = typeof ExecutionRuntimeStatus_Status[keyof typeof ExecutionRuntimeStatus_Status];
108
-
104
+ /**
105
+ * @generated from protobuf enum shared.ExecutionRuntimeStatus.Status
106
+ */
107
+ export declare enum ExecutionRuntimeStatus_Status {
108
+ /**
109
+ * @generated from protobuf enum value: UNKNOWN = 0;
110
+ */
111
+ UNKNOWN = 0,
112
+ /**
113
+ * @generated from protobuf enum value: NOT_RESPONDING = 1;
114
+ */
115
+ NOT_RESPONDING = 1,
116
+ /**
117
+ * @generated from protobuf enum value: NOT_READY = 2;
118
+ */
119
+ NOT_READY = 2,
120
+ /**
121
+ * @generated from protobuf enum value: RUNNING = 3;
122
+ */
123
+ RUNNING = 3,
124
+ /**
125
+ * @generated from protobuf enum value: STOPPED = 4;
126
+ */
127
+ STOPPED = 4
128
+ }
109
129
  declare class AdapterConfiguration$Type extends MessageType<AdapterConfiguration> {
110
130
  constructor();
111
131
  create(value?: PartialMessage<AdapterConfiguration>): AdapterConfiguration;
@@ -1,12 +1,4 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "shared.runtime_usage.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";
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
10
2
  /**
11
3
  * @generated from protobuf message shared.RuntimeUsage
12
4
  */
@@ -1,48 +1,4 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "shared.struct.proto" (package "shared", syntax proto3)
3
- // tslint:disable
4
- //
5
- // Protocol Buffers - Google's data interchange format
6
- // Copyright 2008 Google Inc. All rights reserved.
7
- // https://developers.google.com/protocol-buffers/
8
- //
9
- // Redistribution and use in source and binary forms, with or without
10
- // modification, are permitted provided that the following conditions are
11
- // met:
12
- //
13
- // * Redistributions of source code must retain the above copyright
14
- // notice, this list of conditions and the following disclaimer.
15
- // * Redistributions in binary form must reproduce the above
16
- // copyright notice, this list of conditions and the following disclaimer
17
- // in the documentation and/or other materials provided with the
18
- // distribution.
19
- // * Neither the name of Google Inc. nor the names of its
20
- // contributors may be used to endorse or promote products derived from
21
- // this software without specific prior written permission.
22
- //
23
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
- //
35
- //
36
- // Code0 Tucana note:
37
- // The package name and options have been modified to accommodate for the needs of this project
38
- // The original is located at https://github.com/protocolbuffers/protobuf/blob/18aa4e1fcb8882133e96445c40d1521f16932f1c/src/google/protobuf/struct.proto
39
- //
40
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
41
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
42
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
43
- import type { IBinaryReader } from "@protobuf-ts/runtime";
44
- import type { PartialMessage } from "@protobuf-ts/runtime";
45
- import { MessageType } from "@protobuf-ts/runtime";
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
46
2
  /**
47
3
  * `Struct` represents a structured data value, consisting of fields
48
4
  * which map to dynamically typed values. In some languages, `Struct`
@@ -180,13 +136,22 @@ export interface ListValue {
180
136
  */
181
137
  values: Value[];
182
138
  }
183
-
184
- export declare const NullValue: {
185
- readonly NULL_VALUE: 0;
186
- };
187
-
188
- export type NullValue = typeof NullValue[keyof typeof NullValue];
189
-
139
+ /**
140
+ * `NullValue` is a singleton enumeration to represent the null value for the
141
+ * `Value` type union.
142
+ *
143
+ * The JSON representation for `NullValue` is JSON `null`.
144
+ *
145
+ * @generated from protobuf enum shared.NullValue
146
+ */
147
+ export declare enum NullValue {
148
+ /**
149
+ * Null value.
150
+ *
151
+ * @generated from protobuf enum value: NULL_VALUE = 0;
152
+ */
153
+ NULL_VALUE = 0
154
+ }
190
155
  declare class Struct$Type extends MessageType<Struct> {
191
156
  constructor();
192
157
  create(value?: PartialMessage<Struct>): Struct;
@@ -1,12 +1,4 @@
1
- // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript,generate_dependencies
2
- // @generated from protobuf file "shared.translation.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";
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
10
2
  /**
11
3
  * Translation to translate flows, description etc...
12
4
  *
@@ -0,0 +1,14 @@
1
+ export * from './_generated/aquila.action_pb.client.js';
2
+ export * from './_generated/aquila.action_pb.js';
3
+ export * from './_generated/aquila.data_type_pb.client.js';
4
+ export * from './_generated/aquila.data_type_pb.js';
5
+ export * from './_generated/aquila.flow_type_pb.client.js';
6
+ export * from './_generated/aquila.flow_type_pb.js';
7
+ export * from './_generated/aquila.function_pb.client.js';
8
+ export * from './_generated/aquila.function_pb.js';
9
+ export * from './_generated/aquila.runtime_function_pb.client.js';
10
+ export * from './_generated/aquila.runtime_function_pb.js';
11
+ export * from './_generated/aquila.runtime_status_pb.client.js';
12
+ export * from './_generated/aquila.runtime_status_pb.js';
13
+ export * from './_generated/aquila.runtime_usage_pb.client.js';
14
+ export * from './_generated/aquila.runtime_usage_pb.js';
@@ -0,0 +1,20 @@
1
+ export * from './_generated/sagittarius.action_configuration_pb.client.js';
2
+ export * from './_generated/sagittarius.action_configuration_pb.js';
3
+ export * from './_generated/sagittarius.data_type_pb.client.js';
4
+ export * from './_generated/sagittarius.data_type_pb.js';
5
+ export * from './_generated/sagittarius.flow_pb.client.js';
6
+ export * from './_generated/sagittarius.flow_pb.js';
7
+ export * from './_generated/sagittarius.flow_type_pb.client.js';
8
+ export * from './_generated/sagittarius.flow_type_pb.js';
9
+ export * from './_generated/sagittarius.function_pb.client.js';
10
+ export * from './_generated/sagittarius.function_pb.js';
11
+ export * from './_generated/sagittarius.ping_pb.client.js';
12
+ export * from './_generated/sagittarius.ping_pb.js';
13
+ export * from './_generated/sagittarius.runtime_function_pb.client.js';
14
+ export * from './_generated/sagittarius.runtime_function_pb.js';
15
+ export * from './_generated/sagittarius.runtime_status_pb.client.js';
16
+ export * from './_generated/sagittarius.runtime_status_pb.js';
17
+ export * from './_generated/sagittarius.runtime_usage_pb.client.js';
18
+ export * from './_generated/sagittarius.runtime_usage_pb.js';
19
+ export * from './_generated/sagittarius.text_execution_pb.client.js';
20
+ export * from './_generated/sagittarius.text_execution_pb.js';
@@ -0,0 +1,10 @@
1
+ export * from './_generated/shared.action_configuration_pb.js';
2
+ export * from './_generated/shared.data_type_pb.js';
3
+ export * from './_generated/shared.flow_definition_pb.js';
4
+ export * from './_generated/shared.flow_pb.js';
5
+ export * from './_generated/shared.function_pb.js';
6
+ export * from './_generated/shared.runtime_function_pb.js';
7
+ export * from './_generated/shared.runtime_status_pb.js';
8
+ export * from './_generated/shared.runtime_usage_pb.js';
9
+ export * from './_generated/shared.struct_pb.js';
10
+ export * from './_generated/shared.translation_pb.js';
@@ -0,0 +1,52 @@
1
+ import { N as e, P as t } from "./shared.runtime_usage_pb-aFASLTvC.js";
2
+ //#region node_modules/@protobuf-ts/runtime-rpc/build/es2015/reflection-info.js
3
+ function n(t, n) {
4
+ let r = t;
5
+ return r.service = n, r.localName = r.localName ?? e(r.name), r.serverStreaming = !!r.serverStreaming, r.clientStreaming = !!r.clientStreaming, r.options = r.options ?? {}, r.idempotency = r.idempotency ?? void 0, r;
6
+ }
7
+ //#endregion
8
+ //#region node_modules/@protobuf-ts/runtime-rpc/build/es2015/service-type.js
9
+ var r = class {
10
+ constructor(e, t, r) {
11
+ this.typeName = e, this.methods = t.map((e) => n(e, this)), this.options = r ?? {};
12
+ }
13
+ };
14
+ //#endregion
15
+ //#region node_modules/@protobuf-ts/runtime-rpc/build/es2015/rpc-interceptor.js
16
+ function i(e, n, r, i, a) {
17
+ if (e == "unary") {
18
+ let e = (e, t, r) => n.unary(e, t, r);
19
+ for (let t of (i.interceptors ?? []).filter((e) => e.interceptUnary).reverse()) {
20
+ let n = e;
21
+ e = (e, r, i) => t.interceptUnary(n, e, r, i);
22
+ }
23
+ return e(r, a, i);
24
+ }
25
+ if (e == "serverStreaming") {
26
+ let e = (e, t, r) => n.serverStreaming(e, t, r);
27
+ for (let t of (i.interceptors ?? []).filter((e) => e.interceptServerStreaming).reverse()) {
28
+ let n = e;
29
+ e = (e, r, i) => t.interceptServerStreaming(n, e, r, i);
30
+ }
31
+ return e(r, a, i);
32
+ }
33
+ if (e == "clientStreaming") {
34
+ let e = (e, t) => n.clientStreaming(e, t);
35
+ for (let t of (i.interceptors ?? []).filter((e) => e.interceptClientStreaming).reverse()) {
36
+ let n = e;
37
+ e = (e, r) => t.interceptClientStreaming(n, e, r);
38
+ }
39
+ return e(r, i);
40
+ }
41
+ if (e == "duplex") {
42
+ let e = (e, t) => n.duplex(e, t);
43
+ for (let t of (i.interceptors ?? []).filter((e) => e.interceptDuplex).reverse()) {
44
+ let n = e;
45
+ e = (e, r) => t.interceptDuplex(n, e, r);
46
+ }
47
+ return e(r, i);
48
+ }
49
+ t(e);
50
+ }
51
+ //#endregion
52
+ export { r as n, i as t };