@dxos/protocols 0.4.10-main.e1be055 → 0.4.10-main.e2d2318

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 (36) hide show
  1. package/dist/cjs/src/proto/gen/dxos/client/services.d.ts +29 -2
  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 +2 -1
  4. package/dist/cjs/src/proto/gen/dxos/client/services.js.map +1 -1
  5. package/dist/cjs/src/proto/gen/dxos/halo/invitations.d.ts +23 -2
  6. package/dist/cjs/src/proto/gen/dxos/halo/invitations.d.ts.map +1 -1
  7. package/dist/cjs/src/proto/gen/dxos/halo/invitations.js +1 -0
  8. package/dist/cjs/src/proto/gen/dxos/halo/invitations.js.map +1 -1
  9. package/dist/cjs/src/proto/gen/google/protobuf.d.ts +4 -4
  10. package/dist/cjs/src/proto/gen/google/protobuf.d.ts.map +1 -1
  11. package/dist/cjs/src/proto/gen/index.d.ts +1 -0
  12. package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
  13. package/dist/cjs/src/proto/gen/index.js +1 -1
  14. package/dist/cjs/src/proto/gen/index.js.map +1 -1
  15. package/dist/cjs/tsconfig.tsbuildinfo +1 -1
  16. package/dist/esm/src/proto/gen/dxos/client/services.d.ts +29 -2
  17. package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  18. package/dist/esm/src/proto/gen/dxos/client/services.js +2 -1
  19. package/dist/esm/src/proto/gen/dxos/client/services.js.map +1 -1
  20. package/dist/esm/src/proto/gen/dxos/halo/invitations.d.ts +23 -2
  21. package/dist/esm/src/proto/gen/dxos/halo/invitations.d.ts.map +1 -1
  22. package/dist/esm/src/proto/gen/dxos/halo/invitations.js +1 -0
  23. package/dist/esm/src/proto/gen/dxos/halo/invitations.js.map +1 -1
  24. package/dist/esm/src/proto/gen/google/protobuf.d.ts +4 -4
  25. package/dist/esm/src/proto/gen/google/protobuf.d.ts.map +1 -1
  26. package/dist/esm/src/proto/gen/index.d.ts +1 -0
  27. package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
  28. package/dist/esm/src/proto/gen/index.js +1 -1
  29. package/dist/esm/src/proto/gen/index.js.map +1 -1
  30. package/package.json +5 -5
  31. package/src/proto/dxos/client/services.proto +20 -3
  32. package/src/proto/dxos/halo/invitations.proto +9 -1
  33. package/src/proto/gen/dxos/client/services.ts +29 -2
  34. package/src/proto/gen/dxos/halo/invitations.ts +23 -2
  35. package/src/proto/gen/google/protobuf.ts +4 -4
  36. 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;AA4hB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,8hsGAA8hsG,CAAC,CAAC,CAAC;AACvlsG,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;AA6hB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,g7tGAAg7tG,CAAC,CAAC,CAAC;AACz+tG,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.10-main.e1be055",
3
+ "version": "0.4.10-main.e2d2318",
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.10-main.e1be055",
37
- "@dxos/keys": "0.4.10-main.e1be055",
38
- "@dxos/timeframe": "0.4.10-main.e1be055",
39
- "@dxos/invariant": "0.4.10-main.e1be055"
36
+ "@dxos/codec-protobuf": "0.4.10-main.e2d2318",
37
+ "@dxos/timeframe": "0.4.10-main.e2d2318",
38
+ "@dxos/keys": "0.4.10-main.e2d2318",
39
+ "@dxos/invariant": "0.4.10-main.e2d2318"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -405,9 +405,12 @@ message Invitation {
405
405
  enum Type {
406
406
  /// Requires both to be online to complete key exchange.
407
407
  INTERACTIVE = 0;
408
- /// Guest's identity key is known; invitation can be accepted by any valid peer.
409
- OFFLINE = 1;
410
- /// Multiple-use interactive invitation.
408
+ /// Invitation can be accepted by any valid peer.
409
+ DELEGATED = 1;
410
+ /**
411
+ * Multi-use interactive invitations.
412
+ * @deprecated use multiUse flag with type=interactive instead.
413
+ */
411
414
  MULTIUSE = 2;
412
415
  }
413
416
 
@@ -422,6 +425,9 @@ message Invitation {
422
425
 
423
426
  /// Guest should call `Authenticate` with the shared secret.
424
427
  SHARED_SECRET = 1;
428
+
429
+ /// Guest should prove they possess a private key corresponding to the known public key recorded in an invitation.
430
+ KNOWN_PUBLIC_KEY = 2;
425
431
  }
426
432
 
427
433
  enum State {
@@ -480,6 +486,17 @@ message Invitation {
480
486
  // TODO(nf): some feedback mechanism or GC for immortal invitations?
481
487
  // TODO(nf): should the creator have a way to make an invitation last as long as the client? this was the previous behavior.
482
488
  optional int32 lifetime = 14;
489
+
490
+ /// Whether an invitation can be used multiple times.
491
+ optional bool multi_use = 15;
492
+
493
+ /// Guest's keypair required for AuthMethod.KNOWN_PUBLIC_KEY.
494
+ optional AdmissionKeypair guest_keypair = 16;
495
+ }
496
+
497
+ message AdmissionKeypair {
498
+ dxos.keys.PublicKey public_key = 1;
499
+ optional dxos.keys.PrivateKey private_key = 2;
483
500
  }
484
501
 
485
502
  message AcceptInvitationRequest {
@@ -33,12 +33,19 @@ message IntroductionRequest {
33
33
  message IntroductionResponse {
34
34
  dxos.client.services.Invitation.AuthMethod auth_method = 1;
35
35
 
36
+ /// Present when auth_method is KNOWN_PUBLIC_KEY.
37
+ optional bytes challenge = 2;
38
+
36
39
  /// Only present for testing invitation types.
37
40
  optional dxos.keys.PublicKey space_key = 100;
38
41
  }
39
42
 
40
43
  message AuthenticationRequest {
41
- string auth_code = 1;
44
+ /// Present when auth_method is SHARED_SECRET.
45
+ optional string auth_code = 1;
46
+
47
+ /// Present when auth_method is KNOWN_PUBLIC_KEY.
48
+ optional bytes signed_challenge = 2;
42
49
  }
43
50
 
44
51
  message AuthenticationResponse {
@@ -47,6 +54,7 @@ message AuthenticationResponse {
47
54
  INVALID_OTP = 1;
48
55
  INVALID_OPT_ATTEMPTS = 2;
49
56
  INTERNAL_ERROR = 3;
57
+ INVALID_SIGNATURE = 4;
50
58
  }
51
59
 
52
60
  optional Status status = 1;
@@ -925,6 +925,20 @@ export interface Invitation {
925
925
  * - proto3_optional = true
926
926
  */
927
927
  lifetime?: number;
928
+ /**
929
+ * Whether an invitation can be used multiple times.
930
+ *
931
+ * Options:
932
+ * - proto3_optional = true
933
+ */
934
+ multiUse?: boolean;
935
+ /**
936
+ * Guest's keypair required for AuthMethod.KNOWN_PUBLIC_KEY.
937
+ *
938
+ * Options:
939
+ * - proto3_optional = true
940
+ */
941
+ guestKeypair?: AdmissionKeypair;
928
942
  }
929
943
  export namespace Invitation {
930
944
  /**
@@ -933,7 +947,7 @@ export namespace Invitation {
933
947
  */
934
948
  export enum Type {
935
949
  INTERACTIVE = 0,
936
- OFFLINE = 1,
950
+ DELEGATED = 1,
937
951
  MULTIUSE = 2
938
952
  }
939
953
  /**
@@ -950,7 +964,8 @@ export namespace Invitation {
950
964
  */
951
965
  export enum AuthMethod {
952
966
  NONE = 0,
953
- SHARED_SECRET = 1
967
+ SHARED_SECRET = 1,
968
+ KNOWN_PUBLIC_KEY = 2
954
969
  }
955
970
  /**
956
971
  * Defined in:
@@ -969,6 +984,18 @@ export namespace Invitation {
969
984
  EXPIRED = 9
970
985
  }
971
986
  }
987
+ /**
988
+ * Defined in:
989
+ * {@link file://./../../../dxos/client/services.proto}
990
+ */
991
+ export interface AdmissionKeypair {
992
+ publicKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
993
+ /**
994
+ * Options:
995
+ * - proto3_optional = true
996
+ */
997
+ privateKey?: ReturnType<(typeof substitutions)["dxos.keys.PrivateKey"]["decode"]>;
998
+ }
972
999
  /**
973
1000
  * Defined in:
974
1001
  * {@link file://./../../../dxos/client/services.proto}
@@ -104,6 +104,13 @@ export interface IntroductionRequest {
104
104
  */
105
105
  export interface IntroductionResponse {
106
106
  authMethod: dxos_client_services.Invitation.AuthMethod;
107
+ /**
108
+ * Present when auth_method is KNOWN_PUBLIC_KEY.
109
+ *
110
+ * Options:
111
+ * - proto3_optional = true
112
+ */
113
+ challenge?: Uint8Array;
107
114
  /**
108
115
  * Only present for testing invitation types.
109
116
  *
@@ -117,7 +124,20 @@ export interface IntroductionResponse {
117
124
  * {@link file://./../../../dxos/halo/invitations.proto}
118
125
  */
119
126
  export interface AuthenticationRequest {
120
- authCode: string;
127
+ /**
128
+ * Present when auth_method is SHARED_SECRET.
129
+ *
130
+ * Options:
131
+ * - proto3_optional = true
132
+ */
133
+ authCode?: string;
134
+ /**
135
+ * Present when auth_method is KNOWN_PUBLIC_KEY.
136
+ *
137
+ * Options:
138
+ * - proto3_optional = true
139
+ */
140
+ signedChallenge?: Uint8Array;
121
141
  }
122
142
  /**
123
143
  * Defined in:
@@ -139,7 +159,8 @@ export namespace AuthenticationResponse {
139
159
  OK = 0,
140
160
  INVALID_OTP = 1,
141
161
  INVALID_OPT_ATTEMPTS = 2,
142
- INTERNAL_ERROR = 3
162
+ INTERNAL_ERROR = 3,
163
+ INVALID_SIGNATURE = 4
143
164
  }
144
165
  }
145
166
  /**
@@ -79,14 +79,14 @@ export enum NullValue {
79
79
  export interface ListValue {
80
80
  values?: Value[];
81
81
  }
82
- export interface Any {
83
- type_url: string;
84
- value: Uint8Array;
85
- }
86
82
  export interface Timestamp {
87
83
  seconds: string;
88
84
  nanos: number;
89
85
  }
86
+ export interface Any {
87
+ type_url: string;
88
+ value: Uint8Array;
89
+ }
90
90
  export interface FileDescriptorSet {
91
91
  file?: FileDescriptorProto[];
92
92
  }