-
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.
* Release v1.22 * Release v1.22 contracts * 1.22.1 tsconfig es6 --------- Co-authored-by: s.radyukov <[email protected]>
- Loading branch information
Showing
30 changed files
with
159 additions
and
10 deletions.
There are no files selected for viewing
Submodule investAPI
updated
87 files
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
6 changes: 6 additions & 0 deletions
6
src/generated/tinkoff/public/invest/api/contract/v1/BondType.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Original file: investAPI/src/docs/contracts/instruments.proto | ||
|
||
export enum BondType { | ||
BOND_TYPE_UNSPECIFIED = 0, | ||
BOND_TYPE_REPLACED = 1, | ||
} |
12 changes: 12 additions & 0 deletions
12
src/generated/tinkoff/public/invest/api/contract/v1/ErrorDetail.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Original file: investAPI/src/docs/contracts/common.proto | ||
|
||
|
||
export interface ErrorDetail { | ||
'code'?: (string); | ||
'message'?: (string); | ||
} | ||
|
||
export interface ErrorDetail__Output { | ||
'code': (string); | ||
'message': (string); | ||
} |
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
6 changes: 6 additions & 0 deletions
6
src/generated/tinkoff/public/invest/api/contract/v1/InstrumentExchangeType.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Original file: investAPI/src/docs/contracts/instruments.proto | ||
|
||
export enum InstrumentExchangeType { | ||
INSTRUMENT_EXCHANGE_UNSPECIFIED = 0, | ||
INSTRUMENT_EXCHANGE_DEALER = 1, | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/tinkoff/public/invest/api/contract/v1/InstrumentsRequest.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 { InstrumentStatus as _tinkoff_public_invest_api_contract_v1_InstrumentStatus } from '../../../../../../tinkoff/public/invest/api/contract/v1/InstrumentStatus'; | ||
import type { InstrumentExchangeType as _tinkoff_public_invest_api_contract_v1_InstrumentExchangeType } from '../../../../../../tinkoff/public/invest/api/contract/v1/InstrumentExchangeType'; | ||
|
||
export interface InstrumentsRequest { | ||
'instrumentStatus'?: (_tinkoff_public_invest_api_contract_v1_InstrumentStatus | keyof typeof _tinkoff_public_invest_api_contract_v1_InstrumentStatus); | ||
'instrumentExchange'?: (_tinkoff_public_invest_api_contract_v1_InstrumentExchangeType | keyof typeof _tinkoff_public_invest_api_contract_v1_InstrumentExchangeType); | ||
'_instrumentStatus'?: "instrumentStatus"; | ||
'_instrumentExchange'?: "instrumentExchange"; | ||
} | ||
|
||
export interface InstrumentsRequest__Output { | ||
'instrumentStatus'?: (keyof typeof _tinkoff_public_invest_api_contract_v1_InstrumentStatus); | ||
'instrumentExchange'?: (keyof typeof _tinkoff_public_invest_api_contract_v1_InstrumentExchangeType); | ||
'_instrumentStatus': "instrumentStatus"; | ||
'_instrumentExchange': "instrumentExchange"; | ||
} |
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
Oops, something went wrong.