@code0-tech/tucana 0.0.75 → 0.0.77
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.
- package/dist/aquila.cjs.js +1 -1
- package/dist/aquila.es.js +67 -151
- package/dist/pb/_generated/sagittarius_gateway.flow_pb.client.d.ts +43 -0
- package/dist/pb/_generated/sagittarius_gateway.flow_pb.d.ts +110 -0
- package/dist/pb/_generated/sagittarius_gateway.module_pb.client.d.ts +59 -0
- package/dist/pb/_generated/sagittarius_gateway.module_pb.d.ts +131 -0
- package/dist/pb/_generated/sagittarius_gateway.runtime_status_pb.client.d.ts +27 -0
- package/dist/pb/_generated/sagittarius_gateway.runtime_status_pb.d.ts +51 -0
- package/dist/pb/_generated/sagittarius_gateway.test_execution_pb.client.d.ts +43 -0
- package/dist/pb/_generated/{sagittarius.text_execution_pb.d.ts → sagittarius_gateway.test_execution_pb.d.ts} +45 -11
- package/dist/pb/_generated/sagittarius_rails.flow_pb.client.d.ts +31 -0
- package/dist/pb/_generated/{sagittarius.flow_pb.d.ts → sagittarius_rails.flow_pb.d.ts} +5 -14
- package/dist/pb/_generated/{sagittarius.module_pb.client.d.ts → sagittarius_rails.module_pb.client.d.ts} +3 -3
- package/dist/pb/_generated/{sagittarius.module_pb.d.ts → sagittarius_rails.module_pb.d.ts} +11 -5
- package/dist/pb/_generated/{sagittarius.runtime_status_pb.client.d.ts → sagittarius_rails.runtime_status_pb.client.d.ts} +3 -3
- package/dist/pb/_generated/{sagittarius.runtime_status_pb.d.ts → sagittarius_rails.runtime_status_pb.d.ts} +5 -5
- package/dist/pb/_generated/sagittarius_rails.test_execution_pb.client.d.ts +27 -0
- package/dist/pb/_generated/sagittarius_rails.test_execution_pb.d.ts +51 -0
- package/dist/pb/_generated/sagittarius_rails.token_pb.client.d.ts +31 -0
- package/dist/pb/_generated/sagittarius_rails.token_pb.d.ts +93 -0
- package/dist/pb/_generated/shared.flow_pb.d.ts +37 -6
- package/dist/pb/_generated/shared.module_pb.d.ts +8 -0
- package/dist/pb/aquila.d.ts +0 -2
- package/dist/pb/sagittarius_gateway.d.ts +8 -0
- package/dist/pb/sagittarius_rails.d.ts +10 -0
- package/dist/pb/shared.d.ts +0 -1
- package/dist/{rpc-interceptor-az_TTCBK.js → rpc-interceptor-d3qh7P9n.js} +10 -10
- package/dist/{rpc-interceptor-DOeBkZHU.cjs → rpc-interceptor-giFADd4b.cjs} +1 -1
- package/dist/sagittarius_gateway.cjs.js +1 -0
- package/dist/sagittarius_gateway.d.ts +2 -0
- package/dist/{sagittarius.es.js → sagittarius_gateway.es.js} +330 -181
- package/dist/sagittarius_rails.cjs.js +1 -0
- package/dist/sagittarius_rails.d.ts +2 -0
- package/dist/sagittarius_rails.es.js +559 -0
- package/dist/shared.cjs.js +1 -1
- package/dist/shared.es.js +4 -4
- package/dist/{shared.flow_pb-C4ewDq2u.js → shared.flow_pb-DdVuFKPW.js} +179 -117
- package/dist/{shared.flow_pb-DrDw61IF.cjs → shared.flow_pb-clFvPGyv.cjs} +1 -1
- package/dist/shared.function_pb-C8cj-NCz.cjs +2 -0
- package/dist/{shared.function_pb-e1jkWYE_.js → shared.function_pb-Caz-4jvi.js} +1131 -1131
- package/dist/{shared.runtime_usage_pb-DqB5DUDk.cjs → shared.runtime_status_pb-BEEvFfe8.cjs} +1 -1
- package/dist/{shared.runtime_usage_pb-DDUhVHjA.js → shared.runtime_status_pb-D7hH22xO.js} +24 -50
- package/dist/velorum.cjs.js +1 -1
- package/dist/velorum.es.js +3 -3
- package/package.json +13 -7
- package/dist/pb/_generated/aquila.runtime_usage_pb.client.d.ts +0 -27
- package/dist/pb/_generated/aquila.runtime_usage_pb.d.ts +0 -46
- package/dist/pb/_generated/sagittarius.flow_pb.client.d.ts +0 -27
- package/dist/pb/_generated/sagittarius.ping_pb.client.d.ts +0 -27
- package/dist/pb/_generated/sagittarius.ping_pb.d.ts +0 -26
- package/dist/pb/_generated/sagittarius.runtime_usage_pb.client.d.ts +0 -27
- package/dist/pb/_generated/sagittarius.runtime_usage_pb.d.ts +0 -51
- package/dist/pb/_generated/sagittarius.text_execution_pb.client.d.ts +0 -27
- package/dist/pb/_generated/shared.runtime_usage_pb.d.ts +0 -25
- package/dist/pb/sagittarius.d.ts +0 -12
- package/dist/sagittarius.cjs.js +0 -1
- package/dist/sagittarius.d.ts +0 -2
- package/dist/shared.function_pb-BErnwHWO.cjs +0 -2
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { RpcTransport, ServiceInfo, ServerStreamingCall, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
+
import { ModuleConfigurationPushResponse, ModuleConfigurationPushRequest, ModuleConfigurationResponse, ModuleConfigurationRequest, ModuleUpdateResponse, ModuleUpdateRequest } from './sagittarius_gateway.module_pb';
|
|
3
|
+
/**
|
|
4
|
+
* This service will be implemented as a server by Sagittarius and as a client by Aquila.
|
|
5
|
+
*
|
|
6
|
+
* @generated from protobuf service sagittarius_gateway.ModuleService
|
|
7
|
+
*/
|
|
8
|
+
export interface IModuleServiceClient {
|
|
9
|
+
/**
|
|
10
|
+
* Aquila will call this method to update modules
|
|
11
|
+
*
|
|
12
|
+
* @generated from protobuf rpc: Update
|
|
13
|
+
*/
|
|
14
|
+
update(input: ModuleUpdateRequest, options?: RpcOptions): UnaryCall<ModuleUpdateRequest, ModuleUpdateResponse>;
|
|
15
|
+
/**
|
|
16
|
+
* Aquila will call this method to open a stream to receive module configurations
|
|
17
|
+
*
|
|
18
|
+
* @generated from protobuf rpc: Configurations
|
|
19
|
+
*/
|
|
20
|
+
configurations(input: ModuleConfigurationRequest, options?: RpcOptions): ServerStreamingCall<ModuleConfigurationRequest, ModuleConfigurationResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Sagittarius will call this method push new module configurations to aquila
|
|
23
|
+
*
|
|
24
|
+
* @generated from protobuf rpc: Push
|
|
25
|
+
*/
|
|
26
|
+
push(input: ModuleConfigurationPushRequest, options?: RpcOptions): UnaryCall<ModuleConfigurationPushRequest, ModuleConfigurationPushResponse>;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* This service will be implemented as a server by Sagittarius and as a client by Aquila.
|
|
30
|
+
*
|
|
31
|
+
* @generated from protobuf service sagittarius_gateway.ModuleService
|
|
32
|
+
*/
|
|
33
|
+
export declare class ModuleServiceClient implements IModuleServiceClient, ServiceInfo {
|
|
34
|
+
private readonly _transport;
|
|
35
|
+
typeName: string;
|
|
36
|
+
methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
|
|
37
|
+
options: {
|
|
38
|
+
[extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
|
|
39
|
+
};
|
|
40
|
+
constructor(_transport: RpcTransport);
|
|
41
|
+
/**
|
|
42
|
+
* Aquila will call this method to update modules
|
|
43
|
+
*
|
|
44
|
+
* @generated from protobuf rpc: Update
|
|
45
|
+
*/
|
|
46
|
+
update(input: ModuleUpdateRequest, options?: RpcOptions): UnaryCall<ModuleUpdateRequest, ModuleUpdateResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Aquila will call this method to open a stream to receive module configurations
|
|
49
|
+
*
|
|
50
|
+
* @generated from protobuf rpc: Configurations
|
|
51
|
+
*/
|
|
52
|
+
configurations(input: ModuleConfigurationRequest, options?: RpcOptions): ServerStreamingCall<ModuleConfigurationRequest, ModuleConfigurationResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* Sagittarius will call this method push new module configurations to aquila
|
|
55
|
+
*
|
|
56
|
+
* @generated from protobuf rpc: Push
|
|
57
|
+
*/
|
|
58
|
+
push(input: ModuleConfigurationPushRequest, options?: RpcOptions): UnaryCall<ModuleConfigurationPushRequest, ModuleConfigurationPushResponse>;
|
|
59
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
+
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
+
import { ModuleConfigurations, Module } from './shared.module_pb';
|
|
4
|
+
import { ServiceError } from './shared.errors_pb';
|
|
5
|
+
/**
|
|
6
|
+
* Request for updating a list of modules including data types, flow types and runtime function definitions
|
|
7
|
+
*
|
|
8
|
+
* @generated from protobuf message sagittarius_gateway.ModuleUpdateRequest
|
|
9
|
+
*/
|
|
10
|
+
export interface ModuleUpdateRequest {
|
|
11
|
+
/**
|
|
12
|
+
* List of modules
|
|
13
|
+
*
|
|
14
|
+
* @generated from protobuf field: repeated shared.Module modules = 1
|
|
15
|
+
*/
|
|
16
|
+
modules: Module[];
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Response of updating modules including data types, flow types and runtime function definitions
|
|
20
|
+
*
|
|
21
|
+
* @generated from protobuf message sagittarius_gateway.ModuleUpdateResponse
|
|
22
|
+
*/
|
|
23
|
+
export interface ModuleUpdateResponse {
|
|
24
|
+
/**
|
|
25
|
+
* True if was successful, false if not
|
|
26
|
+
*
|
|
27
|
+
* @generated from protobuf field: bool success = 1
|
|
28
|
+
*/
|
|
29
|
+
success: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* @generated from protobuf field: optional shared.ServiceError error = 2
|
|
32
|
+
*/
|
|
33
|
+
error?: ServiceError;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @generated from protobuf message sagittarius_gateway.ModuleConfigurationRequest
|
|
37
|
+
*/
|
|
38
|
+
export interface ModuleConfigurationRequest {
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @generated from protobuf message sagittarius_gateway.ModuleConfigurationResponse
|
|
42
|
+
*/
|
|
43
|
+
export interface ModuleConfigurationResponse {
|
|
44
|
+
/**
|
|
45
|
+
* @generated from protobuf field: shared.ModuleConfigurations module_configurations = 1
|
|
46
|
+
*/
|
|
47
|
+
moduleConfigurations?: ModuleConfigurations;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @generated from protobuf message sagittarius_gateway.ModuleConfigurationPushRequest
|
|
51
|
+
*/
|
|
52
|
+
export interface ModuleConfigurationPushRequest {
|
|
53
|
+
/**
|
|
54
|
+
* @generated from protobuf field: int64 runtime_identifier = 1
|
|
55
|
+
*/
|
|
56
|
+
runtimeIdentifier: bigint;
|
|
57
|
+
/**
|
|
58
|
+
* @generated from protobuf field: sagittarius_gateway.ModuleConfigurationResponse response = 2
|
|
59
|
+
*/
|
|
60
|
+
response?: ModuleConfigurationResponse;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @generated from protobuf message sagittarius_gateway.ModuleConfigurationPushResponse
|
|
64
|
+
*/
|
|
65
|
+
export interface ModuleConfigurationPushResponse {
|
|
66
|
+
}
|
|
67
|
+
declare class ModuleUpdateRequest$Type extends MessageType<ModuleUpdateRequest> {
|
|
68
|
+
constructor();
|
|
69
|
+
create(value?: PartialMessage<ModuleUpdateRequest>): ModuleUpdateRequest;
|
|
70
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ModuleUpdateRequest): ModuleUpdateRequest;
|
|
71
|
+
internalBinaryWrite(message: ModuleUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @generated MessageType for protobuf message sagittarius_gateway.ModuleUpdateRequest
|
|
75
|
+
*/
|
|
76
|
+
export declare const ModuleUpdateRequest: ModuleUpdateRequest$Type;
|
|
77
|
+
declare class ModuleUpdateResponse$Type extends MessageType<ModuleUpdateResponse> {
|
|
78
|
+
constructor();
|
|
79
|
+
create(value?: PartialMessage<ModuleUpdateResponse>): ModuleUpdateResponse;
|
|
80
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ModuleUpdateResponse): ModuleUpdateResponse;
|
|
81
|
+
internalBinaryWrite(message: ModuleUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* @generated MessageType for protobuf message sagittarius_gateway.ModuleUpdateResponse
|
|
85
|
+
*/
|
|
86
|
+
export declare const ModuleUpdateResponse: ModuleUpdateResponse$Type;
|
|
87
|
+
declare class ModuleConfigurationRequest$Type extends MessageType<ModuleConfigurationRequest> {
|
|
88
|
+
constructor();
|
|
89
|
+
create(value?: PartialMessage<ModuleConfigurationRequest>): ModuleConfigurationRequest;
|
|
90
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ModuleConfigurationRequest): ModuleConfigurationRequest;
|
|
91
|
+
internalBinaryWrite(message: ModuleConfigurationRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* @generated MessageType for protobuf message sagittarius_gateway.ModuleConfigurationRequest
|
|
95
|
+
*/
|
|
96
|
+
export declare const ModuleConfigurationRequest: ModuleConfigurationRequest$Type;
|
|
97
|
+
declare class ModuleConfigurationResponse$Type extends MessageType<ModuleConfigurationResponse> {
|
|
98
|
+
constructor();
|
|
99
|
+
create(value?: PartialMessage<ModuleConfigurationResponse>): ModuleConfigurationResponse;
|
|
100
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ModuleConfigurationResponse): ModuleConfigurationResponse;
|
|
101
|
+
internalBinaryWrite(message: ModuleConfigurationResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* @generated MessageType for protobuf message sagittarius_gateway.ModuleConfigurationResponse
|
|
105
|
+
*/
|
|
106
|
+
export declare const ModuleConfigurationResponse: ModuleConfigurationResponse$Type;
|
|
107
|
+
declare class ModuleConfigurationPushRequest$Type extends MessageType<ModuleConfigurationPushRequest> {
|
|
108
|
+
constructor();
|
|
109
|
+
create(value?: PartialMessage<ModuleConfigurationPushRequest>): ModuleConfigurationPushRequest;
|
|
110
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ModuleConfigurationPushRequest): ModuleConfigurationPushRequest;
|
|
111
|
+
internalBinaryWrite(message: ModuleConfigurationPushRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* @generated MessageType for protobuf message sagittarius_gateway.ModuleConfigurationPushRequest
|
|
115
|
+
*/
|
|
116
|
+
export declare const ModuleConfigurationPushRequest: ModuleConfigurationPushRequest$Type;
|
|
117
|
+
declare class ModuleConfigurationPushResponse$Type extends MessageType<ModuleConfigurationPushResponse> {
|
|
118
|
+
constructor();
|
|
119
|
+
create(value?: PartialMessage<ModuleConfigurationPushResponse>): ModuleConfigurationPushResponse;
|
|
120
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ModuleConfigurationPushResponse): ModuleConfigurationPushResponse;
|
|
121
|
+
internalBinaryWrite(message: ModuleConfigurationPushResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* @generated MessageType for protobuf message sagittarius_gateway.ModuleConfigurationPushResponse
|
|
125
|
+
*/
|
|
126
|
+
export declare const ModuleConfigurationPushResponse: ModuleConfigurationPushResponse$Type;
|
|
127
|
+
/**
|
|
128
|
+
* @generated ServiceType for protobuf service sagittarius_gateway.ModuleService
|
|
129
|
+
*/
|
|
130
|
+
export declare const ModuleService: ServiceType;
|
|
131
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
+
import { RuntimeStatusUpdateResponse, RuntimeStatusUpdateRequest } from './sagittarius_gateway.runtime_status_pb';
|
|
3
|
+
/**
|
|
4
|
+
* @generated from protobuf service sagittarius_gateway.RuntimeStatusService
|
|
5
|
+
*/
|
|
6
|
+
export interface IRuntimeStatusServiceClient {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from protobuf rpc: Update
|
|
9
|
+
*/
|
|
10
|
+
update(input: RuntimeStatusUpdateRequest, options?: RpcOptions): UnaryCall<RuntimeStatusUpdateRequest, RuntimeStatusUpdateResponse>;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @generated from protobuf service sagittarius_gateway.RuntimeStatusService
|
|
14
|
+
*/
|
|
15
|
+
export declare class RuntimeStatusServiceClient implements IRuntimeStatusServiceClient, ServiceInfo {
|
|
16
|
+
private readonly _transport;
|
|
17
|
+
typeName: string;
|
|
18
|
+
methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
|
|
19
|
+
options: {
|
|
20
|
+
[extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
|
|
21
|
+
};
|
|
22
|
+
constructor(_transport: RpcTransport);
|
|
23
|
+
/**
|
|
24
|
+
* @generated from protobuf rpc: Update
|
|
25
|
+
*/
|
|
26
|
+
update(input: RuntimeStatusUpdateRequest, options?: RpcOptions): UnaryCall<RuntimeStatusUpdateRequest, RuntimeStatusUpdateResponse>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
+
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
+
import { ServiceError } from './shared.errors_pb';
|
|
4
|
+
import { ModuleStatus } from './shared.runtime_status_pb';
|
|
5
|
+
/**
|
|
6
|
+
* @generated from protobuf message sagittarius_gateway.RuntimeStatusUpdateRequest
|
|
7
|
+
*/
|
|
8
|
+
export interface RuntimeStatusUpdateRequest {
|
|
9
|
+
/**
|
|
10
|
+
* @generated from protobuf field: shared.ModuleStatus status = 1
|
|
11
|
+
*/
|
|
12
|
+
status?: ModuleStatus;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @generated from protobuf message sagittarius_gateway.RuntimeStatusUpdateResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface RuntimeStatusUpdateResponse {
|
|
18
|
+
/**
|
|
19
|
+
* @generated from protobuf field: bool success = 1
|
|
20
|
+
*/
|
|
21
|
+
success: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* @generated from protobuf field: optional shared.ServiceError error = 2
|
|
24
|
+
*/
|
|
25
|
+
error?: ServiceError;
|
|
26
|
+
}
|
|
27
|
+
declare class RuntimeStatusUpdateRequest$Type extends MessageType<RuntimeStatusUpdateRequest> {
|
|
28
|
+
constructor();
|
|
29
|
+
create(value?: PartialMessage<RuntimeStatusUpdateRequest>): RuntimeStatusUpdateRequest;
|
|
30
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RuntimeStatusUpdateRequest): RuntimeStatusUpdateRequest;
|
|
31
|
+
internalBinaryWrite(message: RuntimeStatusUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @generated MessageType for protobuf message sagittarius_gateway.RuntimeStatusUpdateRequest
|
|
35
|
+
*/
|
|
36
|
+
export declare const RuntimeStatusUpdateRequest: RuntimeStatusUpdateRequest$Type;
|
|
37
|
+
declare class RuntimeStatusUpdateResponse$Type extends MessageType<RuntimeStatusUpdateResponse> {
|
|
38
|
+
constructor();
|
|
39
|
+
create(value?: PartialMessage<RuntimeStatusUpdateResponse>): RuntimeStatusUpdateResponse;
|
|
40
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RuntimeStatusUpdateResponse): RuntimeStatusUpdateResponse;
|
|
41
|
+
internalBinaryWrite(message: RuntimeStatusUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @generated MessageType for protobuf message sagittarius_gateway.RuntimeStatusUpdateResponse
|
|
45
|
+
*/
|
|
46
|
+
export declare const RuntimeStatusUpdateResponse: RuntimeStatusUpdateResponse$Type;
|
|
47
|
+
/**
|
|
48
|
+
* @generated ServiceType for protobuf service sagittarius_gateway.RuntimeStatusService
|
|
49
|
+
*/
|
|
50
|
+
export declare const RuntimeStatusService: ServiceType;
|
|
51
|
+
export {};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { RpcTransport, ServiceInfo, UnaryCall, DuplexStreamingCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
+
import { ExecutionPushResponse, ExecutionPushRequest, ExecutionLogonResponse, ExecutionLogonRequest } from './sagittarius_gateway.test_execution_pb';
|
|
3
|
+
/**
|
|
4
|
+
* @generated from protobuf service sagittarius_gateway.ExecutionService
|
|
5
|
+
*/
|
|
6
|
+
export interface IExecutionServiceClient {
|
|
7
|
+
/**
|
|
8
|
+
* Called by Aquila
|
|
9
|
+
*
|
|
10
|
+
* @generated from protobuf rpc: Update
|
|
11
|
+
*/
|
|
12
|
+
update(options?: RpcOptions): DuplexStreamingCall<ExecutionLogonRequest, ExecutionLogonResponse>;
|
|
13
|
+
/**
|
|
14
|
+
* Called by Sagittarius
|
|
15
|
+
*
|
|
16
|
+
* @generated from protobuf rpc: Push
|
|
17
|
+
*/
|
|
18
|
+
push(input: ExecutionPushRequest, options?: RpcOptions): UnaryCall<ExecutionPushRequest, ExecutionPushResponse>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @generated from protobuf service sagittarius_gateway.ExecutionService
|
|
22
|
+
*/
|
|
23
|
+
export declare class ExecutionServiceClient implements IExecutionServiceClient, ServiceInfo {
|
|
24
|
+
private readonly _transport;
|
|
25
|
+
typeName: string;
|
|
26
|
+
methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
|
|
27
|
+
options: {
|
|
28
|
+
[extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
|
|
29
|
+
};
|
|
30
|
+
constructor(_transport: RpcTransport);
|
|
31
|
+
/**
|
|
32
|
+
* Called by Aquila
|
|
33
|
+
*
|
|
34
|
+
* @generated from protobuf rpc: Update
|
|
35
|
+
*/
|
|
36
|
+
update(options?: RpcOptions): DuplexStreamingCall<ExecutionLogonRequest, ExecutionLogonResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Called by Sagittarius
|
|
39
|
+
*
|
|
40
|
+
* @generated from protobuf rpc: Push
|
|
41
|
+
*/
|
|
42
|
+
push(input: ExecutionPushRequest, options?: RpcOptions): UnaryCall<ExecutionPushRequest, ExecutionPushResponse>;
|
|
43
|
+
}
|
|
@@ -3,12 +3,12 @@ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, Pa
|
|
|
3
3
|
import { ExecutionResult } from './shared.execution_result_pb';
|
|
4
4
|
import { Value } from './shared.struct_pb';
|
|
5
5
|
/**
|
|
6
|
-
* @generated from protobuf message
|
|
6
|
+
* @generated from protobuf message sagittarius_gateway.Logon
|
|
7
7
|
*/
|
|
8
8
|
export interface Logon {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* @generated from protobuf message
|
|
11
|
+
* @generated from protobuf message sagittarius_gateway.TestExecutionRequest
|
|
12
12
|
*/
|
|
13
13
|
export interface TestExecutionRequest {
|
|
14
14
|
/**
|
|
@@ -28,7 +28,7 @@ export interface TestExecutionRequest {
|
|
|
28
28
|
* Aquila sends a logon request to Sagittarius that initiates a stream
|
|
29
29
|
* If the stream is initialized it will return the result after it received a request
|
|
30
30
|
*
|
|
31
|
-
* @generated from protobuf message
|
|
31
|
+
* @generated from protobuf message sagittarius_gateway.ExecutionLogonRequest
|
|
32
32
|
*/
|
|
33
33
|
export interface ExecutionLogonRequest {
|
|
34
34
|
/**
|
|
@@ -37,7 +37,7 @@ export interface ExecutionLogonRequest {
|
|
|
37
37
|
data: {
|
|
38
38
|
oneofKind: "logon";
|
|
39
39
|
/**
|
|
40
|
-
* @generated from protobuf field:
|
|
40
|
+
* @generated from protobuf field: sagittarius_gateway.Logon logon = 1
|
|
41
41
|
*/
|
|
42
42
|
logon: Logon;
|
|
43
43
|
} | {
|
|
@@ -53,14 +53,28 @@ export interface ExecutionLogonRequest {
|
|
|
53
53
|
/**
|
|
54
54
|
* Sagittarius sends execution requests
|
|
55
55
|
*
|
|
56
|
-
* @generated from protobuf message
|
|
56
|
+
* @generated from protobuf message sagittarius_gateway.ExecutionLogonResponse
|
|
57
57
|
*/
|
|
58
58
|
export interface ExecutionLogonResponse {
|
|
59
59
|
/**
|
|
60
|
-
* @generated from protobuf field:
|
|
60
|
+
* @generated from protobuf field: sagittarius_gateway.TestExecutionRequest request = 1
|
|
61
61
|
*/
|
|
62
62
|
request?: TestExecutionRequest;
|
|
63
63
|
}
|
|
64
|
+
/**
|
|
65
|
+
* @generated from protobuf message sagittarius_gateway.ExecutionPushRequest
|
|
66
|
+
*/
|
|
67
|
+
export interface ExecutionPushRequest {
|
|
68
|
+
/**
|
|
69
|
+
* @generated from protobuf field: sagittarius_gateway.TestExecutionRequest request = 1
|
|
70
|
+
*/
|
|
71
|
+
request?: TestExecutionRequest;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @generated from protobuf message sagittarius_gateway.ExecutionPushResponse
|
|
75
|
+
*/
|
|
76
|
+
export interface ExecutionPushResponse {
|
|
77
|
+
}
|
|
64
78
|
declare class Logon$Type extends MessageType<Logon> {
|
|
65
79
|
constructor();
|
|
66
80
|
create(value?: PartialMessage<Logon>): Logon;
|
|
@@ -68,7 +82,7 @@ declare class Logon$Type extends MessageType<Logon> {
|
|
|
68
82
|
internalBinaryWrite(message: Logon, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
69
83
|
}
|
|
70
84
|
/**
|
|
71
|
-
* @generated MessageType for protobuf message
|
|
85
|
+
* @generated MessageType for protobuf message sagittarius_gateway.Logon
|
|
72
86
|
*/
|
|
73
87
|
export declare const Logon: Logon$Type;
|
|
74
88
|
declare class TestExecutionRequest$Type extends MessageType<TestExecutionRequest> {
|
|
@@ -78,7 +92,7 @@ declare class TestExecutionRequest$Type extends MessageType<TestExecutionRequest
|
|
|
78
92
|
internalBinaryWrite(message: TestExecutionRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
79
93
|
}
|
|
80
94
|
/**
|
|
81
|
-
* @generated MessageType for protobuf message
|
|
95
|
+
* @generated MessageType for protobuf message sagittarius_gateway.TestExecutionRequest
|
|
82
96
|
*/
|
|
83
97
|
export declare const TestExecutionRequest: TestExecutionRequest$Type;
|
|
84
98
|
declare class ExecutionLogonRequest$Type extends MessageType<ExecutionLogonRequest> {
|
|
@@ -88,7 +102,7 @@ declare class ExecutionLogonRequest$Type extends MessageType<ExecutionLogonReque
|
|
|
88
102
|
internalBinaryWrite(message: ExecutionLogonRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
89
103
|
}
|
|
90
104
|
/**
|
|
91
|
-
* @generated MessageType for protobuf message
|
|
105
|
+
* @generated MessageType for protobuf message sagittarius_gateway.ExecutionLogonRequest
|
|
92
106
|
*/
|
|
93
107
|
export declare const ExecutionLogonRequest: ExecutionLogonRequest$Type;
|
|
94
108
|
declare class ExecutionLogonResponse$Type extends MessageType<ExecutionLogonResponse> {
|
|
@@ -98,11 +112,31 @@ declare class ExecutionLogonResponse$Type extends MessageType<ExecutionLogonResp
|
|
|
98
112
|
internalBinaryWrite(message: ExecutionLogonResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
99
113
|
}
|
|
100
114
|
/**
|
|
101
|
-
* @generated MessageType for protobuf message
|
|
115
|
+
* @generated MessageType for protobuf message sagittarius_gateway.ExecutionLogonResponse
|
|
102
116
|
*/
|
|
103
117
|
export declare const ExecutionLogonResponse: ExecutionLogonResponse$Type;
|
|
118
|
+
declare class ExecutionPushRequest$Type extends MessageType<ExecutionPushRequest> {
|
|
119
|
+
constructor();
|
|
120
|
+
create(value?: PartialMessage<ExecutionPushRequest>): ExecutionPushRequest;
|
|
121
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExecutionPushRequest): ExecutionPushRequest;
|
|
122
|
+
internalBinaryWrite(message: ExecutionPushRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* @generated MessageType for protobuf message sagittarius_gateway.ExecutionPushRequest
|
|
126
|
+
*/
|
|
127
|
+
export declare const ExecutionPushRequest: ExecutionPushRequest$Type;
|
|
128
|
+
declare class ExecutionPushResponse$Type extends MessageType<ExecutionPushResponse> {
|
|
129
|
+
constructor();
|
|
130
|
+
create(value?: PartialMessage<ExecutionPushResponse>): ExecutionPushResponse;
|
|
131
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExecutionPushResponse): ExecutionPushResponse;
|
|
132
|
+
internalBinaryWrite(message: ExecutionPushResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* @generated MessageType for protobuf message sagittarius_gateway.ExecutionPushResponse
|
|
136
|
+
*/
|
|
137
|
+
export declare const ExecutionPushResponse: ExecutionPushResponse$Type;
|
|
104
138
|
/**
|
|
105
|
-
* @generated ServiceType for protobuf service
|
|
139
|
+
* @generated ServiceType for protobuf service sagittarius_gateway.ExecutionService
|
|
106
140
|
*/
|
|
107
141
|
export declare const ExecutionService: ServiceType;
|
|
108
142
|
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
+
import { FlowResponse, FlowLogonRequest } from './sagittarius_rails.flow_pb';
|
|
3
|
+
/**
|
|
4
|
+
* @generated from protobuf service sagittarius_rails.FlowService
|
|
5
|
+
*/
|
|
6
|
+
export interface IFlowServiceClient {
|
|
7
|
+
/**
|
|
8
|
+
* Called by Gateway
|
|
9
|
+
*
|
|
10
|
+
* @generated from protobuf rpc: Update
|
|
11
|
+
*/
|
|
12
|
+
update(input: FlowLogonRequest, options?: RpcOptions): UnaryCall<FlowLogonRequest, FlowResponse>;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @generated from protobuf service sagittarius_rails.FlowService
|
|
16
|
+
*/
|
|
17
|
+
export declare class FlowServiceClient implements IFlowServiceClient, ServiceInfo {
|
|
18
|
+
private readonly _transport;
|
|
19
|
+
typeName: string;
|
|
20
|
+
methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
|
|
21
|
+
options: {
|
|
22
|
+
[extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
|
|
23
|
+
};
|
|
24
|
+
constructor(_transport: RpcTransport);
|
|
25
|
+
/**
|
|
26
|
+
* Called by Gateway
|
|
27
|
+
*
|
|
28
|
+
* @generated from protobuf rpc: Update
|
|
29
|
+
*/
|
|
30
|
+
update(input: FlowLogonRequest, options?: RpcOptions): UnaryCall<FlowLogonRequest, FlowResponse>;
|
|
31
|
+
}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
2
|
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
-
import { ModuleConfigurations } from './shared.module_pb';
|
|
4
3
|
import { Flows, ValidationFlow } from './shared.flow_pb';
|
|
5
4
|
/**
|
|
6
5
|
* Aquila sends a request to initialise stream to Sagittarius
|
|
7
6
|
*
|
|
8
|
-
* @generated from protobuf message
|
|
7
|
+
* @generated from protobuf message sagittarius_rails.FlowLogonRequest
|
|
9
8
|
*/
|
|
10
9
|
export interface FlowLogonRequest {
|
|
11
10
|
}
|
|
12
11
|
/**
|
|
13
12
|
* Sagittarius sends flow to be updated
|
|
14
13
|
*
|
|
15
|
-
* @generated from protobuf message
|
|
14
|
+
* @generated from protobuf message sagittarius_rails.FlowResponse
|
|
16
15
|
*/
|
|
17
16
|
export interface FlowResponse {
|
|
18
17
|
/**
|
|
@@ -42,14 +41,6 @@ export interface FlowResponse {
|
|
|
42
41
|
* @generated from protobuf field: shared.Flows flows = 3
|
|
43
42
|
*/
|
|
44
43
|
flows: Flows;
|
|
45
|
-
} | {
|
|
46
|
-
oneofKind: "moduleConfigurations";
|
|
47
|
-
/**
|
|
48
|
-
* ModuleConfigurations that have been configured by the user
|
|
49
|
-
*
|
|
50
|
-
* @generated from protobuf field: shared.ModuleConfigurations module_configurations = 4
|
|
51
|
-
*/
|
|
52
|
-
moduleConfigurations: ModuleConfigurations;
|
|
53
44
|
} | {
|
|
54
45
|
oneofKind: undefined;
|
|
55
46
|
};
|
|
@@ -61,7 +52,7 @@ declare class FlowLogonRequest$Type extends MessageType<FlowLogonRequest> {
|
|
|
61
52
|
internalBinaryWrite(message: FlowLogonRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
62
53
|
}
|
|
63
54
|
/**
|
|
64
|
-
* @generated MessageType for protobuf message
|
|
55
|
+
* @generated MessageType for protobuf message sagittarius_rails.FlowLogonRequest
|
|
65
56
|
*/
|
|
66
57
|
export declare const FlowLogonRequest: FlowLogonRequest$Type;
|
|
67
58
|
declare class FlowResponse$Type extends MessageType<FlowResponse> {
|
|
@@ -71,11 +62,11 @@ declare class FlowResponse$Type extends MessageType<FlowResponse> {
|
|
|
71
62
|
internalBinaryWrite(message: FlowResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
72
63
|
}
|
|
73
64
|
/**
|
|
74
|
-
* @generated MessageType for protobuf message
|
|
65
|
+
* @generated MessageType for protobuf message sagittarius_rails.FlowResponse
|
|
75
66
|
*/
|
|
76
67
|
export declare const FlowResponse: FlowResponse$Type;
|
|
77
68
|
/**
|
|
78
|
-
* @generated ServiceType for protobuf service
|
|
69
|
+
* @generated ServiceType for protobuf service sagittarius_rails.FlowService
|
|
79
70
|
*/
|
|
80
71
|
export declare const FlowService: ServiceType;
|
|
81
72
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { ModuleUpdateResponse, ModuleUpdateRequest } from './
|
|
2
|
+
import { ModuleUpdateResponse, ModuleUpdateRequest } from './sagittarius_rails.module_pb';
|
|
3
3
|
/**
|
|
4
4
|
* This service will be implemented as a server by Sagittarius and as a client by Aquila.
|
|
5
5
|
*
|
|
6
|
-
* @generated from protobuf service
|
|
6
|
+
* @generated from protobuf service sagittarius_rails.ModuleService
|
|
7
7
|
*/
|
|
8
8
|
export interface IModuleServiceClient {
|
|
9
9
|
/**
|
|
@@ -14,7 +14,7 @@ export interface IModuleServiceClient {
|
|
|
14
14
|
/**
|
|
15
15
|
* This service will be implemented as a server by Sagittarius and as a client by Aquila.
|
|
16
16
|
*
|
|
17
|
-
* @generated from protobuf service
|
|
17
|
+
* @generated from protobuf service sagittarius_rails.ModuleService
|
|
18
18
|
*/
|
|
19
19
|
export declare class ModuleServiceClient implements IModuleServiceClient, ServiceInfo {
|
|
20
20
|
private readonly _transport;
|
|
@@ -5,7 +5,7 @@ import { Module } from './shared.module_pb';
|
|
|
5
5
|
/**
|
|
6
6
|
* Request for updating a list of modules including data types, flow types and runtime function definitions
|
|
7
7
|
*
|
|
8
|
-
* @generated from protobuf message
|
|
8
|
+
* @generated from protobuf message sagittarius_rails.ModuleUpdateRequest
|
|
9
9
|
*/
|
|
10
10
|
export interface ModuleUpdateRequest {
|
|
11
11
|
/**
|
|
@@ -14,11 +14,17 @@ export interface ModuleUpdateRequest {
|
|
|
14
14
|
* @generated from protobuf field: repeated shared.Module modules = 1
|
|
15
15
|
*/
|
|
16
16
|
modules: Module[];
|
|
17
|
+
/**
|
|
18
|
+
* List of all available definition sources
|
|
19
|
+
*
|
|
20
|
+
* @generated from protobuf field: repeated string available_defintition_soruces = 2
|
|
21
|
+
*/
|
|
22
|
+
availableDefintitionSoruces: string[];
|
|
17
23
|
}
|
|
18
24
|
/**
|
|
19
25
|
* Response of updating modules including data types, flow types and runtime function definitions
|
|
20
26
|
*
|
|
21
|
-
* @generated from protobuf message
|
|
27
|
+
* @generated from protobuf message sagittarius_rails.ModuleUpdateResponse
|
|
22
28
|
*/
|
|
23
29
|
export interface ModuleUpdateResponse {
|
|
24
30
|
/**
|
|
@@ -39,7 +45,7 @@ declare class ModuleUpdateRequest$Type extends MessageType<ModuleUpdateRequest>
|
|
|
39
45
|
internalBinaryWrite(message: ModuleUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
40
46
|
}
|
|
41
47
|
/**
|
|
42
|
-
* @generated MessageType for protobuf message
|
|
48
|
+
* @generated MessageType for protobuf message sagittarius_rails.ModuleUpdateRequest
|
|
43
49
|
*/
|
|
44
50
|
export declare const ModuleUpdateRequest: ModuleUpdateRequest$Type;
|
|
45
51
|
declare class ModuleUpdateResponse$Type extends MessageType<ModuleUpdateResponse> {
|
|
@@ -49,11 +55,11 @@ declare class ModuleUpdateResponse$Type extends MessageType<ModuleUpdateResponse
|
|
|
49
55
|
internalBinaryWrite(message: ModuleUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
50
56
|
}
|
|
51
57
|
/**
|
|
52
|
-
* @generated MessageType for protobuf message
|
|
58
|
+
* @generated MessageType for protobuf message sagittarius_rails.ModuleUpdateResponse
|
|
53
59
|
*/
|
|
54
60
|
export declare const ModuleUpdateResponse: ModuleUpdateResponse$Type;
|
|
55
61
|
/**
|
|
56
|
-
* @generated ServiceType for protobuf service
|
|
62
|
+
* @generated ServiceType for protobuf service sagittarius_rails.ModuleService
|
|
57
63
|
*/
|
|
58
64
|
export declare const ModuleService: ServiceType;
|
|
59
65
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { RuntimeStatusUpdateResponse, RuntimeStatusUpdateRequest } from './
|
|
2
|
+
import { RuntimeStatusUpdateResponse, RuntimeStatusUpdateRequest } from './sagittarius_rails.runtime_status_pb';
|
|
3
3
|
/**
|
|
4
|
-
* @generated from protobuf service
|
|
4
|
+
* @generated from protobuf service sagittarius_rails.RuntimeStatusService
|
|
5
5
|
*/
|
|
6
6
|
export interface IRuntimeStatusServiceClient {
|
|
7
7
|
/**
|
|
@@ -10,7 +10,7 @@ export interface IRuntimeStatusServiceClient {
|
|
|
10
10
|
update(input: RuntimeStatusUpdateRequest, options?: RpcOptions): UnaryCall<RuntimeStatusUpdateRequest, RuntimeStatusUpdateResponse>;
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
|
-
* @generated from protobuf service
|
|
13
|
+
* @generated from protobuf service sagittarius_rails.RuntimeStatusService
|
|
14
14
|
*/
|
|
15
15
|
export declare class RuntimeStatusServiceClient implements IRuntimeStatusServiceClient, ServiceInfo {
|
|
16
16
|
private readonly _transport;
|
|
@@ -3,7 +3,7 @@ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, Pa
|
|
|
3
3
|
import { ServiceError } from './shared.errors_pb';
|
|
4
4
|
import { ModuleStatus } from './shared.runtime_status_pb';
|
|
5
5
|
/**
|
|
6
|
-
* @generated from protobuf message
|
|
6
|
+
* @generated from protobuf message sagittarius_rails.RuntimeStatusUpdateRequest
|
|
7
7
|
*/
|
|
8
8
|
export interface RuntimeStatusUpdateRequest {
|
|
9
9
|
/**
|
|
@@ -12,7 +12,7 @@ export interface RuntimeStatusUpdateRequest {
|
|
|
12
12
|
status?: ModuleStatus;
|
|
13
13
|
}
|
|
14
14
|
/**
|
|
15
|
-
* @generated from protobuf message
|
|
15
|
+
* @generated from protobuf message sagittarius_rails.RuntimeStatusUpdateResponse
|
|
16
16
|
*/
|
|
17
17
|
export interface RuntimeStatusUpdateResponse {
|
|
18
18
|
/**
|
|
@@ -31,7 +31,7 @@ declare class RuntimeStatusUpdateRequest$Type extends MessageType<RuntimeStatusU
|
|
|
31
31
|
internalBinaryWrite(message: RuntimeStatusUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
|
-
* @generated MessageType for protobuf message
|
|
34
|
+
* @generated MessageType for protobuf message sagittarius_rails.RuntimeStatusUpdateRequest
|
|
35
35
|
*/
|
|
36
36
|
export declare const RuntimeStatusUpdateRequest: RuntimeStatusUpdateRequest$Type;
|
|
37
37
|
declare class RuntimeStatusUpdateResponse$Type extends MessageType<RuntimeStatusUpdateResponse> {
|
|
@@ -41,11 +41,11 @@ declare class RuntimeStatusUpdateResponse$Type extends MessageType<RuntimeStatus
|
|
|
41
41
|
internalBinaryWrite(message: RuntimeStatusUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
-
* @generated MessageType for protobuf message
|
|
44
|
+
* @generated MessageType for protobuf message sagittarius_rails.RuntimeStatusUpdateResponse
|
|
45
45
|
*/
|
|
46
46
|
export declare const RuntimeStatusUpdateResponse: RuntimeStatusUpdateResponse$Type;
|
|
47
47
|
/**
|
|
48
|
-
* @generated ServiceType for protobuf service
|
|
48
|
+
* @generated ServiceType for protobuf service sagittarius_rails.RuntimeStatusService
|
|
49
49
|
*/
|
|
50
50
|
export declare const RuntimeStatusService: ServiceType;
|
|
51
51
|
export {};
|