namirasoft-credential 1.4.0
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/dist/NamirasoftCredentialServer.d.ts +17 -0
- package/dist/NamirasoftCredentialServer.js +24 -0
- package/dist/NamirasoftCredentialServer.js.map +1 -0
- package/dist/NamirasoftCredentialServerAWS.d.ts +18 -0
- package/dist/NamirasoftCredentialServerAWS.js +64 -0
- package/dist/NamirasoftCredentialServerAWS.js.map +1 -0
- package/dist/NamirasoftCredentialServerAWSCategory.d.ts +16 -0
- package/dist/NamirasoftCredentialServerAWSCategory.js +56 -0
- package/dist/NamirasoftCredentialServerAWSCategory.js.map +1 -0
- package/dist/NamirasoftCredentialServerAWSField.d.ts +17 -0
- package/dist/NamirasoftCredentialServerAWSField.js +64 -0
- package/dist/NamirasoftCredentialServerAWSField.js.map +1 -0
- package/dist/NamirasoftCredentialServerAWSTag.d.ts +17 -0
- package/dist/NamirasoftCredentialServerAWSTag.js +64 -0
- package/dist/NamirasoftCredentialServerAWSTag.js.map +1 -0
- package/dist/NamirasoftCredentialServerBase.d.ts +5 -0
- package/dist/NamirasoftCredentialServerBase.js +11 -0
- package/dist/NamirasoftCredentialServerBase.js.map +1 -0
- package/dist/NamirasoftCredentialServerHealthz.d.ts +6 -0
- package/dist/NamirasoftCredentialServerHealthz.js +28 -0
- package/dist/NamirasoftCredentialServerHealthz.js.map +1 -0
- package/dist/NamirasoftCredentialServerValue.d.ts +6 -0
- package/dist/NamirasoftCredentialServerValue.js +29 -0
- package/dist/NamirasoftCredentialServerValue.js.map +1 -0
- package/dist/command/AWSCategoryCommand.d.ts +4 -0
- package/dist/command/AWSCategoryCommand.js +21 -0
- package/dist/command/AWSCategoryCommand.js.map +1 -0
- package/dist/command/AWSCategoryCreateCommand.d.ts +5 -0
- package/dist/command/AWSCategoryCreateCommand.js +49 -0
- package/dist/command/AWSCategoryCreateCommand.js.map +1 -0
- package/dist/command/AWSCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/AWSCategoryDeleteCommand.js +38 -0
- package/dist/command/AWSCategoryDeleteCommand.js.map +1 -0
- package/dist/command/AWSCategoryGetCommand.d.ts +5 -0
- package/dist/command/AWSCategoryGetCommand.js +38 -0
- package/dist/command/AWSCategoryGetCommand.js.map +1 -0
- package/dist/command/AWSCategoryListCommand.d.ts +5 -0
- package/dist/command/AWSCategoryListCommand.js +38 -0
- package/dist/command/AWSCategoryListCommand.js.map +1 -0
- package/dist/command/AWSCommand.d.ts +4 -0
- package/dist/command/AWSCommand.js +23 -0
- package/dist/command/AWSCommand.js.map +1 -0
- package/dist/command/AWSCreateCommand.d.ts +5 -0
- package/dist/command/AWSCreateCommand.js +112 -0
- package/dist/command/AWSCreateCommand.js.map +1 -0
- package/dist/command/AWSDeleteCommand.d.ts +5 -0
- package/dist/command/AWSDeleteCommand.js +38 -0
- package/dist/command/AWSDeleteCommand.js.map +1 -0
- package/dist/command/AWSFieldCommand.d.ts +4 -0
- package/dist/command/AWSFieldCommand.js +23 -0
- package/dist/command/AWSFieldCommand.js.map +1 -0
- package/dist/command/AWSFieldCreateCommand.d.ts +5 -0
- package/dist/command/AWSFieldCreateCommand.js +58 -0
- package/dist/command/AWSFieldCreateCommand.js.map +1 -0
- package/dist/command/AWSFieldDeleteCommand.d.ts +5 -0
- package/dist/command/AWSFieldDeleteCommand.js +38 -0
- package/dist/command/AWSFieldDeleteCommand.js.map +1 -0
- package/dist/command/AWSFieldGetCommand.d.ts +5 -0
- package/dist/command/AWSFieldGetCommand.js +38 -0
- package/dist/command/AWSFieldGetCommand.js.map +1 -0
- package/dist/command/AWSFieldListCommand.d.ts +5 -0
- package/dist/command/AWSFieldListCommand.js +38 -0
- package/dist/command/AWSFieldListCommand.js.map +1 -0
- package/dist/command/AWSFieldUpdateCommand.d.ts +5 -0
- package/dist/command/AWSFieldUpdateCommand.js +58 -0
- package/dist/command/AWSFieldUpdateCommand.js.map +1 -0
- package/dist/command/AWSGetCommand.d.ts +5 -0
- package/dist/command/AWSGetCommand.js +38 -0
- package/dist/command/AWSGetCommand.js.map +1 -0
- package/dist/command/AWSListCommand.d.ts +5 -0
- package/dist/command/AWSListCommand.js +38 -0
- package/dist/command/AWSListCommand.js.map +1 -0
- package/dist/command/AWSTagCommand.d.ts +4 -0
- package/dist/command/AWSTagCommand.js +23 -0
- package/dist/command/AWSTagCommand.js.map +1 -0
- package/dist/command/AWSTagCreateCommand.d.ts +5 -0
- package/dist/command/AWSTagCreateCommand.js +58 -0
- package/dist/command/AWSTagCreateCommand.js.map +1 -0
- package/dist/command/AWSTagDeleteCommand.d.ts +5 -0
- package/dist/command/AWSTagDeleteCommand.js +38 -0
- package/dist/command/AWSTagDeleteCommand.js.map +1 -0
- package/dist/command/AWSTagGetCommand.d.ts +5 -0
- package/dist/command/AWSTagGetCommand.js +38 -0
- package/dist/command/AWSTagGetCommand.js.map +1 -0
- package/dist/command/AWSTagListCommand.d.ts +5 -0
- package/dist/command/AWSTagListCommand.js +38 -0
- package/dist/command/AWSTagListCommand.js.map +1 -0
- package/dist/command/AWSTagUpdateCommand.d.ts +5 -0
- package/dist/command/AWSTagUpdateCommand.js +58 -0
- package/dist/command/AWSTagUpdateCommand.js.map +1 -0
- package/dist/command/AWSUpdateCommand.d.ts +5 -0
- package/dist/command/AWSUpdateCommand.js +112 -0
- package/dist/command/AWSUpdateCommand.js.map +1 -0
- package/dist/command/HealthzCommand.d.ts +4 -0
- package/dist/command/HealthzCommand.js +15 -0
- package/dist/command/HealthzCommand.js.map +1 -0
- package/dist/command/HealthzGetCommand.d.ts +5 -0
- package/dist/command/HealthzGetCommand.js +38 -0
- package/dist/command/HealthzGetCommand.js.map +1 -0
- package/dist/command/ValueCommand.d.ts +4 -0
- package/dist/command/ValueCommand.js +15 -0
- package/dist/command/ValueCommand.js.map +1 -0
- package/dist/command/ValueListCommand.d.ts +5 -0
- package/dist/command/ValueListCommand.js +38 -0
- package/dist/command/ValueListCommand.js.map +1 -0
- package/dist/command/cli.d.ts +2 -0
- package/dist/command/cli.js +24 -0
- package/dist/command/cli.js.map +1 -0
- package/dist/index.d.ts +49 -0
- package/dist/index.js +66 -0
- package/dist/index.js.map +1 -0
- package/dist/meta/AWSCategoryMetaTable.d.ts +15 -0
- package/dist/meta/AWSCategoryMetaTable.js +38 -0
- package/dist/meta/AWSCategoryMetaTable.js.map +1 -0
- package/dist/meta/AWSFieldMetaTable.d.ts +16 -0
- package/dist/meta/AWSFieldMetaTable.js +39 -0
- package/dist/meta/AWSFieldMetaTable.js.map +1 -0
- package/dist/meta/AWSMetaTable.d.ts +18 -0
- package/dist/meta/AWSMetaTable.js +41 -0
- package/dist/meta/AWSMetaTable.js.map +1 -0
- package/dist/meta/AWSTagMetaTable.d.ts +16 -0
- package/dist/meta/AWSTagMetaTable.js +39 -0
- package/dist/meta/AWSTagMetaTable.js.map +1 -0
- package/dist/meta/NamirasoftCredentialMetaDatabase.d.ts +19 -0
- package/dist/meta/NamirasoftCredentialMetaDatabase.js +33 -0
- package/dist/meta/NamirasoftCredentialMetaDatabase.js.map +1 -0
- package/dist/row/AWSCategoryRow.d.ts +8 -0
- package/dist/row/AWSCategoryRow.js +3 -0
- package/dist/row/AWSCategoryRow.js.map +1 -0
- package/dist/row/AWSFieldRow.d.ts +9 -0
- package/dist/row/AWSFieldRow.js +3 -0
- package/dist/row/AWSFieldRow.js.map +1 -0
- package/dist/row/AWSFullRow.d.ts +17 -0
- package/dist/row/AWSFullRow.js +3 -0
- package/dist/row/AWSFullRow.js.map +1 -0
- package/dist/row/AWSInputRow.d.ts +13 -0
- package/dist/row/AWSInputRow.js +3 -0
- package/dist/row/AWSInputRow.js.map +1 -0
- package/dist/row/AWSRow.d.ts +11 -0
- package/dist/row/AWSRow.js +3 -0
- package/dist/row/AWSRow.js.map +1 -0
- package/dist/row/AWSTagRow.d.ts +9 -0
- package/dist/row/AWSTagRow.js +3 -0
- package/dist/row/AWSTagRow.js.map +1 -0
- package/dist/row/EntityCategoryInputRow.d.ts +3 -0
- package/dist/row/EntityCategoryInputRow.js +3 -0
- package/dist/row/EntityCategoryInputRow.js.map +1 -0
- package/dist/row/EntityFieldInputRow.d.ts +4 -0
- package/dist/row/EntityFieldInputRow.js +3 -0
- package/dist/row/EntityFieldInputRow.js.map +1 -0
- package/dist/row/EntityTagInputRow.d.ts +4 -0
- package/dist/row/EntityTagInputRow.js +3 -0
- package/dist/row/EntityTagInputRow.js.map +1 -0
- package/logo.png +0 -0
- package/package.json +28 -0
- package/src/NamirasoftCredentialServer.ts +48 -0
- package/src/NamirasoftCredentialServerAWS.ts +71 -0
- package/src/NamirasoftCredentialServerAWSCategory.ts +63 -0
- package/src/NamirasoftCredentialServerAWSField.ts +70 -0
- package/src/NamirasoftCredentialServerAWSTag.ts +70 -0
- package/src/NamirasoftCredentialServerBase.ts +30 -0
- package/src/NamirasoftCredentialServerHealthz.ts +36 -0
- package/src/NamirasoftCredentialServerValue.ts +37 -0
- package/src/command/AWSCategoryCommand.ts +38 -0
- package/src/command/AWSCategoryCreateCommand.ts +56 -0
- package/src/command/AWSCategoryDeleteCommand.ts +45 -0
- package/src/command/AWSCategoryGetCommand.ts +45 -0
- package/src/command/AWSCategoryListCommand.ts +45 -0
- package/src/command/AWSCommand.ts +40 -0
- package/src/command/AWSCreateCommand.ts +119 -0
- package/src/command/AWSDeleteCommand.ts +45 -0
- package/src/command/AWSFieldCommand.ts +40 -0
- package/src/command/AWSFieldCreateCommand.ts +65 -0
- package/src/command/AWSFieldDeleteCommand.ts +45 -0
- package/src/command/AWSFieldGetCommand.ts +45 -0
- package/src/command/AWSFieldListCommand.ts +45 -0
- package/src/command/AWSFieldUpdateCommand.ts +65 -0
- package/src/command/AWSGetCommand.ts +45 -0
- package/src/command/AWSListCommand.ts +45 -0
- package/src/command/AWSTagCommand.ts +40 -0
- package/src/command/AWSTagCreateCommand.ts +65 -0
- package/src/command/AWSTagDeleteCommand.ts +45 -0
- package/src/command/AWSTagGetCommand.ts +45 -0
- package/src/command/AWSTagListCommand.ts +45 -0
- package/src/command/AWSTagUpdateCommand.ts +65 -0
- package/src/command/AWSUpdateCommand.ts +119 -0
- package/src/command/HealthzCommand.ts +32 -0
- package/src/command/HealthzGetCommand.ts +45 -0
- package/src/command/ValueCommand.ts +32 -0
- package/src/command/ValueListCommand.ts +45 -0
- package/src/command/cli.ts +43 -0
- package/src/index.ts +69 -0
- package/src/meta/AWSCategoryMetaTable.ts +58 -0
- package/src/meta/AWSFieldMetaTable.ts +60 -0
- package/src/meta/AWSMetaTable.ts +64 -0
- package/src/meta/AWSTagMetaTable.ts +60 -0
- package/src/meta/NamirasoftCredentialMetaDatabase.ts +60 -0
- package/src/row/AWSCategoryRow.ts +29 -0
- package/src/row/AWSFieldRow.ts +30 -0
- package/src/row/AWSFullRow.ts +39 -0
- package/src/row/AWSInputRow.ts +35 -0
- package/src/row/AWSRow.ts +32 -0
- package/src/row/AWSTagRow.ts +30 -0
- package/src/row/EntityCategoryInputRow.ts +24 -0
- package/src/row/EntityFieldInputRow.ts +25 -0
- package/src/row/EntityTagInputRow.ts +25 -0
- package/tsconfig.json +42 -0
|
@@ -0,0 +1,32 @@
|
|
|
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 { BaseNavigatorCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { HealthzGetCommand } from "./HealthzGetCommand";
|
|
23
|
+
|
|
24
|
+
export class HealthzCommand extends BaseNavigatorCommand
|
|
25
|
+
{
|
|
26
|
+
constructor(argv: string[])
|
|
27
|
+
{
|
|
28
|
+
super(argv, {
|
|
29
|
+
"get": HealthzGetCommand,
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemory } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class HealthzGetCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, [], []);
|
|
31
|
+
}
|
|
32
|
+
override async exec()
|
|
33
|
+
{
|
|
34
|
+
let token = this.app.storage.getNSAToken();
|
|
35
|
+
if (token == null)
|
|
36
|
+
throw new Error("Token is not available. Please login first using:\nns-credential account config \nor \nns-credential account login.");
|
|
37
|
+
let storage = new IStorageMemory();
|
|
38
|
+
let manager = new TokenManager(storage, () => { });
|
|
39
|
+
manager.setValue(token, false);
|
|
40
|
+
let url = this.app.storage.getItem("ns-credential-server-url");
|
|
41
|
+
let server = new NamirasoftCredentialServer(url, manager, e => this.app.logger.error(e.message));
|
|
42
|
+
let ans = await server.healthz.Get();
|
|
43
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
44
|
+
}
|
|
45
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { BaseNavigatorCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { ValueListCommand } from "./ValueListCommand";
|
|
23
|
+
|
|
24
|
+
export class ValueCommand extends BaseNavigatorCommand
|
|
25
|
+
{
|
|
26
|
+
constructor(argv: string[])
|
|
27
|
+
{
|
|
28
|
+
super(argv, {
|
|
29
|
+
"list": ValueListCommand,
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemory } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class ValueListCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, ["table", "column", "search", "field_id", "limit"], []);
|
|
31
|
+
}
|
|
32
|
+
override async exec()
|
|
33
|
+
{
|
|
34
|
+
let token = this.app.storage.getNSAToken();
|
|
35
|
+
if (token == null)
|
|
36
|
+
throw new Error("Token is not available. Please login first using:\nns-credential account config \nor \nns-credential account login.");
|
|
37
|
+
let storage = new IStorageMemory();
|
|
38
|
+
let manager = new TokenManager(storage, () => { });
|
|
39
|
+
manager.setValue(token, false);
|
|
40
|
+
let url = this.app.storage.getItem("ns-credential-server-url");
|
|
41
|
+
let server = new NamirasoftCredentialServer(url, manager, e => this.app.logger.error(e.message));
|
|
42
|
+
let ans = await server.value.List(this.arg_values[0], this.arg_values[1], this.arg_values[2], this.arg_values[3], this.arg_values[4]);
|
|
43
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
44
|
+
}
|
|
45
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/****************************************************************/
|
|
3
|
+
/* */
|
|
4
|
+
/* This is an Auto-Generated File */
|
|
5
|
+
/* Made By */
|
|
6
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
7
|
+
/* */
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/****************************************************************/
|
|
10
|
+
/* */
|
|
11
|
+
/* Please do not make any change to this file */
|
|
12
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
13
|
+
/* */
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/****************************************************************/
|
|
16
|
+
/* */
|
|
17
|
+
/* Namira Software Corporation */
|
|
18
|
+
/* https://namirasoft.com */
|
|
19
|
+
/* */
|
|
20
|
+
/****************************************************************/
|
|
21
|
+
|
|
22
|
+
import { AWSCategoryCommand } from "./AWSCategoryCommand";
|
|
23
|
+
import { AWSCommand } from "./AWSCommand";
|
|
24
|
+
import { AWSFieldCommand } from "./AWSFieldCommand";
|
|
25
|
+
import { AWSTagCommand } from "./AWSTagCommand";
|
|
26
|
+
import { AccountCommand } from "namirasoft-account";
|
|
27
|
+
import { Application, BaseStorage } from "namirasoft-node-cli";
|
|
28
|
+
import { ConfigCommand } from "namirasoft-node-cli";
|
|
29
|
+
import { HealthzCommand } from "./HealthzCommand";
|
|
30
|
+
import { ValueCommand } from "./ValueCommand";
|
|
31
|
+
|
|
32
|
+
let app = new Application("ns-credential", new BaseStorage(),
|
|
33
|
+
{
|
|
34
|
+
"healthz": HealthzCommand,
|
|
35
|
+
"value": ValueCommand,
|
|
36
|
+
"awscategory": AWSCategoryCommand,
|
|
37
|
+
"awsfield": AWSFieldCommand,
|
|
38
|
+
"awstag": AWSTagCommand,
|
|
39
|
+
"aws": AWSCommand,
|
|
40
|
+
"account": AccountCommand,
|
|
41
|
+
"config": (argv: string[]) => new ConfigCommand(argv, ["ns-credential-server-url"])
|
|
42
|
+
});
|
|
43
|
+
app.run();
|
package/src/index.ts
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
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
|
+
export * from "./NamirasoftCredentialServer";
|
|
22
|
+
export * from "./NamirasoftCredentialServerAWS";
|
|
23
|
+
export * from "./NamirasoftCredentialServerAWSCategory";
|
|
24
|
+
export * from "./NamirasoftCredentialServerAWSField";
|
|
25
|
+
export * from "./NamirasoftCredentialServerAWSTag";
|
|
26
|
+
export * from "./NamirasoftCredentialServerBase";
|
|
27
|
+
export * from "./NamirasoftCredentialServerHealthz";
|
|
28
|
+
export * from "./NamirasoftCredentialServerValue";
|
|
29
|
+
export * from "./command/AWSCategoryCommand";
|
|
30
|
+
export * from "./command/AWSCategoryCreateCommand";
|
|
31
|
+
export * from "./command/AWSCategoryDeleteCommand";
|
|
32
|
+
export * from "./command/AWSCategoryGetCommand";
|
|
33
|
+
export * from "./command/AWSCategoryListCommand";
|
|
34
|
+
export * from "./command/AWSCommand";
|
|
35
|
+
export * from "./command/AWSCreateCommand";
|
|
36
|
+
export * from "./command/AWSDeleteCommand";
|
|
37
|
+
export * from "./command/AWSFieldCommand";
|
|
38
|
+
export * from "./command/AWSFieldCreateCommand";
|
|
39
|
+
export * from "./command/AWSFieldDeleteCommand";
|
|
40
|
+
export * from "./command/AWSFieldGetCommand";
|
|
41
|
+
export * from "./command/AWSFieldListCommand";
|
|
42
|
+
export * from "./command/AWSFieldUpdateCommand";
|
|
43
|
+
export * from "./command/AWSGetCommand";
|
|
44
|
+
export * from "./command/AWSListCommand";
|
|
45
|
+
export * from "./command/AWSTagCommand";
|
|
46
|
+
export * from "./command/AWSTagCreateCommand";
|
|
47
|
+
export * from "./command/AWSTagDeleteCommand";
|
|
48
|
+
export * from "./command/AWSTagGetCommand";
|
|
49
|
+
export * from "./command/AWSTagListCommand";
|
|
50
|
+
export * from "./command/AWSTagUpdateCommand";
|
|
51
|
+
export * from "./command/AWSUpdateCommand";
|
|
52
|
+
export * from "./command/HealthzCommand";
|
|
53
|
+
export * from "./command/HealthzGetCommand";
|
|
54
|
+
export * from "./command/ValueCommand";
|
|
55
|
+
export * from "./command/ValueListCommand";
|
|
56
|
+
export * from "./meta/AWSCategoryMetaTable";
|
|
57
|
+
export * from "./meta/AWSFieldMetaTable";
|
|
58
|
+
export * from "./meta/AWSMetaTable";
|
|
59
|
+
export * from "./meta/AWSTagMetaTable";
|
|
60
|
+
export * from "./meta/NamirasoftCredentialMetaDatabase";
|
|
61
|
+
export * from "./row/AWSCategoryRow";
|
|
62
|
+
export * from "./row/AWSFieldRow";
|
|
63
|
+
export * from "./row/AWSFullRow";
|
|
64
|
+
export * from "./row/AWSInputRow";
|
|
65
|
+
export * from "./row/AWSRow";
|
|
66
|
+
export * from "./row/AWSTagRow";
|
|
67
|
+
export * from "./row/EntityCategoryInputRow";
|
|
68
|
+
export * from "./row/EntityFieldInputRow";
|
|
69
|
+
export * from "./row/EntityTagInputRow";
|
|
@@ -0,0 +1,58 @@
|
|
|
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 { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
25
|
+
|
|
26
|
+
export class AWSCategoryMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, AWSCategoryRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
entity_id: BaseMetaColumn;
|
|
32
|
+
category_id: BaseMetaColumn;
|
|
33
|
+
created_at: BaseMetaColumn;
|
|
34
|
+
updated_at: BaseMetaColumn;
|
|
35
|
+
}
|
|
36
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
37
|
+
{
|
|
38
|
+
super(database, "a_w_s_category", "AWS Category", new BaseUUID(""));
|
|
39
|
+
this.columns = {
|
|
40
|
+
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
41
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
42
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
43
|
+
category_id: new BaseMetaColumn(this, "category_id", "Category ID", "String", true),
|
|
44
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
45
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
46
|
+
};
|
|
47
|
+
this.back_end.get = async (id: string) =>
|
|
48
|
+
{
|
|
49
|
+
let server = this.database.getServer();
|
|
50
|
+
return await server.a_w_s_category.Get(id);
|
|
51
|
+
};
|
|
52
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
53
|
+
{
|
|
54
|
+
let server = this.database.getServer();
|
|
55
|
+
return await server.a_w_s_category.List(filters, page, size, sorts);
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { AWSFieldRow } from "../row/AWSFieldRow";
|
|
22
|
+
import { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
25
|
+
|
|
26
|
+
export class AWSFieldMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, AWSFieldRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
entity_id: BaseMetaColumn;
|
|
32
|
+
field_id: BaseMetaColumn;
|
|
33
|
+
value: BaseMetaColumn;
|
|
34
|
+
created_at: BaseMetaColumn;
|
|
35
|
+
updated_at: BaseMetaColumn;
|
|
36
|
+
}
|
|
37
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
38
|
+
{
|
|
39
|
+
super(database, "a_w_s_field", "AWS Field", new BaseUUID(""));
|
|
40
|
+
this.columns = {
|
|
41
|
+
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
42
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
43
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
44
|
+
field_id: new BaseMetaColumn(this, "field_id", "Field ID", "String", true),
|
|
45
|
+
value: new BaseMetaColumn(this, "value", "Value", "Any", false),
|
|
46
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
47
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
48
|
+
};
|
|
49
|
+
this.back_end.get = async (id: string) =>
|
|
50
|
+
{
|
|
51
|
+
let server = this.database.getServer();
|
|
52
|
+
return await server.a_w_s_field.Get(id);
|
|
53
|
+
};
|
|
54
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
55
|
+
{
|
|
56
|
+
let server = this.database.getServer();
|
|
57
|
+
return await server.a_w_s_field.List(filters, page, size, sorts);
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
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 { AWSRow } from "../row/AWSRow";
|
|
22
|
+
import { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
25
|
+
|
|
26
|
+
export class AWSMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, AWSRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
workspace_id: BaseMetaColumn;
|
|
32
|
+
name: BaseMetaColumn;
|
|
33
|
+
access_key: BaseMetaColumn;
|
|
34
|
+
secret_key: BaseMetaColumn;
|
|
35
|
+
description: BaseMetaColumn;
|
|
36
|
+
created_at: BaseMetaColumn;
|
|
37
|
+
updated_at: BaseMetaColumn;
|
|
38
|
+
}
|
|
39
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
40
|
+
{
|
|
41
|
+
super(database, "aws", "AWS", new BaseUUID("crd-aws"));
|
|
42
|
+
this.columns = {
|
|
43
|
+
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
44
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "Integer", true),
|
|
45
|
+
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
46
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
47
|
+
access_key: new BaseMetaColumn(this, "access_key", "Access Key", "String", true),
|
|
48
|
+
secret_key: new BaseMetaColumn(this, "secret_key", "Secret Key", "String", true),
|
|
49
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", true),
|
|
50
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
51
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
52
|
+
};
|
|
53
|
+
this.back_end.get = async (id: string) =>
|
|
54
|
+
{
|
|
55
|
+
let server = this.database.getServer();
|
|
56
|
+
return await server.aws.Get(id);
|
|
57
|
+
};
|
|
58
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
59
|
+
{
|
|
60
|
+
let server = this.database.getServer();
|
|
61
|
+
return await server.aws.List(filters, page, size, sorts);
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { AWSTagRow } from "../row/AWSTagRow";
|
|
22
|
+
import { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
25
|
+
|
|
26
|
+
export class AWSTagMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, AWSTagRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
entity_id: BaseMetaColumn;
|
|
32
|
+
name: BaseMetaColumn;
|
|
33
|
+
value: BaseMetaColumn;
|
|
34
|
+
created_at: BaseMetaColumn;
|
|
35
|
+
updated_at: BaseMetaColumn;
|
|
36
|
+
}
|
|
37
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
38
|
+
{
|
|
39
|
+
super(database, "a_w_s_tag", "AWS Tag", new BaseUUID(""));
|
|
40
|
+
this.columns = {
|
|
41
|
+
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
42
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
43
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
44
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
45
|
+
value: new BaseMetaColumn(this, "value", "Value", "String", false),
|
|
46
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
47
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
48
|
+
};
|
|
49
|
+
this.back_end.get = async (id: string) =>
|
|
50
|
+
{
|
|
51
|
+
let server = this.database.getServer();
|
|
52
|
+
return await server.a_w_s_tag.Get(id);
|
|
53
|
+
};
|
|
54
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
55
|
+
{
|
|
56
|
+
let server = this.database.getServer();
|
|
57
|
+
return await server.a_w_s_tag.List(filters, page, size, sorts);
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { AWSCategoryMetaTable } from "./AWSCategoryMetaTable";
|
|
22
|
+
import { AWSFieldMetaTable } from "./AWSFieldMetaTable";
|
|
23
|
+
import { AWSMetaTable } from "./AWSMetaTable";
|
|
24
|
+
import { AWSTagMetaTable } from "./AWSTagMetaTable";
|
|
25
|
+
import { EnvService } from "namirasoft-core";
|
|
26
|
+
import { NSBaseMetaDatabase } from "namirasoft-site";
|
|
27
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
28
|
+
import { TokenManager } from "namirasoft-account";
|
|
29
|
+
|
|
30
|
+
export class NamirasoftCredentialMetaDatabase extends NSBaseMetaDatabase<NamirasoftCredentialServer>
|
|
31
|
+
{
|
|
32
|
+
private manager?: TokenManager;
|
|
33
|
+
private onError?: (error: Error) => void;
|
|
34
|
+
public override tables: {
|
|
35
|
+
a_w_s_category: AWSCategoryMetaTable,
|
|
36
|
+
a_w_s_field: AWSFieldMetaTable,
|
|
37
|
+
a_w_s_tag: AWSTagMetaTable,
|
|
38
|
+
aws: AWSMetaTable,
|
|
39
|
+
};
|
|
40
|
+
constructor(manager?: TokenManager, onError?: (error: Error) => void)
|
|
41
|
+
{
|
|
42
|
+
super({ id: "prd-986059d99192405b", name: "Namirasoft Credential", headline: "Credentail Service", description: "Ensure code integrity with Code Verify. Perform security checks, validate code, and maintain high standards for your software.", logo: "https://static.namirasoft.com/image/namirasoft/credential/logo/base.png", link: "https://credential.namirasoft.com" });
|
|
43
|
+
this.manager = manager;
|
|
44
|
+
this.onError = onError;
|
|
45
|
+
this.tables = {
|
|
46
|
+
a_w_s_category: new AWSCategoryMetaTable(this),
|
|
47
|
+
a_w_s_field: new AWSFieldMetaTable(this),
|
|
48
|
+
a_w_s_tag: new AWSTagMetaTable(this),
|
|
49
|
+
aws: new AWSMetaTable(this),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
override getServer(): NamirasoftCredentialServer
|
|
53
|
+
{
|
|
54
|
+
if (!this.manager || !this.onError)
|
|
55
|
+
throw new Error("Arguments of NamirasoftCredentialMetaDatabase (manager, onError) are required for server operations.")
|
|
56
|
+
let NAME = NSBaseMetaDatabase.getServerBaseURL(this.product.name);
|
|
57
|
+
let BASE_URL = new EnvService(NAME, true).getString();
|
|
58
|
+
return new NamirasoftCredentialServer(BASE_URL, this.manager, this.onError);
|
|
59
|
+
}
|
|
60
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
export type AWSCategoryRow =
|
|
22
|
+
{
|
|
23
|
+
id: number;
|
|
24
|
+
user_id: string;
|
|
25
|
+
entity_id: string;
|
|
26
|
+
category_id: string;
|
|
27
|
+
created_at: Date;
|
|
28
|
+
updated_at: Date;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
export type AWSFieldRow =
|
|
22
|
+
{
|
|
23
|
+
id: number;
|
|
24
|
+
user_id: string;
|
|
25
|
+
entity_id: string;
|
|
26
|
+
field_id: string;
|
|
27
|
+
value: (any | null);
|
|
28
|
+
created_at: Date;
|
|
29
|
+
updated_at: Date;
|
|
30
|
+
}
|