@0xslots/sdk 0.11.0 → 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.
- package/dist/{chunk-XQG6GMWZ.js → chunk-JPXMWACL.js} +12 -2
- package/dist/chunk-JPXMWACL.js.map +1 -0
- package/dist/{client-CN0aLhHJ.d.ts → client-BvlobCBh.d.ts} +329 -5
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/react.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-XQG6GMWZ.js.map +0 -1
|
@@ -86,6 +86,11 @@ var SlotFieldsFragmentDoc = gql`
|
|
|
86
86
|
verified
|
|
87
87
|
name
|
|
88
88
|
version
|
|
89
|
+
feeBps
|
|
90
|
+
moduleURI
|
|
91
|
+
image
|
|
92
|
+
description
|
|
93
|
+
totalFeesCollected
|
|
89
94
|
}
|
|
90
95
|
occupant
|
|
91
96
|
occupantAccount {
|
|
@@ -726,6 +731,11 @@ var GetModulesDocument = gql`
|
|
|
726
731
|
verified
|
|
727
732
|
name
|
|
728
733
|
version
|
|
734
|
+
feeBps
|
|
735
|
+
moduleURI
|
|
736
|
+
image
|
|
737
|
+
description
|
|
738
|
+
totalFeesCollected
|
|
729
739
|
}
|
|
730
740
|
}
|
|
731
741
|
`;
|
|
@@ -1600,5 +1610,5 @@ function createSlotsClient(config) {
|
|
|
1600
1610
|
}
|
|
1601
1611
|
|
|
1602
1612
|
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 };
|
|
1603
|
-
//# sourceMappingURL=chunk-
|
|
1604
|
-
//# sourceMappingURL=chunk-
|
|
1613
|
+
//# sourceMappingURL=chunk-JPXMWACL.js.map
|
|
1614
|
+
//# sourceMappingURL=chunk-JPXMWACL.js.map
|