@0xslots/sdk 0.12.0 → 0.13.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.
- package/dist/{chunk-52RYU3VZ.js → chunk-RKRQIWX7.js} +7 -5
- package/dist/chunk-RKRQIWX7.js.map +1 -0
- package/dist/{client-noFR0Pw9.d.ts → client-BKC_2-uM.d.ts} +3 -1
- 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 +1 -1
- package/dist/chunk-52RYU3VZ.js.map +0 -1
|
@@ -740,12 +740,13 @@ var GetModulesDocument = gql`
|
|
|
740
740
|
}
|
|
741
741
|
`;
|
|
742
742
|
var GetMetadataSlotsDocument = gql`
|
|
743
|
-
query GetMetadataSlots($first: Int = 100, $skip: Int = 0, $orderBy: MetadataSlot_orderBy = updatedAt, $orderDirection: OrderDirection = desc) {
|
|
743
|
+
query GetMetadataSlots($first: Int = 100, $skip: Int = 0, $orderBy: MetadataSlot_orderBy = updatedAt, $orderDirection: OrderDirection = desc, $where: MetadataSlot_filter) {
|
|
744
744
|
metadataSlots(
|
|
745
745
|
first: $first
|
|
746
746
|
skip: $skip
|
|
747
747
|
orderBy: $orderBy
|
|
748
748
|
orderDirection: $orderDirection
|
|
749
|
+
where: $where
|
|
749
750
|
) {
|
|
750
751
|
...MetadataSlotFields
|
|
751
752
|
}
|
|
@@ -771,12 +772,13 @@ var GetMetadataSlotsByRecipientDocument = gql`
|
|
|
771
772
|
}
|
|
772
773
|
${MetadataSlotFieldsFragmentDoc}`;
|
|
773
774
|
var GetMetadataUpdatedEventsDocument = gql`
|
|
774
|
-
query GetMetadataUpdatedEvents($
|
|
775
|
+
query GetMetadataUpdatedEvents($first: Int = 50, $skip: Int = 0, $orderBy: MetadataUpdatedEvent_orderBy = timestamp, $orderDirection: OrderDirection = desc, $where: MetadataUpdatedEvent_filter) {
|
|
775
776
|
metadataUpdatedEvents(
|
|
776
777
|
first: $first
|
|
777
|
-
|
|
778
|
+
skip: $skip
|
|
778
779
|
orderBy: $orderBy
|
|
779
780
|
orderDirection: $orderDirection
|
|
781
|
+
where: $where
|
|
780
782
|
) {
|
|
781
783
|
id
|
|
782
784
|
slot {
|
|
@@ -1799,5 +1801,5 @@ function createSlotsClient(config) {
|
|
|
1799
1801
|
}
|
|
1800
1802
|
|
|
1801
1803
|
export { AccountFieldsFragmentDoc, CurrencyFieldsFragmentDoc, FeedModuleClient, 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 };
|
|
1802
|
-
//# sourceMappingURL=chunk-
|
|
1803
|
-
//# sourceMappingURL=chunk-
|
|
1804
|
+
//# sourceMappingURL=chunk-RKRQIWX7.js.map
|
|
1805
|
+
//# sourceMappingURL=chunk-RKRQIWX7.js.map
|