@types/woocommerce__woocommerce-rest-api
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,5 +5,5 @@ // Type definitions for @woocommerce/woocommerce-rest-api 1.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export type WooCommerceRestApiVersion = 'wc/v3' | 'wc/v2' | 'wc/v1' | 'wc-api/v3' | 'wc-api/v2' | 'wc-api/v1'; | ||
export type WooCommerceRestApiEncoding = 'utf-8' | 'ascii'; | ||
export type WooCommerceRestApiMethod = 'get' | 'post' | 'put' | 'delete' | 'options'; | ||
export type WooCommerceRestApiVersion = "wc/v3" | "wc/v2" | "wc/v1" | "wc-api/v3" | "wc-api/v2" | "wc-api/v1"; | ||
export type WooCommerceRestApiEncoding = "utf-8" | "ascii"; | ||
export type WooCommerceRestApiMethod = "get" | "post" | "put" | "delete" | "options"; | ||
@@ -118,3 +118,3 @@ export interface WooCommerceRestApiOptions { | ||
export class OptionsException { | ||
name: 'Options Error'; | ||
name: "Options Error"; | ||
message: string; | ||
@@ -121,0 +121,0 @@ |
{ | ||
"name": "@types/woocommerce__woocommerce-rest-api", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for @woocommerce/woocommerce-rest-api", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/woocommerce__woocommerce-rest-api", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1c60ab8e2edf8412f01a2ef7c5e44f4eca6aa7aa193d7c88c67adfd563f3d8f1", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "1ca38296effeb96e3590827bb587fec7e51a73b0fe960cebb34dbf27ec5ec6be", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 18:05:43 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:07 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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