@yuants/exchange 0.8.11 → 0.8.12

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.
@@ -2454,7 +2454,7 @@
2454
2454
  },
2455
2455
  {
2456
2456
  "kind": "Content",
2457
- "text": "{\n direction: string;\n type: string;\n}"
2457
+ "text": "{\n direction: string;\n type: string;\n ledger_type: string[];\n}"
2458
2458
  },
2459
2459
  {
2460
2460
  "kind": "Content",
@@ -159,6 +159,7 @@ export const provideExchangeServices: <T>(terminal: Terminal, exchange: IExchang
159
159
  export const provideInterestLedgerService: (terminal: Terminal, metadata: {
160
160
  direction: string;
161
161
  type: string;
162
+ ledger_type: string[];
162
163
  }, fetchPage: (request: IIngestInterestLedgerRequest) => Promise<IInterestLedger[]>, serviceOptions?: IServiceOptions) => {
163
164
  dispose: () => void;
164
165
  };
@@ -1,15 +1,15 @@
1
1
  {
2
- "libraries/exchange/CHANGELOG.json": "c3036c4871e5b24cc2a1e757ce6a5922fa5bafc3",
3
- "libraries/exchange/CHANGELOG.md": "9ab3dbe16f0bd3b34be280b6248ca01e81b23620",
2
+ "libraries/exchange/CHANGELOG.json": "d7f64f9dc5536e8f26bd5c072d14d2f503937465",
3
+ "libraries/exchange/CHANGELOG.md": "05aa495ae63257a03a706c091438d4effe531338",
4
4
  "libraries/exchange/config/api-extractor.json": "62f4fd324425b9a235f0c117975967aab09ced0c",
5
5
  "libraries/exchange/config/jest.config.json": "4bb17bde3ee911163a3edb36a6eb71491d80b1bd",
6
6
  "libraries/exchange/config/rig.json": "f6c7b5537dc77a3170ba9f008bae3b6c3ee11956",
7
7
  "libraries/exchange/config/typescript.json": "854907e8a821f2050f6533368db160c649c25348",
8
- "libraries/exchange/etc/exchange.api.md": "3a5f30aee624ed51ee6353cd8e2b8ab50280201d",
9
- "libraries/exchange/package.json": "a3033a2b5f563eafe792ebeefa971df57e9795fd",
8
+ "libraries/exchange/etc/exchange.api.md": "1e04c32d3ad003f4fc48e06e386f6c8ac44454d4",
9
+ "libraries/exchange/package.json": "bf1f8092b0f70cb7b1be4e8d91d3bac56f24ca1e",
10
10
  "libraries/exchange/src/index.ts": "3eb2b464a88063b8730b8d7f671553bfdfc88ce6",
11
11
  "libraries/exchange/src/interest_rate.test.ts": "9197fe2ace778d3dd6ef6043926d776abf21ab89",
12
- "libraries/exchange/src/interest_rate.ts": "836f773347b718657bbfc09b9cd8beff16af450b",
12
+ "libraries/exchange/src/interest_rate.ts": "b45eed4247369162399b7c5bbed20003c592bdf3",
13
13
  "libraries/exchange/src/ohlc.test.ts": "975b880372c2c608d09944a37e294244bd6e488b",
14
14
  "libraries/exchange/src/ohlc.ts": "32d5dbcdcac255a043a93bb62cdec955ac5b01bd",
15
15
  "libraries/exchange/src/quote.test.ts": "2d50be70e6a924498719ad4fe940e0b95d0dfa09",
@@ -1 +1 @@
1
- {"/home/runner/work/Yuan/Yuan/libraries/exchange/lib/interest_rate.test.js":[1,1916],"/home/runner/work/Yuan/Yuan/libraries/exchange/lib/ohlc.test.js":[1,2360],"/home/runner/work/Yuan/Yuan/libraries/exchange/lib/quote.test.js":[1,2384]}
1
+ {"/home/runner/work/Yuan/Yuan/libraries/exchange/lib/interest_rate.test.js":[1,798],"/home/runner/work/Yuan/Yuan/libraries/exchange/lib/quote.test.js":[1,843],"/home/runner/work/Yuan/Yuan/libraries/exchange/lib/ohlc.test.js":[1,841]}