@kurrent/kurrentdb-client 1.1.0 → 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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/schemaRegistry/checkSchemaCompatibility.d.ts +12 -0
- package/dist/schemaRegistry/checkSchemaCompatibility.js +60 -0
- package/dist/schemaRegistry/checkSchemaCompatibility.js.map +1 -0
- package/dist/schemaRegistry/createSchema.d.ts +13 -0
- package/dist/schemaRegistry/createSchema.js +36 -0
- package/dist/schemaRegistry/createSchema.js.map +1 -0
- package/dist/schemaRegistry/deleteSchema.d.ts +11 -0
- package/dist/schemaRegistry/deleteSchema.js +23 -0
- package/dist/schemaRegistry/deleteSchema.js.map +1 -0
- package/dist/schemaRegistry/deleteSchemaVersions.d.ts +13 -0
- package/dist/schemaRegistry/deleteSchemaVersions.js +29 -0
- package/dist/schemaRegistry/deleteSchemaVersions.js.map +1 -0
- package/dist/schemaRegistry/getSchema.d.ts +12 -0
- package/dist/schemaRegistry/getSchema.js +28 -0
- package/dist/schemaRegistry/getSchema.js.map +1 -0
- package/dist/schemaRegistry/getSchemaVersion.d.ts +12 -0
- package/dist/schemaRegistry/getSchemaVersion.js +33 -0
- package/dist/schemaRegistry/getSchemaVersion.js.map +1 -0
- package/dist/schemaRegistry/getSchemaVersionById.d.ts +12 -0
- package/dist/schemaRegistry/getSchemaVersionById.js +28 -0
- package/dist/schemaRegistry/getSchemaVersionById.js.map +1 -0
- package/dist/schemaRegistry/index.d.ts +14 -0
- package/dist/schemaRegistry/index.js +35 -0
- package/dist/schemaRegistry/index.js.map +1 -0
- package/dist/schemaRegistry/listRegisteredSchemas.d.ts +11 -0
- package/dist/schemaRegistry/listRegisteredSchemas.js +41 -0
- package/dist/schemaRegistry/listRegisteredSchemas.js.map +1 -0
- package/dist/schemaRegistry/listSchemaVersions.d.ts +12 -0
- package/dist/schemaRegistry/listSchemaVersions.js +28 -0
- package/dist/schemaRegistry/listSchemaVersions.js.map +1 -0
- package/dist/schemaRegistry/listSchemas.d.ts +11 -0
- package/dist/schemaRegistry/listSchemas.js +35 -0
- package/dist/schemaRegistry/listSchemas.js.map +1 -0
- package/dist/schemaRegistry/lookupSchemaName.d.ts +12 -0
- package/dist/schemaRegistry/lookupSchemaName.js +23 -0
- package/dist/schemaRegistry/lookupSchemaName.js.map +1 -0
- package/dist/schemaRegistry/registerSchemaVersion.d.ts +13 -0
- package/dist/schemaRegistry/registerSchemaVersion.js +31 -0
- package/dist/schemaRegistry/registerSchemaVersion.js.map +1 -0
- package/dist/schemaRegistry/types.d.ts +347 -0
- package/dist/schemaRegistry/types.js +3 -0
- package/dist/schemaRegistry/types.js.map +1 -0
- package/dist/schemaRegistry/updateSchema.d.ts +11 -0
- package/dist/schemaRegistry/updateSchema.js +51 -0
- package/dist/schemaRegistry/updateSchema.js.map +1 -0
- package/dist/schemaRegistry/utils/index.d.ts +1 -0
- package/dist/schemaRegistry/utils/index.js +18 -0
- package/dist/schemaRegistry/utils/index.js.map +1 -0
- package/dist/schemaRegistry/utils/mappers.d.ts +24 -0
- package/dist/schemaRegistry/utils/mappers.js +198 -0
- package/dist/schemaRegistry/utils/mappers.js.map +1 -0
- package/generated/kurrentdb/protocols/v2/registry/errors_grpc_pb.js +1 -0
- package/generated/kurrentdb/protocols/v2/registry/errors_pb.d.ts +75 -0
- package/generated/kurrentdb/protocols/v2/registry/errors_pb.js +493 -0
- package/generated/kurrentdb/protocols/v2/registry/events_grpc_pb.js +1 -0
- package/generated/kurrentdb/protocols/v2/registry/events_pb.d.ts +255 -0
- package/generated/kurrentdb/protocols/v2/registry/events_pb.js +2057 -0
- package/generated/kurrentdb/protocols/v2/registry/groups_grpc_pb.js +1 -0
- package/generated/kurrentdb/protocols/v2/registry/groups_pb.d.ts +474 -0
- package/generated/kurrentdb/protocols/v2/registry/groups_pb.js +3593 -0
- package/generated/kurrentdb/protocols/v2/registry/schemas_grpc_pb.js +1 -0
- package/generated/kurrentdb/protocols/v2/registry/schemas_pb.d.ts +825 -0
- package/generated/kurrentdb/protocols/v2/registry/schemas_pb.js +6500 -0
- package/generated/kurrentdb/protocols/v2/registry/service_grpc_pb.d.ts +350 -0
- package/generated/kurrentdb/protocols/v2/registry/service_grpc_pb.js +654 -0
- package/generated/kurrentdb/protocols/v2/registry/service_pb.d.ts +10 -0
- package/generated/kurrentdb/protocols/v2/registry/service_pb.js +29 -0
- package/generated/kurrentdb/protocols/v2/registry/shared_grpc_pb.js +1 -0
- package/generated/kurrentdb/protocols/v2/registry/shared_pb.d.ts +26 -0
- package/generated/kurrentdb/protocols/v2/registry/shared_pb.js +51 -0
- package/generated/kurrentdb/protocols/v2/registry/validation_grpc_pb.js +1 -0
- package/generated/kurrentdb/protocols/v2/registry/validation_pb.d.ts +247 -0
- package/generated/kurrentdb/protocols/v2/registry/validation_pb.js +1789 -0
- package/package.json +1 -1
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
// package: kurrentdb.protocol.registry.v2
|
|
2
|
+
// file: kurrentdb/protocols/v2/registry/events.proto
|
|
3
|
+
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
|
|
7
|
+
import * as jspb from "google-protobuf";
|
|
8
|
+
import * as google_protobuf_timestamp_pb from "google-protobuf/google/protobuf/timestamp_pb";
|
|
9
|
+
import * as kurrentdb_protocols_v2_registry_shared_pb from "../../../../kurrentdb/protocols/v2/registry/shared_pb";
|
|
10
|
+
|
|
11
|
+
export class SchemaCreated extends jspb.Message {
|
|
12
|
+
getSchemaName(): string;
|
|
13
|
+
setSchemaName(value: string): SchemaCreated;
|
|
14
|
+
|
|
15
|
+
hasDescription(): boolean;
|
|
16
|
+
clearDescription(): void;
|
|
17
|
+
getDescription(): string | undefined;
|
|
18
|
+
setDescription(value: string): SchemaCreated;
|
|
19
|
+
getDataFormat(): kurrentdb_protocols_v2_registry_shared_pb.SchemaDataFormat;
|
|
20
|
+
setDataFormat(value: kurrentdb_protocols_v2_registry_shared_pb.SchemaDataFormat): SchemaCreated;
|
|
21
|
+
getCompatibility(): kurrentdb_protocols_v2_registry_shared_pb.CompatibilityMode;
|
|
22
|
+
setCompatibility(value: kurrentdb_protocols_v2_registry_shared_pb.CompatibilityMode): SchemaCreated;
|
|
23
|
+
|
|
24
|
+
getTagsMap(): jspb.Map<string, string>;
|
|
25
|
+
clearTagsMap(): void;
|
|
26
|
+
getSchemaVersionId(): string;
|
|
27
|
+
setSchemaVersionId(value: string): SchemaCreated;
|
|
28
|
+
getSchemaDefinition(): Uint8Array | string;
|
|
29
|
+
getSchemaDefinition_asU8(): Uint8Array;
|
|
30
|
+
getSchemaDefinition_asB64(): string;
|
|
31
|
+
setSchemaDefinition(value: Uint8Array | string): SchemaCreated;
|
|
32
|
+
getVersionNumber(): number;
|
|
33
|
+
setVersionNumber(value: number): SchemaCreated;
|
|
34
|
+
|
|
35
|
+
hasCreatedAt(): boolean;
|
|
36
|
+
clearCreatedAt(): void;
|
|
37
|
+
getCreatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
38
|
+
setCreatedAt(value?: google_protobuf_timestamp_pb.Timestamp): SchemaCreated;
|
|
39
|
+
|
|
40
|
+
serializeBinary(): Uint8Array;
|
|
41
|
+
toObject(includeInstance?: boolean): SchemaCreated.AsObject;
|
|
42
|
+
static toObject(includeInstance: boolean, msg: SchemaCreated): SchemaCreated.AsObject;
|
|
43
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
44
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
45
|
+
static serializeBinaryToWriter(message: SchemaCreated, writer: jspb.BinaryWriter): void;
|
|
46
|
+
static deserializeBinary(bytes: Uint8Array): SchemaCreated;
|
|
47
|
+
static deserializeBinaryFromReader(message: SchemaCreated, reader: jspb.BinaryReader): SchemaCreated;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export namespace SchemaCreated {
|
|
51
|
+
export type AsObject = {
|
|
52
|
+
schemaName: string,
|
|
53
|
+
description?: string,
|
|
54
|
+
dataFormat: kurrentdb_protocols_v2_registry_shared_pb.SchemaDataFormat,
|
|
55
|
+
compatibility: kurrentdb_protocols_v2_registry_shared_pb.CompatibilityMode,
|
|
56
|
+
|
|
57
|
+
tagsMap: Array<[string, string]>,
|
|
58
|
+
schemaVersionId: string,
|
|
59
|
+
schemaDefinition: Uint8Array | string,
|
|
60
|
+
versionNumber: number,
|
|
61
|
+
createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export class SchemaVersionRegistered extends jspb.Message {
|
|
66
|
+
getSchemaVersionId(): string;
|
|
67
|
+
setSchemaVersionId(value: string): SchemaVersionRegistered;
|
|
68
|
+
getSchemaDefinition(): Uint8Array | string;
|
|
69
|
+
getSchemaDefinition_asU8(): Uint8Array;
|
|
70
|
+
getSchemaDefinition_asB64(): string;
|
|
71
|
+
setSchemaDefinition(value: Uint8Array | string): SchemaVersionRegistered;
|
|
72
|
+
getVersionNumber(): number;
|
|
73
|
+
setVersionNumber(value: number): SchemaVersionRegistered;
|
|
74
|
+
getSchemaName(): string;
|
|
75
|
+
setSchemaName(value: string): SchemaVersionRegistered;
|
|
76
|
+
getDataFormat(): kurrentdb_protocols_v2_registry_shared_pb.SchemaDataFormat;
|
|
77
|
+
setDataFormat(value: kurrentdb_protocols_v2_registry_shared_pb.SchemaDataFormat): SchemaVersionRegistered;
|
|
78
|
+
|
|
79
|
+
hasRegisteredAt(): boolean;
|
|
80
|
+
clearRegisteredAt(): void;
|
|
81
|
+
getRegisteredAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
82
|
+
setRegisteredAt(value?: google_protobuf_timestamp_pb.Timestamp): SchemaVersionRegistered;
|
|
83
|
+
|
|
84
|
+
serializeBinary(): Uint8Array;
|
|
85
|
+
toObject(includeInstance?: boolean): SchemaVersionRegistered.AsObject;
|
|
86
|
+
static toObject(includeInstance: boolean, msg: SchemaVersionRegistered): SchemaVersionRegistered.AsObject;
|
|
87
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
88
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
89
|
+
static serializeBinaryToWriter(message: SchemaVersionRegistered, writer: jspb.BinaryWriter): void;
|
|
90
|
+
static deserializeBinary(bytes: Uint8Array): SchemaVersionRegistered;
|
|
91
|
+
static deserializeBinaryFromReader(message: SchemaVersionRegistered, reader: jspb.BinaryReader): SchemaVersionRegistered;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export namespace SchemaVersionRegistered {
|
|
95
|
+
export type AsObject = {
|
|
96
|
+
schemaVersionId: string,
|
|
97
|
+
schemaDefinition: Uint8Array | string,
|
|
98
|
+
versionNumber: number,
|
|
99
|
+
schemaName: string,
|
|
100
|
+
dataFormat: kurrentdb_protocols_v2_registry_shared_pb.SchemaDataFormat,
|
|
101
|
+
registeredAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export class SchemaVersionsDeleted extends jspb.Message {
|
|
106
|
+
getSchemaName(): string;
|
|
107
|
+
setSchemaName(value: string): SchemaVersionsDeleted;
|
|
108
|
+
clearVersionsList(): void;
|
|
109
|
+
getVersionsList(): Array<string>;
|
|
110
|
+
setVersionsList(value: Array<string>): SchemaVersionsDeleted;
|
|
111
|
+
addVersions(value: string, index?: number): string;
|
|
112
|
+
getLatestSchemaVersionId(): string;
|
|
113
|
+
setLatestSchemaVersionId(value: string): SchemaVersionsDeleted;
|
|
114
|
+
getLatestSchemaVersionNumber(): number;
|
|
115
|
+
setLatestSchemaVersionNumber(value: number): SchemaVersionsDeleted;
|
|
116
|
+
|
|
117
|
+
hasDeletedAt(): boolean;
|
|
118
|
+
clearDeletedAt(): void;
|
|
119
|
+
getDeletedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
120
|
+
setDeletedAt(value?: google_protobuf_timestamp_pb.Timestamp): SchemaVersionsDeleted;
|
|
121
|
+
|
|
122
|
+
serializeBinary(): Uint8Array;
|
|
123
|
+
toObject(includeInstance?: boolean): SchemaVersionsDeleted.AsObject;
|
|
124
|
+
static toObject(includeInstance: boolean, msg: SchemaVersionsDeleted): SchemaVersionsDeleted.AsObject;
|
|
125
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
126
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
127
|
+
static serializeBinaryToWriter(message: SchemaVersionsDeleted, writer: jspb.BinaryWriter): void;
|
|
128
|
+
static deserializeBinary(bytes: Uint8Array): SchemaVersionsDeleted;
|
|
129
|
+
static deserializeBinaryFromReader(message: SchemaVersionsDeleted, reader: jspb.BinaryReader): SchemaVersionsDeleted;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export namespace SchemaVersionsDeleted {
|
|
133
|
+
export type AsObject = {
|
|
134
|
+
schemaName: string,
|
|
135
|
+
versionsList: Array<string>,
|
|
136
|
+
latestSchemaVersionId: string,
|
|
137
|
+
latestSchemaVersionNumber: number,
|
|
138
|
+
deletedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export class SchemaDeleted extends jspb.Message {
|
|
143
|
+
getSchemaName(): string;
|
|
144
|
+
setSchemaName(value: string): SchemaDeleted;
|
|
145
|
+
|
|
146
|
+
hasDeletedAt(): boolean;
|
|
147
|
+
clearDeletedAt(): void;
|
|
148
|
+
getDeletedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
149
|
+
setDeletedAt(value?: google_protobuf_timestamp_pb.Timestamp): SchemaDeleted;
|
|
150
|
+
|
|
151
|
+
serializeBinary(): Uint8Array;
|
|
152
|
+
toObject(includeInstance?: boolean): SchemaDeleted.AsObject;
|
|
153
|
+
static toObject(includeInstance: boolean, msg: SchemaDeleted): SchemaDeleted.AsObject;
|
|
154
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
155
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
156
|
+
static serializeBinaryToWriter(message: SchemaDeleted, writer: jspb.BinaryWriter): void;
|
|
157
|
+
static deserializeBinary(bytes: Uint8Array): SchemaDeleted;
|
|
158
|
+
static deserializeBinaryFromReader(message: SchemaDeleted, reader: jspb.BinaryReader): SchemaDeleted;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
export namespace SchemaDeleted {
|
|
162
|
+
export type AsObject = {
|
|
163
|
+
schemaName: string,
|
|
164
|
+
deletedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
export class SchemaCompatibilityModeChanged extends jspb.Message {
|
|
169
|
+
getSchemaName(): string;
|
|
170
|
+
setSchemaName(value: string): SchemaCompatibilityModeChanged;
|
|
171
|
+
getCompatibility(): kurrentdb_protocols_v2_registry_shared_pb.CompatibilityMode;
|
|
172
|
+
setCompatibility(value: kurrentdb_protocols_v2_registry_shared_pb.CompatibilityMode): SchemaCompatibilityModeChanged;
|
|
173
|
+
|
|
174
|
+
hasChangedAt(): boolean;
|
|
175
|
+
clearChangedAt(): void;
|
|
176
|
+
getChangedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
177
|
+
setChangedAt(value?: google_protobuf_timestamp_pb.Timestamp): SchemaCompatibilityModeChanged;
|
|
178
|
+
|
|
179
|
+
serializeBinary(): Uint8Array;
|
|
180
|
+
toObject(includeInstance?: boolean): SchemaCompatibilityModeChanged.AsObject;
|
|
181
|
+
static toObject(includeInstance: boolean, msg: SchemaCompatibilityModeChanged): SchemaCompatibilityModeChanged.AsObject;
|
|
182
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
183
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
184
|
+
static serializeBinaryToWriter(message: SchemaCompatibilityModeChanged, writer: jspb.BinaryWriter): void;
|
|
185
|
+
static deserializeBinary(bytes: Uint8Array): SchemaCompatibilityModeChanged;
|
|
186
|
+
static deserializeBinaryFromReader(message: SchemaCompatibilityModeChanged, reader: jspb.BinaryReader): SchemaCompatibilityModeChanged;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export namespace SchemaCompatibilityModeChanged {
|
|
190
|
+
export type AsObject = {
|
|
191
|
+
schemaName: string,
|
|
192
|
+
compatibility: kurrentdb_protocols_v2_registry_shared_pb.CompatibilityMode,
|
|
193
|
+
changedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
export class SchemaTagsUpdated extends jspb.Message {
|
|
198
|
+
getSchemaName(): string;
|
|
199
|
+
setSchemaName(value: string): SchemaTagsUpdated;
|
|
200
|
+
|
|
201
|
+
getTagsMap(): jspb.Map<string, string>;
|
|
202
|
+
clearTagsMap(): void;
|
|
203
|
+
|
|
204
|
+
hasUpdatedAt(): boolean;
|
|
205
|
+
clearUpdatedAt(): void;
|
|
206
|
+
getUpdatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
207
|
+
setUpdatedAt(value?: google_protobuf_timestamp_pb.Timestamp): SchemaTagsUpdated;
|
|
208
|
+
|
|
209
|
+
serializeBinary(): Uint8Array;
|
|
210
|
+
toObject(includeInstance?: boolean): SchemaTagsUpdated.AsObject;
|
|
211
|
+
static toObject(includeInstance: boolean, msg: SchemaTagsUpdated): SchemaTagsUpdated.AsObject;
|
|
212
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
213
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
214
|
+
static serializeBinaryToWriter(message: SchemaTagsUpdated, writer: jspb.BinaryWriter): void;
|
|
215
|
+
static deserializeBinary(bytes: Uint8Array): SchemaTagsUpdated;
|
|
216
|
+
static deserializeBinaryFromReader(message: SchemaTagsUpdated, reader: jspb.BinaryReader): SchemaTagsUpdated;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export namespace SchemaTagsUpdated {
|
|
220
|
+
export type AsObject = {
|
|
221
|
+
schemaName: string,
|
|
222
|
+
|
|
223
|
+
tagsMap: Array<[string, string]>,
|
|
224
|
+
updatedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
export class SchemaDescriptionUpdated extends jspb.Message {
|
|
229
|
+
getSchemaName(): string;
|
|
230
|
+
setSchemaName(value: string): SchemaDescriptionUpdated;
|
|
231
|
+
getDescription(): string;
|
|
232
|
+
setDescription(value: string): SchemaDescriptionUpdated;
|
|
233
|
+
|
|
234
|
+
hasUpdatedAt(): boolean;
|
|
235
|
+
clearUpdatedAt(): void;
|
|
236
|
+
getUpdatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
237
|
+
setUpdatedAt(value?: google_protobuf_timestamp_pb.Timestamp): SchemaDescriptionUpdated;
|
|
238
|
+
|
|
239
|
+
serializeBinary(): Uint8Array;
|
|
240
|
+
toObject(includeInstance?: boolean): SchemaDescriptionUpdated.AsObject;
|
|
241
|
+
static toObject(includeInstance: boolean, msg: SchemaDescriptionUpdated): SchemaDescriptionUpdated.AsObject;
|
|
242
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
243
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
244
|
+
static serializeBinaryToWriter(message: SchemaDescriptionUpdated, writer: jspb.BinaryWriter): void;
|
|
245
|
+
static deserializeBinary(bytes: Uint8Array): SchemaDescriptionUpdated;
|
|
246
|
+
static deserializeBinaryFromReader(message: SchemaDescriptionUpdated, reader: jspb.BinaryReader): SchemaDescriptionUpdated;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export namespace SchemaDescriptionUpdated {
|
|
250
|
+
export type AsObject = {
|
|
251
|
+
schemaName: string,
|
|
252
|
+
description: string,
|
|
253
|
+
updatedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
254
|
+
}
|
|
255
|
+
}
|