@514labs/moose-proto 0.6.297-ci-25-g92aec239 → 0.6.297-ci-32-g6119ebc8
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.
|
@@ -437,10 +437,10 @@ interface InfrastructureMap {
|
|
|
437
437
|
[key: string]: Table;
|
|
438
438
|
};
|
|
439
439
|
/**
|
|
440
|
-
* @generated from protobuf field: map<string, moose.proto.
|
|
440
|
+
* @generated from protobuf field: map<string, moose.proto.Dmv1View> dmv1_views = 4
|
|
441
441
|
*/
|
|
442
|
-
|
|
443
|
-
[key: string]:
|
|
442
|
+
dmv1Views: {
|
|
443
|
+
[key: string]: Dmv1View;
|
|
444
444
|
};
|
|
445
445
|
/**
|
|
446
446
|
* @generated from protobuf field: map<string, moose.proto.TopicToTableSyncProcess> topic_to_table_sync_processes = 5
|
|
@@ -501,12 +501,12 @@ interface InfrastructureMap {
|
|
|
501
501
|
[key: string]: MaterializedView;
|
|
502
502
|
};
|
|
503
503
|
/**
|
|
504
|
-
* Structured
|
|
504
|
+
* Structured views (replaces SqlResource for views)
|
|
505
505
|
*
|
|
506
|
-
* @generated from protobuf field: map<string, moose.proto.
|
|
506
|
+
* @generated from protobuf field: map<string, moose.proto.View> views = 17
|
|
507
507
|
*/
|
|
508
|
-
|
|
509
|
-
[key: string]:
|
|
508
|
+
views: {
|
|
509
|
+
[key: string]: View;
|
|
510
510
|
};
|
|
511
511
|
}
|
|
512
512
|
/**
|
|
@@ -1046,16 +1046,16 @@ interface TableIndex {
|
|
|
1046
1046
|
* @generated MessageType for protobuf message moose.proto.TableIndex
|
|
1047
1047
|
*/
|
|
1048
1048
|
declare const TableIndex: TableIndex$Type;
|
|
1049
|
-
declare class
|
|
1049
|
+
declare class Dmv1View$Type extends MessageType<Dmv1View> {
|
|
1050
1050
|
constructor();
|
|
1051
|
-
create(value?: PartialMessage<
|
|
1052
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?:
|
|
1053
|
-
internalBinaryWrite(message:
|
|
1051
|
+
create(value?: PartialMessage<Dmv1View>): Dmv1View;
|
|
1052
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Dmv1View): Dmv1View;
|
|
1053
|
+
internalBinaryWrite(message: Dmv1View, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1054
1054
|
}
|
|
1055
1055
|
/**
|
|
1056
|
-
* @generated from protobuf message moose.proto.
|
|
1056
|
+
* @generated from protobuf message moose.proto.Dmv1View
|
|
1057
1057
|
*/
|
|
1058
|
-
interface
|
|
1058
|
+
interface Dmv1View {
|
|
1059
1059
|
/**
|
|
1060
1060
|
* @generated from protobuf field: string name = 1
|
|
1061
1061
|
*/
|
|
@@ -1078,9 +1078,9 @@ interface View {
|
|
|
1078
1078
|
};
|
|
1079
1079
|
}
|
|
1080
1080
|
/**
|
|
1081
|
-
* @generated MessageType for protobuf message moose.proto.
|
|
1081
|
+
* @generated MessageType for protobuf message moose.proto.Dmv1View
|
|
1082
1082
|
*/
|
|
1083
|
-
declare const
|
|
1083
|
+
declare const Dmv1View: Dmv1View$Type;
|
|
1084
1084
|
declare class TableAlias$Type extends MessageType<TableAlias> {
|
|
1085
1085
|
constructor();
|
|
1086
1086
|
create(value?: PartialMessage<TableAlias>): TableAlias;
|
|
@@ -1158,19 +1158,19 @@ interface SelectQuery {
|
|
|
1158
1158
|
* @generated MessageType for protobuf message moose.proto.SelectQuery
|
|
1159
1159
|
*/
|
|
1160
1160
|
declare const SelectQuery: SelectQuery$Type;
|
|
1161
|
-
declare class
|
|
1161
|
+
declare class View$Type extends MessageType<View> {
|
|
1162
1162
|
constructor();
|
|
1163
|
-
create(value?: PartialMessage<
|
|
1164
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?:
|
|
1165
|
-
internalBinaryWrite(message:
|
|
1163
|
+
create(value?: PartialMessage<View>): View;
|
|
1164
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: View): View;
|
|
1165
|
+
internalBinaryWrite(message: View, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1166
1166
|
}
|
|
1167
1167
|
/**
|
|
1168
1168
|
* User-defined ClickHouse View with an arbitrary SELECT query.
|
|
1169
1169
|
* Views are virtual tables that compute results on-demand.
|
|
1170
1170
|
*
|
|
1171
|
-
* @generated from protobuf message moose.proto.
|
|
1171
|
+
* @generated from protobuf message moose.proto.View
|
|
1172
1172
|
*/
|
|
1173
|
-
interface
|
|
1173
|
+
interface View {
|
|
1174
1174
|
/**
|
|
1175
1175
|
* Name of the view
|
|
1176
1176
|
*
|
|
@@ -1197,9 +1197,9 @@ interface CustomView {
|
|
|
1197
1197
|
metadata?: Metadata;
|
|
1198
1198
|
}
|
|
1199
1199
|
/**
|
|
1200
|
-
* @generated MessageType for protobuf message moose.proto.
|
|
1200
|
+
* @generated MessageType for protobuf message moose.proto.View
|
|
1201
1201
|
*/
|
|
1202
|
-
declare const
|
|
1202
|
+
declare const View: View$Type;
|
|
1203
1203
|
declare class MaterializedView$Type extends MessageType<MaterializedView> {
|
|
1204
1204
|
constructor();
|
|
1205
1205
|
create(value?: PartialMessage<MaterializedView>): MaterializedView;
|
|
@@ -1968,11 +1968,11 @@ interface InfrastructureSignature {
|
|
|
1968
1968
|
*/
|
|
1969
1969
|
tableId: string;
|
|
1970
1970
|
} | {
|
|
1971
|
-
oneofKind: "
|
|
1971
|
+
oneofKind: "dmv1ViewId";
|
|
1972
1972
|
/**
|
|
1973
|
-
* @generated from protobuf field: string
|
|
1973
|
+
* @generated from protobuf field: string dmv1_view_id = 3
|
|
1974
1974
|
*/
|
|
1975
|
-
|
|
1975
|
+
dmv1ViewId: string;
|
|
1976
1976
|
} | {
|
|
1977
1977
|
oneofKind: "sqlResourceId";
|
|
1978
1978
|
/**
|
|
@@ -1998,11 +1998,11 @@ interface InfrastructureSignature {
|
|
|
1998
1998
|
*/
|
|
1999
1999
|
materializedViewId: string;
|
|
2000
2000
|
} | {
|
|
2001
|
-
oneofKind: "
|
|
2001
|
+
oneofKind: "viewId";
|
|
2002
2002
|
/**
|
|
2003
|
-
* @generated from protobuf field: string
|
|
2003
|
+
* @generated from protobuf field: string view_id = 8
|
|
2004
2004
|
*/
|
|
2005
|
-
|
|
2005
|
+
viewId: string;
|
|
2006
2006
|
} | {
|
|
2007
2007
|
oneofKind: undefined;
|
|
2008
2008
|
};
|
|
@@ -2058,4 +2058,4 @@ interface WebAppMetadata {
|
|
|
2058
2058
|
*/
|
|
2059
2059
|
declare const WebAppMetadata: WebAppMetadata$Type;
|
|
2060
2060
|
|
|
2061
|
-
export { ApiEndpoint, Column, ColumnType, ConsumptionQueryParam,
|
|
2061
|
+
export { ApiEndpoint, Column, ColumnType, ConsumptionQueryParam, DataEnum, DateType, Decimal, Dmv1View, EgressDetails, EndpointIngestionFormat, EnumMember, EnumValue, FloatType, FunctionProcess, InfrastructureMap, InfrastructureSignature, IngressDetails, InitialDataLoad, IntType, Json, JsonTypedPath, LifeCycle, Map, MaterializedView, Metadata, Method, Nested, OrchestrationWorker, OrderBy, OrderByFields, PrimitiveSignature, PrimitiveTypes, SchemaRegistry, SchemaRegistry_Encoding, SelectQuery, SimpleColumnType, SourceLocation, SqlResource, SubjectVersion, Table, TableAlias, TableIndex, TableReference, Topic, TopicToTableSyncProcess, TopicToTopicSyncProcess, Tuple, View, WebApp, WebAppMetadata };
|
|
@@ -437,10 +437,10 @@ interface InfrastructureMap {
|
|
|
437
437
|
[key: string]: Table;
|
|
438
438
|
};
|
|
439
439
|
/**
|
|
440
|
-
* @generated from protobuf field: map<string, moose.proto.
|
|
440
|
+
* @generated from protobuf field: map<string, moose.proto.Dmv1View> dmv1_views = 4
|
|
441
441
|
*/
|
|
442
|
-
|
|
443
|
-
[key: string]:
|
|
442
|
+
dmv1Views: {
|
|
443
|
+
[key: string]: Dmv1View;
|
|
444
444
|
};
|
|
445
445
|
/**
|
|
446
446
|
* @generated from protobuf field: map<string, moose.proto.TopicToTableSyncProcess> topic_to_table_sync_processes = 5
|
|
@@ -501,12 +501,12 @@ interface InfrastructureMap {
|
|
|
501
501
|
[key: string]: MaterializedView;
|
|
502
502
|
};
|
|
503
503
|
/**
|
|
504
|
-
* Structured
|
|
504
|
+
* Structured views (replaces SqlResource for views)
|
|
505
505
|
*
|
|
506
|
-
* @generated from protobuf field: map<string, moose.proto.
|
|
506
|
+
* @generated from protobuf field: map<string, moose.proto.View> views = 17
|
|
507
507
|
*/
|
|
508
|
-
|
|
509
|
-
[key: string]:
|
|
508
|
+
views: {
|
|
509
|
+
[key: string]: View;
|
|
510
510
|
};
|
|
511
511
|
}
|
|
512
512
|
/**
|
|
@@ -1046,16 +1046,16 @@ interface TableIndex {
|
|
|
1046
1046
|
* @generated MessageType for protobuf message moose.proto.TableIndex
|
|
1047
1047
|
*/
|
|
1048
1048
|
declare const TableIndex: TableIndex$Type;
|
|
1049
|
-
declare class
|
|
1049
|
+
declare class Dmv1View$Type extends MessageType<Dmv1View> {
|
|
1050
1050
|
constructor();
|
|
1051
|
-
create(value?: PartialMessage<
|
|
1052
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?:
|
|
1053
|
-
internalBinaryWrite(message:
|
|
1051
|
+
create(value?: PartialMessage<Dmv1View>): Dmv1View;
|
|
1052
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Dmv1View): Dmv1View;
|
|
1053
|
+
internalBinaryWrite(message: Dmv1View, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1054
1054
|
}
|
|
1055
1055
|
/**
|
|
1056
|
-
* @generated from protobuf message moose.proto.
|
|
1056
|
+
* @generated from protobuf message moose.proto.Dmv1View
|
|
1057
1057
|
*/
|
|
1058
|
-
interface
|
|
1058
|
+
interface Dmv1View {
|
|
1059
1059
|
/**
|
|
1060
1060
|
* @generated from protobuf field: string name = 1
|
|
1061
1061
|
*/
|
|
@@ -1078,9 +1078,9 @@ interface View {
|
|
|
1078
1078
|
};
|
|
1079
1079
|
}
|
|
1080
1080
|
/**
|
|
1081
|
-
* @generated MessageType for protobuf message moose.proto.
|
|
1081
|
+
* @generated MessageType for protobuf message moose.proto.Dmv1View
|
|
1082
1082
|
*/
|
|
1083
|
-
declare const
|
|
1083
|
+
declare const Dmv1View: Dmv1View$Type;
|
|
1084
1084
|
declare class TableAlias$Type extends MessageType<TableAlias> {
|
|
1085
1085
|
constructor();
|
|
1086
1086
|
create(value?: PartialMessage<TableAlias>): TableAlias;
|
|
@@ -1158,19 +1158,19 @@ interface SelectQuery {
|
|
|
1158
1158
|
* @generated MessageType for protobuf message moose.proto.SelectQuery
|
|
1159
1159
|
*/
|
|
1160
1160
|
declare const SelectQuery: SelectQuery$Type;
|
|
1161
|
-
declare class
|
|
1161
|
+
declare class View$Type extends MessageType<View> {
|
|
1162
1162
|
constructor();
|
|
1163
|
-
create(value?: PartialMessage<
|
|
1164
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?:
|
|
1165
|
-
internalBinaryWrite(message:
|
|
1163
|
+
create(value?: PartialMessage<View>): View;
|
|
1164
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: View): View;
|
|
1165
|
+
internalBinaryWrite(message: View, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1166
1166
|
}
|
|
1167
1167
|
/**
|
|
1168
1168
|
* User-defined ClickHouse View with an arbitrary SELECT query.
|
|
1169
1169
|
* Views are virtual tables that compute results on-demand.
|
|
1170
1170
|
*
|
|
1171
|
-
* @generated from protobuf message moose.proto.
|
|
1171
|
+
* @generated from protobuf message moose.proto.View
|
|
1172
1172
|
*/
|
|
1173
|
-
interface
|
|
1173
|
+
interface View {
|
|
1174
1174
|
/**
|
|
1175
1175
|
* Name of the view
|
|
1176
1176
|
*
|
|
@@ -1197,9 +1197,9 @@ interface CustomView {
|
|
|
1197
1197
|
metadata?: Metadata;
|
|
1198
1198
|
}
|
|
1199
1199
|
/**
|
|
1200
|
-
* @generated MessageType for protobuf message moose.proto.
|
|
1200
|
+
* @generated MessageType for protobuf message moose.proto.View
|
|
1201
1201
|
*/
|
|
1202
|
-
declare const
|
|
1202
|
+
declare const View: View$Type;
|
|
1203
1203
|
declare class MaterializedView$Type extends MessageType<MaterializedView> {
|
|
1204
1204
|
constructor();
|
|
1205
1205
|
create(value?: PartialMessage<MaterializedView>): MaterializedView;
|
|
@@ -1968,11 +1968,11 @@ interface InfrastructureSignature {
|
|
|
1968
1968
|
*/
|
|
1969
1969
|
tableId: string;
|
|
1970
1970
|
} | {
|
|
1971
|
-
oneofKind: "
|
|
1971
|
+
oneofKind: "dmv1ViewId";
|
|
1972
1972
|
/**
|
|
1973
|
-
* @generated from protobuf field: string
|
|
1973
|
+
* @generated from protobuf field: string dmv1_view_id = 3
|
|
1974
1974
|
*/
|
|
1975
|
-
|
|
1975
|
+
dmv1ViewId: string;
|
|
1976
1976
|
} | {
|
|
1977
1977
|
oneofKind: "sqlResourceId";
|
|
1978
1978
|
/**
|
|
@@ -1998,11 +1998,11 @@ interface InfrastructureSignature {
|
|
|
1998
1998
|
*/
|
|
1999
1999
|
materializedViewId: string;
|
|
2000
2000
|
} | {
|
|
2001
|
-
oneofKind: "
|
|
2001
|
+
oneofKind: "viewId";
|
|
2002
2002
|
/**
|
|
2003
|
-
* @generated from protobuf field: string
|
|
2003
|
+
* @generated from protobuf field: string view_id = 8
|
|
2004
2004
|
*/
|
|
2005
|
-
|
|
2005
|
+
viewId: string;
|
|
2006
2006
|
} | {
|
|
2007
2007
|
oneofKind: undefined;
|
|
2008
2008
|
};
|
|
@@ -2058,4 +2058,4 @@ interface WebAppMetadata {
|
|
|
2058
2058
|
*/
|
|
2059
2059
|
declare const WebAppMetadata: WebAppMetadata$Type;
|
|
2060
2060
|
|
|
2061
|
-
export { ApiEndpoint, Column, ColumnType, ConsumptionQueryParam,
|
|
2061
|
+
export { ApiEndpoint, Column, ColumnType, ConsumptionQueryParam, DataEnum, DateType, Decimal, Dmv1View, EgressDetails, EndpointIngestionFormat, EnumMember, EnumValue, FloatType, FunctionProcess, InfrastructureMap, InfrastructureSignature, IngressDetails, InitialDataLoad, IntType, Json, JsonTypedPath, LifeCycle, Map, MaterializedView, Metadata, Method, Nested, OrchestrationWorker, OrderBy, OrderByFields, PrimitiveSignature, PrimitiveTypes, SchemaRegistry, SchemaRegistry_Encoding, SelectQuery, SimpleColumnType, SourceLocation, SqlResource, SubjectVersion, Table, TableAlias, TableIndex, TableReference, Topic, TopicToTableSyncProcess, TopicToTopicSyncProcess, Tuple, View, WebApp, WebAppMetadata };
|
|
@@ -24,10 +24,10 @@ __export(infrastructure_map_exports, {
|
|
|
24
24
|
Column: () => Column,
|
|
25
25
|
ColumnType: () => ColumnType,
|
|
26
26
|
ConsumptionQueryParam: () => ConsumptionQueryParam,
|
|
27
|
-
CustomView: () => CustomView,
|
|
28
27
|
DataEnum: () => DataEnum,
|
|
29
28
|
DateType: () => DateType,
|
|
30
29
|
Decimal: () => Decimal,
|
|
30
|
+
Dmv1View: () => Dmv1View,
|
|
31
31
|
EgressDetails: () => EgressDetails,
|
|
32
32
|
EndpointIngestionFormat: () => EndpointIngestionFormat,
|
|
33
33
|
EnumMember: () => EnumMember,
|
|
@@ -859,7 +859,7 @@ var InfrastructureMap$Type = class extends import_runtime16.MessageType {
|
|
|
859
859
|
{ no: 1, name: "topics", kind: "map", K: 9, V: { kind: "message", T: () => Topic } },
|
|
860
860
|
{ no: 2, name: "api_endpoints", kind: "map", K: 9, V: { kind: "message", T: () => ApiEndpoint } },
|
|
861
861
|
{ no: 3, name: "tables", kind: "map", K: 9, V: { kind: "message", T: () => Table } },
|
|
862
|
-
{ no: 4, name: "
|
|
862
|
+
{ no: 4, name: "dmv1_views", kind: "map", K: 9, V: { kind: "message", T: () => Dmv1View } },
|
|
863
863
|
{ no: 5, name: "topic_to_table_sync_processes", kind: "map", K: 9, V: { kind: "message", T: () => TopicToTableSyncProcess } },
|
|
864
864
|
{ no: 6, name: "topic_to_topic_sync_processes", kind: "map", K: 9, V: { kind: "message", T: () => TopicToTopicSyncProcess } },
|
|
865
865
|
{ no: 7, name: "function_processes", kind: "map", K: 9, V: { kind: "message", T: () => FunctionProcess } },
|
|
@@ -875,7 +875,7 @@ var InfrastructureMap$Type = class extends import_runtime16.MessageType {
|
|
|
875
875
|
/*ScalarType.STRING*/
|
|
876
876
|
},
|
|
877
877
|
{ no: 16, name: "materialized_views", kind: "map", K: 9, V: { kind: "message", T: () => MaterializedView } },
|
|
878
|
-
{ no: 17, name: "
|
|
878
|
+
{ no: 17, name: "views", kind: "map", K: 9, V: { kind: "message", T: () => View } }
|
|
879
879
|
]);
|
|
880
880
|
}
|
|
881
881
|
create(value) {
|
|
@@ -883,7 +883,7 @@ var InfrastructureMap$Type = class extends import_runtime16.MessageType {
|
|
|
883
883
|
message.topics = {};
|
|
884
884
|
message.apiEndpoints = {};
|
|
885
885
|
message.tables = {};
|
|
886
|
-
message.
|
|
886
|
+
message.dmv1Views = {};
|
|
887
887
|
message.topicToTableSyncProcesses = {};
|
|
888
888
|
message.topicToTopicSyncProcesses = {};
|
|
889
889
|
message.functionProcesses = {};
|
|
@@ -893,7 +893,7 @@ var InfrastructureMap$Type = class extends import_runtime16.MessageType {
|
|
|
893
893
|
message.webApps = {};
|
|
894
894
|
message.defaultDatabase = "";
|
|
895
895
|
message.materializedViews = {};
|
|
896
|
-
message.
|
|
896
|
+
message.views = {};
|
|
897
897
|
if (value !== void 0)
|
|
898
898
|
(0, import_runtime15.reflectionMergePartial)(this, message, value);
|
|
899
899
|
return message;
|
|
@@ -915,9 +915,9 @@ var InfrastructureMap$Type = class extends import_runtime16.MessageType {
|
|
|
915
915
|
3:
|
|
916
916
|
this.binaryReadMap3(message.tables, reader, options);
|
|
917
917
|
break;
|
|
918
|
-
case /* map<string, moose.proto.
|
|
918
|
+
case /* map<string, moose.proto.Dmv1View> dmv1_views */
|
|
919
919
|
4:
|
|
920
|
-
this.binaryReadMap4(message.
|
|
920
|
+
this.binaryReadMap4(message.dmv1Views, reader, options);
|
|
921
921
|
break;
|
|
922
922
|
case /* map<string, moose.proto.TopicToTableSyncProcess> topic_to_table_sync_processes */
|
|
923
923
|
5:
|
|
@@ -955,9 +955,9 @@ var InfrastructureMap$Type = class extends import_runtime16.MessageType {
|
|
|
955
955
|
16:
|
|
956
956
|
this.binaryReadMap16(message.materializedViews, reader, options);
|
|
957
957
|
break;
|
|
958
|
-
case /* map<string, moose.proto.
|
|
958
|
+
case /* map<string, moose.proto.View> views */
|
|
959
959
|
17:
|
|
960
|
-
this.binaryReadMap17(message.
|
|
960
|
+
this.binaryReadMap17(message.views, reader, options);
|
|
961
961
|
break;
|
|
962
962
|
default:
|
|
963
963
|
let u = options.readUnknownField;
|
|
@@ -1030,13 +1030,13 @@ var InfrastructureMap$Type = class extends import_runtime16.MessageType {
|
|
|
1030
1030
|
key = reader.string();
|
|
1031
1031
|
break;
|
|
1032
1032
|
case 2:
|
|
1033
|
-
val =
|
|
1033
|
+
val = Dmv1View.internalBinaryRead(reader, reader.uint32(), options);
|
|
1034
1034
|
break;
|
|
1035
1035
|
default:
|
|
1036
|
-
throw new globalThis.Error("unknown map entry field for moose.proto.InfrastructureMap.
|
|
1036
|
+
throw new globalThis.Error("unknown map entry field for moose.proto.InfrastructureMap.dmv1_views");
|
|
1037
1037
|
}
|
|
1038
1038
|
}
|
|
1039
|
-
map[key ?? ""] = val ??
|
|
1039
|
+
map[key ?? ""] = val ?? Dmv1View.create();
|
|
1040
1040
|
}
|
|
1041
1041
|
binaryReadMap5(map, reader, options) {
|
|
1042
1042
|
let len = reader.uint32(), end = reader.pos + len, key, val;
|
|
@@ -1183,13 +1183,13 @@ var InfrastructureMap$Type = class extends import_runtime16.MessageType {
|
|
|
1183
1183
|
key = reader.string();
|
|
1184
1184
|
break;
|
|
1185
1185
|
case 2:
|
|
1186
|
-
val =
|
|
1186
|
+
val = View.internalBinaryRead(reader, reader.uint32(), options);
|
|
1187
1187
|
break;
|
|
1188
1188
|
default:
|
|
1189
|
-
throw new globalThis.Error("unknown map entry field for moose.proto.InfrastructureMap.
|
|
1189
|
+
throw new globalThis.Error("unknown map entry field for moose.proto.InfrastructureMap.views");
|
|
1190
1190
|
}
|
|
1191
1191
|
}
|
|
1192
|
-
map[key ?? ""] = val ??
|
|
1192
|
+
map[key ?? ""] = val ?? View.create();
|
|
1193
1193
|
}
|
|
1194
1194
|
internalBinaryWrite(message, writer, options) {
|
|
1195
1195
|
for (let k of globalThis.Object.keys(message.topics)) {
|
|
@@ -1210,10 +1210,10 @@ var InfrastructureMap$Type = class extends import_runtime16.MessageType {
|
|
|
1210
1210
|
Table.internalBinaryWrite(message.tables[k], writer, options);
|
|
1211
1211
|
writer.join().join();
|
|
1212
1212
|
}
|
|
1213
|
-
for (let k of globalThis.Object.keys(message.
|
|
1213
|
+
for (let k of globalThis.Object.keys(message.dmv1Views)) {
|
|
1214
1214
|
writer.tag(4, import_runtime13.WireType.LengthDelimited).fork().tag(1, import_runtime13.WireType.LengthDelimited).string(k);
|
|
1215
1215
|
writer.tag(2, import_runtime13.WireType.LengthDelimited).fork();
|
|
1216
|
-
|
|
1216
|
+
Dmv1View.internalBinaryWrite(message.dmv1Views[k], writer, options);
|
|
1217
1217
|
writer.join().join();
|
|
1218
1218
|
}
|
|
1219
1219
|
for (let k of globalThis.Object.keys(message.topicToTableSyncProcesses)) {
|
|
@@ -1266,10 +1266,10 @@ var InfrastructureMap$Type = class extends import_runtime16.MessageType {
|
|
|
1266
1266
|
MaterializedView.internalBinaryWrite(message.materializedViews[k], writer, options);
|
|
1267
1267
|
writer.join().join();
|
|
1268
1268
|
}
|
|
1269
|
-
for (let k of globalThis.Object.keys(message.
|
|
1269
|
+
for (let k of globalThis.Object.keys(message.views)) {
|
|
1270
1270
|
writer.tag(17, import_runtime13.WireType.LengthDelimited).fork().tag(1, import_runtime13.WireType.LengthDelimited).string(k);
|
|
1271
1271
|
writer.tag(2, import_runtime13.WireType.LengthDelimited).fork();
|
|
1272
|
-
|
|
1272
|
+
View.internalBinaryWrite(message.views[k], writer, options);
|
|
1273
1273
|
writer.join().join();
|
|
1274
1274
|
}
|
|
1275
1275
|
let u = options.writeUnknownFields;
|
|
@@ -2492,9 +2492,9 @@ var TableIndex$Type = class extends import_runtime16.MessageType {
|
|
|
2492
2492
|
}
|
|
2493
2493
|
};
|
|
2494
2494
|
var TableIndex = new TableIndex$Type();
|
|
2495
|
-
var
|
|
2495
|
+
var Dmv1View$Type = class extends import_runtime16.MessageType {
|
|
2496
2496
|
constructor() {
|
|
2497
|
-
super("moose.proto.
|
|
2497
|
+
super("moose.proto.Dmv1View", [
|
|
2498
2498
|
{
|
|
2499
2499
|
no: 1,
|
|
2500
2500
|
name: "name",
|
|
@@ -2565,7 +2565,7 @@ var View$Type = class extends import_runtime16.MessageType {
|
|
|
2565
2565
|
return writer;
|
|
2566
2566
|
}
|
|
2567
2567
|
};
|
|
2568
|
-
var
|
|
2568
|
+
var Dmv1View = new Dmv1View$Type();
|
|
2569
2569
|
var TableAlias$Type = class extends import_runtime16.MessageType {
|
|
2570
2570
|
constructor() {
|
|
2571
2571
|
super("moose.proto.TableAlias", [
|
|
@@ -2735,9 +2735,9 @@ var SelectQuery$Type = class extends import_runtime16.MessageType {
|
|
|
2735
2735
|
}
|
|
2736
2736
|
};
|
|
2737
2737
|
var SelectQuery = new SelectQuery$Type();
|
|
2738
|
-
var
|
|
2738
|
+
var View$Type = class extends import_runtime16.MessageType {
|
|
2739
2739
|
constructor() {
|
|
2740
|
-
super("moose.proto.
|
|
2740
|
+
super("moose.proto.View", [
|
|
2741
2741
|
{
|
|
2742
2742
|
no: 1,
|
|
2743
2743
|
name: "name",
|
|
@@ -2811,7 +2811,7 @@ var CustomView$Type = class extends import_runtime16.MessageType {
|
|
|
2811
2811
|
return writer;
|
|
2812
2812
|
}
|
|
2813
2813
|
};
|
|
2814
|
-
var
|
|
2814
|
+
var View = new View$Type();
|
|
2815
2815
|
var MaterializedView$Type = class extends import_runtime16.MessageType {
|
|
2816
2816
|
constructor() {
|
|
2817
2817
|
super("moose.proto.MaterializedView", [
|
|
@@ -4577,7 +4577,7 @@ var InfrastructureSignature$Type = class extends import_runtime16.MessageType {
|
|
|
4577
4577
|
},
|
|
4578
4578
|
{
|
|
4579
4579
|
no: 3,
|
|
4580
|
-
name: "
|
|
4580
|
+
name: "dmv1_view_id",
|
|
4581
4581
|
kind: "scalar",
|
|
4582
4582
|
oneof: "signature",
|
|
4583
4583
|
T: 9
|
|
@@ -4617,7 +4617,7 @@ var InfrastructureSignature$Type = class extends import_runtime16.MessageType {
|
|
|
4617
4617
|
},
|
|
4618
4618
|
{
|
|
4619
4619
|
no: 8,
|
|
4620
|
-
name: "
|
|
4620
|
+
name: "view_id",
|
|
4621
4621
|
kind: "scalar",
|
|
4622
4622
|
oneof: "signature",
|
|
4623
4623
|
T: 9
|
|
@@ -4651,11 +4651,11 @@ var InfrastructureSignature$Type = class extends import_runtime16.MessageType {
|
|
|
4651
4651
|
tableId: reader.string()
|
|
4652
4652
|
};
|
|
4653
4653
|
break;
|
|
4654
|
-
case /* string
|
|
4654
|
+
case /* string dmv1_view_id */
|
|
4655
4655
|
3:
|
|
4656
4656
|
message.signature = {
|
|
4657
|
-
oneofKind: "
|
|
4658
|
-
|
|
4657
|
+
oneofKind: "dmv1ViewId",
|
|
4658
|
+
dmv1ViewId: reader.string()
|
|
4659
4659
|
};
|
|
4660
4660
|
break;
|
|
4661
4661
|
case /* string sql_resource_id */
|
|
@@ -4686,11 +4686,11 @@ var InfrastructureSignature$Type = class extends import_runtime16.MessageType {
|
|
|
4686
4686
|
materializedViewId: reader.string()
|
|
4687
4687
|
};
|
|
4688
4688
|
break;
|
|
4689
|
-
case /* string
|
|
4689
|
+
case /* string view_id */
|
|
4690
4690
|
8:
|
|
4691
4691
|
message.signature = {
|
|
4692
|
-
oneofKind: "
|
|
4693
|
-
|
|
4692
|
+
oneofKind: "viewId",
|
|
4693
|
+
viewId: reader.string()
|
|
4694
4694
|
};
|
|
4695
4695
|
break;
|
|
4696
4696
|
default:
|
|
@@ -4709,8 +4709,8 @@ var InfrastructureSignature$Type = class extends import_runtime16.MessageType {
|
|
|
4709
4709
|
writer.tag(1, import_runtime13.WireType.LengthDelimited).string(message.signature.topicId);
|
|
4710
4710
|
if (message.signature.oneofKind === "tableId")
|
|
4711
4711
|
writer.tag(2, import_runtime13.WireType.LengthDelimited).string(message.signature.tableId);
|
|
4712
|
-
if (message.signature.oneofKind === "
|
|
4713
|
-
writer.tag(3, import_runtime13.WireType.LengthDelimited).string(message.signature.
|
|
4712
|
+
if (message.signature.oneofKind === "dmv1ViewId")
|
|
4713
|
+
writer.tag(3, import_runtime13.WireType.LengthDelimited).string(message.signature.dmv1ViewId);
|
|
4714
4714
|
if (message.signature.oneofKind === "sqlResourceId")
|
|
4715
4715
|
writer.tag(4, import_runtime13.WireType.LengthDelimited).string(message.signature.sqlResourceId);
|
|
4716
4716
|
if (message.signature.oneofKind === "apiEndpointId")
|
|
@@ -4719,8 +4719,8 @@ var InfrastructureSignature$Type = class extends import_runtime16.MessageType {
|
|
|
4719
4719
|
writer.tag(6, import_runtime13.WireType.LengthDelimited).string(message.signature.topicToTableSyncProcessId);
|
|
4720
4720
|
if (message.signature.oneofKind === "materializedViewId")
|
|
4721
4721
|
writer.tag(7, import_runtime13.WireType.LengthDelimited).string(message.signature.materializedViewId);
|
|
4722
|
-
if (message.signature.oneofKind === "
|
|
4723
|
-
writer.tag(8, import_runtime13.WireType.LengthDelimited).string(message.signature.
|
|
4722
|
+
if (message.signature.oneofKind === "viewId")
|
|
4723
|
+
writer.tag(8, import_runtime13.WireType.LengthDelimited).string(message.signature.viewId);
|
|
4724
4724
|
let u = options.writeUnknownFields;
|
|
4725
4725
|
if (u !== false)
|
|
4726
4726
|
(u == true ? import_runtime14.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
@@ -4853,10 +4853,10 @@ var WebAppMetadata = new WebAppMetadata$Type();
|
|
|
4853
4853
|
Column,
|
|
4854
4854
|
ColumnType,
|
|
4855
4855
|
ConsumptionQueryParam,
|
|
4856
|
-
CustomView,
|
|
4857
4856
|
DataEnum,
|
|
4858
4857
|
DateType,
|
|
4859
4858
|
Decimal,
|
|
4859
|
+
Dmv1View,
|
|
4860
4860
|
EgressDetails,
|
|
4861
4861
|
EndpointIngestionFormat,
|
|
4862
4862
|
EnumMember,
|