@superfluid-finance/sdk-core 0.6.1-dev.1e898c4.0 → 0.6.1-dev.48f5951.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.
@@ -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 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 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']>>;
@@ -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 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']>;