@finam/grpc-tradeapi 2.14.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/README.md +41 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/auth_pb.d.ts +382 -0
- package/google/api/auth_pb.js +68 -0
- package/google/api/backend_pb.d.ts +278 -0
- package/google/api/backend_pb.js +60 -0
- package/google/api/billing_pb.d.ts +112 -0
- package/google/api/billing_pb.js +40 -0
- package/google/api/client_pb.d.ts +906 -0
- package/google/api/client_pb.js +268 -0
- package/google/api/config_change_pb.d.ts +156 -0
- package/google/api/config_change_pb.js +55 -0
- package/google/api/consumer_pb.d.ts +151 -0
- package/google/api/consumer_pb.js +54 -0
- package/google/api/context_pb.d.ts +139 -0
- package/google/api/context_pb.js +40 -0
- package/google/api/control_pb.d.ts +61 -0
- package/google/api/control_pb.js +34 -0
- package/google/api/distribution_pb.d.ts +379 -0
- package/google/api/distribution_pb.js +76 -0
- package/google/api/documentation_pb.d.ts +249 -0
- package/google/api/documentation_pb.js +47 -0
- package/google/api/endpoint_pb.d.ts +98 -0
- package/google/api/endpoint_pb.js +33 -0
- package/google/api/error_reason_pb.d.ts +765 -0
- package/google/api/error_reason_pb.js +49 -0
- package/google/api/field_behavior_pb.d.ts +152 -0
- package/google/api/field_behavior_pb.js +65 -0
- package/google/api/field_info_pb.d.ts +171 -0
- package/google/api/field_info_pb.js +80 -0
- package/google/api/http_pb.d.ts +469 -0
- package/google/api/http_pb.js +47 -0
- package/google/api/httpbody_pb.d.ts +104 -0
- package/google/api/httpbody_pb.js +34 -0
- package/google/api/label_pb.d.ts +93 -0
- package/google/api/label_pb.js +47 -0
- package/google/api/launch_stage_pb.d.ts +115 -0
- package/google/api/launch_stage_pb.js +41 -0
- package/google/api/log_pb.d.ts +82 -0
- package/google/api/log_pb.js +34 -0
- package/google/api/logging_pb.d.ts +120 -0
- package/google/api/logging_pb.js +40 -0
- package/google/api/metric_pb.d.ts +474 -0
- package/google/api/metric_pb.js +94 -0
- package/google/api/monitored_resource_pb.d.ts +200 -0
- package/google/api/monitored_resource_pb.js +50 -0
- package/google/api/monitoring_pb.d.ts +146 -0
- package/google/api/monitoring_pb.js +40 -0
- package/google/api/policy_pb.d.ts +128 -0
- package/google/api/policy_pb.js +57 -0
- package/google/api/quota_pb.d.ts +273 -0
- package/google/api/quota_pb.js +47 -0
- package/google/api/resource_pb.d.ts +344 -0
- package/google/api/resource_pb.js +97 -0
- package/google/api/routing_pb.d.ts +497 -0
- package/google/api/routing_pb.js +49 -0
- package/google/api/service_pb.d.ts +305 -0
- package/google/api/service_pb.js +52 -0
- package/google/api/source_info_pb.d.ts +47 -0
- package/google/api/source_info_pb.js +34 -0
- package/google/api/system_parameter_pb.d.ts +153 -0
- package/google/api/system_parameter_pb.js +47 -0
- package/google/api/usage_pb.d.ts +143 -0
- package/google/api/usage_pb.js +40 -0
- package/google/api/visibility_pb.d.ts +158 -0
- package/google/api/visibility_pb.js +89 -0
- package/google/protobuf/any_pb.d.ts +182 -0
- package/google/protobuf/any_pb.js +49 -0
- package/google/protobuf/api_pb.d.ts +302 -0
- package/google/protobuf/api_pb.js +65 -0
- package/google/protobuf/descriptor_pb.d.ts +2511 -0
- package/google/protobuf/descriptor_pb.js +500 -0
- package/google/protobuf/duration_pb.d.ts +134 -0
- package/google/protobuf/duration_pb.js +49 -0
- package/google/protobuf/empty_pb.d.ts +63 -0
- package/google/protobuf/empty_pb.js +49 -0
- package/google/protobuf/field_mask_pb.d.ts +260 -0
- package/google/protobuf/field_mask_pb.js +49 -0
- package/google/protobuf/source_context_pb.d.ts +64 -0
- package/google/protobuf/source_context_pb.js +49 -0
- package/google/protobuf/struct_pb.d.ts +186 -0
- package/google/protobuf/struct_pb.js +80 -0
- package/google/protobuf/timestamp_pb.d.ts +163 -0
- package/google/protobuf/timestamp_pb.js +49 -0
- package/google/protobuf/type_pb.d.ts +532 -0
- package/google/protobuf/type_pb.js +121 -0
- package/google/protobuf/wrappers_pb.d.ts +250 -0
- package/google/protobuf/wrappers_pb.js +115 -0
- package/google/type/calendar_period_pb.d.ts +99 -0
- package/google/type/calendar_period_pb.js +42 -0
- package/google/type/color_pb.d.ts +200 -0
- package/google/type/color_pb.js +34 -0
- package/google/type/date_pb.d.ts +76 -0
- package/google/type/date_pb.js +33 -0
- package/google/type/datetime_pb.d.ts +175 -0
- package/google/type/datetime_pb.js +41 -0
- package/google/type/dayofweek_pb.d.ts +93 -0
- package/google/type/dayofweek_pb.js +40 -0
- package/google/type/decimal_pb.d.ts +111 -0
- package/google/type/decimal_pb.js +33 -0
- package/google/type/expr_pb.d.ts +102 -0
- package/google/type/expr_pb.js +33 -0
- package/google/type/fraction_pb.d.ts +54 -0
- package/google/type/fraction_pb.js +33 -0
- package/google/type/interval_pb.d.ts +65 -0
- package/google/type/interval_pb.js +34 -0
- package/google/type/latlng_pb.d.ts +57 -0
- package/google/type/latlng_pb.js +33 -0
- package/google/type/localized_text_pb.d.ts +56 -0
- package/google/type/localized_text_pb.js +33 -0
- package/google/type/money_pb.d.ts +66 -0
- package/google/type/money_pb.js +33 -0
- package/google/type/month_pb.d.ts +128 -0
- package/google/type/month_pb.js +40 -0
- package/google/type/phone_number_pb.d.ts +161 -0
- package/google/type/phone_number_pb.js +40 -0
- package/google/type/postal_address_pb.d.ts +190 -0
- package/google/type/postal_address_pb.js +33 -0
- package/google/type/quaternion_pb.d.ts +122 -0
- package/google/type/quaternion_pb.js +33 -0
- package/google/type/timeofday_pb.d.ts +72 -0
- package/google/type/timeofday_pb.js +33 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/annotations_pb.d.ts +73 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/annotations_pb.js +80 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.d.ts +1586 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.js +239 -0
- package/grpc/tradeapi/v1/accounts/accounts_service_pb.d.ts +671 -0
- package/grpc/tradeapi/v1/accounts/accounts_service_pb.js +126 -0
- package/grpc/tradeapi/v1/assets/assets_service_pb.d.ts +1318 -0
- package/grpc/tradeapi/v1/assets/assets_service_pb.js +279 -0
- package/grpc/tradeapi/v1/auth/auth_service_pb.d.ts +336 -0
- package/grpc/tradeapi/v1/auth/auth_service_pb.js +86 -0
- package/grpc/tradeapi/v1/marketdata/marketdata_service_pb.d.ts +1215 -0
- package/grpc/tradeapi/v1/marketdata/marketdata_service_pb.js +243 -0
- package/grpc/tradeapi/v1/metrics/usage_metrics_service_pb.d.ts +111 -0
- package/grpc/tradeapi/v1/metrics/usage_metrics_service_pb.js +46 -0
- package/grpc/tradeapi/v1/orders/orders_service_pb.d.ts +1256 -0
- package/grpc/tradeapi/v1/orders/orders_service_pb.js +242 -0
- package/grpc/tradeapi/v1/reports/reports_service_pb.d.ts +353 -0
- package/grpc/tradeapi/v1/reports/reports_service_pb.js +107 -0
- package/grpc/tradeapi/v1/side_pb.d.ts +44 -0
- package/grpc/tradeapi/v1/side_pb.js +26 -0
- package/grpc/tradeapi/v1/trade_pb.d.ts +91 -0
- package/grpc/tradeapi/v1/trade_pb.js +22 -0
- package/package.json +14 -0
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
|
|
2
|
+
// @generated from file grpc/tradeapi/v1/assets/assets_service.proto (package grpc.tradeapi.v1.assets, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc, tsEnum } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_google_api_annotations } from "../../../../google/api/annotations_pb.js";
|
|
7
|
+
import { file_google_type_date } from "../../../../google/type/date_pb.js";
|
|
8
|
+
import { file_google_type_decimal } from "../../../../google/type/decimal_pb.js";
|
|
9
|
+
import { file_google_type_interval } from "../../../../google/type/interval_pb.js";
|
|
10
|
+
import { file_google_type_money } from "../../../../google/type/money_pb.js";
|
|
11
|
+
import { file_google_protobuf_timestamp, file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
|
|
12
|
+
import { file_grpc_gateway_protoc_gen_openapiv2_options_annotations } from "../../../gateway/protoc_gen_openapiv2/options/annotations_pb.js";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the file grpc/tradeapi/v1/assets/assets_service.proto.
|
|
16
|
+
*/
|
|
17
|
+
export const file_grpc_tradeapi_v1_assets_assets_service = /*@__PURE__*/
|
|
18
|
+
fileDesc("CixncnBjL3RyYWRlYXBpL3YxL2Fzc2V0cy9hc3NldHNfc2VydmljZS5wcm90bxIXZ3JwYy50cmFkZWFwaS52MS5hc3NldHMiEgoQRXhjaGFuZ2VzUmVxdWVzdCJJChFFeGNoYW5nZXNSZXNwb25zZRI0CglleGNoYW5nZXMYASADKAsyIS5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5FeGNoYW5nZSIPCg1Bc3NldHNSZXF1ZXN0IkAKDkFzc2V0c1Jlc3BvbnNlEi4KBmFzc2V0cxgBIAMoCzIeLmdycGMudHJhZGVhcGkudjEuYXNzZXRzLkFzc2V0Ik4KEEFsbEFzc2V0c1JlcXVlc3QSDgoGY3Vyc29yGAEgASgDEhMKC29ubHlfYWN0aXZlGAIgASgIEhUKDW9ubHlfZGlzYWJsZWQYAyABKAgiWAoRQWxsQXNzZXRzUmVzcG9uc2USLgoGYXNzZXRzGAEgAygLMh4uZ3JwYy50cmFkZWFwaS52MS5hc3NldHMuQXNzZXQSEwoLbmV4dF9jdXJzb3IYAiABKAMiNQoPR2V0QXNzZXRSZXF1ZXN0Eg4KBnN5bWJvbBgBIAEoCRISCgphY2NvdW50X2lkGAIgASgJIusGChBHZXRBc3NldFJlc3BvbnNlEg0KBWJvYXJkGAEgASgJEgoKAmlkGAIgASgJEg4KBnRpY2tlchgDIAEoCRILCgNtaWMYBCABKAkSDAoEaXNpbhgFIAEoCRIMCgR0eXBlGAYgASgJEgwKBG5hbWUYByABKAkSEAoIZGVjaW1hbHMYCiABKAUSEAoIbWluX3N0ZXAYCyABKAMSJgoIbG90X3NpemUYCSABKAsyFC5nb29nbGUudHlwZS5EZWNpbWFsEi4KD2V4cGlyYXRpb25fZGF0ZRgMIAEoCzIRLmdvb2dsZS50eXBlLkRhdGVCAhgBEhYKDnF1b3RlX2N1cnJlbmN5GA0gASgJElEKDmZ1dHVyZV9kZXRhaWxzGA4gASgLMjcuZ3JwYy50cmFkZWFwaS52MS5hc3NldHMuR2V0QXNzZXRSZXNwb25zZS5GdXR1cmVEZXRhaWxzSAASUQoOb3B0aW9uX2RldGFpbHMYDyABKAsyNy5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5HZXRBc3NldFJlc3BvbnNlLk9wdGlvbkRldGFpbHNIABJNCgxib25kX2RldGFpbHMYECABKAsyNS5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5HZXRBc3NldFJlc3BvbnNlLkJvbmREZXRhaWxzSAAacQoNRnV0dXJlRGV0YWlscxIzCg9leHBpcmF0aW9uX2RhdGUYASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEisKDWNvbnRyYWN0X3NpemUYAiABKAsyFC5nb29nbGUudHlwZS5EZWNpbWFsGpcBCg1PcHRpb25EZXRhaWxzEjMKD2V4cGlyYXRpb25fZGF0ZRgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASKwoNY29udHJhY3Rfc2l6ZRgCIAEoCzIULmdvb2dsZS50eXBlLkRlY2ltYWwSJAoGc3RyaWtlGAMgASgLMhQuZ29vZ2xlLnR5cGUuRGVjaW1hbBpOCgtCb25kRGV0YWlscxItCg9ib25kX2ZhY2VfdmFsdWUYASABKAsyFC5nb29nbGUudHlwZS5EZWNpbWFsEhAKCGN1cnJlbmN5GAIgASgJQg8KDWFzc2V0X2RldGFpbHMiOwoVR2V0QXNzZXRQYXJhbXNSZXF1ZXN0Eg4KBnN5bWJvbBgBIAEoCRISCgphY2NvdW50X2lkGAIgASgJIssEChZHZXRBc3NldFBhcmFtc1Jlc3BvbnNlEg4KBnN5bWJvbBgBIAEoCRISCgphY2NvdW50X2lkGAIgASgJEhUKCXRyYWRlYWJsZRgDIAEoCEICGAESMwoIbG9uZ2FibGUYBCABKAsyIS5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5Mb25nYWJsZRI1CglzaG9ydGFibGUYBSABKAsyIi5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5TaG9ydGFibGUSLAoObG9uZ19yaXNrX3JhdGUYBiABKAsyFC5nb29nbGUudHlwZS5EZWNpbWFsEi8KD2xvbmdfY29sbGF0ZXJhbBgHIAEoCzISLmdvb2dsZS50eXBlLk1vbmV5QgIYARItCg9zaG9ydF9yaXNrX3JhdGUYCCABKAsyFC5nb29nbGUudHlwZS5EZWNpbWFsEjAKEHNob3J0X2NvbGxhdGVyYWwYCSABKAsyEi5nb29nbGUudHlwZS5Nb25leUICGAESLwoTbG9uZ19pbml0aWFsX21hcmdpbhgKIAEoCzISLmdvb2dsZS50eXBlLk1vbmV5EjAKFHNob3J0X2luaXRpYWxfbWFyZ2luGAsgASgLMhIuZ29vZ2xlLnR5cGUuTW9uZXkSLwoLaXNfdHJhZGFibGUYDCABKAsyGi5nb29nbGUucHJvdG9idWYuQm9vbFZhbHVlEjYKCnByaWNlX3R5cGUYDSABKA4yIi5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5QcmljZVR5cGUiagoTT3B0aW9uc0NoYWluUmVxdWVzdBIZChF1bmRlcmx5aW5nX3N5bWJvbBgBIAEoCRIMCgRyb290GAIgASgJEioKD2V4cGlyYXRpb25fZGF0ZRgDIAEoCzIRLmdvb2dsZS50eXBlLkRhdGUiWAoUT3B0aW9uc0NoYWluUmVzcG9uc2USDgoGc3ltYm9sGAEgASgJEjAKB29wdGlvbnMYAiADKAsyHy5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5PcHRpb24iIQoPU2NoZWR1bGVSZXF1ZXN0Eg4KBnN5bWJvbBgBIAEoCSKrAQoQU2NoZWR1bGVSZXNwb25zZRIOCgZzeW1ib2wYASABKAkSRAoIc2Vzc2lvbnMYAiADKAsyMi5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5TY2hlZHVsZVJlc3BvbnNlLlNlc3Npb25zGkEKCFNlc3Npb25zEgwKBHR5cGUYASABKAkSJwoIaW50ZXJ2YWwYAiABKAsyFS5nb29nbGUudHlwZS5JbnRlcnZhbCIOCgxDbG9ja1JlcXVlc3QiPgoNQ2xvY2tSZXNwb25zZRItCgl0aW1lc3RhbXAYASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIiUKCEV4Y2hhbmdlEgsKA21pYxgBIAEoCRIMCgRuYW1lGAIgASgJIn8KBUFzc2V0Eg4KBnN5bWJvbBgBIAEoCRIKCgJpZBgCIAEoCRIOCgZ0aWNrZXIYAyABKAkSCwoDbWljGAQgASgJEgwKBGlzaW4YBSABKAkSDAoEdHlwZRgGIAEoCRIMCgRuYW1lGAcgASgJEhMKC2lzX2FyY2hpdmVkGAggASgIIrwDCgZPcHRpb24SDgoGc3ltYm9sGAEgASgJEjIKBHR5cGUYAiABKA4yJC5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5PcHRpb24uVHlwZRIrCg1jb250cmFjdF9zaXplGAQgASgLMhQuZ29vZ2xlLnR5cGUuRGVjaW1hbBIqCg90cmFkZV9maXJzdF9kYXkYBSABKAsyES5nb29nbGUudHlwZS5EYXRlEikKDnRyYWRlX2xhc3RfZGF5GAYgASgLMhEuZ29vZ2xlLnR5cGUuRGF0ZRIkCgZzdHJpa2UYByABKAsyFC5nb29nbGUudHlwZS5EZWNpbWFsEigKCm11bHRpcGxpZXIYCSABKAsyFC5nb29nbGUudHlwZS5EZWNpbWFsEi8KFGV4cGlyYXRpb25fZmlyc3RfZGF5GAogASgLMhEuZ29vZ2xlLnR5cGUuRGF0ZRIuChNleHBpcmF0aW9uX2xhc3RfZGF5GAsgASgLMhEuZ29vZ2xlLnR5cGUuRGF0ZSI5CgRUeXBlEhQKEFRZUEVfVU5TUEVDSUZJRUQQABINCglUWVBFX0NBTEwQARIMCghUWVBFX1BVVBACIp4BCghMb25nYWJsZRI3CgV2YWx1ZRgBIAEoDjIoLmdycGMudHJhZGVhcGkudjEuYXNzZXRzLkxvbmdhYmxlLlN0YXR1cxITCgtoYWx0ZWRfZGF5cxgCIAEoBSJECgZTdGF0dXMSEQoNTk9UX0FWQUlMQUJMRRAAEg0KCUFWQUlMQUJMRRABEhgKFEFDQ09VTlRfTk9UX0FQUFJPVkVEEAIiwQEKCVNob3J0YWJsZRI4CgV2YWx1ZRgBIAEoDjIpLmdycGMudHJhZGVhcGkudjEuYXNzZXRzLlNob3J0YWJsZS5TdGF0dXMSEwoLaGFsdGVkX2RheXMYAiABKAUiZQoGU3RhdHVzEhEKDU5PVF9BVkFJTEFCTEUQABINCglBVkFJTEFCTEUQARIHCgNIVEIQAhIYChRBQ0NPVU5UX05PVF9BUFBST1ZFRBADEhYKEkFWQUlMQUJMRV9TVFJBVEVHWRAEIjgKFkdldENvbnN0aXR1ZW50c1JlcXVlc3QSDgoGc3ltYm9sGAEgASgJEg4KBmN1cnNvchgCIAEoAyJrChdHZXRDb25zdGl0dWVudHNSZXNwb25zZRI7Cgxjb25zdGl0dWVudHMYASADKAsyJS5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5Db25zdGl0dWVudHMSEwoLbmV4dF9jdXJzb3IYAiABKAMiXQoMQ29uc3RpdHVlbnRzEg4KBnN5bWJvbBgBIAEoCRIMCgRuYW1lGAIgASgJEg4KBnNlY3RvchgDIAEoCRISCgpzdWJfc2VjdG9yGAQgASgJEgsKA2NpaxgFIAEoCSpBCglQcmljZVR5cGUSCwoHVU5LTk9XThAAEgwKCFBPU0lUSVZFEAESEAoMTk9OX05FR0FUSVZFEAISBwoDQU5ZEAMy2BEKDUFzc2V0c1NlcnZpY2USkQEKCUV4Y2hhbmdlcxIpLmdycGMudHJhZGVhcGkudjEuYXNzZXRzLkV4Y2hhbmdlc1JlcXVlc3QaKi5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5FeGNoYW5nZXNSZXNwb25zZSItkkEVYhMKEQoNQXV0aG9yaXphdGlvbhIAgtPkkwIPEg0vdjEvZXhjaGFuZ2VzEogBCgZBc3NldHMSJi5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5Bc3NldHNSZXF1ZXN0GicuZ3JwYy50cmFkZWFwaS52MS5hc3NldHMuQXNzZXRzUmVzcG9uc2UiLYgCAZJBFWITChEKDUF1dGhvcml6YXRpb24SAILT5JMCDBIKL3YxL2Fzc2V0cxKSAQoJQWxsQXNzZXRzEikuZ3JwYy50cmFkZWFwaS52MS5hc3NldHMuQWxsQXNzZXRzUmVxdWVzdBoqLmdycGMudHJhZGVhcGkudjEuYXNzZXRzLkFsbEFzc2V0c1Jlc3BvbnNlIi6SQRViEwoRCg1BdXRob3JpemF0aW9uEgCC0+STAhASDi92MS9hc3NldHMvYWxsEukCCghHZXRBc3NldBIoLmdycGMudHJhZGVhcGkudjEuYXNzZXRzLkdldEFzc2V0UmVxdWVzdBopLmdycGMudHJhZGVhcGkudjEuYXNzZXRzLkdldEFzc2V0UmVzcG9uc2UihwKSQegBStABCgM0MDASyAEKxQHQndC10LLQtdGA0L3QviDQv9C10YDQtdC00LDQvSDRgdC40LzQstC+0Lsg0LjQu9C4INGB0YfQtdGCLiDQodC40LzQstC+0Lsg0LTQvtC70LbQtdC9INCx0YvRgtGMINCyINCy0LjQtNC1IHRpY2tlckBtaWMuINCT0LTQtSB0aWNrZXIgLSDRjdGC0L4sINC90LDQv9GA0LjQvNC10YAsIFNCRVIuINCQIG1pYywg0L3QsNC/0YDQuNC80LXRgCwgTUlTWGITChEKDUF1dGhvcml6YXRpb24SAILT5JMCFRITL3YxL2Fzc2V0cy97c3ltYm9sfRKCAwoOR2V0QXNzZXRQYXJhbXMSLi5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5HZXRBc3NldFBhcmFtc1JlcXVlc3QaLy5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5HZXRBc3NldFBhcmFtc1Jlc3BvbnNlIo4CkkHoAUrQAQoDNDAwEsgBCsUB0J3QtdCy0LXRgNC90L4g0L/QtdGA0LXQtNCw0L0g0YHQuNC80LLQvtC7INC40LvQuCDRgdGH0LXRgi4g0KHQuNC80LLQvtC7INC00L7Qu9C20LXQvSDQsdGL0YLRjCDQsiDQstC40LTQtSB0aWNrZXJAbWljLiDQk9C00LUgdGlja2VyIC0g0Y3RgtC+LCDQvdCw0L/RgNC40LzQtdGALCBTQkVSLiDQkCBtaWMsINC90LDQv9GA0LjQvNC10YAsIE1JU1hiEwoRCg1BdXRob3JpemF0aW9uEgCC0+STAhwSGi92MS9hc3NldHMve3N5bWJvbH0vcGFyYW1zEvgCCgxPcHRpb25zQ2hhaW4SLC5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5PcHRpb25zQ2hhaW5SZXF1ZXN0Gi0uZ3JwYy50cmFkZWFwaS52MS5hc3NldHMuT3B0aW9uc0NoYWluUmVzcG9uc2UiigKSQdgBSsABCgM0MDASuAEKtQHQndC10LLQtdGA0L3QviDQv9C10YDQtdC00LDQvSDRgdC40LzQstC+0LsuINCh0LjQvNCy0L7QuyDQtNC+0LvQttC10L0g0LHRi9GC0Ywg0LIg0LLQuNC00LUgdGlja2VyQG1pYy4g0JPQtNC1IHRpY2tlciAtINGN0YLQviwg0L3QsNC/0YDQuNC80LXRgCwgU0JFUi4g0JAgbWljLCDQvdCw0L/RgNC40LzQtdGALCBNSVNYYhMKEQoNQXV0aG9yaXphdGlvbhIAgtPkkwIoEiYvdjEvYXNzZXRzL3t1bmRlcmx5aW5nX3N5bWJvbH0vb3B0aW9ucxLiAgoIU2NoZWR1bGUSKC5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5TY2hlZHVsZVJlcXVlc3QaKS5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5TY2hlZHVsZVJlc3BvbnNlIoACkkHYAUrAAQoDNDAwErgBCrUB0J3QtdCy0LXRgNC90L4g0L/QtdGA0LXQtNCw0L0g0YHQuNC80LLQvtC7LiDQodC40LzQstC+0Lsg0LTQvtC70LbQtdC9INCx0YvRgtGMINCyINCy0LjQtNC1IHRpY2tlckBtaWMuINCT0LTQtSB0aWNrZXIgLSDRjdGC0L4sINC90LDQv9GA0LjQvNC10YAsIFNCRVIuINCQIG1pYywg0L3QsNC/0YDQuNC80LXRgCwgTUlTWGITChEKDUF1dGhvcml6YXRpb24SAILT5JMCHhIcL3YxL2Fzc2V0cy97c3ltYm9sfS9zY2hlZHVsZRKIAQoFQ2xvY2sSJS5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5DbG9ja1JlcXVlc3QaJi5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5DbG9ja1Jlc3BvbnNlIjCSQRViEwoRCg1BdXRob3JpemF0aW9uEgCC0+STAhISEC92MS9hc3NldHMvY2xvY2sStgEKD0dldENvbnN0aXR1ZW50cxIvLmdycGMudHJhZGVhcGkudjEuYXNzZXRzLkdldENvbnN0aXR1ZW50c1JlcXVlc3QaMC5ncnBjLnRyYWRlYXBpLnYxLmFzc2V0cy5HZXRDb25zdGl0dWVudHNSZXNwb25zZSJAkkEVYhMKEQoNQXV0aG9yaXphdGlvbhIAgtPkkwIiEiAvdjEvYXNzZXRzL3tzeW1ib2x9L2NvbnN0aXR1ZW50c0K1BlABWj5naXRodWIuY29tL0ZpbmFtV2ViL2ZpbmFtLXRyYWRlLWFwaS9nby9ncnBjL3RyYWRlYXBpL3YxL2Fzc2V0c5JB7wUSPwoPRmluYW0gVHJhZGUtQVBJEixBUEkg0LTQu9GPINGC0L7RgNCz0L7QstGL0YUg0L7Qv9C10YDQsNGG0LjQuSoCAQJSaQoDNDAxEmIKYNCh0YDQvtC6INC00LXQudGB0YLQstC40Y8g0YLQvtC60LXQvdCwINC40YHRgtC10Log0LjQu9C4INGC0L7QutC10L0g0L3QtdC00LXQudGB0YLQstC40YLQtdC70LXQvVIvCgM0MDQSKAom0JjQvdGB0YLRgNGD0LzQtdC90YIg0L3QtSDQvdCw0LnQtNC10L1SeQoDNDI5EnIKcNCh0LvQuNGI0LrQvtC8INC80L3QvtCz0L4g0LfQsNC/0YDQvtGB0L7Qsi4g0JTQvtGB0YLRg9C/0L3Ri9C5INC70LjQvNC40YIgLSAyMDAg0LfQsNC/0YDQvtGB0L7QsiDQsiDQvNC40L3Rg9GC0YNSWgoDNTAwElMKUdCS0L3Rg9GC0YDQtdC90L3Rj9GPINC+0YjQuNCx0LrQsCDRgdC10YDQstC40YHQsC4g0J/QvtC/0YDQvtCx0YPQudGC0LUg0L/QvtC30LbQtVJrCgM1MDMSZApi0KHQtdGA0LLQuNGBINC90LAg0LTQsNC90L3Ri9C5INC80L7QvNC10L3RgiDQvdC1INC00L7RgdGC0YPQv9C10L0uINCf0L7Qv9GA0L7QsdGD0LnRgtC1INC/0L7Qt9C20LVSVgoDNTA0Ek8KTdCa0YDQsNC50L3QuNC5INGB0YDQvtC6INC40YHRgtC10Log0LTQviDQt9Cw0LLQtdGA0YjQtdC90LjRjyDQvtC/0LXRgNCw0YbQuNC4UiEKB2RlZmF1bHQSFhIUChIaEGdvb2dsZXR5cGVTdGF0dXNaTQpLCg1BdXRob3JpemF0aW9uEjoIAhIlSldUINGC0L7QutC10L0g0LDQstGC0L7RgNC40LfQsNGG0LjQuBoNQXV0aG9yaXphdGlvbiACYgZwcm90bzM", [file_google_api_annotations, file_google_type_date, file_google_type_decimal, file_google_type_interval, file_google_type_money, file_google_protobuf_timestamp, file_google_protobuf_wrappers, file_grpc_gateway_protoc_gen_openapiv2_options_annotations]);
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message grpc.tradeapi.v1.assets.ExchangesRequest.
|
|
22
|
+
* Use `create(ExchangesRequestSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const ExchangesRequestSchema = /*@__PURE__*/
|
|
25
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 0);
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message grpc.tradeapi.v1.assets.ExchangesResponse.
|
|
29
|
+
* Use `create(ExchangesResponseSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const ExchangesResponseSchema = /*@__PURE__*/
|
|
32
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 1);
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message grpc.tradeapi.v1.assets.AssetsRequest.
|
|
36
|
+
* Use `create(AssetsRequestSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export const AssetsRequestSchema = /*@__PURE__*/
|
|
39
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 2);
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message grpc.tradeapi.v1.assets.AssetsResponse.
|
|
43
|
+
* Use `create(AssetsResponseSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const AssetsResponseSchema = /*@__PURE__*/
|
|
46
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 3);
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Describes the message grpc.tradeapi.v1.assets.AllAssetsRequest.
|
|
50
|
+
* Use `create(AllAssetsRequestSchema)` to create a new message.
|
|
51
|
+
*/
|
|
52
|
+
export const AllAssetsRequestSchema = /*@__PURE__*/
|
|
53
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 4);
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Describes the message grpc.tradeapi.v1.assets.AllAssetsResponse.
|
|
57
|
+
* Use `create(AllAssetsResponseSchema)` to create a new message.
|
|
58
|
+
*/
|
|
59
|
+
export const AllAssetsResponseSchema = /*@__PURE__*/
|
|
60
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 5);
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Describes the message grpc.tradeapi.v1.assets.GetAssetRequest.
|
|
64
|
+
* Use `create(GetAssetRequestSchema)` to create a new message.
|
|
65
|
+
*/
|
|
66
|
+
export const GetAssetRequestSchema = /*@__PURE__*/
|
|
67
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 6);
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Describes the message grpc.tradeapi.v1.assets.GetAssetResponse.
|
|
71
|
+
* Use `create(GetAssetResponseSchema)` to create a new message.
|
|
72
|
+
*/
|
|
73
|
+
export const GetAssetResponseSchema = /*@__PURE__*/
|
|
74
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 7);
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message grpc.tradeapi.v1.assets.GetAssetResponse.FutureDetails.
|
|
78
|
+
* Use `create(GetAssetResponse_FutureDetailsSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export const GetAssetResponse_FutureDetailsSchema = /*@__PURE__*/
|
|
81
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 7, 0);
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Describes the message grpc.tradeapi.v1.assets.GetAssetResponse.OptionDetails.
|
|
85
|
+
* Use `create(GetAssetResponse_OptionDetailsSchema)` to create a new message.
|
|
86
|
+
*/
|
|
87
|
+
export const GetAssetResponse_OptionDetailsSchema = /*@__PURE__*/
|
|
88
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 7, 1);
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Describes the message grpc.tradeapi.v1.assets.GetAssetResponse.BondDetails.
|
|
92
|
+
* Use `create(GetAssetResponse_BondDetailsSchema)` to create a new message.
|
|
93
|
+
*/
|
|
94
|
+
export const GetAssetResponse_BondDetailsSchema = /*@__PURE__*/
|
|
95
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 7, 2);
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Describes the message grpc.tradeapi.v1.assets.GetAssetParamsRequest.
|
|
99
|
+
* Use `create(GetAssetParamsRequestSchema)` to create a new message.
|
|
100
|
+
*/
|
|
101
|
+
export const GetAssetParamsRequestSchema = /*@__PURE__*/
|
|
102
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 8);
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Describes the message grpc.tradeapi.v1.assets.GetAssetParamsResponse.
|
|
106
|
+
* Use `create(GetAssetParamsResponseSchema)` to create a new message.
|
|
107
|
+
*/
|
|
108
|
+
export const GetAssetParamsResponseSchema = /*@__PURE__*/
|
|
109
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 9);
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Describes the message grpc.tradeapi.v1.assets.OptionsChainRequest.
|
|
113
|
+
* Use `create(OptionsChainRequestSchema)` to create a new message.
|
|
114
|
+
*/
|
|
115
|
+
export const OptionsChainRequestSchema = /*@__PURE__*/
|
|
116
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 10);
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Describes the message grpc.tradeapi.v1.assets.OptionsChainResponse.
|
|
120
|
+
* Use `create(OptionsChainResponseSchema)` to create a new message.
|
|
121
|
+
*/
|
|
122
|
+
export const OptionsChainResponseSchema = /*@__PURE__*/
|
|
123
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 11);
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Describes the message grpc.tradeapi.v1.assets.ScheduleRequest.
|
|
127
|
+
* Use `create(ScheduleRequestSchema)` to create a new message.
|
|
128
|
+
*/
|
|
129
|
+
export const ScheduleRequestSchema = /*@__PURE__*/
|
|
130
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 12);
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Describes the message grpc.tradeapi.v1.assets.ScheduleResponse.
|
|
134
|
+
* Use `create(ScheduleResponseSchema)` to create a new message.
|
|
135
|
+
*/
|
|
136
|
+
export const ScheduleResponseSchema = /*@__PURE__*/
|
|
137
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 13);
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Describes the message grpc.tradeapi.v1.assets.ScheduleResponse.Sessions.
|
|
141
|
+
* Use `create(ScheduleResponse_SessionsSchema)` to create a new message.
|
|
142
|
+
*/
|
|
143
|
+
export const ScheduleResponse_SessionsSchema = /*@__PURE__*/
|
|
144
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 13, 0);
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Describes the message grpc.tradeapi.v1.assets.ClockRequest.
|
|
148
|
+
* Use `create(ClockRequestSchema)` to create a new message.
|
|
149
|
+
*/
|
|
150
|
+
export const ClockRequestSchema = /*@__PURE__*/
|
|
151
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 14);
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Describes the message grpc.tradeapi.v1.assets.ClockResponse.
|
|
155
|
+
* Use `create(ClockResponseSchema)` to create a new message.
|
|
156
|
+
*/
|
|
157
|
+
export const ClockResponseSchema = /*@__PURE__*/
|
|
158
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 15);
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Describes the message grpc.tradeapi.v1.assets.Exchange.
|
|
162
|
+
* Use `create(ExchangeSchema)` to create a new message.
|
|
163
|
+
*/
|
|
164
|
+
export const ExchangeSchema = /*@__PURE__*/
|
|
165
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 16);
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Describes the message grpc.tradeapi.v1.assets.Asset.
|
|
169
|
+
* Use `create(AssetSchema)` to create a new message.
|
|
170
|
+
*/
|
|
171
|
+
export const AssetSchema = /*@__PURE__*/
|
|
172
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 17);
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Describes the message grpc.tradeapi.v1.assets.Option.
|
|
176
|
+
* Use `create(OptionSchema)` to create a new message.
|
|
177
|
+
*/
|
|
178
|
+
export const OptionSchema = /*@__PURE__*/
|
|
179
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 18);
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Describes the enum grpc.tradeapi.v1.assets.Option.Type.
|
|
183
|
+
*/
|
|
184
|
+
export const Option_TypeSchema = /*@__PURE__*/
|
|
185
|
+
enumDesc(file_grpc_tradeapi_v1_assets_assets_service, 18, 0);
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Тип опциона
|
|
189
|
+
*
|
|
190
|
+
* @generated from enum grpc.tradeapi.v1.assets.Option.Type
|
|
191
|
+
*/
|
|
192
|
+
export const Option_Type = /*@__PURE__*/
|
|
193
|
+
tsEnum(Option_TypeSchema);
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Describes the message grpc.tradeapi.v1.assets.Longable.
|
|
197
|
+
* Use `create(LongableSchema)` to create a new message.
|
|
198
|
+
*/
|
|
199
|
+
export const LongableSchema = /*@__PURE__*/
|
|
200
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 19);
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* Describes the enum grpc.tradeapi.v1.assets.Longable.Status.
|
|
204
|
+
*/
|
|
205
|
+
export const Longable_StatusSchema = /*@__PURE__*/
|
|
206
|
+
enumDesc(file_grpc_tradeapi_v1_assets_assets_service, 19, 0);
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Статус
|
|
210
|
+
*
|
|
211
|
+
* @generated from enum grpc.tradeapi.v1.assets.Longable.Status
|
|
212
|
+
*/
|
|
213
|
+
export const Longable_Status = /*@__PURE__*/
|
|
214
|
+
tsEnum(Longable_StatusSchema);
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Describes the message grpc.tradeapi.v1.assets.Shortable.
|
|
218
|
+
* Use `create(ShortableSchema)` to create a new message.
|
|
219
|
+
*/
|
|
220
|
+
export const ShortableSchema = /*@__PURE__*/
|
|
221
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 20);
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* Describes the enum grpc.tradeapi.v1.assets.Shortable.Status.
|
|
225
|
+
*/
|
|
226
|
+
export const Shortable_StatusSchema = /*@__PURE__*/
|
|
227
|
+
enumDesc(file_grpc_tradeapi_v1_assets_assets_service, 20, 0);
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Статус
|
|
231
|
+
*
|
|
232
|
+
* @generated from enum grpc.tradeapi.v1.assets.Shortable.Status
|
|
233
|
+
*/
|
|
234
|
+
export const Shortable_Status = /*@__PURE__*/
|
|
235
|
+
tsEnum(Shortable_StatusSchema);
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* Describes the message grpc.tradeapi.v1.assets.GetConstituentsRequest.
|
|
239
|
+
* Use `create(GetConstituentsRequestSchema)` to create a new message.
|
|
240
|
+
*/
|
|
241
|
+
export const GetConstituentsRequestSchema = /*@__PURE__*/
|
|
242
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 21);
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Describes the message grpc.tradeapi.v1.assets.GetConstituentsResponse.
|
|
246
|
+
* Use `create(GetConstituentsResponseSchema)` to create a new message.
|
|
247
|
+
*/
|
|
248
|
+
export const GetConstituentsResponseSchema = /*@__PURE__*/
|
|
249
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 22);
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* Describes the message grpc.tradeapi.v1.assets.Constituents.
|
|
253
|
+
* Use `create(ConstituentsSchema)` to create a new message.
|
|
254
|
+
*/
|
|
255
|
+
export const ConstituentsSchema = /*@__PURE__*/
|
|
256
|
+
messageDesc(file_grpc_tradeapi_v1_assets_assets_service, 23);
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* Describes the enum grpc.tradeapi.v1.assets.PriceType.
|
|
260
|
+
*/
|
|
261
|
+
export const PriceTypeSchema = /*@__PURE__*/
|
|
262
|
+
enumDesc(file_grpc_tradeapi_v1_assets_assets_service, 0);
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* Допустимая цена
|
|
266
|
+
*
|
|
267
|
+
* @generated from enum grpc.tradeapi.v1.assets.PriceType
|
|
268
|
+
*/
|
|
269
|
+
export const PriceType = /*@__PURE__*/
|
|
270
|
+
tsEnum(PriceTypeSchema);
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Сервис инструментов
|
|
274
|
+
*
|
|
275
|
+
* @generated from service grpc.tradeapi.v1.assets.AssetsService
|
|
276
|
+
*/
|
|
277
|
+
export const AssetsService = /*@__PURE__*/
|
|
278
|
+
serviceDesc(file_grpc_tradeapi_v1_assets_assets_service, 0);
|
|
279
|
+
|
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
|
|
2
|
+
// @generated from file grpc/tradeapi/v1/auth/auth_service.proto (package grpc.tradeapi.v1.auth, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file grpc/tradeapi/v1/auth/auth_service.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_grpc_tradeapi_v1_auth_auth_service: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Запрос авторизации
|
|
16
|
+
*
|
|
17
|
+
* @generated from message grpc.tradeapi.v1.auth.AuthRequest
|
|
18
|
+
*/
|
|
19
|
+
export declare type AuthRequest = Message<"grpc.tradeapi.v1.auth.AuthRequest"> & {
|
|
20
|
+
/**
|
|
21
|
+
* API токен (secret key)
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: string secret = 1;
|
|
24
|
+
*/
|
|
25
|
+
secret: string;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the message grpc.tradeapi.v1.auth.AuthRequest.
|
|
30
|
+
* Use `create(AuthRequestSchema)` to create a new message.
|
|
31
|
+
*/
|
|
32
|
+
export declare const AuthRequestSchema: GenMessage<AuthRequest>;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Информация об авторизации
|
|
36
|
+
*
|
|
37
|
+
* @generated from message grpc.tradeapi.v1.auth.AuthResponse
|
|
38
|
+
*/
|
|
39
|
+
export declare type AuthResponse = Message<"grpc.tradeapi.v1.auth.AuthResponse"> & {
|
|
40
|
+
/**
|
|
41
|
+
* Полученный JWT-токен
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: string token = 1;
|
|
44
|
+
*/
|
|
45
|
+
token: string;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Describes the message grpc.tradeapi.v1.auth.AuthResponse.
|
|
50
|
+
* Use `create(AuthResponseSchema)` to create a new message.
|
|
51
|
+
*/
|
|
52
|
+
export declare const AuthResponseSchema: GenMessage<AuthResponse>;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Запрос информации о токене
|
|
56
|
+
*
|
|
57
|
+
* @generated from message grpc.tradeapi.v1.auth.TokenDetailsRequest
|
|
58
|
+
*/
|
|
59
|
+
export declare type TokenDetailsRequest = Message<"grpc.tradeapi.v1.auth.TokenDetailsRequest"> & {
|
|
60
|
+
/**
|
|
61
|
+
* JWT-токен
|
|
62
|
+
*
|
|
63
|
+
* @generated from field: string token = 1;
|
|
64
|
+
*/
|
|
65
|
+
token: string;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message grpc.tradeapi.v1.auth.TokenDetailsRequest.
|
|
70
|
+
* Use `create(TokenDetailsRequestSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export declare const TokenDetailsRequestSchema: GenMessage<TokenDetailsRequest>;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Информация о токене
|
|
76
|
+
*
|
|
77
|
+
* @generated from message grpc.tradeapi.v1.auth.TokenDetailsResponse
|
|
78
|
+
*/
|
|
79
|
+
export declare type TokenDetailsResponse = Message<"grpc.tradeapi.v1.auth.TokenDetailsResponse"> & {
|
|
80
|
+
/**
|
|
81
|
+
* Дата и время создания
|
|
82
|
+
*
|
|
83
|
+
* @generated from field: google.protobuf.Timestamp created_at = 1;
|
|
84
|
+
*/
|
|
85
|
+
createdAt?: Timestamp;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Дата и время экспирации
|
|
89
|
+
*
|
|
90
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 2;
|
|
91
|
+
*/
|
|
92
|
+
expiresAt?: Timestamp;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Информация о доступе к рыночным данным
|
|
96
|
+
*
|
|
97
|
+
* @generated from field: repeated grpc.tradeapi.v1.auth.MDPermission md_permissions = 3;
|
|
98
|
+
*/
|
|
99
|
+
mdPermissions: MDPermission[];
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Идентификаторы аккаунтов
|
|
103
|
+
*
|
|
104
|
+
* @generated from field: repeated string account_ids = 4;
|
|
105
|
+
*/
|
|
106
|
+
accountIds: string[];
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Сессия и торговые счета в токене будут помечены readonly
|
|
110
|
+
*
|
|
111
|
+
* @generated from field: bool readonly = 5;
|
|
112
|
+
*/
|
|
113
|
+
readonly: boolean;
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Describes the message grpc.tradeapi.v1.auth.TokenDetailsResponse.
|
|
118
|
+
* Use `create(TokenDetailsResponseSchema)` to create a new message.
|
|
119
|
+
*/
|
|
120
|
+
export declare const TokenDetailsResponseSchema: GenMessage<TokenDetailsResponse>;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Информация о доступе к рыночным данным
|
|
124
|
+
*
|
|
125
|
+
* @generated from message grpc.tradeapi.v1.auth.MDPermission
|
|
126
|
+
*/
|
|
127
|
+
export declare type MDPermission = Message<"grpc.tradeapi.v1.auth.MDPermission"> & {
|
|
128
|
+
/**
|
|
129
|
+
* Уровень котировок
|
|
130
|
+
*
|
|
131
|
+
* @generated from field: grpc.tradeapi.v1.auth.MDPermission.QuoteLevel quote_level = 1;
|
|
132
|
+
*/
|
|
133
|
+
quoteLevel: MDPermission_QuoteLevel;
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Задержка в минутах
|
|
137
|
+
*
|
|
138
|
+
* @generated from field: int32 delay_minutes = 2;
|
|
139
|
+
*/
|
|
140
|
+
delayMinutes: number;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @generated from oneof grpc.tradeapi.v1.auth.MDPermission.condition
|
|
144
|
+
*/
|
|
145
|
+
condition: {
|
|
146
|
+
/**
|
|
147
|
+
* Идентификатор биржи mic
|
|
148
|
+
*
|
|
149
|
+
* @generated from field: string mic = 3;
|
|
150
|
+
*/
|
|
151
|
+
value: string;
|
|
152
|
+
case: "mic";
|
|
153
|
+
} | {
|
|
154
|
+
/**
|
|
155
|
+
* Страна
|
|
156
|
+
*
|
|
157
|
+
* @generated from field: string country = 4;
|
|
158
|
+
*/
|
|
159
|
+
value: string;
|
|
160
|
+
case: "country";
|
|
161
|
+
} | {
|
|
162
|
+
/**
|
|
163
|
+
* Континент
|
|
164
|
+
*
|
|
165
|
+
* @generated from field: string continent = 5;
|
|
166
|
+
*/
|
|
167
|
+
value: string;
|
|
168
|
+
case: "continent";
|
|
169
|
+
} | {
|
|
170
|
+
/**
|
|
171
|
+
* Весь мир
|
|
172
|
+
*
|
|
173
|
+
* @generated from field: bool worldwide = 6;
|
|
174
|
+
*/
|
|
175
|
+
value: boolean;
|
|
176
|
+
case: "worldwide";
|
|
177
|
+
} | { case: undefined; value?: undefined };
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* Describes the message grpc.tradeapi.v1.auth.MDPermission.
|
|
182
|
+
* Use `create(MDPermissionSchema)` to create a new message.
|
|
183
|
+
*/
|
|
184
|
+
export declare const MDPermissionSchema: GenMessage<MDPermission>;
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Уровень котировок
|
|
188
|
+
*
|
|
189
|
+
* @generated from enum grpc.tradeapi.v1.auth.MDPermission.QuoteLevel
|
|
190
|
+
*/
|
|
191
|
+
export enum MDPermission_QuoteLevel {
|
|
192
|
+
/**
|
|
193
|
+
* Значение не указано
|
|
194
|
+
*
|
|
195
|
+
* @generated from enum value: QUOTE_LEVEL_UNSPECIFIED = 0;
|
|
196
|
+
*/
|
|
197
|
+
UNSPECIFIED = 0,
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* Последняя цена
|
|
201
|
+
*
|
|
202
|
+
* @generated from enum value: QUOTE_LEVEL_LAST_PRICE = 1;
|
|
203
|
+
*/
|
|
204
|
+
LAST_PRICE = 1,
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Бид аск
|
|
208
|
+
*
|
|
209
|
+
* @generated from enum value: QUOTE_LEVEL_BEST_BID_OFFER = 2;
|
|
210
|
+
*/
|
|
211
|
+
BEST_BID_OFFER = 2,
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Агрегированный стакан
|
|
215
|
+
*
|
|
216
|
+
* @generated from enum value: QUOTE_LEVEL_DEPTH_OF_MARKET = 3;
|
|
217
|
+
*/
|
|
218
|
+
DEPTH_OF_MARKET = 3,
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Полный стакан
|
|
222
|
+
*
|
|
223
|
+
* @generated from enum value: QUOTE_LEVEL_DEPTH_OF_BOOK = 4;
|
|
224
|
+
*/
|
|
225
|
+
DEPTH_OF_BOOK = 4,
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* Доступ запрещен
|
|
229
|
+
*
|
|
230
|
+
* @generated from enum value: QUOTE_LEVEL_ACCESS_FORBIDDEN = 5;
|
|
231
|
+
*/
|
|
232
|
+
ACCESS_FORBIDDEN = 5,
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Describes the enum grpc.tradeapi.v1.auth.MDPermission.QuoteLevel.
|
|
237
|
+
*/
|
|
238
|
+
export declare const MDPermission_QuoteLevelSchema: GenEnum<MDPermission_QuoteLevel>;
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* Запрос подписки на обновление JWT токена
|
|
242
|
+
*
|
|
243
|
+
* @generated from message grpc.tradeapi.v1.auth.SubscribeJwtRenewalRequest
|
|
244
|
+
*/
|
|
245
|
+
export declare type SubscribeJwtRenewalRequest = Message<"grpc.tradeapi.v1.auth.SubscribeJwtRenewalRequest"> & {
|
|
246
|
+
/**
|
|
247
|
+
* API токен (secret key)
|
|
248
|
+
*
|
|
249
|
+
* @generated from field: string secret = 1;
|
|
250
|
+
*/
|
|
251
|
+
secret: string;
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Describes the message grpc.tradeapi.v1.auth.SubscribeJwtRenewalRequest.
|
|
256
|
+
* Use `create(SubscribeJwtRenewalRequestSchema)` to create a new message.
|
|
257
|
+
*/
|
|
258
|
+
export declare const SubscribeJwtRenewalRequestSchema: GenMessage<SubscribeJwtRenewalRequest>;
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* Обновленный токен. Стрим
|
|
262
|
+
*
|
|
263
|
+
* @generated from message grpc.tradeapi.v1.auth.SubscribeJwtRenewalResponse
|
|
264
|
+
*/
|
|
265
|
+
export declare type SubscribeJwtRenewalResponse = Message<"grpc.tradeapi.v1.auth.SubscribeJwtRenewalResponse"> & {
|
|
266
|
+
/**
|
|
267
|
+
* Полученный JWT-токен
|
|
268
|
+
*
|
|
269
|
+
* @generated from field: string token = 1;
|
|
270
|
+
*/
|
|
271
|
+
token: string;
|
|
272
|
+
};
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* Describes the message grpc.tradeapi.v1.auth.SubscribeJwtRenewalResponse.
|
|
276
|
+
* Use `create(SubscribeJwtRenewalResponseSchema)` to create a new message.
|
|
277
|
+
*/
|
|
278
|
+
export declare const SubscribeJwtRenewalResponseSchema: GenMessage<SubscribeJwtRenewalResponse>;
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Сервис аутентификации
|
|
282
|
+
*
|
|
283
|
+
* @generated from service grpc.tradeapi.v1.auth.AuthService
|
|
284
|
+
*/
|
|
285
|
+
export declare const AuthService: GenService<{
|
|
286
|
+
/**
|
|
287
|
+
* Получение JWT токена из API токена
|
|
288
|
+
* Пример HTTP запроса:
|
|
289
|
+
* POST /v1/sessions
|
|
290
|
+
* Content-Type: application/json
|
|
291
|
+
*
|
|
292
|
+
* {
|
|
293
|
+
* "secret": "your-api-secret-key"
|
|
294
|
+
* }
|
|
295
|
+
*
|
|
296
|
+
* Все поля передаются в теле запроса
|
|
297
|
+
*
|
|
298
|
+
* @generated from rpc grpc.tradeapi.v1.auth.AuthService.Auth
|
|
299
|
+
*/
|
|
300
|
+
auth: {
|
|
301
|
+
methodKind: "unary";
|
|
302
|
+
input: typeof AuthRequestSchema;
|
|
303
|
+
output: typeof AuthResponseSchema;
|
|
304
|
+
},
|
|
305
|
+
/**
|
|
306
|
+
* Получение информации о токене сессии
|
|
307
|
+
* Пример HTTP запроса:
|
|
308
|
+
* POST /v1/sessions/details
|
|
309
|
+
* Content-Type: application/json
|
|
310
|
+
*
|
|
311
|
+
* {
|
|
312
|
+
* "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
|
|
313
|
+
* }
|
|
314
|
+
*
|
|
315
|
+
* Токен передается в теле запроса для безопасности
|
|
316
|
+
* Получение информации о токене. Также включает список доступных счетов.
|
|
317
|
+
*
|
|
318
|
+
* @generated from rpc grpc.tradeapi.v1.auth.AuthService.TokenDetails
|
|
319
|
+
*/
|
|
320
|
+
tokenDetails: {
|
|
321
|
+
methodKind: "unary";
|
|
322
|
+
input: typeof TokenDetailsRequestSchema;
|
|
323
|
+
output: typeof TokenDetailsResponseSchema;
|
|
324
|
+
},
|
|
325
|
+
/**
|
|
326
|
+
* Подписка на обновление JWT токена. Стрим метод
|
|
327
|
+
*
|
|
328
|
+
* @generated from rpc grpc.tradeapi.v1.auth.AuthService.SubscribeJwtRenewal
|
|
329
|
+
*/
|
|
330
|
+
subscribeJwtRenewal: {
|
|
331
|
+
methodKind: "server_streaming";
|
|
332
|
+
input: typeof SubscribeJwtRenewalRequestSchema;
|
|
333
|
+
output: typeof SubscribeJwtRenewalResponseSchema;
|
|
334
|
+
},
|
|
335
|
+
}>;
|
|
336
|
+
|