namirasoft-log 1.4.20 → 1.4.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/NamirasoftLogServer.js +1 -1
  2. package/dist/NamirasoftLogServerLog.js +1 -1
  3. package/dist/NamirasoftLogServerLog.js.map +1 -1
  4. package/package.json +2 -2
  5. package/src/NamirasoftLogServer.ts +2 -2
  6. package/src/NamirasoftLogServerBase.ts +1 -1
  7. package/src/NamirasoftLogServerHealthz.ts +1 -1
  8. package/src/NamirasoftLogServerLog.ts +2 -2
  9. package/src/NamirasoftLogServerLogGroup.ts +1 -1
  10. package/src/NamirasoftLogServerLogGroupCategory.ts +1 -1
  11. package/src/NamirasoftLogServerLogGroupField.ts +1 -1
  12. package/src/NamirasoftLogServerLogGroupTag.ts +1 -1
  13. package/src/NamirasoftLogServerValue.ts +1 -1
  14. package/src/command/HealthzCommand.ts +1 -1
  15. package/src/command/HealthzGetCommand.ts +1 -1
  16. package/src/command/LogCommand.ts +1 -1
  17. package/src/command/LogCreateCommand.ts +1 -1
  18. package/src/command/LogGetCommand.ts +1 -1
  19. package/src/command/LogGroupCategoryCommand.ts +1 -1
  20. package/src/command/LogGroupCategoryCreateCommand.ts +1 -1
  21. package/src/command/LogGroupCategoryDeleteCommand.ts +1 -1
  22. package/src/command/LogGroupCategoryGetCommand.ts +1 -1
  23. package/src/command/LogGroupCategoryListCommand.ts +1 -1
  24. package/src/command/LogGroupCommand.ts +1 -1
  25. package/src/command/LogGroupCreateCommand.ts +1 -1
  26. package/src/command/LogGroupDeleteCommand.ts +1 -1
  27. package/src/command/LogGroupFieldCommand.ts +1 -1
  28. package/src/command/LogGroupFieldCreateCommand.ts +1 -1
  29. package/src/command/LogGroupFieldDeleteCommand.ts +1 -1
  30. package/src/command/LogGroupFieldGetCommand.ts +1 -1
  31. package/src/command/LogGroupFieldListCommand.ts +1 -1
  32. package/src/command/LogGroupFieldUpdateCommand.ts +1 -1
  33. package/src/command/LogGroupGetCommand.ts +1 -1
  34. package/src/command/LogGroupListCommand.ts +1 -1
  35. package/src/command/LogGroupTagCommand.ts +1 -1
  36. package/src/command/LogGroupTagCreateCommand.ts +1 -1
  37. package/src/command/LogGroupTagDeleteCommand.ts +1 -1
  38. package/src/command/LogGroupTagGetCommand.ts +1 -1
  39. package/src/command/LogGroupTagListCommand.ts +1 -1
  40. package/src/command/LogGroupTagUpdateCommand.ts +1 -1
  41. package/src/command/LogGroupUpdateCommand.ts +1 -1
  42. package/src/command/LogListCommand.ts +1 -1
  43. package/src/command/Log_CreateForCommand.ts +1 -1
  44. package/src/command/ValueCommand.ts +1 -1
  45. package/src/command/ValueListCommand.ts +1 -1
  46. package/src/command/cli.ts +1 -1
  47. package/src/enum/LogGroupRetentionUnit.ts +1 -1
  48. package/src/index.ts +1 -1
  49. package/src/meta/LogGroupCategoryMetaTable.ts +1 -1
  50. package/src/meta/LogGroupFieldMetaTable.ts +1 -1
  51. package/src/meta/LogGroupMetaTable.ts +1 -1
  52. package/src/meta/LogGroupTagMetaTable.ts +1 -1
  53. package/src/meta/LogMetaTable.ts +1 -1
  54. package/src/meta/NamirasoftLogMetaDatabase.ts +1 -1
  55. package/src/row/EntityCategoryInputRow.ts +1 -1
  56. package/src/row/EntityFieldInputRow.ts +1 -1
  57. package/src/row/EntityTagInputRow.ts +1 -1
  58. package/src/row/LogCreateRow.ts +1 -1
  59. package/src/row/LogGroupCategoryRow.ts +1 -1
  60. package/src/row/LogGroupFieldRow.ts +1 -1
  61. package/src/row/LogGroupFullRow.ts +1 -1
  62. package/src/row/LogGroupInputRow.ts +1 -1
  63. package/src/row/LogGroupRow.ts +1 -1
  64. package/src/row/LogGroupTagRow.ts +1 -1
  65. package/src/row/LogRow.ts +1 -1
@@ -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.20`, manager, onError);
14
+ super(base_url, `1.4.21`, manager, onError);
15
15
  this.healthz = new NamirasoftLogServerHealthz_1.NamirasoftLogServerHealthz(this);
16
16
  this.value = new NamirasoftLogServerValue_1.NamirasoftLogServerValue(this);
17
17
  this.loggroupcategory = new NamirasoftLogServerLogGroupCategory_1.NamirasoftLogServerLogGroupCategory(this);
@@ -46,7 +46,7 @@ class NamirasoftLogServerLog extends NamirasoftLogServerBase_1.NamirasoftLogServ
46
46
  }
47
47
  _CreateFor(user_id, body) {
48
48
  return __awaiter(this, void 0, void 0, function* () {
49
- let path = `user/${user_id}/log`;
49
+ let path = `/application/user/${user_id}/log`;
50
50
  let { data } = yield this.server._post(path, {}, body);
51
51
  return data;
52
52
  });
@@ -1 +1 @@
1
- {"version":3,"file":"NamirasoftLogServerLog.js","sourceRoot":"","sources":["../src/NamirasoftLogServerLog.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAA6C;AAI7C,uEAAoE;AACpE,qDAA2C;AAE3C,MAAa,sBAAuB,SAAQ,iDAAuB;IAE/D,YAAY,MAA2B;QAEnC,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB;;YAEpG,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,WAAW,CAAC;YACvB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAoC,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,CAAC,CAAC;YACzJ,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAU;;YAEhB,IAAI,IAAI,GAAG,QAAQ,EAAE,EAAE,CAAC;YACxB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAS,IAAI,EAAE,EAAE,CAAC,CAAC;YACxD,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,IAAkB;;YAE3B,IAAI,IAAI,GAAG,MAAM,CAAC;YAClB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAS,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;YAC/D,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,UAAU,CAAC,OAAe,EAAE,IAAkB;;YAEhD,IAAI,IAAI,GAAG,QAAQ,OAAO,MAAM,CAAC;YACjC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAS,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;YAC/D,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AApCD,wDAoCC;AAAA,CAAC"}
1
+ {"version":3,"file":"NamirasoftLogServerLog.js","sourceRoot":"","sources":["../src/NamirasoftLogServerLog.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAA6C;AAI7C,uEAAoE;AACpE,qDAA2C;AAE3C,MAAa,sBAAuB,SAAQ,iDAAuB;IAE/D,YAAY,MAA2B;QAEnC,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB;;YAEpG,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,WAAW,CAAC;YACvB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAoC,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,CAAC,CAAC;YACzJ,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAU;;YAEhB,IAAI,IAAI,GAAG,QAAQ,EAAE,EAAE,CAAC;YACxB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAS,IAAI,EAAE,EAAE,CAAC,CAAC;YACxD,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,IAAkB;;YAE3B,IAAI,IAAI,GAAG,MAAM,CAAC;YAClB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAS,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;YAC/D,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,UAAU,CAAC,OAAe,EAAE,IAAkB;;YAEhD,IAAI,IAAI,GAAG,qBAAqB,OAAO,MAAM,CAAC;YAC9C,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAS,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;YAC/D,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AApCD,wDAoCC;AAAA,CAAC"}
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.20",
11
+ "version": "1.4.21",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "namirasoft-core": "^1.4.51",
21
21
  "namirasoft-site": "^1.4.20",
22
22
  "namirasoft-node-cli": "^1.4.5",
23
- "namirasoft-account": "^1.4.59"
23
+ "namirasoft-account": "^1.4.65"
24
24
  },
25
25
  "bin": {
26
26
  "ns-log": "./dist/command/cli.js"
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -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.20`, manager, onError);
42
+ super(base_url, `1.4.21`, manager, onError);
43
43
  this.healthz = new NamirasoftLogServerHealthz(this);
44
44
  this.value = new NamirasoftLogServerValue(this);
45
45
  this.loggroupcategory = new NamirasoftLogServerLogGroupCategory(this);
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -57,7 +57,7 @@ export class NamirasoftLogServerLog extends NamirasoftLogServerBase
57
57
  }
58
58
  async _CreateFor(user_id: string, body: LogCreateRow): Promise<LogRow>
59
59
  {
60
- let path = `user/${user_id}/log`;
60
+ let path = `/application/user/${user_id}/log`;
61
61
  let { data } = await this.server._post<LogRow>(path, {}, body);
62
62
  return data;
63
63
  }
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -9,7 +9,7 @@
9
9
  /****************************************************************/
10
10
  /* */
11
11
  /* Please do not make any change to this file */
12
- /* If any changed is reqired, ns-sdkg command must be used */
12
+ /* If any change is required, ns-sdkg command must be used */
13
13
  /* */
14
14
  /****************************************************************/
15
15
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
package/src/index.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/
package/src/row/LogRow.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  /****************************************************************/
9
9
  /* */
10
10
  /* Please do not make any change to this file */
11
- /* If any changed is reqired, ns-sdkg command must be used */
11
+ /* If any change is required, ns-sdkg command must be used */
12
12
  /* */
13
13
  /****************************************************************/
14
14
  /****************************************************************/