namirasoft-bill-watch 1.4.21 → 1.4.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.ns-sdkg-dir-deep +7 -7
- package/.ns-sdkg-file-keep +22 -22
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +27 -27
- package/src/NamirasoftBillWatchServer.ts +83 -83
- package/src/NamirasoftBillWatchServerAWS.ts +70 -70
- package/src/NamirasoftBillWatchServerAWSCategory.ts +62 -62
- package/src/NamirasoftBillWatchServerAWSField.ts +69 -69
- package/src/NamirasoftBillWatchServerAWSTag.ts +69 -69
- package/src/NamirasoftBillWatchServerAzure.ts +70 -70
- package/src/NamirasoftBillWatchServerAzureCategory.ts +62 -62
- package/src/NamirasoftBillWatchServerAzureField.ts +69 -69
- package/src/NamirasoftBillWatchServerAzureTag.ts +69 -69
- package/src/NamirasoftBillWatchServerBase.ts +29 -29
- package/src/NamirasoftBillWatchServerGCP.ts +70 -70
- package/src/NamirasoftBillWatchServerGCPCategory.ts +62 -62
- package/src/NamirasoftBillWatchServerGCPField.ts +69 -69
- package/src/NamirasoftBillWatchServerGCPTag.ts +69 -69
- package/src/NamirasoftBillWatchServerHealthz.ts +35 -35
- package/src/NamirasoftBillWatchServerRule.ts +70 -70
- package/src/NamirasoftBillWatchServerRuleCategory.ts +62 -62
- package/src/NamirasoftBillWatchServerRuleField.ts +69 -69
- package/src/NamirasoftBillWatchServerRuleTag.ts +69 -69
- package/src/NamirasoftBillWatchServerValue.ts +36 -36
- package/src/command/AWSCategoryCommand.ts +37 -37
- package/src/command/AWSCategoryCreateCommand.ts +55 -55
- package/src/command/AWSCategoryDeleteCommand.ts +44 -44
- package/src/command/AWSCategoryGetCommand.ts +44 -44
- package/src/command/AWSCategoryListCommand.ts +44 -44
- package/src/command/AWSCommand.ts +39 -39
- package/src/command/AWSCreateCommand.ts +154 -154
- package/src/command/AWSDeleteCommand.ts +44 -44
- package/src/command/AWSFieldCommand.ts +39 -39
- package/src/command/AWSFieldCreateCommand.ts +64 -64
- package/src/command/AWSFieldDeleteCommand.ts +44 -44
- package/src/command/AWSFieldGetCommand.ts +44 -44
- package/src/command/AWSFieldListCommand.ts +44 -44
- package/src/command/AWSFieldUpdateCommand.ts +64 -64
- package/src/command/AWSGetCommand.ts +44 -44
- package/src/command/AWSListCommand.ts +44 -44
- package/src/command/AWSTagCommand.ts +39 -39
- package/src/command/AWSTagCreateCommand.ts +64 -64
- package/src/command/AWSTagDeleteCommand.ts +44 -44
- package/src/command/AWSTagGetCommand.ts +44 -44
- package/src/command/AWSTagListCommand.ts +44 -44
- package/src/command/AWSTagUpdateCommand.ts +64 -64
- package/src/command/AWSUpdateCommand.ts +154 -154
- package/src/command/AzureCategoryCommand.ts +37 -37
- package/src/command/AzureCategoryCreateCommand.ts +55 -55
- package/src/command/AzureCategoryDeleteCommand.ts +44 -44
- package/src/command/AzureCategoryGetCommand.ts +44 -44
- package/src/command/AzureCategoryListCommand.ts +44 -44
- package/src/command/AzureCommand.ts +39 -39
- package/src/command/AzureCreateCommand.ts +145 -145
- package/src/command/AzureDeleteCommand.ts +44 -44
- package/src/command/AzureFieldCommand.ts +39 -39
- package/src/command/AzureFieldCreateCommand.ts +64 -64
- package/src/command/AzureFieldDeleteCommand.ts +44 -44
- package/src/command/AzureFieldGetCommand.ts +44 -44
- package/src/command/AzureFieldListCommand.ts +44 -44
- package/src/command/AzureFieldUpdateCommand.ts +64 -64
- package/src/command/AzureGetCommand.ts +44 -44
- package/src/command/AzureListCommand.ts +44 -44
- package/src/command/AzureTagCommand.ts +39 -39
- package/src/command/AzureTagCreateCommand.ts +64 -64
- package/src/command/AzureTagDeleteCommand.ts +44 -44
- package/src/command/AzureTagGetCommand.ts +44 -44
- package/src/command/AzureTagListCommand.ts +44 -44
- package/src/command/AzureTagUpdateCommand.ts +64 -64
- package/src/command/AzureUpdateCommand.ts +145 -145
- package/src/command/GCPCategoryCommand.ts +37 -37
- package/src/command/GCPCategoryCreateCommand.ts +55 -55
- package/src/command/GCPCategoryDeleteCommand.ts +44 -44
- package/src/command/GCPCategoryGetCommand.ts +44 -44
- package/src/command/GCPCategoryListCommand.ts +44 -44
- package/src/command/GCPCommand.ts +39 -39
- package/src/command/GCPCreateCommand.ts +145 -145
- package/src/command/GCPDeleteCommand.ts +44 -44
- package/src/command/GCPFieldCommand.ts +39 -39
- package/src/command/GCPFieldCreateCommand.ts +64 -64
- package/src/command/GCPFieldDeleteCommand.ts +44 -44
- package/src/command/GCPFieldGetCommand.ts +44 -44
- package/src/command/GCPFieldListCommand.ts +44 -44
- package/src/command/GCPFieldUpdateCommand.ts +64 -64
- package/src/command/GCPGetCommand.ts +44 -44
- package/src/command/GCPListCommand.ts +44 -44
- package/src/command/GCPTagCommand.ts +39 -39
- package/src/command/GCPTagCreateCommand.ts +64 -64
- package/src/command/GCPTagDeleteCommand.ts +44 -44
- package/src/command/GCPTagGetCommand.ts +44 -44
- package/src/command/GCPTagListCommand.ts +44 -44
- package/src/command/GCPTagUpdateCommand.ts +64 -64
- package/src/command/GCPUpdateCommand.ts +145 -145
- package/src/command/HealthzCommand.ts +31 -31
- package/src/command/HealthzGetCommand.ts +44 -44
- package/src/command/RuleCategoryCommand.ts +37 -37
- package/src/command/RuleCategoryCreateCommand.ts +55 -55
- package/src/command/RuleCategoryDeleteCommand.ts +44 -44
- package/src/command/RuleCategoryGetCommand.ts +44 -44
- package/src/command/RuleCategoryListCommand.ts +44 -44
- package/src/command/RuleCommand.ts +39 -39
- package/src/command/RuleCreateCommand.ts +109 -109
- package/src/command/RuleDeleteCommand.ts +44 -44
- package/src/command/RuleFieldCommand.ts +39 -39
- package/src/command/RuleFieldCreateCommand.ts +64 -64
- package/src/command/RuleFieldDeleteCommand.ts +44 -44
- package/src/command/RuleFieldGetCommand.ts +44 -44
- package/src/command/RuleFieldListCommand.ts +44 -44
- package/src/command/RuleFieldUpdateCommand.ts +64 -64
- package/src/command/RuleGetCommand.ts +44 -44
- package/src/command/RuleListCommand.ts +44 -44
- package/src/command/RuleTagCommand.ts +39 -39
- package/src/command/RuleTagCreateCommand.ts +64 -64
- package/src/command/RuleTagDeleteCommand.ts +44 -44
- package/src/command/RuleTagGetCommand.ts +44 -44
- package/src/command/RuleTagListCommand.ts +44 -44
- package/src/command/RuleTagUpdateCommand.ts +64 -64
- package/src/command/RuleUpdateCommand.ts +109 -109
- package/src/command/ValueCommand.ts +31 -31
- package/src/command/ValueListCommand.ts +44 -44
- package/src/command/cli.ts +66 -66
- package/src/formula/BaseFormula.ts +48 -48
- package/src/formula/CalculationResult.ts +4 -4
- package/src/formula/ChangeType.ts +5 -5
- package/src/formula/FormulaDefinitionRow.ts +15 -15
- package/src/formula/FormulaRow.ts +6 -6
- package/src/formula/Formulas.ts +305 -305
- package/src/formula/statistical/Formula_InterquartileRange.ts +52 -52
- package/src/formula/statistical/amount/Formula_AmountByAverage.ts +24 -24
- package/src/formula/statistical/amount/Formula_AmountByLast.ts +27 -27
- package/src/formula/statistical/amount/Formula_AmountByMax.ts +24 -24
- package/src/formula/statistical/amount/Formula_AmountByMedian.ts +24 -24
- package/src/formula/statistical/amount/Formula_AmountByMin.ts +24 -24
- package/src/formula/statistical/percent/Formula_PercentageByAverage.ts +24 -24
- package/src/formula/statistical/percent/Formula_PercentageByLast.ts +27 -27
- package/src/formula/statistical/percent/Formula_PercentageByMax.ts +24 -24
- package/src/formula/statistical/percent/Formula_PercentageByMedian.ts +24 -24
- package/src/formula/statistical/percent/Formula_PercentageByMin.ts +24 -24
- package/src/formula/statistical/z_score/Formula_GrubbsTest.ts +64 -64
- package/src/formula/statistical/z_score/Formula_ModifiedZScore.ts +34 -34
- package/src/formula/statistical/z_score/Formula_ZScore.ts +34 -34
- package/src/formula/trend/Formula_RegressionResidual.ts +48 -48
- package/src/formula/trend/Formula_TrendDeviation.ts +44 -44
- package/src/index.ts +202 -201
- package/src/meta/AWSCategoryMetaTable.ts +57 -57
- package/src/meta/AWSFieldMetaTable.ts +59 -59
- package/src/meta/AWSMetaTable.ts +69 -69
- package/src/meta/AWSTagMetaTable.ts +59 -59
- package/src/meta/AzureCategoryMetaTable.ts +57 -57
- package/src/meta/AzureFieldMetaTable.ts +59 -59
- package/src/meta/AzureMetaTable.ts +67 -67
- package/src/meta/AzureTagMetaTable.ts +59 -59
- package/src/meta/GCPCategoryMetaTable.ts +57 -57
- package/src/meta/GCPFieldMetaTable.ts +59 -59
- package/src/meta/GCPMetaTable.ts +67 -67
- package/src/meta/GCPTagMetaTable.ts +59 -59
- package/src/meta/NamirasoftBillWatchMetaDatabase.ts +95 -95
- package/src/meta/RuleCategoryMetaTable.ts +57 -57
- package/src/meta/RuleFieldMetaTable.ts +59 -59
- package/src/meta/RuleMetaTable.ts +61 -61
- package/src/meta/RuleTagMetaTable.ts +59 -59
- package/src/row/AWSCategoryRow.ts +28 -28
- package/src/row/AWSFieldRow.ts +29 -29
- package/src/row/AWSFullRow.ts +42 -42
- package/src/row/AWSInputRow.ts +38 -38
- package/src/row/AWSRow.ts +34 -34
- package/src/row/AWSTagRow.ts +29 -29
- package/src/row/AzureCategoryRow.ts +28 -28
- package/src/row/AzureFieldRow.ts +29 -29
- package/src/row/AzureFullRow.ts +41 -41
- package/src/row/AzureInputRow.ts +37 -37
- package/src/row/AzureRow.ts +33 -33
- package/src/row/AzureTagRow.ts +29 -29
- package/src/row/EntityCategoryInputRow.ts +23 -23
- package/src/row/EntityFieldInputRow.ts +24 -24
- package/src/row/EntityTagInputRow.ts +24 -24
- package/src/row/GCPCategoryRow.ts +28 -28
- package/src/row/GCPFieldRow.ts +29 -29
- package/src/row/GCPFullRow.ts +41 -41
- package/src/row/GCPInputRow.ts +37 -37
- package/src/row/GCPRow.ts +33 -33
- package/src/row/GCPTagRow.ts +29 -29
- package/src/row/LookbackPeriodRow.ts +10 -10
- package/src/row/RuleCategoryRow.ts +28 -28
- package/src/row/RuleFieldRow.ts +29 -29
- package/src/row/RuleFullRow.ts +37 -37
- package/src/row/RuleInputRow.ts +33 -33
- package/src/row/RuleRow.ts +30 -30
- package/src/row/RuleTagRow.ts +29 -29
package/.ns-sdkg-dir-deep
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/src
|
|
2
|
-
/src/formula
|
|
3
|
-
/src/formula/statistical
|
|
4
|
-
/src/formula/statistical/amount
|
|
5
|
-
/src/formula/statistical/percent
|
|
6
|
-
/src/formula/statistical/z_score
|
|
7
|
-
/src/formula/trend
|
|
1
|
+
/src
|
|
2
|
+
/src/formula
|
|
3
|
+
/src/formula/statistical
|
|
4
|
+
/src/formula/statistical/amount
|
|
5
|
+
/src/formula/statistical/percent
|
|
6
|
+
/src/formula/statistical/z_score
|
|
7
|
+
/src/formula/trend
|
|
8
8
|
/src/row
|
package/.ns-sdkg-file-keep
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
src/formula/BaseFormula.ts
|
|
2
|
-
src/formula/CalculationResult.ts
|
|
3
|
-
src/formula/ChangeType.ts
|
|
4
|
-
src/formula/FormulaDefinitionRow.ts
|
|
5
|
-
src/formula/FormulaRow.ts
|
|
6
|
-
src/formula/Formulas.ts
|
|
7
|
-
src/formula/statistical/amount/Formula_AmountByMedian.ts
|
|
8
|
-
src/formula/statistical/amount/Formula_AmountByMax.ts
|
|
9
|
-
src/formula/statistical/amount/Formula_AmountByLast.ts
|
|
10
|
-
src/formula/statistical/amount/Formula_AmountByAverage.ts
|
|
11
|
-
src/formula/statistical/amount/Formula_AmountByMin.ts
|
|
12
|
-
src/formula/statistical/percent/Formula_PercentageByMin.ts
|
|
13
|
-
src/formula/statistical/percent/Formula_PercentageByMedian.ts
|
|
14
|
-
src/formula/statistical/percent/Formula_PercentageByMax.ts
|
|
15
|
-
src/formula/statistical/percent/Formula_PercentageByLast.ts
|
|
16
|
-
src/formula/statistical/percent/Formula_PercentageByAverage.ts
|
|
17
|
-
src/formula/statistical/z_score/Formula_GrubbsTest.ts
|
|
18
|
-
src/formula/statistical/z_score/Formula_ModifiedZScore.ts
|
|
19
|
-
src/formula/statistical/z_score/Formula_ZScore.ts
|
|
20
|
-
src/formula/statistical/Formula_InterquartileRange.ts
|
|
21
|
-
src/formula/trend/Formula_TrendDeviation.ts
|
|
22
|
-
src/formula/trend/Formula_RegressionResidual.ts
|
|
1
|
+
src/formula/BaseFormula.ts
|
|
2
|
+
src/formula/CalculationResult.ts
|
|
3
|
+
src/formula/ChangeType.ts
|
|
4
|
+
src/formula/FormulaDefinitionRow.ts
|
|
5
|
+
src/formula/FormulaRow.ts
|
|
6
|
+
src/formula/Formulas.ts
|
|
7
|
+
src/formula/statistical/amount/Formula_AmountByMedian.ts
|
|
8
|
+
src/formula/statistical/amount/Formula_AmountByMax.ts
|
|
9
|
+
src/formula/statistical/amount/Formula_AmountByLast.ts
|
|
10
|
+
src/formula/statistical/amount/Formula_AmountByAverage.ts
|
|
11
|
+
src/formula/statistical/amount/Formula_AmountByMin.ts
|
|
12
|
+
src/formula/statistical/percent/Formula_PercentageByMin.ts
|
|
13
|
+
src/formula/statistical/percent/Formula_PercentageByMedian.ts
|
|
14
|
+
src/formula/statistical/percent/Formula_PercentageByMax.ts
|
|
15
|
+
src/formula/statistical/percent/Formula_PercentageByLast.ts
|
|
16
|
+
src/formula/statistical/percent/Formula_PercentageByAverage.ts
|
|
17
|
+
src/formula/statistical/z_score/Formula_GrubbsTest.ts
|
|
18
|
+
src/formula/statistical/z_score/Formula_ModifiedZScore.ts
|
|
19
|
+
src/formula/statistical/z_score/Formula_ZScore.ts
|
|
20
|
+
src/formula/statistical/Formula_InterquartileRange.ts
|
|
21
|
+
src/formula/trend/Formula_TrendDeviation.ts
|
|
22
|
+
src/formula/trend/Formula_RegressionResidual.ts
|
|
23
23
|
src/row/LookbackPeriodRow.ts
|
package/dist/index.d.ts
CHANGED
|
@@ -174,6 +174,7 @@ export * from "./row/GCPFullRow";
|
|
|
174
174
|
export * from "./row/GCPInputRow";
|
|
175
175
|
export * from "./row/GCPRow";
|
|
176
176
|
export * from "./row/GCPTagRow";
|
|
177
|
+
export * from "./row/LookbackPeriodRow";
|
|
177
178
|
export * from "./row/RuleCategoryRow";
|
|
178
179
|
export * from "./row/RuleFieldRow";
|
|
179
180
|
export * from "./row/RuleFullRow";
|
package/dist/index.js
CHANGED
|
@@ -190,6 +190,7 @@ __exportStar(require("./row/GCPFullRow"), exports);
|
|
|
190
190
|
__exportStar(require("./row/GCPInputRow"), exports);
|
|
191
191
|
__exportStar(require("./row/GCPRow"), exports);
|
|
192
192
|
__exportStar(require("./row/GCPTagRow"), exports);
|
|
193
|
+
__exportStar(require("./row/LookbackPeriodRow"), exports);
|
|
193
194
|
__exportStar(require("./row/RuleCategoryRow"), exports);
|
|
194
195
|
__exportStar(require("./row/RuleFieldRow"), exports);
|
|
195
196
|
__exportStar(require("./row/RuleFullRow"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "namirasoft-bill-watch",
|
|
3
|
-
"title": "Namirasoft Bill Watch NPM Package",
|
|
4
|
-
"description": "Namira Software Corporation Bill Watch NPM Package",
|
|
5
|
-
"icon": "logo.png",
|
|
6
|
-
"logo": "https://static.namirasoft.com/image/namirasoft/bill-watch/logo/base.png",
|
|
7
|
-
"language": "ts",
|
|
8
|
-
"framework": "npm",
|
|
9
|
-
"application": "package",
|
|
10
|
-
"private": false,
|
|
11
|
-
"version": "1.4.
|
|
12
|
-
"author": "Amir Abolhasani",
|
|
13
|
-
"license": "MIT",
|
|
14
|
-
"main": "./dist/index.js",
|
|
15
|
-
"types": "./dist/index.d.ts",
|
|
16
|
-
"scripts": {
|
|
17
|
-
"build": ""
|
|
18
|
-
},
|
|
19
|
-
"dependencies": {
|
|
20
|
-
"namirasoft-core": "^1.4.70",
|
|
21
|
-
"namirasoft-site": "^1.4.36",
|
|
22
|
-
"namirasoft-node-cli": "^1.4.7",
|
|
23
|
-
"namirasoft-account": "^1.4.71"
|
|
24
|
-
},
|
|
25
|
-
"bin": {
|
|
26
|
-
"ns-bill-watch": "./dist/command/cli.js"
|
|
27
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "namirasoft-bill-watch",
|
|
3
|
+
"title": "Namirasoft Bill Watch NPM Package",
|
|
4
|
+
"description": "Namira Software Corporation Bill Watch NPM Package",
|
|
5
|
+
"icon": "logo.png",
|
|
6
|
+
"logo": "https://static.namirasoft.com/image/namirasoft/bill-watch/logo/base.png",
|
|
7
|
+
"language": "ts",
|
|
8
|
+
"framework": "npm",
|
|
9
|
+
"application": "package",
|
|
10
|
+
"private": false,
|
|
11
|
+
"version": "1.4.23",
|
|
12
|
+
"author": "Amir Abolhasani",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"main": "./dist/index.js",
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"scripts": {
|
|
17
|
+
"build": ""
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"namirasoft-core": "^1.4.70",
|
|
21
|
+
"namirasoft-site": "^1.4.36",
|
|
22
|
+
"namirasoft-node-cli": "^1.4.7",
|
|
23
|
+
"namirasoft-account": "^1.4.71"
|
|
24
|
+
},
|
|
25
|
+
"bin": {
|
|
26
|
+
"ns-bill-watch": "./dist/command/cli.js"
|
|
27
|
+
}
|
|
28
28
|
}
|
|
@@ -1,84 +1,84 @@
|
|
|
1
|
-
/****************************************************************/
|
|
2
|
-
/* */
|
|
3
|
-
/* This is an Auto-Generated File */
|
|
4
|
-
/* Made By */
|
|
5
|
-
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
-
/* */
|
|
7
|
-
/****************************************************************/
|
|
8
|
-
/****************************************************************/
|
|
9
|
-
/* */
|
|
10
|
-
/* Please do not make any change to this file */
|
|
11
|
-
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
-
/* */
|
|
13
|
-
/****************************************************************/
|
|
14
|
-
/****************************************************************/
|
|
15
|
-
/* */
|
|
16
|
-
/* Namira Software Corporation */
|
|
17
|
-
/* https://namirasoft.com */
|
|
18
|
-
/* */
|
|
19
|
-
/****************************************************************/
|
|
20
|
-
|
|
21
|
-
import { NSABaseServer } from "namirasoft-account";
|
|
22
|
-
import { NamirasoftBillWatchServerAWS } from "./NamirasoftBillWatchServerAWS";
|
|
23
|
-
import { NamirasoftBillWatchServerAWSCategory } from "./NamirasoftBillWatchServerAWSCategory";
|
|
24
|
-
import { NamirasoftBillWatchServerAWSField } from "./NamirasoftBillWatchServerAWSField";
|
|
25
|
-
import { NamirasoftBillWatchServerAWSTag } from "./NamirasoftBillWatchServerAWSTag";
|
|
26
|
-
import { NamirasoftBillWatchServerAzure } from "./NamirasoftBillWatchServerAzure";
|
|
27
|
-
import { NamirasoftBillWatchServerAzureCategory } from "./NamirasoftBillWatchServerAzureCategory";
|
|
28
|
-
import { NamirasoftBillWatchServerAzureField } from "./NamirasoftBillWatchServerAzureField";
|
|
29
|
-
import { NamirasoftBillWatchServerAzureTag } from "./NamirasoftBillWatchServerAzureTag";
|
|
30
|
-
import { NamirasoftBillWatchServerGCP } from "./NamirasoftBillWatchServerGCP";
|
|
31
|
-
import { NamirasoftBillWatchServerGCPCategory } from "./NamirasoftBillWatchServerGCPCategory";
|
|
32
|
-
import { NamirasoftBillWatchServerGCPField } from "./NamirasoftBillWatchServerGCPField";
|
|
33
|
-
import { NamirasoftBillWatchServerGCPTag } from "./NamirasoftBillWatchServerGCPTag";
|
|
34
|
-
import { NamirasoftBillWatchServerHealthz } from "./NamirasoftBillWatchServerHealthz";
|
|
35
|
-
import { NamirasoftBillWatchServerRule } from "./NamirasoftBillWatchServerRule";
|
|
36
|
-
import { NamirasoftBillWatchServerRuleCategory } from "./NamirasoftBillWatchServerRuleCategory";
|
|
37
|
-
import { NamirasoftBillWatchServerRuleField } from "./NamirasoftBillWatchServerRuleField";
|
|
38
|
-
import { NamirasoftBillWatchServerRuleTag } from "./NamirasoftBillWatchServerRuleTag";
|
|
39
|
-
import { NamirasoftBillWatchServerValue } from "./NamirasoftBillWatchServerValue";
|
|
40
|
-
import { TokenManager } from "namirasoft-account";
|
|
41
|
-
|
|
42
|
-
export class NamirasoftBillWatchServer extends NSABaseServer
|
|
43
|
-
{
|
|
44
|
-
healthz: NamirasoftBillWatchServerHealthz;
|
|
45
|
-
value: NamirasoftBillWatchServerValue;
|
|
46
|
-
a_w_s_category: NamirasoftBillWatchServerAWSCategory;
|
|
47
|
-
a_w_s_field: NamirasoftBillWatchServerAWSField;
|
|
48
|
-
a_w_s_tag: NamirasoftBillWatchServerAWSTag;
|
|
49
|
-
aws: NamirasoftBillWatchServerAWS;
|
|
50
|
-
azure_category: NamirasoftBillWatchServerAzureCategory;
|
|
51
|
-
azure_field: NamirasoftBillWatchServerAzureField;
|
|
52
|
-
azure_tag: NamirasoftBillWatchServerAzureTag;
|
|
53
|
-
azure: NamirasoftBillWatchServerAzure;
|
|
54
|
-
g_c_p_category: NamirasoftBillWatchServerGCPCategory;
|
|
55
|
-
g_c_p_field: NamirasoftBillWatchServerGCPField;
|
|
56
|
-
g_c_p_tag: NamirasoftBillWatchServerGCPTag;
|
|
57
|
-
gcp: NamirasoftBillWatchServerGCP;
|
|
58
|
-
rule_category: NamirasoftBillWatchServerRuleCategory;
|
|
59
|
-
rule_field: NamirasoftBillWatchServerRuleField;
|
|
60
|
-
rule_tag: NamirasoftBillWatchServerRuleTag;
|
|
61
|
-
rule: NamirasoftBillWatchServerRule;
|
|
62
|
-
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
63
|
-
{
|
|
64
|
-
super(base_url, `1.4.12`, manager, onError);
|
|
65
|
-
this.healthz = new NamirasoftBillWatchServerHealthz(this);
|
|
66
|
-
this.value = new NamirasoftBillWatchServerValue(this);
|
|
67
|
-
this.a_w_s_category = new NamirasoftBillWatchServerAWSCategory(this);
|
|
68
|
-
this.a_w_s_field = new NamirasoftBillWatchServerAWSField(this);
|
|
69
|
-
this.a_w_s_tag = new NamirasoftBillWatchServerAWSTag(this);
|
|
70
|
-
this.aws = new NamirasoftBillWatchServerAWS(this);
|
|
71
|
-
this.azure_category = new NamirasoftBillWatchServerAzureCategory(this);
|
|
72
|
-
this.azure_field = new NamirasoftBillWatchServerAzureField(this);
|
|
73
|
-
this.azure_tag = new NamirasoftBillWatchServerAzureTag(this);
|
|
74
|
-
this.azure = new NamirasoftBillWatchServerAzure(this);
|
|
75
|
-
this.g_c_p_category = new NamirasoftBillWatchServerGCPCategory(this);
|
|
76
|
-
this.g_c_p_field = new NamirasoftBillWatchServerGCPField(this);
|
|
77
|
-
this.g_c_p_tag = new NamirasoftBillWatchServerGCPTag(this);
|
|
78
|
-
this.gcp = new NamirasoftBillWatchServerGCP(this);
|
|
79
|
-
this.rule_category = new NamirasoftBillWatchServerRuleCategory(this);
|
|
80
|
-
this.rule_field = new NamirasoftBillWatchServerRuleField(this);
|
|
81
|
-
this.rule_tag = new NamirasoftBillWatchServerRuleTag(this);
|
|
82
|
-
this.rule = new NamirasoftBillWatchServerRule(this);
|
|
83
|
-
}
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { NSABaseServer } from "namirasoft-account";
|
|
22
|
+
import { NamirasoftBillWatchServerAWS } from "./NamirasoftBillWatchServerAWS";
|
|
23
|
+
import { NamirasoftBillWatchServerAWSCategory } from "./NamirasoftBillWatchServerAWSCategory";
|
|
24
|
+
import { NamirasoftBillWatchServerAWSField } from "./NamirasoftBillWatchServerAWSField";
|
|
25
|
+
import { NamirasoftBillWatchServerAWSTag } from "./NamirasoftBillWatchServerAWSTag";
|
|
26
|
+
import { NamirasoftBillWatchServerAzure } from "./NamirasoftBillWatchServerAzure";
|
|
27
|
+
import { NamirasoftBillWatchServerAzureCategory } from "./NamirasoftBillWatchServerAzureCategory";
|
|
28
|
+
import { NamirasoftBillWatchServerAzureField } from "./NamirasoftBillWatchServerAzureField";
|
|
29
|
+
import { NamirasoftBillWatchServerAzureTag } from "./NamirasoftBillWatchServerAzureTag";
|
|
30
|
+
import { NamirasoftBillWatchServerGCP } from "./NamirasoftBillWatchServerGCP";
|
|
31
|
+
import { NamirasoftBillWatchServerGCPCategory } from "./NamirasoftBillWatchServerGCPCategory";
|
|
32
|
+
import { NamirasoftBillWatchServerGCPField } from "./NamirasoftBillWatchServerGCPField";
|
|
33
|
+
import { NamirasoftBillWatchServerGCPTag } from "./NamirasoftBillWatchServerGCPTag";
|
|
34
|
+
import { NamirasoftBillWatchServerHealthz } from "./NamirasoftBillWatchServerHealthz";
|
|
35
|
+
import { NamirasoftBillWatchServerRule } from "./NamirasoftBillWatchServerRule";
|
|
36
|
+
import { NamirasoftBillWatchServerRuleCategory } from "./NamirasoftBillWatchServerRuleCategory";
|
|
37
|
+
import { NamirasoftBillWatchServerRuleField } from "./NamirasoftBillWatchServerRuleField";
|
|
38
|
+
import { NamirasoftBillWatchServerRuleTag } from "./NamirasoftBillWatchServerRuleTag";
|
|
39
|
+
import { NamirasoftBillWatchServerValue } from "./NamirasoftBillWatchServerValue";
|
|
40
|
+
import { TokenManager } from "namirasoft-account";
|
|
41
|
+
|
|
42
|
+
export class NamirasoftBillWatchServer extends NSABaseServer
|
|
43
|
+
{
|
|
44
|
+
healthz: NamirasoftBillWatchServerHealthz;
|
|
45
|
+
value: NamirasoftBillWatchServerValue;
|
|
46
|
+
a_w_s_category: NamirasoftBillWatchServerAWSCategory;
|
|
47
|
+
a_w_s_field: NamirasoftBillWatchServerAWSField;
|
|
48
|
+
a_w_s_tag: NamirasoftBillWatchServerAWSTag;
|
|
49
|
+
aws: NamirasoftBillWatchServerAWS;
|
|
50
|
+
azure_category: NamirasoftBillWatchServerAzureCategory;
|
|
51
|
+
azure_field: NamirasoftBillWatchServerAzureField;
|
|
52
|
+
azure_tag: NamirasoftBillWatchServerAzureTag;
|
|
53
|
+
azure: NamirasoftBillWatchServerAzure;
|
|
54
|
+
g_c_p_category: NamirasoftBillWatchServerGCPCategory;
|
|
55
|
+
g_c_p_field: NamirasoftBillWatchServerGCPField;
|
|
56
|
+
g_c_p_tag: NamirasoftBillWatchServerGCPTag;
|
|
57
|
+
gcp: NamirasoftBillWatchServerGCP;
|
|
58
|
+
rule_category: NamirasoftBillWatchServerRuleCategory;
|
|
59
|
+
rule_field: NamirasoftBillWatchServerRuleField;
|
|
60
|
+
rule_tag: NamirasoftBillWatchServerRuleTag;
|
|
61
|
+
rule: NamirasoftBillWatchServerRule;
|
|
62
|
+
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
63
|
+
{
|
|
64
|
+
super(base_url, `1.4.12`, manager, onError);
|
|
65
|
+
this.healthz = new NamirasoftBillWatchServerHealthz(this);
|
|
66
|
+
this.value = new NamirasoftBillWatchServerValue(this);
|
|
67
|
+
this.a_w_s_category = new NamirasoftBillWatchServerAWSCategory(this);
|
|
68
|
+
this.a_w_s_field = new NamirasoftBillWatchServerAWSField(this);
|
|
69
|
+
this.a_w_s_tag = new NamirasoftBillWatchServerAWSTag(this);
|
|
70
|
+
this.aws = new NamirasoftBillWatchServerAWS(this);
|
|
71
|
+
this.azure_category = new NamirasoftBillWatchServerAzureCategory(this);
|
|
72
|
+
this.azure_field = new NamirasoftBillWatchServerAzureField(this);
|
|
73
|
+
this.azure_tag = new NamirasoftBillWatchServerAzureTag(this);
|
|
74
|
+
this.azure = new NamirasoftBillWatchServerAzure(this);
|
|
75
|
+
this.g_c_p_category = new NamirasoftBillWatchServerGCPCategory(this);
|
|
76
|
+
this.g_c_p_field = new NamirasoftBillWatchServerGCPField(this);
|
|
77
|
+
this.g_c_p_tag = new NamirasoftBillWatchServerGCPTag(this);
|
|
78
|
+
this.gcp = new NamirasoftBillWatchServerGCP(this);
|
|
79
|
+
this.rule_category = new NamirasoftBillWatchServerRuleCategory(this);
|
|
80
|
+
this.rule_field = new NamirasoftBillWatchServerRuleField(this);
|
|
81
|
+
this.rule_tag = new NamirasoftBillWatchServerRuleTag(this);
|
|
82
|
+
this.rule = new NamirasoftBillWatchServerRule(this);
|
|
83
|
+
}
|
|
84
84
|
};
|
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
/****************************************************************/
|
|
2
|
-
/* */
|
|
3
|
-
/* This is an Auto-Generated File */
|
|
4
|
-
/* Made By */
|
|
5
|
-
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
-
/* */
|
|
7
|
-
/****************************************************************/
|
|
8
|
-
/****************************************************************/
|
|
9
|
-
/* */
|
|
10
|
-
/* Please do not make any change to this file */
|
|
11
|
-
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
-
/* */
|
|
13
|
-
/****************************************************************/
|
|
14
|
-
/****************************************************************/
|
|
15
|
-
/* */
|
|
16
|
-
/* Namira Software Corporation */
|
|
17
|
-
/* https://namirasoft.com */
|
|
18
|
-
/* */
|
|
19
|
-
/****************************************************************/
|
|
20
|
-
|
|
21
|
-
import { AWSFullRow } from "./row/AWSFullRow";
|
|
22
|
-
import { AWSInputRow } from "./row/AWSInputRow";
|
|
23
|
-
import { AWSRow } from "./row/AWSRow";
|
|
24
|
-
import { FilterItem } from "namirasoft-core";
|
|
25
|
-
import { NamirasoftBillWatchServer } from "./NamirasoftBillWatchServer";
|
|
26
|
-
import { NamirasoftBillWatchServerBase } from "./NamirasoftBillWatchServerBase";
|
|
27
|
-
import { SortItem } from "namirasoft-core";
|
|
28
|
-
|
|
29
|
-
export class NamirasoftBillWatchServerAWS extends NamirasoftBillWatchServerBase
|
|
30
|
-
{
|
|
31
|
-
constructor(server: NamirasoftBillWatchServer)
|
|
32
|
-
{
|
|
33
|
-
super(server);
|
|
34
|
-
this.List = this.List.bind(this);
|
|
35
|
-
this.Get = this.Get.bind(this);
|
|
36
|
-
this.Create = this.Create.bind(this);
|
|
37
|
-
this.Update = this.Update.bind(this);
|
|
38
|
-
this.Delete = this.Delete.bind(this);
|
|
39
|
-
}
|
|
40
|
-
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]): Promise<{ rows: AWSRow[], count: number }>
|
|
41
|
-
{
|
|
42
|
-
let filters_string_value: string = FilterItem.stringify(filters);
|
|
43
|
-
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
44
|
-
let path = `/aws/list`;
|
|
45
|
-
let { data } = await this.server._get<{ rows: AWSRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value });
|
|
46
|
-
return data;
|
|
47
|
-
}
|
|
48
|
-
async Get(id: string): Promise<AWSFullRow>
|
|
49
|
-
{
|
|
50
|
-
let path = `/aws/${id}`;
|
|
51
|
-
let { data } = await this.server._get<AWSFullRow>(path, {});
|
|
52
|
-
return data;
|
|
53
|
-
}
|
|
54
|
-
async Create(body: AWSInputRow): Promise<AWSRow>
|
|
55
|
-
{
|
|
56
|
-
let path = `/aws`;
|
|
57
|
-
let { data } = await this.server._post<AWSRow>(path, {}, body);
|
|
58
|
-
return data;
|
|
59
|
-
}
|
|
60
|
-
async Update(id: string, body: AWSInputRow): Promise<AWSRow>
|
|
61
|
-
{
|
|
62
|
-
let path = `/aws/${id}`;
|
|
63
|
-
let { data } = await this.server._put<AWSRow>(path, {}, body);
|
|
64
|
-
return data;
|
|
65
|
-
}
|
|
66
|
-
async Delete(id: string): Promise<void>
|
|
67
|
-
{
|
|
68
|
-
let path = `/aws/${id}`;
|
|
69
|
-
await this.server._delete<void>(path, {});
|
|
70
|
-
}
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { AWSFullRow } from "./row/AWSFullRow";
|
|
22
|
+
import { AWSInputRow } from "./row/AWSInputRow";
|
|
23
|
+
import { AWSRow } from "./row/AWSRow";
|
|
24
|
+
import { FilterItem } from "namirasoft-core";
|
|
25
|
+
import { NamirasoftBillWatchServer } from "./NamirasoftBillWatchServer";
|
|
26
|
+
import { NamirasoftBillWatchServerBase } from "./NamirasoftBillWatchServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftBillWatchServerAWS extends NamirasoftBillWatchServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftBillWatchServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Update = this.Update.bind(this);
|
|
38
|
+
this.Delete = this.Delete.bind(this);
|
|
39
|
+
}
|
|
40
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]): Promise<{ rows: AWSRow[], count: number }>
|
|
41
|
+
{
|
|
42
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
43
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
44
|
+
let path = `/aws/list`;
|
|
45
|
+
let { data } = await this.server._get<{ rows: AWSRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value });
|
|
46
|
+
return data;
|
|
47
|
+
}
|
|
48
|
+
async Get(id: string): Promise<AWSFullRow>
|
|
49
|
+
{
|
|
50
|
+
let path = `/aws/${id}`;
|
|
51
|
+
let { data } = await this.server._get<AWSFullRow>(path, {});
|
|
52
|
+
return data;
|
|
53
|
+
}
|
|
54
|
+
async Create(body: AWSInputRow): Promise<AWSRow>
|
|
55
|
+
{
|
|
56
|
+
let path = `/aws`;
|
|
57
|
+
let { data } = await this.server._post<AWSRow>(path, {}, body);
|
|
58
|
+
return data;
|
|
59
|
+
}
|
|
60
|
+
async Update(id: string, body: AWSInputRow): Promise<AWSRow>
|
|
61
|
+
{
|
|
62
|
+
let path = `/aws/${id}`;
|
|
63
|
+
let { data } = await this.server._put<AWSRow>(path, {}, body);
|
|
64
|
+
return data;
|
|
65
|
+
}
|
|
66
|
+
async Delete(id: string): Promise<void>
|
|
67
|
+
{
|
|
68
|
+
let path = `/aws/${id}`;
|
|
69
|
+
await this.server._delete<void>(path, {});
|
|
70
|
+
}
|
|
71
71
|
};
|
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
/****************************************************************/
|
|
2
|
-
/* */
|
|
3
|
-
/* This is an Auto-Generated File */
|
|
4
|
-
/* Made By */
|
|
5
|
-
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
-
/* */
|
|
7
|
-
/****************************************************************/
|
|
8
|
-
/****************************************************************/
|
|
9
|
-
/* */
|
|
10
|
-
/* Please do not make any change to this file */
|
|
11
|
-
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
-
/* */
|
|
13
|
-
/****************************************************************/
|
|
14
|
-
/****************************************************************/
|
|
15
|
-
/* */
|
|
16
|
-
/* Namira Software Corporation */
|
|
17
|
-
/* https://namirasoft.com */
|
|
18
|
-
/* */
|
|
19
|
-
/****************************************************************/
|
|
20
|
-
|
|
21
|
-
import { AWSCategoryRow } from "./row/AWSCategoryRow";
|
|
22
|
-
import { EntityCategoryInputRow } from "./row/EntityCategoryInputRow";
|
|
23
|
-
import { FilterItem } from "namirasoft-core";
|
|
24
|
-
import { NamirasoftBillWatchServer } from "./NamirasoftBillWatchServer";
|
|
25
|
-
import { NamirasoftBillWatchServerBase } from "./NamirasoftBillWatchServerBase";
|
|
26
|
-
import { SortItem } from "namirasoft-core";
|
|
27
|
-
|
|
28
|
-
export class NamirasoftBillWatchServerAWSCategory extends NamirasoftBillWatchServerBase
|
|
29
|
-
{
|
|
30
|
-
constructor(server: NamirasoftBillWatchServer)
|
|
31
|
-
{
|
|
32
|
-
super(server);
|
|
33
|
-
this.List = this.List.bind(this);
|
|
34
|
-
this.Get = this.Get.bind(this);
|
|
35
|
-
this.Create = this.Create.bind(this);
|
|
36
|
-
this.Delete = this.Delete.bind(this);
|
|
37
|
-
}
|
|
38
|
-
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]): Promise<{ rows: AWSCategoryRow[], count: number }>
|
|
39
|
-
{
|
|
40
|
-
let filters_string_value: string = FilterItem.stringify(filters);
|
|
41
|
-
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
42
|
-
let path = `aws/category/list`;
|
|
43
|
-
let { data } = await this.server._get<{ rows: AWSCategoryRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value });
|
|
44
|
-
return data;
|
|
45
|
-
}
|
|
46
|
-
async Get(id: string): Promise<AWSCategoryRow>
|
|
47
|
-
{
|
|
48
|
-
let path = `aws/category/${id}`;
|
|
49
|
-
let { data } = await this.server._get<AWSCategoryRow>(path, {});
|
|
50
|
-
return data;
|
|
51
|
-
}
|
|
52
|
-
async Create(entity_id: string, body: EntityCategoryInputRow): Promise<AWSCategoryRow>
|
|
53
|
-
{
|
|
54
|
-
let path = `aws/category/${entity_id}`;
|
|
55
|
-
let { data } = await this.server._post<AWSCategoryRow>(path, {}, body);
|
|
56
|
-
return data;
|
|
57
|
-
}
|
|
58
|
-
async Delete(entity_id: string, id: number): Promise<void>
|
|
59
|
-
{
|
|
60
|
-
let path = `aws/category/${entity_id}/${id}`;
|
|
61
|
-
await this.server._delete<void>(path, {});
|
|
62
|
-
}
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { AWSCategoryRow } from "./row/AWSCategoryRow";
|
|
22
|
+
import { EntityCategoryInputRow } from "./row/EntityCategoryInputRow";
|
|
23
|
+
import { FilterItem } from "namirasoft-core";
|
|
24
|
+
import { NamirasoftBillWatchServer } from "./NamirasoftBillWatchServer";
|
|
25
|
+
import { NamirasoftBillWatchServerBase } from "./NamirasoftBillWatchServerBase";
|
|
26
|
+
import { SortItem } from "namirasoft-core";
|
|
27
|
+
|
|
28
|
+
export class NamirasoftBillWatchServerAWSCategory extends NamirasoftBillWatchServerBase
|
|
29
|
+
{
|
|
30
|
+
constructor(server: NamirasoftBillWatchServer)
|
|
31
|
+
{
|
|
32
|
+
super(server);
|
|
33
|
+
this.List = this.List.bind(this);
|
|
34
|
+
this.Get = this.Get.bind(this);
|
|
35
|
+
this.Create = this.Create.bind(this);
|
|
36
|
+
this.Delete = this.Delete.bind(this);
|
|
37
|
+
}
|
|
38
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]): Promise<{ rows: AWSCategoryRow[], count: number }>
|
|
39
|
+
{
|
|
40
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
41
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
42
|
+
let path = `aws/category/list`;
|
|
43
|
+
let { data } = await this.server._get<{ rows: AWSCategoryRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value });
|
|
44
|
+
return data;
|
|
45
|
+
}
|
|
46
|
+
async Get(id: string): Promise<AWSCategoryRow>
|
|
47
|
+
{
|
|
48
|
+
let path = `aws/category/${id}`;
|
|
49
|
+
let { data } = await this.server._get<AWSCategoryRow>(path, {});
|
|
50
|
+
return data;
|
|
51
|
+
}
|
|
52
|
+
async Create(entity_id: string, body: EntityCategoryInputRow): Promise<AWSCategoryRow>
|
|
53
|
+
{
|
|
54
|
+
let path = `aws/category/${entity_id}`;
|
|
55
|
+
let { data } = await this.server._post<AWSCategoryRow>(path, {}, body);
|
|
56
|
+
return data;
|
|
57
|
+
}
|
|
58
|
+
async Delete(entity_id: string, id: number): Promise<void>
|
|
59
|
+
{
|
|
60
|
+
let path = `aws/category/${entity_id}/${id}`;
|
|
61
|
+
await this.server._delete<void>(path, {});
|
|
62
|
+
}
|
|
63
63
|
};
|