@code0-tech/tucana 0.0.68 → 0.0.69
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 +252 -617
- package/dist/pb/_generated/aquila.action_pb.client.d.ts +3 -3
- package/dist/pb/_generated/aquila.action_pb.d.ts +46 -119
- package/dist/pb/_generated/{aquila.flow_type_pb.client.d.ts → aquila.module_pb.client.d.ts} +9 -9
- package/dist/pb/_generated/aquila.module_pb.d.ts +54 -0
- package/dist/pb/_generated/aquila.runtime_status_pb.d.ts +7 -1
- package/dist/pb/_generated/sagittarius.flow_pb.d.ts +5 -5
- package/dist/pb/_generated/{sagittarius.flow_type_pb.client.d.ts → sagittarius.module_pb.client.d.ts} +7 -7
- package/dist/pb/_generated/sagittarius.module_pb.d.ts +59 -0
- package/dist/pb/_generated/sagittarius.runtime_status_pb.d.ts +12 -1
- package/dist/pb/_generated/sagittarius.runtime_usage_pb.d.ts +5 -0
- package/dist/pb/_generated/sagittarius.text_execution_pb.d.ts +5 -163
- package/dist/pb/_generated/shared.errors_pb.d.ts +122 -0
- package/dist/pb/_generated/shared.execution_result_pb.d.ts +131 -0
- package/dist/pb/_generated/shared.flow_pb.d.ts +83 -5
- package/dist/pb/_generated/{shared.flow_definition_pb.d.ts → shared.flow_type_pb.d.ts} +12 -0
- package/dist/pb/_generated/shared.function_pb.d.ts +4 -0
- package/dist/pb/_generated/shared.module_pb.d.ts +196 -0
- package/dist/pb/_generated/shared.runtime_flow_type_pb.d.ts +136 -0
- package/dist/pb/_generated/shared.runtime_function_pb.d.ts +4 -0
- package/dist/pb/_generated/shared.runtime_status_pb.d.ts +95 -32
- package/dist/pb/aquila.d.ts +2 -8
- package/dist/pb/sagittarius.d.ts +2 -10
- package/dist/pb/shared.d.ts +5 -2
- package/dist/{rpc-interceptor-CMOWd86Q.cjs → rpc-interceptor-4ZNqeHp7.cjs} +1 -1
- package/dist/{rpc-interceptor-DTRGJkmz.js → rpc-interceptor-DpAjfIVk.js} +1 -1
- package/dist/sagittarius.cjs.js +1 -1
- package/dist/sagittarius.es.js +366 -996
- package/dist/shared.cjs.js +1 -1
- package/dist/shared.es.js +3 -3
- package/dist/shared.flow_pb-CAu-uZAs.cjs +1 -0
- package/dist/shared.flow_pb-YdrVU_yH.js +877 -0
- package/dist/shared.runtime_usage_pb-6pp995qK.cjs +2 -0
- package/dist/{shared.runtime_usage_pb-C4_UdBmo.js → shared.runtime_usage_pb-Qa9pCiee.js} +2099 -1057
- package/package.json +1 -1
- package/dist/pb/_generated/aquila.data_type_pb.client.d.ts +0 -27
- package/dist/pb/_generated/aquila.data_type_pb.d.ts +0 -54
- package/dist/pb/_generated/aquila.flow_type_pb.d.ts +0 -54
- package/dist/pb/_generated/aquila.function_pb.client.d.ts +0 -31
- package/dist/pb/_generated/aquila.function_pb.d.ts +0 -54
- package/dist/pb/_generated/aquila.runtime_function_pb.client.d.ts +0 -31
- package/dist/pb/_generated/aquila.runtime_function_pb.d.ts +0 -54
- package/dist/pb/_generated/sagittarius.action_configuration_pb.client.d.ts +0 -27
- package/dist/pb/_generated/sagittarius.action_configuration_pb.d.ts +0 -60
- package/dist/pb/_generated/sagittarius.data_type_pb.client.d.ts +0 -27
- package/dist/pb/_generated/sagittarius.data_type_pb.d.ts +0 -54
- package/dist/pb/_generated/sagittarius.flow_type_pb.d.ts +0 -54
- package/dist/pb/_generated/sagittarius.function_pb.client.d.ts +0 -31
- package/dist/pb/_generated/sagittarius.function_pb.d.ts +0 -54
- package/dist/pb/_generated/sagittarius.runtime_function_pb.client.d.ts +0 -31
- package/dist/pb/_generated/sagittarius.runtime_function_pb.d.ts +0 -54
- package/dist/pb/_generated/shared.action_configuration_pb.d.ts +0 -120
- package/dist/shared.flow_pb-B3074C-y.js +0 -717
- package/dist/shared.flow_pb-CWFj5vbi.cjs +0 -1
- package/dist/shared.runtime_usage_pb-D4aGN4uQ.cjs +0 -2
package/package.json
CHANGED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { DataTypeUpdateResponse, DataTypeUpdateRequest } from './aquila.data_type_pb';
|
|
3
|
-
/**
|
|
4
|
-
* @generated from protobuf service aquila.DataTypeService
|
|
5
|
-
*/
|
|
6
|
-
export interface IDataTypeServiceClient {
|
|
7
|
-
/**
|
|
8
|
-
* @generated from protobuf rpc: Update
|
|
9
|
-
*/
|
|
10
|
-
update(input: DataTypeUpdateRequest, options?: RpcOptions): UnaryCall<DataTypeUpdateRequest, DataTypeUpdateResponse>;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @generated from protobuf service aquila.DataTypeService
|
|
14
|
-
*/
|
|
15
|
-
export declare class DataTypeServiceClient implements IDataTypeServiceClient, 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: DataTypeUpdateRequest, options?: RpcOptions): UnaryCall<DataTypeUpdateRequest, DataTypeUpdateResponse>;
|
|
27
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
-
import { DefinitionDataType } from './shared.data_type_pb';
|
|
4
|
-
/**
|
|
5
|
-
* Request for updating a data type
|
|
6
|
-
*
|
|
7
|
-
* @generated from protobuf message aquila.DataTypeUpdateRequest
|
|
8
|
-
*/
|
|
9
|
-
export interface DataTypeUpdateRequest {
|
|
10
|
-
/**
|
|
11
|
-
* List of data types that should be updated
|
|
12
|
-
*
|
|
13
|
-
* @generated from protobuf field: repeated shared.DefinitionDataType data_types = 1
|
|
14
|
-
*/
|
|
15
|
-
dataTypes: DefinitionDataType[];
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Response of updating a data type
|
|
19
|
-
*
|
|
20
|
-
* @generated from protobuf message aquila.DataTypeUpdateResponse
|
|
21
|
-
*/
|
|
22
|
-
export interface DataTypeUpdateResponse {
|
|
23
|
-
/**
|
|
24
|
-
* True if was successful, false if not
|
|
25
|
-
*
|
|
26
|
-
* @generated from protobuf field: bool success = 1
|
|
27
|
-
*/
|
|
28
|
-
success: boolean;
|
|
29
|
-
}
|
|
30
|
-
declare class DataTypeUpdateRequest$Type extends MessageType<DataTypeUpdateRequest> {
|
|
31
|
-
constructor();
|
|
32
|
-
create(value?: PartialMessage<DataTypeUpdateRequest>): DataTypeUpdateRequest;
|
|
33
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DataTypeUpdateRequest): DataTypeUpdateRequest;
|
|
34
|
-
internalBinaryWrite(message: DataTypeUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @generated MessageType for protobuf message aquila.DataTypeUpdateRequest
|
|
38
|
-
*/
|
|
39
|
-
export declare const DataTypeUpdateRequest: DataTypeUpdateRequest$Type;
|
|
40
|
-
declare class DataTypeUpdateResponse$Type extends MessageType<DataTypeUpdateResponse> {
|
|
41
|
-
constructor();
|
|
42
|
-
create(value?: PartialMessage<DataTypeUpdateResponse>): DataTypeUpdateResponse;
|
|
43
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DataTypeUpdateResponse): DataTypeUpdateResponse;
|
|
44
|
-
internalBinaryWrite(message: DataTypeUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* @generated MessageType for protobuf message aquila.DataTypeUpdateResponse
|
|
48
|
-
*/
|
|
49
|
-
export declare const DataTypeUpdateResponse: DataTypeUpdateResponse$Type;
|
|
50
|
-
/**
|
|
51
|
-
* @generated ServiceType for protobuf service aquila.DataTypeService
|
|
52
|
-
*/
|
|
53
|
-
export declare const DataTypeService: ServiceType;
|
|
54
|
-
export {};
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
-
import { FlowType } from './shared.flow_definition_pb';
|
|
4
|
-
/**
|
|
5
|
-
* Request for updating a list of adapter flow types
|
|
6
|
-
*
|
|
7
|
-
* @generated from protobuf message aquila.FlowTypeUpdateRequest
|
|
8
|
-
*/
|
|
9
|
-
export interface FlowTypeUpdateRequest {
|
|
10
|
-
/**
|
|
11
|
-
* List of adapter flow types
|
|
12
|
-
*
|
|
13
|
-
* @generated from protobuf field: repeated shared.FlowType flow_types = 1
|
|
14
|
-
*/
|
|
15
|
-
flowTypes: FlowType[];
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Response of updating adapter flow types
|
|
19
|
-
*
|
|
20
|
-
* @generated from protobuf message aquila.FlowTypeUpdateResponse
|
|
21
|
-
*/
|
|
22
|
-
export interface FlowTypeUpdateResponse {
|
|
23
|
-
/**
|
|
24
|
-
* True if was successful, false if not
|
|
25
|
-
*
|
|
26
|
-
* @generated from protobuf field: bool success = 1
|
|
27
|
-
*/
|
|
28
|
-
success: boolean;
|
|
29
|
-
}
|
|
30
|
-
declare class FlowTypeUpdateRequest$Type extends MessageType<FlowTypeUpdateRequest> {
|
|
31
|
-
constructor();
|
|
32
|
-
create(value?: PartialMessage<FlowTypeUpdateRequest>): FlowTypeUpdateRequest;
|
|
33
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FlowTypeUpdateRequest): FlowTypeUpdateRequest;
|
|
34
|
-
internalBinaryWrite(message: FlowTypeUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @generated MessageType for protobuf message aquila.FlowTypeUpdateRequest
|
|
38
|
-
*/
|
|
39
|
-
export declare const FlowTypeUpdateRequest: FlowTypeUpdateRequest$Type;
|
|
40
|
-
declare class FlowTypeUpdateResponse$Type extends MessageType<FlowTypeUpdateResponse> {
|
|
41
|
-
constructor();
|
|
42
|
-
create(value?: PartialMessage<FlowTypeUpdateResponse>): FlowTypeUpdateResponse;
|
|
43
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FlowTypeUpdateResponse): FlowTypeUpdateResponse;
|
|
44
|
-
internalBinaryWrite(message: FlowTypeUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* @generated MessageType for protobuf message aquila.FlowTypeUpdateResponse
|
|
48
|
-
*/
|
|
49
|
-
export declare const FlowTypeUpdateResponse: FlowTypeUpdateResponse$Type;
|
|
50
|
-
/**
|
|
51
|
-
* @generated ServiceType for protobuf service aquila.FlowTypeService
|
|
52
|
-
*/
|
|
53
|
-
export declare const FlowTypeService: ServiceType;
|
|
54
|
-
export {};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { FunctionDefinitionUpdateResponse, FunctionDefinitionUpdateRequest } from './aquila.function_pb';
|
|
3
|
-
/**
|
|
4
|
-
* This service will be implemented as a server by Aquila and as a client by Taurus.
|
|
5
|
-
*
|
|
6
|
-
* @generated from protobuf service aquila.FunctionDefinitionService
|
|
7
|
-
*/
|
|
8
|
-
export interface IFunctionDefinitionServiceClient {
|
|
9
|
-
/**
|
|
10
|
-
* @generated from protobuf rpc: Update
|
|
11
|
-
*/
|
|
12
|
-
update(input: FunctionDefinitionUpdateRequest, options?: RpcOptions): UnaryCall<FunctionDefinitionUpdateRequest, FunctionDefinitionUpdateResponse>;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* This service will be implemented as a server by Aquila and as a client by Taurus.
|
|
16
|
-
*
|
|
17
|
-
* @generated from protobuf service aquila.FunctionDefinitionService
|
|
18
|
-
*/
|
|
19
|
-
export declare class FunctionDefinitionServiceClient implements IFunctionDefinitionServiceClient, ServiceInfo {
|
|
20
|
-
private readonly _transport;
|
|
21
|
-
typeName: string;
|
|
22
|
-
methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
|
|
23
|
-
options: {
|
|
24
|
-
[extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
|
|
25
|
-
};
|
|
26
|
-
constructor(_transport: RpcTransport);
|
|
27
|
-
/**
|
|
28
|
-
* @generated from protobuf rpc: Update
|
|
29
|
-
*/
|
|
30
|
-
update(input: FunctionDefinitionUpdateRequest, options?: RpcOptions): UnaryCall<FunctionDefinitionUpdateRequest, FunctionDefinitionUpdateResponse>;
|
|
31
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
-
import { FunctionDefinition } from './shared.function_pb';
|
|
4
|
-
/**
|
|
5
|
-
* Request for updating a list of function definitions
|
|
6
|
-
*
|
|
7
|
-
* @generated from protobuf message aquila.FunctionDefinitionUpdateRequest
|
|
8
|
-
*/
|
|
9
|
-
export interface FunctionDefinitionUpdateRequest {
|
|
10
|
-
/**
|
|
11
|
-
* List of function definitions
|
|
12
|
-
*
|
|
13
|
-
* @generated from protobuf field: repeated shared.FunctionDefinition functions = 1
|
|
14
|
-
*/
|
|
15
|
-
functions: FunctionDefinition[];
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Response of updating function definitions
|
|
19
|
-
*
|
|
20
|
-
* @generated from protobuf message aquila.FunctionDefinitionUpdateResponse
|
|
21
|
-
*/
|
|
22
|
-
export interface FunctionDefinitionUpdateResponse {
|
|
23
|
-
/**
|
|
24
|
-
* True if was successful, false if not
|
|
25
|
-
*
|
|
26
|
-
* @generated from protobuf field: bool success = 1
|
|
27
|
-
*/
|
|
28
|
-
success: boolean;
|
|
29
|
-
}
|
|
30
|
-
declare class FunctionDefinitionUpdateRequest$Type extends MessageType<FunctionDefinitionUpdateRequest> {
|
|
31
|
-
constructor();
|
|
32
|
-
create(value?: PartialMessage<FunctionDefinitionUpdateRequest>): FunctionDefinitionUpdateRequest;
|
|
33
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FunctionDefinitionUpdateRequest): FunctionDefinitionUpdateRequest;
|
|
34
|
-
internalBinaryWrite(message: FunctionDefinitionUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @generated MessageType for protobuf message aquila.FunctionDefinitionUpdateRequest
|
|
38
|
-
*/
|
|
39
|
-
export declare const FunctionDefinitionUpdateRequest: FunctionDefinitionUpdateRequest$Type;
|
|
40
|
-
declare class FunctionDefinitionUpdateResponse$Type extends MessageType<FunctionDefinitionUpdateResponse> {
|
|
41
|
-
constructor();
|
|
42
|
-
create(value?: PartialMessage<FunctionDefinitionUpdateResponse>): FunctionDefinitionUpdateResponse;
|
|
43
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FunctionDefinitionUpdateResponse): FunctionDefinitionUpdateResponse;
|
|
44
|
-
internalBinaryWrite(message: FunctionDefinitionUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* @generated MessageType for protobuf message aquila.FunctionDefinitionUpdateResponse
|
|
48
|
-
*/
|
|
49
|
-
export declare const FunctionDefinitionUpdateResponse: FunctionDefinitionUpdateResponse$Type;
|
|
50
|
-
/**
|
|
51
|
-
* @generated ServiceType for protobuf service aquila.FunctionDefinitionService
|
|
52
|
-
*/
|
|
53
|
-
export declare const FunctionDefinitionService: ServiceType;
|
|
54
|
-
export {};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { RuntimeFunctionDefinitionUpdateResponse, RuntimeFunctionDefinitionUpdateRequest } from './aquila.runtime_function_pb';
|
|
3
|
-
/**
|
|
4
|
-
* This service will be implemented as a server by Aquila and as a client by Taurus.
|
|
5
|
-
*
|
|
6
|
-
* @generated from protobuf service aquila.RuntimeFunctionDefinitionService
|
|
7
|
-
*/
|
|
8
|
-
export interface IRuntimeFunctionDefinitionServiceClient {
|
|
9
|
-
/**
|
|
10
|
-
* @generated from protobuf rpc: Update
|
|
11
|
-
*/
|
|
12
|
-
update(input: RuntimeFunctionDefinitionUpdateRequest, options?: RpcOptions): UnaryCall<RuntimeFunctionDefinitionUpdateRequest, RuntimeFunctionDefinitionUpdateResponse>;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* This service will be implemented as a server by Aquila and as a client by Taurus.
|
|
16
|
-
*
|
|
17
|
-
* @generated from protobuf service aquila.RuntimeFunctionDefinitionService
|
|
18
|
-
*/
|
|
19
|
-
export declare class RuntimeFunctionDefinitionServiceClient implements IRuntimeFunctionDefinitionServiceClient, ServiceInfo {
|
|
20
|
-
private readonly _transport;
|
|
21
|
-
typeName: string;
|
|
22
|
-
methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
|
|
23
|
-
options: {
|
|
24
|
-
[extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
|
|
25
|
-
};
|
|
26
|
-
constructor(_transport: RpcTransport);
|
|
27
|
-
/**
|
|
28
|
-
* @generated from protobuf rpc: Update
|
|
29
|
-
*/
|
|
30
|
-
update(input: RuntimeFunctionDefinitionUpdateRequest, options?: RpcOptions): UnaryCall<RuntimeFunctionDefinitionUpdateRequest, RuntimeFunctionDefinitionUpdateResponse>;
|
|
31
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
-
import { RuntimeFunctionDefinition } from './shared.runtime_function_pb';
|
|
4
|
-
/**
|
|
5
|
-
* Request for updating a list of runtime function definitions
|
|
6
|
-
*
|
|
7
|
-
* @generated from protobuf message aquila.RuntimeFunctionDefinitionUpdateRequest
|
|
8
|
-
*/
|
|
9
|
-
export interface RuntimeFunctionDefinitionUpdateRequest {
|
|
10
|
-
/**
|
|
11
|
-
* List of runtime function definitions
|
|
12
|
-
*
|
|
13
|
-
* @generated from protobuf field: repeated shared.RuntimeFunctionDefinition runtime_functions = 1
|
|
14
|
-
*/
|
|
15
|
-
runtimeFunctions: RuntimeFunctionDefinition[];
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Response of updating runtime function definitions
|
|
19
|
-
*
|
|
20
|
-
* @generated from protobuf message aquila.RuntimeFunctionDefinitionUpdateResponse
|
|
21
|
-
*/
|
|
22
|
-
export interface RuntimeFunctionDefinitionUpdateResponse {
|
|
23
|
-
/**
|
|
24
|
-
* True if was successful, false if not
|
|
25
|
-
*
|
|
26
|
-
* @generated from protobuf field: bool success = 1
|
|
27
|
-
*/
|
|
28
|
-
success: boolean;
|
|
29
|
-
}
|
|
30
|
-
declare class RuntimeFunctionDefinitionUpdateRequest$Type extends MessageType<RuntimeFunctionDefinitionUpdateRequest> {
|
|
31
|
-
constructor();
|
|
32
|
-
create(value?: PartialMessage<RuntimeFunctionDefinitionUpdateRequest>): RuntimeFunctionDefinitionUpdateRequest;
|
|
33
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RuntimeFunctionDefinitionUpdateRequest): RuntimeFunctionDefinitionUpdateRequest;
|
|
34
|
-
internalBinaryWrite(message: RuntimeFunctionDefinitionUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @generated MessageType for protobuf message aquila.RuntimeFunctionDefinitionUpdateRequest
|
|
38
|
-
*/
|
|
39
|
-
export declare const RuntimeFunctionDefinitionUpdateRequest: RuntimeFunctionDefinitionUpdateRequest$Type;
|
|
40
|
-
declare class RuntimeFunctionDefinitionUpdateResponse$Type extends MessageType<RuntimeFunctionDefinitionUpdateResponse> {
|
|
41
|
-
constructor();
|
|
42
|
-
create(value?: PartialMessage<RuntimeFunctionDefinitionUpdateResponse>): RuntimeFunctionDefinitionUpdateResponse;
|
|
43
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RuntimeFunctionDefinitionUpdateResponse): RuntimeFunctionDefinitionUpdateResponse;
|
|
44
|
-
internalBinaryWrite(message: RuntimeFunctionDefinitionUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* @generated MessageType for protobuf message aquila.RuntimeFunctionDefinitionUpdateResponse
|
|
48
|
-
*/
|
|
49
|
-
export declare const RuntimeFunctionDefinitionUpdateResponse: RuntimeFunctionDefinitionUpdateResponse$Type;
|
|
50
|
-
/**
|
|
51
|
-
* @generated ServiceType for protobuf service aquila.RuntimeFunctionDefinitionService
|
|
52
|
-
*/
|
|
53
|
-
export declare const RuntimeFunctionDefinitionService: ServiceType;
|
|
54
|
-
export {};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { ActionConfigurationUpdateResponse, ActionConfigurationUpdateRequest } from './sagittarius.action_configuration_pb';
|
|
3
|
-
/**
|
|
4
|
-
* @generated from protobuf service sagittarius.ActionConfigurationService
|
|
5
|
-
*/
|
|
6
|
-
export interface IActionConfigurationServiceClient {
|
|
7
|
-
/**
|
|
8
|
-
* @generated from protobuf rpc: Update
|
|
9
|
-
*/
|
|
10
|
-
update(input: ActionConfigurationUpdateRequest, options?: RpcOptions): UnaryCall<ActionConfigurationUpdateRequest, ActionConfigurationUpdateResponse>;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @generated from protobuf service sagittarius.ActionConfigurationService
|
|
14
|
-
*/
|
|
15
|
-
export declare class ActionConfigurationServiceClient implements IActionConfigurationServiceClient, 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: ActionConfigurationUpdateRequest, options?: RpcOptions): UnaryCall<ActionConfigurationUpdateRequest, ActionConfigurationUpdateResponse>;
|
|
27
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
-
import { ActionConfigurationDefinition } from './shared.action_configuration_pb';
|
|
4
|
-
/**
|
|
5
|
-
* Request for updating a action configuration
|
|
6
|
-
*
|
|
7
|
-
* @generated from protobuf message sagittarius.ActionConfigurationUpdateRequest
|
|
8
|
-
*/
|
|
9
|
-
export interface ActionConfigurationUpdateRequest {
|
|
10
|
-
/**
|
|
11
|
-
* Name of the action
|
|
12
|
-
*
|
|
13
|
-
* @generated from protobuf field: string action_identifier = 1
|
|
14
|
-
*/
|
|
15
|
-
actionIdentifier: string;
|
|
16
|
-
/**
|
|
17
|
-
* List of action configurations that should be updated
|
|
18
|
-
*
|
|
19
|
-
* @generated from protobuf field: repeated shared.ActionConfigurationDefinition action_configurations = 2
|
|
20
|
-
*/
|
|
21
|
-
actionConfigurations: ActionConfigurationDefinition[];
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Response of updating a action configuration
|
|
25
|
-
*
|
|
26
|
-
* @generated from protobuf message sagittarius.ActionConfigurationUpdateResponse
|
|
27
|
-
*/
|
|
28
|
-
export interface ActionConfigurationUpdateResponse {
|
|
29
|
-
/**
|
|
30
|
-
* True if was successful, false if not
|
|
31
|
-
*
|
|
32
|
-
* @generated from protobuf field: bool success = 1
|
|
33
|
-
*/
|
|
34
|
-
success: boolean;
|
|
35
|
-
}
|
|
36
|
-
declare class ActionConfigurationUpdateRequest$Type extends MessageType<ActionConfigurationUpdateRequest> {
|
|
37
|
-
constructor();
|
|
38
|
-
create(value?: PartialMessage<ActionConfigurationUpdateRequest>): ActionConfigurationUpdateRequest;
|
|
39
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ActionConfigurationUpdateRequest): ActionConfigurationUpdateRequest;
|
|
40
|
-
internalBinaryWrite(message: ActionConfigurationUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* @generated MessageType for protobuf message sagittarius.ActionConfigurationUpdateRequest
|
|
44
|
-
*/
|
|
45
|
-
export declare const ActionConfigurationUpdateRequest: ActionConfigurationUpdateRequest$Type;
|
|
46
|
-
declare class ActionConfigurationUpdateResponse$Type extends MessageType<ActionConfigurationUpdateResponse> {
|
|
47
|
-
constructor();
|
|
48
|
-
create(value?: PartialMessage<ActionConfigurationUpdateResponse>): ActionConfigurationUpdateResponse;
|
|
49
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ActionConfigurationUpdateResponse): ActionConfigurationUpdateResponse;
|
|
50
|
-
internalBinaryWrite(message: ActionConfigurationUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* @generated MessageType for protobuf message sagittarius.ActionConfigurationUpdateResponse
|
|
54
|
-
*/
|
|
55
|
-
export declare const ActionConfigurationUpdateResponse: ActionConfigurationUpdateResponse$Type;
|
|
56
|
-
/**
|
|
57
|
-
* @generated ServiceType for protobuf service sagittarius.ActionConfigurationService
|
|
58
|
-
*/
|
|
59
|
-
export declare const ActionConfigurationService: ServiceType;
|
|
60
|
-
export {};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { DataTypeUpdateResponse, DataTypeUpdateRequest } from './sagittarius.data_type_pb';
|
|
3
|
-
/**
|
|
4
|
-
* @generated from protobuf service sagittarius.DataTypeService
|
|
5
|
-
*/
|
|
6
|
-
export interface IDataTypeServiceClient {
|
|
7
|
-
/**
|
|
8
|
-
* @generated from protobuf rpc: Update
|
|
9
|
-
*/
|
|
10
|
-
update(input: DataTypeUpdateRequest, options?: RpcOptions): UnaryCall<DataTypeUpdateRequest, DataTypeUpdateResponse>;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @generated from protobuf service sagittarius.DataTypeService
|
|
14
|
-
*/
|
|
15
|
-
export declare class DataTypeServiceClient implements IDataTypeServiceClient, 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: DataTypeUpdateRequest, options?: RpcOptions): UnaryCall<DataTypeUpdateRequest, DataTypeUpdateResponse>;
|
|
27
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
-
import { DefinitionDataType } from './shared.data_type_pb';
|
|
4
|
-
/**
|
|
5
|
-
* Request for updating a data type
|
|
6
|
-
*
|
|
7
|
-
* @generated from protobuf message sagittarius.DataTypeUpdateRequest
|
|
8
|
-
*/
|
|
9
|
-
export interface DataTypeUpdateRequest {
|
|
10
|
-
/**
|
|
11
|
-
* List of data types that should be updated
|
|
12
|
-
*
|
|
13
|
-
* @generated from protobuf field: repeated shared.DefinitionDataType data_types = 1
|
|
14
|
-
*/
|
|
15
|
-
dataTypes: DefinitionDataType[];
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Response of updating a data type
|
|
19
|
-
*
|
|
20
|
-
* @generated from protobuf message sagittarius.DataTypeUpdateResponse
|
|
21
|
-
*/
|
|
22
|
-
export interface DataTypeUpdateResponse {
|
|
23
|
-
/**
|
|
24
|
-
* True if was successful, false if not
|
|
25
|
-
*
|
|
26
|
-
* @generated from protobuf field: bool success = 1
|
|
27
|
-
*/
|
|
28
|
-
success: boolean;
|
|
29
|
-
}
|
|
30
|
-
declare class DataTypeUpdateRequest$Type extends MessageType<DataTypeUpdateRequest> {
|
|
31
|
-
constructor();
|
|
32
|
-
create(value?: PartialMessage<DataTypeUpdateRequest>): DataTypeUpdateRequest;
|
|
33
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DataTypeUpdateRequest): DataTypeUpdateRequest;
|
|
34
|
-
internalBinaryWrite(message: DataTypeUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @generated MessageType for protobuf message sagittarius.DataTypeUpdateRequest
|
|
38
|
-
*/
|
|
39
|
-
export declare const DataTypeUpdateRequest: DataTypeUpdateRequest$Type;
|
|
40
|
-
declare class DataTypeUpdateResponse$Type extends MessageType<DataTypeUpdateResponse> {
|
|
41
|
-
constructor();
|
|
42
|
-
create(value?: PartialMessage<DataTypeUpdateResponse>): DataTypeUpdateResponse;
|
|
43
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DataTypeUpdateResponse): DataTypeUpdateResponse;
|
|
44
|
-
internalBinaryWrite(message: DataTypeUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* @generated MessageType for protobuf message sagittarius.DataTypeUpdateResponse
|
|
48
|
-
*/
|
|
49
|
-
export declare const DataTypeUpdateResponse: DataTypeUpdateResponse$Type;
|
|
50
|
-
/**
|
|
51
|
-
* @generated ServiceType for protobuf service sagittarius.DataTypeService
|
|
52
|
-
*/
|
|
53
|
-
export declare const DataTypeService: ServiceType;
|
|
54
|
-
export {};
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
-
import { FlowType } from './shared.flow_definition_pb';
|
|
4
|
-
/**
|
|
5
|
-
* Request for updating a list of adapter flow types
|
|
6
|
-
*
|
|
7
|
-
* @generated from protobuf message sagittarius.FlowTypeUpdateRequest
|
|
8
|
-
*/
|
|
9
|
-
export interface FlowTypeUpdateRequest {
|
|
10
|
-
/**
|
|
11
|
-
* List of adapter flow types
|
|
12
|
-
*
|
|
13
|
-
* @generated from protobuf field: repeated shared.FlowType flow_types = 1
|
|
14
|
-
*/
|
|
15
|
-
flowTypes: FlowType[];
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Response of updating adapter flow types
|
|
19
|
-
*
|
|
20
|
-
* @generated from protobuf message sagittarius.FlowTypeUpdateResponse
|
|
21
|
-
*/
|
|
22
|
-
export interface FlowTypeUpdateResponse {
|
|
23
|
-
/**
|
|
24
|
-
* True if was successful, false if not
|
|
25
|
-
*
|
|
26
|
-
* @generated from protobuf field: bool success = 1
|
|
27
|
-
*/
|
|
28
|
-
success: boolean;
|
|
29
|
-
}
|
|
30
|
-
declare class FlowTypeUpdateRequest$Type extends MessageType<FlowTypeUpdateRequest> {
|
|
31
|
-
constructor();
|
|
32
|
-
create(value?: PartialMessage<FlowTypeUpdateRequest>): FlowTypeUpdateRequest;
|
|
33
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FlowTypeUpdateRequest): FlowTypeUpdateRequest;
|
|
34
|
-
internalBinaryWrite(message: FlowTypeUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @generated MessageType for protobuf message sagittarius.FlowTypeUpdateRequest
|
|
38
|
-
*/
|
|
39
|
-
export declare const FlowTypeUpdateRequest: FlowTypeUpdateRequest$Type;
|
|
40
|
-
declare class FlowTypeUpdateResponse$Type extends MessageType<FlowTypeUpdateResponse> {
|
|
41
|
-
constructor();
|
|
42
|
-
create(value?: PartialMessage<FlowTypeUpdateResponse>): FlowTypeUpdateResponse;
|
|
43
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FlowTypeUpdateResponse): FlowTypeUpdateResponse;
|
|
44
|
-
internalBinaryWrite(message: FlowTypeUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* @generated MessageType for protobuf message sagittarius.FlowTypeUpdateResponse
|
|
48
|
-
*/
|
|
49
|
-
export declare const FlowTypeUpdateResponse: FlowTypeUpdateResponse$Type;
|
|
50
|
-
/**
|
|
51
|
-
* @generated ServiceType for protobuf service sagittarius.FlowTypeService
|
|
52
|
-
*/
|
|
53
|
-
export declare const FlowTypeService: ServiceType;
|
|
54
|
-
export {};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { FunctionDefinitionUpdateResponse, FunctionDefinitionUpdateRequest } from './sagittarius.function_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.FunctionDefinitionService
|
|
7
|
-
*/
|
|
8
|
-
export interface IFunctionDefinitionServiceClient {
|
|
9
|
-
/**
|
|
10
|
-
* @generated from protobuf rpc: Update
|
|
11
|
-
*/
|
|
12
|
-
update(input: FunctionDefinitionUpdateRequest, options?: RpcOptions): UnaryCall<FunctionDefinitionUpdateRequest, FunctionDefinitionUpdateResponse>;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* This service will be implemented as a server by Sagittarius and as a client by Aquila.
|
|
16
|
-
*
|
|
17
|
-
* @generated from protobuf service sagittarius.FunctionDefinitionService
|
|
18
|
-
*/
|
|
19
|
-
export declare class FunctionDefinitionServiceClient implements IFunctionDefinitionServiceClient, ServiceInfo {
|
|
20
|
-
private readonly _transport;
|
|
21
|
-
typeName: string;
|
|
22
|
-
methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
|
|
23
|
-
options: {
|
|
24
|
-
[extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
|
|
25
|
-
};
|
|
26
|
-
constructor(_transport: RpcTransport);
|
|
27
|
-
/**
|
|
28
|
-
* @generated from protobuf rpc: Update
|
|
29
|
-
*/
|
|
30
|
-
update(input: FunctionDefinitionUpdateRequest, options?: RpcOptions): UnaryCall<FunctionDefinitionUpdateRequest, FunctionDefinitionUpdateResponse>;
|
|
31
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
3
|
-
import { FunctionDefinition } from './shared.function_pb';
|
|
4
|
-
/**
|
|
5
|
-
* Request for updating a list of function definitions
|
|
6
|
-
*
|
|
7
|
-
* @generated from protobuf message sagittarius.FunctionDefinitionUpdateRequest
|
|
8
|
-
*/
|
|
9
|
-
export interface FunctionDefinitionUpdateRequest {
|
|
10
|
-
/**
|
|
11
|
-
* List of function definitions
|
|
12
|
-
*
|
|
13
|
-
* @generated from protobuf field: repeated shared.FunctionDefinition functions = 1
|
|
14
|
-
*/
|
|
15
|
-
functions: FunctionDefinition[];
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Response of updating function definitions
|
|
19
|
-
*
|
|
20
|
-
* @generated from protobuf message sagittarius.FunctionDefinitionUpdateResponse
|
|
21
|
-
*/
|
|
22
|
-
export interface FunctionDefinitionUpdateResponse {
|
|
23
|
-
/**
|
|
24
|
-
* True if was successful, false if not
|
|
25
|
-
*
|
|
26
|
-
* @generated from protobuf field: bool success = 1
|
|
27
|
-
*/
|
|
28
|
-
success: boolean;
|
|
29
|
-
}
|
|
30
|
-
declare class FunctionDefinitionUpdateRequest$Type extends MessageType<FunctionDefinitionUpdateRequest> {
|
|
31
|
-
constructor();
|
|
32
|
-
create(value?: PartialMessage<FunctionDefinitionUpdateRequest>): FunctionDefinitionUpdateRequest;
|
|
33
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FunctionDefinitionUpdateRequest): FunctionDefinitionUpdateRequest;
|
|
34
|
-
internalBinaryWrite(message: FunctionDefinitionUpdateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @generated MessageType for protobuf message sagittarius.FunctionDefinitionUpdateRequest
|
|
38
|
-
*/
|
|
39
|
-
export declare const FunctionDefinitionUpdateRequest: FunctionDefinitionUpdateRequest$Type;
|
|
40
|
-
declare class FunctionDefinitionUpdateResponse$Type extends MessageType<FunctionDefinitionUpdateResponse> {
|
|
41
|
-
constructor();
|
|
42
|
-
create(value?: PartialMessage<FunctionDefinitionUpdateResponse>): FunctionDefinitionUpdateResponse;
|
|
43
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FunctionDefinitionUpdateResponse): FunctionDefinitionUpdateResponse;
|
|
44
|
-
internalBinaryWrite(message: FunctionDefinitionUpdateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* @generated MessageType for protobuf message sagittarius.FunctionDefinitionUpdateResponse
|
|
48
|
-
*/
|
|
49
|
-
export declare const FunctionDefinitionUpdateResponse: FunctionDefinitionUpdateResponse$Type;
|
|
50
|
-
/**
|
|
51
|
-
* @generated ServiceType for protobuf service sagittarius.FunctionDefinitionService
|
|
52
|
-
*/
|
|
53
|
-
export declare const FunctionDefinitionService: ServiceType;
|
|
54
|
-
export {};
|