@dxos/protocols 0.3.11-main.4eab977 → 0.3.11-main.4feb9c9

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 (44) hide show
  1. package/dist/cjs/src/proto/gen/dxos/agent/echoproxy.d.ts +1 -1
  2. package/dist/cjs/src/proto/gen/dxos/agent/echoproxy.d.ts.map +1 -1
  3. package/dist/cjs/src/proto/gen/dxos/client/services.d.ts +182 -175
  4. package/dist/cjs/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  5. package/dist/cjs/src/proto/gen/dxos/client/services.js +25 -25
  6. package/dist/cjs/src/proto/gen/dxos/client/services.js.map +1 -1
  7. package/dist/cjs/src/proto/gen/dxos/config.d.ts +21 -0
  8. package/dist/cjs/src/proto/gen/dxos/config.d.ts.map +1 -1
  9. package/dist/cjs/src/proto/gen/dxos/config.js.map +1 -1
  10. package/dist/cjs/src/proto/gen/dxos/iframe.d.ts +23 -2
  11. package/dist/cjs/src/proto/gen/dxos/iframe.d.ts.map +1 -1
  12. package/dist/cjs/src/proto/gen/dxos/iframe.js.map +1 -1
  13. package/dist/cjs/src/proto/gen/index.d.ts +2 -1
  14. package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
  15. package/dist/cjs/src/proto/gen/index.js +1 -1
  16. package/dist/cjs/src/proto/gen/index.js.map +1 -1
  17. package/dist/cjs/tsconfig.tsbuildinfo +1 -1
  18. package/dist/esm/src/proto/gen/dxos/agent/echoproxy.d.ts +1 -1
  19. package/dist/esm/src/proto/gen/dxos/agent/echoproxy.d.ts.map +1 -1
  20. package/dist/esm/src/proto/gen/dxos/client/services.d.ts +182 -175
  21. package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  22. package/dist/esm/src/proto/gen/dxos/client/services.js +24 -24
  23. package/dist/esm/src/proto/gen/dxos/client/services.js.map +1 -1
  24. package/dist/esm/src/proto/gen/dxos/config.d.ts +21 -0
  25. package/dist/esm/src/proto/gen/dxos/config.d.ts.map +1 -1
  26. package/dist/esm/src/proto/gen/dxos/config.js.map +1 -1
  27. package/dist/esm/src/proto/gen/dxos/iframe.d.ts +23 -2
  28. package/dist/esm/src/proto/gen/dxos/iframe.d.ts.map +1 -1
  29. package/dist/esm/src/proto/gen/dxos/iframe.js.map +1 -1
  30. package/dist/esm/src/proto/gen/index.d.ts +2 -1
  31. package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
  32. package/dist/esm/src/proto/gen/index.js +1 -1
  33. package/dist/esm/src/proto/gen/index.js.map +1 -1
  34. package/package.json +5 -5
  35. package/src/proto/dxos/agent/echo-proxy.proto +1 -1
  36. package/src/proto/dxos/agent/query.proto +0 -1
  37. package/src/proto/dxos/client/services.proto +3 -0
  38. package/src/proto/dxos/config.proto +7 -0
  39. package/src/proto/dxos/iframe.proto +13 -2
  40. package/src/proto/gen/dxos/agent/echoproxy.ts +1 -1
  41. package/src/proto/gen/dxos/client/services.ts +182 -175
  42. package/src/proto/gen/dxos/config.ts +21 -0
  43. package/src/proto/gen/dxos/iframe.ts +23 -2
  44. package/src/proto/gen/index.ts +3 -2
@@ -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;AA6DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAghB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,iliGAAiliG,CAAC,CAAC,CAAC;AAC1oiG,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;AA6DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAihB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,4wjGAA4wjG,CAAC,CAAC,CAAC;AACr0jG,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.3.11-main.4eab977",
3
+ "version": "0.3.11-main.4feb9c9",
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.3.11-main.4eab977",
37
- "@dxos/invariant": "0.3.11-main.4eab977",
38
- "@dxos/keys": "0.3.11-main.4eab977",
39
- "@dxos/timeframe": "0.3.11-main.4eab977"
36
+ "@dxos/codec-protobuf": "0.3.11-main.4feb9c9",
37
+ "@dxos/timeframe": "0.3.11-main.4feb9c9",
38
+ "@dxos/invariant": "0.3.11-main.4feb9c9",
39
+ "@dxos/keys": "0.3.11-main.4feb9c9"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -6,6 +6,6 @@ syntax = "proto3";
6
6
 
7
7
  package dxos.agent.echoproxy;
8
8
 
9
- message EchoProxyConfig {
9
+ message Config {
10
10
  optional int32 port = 1;
11
11
  }
@@ -10,7 +10,6 @@ import "dxos/echo/object.proto";
10
10
 
11
11
  package dxos.agent.query;
12
12
 
13
-
14
13
  message QueryRequest {
15
14
  string queryId = 1;
16
15
  filter.Filter filter = 2;
@@ -407,6 +407,9 @@ message Invitation {
407
407
 
408
408
  /// Authentication code created by host (only present if auth_method is SHARED_SECRET).
409
409
  optional string auth_code = 10;
410
+
411
+ /// Path or identifier to navigate to after successful authentication.
412
+ optional string target = 11;
410
413
  }
411
414
 
412
415
  message AuthenticationRequest {
@@ -367,6 +367,12 @@ message Runtime {
367
367
  optional string username = 2;
368
368
  optional string password = 3;
369
369
  }
370
+ // TODO(nf): Set API version, authentication scheme, etc.
371
+ message AgentHosting {
372
+ // TODO(nf): read enum from yml?
373
+ optional string server = 1;
374
+ optional string type = 2;
375
+ }
370
376
 
371
377
  optional Kube kube = 1;
372
378
  optional AppServer app = 2;
@@ -380,6 +386,7 @@ message Runtime {
380
386
  optional Supervisor supervisor = 10; // TODO(burdon): Promote to 1; start others at 10.
381
387
  optional Tunneling tunneling = 11;
382
388
  optional Faasd faasd = 12;
389
+ optional AgentHosting agent_hosting = 13;
383
390
  }
384
391
 
385
392
  message Keys {
@@ -29,11 +29,14 @@ enum ShellDisplay {
29
29
  }
30
30
 
31
31
  message AppContextRequest {
32
- /// The display mode that shell should use
32
+ /// The display mode that shell should use.
33
33
  optional ShellDisplay display = 1;
34
34
 
35
- /// The key of the joined space
35
+ /// The key of the joined space.
36
36
  optional dxos.keys.PublicKey space_key = 2;
37
+
38
+ /// Target to redirect to after a successful invitation.
39
+ optional string target = 3;
37
40
  }
38
41
 
39
42
  /// App RPCs for the shell.
@@ -52,9 +55,17 @@ enum ShellLayout {
52
55
  }
53
56
 
54
57
  message LayoutRequest {
58
+ /// Determins which panel of the shell is opened.
55
59
  ShellLayout layout = 1;
60
+
61
+ /// Invitation code to join a space.
56
62
  optional string invitation_code = 2;
63
+
64
+ /// Key of the space to share.
57
65
  optional dxos.keys.PublicKey space_key = 3;
66
+
67
+ /// Target to include in an invitation for redirecting after a successful invitation.
68
+ optional string target = 4;
58
69
  }
59
70
 
60
71
  /// Shell UI RPCs.
@@ -63,7 +63,7 @@ import * as google_protobuf from "../../google/protobuf";
63
63
  * Defined in:
64
64
  * {@link file://./../../../dxos/agent/echo-proxy.proto}
65
65
  */
66
- export interface EchoProxyConfig {
66
+ export interface Config {
67
67
  /**
68
68
  * Options:
69
69
  * - proto3_optional = true
@@ -59,181 +59,6 @@ import * as dxos_value from "../value";
59
59
  import * as example_testing_data from "../../example/testing/data";
60
60
  import * as example_testing_rpc from "../../example/testing/rpc";
61
61
  import * as google_protobuf from "../../google/protobuf";
62
- /**
63
- * Defined in:
64
- * {@link file://./../../../dxos/client/logging.proto}
65
- */
66
- export interface Metrics {
67
- timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
68
- values?: Metrics.KeyPair[];
69
- }
70
- export namespace Metrics {
71
- /**
72
- * Defined in:
73
- * {@link file://./../../../dxos/client/logging.proto}
74
- */
75
- export interface KeyPair {
76
- /**
77
- * Options:
78
- * - proto3_optional = true
79
- */
80
- key?: string;
81
- /**
82
- * Options:
83
- * - proto3_optional = true
84
- */
85
- value?: dxos_value.Value;
86
- /**
87
- * Options:
88
- * - proto3_optional = true
89
- */
90
- stats?: dxos_value.Stats;
91
- }
92
- }
93
- /**
94
- * Defined in:
95
- * {@link file://./../../../dxos/client/logging.proto}
96
- */
97
- export interface ControlMetricsRequest {
98
- /**
99
- * Options:
100
- * - proto3_optional = true
101
- */
102
- reset?: boolean;
103
- /**
104
- * Options:
105
- * - proto3_optional = true
106
- */
107
- record?: boolean;
108
- }
109
- /**
110
- * Defined in:
111
- * {@link file://./../../../dxos/client/logging.proto}
112
- */
113
- export interface ControlMetricsResponse {
114
- /**
115
- * Options:
116
- * - proto3_optional = true
117
- */
118
- recording?: boolean;
119
- }
120
- /**
121
- * Defined in:
122
- * {@link file://./../../../dxos/client/logging.proto}
123
- */
124
- export interface QueryMetricsRequest {
125
- /**
126
- * Options:
127
- * - proto3_optional = true
128
- */
129
- interval?: number;
130
- }
131
- /**
132
- * Defined in:
133
- * {@link file://./../../../dxos/client/logging.proto}
134
- */
135
- export interface QueryMetricsResponse {
136
- timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
137
- metrics: Metrics;
138
- }
139
- /**
140
- * Defined in:
141
- * {@link file://./../../../dxos/client/logging.proto}
142
- */
143
- export enum LogLevel {
144
- TRACE = 5,
145
- DEBUG = 10,
146
- INFO = 11,
147
- WARN = 12,
148
- ERROR = 13
149
- }
150
- /**
151
- * Defined in:
152
- * {@link file://./../../../dxos/client/logging.proto}
153
- */
154
- export interface QueryLogsRequest {
155
- filters?: QueryLogsRequest.Filter[];
156
- /**
157
- * Options:
158
- * - proto3_optional = true
159
- */
160
- options?: QueryLogsRequest.MatchingOptions;
161
- }
162
- export namespace QueryLogsRequest {
163
- /**
164
- * Defined in:
165
- * {@link file://./../../../dxos/client/logging.proto}
166
- */
167
- export enum MatchingOptions {
168
- INCLUSIVE = 1,
169
- EXPLICIT = 2
170
- }
171
- /**
172
- * Defined in:
173
- * {@link file://./../../../dxos/client/logging.proto}
174
- */
175
- export interface Filter {
176
- level: LogLevel;
177
- /**
178
- * Options:
179
- * - proto3_optional = true
180
- */
181
- pattern?: string;
182
- }
183
- }
184
- /**
185
- * Defined in:
186
- * {@link file://./../../../dxos/client/logging.proto}
187
- */
188
- export interface LogEntry {
189
- level: LogLevel;
190
- message: string;
191
- /**
192
- * Options:
193
- * - proto3_optional = true
194
- */
195
- context?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
196
- /**
197
- * Options:
198
- * - proto3_optional = true
199
- */
200
- meta?: LogEntry.Meta;
201
- /**
202
- * Options:
203
- * - proto3_optional = true
204
- */
205
- error?: dxos_error.Error;
206
- timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
207
- }
208
- export namespace LogEntry {
209
- /**
210
- * Defined in:
211
- * {@link file://./../../../dxos/client/logging.proto}
212
- */
213
- export interface Meta {
214
- file: string;
215
- line: number;
216
- /**
217
- * Options:
218
- * - proto3_optional = true
219
- */
220
- scope?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
221
- /**
222
- * Options:
223
- * - proto3_optional = true
224
- */
225
- resourceId?: number;
226
- }
227
- }
228
- /**
229
- * Defined in:
230
- * {@link file://./../../../dxos/client/logging.proto}
231
- */
232
- export interface LoggingService {
233
- controlMetrics: (request: ControlMetricsRequest, options?: RequestOptions) => Promise<ControlMetricsResponse>;
234
- queryMetrics: (request: QueryMetricsRequest, options?: RequestOptions) => Stream<QueryMetricsResponse>;
235
- queryLogs: (request: QueryLogsRequest, options?: RequestOptions) => Stream<LogEntry>;
236
- }
237
62
  /**
238
63
  * Defined in:
239
64
  * {@link file://./../../../dxos/client/services.proto}
@@ -798,6 +623,13 @@ export interface Invitation {
798
623
  * - proto3_optional = true
799
624
  */
800
625
  authCode?: string;
626
+ /**
627
+ * Path or identifier to navigate to after successful authentication.
628
+ *
629
+ * Options:
630
+ * - proto3_optional = true
631
+ */
632
+ target?: string;
801
633
  }
802
634
  export namespace Invitation {
803
635
  /**
@@ -943,3 +775,178 @@ export interface NetworkService {
943
775
  updateConfig: (request: UpdateConfigRequest, options?: RequestOptions) => Promise<void>;
944
776
  queryStatus: (request: void, options?: RequestOptions) => Stream<NetworkStatus>;
945
777
  }
778
+ /**
779
+ * Defined in:
780
+ * {@link file://./../../../dxos/client/logging.proto}
781
+ */
782
+ export interface Metrics {
783
+ timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
784
+ values?: Metrics.KeyPair[];
785
+ }
786
+ export namespace Metrics {
787
+ /**
788
+ * Defined in:
789
+ * {@link file://./../../../dxos/client/logging.proto}
790
+ */
791
+ export interface KeyPair {
792
+ /**
793
+ * Options:
794
+ * - proto3_optional = true
795
+ */
796
+ key?: string;
797
+ /**
798
+ * Options:
799
+ * - proto3_optional = true
800
+ */
801
+ value?: dxos_value.Value;
802
+ /**
803
+ * Options:
804
+ * - proto3_optional = true
805
+ */
806
+ stats?: dxos_value.Stats;
807
+ }
808
+ }
809
+ /**
810
+ * Defined in:
811
+ * {@link file://./../../../dxos/client/logging.proto}
812
+ */
813
+ export interface ControlMetricsRequest {
814
+ /**
815
+ * Options:
816
+ * - proto3_optional = true
817
+ */
818
+ reset?: boolean;
819
+ /**
820
+ * Options:
821
+ * - proto3_optional = true
822
+ */
823
+ record?: boolean;
824
+ }
825
+ /**
826
+ * Defined in:
827
+ * {@link file://./../../../dxos/client/logging.proto}
828
+ */
829
+ export interface ControlMetricsResponse {
830
+ /**
831
+ * Options:
832
+ * - proto3_optional = true
833
+ */
834
+ recording?: boolean;
835
+ }
836
+ /**
837
+ * Defined in:
838
+ * {@link file://./../../../dxos/client/logging.proto}
839
+ */
840
+ export interface QueryMetricsRequest {
841
+ /**
842
+ * Options:
843
+ * - proto3_optional = true
844
+ */
845
+ interval?: number;
846
+ }
847
+ /**
848
+ * Defined in:
849
+ * {@link file://./../../../dxos/client/logging.proto}
850
+ */
851
+ export interface QueryMetricsResponse {
852
+ timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
853
+ metrics: Metrics;
854
+ }
855
+ /**
856
+ * Defined in:
857
+ * {@link file://./../../../dxos/client/logging.proto}
858
+ */
859
+ export enum LogLevel {
860
+ TRACE = 5,
861
+ DEBUG = 10,
862
+ INFO = 11,
863
+ WARN = 12,
864
+ ERROR = 13
865
+ }
866
+ /**
867
+ * Defined in:
868
+ * {@link file://./../../../dxos/client/logging.proto}
869
+ */
870
+ export interface QueryLogsRequest {
871
+ filters?: QueryLogsRequest.Filter[];
872
+ /**
873
+ * Options:
874
+ * - proto3_optional = true
875
+ */
876
+ options?: QueryLogsRequest.MatchingOptions;
877
+ }
878
+ export namespace QueryLogsRequest {
879
+ /**
880
+ * Defined in:
881
+ * {@link file://./../../../dxos/client/logging.proto}
882
+ */
883
+ export enum MatchingOptions {
884
+ INCLUSIVE = 1,
885
+ EXPLICIT = 2
886
+ }
887
+ /**
888
+ * Defined in:
889
+ * {@link file://./../../../dxos/client/logging.proto}
890
+ */
891
+ export interface Filter {
892
+ level: LogLevel;
893
+ /**
894
+ * Options:
895
+ * - proto3_optional = true
896
+ */
897
+ pattern?: string;
898
+ }
899
+ }
900
+ /**
901
+ * Defined in:
902
+ * {@link file://./../../../dxos/client/logging.proto}
903
+ */
904
+ export interface LogEntry {
905
+ level: LogLevel;
906
+ message: string;
907
+ /**
908
+ * Options:
909
+ * - proto3_optional = true
910
+ */
911
+ context?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
912
+ /**
913
+ * Options:
914
+ * - proto3_optional = true
915
+ */
916
+ meta?: LogEntry.Meta;
917
+ /**
918
+ * Options:
919
+ * - proto3_optional = true
920
+ */
921
+ error?: dxos_error.Error;
922
+ timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
923
+ }
924
+ export namespace LogEntry {
925
+ /**
926
+ * Defined in:
927
+ * {@link file://./../../../dxos/client/logging.proto}
928
+ */
929
+ export interface Meta {
930
+ file: string;
931
+ line: number;
932
+ /**
933
+ * Options:
934
+ * - proto3_optional = true
935
+ */
936
+ scope?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
937
+ /**
938
+ * Options:
939
+ * - proto3_optional = true
940
+ */
941
+ resourceId?: number;
942
+ }
943
+ }
944
+ /**
945
+ * Defined in:
946
+ * {@link file://./../../../dxos/client/logging.proto}
947
+ */
948
+ export interface LoggingService {
949
+ controlMetrics: (request: ControlMetricsRequest, options?: RequestOptions) => Promise<ControlMetricsResponse>;
950
+ queryMetrics: (request: QueryMetricsRequest, options?: RequestOptions) => Stream<QueryMetricsResponse>;
951
+ queryLogs: (request: QueryLogsRequest, options?: RequestOptions) => Stream<LogEntry>;
952
+ }
@@ -757,6 +757,11 @@ export namespace Runtime {
757
757
  * - proto3_optional = true
758
758
  */
759
759
  faasd?: Runtime.Services.Faasd;
760
+ /**
761
+ * Options:
762
+ * - proto3_optional = true
763
+ */
764
+ agentHosting?: Runtime.Services.AgentHosting;
760
765
  }
761
766
  export namespace Services {
762
767
  /**
@@ -1006,6 +1011,22 @@ export namespace Runtime {
1006
1011
  */
1007
1012
  password?: string;
1008
1013
  }
1014
+ /**
1015
+ * Defined in:
1016
+ * {@link file://./../../dxos/config.proto}
1017
+ */
1018
+ export interface AgentHosting {
1019
+ /**
1020
+ * Options:
1021
+ * - proto3_optional = true
1022
+ */
1023
+ server?: string;
1024
+ /**
1025
+ * Options:
1026
+ * - proto3_optional = true
1027
+ */
1028
+ type?: string;
1029
+ }
1009
1030
  }
1010
1031
  /**
1011
1032
  * Defined in:
@@ -97,19 +97,26 @@ export enum ShellDisplay {
97
97
  */
98
98
  export interface AppContextRequest {
99
99
  /**
100
- * The display mode that shell should use
100
+ * The display mode that shell should use.
101
101
  *
102
102
  * Options:
103
103
  * - proto3_optional = true
104
104
  */
105
105
  display?: ShellDisplay;
106
106
  /**
107
- * The key of the joined space
107
+ * The key of the joined space.
108
108
  *
109
109
  * Options:
110
110
  * - proto3_optional = true
111
111
  */
112
112
  spaceKey?: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
113
+ /**
114
+ * Target to redirect to after a successful invitation.
115
+ *
116
+ * Options:
117
+ * - proto3_optional = true
118
+ */
119
+ target?: string;
113
120
  }
114
121
  /**
115
122
  * App RPCs for the shell.
@@ -138,17 +145,31 @@ export enum ShellLayout {
138
145
  * {@link file://./../../dxos/iframe.proto}
139
146
  */
140
147
  export interface LayoutRequest {
148
+ /**
149
+ * Determins which panel of the shell is opened.
150
+ */
141
151
  layout: ShellLayout;
142
152
  /**
153
+ * Invitation code to join a space.
154
+ *
143
155
  * Options:
144
156
  * - proto3_optional = true
145
157
  */
146
158
  invitationCode?: string;
147
159
  /**
160
+ * Key of the space to share.
161
+ *
148
162
  * Options:
149
163
  * - proto3_optional = true
150
164
  */
151
165
  spaceKey?: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
166
+ /**
167
+ * Target to include in an invitation for redirecting after a successful invitation.
168
+ *
169
+ * Options:
170
+ * - proto3_optional = true
171
+ */
172
+ target?: string;
152
173
  }
153
174
  /**
154
175
  * Shell UI RPCs.