@solucx/sdk
Advanced tools
@@ -0,0 +0,0 @@ export declare enum TargetCondition { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum TargetConditionType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
| import { TargetConditionType } from "./TargetConditionType"; | ||
| export declare const ValueMetricDefinition: { | ||
@@ -3,0 +2,0 @@ nps: string; |
@@ -0,0 +0,0 @@ "use strict"; |
+0
-0
@@ -0,0 +0,0 @@ import Indicators from "@solucx/indicators"; |
+0
-0
@@ -0,0 +0,0 @@ "use strict"; |
| export declare function confidenceIntervalToZScore(confidenceInterval: number): number; | ||
| export declare function calcSamplingError(population: number, zScore: number, sampleSize: number): number; | ||
| export declare function calcSampleSize(population: number, zScore: number, samplingError: number): number; |
| "use strict"; | ||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
| var desc = Object.getOwnPropertyDescriptor(m, k); | ||
| if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
| desc = { enumerable: true, get: function() { return m[k]; } }; | ||
| } | ||
| Object.defineProperty(o, k2, desc); | ||
| }) : (function(o, m, k, k2) { | ||
@@ -17,3 +21,3 @@ if (k2 === undefined) k2 = k; | ||
| var result = {}; | ||
| if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
| if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
| __setModuleDefault(result, mod); | ||
@@ -20,0 +24,0 @@ return result; |
@@ -0,0 +0,0 @@ export declare enum TargetPeriod { |
@@ -0,0 +0,0 @@ "use strict"; |
+3
-3
| { | ||
| "name": "@solucx/sdk", | ||
| "version": "2.1.0", | ||
| "version": "2.2.0", | ||
| "description": "SoluCX SDK", | ||
@@ -33,4 +33,4 @@ "main": "build/index.js", | ||
| "dependencies": { | ||
| "@solucx/indicators": "^1.1.2", | ||
| "@solucx/permissions": "^1.1.3", | ||
| "@solucx/indicators": "^1.1.3", | ||
| "@solucx/permissions": "^1.14.1", | ||
| "jstat": "^1.9.5" | ||
@@ -37,0 +37,0 @@ }, |
+3
-1
@@ -5,6 +5,8 @@ # solucx/sdk | ||
| ## Usage | ||
| ## Installation | ||
| To install this packege use `npm install @solucx/sdk` | ||
| > This is a private repository. You should be logged in into a allowed npm account or keep [this authorized .npmrc credentials file](https://bitbucket.org/solucxteam/workspace/snippets/B9ryKr/npmrc) at project or usr root folder. | ||
| ### Test | ||
@@ -11,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14605
0.79%175
1.74%27
8%Updated
Updated