namirasoft-cost 1.4.18 → 1.4.20
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/.ns-sdkg-dir-deep +2 -2
- package/.ns-sdkg-file-keep +7 -7
- package/dist/NamirasoftCostServer.js +1 -1
- package/dist/NamirasoftCostServerBillWatchAWS.d.ts +2 -2
- package/dist/NamirasoftCostServerBillWatchAWS.js.map +1 -1
- package/dist/NamirasoftCostServerBillWatchAzure.d.ts +2 -2
- package/dist/NamirasoftCostServerBillWatchAzure.js.map +1 -1
- package/dist/NamirasoftCostServerBillWatchGCP.d.ts +2 -2
- package/dist/NamirasoftCostServerBillWatchGCP.js.map +1 -1
- package/dist/NamirasoftCostServerFieldCategory.d.ts +2 -2
- package/dist/NamirasoftCostServerFieldCategory.js.map +1 -1
- package/dist/NamirasoftCostServerFieldField.d.ts +2 -2
- package/dist/NamirasoftCostServerFieldField.js.map +1 -1
- package/dist/TimeUtil.js +18 -11
- package/dist/TimeUtil.js.map +1 -1
- package/dist/command/BillWatchAWSEstimationCommand.js +4 -4
- package/dist/command/BillWatchAWSEstimationCommand.js.map +1 -1
- package/dist/command/BillWatchAWS_CreateForCommand.js +4 -4
- package/dist/command/BillWatchAWS_CreateForCommand.js.map +1 -1
- package/dist/command/BillWatchAzureEstimationCommand.js +4 -4
- package/dist/command/BillWatchAzureEstimationCommand.js.map +1 -1
- package/dist/command/BillWatchAzure_CreateForCommand.js +4 -4
- package/dist/command/BillWatchAzure_CreateForCommand.js.map +1 -1
- package/dist/command/BillWatchGCPEstimationCommand.js +4 -4
- package/dist/command/BillWatchGCPEstimationCommand.js.map +1 -1
- package/dist/command/BillWatchGCP_CreateForCommand.js +4 -4
- package/dist/command/BillWatchGCP_CreateForCommand.js.map +1 -1
- package/dist/command/FieldCategoryEstimationCommand.js +4 -4
- package/dist/command/FieldCategoryEstimationCommand.js.map +1 -1
- package/dist/command/FieldCategory_CreateForCommand.js +4 -4
- package/dist/command/FieldCategory_CreateForCommand.js.map +1 -1
- package/dist/command/FieldFieldEstimationCommand.js +4 -4
- package/dist/command/FieldFieldEstimationCommand.js.map +1 -1
- package/dist/command/FieldField_CreateForCommand.js +4 -4
- package/dist/command/FieldField_CreateForCommand.js.map +1 -1
- package/package.json +27 -27
- package/src/NamirasoftCostServer.ts +56 -56
- package/src/NamirasoftCostServerBase.ts +29 -29
- package/src/NamirasoftCostServerBillWatchAWS.ts +46 -46
- package/src/NamirasoftCostServerBillWatchAzure.ts +46 -46
- package/src/NamirasoftCostServerBillWatchGCP.ts +46 -46
- package/src/NamirasoftCostServerCost.ts +49 -49
- package/src/NamirasoftCostServerFieldCategory.ts +46 -46
- package/src/NamirasoftCostServerFieldField.ts +46 -46
- package/src/NamirasoftCostServerHealthz.ts +35 -35
- package/src/NamirasoftCostServerMetrics.ts +35 -35
- package/src/NamirasoftCostServerValue.ts +36 -36
- package/src/TimeUtil.ts +66 -56
- package/src/command/BillWatchAWSCommand.ts +33 -33
- package/src/command/BillWatchAWSEstimationCommand.ts +82 -82
- package/src/command/BillWatchAWS_CreateForCommand.ts +100 -100
- package/src/command/BillWatchAzureCommand.ts +33 -33
- package/src/command/BillWatchAzureEstimationCommand.ts +82 -82
- package/src/command/BillWatchAzure_CreateForCommand.ts +100 -100
- package/src/command/BillWatchGCPCommand.ts +33 -33
- package/src/command/BillWatchGCPEstimationCommand.ts +82 -82
- package/src/command/BillWatchGCP_CreateForCommand.ts +100 -100
- package/src/command/CostCommand.ts +33 -33
- package/src/command/CostListCommand.ts +44 -44
- package/src/command/Cost_CreateForCommand.ts +181 -181
- package/src/command/FieldCategoryCommand.ts +33 -33
- package/src/command/FieldCategoryEstimationCommand.ts +82 -82
- package/src/command/FieldCategory_CreateForCommand.ts +100 -100
- package/src/command/FieldFieldCommand.ts +33 -33
- package/src/command/FieldFieldEstimationCommand.ts +82 -82
- package/src/command/FieldField_CreateForCommand.ts +100 -100
- package/src/command/HealthzCommand.ts +31 -31
- package/src/command/HealthzGetCommand.ts +44 -44
- package/src/command/MetricsCommand.ts +31 -31
- package/src/command/MetricsGetCommand.ts +44 -44
- package/src/command/ValueCommand.ts +31 -31
- package/src/command/ValueListCommand.ts +44 -44
- package/src/command/cli.ts +48 -48
- package/src/enum/TrialUnit.ts +5 -5
- package/src/index.ts +66 -66
- package/src/meta/CostMetaTable.ts +81 -81
- package/src/meta/NamirasoftCostMetaDatabase.ts +50 -50
- package/src/row/CostCreateRow.ts +37 -37
- package/src/row/CostRow.ts +40 -40
- package/src/type/Estimation.ts +6 -6
- package/src/type/EstimationRow.ts +9 -9
- package/src/type/EstimationUsage.ts +5 -5
- package/src/type/Period.ts +4 -4
- package/src/type/Trial.ts +6 -6
- package/src/type/TrialDuration.ts +6 -6
@@ -1,7 +1,7 @@
|
|
1
|
-
import { TrialUnit } from "../enum/TrialUnit";
|
2
|
-
|
3
|
-
export type TrialDuration =
|
4
|
-
{
|
5
|
-
value: number;
|
6
|
-
unit: TrialUnit;
|
1
|
+
import { TrialUnit } from "../enum/TrialUnit";
|
2
|
+
|
3
|
+
export type TrialDuration =
|
4
|
+
{
|
5
|
+
value: number;
|
6
|
+
unit: TrialUnit;
|
7
7
|
};
|