@gem-sdk/adapter-common
Advanced tools
Comparing version 1.11.1-experimental-8f483e48 to 1.11.1-experimental-d7cbfa75
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -206,1 +206,2 @@ import type { Discount, Measurement, Image } from './common'; | ||
export type CartDiscountCodesUpdateFunc = (variables: CartDiscountCodesUpdateInput) => Promise<Cart>; | ||
//# sourceMappingURL=cart.d.ts.map |
@@ -54,1 +54,2 @@ import type { Address, AddressFields } from './customer/address'; | ||
}; | ||
//# sourceMappingURL=checkout.d.ts.map |
@@ -16,1 +16,2 @@ export type Discount = { | ||
}; | ||
//# sourceMappingURL=common.d.ts.map |
@@ -111,1 +111,2 @@ export interface Address { | ||
}; | ||
//# sourceMappingURL=address.d.ts.map |
@@ -114,1 +114,2 @@ export interface Card { | ||
}; | ||
//# sourceMappingURL=card.d.ts.map |
@@ -25,1 +25,2 @@ export * as Card from './card'; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -33,1 +33,2 @@ export type TypographyProps = { | ||
export {}; | ||
//# sourceMappingURL=global-style.d.ts.map |
@@ -14,1 +14,2 @@ import type * as Cart from './cart'; | ||
export type { Cart, Checkout, Common, Customer, Login, Logout, Page, Product, Signup, Site, Wishlist, GlobalStyleConfig, TypographyProps, }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -28,1 +28,2 @@ export type LoginBody = { | ||
}; | ||
//# sourceMappingURL=login.d.ts.map |
@@ -18,1 +18,2 @@ export type LogoutTypes = { | ||
}; | ||
//# sourceMappingURL=logout.d.ts.map |
@@ -25,1 +25,2 @@ export type Page = { | ||
}; | ||
//# sourceMappingURL=page.d.ts.map |
@@ -101,1 +101,2 @@ export type ProductImage = { | ||
}; | ||
//# sourceMappingURL=product.d.ts.map |
@@ -24,1 +24,2 @@ export type SignupBody = { | ||
}; | ||
//# sourceMappingURL=signup.d.ts.map |
@@ -22,1 +22,2 @@ export type Category = { | ||
}; | ||
//# sourceMappingURL=site.d.ts.map |
@@ -84,1 +84,2 @@ export type Wishlist = any; | ||
}; | ||
//# sourceMappingURL=wishlist.d.ts.map |
{ | ||
"name": "@gem-sdk/adapter-common", | ||
"version": "1.11.1-experimental-8f483e48", | ||
"version": "1.11.1-experimental-d7cbfa75", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48438
33