@kurrent/kurrentdb-client 1.0.4 → 1.2.0-alpha.0

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 (270) hide show
  1. package/dist/Client/ServerFeatures.d.ts +2 -2
  2. package/dist/Client/ServerFeatures.js +2 -2
  3. package/dist/Client/ServerFeatures.js.map +1 -1
  4. package/dist/Client/discovery.js +2 -2
  5. package/dist/Client/discovery.js.map +1 -1
  6. package/dist/constants.d.ts +1 -0
  7. package/dist/constants.js +2 -1
  8. package/dist/constants.js.map +1 -1
  9. package/dist/index.d.ts +1 -0
  10. package/dist/index.js +1 -0
  11. package/dist/index.js.map +1 -1
  12. package/dist/persistentSubscription/createPersistentSubscriptionToAll.js +22 -12
  13. package/dist/persistentSubscription/createPersistentSubscriptionToAll.js.map +1 -1
  14. package/dist/persistentSubscription/createPersistentSubscriptionToStream.js +16 -6
  15. package/dist/persistentSubscription/createPersistentSubscriptionToStream.js.map +1 -1
  16. package/dist/persistentSubscription/deletePersistentSubscriptionToAll.js +7 -7
  17. package/dist/persistentSubscription/deletePersistentSubscriptionToAll.js.map +1 -1
  18. package/dist/persistentSubscription/deletePersistentSubscriptionToStream.js +5 -5
  19. package/dist/persistentSubscription/deletePersistentSubscriptionToStream.js.map +1 -1
  20. package/dist/persistentSubscription/getPersistentSubscriptionToAllInfo.js +7 -7
  21. package/dist/persistentSubscription/getPersistentSubscriptionToAllInfo.js.map +1 -1
  22. package/dist/persistentSubscription/getPersistentSubscriptionToStreamInfo.js +6 -6
  23. package/dist/persistentSubscription/getPersistentSubscriptionToStreamInfo.js.map +1 -1
  24. package/dist/persistentSubscription/listAllPersistentSubscriptions.js +7 -7
  25. package/dist/persistentSubscription/listAllPersistentSubscriptions.js.map +1 -1
  26. package/dist/persistentSubscription/listPersistentSubscriptionsToAll.js +8 -8
  27. package/dist/persistentSubscription/listPersistentSubscriptionsToAll.js.map +1 -1
  28. package/dist/persistentSubscription/listPersistentSubscriptionsToStream.js +7 -7
  29. package/dist/persistentSubscription/listPersistentSubscriptionsToStream.js.map +1 -1
  30. package/dist/persistentSubscription/replayParkedMessagesToAll.js +7 -7
  31. package/dist/persistentSubscription/replayParkedMessagesToAll.js.map +1 -1
  32. package/dist/persistentSubscription/replayParkedMessagesToStream.js +7 -7
  33. package/dist/persistentSubscription/replayParkedMessagesToStream.js.map +1 -1
  34. package/dist/persistentSubscription/restartPersistentSubscriptionSubsystem.js +4 -4
  35. package/dist/persistentSubscription/restartPersistentSubscriptionSubsystem.js.map +1 -1
  36. package/dist/persistentSubscription/subscribeToPersistentSubscriptionToAll.js +8 -8
  37. package/dist/persistentSubscription/subscribeToPersistentSubscriptionToAll.js.map +1 -1
  38. package/dist/persistentSubscription/subscribeToPersistentSubscriptionToStream.js +7 -7
  39. package/dist/persistentSubscription/subscribeToPersistentSubscriptionToStream.js.map +1 -1
  40. package/dist/persistentSubscription/updatePersistentSubscriptionToAll.js +10 -10
  41. package/dist/persistentSubscription/updatePersistentSubscriptionToAll.js.map +1 -1
  42. package/dist/persistentSubscription/updatePersistentSubscriptionToStream.js +6 -6
  43. package/dist/persistentSubscription/updatePersistentSubscriptionToStream.js.map +1 -1
  44. package/dist/persistentSubscription/utils/PersistentSubscriptionImpl.d.ts +1 -1
  45. package/dist/persistentSubscription/utils/PersistentSubscriptionImpl.js +9 -9
  46. package/dist/persistentSubscription/utils/PersistentSubscriptionImpl.js.map +1 -1
  47. package/dist/persistentSubscription/utils/mapPersistentSubscriptionInfo.d.ts +1 -1
  48. package/dist/persistentSubscription/utils/settingsToGRPC.d.ts +1 -1
  49. package/dist/persistentSubscription/utils/settingsToGRPC.js +13 -4
  50. package/dist/persistentSubscription/utils/settingsToGRPC.js.map +1 -1
  51. package/dist/projections/createProjection.js +7 -7
  52. package/dist/projections/createProjection.js.map +1 -1
  53. package/dist/projections/deleteProjection.js +5 -5
  54. package/dist/projections/deleteProjection.js.map +1 -1
  55. package/dist/projections/disableProjection.js +5 -5
  56. package/dist/projections/disableProjection.js.map +1 -1
  57. package/dist/projections/enableProjection.js +5 -5
  58. package/dist/projections/enableProjection.js.map +1 -1
  59. package/dist/projections/getProjectionResult.js +5 -5
  60. package/dist/projections/getProjectionResult.js.map +1 -1
  61. package/dist/projections/getProjectionState.js +5 -5
  62. package/dist/projections/getProjectionState.js.map +1 -1
  63. package/dist/projections/getProjectionStatus.js +5 -5
  64. package/dist/projections/getProjectionStatus.js.map +1 -1
  65. package/dist/projections/listProjections.js +6 -6
  66. package/dist/projections/listProjections.js.map +1 -1
  67. package/dist/projections/resetProjection.js +5 -5
  68. package/dist/projections/resetProjection.js.map +1 -1
  69. package/dist/projections/restartSubsystem.js +3 -3
  70. package/dist/projections/restartSubsystem.js.map +1 -1
  71. package/dist/projections/updateProjection.js +6 -6
  72. package/dist/projections/updateProjection.js.map +1 -1
  73. package/dist/projections/utils/mapGrpcProjectionDetails.d.ts +1 -1
  74. package/dist/schemaRegistry/checkSchemaCompatibility.d.ts +12 -0
  75. package/dist/schemaRegistry/checkSchemaCompatibility.js +60 -0
  76. package/dist/schemaRegistry/checkSchemaCompatibility.js.map +1 -0
  77. package/dist/schemaRegistry/createSchema.d.ts +13 -0
  78. package/dist/schemaRegistry/createSchema.js +36 -0
  79. package/dist/schemaRegistry/createSchema.js.map +1 -0
  80. package/dist/schemaRegistry/deleteSchema.d.ts +11 -0
  81. package/dist/schemaRegistry/deleteSchema.js +23 -0
  82. package/dist/schemaRegistry/deleteSchema.js.map +1 -0
  83. package/dist/schemaRegistry/deleteSchemaVersions.d.ts +13 -0
  84. package/dist/schemaRegistry/deleteSchemaVersions.js +29 -0
  85. package/dist/schemaRegistry/deleteSchemaVersions.js.map +1 -0
  86. package/dist/schemaRegistry/getSchema.d.ts +12 -0
  87. package/dist/schemaRegistry/getSchema.js +28 -0
  88. package/dist/schemaRegistry/getSchema.js.map +1 -0
  89. package/dist/schemaRegistry/getSchemaVersion.d.ts +12 -0
  90. package/dist/schemaRegistry/getSchemaVersion.js +33 -0
  91. package/dist/schemaRegistry/getSchemaVersion.js.map +1 -0
  92. package/dist/schemaRegistry/getSchemaVersionById.d.ts +12 -0
  93. package/dist/schemaRegistry/getSchemaVersionById.js +28 -0
  94. package/dist/schemaRegistry/getSchemaVersionById.js.map +1 -0
  95. package/dist/schemaRegistry/index.d.ts +14 -0
  96. package/dist/schemaRegistry/index.js +35 -0
  97. package/dist/schemaRegistry/index.js.map +1 -0
  98. package/dist/schemaRegistry/listRegisteredSchemas.d.ts +11 -0
  99. package/dist/schemaRegistry/listRegisteredSchemas.js +41 -0
  100. package/dist/schemaRegistry/listRegisteredSchemas.js.map +1 -0
  101. package/dist/schemaRegistry/listSchemaVersions.d.ts +12 -0
  102. package/dist/schemaRegistry/listSchemaVersions.js +28 -0
  103. package/dist/schemaRegistry/listSchemaVersions.js.map +1 -0
  104. package/dist/schemaRegistry/listSchemas.d.ts +11 -0
  105. package/dist/schemaRegistry/listSchemas.js +35 -0
  106. package/dist/schemaRegistry/listSchemas.js.map +1 -0
  107. package/dist/schemaRegistry/lookupSchemaName.d.ts +12 -0
  108. package/dist/schemaRegistry/lookupSchemaName.js +23 -0
  109. package/dist/schemaRegistry/lookupSchemaName.js.map +1 -0
  110. package/dist/schemaRegistry/registerSchemaVersion.d.ts +13 -0
  111. package/dist/schemaRegistry/registerSchemaVersion.js +31 -0
  112. package/dist/schemaRegistry/registerSchemaVersion.js.map +1 -0
  113. package/dist/schemaRegistry/types.d.ts +347 -0
  114. package/dist/schemaRegistry/types.js +3 -0
  115. package/dist/schemaRegistry/types.js.map +1 -0
  116. package/dist/schemaRegistry/updateSchema.d.ts +11 -0
  117. package/dist/schemaRegistry/updateSchema.js +51 -0
  118. package/dist/schemaRegistry/updateSchema.js.map +1 -0
  119. package/dist/schemaRegistry/utils/index.d.ts +1 -0
  120. package/dist/schemaRegistry/utils/index.js +18 -0
  121. package/dist/schemaRegistry/utils/index.js.map +1 -0
  122. package/dist/schemaRegistry/utils/mappers.d.ts +24 -0
  123. package/dist/schemaRegistry/utils/mappers.js +198 -0
  124. package/dist/schemaRegistry/utils/mappers.js.map +1 -0
  125. package/dist/streams/appendToStream/append.js +3 -3
  126. package/dist/streams/appendToStream/append.js.map +1 -1
  127. package/dist/streams/appendToStream/batchAppend.js +3 -3
  128. package/dist/streams/appendToStream/batchAppend.js.map +1 -1
  129. package/dist/streams/appendToStream/index.d.ts +2 -1
  130. package/dist/streams/appendToStream/index.js +10 -1
  131. package/dist/streams/appendToStream/index.js.map +1 -1
  132. package/dist/streams/appendToStream/multiStreamAppend.d.ts +3 -0
  133. package/dist/streams/appendToStream/multiStreamAppend.js +130 -0
  134. package/dist/streams/appendToStream/multiStreamAppend.js.map +1 -0
  135. package/dist/streams/appendToStream/unpackError.d.ts +2 -2
  136. package/dist/streams/appendToStream/unpackError.js +1 -1
  137. package/dist/streams/appendToStream/unpackError.js.map +1 -1
  138. package/dist/streams/deleteStream.js +3 -3
  139. package/dist/streams/deleteStream.js.map +1 -1
  140. package/dist/streams/subscribeToAll.js +3 -3
  141. package/dist/streams/subscribeToAll.js.map +1 -1
  142. package/dist/streams/subscribeToStream.js +3 -3
  143. package/dist/streams/subscribeToStream.js.map +1 -1
  144. package/dist/streams/tombstoneStream.js +3 -3
  145. package/dist/streams/tombstoneStream.js.map +1 -1
  146. package/dist/streams/utils/ReadStream.d.ts +1 -1
  147. package/dist/streams/utils/Subscription.d.ts +1 -1
  148. package/dist/types/index.d.ts +35 -4
  149. package/dist/types/index.js +5 -2
  150. package/dist/types/index.js.map +1 -1
  151. package/dist/utils/CommandError.d.ts +26 -2
  152. package/dist/utils/CommandError.js +100 -3
  153. package/dist/utils/CommandError.js.map +1 -1
  154. package/dist/utils/convertGrpcEvent.d.ts +2 -2
  155. package/dist/utils/getGrpcStatusDetails.d.ts +5 -0
  156. package/dist/utils/getGrpcStatusDetails.js +17 -0
  157. package/dist/utils/getGrpcStatusDetails.js.map +1 -0
  158. package/dist/utils/grpcStreamIdentifier.d.ts +1 -1
  159. package/dist/utils/grpcStreamIdentifier.js +1 -1
  160. package/dist/utils/grpcStreamIdentifier.js.map +1 -1
  161. package/dist/utils/grpcUUID.d.ts +1 -1
  162. package/dist/utils/grpcUUID.js +1 -1
  163. package/dist/utils/grpcUUID.js.map +1 -1
  164. package/dist/utils/index.d.ts +3 -0
  165. package/dist/utils/index.js +3 -0
  166. package/dist/utils/index.js.map +1 -1
  167. package/dist/utils/mapToValue.d.ts +3 -0
  168. package/dist/utils/mapToValue.js +19 -0
  169. package/dist/utils/mapToValue.js.map +1 -0
  170. package/dist/utils/schema.d.ts +7 -0
  171. package/dist/utils/schema.js +21 -0
  172. package/dist/utils/schema.js.map +1 -0
  173. package/generated/{code_pb.d.ts → kurrentdb/protocols/v1/code_pb.d.ts} +1 -1
  174. package/generated/{code_pb.js → kurrentdb/protocols/v1/code_pb.js} +1 -1
  175. package/generated/kurrentdb/protocols/v1/gossip_grpc_pb.d.ts +42 -0
  176. package/generated/{gossip_grpc_pb.js → kurrentdb/protocols/v1/gossip_grpc_pb.js} +8 -8
  177. package/generated/{gossip_pb.d.ts → kurrentdb/protocols/v1/gossip_pb.d.ts} +5 -5
  178. package/generated/{gossip_pb.js → kurrentdb/protocols/v1/gossip_pb.js} +8 -8
  179. package/generated/kurrentdb/protocols/v1/operations_grpc_pb.d.ts +144 -0
  180. package/generated/{operations_grpc_pb.js → kurrentdb/protocols/v1/operations_grpc_pb.js} +26 -26
  181. package/generated/{operations_pb.d.ts → kurrentdb/protocols/v1/operations_pb.d.ts} +2 -2
  182. package/generated/{operations_pb.js → kurrentdb/protocols/v1/operations_pb.js} +3 -3
  183. package/generated/kurrentdb/protocols/v1/persistentsubscriptions_grpc_pb.d.ts +160 -0
  184. package/generated/{persistent_grpc_pb.js → kurrentdb/protocols/v1/persistentsubscriptions_grpc_pb.js} +48 -48
  185. package/generated/{persistent_pb.d.ts → kurrentdb/protocols/v1/persistentsubscriptions_pb.d.ts} +106 -106
  186. package/generated/{persistent_pb.js → kurrentdb/protocols/v1/persistentsubscriptions_pb.js} +173 -173
  187. package/generated/kurrentdb/protocols/v1/projectionmanagement_grpc_pb.d.ts +194 -0
  188. package/generated/{projections_grpc_pb.js → kurrentdb/protocols/v1/projectionmanagement_grpc_pb.js} +60 -60
  189. package/generated/{projections_pb.d.ts → kurrentdb/protocols/v1/projectionmanagement_pb.d.ts} +20 -20
  190. package/generated/{projections_pb.js → kurrentdb/protocols/v1/projectionmanagement_pb.js} +33 -33
  191. package/generated/kurrentdb/protocols/v1/serverfeatures_grpc_pb.d.ts +42 -0
  192. package/generated/{serverfeatures_grpc_pb.js → kurrentdb/protocols/v1/serverfeatures_grpc_pb.js} +8 -8
  193. package/generated/{serverfeatures_pb.d.ts → kurrentdb/protocols/v1/serverfeatures_pb.d.ts} +2 -2
  194. package/generated/{serverfeatures_pb.js → kurrentdb/protocols/v1/serverfeatures_pb.js} +3 -3
  195. package/generated/{shared_pb.d.ts → kurrentdb/protocols/v1/shared_pb.d.ts} +1 -1
  196. package/generated/{shared_pb.js → kurrentdb/protocols/v1/shared_pb.js} +1 -1
  197. package/generated/{status_pb.d.ts → kurrentdb/protocols/v1/status_pb.d.ts} +5 -5
  198. package/generated/{status_pb.js → kurrentdb/protocols/v1/status_pb.js} +3 -3
  199. package/generated/kurrentdb/protocols/v1/streams_grpc_pb.d.ts +113 -0
  200. package/generated/{streams_grpc_pb.js → kurrentdb/protocols/v1/streams_grpc_pb.js} +33 -33
  201. package/generated/{streams_pb.d.ts → kurrentdb/protocols/v1/streams_pb.d.ts} +138 -138
  202. package/generated/{streams_pb.js → kurrentdb/protocols/v1/streams_pb.js} +230 -230
  203. package/generated/kurrentdb/protocols/v1/usermanagement_grpc_pb.d.ts +158 -0
  204. package/generated/{users_grpc_pb.js → kurrentdb/protocols/v1/usermanagement_grpc_pb.js} +49 -49
  205. package/generated/{users_pb.d.ts → kurrentdb/protocols/v1/usermanagement_pb.d.ts} +1 -1
  206. package/generated/{users_pb.js → kurrentdb/protocols/v1/usermanagement_pb.js} +1 -1
  207. package/generated/kurrentdb/protocols/v2/core_grpc_pb.js +1 -0
  208. package/generated/kurrentdb/protocols/v2/core_pb.d.ts +188 -0
  209. package/generated/kurrentdb/protocols/v2/core_pb.js +1301 -0
  210. package/generated/kurrentdb/protocols/v2/errors_grpc_pb.js +1 -0
  211. package/generated/kurrentdb/protocols/v2/errors_pb.d.ts +105 -0
  212. package/generated/kurrentdb/protocols/v2/errors_pb.js +692 -0
  213. package/generated/kurrentdb/protocols/v2/features/service_grpc_pb.d.ts +43 -0
  214. package/generated/kurrentdb/protocols/v2/features/service_grpc_pb.js +50 -0
  215. package/generated/kurrentdb/protocols/v2/features/service_pb.d.ts +227 -0
  216. package/generated/kurrentdb/protocols/v2/features/service_pb.js +1753 -0
  217. package/generated/kurrentdb/protocols/v2/registry/errors_grpc_pb.js +1 -0
  218. package/generated/kurrentdb/protocols/v2/registry/errors_pb.d.ts +75 -0
  219. package/generated/kurrentdb/protocols/v2/registry/errors_pb.js +493 -0
  220. package/generated/kurrentdb/protocols/v2/registry/events_grpc_pb.js +1 -0
  221. package/generated/kurrentdb/protocols/v2/registry/events_pb.d.ts +255 -0
  222. package/generated/kurrentdb/protocols/v2/registry/events_pb.js +2057 -0
  223. package/generated/kurrentdb/protocols/v2/registry/groups_grpc_pb.js +1 -0
  224. package/generated/kurrentdb/protocols/v2/registry/groups_pb.d.ts +474 -0
  225. package/generated/kurrentdb/protocols/v2/registry/groups_pb.js +3593 -0
  226. package/generated/kurrentdb/protocols/v2/registry/schemas_grpc_pb.js +1 -0
  227. package/generated/kurrentdb/protocols/v2/registry/schemas_pb.d.ts +825 -0
  228. package/generated/kurrentdb/protocols/v2/registry/schemas_pb.js +6500 -0
  229. package/generated/kurrentdb/protocols/v2/registry/service_grpc_pb.d.ts +350 -0
  230. package/generated/kurrentdb/protocols/v2/registry/service_grpc_pb.js +654 -0
  231. package/generated/kurrentdb/protocols/v2/registry/service_pb.d.ts +10 -0
  232. package/generated/kurrentdb/protocols/v2/registry/service_pb.js +29 -0
  233. package/generated/kurrentdb/protocols/v2/registry/shared_grpc_pb.js +1 -0
  234. package/generated/kurrentdb/protocols/v2/registry/shared_pb.d.ts +26 -0
  235. package/generated/kurrentdb/protocols/v2/registry/shared_pb.js +51 -0
  236. package/generated/kurrentdb/protocols/v2/registry/validation_grpc_pb.js +1 -0
  237. package/generated/kurrentdb/protocols/v2/registry/validation_pb.d.ts +247 -0
  238. package/generated/kurrentdb/protocols/v2/registry/validation_pb.js +1789 -0
  239. package/generated/kurrentdb/protocols/v2/rpc_grpc_pb.js +1 -0
  240. package/generated/kurrentdb/protocols/v2/rpc_pb.d.ts +34 -0
  241. package/generated/kurrentdb/protocols/v2/rpc_pb.js +236 -0
  242. package/generated/kurrentdb/protocols/v2/streams/errors_grpc_pb.js +1 -0
  243. package/generated/kurrentdb/protocols/v2/streams/errors_pb.d.ts +199 -0
  244. package/generated/kurrentdb/protocols/v2/streams/errors_pb.js +1439 -0
  245. package/generated/kurrentdb/protocols/v2/streams/shared_grpc_pb.js +1 -0
  246. package/generated/kurrentdb/protocols/v2/streams/shared_pb.d.ts +218 -0
  247. package/generated/kurrentdb/protocols/v2/streams/shared_pb.js +1561 -0
  248. package/generated/kurrentdb/protocols/v2/streams/streams_grpc_pb.d.ts +44 -0
  249. package/generated/kurrentdb/protocols/v2/streams/streams_grpc_pb.js +69 -0
  250. package/generated/kurrentdb/protocols/v2/streams/streams_pb.d.ts +176 -0
  251. package/generated/kurrentdb/protocols/v2/streams/streams_pb.js +1289 -0
  252. package/package.json +66 -64
  253. package/generated/cluster_grpc_pb.d.ts +0 -211
  254. package/generated/cluster_grpc_pb.js +0 -247
  255. package/generated/cluster_pb.d.ts +0 -546
  256. package/generated/cluster_pb.js +0 -4357
  257. package/generated/gossip_grpc_pb.d.ts +0 -42
  258. package/generated/monitoring_grpc_pb.d.ts +0 -39
  259. package/generated/monitoring_grpc_pb.js +0 -44
  260. package/generated/monitoring_pb.d.ts +0 -52
  261. package/generated/monitoring_pb.js +0 -361
  262. package/generated/operations_grpc_pb.d.ts +0 -144
  263. package/generated/persistent_grpc_pb.d.ts +0 -160
  264. package/generated/projections_grpc_pb.d.ts +0 -194
  265. package/generated/serverfeatures_grpc_pb.d.ts +0 -42
  266. package/generated/streams_grpc_pb.d.ts +0 -113
  267. package/generated/users_grpc_pb.d.ts +0 -158
  268. /package/generated/{code_grpc_pb.js → kurrentdb/protocols/v1/code_grpc_pb.js} +0 -0
  269. /package/generated/{shared_grpc_pb.js → kurrentdb/protocols/v1/shared_grpc_pb.js} +0 -0
  270. /package/generated/{status_grpc_pb.js → kurrentdb/protocols/v1/status_grpc_pb.js} +0 -0
@@ -0,0 +1,350 @@
1
+ // package: kurrentdb.protocol.registry.v2
2
+ // file: kurrentdb/protocols/v2/registry/service.proto
3
+
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+
7
+ import * as grpc from "@grpc/grpc-js";
8
+ import * as kurrentdb_protocols_v2_registry_service_pb from "../../../../kurrentdb/protocols/v2/registry/service_pb";
9
+ import * as kurrentdb_protocols_v2_registry_groups_pb from "../../../../kurrentdb/protocols/v2/registry/groups_pb";
10
+ import * as kurrentdb_protocols_v2_registry_schemas_pb from "../../../../kurrentdb/protocols/v2/registry/schemas_pb";
11
+ import * as kurrentdb_protocols_v2_registry_validation_pb from "../../../../kurrentdb/protocols/v2/registry/validation_pb";
12
+
13
+ interface ISchemaRegistryServiceService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
14
+ createSchemaGroup: ISchemaRegistryServiceService_ICreateSchemaGroup;
15
+ updateSchemaGroup: ISchemaRegistryServiceService_IUpdateSchemaGroup;
16
+ deleteSchemaGroup: ISchemaRegistryServiceService_IDeleteSchemaGroup;
17
+ getSchemaGroup: ISchemaRegistryServiceService_IGetSchemaGroup;
18
+ listSchemaGroups: ISchemaRegistryServiceService_IListSchemaGroups;
19
+ createSchema: ISchemaRegistryServiceService_ICreateSchema;
20
+ updateSchema: ISchemaRegistryServiceService_IUpdateSchema;
21
+ deleteSchema: ISchemaRegistryServiceService_IDeleteSchema;
22
+ getSchema: ISchemaRegistryServiceService_IGetSchema;
23
+ listSchemas: ISchemaRegistryServiceService_IListSchemas;
24
+ lookupSchemaName: ISchemaRegistryServiceService_ILookupSchemaName;
25
+ registerSchemaVersion: ISchemaRegistryServiceService_IRegisterSchemaVersion;
26
+ deleteSchemaVersions: ISchemaRegistryServiceService_IDeleteSchemaVersions;
27
+ getSchemaVersion: ISchemaRegistryServiceService_IGetSchemaVersion;
28
+ getSchemaVersionById: ISchemaRegistryServiceService_IGetSchemaVersionById;
29
+ listSchemaVersions: ISchemaRegistryServiceService_IListSchemaVersions;
30
+ listRegisteredSchemas: ISchemaRegistryServiceService_IListRegisteredSchemas;
31
+ bulkRegisterSchemas: ISchemaRegistryServiceService_IBulkRegisterSchemas;
32
+ checkSchemaCompatibility: ISchemaRegistryServiceService_ICheckSchemaCompatibility;
33
+ }
34
+
35
+ interface ISchemaRegistryServiceService_ICreateSchemaGroup extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupRequest, kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupResponse> {
36
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/CreateSchemaGroup";
37
+ requestStream: false;
38
+ responseStream: false;
39
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupRequest>;
40
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupRequest>;
41
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupResponse>;
42
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupResponse>;
43
+ }
44
+ interface ISchemaRegistryServiceService_IUpdateSchemaGroup extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupRequest, kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupResponse> {
45
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/UpdateSchemaGroup";
46
+ requestStream: false;
47
+ responseStream: false;
48
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupRequest>;
49
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupRequest>;
50
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupResponse>;
51
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupResponse>;
52
+ }
53
+ interface ISchemaRegistryServiceService_IDeleteSchemaGroup extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupRequest, kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupResponse> {
54
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/DeleteSchemaGroup";
55
+ requestStream: false;
56
+ responseStream: false;
57
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupRequest>;
58
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupRequest>;
59
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupResponse>;
60
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupResponse>;
61
+ }
62
+ interface ISchemaRegistryServiceService_IGetSchemaGroup extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupRequest, kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupResponse> {
63
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/GetSchemaGroup";
64
+ requestStream: false;
65
+ responseStream: false;
66
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupRequest>;
67
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupRequest>;
68
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupResponse>;
69
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupResponse>;
70
+ }
71
+ interface ISchemaRegistryServiceService_IListSchemaGroups extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsRequest, kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsResponse> {
72
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/ListSchemaGroups";
73
+ requestStream: false;
74
+ responseStream: false;
75
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsRequest>;
76
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsRequest>;
77
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsResponse>;
78
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsResponse>;
79
+ }
80
+ interface ISchemaRegistryServiceService_ICreateSchema extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaRequest, kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaResponse> {
81
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/CreateSchema";
82
+ requestStream: false;
83
+ responseStream: false;
84
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaRequest>;
85
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaRequest>;
86
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaResponse>;
87
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaResponse>;
88
+ }
89
+ interface ISchemaRegistryServiceService_IUpdateSchema extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaRequest, kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaResponse> {
90
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/UpdateSchema";
91
+ requestStream: false;
92
+ responseStream: false;
93
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaRequest>;
94
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaRequest>;
95
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaResponse>;
96
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaResponse>;
97
+ }
98
+ interface ISchemaRegistryServiceService_IDeleteSchema extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaRequest, kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaResponse> {
99
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/DeleteSchema";
100
+ requestStream: false;
101
+ responseStream: false;
102
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaRequest>;
103
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaRequest>;
104
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaResponse>;
105
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaResponse>;
106
+ }
107
+ interface ISchemaRegistryServiceService_IGetSchema extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaRequest, kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaResponse> {
108
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/GetSchema";
109
+ requestStream: false;
110
+ responseStream: false;
111
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaRequest>;
112
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaRequest>;
113
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaResponse>;
114
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaResponse>;
115
+ }
116
+ interface ISchemaRegistryServiceService_IListSchemas extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasRequest, kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasResponse> {
117
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/ListSchemas";
118
+ requestStream: false;
119
+ responseStream: false;
120
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasRequest>;
121
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasRequest>;
122
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasResponse>;
123
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasResponse>;
124
+ }
125
+ interface ISchemaRegistryServiceService_ILookupSchemaName extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameRequest, kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameResponse> {
126
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/LookupSchemaName";
127
+ requestStream: false;
128
+ responseStream: false;
129
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameRequest>;
130
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameRequest>;
131
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameResponse>;
132
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameResponse>;
133
+ }
134
+ interface ISchemaRegistryServiceService_IRegisterSchemaVersion extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionRequest, kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionResponse> {
135
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/RegisterSchemaVersion";
136
+ requestStream: false;
137
+ responseStream: false;
138
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionRequest>;
139
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionRequest>;
140
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionResponse>;
141
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionResponse>;
142
+ }
143
+ interface ISchemaRegistryServiceService_IDeleteSchemaVersions extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsRequest, kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsResponse> {
144
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/DeleteSchemaVersions";
145
+ requestStream: false;
146
+ responseStream: false;
147
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsRequest>;
148
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsRequest>;
149
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsResponse>;
150
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsResponse>;
151
+ }
152
+ interface ISchemaRegistryServiceService_IGetSchemaVersion extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionRequest, kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionResponse> {
153
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/GetSchemaVersion";
154
+ requestStream: false;
155
+ responseStream: false;
156
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionRequest>;
157
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionRequest>;
158
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionResponse>;
159
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionResponse>;
160
+ }
161
+ interface ISchemaRegistryServiceService_IGetSchemaVersionById extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdRequest, kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdResponse> {
162
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/GetSchemaVersionById";
163
+ requestStream: false;
164
+ responseStream: false;
165
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdRequest>;
166
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdRequest>;
167
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdResponse>;
168
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdResponse>;
169
+ }
170
+ interface ISchemaRegistryServiceService_IListSchemaVersions extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsRequest, kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsResponse> {
171
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/ListSchemaVersions";
172
+ requestStream: false;
173
+ responseStream: false;
174
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsRequest>;
175
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsRequest>;
176
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsResponse>;
177
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsResponse>;
178
+ }
179
+ interface ISchemaRegistryServiceService_IListRegisteredSchemas extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasRequest, kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasResponse> {
180
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/ListRegisteredSchemas";
181
+ requestStream: false;
182
+ responseStream: false;
183
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasRequest>;
184
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasRequest>;
185
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasResponse>;
186
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasResponse>;
187
+ }
188
+ interface ISchemaRegistryServiceService_IBulkRegisterSchemas extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasRequest, kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasResponse> {
189
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/BulkRegisterSchemas";
190
+ requestStream: false;
191
+ responseStream: false;
192
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasRequest>;
193
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasRequest>;
194
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasResponse>;
195
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasResponse>;
196
+ }
197
+ interface ISchemaRegistryServiceService_ICheckSchemaCompatibility extends grpc.MethodDefinition<kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityRequest, kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityResponse> {
198
+ path: "/kurrentdb.protocol.registry.v2.SchemaRegistryService/CheckSchemaCompatibility";
199
+ requestStream: false;
200
+ responseStream: false;
201
+ requestSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityRequest>;
202
+ requestDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityRequest>;
203
+ responseSerialize: grpc.serialize<kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityResponse>;
204
+ responseDeserialize: grpc.deserialize<kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityResponse>;
205
+ }
206
+
207
+ export const SchemaRegistryServiceService: ISchemaRegistryServiceService;
208
+
209
+ export interface ISchemaRegistryServiceServer extends grpc.UntypedServiceImplementation {
210
+ createSchemaGroup: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupRequest, kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupResponse>;
211
+ updateSchemaGroup: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupRequest, kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupResponse>;
212
+ deleteSchemaGroup: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupRequest, kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupResponse>;
213
+ getSchemaGroup: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupRequest, kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupResponse>;
214
+ listSchemaGroups: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsRequest, kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsResponse>;
215
+ createSchema: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaRequest, kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaResponse>;
216
+ updateSchema: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaRequest, kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaResponse>;
217
+ deleteSchema: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaRequest, kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaResponse>;
218
+ getSchema: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaRequest, kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaResponse>;
219
+ listSchemas: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasRequest, kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasResponse>;
220
+ lookupSchemaName: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameRequest, kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameResponse>;
221
+ registerSchemaVersion: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionRequest, kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionResponse>;
222
+ deleteSchemaVersions: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsRequest, kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsResponse>;
223
+ getSchemaVersion: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionRequest, kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionResponse>;
224
+ getSchemaVersionById: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdRequest, kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdResponse>;
225
+ listSchemaVersions: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsRequest, kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsResponse>;
226
+ listRegisteredSchemas: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasRequest, kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasResponse>;
227
+ bulkRegisterSchemas: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasRequest, kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasResponse>;
228
+ checkSchemaCompatibility: grpc.handleUnaryCall<kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityRequest, kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityResponse>;
229
+ }
230
+
231
+ export interface ISchemaRegistryServiceClient {
232
+ createSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
233
+ createSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
234
+ createSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
235
+ updateSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
236
+ updateSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
237
+ updateSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
238
+ deleteSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupResponse) => void): grpc.ClientUnaryCall;
239
+ deleteSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupResponse) => void): grpc.ClientUnaryCall;
240
+ deleteSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupResponse) => void): grpc.ClientUnaryCall;
241
+ getSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupResponse) => void): grpc.ClientUnaryCall;
242
+ getSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupResponse) => void): grpc.ClientUnaryCall;
243
+ getSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupResponse) => void): grpc.ClientUnaryCall;
244
+ listSchemaGroups(request: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsResponse) => void): grpc.ClientUnaryCall;
245
+ listSchemaGroups(request: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsResponse) => void): grpc.ClientUnaryCall;
246
+ listSchemaGroups(request: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsResponse) => void): grpc.ClientUnaryCall;
247
+ createSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaResponse) => void): grpc.ClientUnaryCall;
248
+ createSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaResponse) => void): grpc.ClientUnaryCall;
249
+ createSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaResponse) => void): grpc.ClientUnaryCall;
250
+ updateSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaResponse) => void): grpc.ClientUnaryCall;
251
+ updateSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaResponse) => void): grpc.ClientUnaryCall;
252
+ updateSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaResponse) => void): grpc.ClientUnaryCall;
253
+ deleteSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaResponse) => void): grpc.ClientUnaryCall;
254
+ deleteSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaResponse) => void): grpc.ClientUnaryCall;
255
+ deleteSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaResponse) => void): grpc.ClientUnaryCall;
256
+ getSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaResponse) => void): grpc.ClientUnaryCall;
257
+ getSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaResponse) => void): grpc.ClientUnaryCall;
258
+ getSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaResponse) => void): grpc.ClientUnaryCall;
259
+ listSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasResponse) => void): grpc.ClientUnaryCall;
260
+ listSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasResponse) => void): grpc.ClientUnaryCall;
261
+ listSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasResponse) => void): grpc.ClientUnaryCall;
262
+ lookupSchemaName(request: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameResponse) => void): grpc.ClientUnaryCall;
263
+ lookupSchemaName(request: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameResponse) => void): grpc.ClientUnaryCall;
264
+ lookupSchemaName(request: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameResponse) => void): grpc.ClientUnaryCall;
265
+ registerSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionResponse) => void): grpc.ClientUnaryCall;
266
+ registerSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionResponse) => void): grpc.ClientUnaryCall;
267
+ registerSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionResponse) => void): grpc.ClientUnaryCall;
268
+ deleteSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
269
+ deleteSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
270
+ deleteSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
271
+ getSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionResponse) => void): grpc.ClientUnaryCall;
272
+ getSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionResponse) => void): grpc.ClientUnaryCall;
273
+ getSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionResponse) => void): grpc.ClientUnaryCall;
274
+ getSchemaVersionById(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdResponse) => void): grpc.ClientUnaryCall;
275
+ getSchemaVersionById(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdResponse) => void): grpc.ClientUnaryCall;
276
+ getSchemaVersionById(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdResponse) => void): grpc.ClientUnaryCall;
277
+ listSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
278
+ listSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
279
+ listSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
280
+ listRegisteredSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasResponse) => void): grpc.ClientUnaryCall;
281
+ listRegisteredSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasResponse) => void): grpc.ClientUnaryCall;
282
+ listRegisteredSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasResponse) => void): grpc.ClientUnaryCall;
283
+ bulkRegisterSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasResponse) => void): grpc.ClientUnaryCall;
284
+ bulkRegisterSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasResponse) => void): grpc.ClientUnaryCall;
285
+ bulkRegisterSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasResponse) => void): grpc.ClientUnaryCall;
286
+ checkSchemaCompatibility(request: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityResponse) => void): grpc.ClientUnaryCall;
287
+ checkSchemaCompatibility(request: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityResponse) => void): grpc.ClientUnaryCall;
288
+ checkSchemaCompatibility(request: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityResponse) => void): grpc.ClientUnaryCall;
289
+ }
290
+
291
+ export class SchemaRegistryServiceClient extends grpc.Client implements ISchemaRegistryServiceClient {
292
+ constructor(address: string, credentials: grpc.ChannelCredentials, options?: Partial<grpc.ClientOptions>);
293
+ public createSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
294
+ public createSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
295
+ public createSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.CreateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
296
+ public updateSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
297
+ public updateSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
298
+ public updateSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.UpdateSchemaGroupResponse) => void): grpc.ClientUnaryCall;
299
+ public deleteSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupResponse) => void): grpc.ClientUnaryCall;
300
+ public deleteSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupResponse) => void): grpc.ClientUnaryCall;
301
+ public deleteSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.DeleteSchemaGroupResponse) => void): grpc.ClientUnaryCall;
302
+ public getSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupResponse) => void): grpc.ClientUnaryCall;
303
+ public getSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupResponse) => void): grpc.ClientUnaryCall;
304
+ public getSchemaGroup(request: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.GetSchemaGroupResponse) => void): grpc.ClientUnaryCall;
305
+ public listSchemaGroups(request: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsResponse) => void): grpc.ClientUnaryCall;
306
+ public listSchemaGroups(request: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsResponse) => void): grpc.ClientUnaryCall;
307
+ public listSchemaGroups(request: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_groups_pb.ListSchemaGroupsResponse) => void): grpc.ClientUnaryCall;
308
+ public createSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaResponse) => void): grpc.ClientUnaryCall;
309
+ public createSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaResponse) => void): grpc.ClientUnaryCall;
310
+ public createSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.CreateSchemaResponse) => void): grpc.ClientUnaryCall;
311
+ public updateSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaResponse) => void): grpc.ClientUnaryCall;
312
+ public updateSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaResponse) => void): grpc.ClientUnaryCall;
313
+ public updateSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.UpdateSchemaResponse) => void): grpc.ClientUnaryCall;
314
+ public deleteSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaResponse) => void): grpc.ClientUnaryCall;
315
+ public deleteSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaResponse) => void): grpc.ClientUnaryCall;
316
+ public deleteSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaResponse) => void): grpc.ClientUnaryCall;
317
+ public getSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaResponse) => void): grpc.ClientUnaryCall;
318
+ public getSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaResponse) => void): grpc.ClientUnaryCall;
319
+ public getSchema(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaResponse) => void): grpc.ClientUnaryCall;
320
+ public listSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasResponse) => void): grpc.ClientUnaryCall;
321
+ public listSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasResponse) => void): grpc.ClientUnaryCall;
322
+ public listSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemasResponse) => void): grpc.ClientUnaryCall;
323
+ public lookupSchemaName(request: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameResponse) => void): grpc.ClientUnaryCall;
324
+ public lookupSchemaName(request: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameResponse) => void): grpc.ClientUnaryCall;
325
+ public lookupSchemaName(request: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.LookupSchemaNameResponse) => void): grpc.ClientUnaryCall;
326
+ public registerSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionResponse) => void): grpc.ClientUnaryCall;
327
+ public registerSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionResponse) => void): grpc.ClientUnaryCall;
328
+ public registerSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.RegisterSchemaVersionResponse) => void): grpc.ClientUnaryCall;
329
+ public deleteSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
330
+ public deleteSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
331
+ public deleteSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.DeleteSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
332
+ public getSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionResponse) => void): grpc.ClientUnaryCall;
333
+ public getSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionResponse) => void): grpc.ClientUnaryCall;
334
+ public getSchemaVersion(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionResponse) => void): grpc.ClientUnaryCall;
335
+ public getSchemaVersionById(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdResponse) => void): grpc.ClientUnaryCall;
336
+ public getSchemaVersionById(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdResponse) => void): grpc.ClientUnaryCall;
337
+ public getSchemaVersionById(request: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.GetSchemaVersionByIdResponse) => void): grpc.ClientUnaryCall;
338
+ public listSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
339
+ public listSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
340
+ public listSchemaVersions(request: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListSchemaVersionsResponse) => void): grpc.ClientUnaryCall;
341
+ public listRegisteredSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasResponse) => void): grpc.ClientUnaryCall;
342
+ public listRegisteredSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasResponse) => void): grpc.ClientUnaryCall;
343
+ public listRegisteredSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.ListRegisteredSchemasResponse) => void): grpc.ClientUnaryCall;
344
+ public bulkRegisterSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasResponse) => void): grpc.ClientUnaryCall;
345
+ public bulkRegisterSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasResponse) => void): grpc.ClientUnaryCall;
346
+ public bulkRegisterSchemas(request: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_schemas_pb.BulkRegisterSchemasResponse) => void): grpc.ClientUnaryCall;
347
+ public checkSchemaCompatibility(request: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityRequest, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityResponse) => void): grpc.ClientUnaryCall;
348
+ public checkSchemaCompatibility(request: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityResponse) => void): grpc.ClientUnaryCall;
349
+ public checkSchemaCompatibility(request: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: kurrentdb_protocols_v2_registry_validation_pb.CheckSchemaCompatibilityResponse) => void): grpc.ClientUnaryCall;
350
+ }