@katanaperps/katana-perps-sdk 1.0.0-beta.3 → 1.0.0-beta.4
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.
|
@@ -20,13 +20,13 @@ export interface KatanaPerpsFundingRateSample {
|
|
|
20
20
|
/** Funding rate computed for the sample */
|
|
21
21
|
fundingRate: string;
|
|
22
22
|
/** Index price of the market at the sample time */
|
|
23
|
-
indexPrice: string;
|
|
23
|
+
indexPrice: string | null;
|
|
24
24
|
/** Impact bid price of the market at the sample time */
|
|
25
|
-
impactBidPrice: string;
|
|
25
|
+
impactBidPrice: string | null;
|
|
26
26
|
/** Impact ask price of the market at the sample time */
|
|
27
|
-
impactAskPrice: string;
|
|
27
|
+
impactAskPrice: string | null;
|
|
28
28
|
/** Premium index component of the funding rate sample */
|
|
29
|
-
premiumIndex: string;
|
|
29
|
+
premiumIndex: string | null;
|
|
30
30
|
/** Minute-aligned timestamp of the sample */
|
|
31
31
|
time: number;
|
|
32
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetFundingRateSamples.d.ts","sourceRoot":"","sources":["../../../../src/types/rest/endpoints/GetFundingRateSamples.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,QAAQ,CAAC;AAEzE;;;;;;;GAOG;AACH,MAAM,WAAW,gCACf,SAAQ,qBAAqB,EAC3B,mBAAmB;CAAG;AAE1B;;;;;;GAMG;AACH,MAAM,WAAW,4BAA4B;IAC3C,2CAA2C;IAC3C,WAAW,EAAE,MAAM,CAAC;IACpB,mDAAmD;IACnD,UAAU,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"GetFundingRateSamples.d.ts","sourceRoot":"","sources":["../../../../src/types/rest/endpoints/GetFundingRateSamples.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,QAAQ,CAAC;AAEzE;;;;;;;GAOG;AACH,MAAM,WAAW,gCACf,SAAQ,qBAAqB,EAC3B,mBAAmB;CAAG;AAE1B;;;;;;GAMG;AACH,MAAM,WAAW,4BAA4B;IAC3C,2CAA2C;IAC3C,WAAW,EAAE,MAAM,CAAC;IACpB,mDAAmD;IACnD,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,wDAAwD;IACxD,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,wDAAwD;IACxD,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,yDAAyD;IACzD,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,6CAA6C;IAC7C,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;;;GAKG;AACH,MAAM,MAAM,iCAAiC,GAAG,4BAA4B,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@katanaperps/katana-perps-sdk",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.4",
|
|
4
4
|
"description": "Katana Perps SDK for Javascript in the browser and Node.js",
|
|
5
5
|
"repository": "git@github.com:katanaperps/katana-perps-sdk-js.git",
|
|
6
6
|
"license": "MIT",
|