@0xslots/sdk 0.10.2 → 0.11.1

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.
@@ -629,6 +629,7 @@ type LiquidatedEvent_OrderBy = 'blockNumber' | 'bounty' | 'currency' | 'currency
629
629
  type MetadataSlot = {
630
630
  __typename?: 'MetadataSlot';
631
631
  adType?: Maybe<Scalars['String']['output']>;
632
+ cid?: Maybe<Scalars['String']['output']>;
632
633
  createdAt: Scalars['BigInt']['output'];
633
634
  createdTx: Scalars['Bytes']['output'];
634
635
  id: Scalars['ID']['output'];
@@ -664,6 +665,26 @@ type MetadataSlot_Filter = {
664
665
  adType_starts_with?: InputMaybe<Scalars['String']['input']>;
665
666
  adType_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
666
667
  and?: InputMaybe<Array<InputMaybe<MetadataSlot_Filter>>>;
668
+ cid?: InputMaybe<Scalars['String']['input']>;
669
+ cid_contains?: InputMaybe<Scalars['String']['input']>;
670
+ cid_contains_nocase?: InputMaybe<Scalars['String']['input']>;
671
+ cid_ends_with?: InputMaybe<Scalars['String']['input']>;
672
+ cid_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
673
+ cid_gt?: InputMaybe<Scalars['String']['input']>;
674
+ cid_gte?: InputMaybe<Scalars['String']['input']>;
675
+ cid_in?: InputMaybe<Array<Scalars['String']['input']>>;
676
+ cid_lt?: InputMaybe<Scalars['String']['input']>;
677
+ cid_lte?: InputMaybe<Scalars['String']['input']>;
678
+ cid_not?: InputMaybe<Scalars['String']['input']>;
679
+ cid_not_contains?: InputMaybe<Scalars['String']['input']>;
680
+ cid_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
681
+ cid_not_ends_with?: InputMaybe<Scalars['String']['input']>;
682
+ cid_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
683
+ cid_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
684
+ cid_not_starts_with?: InputMaybe<Scalars['String']['input']>;
685
+ cid_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
686
+ cid_starts_with?: InputMaybe<Scalars['String']['input']>;
687
+ cid_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
667
688
  createdAt?: InputMaybe<Scalars['BigInt']['input']>;
668
689
  createdAt_gt?: InputMaybe<Scalars['BigInt']['input']>;
669
690
  createdAt_gte?: InputMaybe<Scalars['BigInt']['input']>;
@@ -789,12 +810,13 @@ type MetadataSlot_Filter = {
789
810
  uri_starts_with?: InputMaybe<Scalars['String']['input']>;
790
811
  uri_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
791
812
  };
792
- type MetadataSlot_OrderBy = 'adType' | 'createdAt' | 'createdTx' | 'id' | 'rawJson' | 'slot' | 'slot__collectedTax' | 'slot__createdAt' | 'slot__createdTx' | 'slot__deposit' | 'slot__id' | 'slot__liquidationBountyBps' | 'slot__manager' | 'slot__minDepositSeconds' | 'slot__mutableModule' | 'slot__mutableTax' | 'slot__occupant' | 'slot__price' | 'slot__recipient' | 'slot__taxPercentage' | 'slot__totalCollected' | 'slot__updatedAt' | 'updateCount' | 'updatedAt' | 'updatedBy' | 'updatedTx' | 'uri';
813
+ type MetadataSlot_OrderBy = 'adType' | 'cid' | 'createdAt' | 'createdTx' | 'id' | 'rawJson' | 'slot' | 'slot__collectedTax' | 'slot__createdAt' | 'slot__createdTx' | 'slot__deposit' | 'slot__id' | 'slot__liquidationBountyBps' | 'slot__manager' | 'slot__minDepositSeconds' | 'slot__mutableModule' | 'slot__mutableTax' | 'slot__occupant' | 'slot__price' | 'slot__recipient' | 'slot__taxPercentage' | 'slot__totalCollected' | 'slot__updatedAt' | 'updateCount' | 'updatedAt' | 'updatedBy' | 'updatedTx' | 'uri';
793
814
  type MetadataUpdatedEvent = {
794
815
  __typename?: 'MetadataUpdatedEvent';
795
816
  adType?: Maybe<Scalars['String']['output']>;
796
817
  author: Account;
797
818
  blockNumber: Scalars['BigInt']['output'];
819
+ cid?: Maybe<Scalars['String']['output']>;
798
820
  id: Scalars['ID']['output'];
799
821
  rawJson?: Maybe<Scalars['String']['output']>;
800
822
  slot: Slot;
@@ -855,6 +877,26 @@ type MetadataUpdatedEvent_Filter = {
855
877
  blockNumber_lte?: InputMaybe<Scalars['BigInt']['input']>;
856
878
  blockNumber_not?: InputMaybe<Scalars['BigInt']['input']>;
857
879
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
880
+ cid?: InputMaybe<Scalars['String']['input']>;
881
+ cid_contains?: InputMaybe<Scalars['String']['input']>;
882
+ cid_contains_nocase?: InputMaybe<Scalars['String']['input']>;
883
+ cid_ends_with?: InputMaybe<Scalars['String']['input']>;
884
+ cid_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
885
+ cid_gt?: InputMaybe<Scalars['String']['input']>;
886
+ cid_gte?: InputMaybe<Scalars['String']['input']>;
887
+ cid_in?: InputMaybe<Array<Scalars['String']['input']>>;
888
+ cid_lt?: InputMaybe<Scalars['String']['input']>;
889
+ cid_lte?: InputMaybe<Scalars['String']['input']>;
890
+ cid_not?: InputMaybe<Scalars['String']['input']>;
891
+ cid_not_contains?: InputMaybe<Scalars['String']['input']>;
892
+ cid_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
893
+ cid_not_ends_with?: InputMaybe<Scalars['String']['input']>;
894
+ cid_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
895
+ cid_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
896
+ cid_not_starts_with?: InputMaybe<Scalars['String']['input']>;
897
+ cid_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
898
+ cid_starts_with?: InputMaybe<Scalars['String']['input']>;
899
+ cid_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
858
900
  id?: InputMaybe<Scalars['ID']['input']>;
859
901
  id_gt?: InputMaybe<Scalars['ID']['input']>;
860
902
  id_gte?: InputMaybe<Scalars['ID']['input']>;
@@ -944,15 +986,160 @@ type MetadataUpdatedEvent_Filter = {
944
986
  uri_starts_with?: InputMaybe<Scalars['String']['input']>;
945
987
  uri_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
946
988
  };
947
- type MetadataUpdatedEvent_OrderBy = 'adType' | 'author' | 'author__id' | 'author__occupiedCount' | 'author__slotCount' | 'author__type' | 'blockNumber' | 'id' | 'rawJson' | 'slot' | 'slot__collectedTax' | 'slot__createdAt' | 'slot__createdTx' | 'slot__deposit' | 'slot__id' | 'slot__liquidationBountyBps' | 'slot__manager' | 'slot__minDepositSeconds' | 'slot__mutableModule' | 'slot__mutableTax' | 'slot__occupant' | 'slot__price' | 'slot__recipient' | 'slot__taxPercentage' | 'slot__totalCollected' | 'slot__updatedAt' | 'timestamp' | 'tx' | 'uri';
989
+ type MetadataUpdatedEvent_OrderBy = 'adType' | 'author' | 'author__id' | 'author__occupiedCount' | 'author__slotCount' | 'author__type' | 'blockNumber' | 'cid' | 'id' | 'rawJson' | 'slot' | 'slot__collectedTax' | 'slot__createdAt' | 'slot__createdTx' | 'slot__deposit' | 'slot__id' | 'slot__liquidationBountyBps' | 'slot__manager' | 'slot__minDepositSeconds' | 'slot__mutableModule' | 'slot__mutableTax' | 'slot__occupant' | 'slot__price' | 'slot__recipient' | 'slot__taxPercentage' | 'slot__totalCollected' | 'slot__updatedAt' | 'timestamp' | 'tx' | 'uri';
948
990
  type Module = {
949
991
  __typename?: 'Module';
992
+ description?: Maybe<Scalars['String']['output']>;
950
993
  factory: Factory;
994
+ feeBps: Scalars['BigInt']['output'];
995
+ feePayments: Array<ModuleFeePaidEvent>;
951
996
  id: Scalars['ID']['output'];
997
+ image?: Maybe<Scalars['String']['output']>;
998
+ moduleURI?: Maybe<Scalars['String']['output']>;
952
999
  name: Scalars['String']['output'];
1000
+ totalFeesCollected: Scalars['BigInt']['output'];
953
1001
  verified: Scalars['Boolean']['output'];
954
1002
  version: Scalars['String']['output'];
955
1003
  };
1004
+ type ModuleFeePaymentsArgs = {
1005
+ first?: InputMaybe<Scalars['Int']['input']>;
1006
+ orderBy?: InputMaybe<ModuleFeePaidEvent_OrderBy>;
1007
+ orderDirection?: InputMaybe<OrderDirection>;
1008
+ skip?: InputMaybe<Scalars['Int']['input']>;
1009
+ where?: InputMaybe<ModuleFeePaidEvent_Filter>;
1010
+ };
1011
+ type ModuleFeePaidEvent = {
1012
+ __typename?: 'ModuleFeePaidEvent';
1013
+ amount: Scalars['BigInt']['output'];
1014
+ blockNumber: Scalars['BigInt']['output'];
1015
+ currency: Currency;
1016
+ feeBps: Scalars['BigInt']['output'];
1017
+ id: Scalars['ID']['output'];
1018
+ module: Module;
1019
+ slot: Slot;
1020
+ timestamp: Scalars['BigInt']['output'];
1021
+ tx: Scalars['Bytes']['output'];
1022
+ };
1023
+ type ModuleFeePaidEvent_Filter = {
1024
+ /** Filter for the block changed event. */
1025
+ _change_block?: InputMaybe<BlockChangedFilter>;
1026
+ amount?: InputMaybe<Scalars['BigInt']['input']>;
1027
+ amount_gt?: InputMaybe<Scalars['BigInt']['input']>;
1028
+ amount_gte?: InputMaybe<Scalars['BigInt']['input']>;
1029
+ amount_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1030
+ amount_lt?: InputMaybe<Scalars['BigInt']['input']>;
1031
+ amount_lte?: InputMaybe<Scalars['BigInt']['input']>;
1032
+ amount_not?: InputMaybe<Scalars['BigInt']['input']>;
1033
+ amount_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1034
+ and?: InputMaybe<Array<InputMaybe<ModuleFeePaidEvent_Filter>>>;
1035
+ blockNumber?: InputMaybe<Scalars['BigInt']['input']>;
1036
+ blockNumber_gt?: InputMaybe<Scalars['BigInt']['input']>;
1037
+ blockNumber_gte?: InputMaybe<Scalars['BigInt']['input']>;
1038
+ blockNumber_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1039
+ blockNumber_lt?: InputMaybe<Scalars['BigInt']['input']>;
1040
+ blockNumber_lte?: InputMaybe<Scalars['BigInt']['input']>;
1041
+ blockNumber_not?: InputMaybe<Scalars['BigInt']['input']>;
1042
+ blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1043
+ currency?: InputMaybe<Scalars['String']['input']>;
1044
+ currency_?: InputMaybe<Currency_Filter>;
1045
+ currency_contains?: InputMaybe<Scalars['String']['input']>;
1046
+ currency_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1047
+ currency_ends_with?: InputMaybe<Scalars['String']['input']>;
1048
+ currency_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1049
+ currency_gt?: InputMaybe<Scalars['String']['input']>;
1050
+ currency_gte?: InputMaybe<Scalars['String']['input']>;
1051
+ currency_in?: InputMaybe<Array<Scalars['String']['input']>>;
1052
+ currency_lt?: InputMaybe<Scalars['String']['input']>;
1053
+ currency_lte?: InputMaybe<Scalars['String']['input']>;
1054
+ currency_not?: InputMaybe<Scalars['String']['input']>;
1055
+ currency_not_contains?: InputMaybe<Scalars['String']['input']>;
1056
+ currency_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1057
+ currency_not_ends_with?: InputMaybe<Scalars['String']['input']>;
1058
+ currency_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1059
+ currency_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
1060
+ currency_not_starts_with?: InputMaybe<Scalars['String']['input']>;
1061
+ currency_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1062
+ currency_starts_with?: InputMaybe<Scalars['String']['input']>;
1063
+ currency_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1064
+ feeBps?: InputMaybe<Scalars['BigInt']['input']>;
1065
+ feeBps_gt?: InputMaybe<Scalars['BigInt']['input']>;
1066
+ feeBps_gte?: InputMaybe<Scalars['BigInt']['input']>;
1067
+ feeBps_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1068
+ feeBps_lt?: InputMaybe<Scalars['BigInt']['input']>;
1069
+ feeBps_lte?: InputMaybe<Scalars['BigInt']['input']>;
1070
+ feeBps_not?: InputMaybe<Scalars['BigInt']['input']>;
1071
+ feeBps_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1072
+ id?: InputMaybe<Scalars['ID']['input']>;
1073
+ id_gt?: InputMaybe<Scalars['ID']['input']>;
1074
+ id_gte?: InputMaybe<Scalars['ID']['input']>;
1075
+ id_in?: InputMaybe<Array<Scalars['ID']['input']>>;
1076
+ id_lt?: InputMaybe<Scalars['ID']['input']>;
1077
+ id_lte?: InputMaybe<Scalars['ID']['input']>;
1078
+ id_not?: InputMaybe<Scalars['ID']['input']>;
1079
+ id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;
1080
+ module?: InputMaybe<Scalars['String']['input']>;
1081
+ module_?: InputMaybe<Module_Filter>;
1082
+ module_contains?: InputMaybe<Scalars['String']['input']>;
1083
+ module_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1084
+ module_ends_with?: InputMaybe<Scalars['String']['input']>;
1085
+ module_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1086
+ module_gt?: InputMaybe<Scalars['String']['input']>;
1087
+ module_gte?: InputMaybe<Scalars['String']['input']>;
1088
+ module_in?: InputMaybe<Array<Scalars['String']['input']>>;
1089
+ module_lt?: InputMaybe<Scalars['String']['input']>;
1090
+ module_lte?: InputMaybe<Scalars['String']['input']>;
1091
+ module_not?: InputMaybe<Scalars['String']['input']>;
1092
+ module_not_contains?: InputMaybe<Scalars['String']['input']>;
1093
+ module_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1094
+ module_not_ends_with?: InputMaybe<Scalars['String']['input']>;
1095
+ module_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1096
+ module_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
1097
+ module_not_starts_with?: InputMaybe<Scalars['String']['input']>;
1098
+ module_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1099
+ module_starts_with?: InputMaybe<Scalars['String']['input']>;
1100
+ module_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1101
+ or?: InputMaybe<Array<InputMaybe<ModuleFeePaidEvent_Filter>>>;
1102
+ slot?: InputMaybe<Scalars['String']['input']>;
1103
+ slot_?: InputMaybe<Slot_Filter>;
1104
+ slot_contains?: InputMaybe<Scalars['String']['input']>;
1105
+ slot_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1106
+ slot_ends_with?: InputMaybe<Scalars['String']['input']>;
1107
+ slot_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1108
+ slot_gt?: InputMaybe<Scalars['String']['input']>;
1109
+ slot_gte?: InputMaybe<Scalars['String']['input']>;
1110
+ slot_in?: InputMaybe<Array<Scalars['String']['input']>>;
1111
+ slot_lt?: InputMaybe<Scalars['String']['input']>;
1112
+ slot_lte?: InputMaybe<Scalars['String']['input']>;
1113
+ slot_not?: InputMaybe<Scalars['String']['input']>;
1114
+ slot_not_contains?: InputMaybe<Scalars['String']['input']>;
1115
+ slot_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1116
+ slot_not_ends_with?: InputMaybe<Scalars['String']['input']>;
1117
+ slot_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1118
+ slot_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
1119
+ slot_not_starts_with?: InputMaybe<Scalars['String']['input']>;
1120
+ slot_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1121
+ slot_starts_with?: InputMaybe<Scalars['String']['input']>;
1122
+ slot_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1123
+ timestamp?: InputMaybe<Scalars['BigInt']['input']>;
1124
+ timestamp_gt?: InputMaybe<Scalars['BigInt']['input']>;
1125
+ timestamp_gte?: InputMaybe<Scalars['BigInt']['input']>;
1126
+ timestamp_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1127
+ timestamp_lt?: InputMaybe<Scalars['BigInt']['input']>;
1128
+ timestamp_lte?: InputMaybe<Scalars['BigInt']['input']>;
1129
+ timestamp_not?: InputMaybe<Scalars['BigInt']['input']>;
1130
+ timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1131
+ tx?: InputMaybe<Scalars['Bytes']['input']>;
1132
+ tx_contains?: InputMaybe<Scalars['Bytes']['input']>;
1133
+ tx_gt?: InputMaybe<Scalars['Bytes']['input']>;
1134
+ tx_gte?: InputMaybe<Scalars['Bytes']['input']>;
1135
+ tx_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
1136
+ tx_lt?: InputMaybe<Scalars['Bytes']['input']>;
1137
+ tx_lte?: InputMaybe<Scalars['Bytes']['input']>;
1138
+ tx_not?: InputMaybe<Scalars['Bytes']['input']>;
1139
+ tx_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
1140
+ tx_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
1141
+ };
1142
+ type ModuleFeePaidEvent_OrderBy = 'amount' | 'blockNumber' | 'currency' | 'currency__decimals' | 'currency__id' | 'currency__name' | 'currency__symbol' | 'feeBps' | 'id' | 'module' | 'module__description' | 'module__feeBps' | 'module__id' | 'module__image' | 'module__moduleURI' | 'module__name' | 'module__totalFeesCollected' | 'module__verified' | 'module__version' | 'slot' | 'slot__collectedTax' | 'slot__createdAt' | 'slot__createdTx' | 'slot__deposit' | 'slot__id' | 'slot__liquidationBountyBps' | 'slot__manager' | 'slot__minDepositSeconds' | 'slot__mutableModule' | 'slot__mutableTax' | 'slot__occupant' | 'slot__price' | 'slot__recipient' | 'slot__taxPercentage' | 'slot__totalCollected' | 'slot__updatedAt' | 'timestamp' | 'tx';
956
1143
  type ModuleUpdateProposedEvent = {
957
1144
  __typename?: 'ModuleUpdateProposedEvent';
958
1145
  blockNumber: Scalars['BigInt']['output'];
@@ -1038,6 +1225,26 @@ type Module_Filter = {
1038
1225
  /** Filter for the block changed event. */
1039
1226
  _change_block?: InputMaybe<BlockChangedFilter>;
1040
1227
  and?: InputMaybe<Array<InputMaybe<Module_Filter>>>;
1228
+ description?: InputMaybe<Scalars['String']['input']>;
1229
+ description_contains?: InputMaybe<Scalars['String']['input']>;
1230
+ description_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1231
+ description_ends_with?: InputMaybe<Scalars['String']['input']>;
1232
+ description_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1233
+ description_gt?: InputMaybe<Scalars['String']['input']>;
1234
+ description_gte?: InputMaybe<Scalars['String']['input']>;
1235
+ description_in?: InputMaybe<Array<Scalars['String']['input']>>;
1236
+ description_lt?: InputMaybe<Scalars['String']['input']>;
1237
+ description_lte?: InputMaybe<Scalars['String']['input']>;
1238
+ description_not?: InputMaybe<Scalars['String']['input']>;
1239
+ description_not_contains?: InputMaybe<Scalars['String']['input']>;
1240
+ description_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1241
+ description_not_ends_with?: InputMaybe<Scalars['String']['input']>;
1242
+ description_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1243
+ description_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
1244
+ description_not_starts_with?: InputMaybe<Scalars['String']['input']>;
1245
+ description_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1246
+ description_starts_with?: InputMaybe<Scalars['String']['input']>;
1247
+ description_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1041
1248
  factory?: InputMaybe<Scalars['String']['input']>;
1042
1249
  factory_?: InputMaybe<Factory_Filter>;
1043
1250
  factory_contains?: InputMaybe<Scalars['String']['input']>;
@@ -1059,6 +1266,15 @@ type Module_Filter = {
1059
1266
  factory_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1060
1267
  factory_starts_with?: InputMaybe<Scalars['String']['input']>;
1061
1268
  factory_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1269
+ feeBps?: InputMaybe<Scalars['BigInt']['input']>;
1270
+ feeBps_gt?: InputMaybe<Scalars['BigInt']['input']>;
1271
+ feeBps_gte?: InputMaybe<Scalars['BigInt']['input']>;
1272
+ feeBps_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1273
+ feeBps_lt?: InputMaybe<Scalars['BigInt']['input']>;
1274
+ feeBps_lte?: InputMaybe<Scalars['BigInt']['input']>;
1275
+ feeBps_not?: InputMaybe<Scalars['BigInt']['input']>;
1276
+ feeBps_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1277
+ feePayments_?: InputMaybe<ModuleFeePaidEvent_Filter>;
1062
1278
  id?: InputMaybe<Scalars['ID']['input']>;
1063
1279
  id_gt?: InputMaybe<Scalars['ID']['input']>;
1064
1280
  id_gte?: InputMaybe<Scalars['ID']['input']>;
@@ -1067,6 +1283,46 @@ type Module_Filter = {
1067
1283
  id_lte?: InputMaybe<Scalars['ID']['input']>;
1068
1284
  id_not?: InputMaybe<Scalars['ID']['input']>;
1069
1285
  id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;
1286
+ image?: InputMaybe<Scalars['String']['input']>;
1287
+ image_contains?: InputMaybe<Scalars['String']['input']>;
1288
+ image_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1289
+ image_ends_with?: InputMaybe<Scalars['String']['input']>;
1290
+ image_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1291
+ image_gt?: InputMaybe<Scalars['String']['input']>;
1292
+ image_gte?: InputMaybe<Scalars['String']['input']>;
1293
+ image_in?: InputMaybe<Array<Scalars['String']['input']>>;
1294
+ image_lt?: InputMaybe<Scalars['String']['input']>;
1295
+ image_lte?: InputMaybe<Scalars['String']['input']>;
1296
+ image_not?: InputMaybe<Scalars['String']['input']>;
1297
+ image_not_contains?: InputMaybe<Scalars['String']['input']>;
1298
+ image_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1299
+ image_not_ends_with?: InputMaybe<Scalars['String']['input']>;
1300
+ image_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1301
+ image_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
1302
+ image_not_starts_with?: InputMaybe<Scalars['String']['input']>;
1303
+ image_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1304
+ image_starts_with?: InputMaybe<Scalars['String']['input']>;
1305
+ image_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1306
+ moduleURI?: InputMaybe<Scalars['String']['input']>;
1307
+ moduleURI_contains?: InputMaybe<Scalars['String']['input']>;
1308
+ moduleURI_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1309
+ moduleURI_ends_with?: InputMaybe<Scalars['String']['input']>;
1310
+ moduleURI_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1311
+ moduleURI_gt?: InputMaybe<Scalars['String']['input']>;
1312
+ moduleURI_gte?: InputMaybe<Scalars['String']['input']>;
1313
+ moduleURI_in?: InputMaybe<Array<Scalars['String']['input']>>;
1314
+ moduleURI_lt?: InputMaybe<Scalars['String']['input']>;
1315
+ moduleURI_lte?: InputMaybe<Scalars['String']['input']>;
1316
+ moduleURI_not?: InputMaybe<Scalars['String']['input']>;
1317
+ moduleURI_not_contains?: InputMaybe<Scalars['String']['input']>;
1318
+ moduleURI_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
1319
+ moduleURI_not_ends_with?: InputMaybe<Scalars['String']['input']>;
1320
+ moduleURI_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
1321
+ moduleURI_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
1322
+ moduleURI_not_starts_with?: InputMaybe<Scalars['String']['input']>;
1323
+ moduleURI_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1324
+ moduleURI_starts_with?: InputMaybe<Scalars['String']['input']>;
1325
+ moduleURI_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1070
1326
  name?: InputMaybe<Scalars['String']['input']>;
1071
1327
  name_contains?: InputMaybe<Scalars['String']['input']>;
1072
1328
  name_contains_nocase?: InputMaybe<Scalars['String']['input']>;
@@ -1088,6 +1344,14 @@ type Module_Filter = {
1088
1344
  name_starts_with?: InputMaybe<Scalars['String']['input']>;
1089
1345
  name_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1090
1346
  or?: InputMaybe<Array<InputMaybe<Module_Filter>>>;
1347
+ totalFeesCollected?: InputMaybe<Scalars['BigInt']['input']>;
1348
+ totalFeesCollected_gt?: InputMaybe<Scalars['BigInt']['input']>;
1349
+ totalFeesCollected_gte?: InputMaybe<Scalars['BigInt']['input']>;
1350
+ totalFeesCollected_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1351
+ totalFeesCollected_lt?: InputMaybe<Scalars['BigInt']['input']>;
1352
+ totalFeesCollected_lte?: InputMaybe<Scalars['BigInt']['input']>;
1353
+ totalFeesCollected_not?: InputMaybe<Scalars['BigInt']['input']>;
1354
+ totalFeesCollected_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
1091
1355
  verified?: InputMaybe<Scalars['Boolean']['input']>;
1092
1356
  verified_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;
1093
1357
  verified_not?: InputMaybe<Scalars['Boolean']['input']>;
@@ -1113,7 +1377,7 @@ type Module_Filter = {
1113
1377
  version_starts_with?: InputMaybe<Scalars['String']['input']>;
1114
1378
  version_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
1115
1379
  };
1116
- type Module_OrderBy = 'factory' | 'factory__id' | 'factory__slotCount' | 'id' | 'name' | 'verified' | 'version';
1380
+ type Module_OrderBy = 'description' | 'factory' | 'factory__id' | 'factory__slotCount' | 'feeBps' | 'feePayments' | 'id' | 'image' | 'moduleURI' | 'name' | 'totalFeesCollected' | 'verified' | 'version';
1117
1381
  type NftCollection = {
1118
1382
  __typename?: 'NFTCollection';
1119
1383
  createdAt: Scalars['BigInt']['output'];
@@ -1582,6 +1846,8 @@ type Query = {
1582
1846
  metadataUpdatedEvent?: Maybe<MetadataUpdatedEvent>;
1583
1847
  metadataUpdatedEvents: Array<MetadataUpdatedEvent>;
1584
1848
  module?: Maybe<Module>;
1849
+ moduleFeePaidEvent?: Maybe<ModuleFeePaidEvent>;
1850
+ moduleFeePaidEvents: Array<ModuleFeePaidEvent>;
1585
1851
  moduleUpdateProposedEvent?: Maybe<ModuleUpdateProposedEvent>;
1586
1852
  moduleUpdateProposedEvents: Array<ModuleUpdateProposedEvent>;
1587
1853
  modules: Array<Module>;
@@ -1728,6 +1994,20 @@ type QueryModuleArgs = {
1728
1994
  id: Scalars['ID']['input'];
1729
1995
  subgraphError?: _SubgraphErrorPolicy_;
1730
1996
  };
1997
+ type QueryModuleFeePaidEventArgs = {
1998
+ block?: InputMaybe<Block_Height>;
1999
+ id: Scalars['ID']['input'];
2000
+ subgraphError?: _SubgraphErrorPolicy_;
2001
+ };
2002
+ type QueryModuleFeePaidEventsArgs = {
2003
+ block?: InputMaybe<Block_Height>;
2004
+ first?: InputMaybe<Scalars['Int']['input']>;
2005
+ orderBy?: InputMaybe<ModuleFeePaidEvent_OrderBy>;
2006
+ orderDirection?: InputMaybe<OrderDirection>;
2007
+ skip?: InputMaybe<Scalars['Int']['input']>;
2008
+ subgraphError?: _SubgraphErrorPolicy_;
2009
+ where?: InputMaybe<ModuleFeePaidEvent_Filter>;
2010
+ };
1731
2011
  type QueryModuleUpdateProposedEventArgs = {
1732
2012
  block?: InputMaybe<Block_Height>;
1733
2013
  id: Scalars['ID']['input'];
@@ -2153,6 +2433,7 @@ type Slot = {
2153
2433
  metadataUpdates: Array<MetadataUpdatedEvent>;
2154
2434
  minDepositSeconds: Scalars['BigInt']['output'];
2155
2435
  module?: Maybe<Module>;
2436
+ moduleFees: Array<ModuleFeePaidEvent>;
2156
2437
  moduleUpdateProposals: Array<ModuleUpdateProposedEvent>;
2157
2438
  mutableModule: Scalars['Boolean']['output'];
2158
2439
  mutableTax: Scalars['Boolean']['output'];
@@ -2194,6 +2475,13 @@ type SlotMetadataUpdatesArgs = {
2194
2475
  skip?: InputMaybe<Scalars['Int']['input']>;
2195
2476
  where?: InputMaybe<MetadataUpdatedEvent_Filter>;
2196
2477
  };
2478
+ type SlotModuleFeesArgs = {
2479
+ first?: InputMaybe<Scalars['Int']['input']>;
2480
+ orderBy?: InputMaybe<ModuleFeePaidEvent_OrderBy>;
2481
+ orderDirection?: InputMaybe<OrderDirection>;
2482
+ skip?: InputMaybe<Scalars['Int']['input']>;
2483
+ where?: InputMaybe<ModuleFeePaidEvent_Filter>;
2484
+ };
2197
2485
  type SlotModuleUpdateProposalsArgs = {
2198
2486
  first?: InputMaybe<Scalars['Int']['input']>;
2199
2487
  orderBy?: InputMaybe<ModuleUpdateProposedEvent_OrderBy>;
@@ -2529,6 +2817,7 @@ type Slot_Filter = {
2529
2817
  minDepositSeconds_not?: InputMaybe<Scalars['BigInt']['input']>;
2530
2818
  minDepositSeconds_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
2531
2819
  module?: InputMaybe<Scalars['String']['input']>;
2820
+ moduleFees_?: InputMaybe<ModuleFeePaidEvent_Filter>;
2532
2821
  moduleUpdateProposals_?: InputMaybe<ModuleUpdateProposedEvent_Filter>;
2533
2822
  module_?: InputMaybe<Module_Filter>;
2534
2823
  module_contains?: InputMaybe<Scalars['String']['input']>;
@@ -2662,7 +2951,7 @@ type Slot_Filter = {
2662
2951
  updatedAt_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
2663
2952
  withdrawals_?: InputMaybe<WithdrawnEvent_Filter>;
2664
2953
  };
2665
- type Slot_OrderBy = 'collectedTax' | 'createdAt' | 'createdTx' | 'currency' | 'currency__decimals' | 'currency__id' | 'currency__name' | 'currency__symbol' | 'deployEvent' | 'deployEvent__blockNumber' | 'deployEvent__deployer' | 'deployEvent__id' | 'deployEvent__liquidationBountyBps' | 'deployEvent__manager' | 'deployEvent__minDepositSeconds' | 'deployEvent__module' | 'deployEvent__mutableModule' | 'deployEvent__mutableTax' | 'deployEvent__recipient' | 'deployEvent__taxPercentage' | 'deployEvent__timestamp' | 'deployEvent__tx' | 'deposit' | 'deposits' | 'id' | 'liquidationBountyBps' | 'liquidations' | 'manager' | 'metadata' | 'metadataUpdates' | 'metadata__adType' | 'metadata__createdAt' | 'metadata__createdTx' | 'metadata__id' | 'metadata__rawJson' | 'metadata__updateCount' | 'metadata__updatedAt' | 'metadata__updatedBy' | 'metadata__updatedTx' | 'metadata__uri' | 'minDepositSeconds' | 'module' | 'moduleUpdateProposals' | 'module__id' | 'module__name' | 'module__verified' | 'module__version' | 'mutableModule' | 'mutableTax' | 'occupant' | 'occupantAccount' | 'occupantAccount__id' | 'occupantAccount__occupiedCount' | 'occupantAccount__slotCount' | 'occupantAccount__type' | 'pendingUpdateCancellations' | 'price' | 'priceUpdates' | 'purchases' | 'recipient' | 'recipientAccount' | 'recipientAccount__id' | 'recipientAccount__occupiedCount' | 'recipientAccount__slotCount' | 'recipientAccount__type' | 'releases' | 'settlements' | 'taxCollections' | 'taxPercentage' | 'taxUpdateProposals' | 'totalCollected' | 'updatedAt' | 'withdrawals';
2954
+ type Slot_OrderBy = 'collectedTax' | 'createdAt' | 'createdTx' | 'currency' | 'currency__decimals' | 'currency__id' | 'currency__name' | 'currency__symbol' | 'deployEvent' | 'deployEvent__blockNumber' | 'deployEvent__deployer' | 'deployEvent__id' | 'deployEvent__liquidationBountyBps' | 'deployEvent__manager' | 'deployEvent__minDepositSeconds' | 'deployEvent__module' | 'deployEvent__mutableModule' | 'deployEvent__mutableTax' | 'deployEvent__recipient' | 'deployEvent__taxPercentage' | 'deployEvent__timestamp' | 'deployEvent__tx' | 'deposit' | 'deposits' | 'id' | 'liquidationBountyBps' | 'liquidations' | 'manager' | 'metadata' | 'metadataUpdates' | 'metadata__adType' | 'metadata__cid' | 'metadata__createdAt' | 'metadata__createdTx' | 'metadata__id' | 'metadata__rawJson' | 'metadata__updateCount' | 'metadata__updatedAt' | 'metadata__updatedBy' | 'metadata__updatedTx' | 'metadata__uri' | 'minDepositSeconds' | 'module' | 'moduleFees' | 'moduleUpdateProposals' | 'module__description' | 'module__feeBps' | 'module__id' | 'module__image' | 'module__moduleURI' | 'module__name' | 'module__totalFeesCollected' | 'module__verified' | 'module__version' | 'mutableModule' | 'mutableTax' | 'occupant' | 'occupantAccount' | 'occupantAccount__id' | 'occupantAccount__occupiedCount' | 'occupantAccount__slotCount' | 'occupantAccount__type' | 'pendingUpdateCancellations' | 'price' | 'priceUpdates' | 'purchases' | 'recipient' | 'recipientAccount' | 'recipientAccount__id' | 'recipientAccount__occupiedCount' | 'recipientAccount__slotCount' | 'recipientAccount__type' | 'releases' | 'settlements' | 'taxCollections' | 'taxPercentage' | 'taxUpdateProposals' | 'totalCollected' | 'updatedAt' | 'withdrawals';
2666
2955
  type TaxCollectedEvent = {
2667
2956
  __typename?: 'TaxCollectedEvent';
2668
2957
  amount: Scalars['BigInt']['output'];
@@ -3712,6 +4001,11 @@ type GetModulesQuery = {
3712
4001
  verified: boolean;
3713
4002
  name: string;
3714
4003
  version: string;
4004
+ feeBps: string;
4005
+ moduleURI?: string | null;
4006
+ image?: string | null;
4007
+ description?: string | null;
4008
+ totalFeesCollected: string;
3715
4009
  }>;
3716
4010
  };
3717
4011
  type MetadataSlotFieldsFragment = {
@@ -3910,6 +4204,11 @@ type SlotFieldsFragment = {
3910
4204
  verified: boolean;
3911
4205
  name: string;
3912
4206
  version: string;
4207
+ feeBps: string;
4208
+ moduleURI?: string | null;
4209
+ image?: string | null;
4210
+ description?: string | null;
4211
+ totalFeesCollected: string;
3913
4212
  } | null;
3914
4213
  occupantAccount?: {
3915
4214
  __typename?: 'Account';
@@ -3967,6 +4266,11 @@ type GetSlotsQuery = {
3967
4266
  verified: boolean;
3968
4267
  name: string;
3969
4268
  version: string;
4269
+ feeBps: string;
4270
+ moduleURI?: string | null;
4271
+ image?: string | null;
4272
+ description?: string | null;
4273
+ totalFeesCollected: string;
3970
4274
  } | null;
3971
4275
  occupantAccount?: {
3972
4276
  __typename?: 'Account';
@@ -4021,6 +4325,11 @@ type GetSlotQuery = {
4021
4325
  verified: boolean;
4022
4326
  name: string;
4023
4327
  version: string;
4328
+ feeBps: string;
4329
+ moduleURI?: string | null;
4330
+ image?: string | null;
4331
+ description?: string | null;
4332
+ totalFeesCollected: string;
4024
4333
  } | null;
4025
4334
  occupantAccount?: {
4026
4335
  __typename?: 'Account';
@@ -4079,6 +4388,11 @@ type GetSlotsByRecipientQuery = {
4079
4388
  verified: boolean;
4080
4389
  name: string;
4081
4390
  version: string;
4391
+ feeBps: string;
4392
+ moduleURI?: string | null;
4393
+ image?: string | null;
4394
+ description?: string | null;
4395
+ totalFeesCollected: string;
4082
4396
  } | null;
4083
4397
  occupantAccount?: {
4084
4398
  __typename?: 'Account';
@@ -4137,6 +4451,11 @@ type GetSlotsByOccupantQuery = {
4137
4451
  verified: boolean;
4138
4452
  name: string;
4139
4453
  version: string;
4454
+ feeBps: string;
4455
+ moduleURI?: string | null;
4456
+ image?: string | null;
4457
+ description?: string | null;
4458
+ totalFeesCollected: string;
4140
4459
  } | null;
4141
4460
  occupantAccount?: {
4142
4461
  __typename?: 'Account';
@@ -4292,6 +4611,7 @@ interface CreateSlotsParams extends CreateSlotParams {
4292
4611
  }
4293
4612
  interface BuyParams {
4294
4613
  slot: Address;
4614
+ account: Address;
4295
4615
  depositAmount: bigint;
4296
4616
  selfAssessedPrice: bigint;
4297
4617
  }
@@ -4432,6 +4752,11 @@ declare class SlotsClient {
4432
4752
  taxOwed: bigint;
4433
4753
  secondsUntilLiquidation: bigint;
4434
4754
  insolvent: boolean;
4755
+ moduleName: string;
4756
+ moduleVersion: string;
4757
+ moduleFeeBps: bigint;
4758
+ moduleFeeRecipient: `0x${string}`;
4759
+ moduleURI: string;
4435
4760
  hasPendingTax: boolean;
4436
4761
  pendingTaxPercentage: bigint;
4437
4762
  hasPendingModule: boolean;
@@ -4464,7 +4789,8 @@ declare class SlotsClient {
4464
4789
  */
4465
4790
  selfAssess(slot: Address, newPrice: bigint): Promise<Hash>;
4466
4791
  /**
4467
- * Top up deposit on a slot (occupant only). Handles ERC-20 approval automatically.
4792
+ * Top up deposit on a slot. Anyone can pay to extend the occupant's deposit.
4793
+ * Handles ERC-20 approval automatically.
4468
4794
  * @param slot - The slot contract address.
4469
4795
  * @param amount - The amount to deposit (must be > 0).
4470
4796
  * @returns Transaction hash.
@@ -4546,4 +4872,4 @@ declare class SlotsClient {
4546
4872
  }
4547
4873
  declare function createSlotsClient(config: SlotsClientConfig): SlotsClient;
4548
4874
 
4549
- export { GetMetadataSlotsByRecipientDocument as $, type Account as A, type BlockChangedFilter as B, type CreateSlotParams as C, type DepositedEvent as D, type Exact as E, type Factory as F, GetAccountDocument as G, type GetAccountQueryVariables as H, GetAccountsDocument as I, type GetAccountsQuery as J, type GetAccountsQueryVariables as K, GetBoughtEventsDocument as L, type GetBoughtEventsQuery as M, type GetBoughtEventsQueryVariables as N, GetDepositedEventsDocument as O, type GetDepositedEventsQuery as P, type GetDepositedEventsQueryVariables as Q, GetFactoryDocument as R, SlotsChain as S, type GetFactoryQuery as T, type GetFactoryQueryVariables as U, GetLiquidatedEventsDocument as V, type GetLiquidatedEventsQuery as W, type GetLiquidatedEventsQueryVariables as X, GetMetadataSlotDocument as Y, type GetMetadataSlotQuery as Z, type GetMetadataSlotQueryVariables as _, type AccountFieldsFragment as a, type MetadataUpdatedEvent_Filter as a$, type GetMetadataSlotsByRecipientQuery as a0, type GetMetadataSlotsByRecipientQueryVariables as a1, GetMetadataSlotsDocument as a2, type GetMetadataSlotsQuery as a3, type GetMetadataSlotsQueryVariables as a4, GetMetadataUpdatedEventsDocument as a5, type GetMetadataUpdatedEventsQuery as a6, type GetMetadataUpdatedEventsQueryVariables as a7, GetModulesDocument as a8, type GetModulesQuery as a9, type GetSlotsByRecipientQuery as aA, type GetSlotsByRecipientQueryVariables as aB, GetSlotsDocument as aC, type GetSlotsQuery as aD, type GetSlotsQueryVariables as aE, GetTaxCollectedEventsDocument as aF, type GetTaxCollectedEventsQuery as aG, type GetTaxCollectedEventsQueryVariables as aH, GetWithdrawnEventsDocument as aI, type GetWithdrawnEventsQuery as aJ, type GetWithdrawnEventsQueryVariables as aK, type Incremental as aL, type InputMaybe as aM, type LiquidatedEvent as aN, type LiquidatedEvent_Filter as aO, type LiquidatedEvent_OrderBy as aP, type MakeEmpty as aQ, type MakeMaybe as aR, type MakeOptional as aS, type Maybe as aT, MetadataModuleClient as aU, type MetadataSlot as aV, type MetadataSlotFieldsFragment as aW, MetadataSlotFieldsFragmentDoc as aX, type MetadataSlot_Filter as aY, type MetadataSlot_OrderBy as aZ, type MetadataUpdatedEvent as a_, type GetModulesQueryVariables as aa, GetPriceUpdatedEventsDocument as ab, type GetPriceUpdatedEventsQuery as ac, type GetPriceUpdatedEventsQueryVariables as ad, GetRecentEventsDocument as ae, type GetRecentEventsQuery as af, type GetRecentEventsQueryVariables as ag, GetReleasedEventsDocument as ah, type GetReleasedEventsQuery as ai, type GetReleasedEventsQueryVariables as aj, GetSettledEventsDocument as ak, type GetSettledEventsQuery as al, type GetSettledEventsQueryVariables as am, GetSlotActivityDocument as an, type GetSlotActivityQuery as ao, type GetSlotActivityQueryVariables as ap, GetSlotDeployedEventsDocument as aq, type GetSlotDeployedEventsQuery as ar, type GetSlotDeployedEventsQueryVariables as as, GetSlotDocument as at, type GetSlotQuery as au, type GetSlotQueryVariables as av, GetSlotsByOccupantDocument as aw, type GetSlotsByOccupantQuery as ax, type GetSlotsByOccupantQueryVariables as ay, GetSlotsByRecipientDocument as az, AccountFieldsFragmentDoc as b, type QueryWithdrawnEventsArgs as b$, type MetadataUpdatedEvent_OrderBy as b0, type Module as b1, type ModuleUpdateProposedEvent as b2, type ModuleUpdateProposedEvent_Filter as b3, type ModuleUpdateProposedEvent_OrderBy as b4, type Module_Filter as b5, type Module_OrderBy as b6, type NftCollection as b7, type NftCollectionTokensArgs as b8, type NftCollection_Filter as b9, type QueryMetadataUpdatedEventArgs as bA, type QueryMetadataUpdatedEventsArgs as bB, type QueryModuleArgs as bC, type QueryModuleUpdateProposedEventArgs as bD, type QueryModuleUpdateProposedEventsArgs as bE, type QueryModulesArgs as bF, type QueryNftcollectionArgs as bG, type QueryNftcollectionsArgs as bH, type QueryNfttokenArgs as bI, type QueryNfttokensArgs as bJ, type QueryPendingUpdateCancelledEventArgs as bK, type QueryPendingUpdateCancelledEventsArgs as bL, type QueryPriceUpdatedEventArgs as bM, type QueryPriceUpdatedEventsArgs as bN, type QueryReleasedEventArgs as bO, type QueryReleasedEventsArgs as bP, type QuerySettledEventArgs as bQ, type QuerySettledEventsArgs as bR, type QuerySlotArgs as bS, type QuerySlotDeployedEventArgs as bT, type QuerySlotDeployedEventsArgs as bU, type QuerySlotsArgs as bV, type QueryTaxCollectedEventArgs as bW, type QueryTaxCollectedEventsArgs as bX, type QueryTaxUpdateProposedEventArgs as bY, type QueryTaxUpdateProposedEventsArgs as bZ, type QueryWithdrawnEventArgs as b_, type NftCollection_OrderBy as ba, type NftToken as bb, type NftToken_Filter as bc, type NftToken_OrderBy as bd, type OrderDirection as be, type PendingUpdateCancelledEvent as bf, type PendingUpdateCancelledEvent_Filter as bg, type PendingUpdateCancelledEvent_OrderBy as bh, type PriceUpdatedEvent as bi, type PriceUpdatedEvent_Filter as bj, type PriceUpdatedEvent_OrderBy as bk, type Query as bl, type QueryAccountArgs as bm, type QueryAccountsArgs as bn, type QueryBoughtEventArgs as bo, type QueryBoughtEventsArgs as bp, type QueryCurrenciesArgs as bq, type QueryCurrencyArgs as br, type QueryDepositedEventArgs as bs, type QueryDepositedEventsArgs as bt, type QueryFactoriesArgs as bu, type QueryFactoryArgs as bv, type QueryLiquidatedEventArgs as bw, type QueryLiquidatedEventsArgs as bx, type QueryMetadataSlotArgs as by, type QueryMetadataSlotsArgs as bz, type AccountSlotsAsOccupantArgs as c, type Query_MetaArgs as c0, type ReleasedEvent as c1, type ReleasedEvent_Filter as c2, type ReleasedEvent_OrderBy as c3, SUBGRAPH_URLS as c4, type Scalars as c5, type Sdk as c6, type SdkFunctionWrapper as c7, type SettledEvent as c8, type SettledEvent_Filter as c9, type TaxCollectedEvent as cA, type TaxCollectedEvent_Filter as cB, type TaxCollectedEvent_OrderBy as cC, type TaxUpdateProposedEvent as cD, type TaxUpdateProposedEvent_Filter as cE, type TaxUpdateProposedEvent_OrderBy as cF, type WithdrawnEvent as cG, type WithdrawnEvent_Filter as cH, type WithdrawnEvent_OrderBy as cI, type _Block_ as cJ, type _Meta_ as cK, type _SubgraphErrorPolicy_ as cL, createSlotsClient as cM, getSdk as cN, type SettledEvent_OrderBy as ca, type Slot as cb, type SlotConfig as cc, type SlotDeployedEvent as cd, type SlotDeployedEvent_Filter as ce, type SlotDeployedEvent_OrderBy as cf, type SlotDepositsArgs as cg, type SlotFieldsFragment as ch, SlotFieldsFragmentDoc as ci, type SlotInitParams as cj, type SlotLiquidationsArgs as ck, type SlotMetadataUpdatesArgs as cl, type SlotModuleUpdateProposalsArgs as cm, type SlotPendingUpdateCancellationsArgs as cn, type SlotPriceUpdatesArgs as co, type SlotPurchasesArgs as cp, type SlotReleasesArgs as cq, type SlotSettlementsArgs as cr, type SlotTaxCollectionsArgs as cs, type SlotTaxUpdateProposalsArgs as ct, type SlotWithdrawalsArgs as cu, type Slot_Filter as cv, type Slot_OrderBy as cw, SlotsClient as cx, type SlotsClientConfig as cy, type SubgraphMeta as cz, type AccountSlotsAsRecipientArgs as d, type AccountType as e, type Account_Filter as f, type Account_OrderBy as g, type Aggregation_Current as h, type Aggregation_Interval as i, type Block_Height as j, type BoughtEvent as k, type BoughtEvent_Filter as l, type BoughtEvent_OrderBy as m, type BuyParams as n, type CreateSlotsParams as o, type Currency as p, type CurrencyFieldsFragment as q, CurrencyFieldsFragmentDoc as r, type Currency_Filter as s, type Currency_OrderBy as t, type DepositedEvent_Filter as u, type DepositedEvent_OrderBy as v, type FactoryModulesArgs as w, type Factory_Filter as x, type Factory_OrderBy as y, type GetAccountQuery as z };
4875
+ export { GetMetadataSlotsByRecipientDocument as $, type Account as A, type BlockChangedFilter as B, type CreateSlotParams as C, type DepositedEvent as D, type Exact as E, type Factory as F, GetAccountDocument as G, type GetAccountQueryVariables as H, GetAccountsDocument as I, type GetAccountsQuery as J, type GetAccountsQueryVariables as K, GetBoughtEventsDocument as L, type GetBoughtEventsQuery as M, type GetBoughtEventsQueryVariables as N, GetDepositedEventsDocument as O, type GetDepositedEventsQuery as P, type GetDepositedEventsQueryVariables as Q, GetFactoryDocument as R, SlotsChain as S, type GetFactoryQuery as T, type GetFactoryQueryVariables as U, GetLiquidatedEventsDocument as V, type GetLiquidatedEventsQuery as W, type GetLiquidatedEventsQueryVariables as X, GetMetadataSlotDocument as Y, type GetMetadataSlotQuery as Z, type GetMetadataSlotQueryVariables as _, type AccountFieldsFragment as a, type MetadataUpdatedEvent_Filter as a$, type GetMetadataSlotsByRecipientQuery as a0, type GetMetadataSlotsByRecipientQueryVariables as a1, GetMetadataSlotsDocument as a2, type GetMetadataSlotsQuery as a3, type GetMetadataSlotsQueryVariables as a4, GetMetadataUpdatedEventsDocument as a5, type GetMetadataUpdatedEventsQuery as a6, type GetMetadataUpdatedEventsQueryVariables as a7, GetModulesDocument as a8, type GetModulesQuery as a9, type GetSlotsByRecipientQuery as aA, type GetSlotsByRecipientQueryVariables as aB, GetSlotsDocument as aC, type GetSlotsQuery as aD, type GetSlotsQueryVariables as aE, GetTaxCollectedEventsDocument as aF, type GetTaxCollectedEventsQuery as aG, type GetTaxCollectedEventsQueryVariables as aH, GetWithdrawnEventsDocument as aI, type GetWithdrawnEventsQuery as aJ, type GetWithdrawnEventsQueryVariables as aK, type Incremental as aL, type InputMaybe as aM, type LiquidatedEvent as aN, type LiquidatedEvent_Filter as aO, type LiquidatedEvent_OrderBy as aP, type MakeEmpty as aQ, type MakeMaybe as aR, type MakeOptional as aS, type Maybe as aT, MetadataModuleClient as aU, type MetadataSlot as aV, type MetadataSlotFieldsFragment as aW, MetadataSlotFieldsFragmentDoc as aX, type MetadataSlot_Filter as aY, type MetadataSlot_OrderBy as aZ, type MetadataUpdatedEvent as a_, type GetModulesQueryVariables as aa, GetPriceUpdatedEventsDocument as ab, type GetPriceUpdatedEventsQuery as ac, type GetPriceUpdatedEventsQueryVariables as ad, GetRecentEventsDocument as ae, type GetRecentEventsQuery as af, type GetRecentEventsQueryVariables as ag, GetReleasedEventsDocument as ah, type GetReleasedEventsQuery as ai, type GetReleasedEventsQueryVariables as aj, GetSettledEventsDocument as ak, type GetSettledEventsQuery as al, type GetSettledEventsQueryVariables as am, GetSlotActivityDocument as an, type GetSlotActivityQuery as ao, type GetSlotActivityQueryVariables as ap, GetSlotDeployedEventsDocument as aq, type GetSlotDeployedEventsQuery as ar, type GetSlotDeployedEventsQueryVariables as as, GetSlotDocument as at, type GetSlotQuery as au, type GetSlotQueryVariables as av, GetSlotsByOccupantDocument as aw, type GetSlotsByOccupantQuery as ax, type GetSlotsByOccupantQueryVariables as ay, GetSlotsByRecipientDocument as az, AccountFieldsFragmentDoc as b, type QuerySlotsArgs as b$, type MetadataUpdatedEvent_OrderBy as b0, type Module as b1, type ModuleFeePaidEvent as b2, type ModuleFeePaidEvent_Filter as b3, type ModuleFeePaidEvent_OrderBy as b4, type ModuleFeePaymentsArgs as b5, type ModuleUpdateProposedEvent as b6, type ModuleUpdateProposedEvent_Filter as b7, type ModuleUpdateProposedEvent_OrderBy as b8, type Module_Filter as b9, type QueryLiquidatedEventArgs as bA, type QueryLiquidatedEventsArgs as bB, type QueryMetadataSlotArgs as bC, type QueryMetadataSlotsArgs as bD, type QueryMetadataUpdatedEventArgs as bE, type QueryMetadataUpdatedEventsArgs as bF, type QueryModuleArgs as bG, type QueryModuleFeePaidEventArgs as bH, type QueryModuleFeePaidEventsArgs as bI, type QueryModuleUpdateProposedEventArgs as bJ, type QueryModuleUpdateProposedEventsArgs as bK, type QueryModulesArgs as bL, type QueryNftcollectionArgs as bM, type QueryNftcollectionsArgs as bN, type QueryNfttokenArgs as bO, type QueryNfttokensArgs as bP, type QueryPendingUpdateCancelledEventArgs as bQ, type QueryPendingUpdateCancelledEventsArgs as bR, type QueryPriceUpdatedEventArgs as bS, type QueryPriceUpdatedEventsArgs as bT, type QueryReleasedEventArgs as bU, type QueryReleasedEventsArgs as bV, type QuerySettledEventArgs as bW, type QuerySettledEventsArgs as bX, type QuerySlotArgs as bY, type QuerySlotDeployedEventArgs as bZ, type QuerySlotDeployedEventsArgs as b_, type Module_OrderBy as ba, type NftCollection as bb, type NftCollectionTokensArgs as bc, type NftCollection_Filter as bd, type NftCollection_OrderBy as be, type NftToken as bf, type NftToken_Filter as bg, type NftToken_OrderBy as bh, type OrderDirection as bi, type PendingUpdateCancelledEvent as bj, type PendingUpdateCancelledEvent_Filter as bk, type PendingUpdateCancelledEvent_OrderBy as bl, type PriceUpdatedEvent as bm, type PriceUpdatedEvent_Filter as bn, type PriceUpdatedEvent_OrderBy as bo, type Query as bp, type QueryAccountArgs as bq, type QueryAccountsArgs as br, type QueryBoughtEventArgs as bs, type QueryBoughtEventsArgs as bt, type QueryCurrenciesArgs as bu, type QueryCurrencyArgs as bv, type QueryDepositedEventArgs as bw, type QueryDepositedEventsArgs as bx, type QueryFactoriesArgs as by, type QueryFactoryArgs as bz, type AccountSlotsAsOccupantArgs as c, type QueryTaxCollectedEventArgs as c0, type QueryTaxCollectedEventsArgs as c1, type QueryTaxUpdateProposedEventArgs as c2, type QueryTaxUpdateProposedEventsArgs as c3, type QueryWithdrawnEventArgs as c4, type QueryWithdrawnEventsArgs as c5, type Query_MetaArgs as c6, type ReleasedEvent as c7, type ReleasedEvent_Filter as c8, type ReleasedEvent_OrderBy as c9, type SlotTaxUpdateProposalsArgs as cA, type SlotWithdrawalsArgs as cB, type Slot_Filter as cC, type Slot_OrderBy as cD, SlotsClient as cE, type SlotsClientConfig as cF, type SubgraphMeta as cG, type TaxCollectedEvent as cH, type TaxCollectedEvent_Filter as cI, type TaxCollectedEvent_OrderBy as cJ, type TaxUpdateProposedEvent as cK, type TaxUpdateProposedEvent_Filter as cL, type TaxUpdateProposedEvent_OrderBy as cM, type WithdrawnEvent as cN, type WithdrawnEvent_Filter as cO, type WithdrawnEvent_OrderBy as cP, type _Block_ as cQ, type _Meta_ as cR, type _SubgraphErrorPolicy_ as cS, createSlotsClient as cT, getSdk as cU, SUBGRAPH_URLS as ca, type Scalars as cb, type Sdk as cc, type SdkFunctionWrapper as cd, type SettledEvent as ce, type SettledEvent_Filter as cf, type SettledEvent_OrderBy as cg, type Slot as ch, type SlotConfig as ci, type SlotDeployedEvent as cj, type SlotDeployedEvent_Filter as ck, type SlotDeployedEvent_OrderBy as cl, type SlotDepositsArgs as cm, type SlotFieldsFragment as cn, SlotFieldsFragmentDoc as co, type SlotInitParams as cp, type SlotLiquidationsArgs as cq, type SlotMetadataUpdatesArgs as cr, type SlotModuleFeesArgs as cs, type SlotModuleUpdateProposalsArgs as ct, type SlotPendingUpdateCancellationsArgs as cu, type SlotPriceUpdatesArgs as cv, type SlotPurchasesArgs as cw, type SlotReleasesArgs as cx, type SlotSettlementsArgs as cy, type SlotTaxCollectionsArgs as cz, type AccountSlotsAsRecipientArgs as d, type AccountType as e, type Account_Filter as f, type Account_OrderBy as g, type Aggregation_Current as h, type Aggregation_Interval as i, type Block_Height as j, type BoughtEvent as k, type BoughtEvent_Filter as l, type BoughtEvent_OrderBy as m, type BuyParams as n, type CreateSlotsParams as o, type Currency as p, type CurrencyFieldsFragment as q, CurrencyFieldsFragmentDoc as r, type Currency_Filter as s, type Currency_OrderBy as t, type DepositedEvent_Filter as u, type DepositedEvent_OrderBy as v, type FactoryModulesArgs as w, type Factory_Filter as x, type Factory_OrderBy as y, type GetAccountQuery as z };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { S as SlotsChain } from './client-pupk2FMg.js';
2
- export { A as Account, a as AccountFieldsFragment, b as AccountFieldsFragmentDoc, c as AccountSlotsAsOccupantArgs, d as AccountSlotsAsRecipientArgs, e as AccountType, f as Account_Filter, g as Account_OrderBy, h as Aggregation_Current, i as Aggregation_Interval, B as BlockChangedFilter, j as Block_Height, k as BoughtEvent, l as BoughtEvent_Filter, m as BoughtEvent_OrderBy, n as BuyParams, C as CreateSlotParams, o as CreateSlotsParams, p as Currency, q as CurrencyFieldsFragment, r as CurrencyFieldsFragmentDoc, s as Currency_Filter, t as Currency_OrderBy, D as DepositedEvent, u as DepositedEvent_Filter, v as DepositedEvent_OrderBy, E as Exact, F as Factory, w as FactoryModulesArgs, x as Factory_Filter, y as Factory_OrderBy, G as GetAccountDocument, z as GetAccountQuery, H as GetAccountQueryVariables, I as GetAccountsDocument, J as GetAccountsQuery, K as GetAccountsQueryVariables, L as GetBoughtEventsDocument, M as GetBoughtEventsQuery, N as GetBoughtEventsQueryVariables, O as GetDepositedEventsDocument, P as GetDepositedEventsQuery, Q as GetDepositedEventsQueryVariables, R as GetFactoryDocument, T as GetFactoryQuery, U as GetFactoryQueryVariables, V as GetLiquidatedEventsDocument, W as GetLiquidatedEventsQuery, X as GetLiquidatedEventsQueryVariables, Y as GetMetadataSlotDocument, Z as GetMetadataSlotQuery, _ as GetMetadataSlotQueryVariables, $ as GetMetadataSlotsByRecipientDocument, a0 as GetMetadataSlotsByRecipientQuery, a1 as GetMetadataSlotsByRecipientQueryVariables, a2 as GetMetadataSlotsDocument, a3 as GetMetadataSlotsQuery, a4 as GetMetadataSlotsQueryVariables, a5 as GetMetadataUpdatedEventsDocument, a6 as GetMetadataUpdatedEventsQuery, a7 as GetMetadataUpdatedEventsQueryVariables, a8 as GetModulesDocument, a9 as GetModulesQuery, aa as GetModulesQueryVariables, ab as GetPriceUpdatedEventsDocument, ac as GetPriceUpdatedEventsQuery, ad as GetPriceUpdatedEventsQueryVariables, ae as GetRecentEventsDocument, af as GetRecentEventsQuery, ag as GetRecentEventsQueryVariables, ah as GetReleasedEventsDocument, ai as GetReleasedEventsQuery, aj as GetReleasedEventsQueryVariables, ak as GetSettledEventsDocument, al as GetSettledEventsQuery, am as GetSettledEventsQueryVariables, an as GetSlotActivityDocument, ao as GetSlotActivityQuery, ap as GetSlotActivityQueryVariables, aq as GetSlotDeployedEventsDocument, ar as GetSlotDeployedEventsQuery, as as GetSlotDeployedEventsQueryVariables, at as GetSlotDocument, au as GetSlotQuery, av as GetSlotQueryVariables, aw as GetSlotsByOccupantDocument, ax as GetSlotsByOccupantQuery, ay as GetSlotsByOccupantQueryVariables, az as GetSlotsByRecipientDocument, aA as GetSlotsByRecipientQuery, aB as GetSlotsByRecipientQueryVariables, aC as GetSlotsDocument, aD as GetSlotsQuery, aE as GetSlotsQueryVariables, aF as GetTaxCollectedEventsDocument, aG as GetTaxCollectedEventsQuery, aH as GetTaxCollectedEventsQueryVariables, aI as GetWithdrawnEventsDocument, aJ as GetWithdrawnEventsQuery, aK as GetWithdrawnEventsQueryVariables, aL as Incremental, aM as InputMaybe, aN as LiquidatedEvent, aO as LiquidatedEvent_Filter, aP as LiquidatedEvent_OrderBy, aQ as MakeEmpty, aR as MakeMaybe, aS as MakeOptional, aT as Maybe, aU as MetadataModuleClient, aV as MetadataSlot, aW as MetadataSlotFieldsFragment, aX as MetadataSlotFieldsFragmentDoc, aY as MetadataSlot_Filter, aZ as MetadataSlot_OrderBy, a_ as MetadataUpdatedEvent, a$ as MetadataUpdatedEvent_Filter, b0 as MetadataUpdatedEvent_OrderBy, b1 as Module, b2 as ModuleUpdateProposedEvent, b3 as ModuleUpdateProposedEvent_Filter, b4 as ModuleUpdateProposedEvent_OrderBy, b5 as Module_Filter, b6 as Module_OrderBy, b7 as NftCollection, b8 as NftCollectionTokensArgs, b9 as NftCollection_Filter, ba as NftCollection_OrderBy, bb as NftToken, bc as NftToken_Filter, bd as NftToken_OrderBy, be as OrderDirection, bf as PendingUpdateCancelledEvent, bg as PendingUpdateCancelledEvent_Filter, bh as PendingUpdateCancelledEvent_OrderBy, bi as PriceUpdatedEvent, bj as PriceUpdatedEvent_Filter, bk as PriceUpdatedEvent_OrderBy, bl as Query, bm as QueryAccountArgs, bn as QueryAccountsArgs, bo as QueryBoughtEventArgs, bp as QueryBoughtEventsArgs, bq as QueryCurrenciesArgs, br as QueryCurrencyArgs, bs as QueryDepositedEventArgs, bt as QueryDepositedEventsArgs, bu as QueryFactoriesArgs, bv as QueryFactoryArgs, bw as QueryLiquidatedEventArgs, bx as QueryLiquidatedEventsArgs, by as QueryMetadataSlotArgs, bz as QueryMetadataSlotsArgs, bA as QueryMetadataUpdatedEventArgs, bB as QueryMetadataUpdatedEventsArgs, bC as QueryModuleArgs, bD as QueryModuleUpdateProposedEventArgs, bE as QueryModuleUpdateProposedEventsArgs, bF as QueryModulesArgs, bG as QueryNftcollectionArgs, bH as QueryNftcollectionsArgs, bI as QueryNfttokenArgs, bJ as QueryNfttokensArgs, bK as QueryPendingUpdateCancelledEventArgs, bL as QueryPendingUpdateCancelledEventsArgs, bM as QueryPriceUpdatedEventArgs, bN as QueryPriceUpdatedEventsArgs, bO as QueryReleasedEventArgs, bP as QueryReleasedEventsArgs, bQ as QuerySettledEventArgs, bR as QuerySettledEventsArgs, bS as QuerySlotArgs, bT as QuerySlotDeployedEventArgs, bU as QuerySlotDeployedEventsArgs, bV as QuerySlotsArgs, bW as QueryTaxCollectedEventArgs, bX as QueryTaxCollectedEventsArgs, bY as QueryTaxUpdateProposedEventArgs, bZ as QueryTaxUpdateProposedEventsArgs, b_ as QueryWithdrawnEventArgs, b$ as QueryWithdrawnEventsArgs, c0 as Query_MetaArgs, c1 as ReleasedEvent, c2 as ReleasedEvent_Filter, c3 as ReleasedEvent_OrderBy, c4 as SUBGRAPH_URLS, c5 as Scalars, c6 as Sdk, c7 as SdkFunctionWrapper, c8 as SettledEvent, c9 as SettledEvent_Filter, ca as SettledEvent_OrderBy, cb as Slot, cc as SlotConfig, cd as SlotDeployedEvent, ce as SlotDeployedEvent_Filter, cf as SlotDeployedEvent_OrderBy, cg as SlotDepositsArgs, ch as SlotFieldsFragment, ci as SlotFieldsFragmentDoc, cj as SlotInitParams, ck as SlotLiquidationsArgs, cl as SlotMetadataUpdatesArgs, cm as SlotModuleUpdateProposalsArgs, cn as SlotPendingUpdateCancellationsArgs, co as SlotPriceUpdatesArgs, cp as SlotPurchasesArgs, cq as SlotReleasesArgs, cr as SlotSettlementsArgs, cs as SlotTaxCollectionsArgs, ct as SlotTaxUpdateProposalsArgs, cu as SlotWithdrawalsArgs, cv as Slot_Filter, cw as Slot_OrderBy, cx as SlotsClient, cy as SlotsClientConfig, cz as SubgraphMeta, cA as TaxCollectedEvent, cB as TaxCollectedEvent_Filter, cC as TaxCollectedEvent_OrderBy, cD as TaxUpdateProposedEvent, cE as TaxUpdateProposedEvent_Filter, cF as TaxUpdateProposedEvent_OrderBy, cG as WithdrawnEvent, cH as WithdrawnEvent_Filter, cI as WithdrawnEvent_OrderBy, cJ as _Block_, cK as _Meta_, cL as _SubgraphErrorPolicy_, cM as createSlotsClient, cN as getSdk } from './client-pupk2FMg.js';
1
+ import { S as SlotsChain } from './client-BvlobCBh.js';
2
+ export { A as Account, a as AccountFieldsFragment, b as AccountFieldsFragmentDoc, c as AccountSlotsAsOccupantArgs, d as AccountSlotsAsRecipientArgs, e as AccountType, f as Account_Filter, g as Account_OrderBy, h as Aggregation_Current, i as Aggregation_Interval, B as BlockChangedFilter, j as Block_Height, k as BoughtEvent, l as BoughtEvent_Filter, m as BoughtEvent_OrderBy, n as BuyParams, C as CreateSlotParams, o as CreateSlotsParams, p as Currency, q as CurrencyFieldsFragment, r as CurrencyFieldsFragmentDoc, s as Currency_Filter, t as Currency_OrderBy, D as DepositedEvent, u as DepositedEvent_Filter, v as DepositedEvent_OrderBy, E as Exact, F as Factory, w as FactoryModulesArgs, x as Factory_Filter, y as Factory_OrderBy, G as GetAccountDocument, z as GetAccountQuery, H as GetAccountQueryVariables, I as GetAccountsDocument, J as GetAccountsQuery, K as GetAccountsQueryVariables, L as GetBoughtEventsDocument, M as GetBoughtEventsQuery, N as GetBoughtEventsQueryVariables, O as GetDepositedEventsDocument, P as GetDepositedEventsQuery, Q as GetDepositedEventsQueryVariables, R as GetFactoryDocument, T as GetFactoryQuery, U as GetFactoryQueryVariables, V as GetLiquidatedEventsDocument, W as GetLiquidatedEventsQuery, X as GetLiquidatedEventsQueryVariables, Y as GetMetadataSlotDocument, Z as GetMetadataSlotQuery, _ as GetMetadataSlotQueryVariables, $ as GetMetadataSlotsByRecipientDocument, a0 as GetMetadataSlotsByRecipientQuery, a1 as GetMetadataSlotsByRecipientQueryVariables, a2 as GetMetadataSlotsDocument, a3 as GetMetadataSlotsQuery, a4 as GetMetadataSlotsQueryVariables, a5 as GetMetadataUpdatedEventsDocument, a6 as GetMetadataUpdatedEventsQuery, a7 as GetMetadataUpdatedEventsQueryVariables, a8 as GetModulesDocument, a9 as GetModulesQuery, aa as GetModulesQueryVariables, ab as GetPriceUpdatedEventsDocument, ac as GetPriceUpdatedEventsQuery, ad as GetPriceUpdatedEventsQueryVariables, ae as GetRecentEventsDocument, af as GetRecentEventsQuery, ag as GetRecentEventsQueryVariables, ah as GetReleasedEventsDocument, ai as GetReleasedEventsQuery, aj as GetReleasedEventsQueryVariables, ak as GetSettledEventsDocument, al as GetSettledEventsQuery, am as GetSettledEventsQueryVariables, an as GetSlotActivityDocument, ao as GetSlotActivityQuery, ap as GetSlotActivityQueryVariables, aq as GetSlotDeployedEventsDocument, ar as GetSlotDeployedEventsQuery, as as GetSlotDeployedEventsQueryVariables, at as GetSlotDocument, au as GetSlotQuery, av as GetSlotQueryVariables, aw as GetSlotsByOccupantDocument, ax as GetSlotsByOccupantQuery, ay as GetSlotsByOccupantQueryVariables, az as GetSlotsByRecipientDocument, aA as GetSlotsByRecipientQuery, aB as GetSlotsByRecipientQueryVariables, aC as GetSlotsDocument, aD as GetSlotsQuery, aE as GetSlotsQueryVariables, aF as GetTaxCollectedEventsDocument, aG as GetTaxCollectedEventsQuery, aH as GetTaxCollectedEventsQueryVariables, aI as GetWithdrawnEventsDocument, aJ as GetWithdrawnEventsQuery, aK as GetWithdrawnEventsQueryVariables, aL as Incremental, aM as InputMaybe, aN as LiquidatedEvent, aO as LiquidatedEvent_Filter, aP as LiquidatedEvent_OrderBy, aQ as MakeEmpty, aR as MakeMaybe, aS as MakeOptional, aT as Maybe, aU as MetadataModuleClient, aV as MetadataSlot, aW as MetadataSlotFieldsFragment, aX as MetadataSlotFieldsFragmentDoc, aY as MetadataSlot_Filter, aZ as MetadataSlot_OrderBy, a_ as MetadataUpdatedEvent, a$ as MetadataUpdatedEvent_Filter, b0 as MetadataUpdatedEvent_OrderBy, b1 as Module, b2 as ModuleFeePaidEvent, b3 as ModuleFeePaidEvent_Filter, b4 as ModuleFeePaidEvent_OrderBy, b5 as ModuleFeePaymentsArgs, b6 as ModuleUpdateProposedEvent, b7 as ModuleUpdateProposedEvent_Filter, b8 as ModuleUpdateProposedEvent_OrderBy, b9 as Module_Filter, ba as Module_OrderBy, bb as NftCollection, bc as NftCollectionTokensArgs, bd as NftCollection_Filter, be as NftCollection_OrderBy, bf as NftToken, bg as NftToken_Filter, bh as NftToken_OrderBy, bi as OrderDirection, bj as PendingUpdateCancelledEvent, bk as PendingUpdateCancelledEvent_Filter, bl as PendingUpdateCancelledEvent_OrderBy, bm as PriceUpdatedEvent, bn as PriceUpdatedEvent_Filter, bo as PriceUpdatedEvent_OrderBy, bp as Query, bq as QueryAccountArgs, br as QueryAccountsArgs, bs as QueryBoughtEventArgs, bt as QueryBoughtEventsArgs, bu as QueryCurrenciesArgs, bv as QueryCurrencyArgs, bw as QueryDepositedEventArgs, bx as QueryDepositedEventsArgs, by as QueryFactoriesArgs, bz as QueryFactoryArgs, bA as QueryLiquidatedEventArgs, bB as QueryLiquidatedEventsArgs, bC as QueryMetadataSlotArgs, bD as QueryMetadataSlotsArgs, bE as QueryMetadataUpdatedEventArgs, bF as QueryMetadataUpdatedEventsArgs, bG as QueryModuleArgs, bH as QueryModuleFeePaidEventArgs, bI as QueryModuleFeePaidEventsArgs, bJ as QueryModuleUpdateProposedEventArgs, bK as QueryModuleUpdateProposedEventsArgs, bL as QueryModulesArgs, bM as QueryNftcollectionArgs, bN as QueryNftcollectionsArgs, bO as QueryNfttokenArgs, bP as QueryNfttokensArgs, bQ as QueryPendingUpdateCancelledEventArgs, bR as QueryPendingUpdateCancelledEventsArgs, bS as QueryPriceUpdatedEventArgs, bT as QueryPriceUpdatedEventsArgs, bU as QueryReleasedEventArgs, bV as QueryReleasedEventsArgs, bW as QuerySettledEventArgs, bX as QuerySettledEventsArgs, bY as QuerySlotArgs, bZ as QuerySlotDeployedEventArgs, b_ as QuerySlotDeployedEventsArgs, b$ as QuerySlotsArgs, c0 as QueryTaxCollectedEventArgs, c1 as QueryTaxCollectedEventsArgs, c2 as QueryTaxUpdateProposedEventArgs, c3 as QueryTaxUpdateProposedEventsArgs, c4 as QueryWithdrawnEventArgs, c5 as QueryWithdrawnEventsArgs, c6 as Query_MetaArgs, c7 as ReleasedEvent, c8 as ReleasedEvent_Filter, c9 as ReleasedEvent_OrderBy, ca as SUBGRAPH_URLS, cb as Scalars, cc as Sdk, cd as SdkFunctionWrapper, ce as SettledEvent, cf as SettledEvent_Filter, cg as SettledEvent_OrderBy, ch as Slot, ci as SlotConfig, cj as SlotDeployedEvent, ck as SlotDeployedEvent_Filter, cl as SlotDeployedEvent_OrderBy, cm as SlotDepositsArgs, cn as SlotFieldsFragment, co as SlotFieldsFragmentDoc, cp as SlotInitParams, cq as SlotLiquidationsArgs, cr as SlotMetadataUpdatesArgs, cs as SlotModuleFeesArgs, ct as SlotModuleUpdateProposalsArgs, cu as SlotPendingUpdateCancellationsArgs, cv as SlotPriceUpdatesArgs, cw as SlotPurchasesArgs, cx as SlotReleasesArgs, cy as SlotSettlementsArgs, cz as SlotTaxCollectionsArgs, cA as SlotTaxUpdateProposalsArgs, cB as SlotWithdrawalsArgs, cC as Slot_Filter, cD as Slot_OrderBy, cE as SlotsClient, cF as SlotsClientConfig, cG as SubgraphMeta, cH as TaxCollectedEvent, cI as TaxCollectedEvent_Filter, cJ as TaxCollectedEvent_OrderBy, cK as TaxUpdateProposedEvent, cL as TaxUpdateProposedEvent_Filter, cM as TaxUpdateProposedEvent_OrderBy, cN as WithdrawnEvent, cO as WithdrawnEvent_Filter, cP as WithdrawnEvent_OrderBy, cQ as _Block_, cR as _Meta_, cS as _SubgraphErrorPolicy_, cT as createSlotsClient, cU as getSdk } from './client-BvlobCBh.js';
3
3
  import { Address } from 'viem';
4
4
  import 'graphql-request';
5
5
  import 'graphql';
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { AccountFieldsFragmentDoc, CurrencyFieldsFragmentDoc, GetAccountDocument, GetAccountsDocument, GetBoughtEventsDocument, GetDepositedEventsDocument, GetFactoryDocument, GetLiquidatedEventsDocument, GetMetadataSlotDocument, GetMetadataSlotsByRecipientDocument, GetMetadataSlotsDocument, GetMetadataUpdatedEventsDocument, GetModulesDocument, GetPriceUpdatedEventsDocument, GetRecentEventsDocument, GetReleasedEventsDocument, GetSettledEventsDocument, GetSlotActivityDocument, GetSlotDeployedEventsDocument, GetSlotDocument, GetSlotsByOccupantDocument, GetSlotsByRecipientDocument, GetSlotsDocument, GetTaxCollectedEventsDocument, GetWithdrawnEventsDocument, MetadataModuleClient, MetadataSlotFieldsFragmentDoc, SUBGRAPH_URLS, SlotFieldsFragmentDoc, SlotsChain, SlotsClient, SlotsError, createSlotsClient, getSdk } from './chunk-PZ2PG636.js';
1
+ export { AccountFieldsFragmentDoc, CurrencyFieldsFragmentDoc, GetAccountDocument, GetAccountsDocument, GetBoughtEventsDocument, GetDepositedEventsDocument, GetFactoryDocument, GetLiquidatedEventsDocument, GetMetadataSlotDocument, GetMetadataSlotsByRecipientDocument, GetMetadataSlotsDocument, GetMetadataUpdatedEventsDocument, GetModulesDocument, GetPriceUpdatedEventsDocument, GetRecentEventsDocument, GetReleasedEventsDocument, GetSettledEventsDocument, GetSlotActivityDocument, GetSlotDeployedEventsDocument, GetSlotDocument, GetSlotsByOccupantDocument, GetSlotsByRecipientDocument, GetSlotsDocument, GetTaxCollectedEventsDocument, GetWithdrawnEventsDocument, MetadataModuleClient, MetadataSlotFieldsFragmentDoc, SUBGRAPH_URLS, SlotFieldsFragmentDoc, SlotsChain, SlotsClient, SlotsError, createSlotsClient, getSdk } from './chunk-JPXMWACL.js';
2
2
 
3
3
  // src/tokens.ts
4
4
  var CHAIN_TOKENS = {