@code0-tech/tucana 0.0.62 → 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 +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/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 +62 -55
  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 -59
  73. package/helpers/shared.struct_helper.ts +0 -70
  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 -274
  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
@@ -0,0 +1,942 @@
1
+ import { C as e, F as t, I as n, M as r, O as i, S as a, _ as o, a as s, c, f as l, j as u, k as d, r as f, t as p, u as m } from "./shared.runtime_usage_pb-aFASLTvC.js";
2
+ import { n as h, t as g } from "./rpc-interceptor-DoXs3DS5.js";
3
+ var _ = new class extends u {
4
+ constructor() {
5
+ super("aquila.Event", [
6
+ {
7
+ no: 1,
8
+ name: "event_type",
9
+ kind: "scalar",
10
+ T: 9
11
+ },
12
+ {
13
+ no: 2,
14
+ name: "project_id",
15
+ kind: "scalar",
16
+ T: 3,
17
+ L: 0
18
+ },
19
+ {
20
+ no: 3,
21
+ name: "payload",
22
+ kind: "message",
23
+ T: () => d
24
+ }
25
+ ]);
26
+ }
27
+ create(e) {
28
+ let t = globalThis.Object.create(this.messagePrototype);
29
+ return t.eventType = "", t.projectId = 0n, e !== void 0 && r(this, t, e), t;
30
+ }
31
+ internalBinaryRead(e, n, r, i) {
32
+ let a = i ?? this.create(), o = e.pos + n;
33
+ for (; e.pos < o;) {
34
+ let [n, i] = e.tag();
35
+ switch (n) {
36
+ case 1:
37
+ a.eventType = e.string();
38
+ break;
39
+ case 2:
40
+ a.projectId = e.int64().toBigInt();
41
+ break;
42
+ case 3:
43
+ a.payload = d.internalBinaryRead(e, e.uint32(), r, a.payload);
44
+ break;
45
+ default:
46
+ let o = r.readUnknownField;
47
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
48
+ let s = e.skip(i);
49
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
50
+ }
51
+ }
52
+ return a;
53
+ }
54
+ internalBinaryWrite(e, r, i) {
55
+ e.eventType !== "" && r.tag(1, n.LengthDelimited).string(e.eventType), e.projectId !== 0n && r.tag(2, n.Varint).int64(e.projectId), e.payload && d.internalBinaryWrite(e.payload, r.tag(3, n.LengthDelimited).fork(), i).join();
56
+ let a = i.writeUnknownFields;
57
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
58
+ }
59
+ }(), v = new class extends u {
60
+ constructor() {
61
+ super("aquila.ActionLogon", [
62
+ {
63
+ no: 1,
64
+ name: "action_identifier",
65
+ kind: "scalar",
66
+ T: 9
67
+ },
68
+ {
69
+ no: 2,
70
+ name: "version",
71
+ kind: "scalar",
72
+ T: 9
73
+ },
74
+ {
75
+ no: 3,
76
+ name: "action_configurations",
77
+ kind: "message",
78
+ repeat: 2,
79
+ T: () => a
80
+ }
81
+ ]);
82
+ }
83
+ create(e) {
84
+ let t = globalThis.Object.create(this.messagePrototype);
85
+ return t.actionIdentifier = "", t.version = "", t.actionConfigurations = [], e !== void 0 && r(this, t, e), t;
86
+ }
87
+ internalBinaryRead(e, n, r, i) {
88
+ let o = i ?? this.create(), s = e.pos + n;
89
+ for (; e.pos < s;) {
90
+ let [n, i] = e.tag();
91
+ switch (n) {
92
+ case 1:
93
+ o.actionIdentifier = e.string();
94
+ break;
95
+ case 2:
96
+ o.version = e.string();
97
+ break;
98
+ case 3:
99
+ o.actionConfigurations.push(a.internalBinaryRead(e, e.uint32(), r));
100
+ break;
101
+ default:
102
+ let s = r.readUnknownField;
103
+ if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
104
+ let c = e.skip(i);
105
+ s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, n, i, c);
106
+ }
107
+ }
108
+ return o;
109
+ }
110
+ internalBinaryWrite(e, r, i) {
111
+ e.actionIdentifier !== "" && r.tag(1, n.LengthDelimited).string(e.actionIdentifier), e.version !== "" && r.tag(2, n.LengthDelimited).string(e.version);
112
+ for (let t = 0; t < e.actionConfigurations.length; t++) a.internalBinaryWrite(e.actionConfigurations[t], r.tag(3, n.LengthDelimited).fork(), i).join();
113
+ let o = i.writeUnknownFields;
114
+ return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, e, r), r;
115
+ }
116
+ }(), y = new class extends u {
117
+ constructor() {
118
+ super("aquila.ExecutionRequest", [
119
+ {
120
+ no: 1,
121
+ name: "execution_identifier",
122
+ kind: "scalar",
123
+ T: 9
124
+ },
125
+ {
126
+ no: 2,
127
+ name: "function_identifier",
128
+ kind: "scalar",
129
+ T: 9
130
+ },
131
+ {
132
+ no: 3,
133
+ name: "parameters",
134
+ kind: "message",
135
+ T: () => i
136
+ },
137
+ {
138
+ no: 4,
139
+ name: "project_id",
140
+ kind: "scalar",
141
+ T: 3,
142
+ L: 0
143
+ }
144
+ ]);
145
+ }
146
+ create(e) {
147
+ let t = globalThis.Object.create(this.messagePrototype);
148
+ return t.executionIdentifier = "", t.functionIdentifier = "", t.projectId = 0n, e !== void 0 && r(this, t, e), t;
149
+ }
150
+ internalBinaryRead(e, n, r, a) {
151
+ let o = a ?? this.create(), s = e.pos + n;
152
+ for (; e.pos < s;) {
153
+ let [n, a] = e.tag();
154
+ switch (n) {
155
+ case 1:
156
+ o.executionIdentifier = e.string();
157
+ break;
158
+ case 2:
159
+ o.functionIdentifier = e.string();
160
+ break;
161
+ case 3:
162
+ o.parameters = i.internalBinaryRead(e, e.uint32(), r, o.parameters);
163
+ break;
164
+ case 4:
165
+ o.projectId = e.int64().toBigInt();
166
+ break;
167
+ default:
168
+ let s = r.readUnknownField;
169
+ if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${a}) for ${this.typeName}`);
170
+ let c = e.skip(a);
171
+ s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, n, a, c);
172
+ }
173
+ }
174
+ return o;
175
+ }
176
+ internalBinaryWrite(e, r, a) {
177
+ e.executionIdentifier !== "" && r.tag(1, n.LengthDelimited).string(e.executionIdentifier), e.functionIdentifier !== "" && r.tag(2, n.LengthDelimited).string(e.functionIdentifier), e.parameters && i.internalBinaryWrite(e.parameters, r.tag(3, n.LengthDelimited).fork(), a).join(), e.projectId !== 0n && r.tag(4, n.Varint).int64(e.projectId);
178
+ let o = a.writeUnknownFields;
179
+ return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, e, r), r;
180
+ }
181
+ }(), b = new class extends u {
182
+ constructor() {
183
+ super("aquila.ActionRuntimeError", [{
184
+ no: 1,
185
+ name: "code",
186
+ kind: "scalar",
187
+ T: 9
188
+ }, {
189
+ no: 2,
190
+ name: "description",
191
+ kind: "scalar",
192
+ opt: !0,
193
+ T: 9
194
+ }]);
195
+ }
196
+ create(e) {
197
+ let t = globalThis.Object.create(this.messagePrototype);
198
+ return t.code = "", e !== void 0 && r(this, t, e), t;
199
+ }
200
+ internalBinaryRead(e, n, r, i) {
201
+ let a = i ?? this.create(), o = e.pos + n;
202
+ for (; e.pos < o;) {
203
+ let [n, i] = e.tag();
204
+ switch (n) {
205
+ case 1:
206
+ a.code = e.string();
207
+ break;
208
+ case 2:
209
+ a.description = e.string();
210
+ break;
211
+ default:
212
+ let o = r.readUnknownField;
213
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
214
+ let s = e.skip(i);
215
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
216
+ }
217
+ }
218
+ return a;
219
+ }
220
+ internalBinaryWrite(e, r, i) {
221
+ e.code !== "" && r.tag(1, n.LengthDelimited).string(e.code), e.description !== void 0 && r.tag(2, n.LengthDelimited).string(e.description);
222
+ let a = i.writeUnknownFields;
223
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
224
+ }
225
+ }(), x = new class extends u {
226
+ constructor() {
227
+ super("aquila.ExecutionResult", [
228
+ {
229
+ no: 1,
230
+ name: "execution_identifier",
231
+ kind: "scalar",
232
+ T: 9
233
+ },
234
+ {
235
+ no: 2,
236
+ name: "success",
237
+ kind: "message",
238
+ oneof: "result",
239
+ T: () => d
240
+ },
241
+ {
242
+ no: 3,
243
+ name: "error",
244
+ kind: "message",
245
+ oneof: "result",
246
+ T: () => b
247
+ }
248
+ ]);
249
+ }
250
+ create(e) {
251
+ let t = globalThis.Object.create(this.messagePrototype);
252
+ return t.executionIdentifier = "", t.result = { oneofKind: void 0 }, e !== void 0 && r(this, t, e), t;
253
+ }
254
+ internalBinaryRead(e, n, r, i) {
255
+ let a = i ?? this.create(), o = e.pos + n;
256
+ for (; e.pos < o;) {
257
+ let [n, i] = e.tag();
258
+ switch (n) {
259
+ case 1:
260
+ a.executionIdentifier = e.string();
261
+ break;
262
+ case 2:
263
+ a.result = {
264
+ oneofKind: "success",
265
+ success: d.internalBinaryRead(e, e.uint32(), r, a.result.success)
266
+ };
267
+ break;
268
+ case 3:
269
+ a.result = {
270
+ oneofKind: "error",
271
+ error: b.internalBinaryRead(e, e.uint32(), r, a.result.error)
272
+ };
273
+ break;
274
+ default:
275
+ let o = r.readUnknownField;
276
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
277
+ let s = e.skip(i);
278
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
279
+ }
280
+ }
281
+ return a;
282
+ }
283
+ internalBinaryWrite(e, r, i) {
284
+ e.executionIdentifier !== "" && r.tag(1, n.LengthDelimited).string(e.executionIdentifier), e.result.oneofKind === "success" && d.internalBinaryWrite(e.result.success, r.tag(2, n.LengthDelimited).fork(), i).join(), e.result.oneofKind === "error" && b.internalBinaryWrite(e.result.error, r.tag(3, n.LengthDelimited).fork(), i).join();
285
+ let a = i.writeUnknownFields;
286
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
287
+ }
288
+ }(), S = new class extends u {
289
+ constructor() {
290
+ super("aquila.TransferRequest", [
291
+ {
292
+ no: 1,
293
+ name: "logon",
294
+ kind: "message",
295
+ oneof: "data",
296
+ T: () => v
297
+ },
298
+ {
299
+ no: 2,
300
+ name: "event",
301
+ kind: "message",
302
+ oneof: "data",
303
+ T: () => _
304
+ },
305
+ {
306
+ no: 3,
307
+ name: "result",
308
+ kind: "message",
309
+ oneof: "data",
310
+ T: () => x
311
+ }
312
+ ]);
313
+ }
314
+ create(e) {
315
+ let t = globalThis.Object.create(this.messagePrototype);
316
+ return t.data = { oneofKind: void 0 }, e !== void 0 && r(this, t, e), t;
317
+ }
318
+ internalBinaryRead(e, n, r, i) {
319
+ let a = i ?? this.create(), o = e.pos + n;
320
+ for (; e.pos < o;) {
321
+ let [n, i] = e.tag();
322
+ switch (n) {
323
+ case 1:
324
+ a.data = {
325
+ oneofKind: "logon",
326
+ logon: v.internalBinaryRead(e, e.uint32(), r, a.data.logon)
327
+ };
328
+ break;
329
+ case 2:
330
+ a.data = {
331
+ oneofKind: "event",
332
+ event: _.internalBinaryRead(e, e.uint32(), r, a.data.event)
333
+ };
334
+ break;
335
+ case 3:
336
+ a.data = {
337
+ oneofKind: "result",
338
+ result: x.internalBinaryRead(e, e.uint32(), r, a.data.result)
339
+ };
340
+ break;
341
+ default:
342
+ let o = r.readUnknownField;
343
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
344
+ let s = e.skip(i);
345
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
346
+ }
347
+ }
348
+ return a;
349
+ }
350
+ internalBinaryWrite(e, r, i) {
351
+ e.data.oneofKind === "logon" && v.internalBinaryWrite(e.data.logon, r.tag(1, n.LengthDelimited).fork(), i).join(), e.data.oneofKind === "event" && _.internalBinaryWrite(e.data.event, r.tag(2, n.LengthDelimited).fork(), i).join(), e.data.oneofKind === "result" && x.internalBinaryWrite(e.data.result, r.tag(3, n.LengthDelimited).fork(), i).join();
352
+ let a = i.writeUnknownFields;
353
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
354
+ }
355
+ }(), C = new class extends u {
356
+ constructor() {
357
+ super("aquila.TransferResponse", [{
358
+ no: 1,
359
+ name: "execution",
360
+ kind: "message",
361
+ oneof: "data",
362
+ T: () => y
363
+ }, {
364
+ no: 2,
365
+ name: "action_configurations",
366
+ kind: "message",
367
+ oneof: "data",
368
+ T: () => e
369
+ }]);
370
+ }
371
+ create(e) {
372
+ let t = globalThis.Object.create(this.messagePrototype);
373
+ return t.data = { oneofKind: void 0 }, e !== void 0 && r(this, t, e), t;
374
+ }
375
+ internalBinaryRead(n, r, i, a) {
376
+ let o = a ?? this.create(), s = n.pos + r;
377
+ for (; n.pos < s;) {
378
+ let [r, a] = n.tag();
379
+ switch (r) {
380
+ case 1:
381
+ o.data = {
382
+ oneofKind: "execution",
383
+ execution: y.internalBinaryRead(n, n.uint32(), i, o.data.execution)
384
+ };
385
+ break;
386
+ case 2:
387
+ o.data = {
388
+ oneofKind: "actionConfigurations",
389
+ actionConfigurations: e.internalBinaryRead(n, n.uint32(), i, o.data.actionConfigurations)
390
+ };
391
+ break;
392
+ default:
393
+ let s = i.readUnknownField;
394
+ if (s === "throw") throw new globalThis.Error(`Unknown field ${r} (wire type ${a}) for ${this.typeName}`);
395
+ let c = n.skip(a);
396
+ s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, r, a, c);
397
+ }
398
+ }
399
+ return o;
400
+ }
401
+ internalBinaryWrite(r, i, a) {
402
+ r.data.oneofKind === "execution" && y.internalBinaryWrite(r.data.execution, i.tag(1, n.LengthDelimited).fork(), a).join(), r.data.oneofKind === "actionConfigurations" && e.internalBinaryWrite(r.data.actionConfigurations, i.tag(2, n.LengthDelimited).fork(), a).join();
403
+ let o = a.writeUnknownFields;
404
+ return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, r, i), i;
405
+ }
406
+ }(), w = new h("aquila.ActionTransferService", [{
407
+ name: "Transfer",
408
+ serverStreaming: !0,
409
+ clientStreaming: !0,
410
+ options: {},
411
+ I: S,
412
+ O: C
413
+ }]), T = class {
414
+ constructor(e) {
415
+ this._transport = e, this.typeName = w.typeName, this.methods = w.methods, this.options = w.options;
416
+ }
417
+ transfer(e) {
418
+ let t = this.methods[0], n = this._transport.mergeOptions(e);
419
+ return g("duplex", this._transport, t, n);
420
+ }
421
+ }, E = new class extends u {
422
+ constructor() {
423
+ super("aquila.DataTypeUpdateRequest", [{
424
+ no: 1,
425
+ name: "data_types",
426
+ kind: "message",
427
+ repeat: 2,
428
+ T: () => o
429
+ }]);
430
+ }
431
+ create(e) {
432
+ let t = globalThis.Object.create(this.messagePrototype);
433
+ return t.dataTypes = [], e !== void 0 && r(this, t, e), t;
434
+ }
435
+ internalBinaryRead(e, n, r, i) {
436
+ let a = i ?? this.create(), s = e.pos + n;
437
+ for (; e.pos < s;) {
438
+ let [n, i] = e.tag();
439
+ switch (n) {
440
+ case 1:
441
+ a.dataTypes.push(o.internalBinaryRead(e, e.uint32(), r));
442
+ break;
443
+ default:
444
+ let s = r.readUnknownField;
445
+ if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
446
+ let c = e.skip(i);
447
+ s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, a, n, i, c);
448
+ }
449
+ }
450
+ return a;
451
+ }
452
+ internalBinaryWrite(e, r, i) {
453
+ for (let t = 0; t < e.dataTypes.length; t++) o.internalBinaryWrite(e.dataTypes[t], r.tag(1, n.LengthDelimited).fork(), i).join();
454
+ let a = i.writeUnknownFields;
455
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
456
+ }
457
+ }(), D = new class extends u {
458
+ constructor() {
459
+ super("aquila.DataTypeUpdateResponse", [{
460
+ no: 1,
461
+ name: "success",
462
+ kind: "scalar",
463
+ T: 8
464
+ }]);
465
+ }
466
+ create(e) {
467
+ let t = globalThis.Object.create(this.messagePrototype);
468
+ return t.success = !1, e !== void 0 && r(this, t, e), t;
469
+ }
470
+ internalBinaryRead(e, n, r, i) {
471
+ let a = i ?? this.create(), o = e.pos + n;
472
+ for (; e.pos < o;) {
473
+ let [n, i] = e.tag();
474
+ switch (n) {
475
+ case 1:
476
+ a.success = e.bool();
477
+ break;
478
+ default:
479
+ let o = r.readUnknownField;
480
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
481
+ let s = e.skip(i);
482
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
483
+ }
484
+ }
485
+ return a;
486
+ }
487
+ internalBinaryWrite(e, r, i) {
488
+ e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
489
+ let a = i.writeUnknownFields;
490
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
491
+ }
492
+ }(), O = new h("aquila.DataTypeService", [{
493
+ name: "Update",
494
+ options: {},
495
+ I: E,
496
+ O: D
497
+ }]), k = class {
498
+ constructor(e) {
499
+ this._transport = e, this.typeName = O.typeName, this.methods = O.methods, this.options = O.options;
500
+ }
501
+ update(e, t) {
502
+ let n = this.methods[0], r = this._transport.mergeOptions(t);
503
+ return g("unary", this._transport, n, r, e);
504
+ }
505
+ }, A = new class extends u {
506
+ constructor() {
507
+ super("aquila.FlowTypeUpdateRequest", [{
508
+ no: 1,
509
+ name: "flow_types",
510
+ kind: "message",
511
+ repeat: 2,
512
+ T: () => l
513
+ }]);
514
+ }
515
+ create(e) {
516
+ let t = globalThis.Object.create(this.messagePrototype);
517
+ return t.flowTypes = [], e !== void 0 && r(this, t, e), t;
518
+ }
519
+ internalBinaryRead(e, n, r, i) {
520
+ let a = i ?? this.create(), o = e.pos + n;
521
+ for (; e.pos < o;) {
522
+ let [n, i] = e.tag();
523
+ switch (n) {
524
+ case 1:
525
+ a.flowTypes.push(l.internalBinaryRead(e, e.uint32(), r));
526
+ break;
527
+ default:
528
+ let o = r.readUnknownField;
529
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
530
+ let s = e.skip(i);
531
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
532
+ }
533
+ }
534
+ return a;
535
+ }
536
+ internalBinaryWrite(e, r, i) {
537
+ for (let t = 0; t < e.flowTypes.length; t++) l.internalBinaryWrite(e.flowTypes[t], r.tag(1, n.LengthDelimited).fork(), i).join();
538
+ let a = i.writeUnknownFields;
539
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
540
+ }
541
+ }(), j = new class extends u {
542
+ constructor() {
543
+ super("aquila.FlowTypeUpdateResponse", [{
544
+ no: 1,
545
+ name: "success",
546
+ kind: "scalar",
547
+ T: 8
548
+ }]);
549
+ }
550
+ create(e) {
551
+ let t = globalThis.Object.create(this.messagePrototype);
552
+ return t.success = !1, e !== void 0 && r(this, t, e), t;
553
+ }
554
+ internalBinaryRead(e, n, r, i) {
555
+ let a = i ?? this.create(), o = e.pos + n;
556
+ for (; e.pos < o;) {
557
+ let [n, i] = e.tag();
558
+ switch (n) {
559
+ case 1:
560
+ a.success = e.bool();
561
+ break;
562
+ default:
563
+ let o = r.readUnknownField;
564
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
565
+ let s = e.skip(i);
566
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
567
+ }
568
+ }
569
+ return a;
570
+ }
571
+ internalBinaryWrite(e, r, i) {
572
+ e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
573
+ let a = i.writeUnknownFields;
574
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
575
+ }
576
+ }(), M = new h("aquila.FlowTypeService", [{
577
+ name: "Update",
578
+ options: {},
579
+ I: A,
580
+ O: j
581
+ }]), N = class {
582
+ constructor(e) {
583
+ this._transport = e, this.typeName = M.typeName, this.methods = M.methods, this.options = M.options;
584
+ }
585
+ update(e, t) {
586
+ let n = this.methods[0], r = this._transport.mergeOptions(t);
587
+ return g("unary", this._transport, n, r, e);
588
+ }
589
+ }, P = new class extends u {
590
+ constructor() {
591
+ super("aquila.FunctionDefinitionUpdateRequest", [{
592
+ no: 1,
593
+ name: "functions",
594
+ kind: "message",
595
+ repeat: 2,
596
+ T: () => m
597
+ }]);
598
+ }
599
+ create(e) {
600
+ let t = globalThis.Object.create(this.messagePrototype);
601
+ return t.functions = [], e !== void 0 && r(this, t, e), t;
602
+ }
603
+ internalBinaryRead(e, n, r, i) {
604
+ let a = i ?? this.create(), o = e.pos + n;
605
+ for (; e.pos < o;) {
606
+ let [n, i] = e.tag();
607
+ switch (n) {
608
+ case 1:
609
+ a.functions.push(m.internalBinaryRead(e, e.uint32(), r));
610
+ break;
611
+ default:
612
+ let o = r.readUnknownField;
613
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
614
+ let s = e.skip(i);
615
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
616
+ }
617
+ }
618
+ return a;
619
+ }
620
+ internalBinaryWrite(e, r, i) {
621
+ for (let t = 0; t < e.functions.length; t++) m.internalBinaryWrite(e.functions[t], r.tag(1, n.LengthDelimited).fork(), i).join();
622
+ let a = i.writeUnknownFields;
623
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
624
+ }
625
+ }(), F = new class extends u {
626
+ constructor() {
627
+ super("aquila.FunctionDefinitionUpdateResponse", [{
628
+ no: 1,
629
+ name: "success",
630
+ kind: "scalar",
631
+ T: 8
632
+ }]);
633
+ }
634
+ create(e) {
635
+ let t = globalThis.Object.create(this.messagePrototype);
636
+ return t.success = !1, e !== void 0 && r(this, t, e), t;
637
+ }
638
+ internalBinaryRead(e, n, r, i) {
639
+ let a = i ?? this.create(), o = e.pos + n;
640
+ for (; e.pos < o;) {
641
+ let [n, i] = e.tag();
642
+ switch (n) {
643
+ case 1:
644
+ a.success = e.bool();
645
+ break;
646
+ default:
647
+ let o = r.readUnknownField;
648
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
649
+ let s = e.skip(i);
650
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
651
+ }
652
+ }
653
+ return a;
654
+ }
655
+ internalBinaryWrite(e, r, i) {
656
+ e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
657
+ let a = i.writeUnknownFields;
658
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
659
+ }
660
+ }(), I = new h("aquila.FunctionDefinitionService", [{
661
+ name: "Update",
662
+ options: {},
663
+ I: P,
664
+ O: F
665
+ }]), L = class {
666
+ constructor(e) {
667
+ this._transport = e, this.typeName = I.typeName, this.methods = I.methods, this.options = I.options;
668
+ }
669
+ update(e, t) {
670
+ let n = this.methods[0], r = this._transport.mergeOptions(t);
671
+ return g("unary", this._transport, n, r, e);
672
+ }
673
+ }, R = new class extends u {
674
+ constructor() {
675
+ super("aquila.RuntimeFunctionDefinitionUpdateRequest", [{
676
+ no: 1,
677
+ name: "runtime_functions",
678
+ kind: "message",
679
+ repeat: 2,
680
+ T: () => c
681
+ }]);
682
+ }
683
+ create(e) {
684
+ let t = globalThis.Object.create(this.messagePrototype);
685
+ return t.runtimeFunctions = [], e !== void 0 && r(this, t, e), t;
686
+ }
687
+ internalBinaryRead(e, n, r, i) {
688
+ let a = i ?? this.create(), o = e.pos + n;
689
+ for (; e.pos < o;) {
690
+ let [n, i] = e.tag();
691
+ switch (n) {
692
+ case 1:
693
+ a.runtimeFunctions.push(c.internalBinaryRead(e, e.uint32(), r));
694
+ break;
695
+ default:
696
+ let o = r.readUnknownField;
697
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
698
+ let s = e.skip(i);
699
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
700
+ }
701
+ }
702
+ return a;
703
+ }
704
+ internalBinaryWrite(e, r, i) {
705
+ for (let t = 0; t < e.runtimeFunctions.length; t++) c.internalBinaryWrite(e.runtimeFunctions[t], r.tag(1, n.LengthDelimited).fork(), i).join();
706
+ let a = i.writeUnknownFields;
707
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
708
+ }
709
+ }(), z = new class extends u {
710
+ constructor() {
711
+ super("aquila.RuntimeFunctionDefinitionUpdateResponse", [{
712
+ no: 1,
713
+ name: "success",
714
+ kind: "scalar",
715
+ T: 8
716
+ }]);
717
+ }
718
+ create(e) {
719
+ let t = globalThis.Object.create(this.messagePrototype);
720
+ return t.success = !1, e !== void 0 && r(this, t, e), t;
721
+ }
722
+ internalBinaryRead(e, n, r, i) {
723
+ let a = i ?? this.create(), o = e.pos + n;
724
+ for (; e.pos < o;) {
725
+ let [n, i] = e.tag();
726
+ switch (n) {
727
+ case 1:
728
+ a.success = e.bool();
729
+ break;
730
+ default:
731
+ let o = r.readUnknownField;
732
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
733
+ let s = e.skip(i);
734
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
735
+ }
736
+ }
737
+ return a;
738
+ }
739
+ internalBinaryWrite(e, r, i) {
740
+ e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
741
+ let a = i.writeUnknownFields;
742
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
743
+ }
744
+ }(), B = new h("aquila.RuntimeFunctionDefinitionService", [{
745
+ name: "Update",
746
+ options: {},
747
+ I: R,
748
+ O: z
749
+ }]), V = class {
750
+ constructor(e) {
751
+ this._transport = e, this.typeName = B.typeName, this.methods = B.methods, this.options = B.options;
752
+ }
753
+ update(e, t) {
754
+ let n = this.methods[0], r = this._transport.mergeOptions(t);
755
+ return g("unary", this._transport, n, r, e);
756
+ }
757
+ }, H = new class extends u {
758
+ constructor() {
759
+ super("aquila.RuntimeStatusUpdateRequest", [{
760
+ no: 1,
761
+ name: "adapter_runtime_status",
762
+ kind: "message",
763
+ oneof: "status",
764
+ T: () => f
765
+ }, {
766
+ no: 2,
767
+ name: "execution_runtime_status",
768
+ kind: "message",
769
+ oneof: "status",
770
+ T: () => s
771
+ }]);
772
+ }
773
+ create(e) {
774
+ let t = globalThis.Object.create(this.messagePrototype);
775
+ return t.status = { oneofKind: void 0 }, e !== void 0 && r(this, t, e), t;
776
+ }
777
+ internalBinaryRead(e, n, r, i) {
778
+ let a = i ?? this.create(), o = e.pos + n;
779
+ for (; e.pos < o;) {
780
+ let [n, i] = e.tag();
781
+ switch (n) {
782
+ case 1:
783
+ a.status = {
784
+ oneofKind: "adapterRuntimeStatus",
785
+ adapterRuntimeStatus: f.internalBinaryRead(e, e.uint32(), r, a.status.adapterRuntimeStatus)
786
+ };
787
+ break;
788
+ case 2:
789
+ a.status = {
790
+ oneofKind: "executionRuntimeStatus",
791
+ executionRuntimeStatus: s.internalBinaryRead(e, e.uint32(), r, a.status.executionRuntimeStatus)
792
+ };
793
+ break;
794
+ default:
795
+ let o = r.readUnknownField;
796
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
797
+ let c = e.skip(i);
798
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, c);
799
+ }
800
+ }
801
+ return a;
802
+ }
803
+ internalBinaryWrite(e, r, i) {
804
+ e.status.oneofKind === "adapterRuntimeStatus" && f.internalBinaryWrite(e.status.adapterRuntimeStatus, r.tag(1, n.LengthDelimited).fork(), i).join(), e.status.oneofKind === "executionRuntimeStatus" && s.internalBinaryWrite(e.status.executionRuntimeStatus, r.tag(2, n.LengthDelimited).fork(), i).join();
805
+ let a = i.writeUnknownFields;
806
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
807
+ }
808
+ }(), U = new class extends u {
809
+ constructor() {
810
+ super("aquila.RuntimeStatusUpdateResponse", [{
811
+ no: 1,
812
+ name: "success",
813
+ kind: "scalar",
814
+ T: 8
815
+ }]);
816
+ }
817
+ create(e) {
818
+ let t = globalThis.Object.create(this.messagePrototype);
819
+ return t.success = !1, e !== void 0 && r(this, t, e), t;
820
+ }
821
+ internalBinaryRead(e, n, r, i) {
822
+ let a = i ?? this.create(), o = e.pos + n;
823
+ for (; e.pos < o;) {
824
+ let [n, i] = e.tag();
825
+ switch (n) {
826
+ case 1:
827
+ a.success = e.bool();
828
+ break;
829
+ default:
830
+ let o = r.readUnknownField;
831
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
832
+ let s = e.skip(i);
833
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
834
+ }
835
+ }
836
+ return a;
837
+ }
838
+ internalBinaryWrite(e, r, i) {
839
+ e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
840
+ let a = i.writeUnknownFields;
841
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
842
+ }
843
+ }(), W = new h("aquila.RuntimeStatusService", [{
844
+ name: "Update",
845
+ options: {},
846
+ I: H,
847
+ O: U
848
+ }]), G = class {
849
+ constructor(e) {
850
+ this._transport = e, this.typeName = W.typeName, this.methods = W.methods, this.options = W.options;
851
+ }
852
+ update(e, t) {
853
+ let n = this.methods[0], r = this._transport.mergeOptions(t);
854
+ return g("unary", this._transport, n, r, e);
855
+ }
856
+ }, K = new class extends u {
857
+ constructor() {
858
+ super("aquila.RuntimeUsageRequest", [{
859
+ no: 1,
860
+ name: "runtime_usage",
861
+ kind: "message",
862
+ repeat: 2,
863
+ T: () => p
864
+ }]);
865
+ }
866
+ create(e) {
867
+ let t = globalThis.Object.create(this.messagePrototype);
868
+ return t.runtimeUsage = [], e !== void 0 && r(this, t, e), t;
869
+ }
870
+ internalBinaryRead(e, n, r, i) {
871
+ let a = i ?? this.create(), o = e.pos + n;
872
+ for (; e.pos < o;) {
873
+ let [n, i] = e.tag();
874
+ switch (n) {
875
+ case 1:
876
+ a.runtimeUsage.push(p.internalBinaryRead(e, e.uint32(), r));
877
+ break;
878
+ default:
879
+ let o = r.readUnknownField;
880
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
881
+ let s = e.skip(i);
882
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
883
+ }
884
+ }
885
+ return a;
886
+ }
887
+ internalBinaryWrite(e, r, i) {
888
+ for (let t = 0; t < e.runtimeUsage.length; t++) p.internalBinaryWrite(e.runtimeUsage[t], r.tag(1, n.LengthDelimited).fork(), i).join();
889
+ let a = i.writeUnknownFields;
890
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
891
+ }
892
+ }(), q = new class extends u {
893
+ constructor() {
894
+ super("aquila.RuntimeUsageResponse", [{
895
+ no: 1,
896
+ name: "success",
897
+ kind: "scalar",
898
+ T: 8
899
+ }]);
900
+ }
901
+ create(e) {
902
+ let t = globalThis.Object.create(this.messagePrototype);
903
+ return t.success = !1, e !== void 0 && r(this, t, e), t;
904
+ }
905
+ internalBinaryRead(e, n, r, i) {
906
+ let a = i ?? this.create(), o = e.pos + n;
907
+ for (; e.pos < o;) {
908
+ let [n, i] = e.tag();
909
+ switch (n) {
910
+ case 1:
911
+ a.success = e.bool();
912
+ break;
913
+ default:
914
+ let o = r.readUnknownField;
915
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
916
+ let s = e.skip(i);
917
+ o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
918
+ }
919
+ }
920
+ return a;
921
+ }
922
+ internalBinaryWrite(e, r, i) {
923
+ e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
924
+ let a = i.writeUnknownFields;
925
+ return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
926
+ }
927
+ }(), J = new h("aquila.RuntimeUsageService", [{
928
+ name: "Update",
929
+ options: {},
930
+ I: K,
931
+ O: q
932
+ }]), Y = class {
933
+ constructor(e) {
934
+ this._transport = e, this.typeName = J.typeName, this.methods = J.methods, this.options = J.options;
935
+ }
936
+ update(e, t) {
937
+ let n = this.methods[0], r = this._transport.mergeOptions(t);
938
+ return g("unary", this._transport, n, r, e);
939
+ }
940
+ };
941
+ //#endregion
942
+ export { v as ActionLogon, b as ActionRuntimeError, w as ActionTransferService, T as ActionTransferServiceClient, O as DataTypeService, k as DataTypeServiceClient, E as DataTypeUpdateRequest, D as DataTypeUpdateResponse, _ as Event, y as ExecutionRequest, x as ExecutionResult, M as FlowTypeService, N as FlowTypeServiceClient, A as FlowTypeUpdateRequest, j as FlowTypeUpdateResponse, I as FunctionDefinitionService, L as FunctionDefinitionServiceClient, P as FunctionDefinitionUpdateRequest, F as FunctionDefinitionUpdateResponse, B as RuntimeFunctionDefinitionService, V as RuntimeFunctionDefinitionServiceClient, R as RuntimeFunctionDefinitionUpdateRequest, z as RuntimeFunctionDefinitionUpdateResponse, W as RuntimeStatusService, G as RuntimeStatusServiceClient, H as RuntimeStatusUpdateRequest, U as RuntimeStatusUpdateResponse, K as RuntimeUsageRequest, q as RuntimeUsageResponse, J as RuntimeUsageService, Y as RuntimeUsageServiceClient, S as TransferRequest, C as TransferResponse };