@winible/winible-typed 2.104.0 → 2.105.0

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.
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * Shared TypeScript types for use across frontend and backend projects
4
+ * These types are plain objects without Sequelize model properties
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.BetStatusType = exports.BetTypeEnum = void 0;
8
+ var types_1 = require("../src/types");
9
+ Object.defineProperty(exports, "BetTypeEnum", { enumerable: true, get: function () { return types_1.BetType; } });
10
+ Object.defineProperty(exports, "BetStatusType", { enumerable: true, get: function () { return types_1.BetStatusType; } });
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../shared-types/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAOH,sCAAqE;AAA5D,oGAAA,OAAO,OAAe;AAAE,sGAAA,aAAa,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winible/winible-typed",
3
- "version": "2.104.0",
3
+ "version": "2.105.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -10,7 +10,8 @@
10
10
  "./event-collector-models": "./dist/event-collector-models/index.js",
11
11
  "./utils": "./dist/utils/index.js",
12
12
  "./utils/lambdaUtils": "./dist/utils/lambdaUtils/index.js",
13
- "./opticodds": "./dist/opticodds/index.js"
13
+ "./opticodds": "./dist/opticodds/index.js",
14
+ "./shared-types": "./dist/shared-types/index.js"
14
15
  },
15
16
  "scripts": {
16
17
  "start": "nf start",
@@ -84,6 +85,7 @@
84
85
  "@types/jsonwebtoken": "^8.5.8",
85
86
  "@types/mixpanel": "^2.14.4",
86
87
  "@types/node": "^17.0.36",
88
+ "@types/pg": "^8.15.6",
87
89
  "@types/sequelize": "^4.28.13",
88
90
  "dotenv-cli": "^10.0.0",
89
91
  "ioredis-mock": "^8.9.0",