@dxos/protocols 0.5.1-main.bc05254 → 0.5.1-main.f02b2c7

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.
Files changed (31) hide show
  1. package/dist/cjs/src/proto/gen/dxos/client/services.d.ts +175 -175
  2. package/dist/cjs/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  3. package/dist/cjs/src/proto/gen/dxos/client/services.js +25 -25
  4. package/dist/cjs/src/proto/gen/dxos/client/services.js.map +1 -1
  5. package/dist/cjs/src/proto/gen/dxos/echo/query.d.ts +11 -0
  6. package/dist/cjs/src/proto/gen/dxos/echo/query.d.ts.map +1 -1
  7. package/dist/cjs/src/proto/gen/google/protobuf.d.ts +4 -4
  8. package/dist/cjs/src/proto/gen/google/protobuf.d.ts.map +1 -1
  9. package/dist/cjs/src/proto/gen/index.d.ts +1 -0
  10. package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
  11. package/dist/cjs/src/proto/gen/index.js +1 -1
  12. package/dist/cjs/src/proto/gen/index.js.map +1 -1
  13. package/dist/cjs/tsconfig.tsbuildinfo +1 -1
  14. package/dist/esm/src/proto/gen/dxos/client/services.d.ts +175 -175
  15. package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  16. package/dist/esm/src/proto/gen/dxos/client/services.js +24 -24
  17. package/dist/esm/src/proto/gen/dxos/client/services.js.map +1 -1
  18. package/dist/esm/src/proto/gen/dxos/echo/query.d.ts +11 -0
  19. package/dist/esm/src/proto/gen/dxos/echo/query.d.ts.map +1 -1
  20. package/dist/esm/src/proto/gen/google/protobuf.d.ts +4 -4
  21. package/dist/esm/src/proto/gen/google/protobuf.d.ts.map +1 -1
  22. package/dist/esm/src/proto/gen/index.d.ts +1 -0
  23. package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
  24. package/dist/esm/src/proto/gen/index.js +1 -1
  25. package/dist/esm/src/proto/gen/index.js.map +1 -1
  26. package/package.json +5 -5
  27. package/src/proto/dxos/echo/query.proto +9 -0
  28. package/src/proto/gen/dxos/client/services.ts +175 -175
  29. package/src/proto/gen/dxos/echo/query.ts +11 -0
  30. package/src/proto/gen/google/protobuf.ts +4 -4
  31. package/src/proto/gen/index.ts +2 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/proto/gen/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AA8DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAgiB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,o1vGAAo1vG,CAAC,CAAC,CAAC;AAC74vG,MAAM,CAAC,MAAM,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAkB,UAAU,EAAE,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/proto/gen/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AA8DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAiiB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,skwGAAskwG,CAAC,CAAC,CAAC;AAC/nwG,MAAM,CAAC,MAAM,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAkB,UAAU,EAAE,aAAa,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/protocols",
3
- "version": "0.5.1-main.bc05254",
3
+ "version": "0.5.1-main.f02b2c7",
4
4
  "description": "Protobuf definitions for DXOS protocols.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -33,10 +33,10 @@
33
33
  "src"
34
34
  ],
35
35
  "dependencies": {
36
- "@dxos/codec-protobuf": "0.5.1-main.bc05254",
37
- "@dxos/keys": "0.5.1-main.bc05254",
38
- "@dxos/invariant": "0.5.1-main.bc05254",
39
- "@dxos/timeframe": "0.5.1-main.bc05254"
36
+ "@dxos/codec-protobuf": "0.5.1-main.f02b2c7",
37
+ "@dxos/invariant": "0.5.1-main.f02b2c7",
38
+ "@dxos/keys": "0.5.1-main.f02b2c7",
39
+ "@dxos/timeframe": "0.5.1-main.f02b2c7"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -18,6 +18,15 @@ message QueryRequest {
18
18
  dxos.echo.filter.Filter filter = 2;
19
19
  }
20
20
 
21
+ /**
22
+ * Automerge heads.
23
+ * Used for encoding in Index metadata store.
24
+ * @see https://automerge.org/automerge-repo/types/_automerge_automerge_repo.Heads.html
25
+ */
26
+ message Heads {
27
+ repeated string hashes = 1;
28
+ }
29
+
21
30
  message QueryResult {
22
31
  string id = 1;
23
32
  dxos.keys.PublicKey spaceKey = 2;
@@ -60,6 +60,181 @@ import * as dxos_value from "../value";
60
60
  import * as example_testing_data from "../../example/testing/data";
61
61
  import * as example_testing_rpc from "../../example/testing/rpc";
62
62
  import * as google_protobuf from "../../google/protobuf";
63
+ /**
64
+ * Defined in:
65
+ * {@link file://./../../../dxos/client/logging.proto}
66
+ */
67
+ export interface Metrics {
68
+ timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
69
+ values?: Metrics.KeyPair[];
70
+ }
71
+ export namespace Metrics {
72
+ /**
73
+ * Defined in:
74
+ * {@link file://./../../../dxos/client/logging.proto}
75
+ */
76
+ export interface KeyPair {
77
+ /**
78
+ * Options:
79
+ * - proto3_optional = true
80
+ */
81
+ key?: string;
82
+ /**
83
+ * Options:
84
+ * - proto3_optional = true
85
+ */
86
+ value?: dxos_value.Value;
87
+ /**
88
+ * Options:
89
+ * - proto3_optional = true
90
+ */
91
+ stats?: dxos_value.Stats;
92
+ }
93
+ }
94
+ /**
95
+ * Defined in:
96
+ * {@link file://./../../../dxos/client/logging.proto}
97
+ */
98
+ export interface ControlMetricsRequest {
99
+ /**
100
+ * Options:
101
+ * - proto3_optional = true
102
+ */
103
+ reset?: boolean;
104
+ /**
105
+ * Options:
106
+ * - proto3_optional = true
107
+ */
108
+ record?: boolean;
109
+ }
110
+ /**
111
+ * Defined in:
112
+ * {@link file://./../../../dxos/client/logging.proto}
113
+ */
114
+ export interface ControlMetricsResponse {
115
+ /**
116
+ * Options:
117
+ * - proto3_optional = true
118
+ */
119
+ recording?: boolean;
120
+ }
121
+ /**
122
+ * Defined in:
123
+ * {@link file://./../../../dxos/client/logging.proto}
124
+ */
125
+ export interface QueryMetricsRequest {
126
+ /**
127
+ * Options:
128
+ * - proto3_optional = true
129
+ */
130
+ interval?: number;
131
+ }
132
+ /**
133
+ * Defined in:
134
+ * {@link file://./../../../dxos/client/logging.proto}
135
+ */
136
+ export interface QueryMetricsResponse {
137
+ timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
138
+ metrics: Metrics;
139
+ }
140
+ /**
141
+ * Defined in:
142
+ * {@link file://./../../../dxos/client/logging.proto}
143
+ */
144
+ export enum LogLevel {
145
+ TRACE = 5,
146
+ DEBUG = 10,
147
+ INFO = 11,
148
+ WARN = 12,
149
+ ERROR = 13
150
+ }
151
+ /**
152
+ * Defined in:
153
+ * {@link file://./../../../dxos/client/logging.proto}
154
+ */
155
+ export interface QueryLogsRequest {
156
+ filters?: QueryLogsRequest.Filter[];
157
+ /**
158
+ * Options:
159
+ * - proto3_optional = true
160
+ */
161
+ options?: QueryLogsRequest.MatchingOptions;
162
+ }
163
+ export namespace QueryLogsRequest {
164
+ /**
165
+ * Defined in:
166
+ * {@link file://./../../../dxos/client/logging.proto}
167
+ */
168
+ export enum MatchingOptions {
169
+ INCLUSIVE = 1,
170
+ EXPLICIT = 2
171
+ }
172
+ /**
173
+ * Defined in:
174
+ * {@link file://./../../../dxos/client/logging.proto}
175
+ */
176
+ export interface Filter {
177
+ level: LogLevel;
178
+ /**
179
+ * Options:
180
+ * - proto3_optional = true
181
+ */
182
+ pattern?: string;
183
+ }
184
+ }
185
+ /**
186
+ * Defined in:
187
+ * {@link file://./../../../dxos/client/logging.proto}
188
+ */
189
+ export interface LogEntry {
190
+ level: LogLevel;
191
+ message: string;
192
+ /**
193
+ * Options:
194
+ * - proto3_optional = true
195
+ */
196
+ context?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
197
+ /**
198
+ * Options:
199
+ * - proto3_optional = true
200
+ */
201
+ meta?: LogEntry.Meta;
202
+ /**
203
+ * Options:
204
+ * - proto3_optional = true
205
+ */
206
+ error?: dxos_error.Error;
207
+ timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
208
+ }
209
+ export namespace LogEntry {
210
+ /**
211
+ * Defined in:
212
+ * {@link file://./../../../dxos/client/logging.proto}
213
+ */
214
+ export interface Meta {
215
+ file: string;
216
+ line: number;
217
+ /**
218
+ * Options:
219
+ * - proto3_optional = true
220
+ */
221
+ scope?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
222
+ /**
223
+ * Options:
224
+ * - proto3_optional = true
225
+ */
226
+ resourceId?: number;
227
+ }
228
+ }
229
+ /**
230
+ * Defined in:
231
+ * {@link file://./../../../dxos/client/logging.proto}
232
+ */
233
+ export interface LoggingService {
234
+ controlMetrics: (request: ControlMetricsRequest, options?: RequestOptions) => Promise<ControlMetricsResponse>;
235
+ queryMetrics: (request: QueryMetricsRequest, options?: RequestOptions) => Stream<QueryMetricsResponse>;
236
+ queryLogs: (request: QueryLogsRequest, options?: RequestOptions) => Stream<LogEntry>;
237
+ }
63
238
  /**
64
239
  * Defined in:
65
240
  * {@link file://./../../../dxos/client/services.proto}
@@ -949,178 +1124,3 @@ export interface NetworkService {
949
1124
  updateConfig: (request: UpdateConfigRequest, options?: RequestOptions) => Promise<void>;
950
1125
  queryStatus: (request: void, options?: RequestOptions) => Stream<NetworkStatus>;
951
1126
  }
952
- /**
953
- * Defined in:
954
- * {@link file://./../../../dxos/client/logging.proto}
955
- */
956
- export interface Metrics {
957
- timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
958
- values?: Metrics.KeyPair[];
959
- }
960
- export namespace Metrics {
961
- /**
962
- * Defined in:
963
- * {@link file://./../../../dxos/client/logging.proto}
964
- */
965
- export interface KeyPair {
966
- /**
967
- * Options:
968
- * - proto3_optional = true
969
- */
970
- key?: string;
971
- /**
972
- * Options:
973
- * - proto3_optional = true
974
- */
975
- value?: dxos_value.Value;
976
- /**
977
- * Options:
978
- * - proto3_optional = true
979
- */
980
- stats?: dxos_value.Stats;
981
- }
982
- }
983
- /**
984
- * Defined in:
985
- * {@link file://./../../../dxos/client/logging.proto}
986
- */
987
- export interface ControlMetricsRequest {
988
- /**
989
- * Options:
990
- * - proto3_optional = true
991
- */
992
- reset?: boolean;
993
- /**
994
- * Options:
995
- * - proto3_optional = true
996
- */
997
- record?: boolean;
998
- }
999
- /**
1000
- * Defined in:
1001
- * {@link file://./../../../dxos/client/logging.proto}
1002
- */
1003
- export interface ControlMetricsResponse {
1004
- /**
1005
- * Options:
1006
- * - proto3_optional = true
1007
- */
1008
- recording?: boolean;
1009
- }
1010
- /**
1011
- * Defined in:
1012
- * {@link file://./../../../dxos/client/logging.proto}
1013
- */
1014
- export interface QueryMetricsRequest {
1015
- /**
1016
- * Options:
1017
- * - proto3_optional = true
1018
- */
1019
- interval?: number;
1020
- }
1021
- /**
1022
- * Defined in:
1023
- * {@link file://./../../../dxos/client/logging.proto}
1024
- */
1025
- export interface QueryMetricsResponse {
1026
- timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
1027
- metrics: Metrics;
1028
- }
1029
- /**
1030
- * Defined in:
1031
- * {@link file://./../../../dxos/client/logging.proto}
1032
- */
1033
- export enum LogLevel {
1034
- TRACE = 5,
1035
- DEBUG = 10,
1036
- INFO = 11,
1037
- WARN = 12,
1038
- ERROR = 13
1039
- }
1040
- /**
1041
- * Defined in:
1042
- * {@link file://./../../../dxos/client/logging.proto}
1043
- */
1044
- export interface QueryLogsRequest {
1045
- filters?: QueryLogsRequest.Filter[];
1046
- /**
1047
- * Options:
1048
- * - proto3_optional = true
1049
- */
1050
- options?: QueryLogsRequest.MatchingOptions;
1051
- }
1052
- export namespace QueryLogsRequest {
1053
- /**
1054
- * Defined in:
1055
- * {@link file://./../../../dxos/client/logging.proto}
1056
- */
1057
- export enum MatchingOptions {
1058
- INCLUSIVE = 1,
1059
- EXPLICIT = 2
1060
- }
1061
- /**
1062
- * Defined in:
1063
- * {@link file://./../../../dxos/client/logging.proto}
1064
- */
1065
- export interface Filter {
1066
- level: LogLevel;
1067
- /**
1068
- * Options:
1069
- * - proto3_optional = true
1070
- */
1071
- pattern?: string;
1072
- }
1073
- }
1074
- /**
1075
- * Defined in:
1076
- * {@link file://./../../../dxos/client/logging.proto}
1077
- */
1078
- export interface LogEntry {
1079
- level: LogLevel;
1080
- message: string;
1081
- /**
1082
- * Options:
1083
- * - proto3_optional = true
1084
- */
1085
- context?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
1086
- /**
1087
- * Options:
1088
- * - proto3_optional = true
1089
- */
1090
- meta?: LogEntry.Meta;
1091
- /**
1092
- * Options:
1093
- * - proto3_optional = true
1094
- */
1095
- error?: dxos_error.Error;
1096
- timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
1097
- }
1098
- export namespace LogEntry {
1099
- /**
1100
- * Defined in:
1101
- * {@link file://./../../../dxos/client/logging.proto}
1102
- */
1103
- export interface Meta {
1104
- file: string;
1105
- line: number;
1106
- /**
1107
- * Options:
1108
- * - proto3_optional = true
1109
- */
1110
- scope?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
1111
- /**
1112
- * Options:
1113
- * - proto3_optional = true
1114
- */
1115
- resourceId?: number;
1116
- }
1117
- }
1118
- /**
1119
- * Defined in:
1120
- * {@link file://./../../../dxos/client/logging.proto}
1121
- */
1122
- export interface LoggingService {
1123
- controlMetrics: (request: ControlMetricsRequest, options?: RequestOptions) => Promise<ControlMetricsResponse>;
1124
- queryMetrics: (request: QueryMetricsRequest, options?: RequestOptions) => Stream<QueryMetricsResponse>;
1125
- queryLogs: (request: QueryLogsRequest, options?: RequestOptions) => Stream<LogEntry>;
1126
- }
@@ -72,6 +72,17 @@ export interface QueryRequest {
72
72
  queryId?: string;
73
73
  filter: dxos_echo_filter.Filter;
74
74
  }
75
+ /**
76
+ * Automerge heads.
77
+ * Used for encoding in Index metadata store.
78
+ * @see https://automerge.org/automerge-repo/types/_automerge_automerge_repo.Heads.html
79
+ *
80
+ * Defined in:
81
+ * {@link file://./../../../dxos/echo/query.proto}
82
+ */
83
+ export interface Heads {
84
+ hashes?: string[];
85
+ }
75
86
  /**
76
87
  * Defined in:
77
88
  * {@link file://./../../../dxos/echo/query.proto}
@@ -79,14 +79,14 @@ export enum NullValue {
79
79
  export interface ListValue {
80
80
  values?: Value[];
81
81
  }
82
- export interface Timestamp {
83
- seconds: string;
84
- nanos: number;
85
- }
86
82
  export interface Any {
87
83
  type_url: string;
88
84
  value: Uint8Array;
89
85
  }
86
+ export interface Timestamp {
87
+ seconds: string;
88
+ nanos: number;
89
+ }
90
90
  export interface FileDescriptorSet {
91
91
  file?: FileDescriptorProto[];
92
92
  }