@types/shopify-buy
Advanced tools
Comparing version 2.10.9 to 2.10.10
@@ -284,2 +284,9 @@ // Type definitions for shopify-buy 2.10 | ||
export interface CustomAttributeV2 { | ||
customAttributes: { | ||
key: string; | ||
value: string; | ||
}[]; | ||
} | ||
export interface Collection { | ||
@@ -332,2 +339,7 @@ handle: string; | ||
completedAt: string | null; | ||
/** | ||
* Get checkout url | ||
*/ | ||
webUrl: string; | ||
} | ||
@@ -334,0 +346,0 @@ |
{ | ||
"name": "@types/shopify-buy", | ||
"version": "2.10.9", | ||
"version": "2.10.10", | ||
"description": "TypeScript definitions for shopify-buy", | ||
@@ -43,4 +43,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shopify-buy", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4d4783e17c0b1b4e2d6f1955d000f67c946b4b6d07739d18215388ecbe310c6b", | ||
"typesPublisherContentHash": "3299d9a1eca8cfc9e46dfc74b08e4d7a35d7fc668c2b8d644c0eacac2bd226a7", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 23 Dec 2021 23:35:49 GMT | ||
* Last updated: Fri, 28 Jan 2022 19:31:29 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `ShopifyBuy` |
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
18250
425