@types/shopify-buy
Advanced tools
Comparing version 2.10.5 to 2.10.6
@@ -36,3 +36,3 @@ // Type definitions for shopify-buy 2.10 | ||
storefrontAccessToken: string; | ||
language?: string; | ||
language?: string | undefined; | ||
} | ||
@@ -115,7 +115,7 @@ | ||
sortBy: string; | ||
after?: string; | ||
before?: string; | ||
first?: number; | ||
last?: number; | ||
reverse?: boolean; | ||
after?: string | undefined; | ||
before?: string | undefined; | ||
first?: number | undefined; | ||
last?: number | undefined; | ||
reverse?: boolean | undefined; | ||
} | ||
@@ -394,3 +394,3 @@ | ||
quantity: number; | ||
customAttributes?: CustomAttribute[]; | ||
customAttributes?: CustomAttribute[] | undefined; | ||
} | ||
@@ -421,7 +421,7 @@ | ||
export interface AttributeInput { | ||
key?: string; | ||
value?: string; | ||
id?: string | number; | ||
quantity?: number; | ||
variantId?: string; | ||
key?: string | undefined; | ||
value?: string | undefined; | ||
id?: string | number | undefined; | ||
quantity?: number | undefined; | ||
variantId?: string | undefined; | ||
} | ||
@@ -485,3 +485,3 @@ | ||
attrs?: any; | ||
onlineStoreUrl?: string; | ||
onlineStoreUrl?: string | undefined; | ||
} | ||
@@ -488,0 +488,0 @@ } |
{ | ||
"name": "@types/shopify-buy", | ||
"version": "2.10.5", | ||
"version": "2.10.6", | ||
"description": "TypeScript definitions for shopify-buy", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shopify-buy", | ||
"license": "MIT", | ||
@@ -47,4 +48,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "876d78c54e6944b48794e2fec9c090ad9a865882586758c1f330591ca351c923", | ||
"typeScriptVersion": "3.4" | ||
"typesPublisherContentHash": "0ea1375026d61eeb9929bf8fab59249077512ffe7edc7b3fc7ba19258ce76399", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 14 Jan 2021 22:03:19 GMT | ||
* Last updated: Tue, 06 Jul 2021 16:34:43 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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
18138
0