@polymarket/bindings 0.1.0-beta.7 → 0.1.0-beta.9
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/chunk-GYP7YNXL.js +2 -0
- package/dist/chunk-GYP7YNXL.js.map +1 -0
- package/dist/chunk-KYFSCD3H.js +2 -0
- package/dist/chunk-KYFSCD3H.js.map +1 -0
- package/dist/chunk-VBHCYSM7.js +2 -0
- package/dist/chunk-VBHCYSM7.js.map +1 -0
- package/dist/clob/index.d.ts +7 -34
- package/dist/clob/index.js +1 -1
- package/dist/clob/index.js.map +1 -1
- package/dist/data/index.d.ts +1 -1
- package/dist/data/index.js +1 -1
- package/dist/gamma/index.d.ts +24 -23
- package/dist/gamma/index.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/orders-B7JX0nMz.d.ts +533 -0
- package/dist/perps/index.d.ts +82 -677
- package/dist/perps/index.js +1 -1
- package/dist/relayer/index.js +1 -1
- package/dist/rfq.d.ts +1 -1
- package/dist/rfq.js +1 -1
- package/dist/subscriptions/index.d.ts +23 -23
- package/dist/subscriptions/index.js +1 -1
- package/dist/subscriptions/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-CFT5AXUR.js +0 -2
- package/dist/chunk-CFT5AXUR.js.map +0 -1
- package/dist/chunk-RN5EPAZQ.js +0 -2
- package/dist/chunk-RN5EPAZQ.js.map +0 -1
- package/dist/chunk-SB2LAVJ4.js +0 -2
- package/dist/chunk-SB2LAVJ4.js.map +0 -1
- package/dist/common-DVmtlYtD.d.ts +0 -99
package/dist/gamma/index.d.ts
CHANGED
|
@@ -179,6 +179,7 @@ type Market = {
|
|
|
179
179
|
slug?: string | null;
|
|
180
180
|
conditionId: CtfConditionId | null;
|
|
181
181
|
question?: string | null;
|
|
182
|
+
groupItemTitle?: string | null;
|
|
182
183
|
description?: string | null;
|
|
183
184
|
category?: string | null;
|
|
184
185
|
image?: string | null;
|
|
@@ -253,7 +254,7 @@ declare const GammaMarketSchema: z.ZodObject<{
|
|
|
253
254
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
254
255
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
255
256
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
256
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
257
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
257
258
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
258
259
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
259
260
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -489,7 +490,7 @@ declare const MarketSchema: z.ZodPipe<z.ZodObject<{
|
|
|
489
490
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
490
491
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
491
492
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
492
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
493
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
493
494
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
494
495
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
495
496
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -722,7 +723,7 @@ declare const MarketSchema: z.ZodPipe<z.ZodObject<{
|
|
|
722
723
|
groupItemThreshold?: DecimalString | null | undefined;
|
|
723
724
|
umaEndDate?: MixedDateTimeString | null | undefined;
|
|
724
725
|
enableOrderBook?: boolean | null | undefined;
|
|
725
|
-
orderPriceMinTickSize?: 0.1 | 0.01 | 0.001 | 0.0001 | null | undefined;
|
|
726
|
+
orderPriceMinTickSize?: 0.1 | 0.01 | 0.005 | 0.0025 | 0.001 | 0.0001 | null | undefined;
|
|
726
727
|
orderMinSize?: DecimalString | null | undefined;
|
|
727
728
|
curationOrder?: number | null | undefined;
|
|
728
729
|
volumeNum?: DecimalString | null | undefined;
|
|
@@ -948,7 +949,7 @@ declare const ListMarketsResponseSchema: z.ZodPipe<z.ZodArray<z.ZodPipe<z.ZodObj
|
|
|
948
949
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
949
950
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
950
951
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
951
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
952
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
952
953
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
953
954
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
954
955
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1181,7 +1182,7 @@ declare const ListMarketsResponseSchema: z.ZodPipe<z.ZodArray<z.ZodPipe<z.ZodObj
|
|
|
1181
1182
|
groupItemThreshold?: DecimalString | null | undefined;
|
|
1182
1183
|
umaEndDate?: MixedDateTimeString | null | undefined;
|
|
1183
1184
|
enableOrderBook?: boolean | null | undefined;
|
|
1184
|
-
orderPriceMinTickSize?: 0.1 | 0.01 | 0.001 | 0.0001 | null | undefined;
|
|
1185
|
+
orderPriceMinTickSize?: 0.1 | 0.01 | 0.005 | 0.0025 | 0.001 | 0.0001 | null | undefined;
|
|
1185
1186
|
orderMinSize?: DecimalString | null | undefined;
|
|
1186
1187
|
curationOrder?: number | null | undefined;
|
|
1187
1188
|
volumeNum?: DecimalString | null | undefined;
|
|
@@ -1408,7 +1409,7 @@ declare const ListMarketsKeysetResponseSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1408
1409
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
1409
1410
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
1410
1411
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1411
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
1412
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
1412
1413
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
1413
1414
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
1414
1415
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1641,7 +1642,7 @@ declare const ListMarketsKeysetResponseSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1641
1642
|
groupItemThreshold?: DecimalString | null | undefined;
|
|
1642
1643
|
umaEndDate?: MixedDateTimeString | null | undefined;
|
|
1643
1644
|
enableOrderBook?: boolean | null | undefined;
|
|
1644
|
-
orderPriceMinTickSize?: 0.1 | 0.01 | 0.001 | 0.0001 | null | undefined;
|
|
1645
|
+
orderPriceMinTickSize?: 0.1 | 0.01 | 0.005 | 0.0025 | 0.001 | 0.0001 | null | undefined;
|
|
1645
1646
|
orderMinSize?: DecimalString | null | undefined;
|
|
1646
1647
|
curationOrder?: number | null | undefined;
|
|
1647
1648
|
volumeNum?: DecimalString | null | undefined;
|
|
@@ -1809,7 +1810,7 @@ declare const ListMarketsKeysetResponseSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1809
1810
|
rebateRate: DecimalString;
|
|
1810
1811
|
} | null | undefined;
|
|
1811
1812
|
}>>>;
|
|
1812
|
-
next_cursor: z.ZodOptional<z.
|
|
1813
|
+
next_cursor: z.ZodOptional<z.ZodCustom<PaginationCursor, PaginationCursor>>;
|
|
1813
1814
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1814
1815
|
items: Market[];
|
|
1815
1816
|
nextCursor: PaginationCursor | undefined;
|
|
@@ -2327,7 +2328,7 @@ declare const GammaEventSchema: z.ZodObject<{
|
|
|
2327
2328
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
2328
2329
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
2329
2330
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2330
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
2331
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
2331
2332
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
2332
2333
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
2333
2334
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2560,7 +2561,7 @@ declare const GammaEventSchema: z.ZodObject<{
|
|
|
2560
2561
|
groupItemThreshold?: DecimalString | null | undefined;
|
|
2561
2562
|
umaEndDate?: MixedDateTimeString | null | undefined;
|
|
2562
2563
|
enableOrderBook?: boolean | null | undefined;
|
|
2563
|
-
orderPriceMinTickSize?: 0.1 | 0.01 | 0.001 | 0.0001 | null | undefined;
|
|
2564
|
+
orderPriceMinTickSize?: 0.1 | 0.01 | 0.005 | 0.0025 | 0.001 | 0.0001 | null | undefined;
|
|
2564
2565
|
orderMinSize?: DecimalString | null | undefined;
|
|
2565
2566
|
curationOrder?: number | null | undefined;
|
|
2566
2567
|
volumeNum?: DecimalString | null | undefined;
|
|
@@ -3097,7 +3098,7 @@ declare const EventSchema: z.ZodPipe<z.ZodObject<{
|
|
|
3097
3098
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
3098
3099
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
3099
3100
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3100
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
3101
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
3101
3102
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
3102
3103
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
3103
3104
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3330,7 +3331,7 @@ declare const EventSchema: z.ZodPipe<z.ZodObject<{
|
|
|
3330
3331
|
groupItemThreshold?: DecimalString | null | undefined;
|
|
3331
3332
|
umaEndDate?: MixedDateTimeString | null | undefined;
|
|
3332
3333
|
enableOrderBook?: boolean | null | undefined;
|
|
3333
|
-
orderPriceMinTickSize?: 0.1 | 0.01 | 0.001 | 0.0001 | null | undefined;
|
|
3334
|
+
orderPriceMinTickSize?: 0.1 | 0.01 | 0.005 | 0.0025 | 0.001 | 0.0001 | null | undefined;
|
|
3334
3335
|
orderMinSize?: DecimalString | null | undefined;
|
|
3335
3336
|
curationOrder?: number | null | undefined;
|
|
3336
3337
|
volumeNum?: DecimalString | null | undefined;
|
|
@@ -4178,7 +4179,7 @@ declare const ListEventsResponseSchema: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
|
4178
4179
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
4179
4180
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
4180
4181
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
4181
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
4182
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
4182
4183
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
4183
4184
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
4184
4185
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -4411,7 +4412,7 @@ declare const ListEventsResponseSchema: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
|
4411
4412
|
groupItemThreshold?: DecimalString | null | undefined;
|
|
4412
4413
|
umaEndDate?: MixedDateTimeString | null | undefined;
|
|
4413
4414
|
enableOrderBook?: boolean | null | undefined;
|
|
4414
|
-
orderPriceMinTickSize?: 0.1 | 0.01 | 0.001 | 0.0001 | null | undefined;
|
|
4415
|
+
orderPriceMinTickSize?: 0.1 | 0.01 | 0.005 | 0.0025 | 0.001 | 0.0001 | null | undefined;
|
|
4415
4416
|
orderMinSize?: DecimalString | null | undefined;
|
|
4416
4417
|
curationOrder?: number | null | undefined;
|
|
4417
4418
|
volumeNum?: DecimalString | null | undefined;
|
|
@@ -5260,7 +5261,7 @@ declare const ListEventsKeysetResponseSchema: z.ZodPipe<z.ZodObject<{
|
|
|
5260
5261
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
5261
5262
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
5262
5263
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
5263
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
5264
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
5264
5265
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
5265
5266
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
5266
5267
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -5493,7 +5494,7 @@ declare const ListEventsKeysetResponseSchema: z.ZodPipe<z.ZodObject<{
|
|
|
5493
5494
|
groupItemThreshold?: DecimalString | null | undefined;
|
|
5494
5495
|
umaEndDate?: MixedDateTimeString | null | undefined;
|
|
5495
5496
|
enableOrderBook?: boolean | null | undefined;
|
|
5496
|
-
orderPriceMinTickSize?: 0.1 | 0.01 | 0.001 | 0.0001 | null | undefined;
|
|
5497
|
+
orderPriceMinTickSize?: 0.1 | 0.01 | 0.005 | 0.0025 | 0.001 | 0.0001 | null | undefined;
|
|
5497
5498
|
orderMinSize?: DecimalString | null | undefined;
|
|
5498
5499
|
curationOrder?: number | null | undefined;
|
|
5499
5500
|
volumeNum?: DecimalString | null | undefined;
|
|
@@ -6198,7 +6199,7 @@ declare const ListEventsKeysetResponseSchema: z.ZodPipe<z.ZodObject<{
|
|
|
6198
6199
|
updatedAt?: IsoDateTimeString | null | undefined;
|
|
6199
6200
|
}[] | null | undefined;
|
|
6200
6201
|
}>>>;
|
|
6201
|
-
next_cursor: z.ZodOptional<z.
|
|
6202
|
+
next_cursor: z.ZodOptional<z.ZodCustom<PaginationCursor, PaginationCursor>>;
|
|
6202
6203
|
}, z.core.$strip>, z.ZodTransform<{
|
|
6203
6204
|
items: Event[];
|
|
6204
6205
|
nextCursor: PaginationCursor | undefined;
|
|
@@ -6594,7 +6595,7 @@ declare const PublicSearchResponseSchema: z.ZodObject<{
|
|
|
6594
6595
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
6595
6596
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
6596
6597
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
6597
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
6598
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
6598
6599
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
6599
6600
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
6600
6601
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -6827,7 +6828,7 @@ declare const PublicSearchResponseSchema: z.ZodObject<{
|
|
|
6827
6828
|
groupItemThreshold?: DecimalString | null | undefined;
|
|
6828
6829
|
umaEndDate?: MixedDateTimeString | null | undefined;
|
|
6829
6830
|
enableOrderBook?: boolean | null | undefined;
|
|
6830
|
-
orderPriceMinTickSize?: 0.1 | 0.01 | 0.001 | 0.0001 | null | undefined;
|
|
6831
|
+
orderPriceMinTickSize?: 0.1 | 0.01 | 0.005 | 0.0025 | 0.001 | 0.0001 | null | undefined;
|
|
6831
6832
|
orderMinSize?: DecimalString | null | undefined;
|
|
6832
6833
|
curationOrder?: number | null | undefined;
|
|
6833
6834
|
volumeNum?: DecimalString | null | undefined;
|
|
@@ -7863,7 +7864,7 @@ declare const SeriesSchema: z.ZodObject<{
|
|
|
7863
7864
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
7864
7865
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
7865
7866
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
7866
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
7867
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
7867
7868
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
7868
7869
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
7869
7870
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -8096,7 +8097,7 @@ declare const SeriesSchema: z.ZodObject<{
|
|
|
8096
8097
|
groupItemThreshold?: DecimalString | null | undefined;
|
|
8097
8098
|
umaEndDate?: MixedDateTimeString | null | undefined;
|
|
8098
8099
|
enableOrderBook?: boolean | null | undefined;
|
|
8099
|
-
orderPriceMinTickSize?: 0.1 | 0.01 | 0.001 | 0.0001 | null | undefined;
|
|
8100
|
+
orderPriceMinTickSize?: 0.1 | 0.01 | 0.005 | 0.0025 | 0.001 | 0.0001 | null | undefined;
|
|
8100
8101
|
orderMinSize?: DecimalString | null | undefined;
|
|
8101
8102
|
curationOrder?: number | null | undefined;
|
|
8102
8103
|
volumeNum?: DecimalString | null | undefined;
|
|
@@ -9042,7 +9043,7 @@ declare const ListSeriesResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
9042
9043
|
questionID: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>>>>, z.ZodTransform<QuestionId | null, QuestionId | null | undefined>>;
|
|
9043
9044
|
umaEndDate: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>>>;
|
|
9044
9045
|
enableOrderBook: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
9045
|
-
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
9046
|
+
orderPriceMinTickSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>>>;
|
|
9046
9047
|
orderMinSize: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<DecimalString, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<DecimalString, number>>]>>>;
|
|
9047
9048
|
umaResolutionStatus: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof UmaResolutionStatus>>>>, z.ZodTransform<UmaResolutionStatus | null, UmaResolutionStatus | null | undefined>>;
|
|
9048
9049
|
curationOrder: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -9275,7 +9276,7 @@ declare const ListSeriesResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
9275
9276
|
groupItemThreshold?: DecimalString | null | undefined;
|
|
9276
9277
|
umaEndDate?: MixedDateTimeString | null | undefined;
|
|
9277
9278
|
enableOrderBook?: boolean | null | undefined;
|
|
9278
|
-
orderPriceMinTickSize?: 0.1 | 0.01 | 0.001 | 0.0001 | null | undefined;
|
|
9279
|
+
orderPriceMinTickSize?: 0.1 | 0.01 | 0.005 | 0.0025 | 0.001 | 0.0001 | null | undefined;
|
|
9279
9280
|
orderMinSize?: DecimalString | null | undefined;
|
|
9280
9281
|
curationOrder?: number | null | undefined;
|
|
9281
9282
|
volumeNum?: DecimalString | null | undefined;
|
package/dist/gamma/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {a as a$1,F,e,t,s,r}from'../chunk-
|
|
1
|
+
import {a as a$1,F,e,t,s,r}from'../chunk-GYP7YNXL.js';export{y as BestLineSchema,d as CategoryReferenceSchema,u as ChatSchema,g as ClobRewardsSchema,r as CollectionReferenceSchema,O as CommentMediaSchema,J as CommentPositionSchema,K as CommentProfileSchema,P as CommentSchema,v as EventCreatorSchema,x as EventExternalPartnerMappingSchema,c as EventReferenceSchema,F as EventSchema,b as FeeScheduleSchema,I as FetchEventTagsResponseSchema,n as FetchMarketTagsResponseSchema,E as GammaEventSchema,j as GammaMarketSchema,a as ImageOptimizationSchema,h as InternalUserSchema,Q as ListCommentsResponseSchema,H as ListEventsKeysetResponseSchema,G as ListEventsResponseSchema,m as ListMarketsKeysetResponseSchema,l as ListMarketsResponseSchema,C as ListSportsMetadataResponseSchema,B as ListTeamsResponseSchema,k as MarketSchema,w as PartnerSchema,N as ReactionSchema,L as ReactionType,M as ReactionTypeSchema,f as RelatedMarketSchema,q as SeriesIdSchema,s as SeriesReferenceSchema,D as SportsMarketTypesResponseSchema,A as SportsMetadataSchema,e as TagReferenceSchema,z as TeamSchema,t as TemplateReferenceSchema,i as UmaResolutionStatus,p as hasBinaryOutcomes,o as normalizeMarket}from'../chunk-GYP7YNXL.js';import {ka,$,Da}from'../chunk-VBHCYSM7.js';export{Da as TagIdSchema}from'../chunk-VBHCYSM7.js';import {z as z$1}from'zod';var he=z$1.object({hasMore:z$1.boolean().nullish(),totalResults:z$1.number().int().nullish()});var P=z$1.object({id:z$1.string(),communityMod:z$1.boolean().nullish(),creator:z$1.boolean().nullish(),mod:z$1.boolean().nullish()}),b=z$1.object({id:z$1.string().nullish(),name:z$1.string().nullish(),user:z$1.number().int().nullish(),referral:z$1.string().nullish(),createdBy:z$1.number().int().nullish(),updatedBy:z$1.number().int().nullish(),createdAt:ka.nullish(),updatedAt:ka.nullish(),utmSource:z$1.string().nullish(),utmMedium:z$1.string().nullish(),utmCampaign:z$1.string().nullish(),utmContent:z$1.string().nullish(),utmTerm:z$1.string().nullish(),walletActivated:z$1.boolean().nullish(),pseudonym:z$1.string().nullish(),displayUsernamePublic:z$1.boolean().nullish(),profileImage:z$1.string().nullish(),bio:z$1.string().nullish(),proxyWallet:z$1.string().nullish(),profileImageOptimized:a$1.nullish(),isCloseOnly:z$1.boolean().nullish(),isCertReq:z$1.boolean().nullish(),certReqDate:ka.nullish(),discordUsername:z$1.string().nullish(),xUsername:z$1.string().nullish(),verifiedBadge:z$1.boolean().nullish(),dubPartnerId:z$1.string().nullish(),termsAcceptedAt:ka.nullish(),viewOnlyAcknowledgedAt:ka.nullish(),isReferralRestricted:z$1.boolean().nullish()}).transform(({proxyWallet:o,...i})=>({...i,wallet:o})),Se=z$1.object({createdAt:ka.nullish(),proxyWallet:$.nullish(),profileImage:z$1.string().nullish(),displayUsernamePublic:z$1.boolean().nullish(),bio:z$1.string().nullish(),pseudonym:z$1.string().nullish(),name:z$1.string().nullish(),users:z$1.array(P).nullish(),xUsername:z$1.string().nullish(),verifiedBadge:z$1.boolean().nullish()}).transform(({proxyWallet:o,...i})=>({...i,wallet:o}));var T=z$1.object({id:Da,event_count:z$1.number().int().nullish(),label:z$1.string().nullish(),slug:z$1.string().nullish()}).transform(({event_count:o,...i})=>({...i,eventCount:o})),z=z$1.object({hasMore:z$1.boolean().nullish(),totalResults:z$1.number().int().nullish()}),Pe=z$1.object({events:z$1.array(F).nullish(),tags:z$1.array(T).nullish(),profiles:z$1.array(b).nullish(),pagination:z.nullish()});var a=e.extend({templates:z$1.array(t).nullish()}),L=z$1.object({id:z$1.string(),tagID:z$1.number().int().nullish(),relatedTagID:z$1.number().int().nullish(),rank:z$1.number().int().nullish()}).transform(({tagID:o,relatedTagID:i,...R})=>({...R,tagId:o,relatedTagId:i})),ve=z$1.array(a),Ee=z$1.array(L),Oe=z$1.array(a);var I=s.extend({events:z$1.array(F).nullish(),collections:z$1.array(r).nullish(),tags:z$1.array(a).nullish()}),De=z$1.array(I);var y=(n=>(n[n.EOA=0]="EOA",n[n.POLY_PROXY=1]="POLY_PROXY",n[n.GNOSIS_SAFE=2]="GNOSIS_SAFE",n[n.DEPOSIT_WALLET=3]="DEPOSIT_WALLET",n))(y||{}),Me=z$1.object({type:z$1.enum(y),typeName:z$1.enum(["EOA","POLY_PROXY","GNOSIS_SAFE","DEPOSIT_WALLET"])});export{Oe as ListRelatedTagResourcesResponseSchema,Ee as ListRelatedTagsResponseSchema,De as ListSeriesResponseSchema,ve as ListTagsResponseSchema,he as PaginationEnvelopeSchema,b as ProfileSchema,Se as PublicProfileSchema,P as PublicProfileUserSchema,Pe as PublicSearchResponseSchema,L as RelatedTagSchema,z as SearchPaginationSchema,T as SearchTagSchema,I as SeriesSchema,a as TagSchema,y as WalletType,Me as WalletTypeSchema};//# sourceMappingURL=index.js.map
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -123,7 +123,7 @@ declare const OptionalDateLikeToIsoDateTimeStringSchema: z.ZodUnion<readonly [z.
|
|
|
123
123
|
declare const EpochMillisecondsToIsoDateTimeStringSchema: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<IsoDateTimeString, number>>, z.ZodPipe<z.ZodString, z.ZodTransform<IsoDateTimeString, string>>]>;
|
|
124
124
|
declare const OptionalEpochMillisecondsToIsoDateTimeStringSchema: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<IsoDateTimeString | undefined, number>>, z.ZodPipe<z.ZodString, z.ZodTransform<IsoDateTimeString, string>>]>;
|
|
125
125
|
declare const EventIdSchema: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodNumber, z.ZodTransform<string, number>>]>, z.ZodTransform<EventId, string>>;
|
|
126
|
-
declare const TickSizeValueSchema: z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>;
|
|
126
|
+
declare const TickSizeValueSchema: z.ZodUnion<readonly [z.ZodLiteral<0.1>, z.ZodLiteral<0.01>, z.ZodLiteral<0.005>, z.ZodLiteral<0.0025>, z.ZodLiteral<0.001>, z.ZodLiteral<0.0001>]>;
|
|
127
127
|
declare const IsoDateTimeStringSchema: z.ZodUnion<[z.ZodPipe<z.ZodString, z.ZodTransform<IsoDateTimeString, string>>, z.ZodPipe<z.ZodDate, z.ZodTransform<IsoDateTimeString, Date>>]>;
|
|
128
128
|
declare const IsoCalendarDateStringSchema: z.ZodUnion<[z.ZodPipe<z.ZodString, z.ZodTransform<IsoCalendarDateString, string>>, z.ZodPipe<z.ZodDate, z.ZodTransform<IsoCalendarDateString, Date>>]>;
|
|
129
129
|
declare const MixedDateTimeStringSchema: z.ZodPipe<z.ZodString, z.ZodTransform<MixedDateTimeString, string>>;
|
|
@@ -136,7 +136,7 @@ declare const NotificationIdSchema: z.ZodPipe<z.ZodNumber, z.ZodTransform<Notifi
|
|
|
136
136
|
declare const CommentParentEntityTypeSchema: z.ZodEnum<typeof CommentParentEntityType>;
|
|
137
137
|
declare const OrderSideSchema: z.ZodEnum<typeof OrderSide>;
|
|
138
138
|
declare const OrderTypeSchema: z.ZodEnum<typeof OrderType>;
|
|
139
|
-
declare const PaginationCursorSchema: z.
|
|
139
|
+
declare const PaginationCursorSchema: z.ZodCustom<PaginationCursor, PaginationCursor>;
|
|
140
140
|
declare const PositionIdSchema: z.ZodPipe<z.ZodString, z.ZodTransform<PositionId, string>>;
|
|
141
141
|
declare const QuestionIdSchema: z.ZodPipe<z.ZodString, z.ZodTransform<QuestionId, string>>;
|
|
142
142
|
declare const ResolutionRequestIdSchema: z.ZodPipe<z.ZodString, z.ZodTransform<ResolutionRequestId, string>>;
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{S as ApiKeySchema,La as BaseUnitsSchema,T as BuilderCodeSchema,R as CategoryIdSchema,U as ClobRewardIdSchema,W as ComboConditionIdSchema,V as CommentIdSchema,a as CommentParentEntityType,ta as CommentParentEntityTypeSchema,Z as ConditionIdSchema,X as CtfConditionIdSchema,da as DateLikeToIsoDateTimeStringSchema,Ha as DecimalStringSchema,Ja as DecimalishSchema,Ia as E6BigIntStringToDecimalStringSchema,ea as EpochLikeToIsoDateTimeStringSchema,aa as EpochMillisecondsSchema,ca as EpochMillisecondsStringSchema,ga as EpochMillisecondsToIsoDateTimeStringSchema,ba as EpochSecondsToMillisecondsSchema,ia as EventIdSchema,$ as EvmAddressSchema,oa as ISOCalendarDateSchema,na as ISODateStringSchema,pa as ImageOptimizationIdSchema,qa as InternalUserIdSchema,la as IsoCalendarDateStringSchema,ka as IsoDateTimeStringSchema,ra as MarketIdSchema,ma as MixedDateTimeStringSchema,sa as NotificationIdSchema,_ as OptionalConditionIdSchema,Y as OptionalCtfConditionIdSchema,fa as OptionalDateLikeToIsoDateTimeStringSchema,ha as OptionalEpochMillisecondsToIsoDateTimeStringSchema,b as OrderSide,ua as OrderSideSchema,c as OrderType,va as OrderTypeSchema,wa as PaginationCursorSchema,xa as PositionIdSchema,Ka as PositiveDecimalNumberSchema,ya as QuestionIdSchema,za as ResolutionRequestIdSchema,Aa as RfqIdSchema,Ba as RfqQuoteIdSchema,Ca as RfqRequestorPublicIdSchema,Da as TagIdSchema,ja as TickSizeValueSchema,Ea as TokenIdSchema,Fa as TransactionIdSchema,Ga as TxHashSchema,Ma as emptyStringToNull,g as toApiKey,Q as toBaseUnits,d as toBestLineId,e as toBuilderCode,h as toCategoryId,i as toChatId,j as toClobRewardId,o as toCollectionId,n as toComboConditionId,k as toCommentId,m as toConditionId,l as toCtfConditionId,P as toDecimalString,r as toEpochMilliseconds,p as toEventCreatorId,q as toEventExternalPartnerMappingId,s as toEventId,t as toImageOptimizationId,u as toInternalUserId,v as toIsoCalendarDateString,w as toIsoDateTimeString,y as toMarketId,x as toMixedDateTimeString,z as toNotificationId,B as toPaginationCursor,A as toPartnerId,C as toPositionId,D as toQuestionId,E as toResolutionRequestId,F as toRfqId,G as toRfqQuoteId,H as toRfqRequestorPublicId,I as toSeriesId,J as toSportId,K as toTagId,L as toTeamId,M as toTemplateId,O as toTokenId,N as toTransactionId,f as toUuid}from'./chunk-
|
|
1
|
+
export{S as ApiKeySchema,La as BaseUnitsSchema,T as BuilderCodeSchema,R as CategoryIdSchema,U as ClobRewardIdSchema,W as ComboConditionIdSchema,V as CommentIdSchema,a as CommentParentEntityType,ta as CommentParentEntityTypeSchema,Z as ConditionIdSchema,X as CtfConditionIdSchema,da as DateLikeToIsoDateTimeStringSchema,Ha as DecimalStringSchema,Ja as DecimalishSchema,Ia as E6BigIntStringToDecimalStringSchema,ea as EpochLikeToIsoDateTimeStringSchema,aa as EpochMillisecondsSchema,ca as EpochMillisecondsStringSchema,ga as EpochMillisecondsToIsoDateTimeStringSchema,ba as EpochSecondsToMillisecondsSchema,ia as EventIdSchema,$ as EvmAddressSchema,oa as ISOCalendarDateSchema,na as ISODateStringSchema,pa as ImageOptimizationIdSchema,qa as InternalUserIdSchema,la as IsoCalendarDateStringSchema,ka as IsoDateTimeStringSchema,ra as MarketIdSchema,ma as MixedDateTimeStringSchema,sa as NotificationIdSchema,_ as OptionalConditionIdSchema,Y as OptionalCtfConditionIdSchema,fa as OptionalDateLikeToIsoDateTimeStringSchema,ha as OptionalEpochMillisecondsToIsoDateTimeStringSchema,b as OrderSide,ua as OrderSideSchema,c as OrderType,va as OrderTypeSchema,wa as PaginationCursorSchema,xa as PositionIdSchema,Ka as PositiveDecimalNumberSchema,ya as QuestionIdSchema,za as ResolutionRequestIdSchema,Aa as RfqIdSchema,Ba as RfqQuoteIdSchema,Ca as RfqRequestorPublicIdSchema,Da as TagIdSchema,ja as TickSizeValueSchema,Ea as TokenIdSchema,Fa as TransactionIdSchema,Ga as TxHashSchema,Ma as emptyStringToNull,g as toApiKey,Q as toBaseUnits,d as toBestLineId,e as toBuilderCode,h as toCategoryId,i as toChatId,j as toClobRewardId,o as toCollectionId,n as toComboConditionId,k as toCommentId,m as toConditionId,l as toCtfConditionId,P as toDecimalString,r as toEpochMilliseconds,p as toEventCreatorId,q as toEventExternalPartnerMappingId,s as toEventId,t as toImageOptimizationId,u as toInternalUserId,v as toIsoCalendarDateString,w as toIsoDateTimeString,y as toMarketId,x as toMixedDateTimeString,z as toNotificationId,B as toPaginationCursor,A as toPartnerId,C as toPositionId,D as toQuestionId,E as toResolutionRequestId,F as toRfqId,G as toRfqQuoteId,H as toRfqRequestorPublicId,I as toSeriesId,J as toSportId,K as toTagId,L as toTeamId,M as toTemplateId,O as toTokenId,N as toTransactionId,f as toUuid}from'./chunk-VBHCYSM7.js';//# sourceMappingURL=index.js.map
|
|
2
2
|
//# sourceMappingURL=index.js.map
|