@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.
@@ -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($slot: String, $first: Int = 50, $orderBy: MetadataUpdatedEvent_orderBy = timestamp, $orderDirection: OrderDirection = desc) {
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
- where: {slot: $slot}
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-52RYU3VZ.js.map
1803
- //# sourceMappingURL=chunk-52RYU3VZ.js.map
1804
+ //# sourceMappingURL=chunk-RKRQIWX7.js.map
1805
+ //# sourceMappingURL=chunk-RKRQIWX7.js.map