@bosonprotocol/core-sdk 1.30.0-alpha.7 → 1.30.0-alpha.9

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.
@@ -33117,6 +33117,7 @@ export declare const GetProductV1MetadataEntitiesQueryDocument: string;
33117
33117
  export declare const GetOfferByIdQueryDocument: string;
33118
33118
  export declare const GetOffersQueryDocument: string;
33119
33119
  export type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string) => Promise<T>;
33120
+ export declare const defaultWrapper: SdkFunctionWrapper;
33120
33121
  export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
33121
33122
  getSellerByIdQuery(variables: GetSellerByIdQueryQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<GetSellerByIdQueryQuery>;
33122
33123
  getSellersQuery(variables?: GetSellersQueryQueryVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<GetSellersQueryQuery>;