namirasoft-cost 1.4.22 → 1.4.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,5 @@
1
+ export * from "./bonus/BaseBonus";
2
+ export * from "./estimator/BaseEstimator";
1
3
  export * from "./NamirasoftCostServer";
2
4
  export * from "./NamirasoftCostServerBase";
3
5
  export * from "./NamirasoftCostServerBillWatchAWS";
@@ -44,5 +46,7 @@ export * from "./meta/NamirasoftCostMetaDatabase";
44
46
  export * from "./row/CostCreateRow";
45
47
  export * from "./row/CostRow";
46
48
  export * from "./type/Estimation";
49
+ export * from "./type/EstimationOption";
47
50
  export * from "./type/EstimationUsage";
48
51
  export * from "./type/Period";
52
+ export * from "./type/Usage";
package/dist/index.js CHANGED
@@ -14,6 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./bonus/BaseBonus"), exports);
18
+ __exportStar(require("./estimator/BaseEstimator"), exports);
17
19
  __exportStar(require("./NamirasoftCostServer"), exports);
18
20
  __exportStar(require("./NamirasoftCostServerBase"), exports);
19
21
  __exportStar(require("./NamirasoftCostServerBillWatchAWS"), exports);
@@ -60,6 +62,8 @@ __exportStar(require("./meta/NamirasoftCostMetaDatabase"), exports);
60
62
  __exportStar(require("./row/CostCreateRow"), exports);
61
63
  __exportStar(require("./row/CostRow"), exports);
62
64
  __exportStar(require("./type/Estimation"), exports);
65
+ __exportStar(require("./type/EstimationOption"), exports);
63
66
  __exportStar(require("./type/EstimationUsage"), exports);
64
67
  __exportStar(require("./type/Period"), exports);
68
+ __exportStar(require("./type/Usage"), exports);
65
69
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAoBA,yDAAuC;AACvC,6DAA2C;AAC3C,qEAAmD;AACnD,uEAAqD;AACrD,qEAAmD;AACnD,6DAA2C;AAC3C,sEAAoD;AACpD,mEAAiD;AACjD,gEAA8C;AAC9C,gEAA8C;AAC9C,qEAAmD;AACnD,8DAA4C;AAC5C,gEAA8C;AAC9C,8EAA4D;AAC5D,gFAA8D;AAC9D,kEAAgD;AAChD,gFAA8D;AAC9D,kFAAgE;AAChE,gEAA8C;AAC9C,8EAA4D;AAC5D,gFAA8D;AAC9D,wDAAsC;AACtC,4DAA0C;AAC1C,kEAAgD;AAChD,iEAA+C;AAC/C,+EAA6D;AAC7D,iFAA+D;AAC/D,8DAA4C;AAC5C,4EAA0D;AAC1D,8EAA4D;AAC5D,2DAAyC;AACzC,8DAA4C;AAC5C,2DAAyC;AACzC,8DAA4C;AAC5C,gEAA8C;AAC9C,8EAA4D;AAC5D,4EAA0D;AAC1D,gFAA8D;AAC9D,8EAA4D;AAC5D,yDAAuC;AACvC,6DAA2C;AAC3C,uDAAqC;AACrC,oEAAkD;AAClD,sDAAoC;AACpC,gDAA8B;AAC9B,oDAAkC;AAClC,yDAAuC;AACvC,gDAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAoBA,oDAAkC;AAClC,4DAA0C;AAC1C,yDAAuC;AACvC,6DAA2C;AAC3C,qEAAmD;AACnD,uEAAqD;AACrD,qEAAmD;AACnD,6DAA2C;AAC3C,sEAAoD;AACpD,mEAAiD;AACjD,gEAA8C;AAC9C,gEAA8C;AAC9C,qEAAmD;AACnD,8DAA4C;AAC5C,gEAA8C;AAC9C,8EAA4D;AAC5D,gFAA8D;AAC9D,kEAAgD;AAChD,gFAA8D;AAC9D,kFAAgE;AAChE,gEAA8C;AAC9C,8EAA4D;AAC5D,gFAA8D;AAC9D,wDAAsC;AACtC,4DAA0C;AAC1C,kEAAgD;AAChD,iEAA+C;AAC/C,+EAA6D;AAC7D,iFAA+D;AAC/D,8DAA4C;AAC5C,4EAA0D;AAC1D,8EAA4D;AAC5D,2DAAyC;AACzC,8DAA4C;AAC5C,2DAAyC;AACzC,8DAA4C;AAC5C,gEAA8C;AAC9C,8EAA4D;AAC5D,4EAA0D;AAC1D,gFAA8D;AAC9D,8EAA4D;AAC5D,yDAAuC;AACvC,6DAA2C;AAC3C,uDAAqC;AACrC,oEAAkD;AAClD,sDAAoC;AACpC,gDAA8B;AAC9B,oDAAkC;AAClC,0DAAwC;AACxC,yDAAuC;AACvC,gDAA8B;AAC9B,+CAA6B"}
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.22",
11
+ "version": "1.4.23",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "namirasoft-core": "^1.4.80",
21
21
  "namirasoft-site": "^1.4.39",
22
22
  "namirasoft-node-cli": "^1.4.7",
23
- "namirasoft-account": "^1.4.84"
23
+ "namirasoft-account": "^1.4.85"
24
24
  },
25
25
  "bin": {
26
26
  "ns-cost": "./dist/command/cli.js"
package/src/index.ts CHANGED
@@ -18,6 +18,8 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
+ export * from "./bonus/BaseBonus";
22
+ export * from "./estimator/BaseEstimator";
21
23
  export * from "./NamirasoftCostServer";
22
24
  export * from "./NamirasoftCostServerBase";
23
25
  export * from "./NamirasoftCostServerBillWatchAWS";
@@ -64,5 +66,7 @@ export * from "./meta/NamirasoftCostMetaDatabase";
64
66
  export * from "./row/CostCreateRow";
65
67
  export * from "./row/CostRow";
66
68
  export * from "./type/Estimation";
69
+ export * from "./type/EstimationOption";
67
70
  export * from "./type/EstimationUsage";
68
- export * from "./type/Period";
71
+ export * from "./type/Period";
72
+ export * from "./type/Usage";