@514labs/moose-proto 0.6.423 → 0.6.424
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.
|
@@ -756,6 +756,18 @@ interface ApiEndpoint {
|
|
|
756
756
|
* @generated from protobuf field: moose.proto.Metadata metadata = 8
|
|
757
757
|
*/
|
|
758
758
|
metadata?: Metadata;
|
|
759
|
+
/**
|
|
760
|
+
* Infrastructure components this API endpoint reads data from.
|
|
761
|
+
*
|
|
762
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pulls_data_from = 9
|
|
763
|
+
*/
|
|
764
|
+
pullsDataFrom: InfrastructureSignature[];
|
|
765
|
+
/**
|
|
766
|
+
* Infrastructure components this API endpoint writes data to.
|
|
767
|
+
*
|
|
768
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pushes_data_to = 10
|
|
769
|
+
*/
|
|
770
|
+
pushesDataTo: InfrastructureSignature[];
|
|
759
771
|
}
|
|
760
772
|
/**
|
|
761
773
|
* @generated MessageType for protobuf message moose.proto.ApiEndpoint
|
|
@@ -2055,6 +2067,18 @@ interface WebApp {
|
|
|
2055
2067
|
* @generated from protobuf field: optional moose.proto.WebAppMetadata metadata = 3
|
|
2056
2068
|
*/
|
|
2057
2069
|
metadata?: WebAppMetadata;
|
|
2070
|
+
/**
|
|
2071
|
+
* Infrastructure components this web app reads data from.
|
|
2072
|
+
*
|
|
2073
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pulls_data_from = 4
|
|
2074
|
+
*/
|
|
2075
|
+
pullsDataFrom: InfrastructureSignature[];
|
|
2076
|
+
/**
|
|
2077
|
+
* Infrastructure components this web app writes data to.
|
|
2078
|
+
*
|
|
2079
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pushes_data_to = 5
|
|
2080
|
+
*/
|
|
2081
|
+
pushesDataTo: InfrastructureSignature[];
|
|
2058
2082
|
}
|
|
2059
2083
|
/**
|
|
2060
2084
|
* @generated MessageType for protobuf message moose.proto.WebApp
|
|
@@ -2119,6 +2143,18 @@ interface Workflow {
|
|
|
2119
2143
|
* @generated from protobuf field: string language = 5
|
|
2120
2144
|
*/
|
|
2121
2145
|
language: string;
|
|
2146
|
+
/**
|
|
2147
|
+
* Infrastructure components this workflow reads data from.
|
|
2148
|
+
*
|
|
2149
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pulls_data_from = 6
|
|
2150
|
+
*/
|
|
2151
|
+
pullsDataFrom: InfrastructureSignature[];
|
|
2152
|
+
/**
|
|
2153
|
+
* Infrastructure components this workflow writes data to.
|
|
2154
|
+
*
|
|
2155
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pushes_data_to = 7
|
|
2156
|
+
*/
|
|
2157
|
+
pushesDataTo: InfrastructureSignature[];
|
|
2122
2158
|
}
|
|
2123
2159
|
/**
|
|
2124
2160
|
* @generated MessageType for protobuf message moose.proto.Workflow
|
|
@@ -756,6 +756,18 @@ interface ApiEndpoint {
|
|
|
756
756
|
* @generated from protobuf field: moose.proto.Metadata metadata = 8
|
|
757
757
|
*/
|
|
758
758
|
metadata?: Metadata;
|
|
759
|
+
/**
|
|
760
|
+
* Infrastructure components this API endpoint reads data from.
|
|
761
|
+
*
|
|
762
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pulls_data_from = 9
|
|
763
|
+
*/
|
|
764
|
+
pullsDataFrom: InfrastructureSignature[];
|
|
765
|
+
/**
|
|
766
|
+
* Infrastructure components this API endpoint writes data to.
|
|
767
|
+
*
|
|
768
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pushes_data_to = 10
|
|
769
|
+
*/
|
|
770
|
+
pushesDataTo: InfrastructureSignature[];
|
|
759
771
|
}
|
|
760
772
|
/**
|
|
761
773
|
* @generated MessageType for protobuf message moose.proto.ApiEndpoint
|
|
@@ -2055,6 +2067,18 @@ interface WebApp {
|
|
|
2055
2067
|
* @generated from protobuf field: optional moose.proto.WebAppMetadata metadata = 3
|
|
2056
2068
|
*/
|
|
2057
2069
|
metadata?: WebAppMetadata;
|
|
2070
|
+
/**
|
|
2071
|
+
* Infrastructure components this web app reads data from.
|
|
2072
|
+
*
|
|
2073
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pulls_data_from = 4
|
|
2074
|
+
*/
|
|
2075
|
+
pullsDataFrom: InfrastructureSignature[];
|
|
2076
|
+
/**
|
|
2077
|
+
* Infrastructure components this web app writes data to.
|
|
2078
|
+
*
|
|
2079
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pushes_data_to = 5
|
|
2080
|
+
*/
|
|
2081
|
+
pushesDataTo: InfrastructureSignature[];
|
|
2058
2082
|
}
|
|
2059
2083
|
/**
|
|
2060
2084
|
* @generated MessageType for protobuf message moose.proto.WebApp
|
|
@@ -2119,6 +2143,18 @@ interface Workflow {
|
|
|
2119
2143
|
* @generated from protobuf field: string language = 5
|
|
2120
2144
|
*/
|
|
2121
2145
|
language: string;
|
|
2146
|
+
/**
|
|
2147
|
+
* Infrastructure components this workflow reads data from.
|
|
2148
|
+
*
|
|
2149
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pulls_data_from = 6
|
|
2150
|
+
*/
|
|
2151
|
+
pullsDataFrom: InfrastructureSignature[];
|
|
2152
|
+
/**
|
|
2153
|
+
* Infrastructure components this workflow writes data to.
|
|
2154
|
+
*
|
|
2155
|
+
* @generated from protobuf field: repeated moose.proto.InfrastructureSignature pushes_data_to = 7
|
|
2156
|
+
*/
|
|
2157
|
+
pushesDataTo: InfrastructureSignature[];
|
|
2122
2158
|
}
|
|
2123
2159
|
/**
|
|
2124
2160
|
* @generated MessageType for protobuf message moose.proto.Workflow
|
|
@@ -1743,7 +1743,9 @@ var ApiEndpoint$Type = class extends import_runtime16.MessageType {
|
|
|
1743
1743
|
/*ScalarType.STRING*/
|
|
1744
1744
|
},
|
|
1745
1745
|
{ no: 7, name: "source_primitive", kind: "message", T: () => PrimitiveSignature },
|
|
1746
|
-
{ no: 8, name: "metadata", kind: "message", T: () => Metadata }
|
|
1746
|
+
{ no: 8, name: "metadata", kind: "message", T: () => Metadata },
|
|
1747
|
+
{ no: 9, name: "pulls_data_from", kind: "message", repeat: 2, T: () => InfrastructureSignature },
|
|
1748
|
+
{ no: 10, name: "pushes_data_to", kind: "message", repeat: 2, T: () => InfrastructureSignature }
|
|
1747
1749
|
]);
|
|
1748
1750
|
}
|
|
1749
1751
|
create(value) {
|
|
@@ -1752,6 +1754,8 @@ var ApiEndpoint$Type = class extends import_runtime16.MessageType {
|
|
|
1752
1754
|
message.apiType = { oneofKind: void 0 };
|
|
1753
1755
|
message.path = "";
|
|
1754
1756
|
message.method = 0;
|
|
1757
|
+
message.pullsDataFrom = [];
|
|
1758
|
+
message.pushesDataTo = [];
|
|
1755
1759
|
if (value !== void 0)
|
|
1756
1760
|
(0, import_runtime15.reflectionMergePartial)(this, message, value);
|
|
1757
1761
|
return message;
|
|
@@ -1799,6 +1803,14 @@ var ApiEndpoint$Type = class extends import_runtime16.MessageType {
|
|
|
1799
1803
|
8:
|
|
1800
1804
|
message.metadata = Metadata.internalBinaryRead(reader, reader.uint32(), options, message.metadata);
|
|
1801
1805
|
break;
|
|
1806
|
+
case /* repeated moose.proto.InfrastructureSignature pulls_data_from */
|
|
1807
|
+
9:
|
|
1808
|
+
message.pullsDataFrom.push(InfrastructureSignature.internalBinaryRead(reader, reader.uint32(), options));
|
|
1809
|
+
break;
|
|
1810
|
+
case /* repeated moose.proto.InfrastructureSignature pushes_data_to */
|
|
1811
|
+
10:
|
|
1812
|
+
message.pushesDataTo.push(InfrastructureSignature.internalBinaryRead(reader, reader.uint32(), options));
|
|
1813
|
+
break;
|
|
1802
1814
|
default:
|
|
1803
1815
|
let u = options.readUnknownField;
|
|
1804
1816
|
if (u === "throw")
|
|
@@ -1827,6 +1839,10 @@ var ApiEndpoint$Type = class extends import_runtime16.MessageType {
|
|
|
1827
1839
|
PrimitiveSignature.internalBinaryWrite(message.sourcePrimitive, writer.tag(7, import_runtime13.WireType.LengthDelimited).fork(), options).join();
|
|
1828
1840
|
if (message.metadata)
|
|
1829
1841
|
Metadata.internalBinaryWrite(message.metadata, writer.tag(8, import_runtime13.WireType.LengthDelimited).fork(), options).join();
|
|
1842
|
+
for (let i = 0; i < message.pullsDataFrom.length; i++)
|
|
1843
|
+
InfrastructureSignature.internalBinaryWrite(message.pullsDataFrom[i], writer.tag(9, import_runtime13.WireType.LengthDelimited).fork(), options).join();
|
|
1844
|
+
for (let i = 0; i < message.pushesDataTo.length; i++)
|
|
1845
|
+
InfrastructureSignature.internalBinaryWrite(message.pushesDataTo[i], writer.tag(10, import_runtime13.WireType.LengthDelimited).fork(), options).join();
|
|
1830
1846
|
let u = options.writeUnknownFields;
|
|
1831
1847
|
if (u !== false)
|
|
1832
1848
|
(u == true ? import_runtime14.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
@@ -4797,13 +4813,17 @@ var WebApp$Type = class extends import_runtime16.MessageType {
|
|
|
4797
4813
|
T: 9
|
|
4798
4814
|
/*ScalarType.STRING*/
|
|
4799
4815
|
},
|
|
4800
|
-
{ no: 3, name: "metadata", kind: "message", T: () => WebAppMetadata }
|
|
4816
|
+
{ no: 3, name: "metadata", kind: "message", T: () => WebAppMetadata },
|
|
4817
|
+
{ no: 4, name: "pulls_data_from", kind: "message", repeat: 2, T: () => InfrastructureSignature },
|
|
4818
|
+
{ no: 5, name: "pushes_data_to", kind: "message", repeat: 2, T: () => InfrastructureSignature }
|
|
4801
4819
|
]);
|
|
4802
4820
|
}
|
|
4803
4821
|
create(value) {
|
|
4804
4822
|
const message = globalThis.Object.create(this.messagePrototype);
|
|
4805
4823
|
message.name = "";
|
|
4806
4824
|
message.mountPath = "";
|
|
4825
|
+
message.pullsDataFrom = [];
|
|
4826
|
+
message.pushesDataTo = [];
|
|
4807
4827
|
if (value !== void 0)
|
|
4808
4828
|
(0, import_runtime15.reflectionMergePartial)(this, message, value);
|
|
4809
4829
|
return message;
|
|
@@ -4825,6 +4845,14 @@ var WebApp$Type = class extends import_runtime16.MessageType {
|
|
|
4825
4845
|
3:
|
|
4826
4846
|
message.metadata = WebAppMetadata.internalBinaryRead(reader, reader.uint32(), options, message.metadata);
|
|
4827
4847
|
break;
|
|
4848
|
+
case /* repeated moose.proto.InfrastructureSignature pulls_data_from */
|
|
4849
|
+
4:
|
|
4850
|
+
message.pullsDataFrom.push(InfrastructureSignature.internalBinaryRead(reader, reader.uint32(), options));
|
|
4851
|
+
break;
|
|
4852
|
+
case /* repeated moose.proto.InfrastructureSignature pushes_data_to */
|
|
4853
|
+
5:
|
|
4854
|
+
message.pushesDataTo.push(InfrastructureSignature.internalBinaryRead(reader, reader.uint32(), options));
|
|
4855
|
+
break;
|
|
4828
4856
|
default:
|
|
4829
4857
|
let u = options.readUnknownField;
|
|
4830
4858
|
if (u === "throw")
|
|
@@ -4843,6 +4871,10 @@ var WebApp$Type = class extends import_runtime16.MessageType {
|
|
|
4843
4871
|
writer.tag(2, import_runtime13.WireType.LengthDelimited).string(message.mountPath);
|
|
4844
4872
|
if (message.metadata)
|
|
4845
4873
|
WebAppMetadata.internalBinaryWrite(message.metadata, writer.tag(3, import_runtime13.WireType.LengthDelimited).fork(), options).join();
|
|
4874
|
+
for (let i = 0; i < message.pullsDataFrom.length; i++)
|
|
4875
|
+
InfrastructureSignature.internalBinaryWrite(message.pullsDataFrom[i], writer.tag(4, import_runtime13.WireType.LengthDelimited).fork(), options).join();
|
|
4876
|
+
for (let i = 0; i < message.pushesDataTo.length; i++)
|
|
4877
|
+
InfrastructureSignature.internalBinaryWrite(message.pushesDataTo[i], writer.tag(5, import_runtime13.WireType.LengthDelimited).fork(), options).join();
|
|
4846
4878
|
let u = options.writeUnknownFields;
|
|
4847
4879
|
if (u !== false)
|
|
4848
4880
|
(u == true ? import_runtime14.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
@@ -4936,7 +4968,9 @@ var Workflow$Type = class extends import_runtime16.MessageType {
|
|
|
4936
4968
|
kind: "scalar",
|
|
4937
4969
|
T: 9
|
|
4938
4970
|
/*ScalarType.STRING*/
|
|
4939
|
-
}
|
|
4971
|
+
},
|
|
4972
|
+
{ no: 6, name: "pulls_data_from", kind: "message", repeat: 2, T: () => InfrastructureSignature },
|
|
4973
|
+
{ no: 7, name: "pushes_data_to", kind: "message", repeat: 2, T: () => InfrastructureSignature }
|
|
4940
4974
|
]);
|
|
4941
4975
|
}
|
|
4942
4976
|
create(value) {
|
|
@@ -4946,6 +4980,8 @@ var Workflow$Type = class extends import_runtime16.MessageType {
|
|
|
4946
4980
|
message.retries = 0;
|
|
4947
4981
|
message.timeout = "";
|
|
4948
4982
|
message.language = "";
|
|
4983
|
+
message.pullsDataFrom = [];
|
|
4984
|
+
message.pushesDataTo = [];
|
|
4949
4985
|
if (value !== void 0)
|
|
4950
4986
|
(0, import_runtime15.reflectionMergePartial)(this, message, value);
|
|
4951
4987
|
return message;
|
|
@@ -4975,6 +5011,14 @@ var Workflow$Type = class extends import_runtime16.MessageType {
|
|
|
4975
5011
|
5:
|
|
4976
5012
|
message.language = reader.string();
|
|
4977
5013
|
break;
|
|
5014
|
+
case /* repeated moose.proto.InfrastructureSignature pulls_data_from */
|
|
5015
|
+
6:
|
|
5016
|
+
message.pullsDataFrom.push(InfrastructureSignature.internalBinaryRead(reader, reader.uint32(), options));
|
|
5017
|
+
break;
|
|
5018
|
+
case /* repeated moose.proto.InfrastructureSignature pushes_data_to */
|
|
5019
|
+
7:
|
|
5020
|
+
message.pushesDataTo.push(InfrastructureSignature.internalBinaryRead(reader, reader.uint32(), options));
|
|
5021
|
+
break;
|
|
4978
5022
|
default:
|
|
4979
5023
|
let u = options.readUnknownField;
|
|
4980
5024
|
if (u === "throw")
|
|
@@ -4997,6 +5041,10 @@ var Workflow$Type = class extends import_runtime16.MessageType {
|
|
|
4997
5041
|
writer.tag(4, import_runtime13.WireType.LengthDelimited).string(message.timeout);
|
|
4998
5042
|
if (message.language !== "")
|
|
4999
5043
|
writer.tag(5, import_runtime13.WireType.LengthDelimited).string(message.language);
|
|
5044
|
+
for (let i = 0; i < message.pullsDataFrom.length; i++)
|
|
5045
|
+
InfrastructureSignature.internalBinaryWrite(message.pullsDataFrom[i], writer.tag(6, import_runtime13.WireType.LengthDelimited).fork(), options).join();
|
|
5046
|
+
for (let i = 0; i < message.pushesDataTo.length; i++)
|
|
5047
|
+
InfrastructureSignature.internalBinaryWrite(message.pushesDataTo[i], writer.tag(7, import_runtime13.WireType.LengthDelimited).fork(), options).join();
|
|
5000
5048
|
let u = options.writeUnknownFields;
|
|
5001
5049
|
if (u !== false)
|
|
5002
5050
|
(u == true ? import_runtime14.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|