@marleena/trb-proto 1.0.28 → 1.0.30

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 (50) hide show
  1. package/README.md +15 -3
  2. package/gen/js-ts/{tinvest → api/tinvest}/InstrumentsServiceClientPb.ts +432 -432
  3. package/gen/js-ts/{tinvest → api/tinvest}/MarketdataServiceClientPb.ts +98 -98
  4. package/gen/js-ts/{tinvest → api/tinvest}/OperationsServiceClientPb.ts +90 -90
  5. package/gen/js-ts/{tinvest → api/tinvest}/OrdersServiceClientPb.ts +94 -94
  6. package/gen/js-ts/{tinvest → api/tinvest}/SandboxServiceClientPb.ts +206 -206
  7. package/gen/js-ts/{tinvest → api/tinvest}/SignalsServiceClientPb.ts +22 -22
  8. package/gen/js-ts/{tinvest → api/tinvest}/StopordersServiceClientPb.ts +32 -32
  9. package/gen/js-ts/{tinvest → api/tinvest}/UsersServiceClientPb.ts +82 -82
  10. package/gen/js-ts/{tinvest → api/tinvest}/common_pb.js +1 -1
  11. package/gen/js-ts/{tinvest → api/tinvest}/instruments_pb.d.ts +560 -560
  12. package/gen/js-ts/{tinvest → api/tinvest}/instruments_pb.js +804 -804
  13. package/gen/js-ts/{tinvest → api/tinvest}/marketdata_pb.d.ts +104 -104
  14. package/gen/js-ts/{tinvest → api/tinvest}/marketdata_pb.js +154 -154
  15. package/gen/js-ts/{tinvest → api/tinvest}/operations_pb.d.ts +229 -229
  16. package/gen/js-ts/{tinvest → api/tinvest}/operations_pb.js +364 -364
  17. package/gen/js-ts/{tinvest → api/tinvest}/orders_pb.d.ts +153 -153
  18. package/gen/js-ts/{tinvest → api/tinvest}/orders_pb.js +226 -226
  19. package/gen/js-ts/{tinvest → api/tinvest}/sandbox_pb.d.ts +12 -12
  20. package/gen/js-ts/{tinvest → api/tinvest}/sandbox_pb.js +22 -22
  21. package/gen/js-ts/{tinvest → api/tinvest}/signals_pb.d.ts +32 -32
  22. package/gen/js-ts/{tinvest → api/tinvest}/signals_pb.js +54 -54
  23. package/gen/js-ts/{tinvest → api/tinvest}/stoporders_pb.d.ts +38 -38
  24. package/gen/js-ts/{tinvest → api/tinvest}/stoporders_pb.js +59 -59
  25. package/gen/js-ts/{tinvest → api/tinvest}/users_pb.d.ts +36 -36
  26. package/gen/js-ts/{tinvest → api/tinvest}/users_pb.js +59 -59
  27. package/gen/js-ts/clickhouse/AdminServiceClientPb.ts +1161 -0
  28. package/gen/js-ts/clickhouse/ClickhouseServiceClientPb.ts +216 -0
  29. package/gen/js-ts/{api/clickhouse/manager_pb.d.ts → clickhouse/admin_pb.d.ts} +2 -2
  30. package/gen/js-ts/{api/clickhouse/manager_pb.js → clickhouse/admin_pb.js} +1551 -1551
  31. package/gen/js-ts/{api/db_api/db_api_pb.d.ts → clickhouse/clickhouse_pb.d.ts} +8 -158
  32. package/gen/js-ts/clickhouse/clickhouse_pb.js +2440 -0
  33. package/gen/js-ts/nats/NatsServiceClientPb.ts +1032 -0
  34. package/gen/js-ts/{api/nats/manager_pb.d.ts → nats/nats_pb.d.ts} +1 -1
  35. package/gen/js-ts/{api/nats/manager_pb.js → nats/nats_pb.js} +1784 -1784
  36. package/gen/js-ts/postgresql/AdminServiceClientPb.ts +1591 -0
  37. package/gen/js-ts/postgresql/PostgresqlServiceClientPb.ts +129 -0
  38. package/gen/js-ts/postgresql/admin_pb.d.ts +1895 -0
  39. package/gen/js-ts/postgresql/admin_pb.js +15465 -0
  40. package/gen/js-ts/postgresql/postgresql_pb.d.ts +156 -0
  41. package/gen/js-ts/postgresql/postgresql_pb.js +1311 -0
  42. package/gen/js-ts/{api/test → test}/TestServiceClientPb.ts +16 -16
  43. package/gen/js-ts/{api/test → test}/test_pb.d.ts +5 -5
  44. package/gen/js-ts/{api/test → test}/test_pb.js +58 -58
  45. package/package.json +1 -1
  46. package/gen/js-ts/api/clickhouse/ManagerServiceClientPb.ts +0 -1161
  47. package/gen/js-ts/api/db_api/Db_apiServiceClientPb.ts +0 -302
  48. package/gen/js-ts/api/db_api/db_api_pb.js +0 -3723
  49. package/gen/js-ts/api/nats/ManagerServiceClientPb.ts +0 -1032
  50. /package/gen/js-ts/{tinvest → api/tinvest}/common_pb.d.ts +0 -0
@@ -1,302 +0,0 @@
1
- /**
2
- * @fileoverview gRPC-Web generated client stub for trb.db.api.public.contract.v1
3
- * @enhanceable
4
- * @public
5
- */
6
-
7
- // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
- // versions:
9
- // protoc-gen-grpc-web v1.5.0
10
- // protoc v7.34.1
11
- // source: api/db_api/db_api.proto
12
-
13
-
14
- /* eslint-disable */
15
- // @ts-nocheck
16
-
17
-
18
- import * as grpcWeb from 'grpc-web';
19
-
20
- import * as tinvest_instruments_pb from '../../tinvest/instruments_pb'; // proto import: "tinvest/instruments.proto"
21
- import * as api_db_api_db_api_pb from '../../api/db_api/db_api_pb'; // proto import: "api/db_api/db_api.proto"
22
-
23
-
24
- export class DbApiClient {
25
- client_: grpcWeb.AbstractClientBase;
26
- hostname_: string;
27
- credentials_: null | { [index: string]: string; };
28
- options_: null | { [index: string]: any; };
29
-
30
- constructor (hostname: string,
31
- credentials?: null | { [index: string]: string; },
32
- options?: null | { [index: string]: any; }) {
33
- if (!options) options = {};
34
- if (!credentials) credentials = {};
35
- options['format'] = 'binary';
36
-
37
- this.client_ = new grpcWeb.GrpcWebClientBase(options);
38
- this.hostname_ = hostname.replace(/\/+$/, '');
39
- this.credentials_ = credentials;
40
- this.options_ = options;
41
- }
42
-
43
- methodDescriptorListInstruments = new grpcWeb.MethodDescriptor(
44
- '/trb.db.api.public.contract.v1.DbApi/ListInstruments',
45
- grpcWeb.MethodType.UNARY,
46
- api_db_api_db_api_pb.ListInstrumentsRequest,
47
- api_db_api_db_api_pb.ListInstrumentsResponse,
48
- (request: api_db_api_db_api_pb.ListInstrumentsRequest) => {
49
- return request.serializeBinary();
50
- },
51
- api_db_api_db_api_pb.ListInstrumentsResponse.deserializeBinary
52
- );
53
-
54
- listInstruments(
55
- request: api_db_api_db_api_pb.ListInstrumentsRequest,
56
- metadata?: grpcWeb.Metadata | null): Promise<api_db_api_db_api_pb.ListInstrumentsResponse>;
57
-
58
- listInstruments(
59
- request: api_db_api_db_api_pb.ListInstrumentsRequest,
60
- metadata: grpcWeb.Metadata | null,
61
- callback: (err: grpcWeb.RpcError,
62
- response: api_db_api_db_api_pb.ListInstrumentsResponse) => void): grpcWeb.ClientReadableStream<api_db_api_db_api_pb.ListInstrumentsResponse>;
63
-
64
- listInstruments(
65
- request: api_db_api_db_api_pb.ListInstrumentsRequest,
66
- metadata?: grpcWeb.Metadata | null,
67
- callback?: (err: grpcWeb.RpcError,
68
- response: api_db_api_db_api_pb.ListInstrumentsResponse) => void) {
69
- if (callback !== undefined) {
70
- return this.client_.rpcCall(
71
- this.hostname_ +
72
- '/trb.db.api.public.contract.v1.DbApi/ListInstruments',
73
- request,
74
- metadata || {},
75
- this.methodDescriptorListInstruments,
76
- callback);
77
- }
78
- return this.client_.unaryCall(
79
- this.hostname_ +
80
- '/trb.db.api.public.contract.v1.DbApi/ListInstruments',
81
- request,
82
- metadata || {},
83
- this.methodDescriptorListInstruments);
84
- }
85
-
86
- methodDescriptorListInstrumentVersions = new grpcWeb.MethodDescriptor(
87
- '/trb.db.api.public.contract.v1.DbApi/ListInstrumentVersions',
88
- grpcWeb.MethodType.UNARY,
89
- api_db_api_db_api_pb.ListInstrumentVersionsRequest,
90
- api_db_api_db_api_pb.ListInstrumentVersionsResponse,
91
- (request: api_db_api_db_api_pb.ListInstrumentVersionsRequest) => {
92
- return request.serializeBinary();
93
- },
94
- api_db_api_db_api_pb.ListInstrumentVersionsResponse.deserializeBinary
95
- );
96
-
97
- listInstrumentVersions(
98
- request: api_db_api_db_api_pb.ListInstrumentVersionsRequest,
99
- metadata?: grpcWeb.Metadata | null): Promise<api_db_api_db_api_pb.ListInstrumentVersionsResponse>;
100
-
101
- listInstrumentVersions(
102
- request: api_db_api_db_api_pb.ListInstrumentVersionsRequest,
103
- metadata: grpcWeb.Metadata | null,
104
- callback: (err: grpcWeb.RpcError,
105
- response: api_db_api_db_api_pb.ListInstrumentVersionsResponse) => void): grpcWeb.ClientReadableStream<api_db_api_db_api_pb.ListInstrumentVersionsResponse>;
106
-
107
- listInstrumentVersions(
108
- request: api_db_api_db_api_pb.ListInstrumentVersionsRequest,
109
- metadata?: grpcWeb.Metadata | null,
110
- callback?: (err: grpcWeb.RpcError,
111
- response: api_db_api_db_api_pb.ListInstrumentVersionsResponse) => void) {
112
- if (callback !== undefined) {
113
- return this.client_.rpcCall(
114
- this.hostname_ +
115
- '/trb.db.api.public.contract.v1.DbApi/ListInstrumentVersions',
116
- request,
117
- metadata || {},
118
- this.methodDescriptorListInstrumentVersions,
119
- callback);
120
- }
121
- return this.client_.unaryCall(
122
- this.hostname_ +
123
- '/trb.db.api.public.contract.v1.DbApi/ListInstrumentVersions',
124
- request,
125
- metadata || {},
126
- this.methodDescriptorListInstrumentVersions);
127
- }
128
-
129
- methodDescriptorUpsertInstruments = new grpcWeb.MethodDescriptor(
130
- '/trb.db.api.public.contract.v1.DbApi/UpsertInstruments',
131
- grpcWeb.MethodType.UNARY,
132
- tinvest_instruments_pb.SharesResponse,
133
- api_db_api_db_api_pb.UpsertInstrumentsResponse,
134
- (request: tinvest_instruments_pb.SharesResponse) => {
135
- return request.serializeBinary();
136
- },
137
- api_db_api_db_api_pb.UpsertInstrumentsResponse.deserializeBinary
138
- );
139
-
140
- upsertInstruments(
141
- request: tinvest_instruments_pb.SharesResponse,
142
- metadata?: grpcWeb.Metadata | null): Promise<api_db_api_db_api_pb.UpsertInstrumentsResponse>;
143
-
144
- upsertInstruments(
145
- request: tinvest_instruments_pb.SharesResponse,
146
- metadata: grpcWeb.Metadata | null,
147
- callback: (err: grpcWeb.RpcError,
148
- response: api_db_api_db_api_pb.UpsertInstrumentsResponse) => void): grpcWeb.ClientReadableStream<api_db_api_db_api_pb.UpsertInstrumentsResponse>;
149
-
150
- upsertInstruments(
151
- request: tinvest_instruments_pb.SharesResponse,
152
- metadata?: grpcWeb.Metadata | null,
153
- callback?: (err: grpcWeb.RpcError,
154
- response: api_db_api_db_api_pb.UpsertInstrumentsResponse) => void) {
155
- if (callback !== undefined) {
156
- return this.client_.rpcCall(
157
- this.hostname_ +
158
- '/trb.db.api.public.contract.v1.DbApi/UpsertInstruments',
159
- request,
160
- metadata || {},
161
- this.methodDescriptorUpsertInstruments,
162
- callback);
163
- }
164
- return this.client_.unaryCall(
165
- this.hostname_ +
166
- '/trb.db.api.public.contract.v1.DbApi/UpsertInstruments',
167
- request,
168
- metadata || {},
169
- this.methodDescriptorUpsertInstruments);
170
- }
171
-
172
- methodDescriptorListSchedulerTargets = new grpcWeb.MethodDescriptor(
173
- '/trb.db.api.public.contract.v1.DbApi/ListSchedulerTargets',
174
- grpcWeb.MethodType.UNARY,
175
- api_db_api_db_api_pb.ListSchedulerTargetsRequest,
176
- api_db_api_db_api_pb.ListSchedulerTargetsResponse,
177
- (request: api_db_api_db_api_pb.ListSchedulerTargetsRequest) => {
178
- return request.serializeBinary();
179
- },
180
- api_db_api_db_api_pb.ListSchedulerTargetsResponse.deserializeBinary
181
- );
182
-
183
- listSchedulerTargets(
184
- request: api_db_api_db_api_pb.ListSchedulerTargetsRequest,
185
- metadata?: grpcWeb.Metadata | null): Promise<api_db_api_db_api_pb.ListSchedulerTargetsResponse>;
186
-
187
- listSchedulerTargets(
188
- request: api_db_api_db_api_pb.ListSchedulerTargetsRequest,
189
- metadata: grpcWeb.Metadata | null,
190
- callback: (err: grpcWeb.RpcError,
191
- response: api_db_api_db_api_pb.ListSchedulerTargetsResponse) => void): grpcWeb.ClientReadableStream<api_db_api_db_api_pb.ListSchedulerTargetsResponse>;
192
-
193
- listSchedulerTargets(
194
- request: api_db_api_db_api_pb.ListSchedulerTargetsRequest,
195
- metadata?: grpcWeb.Metadata | null,
196
- callback?: (err: grpcWeb.RpcError,
197
- response: api_db_api_db_api_pb.ListSchedulerTargetsResponse) => void) {
198
- if (callback !== undefined) {
199
- return this.client_.rpcCall(
200
- this.hostname_ +
201
- '/trb.db.api.public.contract.v1.DbApi/ListSchedulerTargets',
202
- request,
203
- metadata || {},
204
- this.methodDescriptorListSchedulerTargets,
205
- callback);
206
- }
207
- return this.client_.unaryCall(
208
- this.hostname_ +
209
- '/trb.db.api.public.contract.v1.DbApi/ListSchedulerTargets',
210
- request,
211
- metadata || {},
212
- this.methodDescriptorListSchedulerTargets);
213
- }
214
-
215
- methodDescriptorSyncSchedulerTargets = new grpcWeb.MethodDescriptor(
216
- '/trb.db.api.public.contract.v1.DbApi/SyncSchedulerTargets',
217
- grpcWeb.MethodType.UNARY,
218
- api_db_api_db_api_pb.SyncSchedulerTargetsRequest,
219
- api_db_api_db_api_pb.SyncSchedulerTargetsResponse,
220
- (request: api_db_api_db_api_pb.SyncSchedulerTargetsRequest) => {
221
- return request.serializeBinary();
222
- },
223
- api_db_api_db_api_pb.SyncSchedulerTargetsResponse.deserializeBinary
224
- );
225
-
226
- syncSchedulerTargets(
227
- request: api_db_api_db_api_pb.SyncSchedulerTargetsRequest,
228
- metadata?: grpcWeb.Metadata | null): Promise<api_db_api_db_api_pb.SyncSchedulerTargetsResponse>;
229
-
230
- syncSchedulerTargets(
231
- request: api_db_api_db_api_pb.SyncSchedulerTargetsRequest,
232
- metadata: grpcWeb.Metadata | null,
233
- callback: (err: grpcWeb.RpcError,
234
- response: api_db_api_db_api_pb.SyncSchedulerTargetsResponse) => void): grpcWeb.ClientReadableStream<api_db_api_db_api_pb.SyncSchedulerTargetsResponse>;
235
-
236
- syncSchedulerTargets(
237
- request: api_db_api_db_api_pb.SyncSchedulerTargetsRequest,
238
- metadata?: grpcWeb.Metadata | null,
239
- callback?: (err: grpcWeb.RpcError,
240
- response: api_db_api_db_api_pb.SyncSchedulerTargetsResponse) => void) {
241
- if (callback !== undefined) {
242
- return this.client_.rpcCall(
243
- this.hostname_ +
244
- '/trb.db.api.public.contract.v1.DbApi/SyncSchedulerTargets',
245
- request,
246
- metadata || {},
247
- this.methodDescriptorSyncSchedulerTargets,
248
- callback);
249
- }
250
- return this.client_.unaryCall(
251
- this.hostname_ +
252
- '/trb.db.api.public.contract.v1.DbApi/SyncSchedulerTargets',
253
- request,
254
- metadata || {},
255
- this.methodDescriptorSyncSchedulerTargets);
256
- }
257
-
258
- methodDescriptorListLastDownloads = new grpcWeb.MethodDescriptor(
259
- '/trb.db.api.public.contract.v1.DbApi/ListLastDownloads',
260
- grpcWeb.MethodType.UNARY,
261
- api_db_api_db_api_pb.ListLastDownloadsRequest,
262
- api_db_api_db_api_pb.ListLastDownloadsResponse,
263
- (request: api_db_api_db_api_pb.ListLastDownloadsRequest) => {
264
- return request.serializeBinary();
265
- },
266
- api_db_api_db_api_pb.ListLastDownloadsResponse.deserializeBinary
267
- );
268
-
269
- listLastDownloads(
270
- request: api_db_api_db_api_pb.ListLastDownloadsRequest,
271
- metadata?: grpcWeb.Metadata | null): Promise<api_db_api_db_api_pb.ListLastDownloadsResponse>;
272
-
273
- listLastDownloads(
274
- request: api_db_api_db_api_pb.ListLastDownloadsRequest,
275
- metadata: grpcWeb.Metadata | null,
276
- callback: (err: grpcWeb.RpcError,
277
- response: api_db_api_db_api_pb.ListLastDownloadsResponse) => void): grpcWeb.ClientReadableStream<api_db_api_db_api_pb.ListLastDownloadsResponse>;
278
-
279
- listLastDownloads(
280
- request: api_db_api_db_api_pb.ListLastDownloadsRequest,
281
- metadata?: grpcWeb.Metadata | null,
282
- callback?: (err: grpcWeb.RpcError,
283
- response: api_db_api_db_api_pb.ListLastDownloadsResponse) => void) {
284
- if (callback !== undefined) {
285
- return this.client_.rpcCall(
286
- this.hostname_ +
287
- '/trb.db.api.public.contract.v1.DbApi/ListLastDownloads',
288
- request,
289
- metadata || {},
290
- this.methodDescriptorListLastDownloads,
291
- callback);
292
- }
293
- return this.client_.unaryCall(
294
- this.hostname_ +
295
- '/trb.db.api.public.contract.v1.DbApi/ListLastDownloads',
296
- request,
297
- metadata || {},
298
- this.methodDescriptorListLastDownloads);
299
- }
300
-
301
- }
302
-