namirasoft-cost 1.4.20 → 1.4.21

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.
Files changed (155) hide show
  1. package/.ns-sdkg-dir-deep +2 -2
  2. package/.ns-sdkg-file-keep +7 -7
  3. package/dist/NamirasoftCostServer.d.ts +2 -0
  4. package/dist/NamirasoftCostServer.js +3 -1
  5. package/dist/NamirasoftCostServer.js.map +1 -1
  6. package/dist/NamirasoftCostServerBillWatchAWS.d.ts +4 -4
  7. package/dist/NamirasoftCostServerBillWatchAWS.js +6 -6
  8. package/dist/NamirasoftCostServerBillWatchAWS.js.map +1 -1
  9. package/dist/NamirasoftCostServerBillWatchAzure.d.ts +4 -4
  10. package/dist/NamirasoftCostServerBillWatchAzure.js +6 -6
  11. package/dist/NamirasoftCostServerBillWatchAzure.js.map +1 -1
  12. package/dist/NamirasoftCostServerBillWatchGCP.d.ts +4 -4
  13. package/dist/NamirasoftCostServerBillWatchGCP.js +6 -6
  14. package/dist/NamirasoftCostServerBillWatchGCP.js.map +1 -1
  15. package/dist/NamirasoftCostServerFieldCategory.d.ts +4 -4
  16. package/dist/NamirasoftCostServerFieldCategory.js +6 -6
  17. package/dist/NamirasoftCostServerFieldCategory.js.map +1 -1
  18. package/dist/NamirasoftCostServerFieldField.d.ts +4 -4
  19. package/dist/NamirasoftCostServerFieldField.js +6 -6
  20. package/dist/NamirasoftCostServerFieldField.js.map +1 -1
  21. package/dist/NamirasoftCostServerSecretSecret.d.ts +36 -0
  22. package/dist/NamirasoftCostServerSecretSecret.js +53 -0
  23. package/dist/NamirasoftCostServerSecretSecret.js.map +1 -0
  24. package/dist/command/BillWatchAWSCommand.js +4 -4
  25. package/dist/command/BillWatchAWSCommand.js.map +1 -1
  26. package/dist/command/{BillWatchAWSEstimationCommand.d.ts → BillWatchAWSEstimateHourlyCommand.d.ts} +1 -1
  27. package/dist/command/{BillWatchAWSEstimationCommand.js → BillWatchAWSEstimateHourlyCommand.js} +15 -15
  28. package/dist/command/BillWatchAWSEstimateHourlyCommand.js.map +1 -0
  29. package/dist/command/BillWatchAWS_CreateForHourlyCommand.d.ts +5 -0
  30. package/dist/command/{FieldCategory_CreateForCommand.js → BillWatchAWS_CreateForHourlyCommand.js} +14 -14
  31. package/dist/command/BillWatchAWS_CreateForHourlyCommand.js.map +1 -0
  32. package/dist/command/BillWatchAzureCommand.js +4 -4
  33. package/dist/command/BillWatchAzureCommand.js.map +1 -1
  34. package/dist/command/BillWatchAzureEstimateHourlyCommand.d.ts +5 -0
  35. package/dist/command/BillWatchAzureEstimateHourlyCommand.js +76 -0
  36. package/dist/command/BillWatchAzureEstimateHourlyCommand.js.map +1 -0
  37. package/dist/command/BillWatchAzure_CreateForHourlyCommand.d.ts +5 -0
  38. package/dist/command/BillWatchAzure_CreateForHourlyCommand.js +94 -0
  39. package/dist/command/BillWatchAzure_CreateForHourlyCommand.js.map +1 -0
  40. package/dist/command/BillWatchGCPCommand.js +4 -4
  41. package/dist/command/BillWatchGCPCommand.js.map +1 -1
  42. package/dist/command/{BillWatchAWS_CreateForCommand.d.ts → BillWatchGCPEstimateHourlyCommand.d.ts} +1 -1
  43. package/dist/command/{BillWatchGCPEstimationCommand.js → BillWatchGCPEstimateHourlyCommand.js} +15 -15
  44. package/dist/command/BillWatchGCPEstimateHourlyCommand.js.map +1 -0
  45. package/dist/command/BillWatchGCP_CreateForHourlyCommand.d.ts +5 -0
  46. package/dist/command/{BillWatchAzure_CreateForCommand.js → BillWatchGCP_CreateForHourlyCommand.js} +14 -14
  47. package/dist/command/BillWatchGCP_CreateForHourlyCommand.js.map +1 -0
  48. package/dist/command/FieldCategoryCommand.js +4 -4
  49. package/dist/command/FieldCategoryCommand.js.map +1 -1
  50. package/dist/command/FieldCategoryEstimateHourlyCommand.d.ts +5 -0
  51. package/dist/command/FieldCategoryEstimateHourlyCommand.js +76 -0
  52. package/dist/command/FieldCategoryEstimateHourlyCommand.js.map +1 -0
  53. package/dist/command/FieldCategory_CreateForHourlyCommand.d.ts +5 -0
  54. package/dist/command/FieldCategory_CreateForHourlyCommand.js +94 -0
  55. package/dist/command/FieldCategory_CreateForHourlyCommand.js.map +1 -0
  56. package/dist/command/FieldFieldCommand.js +4 -4
  57. package/dist/command/FieldFieldCommand.js.map +1 -1
  58. package/dist/command/{BillWatchAzureEstimationCommand.d.ts → FieldFieldEstimateHourlyCommand.d.ts} +1 -1
  59. package/dist/command/{BillWatchAzureEstimationCommand.js → FieldFieldEstimateHourlyCommand.js} +15 -15
  60. package/dist/command/{BillWatchAzureEstimationCommand.js.map → FieldFieldEstimateHourlyCommand.js.map} +1 -1
  61. package/dist/command/FieldField_CreateForHourlyCommand.d.ts +5 -0
  62. package/dist/command/{BillWatchAWS_CreateForCommand.js → FieldField_CreateForHourlyCommand.js} +14 -14
  63. package/dist/command/FieldField_CreateForHourlyCommand.js.map +1 -0
  64. package/dist/command/SecretSecretCommand.d.ts +4 -0
  65. package/dist/command/SecretSecretCommand.js +21 -0
  66. package/dist/command/SecretSecretCommand.js.map +1 -0
  67. package/dist/command/SecretSecretEstimateHourlyCommand.d.ts +5 -0
  68. package/dist/command/{FieldCategoryEstimationCommand.js → SecretSecretEstimateHourlyCommand.js} +15 -15
  69. package/dist/command/SecretSecretEstimateHourlyCommand.js.map +1 -0
  70. package/dist/command/{BillWatchAzure_CreateForCommand.d.ts → SecretSecretEstimateReadCommand.d.ts} +1 -1
  71. package/dist/command/{FieldFieldEstimationCommand.js → SecretSecretEstimateReadCommand.js} +17 -17
  72. package/dist/command/SecretSecretEstimateReadCommand.js.map +1 -0
  73. package/dist/command/SecretSecret_CreateForHourlyCommand.d.ts +5 -0
  74. package/dist/command/{BillWatchGCP_CreateForCommand.js → SecretSecret_CreateForHourlyCommand.js} +14 -14
  75. package/dist/command/SecretSecret_CreateForHourlyCommand.js.map +1 -0
  76. package/dist/command/SecretSecret_CreateForReadCommand.d.ts +5 -0
  77. package/dist/command/{FieldField_CreateForCommand.js → SecretSecret_CreateForReadCommand.js} +16 -16
  78. package/dist/command/SecretSecret_CreateForReadCommand.js.map +1 -0
  79. package/dist/command/cli.js +2 -0
  80. package/dist/command/cli.js.map +1 -1
  81. package/dist/index.d.ts +16 -10
  82. package/dist/index.js +16 -10
  83. package/dist/index.js.map +1 -1
  84. package/package.json +27 -27
  85. package/src/NamirasoftCostServer.ts +59 -56
  86. package/src/NamirasoftCostServerBase.ts +29 -29
  87. package/src/NamirasoftCostServerBillWatchAWS.ts +46 -46
  88. package/src/NamirasoftCostServerBillWatchAzure.ts +46 -46
  89. package/src/NamirasoftCostServerBillWatchGCP.ts +46 -46
  90. package/src/NamirasoftCostServerCost.ts +49 -49
  91. package/src/NamirasoftCostServerFieldCategory.ts +46 -46
  92. package/src/NamirasoftCostServerFieldField.ts +46 -46
  93. package/src/NamirasoftCostServerHealthz.ts +35 -35
  94. package/src/NamirasoftCostServerMetrics.ts +35 -35
  95. package/src/NamirasoftCostServerSecretSecret.ts +61 -0
  96. package/src/NamirasoftCostServerValue.ts +36 -36
  97. package/src/TimeUtil.ts +66 -66
  98. package/src/command/BillWatchAWSCommand.ts +33 -33
  99. package/src/command/{FieldFieldEstimationCommand.ts → BillWatchAWSEstimateHourlyCommand.ts} +82 -82
  100. package/src/command/{FieldField_CreateForCommand.ts → BillWatchAWS_CreateForHourlyCommand.ts} +100 -100
  101. package/src/command/BillWatchAzureCommand.ts +33 -33
  102. package/src/command/{BillWatchAWSEstimationCommand.ts → BillWatchAzureEstimateHourlyCommand.ts} +82 -82
  103. package/src/command/{BillWatchGCP_CreateForCommand.ts → BillWatchAzure_CreateForHourlyCommand.ts} +100 -100
  104. package/src/command/BillWatchGCPCommand.ts +33 -33
  105. package/src/command/{BillWatchGCPEstimationCommand.ts → BillWatchGCPEstimateHourlyCommand.ts} +82 -82
  106. package/src/command/{BillWatchAWS_CreateForCommand.ts → BillWatchGCP_CreateForHourlyCommand.ts} +100 -100
  107. package/src/command/CostCommand.ts +33 -33
  108. package/src/command/CostListCommand.ts +44 -44
  109. package/src/command/Cost_CreateForCommand.ts +181 -181
  110. package/src/command/FieldCategoryCommand.ts +33 -33
  111. package/src/command/{FieldCategoryEstimationCommand.ts → FieldCategoryEstimateHourlyCommand.ts} +82 -82
  112. package/src/command/{FieldCategory_CreateForCommand.ts → FieldCategory_CreateForHourlyCommand.ts} +100 -100
  113. package/src/command/FieldFieldCommand.ts +33 -33
  114. package/src/command/{BillWatchAzureEstimationCommand.ts → FieldFieldEstimateHourlyCommand.ts} +82 -82
  115. package/src/command/FieldField_CreateForHourlyCommand.ts +101 -0
  116. package/src/command/HealthzCommand.ts +31 -31
  117. package/src/command/HealthzGetCommand.ts +44 -44
  118. package/src/command/MetricsCommand.ts +31 -31
  119. package/src/command/MetricsGetCommand.ts +44 -44
  120. package/src/command/SecretSecretCommand.ts +38 -0
  121. package/src/command/SecretSecretEstimateHourlyCommand.ts +83 -0
  122. package/src/command/SecretSecretEstimateReadCommand.ts +83 -0
  123. package/src/command/SecretSecret_CreateForHourlyCommand.ts +101 -0
  124. package/src/command/SecretSecret_CreateForReadCommand.ts +101 -0
  125. package/src/command/ValueCommand.ts +31 -31
  126. package/src/command/ValueListCommand.ts +44 -44
  127. package/src/command/cli.ts +50 -48
  128. package/src/enum/TrialUnit.ts +5 -5
  129. package/src/index.ts +72 -66
  130. package/src/meta/CostMetaTable.ts +81 -81
  131. package/src/meta/NamirasoftCostMetaDatabase.ts +50 -50
  132. package/src/row/CostCreateRow.ts +37 -37
  133. package/src/row/CostRow.ts +40 -40
  134. package/src/type/Estimation.ts +6 -6
  135. package/src/type/EstimationRow.ts +9 -9
  136. package/src/type/EstimationUsage.ts +5 -5
  137. package/src/type/Period.ts +4 -4
  138. package/src/type/Trial.ts +6 -6
  139. package/src/type/TrialDuration.ts +6 -6
  140. package/dist/command/BillWatchAWSEstimationCommand.js.map +0 -1
  141. package/dist/command/BillWatchAWS_CreateForCommand.js.map +0 -1
  142. package/dist/command/BillWatchAzure_CreateForCommand.js.map +0 -1
  143. package/dist/command/BillWatchGCPEstimationCommand.d.ts +0 -5
  144. package/dist/command/BillWatchGCPEstimationCommand.js.map +0 -1
  145. package/dist/command/BillWatchGCP_CreateForCommand.d.ts +0 -5
  146. package/dist/command/BillWatchGCP_CreateForCommand.js.map +0 -1
  147. package/dist/command/FieldCategoryEstimationCommand.d.ts +0 -5
  148. package/dist/command/FieldCategoryEstimationCommand.js.map +0 -1
  149. package/dist/command/FieldCategory_CreateForCommand.d.ts +0 -5
  150. package/dist/command/FieldCategory_CreateForCommand.js.map +0 -1
  151. package/dist/command/FieldFieldEstimationCommand.d.ts +0 -5
  152. package/dist/command/FieldFieldEstimationCommand.js.map +0 -1
  153. package/dist/command/FieldField_CreateForCommand.d.ts +0 -5
  154. package/dist/command/FieldField_CreateForCommand.js.map +0 -1
  155. package/src/command/BillWatchAzure_CreateForCommand.ts +0 -101
@@ -0,0 +1,94 @@
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.FieldCategory_CreateForHourlyCommand = void 0;
13
+ const namirasoft_node_cli_1 = require("namirasoft-node-cli");
14
+ const namirasoft_core_1 = require("namirasoft-core");
15
+ const NamirasoftCostServer_1 = require("../NamirasoftCostServer");
16
+ const namirasoft_account_1 = require("namirasoft-account");
17
+ class FieldCategory_CreateForHourlyCommand extends namirasoft_node_cli_1.BaseFinalCommand {
18
+ constructor(argv) {
19
+ super(argv, ["user_id"], [
20
+ {
21
+ name: "first_entity_created_at",
22
+ short: "",
23
+ description: "Provides the value of 'first_entity_created_at' in body",
24
+ optional: true,
25
+ args: ["first_entity_created_at"],
26
+ defaults: [""]
27
+ },
28
+ {
29
+ name: "period",
30
+ short: "",
31
+ description: "Provides the value of 'period' in body",
32
+ optional: false,
33
+ args: ["period"],
34
+ defaults: [""]
35
+ },
36
+ {
37
+ name: "row_number",
38
+ short: "",
39
+ description: "Provides the value of 'row_number' in body",
40
+ optional: false,
41
+ args: ["row_number"],
42
+ defaults: [""]
43
+ },
44
+ {
45
+ name: "active",
46
+ short: "",
47
+ description: "Provides the value of 'active' in body",
48
+ optional: false,
49
+ args: ["active"],
50
+ defaults: [""]
51
+ },
52
+ {
53
+ name: "workspace_id",
54
+ short: "",
55
+ description: "Provides the value of 'workspace_id' in body",
56
+ optional: false,
57
+ args: ["workspace_id"],
58
+ defaults: [""]
59
+ },
60
+ {
61
+ name: "resource_id",
62
+ short: "",
63
+ description: "Provides the value of 'resource_id' in body",
64
+ optional: false,
65
+ args: ["resource_id"],
66
+ defaults: [""]
67
+ }
68
+ ]);
69
+ }
70
+ exec() {
71
+ return __awaiter(this, void 0, void 0, function* () {
72
+ let token = this.app.storage.getNSAToken();
73
+ if (token == null)
74
+ throw new Error("Token is not available. Please login first using:\nns-cost account config \nor \nns-cost account login.");
75
+ let storage = new namirasoft_core_1.IStorageMemoryDedicated();
76
+ let manager = new namirasoft_account_1.TokenManager(storage, () => { });
77
+ manager.setValue(token, false);
78
+ let url = this.app.storage.getItem("ns-cost-server-url");
79
+ let server = new NamirasoftCostServer_1.NamirasoftCostServer(url, manager, e => this.app.logger.error(e.message));
80
+ let ans = yield server.field_category._CreateForHourly(this.arg_values[0], {
81
+ first_entity_created_at: this.option_values.first_entity_created_at,
82
+ period: this.option_values.period,
83
+ row_number: this.option_values.row_number,
84
+ active: this.option_values.active,
85
+ workspace_id: this.option_values.workspace_id,
86
+ resource_id: this.option_values.resource_id
87
+ });
88
+ this.app.logger.success(JSON.stringify(ans));
89
+ });
90
+ }
91
+ }
92
+ exports.FieldCategory_CreateForHourlyCommand = FieldCategory_CreateForHourlyCommand;
93
+ ;
94
+ //# sourceMappingURL=FieldCategory_CreateForHourlyCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldCategory_CreateForHourlyCommand.js","sourceRoot":"","sources":["../../src/command/FieldCategory_CreateForHourlyCommand.ts"],"names":[],"mappings":"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"}
@@ -2,13 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FieldFieldCommand = void 0;
4
4
  const namirasoft_node_cli_1 = require("namirasoft-node-cli");
5
- const FieldFieldEstimationCommand_1 = require("./FieldFieldEstimationCommand");
6
- const FieldField_CreateForCommand_1 = require("./FieldField_CreateForCommand");
5
+ const FieldFieldEstimateHourlyCommand_1 = require("./FieldFieldEstimateHourlyCommand");
6
+ const FieldField_CreateForHourlyCommand_1 = require("./FieldField_CreateForHourlyCommand");
7
7
  class FieldFieldCommand extends namirasoft_node_cli_1.BaseNavigatorCommand {
8
8
  constructor(argv) {
9
9
  super(argv, {
10
- "estimation": FieldFieldEstimationCommand_1.FieldFieldEstimationCommand,
11
- "_createfor": FieldField_CreateForCommand_1.FieldField_CreateForCommand,
10
+ "estimatehourly": FieldFieldEstimateHourlyCommand_1.FieldFieldEstimateHourlyCommand,
11
+ "_createforhourly": FieldField_CreateForHourlyCommand_1.FieldField_CreateForHourlyCommand,
12
12
  });
13
13
  }
14
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"FieldFieldCommand.js","sourceRoot":"","sources":["../../src/command/FieldFieldCommand.ts"],"names":[],"mappings":";;;AAoBA,6DAA2D;AAC3D,+EAA4E;AAC5E,+EAA4E;AAE5E,MAAa,iBAAkB,SAAQ,0CAAoB;IAEvD,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE;YACR,YAAY,EAAE,yDAA2B;YACzC,YAAY,EAAE,yDAA2B;SAC5C,CAAC,CAAC;IACP,CAAC;CACJ;AATD,8CASC;AAAA,CAAC"}
1
+ {"version":3,"file":"FieldFieldCommand.js","sourceRoot":"","sources":["../../src/command/FieldFieldCommand.ts"],"names":[],"mappings":";;;AAoBA,6DAA2D;AAC3D,uFAAoF;AACpF,2FAAwF;AAExF,MAAa,iBAAkB,SAAQ,0CAAoB;IAEvD,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE;YACR,gBAAgB,EAAE,iEAA+B;YACjD,kBAAkB,EAAE,qEAAiC;SACxD,CAAC,CAAC;IACP,CAAC;CACJ;AATD,8CASC;AAAA,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { BaseFinalCommand } from "namirasoft-node-cli";
2
- export declare class BillWatchAzureEstimationCommand extends BaseFinalCommand {
2
+ export declare class FieldFieldEstimateHourlyCommand extends BaseFinalCommand {
3
3
  constructor(argv: string[]);
4
4
  exec(): Promise<void>;
5
5
  }
@@ -9,12 +9,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.BillWatchAzureEstimationCommand = void 0;
12
+ exports.FieldFieldEstimateHourlyCommand = void 0;
13
13
  const namirasoft_node_cli_1 = require("namirasoft-node-cli");
14
14
  const namirasoft_core_1 = require("namirasoft-core");
15
15
  const NamirasoftCostServer_1 = require("../NamirasoftCostServer");
16
16
  const namirasoft_account_1 = require("namirasoft-account");
17
- class BillWatchAzureEstimationCommand extends namirasoft_node_cli_1.BaseFinalCommand {
17
+ class FieldFieldEstimateHourlyCommand extends namirasoft_node_cli_1.BaseFinalCommand {
18
18
  constructor(argv) {
19
19
  super(argv, [], [
20
20
  {
@@ -25,6 +25,14 @@ class BillWatchAzureEstimationCommand extends namirasoft_node_cli_1.BaseFinalCom
25
25
  args: ["first_entity_created_at"],
26
26
  defaults: [""]
27
27
  },
28
+ {
29
+ name: "period",
30
+ short: "",
31
+ description: "Provides the value of 'period' in body",
32
+ optional: false,
33
+ args: ["period"],
34
+ defaults: [""]
35
+ },
28
36
  {
29
37
  name: "row_number",
30
38
  short: "",
@@ -40,14 +48,6 @@ class BillWatchAzureEstimationCommand extends namirasoft_node_cli_1.BaseFinalCom
40
48
  optional: false,
41
49
  args: ["active"],
42
50
  defaults: [""]
43
- },
44
- {
45
- name: "period",
46
- short: "",
47
- description: "Provides the value of 'period' in body",
48
- optional: false,
49
- args: ["period"],
50
- defaults: [""]
51
51
  }
52
52
  ]);
53
53
  }
@@ -61,16 +61,16 @@ class BillWatchAzureEstimationCommand extends namirasoft_node_cli_1.BaseFinalCom
61
61
  manager.setValue(token, false);
62
62
  let url = this.app.storage.getItem("ns-cost-server-url");
63
63
  let server = new NamirasoftCostServer_1.NamirasoftCostServer(url, manager, e => this.app.logger.error(e.message));
64
- let ans = yield server.bill_watch_azure.Estimation({
64
+ let ans = yield server.field_field.EstimateHourly({
65
65
  first_entity_created_at: this.option_values.first_entity_created_at,
66
+ period: this.option_values.period,
66
67
  row_number: this.option_values.row_number,
67
- active: this.option_values.active,
68
- period: this.option_values.period
68
+ active: this.option_values.active
69
69
  });
70
70
  this.app.logger.success(JSON.stringify(ans));
71
71
  });
72
72
  }
73
73
  }
74
- exports.BillWatchAzureEstimationCommand = BillWatchAzureEstimationCommand;
74
+ exports.FieldFieldEstimateHourlyCommand = FieldFieldEstimateHourlyCommand;
75
75
  ;
76
- //# sourceMappingURL=BillWatchAzureEstimationCommand.js.map
76
+ //# sourceMappingURL=FieldFieldEstimateHourlyCommand.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BillWatchAzureEstimationCommand.js","sourceRoot":"","sources":["../../src/command/BillWatchAzureEstimationCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,kEAA+D;AAC/D,2DAAkD;AAElD,MAAa,+BAAgC,SAAQ,sCAAgB;IAEjE,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,EAAE,EAAE;YACZ;gBACI,IAAI,EAAE,yBAAyB;gBAC/B,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,yDAAyD;gBACtE,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,yBAAyB,CAAC;gBACjC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,YAAY;gBAClB,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,4CAA4C;gBACzD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,YAAY,CAAC;gBACpB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,wCAAwC;gBACrD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,QAAQ,CAAC;gBAChB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,wCAAwC;gBACrD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,QAAQ,CAAC;gBAChB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;SACA,CAAC,CAAC;IACX,CAAC;IACc,IAAI;;YAEf,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,KAAK,IAAI,IAAI;gBACb,MAAM,IAAI,KAAK,CAAC,yGAAyG,CAAC,CAAC;YAC/H,IAAI,OAAO,GAAG,IAAI,yCAAuB,EAAE,CAAC;YAC5C,IAAI,OAAO,GAAG,IAAI,iCAAY,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;YACnD,OAAO,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YAC/B,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;YACzD,IAAI,MAAM,GAAG,IAAI,2CAAoB,CAAC,GAAG,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YAC3F,IAAI,GAAG,GAAG,MAAM,MAAM,CAAC,gBAAgB,CAAC,UAAU,CAAC;gBAC/C,uBAAuB,EAAE,IAAI,CAAC,aAAa,CAAC,uBAAuB;gBACnE,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,UAAU;gBACzC,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM;gBACjC,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM;aACpC,CAAC,CAAC;YACH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACjD,CAAC;KAAA;CACJ;AAzDD,0EAyDC;AAAA,CAAC"}
1
+ {"version":3,"file":"FieldFieldEstimateHourlyCommand.js","sourceRoot":"","sources":["../../src/command/FieldFieldEstimateHourlyCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,kEAA+D;AAC/D,2DAAkD;AAElD,MAAa,+BAAgC,SAAQ,sCAAgB;IAEjE,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,EAAE,EAAE;YACZ;gBACI,IAAI,EAAE,yBAAyB;gBAC/B,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,yDAAyD;gBACtE,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,yBAAyB,CAAC;gBACjC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,wCAAwC;gBACrD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,QAAQ,CAAC;gBAChB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,YAAY;gBAClB,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,4CAA4C;gBACzD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,YAAY,CAAC;gBACpB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,wCAAwC;gBACrD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,QAAQ,CAAC;gBAChB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;SACA,CAAC,CAAC;IACX,CAAC;IACc,IAAI;;YAEf,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,KAAK,IAAI,IAAI;gBACb,MAAM,IAAI,KAAK,CAAC,yGAAyG,CAAC,CAAC;YAC/H,IAAI,OAAO,GAAG,IAAI,yCAAuB,EAAE,CAAC;YAC5C,IAAI,OAAO,GAAG,IAAI,iCAAY,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;YACnD,OAAO,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YAC/B,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;YACzD,IAAI,MAAM,GAAG,IAAI,2CAAoB,CAAC,GAAG,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YAC3F,IAAI,GAAG,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC;gBAC9C,uBAAuB,EAAE,IAAI,CAAC,aAAa,CAAC,uBAAuB;gBACnE,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM;gBACjC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,UAAU;gBACzC,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM;aACpC,CAAC,CAAC;YACH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACjD,CAAC;KAAA;CACJ;AAzDD,0EAyDC;AAAA,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { BaseFinalCommand } from "namirasoft-node-cli";
2
+ export declare class FieldField_CreateForHourlyCommand extends BaseFinalCommand {
3
+ constructor(argv: string[]);
4
+ exec(): Promise<void>;
5
+ }
@@ -9,12 +9,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.BillWatchAWS_CreateForCommand = void 0;
12
+ exports.FieldField_CreateForHourlyCommand = void 0;
13
13
  const namirasoft_node_cli_1 = require("namirasoft-node-cli");
14
14
  const namirasoft_core_1 = require("namirasoft-core");
15
15
  const NamirasoftCostServer_1 = require("../NamirasoftCostServer");
16
16
  const namirasoft_account_1 = require("namirasoft-account");
17
- class BillWatchAWS_CreateForCommand extends namirasoft_node_cli_1.BaseFinalCommand {
17
+ class FieldField_CreateForHourlyCommand extends namirasoft_node_cli_1.BaseFinalCommand {
18
18
  constructor(argv) {
19
19
  super(argv, ["user_id"], [
20
20
  {
@@ -25,6 +25,14 @@ class BillWatchAWS_CreateForCommand extends namirasoft_node_cli_1.BaseFinalComma
25
25
  args: ["first_entity_created_at"],
26
26
  defaults: [""]
27
27
  },
28
+ {
29
+ name: "period",
30
+ short: "",
31
+ description: "Provides the value of 'period' in body",
32
+ optional: false,
33
+ args: ["period"],
34
+ defaults: [""]
35
+ },
28
36
  {
29
37
  name: "row_number",
30
38
  short: "",
@@ -41,14 +49,6 @@ class BillWatchAWS_CreateForCommand extends namirasoft_node_cli_1.BaseFinalComma
41
49
  args: ["active"],
42
50
  defaults: [""]
43
51
  },
44
- {
45
- name: "period",
46
- short: "",
47
- description: "Provides the value of 'period' in body",
48
- optional: false,
49
- args: ["period"],
50
- defaults: [""]
51
- },
52
52
  {
53
53
  name: "workspace_id",
54
54
  short: "",
@@ -77,11 +77,11 @@ class BillWatchAWS_CreateForCommand extends namirasoft_node_cli_1.BaseFinalComma
77
77
  manager.setValue(token, false);
78
78
  let url = this.app.storage.getItem("ns-cost-server-url");
79
79
  let server = new NamirasoftCostServer_1.NamirasoftCostServer(url, manager, e => this.app.logger.error(e.message));
80
- let ans = yield server.bill_watch_aws._CreateFor(this.arg_values[0], {
80
+ let ans = yield server.field_field._CreateForHourly(this.arg_values[0], {
81
81
  first_entity_created_at: this.option_values.first_entity_created_at,
82
+ period: this.option_values.period,
82
83
  row_number: this.option_values.row_number,
83
84
  active: this.option_values.active,
84
- period: this.option_values.period,
85
85
  workspace_id: this.option_values.workspace_id,
86
86
  resource_id: this.option_values.resource_id
87
87
  });
@@ -89,6 +89,6 @@ class BillWatchAWS_CreateForCommand extends namirasoft_node_cli_1.BaseFinalComma
89
89
  });
90
90
  }
91
91
  }
92
- exports.BillWatchAWS_CreateForCommand = BillWatchAWS_CreateForCommand;
92
+ exports.FieldField_CreateForHourlyCommand = FieldField_CreateForHourlyCommand;
93
93
  ;
94
- //# sourceMappingURL=BillWatchAWS_CreateForCommand.js.map
94
+ //# sourceMappingURL=FieldField_CreateForHourlyCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldField_CreateForHourlyCommand.js","sourceRoot":"","sources":["../../src/command/FieldField_CreateForHourlyCommand.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import { BaseNavigatorCommand } from "namirasoft-node-cli";
2
+ export declare class SecretSecretCommand extends BaseNavigatorCommand {
3
+ constructor(argv: string[]);
4
+ }
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SecretSecretCommand = void 0;
4
+ const namirasoft_node_cli_1 = require("namirasoft-node-cli");
5
+ const SecretSecretEstimateHourlyCommand_1 = require("./SecretSecretEstimateHourlyCommand");
6
+ const SecretSecretEstimateReadCommand_1 = require("./SecretSecretEstimateReadCommand");
7
+ const SecretSecret_CreateForHourlyCommand_1 = require("./SecretSecret_CreateForHourlyCommand");
8
+ const SecretSecret_CreateForReadCommand_1 = require("./SecretSecret_CreateForReadCommand");
9
+ class SecretSecretCommand extends namirasoft_node_cli_1.BaseNavigatorCommand {
10
+ constructor(argv) {
11
+ super(argv, {
12
+ "estimatehourly": SecretSecretEstimateHourlyCommand_1.SecretSecretEstimateHourlyCommand,
13
+ "_createforhourly": SecretSecret_CreateForHourlyCommand_1.SecretSecret_CreateForHourlyCommand,
14
+ "estimateread": SecretSecretEstimateReadCommand_1.SecretSecretEstimateReadCommand,
15
+ "_createforread": SecretSecret_CreateForReadCommand_1.SecretSecret_CreateForReadCommand,
16
+ });
17
+ }
18
+ }
19
+ exports.SecretSecretCommand = SecretSecretCommand;
20
+ ;
21
+ //# sourceMappingURL=SecretSecretCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecretSecretCommand.js","sourceRoot":"","sources":["../../src/command/SecretSecretCommand.ts"],"names":[],"mappings":";;;AAoBA,6DAA2D;AAC3D,2FAAwF;AACxF,uFAAoF;AACpF,+FAA4F;AAC5F,2FAAwF;AAExF,MAAa,mBAAoB,SAAQ,0CAAoB;IAEzD,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE;YACR,gBAAgB,EAAE,qEAAiC;YACnD,kBAAkB,EAAE,yEAAmC;YACvD,cAAc,EAAE,iEAA+B;YAC/C,gBAAgB,EAAE,qEAAiC;SACtD,CAAC,CAAC;IACP,CAAC;CACJ;AAXD,kDAWC;AAAA,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { BaseFinalCommand } from "namirasoft-node-cli";
2
+ export declare class SecretSecretEstimateHourlyCommand extends BaseFinalCommand {
3
+ constructor(argv: string[]);
4
+ exec(): Promise<void>;
5
+ }
@@ -9,12 +9,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.FieldCategoryEstimationCommand = void 0;
12
+ exports.SecretSecretEstimateHourlyCommand = void 0;
13
13
  const namirasoft_node_cli_1 = require("namirasoft-node-cli");
14
14
  const namirasoft_core_1 = require("namirasoft-core");
15
15
  const NamirasoftCostServer_1 = require("../NamirasoftCostServer");
16
16
  const namirasoft_account_1 = require("namirasoft-account");
17
- class FieldCategoryEstimationCommand extends namirasoft_node_cli_1.BaseFinalCommand {
17
+ class SecretSecretEstimateHourlyCommand extends namirasoft_node_cli_1.BaseFinalCommand {
18
18
  constructor(argv) {
19
19
  super(argv, [], [
20
20
  {
@@ -25,6 +25,14 @@ class FieldCategoryEstimationCommand extends namirasoft_node_cli_1.BaseFinalComm
25
25
  args: ["first_entity_created_at"],
26
26
  defaults: [""]
27
27
  },
28
+ {
29
+ name: "period",
30
+ short: "",
31
+ description: "Provides the value of 'period' in body",
32
+ optional: false,
33
+ args: ["period"],
34
+ defaults: [""]
35
+ },
28
36
  {
29
37
  name: "row_number",
30
38
  short: "",
@@ -40,14 +48,6 @@ class FieldCategoryEstimationCommand extends namirasoft_node_cli_1.BaseFinalComm
40
48
  optional: false,
41
49
  args: ["active"],
42
50
  defaults: [""]
43
- },
44
- {
45
- name: "period",
46
- short: "",
47
- description: "Provides the value of 'period' in body",
48
- optional: false,
49
- args: ["period"],
50
- defaults: [""]
51
51
  }
52
52
  ]);
53
53
  }
@@ -61,16 +61,16 @@ class FieldCategoryEstimationCommand extends namirasoft_node_cli_1.BaseFinalComm
61
61
  manager.setValue(token, false);
62
62
  let url = this.app.storage.getItem("ns-cost-server-url");
63
63
  let server = new NamirasoftCostServer_1.NamirasoftCostServer(url, manager, e => this.app.logger.error(e.message));
64
- let ans = yield server.field_category.Estimation({
64
+ let ans = yield server.secret_secret.EstimateHourly({
65
65
  first_entity_created_at: this.option_values.first_entity_created_at,
66
+ period: this.option_values.period,
66
67
  row_number: this.option_values.row_number,
67
- active: this.option_values.active,
68
- period: this.option_values.period
68
+ active: this.option_values.active
69
69
  });
70
70
  this.app.logger.success(JSON.stringify(ans));
71
71
  });
72
72
  }
73
73
  }
74
- exports.FieldCategoryEstimationCommand = FieldCategoryEstimationCommand;
74
+ exports.SecretSecretEstimateHourlyCommand = SecretSecretEstimateHourlyCommand;
75
75
  ;
76
- //# sourceMappingURL=FieldCategoryEstimationCommand.js.map
76
+ //# sourceMappingURL=SecretSecretEstimateHourlyCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecretSecretEstimateHourlyCommand.js","sourceRoot":"","sources":["../../src/command/SecretSecretEstimateHourlyCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,kEAA+D;AAC/D,2DAAkD;AAElD,MAAa,iCAAkC,SAAQ,sCAAgB;IAEnE,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,EAAE,EAAE;YACZ;gBACI,IAAI,EAAE,yBAAyB;gBAC/B,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,yDAAyD;gBACtE,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,yBAAyB,CAAC;gBACjC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,wCAAwC;gBACrD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,QAAQ,CAAC;gBAChB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,YAAY;gBAClB,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,4CAA4C;gBACzD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,YAAY,CAAC;gBACpB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,wCAAwC;gBACrD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,QAAQ,CAAC;gBAChB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;SACA,CAAC,CAAC;IACX,CAAC;IACc,IAAI;;YAEf,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,KAAK,IAAI,IAAI;gBACb,MAAM,IAAI,KAAK,CAAC,yGAAyG,CAAC,CAAC;YAC/H,IAAI,OAAO,GAAG,IAAI,yCAAuB,EAAE,CAAC;YAC5C,IAAI,OAAO,GAAG,IAAI,iCAAY,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;YACnD,OAAO,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YAC/B,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;YACzD,IAAI,MAAM,GAAG,IAAI,2CAAoB,CAAC,GAAG,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YAC3F,IAAI,GAAG,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,cAAc,CAAC;gBAChD,uBAAuB,EAAE,IAAI,CAAC,aAAa,CAAC,uBAAuB;gBACnE,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM;gBACjC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,UAAU;gBACzC,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM;aACpC,CAAC,CAAC;YACH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACjD,CAAC;KAAA;CACJ;AAzDD,8EAyDC;AAAA,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { BaseFinalCommand } from "namirasoft-node-cli";
2
- export declare class BillWatchAzure_CreateForCommand extends BaseFinalCommand {
2
+ export declare class SecretSecretEstimateReadCommand extends BaseFinalCommand {
3
3
  constructor(argv: string[]);
4
4
  exec(): Promise<void>;
5
5
  }
@@ -9,12 +9,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.FieldFieldEstimationCommand = void 0;
12
+ exports.SecretSecretEstimateReadCommand = void 0;
13
13
  const namirasoft_node_cli_1 = require("namirasoft-node-cli");
14
14
  const namirasoft_core_1 = require("namirasoft-core");
15
15
  const NamirasoftCostServer_1 = require("../NamirasoftCostServer");
16
16
  const namirasoft_account_1 = require("namirasoft-account");
17
- class FieldFieldEstimationCommand extends namirasoft_node_cli_1.BaseFinalCommand {
17
+ class SecretSecretEstimateReadCommand extends namirasoft_node_cli_1.BaseFinalCommand {
18
18
  constructor(argv) {
19
19
  super(argv, [], [
20
20
  {
@@ -26,27 +26,27 @@ class FieldFieldEstimationCommand extends namirasoft_node_cli_1.BaseFinalCommand
26
26
  defaults: [""]
27
27
  },
28
28
  {
29
- name: "row_number",
29
+ name: "period",
30
30
  short: "",
31
- description: "Provides the value of 'row_number' in body",
31
+ description: "Provides the value of 'period' in body",
32
32
  optional: false,
33
- args: ["row_number"],
33
+ args: ["period"],
34
34
  defaults: [""]
35
35
  },
36
36
  {
37
- name: "active",
37
+ name: "total",
38
38
  short: "",
39
- description: "Provides the value of 'active' in body",
39
+ description: "Provides the value of 'total' in body",
40
40
  optional: false,
41
- args: ["active"],
41
+ args: ["total"],
42
42
  defaults: [""]
43
43
  },
44
44
  {
45
- name: "period",
45
+ name: "count",
46
46
  short: "",
47
- description: "Provides the value of 'period' in body",
47
+ description: "Provides the value of 'count' in body",
48
48
  optional: false,
49
- args: ["period"],
49
+ args: ["count"],
50
50
  defaults: [""]
51
51
  }
52
52
  ]);
@@ -61,16 +61,16 @@ class FieldFieldEstimationCommand extends namirasoft_node_cli_1.BaseFinalCommand
61
61
  manager.setValue(token, false);
62
62
  let url = this.app.storage.getItem("ns-cost-server-url");
63
63
  let server = new NamirasoftCostServer_1.NamirasoftCostServer(url, manager, e => this.app.logger.error(e.message));
64
- let ans = yield server.field_field.Estimation({
64
+ let ans = yield server.secret_secret.EstimateRead({
65
65
  first_entity_created_at: this.option_values.first_entity_created_at,
66
- row_number: this.option_values.row_number,
67
- active: this.option_values.active,
68
- period: this.option_values.period
66
+ period: this.option_values.period,
67
+ total: this.option_values.total,
68
+ count: this.option_values.count
69
69
  });
70
70
  this.app.logger.success(JSON.stringify(ans));
71
71
  });
72
72
  }
73
73
  }
74
- exports.FieldFieldEstimationCommand = FieldFieldEstimationCommand;
74
+ exports.SecretSecretEstimateReadCommand = SecretSecretEstimateReadCommand;
75
75
  ;
76
- //# sourceMappingURL=FieldFieldEstimationCommand.js.map
76
+ //# sourceMappingURL=SecretSecretEstimateReadCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecretSecretEstimateReadCommand.js","sourceRoot":"","sources":["../../src/command/SecretSecretEstimateReadCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,kEAA+D;AAC/D,2DAAkD;AAElD,MAAa,+BAAgC,SAAQ,sCAAgB;IAEjE,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,EAAE,EAAE;YACZ;gBACI,IAAI,EAAE,yBAAyB;gBAC/B,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,yDAAyD;gBACtE,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,yBAAyB,CAAC;gBACjC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,wCAAwC;gBACrD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,QAAQ,CAAC;gBAChB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,uCAAuC;gBACpD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,OAAO,CAAC;gBACf,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,uCAAuC;gBACpD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,OAAO,CAAC;gBACf,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;SACA,CAAC,CAAC;IACX,CAAC;IACc,IAAI;;YAEf,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,KAAK,IAAI,IAAI;gBACb,MAAM,IAAI,KAAK,CAAC,yGAAyG,CAAC,CAAC;YAC/H,IAAI,OAAO,GAAG,IAAI,yCAAuB,EAAE,CAAC;YAC5C,IAAI,OAAO,GAAG,IAAI,iCAAY,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;YACnD,OAAO,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YAC/B,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;YACzD,IAAI,MAAM,GAAG,IAAI,2CAAoB,CAAC,GAAG,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YAC3F,IAAI,GAAG,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,YAAY,CAAC;gBAC9C,uBAAuB,EAAE,IAAI,CAAC,aAAa,CAAC,uBAAuB;gBACnE,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM;gBACjC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,KAAK;gBAC/B,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,KAAK;aAClC,CAAC,CAAC;YACH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACjD,CAAC;KAAA;CACJ;AAzDD,0EAyDC;AAAA,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { BaseFinalCommand } from "namirasoft-node-cli";
2
+ export declare class SecretSecret_CreateForHourlyCommand extends BaseFinalCommand {
3
+ constructor(argv: string[]);
4
+ exec(): Promise<void>;
5
+ }
@@ -9,12 +9,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.BillWatchGCP_CreateForCommand = void 0;
12
+ exports.SecretSecret_CreateForHourlyCommand = void 0;
13
13
  const namirasoft_node_cli_1 = require("namirasoft-node-cli");
14
14
  const namirasoft_core_1 = require("namirasoft-core");
15
15
  const NamirasoftCostServer_1 = require("../NamirasoftCostServer");
16
16
  const namirasoft_account_1 = require("namirasoft-account");
17
- class BillWatchGCP_CreateForCommand extends namirasoft_node_cli_1.BaseFinalCommand {
17
+ class SecretSecret_CreateForHourlyCommand extends namirasoft_node_cli_1.BaseFinalCommand {
18
18
  constructor(argv) {
19
19
  super(argv, ["user_id"], [
20
20
  {
@@ -25,6 +25,14 @@ class BillWatchGCP_CreateForCommand extends namirasoft_node_cli_1.BaseFinalComma
25
25
  args: ["first_entity_created_at"],
26
26
  defaults: [""]
27
27
  },
28
+ {
29
+ name: "period",
30
+ short: "",
31
+ description: "Provides the value of 'period' in body",
32
+ optional: false,
33
+ args: ["period"],
34
+ defaults: [""]
35
+ },
28
36
  {
29
37
  name: "row_number",
30
38
  short: "",
@@ -41,14 +49,6 @@ class BillWatchGCP_CreateForCommand extends namirasoft_node_cli_1.BaseFinalComma
41
49
  args: ["active"],
42
50
  defaults: [""]
43
51
  },
44
- {
45
- name: "period",
46
- short: "",
47
- description: "Provides the value of 'period' in body",
48
- optional: false,
49
- args: ["period"],
50
- defaults: [""]
51
- },
52
52
  {
53
53
  name: "workspace_id",
54
54
  short: "",
@@ -77,11 +77,11 @@ class BillWatchGCP_CreateForCommand extends namirasoft_node_cli_1.BaseFinalComma
77
77
  manager.setValue(token, false);
78
78
  let url = this.app.storage.getItem("ns-cost-server-url");
79
79
  let server = new NamirasoftCostServer_1.NamirasoftCostServer(url, manager, e => this.app.logger.error(e.message));
80
- let ans = yield server.bill_watch_gcp._CreateFor(this.arg_values[0], {
80
+ let ans = yield server.secret_secret._CreateForHourly(this.arg_values[0], {
81
81
  first_entity_created_at: this.option_values.first_entity_created_at,
82
+ period: this.option_values.period,
82
83
  row_number: this.option_values.row_number,
83
84
  active: this.option_values.active,
84
- period: this.option_values.period,
85
85
  workspace_id: this.option_values.workspace_id,
86
86
  resource_id: this.option_values.resource_id
87
87
  });
@@ -89,6 +89,6 @@ class BillWatchGCP_CreateForCommand extends namirasoft_node_cli_1.BaseFinalComma
89
89
  });
90
90
  }
91
91
  }
92
- exports.BillWatchGCP_CreateForCommand = BillWatchGCP_CreateForCommand;
92
+ exports.SecretSecret_CreateForHourlyCommand = SecretSecret_CreateForHourlyCommand;
93
93
  ;
94
- //# sourceMappingURL=BillWatchGCP_CreateForCommand.js.map
94
+ //# sourceMappingURL=SecretSecret_CreateForHourlyCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecretSecret_CreateForHourlyCommand.js","sourceRoot":"","sources":["../../src/command/SecretSecret_CreateForHourlyCommand.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import { BaseFinalCommand } from "namirasoft-node-cli";
2
+ export declare class SecretSecret_CreateForReadCommand extends BaseFinalCommand {
3
+ constructor(argv: string[]);
4
+ exec(): Promise<void>;
5
+ }