namirasoft-log 1.4.22 → 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.
@@ -11,7 +11,7 @@ const NamirasoftLogServerLogGroupTag_1 = require("./NamirasoftLogServerLogGroupT
11
11
  const NamirasoftLogServerValue_1 = require("./NamirasoftLogServerValue");
12
12
  class NamirasoftLogServer extends namirasoft_account_1.NSABaseServer {
13
13
  constructor(base_url, manager, onError) {
14
- super(base_url, `1.4.22`, manager, onError);
14
+ super(base_url, `1.4.23`, manager, onError);
15
15
  this.healthz = new NamirasoftLogServerHealthz_1.NamirasoftLogServerHealthz(this);
16
16
  this.value = new NamirasoftLogServerValue_1.NamirasoftLogServerValue(this);
17
17
  this.log_group_category = new NamirasoftLogServerLogGroupCategory_1.NamirasoftLogServerLogGroupCategory(this);
@@ -16,10 +16,10 @@ class LogGroupCategoryMetaTable extends namirasoft_site_1.NSBaseMetaTable {
16
16
  constructor(database) {
17
17
  super(database, "log_group_category", "Log Group Category", new namirasoft_core_1.BaseUUID(""));
18
18
  this.columns = {
19
- id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "Integer", true),
20
- user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
21
- entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity Id", "String", true),
22
- category_id: new namirasoft_core_1.BaseMetaColumn(this, "category_id", "Category Id", "String", true),
19
+ id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "Integer", true),
20
+ user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
21
+ entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
22
+ category_id: new namirasoft_core_1.BaseMetaColumn(this, "category_id", "Category ID", "String", true),
23
23
  created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
24
24
  updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
25
25
  };
@@ -16,10 +16,10 @@ class LogGroupFieldMetaTable extends namirasoft_site_1.NSBaseMetaTable {
16
16
  constructor(database) {
17
17
  super(database, "log_group_field", "Log Group Field", new namirasoft_core_1.BaseUUID(""));
18
18
  this.columns = {
19
- id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "Integer", true),
20
- user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
21
- entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity Id", "String", true),
22
- field_id: new namirasoft_core_1.BaseMetaColumn(this, "field_id", "Field Id", "String", true),
19
+ id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "Integer", true),
20
+ user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
21
+ entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
22
+ field_id: new namirasoft_core_1.BaseMetaColumn(this, "field_id", "Field ID", "String", true),
23
23
  value: new namirasoft_core_1.BaseMetaColumn(this, "value", "Value", "Any", false),
24
24
  created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
25
25
  updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
@@ -16,9 +16,9 @@ class LogGroupMetaTable extends namirasoft_site_1.NSBaseMetaTable {
16
16
  constructor(database) {
17
17
  super(database, "log_group", "Log Group", new namirasoft_core_1.BaseUUID("log-grp"));
18
18
  this.columns = {
19
- id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "String", true),
20
- user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
21
- workspace_id: new namirasoft_core_1.BaseMetaColumn(this, "workspace_id", "Workspace Id", "String", true),
19
+ id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "String", true),
20
+ user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
21
+ workspace_id: new namirasoft_core_1.BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
22
22
  name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
23
23
  retention_unit: new namirasoft_core_1.BaseMetaColumn(this, "retention_unit", "Retention Unit", "Enum", true),
24
24
  retention_value: new namirasoft_core_1.BaseMetaColumn(this, "retention_value", "Retention Value", "Integer", true),
@@ -16,9 +16,9 @@ class LogGroupTagMetaTable extends namirasoft_site_1.NSBaseMetaTable {
16
16
  constructor(database) {
17
17
  super(database, "log_group_tag", "Log Group Tag", new namirasoft_core_1.BaseUUID(""));
18
18
  this.columns = {
19
- id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "Integer", true),
20
- user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
21
- entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity Id", "String", true),
19
+ id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "Integer", true),
20
+ user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
21
+ entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
22
22
  name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
23
23
  value: new namirasoft_core_1.BaseMetaColumn(this, "value", "Value", "String", false),
24
24
  created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
@@ -16,11 +16,11 @@ class LogMetaTable extends namirasoft_site_1.NSBaseMetaTable {
16
16
  constructor(database) {
17
17
  super(database, "log", "Log", new namirasoft_core_1.BaseUUID("log"));
18
18
  this.columns = {
19
- id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "String", true),
20
- user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
21
- log_group_id: new namirasoft_core_1.BaseMetaColumn(this, "log_group_id", "Log Group Id", "String", true),
22
- product_id: new namirasoft_core_1.BaseMetaColumn(this, "product_id", "Product Id", "String", false),
23
- workspace_id: new namirasoft_core_1.BaseMetaColumn(this, "workspace_id", "Workspace Id", "String", false),
19
+ id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "String", true),
20
+ user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
21
+ log_group_id: new namirasoft_core_1.BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", true),
22
+ product_id: new namirasoft_core_1.BaseMetaColumn(this, "product_id", "Product ID", "String", false),
23
+ workspace_id: new namirasoft_core_1.BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", false),
24
24
  level: new namirasoft_core_1.BaseMetaColumn(this, "level", "Level", "String", true),
25
25
  message: new namirasoft_core_1.BaseMetaColumn(this, "message", "Message", "String", true),
26
26
  created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.22",
11
+ "version": "1.4.23",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/index.js",
@@ -17,10 +17,10 @@
17
17
  "build": ""
18
18
  },
19
19
  "dependencies": {
20
- "namirasoft-core": "^1.4.53",
20
+ "namirasoft-core": "^1.4.62",
21
21
  "namirasoft-site": "^1.4.24",
22
22
  "namirasoft-node-cli": "^1.4.5",
23
- "namirasoft-account": "^1.4.68"
23
+ "namirasoft-account": "^1.4.69"
24
24
  },
25
25
  "bin": {
26
26
  "ns-log": "./dist/command/cli.js"
@@ -39,7 +39,7 @@ export class NamirasoftLogServer extends NSABaseServer
39
39
  log: NamirasoftLogServerLog;
40
40
  constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
41
41
  {
42
- super(base_url, `1.4.22`, manager, onError);
42
+ super(base_url, `1.4.23`, manager, onError);
43
43
  this.healthz = new NamirasoftLogServerHealthz(this);
44
44
  this.value = new NamirasoftLogServerValue(this);
45
45
  this.log_group_category = new NamirasoftLogServerLogGroupCategory(this);
@@ -37,10 +37,10 @@ export class LogGroupCategoryMetaTable extends NSBaseMetaTable<NamirasoftLogServ
37
37
  {
38
38
  super(database, "log_group_category", "Log Group Category", new BaseUUID(""));
39
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),
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
44
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
45
45
  updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
46
46
  };
@@ -38,10 +38,10 @@ export class LogGroupFieldMetaTable extends NSBaseMetaTable<NamirasoftLogServer,
38
38
  {
39
39
  super(database, "log_group_field", "Log Group Field", new BaseUUID(""));
40
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),
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
45
  value: new BaseMetaColumn(this, "value", "Value", "Any", false),
46
46
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
47
47
  updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
@@ -39,9 +39,9 @@ export class LogGroupMetaTable extends NSBaseMetaTable<NamirasoftLogServer, LogG
39
39
  {
40
40
  super(database, "log_group", "Log Group", new BaseUUID("log-grp"));
41
41
  this.columns = {
42
- id: new BaseMetaColumn(this, "id", "Id", "String", true),
43
- user_id: new BaseMetaColumn(this, "user_id", "User Id", "String", true),
44
- workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace Id", "String", true),
42
+ id: new BaseMetaColumn(this, "id", "ID", "String", true),
43
+ user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
44
+ workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
45
45
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
46
46
  retention_unit: new BaseMetaColumn(this, "retention_unit", "Retention Unit", "Enum", true),
47
47
  retention_value: new BaseMetaColumn(this, "retention_value", "Retention Value", "Integer", true),
@@ -38,9 +38,9 @@ export class LogGroupTagMetaTable extends NSBaseMetaTable<NamirasoftLogServer, L
38
38
  {
39
39
  super(database, "log_group_tag", "Log Group Tag", new BaseUUID(""));
40
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),
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
44
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
45
45
  value: new BaseMetaColumn(this, "value", "Value", "String", false),
46
46
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
@@ -39,11 +39,11 @@ export class LogMetaTable extends NSBaseMetaTable<NamirasoftLogServer, LogRow>
39
39
  {
40
40
  super(database, "log", "Log", new BaseUUID("log"));
41
41
  this.columns = {
42
- id: new BaseMetaColumn(this, "id", "Id", "String", true),
43
- user_id: new BaseMetaColumn(this, "user_id", "User Id", "String", true),
44
- log_group_id: new BaseMetaColumn(this, "log_group_id", "Log Group Id", "String", true),
45
- product_id: new BaseMetaColumn(this, "product_id", "Product Id", "String", false),
46
- workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace Id", "String", false),
42
+ id: new BaseMetaColumn(this, "id", "ID", "String", true),
43
+ user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
44
+ log_group_id: new BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", true),
45
+ product_id: new BaseMetaColumn(this, "product_id", "Product ID", "String", false),
46
+ workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", false),
47
47
  level: new BaseMetaColumn(this, "level", "Level", "String", true),
48
48
  message: new BaseMetaColumn(this, "message", "Message", "String", true),
49
49
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),