@dxos/protocols 0.5.9-main.07b4bad → 0.5.9-main.2e4fe25
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.
- package/dist/cjs/src/proto/gen/dxos/iframe.d.ts +14 -0
- package/dist/cjs/src/proto/gen/dxos/iframe.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/iframe.js.map +1 -1
- package/dist/cjs/src/proto/gen/google/protobuf.d.ts +4 -4
- package/dist/cjs/src/proto/gen/google/protobuf.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/index.js +1 -1
- package/dist/cjs/src/proto/gen/index.js.map +1 -1
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/src/proto/gen/dxos/iframe.d.ts +14 -0
- package/dist/esm/src/proto/gen/dxos/iframe.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/iframe.js.map +1 -1
- package/dist/esm/src/proto/gen/google/protobuf.d.ts +4 -4
- package/dist/esm/src/proto/gen/google/protobuf.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/index.js +1 -1
- package/dist/esm/src/proto/gen/index.js.map +1 -1
- package/package.json +5 -5
- package/src/proto/dxos/iframe.proto +8 -0
- package/src/proto/gen/dxos/iframe.ts +14 -0
- package/src/proto/gen/google/protobuf.ts +4 -4
- package/src/proto/gen/index.ts +1 -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,
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/protocols",
|
|
3
|
-
"version": "0.5.9-main.
|
|
3
|
+
"version": "0.5.9-main.2e4fe25",
|
|
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.9-main.
|
|
37
|
-
"@dxos/
|
|
38
|
-
"@dxos/
|
|
39
|
-
"@dxos/timeframe": "0.5.9-main.
|
|
36
|
+
"@dxos/codec-protobuf": "0.5.9-main.2e4fe25",
|
|
37
|
+
"@dxos/keys": "0.5.9-main.2e4fe25",
|
|
38
|
+
"@dxos/invariant": "0.5.9-main.2e4fe25",
|
|
39
|
+
"@dxos/timeframe": "0.5.9-main.2e4fe25"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"glob": "~7.1.6"
|
|
@@ -35,8 +35,12 @@ message AppContextRequest {
|
|
|
35
35
|
/// The display mode that shell should use.
|
|
36
36
|
optional ShellDisplay display = 1;
|
|
37
37
|
|
|
38
|
+
// TODO(wittjosiah): Remove.
|
|
38
39
|
/// The key of the joined space.
|
|
39
40
|
optional dxos.keys.PublicKey space_key = 2;
|
|
41
|
+
|
|
42
|
+
/// The id of the joined space.
|
|
43
|
+
optional string space_id = 5;
|
|
40
44
|
|
|
41
45
|
/// Target to redirect to after a successful invitation.
|
|
42
46
|
optional string target = 3;
|
|
@@ -71,9 +75,13 @@ message LayoutRequest {
|
|
|
71
75
|
/// Invitation code to join a space.
|
|
72
76
|
optional string invitation_code = 2;
|
|
73
77
|
|
|
78
|
+
// TODO(wittjosiah): Remove.
|
|
74
79
|
/// Key of the space to share.
|
|
75
80
|
optional dxos.keys.PublicKey space_key = 3;
|
|
76
81
|
|
|
82
|
+
/// Id of the space to share.
|
|
83
|
+
optional string space_id = 5;
|
|
84
|
+
|
|
77
85
|
/// Target to include in an invitation for redirecting after a successful invitation.
|
|
78
86
|
optional string target = 4;
|
|
79
87
|
}
|
|
@@ -122,6 +122,13 @@ export interface AppContextRequest {
|
|
|
122
122
|
* - proto3_optional = true
|
|
123
123
|
*/
|
|
124
124
|
spaceKey?: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
125
|
+
/**
|
|
126
|
+
* The id of the joined space.
|
|
127
|
+
*
|
|
128
|
+
* Options:
|
|
129
|
+
* - proto3_optional = true
|
|
130
|
+
*/
|
|
131
|
+
spaceId?: string;
|
|
125
132
|
/**
|
|
126
133
|
* Target to redirect to after a successful invitation.
|
|
127
134
|
*
|
|
@@ -184,6 +191,13 @@ export interface LayoutRequest {
|
|
|
184
191
|
* - proto3_optional = true
|
|
185
192
|
*/
|
|
186
193
|
spaceKey?: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
194
|
+
/**
|
|
195
|
+
* Id of the space to share.
|
|
196
|
+
*
|
|
197
|
+
* Options:
|
|
198
|
+
* - proto3_optional = true
|
|
199
|
+
*/
|
|
200
|
+
spaceId?: string;
|
|
187
201
|
/**
|
|
188
202
|
* Target to include in an invitation for redirecting after a successful invitation.
|
|
189
203
|
*
|
|
@@ -80,14 +80,14 @@ export enum NullValue {
|
|
|
80
80
|
export interface ListValue {
|
|
81
81
|
values?: Value[];
|
|
82
82
|
}
|
|
83
|
-
export interface Timestamp {
|
|
84
|
-
seconds: string;
|
|
85
|
-
nanos: number;
|
|
86
|
-
}
|
|
87
83
|
export interface Any {
|
|
88
84
|
type_url: string;
|
|
89
85
|
value: Uint8Array;
|
|
90
86
|
}
|
|
87
|
+
export interface Timestamp {
|
|
88
|
+
seconds: string;
|
|
89
|
+
nanos: number;
|
|
90
|
+
}
|
|
91
91
|
export interface FileDescriptorSet {
|
|
92
92
|
file?: FileDescriptorProto[];
|
|
93
93
|
}
|