@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,8 +1,8 @@
1
1
  import * as jspb from 'google-protobuf'
2
2
 
3
- import * as google_api_annotations_pb from '../../google/api/annotations_pb'; // proto import: "google/api/annotations.proto"
3
+ import * as google_api_annotations_pb from '../google/api/annotations_pb'; // proto import: "google/api/annotations.proto"
4
4
  import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
5
- import * as tinvest_instruments_pb from '../../tinvest/instruments_pb'; // proto import: "tinvest/instruments.proto"
5
+ import * as api_tinvest_instruments_pb from '../api/tinvest/instruments_pb'; // proto import: "api/tinvest/instruments.proto"
6
6
 
7
7
 
8
8
  export class ListFilter extends jspb.Message {
@@ -56,8 +56,8 @@ export namespace ListInstrumentsRequest {
56
56
  }
57
57
 
58
58
  export class InstrumentListItem extends jspb.Message {
59
- getShare(): tinvest_instruments_pb.Share | undefined;
60
- setShare(value?: tinvest_instruments_pb.Share): InstrumentListItem;
59
+ getShare(): api_tinvest_instruments_pb.Share | undefined;
60
+ setShare(value?: api_tinvest_instruments_pb.Share): InstrumentListItem;
61
61
  hasShare(): boolean;
62
62
  clearShare(): InstrumentListItem;
63
63
 
@@ -79,7 +79,7 @@ export class InstrumentListItem extends jspb.Message {
79
79
 
80
80
  export namespace InstrumentListItem {
81
81
  export type AsObject = {
82
- share?: tinvest_instruments_pb.Share.AsObject,
82
+ share?: api_tinvest_instruments_pb.Share.AsObject,
83
83
  version?: google_protobuf_timestamp_pb.Timestamp.AsObject,
84
84
  versionCount: number,
85
85
  }
@@ -124,8 +124,8 @@ export namespace ListInstrumentVersionsRequest {
124
124
  }
125
125
 
126
126
  export class InstrumentVersion extends jspb.Message {
127
- getShare(): tinvest_instruments_pb.Share | undefined;
128
- setShare(value?: tinvest_instruments_pb.Share): InstrumentVersion;
127
+ getShare(): api_tinvest_instruments_pb.Share | undefined;
128
+ setShare(value?: api_tinvest_instruments_pb.Share): InstrumentVersion;
129
129
  hasShare(): boolean;
130
130
  clearShare(): InstrumentVersion;
131
131
 
@@ -144,7 +144,7 @@ export class InstrumentVersion extends jspb.Message {
144
144
 
145
145
  export namespace InstrumentVersion {
146
146
  export type AsObject = {
147
- share?: tinvest_instruments_pb.Share.AsObject,
147
+ share?: api_tinvest_instruments_pb.Share.AsObject,
148
148
  version?: google_protobuf_timestamp_pb.Timestamp.AsObject,
149
149
  }
150
150
  }
@@ -199,156 +199,6 @@ export namespace UpsertInstrumentsResponse {
199
199
  }
200
200
  }
201
201
 
202
- export class ListSchedulerTargetsRequest extends jspb.Message {
203
- serializeBinary(): Uint8Array;
204
- toObject(includeInstance?: boolean): ListSchedulerTargetsRequest.AsObject;
205
- static toObject(includeInstance: boolean, msg: ListSchedulerTargetsRequest): ListSchedulerTargetsRequest.AsObject;
206
- static serializeBinaryToWriter(message: ListSchedulerTargetsRequest, writer: jspb.BinaryWriter): void;
207
- static deserializeBinary(bytes: Uint8Array): ListSchedulerTargetsRequest;
208
- static deserializeBinaryFromReader(message: ListSchedulerTargetsRequest, reader: jspb.BinaryReader): ListSchedulerTargetsRequest;
209
- }
210
-
211
- export namespace ListSchedulerTargetsRequest {
212
- export type AsObject = {
213
- }
214
- }
215
-
216
- export class ListSchedulerTargetsResponse extends jspb.Message {
217
- getItemsList(): Array<SchedulerTarget>;
218
- setItemsList(value: Array<SchedulerTarget>): ListSchedulerTargetsResponse;
219
- clearItemsList(): ListSchedulerTargetsResponse;
220
- addItems(value?: SchedulerTarget, index?: number): SchedulerTarget;
221
-
222
- serializeBinary(): Uint8Array;
223
- toObject(includeInstance?: boolean): ListSchedulerTargetsResponse.AsObject;
224
- static toObject(includeInstance: boolean, msg: ListSchedulerTargetsResponse): ListSchedulerTargetsResponse.AsObject;
225
- static serializeBinaryToWriter(message: ListSchedulerTargetsResponse, writer: jspb.BinaryWriter): void;
226
- static deserializeBinary(bytes: Uint8Array): ListSchedulerTargetsResponse;
227
- static deserializeBinaryFromReader(message: ListSchedulerTargetsResponse, reader: jspb.BinaryReader): ListSchedulerTargetsResponse;
228
- }
229
-
230
- export namespace ListSchedulerTargetsResponse {
231
- export type AsObject = {
232
- itemsList: Array<SchedulerTarget.AsObject>,
233
- }
234
- }
235
-
236
- export class SchedulerTarget extends jspb.Message {
237
- getUid(): string;
238
- setUid(value: string): SchedulerTarget;
239
-
240
- getInterval(): number;
241
- setInterval(value: number): SchedulerTarget;
242
-
243
- getEnabled(): boolean;
244
- setEnabled(value: boolean): SchedulerTarget;
245
-
246
- getCreatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
247
- setCreatedAt(value?: google_protobuf_timestamp_pb.Timestamp): SchedulerTarget;
248
- hasCreatedAt(): boolean;
249
- clearCreatedAt(): SchedulerTarget;
250
-
251
- getUpdatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
252
- setUpdatedAt(value?: google_protobuf_timestamp_pb.Timestamp): SchedulerTarget;
253
- hasUpdatedAt(): boolean;
254
- clearUpdatedAt(): SchedulerTarget;
255
-
256
- getTicker(): string;
257
- setTicker(value: string): SchedulerTarget;
258
-
259
- getName(): string;
260
- setName(value: string): SchedulerTarget;
261
-
262
- getFigi(): string;
263
- setFigi(value: string): SchedulerTarget;
264
-
265
- serializeBinary(): Uint8Array;
266
- toObject(includeInstance?: boolean): SchedulerTarget.AsObject;
267
- static toObject(includeInstance: boolean, msg: SchedulerTarget): SchedulerTarget.AsObject;
268
- static serializeBinaryToWriter(message: SchedulerTarget, writer: jspb.BinaryWriter): void;
269
- static deserializeBinary(bytes: Uint8Array): SchedulerTarget;
270
- static deserializeBinaryFromReader(message: SchedulerTarget, reader: jspb.BinaryReader): SchedulerTarget;
271
- }
272
-
273
- export namespace SchedulerTarget {
274
- export type AsObject = {
275
- uid: string,
276
- interval: number,
277
- enabled: boolean,
278
- createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
279
- updatedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
280
- ticker: string,
281
- name: string,
282
- figi: string,
283
- }
284
- }
285
-
286
- export class SyncSchedulerTargetsRequest extends jspb.Message {
287
- getInstrumentsList(): Array<SchedulerTargetInstrument>;
288
- setInstrumentsList(value: Array<SchedulerTargetInstrument>): SyncSchedulerTargetsRequest;
289
- clearInstrumentsList(): SyncSchedulerTargetsRequest;
290
- addInstruments(value?: SchedulerTargetInstrument, index?: number): SchedulerTargetInstrument;
291
-
292
- getAllowEmpty(): boolean;
293
- setAllowEmpty(value: boolean): SyncSchedulerTargetsRequest;
294
-
295
- serializeBinary(): Uint8Array;
296
- toObject(includeInstance?: boolean): SyncSchedulerTargetsRequest.AsObject;
297
- static toObject(includeInstance: boolean, msg: SyncSchedulerTargetsRequest): SyncSchedulerTargetsRequest.AsObject;
298
- static serializeBinaryToWriter(message: SyncSchedulerTargetsRequest, writer: jspb.BinaryWriter): void;
299
- static deserializeBinary(bytes: Uint8Array): SyncSchedulerTargetsRequest;
300
- static deserializeBinaryFromReader(message: SyncSchedulerTargetsRequest, reader: jspb.BinaryReader): SyncSchedulerTargetsRequest;
301
- }
302
-
303
- export namespace SyncSchedulerTargetsRequest {
304
- export type AsObject = {
305
- instrumentsList: Array<SchedulerTargetInstrument.AsObject>,
306
- allowEmpty: boolean,
307
- }
308
- }
309
-
310
- export class SchedulerTargetInstrument extends jspb.Message {
311
- getUid(): string;
312
- setUid(value: string): SchedulerTargetInstrument;
313
-
314
- getIntervalsList(): Array<number>;
315
- setIntervalsList(value: Array<number>): SchedulerTargetInstrument;
316
- clearIntervalsList(): SchedulerTargetInstrument;
317
- addIntervals(value: number, index?: number): SchedulerTargetInstrument;
318
-
319
- serializeBinary(): Uint8Array;
320
- toObject(includeInstance?: boolean): SchedulerTargetInstrument.AsObject;
321
- static toObject(includeInstance: boolean, msg: SchedulerTargetInstrument): SchedulerTargetInstrument.AsObject;
322
- static serializeBinaryToWriter(message: SchedulerTargetInstrument, writer: jspb.BinaryWriter): void;
323
- static deserializeBinary(bytes: Uint8Array): SchedulerTargetInstrument;
324
- static deserializeBinaryFromReader(message: SchedulerTargetInstrument, reader: jspb.BinaryReader): SchedulerTargetInstrument;
325
- }
326
-
327
- export namespace SchedulerTargetInstrument {
328
- export type AsObject = {
329
- uid: string,
330
- intervalsList: Array<number>,
331
- }
332
- }
333
-
334
- export class SyncSchedulerTargetsResponse extends jspb.Message {
335
- getCount(): number;
336
- setCount(value: number): SyncSchedulerTargetsResponse;
337
-
338
- serializeBinary(): Uint8Array;
339
- toObject(includeInstance?: boolean): SyncSchedulerTargetsResponse.AsObject;
340
- static toObject(includeInstance: boolean, msg: SyncSchedulerTargetsResponse): SyncSchedulerTargetsResponse.AsObject;
341
- static serializeBinaryToWriter(message: SyncSchedulerTargetsResponse, writer: jspb.BinaryWriter): void;
342
- static deserializeBinary(bytes: Uint8Array): SyncSchedulerTargetsResponse;
343
- static deserializeBinaryFromReader(message: SyncSchedulerTargetsResponse, reader: jspb.BinaryReader): SyncSchedulerTargetsResponse;
344
- }
345
-
346
- export namespace SyncSchedulerTargetsResponse {
347
- export type AsObject = {
348
- count: number,
349
- }
350
- }
351
-
352
202
  export class ListLastDownloadsRequest extends jspb.Message {
353
203
  getFilter(): ListFilter | undefined;
354
204
  setFilter(value?: ListFilter): ListLastDownloadsRequest;