@foxford/foxford-js-sdk
Advanced tools
Comparing version 2.1.35 to 2.1.36
@@ -180,3 +180,3 @@ import { AxiosInstance } from 'axios' | ||
export interface UserEvent { | ||
action: 'participate' | 'click' | 'form_submit' | 'experiment', | ||
action: 'participate' | 'click' | 'form_submit' | 'experiment' | 'funnel' | 'conversion', | ||
label: string, | ||
@@ -267,2 +267,12 @@ } | ||
constructor(config?: FoxfordConfig); | ||
api: AxiosInstance; | ||
user: UserServiceI; | ||
promo: PromoServiceI; | ||
leadrequest: LeadRequestServiceI; | ||
course: CourseServiceI; | ||
productPack: ProductPackServiceI; | ||
tag: TagServiceI; | ||
cart: CartServiceI; | ||
widgets: WidgetsI; | ||
shortURL(url: string): Promise<unknown>; | ||
} |
@@ -180,3 +180,3 @@ import { AxiosInstance } from 'axios' | ||
export interface UserEvent { | ||
action: 'participate' | 'click' | 'form_submit' | 'experiment', | ||
action: 'participate' | 'click' | 'form_submit' | 'experiment' | 'funnel' | 'conversion', | ||
label: string, | ||
@@ -267,2 +267,12 @@ } | ||
constructor(config?: FoxfordConfig); | ||
api: AxiosInstance; | ||
user: UserServiceI; | ||
promo: PromoServiceI; | ||
leadrequest: LeadRequestServiceI; | ||
course: CourseServiceI; | ||
productPack: ProductPackServiceI; | ||
tag: TagServiceI; | ||
cart: CartServiceI; | ||
widgets: WidgetsI; | ||
shortURL(url: string): Promise<unknown>; | ||
} |
@@ -180,3 +180,3 @@ import { AxiosInstance } from 'axios' | ||
export interface UserEvent { | ||
action: 'participate' | 'click' | 'form_submit' | 'experiment', | ||
action: 'participate' | 'click' | 'form_submit' | 'experiment' | 'funnel' | 'conversion', | ||
label: string, | ||
@@ -267,2 +267,12 @@ } | ||
constructor(config?: FoxfordConfig); | ||
api: AxiosInstance; | ||
user: UserServiceI; | ||
promo: PromoServiceI; | ||
leadrequest: LeadRequestServiceI; | ||
course: CourseServiceI; | ||
productPack: ProductPackServiceI; | ||
tag: TagServiceI; | ||
cart: CartServiceI; | ||
widgets: WidgetsI; | ||
shortURL(url: string): Promise<unknown>; | ||
} |
{ | ||
"name": "@foxford/foxford-js-sdk", | ||
"version": "2.1.35", | ||
"version": "2.1.36", | ||
"description": "Foxford sdk for external projects", | ||
@@ -5,0 +5,0 @@ "main": "foxford.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
258750
1076