@numen-crypto/contract 0.21.0 → 0.21.1
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.
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +711 -10
- package/dist/index.d.ts +711 -10
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1331,7 +1331,7 @@ exports.ListPredictionsCommand = void 0;
|
|
|
1331
1331
|
});
|
|
1332
1332
|
ListPredictionsCommand2.ResponseSchema = zod.z.object({ items: zod.z.array(PredictionDetailSchema) });
|
|
1333
1333
|
})(exports.ListPredictionsCommand || (exports.ListPredictionsCommand = {}));
|
|
1334
|
-
|
|
1334
|
+
exports.GetPredictionSlotCommand = void 0;
|
|
1335
1335
|
((GetPredictionSlotCommand2) => {
|
|
1336
1336
|
GetPredictionSlotCommand2.endpointDetails = endpoint(
|
|
1337
1337
|
"GET",
|
|
@@ -1339,7 +1339,7 @@ var GetPredictionSlotCommand;
|
|
|
1339
1339
|
"What the dashboard shows now: the live prediction, or the last result and the countdown"
|
|
1340
1340
|
);
|
|
1341
1341
|
GetPredictionSlotCommand2.ResponseSchema = PredictionSlotSchema;
|
|
1342
|
-
})(GetPredictionSlotCommand || (GetPredictionSlotCommand = {}));
|
|
1342
|
+
})(exports.GetPredictionSlotCommand || (exports.GetPredictionSlotCommand = {}));
|
|
1343
1343
|
exports.GetPredictionCommand = void 0;
|
|
1344
1344
|
((GetPredictionCommand2) => {
|
|
1345
1345
|
GetPredictionCommand2.endpointDetails = endpoint("GET", "/predictions/:slug", "One prediction with the caller position");
|
|
@@ -1537,6 +1537,7 @@ exports.PredictionDetailSchema = PredictionDetailSchema;
|
|
|
1537
1537
|
exports.PredictionPositionSchema = PredictionPositionSchema;
|
|
1538
1538
|
exports.PredictionSchema = PredictionSchema;
|
|
1539
1539
|
exports.PredictionSideSchema = PredictionSideSchema;
|
|
1540
|
+
exports.PredictionSlotSchema = PredictionSlotSchema;
|
|
1540
1541
|
exports.PredictionStatusSchema = PredictionStatusSchema;
|
|
1541
1542
|
exports.PublicTradeSchema = PublicTradeSchema;
|
|
1542
1543
|
exports.REST_API = REST_API;
|