@dxos/protocols 0.5.9-main.a22f041 → 0.5.9-main.b8d8fee

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 (34) 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/config.d.ts +7 -0
  6. package/dist/cjs/src/proto/gen/dxos/config.d.ts.map +1 -1
  7. package/dist/cjs/src/proto/gen/dxos/config.js.map +1 -1
  8. package/dist/cjs/src/proto/gen/dxos/halo/credentials.d.ts +9 -0
  9. package/dist/cjs/src/proto/gen/dxos/halo/credentials.d.ts.map +1 -1
  10. package/dist/cjs/src/proto/gen/index.d.ts +1 -0
  11. package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
  12. package/dist/cjs/src/proto/gen/index.js +1 -1
  13. package/dist/cjs/src/proto/gen/index.js.map +1 -1
  14. package/dist/cjs/tsconfig.tsbuildinfo +1 -1
  15. package/dist/esm/src/proto/gen/dxos/client/services.d.ts +175 -175
  16. package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  17. package/dist/esm/src/proto/gen/dxos/client/services.js +24 -24
  18. package/dist/esm/src/proto/gen/dxos/client/services.js.map +1 -1
  19. package/dist/esm/src/proto/gen/dxos/config.d.ts +7 -0
  20. package/dist/esm/src/proto/gen/dxos/config.d.ts.map +1 -1
  21. package/dist/esm/src/proto/gen/dxos/config.js.map +1 -1
  22. package/dist/esm/src/proto/gen/dxos/halo/credentials.d.ts +9 -0
  23. package/dist/esm/src/proto/gen/dxos/halo/credentials.d.ts.map +1 -1
  24. package/dist/esm/src/proto/gen/index.d.ts +1 -0
  25. package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
  26. package/dist/esm/src/proto/gen/index.js +1 -1
  27. package/dist/esm/src/proto/gen/index.js.map +1 -1
  28. package/package.json +5 -5
  29. package/src/proto/dxos/config.proto +2 -0
  30. package/src/proto/dxos/halo/credentials.proto +5 -0
  31. package/src/proto/gen/dxos/client/services.ts +175 -175
  32. package/src/proto/gen/dxos/config.ts +7 -0
  33. package/src/proto/gen/dxos/halo/credentials.ts +9 -0
  34. 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;AA+DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA2iB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,uv1GAAuv1G,CAAC,CAAC,CAAC;AAChz1G,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;AA+DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA4iB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,+i2GAA+i2G,CAAC,CAAC,CAAC;AACxm2G,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.9-main.a22f041",
3
+ "version": "0.5.9-main.b8d8fee",
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/invariant": "0.5.9-main.a22f041",
37
- "@dxos/codec-protobuf": "0.5.9-main.a22f041",
38
- "@dxos/keys": "0.5.9-main.a22f041",
39
- "@dxos/timeframe": "0.5.9-main.a22f041"
36
+ "@dxos/codec-protobuf": "0.5.9-main.b8d8fee",
37
+ "@dxos/invariant": "0.5.9-main.b8d8fee",
38
+ "@dxos/timeframe": "0.5.9-main.b8d8fee",
39
+ "@dxos/keys": "0.5.9-main.b8d8fee"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -138,6 +138,8 @@ message Runtime {
138
138
  /// Connect to and serve client services to a remote proxy.
139
139
  optional string devtools_proxy = 7;
140
140
 
141
+ /// Spaces will stay in SpaceState.CLOSED until explicitly opened. Speeds up client-services initialization.
142
+ optional bool lazy_space_open = 9;
141
143
  }
142
144
 
143
145
  message App {
@@ -181,6 +181,11 @@ message DeviceProfile {
181
181
  DeviceProfileDocument profile = 1;
182
182
  }
183
183
 
184
+ /// [ASSERTION]: Sets default space for identity.
185
+ message DefaultSpace {
186
+ string space_id = 1;
187
+ }
188
+
184
189
  // [ASSERTION]: Identity is authorized to access a KUBE.
185
190
  message KubeAccess {
186
191
  dxos.keys.PublicKey kube_key = 1;
@@ -61,6 +61,181 @@ import * as dxos_value from "../value";
61
61
  import * as example_testing_data from "../../example/testing/data";
62
62
  import * as example_testing_rpc from "../../example/testing/rpc";
63
63
  import * as google_protobuf from "../../google/protobuf";
64
+ /**
65
+ * Defined in:
66
+ * {@link file://./../../../dxos/client/logging.proto}
67
+ */
68
+ export interface Metrics {
69
+ timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
70
+ values?: Metrics.KeyPair[];
71
+ }
72
+ export namespace Metrics {
73
+ /**
74
+ * Defined in:
75
+ * {@link file://./../../../dxos/client/logging.proto}
76
+ */
77
+ export interface KeyPair {
78
+ /**
79
+ * Options:
80
+ * - proto3_optional = true
81
+ */
82
+ key?: string;
83
+ /**
84
+ * Options:
85
+ * - proto3_optional = true
86
+ */
87
+ value?: dxos_value.Value;
88
+ /**
89
+ * Options:
90
+ * - proto3_optional = true
91
+ */
92
+ stats?: dxos_value.Stats;
93
+ }
94
+ }
95
+ /**
96
+ * Defined in:
97
+ * {@link file://./../../../dxos/client/logging.proto}
98
+ */
99
+ export interface ControlMetricsRequest {
100
+ /**
101
+ * Options:
102
+ * - proto3_optional = true
103
+ */
104
+ reset?: boolean;
105
+ /**
106
+ * Options:
107
+ * - proto3_optional = true
108
+ */
109
+ record?: boolean;
110
+ }
111
+ /**
112
+ * Defined in:
113
+ * {@link file://./../../../dxos/client/logging.proto}
114
+ */
115
+ export interface ControlMetricsResponse {
116
+ /**
117
+ * Options:
118
+ * - proto3_optional = true
119
+ */
120
+ recording?: boolean;
121
+ }
122
+ /**
123
+ * Defined in:
124
+ * {@link file://./../../../dxos/client/logging.proto}
125
+ */
126
+ export interface QueryMetricsRequest {
127
+ /**
128
+ * Options:
129
+ * - proto3_optional = true
130
+ */
131
+ interval?: number;
132
+ }
133
+ /**
134
+ * Defined in:
135
+ * {@link file://./../../../dxos/client/logging.proto}
136
+ */
137
+ export interface QueryMetricsResponse {
138
+ timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
139
+ metrics: Metrics;
140
+ }
141
+ /**
142
+ * Defined in:
143
+ * {@link file://./../../../dxos/client/logging.proto}
144
+ */
145
+ export enum LogLevel {
146
+ TRACE = 5,
147
+ DEBUG = 10,
148
+ INFO = 11,
149
+ WARN = 12,
150
+ ERROR = 13
151
+ }
152
+ /**
153
+ * Defined in:
154
+ * {@link file://./../../../dxos/client/logging.proto}
155
+ */
156
+ export interface QueryLogsRequest {
157
+ filters?: QueryLogsRequest.Filter[];
158
+ /**
159
+ * Options:
160
+ * - proto3_optional = true
161
+ */
162
+ options?: QueryLogsRequest.MatchingOptions;
163
+ }
164
+ export namespace QueryLogsRequest {
165
+ /**
166
+ * Defined in:
167
+ * {@link file://./../../../dxos/client/logging.proto}
168
+ */
169
+ export enum MatchingOptions {
170
+ INCLUSIVE = 1,
171
+ EXPLICIT = 2
172
+ }
173
+ /**
174
+ * Defined in:
175
+ * {@link file://./../../../dxos/client/logging.proto}
176
+ */
177
+ export interface Filter {
178
+ level: LogLevel;
179
+ /**
180
+ * Options:
181
+ * - proto3_optional = true
182
+ */
183
+ pattern?: string;
184
+ }
185
+ }
186
+ /**
187
+ * Defined in:
188
+ * {@link file://./../../../dxos/client/logging.proto}
189
+ */
190
+ export interface LogEntry {
191
+ level: LogLevel;
192
+ message: string;
193
+ /**
194
+ * Options:
195
+ * - proto3_optional = true
196
+ */
197
+ context?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
198
+ /**
199
+ * Options:
200
+ * - proto3_optional = true
201
+ */
202
+ meta?: LogEntry.Meta;
203
+ /**
204
+ * Options:
205
+ * - proto3_optional = true
206
+ */
207
+ error?: dxos_error.Error;
208
+ timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
209
+ }
210
+ export namespace LogEntry {
211
+ /**
212
+ * Defined in:
213
+ * {@link file://./../../../dxos/client/logging.proto}
214
+ */
215
+ export interface Meta {
216
+ file: string;
217
+ line: number;
218
+ /**
219
+ * Options:
220
+ * - proto3_optional = true
221
+ */
222
+ scope?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
223
+ /**
224
+ * Options:
225
+ * - proto3_optional = true
226
+ */
227
+ resourceId?: number;
228
+ }
229
+ }
230
+ /**
231
+ * Defined in:
232
+ * {@link file://./../../../dxos/client/logging.proto}
233
+ */
234
+ export interface LoggingService {
235
+ controlMetrics: (request: ControlMetricsRequest, options?: RequestOptions) => Promise<ControlMetricsResponse>;
236
+ queryMetrics: (request: QueryMetricsRequest, options?: RequestOptions) => Stream<QueryMetricsResponse>;
237
+ queryLogs: (request: QueryLogsRequest, options?: RequestOptions) => Stream<LogEntry>;
238
+ }
64
239
  /**
65
240
  * Defined in:
66
241
  * {@link file://./../../../dxos/client/services.proto}
@@ -976,178 +1151,3 @@ export interface NetworkService {
976
1151
  updateConfig: (request: UpdateConfigRequest, options?: RequestOptions) => Promise<void>;
977
1152
  queryStatus: (request: void, options?: RequestOptions) => Stream<NetworkStatus>;
978
1153
  }
979
- /**
980
- * Defined in:
981
- * {@link file://./../../../dxos/client/logging.proto}
982
- */
983
- export interface Metrics {
984
- timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
985
- values?: Metrics.KeyPair[];
986
- }
987
- export namespace Metrics {
988
- /**
989
- * Defined in:
990
- * {@link file://./../../../dxos/client/logging.proto}
991
- */
992
- export interface KeyPair {
993
- /**
994
- * Options:
995
- * - proto3_optional = true
996
- */
997
- key?: string;
998
- /**
999
- * Options:
1000
- * - proto3_optional = true
1001
- */
1002
- value?: dxos_value.Value;
1003
- /**
1004
- * Options:
1005
- * - proto3_optional = true
1006
- */
1007
- stats?: dxos_value.Stats;
1008
- }
1009
- }
1010
- /**
1011
- * Defined in:
1012
- * {@link file://./../../../dxos/client/logging.proto}
1013
- */
1014
- export interface ControlMetricsRequest {
1015
- /**
1016
- * Options:
1017
- * - proto3_optional = true
1018
- */
1019
- reset?: boolean;
1020
- /**
1021
- * Options:
1022
- * - proto3_optional = true
1023
- */
1024
- record?: boolean;
1025
- }
1026
- /**
1027
- * Defined in:
1028
- * {@link file://./../../../dxos/client/logging.proto}
1029
- */
1030
- export interface ControlMetricsResponse {
1031
- /**
1032
- * Options:
1033
- * - proto3_optional = true
1034
- */
1035
- recording?: boolean;
1036
- }
1037
- /**
1038
- * Defined in:
1039
- * {@link file://./../../../dxos/client/logging.proto}
1040
- */
1041
- export interface QueryMetricsRequest {
1042
- /**
1043
- * Options:
1044
- * - proto3_optional = true
1045
- */
1046
- interval?: number;
1047
- }
1048
- /**
1049
- * Defined in:
1050
- * {@link file://./../../../dxos/client/logging.proto}
1051
- */
1052
- export interface QueryMetricsResponse {
1053
- timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
1054
- metrics: Metrics;
1055
- }
1056
- /**
1057
- * Defined in:
1058
- * {@link file://./../../../dxos/client/logging.proto}
1059
- */
1060
- export enum LogLevel {
1061
- TRACE = 5,
1062
- DEBUG = 10,
1063
- INFO = 11,
1064
- WARN = 12,
1065
- ERROR = 13
1066
- }
1067
- /**
1068
- * Defined in:
1069
- * {@link file://./../../../dxos/client/logging.proto}
1070
- */
1071
- export interface QueryLogsRequest {
1072
- filters?: QueryLogsRequest.Filter[];
1073
- /**
1074
- * Options:
1075
- * - proto3_optional = true
1076
- */
1077
- options?: QueryLogsRequest.MatchingOptions;
1078
- }
1079
- export namespace QueryLogsRequest {
1080
- /**
1081
- * Defined in:
1082
- * {@link file://./../../../dxos/client/logging.proto}
1083
- */
1084
- export enum MatchingOptions {
1085
- INCLUSIVE = 1,
1086
- EXPLICIT = 2
1087
- }
1088
- /**
1089
- * Defined in:
1090
- * {@link file://./../../../dxos/client/logging.proto}
1091
- */
1092
- export interface Filter {
1093
- level: LogLevel;
1094
- /**
1095
- * Options:
1096
- * - proto3_optional = true
1097
- */
1098
- pattern?: string;
1099
- }
1100
- }
1101
- /**
1102
- * Defined in:
1103
- * {@link file://./../../../dxos/client/logging.proto}
1104
- */
1105
- export interface LogEntry {
1106
- level: LogLevel;
1107
- message: string;
1108
- /**
1109
- * Options:
1110
- * - proto3_optional = true
1111
- */
1112
- context?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
1113
- /**
1114
- * Options:
1115
- * - proto3_optional = true
1116
- */
1117
- meta?: LogEntry.Meta;
1118
- /**
1119
- * Options:
1120
- * - proto3_optional = true
1121
- */
1122
- error?: dxos_error.Error;
1123
- timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
1124
- }
1125
- export namespace LogEntry {
1126
- /**
1127
- * Defined in:
1128
- * {@link file://./../../../dxos/client/logging.proto}
1129
- */
1130
- export interface Meta {
1131
- file: string;
1132
- line: number;
1133
- /**
1134
- * Options:
1135
- * - proto3_optional = true
1136
- */
1137
- scope?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
1138
- /**
1139
- * Options:
1140
- * - proto3_optional = true
1141
- */
1142
- resourceId?: number;
1143
- }
1144
- }
1145
- /**
1146
- * Defined in:
1147
- * {@link file://./../../../dxos/client/logging.proto}
1148
- */
1149
- export interface LoggingService {
1150
- controlMetrics: (request: ControlMetricsRequest, options?: RequestOptions) => Promise<ControlMetricsResponse>;
1151
- queryMetrics: (request: QueryMetricsRequest, options?: RequestOptions) => Stream<QueryMetricsResponse>;
1152
- queryLogs: (request: QueryLogsRequest, options?: RequestOptions) => Stream<LogEntry>;
1153
- }
@@ -304,6 +304,13 @@ export namespace Runtime {
304
304
  * - proto3_optional = true
305
305
  */
306
306
  devtoolsProxy?: string;
307
+ /**
308
+ * Spaces will stay in SpaceState.CLOSED until explicitly opened. Speeds up client-services initialization.
309
+ *
310
+ * Options:
311
+ * - proto3_optional = true
312
+ */
313
+ lazySpaceOpen?: boolean;
307
314
  }
308
315
  export namespace Client {
309
316
  /**
@@ -310,6 +310,15 @@ export interface DeviceProfileDocument {
310
310
  export interface DeviceProfile {
311
311
  profile: DeviceProfileDocument;
312
312
  }
313
+ /**
314
+ * [ASSERTION]: Sets default space for identity.
315
+ *
316
+ * Defined in:
317
+ * {@link file://./../../../dxos/halo/credentials.proto}
318
+ */
319
+ export interface DefaultSpace {
320
+ spaceId: string;
321
+ }
313
322
  /**
314
323
  * Defined in:
315
324
  * {@link file://./../../../dxos/halo/credentials.proto}