@bosonprotocol/core-sdk 1.30.0-alpha.6 → 1.30.0-alpha.8
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/cjs/subgraph.d.ts +1 -0
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/cjs/subgraph.js +3 -2
- package/dist/cjs/subgraph.js.map +1 -1
- package/dist/esm/subgraph.d.ts +1 -0
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.js +1 -1
- package/dist/esm/subgraph.js.map +1 -1
- package/package.json +3 -3
- package/src/subgraph.ts +1 -1
package/dist/cjs/subgraph.d.ts
CHANGED
|
@@ -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>;
|