@sentientdogs/flip-indexer-orpc 0.2.7 → 0.2.8
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/contract.d.ts +10 -0
- package/dist/contracts/markets.d.ts +18 -0
- package/package.json +1 -1
package/dist/contract.d.ts
CHANGED
|
@@ -538,6 +538,8 @@ export declare const indexerContract: {
|
|
|
538
538
|
totalsOffset: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
539
539
|
totalsMinPosition: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
540
540
|
totalsMaxPosition: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
541
|
+
maxPayoutSlot: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
542
|
+
capturedTier: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
541
543
|
createdAt: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
542
544
|
createdTx: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<`0x${string}`, string>>>;
|
|
543
545
|
createdBlock: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
@@ -612,6 +614,8 @@ export declare const indexerContract: {
|
|
|
612
614
|
totalsOffset: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
613
615
|
totalsMinPosition: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
614
616
|
totalsMaxPosition: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
617
|
+
maxPayoutSlot: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
618
|
+
capturedTier: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
615
619
|
createdAt: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
616
620
|
createdTx: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<`0x${string}`, string>>>;
|
|
617
621
|
createdBlock: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
@@ -690,6 +694,8 @@ export declare const indexerContract: {
|
|
|
690
694
|
totalsOffset: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
691
695
|
totalsMinPosition: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
692
696
|
totalsMaxPosition: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
697
|
+
maxPayoutSlot: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
698
|
+
capturedTier: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
693
699
|
createdAt: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
694
700
|
createdTx: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<`0x${string}`, string>>>;
|
|
695
701
|
createdBlock: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
@@ -756,6 +762,8 @@ export declare const indexerContract: {
|
|
|
756
762
|
totalsOffset: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
757
763
|
totalsMinPosition: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
758
764
|
totalsMaxPosition: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
765
|
+
maxPayoutSlot: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
766
|
+
capturedTier: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
759
767
|
createdAt: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
760
768
|
createdTx: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<`0x${string}`, string>>>;
|
|
761
769
|
createdBlock: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
@@ -831,6 +839,8 @@ export declare const indexerContract: {
|
|
|
831
839
|
totalsOffset: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
832
840
|
totalsMinPosition: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
833
841
|
totalsMaxPosition: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
842
|
+
maxPayoutSlot: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
843
|
+
capturedTier: import("zod").ZodNullable<import("zod").ZodBigInt>;
|
|
834
844
|
createdAt: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
835
845
|
createdTx: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<`0x${string}`, string>>>;
|
|
836
846
|
createdBlock: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
@@ -204,6 +204,8 @@ declare const MarketSchema: z.ZodObject<{
|
|
|
204
204
|
totalsOffset: z.ZodNullable<z.ZodBigInt>;
|
|
205
205
|
totalsMinPosition: z.ZodNullable<z.ZodBigInt>;
|
|
206
206
|
totalsMaxPosition: z.ZodNullable<z.ZodBigInt>;
|
|
207
|
+
maxPayoutSlot: z.ZodNullable<z.ZodBigInt>;
|
|
208
|
+
capturedTier: z.ZodNullable<z.ZodBigInt>;
|
|
207
209
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
208
210
|
createdTx: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>;
|
|
209
211
|
createdBlock: z.ZodNullable<z.ZodNumber>;
|
|
@@ -237,6 +239,8 @@ export declare const MarketsListResponseSchema: z.ZodObject<{
|
|
|
237
239
|
totalsOffset: z.ZodNullable<z.ZodBigInt>;
|
|
238
240
|
totalsMinPosition: z.ZodNullable<z.ZodBigInt>;
|
|
239
241
|
totalsMaxPosition: z.ZodNullable<z.ZodBigInt>;
|
|
242
|
+
maxPayoutSlot: z.ZodNullable<z.ZodBigInt>;
|
|
243
|
+
capturedTier: z.ZodNullable<z.ZodBigInt>;
|
|
240
244
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
241
245
|
createdTx: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>;
|
|
242
246
|
createdBlock: z.ZodNullable<z.ZodNumber>;
|
|
@@ -280,6 +284,8 @@ declare const EventWithMarketsSchema: z.ZodObject<{
|
|
|
280
284
|
totalsOffset: z.ZodNullable<z.ZodBigInt>;
|
|
281
285
|
totalsMinPosition: z.ZodNullable<z.ZodBigInt>;
|
|
282
286
|
totalsMaxPosition: z.ZodNullable<z.ZodBigInt>;
|
|
287
|
+
maxPayoutSlot: z.ZodNullable<z.ZodBigInt>;
|
|
288
|
+
capturedTier: z.ZodNullable<z.ZodBigInt>;
|
|
283
289
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
284
290
|
createdTx: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>;
|
|
285
291
|
createdBlock: z.ZodNullable<z.ZodNumber>;
|
|
@@ -320,6 +326,8 @@ export declare const MarketsByEventResponseSchema: z.ZodObject<{
|
|
|
320
326
|
totalsOffset: z.ZodNullable<z.ZodBigInt>;
|
|
321
327
|
totalsMinPosition: z.ZodNullable<z.ZodBigInt>;
|
|
322
328
|
totalsMaxPosition: z.ZodNullable<z.ZodBigInt>;
|
|
329
|
+
maxPayoutSlot: z.ZodNullable<z.ZodBigInt>;
|
|
330
|
+
capturedTier: z.ZodNullable<z.ZodBigInt>;
|
|
323
331
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
324
332
|
createdTx: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>;
|
|
325
333
|
createdBlock: z.ZodNullable<z.ZodNumber>;
|
|
@@ -402,6 +410,8 @@ export declare const marketsListProcedure: import("@orpc/contract").ContractProc
|
|
|
402
410
|
totalsOffset: z.ZodNullable<z.ZodBigInt>;
|
|
403
411
|
totalsMinPosition: z.ZodNullable<z.ZodBigInt>;
|
|
404
412
|
totalsMaxPosition: z.ZodNullable<z.ZodBigInt>;
|
|
413
|
+
maxPayoutSlot: z.ZodNullable<z.ZodBigInt>;
|
|
414
|
+
capturedTier: z.ZodNullable<z.ZodBigInt>;
|
|
405
415
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
406
416
|
createdTx: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>;
|
|
407
417
|
createdBlock: z.ZodNullable<z.ZodNumber>;
|
|
@@ -476,6 +486,8 @@ export declare const marketsByEventProcedure: import("@orpc/contract").ContractP
|
|
|
476
486
|
totalsOffset: z.ZodNullable<z.ZodBigInt>;
|
|
477
487
|
totalsMinPosition: z.ZodNullable<z.ZodBigInt>;
|
|
478
488
|
totalsMaxPosition: z.ZodNullable<z.ZodBigInt>;
|
|
489
|
+
maxPayoutSlot: z.ZodNullable<z.ZodBigInt>;
|
|
490
|
+
capturedTier: z.ZodNullable<z.ZodBigInt>;
|
|
479
491
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
480
492
|
createdTx: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>;
|
|
481
493
|
createdBlock: z.ZodNullable<z.ZodNumber>;
|
|
@@ -554,6 +566,8 @@ export declare const marketsForEventProcedure: import("@orpc/contract").Contract
|
|
|
554
566
|
totalsOffset: z.ZodNullable<z.ZodBigInt>;
|
|
555
567
|
totalsMinPosition: z.ZodNullable<z.ZodBigInt>;
|
|
556
568
|
totalsMaxPosition: z.ZodNullable<z.ZodBigInt>;
|
|
569
|
+
maxPayoutSlot: z.ZodNullable<z.ZodBigInt>;
|
|
570
|
+
capturedTier: z.ZodNullable<z.ZodBigInt>;
|
|
557
571
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
558
572
|
createdTx: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>;
|
|
559
573
|
createdBlock: z.ZodNullable<z.ZodNumber>;
|
|
@@ -620,6 +634,8 @@ export declare const marketsOpenProcedure: import("@orpc/contract").ContractProc
|
|
|
620
634
|
totalsOffset: z.ZodNullable<z.ZodBigInt>;
|
|
621
635
|
totalsMinPosition: z.ZodNullable<z.ZodBigInt>;
|
|
622
636
|
totalsMaxPosition: z.ZodNullable<z.ZodBigInt>;
|
|
637
|
+
maxPayoutSlot: z.ZodNullable<z.ZodBigInt>;
|
|
638
|
+
capturedTier: z.ZodNullable<z.ZodBigInt>;
|
|
623
639
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
624
640
|
createdTx: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>;
|
|
625
641
|
createdBlock: z.ZodNullable<z.ZodNumber>;
|
|
@@ -695,6 +711,8 @@ export declare const marketsByStatusProcedure: import("@orpc/contract").Contract
|
|
|
695
711
|
totalsOffset: z.ZodNullable<z.ZodBigInt>;
|
|
696
712
|
totalsMinPosition: z.ZodNullable<z.ZodBigInt>;
|
|
697
713
|
totalsMaxPosition: z.ZodNullable<z.ZodBigInt>;
|
|
714
|
+
maxPayoutSlot: z.ZodNullable<z.ZodBigInt>;
|
|
715
|
+
capturedTier: z.ZodNullable<z.ZodBigInt>;
|
|
698
716
|
createdAt: z.ZodNullable<z.ZodNumber>;
|
|
699
717
|
createdTx: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>;
|
|
700
718
|
createdBlock: z.ZodNullable<z.ZodNumber>;
|