@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,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`
@@ -92,11 +48,11 @@ export interface Value {
92
48
  } | {
93
49
  oneofKind: "numberValue";
94
50
  /**
95
- * Represents a double value.
51
+ * Represents a numberic value.
96
52
  *
97
- * @generated from protobuf field: double number_value = 2
53
+ * @generated from protobuf field: shared.NumberValue number_value = 2
98
54
  */
99
- numberValue: number;
55
+ numberValue: NumberValue;
100
56
  } | {
101
57
  oneofKind: "stringValue";
102
58
  /**
@@ -133,6 +89,38 @@ export interface Value {
133
89
  oneofKind: undefined;
134
90
  };
135
91
  }
92
+ /**
93
+ * `NumberValue` represents a numeric value which can be either an
94
+ * integer or a floating-point number.
95
+ *
96
+ * The JSON representation for `NumberValue` is JSON number.
97
+ *
98
+ * @generated from protobuf message shared.NumberValue
99
+ */
100
+ export interface NumberValue {
101
+ /**
102
+ * @generated from protobuf oneof: number
103
+ */
104
+ number: {
105
+ oneofKind: "integer";
106
+ /**
107
+ * Represents an integer value.
108
+ *
109
+ * @generated from protobuf field: int64 integer = 1
110
+ */
111
+ integer: bigint;
112
+ } | {
113
+ oneofKind: "float";
114
+ /**
115
+ * Represents a floating-point value.
116
+ *
117
+ * @generated from protobuf field: double float = 2
118
+ */
119
+ float: number;
120
+ } | {
121
+ oneofKind: undefined;
122
+ };
123
+ }
136
124
  /**
137
125
  * `ListValue` is a wrapper around a repeated field of values.
138
126
  *
@@ -148,13 +136,22 @@ export interface ListValue {
148
136
  */
149
137
  values: Value[];
150
138
  }
151
-
152
- export declare const NullValue: {
153
- readonly NULL_VALUE: 0;
154
- };
155
-
156
- export type NullValue = typeof NullValue[keyof typeof NullValue];
157
-
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
+ }
158
155
  declare class Struct$Type extends MessageType<Struct> {
159
156
  constructor();
160
157
  create(value?: PartialMessage<Struct>): Struct;
@@ -176,6 +173,16 @@ declare class Value$Type extends MessageType<Value> {
176
173
  * @generated MessageType for protobuf message shared.Value
177
174
  */
178
175
  export declare const Value: Value$Type;
176
+ declare class NumberValue$Type extends MessageType<NumberValue> {
177
+ constructor();
178
+ create(value?: PartialMessage<NumberValue>): NumberValue;
179
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NumberValue): NumberValue;
180
+ internalBinaryWrite(message: NumberValue, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
181
+ }
182
+ /**
183
+ * @generated MessageType for protobuf message shared.NumberValue
184
+ */
185
+ export declare const NumberValue: NumberValue$Type;
179
186
  declare class ListValue$Type extends MessageType<ListValue> {
180
187
  constructor();
181
188
  create(value?: PartialMessage<ListValue>): ListValue;
@@ -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,12 @@
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.runtime_function_pb.client.js';
8
+ export * from './_generated/aquila.runtime_function_pb.js';
9
+ export * from './_generated/aquila.runtime_status_pb.client.js';
10
+ export * from './_generated/aquila.runtime_status_pb.js';
11
+ export * from './_generated/aquila.runtime_usage_pb.client.js';
12
+ export * from './_generated/aquila.runtime_usage_pb.js';
@@ -0,0 +1,18 @@
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.ping_pb.client.js';
10
+ export * from './_generated/sagittarius.ping_pb.js';
11
+ export * from './_generated/sagittarius.runtime_function_pb.client.js';
12
+ export * from './_generated/sagittarius.runtime_function_pb.js';
13
+ export * from './_generated/sagittarius.runtime_status_pb.client.js';
14
+ export * from './_generated/sagittarius.runtime_status_pb.js';
15
+ export * from './_generated/sagittarius.runtime_usage_pb.client.js';
16
+ export * from './_generated/sagittarius.runtime_usage_pb.js';
17
+ export * from './_generated/sagittarius.text_execution_pb.client.js';
18
+ export * from './_generated/sagittarius.text_execution_pb.js';
@@ -0,0 +1,9 @@
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.runtime_function_pb.js';
6
+ export * from './_generated/shared.runtime_status_pb.js';
7
+ export * from './_generated/shared.runtime_usage_pb.js';
8
+ export * from './_generated/shared.struct_pb.js';
9
+ export * from './_generated/shared.translation_pb.js';
@@ -0,0 +1 @@
1
+ const e=require(`./shared.runtime_usage_pb-Cgr2Xle6.cjs`);function t(t,n){let r=t;return r.service=n,r.localName=r.localName??e.j(r.name),r.serverStreaming=!!r.serverStreaming,r.clientStreaming=!!r.clientStreaming,r.options=r.options??{},r.idempotency=r.idempotency??void 0,r}var n=class{constructor(e,n,r){this.typeName=e,this.methods=n.map(e=>t(e,this)),this.options=r??{}}};function r(t,n,r,i,a){if(t==`unary`){let e=(e,t,r)=>n.unary(e,t,r);for(let t of(i.interceptors??[]).filter(e=>e.interceptUnary).reverse()){let n=e;e=(e,r,i)=>t.interceptUnary(n,e,r,i)}return e(r,a,i)}if(t==`serverStreaming`){let e=(e,t,r)=>n.serverStreaming(e,t,r);for(let t of(i.interceptors??[]).filter(e=>e.interceptServerStreaming).reverse()){let n=e;e=(e,r,i)=>t.interceptServerStreaming(n,e,r,i)}return e(r,a,i)}if(t==`clientStreaming`){let e=(e,t)=>n.clientStreaming(e,t);for(let t of(i.interceptors??[]).filter(e=>e.interceptClientStreaming).reverse()){let n=e;e=(e,r)=>t.interceptClientStreaming(n,e,r)}return e(r,i)}if(t==`duplex`){let e=(e,t)=>n.duplex(e,t);for(let t of(i.interceptors??[]).filter(e=>e.interceptDuplex).reverse()){let n=e;e=(e,r)=>t.interceptDuplex(n,e,r)}return e(r,i)}e.M(t)}Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return n}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return r}});
@@ -0,0 +1,52 @@
1
+ import { M as e, j as t } from "./shared.runtime_usage_pb-QD7fpRLv.js";
2
+ //#region node_modules/@protobuf-ts/runtime-rpc/build/es2015/reflection-info.js
3
+ function n(e, n) {
4
+ let r = e;
5
+ return r.service = n, r.localName = r.localName ?? t(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(t, n, r, i, a) {
17
+ if (t == "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 (t == "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 (t == "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 (t == "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
+ e(t);
50
+ }
51
+ //#endregion
52
+ export { r as n, i as t };
@@ -0,0 +1 @@
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./shared.runtime_usage_pb-Cgr2Xle6.cjs`),t=require(`./shared.flow_pb-BBS51Wou.cjs`),n=require(`./rpc-interceptor-DARwxsWH.cjs`);var r=new class extends e.k{constructor(){super(`sagittarius.ActionConfigurationUpdateRequest`,[{no:1,name:`action_identifier`,kind:`scalar`,T:9},{no:2,name:`action_configurations`,kind:`message`,repeat:2,T:()=>e.b}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.actionIdentifier=``,n.actionConfigurations=[],t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.actionIdentifier=t.string();break;case 2:a.actionConfigurations.push(e.b.internalBinaryRead(t,t.uint32(),r));break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.actionIdentifier!==``&&n.tag(1,e.P.LengthDelimited).string(t.actionIdentifier);for(let i=0;i<t.actionConfigurations.length;i++)e.b.internalBinaryWrite(t.actionConfigurations[i],n.tag(2,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},i=new class extends e.k{constructor(){super(`sagittarius.ActionConfigurationUpdateResponse`,[{no:1,name:`success`,kind:`scalar`,T:8}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.success=!1,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.success=t.bool();break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.success!==!1&&n.tag(1,e.P.Varint).bool(t.success);let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},a=new n.n(`sagittarius.ActionConfigurationService`,[{name:`Update`,options:{},I:r,O:i}]),o=class{constructor(e){this._transport=e,this.typeName=a.typeName,this.methods=a.methods,this.options=a.options}update(e,t){let r=this.methods[0],i=this._transport.mergeOptions(t);return n.t(`unary`,this._transport,r,i,e)}},s=new class extends e.k{constructor(){super(`sagittarius.DataTypeUpdateRequest`,[{no:1,name:`data_types`,kind:`message`,repeat:2,T:()=>e.h}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.dataTypes=[],t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.dataTypes.push(e.h.internalBinaryRead(t,t.uint32(),r));break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){for(let i=0;i<t.dataTypes.length;i++)e.h.internalBinaryWrite(t.dataTypes[i],n.tag(1,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},c=new class extends e.k{constructor(){super(`sagittarius.DataTypeUpdateResponse`,[{no:1,name:`success`,kind:`scalar`,T:8}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.success=!1,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.success=t.bool();break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.success!==!1&&n.tag(1,e.P.Varint).bool(t.success);let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},l=new n.n(`sagittarius.DataTypeService`,[{name:`Update`,options:{},I:s,O:c}]),u=class{constructor(e){this._transport=e,this.typeName=l.typeName,this.methods=l.methods,this.options=l.options}update(e,t){let r=this.methods[0],i=this._transport.mergeOptions(t);return n.t(`unary`,this._transport,r,i,e)}},d=new class extends e.k{constructor(){super(`sagittarius.FlowLogonRequest`,[])}create(t){let n=globalThis.Object.create(this.messagePrototype);return t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},f=new class extends e.k{constructor(){super(`sagittarius.FlowResponse`,[{no:1,name:`updated_flow`,kind:`message`,oneof:`data`,T:()=>t.d},{no:2,name:`deleted_flow_id`,kind:`scalar`,oneof:`data`,T:3,L:0},{no:3,name:`flows`,kind:`message`,oneof:`data`,T:()=>t.i},{no:4,name:`action_configurations`,kind:`message`,oneof:`data`,T:()=>e.x}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.data={oneofKind:void 0},t!==void 0&&e.A(this,n,t),n}internalBinaryRead(n,r,i,a){let o=a??this.create(),s=n.pos+r;for(;n.pos<s;){let[r,a]=n.tag();switch(r){case 1:o.data={oneofKind:`updatedFlow`,updatedFlow:t.d.internalBinaryRead(n,n.uint32(),i,o.data.updatedFlow)};break;case 2:o.data={oneofKind:`deletedFlowId`,deletedFlowId:n.int64().toBigInt()};break;case 3:o.data={oneofKind:`flows`,flows:t.i.internalBinaryRead(n,n.uint32(),i,o.data.flows)};break;case 4:o.data={oneofKind:`actionConfigurations`,actionConfigurations:e.x.internalBinaryRead(n,n.uint32(),i,o.data.actionConfigurations)};break;default:let s=i.readUnknownField;if(s===`throw`)throw new globalThis.Error(`Unknown field ${r} (wire type ${a}) for ${this.typeName}`);let c=n.skip(a);s!==!1&&(s===!0?e.N.onRead:s)(this.typeName,o,r,a,c)}}return o}internalBinaryWrite(n,r,i){n.data.oneofKind===`updatedFlow`&&t.d.internalBinaryWrite(n.data.updatedFlow,r.tag(1,e.P.LengthDelimited).fork(),i).join(),n.data.oneofKind===`deletedFlowId`&&r.tag(2,e.P.Varint).int64(n.data.deletedFlowId),n.data.oneofKind===`flows`&&t.i.internalBinaryWrite(n.data.flows,r.tag(3,e.P.LengthDelimited).fork(),i).join(),n.data.oneofKind===`actionConfigurations`&&e.x.internalBinaryWrite(n.data.actionConfigurations,r.tag(4,e.P.LengthDelimited).fork(),i).join();let a=i.writeUnknownFields;return a!==!1&&(a==1?e.N.onWrite:a)(this.typeName,n,r),r}},p=new n.n(`sagittarius.FlowService`,[{name:`Update`,serverStreaming:!0,options:{},I:d,O:f}]),m=class{constructor(e){this._transport=e,this.typeName=p.typeName,this.methods=p.methods,this.options=p.options}update(e,t){let r=this.methods[0],i=this._transport.mergeOptions(t);return n.t(`serverStreaming`,this._transport,r,i,e)}},h=new class extends e.k{constructor(){super(`sagittarius.FlowTypeUpdateRequest`,[{no:1,name:`flow_types`,kind:`message`,repeat:2,T:()=>e.u}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.flowTypes=[],t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.flowTypes.push(e.u.internalBinaryRead(t,t.uint32(),r));break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){for(let i=0;i<t.flowTypes.length;i++)e.u.internalBinaryWrite(t.flowTypes[i],n.tag(1,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},g=new class extends e.k{constructor(){super(`sagittarius.FlowTypeUpdateResponse`,[{no:1,name:`success`,kind:`scalar`,T:8}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.success=!1,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.success=t.bool();break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.success!==!1&&n.tag(1,e.P.Varint).bool(t.success);let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},_=new n.n(`sagittarius.FlowTypeService`,[{name:`Update`,options:{},I:h,O:g}]),v=class{constructor(e){this._transport=e,this.typeName=_.typeName,this.methods=_.methods,this.options=_.options}update(e,t){let r=this.methods[0],i=this._transport.mergeOptions(t);return n.t(`unary`,this._transport,r,i,e)}},y=new class extends e.k{constructor(){super(`sagittarius.PingMessage`,[{no:1,name:`ping_id`,kind:`scalar`,T:3,L:0}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.pingId=0n,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.pingId=t.int64().toBigInt();break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.pingId!==0n&&n.tag(1,e.P.Varint).int64(t.pingId);let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},b=new n.n(`sagittarius.PingService`,[{name:`Ping`,options:{},I:y,O:y}]),x=class{constructor(e){this._transport=e,this.typeName=b.typeName,this.methods=b.methods,this.options=b.options}ping(e,t){let r=this.methods[0],i=this._transport.mergeOptions(t);return n.t(`unary`,this._transport,r,i,e)}},S=new class extends e.k{constructor(){super(`sagittarius.RuntimeFunctionDefinitionUpdateRequest`,[{no:1,name:`runtime_functions`,kind:`message`,repeat:2,T:()=>e.c}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.runtimeFunctions=[],t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.runtimeFunctions.push(e.c.internalBinaryRead(t,t.uint32(),r));break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){for(let i=0;i<t.runtimeFunctions.length;i++)e.c.internalBinaryWrite(t.runtimeFunctions[i],n.tag(1,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},C=new class extends e.k{constructor(){super(`sagittarius.RuntimeFunctionDefinitionUpdateResponse`,[{no:1,name:`success`,kind:`scalar`,T:8}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.success=!1,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.success=t.bool();break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.success!==!1&&n.tag(1,e.P.Varint).bool(t.success);let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},w=new n.n(`sagittarius.RuntimeFunctionDefinitionService`,[{name:`Update`,options:{},I:S,O:C}]),T=class{constructor(e){this._transport=e,this.typeName=w.typeName,this.methods=w.methods,this.options=w.options}update(e,t){let r=this.methods[0],i=this._transport.mergeOptions(t);return n.t(`unary`,this._transport,r,i,e)}},E=new class extends e.k{constructor(){super(`sagittarius.RuntimeStatusUpdateRequest`,[{no:1,name:`adapter_runtime_status`,kind:`message`,oneof:`status`,T:()=>e.r},{no:2,name:`execution_runtime_status`,kind:`message`,oneof:`status`,T:()=>e.a}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.status={oneofKind:void 0},t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.status={oneofKind:`adapterRuntimeStatus`,adapterRuntimeStatus:e.r.internalBinaryRead(t,t.uint32(),r,a.status.adapterRuntimeStatus)};break;case 2:a.status={oneofKind:`executionRuntimeStatus`,executionRuntimeStatus:e.a.internalBinaryRead(t,t.uint32(),r,a.status.executionRuntimeStatus)};break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.status.oneofKind===`adapterRuntimeStatus`&&e.r.internalBinaryWrite(t.status.adapterRuntimeStatus,n.tag(1,e.P.LengthDelimited).fork(),r).join(),t.status.oneofKind===`executionRuntimeStatus`&&e.a.internalBinaryWrite(t.status.executionRuntimeStatus,n.tag(2,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},D=new class extends e.k{constructor(){super(`sagittarius.RuntimeStatusUpdateResponse`,[{no:1,name:`success`,kind:`scalar`,T:8}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.success=!1,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.success=t.bool();break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.success!==!1&&n.tag(1,e.P.Varint).bool(t.success);let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},O=new n.n(`sagittarius.RuntimeStatusService`,[{name:`Update`,options:{},I:E,O:D}]),k=class{constructor(e){this._transport=e,this.typeName=O.typeName,this.methods=O.methods,this.options=O.options}update(e,t){let r=this.methods[0],i=this._transport.mergeOptions(t);return n.t(`unary`,this._transport,r,i,e)}},A=new class extends e.k{constructor(){super(`sagittarius.RuntimeUsageRequest`,[{no:1,name:`runtime_usage`,kind:`message`,repeat:2,T:()=>e.t}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.runtimeUsage=[],t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.runtimeUsage.push(e.t.internalBinaryRead(t,t.uint32(),r));break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){for(let i=0;i<t.runtimeUsage.length;i++)e.t.internalBinaryWrite(t.runtimeUsage[i],n.tag(1,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},j=new class extends e.k{constructor(){super(`sagittarius.RuntimeUsageResponse`,[{no:1,name:`success`,kind:`scalar`,T:8}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.success=!1,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.success=t.bool();break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.success!==!1&&n.tag(1,e.P.Varint).bool(t.success);let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},M=new n.n(`sagittarius.RuntimeUsageService`,[{name:`Update`,options:{},I:A,O:j}]),N=class{constructor(e){this._transport=e,this.typeName=M.typeName,this.methods=M.methods,this.options=M.options}update(e,t){let r=this.methods[0],i=this._transport.mergeOptions(t);return n.t(`unary`,this._transport,r,i,e)}},P=new class extends e.k{constructor(){super(`sagittarius.Logon`,[])}create(t){let n=globalThis.Object.create(this.messagePrototype);return t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},F=new class extends e.k{constructor(){super(`sagittarius.TestExecutionRequest`,[{no:1,name:`flow_id`,kind:`scalar`,T:3,L:0},{no:2,name:`execution_uuid`,kind:`scalar`,T:9},{no:3,name:`body`,kind:`message`,T:()=>e.D}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.flowId=0n,n.executionUuid=``,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.flowId=t.int64().toBigInt();break;case 2:a.executionUuid=t.string();break;case 3:a.body=e.D.internalBinaryRead(t,t.uint32(),r,a.body);break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.flowId!==0n&&n.tag(1,e.P.Varint).int64(t.flowId),t.executionUuid!==``&&n.tag(2,e.P.LengthDelimited).string(t.executionUuid),t.body&&e.D.internalBinaryWrite(t.body,n.tag(3,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},I=new class extends e.k{constructor(){super(`sagittarius.TestExecutionResponse`,[{no:1,name:`flow_id`,kind:`scalar`,T:3,L:0},{no:2,name:`execution_uuid`,kind:`scalar`,T:9},{no:3,name:`result`,kind:`message`,T:()=>e.D},{no:4,name:`logs`,kind:`message`,repeat:2,T:()=>L}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.flowId=0n,n.executionUuid=``,n.logs=[],t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.flowId=t.int64().toBigInt();break;case 2:a.executionUuid=t.string();break;case 3:a.result=e.D.internalBinaryRead(t,t.uint32(),r,a.result);break;case 4:a.logs.push(L.internalBinaryRead(t,t.uint32(),r));break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.flowId!==0n&&n.tag(1,e.P.Varint).int64(t.flowId),t.executionUuid!==``&&n.tag(2,e.P.LengthDelimited).string(t.executionUuid),t.result&&e.D.internalBinaryWrite(t.result,n.tag(3,e.P.LengthDelimited).fork(),r).join();for(let i=0;i<t.logs.length;i++)L.internalBinaryWrite(t.logs[i],n.tag(4,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},L=new class extends e.k{constructor(){super(`sagittarius.Log`,[{no:1,name:`application_log`,kind:`message`,oneof:`kind`,T:()=>B},{no:2,name:`success_log`,kind:`message`,oneof:`kind`,T:()=>R},{no:3,name:`error_log`,kind:`message`,oneof:`kind`,T:()=>z}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.kind={oneofKind:void 0},t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.kind={oneofKind:`applicationLog`,applicationLog:B.internalBinaryRead(t,t.uint32(),r,a.kind.applicationLog)};break;case 2:a.kind={oneofKind:`successLog`,successLog:R.internalBinaryRead(t,t.uint32(),r,a.kind.successLog)};break;case 3:a.kind={oneofKind:`errorLog`,errorLog:z.internalBinaryRead(t,t.uint32(),r,a.kind.errorLog)};break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.kind.oneofKind===`applicationLog`&&B.internalBinaryWrite(t.kind.applicationLog,n.tag(1,e.P.LengthDelimited).fork(),r).join(),t.kind.oneofKind===`successLog`&&R.internalBinaryWrite(t.kind.successLog,n.tag(2,e.P.LengthDelimited).fork(),r).join(),t.kind.oneofKind===`errorLog`&&z.internalBinaryWrite(t.kind.errorLog,n.tag(3,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},R=new class extends e.k{constructor(){super(`sagittarius.SuccessLog`,[{no:1,name:`node_id`,kind:`scalar`,T:3,L:0},{no:2,name:`result`,kind:`message`,T:()=>e.D},{no:3,name:`parameter`,kind:`message`,repeat:2,T:()=>e.D},{no:4,name:`timestamp`,kind:`scalar`,T:9}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.nodeId=0n,n.parameter=[],n.timestamp=``,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.nodeId=t.int64().toBigInt();break;case 2:a.result=e.D.internalBinaryRead(t,t.uint32(),r,a.result);break;case 3:a.parameter.push(e.D.internalBinaryRead(t,t.uint32(),r));break;case 4:a.timestamp=t.string();break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.nodeId!==0n&&n.tag(1,e.P.Varint).int64(t.nodeId),t.result&&e.D.internalBinaryWrite(t.result,n.tag(2,e.P.LengthDelimited).fork(),r).join();for(let i=0;i<t.parameter.length;i++)e.D.internalBinaryWrite(t.parameter[i],n.tag(3,e.P.LengthDelimited).fork(),r).join();t.timestamp!==``&&n.tag(4,e.P.LengthDelimited).string(t.timestamp);let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},z=new class extends e.k{constructor(){super(`sagittarius.RuntimeErrorLog`,[{no:1,name:`node_id`,kind:`scalar`,T:3,L:0},{no:2,name:`error`,kind:`scalar`,T:9},{no:3,name:`parameter`,kind:`message`,repeat:2,T:()=>e.D},{no:4,name:`timestamp`,kind:`scalar`,T:9}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.nodeId=0n,n.error=``,n.parameter=[],n.timestamp=``,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.nodeId=t.int64().toBigInt();break;case 2:a.error=t.string();break;case 3:a.parameter.push(e.D.internalBinaryRead(t,t.uint32(),r));break;case 4:a.timestamp=t.string();break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.nodeId!==0n&&n.tag(1,e.P.Varint).int64(t.nodeId),t.error!==``&&n.tag(2,e.P.LengthDelimited).string(t.error);for(let i=0;i<t.parameter.length;i++)e.D.internalBinaryWrite(t.parameter[i],n.tag(3,e.P.LengthDelimited).fork(),r).join();t.timestamp!==``&&n.tag(4,e.P.LengthDelimited).string(t.timestamp);let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},B=new class extends e.k{constructor(){super(`sagittarius.ApplicationLog`,[{no:1,name:`message`,kind:`scalar`,T:9},{no:2,name:`level`,kind:`scalar`,T:9},{no:3,name:`timestamp`,kind:`scalar`,T:9}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.message=``,n.level=``,n.timestamp=``,t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.message=t.string();break;case 2:a.level=t.string();break;case 3:a.timestamp=t.string();break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.message!==``&&n.tag(1,e.P.LengthDelimited).string(t.message),t.level!==``&&n.tag(2,e.P.LengthDelimited).string(t.level),t.timestamp!==``&&n.tag(3,e.P.LengthDelimited).string(t.timestamp);let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},V=new class extends e.k{constructor(){super(`sagittarius.ExecutionLogonRequest`,[{no:1,name:`logon`,kind:`message`,oneof:`data`,T:()=>P},{no:2,name:`response`,kind:`message`,oneof:`data`,T:()=>I}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return n.data={oneofKind:void 0},t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.data={oneofKind:`logon`,logon:P.internalBinaryRead(t,t.uint32(),r,a.data.logon)};break;case 2:a.data={oneofKind:`response`,response:I.internalBinaryRead(t,t.uint32(),r,a.data.response)};break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.data.oneofKind===`logon`&&P.internalBinaryWrite(t.data.logon,n.tag(1,e.P.LengthDelimited).fork(),r).join(),t.data.oneofKind===`response`&&I.internalBinaryWrite(t.data.response,n.tag(2,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},H=new class extends e.k{constructor(){super(`sagittarius.ExecutionLogonResponse`,[{no:1,name:`request`,kind:`message`,T:()=>F}])}create(t){let n=globalThis.Object.create(this.messagePrototype);return t!==void 0&&e.A(this,n,t),n}internalBinaryRead(t,n,r,i){let a=i??this.create(),o=t.pos+n;for(;t.pos<o;){let[n,i]=t.tag();switch(n){case 1:a.request=F.internalBinaryRead(t,t.uint32(),r,a.request);break;default:let o=r.readUnknownField;if(o===`throw`)throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);let s=t.skip(i);o!==!1&&(o===!0?e.N.onRead:o)(this.typeName,a,n,i,s)}}return a}internalBinaryWrite(t,n,r){t.request&&F.internalBinaryWrite(t.request,n.tag(1,e.P.LengthDelimited).fork(),r).join();let i=r.writeUnknownFields;return i!==!1&&(i==1?e.N.onWrite:i)(this.typeName,t,n),n}},U=new n.n(`sagittarius.ExecutionService`,[{name:`Test`,serverStreaming:!0,clientStreaming:!0,options:{},I:V,O:H}]),W=class{constructor(e){this._transport=e,this.typeName=U.typeName,this.methods=U.methods,this.options=U.options}test(e){let t=this.methods[0],r=this._transport.mergeOptions(e);return n.t(`duplex`,this._transport,t,r)}};exports.ActionConfigurationService=a,exports.ActionConfigurationServiceClient=o,exports.ActionConfigurationUpdateRequest=r,exports.ActionConfigurationUpdateResponse=i,exports.ApplicationLog=B,exports.DataTypeService=l,exports.DataTypeServiceClient=u,exports.DataTypeUpdateRequest=s,exports.DataTypeUpdateResponse=c,exports.ExecutionLogonRequest=V,exports.ExecutionLogonResponse=H,exports.ExecutionService=U,exports.ExecutionServiceClient=W,exports.FlowLogonRequest=d,exports.FlowResponse=f,exports.FlowService=p,exports.FlowServiceClient=m,exports.FlowTypeService=_,exports.FlowTypeServiceClient=v,exports.FlowTypeUpdateRequest=h,exports.FlowTypeUpdateResponse=g,exports.Log=L,exports.Logon=P,exports.PingMessage=y,exports.PingService=b,exports.PingServiceClient=x,exports.RuntimeErrorLog=z,exports.RuntimeFunctionDefinitionService=w,exports.RuntimeFunctionDefinitionServiceClient=T,exports.RuntimeFunctionDefinitionUpdateRequest=S,exports.RuntimeFunctionDefinitionUpdateResponse=C,exports.RuntimeStatusService=O,exports.RuntimeStatusServiceClient=k,exports.RuntimeStatusUpdateRequest=E,exports.RuntimeStatusUpdateResponse=D,exports.RuntimeUsageRequest=A,exports.RuntimeUsageResponse=j,exports.RuntimeUsageService=M,exports.RuntimeUsageServiceClient=N,exports.SuccessLog=R,exports.TestExecutionRequest=F,exports.TestExecutionResponse=I;
@@ -0,0 +1,2 @@
1
+ export * from './pb/sagittarius'
2
+ export {}