@code0-tech/tucana 0.0.67 → 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/helpers.cjs.js +1 -1
- package/dist/helpers.es.js +5 -3
- 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-BlyE8N7q.cjs → rpc-interceptor-4ZNqeHp7.cjs} +1 -1
- package/dist/{rpc-interceptor-Drf7qHyx.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-SKgDYw_k.js → shared.runtime_usage_pb-Qa9pCiee.js} +2101 -1050
- 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 -116
- package/dist/shared.flow_pb-5xI6xoXb.js +0 -717
- package/dist/shared.flow_pb-BwIQ0MZP.cjs +0 -1
- package/dist/shared.runtime_usage_pb-CYG2eLDw.cjs +0 -2
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
2
|
-
import { RuntimeFunctionDefinitionUpdateResponse, RuntimeFunctionDefinitionUpdateRequest } from './sagittarius.runtime_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.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 Sagittarius and as a client by Aquila.
|
|
16
|
-
*
|
|
17
|
-
* @generated from protobuf service sagittarius.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 sagittarius.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 sagittarius.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 sagittarius.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 sagittarius.RuntimeFunctionDefinitionUpdateResponse
|
|
48
|
-
*/
|
|
49
|
-
export declare const RuntimeFunctionDefinitionUpdateResponse: RuntimeFunctionDefinitionUpdateResponse$Type;
|
|
50
|
-
/**
|
|
51
|
-
* @generated ServiceType for protobuf service sagittarius.RuntimeFunctionDefinitionService
|
|
52
|
-
*/
|
|
53
|
-
export declare const RuntimeFunctionDefinitionService: ServiceType;
|
|
54
|
-
export {};
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
|
|
2
|
-
import { Translation } from './shared.translation_pb';
|
|
3
|
-
import { Value } from './shared.struct_pb';
|
|
4
|
-
/**
|
|
5
|
-
* Message sent by Sagittarius to inform the Action about an ActionConfiguration value
|
|
6
|
-
*
|
|
7
|
-
* @generated from protobuf message shared.ActionConfiguration
|
|
8
|
-
*/
|
|
9
|
-
export interface ActionConfiguration {
|
|
10
|
-
/**
|
|
11
|
-
* @generated from protobuf field: string identifier = 1
|
|
12
|
-
*/
|
|
13
|
-
identifier: string;
|
|
14
|
-
/**
|
|
15
|
-
* @generated from protobuf field: shared.Value value = 2
|
|
16
|
-
*/
|
|
17
|
-
value?: Value;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Message representing a project configuration for an action
|
|
21
|
-
*
|
|
22
|
-
* @generated from protobuf message shared.ActionProjectConfiguration
|
|
23
|
-
*/
|
|
24
|
-
export interface ActionProjectConfiguration {
|
|
25
|
-
/**
|
|
26
|
-
* @generated from protobuf field: int64 project_id = 1
|
|
27
|
-
*/
|
|
28
|
-
projectId: bigint;
|
|
29
|
-
/**
|
|
30
|
-
* @generated from protobuf field: repeated shared.ActionConfiguration action_configurations = 2
|
|
31
|
-
*/
|
|
32
|
-
actionConfigurations: ActionConfiguration[];
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Wrapper message containing a collection of ActionProjectConfiguration instances
|
|
36
|
-
*
|
|
37
|
-
* @generated from protobuf message shared.ActionConfigurations
|
|
38
|
-
*/
|
|
39
|
-
export interface ActionConfigurations {
|
|
40
|
-
/**
|
|
41
|
-
* @generated from protobuf field: repeated shared.ActionProjectConfiguration action_configurations = 1
|
|
42
|
-
*/
|
|
43
|
-
actionConfigurations: ActionProjectConfiguration[];
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* Message sent by the Action to define a configuration
|
|
47
|
-
*
|
|
48
|
-
* @generated from protobuf message shared.ActionConfigurationDefinition
|
|
49
|
-
*/
|
|
50
|
-
export interface ActionConfigurationDefinition {
|
|
51
|
-
/**
|
|
52
|
-
* @generated from protobuf field: repeated shared.Translation name = 1
|
|
53
|
-
*/
|
|
54
|
-
name: Translation[];
|
|
55
|
-
/**
|
|
56
|
-
* @generated from protobuf field: repeated shared.Translation description = 2
|
|
57
|
-
*/
|
|
58
|
-
description: Translation[];
|
|
59
|
-
/**
|
|
60
|
-
* @generated from protobuf field: string type = 3
|
|
61
|
-
*/
|
|
62
|
-
type: string;
|
|
63
|
-
/**
|
|
64
|
-
* @generated from protobuf field: repeated string linked_data_type_identifiers = 4
|
|
65
|
-
*/
|
|
66
|
-
linkedDataTypeIdentifiers: string[];
|
|
67
|
-
/**
|
|
68
|
-
* @generated from protobuf field: optional shared.Value default_value = 5
|
|
69
|
-
*/
|
|
70
|
-
defaultValue?: Value;
|
|
71
|
-
/**
|
|
72
|
-
* @generated from protobuf field: string identifier = 6
|
|
73
|
-
*/
|
|
74
|
-
identifier: string;
|
|
75
|
-
}
|
|
76
|
-
declare class ActionConfiguration$Type extends MessageType<ActionConfiguration> {
|
|
77
|
-
constructor();
|
|
78
|
-
create(value?: PartialMessage<ActionConfiguration>): ActionConfiguration;
|
|
79
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ActionConfiguration): ActionConfiguration;
|
|
80
|
-
internalBinaryWrite(message: ActionConfiguration, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
81
|
-
}
|
|
82
|
-
/**
|
|
83
|
-
* @generated MessageType for protobuf message shared.ActionConfiguration
|
|
84
|
-
*/
|
|
85
|
-
export declare const ActionConfiguration: ActionConfiguration$Type;
|
|
86
|
-
declare class ActionProjectConfiguration$Type extends MessageType<ActionProjectConfiguration> {
|
|
87
|
-
constructor();
|
|
88
|
-
create(value?: PartialMessage<ActionProjectConfiguration>): ActionProjectConfiguration;
|
|
89
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ActionProjectConfiguration): ActionProjectConfiguration;
|
|
90
|
-
internalBinaryWrite(message: ActionProjectConfiguration, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* @generated MessageType for protobuf message shared.ActionProjectConfiguration
|
|
94
|
-
*/
|
|
95
|
-
export declare const ActionProjectConfiguration: ActionProjectConfiguration$Type;
|
|
96
|
-
declare class ActionConfigurations$Type extends MessageType<ActionConfigurations> {
|
|
97
|
-
constructor();
|
|
98
|
-
create(value?: PartialMessage<ActionConfigurations>): ActionConfigurations;
|
|
99
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ActionConfigurations): ActionConfigurations;
|
|
100
|
-
internalBinaryWrite(message: ActionConfigurations, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* @generated MessageType for protobuf message shared.ActionConfigurations
|
|
104
|
-
*/
|
|
105
|
-
export declare const ActionConfigurations: ActionConfigurations$Type;
|
|
106
|
-
declare class ActionConfigurationDefinition$Type extends MessageType<ActionConfigurationDefinition> {
|
|
107
|
-
constructor();
|
|
108
|
-
create(value?: PartialMessage<ActionConfigurationDefinition>): ActionConfigurationDefinition;
|
|
109
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ActionConfigurationDefinition): ActionConfigurationDefinition;
|
|
110
|
-
internalBinaryWrite(message: ActionConfigurationDefinition, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* @generated MessageType for protobuf message shared.ActionConfigurationDefinition
|
|
114
|
-
*/
|
|
115
|
-
export declare const ActionConfigurationDefinition: ActionConfigurationDefinition$Type;
|
|
116
|
-
export {};
|