namirasoft-log 1.4.19 → 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.
- package/dist/NamirasoftLogServer.d.ts +2 -2
- package/dist/NamirasoftLogServer.js +10 -9
- package/dist/NamirasoftLogServer.js.map +1 -1
- package/dist/NamirasoftLogServerBase.d.ts +4 -4
- package/dist/NamirasoftLogServerBase.js +3 -4
- package/dist/NamirasoftLogServerBase.js.map +1 -1
- package/dist/NamirasoftLogServerHealthz.d.ts +2 -2
- package/dist/NamirasoftLogServerHealthz.js +3 -3
- package/dist/NamirasoftLogServerHealthz.js.map +1 -1
- package/dist/NamirasoftLogServerLog.d.ts +3 -2
- package/dist/NamirasoftLogServerLog.js +13 -5
- package/dist/NamirasoftLogServerLog.js.map +1 -1
- package/dist/NamirasoftLogServerLogGroup.d.ts +2 -2
- package/dist/NamirasoftLogServerLogGroup.js +7 -7
- package/dist/NamirasoftLogServerLogGroup.js.map +1 -1
- package/dist/NamirasoftLogServerLogGroupCategory.d.ts +2 -2
- package/dist/NamirasoftLogServerLogGroupCategory.js +6 -6
- package/dist/NamirasoftLogServerLogGroupCategory.js.map +1 -1
- package/dist/NamirasoftLogServerLogGroupField.d.ts +2 -2
- package/dist/NamirasoftLogServerLogGroupField.js +7 -7
- package/dist/NamirasoftLogServerLogGroupField.js.map +1 -1
- package/dist/NamirasoftLogServerLogGroupTag.d.ts +2 -2
- package/dist/NamirasoftLogServerLogGroupTag.js +7 -7
- package/dist/NamirasoftLogServerLogGroupTag.js.map +1 -1
- package/dist/NamirasoftLogServerValue.d.ts +2 -2
- package/dist/NamirasoftLogServerValue.js +3 -3
- package/dist/NamirasoftLogServerValue.js.map +1 -1
- package/dist/StreamFile.js +17 -7
- package/dist/StreamFile.js.map +1 -1
- package/dist/command/LogCommand.js +2 -0
- package/dist/command/LogCommand.js.map +1 -1
- package/dist/command/Log_CreateForCommand.d.ts +5 -0
- package/dist/command/Log_CreateForCommand.js +85 -0
- package/dist/command/Log_CreateForCommand.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/meta/LogGroupFieldMetaTable.js +1 -1
- package/dist/meta/LogGroupFieldMetaTable.js.map +1 -1
- package/dist/row/EntityFieldInputRow.d.ts +1 -1
- package/dist/row/LogGroupFieldRow.d.ts +1 -1
- package/package.json +4 -4
- package/src/NamirasoftLogServer.ts +11 -11
- package/src/NamirasoftLogServerBase.ts +6 -6
- package/src/NamirasoftLogServerHealthz.ts +5 -5
- package/src/NamirasoftLogServerLog.ts +14 -7
- package/src/NamirasoftLogServerLogGroup.ts +9 -9
- package/src/NamirasoftLogServerLogGroupCategory.ts +8 -8
- package/src/NamirasoftLogServerLogGroupField.ts +9 -9
- package/src/NamirasoftLogServerLogGroupTag.ts +9 -9
- package/src/NamirasoftLogServerValue.ts +5 -5
- package/src/command/HealthzCommand.ts +1 -1
- package/src/command/HealthzGetCommand.ts +1 -1
- package/src/command/LogCommand.ts +3 -1
- package/src/command/LogCreateCommand.ts +1 -1
- package/src/command/LogGetCommand.ts +1 -1
- package/src/command/LogGroupCategoryCommand.ts +1 -1
- package/src/command/LogGroupCategoryCreateCommand.ts +1 -1
- package/src/command/LogGroupCategoryDeleteCommand.ts +1 -1
- package/src/command/LogGroupCategoryGetCommand.ts +1 -1
- package/src/command/LogGroupCategoryListCommand.ts +1 -1
- package/src/command/LogGroupCommand.ts +1 -1
- package/src/command/LogGroupCreateCommand.ts +1 -1
- package/src/command/LogGroupDeleteCommand.ts +1 -1
- package/src/command/LogGroupFieldCommand.ts +1 -1
- package/src/command/LogGroupFieldCreateCommand.ts +1 -1
- package/src/command/LogGroupFieldDeleteCommand.ts +1 -1
- package/src/command/LogGroupFieldGetCommand.ts +1 -1
- package/src/command/LogGroupFieldListCommand.ts +1 -1
- package/src/command/LogGroupFieldUpdateCommand.ts +1 -1
- package/src/command/LogGroupGetCommand.ts +1 -1
- package/src/command/LogGroupListCommand.ts +1 -1
- package/src/command/LogGroupTagCommand.ts +1 -1
- package/src/command/LogGroupTagCreateCommand.ts +1 -1
- package/src/command/LogGroupTagDeleteCommand.ts +1 -1
- package/src/command/LogGroupTagGetCommand.ts +1 -1
- package/src/command/LogGroupTagListCommand.ts +1 -1
- package/src/command/LogGroupTagUpdateCommand.ts +1 -1
- package/src/command/LogGroupUpdateCommand.ts +1 -1
- package/src/command/LogListCommand.ts +1 -1
- package/src/command/Log_CreateForCommand.ts +92 -0
- package/src/command/ValueCommand.ts +1 -1
- package/src/command/ValueListCommand.ts +1 -1
- package/src/command/cli.ts +1 -1
- package/src/enum/LogGroupRetentionUnit.ts +1 -1
- package/src/index.ts +2 -1
- package/src/meta/LogGroupCategoryMetaTable.ts +1 -1
- package/src/meta/LogGroupFieldMetaTable.ts +2 -2
- package/src/meta/LogGroupMetaTable.ts +1 -1
- package/src/meta/LogGroupTagMetaTable.ts +1 -1
- package/src/meta/LogMetaTable.ts +1 -1
- package/src/meta/NamirasoftLogMetaDatabase.ts +1 -1
- package/src/row/EntityCategoryInputRow.ts +1 -1
- package/src/row/EntityFieldInputRow.ts +2 -2
- package/src/row/EntityTagInputRow.ts +1 -1
- package/src/row/LogCreateRow.ts +1 -1
- package/src/row/LogGroupCategoryRow.ts +1 -1
- package/src/row/LogGroupFieldRow.ts +2 -2
- package/src/row/LogGroupFullRow.ts +1 -1
- package/src/row/LogGroupInputRow.ts +1 -1
- package/src/row/LogGroupRow.ts +1 -1
- package/src/row/LogGroupTagRow.ts +1 -1
- package/src/row/LogRow.ts +1 -1
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/****************************************************************/
|
|
9
9
|
/* */
|
|
10
10
|
/* Please do not make any change to this file */
|
|
11
|
-
/* If any
|
|
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
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
12
|
/* */
|
|
13
13
|
/****************************************************************/
|
|
14
14
|
/****************************************************************/
|
package/src/row/LogGroupRow.ts
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/****************************************************************/
|
|
9
9
|
/* */
|
|
10
10
|
/* Please do not make any change to this file */
|
|
11
|
-
/* If any
|
|
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
|
|
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
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
12
|
/* */
|
|
13
13
|
/****************************************************************/
|
|
14
14
|
/****************************************************************/
|