@superfluid-finance/sdk-core 0.4.1-dev.8fbfaca.0 → 0.4.1-dev.d435096.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.
Files changed (32) hide show
  1. package/dist/index.umd.js +38 -116
  2. package/dist/main/events.d.ts +0 -2
  3. package/dist/main/events.d.ts.map +1 -1
  4. package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  5. package/dist/main/mapGetAllEventsQueryEvents.js +0 -78
  6. package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
  7. package/dist/main/subgraph/events/events.generated.d.ts +0 -148
  8. package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
  9. package/dist/main/subgraph/events/events.generated.js +37 -37
  10. package/dist/main/subgraph/events/events.generated.js.map +1 -1
  11. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +0 -76
  12. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  13. package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
  14. package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
  15. package/dist/main/subgraph/schema.generated.d.ts +39 -663
  16. package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
  17. package/dist/module/events.d.ts +0 -2
  18. package/dist/module/events.d.ts.map +1 -1
  19. package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  20. package/dist/module/mapGetAllEventsQueryEvents.js +0 -78
  21. package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
  22. package/dist/module/subgraph/events/events.generated.d.ts +0 -148
  23. package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
  24. package/dist/module/subgraph/events/events.generated.js +37 -37
  25. package/dist/module/subgraph/events/events.generated.js.map +1 -1
  26. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +0 -76
  27. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  28. package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
  29. package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
  30. package/dist/module/subgraph/schema.generated.d.ts +39 -663
  31. package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
  32. package/package.json +1 -1
@@ -14,9 +14,7 @@ export declare type FlowUpdatedEventsQuery = {
14
14
  id: string;
15
15
  blockNumber: string;
16
16
  transactionHash: string;
17
- order: string;
18
17
  timestamp: string;
19
- logIndex: string;
20
18
  userData: string;
21
19
  type: number;
22
20
  token: string;
@@ -41,9 +39,7 @@ export declare type FlowOperatorUpdatedEventsQuery = {
41
39
  id: string;
42
40
  blockNumber: string;
43
41
  transactionHash: string;
44
- order: string;
45
42
  timestamp: string;
46
- logIndex: string;
47
43
  token: string;
48
44
  sender: string;
49
45
  permissions: number;
@@ -64,9 +60,7 @@ export declare type IndexCreatedEventsQuery = {
64
60
  id: string;
65
61
  blockNumber: string;
66
62
  transactionHash: string;
67
- order: string;
68
63
  timestamp: string;
69
- logIndex: string;
70
64
  userData: string;
71
65
  token: string;
72
66
  publisher: string;
@@ -90,9 +84,7 @@ export declare type IndexDistributionClaimedEventsQuery = {
90
84
  id: string;
91
85
  blockNumber: string;
92
86
  transactionHash: string;
93
- order: string;
94
87
  timestamp: string;
95
- logIndex: string;
96
88
  token: string;
97
89
  subscriber: string;
98
90
  publisher: string;
@@ -117,9 +109,7 @@ export declare type IndexUpdatedEventsQuery = {
117
109
  id: string;
118
110
  blockNumber: string;
119
111
  transactionHash: string;
120
- order: string;
121
112
  timestamp: string;
122
- logIndex: string;
123
113
  userData: string;
124
114
  totalUnitsPending: string;
125
115
  totalUnitsApproved: string;
@@ -146,9 +136,7 @@ export declare type IndexSubscribedEventsQuery = {
146
136
  __typename: 'IndexSubscribedEvent';
147
137
  blockNumber: string;
148
138
  transactionHash: string;
149
- order: string;
150
139
  timestamp: string;
151
- logIndex: string;
152
140
  id: string;
153
141
  userData: string;
154
142
  token: string;
@@ -174,9 +162,7 @@ export declare type IndexUnitsUpdatedEventsQuery = {
174
162
  id: string;
175
163
  blockNumber: string;
176
164
  transactionHash: string;
177
- order: string;
178
165
  timestamp: string;
179
- logIndex: string;
180
166
  userData: string;
181
167
  units: string;
182
168
  token: string;
@@ -203,9 +189,7 @@ export declare type IndexUnsubscribedEventsQuery = {
203
189
  id: string;
204
190
  blockNumber: string;
205
191
  transactionHash: string;
206
- order: string;
207
192
  timestamp: string;
208
- logIndex: string;
209
193
  userData: string;
210
194
  token: string;
211
195
  subscriber: string;
@@ -230,9 +214,7 @@ export declare type SubscriptionApprovedEventsQuery = {
230
214
  id: string;
231
215
  blockNumber: string;
232
216
  transactionHash: string;
233
- order: string;
234
217
  timestamp: string;
235
- logIndex: string;
236
218
  userData: string;
237
219
  token: string;
238
220
  subscriber: string;
@@ -257,9 +239,7 @@ export declare type SubscriptionDistributionClaimedEventsQuery = {
257
239
  id: string;
258
240
  blockNumber: string;
259
241
  transactionHash: string;
260
- order: string;
261
242
  timestamp: string;
262
- logIndex: string;
263
243
  token: string;
264
244
  subscriber: string;
265
245
  publisher: string;
@@ -284,9 +264,7 @@ export declare type SubscriptionRevokedEventsQuery = {
284
264
  id: string;
285
265
  blockNumber: string;
286
266
  transactionHash: string;
287
- order: string;
288
267
  timestamp: string;
289
- logIndex: string;
290
268
  userData: string;
291
269
  subscriber: string;
292
270
  publisher: string;
@@ -311,9 +289,7 @@ export declare type SubscriptionUnitsUpdatedEventsQuery = {
311
289
  id: string;
312
290
  blockNumber: string;
313
291
  transactionHash: string;
314
- order: string;
315
292
  timestamp: string;
316
- logIndex: string;
317
293
  userData: string;
318
294
  units: string;
319
295
  token: string;
@@ -340,9 +316,7 @@ export declare type TransferEventsQuery = {
340
316
  id: string;
341
317
  blockNumber: string;
342
318
  transactionHash: string;
343
- order: string;
344
319
  timestamp: string;
345
- logIndex: string;
346
320
  value: string;
347
321
  token: string;
348
322
  to: {
@@ -367,9 +341,7 @@ export declare type TokenUpgradedEventsQuery = {
367
341
  id: string;
368
342
  blockNumber: string;
369
343
  transactionHash: string;
370
- order: string;
371
344
  timestamp: string;
372
- logIndex: string;
373
345
  amount: string;
374
346
  token: string;
375
347
  account: {
@@ -390,9 +362,7 @@ export declare type TokenDowngradedEventsQuery = {
390
362
  __typename: 'TokenDowngradedEvent';
391
363
  id: string;
392
364
  transactionHash: string;
393
- order: string;
394
365
  timestamp: string;
395
- logIndex: string;
396
366
  token: string;
397
367
  blockNumber: string;
398
368
  amount: string;
@@ -415,9 +385,7 @@ export declare type AgreementClassRegisteredEventsQuery = {
415
385
  id: string;
416
386
  blockNumber: string;
417
387
  transactionHash: string;
418
- order: string;
419
388
  timestamp: string;
420
- logIndex: string;
421
389
  code: string;
422
390
  agreementType: string;
423
391
  }>;
@@ -436,9 +404,7 @@ export declare type AgreementClassUpdatedEventsQuery = {
436
404
  id: string;
437
405
  blockNumber: string;
438
406
  transactionHash: string;
439
- order: string;
440
407
  timestamp: string;
441
- logIndex: string;
442
408
  code: string;
443
409
  agreementType: string;
444
410
  }>;
@@ -456,9 +422,7 @@ export declare type AppRegisteredEventsQuery = {
456
422
  __typename: 'AppRegisteredEvent';
457
423
  id: string;
458
424
  transactionHash: string;
459
- order: string;
460
425
  timestamp: string;
461
- logIndex: string;
462
426
  blockNumber: string;
463
427
  app: string;
464
428
  }>;
@@ -477,9 +441,7 @@ export declare type GovernanceReplacedEventsQuery = {
477
441
  id: string;
478
442
  blockNumber: string;
479
443
  transactionHash: string;
480
- order: string;
481
444
  timestamp: string;
482
- logIndex: string;
483
445
  oldGovernance: string;
484
446
  newGovernance: string;
485
447
  }>;
@@ -498,9 +460,7 @@ export declare type JailEventsQuery = {
498
460
  id: string;
499
461
  blockNumber: string;
500
462
  transactionHash: string;
501
- order: string;
502
463
  timestamp: string;
503
- logIndex: string;
504
464
  reason: string;
505
465
  app: string;
506
466
  }>;
@@ -519,9 +479,7 @@ export declare type SuperTokenFactoryUpdatedEventsQuery = {
519
479
  id: string;
520
480
  blockNumber: string;
521
481
  transactionHash: string;
522
- order: string;
523
482
  timestamp: string;
524
- logIndex: string;
525
483
  newFactory: string;
526
484
  }>;
527
485
  };
@@ -539,9 +497,7 @@ export declare type SuperTokenLogicUpdatedEventsQuery = {
539
497
  id: string;
540
498
  blockNumber: string;
541
499
  transactionHash: string;
542
- order: string;
543
500
  timestamp: string;
544
- logIndex: string;
545
501
  token: string;
546
502
  code: string;
547
503
  }>;
@@ -560,9 +516,7 @@ export declare type RoleAdminChangedEventsQuery = {
560
516
  id: string;
561
517
  blockNumber: string;
562
518
  transactionHash: string;
563
- order: string;
564
519
  timestamp: string;
565
- logIndex: string;
566
520
  role: string;
567
521
  previousAdminRole: string;
568
522
  newAdminRole: string;
@@ -582,9 +536,7 @@ export declare type RoleGrantedEventsQuery = {
582
536
  id: string;
583
537
  blockNumber: string;
584
538
  transactionHash: string;
585
- order: string;
586
539
  timestamp: string;
587
- logIndex: string;
588
540
  sender: string;
589
541
  role: string;
590
542
  account: string;
@@ -604,9 +556,7 @@ export declare type RoleRevokedEventsQuery = {
604
556
  id: string;
605
557
  blockNumber: string;
606
558
  transactionHash: string;
607
- order: string;
608
559
  timestamp: string;
609
- logIndex: string;
610
560
  sender: string;
611
561
  role: string;
612
562
  account: string;
@@ -626,9 +576,7 @@ export declare type CfaV1LiquidationPeriodChangedEventsQuery = {
626
576
  id: string;
627
577
  blockNumber: string;
628
578
  transactionHash: string;
629
- order: string;
630
579
  timestamp: string;
631
- logIndex: string;
632
580
  superToken: string;
633
581
  host: string;
634
582
  liquidationPeriod: string;
@@ -649,9 +597,7 @@ export declare type ConfigChangedEventsQuery = {
649
597
  id: string;
650
598
  blockNumber: string;
651
599
  transactionHash: string;
652
- order: string;
653
600
  timestamp: string;
654
- logIndex: string;
655
601
  value: string;
656
602
  superToken: string;
657
603
  key: string;
@@ -673,9 +619,7 @@ export declare type RewardAddressChangedEventsQuery = {
673
619
  id: string;
674
620
  blockNumber: string;
675
621
  transactionHash: string;
676
- order: string;
677
622
  timestamp: string;
678
- logIndex: string;
679
623
  superToken: string;
680
624
  rewardAddress: string;
681
625
  isKeySet: boolean;
@@ -696,9 +640,7 @@ export declare type TrustedForwarderChangedEventsQuery = {
696
640
  id: string;
697
641
  blockNumber: string;
698
642
  transactionHash: string;
699
- order: string;
700
643
  timestamp: string;
701
- logIndex: string;
702
644
  isKeySet: boolean;
703
645
  host: string;
704
646
  forwarder: string;
@@ -720,9 +662,7 @@ export declare type AgreementLiquidatedByEventsQuery = {
720
662
  id: string;
721
663
  blockNumber: string;
722
664
  transactionHash: string;
723
- order: string;
724
665
  timestamp: string;
725
- logIndex: string;
726
666
  token: string;
727
667
  rewardAmount: string;
728
668
  penaltyAccount: string;
@@ -747,9 +687,7 @@ export declare type BurnedEventsQuery = {
747
687
  id: string;
748
688
  blockNumber: string;
749
689
  transactionHash: string;
750
- order: string;
751
690
  timestamp: string;
752
- logIndex: string;
753
691
  operatorData: string;
754
692
  operator: string;
755
693
  from: string;
@@ -771,9 +709,7 @@ export declare type MintedEventsQuery = {
771
709
  id: string;
772
710
  blockNumber: string;
773
711
  transactionHash: string;
774
- order: string;
775
712
  timestamp: string;
776
- logIndex: string;
777
713
  operatorData: string;
778
714
  operator: string;
779
715
  data: string;
@@ -795,9 +731,7 @@ export declare type SentEventsQuery = {
795
731
  id: string;
796
732
  blockNumber: string;
797
733
  transactionHash: string;
798
- order: string;
799
734
  timestamp: string;
800
- logIndex: string;
801
735
  to: string;
802
736
  operatorData: string;
803
737
  operator: string;
@@ -819,9 +753,7 @@ export declare type CustomSuperTokenCreatedEventsQuery = {
819
753
  id: string;
820
754
  blockNumber: string;
821
755
  transactionHash: string;
822
- order: string;
823
756
  timestamp: string;
824
- logIndex: string;
825
757
  token: string;
826
758
  }>;
827
759
  };
@@ -839,9 +771,7 @@ export declare type SuperTokenCreatedEventsQuery = {
839
771
  id: string;
840
772
  blockNumber: string;
841
773
  transactionHash: string;
842
- order: string;
843
774
  timestamp: string;
844
- logIndex: string;
845
775
  token: string;
846
776
  }>;
847
777
  };
@@ -859,9 +789,7 @@ export declare type SuperTokenLogicCreatedEventsQuery = {
859
789
  id: string;
860
790
  blockNumber: string;
861
791
  transactionHash: string;
862
- order: string;
863
792
  timestamp: string;
864
- logIndex: string;
865
793
  tokenLogic: string;
866
794
  }>;
867
795
  };
@@ -878,8 +806,6 @@ export declare type EventsQuery = {
878
806
  __typename: 'AgreementClassRegisteredEvent';
879
807
  code: string;
880
808
  agreementType: string;
881
- order: string;
882
- logIndex: string;
883
809
  id: string;
884
810
  blockNumber: string;
885
811
  transactionHash: string;
@@ -888,8 +814,6 @@ export declare type EventsQuery = {
888
814
  __typename: 'AgreementClassUpdatedEvent';
889
815
  code: string;
890
816
  agreementType: string;
891
- order: string;
892
- logIndex: string;
893
817
  id: string;
894
818
  blockNumber: string;
895
819
  transactionHash: string;
@@ -904,8 +828,6 @@ export declare type EventsQuery = {
904
828
  bailoutAmount: string;
905
829
  agreementId: string;
906
830
  agreementClass: string;
907
- order: string;
908
- logIndex: string;
909
831
  id: string;
910
832
  blockNumber: string;
911
833
  transactionHash: string;
@@ -922,8 +844,6 @@ export declare type EventsQuery = {
922
844
  targetAccountBalanceDelta: string;
923
845
  version: string;
924
846
  liquidationType: number;
925
- order: string;
926
- logIndex: string;
927
847
  id: string;
928
848
  blockNumber: string;
929
849
  transactionHash: string;
@@ -931,8 +851,6 @@ export declare type EventsQuery = {
931
851
  } | {
932
852
  __typename: 'AppRegisteredEvent';
933
853
  app: string;
934
- order: string;
935
- logIndex: string;
936
854
  id: string;
937
855
  blockNumber: string;
938
856
  transactionHash: string;
@@ -944,8 +862,6 @@ export declare type EventsQuery = {
944
862
  from: string;
945
863
  data: string;
946
864
  amount: string;
947
- order: string;
948
- logIndex: string;
949
865
  id: string;
950
866
  blockNumber: string;
951
867
  transactionHash: string;
@@ -956,8 +872,6 @@ export declare type EventsQuery = {
956
872
  host: string;
957
873
  liquidationPeriod: string;
958
874
  isKeySet: boolean;
959
- order: string;
960
- logIndex: string;
961
875
  id: string;
962
876
  blockNumber: string;
963
877
  transactionHash: string;
@@ -969,8 +883,6 @@ export declare type EventsQuery = {
969
883
  key: string;
970
884
  isKeySet: boolean;
971
885
  host: string;
972
- order: string;
973
- logIndex: string;
974
886
  id: string;
975
887
  blockNumber: string;
976
888
  transactionHash: string;
@@ -978,8 +890,6 @@ export declare type EventsQuery = {
978
890
  } | {
979
891
  __typename: 'CustomSuperTokenCreatedEvent';
980
892
  token: string;
981
- order: string;
982
- logIndex: string;
983
893
  id: string;
984
894
  blockNumber: string;
985
895
  transactionHash: string;
@@ -990,8 +900,6 @@ export declare type EventsQuery = {
990
900
  sender: string;
991
901
  permissions: number;
992
902
  flowRateAllowance: string;
993
- order: string;
994
- logIndex: string;
995
903
  id: string;
996
904
  blockNumber: string;
997
905
  transactionHash: string;
@@ -1006,8 +914,6 @@ export declare type EventsQuery = {
1006
914
  flowRate: string;
1007
915
  flowOperator: string;
1008
916
  deposit: string;
1009
- order: string;
1010
- logIndex: string;
1011
917
  id: string;
1012
918
  blockNumber: string;
1013
919
  transactionHash: string;
@@ -1016,8 +922,6 @@ export declare type EventsQuery = {
1016
922
  __typename: 'GovernanceReplacedEvent';
1017
923
  oldGovernance: string;
1018
924
  newGovernance: string;
1019
- order: string;
1020
- logIndex: string;
1021
925
  id: string;
1022
926
  blockNumber: string;
1023
927
  transactionHash: string;
@@ -1028,8 +932,6 @@ export declare type EventsQuery = {
1028
932
  token: string;
1029
933
  publisher: string;
1030
934
  indexId: string;
1031
- order: string;
1032
- logIndex: string;
1033
935
  id: string;
1034
936
  blockNumber: string;
1035
937
  transactionHash: string;
@@ -1044,8 +946,6 @@ export declare type EventsQuery = {
1044
946
  publisher: string;
1045
947
  indexId: string;
1046
948
  amount: string;
1047
- order: string;
1048
- logIndex: string;
1049
949
  id: string;
1050
950
  blockNumber: string;
1051
951
  transactionHash: string;
@@ -1060,8 +960,6 @@ export declare type EventsQuery = {
1060
960
  subscriber: string;
1061
961
  publisher: string;
1062
962
  indexId: string;
1063
- order: string;
1064
- logIndex: string;
1065
963
  id: string;
1066
964
  blockNumber: string;
1067
965
  transactionHash: string;
@@ -1078,8 +976,6 @@ export declare type EventsQuery = {
1078
976
  publisher: string;
1079
977
  oldUnits: string;
1080
978
  indexId: string;
1081
- order: string;
1082
- logIndex: string;
1083
979
  id: string;
1084
980
  blockNumber: string;
1085
981
  transactionHash: string;
@@ -1094,8 +990,6 @@ export declare type EventsQuery = {
1094
990
  subscriber: string;
1095
991
  publisher: string;
1096
992
  indexId: string;
1097
- order: string;
1098
- logIndex: string;
1099
993
  id: string;
1100
994
  blockNumber: string;
1101
995
  transactionHash: string;
@@ -1113,8 +1007,6 @@ export declare type EventsQuery = {
1113
1007
  oldIndexValue: string;
1114
1008
  newIndexValue: string;
1115
1009
  indexId: string;
1116
- order: string;
1117
- logIndex: string;
1118
1010
  id: string;
1119
1011
  blockNumber: string;
1120
1012
  transactionHash: string;
@@ -1126,8 +1018,6 @@ export declare type EventsQuery = {
1126
1018
  __typename: 'JailEvent';
1127
1019
  reason: string;
1128
1020
  app: string;
1129
- order: string;
1130
- logIndex: string;
1131
1021
  id: string;
1132
1022
  blockNumber: string;
1133
1023
  transactionHash: string;
@@ -1139,8 +1029,6 @@ export declare type EventsQuery = {
1139
1029
  data: string;
1140
1030
  amount: string;
1141
1031
  to: string;
1142
- order: string;
1143
- logIndex: string;
1144
1032
  id: string;
1145
1033
  blockNumber: string;
1146
1034
  transactionHash: string;
@@ -1152,8 +1040,6 @@ export declare type EventsQuery = {
1152
1040
  isKeySet: boolean;
1153
1041
  liquidationPeriod: string;
1154
1042
  patricianPeriod: string;
1155
- order: string;
1156
- logIndex: string;
1157
1043
  id: string;
1158
1044
  blockNumber: string;
1159
1045
  transactionHash: string;
@@ -1164,8 +1050,6 @@ export declare type EventsQuery = {
1164
1050
  rewardAddress: string;
1165
1051
  isKeySet: boolean;
1166
1052
  host: string;
1167
- order: string;
1168
- logIndex: string;
1169
1053
  id: string;
1170
1054
  blockNumber: string;
1171
1055
  transactionHash: string;
@@ -1175,8 +1059,6 @@ export declare type EventsQuery = {
1175
1059
  role: string;
1176
1060
  previousAdminRole: string;
1177
1061
  newAdminRole: string;
1178
- order: string;
1179
- logIndex: string;
1180
1062
  id: string;
1181
1063
  blockNumber: string;
1182
1064
  transactionHash: string;
@@ -1186,8 +1068,6 @@ export declare type EventsQuery = {
1186
1068
  sender: string;
1187
1069
  role: string;
1188
1070
  account: string;
1189
- order: string;
1190
- logIndex: string;
1191
1071
  id: string;
1192
1072
  blockNumber: string;
1193
1073
  transactionHash: string;
@@ -1197,8 +1077,6 @@ export declare type EventsQuery = {
1197
1077
  sender: string;
1198
1078
  role: string;
1199
1079
  account: string;
1200
- order: string;
1201
- logIndex: string;
1202
1080
  id: string;
1203
1081
  blockNumber: string;
1204
1082
  transactionHash: string;
@@ -1210,8 +1088,6 @@ export declare type EventsQuery = {
1210
1088
  operator: string;
1211
1089
  data: string;
1212
1090
  amount: string;
1213
- order: string;
1214
- logIndex: string;
1215
1091
  id: string;
1216
1092
  blockNumber: string;
1217
1093
  transactionHash: string;
@@ -1223,8 +1099,6 @@ export declare type EventsQuery = {
1223
1099
  subscriber: string;
1224
1100
  publisher: string;
1225
1101
  indexId: string;
1226
- order: string;
1227
- logIndex: string;
1228
1102
  id: string;
1229
1103
  blockNumber: string;
1230
1104
  transactionHash: string;
@@ -1239,8 +1113,6 @@ export declare type EventsQuery = {
1239
1113
  publisher: string;
1240
1114
  indexId: string;
1241
1115
  amount: string;
1242
- order: string;
1243
- logIndex: string;
1244
1116
  id: string;
1245
1117
  blockNumber: string;
1246
1118
  transactionHash: string;
@@ -1255,8 +1127,6 @@ export declare type EventsQuery = {
1255
1127
  publisher: string;
1256
1128
  indexId: string;
1257
1129
  token: string;
1258
- order: string;
1259
- logIndex: string;
1260
1130
  id: string;
1261
1131
  blockNumber: string;
1262
1132
  transactionHash: string;
@@ -1273,8 +1143,6 @@ export declare type EventsQuery = {
1273
1143
  publisher: string;
1274
1144
  oldUnits: string;
1275
1145
  indexId: string;
1276
- order: string;
1277
- logIndex: string;
1278
1146
  id: string;
1279
1147
  blockNumber: string;
1280
1148
  transactionHash: string;
@@ -1285,8 +1153,6 @@ export declare type EventsQuery = {
1285
1153
  } | {
1286
1154
  __typename: 'SuperTokenCreatedEvent';
1287
1155
  token: string;
1288
- order: string;
1289
- logIndex: string;
1290
1156
  id: string;
1291
1157
  blockNumber: string;
1292
1158
  transactionHash: string;
@@ -1294,8 +1160,6 @@ export declare type EventsQuery = {
1294
1160
  } | {
1295
1161
  __typename: 'SuperTokenFactoryUpdatedEvent';
1296
1162
  newFactory: string;
1297
- order: string;
1298
- logIndex: string;
1299
1163
  id: string;
1300
1164
  blockNumber: string;
1301
1165
  transactionHash: string;
@@ -1303,8 +1167,6 @@ export declare type EventsQuery = {
1303
1167
  } | {
1304
1168
  __typename: 'SuperTokenLogicCreatedEvent';
1305
1169
  tokenLogic: string;
1306
- order: string;
1307
- logIndex: string;
1308
1170
  id: string;
1309
1171
  blockNumber: string;
1310
1172
  transactionHash: string;
@@ -1313,8 +1175,6 @@ export declare type EventsQuery = {
1313
1175
  __typename: 'SuperTokenLogicUpdatedEvent';
1314
1176
  token: string;
1315
1177
  code: string;
1316
- order: string;
1317
- logIndex: string;
1318
1178
  id: string;
1319
1179
  blockNumber: string;
1320
1180
  transactionHash: string;
@@ -1323,8 +1183,6 @@ export declare type EventsQuery = {
1323
1183
  __typename: 'TokenDowngradedEvent';
1324
1184
  token: string;
1325
1185
  amount: string;
1326
- order: string;
1327
- logIndex: string;
1328
1186
  id: string;
1329
1187
  blockNumber: string;
1330
1188
  transactionHash: string;
@@ -1336,8 +1194,6 @@ export declare type EventsQuery = {
1336
1194
  __typename: 'TokenUpgradedEvent';
1337
1195
  amount: string;
1338
1196
  token: string;
1339
- order: string;
1340
- logIndex: string;
1341
1197
  id: string;
1342
1198
  blockNumber: string;
1343
1199
  transactionHash: string;
@@ -1349,8 +1205,6 @@ export declare type EventsQuery = {
1349
1205
  __typename: 'TransferEvent';
1350
1206
  value: string;
1351
1207
  token: string;
1352
- order: string;
1353
- logIndex: string;
1354
1208
  id: string;
1355
1209
  blockNumber: string;
1356
1210
  transactionHash: string;
@@ -1368,8 +1222,6 @@ export declare type EventsQuery = {
1368
1222
  forwarder: string;
1369
1223
  enabled: boolean;
1370
1224
  superToken: string;
1371
- order: string;
1372
- logIndex: string;
1373
1225
  id: string;
1374
1226
  blockNumber: string;
1375
1227
  transactionHash: string;