@superfluid-finance/sdk-core 0.5.8 → 0.5.10-dev.99ada30.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 (193) hide show
  1. package/CHANGELOG.md +11 -84
  2. package/dist/index.umd.js +30796 -31428
  3. package/dist/main/Framework.d.ts +1 -1
  4. package/dist/main/Framework.d.ts.map +1 -1
  5. package/dist/main/Framework.js.map +1 -1
  6. package/dist/main/Operation.d.ts +1 -1
  7. package/dist/main/Operation.d.ts.map +1 -1
  8. package/dist/main/SFError.d.ts +1 -1
  9. package/dist/main/SFError.d.ts.map +1 -1
  10. package/dist/main/SuperToken.js.map +1 -1
  11. package/dist/main/defaultSubgraphReleaseTag.json +1 -1
  12. package/dist/main/events.d.ts +4 -4
  13. package/dist/main/events.d.ts.map +1 -1
  14. package/dist/main/interfaces.d.ts +6 -6
  15. package/dist/main/interfaces.d.ts.map +1 -1
  16. package/dist/main/ordering.d.ts +1 -1
  17. package/dist/main/ordering.d.ts.map +1 -1
  18. package/dist/main/pagination.d.ts +5 -5
  19. package/dist/main/pagination.d.ts.map +1 -1
  20. package/dist/main/subgraph/SubgraphClient.d.ts +2 -2
  21. package/dist/main/subgraph/SubgraphClient.d.ts.map +1 -1
  22. package/dist/main/subgraph/SubgraphClient.js +1 -1
  23. package/dist/main/subgraph/SubgraphClient.js.map +1 -1
  24. package/dist/main/subgraph/entities/account/account.d.ts +1 -1
  25. package/dist/main/subgraph/entities/account/account.d.ts.map +1 -1
  26. package/dist/main/subgraph/entities/account/accounts.generated.d.ts +2 -2
  27. package/dist/main/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
  28. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +1 -1
  29. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  30. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +2 -2
  31. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
  32. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts +1 -1
  33. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -1
  34. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +2 -2
  35. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
  36. package/dist/main/subgraph/entities/index/index.d.ts +1 -1
  37. package/dist/main/subgraph/entities/index/index.d.ts.map +1 -1
  38. package/dist/main/subgraph/entities/index/indexes.generated.d.ts +2 -2
  39. package/dist/main/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
  40. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts +1 -1
  41. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
  42. package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +2 -2
  43. package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
  44. package/dist/main/subgraph/entities/stream/stream.d.ts +1 -1
  45. package/dist/main/subgraph/entities/stream/stream.d.ts.map +1 -1
  46. package/dist/main/subgraph/entities/stream/streams.generated.d.ts +2 -2
  47. package/dist/main/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
  48. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts +1 -1
  49. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
  50. package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +2 -2
  51. package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
  52. package/dist/main/subgraph/entities/token/token.d.ts +1 -1
  53. package/dist/main/subgraph/entities/token/token.d.ts.map +1 -1
  54. package/dist/main/subgraph/entities/token/tokens.generated.d.ts +2 -2
  55. package/dist/main/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  56. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts +1 -1
  57. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
  58. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +2 -2
  59. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
  60. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts +1 -1
  61. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -1
  62. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +2 -2
  63. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -1
  64. package/dist/main/subgraph/events/events.d.ts +1 -1
  65. package/dist/main/subgraph/events/events.d.ts.map +1 -1
  66. package/dist/main/subgraph/events/events.generated.d.ts +76 -76
  67. package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
  68. package/dist/main/subgraph/events/flowUpdatedEvent.d.ts +1 -1
  69. package/dist/main/subgraph/events/flowUpdatedEvent.d.ts.map +1 -1
  70. package/dist/main/subgraph/events/indexUpdatedEvent.d.ts +1 -1
  71. package/dist/main/subgraph/events/indexUpdatedEvent.d.ts.map +1 -1
  72. package/dist/main/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts +1 -1
  73. package/dist/main/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts.map +1 -1
  74. package/dist/main/subgraph/events/transferEvents.d.ts +1 -1
  75. package/dist/main/subgraph/events/transferEvents.d.ts.map +1 -1
  76. package/dist/main/subgraph/mappedSubgraphTypes.d.ts +5 -5
  77. package/dist/main/subgraph/mappedSubgraphTypes.d.ts.map +1 -1
  78. package/dist/main/subgraph/meta/meta.d.ts +1 -1
  79. package/dist/main/subgraph/meta/meta.d.ts.map +1 -1
  80. package/dist/main/subgraph/meta/meta.generated.d.ts +2 -2
  81. package/dist/main/subgraph/meta/meta.generated.d.ts.map +1 -1
  82. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +2 -2
  83. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
  84. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +2 -2
  85. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  86. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts +2 -2
  87. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
  88. package/dist/main/subgraph/queries/getIndexes.generated.d.ts +2 -2
  89. package/dist/main/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
  90. package/dist/main/subgraph/queries/getStreams.generated.d.ts +2 -2
  91. package/dist/main/subgraph/queries/getStreams.generated.d.ts.map +1 -1
  92. package/dist/main/subgraph/queries/getTokens.generated.d.ts +2 -2
  93. package/dist/main/subgraph/queries/getTokens.generated.d.ts.map +1 -1
  94. package/dist/main/subgraph/schema.generated.d.ts +98 -61
  95. package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
  96. package/dist/main/types.d.ts +2 -2
  97. package/dist/main/types.d.ts.map +1 -1
  98. package/dist/module/Framework.d.ts +1 -1
  99. package/dist/module/Framework.d.ts.map +1 -1
  100. package/dist/module/Framework.js.map +1 -1
  101. package/dist/module/Operation.d.ts +1 -1
  102. package/dist/module/Operation.d.ts.map +1 -1
  103. package/dist/module/SFError.d.ts +1 -1
  104. package/dist/module/SFError.d.ts.map +1 -1
  105. package/dist/module/SuperToken.js.map +1 -1
  106. package/dist/module/defaultSubgraphReleaseTag.json +1 -1
  107. package/dist/module/events.d.ts +4 -4
  108. package/dist/module/events.d.ts.map +1 -1
  109. package/dist/module/interfaces.d.ts +6 -6
  110. package/dist/module/interfaces.d.ts.map +1 -1
  111. package/dist/module/ordering.d.ts +1 -1
  112. package/dist/module/ordering.d.ts.map +1 -1
  113. package/dist/module/pagination.d.ts +5 -5
  114. package/dist/module/pagination.d.ts.map +1 -1
  115. package/dist/module/subgraph/SubgraphClient.d.ts +2 -2
  116. package/dist/module/subgraph/SubgraphClient.d.ts.map +1 -1
  117. package/dist/module/subgraph/SubgraphClient.js +1 -1
  118. package/dist/module/subgraph/SubgraphClient.js.map +1 -1
  119. package/dist/module/subgraph/entities/account/account.d.ts +1 -1
  120. package/dist/module/subgraph/entities/account/account.d.ts.map +1 -1
  121. package/dist/module/subgraph/entities/account/accounts.generated.d.ts +2 -2
  122. package/dist/module/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
  123. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +1 -1
  124. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  125. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +2 -2
  126. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
  127. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts +1 -1
  128. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -1
  129. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +2 -2
  130. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
  131. package/dist/module/subgraph/entities/index/index.d.ts +1 -1
  132. package/dist/module/subgraph/entities/index/index.d.ts.map +1 -1
  133. package/dist/module/subgraph/entities/index/indexes.generated.d.ts +2 -2
  134. package/dist/module/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
  135. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts +1 -1
  136. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
  137. package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +2 -2
  138. package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
  139. package/dist/module/subgraph/entities/stream/stream.d.ts +1 -1
  140. package/dist/module/subgraph/entities/stream/stream.d.ts.map +1 -1
  141. package/dist/module/subgraph/entities/stream/streams.generated.d.ts +2 -2
  142. package/dist/module/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
  143. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts +1 -1
  144. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
  145. package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +2 -2
  146. package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
  147. package/dist/module/subgraph/entities/token/token.d.ts +1 -1
  148. package/dist/module/subgraph/entities/token/token.d.ts.map +1 -1
  149. package/dist/module/subgraph/entities/token/tokens.generated.d.ts +2 -2
  150. package/dist/module/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  151. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts +1 -1
  152. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
  153. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +2 -2
  154. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
  155. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts +1 -1
  156. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -1
  157. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +2 -2
  158. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -1
  159. package/dist/module/subgraph/events/events.d.ts +1 -1
  160. package/dist/module/subgraph/events/events.d.ts.map +1 -1
  161. package/dist/module/subgraph/events/events.generated.d.ts +76 -76
  162. package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
  163. package/dist/module/subgraph/events/flowUpdatedEvent.d.ts +1 -1
  164. package/dist/module/subgraph/events/flowUpdatedEvent.d.ts.map +1 -1
  165. package/dist/module/subgraph/events/indexUpdatedEvent.d.ts +1 -1
  166. package/dist/module/subgraph/events/indexUpdatedEvent.d.ts.map +1 -1
  167. package/dist/module/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts +1 -1
  168. package/dist/module/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts.map +1 -1
  169. package/dist/module/subgraph/events/transferEvents.d.ts +1 -1
  170. package/dist/module/subgraph/events/transferEvents.d.ts.map +1 -1
  171. package/dist/module/subgraph/mappedSubgraphTypes.d.ts +5 -5
  172. package/dist/module/subgraph/mappedSubgraphTypes.d.ts.map +1 -1
  173. package/dist/module/subgraph/meta/meta.d.ts +1 -1
  174. package/dist/module/subgraph/meta/meta.d.ts.map +1 -1
  175. package/dist/module/subgraph/meta/meta.generated.d.ts +2 -2
  176. package/dist/module/subgraph/meta/meta.generated.d.ts.map +1 -1
  177. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +2 -2
  178. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
  179. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +2 -2
  180. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  181. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts +2 -2
  182. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
  183. package/dist/module/subgraph/queries/getIndexes.generated.d.ts +2 -2
  184. package/dist/module/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
  185. package/dist/module/subgraph/queries/getStreams.generated.d.ts +2 -2
  186. package/dist/module/subgraph/queries/getStreams.generated.d.ts.map +1 -1
  187. package/dist/module/subgraph/queries/getTokens.generated.d.ts +2 -2
  188. package/dist/module/subgraph/queries/getTokens.generated.d.ts.map +1 -1
  189. package/dist/module/subgraph/schema.generated.d.ts +98 -61
  190. package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
  191. package/dist/module/types.d.ts +2 -2
  192. package/dist/module/types.d.ts.map +1 -1
  193. package/package.json +10 -9
@@ -1,14 +1,14 @@
1
- export declare type Maybe<T> = T | undefined;
2
- export declare type InputMaybe<T> = T | undefined | null;
3
- export declare type Exact<T extends {
1
+ export type Maybe<T> = T | undefined;
2
+ export type InputMaybe<T> = T | undefined | null;
3
+ export type Exact<T extends {
4
4
  [key: string]: unknown;
5
5
  }> = {
6
6
  [K in keyof T]: T[K];
7
7
  };
8
- export declare type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
8
+ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
9
9
  [SubKey in K]?: Maybe<T[SubKey]>;
10
10
  };
11
- export declare type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
11
+ export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
12
12
  [SubKey in K]: Maybe<T[SubKey]>;
13
13
  };
14
14
  /** All built-in and custom scalars, mapped to their actual values */
@@ -266,7 +266,7 @@ export interface AccountTokenSnapshotLog_Filter {
266
266
  triggeredByEventName_starts_with?: InputMaybe<Scalars['String']>;
267
267
  triggeredByEventName_starts_with_nocase?: InputMaybe<Scalars['String']>;
268
268
  }
269
- export declare type AccountTokenSnapshotLog_OrderBy = 'account' | 'accountTokenSnapshot' | 'balance' | 'blockNumber' | 'id' | 'logIndex' | 'maybeCriticalAtTimestamp' | 'order' | 'timestamp' | 'token' | 'totalAmountStreamed' | 'totalAmountStreamedIn' | 'totalAmountStreamedOut' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'transactionHash' | 'triggeredByEventName';
269
+ export type AccountTokenSnapshotLog_OrderBy = 'account' | 'accountTokenSnapshot' | 'balance' | 'blockNumber' | 'id' | 'logIndex' | 'maybeCriticalAtTimestamp' | 'order' | 'timestamp' | 'token' | 'totalAmountStreamed' | 'totalAmountStreamedIn' | 'totalAmountStreamedOut' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'transactionHash' | 'triggeredByEventName';
270
270
  export interface AccountTokenSnapshot_Filter {
271
271
  _change_block?: InputMaybe<BlockChangedFilter>;
272
272
  account?: InputMaybe<Scalars['String']>;
@@ -454,7 +454,7 @@ export interface AccountTokenSnapshot_Filter {
454
454
  updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
455
455
  updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
456
456
  }
457
- export declare type AccountTokenSnapshot_OrderBy = 'account' | 'accountTokenSnapshotLogs' | 'balanceUntilUpdatedAt' | 'flowOperators' | 'id' | 'isLiquidationEstimateOptimistic' | 'maybeCriticalAtTimestamp' | 'token' | 'totalAmountStreamedInUntilUpdatedAt' | 'totalAmountStreamedOutUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
457
+ export type AccountTokenSnapshot_OrderBy = 'account' | 'accountTokenSnapshotLogs' | 'balanceUntilUpdatedAt' | 'flowOperators' | 'id' | 'isLiquidationEstimateOptimistic' | 'maybeCriticalAtTimestamp' | 'token' | 'totalAmountStreamedInUntilUpdatedAt' | 'totalAmountStreamedOutUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
458
458
  export interface Account_Filter {
459
459
  _change_block?: InputMaybe<BlockChangedFilter>;
460
460
  accountTokenSnapshots_?: InputMaybe<AccountTokenSnapshot_Filter>;
@@ -511,7 +511,7 @@ export interface Account_Filter {
511
511
  updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
512
512
  updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
513
513
  }
514
- export declare type Account_OrderBy = 'accountTokenSnapshots' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'inflows' | 'isSuperApp' | 'outflows' | 'publishedIndexes' | 'receivedTransferEvents' | 'sentTransferEvents' | 'subscriptions' | 'tokenDowngradedEvents' | 'tokenUpgradedEvents' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
514
+ export type Account_OrderBy = 'accountTokenSnapshots' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'inflows' | 'isSuperApp' | 'outflows' | 'publishedIndexes' | 'receivedTransferEvents' | 'sentTransferEvents' | 'subscriptions' | 'tokenDowngradedEvents' | 'tokenUpgradedEvents' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
515
515
  export interface AgreementClassRegisteredEvent_Filter {
516
516
  _change_block?: InputMaybe<BlockChangedFilter>;
517
517
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -607,7 +607,7 @@ export interface AgreementClassRegisteredEvent_Filter {
607
607
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
608
608
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
609
609
  }
610
- export declare type AgreementClassRegisteredEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
610
+ export type AgreementClassRegisteredEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
611
611
  export interface AgreementClassUpdatedEvent_Filter {
612
612
  _change_block?: InputMaybe<BlockChangedFilter>;
613
613
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -703,7 +703,7 @@ export interface AgreementClassUpdatedEvent_Filter {
703
703
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
704
704
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
705
705
  }
706
- export declare type AgreementClassUpdatedEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
706
+ export type AgreementClassUpdatedEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
707
707
  export interface AgreementLiquidatedByEvent_Filter {
708
708
  _change_block?: InputMaybe<BlockChangedFilter>;
709
709
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -746,6 +746,14 @@ export interface AgreementLiquidatedByEvent_Filter {
746
746
  bondAccount_not?: InputMaybe<Scalars['Bytes']>;
747
747
  bondAccount_not_contains?: InputMaybe<Scalars['Bytes']>;
748
748
  bondAccount_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
749
+ deposit?: InputMaybe<Scalars['BigInt']>;
750
+ deposit_gt?: InputMaybe<Scalars['BigInt']>;
751
+ deposit_gte?: InputMaybe<Scalars['BigInt']>;
752
+ deposit_in?: InputMaybe<Array<Scalars['BigInt']>>;
753
+ deposit_lt?: InputMaybe<Scalars['BigInt']>;
754
+ deposit_lte?: InputMaybe<Scalars['BigInt']>;
755
+ deposit_not?: InputMaybe<Scalars['BigInt']>;
756
+ deposit_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
749
757
  gasPrice?: InputMaybe<Scalars['BigInt']>;
750
758
  gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
751
759
  gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
@@ -839,7 +847,7 @@ export interface AgreementLiquidatedByEvent_Filter {
839
847
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
840
848
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
841
849
  }
842
- export declare type AgreementLiquidatedByEvent_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'bailoutAmount' | 'blockNumber' | 'bondAccount' | 'gasPrice' | 'id' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'penaltyAccount' | 'rewardAmount' | 'timestamp' | 'token' | 'transactionHash';
850
+ export type AgreementLiquidatedByEvent_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'bailoutAmount' | 'blockNumber' | 'bondAccount' | 'deposit' | 'gasPrice' | 'id' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'penaltyAccount' | 'rewardAmount' | 'timestamp' | 'token' | 'transactionHash';
843
851
  export interface AgreementLiquidatedV2Event_Filter {
844
852
  _change_block?: InputMaybe<BlockChangedFilter>;
845
853
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -868,6 +876,14 @@ export interface AgreementLiquidatedV2Event_Filter {
868
876
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
869
877
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
870
878
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
879
+ deposit?: InputMaybe<Scalars['BigInt']>;
880
+ deposit_gt?: InputMaybe<Scalars['BigInt']>;
881
+ deposit_gte?: InputMaybe<Scalars['BigInt']>;
882
+ deposit_in?: InputMaybe<Array<Scalars['BigInt']>>;
883
+ deposit_lt?: InputMaybe<Scalars['BigInt']>;
884
+ deposit_lte?: InputMaybe<Scalars['BigInt']>;
885
+ deposit_not?: InputMaybe<Scalars['BigInt']>;
886
+ deposit_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
871
887
  gasPrice?: InputMaybe<Scalars['BigInt']>;
872
888
  gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
873
889
  gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
@@ -997,7 +1013,7 @@ export interface AgreementLiquidatedV2Event_Filter {
997
1013
  version_not?: InputMaybe<Scalars['BigInt']>;
998
1014
  version_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
999
1015
  }
1000
- export declare type AgreementLiquidatedV2Event_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'blockNumber' | 'gasPrice' | 'id' | 'liquidationType' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'rewardAccount' | 'rewardAmount' | 'rewardAmountReceiver' | 'targetAccount' | 'targetAccountBalanceDelta' | 'timestamp' | 'token' | 'transactionHash' | 'version';
1016
+ export type AgreementLiquidatedV2Event_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'blockNumber' | 'deposit' | 'gasPrice' | 'id' | 'liquidationType' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'rewardAccount' | 'rewardAmount' | 'rewardAmountReceiver' | 'targetAccount' | 'targetAccountBalanceDelta' | 'timestamp' | 'token' | 'transactionHash' | 'version';
1001
1017
  export interface AppRegisteredEvent_Filter {
1002
1018
  _change_block?: InputMaybe<BlockChangedFilter>;
1003
1019
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1087,7 +1103,7 @@ export interface AppRegisteredEvent_Filter {
1087
1103
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1088
1104
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1089
1105
  }
1090
- export declare type AppRegisteredEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
1106
+ export type AppRegisteredEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
1091
1107
  export interface BlockChangedFilter {
1092
1108
  number_gte: Scalars['Int'];
1093
1109
  }
@@ -1217,7 +1233,7 @@ export interface BurnedEvent_Filter {
1217
1233
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1218
1234
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1219
1235
  }
1220
- export declare type BurnedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'token' | 'transactionHash';
1236
+ export type BurnedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'token' | 'transactionHash';
1221
1237
  export interface CfAv1LiquidationPeriodChangedEvent_Filter {
1222
1238
  _change_block?: InputMaybe<BlockChangedFilter>;
1223
1239
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1331,7 +1347,7 @@ export interface CfAv1LiquidationPeriodChangedEvent_Filter {
1331
1347
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1332
1348
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1333
1349
  }
1334
- export declare type CfAv1LiquidationPeriodChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
1350
+ export type CfAv1LiquidationPeriodChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
1335
1351
  export interface ConfigChangedEvent_Filter {
1336
1352
  _change_block?: InputMaybe<BlockChangedFilter>;
1337
1353
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1451,7 +1467,7 @@ export interface ConfigChangedEvent_Filter {
1451
1467
  value_not?: InputMaybe<Scalars['BigInt']>;
1452
1468
  value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1453
1469
  }
1454
- export declare type ConfigChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'key' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash' | 'value';
1470
+ export type ConfigChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'key' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash' | 'value';
1455
1471
  export interface CustomSuperTokenCreatedEvent_Filter {
1456
1472
  _change_block?: InputMaybe<BlockChangedFilter>;
1457
1473
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1541,7 +1557,7 @@ export interface CustomSuperTokenCreatedEvent_Filter {
1541
1557
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1542
1558
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1543
1559
  }
1544
- export declare type CustomSuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
1560
+ export type CustomSuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
1545
1561
  export interface Event_Filter {
1546
1562
  _change_block?: InputMaybe<BlockChangedFilter>;
1547
1563
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1625,7 +1641,7 @@ export interface Event_Filter {
1625
1641
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1626
1642
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1627
1643
  }
1628
- export declare type Event_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
1644
+ export type Event_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
1629
1645
  export interface FlowOperatorUpdatedEvent_Filter {
1630
1646
  _change_block?: InputMaybe<BlockChangedFilter>;
1631
1647
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1758,7 +1774,7 @@ export interface FlowOperatorUpdatedEvent_Filter {
1758
1774
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1759
1775
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1760
1776
  }
1761
- export declare type FlowOperatorUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'flowOperator' | 'flowRateAllowance' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'permissions' | 'sender' | 'timestamp' | 'token' | 'transactionHash';
1777
+ export type FlowOperatorUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'flowOperator' | 'flowRateAllowance' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'permissions' | 'sender' | 'timestamp' | 'token' | 'transactionHash';
1762
1778
  export interface FlowOperator_Filter {
1763
1779
  _change_block?: InputMaybe<BlockChangedFilter>;
1764
1780
  accountTokenSnapshot?: InputMaybe<Scalars['String']>;
@@ -1896,7 +1912,7 @@ export interface FlowOperator_Filter {
1896
1912
  updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
1897
1913
  updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1898
1914
  }
1899
- export declare type FlowOperator_OrderBy = 'accountTokenSnapshot' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'flowOperator' | 'flowOperatorUpdatedEvents' | 'flowRateAllowanceGranted' | 'flowRateAllowanceRemaining' | 'id' | 'permissions' | 'sender' | 'token' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
1915
+ export type FlowOperator_OrderBy = 'accountTokenSnapshot' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'flowOperator' | 'flowOperatorUpdatedEvents' | 'flowRateAllowanceGranted' | 'flowRateAllowanceRemaining' | 'id' | 'permissions' | 'sender' | 'token' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
1900
1916
  export interface FlowUpdatedEvent_Filter {
1901
1917
  _change_block?: InputMaybe<BlockChangedFilter>;
1902
1918
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2087,7 +2103,7 @@ export interface FlowUpdatedEvent_Filter {
2087
2103
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
2088
2104
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2089
2105
  }
2090
- export declare type FlowUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'deposit' | 'flowOperator' | 'flowRate' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'oldFlowRate' | 'order' | 'receiver' | 'sender' | 'stream' | 'timestamp' | 'token' | 'totalAmountStreamedUntilTimestamp' | 'totalReceiverFlowRate' | 'totalSenderFlowRate' | 'transactionHash' | 'type' | 'userData';
2106
+ export type FlowUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'deposit' | 'flowOperator' | 'flowRate' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'oldFlowRate' | 'order' | 'receiver' | 'sender' | 'stream' | 'timestamp' | 'token' | 'totalAmountStreamedUntilTimestamp' | 'totalReceiverFlowRate' | 'totalSenderFlowRate' | 'transactionHash' | 'type' | 'userData';
2091
2107
  export interface GovernanceReplacedEvent_Filter {
2092
2108
  _change_block?: InputMaybe<BlockChangedFilter>;
2093
2109
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2183,7 +2199,7 @@ export interface GovernanceReplacedEvent_Filter {
2183
2199
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
2184
2200
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2185
2201
  }
2186
- export declare type GovernanceReplacedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newGovernance' | 'oldGovernance' | 'order' | 'timestamp' | 'transactionHash';
2202
+ export type GovernanceReplacedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newGovernance' | 'oldGovernance' | 'order' | 'timestamp' | 'transactionHash';
2187
2203
  export interface IndexCreatedEvent_Filter {
2188
2204
  _change_block?: InputMaybe<BlockChangedFilter>;
2189
2205
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2314,7 +2330,7 @@ export interface IndexCreatedEvent_Filter {
2314
2330
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
2315
2331
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2316
2332
  }
2317
- export declare type IndexCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
2333
+ export type IndexCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
2318
2334
  export interface IndexDistributionClaimedEvent_Filter {
2319
2335
  _change_block?: InputMaybe<BlockChangedFilter>;
2320
2336
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2453,7 +2469,7 @@ export interface IndexDistributionClaimedEvent_Filter {
2453
2469
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
2454
2470
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2455
2471
  }
2456
- export declare type IndexDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash';
2472
+ export type IndexDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash';
2457
2473
  export interface IndexSubscribedEvent_Filter {
2458
2474
  _change_block?: InputMaybe<BlockChangedFilter>;
2459
2475
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2590,7 +2606,7 @@ export interface IndexSubscribedEvent_Filter {
2590
2606
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
2591
2607
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2592
2608
  }
2593
- export declare type IndexSubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
2609
+ export type IndexSubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
2594
2610
  export interface IndexSubscription_Filter {
2595
2611
  _change_block?: InputMaybe<BlockChangedFilter>;
2596
2612
  approved?: InputMaybe<Scalars['Boolean']>;
@@ -2708,7 +2724,7 @@ export interface IndexSubscription_Filter {
2708
2724
  updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
2709
2725
  updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2710
2726
  }
2711
- export declare type IndexSubscription_OrderBy = 'approved' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'index' | 'indexValueUntilUpdatedAt' | 'subscriber' | 'subscriptionApprovedEvents' | 'subscriptionDistributionClaimedEvents' | 'subscriptionRevokedEvents' | 'subscriptionUnitsUpdatedEvents' | 'totalAmountReceivedUntilUpdatedAt' | 'units' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
2727
+ export type IndexSubscription_OrderBy = 'approved' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'index' | 'indexValueUntilUpdatedAt' | 'subscriber' | 'subscriptionApprovedEvents' | 'subscriptionDistributionClaimedEvents' | 'subscriptionRevokedEvents' | 'subscriptionUnitsUpdatedEvents' | 'totalAmountReceivedUntilUpdatedAt' | 'units' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
2712
2728
  export interface IndexUnitsUpdatedEvent_Filter {
2713
2729
  _change_block?: InputMaybe<BlockChangedFilter>;
2714
2730
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2861,7 +2877,7 @@ export interface IndexUnitsUpdatedEvent_Filter {
2861
2877
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
2862
2878
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2863
2879
  }
2864
- export declare type IndexUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
2880
+ export type IndexUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
2865
2881
  export interface IndexUnsubscribedEvent_Filter {
2866
2882
  _change_block?: InputMaybe<BlockChangedFilter>;
2867
2883
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2998,7 +3014,7 @@ export interface IndexUnsubscribedEvent_Filter {
2998
3014
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
2999
3015
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3000
3016
  }
3001
- export declare type IndexUnsubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
3017
+ export type IndexUnsubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
3002
3018
  export interface IndexUpdatedEvent_Filter {
3003
3019
  _change_block?: InputMaybe<BlockChangedFilter>;
3004
3020
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3161,7 +3177,7 @@ export interface IndexUpdatedEvent_Filter {
3161
3177
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
3162
3178
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3163
3179
  }
3164
- export declare type IndexUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'newIndexValue' | 'oldIndexValue' | 'order' | 'publisher' | 'timestamp' | 'token' | 'totalUnitsApproved' | 'totalUnitsPending' | 'transactionHash' | 'userData';
3180
+ export type IndexUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'newIndexValue' | 'oldIndexValue' | 'order' | 'publisher' | 'timestamp' | 'token' | 'totalUnitsApproved' | 'totalUnitsPending' | 'transactionHash' | 'userData';
3165
3181
  export interface Index_Filter {
3166
3182
  _change_block?: InputMaybe<BlockChangedFilter>;
3167
3183
  createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
@@ -3330,7 +3346,7 @@ export interface Index_Filter {
3330
3346
  updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
3331
3347
  updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3332
3348
  }
3333
- export declare type Index_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'indexCreatedEvent' | 'indexDistributionClaimedEvents' | 'indexId' | 'indexSubscribedEvents' | 'indexUnitsUpdatedEvents' | 'indexUnsubscribedEvents' | 'indexUpdatedEvents' | 'indexValue' | 'publisher' | 'subscriptions' | 'token' | 'totalAmountDistributedUntilUpdatedAt' | 'totalSubscriptionsWithUnits' | 'totalUnits' | 'totalUnitsApproved' | 'totalUnitsPending' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
3349
+ export type Index_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'indexCreatedEvent' | 'indexDistributionClaimedEvents' | 'indexId' | 'indexSubscribedEvents' | 'indexUnitsUpdatedEvents' | 'indexUnsubscribedEvents' | 'indexUpdatedEvents' | 'indexValue' | 'publisher' | 'subscriptions' | 'token' | 'totalAmountDistributedUntilUpdatedAt' | 'totalSubscriptionsWithUnits' | 'totalUnits' | 'totalUnitsApproved' | 'totalUnitsPending' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
3334
3350
  export interface JailEvent_Filter {
3335
3351
  _change_block?: InputMaybe<BlockChangedFilter>;
3336
3352
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3428,7 +3444,7 @@ export interface JailEvent_Filter {
3428
3444
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3429
3445
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3430
3446
  }
3431
- export declare type JailEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'reason' | 'timestamp' | 'transactionHash';
3447
+ export type JailEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'reason' | 'timestamp' | 'transactionHash';
3432
3448
  export interface MintedEvent_Filter {
3433
3449
  _change_block?: InputMaybe<BlockChangedFilter>;
3434
3450
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3550,8 +3566,8 @@ export interface MintedEvent_Filter {
3550
3566
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3551
3567
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3552
3568
  }
3553
- export declare type MintedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash';
3554
- export declare type OrderDirection = 'asc' | 'desc';
3569
+ export type MintedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash';
3570
+ export type OrderDirection = 'asc' | 'desc';
3555
3571
  export interface PppConfigurationChangedEvent_Filter {
3556
3572
  _change_block?: InputMaybe<BlockChangedFilter>;
3557
3573
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3673,7 +3689,7 @@ export interface PppConfigurationChangedEvent_Filter {
3673
3689
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3674
3690
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3675
3691
  }
3676
- export declare type PppConfigurationChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'patricianPeriod' | 'superToken' | 'timestamp' | 'transactionHash';
3692
+ export type PppConfigurationChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'patricianPeriod' | 'superToken' | 'timestamp' | 'transactionHash';
3677
3693
  export interface ResolverEntry_Filter {
3678
3694
  _change_block?: InputMaybe<BlockChangedFilter>;
3679
3695
  createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
@@ -3732,7 +3748,7 @@ export interface ResolverEntry_Filter {
3732
3748
  updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
3733
3749
  updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3734
3750
  }
3735
- export declare type ResolverEntry_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'isListed' | 'isToken' | 'setEvents' | 'targetAddress' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
3751
+ export type ResolverEntry_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'isListed' | 'isToken' | 'setEvents' | 'targetAddress' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
3736
3752
  export interface RewardAddressChangedEvent_Filter {
3737
3753
  _change_block?: InputMaybe<BlockChangedFilter>;
3738
3754
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3844,7 +3860,7 @@ export interface RewardAddressChangedEvent_Filter {
3844
3860
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3845
3861
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3846
3862
  }
3847
- export declare type RewardAddressChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'rewardAddress' | 'superToken' | 'timestamp' | 'transactionHash';
3863
+ export type RewardAddressChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'rewardAddress' | 'superToken' | 'timestamp' | 'transactionHash';
3848
3864
  export interface RoleAdminChangedEvent_Filter {
3849
3865
  _change_block?: InputMaybe<BlockChangedFilter>;
3850
3866
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3946,7 +3962,7 @@ export interface RoleAdminChangedEvent_Filter {
3946
3962
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3947
3963
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3948
3964
  }
3949
- export declare type RoleAdminChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newAdminRole' | 'order' | 'previousAdminRole' | 'role' | 'timestamp' | 'transactionHash';
3965
+ export type RoleAdminChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newAdminRole' | 'order' | 'previousAdminRole' | 'role' | 'timestamp' | 'transactionHash';
3950
3966
  export interface RoleGrantedEvent_Filter {
3951
3967
  _change_block?: InputMaybe<BlockChangedFilter>;
3952
3968
  account?: InputMaybe<Scalars['Bytes']>;
@@ -4048,7 +4064,7 @@ export interface RoleGrantedEvent_Filter {
4048
4064
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
4049
4065
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4050
4066
  }
4051
- export declare type RoleGrantedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
4067
+ export type RoleGrantedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
4052
4068
  export interface RoleRevokedEvent_Filter {
4053
4069
  _change_block?: InputMaybe<BlockChangedFilter>;
4054
4070
  account?: InputMaybe<Scalars['Bytes']>;
@@ -4150,7 +4166,7 @@ export interface RoleRevokedEvent_Filter {
4150
4166
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
4151
4167
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4152
4168
  }
4153
- export declare type RoleRevokedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
4169
+ export type RoleRevokedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
4154
4170
  export interface SfMeta_Filter {
4155
4171
  _change_block?: InputMaybe<BlockChangedFilter>;
4156
4172
  blockNumber?: InputMaybe<Scalars['BigInt']>;
@@ -4218,7 +4234,7 @@ export interface SfMeta_Filter {
4218
4234
  timestamp_not?: InputMaybe<Scalars['BigInt']>;
4219
4235
  timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4220
4236
  }
4221
- export declare type SfMeta_OrderBy = 'blockNumber' | 'branch' | 'configuration' | 'id' | 'timestamp';
4237
+ export type SfMeta_OrderBy = 'blockNumber' | 'branch' | 'configuration' | 'id' | 'timestamp';
4222
4238
  export interface SentEvent_Filter {
4223
4239
  _change_block?: InputMaybe<BlockChangedFilter>;
4224
4240
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -4346,7 +4362,7 @@ export interface SentEvent_Filter {
4346
4362
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
4347
4363
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4348
4364
  }
4349
- export declare type SentEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash';
4365
+ export type SentEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash';
4350
4366
  export interface SetEvent_Filter {
4351
4367
  _change_block?: InputMaybe<BlockChangedFilter>;
4352
4368
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -4463,7 +4479,7 @@ export interface SetEvent_Filter {
4463
4479
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
4464
4480
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4465
4481
  }
4466
- export declare type SetEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'hashedName' | 'id' | 'logIndex' | 'name' | 'order' | 'resolverEntry' | 'target' | 'timestamp' | 'transactionHash';
4482
+ export type SetEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'hashedName' | 'id' | 'logIndex' | 'name' | 'order' | 'resolverEntry' | 'target' | 'timestamp' | 'transactionHash';
4467
4483
  export interface StreamPeriod_Filter {
4468
4484
  _change_block?: InputMaybe<BlockChangedFilter>;
4469
4485
  deposit?: InputMaybe<Scalars['BigInt']>;
@@ -4657,7 +4673,7 @@ export interface StreamPeriod_Filter {
4657
4673
  totalAmountStreamed_not?: InputMaybe<Scalars['BigInt']>;
4658
4674
  totalAmountStreamed_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4659
4675
  }
4660
- export declare type StreamPeriod_OrderBy = 'deposit' | 'flowRate' | 'id' | 'receiver' | 'sender' | 'startedAtBlockNumber' | 'startedAtEvent' | 'startedAtTimestamp' | 'stoppedAtBlockNumber' | 'stoppedAtEvent' | 'stoppedAtTimestamp' | 'stream' | 'token' | 'totalAmountStreamed';
4676
+ export type StreamPeriod_OrderBy = 'deposit' | 'flowRate' | 'id' | 'receiver' | 'sender' | 'startedAtBlockNumber' | 'startedAtEvent' | 'startedAtTimestamp' | 'stoppedAtBlockNumber' | 'stoppedAtEvent' | 'stoppedAtTimestamp' | 'stream' | 'token' | 'totalAmountStreamed';
4661
4677
  export interface StreamRevision_Filter {
4662
4678
  _change_block?: InputMaybe<BlockChangedFilter>;
4663
4679
  id?: InputMaybe<Scalars['ID']>;
@@ -4668,6 +4684,27 @@ export interface StreamRevision_Filter {
4668
4684
  id_lte?: InputMaybe<Scalars['ID']>;
4669
4685
  id_not?: InputMaybe<Scalars['ID']>;
4670
4686
  id_not_in?: InputMaybe<Array<Scalars['ID']>>;
4687
+ mostRecentStream?: InputMaybe<Scalars['String']>;
4688
+ mostRecentStream_?: InputMaybe<Stream_Filter>;
4689
+ mostRecentStream_contains?: InputMaybe<Scalars['String']>;
4690
+ mostRecentStream_contains_nocase?: InputMaybe<Scalars['String']>;
4691
+ mostRecentStream_ends_with?: InputMaybe<Scalars['String']>;
4692
+ mostRecentStream_ends_with_nocase?: InputMaybe<Scalars['String']>;
4693
+ mostRecentStream_gt?: InputMaybe<Scalars['String']>;
4694
+ mostRecentStream_gte?: InputMaybe<Scalars['String']>;
4695
+ mostRecentStream_in?: InputMaybe<Array<Scalars['String']>>;
4696
+ mostRecentStream_lt?: InputMaybe<Scalars['String']>;
4697
+ mostRecentStream_lte?: InputMaybe<Scalars['String']>;
4698
+ mostRecentStream_not?: InputMaybe<Scalars['String']>;
4699
+ mostRecentStream_not_contains?: InputMaybe<Scalars['String']>;
4700
+ mostRecentStream_not_contains_nocase?: InputMaybe<Scalars['String']>;
4701
+ mostRecentStream_not_ends_with?: InputMaybe<Scalars['String']>;
4702
+ mostRecentStream_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
4703
+ mostRecentStream_not_in?: InputMaybe<Array<Scalars['String']>>;
4704
+ mostRecentStream_not_starts_with?: InputMaybe<Scalars['String']>;
4705
+ mostRecentStream_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
4706
+ mostRecentStream_starts_with?: InputMaybe<Scalars['String']>;
4707
+ mostRecentStream_starts_with_nocase?: InputMaybe<Scalars['String']>;
4671
4708
  periodRevisionIndex?: InputMaybe<Scalars['Int']>;
4672
4709
  periodRevisionIndex_gt?: InputMaybe<Scalars['Int']>;
4673
4710
  periodRevisionIndex_gte?: InputMaybe<Scalars['Int']>;
@@ -4685,7 +4722,7 @@ export interface StreamRevision_Filter {
4685
4722
  revisionIndex_not?: InputMaybe<Scalars['Int']>;
4686
4723
  revisionIndex_not_in?: InputMaybe<Array<Scalars['Int']>>;
4687
4724
  }
4688
- export declare type StreamRevision_OrderBy = 'id' | 'periodRevisionIndex' | 'revisionIndex';
4725
+ export type StreamRevision_OrderBy = 'id' | 'mostRecentStream' | 'periodRevisionIndex' | 'revisionIndex';
4689
4726
  export interface Stream_Filter {
4690
4727
  _change_block?: InputMaybe<BlockChangedFilter>;
4691
4728
  createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
@@ -4818,7 +4855,7 @@ export interface Stream_Filter {
4818
4855
  updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
4819
4856
  updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4820
4857
  }
4821
- export declare type Stream_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'currentFlowRate' | 'deposit' | 'flowUpdatedEvents' | 'id' | 'receiver' | 'sender' | 'streamPeriods' | 'streamedUntilUpdatedAt' | 'token' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
4858
+ export type Stream_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'currentFlowRate' | 'deposit' | 'flowUpdatedEvents' | 'id' | 'receiver' | 'sender' | 'streamPeriods' | 'streamedUntilUpdatedAt' | 'token' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
4822
4859
  export interface SubscriptionApprovedEvent_Filter {
4823
4860
  _change_block?: InputMaybe<BlockChangedFilter>;
4824
4861
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -4955,7 +4992,7 @@ export interface SubscriptionApprovedEvent_Filter {
4955
4992
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
4956
4993
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4957
4994
  }
4958
- export declare type SubscriptionApprovedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
4995
+ export type SubscriptionApprovedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
4959
4996
  export interface SubscriptionDistributionClaimedEvent_Filter {
4960
4997
  _change_block?: InputMaybe<BlockChangedFilter>;
4961
4998
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5094,7 +5131,7 @@ export interface SubscriptionDistributionClaimedEvent_Filter {
5094
5131
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5095
5132
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5096
5133
  }
5097
- export declare type SubscriptionDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash';
5134
+ export type SubscriptionDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash';
5098
5135
  export interface SubscriptionRevokedEvent_Filter {
5099
5136
  _change_block?: InputMaybe<BlockChangedFilter>;
5100
5137
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5231,7 +5268,7 @@ export interface SubscriptionRevokedEvent_Filter {
5231
5268
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
5232
5269
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5233
5270
  }
5234
- export declare type SubscriptionRevokedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
5271
+ export type SubscriptionRevokedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
5235
5272
  export interface SubscriptionUnitsUpdatedEvent_Filter {
5236
5273
  _change_block?: InputMaybe<BlockChangedFilter>;
5237
5274
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5384,7 +5421,7 @@ export interface SubscriptionUnitsUpdatedEvent_Filter {
5384
5421
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
5385
5422
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5386
5423
  }
5387
- export declare type SubscriptionUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
5424
+ export type SubscriptionUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
5388
5425
  export interface SuperTokenCreatedEvent_Filter {
5389
5426
  _change_block?: InputMaybe<BlockChangedFilter>;
5390
5427
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5474,7 +5511,7 @@ export interface SuperTokenCreatedEvent_Filter {
5474
5511
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5475
5512
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5476
5513
  }
5477
- export declare type SuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5514
+ export type SuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5478
5515
  export interface SuperTokenFactoryUpdatedEvent_Filter {
5479
5516
  _change_block?: InputMaybe<BlockChangedFilter>;
5480
5517
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5564,7 +5601,7 @@ export interface SuperTokenFactoryUpdatedEvent_Filter {
5564
5601
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5565
5602
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5566
5603
  }
5567
- export declare type SuperTokenFactoryUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newFactory' | 'order' | 'timestamp' | 'transactionHash';
5604
+ export type SuperTokenFactoryUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newFactory' | 'order' | 'timestamp' | 'transactionHash';
5568
5605
  export interface SuperTokenLogicCreatedEvent_Filter {
5569
5606
  _change_block?: InputMaybe<BlockChangedFilter>;
5570
5607
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5654,7 +5691,7 @@ export interface SuperTokenLogicCreatedEvent_Filter {
5654
5691
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5655
5692
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5656
5693
  }
5657
- export declare type SuperTokenLogicCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'tokenLogic' | 'transactionHash';
5694
+ export type SuperTokenLogicCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'tokenLogic' | 'transactionHash';
5658
5695
  export interface SuperTokenLogicUpdatedEvent_Filter {
5659
5696
  _change_block?: InputMaybe<BlockChangedFilter>;
5660
5697
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5750,7 +5787,7 @@ export interface SuperTokenLogicUpdatedEvent_Filter {
5750
5787
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5751
5788
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5752
5789
  }
5753
- export declare type SuperTokenLogicUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5790
+ export type SuperTokenLogicUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5754
5791
  export interface TokenDowngradedEvent_Filter {
5755
5792
  _change_block?: InputMaybe<BlockChangedFilter>;
5756
5793
  account?: InputMaybe<Scalars['String']>;
@@ -5869,7 +5906,7 @@ export interface TokenDowngradedEvent_Filter {
5869
5906
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5870
5907
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5871
5908
  }
5872
- export declare type TokenDowngradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5909
+ export type TokenDowngradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5873
5910
  export interface TokenStatisticLog_Filter {
5874
5911
  _change_block?: InputMaybe<BlockChangedFilter>;
5875
5912
  blockNumber?: InputMaybe<Scalars['BigInt']>;
@@ -6077,7 +6114,7 @@ export interface TokenStatisticLog_Filter {
6077
6114
  triggeredByEventName_starts_with?: InputMaybe<Scalars['String']>;
6078
6115
  triggeredByEventName_starts_with_nocase?: InputMaybe<Scalars['String']>;
6079
6116
  }
6080
- export declare type TokenStatisticLog_OrderBy = 'blockNumber' | 'id' | 'logIndex' | 'order' | 'timestamp' | 'token' | 'tokenStatistic' | 'totalAmountDistributed' | 'totalAmountStreamed' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'transactionHash' | 'triggeredByEventName';
6117
+ export type TokenStatisticLog_OrderBy = 'blockNumber' | 'id' | 'logIndex' | 'order' | 'timestamp' | 'token' | 'tokenStatistic' | 'totalAmountDistributed' | 'totalAmountStreamed' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'transactionHash' | 'triggeredByEventName';
6081
6118
  export interface TokenStatistic_Filter {
6082
6119
  _change_block?: InputMaybe<BlockChangedFilter>;
6083
6120
  id?: InputMaybe<Scalars['ID']>;
@@ -6223,7 +6260,7 @@ export interface TokenStatistic_Filter {
6223
6260
  updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
6224
6261
  updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
6225
6262
  }
6226
- export declare type TokenStatistic_OrderBy = 'id' | 'token' | 'tokenStatisticLogs' | 'totalAmountDistributedUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
6263
+ export type TokenStatistic_OrderBy = 'id' | 'token' | 'tokenStatisticLogs' | 'totalAmountDistributedUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
6227
6264
  export interface TokenUpgradedEvent_Filter {
6228
6265
  _change_block?: InputMaybe<BlockChangedFilter>;
6229
6266
  account?: InputMaybe<Scalars['String']>;
@@ -6342,7 +6379,7 @@ export interface TokenUpgradedEvent_Filter {
6342
6379
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
6343
6380
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
6344
6381
  }
6345
- export declare type TokenUpgradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
6382
+ export type TokenUpgradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
6346
6383
  export interface Token_Filter {
6347
6384
  _change_block?: InputMaybe<BlockChangedFilter>;
6348
6385
  createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
@@ -6457,7 +6494,7 @@ export interface Token_Filter {
6457
6494
  underlyingToken_starts_with?: InputMaybe<Scalars['String']>;
6458
6495
  underlyingToken_starts_with_nocase?: InputMaybe<Scalars['String']>;
6459
6496
  }
6460
- export declare type Token_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'decimals' | 'id' | 'isListed' | 'isNativeAssetSuperToken' | 'isSuperToken' | 'name' | 'symbol' | 'underlyingAddress' | 'underlyingToken';
6497
+ export type Token_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'decimals' | 'id' | 'isListed' | 'isNativeAssetSuperToken' | 'isSuperToken' | 'name' | 'symbol' | 'underlyingAddress' | 'underlyingToken';
6461
6498
  export interface TransferEvent_Filter {
6462
6499
  _change_block?: InputMaybe<BlockChangedFilter>;
6463
6500
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -6597,7 +6634,7 @@ export interface TransferEvent_Filter {
6597
6634
  value_not?: InputMaybe<Scalars['BigInt']>;
6598
6635
  value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
6599
6636
  }
6600
- export declare type TransferEvent_OrderBy = 'addresses' | 'blockNumber' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash' | 'value';
6637
+ export type TransferEvent_OrderBy = 'addresses' | 'blockNumber' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash' | 'value';
6601
6638
  export interface TrustedForwarderChangedEvent_Filter {
6602
6639
  _change_block?: InputMaybe<BlockChangedFilter>;
6603
6640
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -6713,6 +6750,6 @@ export interface TrustedForwarderChangedEvent_Filter {
6713
6750
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
6714
6751
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
6715
6752
  }
6716
- export declare type TrustedForwarderChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'enabled' | 'forwarder' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
6717
- export declare type _SubgraphErrorPolicy_ = 'allow' | 'deny';
6753
+ export type TrustedForwarderChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'enabled' | 'forwarder' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
6754
+ export type _SubgraphErrorPolicy_ = 'allow' | 'deny';
6718
6755
  //# sourceMappingURL=schema.generated.d.ts.map