@dxos/protocols 0.4.7-main.33db07e → 0.4.7-main.4f83620

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.
@@ -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;AAuhB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,61nGAA61nG,CAAC,CAAC,CAAC;AACt5nG,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;AAuhB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,48nGAA48nG,CAAC,CAAC,CAAC;AACrgoG,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.4.7-main.33db07e",
3
+ "version": "0.4.7-main.4f83620",
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.4.7-main.33db07e",
37
- "@dxos/timeframe": "0.4.7-main.33db07e",
38
- "@dxos/keys": "0.4.7-main.33db07e",
39
- "@dxos/invariant": "0.4.7-main.33db07e"
36
+ "@dxos/codec-protobuf": "0.4.7-main.4f83620",
37
+ "@dxos/invariant": "0.4.7-main.4f83620",
38
+ "@dxos/keys": "0.4.7-main.4f83620",
39
+ "@dxos/timeframe": "0.4.7-main.4f83620"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -143,6 +143,8 @@ message IdentityRecovery {
143
143
  message ProfileDocument {
144
144
  optional string display_name = 1;
145
145
  optional string avatar_cid = 2;
146
+ optional string emoji = 3;
147
+ optional string hue = 4;
146
148
  }
147
149
 
148
150
  /// [ASSERTION]: Sets profile information.
@@ -229,6 +229,16 @@ export interface ProfileDocument {
229
229
  * - proto3_optional = true
230
230
  */
231
231
  avatarCid?: string;
232
+ /**
233
+ * Options:
234
+ * - proto3_optional = true
235
+ */
236
+ emoji?: string;
237
+ /**
238
+ * Options:
239
+ * - proto3_optional = true
240
+ */
241
+ hue?: string;
232
242
  }
233
243
  /**
234
244
  * [ASSERTION]: Sets profile information.