@modulbank/sendamo
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -48,2 +48,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}; | ||
if (params.utmSource === 'modulkassa.pro') | ||
params.sales_funnel = 'Agenti'; | ||
return params; | ||
@@ -50,0 +52,0 @@ } |
@@ -1,10 +0,2 @@ | ||
declare enum funnels { | ||
'Agenti' = 0, | ||
'kassy_onlayn' = 1, | ||
'Predoplata' = 2, | ||
'Partners' = 3, | ||
'Corporate' = 4, | ||
'InternetEkvairing' = 5, | ||
'bank' = 6 | ||
} | ||
declare type funnels = 'Agenti' | 'kassy_onlayn' | 'Predoplata' | 'Partners' | 'Corporate' | 'InternetEkvairing' | 'bank'; | ||
declare enum clicks { | ||
@@ -11,0 +3,0 @@ 'klik' = 0, |
@@ -1,12 +0,1 @@ | ||
/* eslint-disable camelcase */ | ||
var funnels; | ||
(function (funnels) { | ||
funnels[funnels["Agenti"] = 0] = "Agenti"; | ||
funnels[funnels["kassy_onlayn"] = 1] = "kassy_onlayn"; | ||
funnels[funnels["Predoplata"] = 2] = "Predoplata"; | ||
funnels[funnels["Partners"] = 3] = "Partners"; | ||
funnels[funnels["Corporate"] = 4] = "Corporate"; | ||
funnels[funnels["InternetEkvairing"] = 5] = "InternetEkvairing"; | ||
funnels[funnels["bank"] = 6] = "bank"; | ||
})(funnels || (funnels = {})); | ||
var clicks; | ||
@@ -13,0 +2,0 @@ (function (clicks) { |
{ | ||
"name": "@modulbank/sendamo", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "send to amocrm method", | ||
@@ -5,0 +5,0 @@ "homepage": "", |
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
5732
120