namirasoft-cost 1.4.27 → 1.4.30

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 (190) hide show
  1. package/.ns-sdkg-dir-deep +3 -3
  2. package/.ns-sdkg-file-keep +36 -26
  3. package/dist/NamirasoftCostServer.js +1 -1
  4. package/dist/NamirasoftCostServerBillWatchAWS.d.ts +4 -15
  5. package/dist/NamirasoftCostServerBillWatchAWS.js +2 -2
  6. package/dist/NamirasoftCostServerBillWatchAWS.js.map +1 -1
  7. package/dist/NamirasoftCostServerBillWatchAzure.d.ts +4 -15
  8. package/dist/NamirasoftCostServerBillWatchAzure.js +2 -2
  9. package/dist/NamirasoftCostServerBillWatchAzure.js.map +1 -1
  10. package/dist/NamirasoftCostServerBillWatchGCP.d.ts +4 -15
  11. package/dist/NamirasoftCostServerBillWatchGCP.js +2 -2
  12. package/dist/NamirasoftCostServerBillWatchGCP.js.map +1 -1
  13. package/dist/NamirasoftCostServerCost.d.ts +0 -2
  14. package/dist/NamirasoftCostServerCost.js +0 -8
  15. package/dist/NamirasoftCostServerCost.js.map +1 -1
  16. package/dist/NamirasoftCostServerFieldCategory.d.ts +4 -15
  17. package/dist/NamirasoftCostServerFieldCategory.js +2 -2
  18. package/dist/NamirasoftCostServerFieldCategory.js.map +1 -1
  19. package/dist/NamirasoftCostServerFieldField.d.ts +4 -15
  20. package/dist/NamirasoftCostServerFieldField.js +2 -2
  21. package/dist/NamirasoftCostServerFieldField.js.map +1 -1
  22. package/dist/NamirasoftCostServerSecretSecret.d.ts +6 -29
  23. package/dist/NamirasoftCostServerSecretSecret.js +2 -2
  24. package/dist/NamirasoftCostServerSecretSecret.js.map +1 -1
  25. package/dist/command/BillWatchAWSCommand.d.ts +4 -0
  26. package/dist/command/BillWatchAWSCommand.js +17 -0
  27. package/dist/command/BillWatchAWSCommand.js.map +1 -0
  28. package/dist/command/BillWatchAWSEstimateRecordCommand.d.ts +5 -0
  29. package/dist/command/BillWatchAWSEstimateRecordCommand.js +103 -0
  30. package/dist/command/BillWatchAWSEstimateRecordCommand.js.map +1 -0
  31. package/dist/command/BillWatchAWS_CreateForRecordCommand.d.ts +5 -0
  32. package/dist/command/BillWatchAWS_CreateForRecordCommand.js +112 -0
  33. package/dist/command/BillWatchAWS_CreateForRecordCommand.js.map +1 -0
  34. package/dist/command/BillWatchAzureCommand.d.ts +4 -0
  35. package/dist/command/BillWatchAzureCommand.js +17 -0
  36. package/dist/command/BillWatchAzureCommand.js.map +1 -0
  37. package/dist/command/BillWatchAzureEstimateRecordCommand.d.ts +5 -0
  38. package/dist/command/BillWatchAzureEstimateRecordCommand.js +103 -0
  39. package/dist/command/BillWatchAzureEstimateRecordCommand.js.map +1 -0
  40. package/dist/command/BillWatchAzure_CreateForRecordCommand.d.ts +5 -0
  41. package/dist/command/BillWatchAzure_CreateForRecordCommand.js +112 -0
  42. package/dist/command/BillWatchAzure_CreateForRecordCommand.js.map +1 -0
  43. package/dist/command/BillWatchGCPCommand.d.ts +4 -0
  44. package/dist/command/BillWatchGCPCommand.js +17 -0
  45. package/dist/command/BillWatchGCPCommand.js.map +1 -0
  46. package/dist/command/BillWatchGCPEstimateRecordCommand.d.ts +5 -0
  47. package/dist/command/BillWatchGCPEstimateRecordCommand.js +103 -0
  48. package/dist/command/BillWatchGCPEstimateRecordCommand.js.map +1 -0
  49. package/dist/command/BillWatchGCP_CreateForRecordCommand.d.ts +5 -0
  50. package/dist/command/BillWatchGCP_CreateForRecordCommand.js +112 -0
  51. package/dist/command/BillWatchGCP_CreateForRecordCommand.js.map +1 -0
  52. package/dist/command/CostCommand.d.ts +4 -0
  53. package/dist/command/CostCommand.js +15 -0
  54. package/dist/command/CostCommand.js.map +1 -0
  55. package/dist/command/CostListCommand.d.ts +5 -0
  56. package/dist/command/CostListCommand.js +38 -0
  57. package/dist/command/CostListCommand.js.map +1 -0
  58. package/dist/command/FieldCategoryCommand.d.ts +4 -0
  59. package/dist/command/FieldCategoryCommand.js +17 -0
  60. package/dist/command/FieldCategoryCommand.js.map +1 -0
  61. package/dist/command/FieldCategoryEstimateRecordCommand.d.ts +5 -0
  62. package/dist/command/FieldCategoryEstimateRecordCommand.js +103 -0
  63. package/dist/command/FieldCategoryEstimateRecordCommand.js.map +1 -0
  64. package/dist/command/FieldCategory_CreateForRecordCommand.d.ts +5 -0
  65. package/dist/command/FieldCategory_CreateForRecordCommand.js +112 -0
  66. package/dist/command/FieldCategory_CreateForRecordCommand.js.map +1 -0
  67. package/dist/command/FieldFieldCommand.d.ts +4 -0
  68. package/dist/command/FieldFieldCommand.js +17 -0
  69. package/dist/command/FieldFieldCommand.js.map +1 -0
  70. package/dist/command/FieldFieldEstimateRecordCommand.d.ts +5 -0
  71. package/dist/command/FieldFieldEstimateRecordCommand.js +103 -0
  72. package/dist/command/FieldFieldEstimateRecordCommand.js.map +1 -0
  73. package/dist/command/FieldField_CreateForRecordCommand.d.ts +5 -0
  74. package/dist/command/FieldField_CreateForRecordCommand.js +112 -0
  75. package/dist/command/FieldField_CreateForRecordCommand.js.map +1 -0
  76. package/dist/command/HealthzCommand.d.ts +4 -0
  77. package/dist/command/HealthzCommand.js +15 -0
  78. package/dist/command/HealthzCommand.js.map +1 -0
  79. package/dist/command/HealthzGetCommand.d.ts +5 -0
  80. package/dist/command/HealthzGetCommand.js +38 -0
  81. package/dist/command/HealthzGetCommand.js.map +1 -0
  82. package/dist/command/MetricsCommand.d.ts +4 -0
  83. package/dist/command/MetricsCommand.js +15 -0
  84. package/dist/command/MetricsCommand.js.map +1 -0
  85. package/dist/command/MetricsGetCommand.d.ts +5 -0
  86. package/dist/command/MetricsGetCommand.js +38 -0
  87. package/dist/command/MetricsGetCommand.js.map +1 -0
  88. package/dist/command/SecretSecretCommand.d.ts +4 -0
  89. package/dist/command/SecretSecretCommand.js +21 -0
  90. package/dist/command/SecretSecretCommand.js.map +1 -0
  91. package/dist/command/SecretSecretEstimateReadCommand.d.ts +5 -0
  92. package/dist/command/SecretSecretEstimateReadCommand.js +103 -0
  93. package/dist/command/SecretSecretEstimateReadCommand.js.map +1 -0
  94. package/dist/command/SecretSecretEstimateRecordCommand.d.ts +5 -0
  95. package/dist/command/SecretSecretEstimateRecordCommand.js +103 -0
  96. package/dist/command/SecretSecretEstimateRecordCommand.js.map +1 -0
  97. package/dist/command/SecretSecret_CreateForReadCommand.d.ts +5 -0
  98. package/dist/command/SecretSecret_CreateForReadCommand.js +112 -0
  99. package/dist/command/SecretSecret_CreateForReadCommand.js.map +1 -0
  100. package/dist/command/SecretSecret_CreateForRecordCommand.d.ts +5 -0
  101. package/dist/command/SecretSecret_CreateForRecordCommand.js +112 -0
  102. package/dist/command/SecretSecret_CreateForRecordCommand.js.map +1 -0
  103. package/dist/command/ValueCommand.d.ts +4 -0
  104. package/dist/command/ValueCommand.js +15 -0
  105. package/dist/command/ValueCommand.js.map +1 -0
  106. package/dist/command/ValueListCommand.d.ts +5 -0
  107. package/dist/command/ValueListCommand.js +38 -0
  108. package/dist/command/ValueListCommand.js.map +1 -0
  109. package/dist/command/cli.d.ts +2 -0
  110. package/dist/command/cli.js +32 -0
  111. package/dist/command/cli.js.map +1 -0
  112. package/dist/index.d.ts +47 -12
  113. package/dist/index.js +47 -12
  114. package/dist/index.js.map +1 -1
  115. package/package.json +28 -28
  116. package/src/NamirasoftCostServer.ts +59 -59
  117. package/src/NamirasoftCostServerBase.ts +29 -29
  118. package/src/NamirasoftCostServerBillWatchAWS.ts +47 -46
  119. package/src/NamirasoftCostServerBillWatchAzure.ts +47 -46
  120. package/src/NamirasoftCostServerBillWatchGCP.ts +47 -46
  121. package/src/NamirasoftCostServerCost.ts +41 -49
  122. package/src/NamirasoftCostServerFieldCategory.ts +47 -46
  123. package/src/NamirasoftCostServerFieldField.ts +47 -46
  124. package/src/NamirasoftCostServerHealthz.ts +35 -35
  125. package/src/NamirasoftCostServerMetrics.ts +35 -35
  126. package/src/NamirasoftCostServerSecretSecret.ts +61 -60
  127. package/src/NamirasoftCostServerValue.ts +36 -36
  128. package/src/bonus/BaseBonus.ts +13 -13
  129. package/src/bonus/DeactiveBonus.ts +14 -14
  130. package/src/bonus/FreeCountBonus.ts +14 -14
  131. package/src/bonus/FreeTotalValueBonus.ts +28 -28
  132. package/src/bonus/LowAmountBonus.ts +14 -14
  133. package/src/bonus/LowSecondsBonus.ts +14 -14
  134. package/src/bonus/LowTotalCountBonus.ts +14 -14
  135. package/src/bonus/LowTotalValueBonus.ts +14 -14
  136. package/src/bonus/TrialBonus.ts +18 -18
  137. package/src/command/BillWatchAWSCommand.ts +34 -0
  138. package/src/command/BillWatchAWSEstimateRecordCommand.ts +110 -0
  139. package/src/command/BillWatchAWS_CreateForRecordCommand.ts +119 -0
  140. package/src/command/BillWatchAzureCommand.ts +34 -0
  141. package/src/command/BillWatchAzureEstimateRecordCommand.ts +110 -0
  142. package/src/command/BillWatchAzure_CreateForRecordCommand.ts +119 -0
  143. package/src/command/BillWatchGCPCommand.ts +34 -0
  144. package/src/command/BillWatchGCPEstimateRecordCommand.ts +110 -0
  145. package/src/command/BillWatchGCP_CreateForRecordCommand.ts +119 -0
  146. package/src/{row/CostCreateRow.ts → command/CostCommand.ts} +32 -38
  147. package/src/command/CostListCommand.ts +45 -0
  148. package/src/command/FieldCategoryCommand.ts +34 -0
  149. package/src/command/FieldCategoryEstimateRecordCommand.ts +110 -0
  150. package/src/command/FieldCategory_CreateForRecordCommand.ts +119 -0
  151. package/src/command/FieldFieldCommand.ts +34 -0
  152. package/src/command/FieldFieldEstimateRecordCommand.ts +110 -0
  153. package/src/command/FieldField_CreateForRecordCommand.ts +119 -0
  154. package/src/command/HealthzCommand.ts +32 -0
  155. package/src/command/HealthzGetCommand.ts +45 -0
  156. package/src/command/MetricsCommand.ts +32 -0
  157. package/src/command/MetricsGetCommand.ts +45 -0
  158. package/src/command/SecretSecretCommand.ts +38 -0
  159. package/src/command/SecretSecretEstimateReadCommand.ts +110 -0
  160. package/src/command/SecretSecretEstimateRecordCommand.ts +110 -0
  161. package/src/command/SecretSecret_CreateForReadCommand.ts +119 -0
  162. package/src/command/SecretSecret_CreateForRecordCommand.ts +119 -0
  163. package/src/command/ValueCommand.ts +32 -0
  164. package/src/command/ValueListCommand.ts +45 -0
  165. package/src/command/cli.ts +51 -0
  166. package/src/estimator/BaseEstimator.ts +62 -62
  167. package/src/estimator/BillWatchAWSRecordEstimator.ts +4 -4
  168. package/src/estimator/BillWatchAzureRecordEstimator.ts +4 -4
  169. package/src/estimator/BillWatchBaseRecordEstimator.ts +25 -25
  170. package/src/estimator/BillWatchGCPRecordEstimator.ts +4 -4
  171. package/src/estimator/FieldBaseRecordEstimator.ts +20 -20
  172. package/src/estimator/FieldCategoryRecordEstimator.ts +9 -9
  173. package/src/estimator/FieldFieldRecordEstimator.ts +9 -9
  174. package/src/estimator/SecretSecretReadEstimator.ts +25 -25
  175. package/src/estimator/SecretSecretRecordEstimator.ts +24 -24
  176. package/src/index.ts +89 -54
  177. package/src/meta/CostMetaTable.ts +81 -81
  178. package/src/meta/NamirasoftCostMetaDatabase.ts +50 -50
  179. package/src/row/CostRow.ts +40 -40
  180. package/src/type/Bonus.ts +20 -20
  181. package/src/type/CalculationOption.ts +34 -34
  182. package/src/type/Estimation.ts +35 -35
  183. package/src/type/EstimationOption.ts +31 -31
  184. package/src/type/EstimationUsage.ts +22 -22
  185. package/src/type/Period.ts +101 -101
  186. package/src/type/SimulationOption.ts +29 -29
  187. package/src/type/Usage.ts +24 -24
  188. package/dist/row/CostCreateRow.d.ts +0 -17
  189. package/dist/row/CostCreateRow.js +0 -3
  190. package/dist/row/CostCreateRow.js.map +0 -1
@@ -1,102 +1,102 @@
1
- import { TimeOperation } from "namirasoft-core";
2
- import { BaseVariableSchema, IntegerSchema, ObjectSchema } from "namirasoft-schema";
3
-
4
- export type Period =
5
- {
6
- year: number;
7
- month: number;
8
- day: number;
9
- hour: number;
10
- start: {
11
- minute: number;
12
- second: number;
13
- };
14
- end: {
15
- minute: number;
16
- second: number;
17
- };
18
- };
19
-
20
- export class PeriodSchema extends ObjectSchema
21
- {
22
- constructor(required: boolean)
23
- {
24
- super("Period", required, [
25
- new BaseVariableSchema("year", new IntegerSchema(true, 0, 9999)),
26
- new BaseVariableSchema("month", new IntegerSchema(true, 1, 12)),
27
- new BaseVariableSchema("day", new IntegerSchema(true, 1, 31)),
28
- new BaseVariableSchema("hour", new IntegerSchema(true, 0, 23)),
29
- new BaseVariableSchema("start", new ObjectSchema("", true, [
30
- new BaseVariableSchema("minute", new IntegerSchema(true, 0, 59)),
31
- new BaseVariableSchema("second", new IntegerSchema(true, 0, 59))
32
- ])),
33
- new BaseVariableSchema("end", new ObjectSchema("", true, [
34
- new BaseVariableSchema("minute", new IntegerSchema(true, 0, 59)),
35
- new BaseVariableSchema("second", new IntegerSchema(true, 0, 59))
36
- ])),
37
- ]);
38
- this.external = {
39
- package: "./type/Period"
40
- };
41
- }
42
- }
43
- export class PeriodUtil
44
- {
45
- static toSeconds(period: Period)
46
- {
47
- return (period.end.minute * 60 + period.end.second) - (period.start.minute * 60 + period.start.second) + 1
48
- }
49
- static toDates(period: Period)
50
- {
51
- let start = new Date(period.year, period.month - 1, period.day, period.hour, period.start.minute, period.start.second);
52
- let end = new Date(period.year, period.month - 1, period.day, period.hour, period.end.minute, period.end.second);
53
- return { start, end };
54
- }
55
- static byDates(start: Date, end: Date)
56
- {
57
- return {
58
- year: start.getFullYear(),
59
- month: start.getMonth() + 1,
60
- day: start.getDate(),
61
- hour: start.getHours(),
62
- start: {
63
- minute: start.getMinutes(),
64
- second: start.getSeconds(),
65
- },
66
- end: {
67
- minute: end.getMinutes(),
68
- second: end.getSeconds(),
69
- }
70
- };
71
- }
72
- static async loop(start: Date, end: Date, estimate_hour: (period: Period) => Promise<void>): Promise<void>
73
- {
74
- let pre_estimate_hour = async (start: Date, end: Date) =>
75
- {
76
- if (end <= start)
77
- return;
78
- return await estimate_hour(PeriodUtil.byDates(start, end));
79
- }
80
-
81
- let s = start;
82
- let e = null;
83
-
84
- do
85
- {
86
- let next_start = TimeOperation.hoursLater(1, s);
87
- next_start.setMilliseconds(0);
88
- next_start.setSeconds(0);
89
- next_start.setMinutes(0);
90
- if (end < next_start)
91
- {
92
- next_start = end;
93
- e = end;
94
- }
95
- else
96
- e = TimeOperation.secondsAgo(1, next_start);
97
- await pre_estimate_hour(s, e);
98
- s = next_start;
99
- }
100
- while (e < end)
101
- }
1
+ import { TimeOperation } from "namirasoft-core";
2
+ import { BaseVariableSchema, IntegerSchema, ObjectSchema } from "namirasoft-schema";
3
+
4
+ export type Period =
5
+ {
6
+ year: number;
7
+ month: number;
8
+ day: number;
9
+ hour: number;
10
+ start: {
11
+ minute: number;
12
+ second: number;
13
+ };
14
+ end: {
15
+ minute: number;
16
+ second: number;
17
+ };
18
+ };
19
+
20
+ export class PeriodSchema extends ObjectSchema
21
+ {
22
+ constructor(required: boolean)
23
+ {
24
+ super("Period", required, [
25
+ new BaseVariableSchema("year", new IntegerSchema(true, 0, 9999)),
26
+ new BaseVariableSchema("month", new IntegerSchema(true, 1, 12)),
27
+ new BaseVariableSchema("day", new IntegerSchema(true, 1, 31)),
28
+ new BaseVariableSchema("hour", new IntegerSchema(true, 0, 23)),
29
+ new BaseVariableSchema("start", new ObjectSchema("", true, [
30
+ new BaseVariableSchema("minute", new IntegerSchema(true, 0, 59)),
31
+ new BaseVariableSchema("second", new IntegerSchema(true, 0, 59))
32
+ ])),
33
+ new BaseVariableSchema("end", new ObjectSchema("", true, [
34
+ new BaseVariableSchema("minute", new IntegerSchema(true, 0, 59)),
35
+ new BaseVariableSchema("second", new IntegerSchema(true, 0, 59))
36
+ ])),
37
+ ]);
38
+ this.external = {
39
+ package: "./type/Period"
40
+ };
41
+ }
42
+ }
43
+ export class PeriodUtil
44
+ {
45
+ static toSeconds(period: Period)
46
+ {
47
+ return (period.end.minute * 60 + period.end.second) - (period.start.minute * 60 + period.start.second) + 1
48
+ }
49
+ static toDates(period: Period)
50
+ {
51
+ let start = new Date(period.year, period.month - 1, period.day, period.hour, period.start.minute, period.start.second);
52
+ let end = new Date(period.year, period.month - 1, period.day, period.hour, period.end.minute, period.end.second);
53
+ return { start, end };
54
+ }
55
+ static byDates(start: Date, end: Date)
56
+ {
57
+ return {
58
+ year: start.getFullYear(),
59
+ month: start.getMonth() + 1,
60
+ day: start.getDate(),
61
+ hour: start.getHours(),
62
+ start: {
63
+ minute: start.getMinutes(),
64
+ second: start.getSeconds(),
65
+ },
66
+ end: {
67
+ minute: end.getMinutes(),
68
+ second: end.getSeconds(),
69
+ }
70
+ };
71
+ }
72
+ static async loop(start: Date, end: Date, estimate_hour: (period: Period) => Promise<void>): Promise<void>
73
+ {
74
+ let pre_estimate_hour = async (start: Date, end: Date) =>
75
+ {
76
+ if (end <= start)
77
+ return;
78
+ return await estimate_hour(PeriodUtil.byDates(start, end));
79
+ }
80
+
81
+ let s = start;
82
+ let e = null;
83
+
84
+ do
85
+ {
86
+ let next_start = TimeOperation.hoursLater(1, s);
87
+ next_start.setMilliseconds(0);
88
+ next_start.setSeconds(0);
89
+ next_start.setMinutes(0);
90
+ if (end < next_start)
91
+ {
92
+ next_start = end;
93
+ e = end;
94
+ }
95
+ else
96
+ e = TimeOperation.secondsAgo(1, next_start);
97
+ await pre_estimate_hour(s, e);
98
+ s = next_start;
99
+ }
100
+ while (e < end)
101
+ }
102
102
  };
@@ -1,30 +1,30 @@
1
- import { BaseVariableSchema, BoolSchema, IntegerSchema, ObjectSchema } from "namirasoft-schema";
2
- import { Period, PeriodSchema } from "./Period";
3
-
4
- export interface SimulationOption
5
- {
6
- period: Period;
7
- total_count: number;
8
- number: number;
9
- total_value: number;
10
- value: number;
11
- active: boolean;
12
- };
13
-
14
- export class SimulationOptionSchema extends ObjectSchema
15
- {
16
- constructor(required: boolean)
17
- {
18
- super("SimulationOption", required, [
19
- new BaseVariableSchema("period", new PeriodSchema(true)),
20
- new BaseVariableSchema("total_count", new IntegerSchema(true, 0)),
21
- new BaseVariableSchema("number", new IntegerSchema(true, 1)),
22
- new BaseVariableSchema("total_value", new IntegerSchema(true, 0)),
23
- new BaseVariableSchema("value", new IntegerSchema(true, 1)),
24
- new BaseVariableSchema("active", new BoolSchema(true)),
25
- ]);
26
- this.external = {
27
- package: "./type/SimulationOption"
28
- };
29
- }
1
+ import { BaseVariableSchema, BoolSchema, IntegerSchema, ObjectSchema } from "namirasoft-schema";
2
+ import { Period, PeriodSchema } from "./Period";
3
+
4
+ export interface SimulationOption
5
+ {
6
+ period: Period;
7
+ total_count: number;
8
+ number: number;
9
+ total_value: number;
10
+ value: number;
11
+ active: boolean;
12
+ };
13
+
14
+ export class SimulationOptionSchema extends ObjectSchema
15
+ {
16
+ constructor(required: boolean)
17
+ {
18
+ super("SimulationOption", required, [
19
+ new BaseVariableSchema("period", new PeriodSchema(true)),
20
+ new BaseVariableSchema("total_count", new IntegerSchema(true, 0)),
21
+ new BaseVariableSchema("number", new IntegerSchema(true, 1)),
22
+ new BaseVariableSchema("total_value", new IntegerSchema(true, 0)),
23
+ new BaseVariableSchema("value", new IntegerSchema(true, 1)),
24
+ new BaseVariableSchema("active", new BoolSchema(true)),
25
+ ]);
26
+ this.external = {
27
+ package: "./type/SimulationOption"
28
+ };
29
+ }
30
30
  }
package/src/type/Usage.ts CHANGED
@@ -1,25 +1,25 @@
1
- export class Usage
2
- {
3
- static Time = {
4
- name: "Time",
5
- units: {
6
- Second: {
7
- name: "Second"
8
- },
9
- Minute: {
10
- name: "Minute"
11
- },
12
- Hour: {
13
- name: "Hour"
14
- }
15
- }
16
- };
17
- static APICALL = {
18
- name: "API Call",
19
- units: {
20
- REQUEST: {
21
- name: "Request"
22
- }
23
- }
24
- };
1
+ export class Usage
2
+ {
3
+ static Time = {
4
+ name: "Time",
5
+ units: {
6
+ Second: {
7
+ name: "Second"
8
+ },
9
+ Minute: {
10
+ name: "Minute"
11
+ },
12
+ Hour: {
13
+ name: "Hour"
14
+ }
15
+ }
16
+ };
17
+ static APICALL = {
18
+ name: "API Call",
19
+ units: {
20
+ REQUEST: {
21
+ name: "Request"
22
+ }
23
+ }
24
+ };
25
25
  };
@@ -1,17 +0,0 @@
1
- export type CostCreateRow = {
2
- workspace_id: string;
3
- product_id: string;
4
- sales_item_id: string;
5
- offer_id: string;
6
- offer_item_id: string;
7
- resource_entity: string;
8
- resource_id: string;
9
- usage_name: string;
10
- usage_value: number;
11
- usage_unit: string;
12
- period_start: Date;
13
- period_end: Date;
14
- amount: number;
15
- currency: string;
16
- description: string;
17
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CostCreateRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CostCreateRow.js","sourceRoot":"","sources":["../../src/row/CostCreateRow.ts"],"names":[],"mappings":""}