@things-factory/integration-sellercraft 8.0.5 → 8.0.6

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.
@@ -2,6 +2,6 @@ export * from './sellercraft/sellercraft';
2
2
  import { resolvers as MarketplaceSellercraftResolvers } from './marketplace-channel';
3
3
  export declare const entities: (typeof import("./sellercraft/sellercraft").Sellercraft | typeof import("./marketplace-channel/marketplace-channel").MarketplaceChannel)[];
4
4
  export declare const schema: {
5
- resolverClasses: (typeof import("./sellercraft/sellercraft-query").SellercraftQuery | typeof import("./sellercraft/sellercraft-mutation").SellercraftMutation | typeof import("./marketplace-channel/marketplace-channel-order-mutation").MarketplaceChannelOrderMutation | typeof import("./marketplace-channel/marketplace-channel-product-mutation").MarketplaceChannelProductMutation)[];
5
+ resolverClasses: (typeof import("./marketplace-channel/marketplace-channel-order-mutation").MarketplaceChannelOrderMutation | typeof import("./marketplace-channel/marketplace-channel-product-mutation").MarketplaceChannelProductMutation | typeof import("./sellercraft/sellercraft-query").SellercraftQuery | typeof import("./sellercraft/sellercraft-mutation").SellercraftMutation)[];
6
6
  };
7
7
  export { MarketplaceSellercraftResolvers };