@atproto/bsky 0.0.199 → 0.0.200

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 (145) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/api/app/bsky/contact/dismissMatch.d.ts +4 -0
  3. package/dist/api/app/bsky/contact/dismissMatch.d.ts.map +1 -0
  4. package/dist/api/app/bsky/contact/dismissMatch.js +23 -0
  5. package/dist/api/app/bsky/contact/dismissMatch.js.map +1 -0
  6. package/dist/api/app/bsky/contact/getMatches.d.ts +4 -0
  7. package/dist/api/app/bsky/contact/getMatches.d.ts.map +1 -0
  8. package/dist/api/app/bsky/contact/getMatches.js +59 -0
  9. package/dist/api/app/bsky/contact/getMatches.js.map +1 -0
  10. package/dist/api/app/bsky/contact/getSyncStatus.d.ts +4 -0
  11. package/dist/api/app/bsky/contact/getSyncStatus.d.ts.map +1 -0
  12. package/dist/api/app/bsky/contact/getSyncStatus.js +32 -0
  13. package/dist/api/app/bsky/contact/getSyncStatus.js.map +1 -0
  14. package/dist/api/app/bsky/contact/importContacts.d.ts +4 -0
  15. package/dist/api/app/bsky/contact/importContacts.d.ts.map +1 -0
  16. package/dist/api/app/bsky/contact/importContacts.js +62 -0
  17. package/dist/api/app/bsky/contact/importContacts.js.map +1 -0
  18. package/dist/api/app/bsky/contact/removeData.d.ts +4 -0
  19. package/dist/api/app/bsky/contact/removeData.d.ts.map +1 -0
  20. package/dist/api/app/bsky/contact/removeData.js +22 -0
  21. package/dist/api/app/bsky/contact/removeData.js.map +1 -0
  22. package/dist/api/app/bsky/contact/startPhoneVerification.d.ts +4 -0
  23. package/dist/api/app/bsky/contact/startPhoneVerification.d.ts.map +1 -0
  24. package/dist/api/app/bsky/contact/startPhoneVerification.js +23 -0
  25. package/dist/api/app/bsky/contact/startPhoneVerification.js.map +1 -0
  26. package/dist/api/app/bsky/contact/util.d.ts +6 -0
  27. package/dist/api/app/bsky/contact/util.d.ts.map +1 -0
  28. package/dist/api/app/bsky/contact/util.js +10 -0
  29. package/dist/api/app/bsky/contact/util.js.map +1 -0
  30. package/dist/api/app/bsky/contact/verifyPhone.d.ts +4 -0
  31. package/dist/api/app/bsky/contact/verifyPhone.d.ts.map +1 -0
  32. package/dist/api/app/bsky/contact/verifyPhone.js +26 -0
  33. package/dist/api/app/bsky/contact/verifyPhone.js.map +1 -0
  34. package/dist/api/app/bsky/graph/getRelationships.d.ts.map +1 -1
  35. package/dist/api/app/bsky/graph/getRelationships.js +4 -0
  36. package/dist/api/app/bsky/graph/getRelationships.js.map +1 -1
  37. package/dist/api/index.d.ts.map +1 -1
  38. package/dist/api/index.js +14 -0
  39. package/dist/api/index.js.map +1 -1
  40. package/dist/config.d.ts +8 -0
  41. package/dist/config.d.ts.map +1 -1
  42. package/dist/config.js +21 -0
  43. package/dist/config.js.map +1 -1
  44. package/dist/context.d.ts +3 -0
  45. package/dist/context.d.ts.map +1 -1
  46. package/dist/context.js +3 -0
  47. package/dist/context.js.map +1 -1
  48. package/dist/hydration/actor.js +1 -1
  49. package/dist/hydration/actor.js.map +1 -1
  50. package/dist/index.d.ts.map +1 -1
  51. package/dist/index.js +12 -0
  52. package/dist/index.js.map +1 -1
  53. package/dist/lexicon/index.d.ts +19 -0
  54. package/dist/lexicon/index.d.ts.map +1 -1
  55. package/dist/lexicon/index.js +48 -1
  56. package/dist/lexicon/index.js.map +1 -1
  57. package/dist/lexicon/lexicons.d.ts +664 -0
  58. package/dist/lexicon/lexicons.d.ts.map +1 -1
  59. package/dist/lexicon/lexicons.js +354 -0
  60. package/dist/lexicon/lexicons.js.map +1 -1
  61. package/dist/lexicon/types/app/bsky/contact/defs.d.ts +24 -0
  62. package/dist/lexicon/types/app/bsky/contact/defs.d.ts.map +1 -0
  63. package/dist/lexicon/types/app/bsky/contact/defs.js +25 -0
  64. package/dist/lexicon/types/app/bsky/contact/defs.js.map +1 -0
  65. package/dist/lexicon/types/app/bsky/contact/dismissMatch.d.ts +25 -0
  66. package/dist/lexicon/types/app/bsky/contact/dismissMatch.d.ts.map +1 -0
  67. package/dist/lexicon/types/app/bsky/contact/dismissMatch.js +7 -0
  68. package/dist/lexicon/types/app/bsky/contact/dismissMatch.js.map +1 -0
  69. package/dist/lexicon/types/app/bsky/contact/getMatches.d.ts +25 -0
  70. package/dist/lexicon/types/app/bsky/contact/getMatches.d.ts.map +1 -0
  71. package/dist/lexicon/types/app/bsky/contact/getMatches.js +7 -0
  72. package/dist/lexicon/types/app/bsky/contact/getMatches.js.map +1 -0
  73. package/dist/lexicon/types/app/bsky/contact/getSyncStatus.d.ts +21 -0
  74. package/dist/lexicon/types/app/bsky/contact/getSyncStatus.d.ts.map +1 -0
  75. package/dist/lexicon/types/app/bsky/contact/getSyncStatus.js +7 -0
  76. package/dist/lexicon/types/app/bsky/contact/getSyncStatus.js.map +1 -0
  77. package/dist/lexicon/types/app/bsky/contact/importContacts.d.ts +30 -0
  78. package/dist/lexicon/types/app/bsky/contact/importContacts.d.ts.map +1 -0
  79. package/dist/lexicon/types/app/bsky/contact/importContacts.js +7 -0
  80. package/dist/lexicon/types/app/bsky/contact/importContacts.js.map +1 -0
  81. package/dist/lexicon/types/app/bsky/contact/removeData.d.ts +23 -0
  82. package/dist/lexicon/types/app/bsky/contact/removeData.d.ts.map +1 -0
  83. package/dist/lexicon/types/app/bsky/contact/removeData.js +7 -0
  84. package/dist/lexicon/types/app/bsky/contact/removeData.js.map +1 -0
  85. package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.d.ts +25 -0
  86. package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.d.ts.map +1 -0
  87. package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.js +7 -0
  88. package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.js.map +1 -0
  89. package/dist/lexicon/types/app/bsky/contact/verifyPhone.d.ts +29 -0
  90. package/dist/lexicon/types/app/bsky/contact/verifyPhone.d.ts.map +1 -0
  91. package/dist/lexicon/types/app/bsky/contact/verifyPhone.js +7 -0
  92. package/dist/lexicon/types/app/bsky/contact/verifyPhone.js.map +1 -0
  93. package/dist/lexicon/types/app/bsky/graph/defs.d.ts +8 -0
  94. package/dist/lexicon/types/app/bsky/graph/defs.d.ts.map +1 -1
  95. package/dist/lexicon/types/app/bsky/graph/defs.js.map +1 -1
  96. package/dist/proto/bsky_pb.d.ts +0 -4
  97. package/dist/proto/bsky_pb.d.ts.map +1 -1
  98. package/dist/proto/bsky_pb.js +0 -10
  99. package/dist/proto/bsky_pb.js.map +1 -1
  100. package/dist/proto/rolodex_connect.d.ts +83 -0
  101. package/dist/proto/rolodex_connect.d.ts.map +1 -0
  102. package/dist/proto/rolodex_connect.js +90 -0
  103. package/dist/proto/rolodex_connect.js.map +1 -0
  104. package/dist/proto/rolodex_pb.d.ts +363 -0
  105. package/dist/proto/rolodex_pb.d.ts.map +1 -0
  106. package/dist/proto/rolodex_pb.js +1032 -0
  107. package/dist/proto/rolodex_pb.js.map +1 -0
  108. package/dist/rolodex.d.ts +9 -0
  109. package/dist/rolodex.d.ts.map +1 -0
  110. package/dist/rolodex.js +25 -0
  111. package/dist/rolodex.js.map +1 -0
  112. package/package.json +13 -13
  113. package/proto/rolodex.proto +116 -0
  114. package/src/api/app/bsky/contact/dismissMatch.ts +24 -0
  115. package/src/api/app/bsky/contact/getMatches.ts +111 -0
  116. package/src/api/app/bsky/contact/getSyncStatus.ts +35 -0
  117. package/src/api/app/bsky/contact/importContacts.ts +118 -0
  118. package/src/api/app/bsky/contact/removeData.ts +23 -0
  119. package/src/api/app/bsky/contact/startPhoneVerification.ts +24 -0
  120. package/src/api/app/bsky/contact/util.ts +13 -0
  121. package/src/api/app/bsky/contact/verifyPhone.ts +27 -0
  122. package/src/api/app/bsky/graph/getRelationships.ts +4 -0
  123. package/src/api/index.ts +14 -0
  124. package/src/config.ts +27 -0
  125. package/src/context.ts +6 -0
  126. package/src/hydration/actor.ts +1 -1
  127. package/src/index.ts +13 -0
  128. package/src/lexicon/index.ts +101 -0
  129. package/src/lexicon/lexicons.ts +375 -0
  130. package/src/lexicon/types/app/bsky/contact/defs.ts +52 -0
  131. package/src/lexicon/types/app/bsky/contact/dismissMatch.ts +43 -0
  132. package/src/lexicon/types/app/bsky/contact/getMatches.ts +43 -0
  133. package/src/lexicon/types/app/bsky/contact/getSyncStatus.ts +39 -0
  134. package/src/lexicon/types/app/bsky/contact/importContacts.ts +49 -0
  135. package/src/lexicon/types/app/bsky/contact/removeData.ts +40 -0
  136. package/src/lexicon/types/app/bsky/contact/startPhoneVerification.ts +43 -0
  137. package/src/lexicon/types/app/bsky/contact/verifyPhone.ts +48 -0
  138. package/src/lexicon/types/app/bsky/graph/defs.ts +8 -0
  139. package/src/proto/bsky_pb.ts +0 -6
  140. package/src/proto/rolodex_connect.ts +89 -0
  141. package/src/proto/rolodex_pb.ts +746 -0
  142. package/src/rolodex.ts +42 -0
  143. package/tests/views/__snapshots__/profile.test.ts.snap +103 -0
  144. package/tests/views/profile.test.ts +39 -0
  145. package/tsconfig.build.tsbuildinfo +1 -1
@@ -0,0 +1,83 @@
1
+ import { DismissMatchRequest, DismissMatchResponse, GetMatchesRequest, GetMatchesResponse, GetSyncStatusRequest, GetSyncStatusResponse, ImportContactsRequest, ImportContactsResponse, PingRequest, PingResponse, RemoveDataRequest, RemoveDataResponse, StartPhoneVerificationRequest, StartPhoneVerificationResponse, VerifyPhoneRequest, VerifyPhoneResponse } from "./rolodex_pb";
2
+ import { MethodKind } from "@bufbuild/protobuf";
3
+ /**
4
+ * @generated from service rolodex.RolodexService
5
+ */
6
+ export declare const RolodexService: {
7
+ readonly typeName: "rolodex.RolodexService";
8
+ readonly methods: {
9
+ /**
10
+ * @generated from rpc rolodex.RolodexService.Ping
11
+ */
12
+ readonly ping: {
13
+ readonly name: "Ping";
14
+ readonly I: typeof PingRequest;
15
+ readonly O: typeof PingResponse;
16
+ readonly kind: MethodKind.Unary;
17
+ };
18
+ /**
19
+ * @generated from rpc rolodex.RolodexService.GetSyncStatus
20
+ */
21
+ readonly getSyncStatus: {
22
+ readonly name: "GetSyncStatus";
23
+ readonly I: typeof GetSyncStatusRequest;
24
+ readonly O: typeof GetSyncStatusResponse;
25
+ readonly kind: MethodKind.Unary;
26
+ };
27
+ /**
28
+ * @generated from rpc rolodex.RolodexService.StartPhoneVerification
29
+ */
30
+ readonly startPhoneVerification: {
31
+ readonly name: "StartPhoneVerification";
32
+ readonly I: typeof StartPhoneVerificationRequest;
33
+ readonly O: typeof StartPhoneVerificationResponse;
34
+ readonly kind: MethodKind.Unary;
35
+ };
36
+ /**
37
+ * @generated from rpc rolodex.RolodexService.VerifyPhone
38
+ */
39
+ readonly verifyPhone: {
40
+ readonly name: "VerifyPhone";
41
+ readonly I: typeof VerifyPhoneRequest;
42
+ readonly O: typeof VerifyPhoneResponse;
43
+ readonly kind: MethodKind.Unary;
44
+ };
45
+ /**
46
+ * @generated from rpc rolodex.RolodexService.ImportContacts
47
+ */
48
+ readonly importContacts: {
49
+ readonly name: "ImportContacts";
50
+ readonly I: typeof ImportContactsRequest;
51
+ readonly O: typeof ImportContactsResponse;
52
+ readonly kind: MethodKind.Unary;
53
+ };
54
+ /**
55
+ * @generated from rpc rolodex.RolodexService.GetMatches
56
+ */
57
+ readonly getMatches: {
58
+ readonly name: "GetMatches";
59
+ readonly I: typeof GetMatchesRequest;
60
+ readonly O: typeof GetMatchesResponse;
61
+ readonly kind: MethodKind.Unary;
62
+ };
63
+ /**
64
+ * @generated from rpc rolodex.RolodexService.DismissMatch
65
+ */
66
+ readonly dismissMatch: {
67
+ readonly name: "DismissMatch";
68
+ readonly I: typeof DismissMatchRequest;
69
+ readonly O: typeof DismissMatchResponse;
70
+ readonly kind: MethodKind.Unary;
71
+ };
72
+ /**
73
+ * @generated from rpc rolodex.RolodexService.RemoveData
74
+ */
75
+ readonly removeData: {
76
+ readonly name: "RemoveData";
77
+ readonly I: typeof RemoveDataRequest;
78
+ readonly O: typeof RemoveDataResponse;
79
+ readonly kind: MethodKind.Unary;
80
+ };
81
+ };
82
+ };
83
+ //# sourceMappingURL=rolodex_connect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rolodex_connect.d.ts","sourceRoot":"","sources":["../../src/proto/rolodex_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,WAAW,EAAE,YAAY,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AACtX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;WAEG;;;;;;;QAOH;;WAEG;;;;;;;QAOH;;WAEG;;;;;;;QAOH;;WAEG;;;;;;;QAOH;;WAEG;;;;;;;QAOH;;WAEG;;;;;;;QAOH;;WAEG;;;;;;;QAOH;;WAEG;;;;;;;;CAQG,CAAC"}
@@ -0,0 +1,90 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-connect-es v1.3.0 with parameter "target=ts,import_extension="
3
+ // @generated from file rolodex.proto (package rolodex, syntax proto3)
4
+ /* eslint-disable */
5
+ // @ts-nocheck
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.RolodexService = void 0;
8
+ const rolodex_pb_1 = require("./rolodex_pb");
9
+ const protobuf_1 = require("@bufbuild/protobuf");
10
+ /**
11
+ * @generated from service rolodex.RolodexService
12
+ */
13
+ exports.RolodexService = {
14
+ typeName: "rolodex.RolodexService",
15
+ methods: {
16
+ /**
17
+ * @generated from rpc rolodex.RolodexService.Ping
18
+ */
19
+ ping: {
20
+ name: "Ping",
21
+ I: rolodex_pb_1.PingRequest,
22
+ O: rolodex_pb_1.PingResponse,
23
+ kind: protobuf_1.MethodKind.Unary,
24
+ },
25
+ /**
26
+ * @generated from rpc rolodex.RolodexService.GetSyncStatus
27
+ */
28
+ getSyncStatus: {
29
+ name: "GetSyncStatus",
30
+ I: rolodex_pb_1.GetSyncStatusRequest,
31
+ O: rolodex_pb_1.GetSyncStatusResponse,
32
+ kind: protobuf_1.MethodKind.Unary,
33
+ },
34
+ /**
35
+ * @generated from rpc rolodex.RolodexService.StartPhoneVerification
36
+ */
37
+ startPhoneVerification: {
38
+ name: "StartPhoneVerification",
39
+ I: rolodex_pb_1.StartPhoneVerificationRequest,
40
+ O: rolodex_pb_1.StartPhoneVerificationResponse,
41
+ kind: protobuf_1.MethodKind.Unary,
42
+ },
43
+ /**
44
+ * @generated from rpc rolodex.RolodexService.VerifyPhone
45
+ */
46
+ verifyPhone: {
47
+ name: "VerifyPhone",
48
+ I: rolodex_pb_1.VerifyPhoneRequest,
49
+ O: rolodex_pb_1.VerifyPhoneResponse,
50
+ kind: protobuf_1.MethodKind.Unary,
51
+ },
52
+ /**
53
+ * @generated from rpc rolodex.RolodexService.ImportContacts
54
+ */
55
+ importContacts: {
56
+ name: "ImportContacts",
57
+ I: rolodex_pb_1.ImportContactsRequest,
58
+ O: rolodex_pb_1.ImportContactsResponse,
59
+ kind: protobuf_1.MethodKind.Unary,
60
+ },
61
+ /**
62
+ * @generated from rpc rolodex.RolodexService.GetMatches
63
+ */
64
+ getMatches: {
65
+ name: "GetMatches",
66
+ I: rolodex_pb_1.GetMatchesRequest,
67
+ O: rolodex_pb_1.GetMatchesResponse,
68
+ kind: protobuf_1.MethodKind.Unary,
69
+ },
70
+ /**
71
+ * @generated from rpc rolodex.RolodexService.DismissMatch
72
+ */
73
+ dismissMatch: {
74
+ name: "DismissMatch",
75
+ I: rolodex_pb_1.DismissMatchRequest,
76
+ O: rolodex_pb_1.DismissMatchResponse,
77
+ kind: protobuf_1.MethodKind.Unary,
78
+ },
79
+ /**
80
+ * @generated from rpc rolodex.RolodexService.RemoveData
81
+ */
82
+ removeData: {
83
+ name: "RemoveData",
84
+ I: rolodex_pb_1.RemoveDataRequest,
85
+ O: rolodex_pb_1.RemoveDataResponse,
86
+ kind: protobuf_1.MethodKind.Unary,
87
+ },
88
+ }
89
+ };
90
+ //# sourceMappingURL=rolodex_connect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rolodex_connect.js","sourceRoot":"","sources":["../../src/proto/rolodex_connect.ts"],"names":[],"mappings":";AAAA,0FAA0F;AAC1F,sEAAsE;AACtE,oBAAoB;AACpB,cAAc;;;AAEd,6CAAsX;AACtX,iDAAgD;AAEhD;;GAEG;AACU,QAAA,cAAc,GAAG;IAC5B,QAAQ,EAAE,wBAAwB;IAClC,OAAO,EAAE;QACP;;WAEG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,wBAAW;YACd,CAAC,EAAE,yBAAY;YACf,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,iCAAoB;YACvB,CAAC,EAAE,kCAAqB;YACxB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,sBAAsB,EAAE;YACtB,IAAI,EAAE,wBAAwB;YAC9B,CAAC,EAAE,0CAA6B;YAChC,CAAC,EAAE,2CAA8B;YACjC,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,WAAW,EAAE;YACX,IAAI,EAAE,aAAa;YACnB,CAAC,EAAE,+BAAkB;YACrB,CAAC,EAAE,gCAAmB;YACtB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,kCAAqB;YACxB,CAAC,EAAE,mCAAsB;YACzB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,8BAAiB;YACpB,CAAC,EAAE,+BAAkB;YACrB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,gCAAmB;YACtB,CAAC,EAAE,iCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,8BAAiB;YACpB,CAAC,EAAE,+BAAkB;YACrB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC","sourcesContent":["// @generated by protoc-gen-connect-es v1.3.0 with parameter \"target=ts,import_extension=\"\n// @generated from file rolodex.proto (package rolodex, syntax proto3)\n/* eslint-disable */\n// @ts-nocheck\n\nimport { DismissMatchRequest, DismissMatchResponse, GetMatchesRequest, GetMatchesResponse, GetSyncStatusRequest, GetSyncStatusResponse, ImportContactsRequest, ImportContactsResponse, PingRequest, PingResponse, RemoveDataRequest, RemoveDataResponse, StartPhoneVerificationRequest, StartPhoneVerificationResponse, VerifyPhoneRequest, VerifyPhoneResponse } from \"./rolodex_pb\";\nimport { MethodKind } from \"@bufbuild/protobuf\";\n\n/**\n * @generated from service rolodex.RolodexService\n */\nexport const RolodexService = {\n typeName: \"rolodex.RolodexService\",\n methods: {\n /**\n * @generated from rpc rolodex.RolodexService.Ping\n */\n ping: {\n name: \"Ping\",\n I: PingRequest,\n O: PingResponse,\n kind: MethodKind.Unary,\n },\n /**\n * @generated from rpc rolodex.RolodexService.GetSyncStatus\n */\n getSyncStatus: {\n name: \"GetSyncStatus\",\n I: GetSyncStatusRequest,\n O: GetSyncStatusResponse,\n kind: MethodKind.Unary,\n },\n /**\n * @generated from rpc rolodex.RolodexService.StartPhoneVerification\n */\n startPhoneVerification: {\n name: \"StartPhoneVerification\",\n I: StartPhoneVerificationRequest,\n O: StartPhoneVerificationResponse,\n kind: MethodKind.Unary,\n },\n /**\n * @generated from rpc rolodex.RolodexService.VerifyPhone\n */\n verifyPhone: {\n name: \"VerifyPhone\",\n I: VerifyPhoneRequest,\n O: VerifyPhoneResponse,\n kind: MethodKind.Unary,\n },\n /**\n * @generated from rpc rolodex.RolodexService.ImportContacts\n */\n importContacts: {\n name: \"ImportContacts\",\n I: ImportContactsRequest,\n O: ImportContactsResponse,\n kind: MethodKind.Unary,\n },\n /**\n * @generated from rpc rolodex.RolodexService.GetMatches\n */\n getMatches: {\n name: \"GetMatches\",\n I: GetMatchesRequest,\n O: GetMatchesResponse,\n kind: MethodKind.Unary,\n },\n /**\n * @generated from rpc rolodex.RolodexService.DismissMatch\n */\n dismissMatch: {\n name: \"DismissMatch\",\n I: DismissMatchRequest,\n O: DismissMatchResponse,\n kind: MethodKind.Unary,\n },\n /**\n * @generated from rpc rolodex.RolodexService.RemoveData\n */\n removeData: {\n name: \"RemoveData\",\n I: RemoveDataRequest,\n O: RemoveDataResponse,\n kind: MethodKind.Unary,\n },\n }\n} as const;\n\n"]}
@@ -0,0 +1,363 @@
1
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
+ import { Message, proto3, Timestamp } from "@bufbuild/protobuf";
3
+ /**
4
+ * Ping
5
+ *
6
+ * @generated from message rolodex.PingRequest
7
+ */
8
+ export declare class PingRequest extends Message<PingRequest> {
9
+ constructor(data?: PartialMessage<PingRequest>);
10
+ static readonly runtime: typeof proto3;
11
+ static readonly typeName = "rolodex.PingRequest";
12
+ static readonly fields: FieldList;
13
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PingRequest;
14
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PingRequest;
15
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PingRequest;
16
+ static equals(a: PingRequest | PlainMessage<PingRequest> | undefined, b: PingRequest | PlainMessage<PingRequest> | undefined): boolean;
17
+ }
18
+ /**
19
+ * @generated from message rolodex.PingResponse
20
+ */
21
+ export declare class PingResponse extends Message<PingResponse> {
22
+ constructor(data?: PartialMessage<PingResponse>);
23
+ static readonly runtime: typeof proto3;
24
+ static readonly typeName = "rolodex.PingResponse";
25
+ static readonly fields: FieldList;
26
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PingResponse;
27
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PingResponse;
28
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PingResponse;
29
+ static equals(a: PingResponse | PlainMessage<PingResponse> | undefined, b: PingResponse | PlainMessage<PingResponse> | undefined): boolean;
30
+ }
31
+ /**
32
+ * GetSyncStatus
33
+ *
34
+ * @generated from message rolodex.GetSyncStatusRequest
35
+ */
36
+ export declare class GetSyncStatusRequest extends Message<GetSyncStatusRequest> {
37
+ /**
38
+ * @generated from field: string actor = 1;
39
+ */
40
+ actor: string;
41
+ constructor(data?: PartialMessage<GetSyncStatusRequest>);
42
+ static readonly runtime: typeof proto3;
43
+ static readonly typeName = "rolodex.GetSyncStatusRequest";
44
+ static readonly fields: FieldList;
45
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSyncStatusRequest;
46
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSyncStatusRequest;
47
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSyncStatusRequest;
48
+ static equals(a: GetSyncStatusRequest | PlainMessage<GetSyncStatusRequest> | undefined, b: GetSyncStatusRequest | PlainMessage<GetSyncStatusRequest> | undefined): boolean;
49
+ }
50
+ /**
51
+ * @generated from message rolodex.SyncStatus
52
+ */
53
+ export declare class SyncStatus extends Message<SyncStatus> {
54
+ /**
55
+ * @generated from field: google.protobuf.Timestamp synced_at = 1;
56
+ */
57
+ syncedAt?: Timestamp;
58
+ /**
59
+ * @generated from field: int32 matches_count = 2;
60
+ */
61
+ matchesCount: number;
62
+ constructor(data?: PartialMessage<SyncStatus>);
63
+ static readonly runtime: typeof proto3;
64
+ static readonly typeName = "rolodex.SyncStatus";
65
+ static readonly fields: FieldList;
66
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SyncStatus;
67
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SyncStatus;
68
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SyncStatus;
69
+ static equals(a: SyncStatus | PlainMessage<SyncStatus> | undefined, b: SyncStatus | PlainMessage<SyncStatus> | undefined): boolean;
70
+ }
71
+ /**
72
+ * @generated from message rolodex.GetSyncStatusResponse
73
+ */
74
+ export declare class GetSyncStatusResponse extends Message<GetSyncStatusResponse> {
75
+ /**
76
+ * @generated from field: rolodex.SyncStatus status = 1;
77
+ */
78
+ status?: SyncStatus;
79
+ constructor(data?: PartialMessage<GetSyncStatusResponse>);
80
+ static readonly runtime: typeof proto3;
81
+ static readonly typeName = "rolodex.GetSyncStatusResponse";
82
+ static readonly fields: FieldList;
83
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSyncStatusResponse;
84
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSyncStatusResponse;
85
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSyncStatusResponse;
86
+ static equals(a: GetSyncStatusResponse | PlainMessage<GetSyncStatusResponse> | undefined, b: GetSyncStatusResponse | PlainMessage<GetSyncStatusResponse> | undefined): boolean;
87
+ }
88
+ /**
89
+ * StartPhoneVerification
90
+ *
91
+ * @generated from message rolodex.StartPhoneVerificationRequest
92
+ */
93
+ export declare class StartPhoneVerificationRequest extends Message<StartPhoneVerificationRequest> {
94
+ /**
95
+ * @generated from field: string actor = 1;
96
+ */
97
+ actor: string;
98
+ /**
99
+ * @generated from field: string phone = 2;
100
+ */
101
+ phone: string;
102
+ constructor(data?: PartialMessage<StartPhoneVerificationRequest>);
103
+ static readonly runtime: typeof proto3;
104
+ static readonly typeName = "rolodex.StartPhoneVerificationRequest";
105
+ static readonly fields: FieldList;
106
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StartPhoneVerificationRequest;
107
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StartPhoneVerificationRequest;
108
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StartPhoneVerificationRequest;
109
+ static equals(a: StartPhoneVerificationRequest | PlainMessage<StartPhoneVerificationRequest> | undefined, b: StartPhoneVerificationRequest | PlainMessage<StartPhoneVerificationRequest> | undefined): boolean;
110
+ }
111
+ /**
112
+ * @generated from message rolodex.StartPhoneVerificationResponse
113
+ */
114
+ export declare class StartPhoneVerificationResponse extends Message<StartPhoneVerificationResponse> {
115
+ constructor(data?: PartialMessage<StartPhoneVerificationResponse>);
116
+ static readonly runtime: typeof proto3;
117
+ static readonly typeName = "rolodex.StartPhoneVerificationResponse";
118
+ static readonly fields: FieldList;
119
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StartPhoneVerificationResponse;
120
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StartPhoneVerificationResponse;
121
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StartPhoneVerificationResponse;
122
+ static equals(a: StartPhoneVerificationResponse | PlainMessage<StartPhoneVerificationResponse> | undefined, b: StartPhoneVerificationResponse | PlainMessage<StartPhoneVerificationResponse> | undefined): boolean;
123
+ }
124
+ /**
125
+ * VerifyPhone
126
+ *
127
+ * @generated from message rolodex.VerifyPhoneRequest
128
+ */
129
+ export declare class VerifyPhoneRequest extends Message<VerifyPhoneRequest> {
130
+ /**
131
+ * @generated from field: string actor = 1;
132
+ */
133
+ actor: string;
134
+ /**
135
+ * @generated from field: string phone = 2;
136
+ */
137
+ phone: string;
138
+ /**
139
+ * @generated from field: string verification_code = 3;
140
+ */
141
+ verificationCode: string;
142
+ constructor(data?: PartialMessage<VerifyPhoneRequest>);
143
+ static readonly runtime: typeof proto3;
144
+ static readonly typeName = "rolodex.VerifyPhoneRequest";
145
+ static readonly fields: FieldList;
146
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VerifyPhoneRequest;
147
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VerifyPhoneRequest;
148
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VerifyPhoneRequest;
149
+ static equals(a: VerifyPhoneRequest | PlainMessage<VerifyPhoneRequest> | undefined, b: VerifyPhoneRequest | PlainMessage<VerifyPhoneRequest> | undefined): boolean;
150
+ }
151
+ /**
152
+ * @generated from message rolodex.VerifyPhoneResponse
153
+ */
154
+ export declare class VerifyPhoneResponse extends Message<VerifyPhoneResponse> {
155
+ /**
156
+ * @generated from field: string token = 1;
157
+ */
158
+ token: string;
159
+ constructor(data?: PartialMessage<VerifyPhoneResponse>);
160
+ static readonly runtime: typeof proto3;
161
+ static readonly typeName = "rolodex.VerifyPhoneResponse";
162
+ static readonly fields: FieldList;
163
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VerifyPhoneResponse;
164
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VerifyPhoneResponse;
165
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VerifyPhoneResponse;
166
+ static equals(a: VerifyPhoneResponse | PlainMessage<VerifyPhoneResponse> | undefined, b: VerifyPhoneResponse | PlainMessage<VerifyPhoneResponse> | undefined): boolean;
167
+ }
168
+ /**
169
+ * ImportContacts
170
+ *
171
+ * @generated from message rolodex.ImportContactsRequest
172
+ */
173
+ export declare class ImportContactsRequest extends Message<ImportContactsRequest> {
174
+ /**
175
+ * @generated from field: string actor = 1;
176
+ */
177
+ actor: string;
178
+ /**
179
+ * @generated from field: string token = 2;
180
+ */
181
+ token: string;
182
+ /**
183
+ * @generated from field: repeated string contacts = 3;
184
+ */
185
+ contacts: string[];
186
+ constructor(data?: PartialMessage<ImportContactsRequest>);
187
+ static readonly runtime: typeof proto3;
188
+ static readonly typeName = "rolodex.ImportContactsRequest";
189
+ static readonly fields: FieldList;
190
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ImportContactsRequest;
191
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ImportContactsRequest;
192
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ImportContactsRequest;
193
+ static equals(a: ImportContactsRequest | PlainMessage<ImportContactsRequest> | undefined, b: ImportContactsRequest | PlainMessage<ImportContactsRequest> | undefined): boolean;
194
+ }
195
+ /**
196
+ * @generated from message rolodex.ImportContactsMatch
197
+ */
198
+ export declare class ImportContactsMatch extends Message<ImportContactsMatch> {
199
+ /**
200
+ * To which index of the input contacts this contact corresponds.
201
+ *
202
+ * @generated from field: int32 input_index = 1;
203
+ */
204
+ inputIndex: number;
205
+ /**
206
+ * @generated from field: string subject = 2;
207
+ */
208
+ subject: string;
209
+ constructor(data?: PartialMessage<ImportContactsMatch>);
210
+ static readonly runtime: typeof proto3;
211
+ static readonly typeName = "rolodex.ImportContactsMatch";
212
+ static readonly fields: FieldList;
213
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ImportContactsMatch;
214
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ImportContactsMatch;
215
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ImportContactsMatch;
216
+ static equals(a: ImportContactsMatch | PlainMessage<ImportContactsMatch> | undefined, b: ImportContactsMatch | PlainMessage<ImportContactsMatch> | undefined): boolean;
217
+ }
218
+ /**
219
+ * @generated from message rolodex.ImportContactsResponse
220
+ */
221
+ export declare class ImportContactsResponse extends Message<ImportContactsResponse> {
222
+ /**
223
+ * @generated from field: repeated rolodex.ImportContactsMatch matches = 1;
224
+ */
225
+ matches: ImportContactsMatch[];
226
+ constructor(data?: PartialMessage<ImportContactsResponse>);
227
+ static readonly runtime: typeof proto3;
228
+ static readonly typeName = "rolodex.ImportContactsResponse";
229
+ static readonly fields: FieldList;
230
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ImportContactsResponse;
231
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ImportContactsResponse;
232
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ImportContactsResponse;
233
+ static equals(a: ImportContactsResponse | PlainMessage<ImportContactsResponse> | undefined, b: ImportContactsResponse | PlainMessage<ImportContactsResponse> | undefined): boolean;
234
+ }
235
+ /**
236
+ * GetMatches
237
+ *
238
+ * @generated from message rolodex.GetMatchesRequest
239
+ */
240
+ export declare class GetMatchesRequest extends Message<GetMatchesRequest> {
241
+ /**
242
+ * @generated from field: string actor = 1;
243
+ */
244
+ actor: string;
245
+ /**
246
+ * @generated from field: int32 limit = 2;
247
+ */
248
+ limit: number;
249
+ /**
250
+ * @generated from field: string cursor = 3;
251
+ */
252
+ cursor: string;
253
+ constructor(data?: PartialMessage<GetMatchesRequest>);
254
+ static readonly runtime: typeof proto3;
255
+ static readonly typeName = "rolodex.GetMatchesRequest";
256
+ static readonly fields: FieldList;
257
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetMatchesRequest;
258
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetMatchesRequest;
259
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetMatchesRequest;
260
+ static equals(a: GetMatchesRequest | PlainMessage<GetMatchesRequest> | undefined, b: GetMatchesRequest | PlainMessage<GetMatchesRequest> | undefined): boolean;
261
+ }
262
+ /**
263
+ * @generated from message rolodex.GetMatchesResponse
264
+ */
265
+ export declare class GetMatchesResponse extends Message<GetMatchesResponse> {
266
+ /**
267
+ * @generated from field: repeated string subjects = 1;
268
+ */
269
+ subjects: string[];
270
+ /**
271
+ * @generated from field: string cursor = 2;
272
+ */
273
+ cursor: string;
274
+ constructor(data?: PartialMessage<GetMatchesResponse>);
275
+ static readonly runtime: typeof proto3;
276
+ static readonly typeName = "rolodex.GetMatchesResponse";
277
+ static readonly fields: FieldList;
278
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetMatchesResponse;
279
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetMatchesResponse;
280
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetMatchesResponse;
281
+ static equals(a: GetMatchesResponse | PlainMessage<GetMatchesResponse> | undefined, b: GetMatchesResponse | PlainMessage<GetMatchesResponse> | undefined): boolean;
282
+ }
283
+ /**
284
+ * DismissMatch
285
+ *
286
+ * @generated from message rolodex.DismissMatchRequest
287
+ */
288
+ export declare class DismissMatchRequest extends Message<DismissMatchRequest> {
289
+ /**
290
+ * @generated from field: string actor = 1;
291
+ */
292
+ actor: string;
293
+ /**
294
+ * @generated from field: string subject = 2;
295
+ */
296
+ subject: string;
297
+ constructor(data?: PartialMessage<DismissMatchRequest>);
298
+ static readonly runtime: typeof proto3;
299
+ static readonly typeName = "rolodex.DismissMatchRequest";
300
+ static readonly fields: FieldList;
301
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DismissMatchRequest;
302
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DismissMatchRequest;
303
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DismissMatchRequest;
304
+ static equals(a: DismissMatchRequest | PlainMessage<DismissMatchRequest> | undefined, b: DismissMatchRequest | PlainMessage<DismissMatchRequest> | undefined): boolean;
305
+ }
306
+ /**
307
+ * @generated from message rolodex.DismissMatchResponse
308
+ */
309
+ export declare class DismissMatchResponse extends Message<DismissMatchResponse> {
310
+ /**
311
+ * @generated from field: int32 matches_count = 1;
312
+ */
313
+ matchesCount: number;
314
+ constructor(data?: PartialMessage<DismissMatchResponse>);
315
+ static readonly runtime: typeof proto3;
316
+ static readonly typeName = "rolodex.DismissMatchResponse";
317
+ static readonly fields: FieldList;
318
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DismissMatchResponse;
319
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DismissMatchResponse;
320
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DismissMatchResponse;
321
+ static equals(a: DismissMatchResponse | PlainMessage<DismissMatchResponse> | undefined, b: DismissMatchResponse | PlainMessage<DismissMatchResponse> | undefined): boolean;
322
+ }
323
+ /**
324
+ * RemoveData
325
+ *
326
+ * @generated from message rolodex.RemoveDataRequest
327
+ */
328
+ export declare class RemoveDataRequest extends Message<RemoveDataRequest> {
329
+ /**
330
+ * @generated from field: string actor = 1;
331
+ */
332
+ actor: string;
333
+ constructor(data?: PartialMessage<RemoveDataRequest>);
334
+ static readonly runtime: typeof proto3;
335
+ static readonly typeName = "rolodex.RemoveDataRequest";
336
+ static readonly fields: FieldList;
337
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RemoveDataRequest;
338
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RemoveDataRequest;
339
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RemoveDataRequest;
340
+ static equals(a: RemoveDataRequest | PlainMessage<RemoveDataRequest> | undefined, b: RemoveDataRequest | PlainMessage<RemoveDataRequest> | undefined): boolean;
341
+ }
342
+ /**
343
+ * @generated from message rolodex.RemoveDataResponse
344
+ */
345
+ export declare class RemoveDataResponse extends Message<RemoveDataResponse> {
346
+ /**
347
+ * @generated from field: int32 contacts_count = 1;
348
+ */
349
+ contactsCount: number;
350
+ /**
351
+ * @generated from field: int32 matches_count = 2;
352
+ */
353
+ matchesCount: number;
354
+ constructor(data?: PartialMessage<RemoveDataResponse>);
355
+ static readonly runtime: typeof proto3;
356
+ static readonly typeName = "rolodex.RemoveDataResponse";
357
+ static readonly fields: FieldList;
358
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RemoveDataResponse;
359
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RemoveDataResponse;
360
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RemoveDataResponse;
361
+ static equals(a: RemoveDataResponse | PlainMessage<RemoveDataResponse> | undefined, b: RemoveDataResponse | PlainMessage<RemoveDataResponse> | undefined): boolean;
362
+ }
363
+ //# sourceMappingURL=rolodex_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rolodex_pb.d.ts","sourceRoot":"","sources":["../../src/proto/rolodex_pb.ts"],"names":[],"mappings":"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"}