-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from RussianInvestments/release/1.27
Release/1.27
- Loading branch information
Showing
27 changed files
with
73 additions
and
5 deletions.
There are no files selected for viewing
Submodule investAPI
updated
22 files
+7 −0 | src/docs/contracts/common.proto | |
+66 −41 | src/docs/contracts/instruments.proto | |
+16 −14 | src/docs/contracts/marketdata.proto | |
+7 −0 | src/docs/contracts/operations.proto | |
+1 −1 | src/docs/errors.md | |
+10 −0 | src/docs/errors/api_errors.json | |
+1 −1 | src/docs/extended.md | |
+1 −1 | src/docs/faq_identification.md | |
+1 −1 | src/docs/faq_instruments.md | |
+14 −14 | src/docs/faq_marketdata.md | |
+2 −2 | src/docs/head-instruments.md | |
+25 −12 | src/docs/instruments.md | |
+16 −15 | src/docs/load_history.md | |
+24 −14 | src/docs/marketdata.md | |
+2 −2 | src/docs/markets.md | |
+7 −0 | src/docs/operations.md | |
+5 −24 | src/docs/orders_state_stream.md | |
+459 −100 | src/docs/swagger-ui/openapi.yaml | |
+1 −1 | src/docs/tbank_fund.md | |
+1 −1 | src/docs/token.md | |
+258 −22 | src/docs/ws/asyncapi.yaml | |
+258 −22 | src/docs/ws/websock/draft-asyncapi.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/generated/tinkoff/public/invest/api/contract/v1/AssetsRequest.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
// Original file: investAPI/src/docs/contracts/instruments.proto | ||
|
||
import type { InstrumentType as _tinkoff_public_invest_api_contract_v1_InstrumentType, InstrumentType__Output as _tinkoff_public_invest_api_contract_v1_InstrumentType__Output } from '../../../../../../tinkoff/public/invest/api/contract/v1/InstrumentType'; | ||
import type { InstrumentStatus as _tinkoff_public_invest_api_contract_v1_InstrumentStatus, InstrumentStatus__Output as _tinkoff_public_invest_api_contract_v1_InstrumentStatus__Output } from '../../../../../../tinkoff/public/invest/api/contract/v1/InstrumentStatus'; | ||
|
||
export interface AssetsRequest { | ||
'instrumentType'?: (_tinkoff_public_invest_api_contract_v1_InstrumentType); | ||
'instrumentStatus'?: (_tinkoff_public_invest_api_contract_v1_InstrumentStatus); | ||
'_instrumentType'?: "instrumentType"; | ||
'_instrumentStatus'?: "instrumentStatus"; | ||
} | ||
|
||
export interface AssetsRequest__Output { | ||
'instrumentType'?: (_tinkoff_public_invest_api_contract_v1_InstrumentType__Output); | ||
'instrumentStatus'?: (_tinkoff_public_invest_api_contract_v1_InstrumentStatus__Output); | ||
'_instrumentType': "instrumentType"; | ||
'_instrumentStatus': "instrumentStatus"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/generated/tinkoff/public/invest/api/contract/v1/GetClosePricesRequest.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
// Original file: investAPI/src/docs/contracts/marketdata.proto | ||
|
||
import type { InstrumentClosePriceRequest as _tinkoff_public_invest_api_contract_v1_InstrumentClosePriceRequest, InstrumentClosePriceRequest__Output as _tinkoff_public_invest_api_contract_v1_InstrumentClosePriceRequest__Output } from '../../../../../../tinkoff/public/invest/api/contract/v1/InstrumentClosePriceRequest'; | ||
import type { InstrumentStatus as _tinkoff_public_invest_api_contract_v1_InstrumentStatus, InstrumentStatus__Output as _tinkoff_public_invest_api_contract_v1_InstrumentStatus__Output } from '../../../../../../tinkoff/public/invest/api/contract/v1/InstrumentStatus'; | ||
|
||
export interface GetClosePricesRequest { | ||
'instruments'?: (_tinkoff_public_invest_api_contract_v1_InstrumentClosePriceRequest)[]; | ||
'instrumentStatus'?: (_tinkoff_public_invest_api_contract_v1_InstrumentStatus); | ||
'_instrumentStatus'?: "instrumentStatus"; | ||
} | ||
|
||
export interface GetClosePricesRequest__Output { | ||
'instruments': (_tinkoff_public_invest_api_contract_v1_InstrumentClosePriceRequest__Output)[]; | ||
'instrumentStatus'?: (_tinkoff_public_invest_api_contract_v1_InstrumentStatus__Output); | ||
'_instrumentStatus': "instrumentStatus"; | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/tinkoff/public/invest/api/contract/v1/GetLastPricesRequest.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
// Original file: investAPI/src/docs/contracts/marketdata.proto | ||
|
||
import type { LastPriceType as _tinkoff_public_invest_api_contract_v1_LastPriceType, LastPriceType__Output as _tinkoff_public_invest_api_contract_v1_LastPriceType__Output } from '../../../../../../tinkoff/public/invest/api/contract/v1/LastPriceType'; | ||
import type { InstrumentStatus as _tinkoff_public_invest_api_contract_v1_InstrumentStatus, InstrumentStatus__Output as _tinkoff_public_invest_api_contract_v1_InstrumentStatus__Output } from '../../../../../../tinkoff/public/invest/api/contract/v1/InstrumentStatus'; | ||
|
||
export interface GetLastPricesRequest { | ||
'figi'?: (string)[]; | ||
'instrumentId'?: (string)[]; | ||
'lastPriceType'?: (_tinkoff_public_invest_api_contract_v1_LastPriceType); | ||
'instrumentStatus'?: (_tinkoff_public_invest_api_contract_v1_InstrumentStatus); | ||
'_instrumentStatus'?: "instrumentStatus"; | ||
} | ||
|
||
export interface GetLastPricesRequest__Output { | ||
'figi': (string)[]; | ||
'instrumentId': (string)[]; | ||
'lastPriceType': (_tinkoff_public_invest_api_contract_v1_LastPriceType__Output); | ||
'instrumentStatus'?: (_tinkoff_public_invest_api_contract_v1_InstrumentStatus__Output); | ||
'_instrumentStatus': "instrumentStatus"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/generated/tinkoff/public/invest/api/contract/v1/InstrumentStatus.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters