@xoxno/types 1.0.296 → 1.0.297

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.
@@ -40,3 +40,15 @@ export declare enum PerpChartIntervals {
40
40
  ONE_WEEK = "1W",
41
41
  ONE_MONTH = "1M"
42
42
  }
43
+ export declare enum PerpAssetTimezone {
44
+ UTC = "UTC"
45
+ }
46
+ export declare enum PerpAssetType {
47
+ CRYPTO = "crypto"
48
+ }
49
+ export declare enum PerpAssetSession {
50
+ ALWAYS = "24x7"
51
+ }
52
+ export declare enum PerpAssetExchange {
53
+ DEFAULT = "Default"
54
+ }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PerpChartIntervals = exports.PerpCoinTypes = exports.PerpTradesSide = exports.PerpEnum = void 0;
3
+ exports.PerpAssetExchange = exports.PerpAssetSession = exports.PerpAssetType = exports.PerpAssetTimezone = exports.PerpChartIntervals = exports.PerpCoinTypes = exports.PerpTradesSide = exports.PerpEnum = void 0;
4
4
  var PerpEnum;
5
5
  (function (PerpEnum) {
6
6
  PerpEnum["L2BOOK"] = "l2Book";
@@ -47,3 +47,19 @@ var PerpChartIntervals;
47
47
  PerpChartIntervals["ONE_WEEK"] = "1W";
48
48
  PerpChartIntervals["ONE_MONTH"] = "1M";
49
49
  })(PerpChartIntervals || (exports.PerpChartIntervals = PerpChartIntervals = {}));
50
+ var PerpAssetTimezone;
51
+ (function (PerpAssetTimezone) {
52
+ PerpAssetTimezone["UTC"] = "UTC";
53
+ })(PerpAssetTimezone || (exports.PerpAssetTimezone = PerpAssetTimezone = {}));
54
+ var PerpAssetType;
55
+ (function (PerpAssetType) {
56
+ PerpAssetType["CRYPTO"] = "crypto";
57
+ })(PerpAssetType || (exports.PerpAssetType = PerpAssetType = {}));
58
+ var PerpAssetSession;
59
+ (function (PerpAssetSession) {
60
+ PerpAssetSession["ALWAYS"] = "24x7";
61
+ })(PerpAssetSession || (exports.PerpAssetSession = PerpAssetSession = {}));
62
+ var PerpAssetExchange;
63
+ (function (PerpAssetExchange) {
64
+ PerpAssetExchange["DEFAULT"] = "Default";
65
+ })(PerpAssetExchange || (exports.PerpAssetExchange = PerpAssetExchange = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.296",
3
+ "version": "1.0.297",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {