namirasoft-cost 1.5.0 → 1.5.1

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.
@@ -14,9 +14,6 @@ src/estimator/BillWatchAWSRecordEstimator.ts
14
14
  src/estimator/BillWatchAzureRecordEstimator.ts
15
15
  src/estimator/BillWatchBaseRecordEstimator.ts
16
16
  src/estimator/BillWatchGCPRecordEstimator.ts
17
- src/estimator/FieldBaseRecordEstimator.ts
18
- src/estimator/FieldCategoryRecordEstimator.ts
19
- src/estimator/FieldFieldRecordEstimator.ts
20
17
  src/estimator/InfraAlertRecordEstimator.ts
21
18
  src/estimator/InfraBaseRecordEstimator.ts
22
19
  src/estimator/InfraCacheRecordEstimator.ts
@@ -30,8 +27,6 @@ src/estimator/InfraStreamingRecordEstimator.ts
30
27
  src/estimator/LogLogGroupReadEstimator.ts
31
28
  src/estimator/LogLogGroupRecordEstimator.ts
32
29
  src/estimator/NamirasoftCostToken.ts
33
- src/estimator/SecretSecretRecordEstimator.ts
34
- src/estimator/SecretSecretReadEstimator.ts
35
30
  src/type/Bonus.ts
36
31
  src/type/CalculationOption.ts
37
32
  src/type/Estimation.ts
package/dist/index.d.ts CHANGED
@@ -1,26 +1,3 @@
1
- export * from "./NamirasoftCostServer";
2
- export * from "./NamirasoftCostServerBase";
3
- export * from "./NamirasoftCostServerBillWatchAWS";
4
- export * from "./NamirasoftCostServerBillWatchAzure";
5
- export * from "./NamirasoftCostServerBillWatchGCP";
6
- export * from "./NamirasoftCostServerCost";
7
- export * from "./NamirasoftCostServerFieldCategory";
8
- export * from "./NamirasoftCostServerFieldField";
9
- export * from "./NamirasoftCostServerHealth";
10
- export * from "./NamirasoftCostServerHealthz";
11
- export * from "./NamirasoftCostServerInfraAlert";
12
- export * from "./NamirasoftCostServerInfraCache";
13
- export * from "./NamirasoftCostServerInfraDatabase";
14
- export * from "./NamirasoftCostServerInfraKubernetes";
15
- export * from "./NamirasoftCostServerInfraMessaging";
16
- export * from "./NamirasoftCostServerInfraMetric";
17
- export * from "./NamirasoftCostServerInfraMonitor";
18
- export * from "./NamirasoftCostServerInfraServer";
19
- export * from "./NamirasoftCostServerInfraStreaming";
20
- export * from "./NamirasoftCostServerLogLogGroup";
21
- export * from "./NamirasoftCostServerMetrics";
22
- export * from "./NamirasoftCostServerSecretSecret";
23
- export * from "./NamirasoftCostServerValue";
24
1
  export * from "./bonus/BaseBonus";
25
2
  export * from "./bonus/DeactiveBonus";
26
3
  export * from "./bonus/FreeCountBonus";
@@ -31,70 +8,70 @@ export * from "./bonus/LowSecondsBonus";
31
8
  export * from "./bonus/LowTotalValueBonus";
32
9
  export * from "./bonus/LowValueBonus";
33
10
  export * from "./bonus/TrialBonus";
11
+ export * from "./command/BillWatchAWS_CreateForRecordCommand";
34
12
  export * from "./command/BillWatchAWSCommand";
35
13
  export * from "./command/BillWatchAWSEstimateRecordCommand";
36
- export * from "./command/BillWatchAWS_CreateForRecordCommand";
14
+ export * from "./command/BillWatchAzure_CreateForRecordCommand";
37
15
  export * from "./command/BillWatchAzureCommand";
38
16
  export * from "./command/BillWatchAzureEstimateRecordCommand";
39
- export * from "./command/BillWatchAzure_CreateForRecordCommand";
17
+ export * from "./command/BillWatchGCP_CreateForRecordCommand";
40
18
  export * from "./command/BillWatchGCPCommand";
41
19
  export * from "./command/BillWatchGCPEstimateRecordCommand";
42
- export * from "./command/BillWatchGCP_CreateForRecordCommand";
43
20
  export * from "./command/CostCommand";
44
21
  export * from "./command/CostGroupedCommand";
45
22
  export * from "./command/CostListCommand";
46
23
  export * from "./command/CostResourceEntityListCommand";
47
24
  export * from "./command/CostResourceIDListCommand";
25
+ export * from "./command/FieldCategory_CreateForRecordCommand";
48
26
  export * from "./command/FieldCategoryCommand";
49
27
  export * from "./command/FieldCategoryEstimateRecordCommand";
50
- export * from "./command/FieldCategory_CreateForRecordCommand";
28
+ export * from "./command/FieldField_CreateForRecordCommand";
51
29
  export * from "./command/FieldFieldCommand";
52
30
  export * from "./command/FieldFieldEstimateRecordCommand";
53
- export * from "./command/FieldField_CreateForRecordCommand";
54
31
  export * from "./command/HealthCommand";
55
32
  export * from "./command/HealthLivenessCommand";
56
33
  export * from "./command/HealthReadinessCommand";
57
34
  export * from "./command/HealthzCommand";
58
35
  export * from "./command/HealthzGetCommand";
36
+ export * from "./command/InfraAlert_CreateForRecordCommand";
59
37
  export * from "./command/InfraAlertCommand";
60
38
  export * from "./command/InfraAlertEstimateRecordCommand";
61
- export * from "./command/InfraAlert_CreateForRecordCommand";
39
+ export * from "./command/InfraCache_CreateForRecordCommand";
62
40
  export * from "./command/InfraCacheCommand";
63
41
  export * from "./command/InfraCacheEstimateRecordCommand";
64
- export * from "./command/InfraCache_CreateForRecordCommand";
42
+ export * from "./command/InfraDatabase_CreateForRecordCommand";
65
43
  export * from "./command/InfraDatabaseCommand";
66
44
  export * from "./command/InfraDatabaseEstimateRecordCommand";
67
- export * from "./command/InfraDatabase_CreateForRecordCommand";
45
+ export * from "./command/InfraKubernetes_CreateForRecordCommand";
68
46
  export * from "./command/InfraKubernetesCommand";
69
47
  export * from "./command/InfraKubernetesEstimateRecordCommand";
70
- export * from "./command/InfraKubernetes_CreateForRecordCommand";
48
+ export * from "./command/InfraMessaging_CreateForRecordCommand";
71
49
  export * from "./command/InfraMessagingCommand";
72
50
  export * from "./command/InfraMessagingEstimateRecordCommand";
73
- export * from "./command/InfraMessaging_CreateForRecordCommand";
51
+ export * from "./command/InfraMetric_CreateForRecordCommand";
74
52
  export * from "./command/InfraMetricCommand";
75
53
  export * from "./command/InfraMetricEstimateRecordCommand";
76
- export * from "./command/InfraMetric_CreateForRecordCommand";
54
+ export * from "./command/InfraMonitor_CreateForRecordCommand";
77
55
  export * from "./command/InfraMonitorCommand";
78
56
  export * from "./command/InfraMonitorEstimateRecordCommand";
79
- export * from "./command/InfraMonitor_CreateForRecordCommand";
57
+ export * from "./command/InfraServer_CreateForRecordCommand";
80
58
  export * from "./command/InfraServerCommand";
81
59
  export * from "./command/InfraServerEstimateRecordCommand";
82
- export * from "./command/InfraServer_CreateForRecordCommand";
60
+ export * from "./command/InfraStreaming_CreateForRecordCommand";
83
61
  export * from "./command/InfraStreamingCommand";
84
62
  export * from "./command/InfraStreamingEstimateRecordCommand";
85
- export * from "./command/InfraStreaming_CreateForRecordCommand";
63
+ export * from "./command/LogLogGroup_CreateForReadCommand";
64
+ export * from "./command/LogLogGroup_CreateForRecordCommand";
86
65
  export * from "./command/LogLogGroupCommand";
87
66
  export * from "./command/LogLogGroupEstimateReadCommand";
88
67
  export * from "./command/LogLogGroupEstimateRecordCommand";
89
- export * from "./command/LogLogGroup_CreateForReadCommand";
90
- export * from "./command/LogLogGroup_CreateForRecordCommand";
91
68
  export * from "./command/MetricsCommand";
92
69
  export * from "./command/MetricsGetCommand";
70
+ export * from "./command/SecretSecret_CreateForReadCommand";
71
+ export * from "./command/SecretSecret_CreateForRecordCommand";
93
72
  export * from "./command/SecretSecretCommand";
94
73
  export * from "./command/SecretSecretEstimateReadCommand";
95
74
  export * from "./command/SecretSecretEstimateRecordCommand";
96
- export * from "./command/SecretSecret_CreateForReadCommand";
97
- export * from "./command/SecretSecret_CreateForRecordCommand";
98
75
  export * from "./command/ValueCommand";
99
76
  export * from "./command/ValueListCommand";
100
77
  export * from "./enum/DimensionType";
@@ -105,9 +82,6 @@ export * from "./estimator/BillWatchAWSRecordEstimator";
105
82
  export * from "./estimator/BillWatchAzureRecordEstimator";
106
83
  export * from "./estimator/BillWatchBaseRecordEstimator";
107
84
  export * from "./estimator/BillWatchGCPRecordEstimator";
108
- export * from "./estimator/FieldBaseRecordEstimator";
109
- export * from "./estimator/FieldCategoryRecordEstimator";
110
- export * from "./estimator/FieldFieldRecordEstimator";
111
85
  export * from "./estimator/InfraAlertRecordEstimator";
112
86
  export * from "./estimator/InfraBaseRecordEstimator";
113
87
  export * from "./estimator/InfraCacheRecordEstimator";
@@ -121,10 +95,31 @@ export * from "./estimator/InfraStreamingRecordEstimator";
121
95
  export * from "./estimator/LogLogGroupReadEstimator";
122
96
  export * from "./estimator/LogLogGroupRecordEstimator";
123
97
  export * from "./estimator/NamirasoftCostToken";
124
- export * from "./estimator/SecretSecretReadEstimator";
125
- export * from "./estimator/SecretSecretRecordEstimator";
126
98
  export * from "./meta/CostMetaTable";
127
99
  export * from "./meta/NamirasoftCostMetaDatabase";
100
+ export * from "./NamirasoftCostServer";
101
+ export * from "./NamirasoftCostServerBase";
102
+ export * from "./NamirasoftCostServerBillWatchAWS";
103
+ export * from "./NamirasoftCostServerBillWatchAzure";
104
+ export * from "./NamirasoftCostServerBillWatchGCP";
105
+ export * from "./NamirasoftCostServerCost";
106
+ export * from "./NamirasoftCostServerFieldCategory";
107
+ export * from "./NamirasoftCostServerFieldField";
108
+ export * from "./NamirasoftCostServerHealth";
109
+ export * from "./NamirasoftCostServerHealthz";
110
+ export * from "./NamirasoftCostServerInfraAlert";
111
+ export * from "./NamirasoftCostServerInfraCache";
112
+ export * from "./NamirasoftCostServerInfraDatabase";
113
+ export * from "./NamirasoftCostServerInfraKubernetes";
114
+ export * from "./NamirasoftCostServerInfraMessaging";
115
+ export * from "./NamirasoftCostServerInfraMetric";
116
+ export * from "./NamirasoftCostServerInfraMonitor";
117
+ export * from "./NamirasoftCostServerInfraServer";
118
+ export * from "./NamirasoftCostServerInfraStreaming";
119
+ export * from "./NamirasoftCostServerLogLogGroup";
120
+ export * from "./NamirasoftCostServerMetrics";
121
+ export * from "./NamirasoftCostServerSecretSecret";
122
+ export * from "./NamirasoftCostServerValue";
128
123
  export * from "./row/CostRow";
129
124
  export * from "./row/GroupedResponseRow";
130
125
  export * from "./type/Bonus";
package/dist/index.js CHANGED
@@ -14,29 +14,6 @@ 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("./NamirasoftCostServer"), exports);
18
- __exportStar(require("./NamirasoftCostServerBase"), exports);
19
- __exportStar(require("./NamirasoftCostServerBillWatchAWS"), exports);
20
- __exportStar(require("./NamirasoftCostServerBillWatchAzure"), exports);
21
- __exportStar(require("./NamirasoftCostServerBillWatchGCP"), exports);
22
- __exportStar(require("./NamirasoftCostServerCost"), exports);
23
- __exportStar(require("./NamirasoftCostServerFieldCategory"), exports);
24
- __exportStar(require("./NamirasoftCostServerFieldField"), exports);
25
- __exportStar(require("./NamirasoftCostServerHealth"), exports);
26
- __exportStar(require("./NamirasoftCostServerHealthz"), exports);
27
- __exportStar(require("./NamirasoftCostServerInfraAlert"), exports);
28
- __exportStar(require("./NamirasoftCostServerInfraCache"), exports);
29
- __exportStar(require("./NamirasoftCostServerInfraDatabase"), exports);
30
- __exportStar(require("./NamirasoftCostServerInfraKubernetes"), exports);
31
- __exportStar(require("./NamirasoftCostServerInfraMessaging"), exports);
32
- __exportStar(require("./NamirasoftCostServerInfraMetric"), exports);
33
- __exportStar(require("./NamirasoftCostServerInfraMonitor"), exports);
34
- __exportStar(require("./NamirasoftCostServerInfraServer"), exports);
35
- __exportStar(require("./NamirasoftCostServerInfraStreaming"), exports);
36
- __exportStar(require("./NamirasoftCostServerLogLogGroup"), exports);
37
- __exportStar(require("./NamirasoftCostServerMetrics"), exports);
38
- __exportStar(require("./NamirasoftCostServerSecretSecret"), exports);
39
- __exportStar(require("./NamirasoftCostServerValue"), exports);
40
17
  __exportStar(require("./bonus/BaseBonus"), exports);
41
18
  __exportStar(require("./bonus/DeactiveBonus"), exports);
42
19
  __exportStar(require("./bonus/FreeCountBonus"), exports);
@@ -47,70 +24,70 @@ __exportStar(require("./bonus/LowSecondsBonus"), exports);
47
24
  __exportStar(require("./bonus/LowTotalValueBonus"), exports);
48
25
  __exportStar(require("./bonus/LowValueBonus"), exports);
49
26
  __exportStar(require("./bonus/TrialBonus"), exports);
27
+ __exportStar(require("./command/BillWatchAWS_CreateForRecordCommand"), exports);
50
28
  __exportStar(require("./command/BillWatchAWSCommand"), exports);
51
29
  __exportStar(require("./command/BillWatchAWSEstimateRecordCommand"), exports);
52
- __exportStar(require("./command/BillWatchAWS_CreateForRecordCommand"), exports);
30
+ __exportStar(require("./command/BillWatchAzure_CreateForRecordCommand"), exports);
53
31
  __exportStar(require("./command/BillWatchAzureCommand"), exports);
54
32
  __exportStar(require("./command/BillWatchAzureEstimateRecordCommand"), exports);
55
- __exportStar(require("./command/BillWatchAzure_CreateForRecordCommand"), exports);
33
+ __exportStar(require("./command/BillWatchGCP_CreateForRecordCommand"), exports);
56
34
  __exportStar(require("./command/BillWatchGCPCommand"), exports);
57
35
  __exportStar(require("./command/BillWatchGCPEstimateRecordCommand"), exports);
58
- __exportStar(require("./command/BillWatchGCP_CreateForRecordCommand"), exports);
59
36
  __exportStar(require("./command/CostCommand"), exports);
60
37
  __exportStar(require("./command/CostGroupedCommand"), exports);
61
38
  __exportStar(require("./command/CostListCommand"), exports);
62
39
  __exportStar(require("./command/CostResourceEntityListCommand"), exports);
63
40
  __exportStar(require("./command/CostResourceIDListCommand"), exports);
41
+ __exportStar(require("./command/FieldCategory_CreateForRecordCommand"), exports);
64
42
  __exportStar(require("./command/FieldCategoryCommand"), exports);
65
43
  __exportStar(require("./command/FieldCategoryEstimateRecordCommand"), exports);
66
- __exportStar(require("./command/FieldCategory_CreateForRecordCommand"), exports);
44
+ __exportStar(require("./command/FieldField_CreateForRecordCommand"), exports);
67
45
  __exportStar(require("./command/FieldFieldCommand"), exports);
68
46
  __exportStar(require("./command/FieldFieldEstimateRecordCommand"), exports);
69
- __exportStar(require("./command/FieldField_CreateForRecordCommand"), exports);
70
47
  __exportStar(require("./command/HealthCommand"), exports);
71
48
  __exportStar(require("./command/HealthLivenessCommand"), exports);
72
49
  __exportStar(require("./command/HealthReadinessCommand"), exports);
73
50
  __exportStar(require("./command/HealthzCommand"), exports);
74
51
  __exportStar(require("./command/HealthzGetCommand"), exports);
52
+ __exportStar(require("./command/InfraAlert_CreateForRecordCommand"), exports);
75
53
  __exportStar(require("./command/InfraAlertCommand"), exports);
76
54
  __exportStar(require("./command/InfraAlertEstimateRecordCommand"), exports);
77
- __exportStar(require("./command/InfraAlert_CreateForRecordCommand"), exports);
55
+ __exportStar(require("./command/InfraCache_CreateForRecordCommand"), exports);
78
56
  __exportStar(require("./command/InfraCacheCommand"), exports);
79
57
  __exportStar(require("./command/InfraCacheEstimateRecordCommand"), exports);
80
- __exportStar(require("./command/InfraCache_CreateForRecordCommand"), exports);
58
+ __exportStar(require("./command/InfraDatabase_CreateForRecordCommand"), exports);
81
59
  __exportStar(require("./command/InfraDatabaseCommand"), exports);
82
60
  __exportStar(require("./command/InfraDatabaseEstimateRecordCommand"), exports);
83
- __exportStar(require("./command/InfraDatabase_CreateForRecordCommand"), exports);
61
+ __exportStar(require("./command/InfraKubernetes_CreateForRecordCommand"), exports);
84
62
  __exportStar(require("./command/InfraKubernetesCommand"), exports);
85
63
  __exportStar(require("./command/InfraKubernetesEstimateRecordCommand"), exports);
86
- __exportStar(require("./command/InfraKubernetes_CreateForRecordCommand"), exports);
64
+ __exportStar(require("./command/InfraMessaging_CreateForRecordCommand"), exports);
87
65
  __exportStar(require("./command/InfraMessagingCommand"), exports);
88
66
  __exportStar(require("./command/InfraMessagingEstimateRecordCommand"), exports);
89
- __exportStar(require("./command/InfraMessaging_CreateForRecordCommand"), exports);
67
+ __exportStar(require("./command/InfraMetric_CreateForRecordCommand"), exports);
90
68
  __exportStar(require("./command/InfraMetricCommand"), exports);
91
69
  __exportStar(require("./command/InfraMetricEstimateRecordCommand"), exports);
92
- __exportStar(require("./command/InfraMetric_CreateForRecordCommand"), exports);
70
+ __exportStar(require("./command/InfraMonitor_CreateForRecordCommand"), exports);
93
71
  __exportStar(require("./command/InfraMonitorCommand"), exports);
94
72
  __exportStar(require("./command/InfraMonitorEstimateRecordCommand"), exports);
95
- __exportStar(require("./command/InfraMonitor_CreateForRecordCommand"), exports);
73
+ __exportStar(require("./command/InfraServer_CreateForRecordCommand"), exports);
96
74
  __exportStar(require("./command/InfraServerCommand"), exports);
97
75
  __exportStar(require("./command/InfraServerEstimateRecordCommand"), exports);
98
- __exportStar(require("./command/InfraServer_CreateForRecordCommand"), exports);
76
+ __exportStar(require("./command/InfraStreaming_CreateForRecordCommand"), exports);
99
77
  __exportStar(require("./command/InfraStreamingCommand"), exports);
100
78
  __exportStar(require("./command/InfraStreamingEstimateRecordCommand"), exports);
101
- __exportStar(require("./command/InfraStreaming_CreateForRecordCommand"), exports);
79
+ __exportStar(require("./command/LogLogGroup_CreateForReadCommand"), exports);
80
+ __exportStar(require("./command/LogLogGroup_CreateForRecordCommand"), exports);
102
81
  __exportStar(require("./command/LogLogGroupCommand"), exports);
103
82
  __exportStar(require("./command/LogLogGroupEstimateReadCommand"), exports);
104
83
  __exportStar(require("./command/LogLogGroupEstimateRecordCommand"), exports);
105
- __exportStar(require("./command/LogLogGroup_CreateForReadCommand"), exports);
106
- __exportStar(require("./command/LogLogGroup_CreateForRecordCommand"), exports);
107
84
  __exportStar(require("./command/MetricsCommand"), exports);
108
85
  __exportStar(require("./command/MetricsGetCommand"), exports);
86
+ __exportStar(require("./command/SecretSecret_CreateForReadCommand"), exports);
87
+ __exportStar(require("./command/SecretSecret_CreateForRecordCommand"), exports);
109
88
  __exportStar(require("./command/SecretSecretCommand"), exports);
110
89
  __exportStar(require("./command/SecretSecretEstimateReadCommand"), exports);
111
90
  __exportStar(require("./command/SecretSecretEstimateRecordCommand"), exports);
112
- __exportStar(require("./command/SecretSecret_CreateForReadCommand"), exports);
113
- __exportStar(require("./command/SecretSecret_CreateForRecordCommand"), exports);
114
91
  __exportStar(require("./command/ValueCommand"), exports);
115
92
  __exportStar(require("./command/ValueListCommand"), exports);
116
93
  __exportStar(require("./enum/DimensionType"), exports);
@@ -121,9 +98,6 @@ __exportStar(require("./estimator/BillWatchAWSRecordEstimator"), exports);
121
98
  __exportStar(require("./estimator/BillWatchAzureRecordEstimator"), exports);
122
99
  __exportStar(require("./estimator/BillWatchBaseRecordEstimator"), exports);
123
100
  __exportStar(require("./estimator/BillWatchGCPRecordEstimator"), exports);
124
- __exportStar(require("./estimator/FieldBaseRecordEstimator"), exports);
125
- __exportStar(require("./estimator/FieldCategoryRecordEstimator"), exports);
126
- __exportStar(require("./estimator/FieldFieldRecordEstimator"), exports);
127
101
  __exportStar(require("./estimator/InfraAlertRecordEstimator"), exports);
128
102
  __exportStar(require("./estimator/InfraBaseRecordEstimator"), exports);
129
103
  __exportStar(require("./estimator/InfraCacheRecordEstimator"), exports);
@@ -137,10 +111,31 @@ __exportStar(require("./estimator/InfraStreamingRecordEstimator"), exports);
137
111
  __exportStar(require("./estimator/LogLogGroupReadEstimator"), exports);
138
112
  __exportStar(require("./estimator/LogLogGroupRecordEstimator"), exports);
139
113
  __exportStar(require("./estimator/NamirasoftCostToken"), exports);
140
- __exportStar(require("./estimator/SecretSecretReadEstimator"), exports);
141
- __exportStar(require("./estimator/SecretSecretRecordEstimator"), exports);
142
114
  __exportStar(require("./meta/CostMetaTable"), exports);
143
115
  __exportStar(require("./meta/NamirasoftCostMetaDatabase"), exports);
116
+ __exportStar(require("./NamirasoftCostServer"), exports);
117
+ __exportStar(require("./NamirasoftCostServerBase"), exports);
118
+ __exportStar(require("./NamirasoftCostServerBillWatchAWS"), exports);
119
+ __exportStar(require("./NamirasoftCostServerBillWatchAzure"), exports);
120
+ __exportStar(require("./NamirasoftCostServerBillWatchGCP"), exports);
121
+ __exportStar(require("./NamirasoftCostServerCost"), exports);
122
+ __exportStar(require("./NamirasoftCostServerFieldCategory"), exports);
123
+ __exportStar(require("./NamirasoftCostServerFieldField"), exports);
124
+ __exportStar(require("./NamirasoftCostServerHealth"), exports);
125
+ __exportStar(require("./NamirasoftCostServerHealthz"), exports);
126
+ __exportStar(require("./NamirasoftCostServerInfraAlert"), exports);
127
+ __exportStar(require("./NamirasoftCostServerInfraCache"), exports);
128
+ __exportStar(require("./NamirasoftCostServerInfraDatabase"), exports);
129
+ __exportStar(require("./NamirasoftCostServerInfraKubernetes"), exports);
130
+ __exportStar(require("./NamirasoftCostServerInfraMessaging"), exports);
131
+ __exportStar(require("./NamirasoftCostServerInfraMetric"), exports);
132
+ __exportStar(require("./NamirasoftCostServerInfraMonitor"), exports);
133
+ __exportStar(require("./NamirasoftCostServerInfraServer"), exports);
134
+ __exportStar(require("./NamirasoftCostServerInfraStreaming"), exports);
135
+ __exportStar(require("./NamirasoftCostServerLogLogGroup"), exports);
136
+ __exportStar(require("./NamirasoftCostServerMetrics"), exports);
137
+ __exportStar(require("./NamirasoftCostServerSecretSecret"), exports);
138
+ __exportStar(require("./NamirasoftCostServerValue"), exports);
144
139
  __exportStar(require("./row/CostRow"), exports);
145
140
  __exportStar(require("./row/GroupedResponseRow"), exports);
146
141
  __exportStar(require("./type/Bonus"), exports);
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,+DAA6C;AAC7C,gEAA8C;AAC9C,mEAAiD;AACjD,mEAAiD;AACjD,sEAAoD;AACpD,wEAAsD;AACtD,uEAAqD;AACrD,oEAAkD;AAClD,qEAAmD;AACnD,oEAAkD;AAClD,uEAAqD;AACrD,oEAAkD;AAClD,gEAA8C;AAC9C,qEAAmD;AACnD,8DAA4C;AAC5C,oDAAkC;AAClC,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,yDAAuC;AACvC,yDAAuC;AACvC,0DAAwC;AACxC,6DAA2C;AAC3C,wDAAsC;AACtC,qDAAmC;AACnC,gEAA8C;AAC9C,8EAA4D;AAC5D,gFAA8D;AAC9D,kEAAgD;AAChD,gFAA8D;AAC9D,kFAAgE;AAChE,gEAA8C;AAC9C,8EAA4D;AAC5D,gFAA8D;AAC9D,wDAAsC;AACtC,+DAA6C;AAC7C,4DAA0C;AAC1C,0EAAwD;AACxD,sEAAoD;AACpD,iEAA+C;AAC/C,+EAA6D;AAC7D,iFAA+D;AAC/D,8DAA4C;AAC5C,4EAA0D;AAC1D,8EAA4D;AAC5D,0DAAwC;AACxC,kEAAgD;AAChD,mEAAiD;AACjD,2DAAyC;AACzC,8DAA4C;AAC5C,8DAA4C;AAC5C,4EAA0D;AAC1D,8EAA4D;AAC5D,8DAA4C;AAC5C,4EAA0D;AAC1D,8EAA4D;AAC5D,iEAA+C;AAC/C,+EAA6D;AAC7D,iFAA+D;AAC/D,mEAAiD;AACjD,iFAA+D;AAC/D,mFAAiE;AACjE,kEAAgD;AAChD,gFAA8D;AAC9D,kFAAgE;AAChE,+DAA6C;AAC7C,6EAA2D;AAC3D,+EAA6D;AAC7D,gEAA8C;AAC9C,8EAA4D;AAC5D,gFAA8D;AAC9D,+DAA6C;AAC7C,6EAA2D;AAC3D,+EAA6D;AAC7D,kEAAgD;AAChD,gFAA8D;AAC9D,kFAAgE;AAChE,+DAA6C;AAC7C,2EAAyD;AACzD,6EAA2D;AAC3D,6EAA2D;AAC3D,+EAA6D;AAC7D,2DAAyC;AACzC,8DAA4C;AAC5C,gEAA8C;AAC9C,4EAA0D;AAC1D,8EAA4D;AAC5D,8EAA4D;AAC5D,gFAA8D;AAC9D,yDAAuC;AACvC,6DAA2C;AAC3C,uDAAqC;AACrC,yDAAuC;AACvC,4DAA0C;AAC1C,sEAAoD;AACpD,0EAAwD;AACxD,4EAA0D;AAC1D,2EAAyD;AACzD,0EAAwD;AACxD,uEAAqD;AACrD,2EAAyD;AACzD,wEAAsD;AACtD,wEAAsD;AACtD,uEAAqD;AACrD,wEAAsD;AACtD,2EAAyD;AACzD,6EAA2D;AAC3D,4EAA0D;AAC1D,yEAAuD;AACvD,0EAAwD;AACxD,yEAAuD;AACvD,4EAA0D;AAC1D,uEAAqD;AACrD,yEAAuD;AACvD,kEAAgD;AAChD,wEAAsD;AACtD,0EAAwD;AACxD,uDAAqC;AACrC,oEAAkD;AAClD,gDAA8B;AAC9B,2DAAyC;AACzC,+CAA6B;AAC7B,2DAAyC;AACzC,oDAAkC;AAClC,0DAAwC;AACxC,yDAAuC;AACvC,6DAA2C;AAC3C,yDAAuC;AACvC,yDAAuC;AACvC,gDAA8B;AAC9B,0DAAwC;AACxC,+CAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAoBA,oDAAkC;AAClC,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,yDAAuC;AACvC,yDAAuC;AACvC,0DAAwC;AACxC,6DAA2C;AAC3C,wDAAsC;AACtC,qDAAmC;AACnC,gFAA8D;AAC9D,gEAA8C;AAC9C,8EAA4D;AAC5D,kFAAgE;AAChE,kEAAgD;AAChD,gFAA8D;AAC9D,gFAA8D;AAC9D,gEAA8C;AAC9C,8EAA4D;AAC5D,wDAAsC;AACtC,+DAA6C;AAC7C,4DAA0C;AAC1C,0EAAwD;AACxD,sEAAoD;AACpD,iFAA+D;AAC/D,iEAA+C;AAC/C,+EAA6D;AAC7D,8EAA4D;AAC5D,8DAA4C;AAC5C,4EAA0D;AAC1D,0DAAwC;AACxC,kEAAgD;AAChD,mEAAiD;AACjD,2DAAyC;AACzC,8DAA4C;AAC5C,8EAA4D;AAC5D,8DAA4C;AAC5C,4EAA0D;AAC1D,8EAA4D;AAC5D,8DAA4C;AAC5C,4EAA0D;AAC1D,iFAA+D;AAC/D,iEAA+C;AAC/C,+EAA6D;AAC7D,mFAAiE;AACjE,mEAAiD;AACjD,iFAA+D;AAC/D,kFAAgE;AAChE,kEAAgD;AAChD,gFAA8D;AAC9D,+EAA6D;AAC7D,+DAA6C;AAC7C,6EAA2D;AAC3D,gFAA8D;AAC9D,gEAA8C;AAC9C,8EAA4D;AAC5D,+EAA6D;AAC7D,+DAA6C;AAC7C,6EAA2D;AAC3D,kFAAgE;AAChE,kEAAgD;AAChD,gFAA8D;AAC9D,6EAA2D;AAC3D,+EAA6D;AAC7D,+DAA6C;AAC7C,2EAAyD;AACzD,6EAA2D;AAC3D,2DAAyC;AACzC,8DAA4C;AAC5C,8EAA4D;AAC5D,gFAA8D;AAC9D,gEAA8C;AAC9C,4EAA0D;AAC1D,8EAA4D;AAC5D,yDAAuC;AACvC,6DAA2C;AAC3C,uDAAqC;AACrC,yDAAuC;AACvC,4DAA0C;AAC1C,sEAAoD;AACpD,0EAAwD;AACxD,4EAA0D;AAC1D,2EAAyD;AACzD,0EAAwD;AACxD,wEAAsD;AACtD,uEAAqD;AACrD,wEAAsD;AACtD,2EAAyD;AACzD,6EAA2D;AAC3D,4EAA0D;AAC1D,yEAAuD;AACvD,0EAAwD;AACxD,yEAAuD;AACvD,4EAA0D;AAC1D,uEAAqD;AACrD,yEAAuD;AACvD,kEAAgD;AAChD,uDAAqC;AACrC,oEAAkD;AAClD,yDAAuC;AACvC,6DAA2C;AAC3C,qEAAmD;AACnD,uEAAqD;AACrD,qEAAmD;AACnD,6DAA2C;AAC3C,sEAAoD;AACpD,mEAAiD;AACjD,+DAA6C;AAC7C,gEAA8C;AAC9C,mEAAiD;AACjD,mEAAiD;AACjD,sEAAoD;AACpD,wEAAsD;AACtD,uEAAqD;AACrD,oEAAkD;AAClD,qEAAmD;AACnD,oEAAkD;AAClD,uEAAqD;AACrD,oEAAkD;AAClD,gEAA8C;AAC9C,qEAAmD;AACnD,8DAA4C;AAC5C,gDAA8B;AAC9B,2DAAyC;AACzC,+CAA6B;AAC7B,2DAAyC;AACzC,oDAAkC;AAClC,0DAAwC;AACxC,yDAAuC;AACvC,6DAA2C;AAC3C,yDAAuC;AACvC,yDAAuC;AACvC,gDAA8B;AAC9B,0DAAwC;AACxC,+CAA6B"}
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.5.0",
11
+ "version": "1.5.1",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "build": ""
18
18
  },
19
19
  "dependencies": {
20
- "namirasoft-core": "^1.5.0",
20
+ "namirasoft-core": "^1.5.2",
21
21
  "namirasoft-site": "^1.5.0",
22
22
  "namirasoft-node-cli": "^1.5.0",
23
23
  "namirasoft-account": "^1.5.0",
package/src/index.ts CHANGED
@@ -18,29 +18,6 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
- export * from "./NamirasoftCostServer";
22
- export * from "./NamirasoftCostServerBase";
23
- export * from "./NamirasoftCostServerBillWatchAWS";
24
- export * from "./NamirasoftCostServerBillWatchAzure";
25
- export * from "./NamirasoftCostServerBillWatchGCP";
26
- export * from "./NamirasoftCostServerCost";
27
- export * from "./NamirasoftCostServerFieldCategory";
28
- export * from "./NamirasoftCostServerFieldField";
29
- export * from "./NamirasoftCostServerHealth";
30
- export * from "./NamirasoftCostServerHealthz";
31
- export * from "./NamirasoftCostServerInfraAlert";
32
- export * from "./NamirasoftCostServerInfraCache";
33
- export * from "./NamirasoftCostServerInfraDatabase";
34
- export * from "./NamirasoftCostServerInfraKubernetes";
35
- export * from "./NamirasoftCostServerInfraMessaging";
36
- export * from "./NamirasoftCostServerInfraMetric";
37
- export * from "./NamirasoftCostServerInfraMonitor";
38
- export * from "./NamirasoftCostServerInfraServer";
39
- export * from "./NamirasoftCostServerInfraStreaming";
40
- export * from "./NamirasoftCostServerLogLogGroup";
41
- export * from "./NamirasoftCostServerMetrics";
42
- export * from "./NamirasoftCostServerSecretSecret";
43
- export * from "./NamirasoftCostServerValue";
44
21
  export * from "./bonus/BaseBonus";
45
22
  export * from "./bonus/DeactiveBonus";
46
23
  export * from "./bonus/FreeCountBonus";
@@ -51,70 +28,70 @@ export * from "./bonus/LowSecondsBonus";
51
28
  export * from "./bonus/LowTotalValueBonus";
52
29
  export * from "./bonus/LowValueBonus";
53
30
  export * from "./bonus/TrialBonus";
31
+ export * from "./command/BillWatchAWS_CreateForRecordCommand";
54
32
  export * from "./command/BillWatchAWSCommand";
55
33
  export * from "./command/BillWatchAWSEstimateRecordCommand";
56
- export * from "./command/BillWatchAWS_CreateForRecordCommand";
34
+ export * from "./command/BillWatchAzure_CreateForRecordCommand";
57
35
  export * from "./command/BillWatchAzureCommand";
58
36
  export * from "./command/BillWatchAzureEstimateRecordCommand";
59
- export * from "./command/BillWatchAzure_CreateForRecordCommand";
37
+ export * from "./command/BillWatchGCP_CreateForRecordCommand";
60
38
  export * from "./command/BillWatchGCPCommand";
61
39
  export * from "./command/BillWatchGCPEstimateRecordCommand";
62
- export * from "./command/BillWatchGCP_CreateForRecordCommand";
63
40
  export * from "./command/CostCommand";
64
41
  export * from "./command/CostGroupedCommand";
65
42
  export * from "./command/CostListCommand";
66
43
  export * from "./command/CostResourceEntityListCommand";
67
44
  export * from "./command/CostResourceIDListCommand";
45
+ export * from "./command/FieldCategory_CreateForRecordCommand";
68
46
  export * from "./command/FieldCategoryCommand";
69
47
  export * from "./command/FieldCategoryEstimateRecordCommand";
70
- export * from "./command/FieldCategory_CreateForRecordCommand";
48
+ export * from "./command/FieldField_CreateForRecordCommand";
71
49
  export * from "./command/FieldFieldCommand";
72
50
  export * from "./command/FieldFieldEstimateRecordCommand";
73
- export * from "./command/FieldField_CreateForRecordCommand";
74
51
  export * from "./command/HealthCommand";
75
52
  export * from "./command/HealthLivenessCommand";
76
53
  export * from "./command/HealthReadinessCommand";
77
54
  export * from "./command/HealthzCommand";
78
55
  export * from "./command/HealthzGetCommand";
56
+ export * from "./command/InfraAlert_CreateForRecordCommand";
79
57
  export * from "./command/InfraAlertCommand";
80
58
  export * from "./command/InfraAlertEstimateRecordCommand";
81
- export * from "./command/InfraAlert_CreateForRecordCommand";
59
+ export * from "./command/InfraCache_CreateForRecordCommand";
82
60
  export * from "./command/InfraCacheCommand";
83
61
  export * from "./command/InfraCacheEstimateRecordCommand";
84
- export * from "./command/InfraCache_CreateForRecordCommand";
62
+ export * from "./command/InfraDatabase_CreateForRecordCommand";
85
63
  export * from "./command/InfraDatabaseCommand";
86
64
  export * from "./command/InfraDatabaseEstimateRecordCommand";
87
- export * from "./command/InfraDatabase_CreateForRecordCommand";
65
+ export * from "./command/InfraKubernetes_CreateForRecordCommand";
88
66
  export * from "./command/InfraKubernetesCommand";
89
67
  export * from "./command/InfraKubernetesEstimateRecordCommand";
90
- export * from "./command/InfraKubernetes_CreateForRecordCommand";
68
+ export * from "./command/InfraMessaging_CreateForRecordCommand";
91
69
  export * from "./command/InfraMessagingCommand";
92
70
  export * from "./command/InfraMessagingEstimateRecordCommand";
93
- export * from "./command/InfraMessaging_CreateForRecordCommand";
71
+ export * from "./command/InfraMetric_CreateForRecordCommand";
94
72
  export * from "./command/InfraMetricCommand";
95
73
  export * from "./command/InfraMetricEstimateRecordCommand";
96
- export * from "./command/InfraMetric_CreateForRecordCommand";
74
+ export * from "./command/InfraMonitor_CreateForRecordCommand";
97
75
  export * from "./command/InfraMonitorCommand";
98
76
  export * from "./command/InfraMonitorEstimateRecordCommand";
99
- export * from "./command/InfraMonitor_CreateForRecordCommand";
77
+ export * from "./command/InfraServer_CreateForRecordCommand";
100
78
  export * from "./command/InfraServerCommand";
101
79
  export * from "./command/InfraServerEstimateRecordCommand";
102
- export * from "./command/InfraServer_CreateForRecordCommand";
80
+ export * from "./command/InfraStreaming_CreateForRecordCommand";
103
81
  export * from "./command/InfraStreamingCommand";
104
82
  export * from "./command/InfraStreamingEstimateRecordCommand";
105
- export * from "./command/InfraStreaming_CreateForRecordCommand";
83
+ export * from "./command/LogLogGroup_CreateForReadCommand";
84
+ export * from "./command/LogLogGroup_CreateForRecordCommand";
106
85
  export * from "./command/LogLogGroupCommand";
107
86
  export * from "./command/LogLogGroupEstimateReadCommand";
108
87
  export * from "./command/LogLogGroupEstimateRecordCommand";
109
- export * from "./command/LogLogGroup_CreateForReadCommand";
110
- export * from "./command/LogLogGroup_CreateForRecordCommand";
111
88
  export * from "./command/MetricsCommand";
112
89
  export * from "./command/MetricsGetCommand";
90
+ export * from "./command/SecretSecret_CreateForReadCommand";
91
+ export * from "./command/SecretSecret_CreateForRecordCommand";
113
92
  export * from "./command/SecretSecretCommand";
114
93
  export * from "./command/SecretSecretEstimateReadCommand";
115
94
  export * from "./command/SecretSecretEstimateRecordCommand";
116
- export * from "./command/SecretSecret_CreateForReadCommand";
117
- export * from "./command/SecretSecret_CreateForRecordCommand";
118
95
  export * from "./command/ValueCommand";
119
96
  export * from "./command/ValueListCommand";
120
97
  export * from "./enum/DimensionType";
@@ -125,9 +102,6 @@ export * from "./estimator/BillWatchAWSRecordEstimator";
125
102
  export * from "./estimator/BillWatchAzureRecordEstimator";
126
103
  export * from "./estimator/BillWatchBaseRecordEstimator";
127
104
  export * from "./estimator/BillWatchGCPRecordEstimator";
128
- export * from "./estimator/FieldBaseRecordEstimator";
129
- export * from "./estimator/FieldCategoryRecordEstimator";
130
- export * from "./estimator/FieldFieldRecordEstimator";
131
105
  export * from "./estimator/InfraAlertRecordEstimator";
132
106
  export * from "./estimator/InfraBaseRecordEstimator";
133
107
  export * from "./estimator/InfraCacheRecordEstimator";
@@ -141,10 +115,31 @@ export * from "./estimator/InfraStreamingRecordEstimator";
141
115
  export * from "./estimator/LogLogGroupReadEstimator";
142
116
  export * from "./estimator/LogLogGroupRecordEstimator";
143
117
  export * from "./estimator/NamirasoftCostToken";
144
- export * from "./estimator/SecretSecretReadEstimator";
145
- export * from "./estimator/SecretSecretRecordEstimator";
146
118
  export * from "./meta/CostMetaTable";
147
119
  export * from "./meta/NamirasoftCostMetaDatabase";
120
+ export * from "./NamirasoftCostServer";
121
+ export * from "./NamirasoftCostServerBase";
122
+ export * from "./NamirasoftCostServerBillWatchAWS";
123
+ export * from "./NamirasoftCostServerBillWatchAzure";
124
+ export * from "./NamirasoftCostServerBillWatchGCP";
125
+ export * from "./NamirasoftCostServerCost";
126
+ export * from "./NamirasoftCostServerFieldCategory";
127
+ export * from "./NamirasoftCostServerFieldField";
128
+ export * from "./NamirasoftCostServerHealth";
129
+ export * from "./NamirasoftCostServerHealthz";
130
+ export * from "./NamirasoftCostServerInfraAlert";
131
+ export * from "./NamirasoftCostServerInfraCache";
132
+ export * from "./NamirasoftCostServerInfraDatabase";
133
+ export * from "./NamirasoftCostServerInfraKubernetes";
134
+ export * from "./NamirasoftCostServerInfraMessaging";
135
+ export * from "./NamirasoftCostServerInfraMetric";
136
+ export * from "./NamirasoftCostServerInfraMonitor";
137
+ export * from "./NamirasoftCostServerInfraServer";
138
+ export * from "./NamirasoftCostServerInfraStreaming";
139
+ export * from "./NamirasoftCostServerLogLogGroup";
140
+ export * from "./NamirasoftCostServerMetrics";
141
+ export * from "./NamirasoftCostServerSecretSecret";
142
+ export * from "./NamirasoftCostServerValue";
148
143
  export * from "./row/CostRow";
149
144
  export * from "./row/GroupedResponseRow";
150
145
  export * from "./type/Bonus";
@@ -1,5 +0,0 @@
1
- import { TrialBonus } from "../bonus/TrialBonus";
2
- import { BaseTimeHourlyEstimator } from "./BaseTimeHourlyEstimator";
3
- export declare abstract class FieldBaseRecordEstimator extends BaseTimeHourlyEstimator {
4
- getBonuses(): TrialBonus[];
5
- }
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FieldBaseRecordEstimator = void 0;
4
- const TrialBonus_1 = require("../bonus/TrialBonus");
5
- const BaseTimeHourlyEstimator_1 = require("./BaseTimeHourlyEstimator");
6
- class FieldBaseRecordEstimator extends BaseTimeHourlyEstimator_1.BaseTimeHourlyEstimator {
7
- getBonuses() {
8
- return [
9
- new TrialBonus_1.TrialBonus()
10
- ];
11
- }
12
- }
13
- exports.FieldBaseRecordEstimator = FieldBaseRecordEstimator;
14
- //# sourceMappingURL=FieldBaseRecordEstimator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldBaseRecordEstimator.js","sourceRoot":"","sources":["../../src/estimator/FieldBaseRecordEstimator.ts"],"names":[],"mappings":";;;AAAA,oDAAiD;AACjD,uEAAoE;AAEpE,MAAsB,wBAAyB,SAAQ,iDAAuB;IAEjE,UAAU;QAEf,OAAO;YACH,IAAI,uBAAU,EAAE;SACnB,CAAC;IACN,CAAC;CACJ;AARD,4DAQC"}
@@ -1,4 +0,0 @@
1
- import { FieldBaseRecordEstimator } from "./FieldBaseRecordEstimator";
2
- export declare class FieldCategoryRecordEstimator extends FieldBaseRecordEstimator {
3
- getTokenPerValue(): number;
4
- }
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FieldCategoryRecordEstimator = void 0;
4
- const namirasoft_core_1 = require("namirasoft-core");
5
- const FieldBaseRecordEstimator_1 = require("./FieldBaseRecordEstimator");
6
- const NamirasoftCostToken_1 = require("./NamirasoftCostToken");
7
- class FieldCategoryRecordEstimator extends FieldBaseRecordEstimator_1.FieldBaseRecordEstimator {
8
- getTokenPerValue() {
9
- let PRICE_PER_MONTH = namirasoft_core_1.PriceOperation.cent_to_millicent(149);
10
- return Math.round(NamirasoftCostToken_1.NamirasoftCostToken.MonthlyValueInMillicent_To_TokenPerValue(PRICE_PER_MONTH));
11
- }
12
- }
13
- exports.FieldCategoryRecordEstimator = FieldCategoryRecordEstimator;
14
- //# sourceMappingURL=FieldCategoryRecordEstimator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldCategoryRecordEstimator.js","sourceRoot":"","sources":["../../src/estimator/FieldCategoryRecordEstimator.ts"],"names":[],"mappings":";;;AAAA,qDAAiD;AACjD,yEAAsE;AACtE,+DAA4D;AAE5D,MAAa,4BAA6B,SAAQ,mDAAwB;IAE7D,gBAAgB;QAGrB,IAAI,eAAe,GAAG,gCAAc,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAA;QAC3D,OAAO,IAAI,CAAC,KAAK,CAAC,yCAAmB,CAAC,wCAAwC,CAAC,eAAe,CAAC,CAAC,CAAC;IACrG,CAAC;CACJ;AARD,oEAQC"}
@@ -1,4 +0,0 @@
1
- import { FieldBaseRecordEstimator } from "./FieldBaseRecordEstimator";
2
- export declare class FieldFieldRecordEstimator extends FieldBaseRecordEstimator {
3
- getTokenPerValue(): number;
4
- }
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FieldFieldRecordEstimator = void 0;
4
- const namirasoft_core_1 = require("namirasoft-core");
5
- const FieldBaseRecordEstimator_1 = require("./FieldBaseRecordEstimator");
6
- const NamirasoftCostToken_1 = require("./NamirasoftCostToken");
7
- class FieldFieldRecordEstimator extends FieldBaseRecordEstimator_1.FieldBaseRecordEstimator {
8
- getTokenPerValue() {
9
- let PRICE_PER_MONTH = namirasoft_core_1.PriceOperation.cent_to_millicent(199);
10
- return Math.round(NamirasoftCostToken_1.NamirasoftCostToken.MonthlyValueInMillicent_To_TokenPerValue(PRICE_PER_MONTH));
11
- }
12
- }
13
- exports.FieldFieldRecordEstimator = FieldFieldRecordEstimator;
14
- //# sourceMappingURL=FieldFieldRecordEstimator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldFieldRecordEstimator.js","sourceRoot":"","sources":["../../src/estimator/FieldFieldRecordEstimator.ts"],"names":[],"mappings":";;;AAAA,qDAAiD;AACjD,yEAAsE;AACtE,+DAA4D;AAE5D,MAAa,yBAA0B,SAAQ,mDAAwB;IAE1D,gBAAgB;QAGrB,IAAI,eAAe,GAAG,gCAAc,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAA;QAC3D,OAAO,IAAI,CAAC,KAAK,CAAC,yCAAmB,CAAC,wCAAwC,CAAC,eAAe,CAAC,CAAC,CAAC;IACrG,CAAC;CACJ;AARD,8DAQC"}
@@ -1,11 +0,0 @@
1
- import { FreeTotalValueBonus } from "../bonus/FreeTotalValueBonus";
2
- import { BaseEstimator } from "./BaseEstimator";
3
- export declare class SecretSecretReadEstimator extends BaseEstimator {
4
- static FREE_TOTAL_VALUE: number;
5
- getTokenPerValue(): number;
6
- getUsageInfo(): {
7
- name: string;
8
- unit: string;
9
- };
10
- getBonuses(): FreeTotalValueBonus[];
11
- }
@@ -1,25 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SecretSecretReadEstimator = void 0;
4
- const FreeTotalValueBonus_1 = require("../bonus/FreeTotalValueBonus");
5
- const Usage_1 = require("../type/Usage");
6
- const BaseEstimator_1 = require("./BaseEstimator");
7
- class SecretSecretReadEstimator extends BaseEstimator_1.BaseEstimator {
8
- getTokenPerValue() {
9
- return 60 * 1000;
10
- }
11
- getUsageInfo() {
12
- return {
13
- name: Usage_1.Usage.READ.name,
14
- unit: Usage_1.Usage.READ.units.APICALL.name
15
- };
16
- }
17
- getBonuses() {
18
- return [
19
- new FreeTotalValueBonus_1.FreeTotalValueBonus(SecretSecretReadEstimator.FREE_TOTAL_VALUE)
20
- ];
21
- }
22
- }
23
- exports.SecretSecretReadEstimator = SecretSecretReadEstimator;
24
- SecretSecretReadEstimator.FREE_TOTAL_VALUE = 1000;
25
- //# sourceMappingURL=SecretSecretReadEstimator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SecretSecretReadEstimator.js","sourceRoot":"","sources":["../../src/estimator/SecretSecretReadEstimator.ts"],"names":[],"mappings":";;;AAAA,sEAAmE;AACnE,yCAAsC;AACtC,mDAAgD;AAEhD,MAAa,yBAA0B,SAAQ,6BAAa;IAG/C,gBAAgB;QAGrB,OAAO,EAAE,GAAG,IAAI,CAAC;IACrB,CAAC;IACQ,YAAY;QAEjB,OAAO;YACH,IAAI,EAAE,aAAK,CAAC,IAAI,CAAC,IAAI;YACrB,IAAI,EAAE,aAAK,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI;SACtC,CAAC;IACN,CAAC;IACQ,UAAU;QAEf,OAAO;YACH,IAAI,yCAAmB,CAAC,yBAAyB,CAAC,gBAAgB,CAAC;SACtE,CAAC;IACN,CAAC;;AApBL,8DAqBC;AAnBU,0CAAgB,GAAG,IAAI,CAAC"}
@@ -1,8 +0,0 @@
1
- import { FreeCountBonus } from "../bonus/FreeCountBonus";
2
- import { BaseTimeHourlyEstimator } from "./BaseTimeHourlyEstimator";
3
- export declare class SecretSecretRecordEstimator extends BaseTimeHourlyEstimator {
4
- static PRICE_PER_MONTH: number;
5
- static FREE_COUNT: number;
6
- getTokenPerValue(): number;
7
- getBonuses(): FreeCountBonus[];
8
- }
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SecretSecretRecordEstimator = void 0;
4
- const FreeCountBonus_1 = require("../bonus/FreeCountBonus");
5
- const BaseTimeHourlyEstimator_1 = require("./BaseTimeHourlyEstimator");
6
- const NamirasoftCostToken_1 = require("./NamirasoftCostToken");
7
- class SecretSecretRecordEstimator extends BaseTimeHourlyEstimator_1.BaseTimeHourlyEstimator {
8
- getTokenPerValue() {
9
- return Math.round(NamirasoftCostToken_1.NamirasoftCostToken.MonthlyValueInMillicent_To_TokenPerValue(SecretSecretRecordEstimator.PRICE_PER_MONTH));
10
- }
11
- getBonuses() {
12
- return [
13
- new FreeCountBonus_1.FreeCountBonus(SecretSecretRecordEstimator.FREE_COUNT)
14
- ];
15
- }
16
- }
17
- exports.SecretSecretRecordEstimator = SecretSecretRecordEstimator;
18
- SecretSecretRecordEstimator.PRICE_PER_MONTH = 1488;
19
- SecretSecretRecordEstimator.FREE_COUNT = 100;
20
- //# sourceMappingURL=SecretSecretRecordEstimator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SecretSecretRecordEstimator.js","sourceRoot":"","sources":["../../src/estimator/SecretSecretRecordEstimator.ts"],"names":[],"mappings":";;;AAAA,4DAAyD;AACzD,uEAAoE;AACpE,+DAA4D;AAE5D,MAAa,2BAA4B,SAAQ,iDAAuB;IAI3D,gBAAgB;QAGrB,OAAO,IAAI,CAAC,KAAK,CAAC,yCAAmB,CAAC,wCAAwC,CAAC,2BAA2B,CAAC,eAAe,CAAC,CAAC,CAAC;IACjI,CAAC;IACQ,UAAU;QAEf,OAAO;YACH,IAAI,+BAAc,CAAC,2BAA2B,CAAC,UAAU,CAAC;SAC7D,CAAC;IACN,CAAC;;AAdL,kEAeC;AAbU,2CAAe,GAAG,IAAI,CAAC;AACvB,sCAAU,GAAG,GAAG,CAAC"}
@@ -1,12 +0,0 @@
1
- import { TrialBonus } from "../bonus/TrialBonus";
2
- import { BaseTimeHourlyEstimator } from "./BaseTimeHourlyEstimator";
3
-
4
- export abstract class FieldBaseRecordEstimator extends BaseTimeHourlyEstimator
5
- {
6
- override getBonuses()
7
- {
8
- return [
9
- new TrialBonus()
10
- ];
11
- }
12
- }
@@ -1,13 +0,0 @@
1
- import { PriceOperation } from "namirasoft-core";
2
- import { FieldBaseRecordEstimator } from "./FieldBaseRecordEstimator";
3
- import { NamirasoftCostToken } from "./NamirasoftCostToken";
4
-
5
- export class FieldCategoryRecordEstimator extends FieldBaseRecordEstimator
6
- {
7
- override getTokenPerValue()
8
- {
9
- // USD 1.49 per Record per Month
10
- let PRICE_PER_MONTH = PriceOperation.cent_to_millicent(149)
11
- return Math.round(NamirasoftCostToken.MonthlyValueInMillicent_To_TokenPerValue(PRICE_PER_MONTH));
12
- }
13
- }
@@ -1,13 +0,0 @@
1
- import { PriceOperation } from "namirasoft-core";
2
- import { FieldBaseRecordEstimator } from "./FieldBaseRecordEstimator";
3
- import { NamirasoftCostToken } from "./NamirasoftCostToken";
4
-
5
- export class FieldFieldRecordEstimator extends FieldBaseRecordEstimator
6
- {
7
- override getTokenPerValue()
8
- {
9
- // USD 1.99 per Record per Month
10
- let PRICE_PER_MONTH = PriceOperation.cent_to_millicent(199)
11
- return Math.round(NamirasoftCostToken.MonthlyValueInMillicent_To_TokenPerValue(PRICE_PER_MONTH));
12
- }
13
- }
@@ -1,26 +0,0 @@
1
- import { FreeTotalValueBonus } from "../bonus/FreeTotalValueBonus";
2
- import { Usage } from "../type/Usage";
3
- import { BaseEstimator } from "./BaseEstimator";
4
-
5
- export class SecretSecretReadEstimator extends BaseEstimator
6
- {
7
- static FREE_TOTAL_VALUE = 1000;
8
- override getTokenPerValue()
9
- {
10
- // USD 0.6 per 1 Million Reads
11
- return 60 * 1000;
12
- }
13
- override getUsageInfo()
14
- {
15
- return {
16
- name: Usage.READ.name,
17
- unit: Usage.READ.units.APICALL.name
18
- };
19
- }
20
- override getBonuses()
21
- {
22
- return [
23
- new FreeTotalValueBonus(SecretSecretReadEstimator.FREE_TOTAL_VALUE)
24
- ];
25
- }
26
- }
@@ -1,20 +0,0 @@
1
- import { FreeCountBonus } from "../bonus/FreeCountBonus";
2
- import { BaseTimeHourlyEstimator } from "./BaseTimeHourlyEstimator";
3
- import { NamirasoftCostToken } from "./NamirasoftCostToken";
4
-
5
- export class SecretSecretRecordEstimator extends BaseTimeHourlyEstimator
6
- {
7
- static PRICE_PER_MONTH = 1488;
8
- static FREE_COUNT = 100;
9
- override getTokenPerValue()
10
- {
11
- // USD 0.01488 per Record per Month
12
- return Math.round(NamirasoftCostToken.MonthlyValueInMillicent_To_TokenPerValue(SecretSecretRecordEstimator.PRICE_PER_MONTH));
13
- }
14
- override getBonuses()
15
- {
16
- return [
17
- new FreeCountBonus(SecretSecretRecordEstimator.FREE_COUNT)
18
- ];
19
- }
20
- }