@atproto/bsky 0.0.199 → 0.0.201

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 (170) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/api/app/bsky/ageassurance/begin.d.ts.map +1 -1
  3. package/dist/api/app/bsky/ageassurance/begin.js +1 -2
  4. package/dist/api/app/bsky/ageassurance/begin.js.map +1 -1
  5. package/dist/api/app/bsky/contact/dismissMatch.d.ts +4 -0
  6. package/dist/api/app/bsky/contact/dismissMatch.d.ts.map +1 -0
  7. package/dist/api/app/bsky/contact/dismissMatch.js +23 -0
  8. package/dist/api/app/bsky/contact/dismissMatch.js.map +1 -0
  9. package/dist/api/app/bsky/contact/getMatches.d.ts +4 -0
  10. package/dist/api/app/bsky/contact/getMatches.d.ts.map +1 -0
  11. package/dist/api/app/bsky/contact/getMatches.js +59 -0
  12. package/dist/api/app/bsky/contact/getMatches.js.map +1 -0
  13. package/dist/api/app/bsky/contact/getSyncStatus.d.ts +4 -0
  14. package/dist/api/app/bsky/contact/getSyncStatus.d.ts.map +1 -0
  15. package/dist/api/app/bsky/contact/getSyncStatus.js +32 -0
  16. package/dist/api/app/bsky/contact/getSyncStatus.js.map +1 -0
  17. package/dist/api/app/bsky/contact/importContacts.d.ts +4 -0
  18. package/dist/api/app/bsky/contact/importContacts.d.ts.map +1 -0
  19. package/dist/api/app/bsky/contact/importContacts.js +62 -0
  20. package/dist/api/app/bsky/contact/importContacts.js.map +1 -0
  21. package/dist/api/app/bsky/contact/removeData.d.ts +4 -0
  22. package/dist/api/app/bsky/contact/removeData.d.ts.map +1 -0
  23. package/dist/api/app/bsky/contact/removeData.js +22 -0
  24. package/dist/api/app/bsky/contact/removeData.js.map +1 -0
  25. package/dist/api/app/bsky/contact/sendNotification.d.ts +4 -0
  26. package/dist/api/app/bsky/contact/sendNotification.d.ts.map +1 -0
  27. package/dist/api/app/bsky/contact/sendNotification.js +30 -0
  28. package/dist/api/app/bsky/contact/sendNotification.js.map +1 -0
  29. package/dist/api/app/bsky/contact/startPhoneVerification.d.ts +4 -0
  30. package/dist/api/app/bsky/contact/startPhoneVerification.d.ts.map +1 -0
  31. package/dist/api/app/bsky/contact/startPhoneVerification.js +23 -0
  32. package/dist/api/app/bsky/contact/startPhoneVerification.js.map +1 -0
  33. package/dist/api/app/bsky/contact/util.d.ts +6 -0
  34. package/dist/api/app/bsky/contact/util.d.ts.map +1 -0
  35. package/dist/api/app/bsky/contact/util.js +10 -0
  36. package/dist/api/app/bsky/contact/util.js.map +1 -0
  37. package/dist/api/app/bsky/contact/verifyPhone.d.ts +4 -0
  38. package/dist/api/app/bsky/contact/verifyPhone.d.ts.map +1 -0
  39. package/dist/api/app/bsky/contact/verifyPhone.js +26 -0
  40. package/dist/api/app/bsky/contact/verifyPhone.js.map +1 -0
  41. package/dist/api/app/bsky/graph/getRelationships.d.ts.map +1 -1
  42. package/dist/api/app/bsky/graph/getRelationships.js +4 -0
  43. package/dist/api/app/bsky/graph/getRelationships.js.map +1 -1
  44. package/dist/api/index.d.ts.map +1 -1
  45. package/dist/api/index.js +14 -0
  46. package/dist/api/index.js.map +1 -1
  47. package/dist/config.d.ts +8 -0
  48. package/dist/config.d.ts.map +1 -1
  49. package/dist/config.js +21 -0
  50. package/dist/config.js.map +1 -1
  51. package/dist/context.d.ts +3 -0
  52. package/dist/context.d.ts.map +1 -1
  53. package/dist/context.js +3 -0
  54. package/dist/context.js.map +1 -1
  55. package/dist/hydration/actor.js +1 -1
  56. package/dist/hydration/actor.js.map +1 -1
  57. package/dist/index.d.ts.map +1 -1
  58. package/dist/index.js +12 -0
  59. package/dist/index.js.map +1 -1
  60. package/dist/lexicon/index.d.ts +21 -0
  61. package/dist/lexicon/index.d.ts.map +1 -1
  62. package/dist/lexicon/index.js +52 -1
  63. package/dist/lexicon/index.js.map +1 -1
  64. package/dist/lexicon/lexicons.d.ts +908 -102
  65. package/dist/lexicon/lexicons.d.ts.map +1 -1
  66. package/dist/lexicon/lexicons.js +427 -0
  67. package/dist/lexicon/lexicons.js.map +1 -1
  68. package/dist/lexicon/types/app/bsky/actor/defs.d.ts +13 -1
  69. package/dist/lexicon/types/app/bsky/actor/defs.d.ts.map +1 -1
  70. package/dist/lexicon/types/app/bsky/actor/defs.js +9 -0
  71. package/dist/lexicon/types/app/bsky/actor/defs.js.map +1 -1
  72. package/dist/lexicon/types/app/bsky/contact/defs.d.ts +34 -0
  73. package/dist/lexicon/types/app/bsky/contact/defs.d.ts.map +1 -0
  74. package/dist/lexicon/types/app/bsky/contact/defs.js +34 -0
  75. package/dist/lexicon/types/app/bsky/contact/defs.js.map +1 -0
  76. package/dist/lexicon/types/app/bsky/contact/dismissMatch.d.ts +25 -0
  77. package/dist/lexicon/types/app/bsky/contact/dismissMatch.d.ts.map +1 -0
  78. package/dist/lexicon/types/app/bsky/contact/dismissMatch.js +7 -0
  79. package/dist/lexicon/types/app/bsky/contact/dismissMatch.js.map +1 -0
  80. package/dist/lexicon/types/app/bsky/contact/getMatches.d.ts +25 -0
  81. package/dist/lexicon/types/app/bsky/contact/getMatches.d.ts.map +1 -0
  82. package/dist/lexicon/types/app/bsky/contact/getMatches.js +7 -0
  83. package/dist/lexicon/types/app/bsky/contact/getMatches.js.map +1 -0
  84. package/dist/lexicon/types/app/bsky/contact/getSyncStatus.d.ts +21 -0
  85. package/dist/lexicon/types/app/bsky/contact/getSyncStatus.d.ts.map +1 -0
  86. package/dist/lexicon/types/app/bsky/contact/getSyncStatus.js +7 -0
  87. package/dist/lexicon/types/app/bsky/contact/getSyncStatus.js.map +1 -0
  88. package/dist/lexicon/types/app/bsky/contact/importContacts.d.ts +30 -0
  89. package/dist/lexicon/types/app/bsky/contact/importContacts.d.ts.map +1 -0
  90. package/dist/lexicon/types/app/bsky/contact/importContacts.js +7 -0
  91. package/dist/lexicon/types/app/bsky/contact/importContacts.js.map +1 -0
  92. package/dist/lexicon/types/app/bsky/contact/removeData.d.ts +23 -0
  93. package/dist/lexicon/types/app/bsky/contact/removeData.d.ts.map +1 -0
  94. package/dist/lexicon/types/app/bsky/contact/removeData.js +7 -0
  95. package/dist/lexicon/types/app/bsky/contact/removeData.js.map +1 -0
  96. package/dist/lexicon/types/app/bsky/contact/sendNotification.d.ts +26 -0
  97. package/dist/lexicon/types/app/bsky/contact/sendNotification.d.ts.map +1 -0
  98. package/dist/lexicon/types/app/bsky/contact/sendNotification.js +7 -0
  99. package/dist/lexicon/types/app/bsky/contact/sendNotification.js.map +1 -0
  100. package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.d.ts +25 -0
  101. package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.d.ts.map +1 -0
  102. package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.js +7 -0
  103. package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.js.map +1 -0
  104. package/dist/lexicon/types/app/bsky/contact/verifyPhone.d.ts +29 -0
  105. package/dist/lexicon/types/app/bsky/contact/verifyPhone.d.ts.map +1 -0
  106. package/dist/lexicon/types/app/bsky/contact/verifyPhone.js +7 -0
  107. package/dist/lexicon/types/app/bsky/contact/verifyPhone.js.map +1 -0
  108. package/dist/lexicon/types/app/bsky/graph/defs.d.ts +8 -0
  109. package/dist/lexicon/types/app/bsky/graph/defs.d.ts.map +1 -1
  110. package/dist/lexicon/types/app/bsky/graph/defs.js.map +1 -1
  111. package/dist/proto/bsky_pb.d.ts +0 -4
  112. package/dist/proto/bsky_pb.d.ts.map +1 -1
  113. package/dist/proto/bsky_pb.js +0 -10
  114. package/dist/proto/bsky_pb.js.map +1 -1
  115. package/dist/proto/rolodex_connect.d.ts +83 -0
  116. package/dist/proto/rolodex_connect.d.ts.map +1 -0
  117. package/dist/proto/rolodex_connect.js +90 -0
  118. package/dist/proto/rolodex_connect.js.map +1 -0
  119. package/dist/proto/rolodex_pb.d.ts +363 -0
  120. package/dist/proto/rolodex_pb.d.ts.map +1 -0
  121. package/dist/proto/rolodex_pb.js +1032 -0
  122. package/dist/proto/rolodex_pb.js.map +1 -0
  123. package/dist/rolodex.d.ts +9 -0
  124. package/dist/rolodex.d.ts.map +1 -0
  125. package/dist/rolodex.js +25 -0
  126. package/dist/rolodex.js.map +1 -0
  127. package/dist/stash.d.ts +2 -1
  128. package/dist/stash.d.ts.map +1 -1
  129. package/dist/stash.js +2 -1
  130. package/dist/stash.js.map +1 -1
  131. package/package.json +11 -11
  132. package/proto/rolodex.proto +116 -0
  133. package/src/api/app/bsky/ageassurance/begin.ts +1 -4
  134. package/src/api/app/bsky/contact/dismissMatch.ts +24 -0
  135. package/src/api/app/bsky/contact/getMatches.ts +111 -0
  136. package/src/api/app/bsky/contact/getSyncStatus.ts +35 -0
  137. package/src/api/app/bsky/contact/importContacts.ts +118 -0
  138. package/src/api/app/bsky/contact/removeData.ts +23 -0
  139. package/src/api/app/bsky/contact/sendNotification.ts +32 -0
  140. package/src/api/app/bsky/contact/startPhoneVerification.ts +24 -0
  141. package/src/api/app/bsky/contact/util.ts +13 -0
  142. package/src/api/app/bsky/contact/verifyPhone.ts +27 -0
  143. package/src/api/app/bsky/graph/getRelationships.ts +4 -0
  144. package/src/api/index.ts +14 -0
  145. package/src/config.ts +27 -0
  146. package/src/context.ts +6 -0
  147. package/src/hydration/actor.ts +1 -1
  148. package/src/index.ts +13 -0
  149. package/src/lexicon/index.ts +114 -0
  150. package/src/lexicon/lexicons.ts +454 -0
  151. package/src/lexicon/types/app/bsky/actor/defs.ts +22 -0
  152. package/src/lexicon/types/app/bsky/contact/defs.ts +71 -0
  153. package/src/lexicon/types/app/bsky/contact/dismissMatch.ts +43 -0
  154. package/src/lexicon/types/app/bsky/contact/getMatches.ts +43 -0
  155. package/src/lexicon/types/app/bsky/contact/getSyncStatus.ts +39 -0
  156. package/src/lexicon/types/app/bsky/contact/importContacts.ts +49 -0
  157. package/src/lexicon/types/app/bsky/contact/removeData.ts +40 -0
  158. package/src/lexicon/types/app/bsky/contact/sendNotification.ts +44 -0
  159. package/src/lexicon/types/app/bsky/contact/startPhoneVerification.ts +43 -0
  160. package/src/lexicon/types/app/bsky/contact/verifyPhone.ts +48 -0
  161. package/src/lexicon/types/app/bsky/graph/defs.ts +8 -0
  162. package/src/proto/bsky_pb.ts +0 -6
  163. package/src/proto/rolodex_connect.ts +89 -0
  164. package/src/proto/rolodex_pb.ts +746 -0
  165. package/src/rolodex.ts +42 -0
  166. package/src/stash.ts +5 -2
  167. package/tests/views/__snapshots__/profile.test.ts.snap +103 -0
  168. package/tests/views/age-assurance-v2.test.ts +8 -1
  169. package/tests/views/profile.test.ts +39 -0
  170. package/tsconfig.build.tsbuildinfo +1 -1
@@ -0,0 +1,39 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5
+ import { CID } from 'multiformats/cid'
6
+ import { validate as _validate } from '../../../../lexicons'
7
+ import {
8
+ type $Typed,
9
+ is$typed as _is$typed,
10
+ type OmitKey,
11
+ } from '../../../../util'
12
+ import type * as AppBskyContactDefs from './defs.js'
13
+
14
+ const is$typed = _is$typed,
15
+ validate = _validate
16
+ const id = 'app.bsky.contact.getSyncStatus'
17
+
18
+ export type QueryParams = {}
19
+ export type InputSchema = undefined
20
+
21
+ export interface OutputSchema {
22
+ syncStatus?: AppBskyContactDefs.SyncStatus
23
+ }
24
+
25
+ export type HandlerInput = void
26
+
27
+ export interface HandlerSuccess {
28
+ encoding: 'application/json'
29
+ body: OutputSchema
30
+ headers?: { [key: string]: string }
31
+ }
32
+
33
+ export interface HandlerError {
34
+ status: number
35
+ message?: string
36
+ error?: 'TODO'
37
+ }
38
+
39
+ export type HandlerOutput = HandlerError | HandlerSuccess
@@ -0,0 +1,49 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5
+ import { CID } from 'multiformats/cid'
6
+ import { validate as _validate } from '../../../../lexicons'
7
+ import {
8
+ type $Typed,
9
+ is$typed as _is$typed,
10
+ type OmitKey,
11
+ } from '../../../../util'
12
+ import type * as AppBskyContactDefs from './defs.js'
13
+
14
+ const is$typed = _is$typed,
15
+ validate = _validate
16
+ const id = 'app.bsky.contact.importContacts'
17
+
18
+ export type QueryParams = {}
19
+
20
+ export interface InputSchema {
21
+ /** JWT to authenticate the call. Use the JWT received as a response to the call to `app.bsky.contact.verifyPhone`. */
22
+ token: string
23
+ /** List of phone numbers in global E.164 format (e.g., '+12125550123'). Phone numbers that cannot be normalized into a valid phone number will be discarded. Should not repeat the 'phone' input used in `app.bsky.contact.verifyPhone`. */
24
+ contacts: string[]
25
+ }
26
+
27
+ export interface OutputSchema {
28
+ /** The users that matched during import and their indexes on the input contacts, so the client can correlate with its local list. */
29
+ matchesAndContactIndexes: AppBskyContactDefs.MatchAndContactIndex[]
30
+ }
31
+
32
+ export interface HandlerInput {
33
+ encoding: 'application/json'
34
+ body: InputSchema
35
+ }
36
+
37
+ export interface HandlerSuccess {
38
+ encoding: 'application/json'
39
+ body: OutputSchema
40
+ headers?: { [key: string]: string }
41
+ }
42
+
43
+ export interface HandlerError {
44
+ status: number
45
+ message?: string
46
+ error?: 'TODO'
47
+ }
48
+
49
+ export type HandlerOutput = HandlerError | HandlerSuccess
@@ -0,0 +1,40 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5
+ import { CID } from 'multiformats/cid'
6
+ import { validate as _validate } from '../../../../lexicons'
7
+ import {
8
+ type $Typed,
9
+ is$typed as _is$typed,
10
+ type OmitKey,
11
+ } from '../../../../util'
12
+
13
+ const is$typed = _is$typed,
14
+ validate = _validate
15
+ const id = 'app.bsky.contact.removeData'
16
+
17
+ export type QueryParams = {}
18
+
19
+ export interface InputSchema {}
20
+
21
+ export interface OutputSchema {}
22
+
23
+ export interface HandlerInput {
24
+ encoding: 'application/json'
25
+ body: InputSchema
26
+ }
27
+
28
+ export interface HandlerSuccess {
29
+ encoding: 'application/json'
30
+ body: OutputSchema
31
+ headers?: { [key: string]: string }
32
+ }
33
+
34
+ export interface HandlerError {
35
+ status: number
36
+ message?: string
37
+ error?: 'TODO'
38
+ }
39
+
40
+ export type HandlerOutput = HandlerError | HandlerSuccess
@@ -0,0 +1,44 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5
+ import { CID } from 'multiformats/cid'
6
+ import { validate as _validate } from '../../../../lexicons'
7
+ import {
8
+ type $Typed,
9
+ is$typed as _is$typed,
10
+ type OmitKey,
11
+ } from '../../../../util'
12
+
13
+ const is$typed = _is$typed,
14
+ validate = _validate
15
+ const id = 'app.bsky.contact.sendNotification'
16
+
17
+ export type QueryParams = {}
18
+
19
+ export interface InputSchema {
20
+ /** The DID of who this notification comes from. */
21
+ from: string
22
+ /** The DID of who this notification should go to. */
23
+ to: string
24
+ }
25
+
26
+ export interface OutputSchema {}
27
+
28
+ export interface HandlerInput {
29
+ encoding: 'application/json'
30
+ body: InputSchema
31
+ }
32
+
33
+ export interface HandlerSuccess {
34
+ encoding: 'application/json'
35
+ body: OutputSchema
36
+ headers?: { [key: string]: string }
37
+ }
38
+
39
+ export interface HandlerError {
40
+ status: number
41
+ message?: string
42
+ }
43
+
44
+ export type HandlerOutput = HandlerError | HandlerSuccess
@@ -0,0 +1,43 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5
+ import { CID } from 'multiformats/cid'
6
+ import { validate as _validate } from '../../../../lexicons'
7
+ import {
8
+ type $Typed,
9
+ is$typed as _is$typed,
10
+ type OmitKey,
11
+ } from '../../../../util'
12
+
13
+ const is$typed = _is$typed,
14
+ validate = _validate
15
+ const id = 'app.bsky.contact.startPhoneVerification'
16
+
17
+ export type QueryParams = {}
18
+
19
+ export interface InputSchema {
20
+ /** The phone number to receive the code via SMS. */
21
+ phone: string
22
+ }
23
+
24
+ export interface OutputSchema {}
25
+
26
+ export interface HandlerInput {
27
+ encoding: 'application/json'
28
+ body: InputSchema
29
+ }
30
+
31
+ export interface HandlerSuccess {
32
+ encoding: 'application/json'
33
+ body: OutputSchema
34
+ headers?: { [key: string]: string }
35
+ }
36
+
37
+ export interface HandlerError {
38
+ status: number
39
+ message?: string
40
+ error?: 'TODO'
41
+ }
42
+
43
+ export type HandlerOutput = HandlerError | HandlerSuccess
@@ -0,0 +1,48 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5
+ import { CID } from 'multiformats/cid'
6
+ import { validate as _validate } from '../../../../lexicons'
7
+ import {
8
+ type $Typed,
9
+ is$typed as _is$typed,
10
+ type OmitKey,
11
+ } from '../../../../util'
12
+
13
+ const is$typed = _is$typed,
14
+ validate = _validate
15
+ const id = 'app.bsky.contact.verifyPhone'
16
+
17
+ export type QueryParams = {}
18
+
19
+ export interface InputSchema {
20
+ /** The phone number to verify. Should be the same as the one passed to `app.bsky.contact.startPhoneVerification`. */
21
+ phone: string
22
+ /** The code received via SMS as a result of the call to `app.bsky.contact.startPhoneVerification`. */
23
+ code: string
24
+ }
25
+
26
+ export interface OutputSchema {
27
+ /** JWT to be used in a call to `app.bsky.contact.importContacts`. It is only valid for a single call. */
28
+ token: string
29
+ }
30
+
31
+ export interface HandlerInput {
32
+ encoding: 'application/json'
33
+ body: InputSchema
34
+ }
35
+
36
+ export interface HandlerSuccess {
37
+ encoding: 'application/json'
38
+ body: OutputSchema
39
+ headers?: { [key: string]: string }
40
+ }
41
+
42
+ export interface HandlerError {
43
+ status: number
44
+ message?: string
45
+ error?: 'TODO'
46
+ }
47
+
48
+ export type HandlerOutput = HandlerError | HandlerSuccess
@@ -185,6 +185,14 @@ export interface Relationship {
185
185
  following?: string
186
186
  /** if the actor is followed by this DID, contains the AT-URI of the follow record */
187
187
  followedBy?: string
188
+ /** if the actor blocks this DID, this is the AT-URI of the block record */
189
+ blocking?: string
190
+ /** if the actor is blocked by this DID, contains the AT-URI of the block record */
191
+ blockedBy?: string
192
+ /** if the actor blocks this DID via a block list, this is the AT-URI of the listblock record */
193
+ blockingByList?: string
194
+ /** if the actor is blocked by this DID via a block list, contains the AT-URI of the listblock record */
195
+ blockedByList?: string
188
196
  }
189
197
 
190
198
  const hashRelationship = 'relationship'
@@ -3861,11 +3861,6 @@ export class AgeAssuranceStatus extends Message<AgeAssuranceStatus> {
3861
3861
  */
3862
3862
  access = "";
3863
3863
 
3864
- /**
3865
- * @generated from field: string access_reason = 5;
3866
- */
3867
- accessReason = "";
3868
-
3869
3864
  constructor(data?: PartialMessage<AgeAssuranceStatus>) {
3870
3865
  super();
3871
3866
  proto3.util.initPartial(data, this);
@@ -3878,7 +3873,6 @@ export class AgeAssuranceStatus extends Message<AgeAssuranceStatus> {
3878
3873
  { no: 2, name: "last_initiated_at", kind: "message", T: Timestamp },
3879
3874
  { no: 3, name: "override_applied", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
3880
3875
  { no: 4, name: "access", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3881
- { no: 5, name: "access_reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3882
3876
  ]);
3883
3877
 
3884
3878
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AgeAssuranceStatus {
@@ -0,0 +1,89 @@
1
+ // @generated by protoc-gen-connect-es v1.3.0 with parameter "target=ts,import_extension="
2
+ // @generated from file rolodex.proto (package rolodex, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+
6
+ import { DismissMatchRequest, DismissMatchResponse, GetMatchesRequest, GetMatchesResponse, GetSyncStatusRequest, GetSyncStatusResponse, ImportContactsRequest, ImportContactsResponse, PingRequest, PingResponse, RemoveDataRequest, RemoveDataResponse, StartPhoneVerificationRequest, StartPhoneVerificationResponse, VerifyPhoneRequest, VerifyPhoneResponse } from "./rolodex_pb";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+
9
+ /**
10
+ * @generated from service rolodex.RolodexService
11
+ */
12
+ export const RolodexService = {
13
+ typeName: "rolodex.RolodexService",
14
+ methods: {
15
+ /**
16
+ * @generated from rpc rolodex.RolodexService.Ping
17
+ */
18
+ ping: {
19
+ name: "Ping",
20
+ I: PingRequest,
21
+ O: PingResponse,
22
+ kind: MethodKind.Unary,
23
+ },
24
+ /**
25
+ * @generated from rpc rolodex.RolodexService.GetSyncStatus
26
+ */
27
+ getSyncStatus: {
28
+ name: "GetSyncStatus",
29
+ I: GetSyncStatusRequest,
30
+ O: GetSyncStatusResponse,
31
+ kind: MethodKind.Unary,
32
+ },
33
+ /**
34
+ * @generated from rpc rolodex.RolodexService.StartPhoneVerification
35
+ */
36
+ startPhoneVerification: {
37
+ name: "StartPhoneVerification",
38
+ I: StartPhoneVerificationRequest,
39
+ O: StartPhoneVerificationResponse,
40
+ kind: MethodKind.Unary,
41
+ },
42
+ /**
43
+ * @generated from rpc rolodex.RolodexService.VerifyPhone
44
+ */
45
+ verifyPhone: {
46
+ name: "VerifyPhone",
47
+ I: VerifyPhoneRequest,
48
+ O: VerifyPhoneResponse,
49
+ kind: MethodKind.Unary,
50
+ },
51
+ /**
52
+ * @generated from rpc rolodex.RolodexService.ImportContacts
53
+ */
54
+ importContacts: {
55
+ name: "ImportContacts",
56
+ I: ImportContactsRequest,
57
+ O: ImportContactsResponse,
58
+ kind: MethodKind.Unary,
59
+ },
60
+ /**
61
+ * @generated from rpc rolodex.RolodexService.GetMatches
62
+ */
63
+ getMatches: {
64
+ name: "GetMatches",
65
+ I: GetMatchesRequest,
66
+ O: GetMatchesResponse,
67
+ kind: MethodKind.Unary,
68
+ },
69
+ /**
70
+ * @generated from rpc rolodex.RolodexService.DismissMatch
71
+ */
72
+ dismissMatch: {
73
+ name: "DismissMatch",
74
+ I: DismissMatchRequest,
75
+ O: DismissMatchResponse,
76
+ kind: MethodKind.Unary,
77
+ },
78
+ /**
79
+ * @generated from rpc rolodex.RolodexService.RemoveData
80
+ */
81
+ removeData: {
82
+ name: "RemoveData",
83
+ I: RemoveDataRequest,
84
+ O: RemoveDataResponse,
85
+ kind: MethodKind.Unary,
86
+ },
87
+ }
88
+ } as const;
89
+