@tayeh/web-client
Advanced tools
Comparing version 1.0.6-alpha.2 to 1.0.7-alpha.2
{ | ||
"name": "@tayeh/web-client", | ||
"version": "1.0.6-alpha.2", | ||
"version": "1.0.7-alpha.2", | ||
"description": "tayeh shop-api client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -5,2 +5,3 @@ import { Media } from './media' | ||
import { Customer } from './customer' | ||
import { Crm } from './crm' | ||
import { applyMixins } from './utils' | ||
@@ -10,5 +11,5 @@ import { Base } from './base' | ||
class Tayeh extends Base {} | ||
interface Tayeh extends Instance, User, Media, Customer {} | ||
applyMixins(Tayeh, [Instance, User, Media, Customer]); | ||
interface Tayeh extends Instance, User, Media, Customer, Crm {} | ||
applyMixins(Tayeh, [Instance, User, Media, Customer, Crm]); | ||
export default Tayeh; |
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
153703
1310