namirasoft-inference 1.5.18 → 1.5.20
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/NamirasoftInferenceServer.js +1 -1
- package/dist/command/ConditionCreateCommand.js +26 -8
- package/dist/command/ConditionCreateCommand.js.map +1 -1
- package/dist/command/ConditionGroupCreateCommand.js +7 -7
- package/dist/command/ConditionGroupCreateCommand.js.map +1 -1
- package/dist/command/ConditionGroupUpdateCommand.js +7 -7
- package/dist/command/ConditionGroupUpdateCommand.js.map +1 -1
- package/dist/command/ConditionUpdateCommand.js +26 -8
- package/dist/command/ConditionUpdateCommand.js.map +1 -1
- package/dist/meta/ConditionGroupMetaTable.d.ts +1 -1
- package/dist/meta/ConditionGroupMetaTable.js +1 -1
- package/dist/meta/ConditionGroupMetaTable.js.map +1 -1
- package/dist/meta/ConditionMetaTable.d.ts +4 -2
- package/dist/meta/ConditionMetaTable.js +4 -2
- package/dist/meta/ConditionMetaTable.js.map +1 -1
- package/dist/row/ConditionGroupFullRow.d.ts +1 -1
- package/dist/row/ConditionGroupInputRow.d.ts +1 -1
- package/dist/row/ConditionGroupRow.d.ts +1 -1
- package/dist/row/ConditionInputRow.d.ts +4 -2
- package/dist/row/ConditionRow.d.ts +4 -2
- package/package.json +1 -1
- package/src/NamirasoftInferenceServer.ts +1 -1
- package/src/command/ConditionCreateCommand.ts +26 -8
- package/src/command/ConditionGroupCreateCommand.ts +7 -7
- package/src/command/ConditionGroupUpdateCommand.ts +7 -7
- package/src/command/ConditionUpdateCommand.ts +26 -8
- package/src/meta/ConditionGroupMetaTable.ts +2 -2
- package/src/meta/ConditionMetaTable.ts +8 -4
- package/src/row/ConditionGroupFullRow.ts +1 -1
- package/src/row/ConditionGroupInputRow.ts +1 -1
- package/src/row/ConditionGroupRow.ts +1 -1
- package/src/row/ConditionInputRow.ts +4 -2
- package/src/row/ConditionRow.ts +4 -2
|
@@ -77,7 +77,7 @@ const NamirasoftInferenceServerWiperField_1 = require("./NamirasoftInferenceServ
|
|
|
77
77
|
const NamirasoftInferenceServerWiperTag_1 = require("./NamirasoftInferenceServerWiperTag");
|
|
78
78
|
class NamirasoftInferenceServer extends namirasoft_account_1.NSABaseServer {
|
|
79
79
|
constructor(base_url, token_manager, onError) {
|
|
80
|
-
super(base_url, `1.5.
|
|
80
|
+
super(base_url, `1.5.20`, token_manager, onError);
|
|
81
81
|
this.health = new NamirasoftInferenceServerHealth_1.NamirasoftInferenceServerHealth(this);
|
|
82
82
|
this.metrics = new NamirasoftInferenceServerMetrics_1.NamirasoftInferenceServerMetrics(this);
|
|
83
83
|
this.value = new NamirasoftInferenceServerValue_1.NamirasoftInferenceServerValue(this);
|
|
@@ -50,11 +50,19 @@ class ConditionCreateCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
50
50
|
defaults: [""]
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
name: "
|
|
53
|
+
name: "if_text_contains_any_words",
|
|
54
54
|
short: "",
|
|
55
|
-
description: "Provides the value of '
|
|
55
|
+
description: "Provides the value of 'if_text_contains_any_words' in body",
|
|
56
56
|
optional: true,
|
|
57
|
-
args: ["
|
|
57
|
+
args: ["if_text_contains_any_words"],
|
|
58
|
+
defaults: [""]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: "if_text_contains_all_words",
|
|
62
|
+
short: "",
|
|
63
|
+
description: "Provides the value of 'if_text_contains_all_words' in body",
|
|
64
|
+
optional: true,
|
|
65
|
+
args: ["if_text_contains_all_words"],
|
|
58
66
|
defaults: [""]
|
|
59
67
|
},
|
|
60
68
|
{
|
|
@@ -82,11 +90,19 @@ class ConditionCreateCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
82
90
|
defaults: [""]
|
|
83
91
|
},
|
|
84
92
|
{
|
|
85
|
-
name: "
|
|
93
|
+
name: "if_classifier_contains_any_classes",
|
|
94
|
+
short: "",
|
|
95
|
+
description: "Provides the value of 'if_classifier_contains_any_classes' in body",
|
|
96
|
+
optional: true,
|
|
97
|
+
args: ["if_classifier_contains_any_classes"],
|
|
98
|
+
defaults: [""]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
name: "if_classifier_contains_all_classes",
|
|
86
102
|
short: "",
|
|
87
|
-
description: "Provides the value of '
|
|
103
|
+
description: "Provides the value of 'if_classifier_contains_all_classes' in body",
|
|
88
104
|
optional: true,
|
|
89
|
-
args: ["
|
|
105
|
+
args: ["if_classifier_contains_all_classes"],
|
|
90
106
|
defaults: [""]
|
|
91
107
|
},
|
|
92
108
|
{
|
|
@@ -162,11 +178,13 @@ class ConditionCreateCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
162
178
|
name: this.option_values.name,
|
|
163
179
|
not: this.option_values.not,
|
|
164
180
|
operator: this.option_values.operator,
|
|
165
|
-
|
|
181
|
+
if_text_contains_any_words: this.option_values.if_text_contains_any_words,
|
|
182
|
+
if_text_contains_all_words: this.option_values.if_text_contains_all_words,
|
|
166
183
|
if_length_greater_than: this.option_values.if_length_greater_than,
|
|
167
184
|
if_length_less_than: this.option_values.if_length_less_than,
|
|
168
185
|
if_classifier_id: this.option_values.if_classifier_id,
|
|
169
|
-
|
|
186
|
+
if_classifier_contains_any_classes: this.option_values.if_classifier_contains_any_classes,
|
|
187
|
+
if_classifier_contains_all_classes: this.option_values.if_classifier_contains_all_classes,
|
|
170
188
|
if_contains_any_tags: this.option_values.if_contains_any_tags,
|
|
171
189
|
if_contains_all_tags: this.option_values.if_contains_all_tags,
|
|
172
190
|
log_group_id: this.option_values.log_group_id,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConditionCreateCommand.js","sourceRoot":"","sources":["../../src/command/ConditionCreateCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,4EAAyE;AACzE,2DAAkD;AAElD,MAAa,sBAAuB,SAAQ,sCAAgB;IAExD,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,EAAE,EAAE;YACZ;gBACI,IAAI,EAAE,cAAc;gBACpB,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,8CAA8C;gBAC3D,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,cAAc,CAAC;gBACtB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,sCAAsC;gBACnD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,MAAM,CAAC;gBACd,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,KAAK;gBACX,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,qCAAqC;gBAClD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,KAAK,CAAC;gBACb,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,0CAA0C;gBACvD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,UAAU,CAAC;gBAClB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"ConditionCreateCommand.js","sourceRoot":"","sources":["../../src/command/ConditionCreateCommand.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,19 +34,19 @@ class ConditionGroupCreateCommand extends namirasoft_node_cli_1.BaseFinalCommand
|
|
|
34
34
|
defaults: [""]
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
name: "
|
|
37
|
+
name: "not",
|
|
38
38
|
short: "",
|
|
39
|
-
description: "Provides the value of '
|
|
39
|
+
description: "Provides the value of 'not' in body",
|
|
40
40
|
optional: false,
|
|
41
|
-
args: ["
|
|
41
|
+
args: ["not"],
|
|
42
42
|
defaults: [""]
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
name: "
|
|
45
|
+
name: "operator",
|
|
46
46
|
short: "",
|
|
47
|
-
description: "Provides the value of '
|
|
47
|
+
description: "Provides the value of 'operator' in body",
|
|
48
48
|
optional: false,
|
|
49
|
-
args: ["
|
|
49
|
+
args: ["operator"],
|
|
50
50
|
defaults: [""]
|
|
51
51
|
},
|
|
52
52
|
{
|
|
@@ -112,8 +112,8 @@ class ConditionGroupCreateCommand extends namirasoft_node_cli_1.BaseFinalCommand
|
|
|
112
112
|
let ans = yield server.condition_group.Create({
|
|
113
113
|
workspace_id: this.option_values.workspace_id,
|
|
114
114
|
name: this.option_values.name,
|
|
115
|
-
operator: this.option_values.operator,
|
|
116
115
|
not: this.option_values.not,
|
|
116
|
+
operator: this.option_values.operator,
|
|
117
117
|
log_group_id: this.option_values.log_group_id,
|
|
118
118
|
description: this.option_values.description,
|
|
119
119
|
lines: this.option_values.lines,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConditionGroupCreateCommand.js","sourceRoot":"","sources":["../../src/command/ConditionGroupCreateCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,4EAAyE;AACzE,2DAAkD;AAElD,MAAa,2BAA4B,SAAQ,sCAAgB;IAE7D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,EAAE,EAAE;YACZ;gBACI,IAAI,EAAE,cAAc;gBACpB,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,8CAA8C;gBAC3D,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,cAAc,CAAC;gBACtB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,sCAAsC;gBACnD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,MAAM,CAAC;gBACd,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"ConditionGroupCreateCommand.js","sourceRoot":"","sources":["../../src/command/ConditionGroupCreateCommand.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,19 +34,19 @@ class ConditionGroupUpdateCommand extends namirasoft_node_cli_1.BaseFinalCommand
|
|
|
34
34
|
defaults: [""]
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
name: "
|
|
37
|
+
name: "not",
|
|
38
38
|
short: "",
|
|
39
|
-
description: "Provides the value of '
|
|
39
|
+
description: "Provides the value of 'not' in body",
|
|
40
40
|
optional: false,
|
|
41
|
-
args: ["
|
|
41
|
+
args: ["not"],
|
|
42
42
|
defaults: [""]
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
name: "
|
|
45
|
+
name: "operator",
|
|
46
46
|
short: "",
|
|
47
|
-
description: "Provides the value of '
|
|
47
|
+
description: "Provides the value of 'operator' in body",
|
|
48
48
|
optional: false,
|
|
49
|
-
args: ["
|
|
49
|
+
args: ["operator"],
|
|
50
50
|
defaults: [""]
|
|
51
51
|
},
|
|
52
52
|
{
|
|
@@ -112,8 +112,8 @@ class ConditionGroupUpdateCommand extends namirasoft_node_cli_1.BaseFinalCommand
|
|
|
112
112
|
let ans = yield server.condition_group.Update(this.arg_values[0], {
|
|
113
113
|
workspace_id: this.option_values.workspace_id,
|
|
114
114
|
name: this.option_values.name,
|
|
115
|
-
operator: this.option_values.operator,
|
|
116
115
|
not: this.option_values.not,
|
|
116
|
+
operator: this.option_values.operator,
|
|
117
117
|
log_group_id: this.option_values.log_group_id,
|
|
118
118
|
description: this.option_values.description,
|
|
119
119
|
lines: this.option_values.lines,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConditionGroupUpdateCommand.js","sourceRoot":"","sources":["../../src/command/ConditionGroupUpdateCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,4EAAyE;AACzE,2DAAkD;AAElD,MAAa,2BAA4B,SAAQ,sCAAgB;IAE7D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE;YAChB;gBACI,IAAI,EAAE,cAAc;gBACpB,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,8CAA8C;gBAC3D,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,cAAc,CAAC;gBACtB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,sCAAsC;gBACnD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,MAAM,CAAC;gBACd,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"ConditionGroupUpdateCommand.js","sourceRoot":"","sources":["../../src/command/ConditionGroupUpdateCommand.ts"],"names":[],"mappings":"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"}
|
|
@@ -50,11 +50,19 @@ class ConditionUpdateCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
50
50
|
defaults: [""]
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
name: "
|
|
53
|
+
name: "if_text_contains_any_words",
|
|
54
54
|
short: "",
|
|
55
|
-
description: "Provides the value of '
|
|
55
|
+
description: "Provides the value of 'if_text_contains_any_words' in body",
|
|
56
56
|
optional: true,
|
|
57
|
-
args: ["
|
|
57
|
+
args: ["if_text_contains_any_words"],
|
|
58
|
+
defaults: [""]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: "if_text_contains_all_words",
|
|
62
|
+
short: "",
|
|
63
|
+
description: "Provides the value of 'if_text_contains_all_words' in body",
|
|
64
|
+
optional: true,
|
|
65
|
+
args: ["if_text_contains_all_words"],
|
|
58
66
|
defaults: [""]
|
|
59
67
|
},
|
|
60
68
|
{
|
|
@@ -82,11 +90,19 @@ class ConditionUpdateCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
82
90
|
defaults: [""]
|
|
83
91
|
},
|
|
84
92
|
{
|
|
85
|
-
name: "
|
|
93
|
+
name: "if_classifier_contains_any_classes",
|
|
94
|
+
short: "",
|
|
95
|
+
description: "Provides the value of 'if_classifier_contains_any_classes' in body",
|
|
96
|
+
optional: true,
|
|
97
|
+
args: ["if_classifier_contains_any_classes"],
|
|
98
|
+
defaults: [""]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
name: "if_classifier_contains_all_classes",
|
|
86
102
|
short: "",
|
|
87
|
-
description: "Provides the value of '
|
|
103
|
+
description: "Provides the value of 'if_classifier_contains_all_classes' in body",
|
|
88
104
|
optional: true,
|
|
89
|
-
args: ["
|
|
105
|
+
args: ["if_classifier_contains_all_classes"],
|
|
90
106
|
defaults: [""]
|
|
91
107
|
},
|
|
92
108
|
{
|
|
@@ -162,11 +178,13 @@ class ConditionUpdateCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
162
178
|
name: this.option_values.name,
|
|
163
179
|
not: this.option_values.not,
|
|
164
180
|
operator: this.option_values.operator,
|
|
165
|
-
|
|
181
|
+
if_text_contains_any_words: this.option_values.if_text_contains_any_words,
|
|
182
|
+
if_text_contains_all_words: this.option_values.if_text_contains_all_words,
|
|
166
183
|
if_length_greater_than: this.option_values.if_length_greater_than,
|
|
167
184
|
if_length_less_than: this.option_values.if_length_less_than,
|
|
168
185
|
if_classifier_id: this.option_values.if_classifier_id,
|
|
169
|
-
|
|
186
|
+
if_classifier_contains_any_classes: this.option_values.if_classifier_contains_any_classes,
|
|
187
|
+
if_classifier_contains_all_classes: this.option_values.if_classifier_contains_all_classes,
|
|
170
188
|
if_contains_any_tags: this.option_values.if_contains_any_tags,
|
|
171
189
|
if_contains_all_tags: this.option_values.if_contains_all_tags,
|
|
172
190
|
log_group_id: this.option_values.log_group_id,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConditionUpdateCommand.js","sourceRoot":"","sources":["../../src/command/ConditionUpdateCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,4EAAyE;AACzE,2DAAkD;AAElD,MAAa,sBAAuB,SAAQ,sCAAgB;IAExD,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE;YAChB;gBACI,IAAI,EAAE,cAAc;gBACpB,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,8CAA8C;gBAC3D,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,cAAc,CAAC;gBACtB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,sCAAsC;gBACnD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,MAAM,CAAC;gBACd,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,KAAK;gBACX,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,qCAAqC;gBAClD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,KAAK,CAAC;gBACb,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,0CAA0C;gBACvD,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,UAAU,CAAC;gBAClB,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"ConditionUpdateCommand.js","sourceRoot":"","sources":["../../src/command/ConditionUpdateCommand.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,8 +8,8 @@ export declare class ConditionGroupMetaTable extends NSBaseMetaTable<NamirasoftI
|
|
|
8
8
|
user_id: BaseMetaColumn;
|
|
9
9
|
workspace_id: BaseMetaColumn;
|
|
10
10
|
name: BaseMetaColumn;
|
|
11
|
-
operator: BaseMetaColumn;
|
|
12
11
|
not: BaseMetaColumn;
|
|
12
|
+
operator: BaseMetaColumn;
|
|
13
13
|
log_group_id: BaseMetaColumn;
|
|
14
14
|
description: BaseMetaColumn;
|
|
15
15
|
created_at: BaseMetaColumn;
|
|
@@ -20,8 +20,8 @@ class ConditionGroupMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
|
20
20
|
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
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
|
-
operator: new namirasoft_core_1.BaseMetaColumn(this, "operator", "Operator", "Enum", true),
|
|
24
23
|
not: new namirasoft_core_1.BaseMetaColumn(this, "not", "Not", "Boolean", true),
|
|
24
|
+
operator: new namirasoft_core_1.BaseMetaColumn(this, "operator", "Operator", "Enum", true),
|
|
25
25
|
log_group_id: new namirasoft_core_1.BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", false),
|
|
26
26
|
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", false),
|
|
27
27
|
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConditionGroupMetaTable.js","sourceRoot":"","sources":["../../src/meta/ConditionGroupMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAA2D;AAG3D,qDAAsE;AAGtE,MAAa,uBAAwB,SAAQ,iCAA6D;IActG,YAAY,QAAuD;QAE/D,KAAK,CAAC,QAAQ,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,IAAI,0BAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QAC/E,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,YAAY,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,cAAc,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,CAAC;YACtF,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,
|
|
1
|
+
{"version":3,"file":"ConditionGroupMetaTable.js","sourceRoot":"","sources":["../../src/meta/ConditionGroupMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAA2D;AAG3D,qDAAsE;AAGtE,MAAa,uBAAwB,SAAQ,iCAA6D;IActG,YAAY,QAAuD;QAE/D,KAAK,CAAC,QAAQ,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,IAAI,0BAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QAC/E,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,YAAY,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,cAAc,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,CAAC;YACtF,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,GAAG,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,IAAI,CAAC;YAC5D,QAAQ,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC;YACxE,YAAY,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,cAAc,EAAE,cAAc,EAAE,QAAQ,EAAE,KAAK,CAAC;YACvF,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,eAAe,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QAChD,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,cAAgC,EAAE,EAAE;YAE3J,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,cAAc,EAAE,EAAE,CAAC,CAAC;QAC7F,CAAC,CAAA,CAAC;IACN,CAAC;CACJ;AAxCD,0DAwCC;AAAA,CAAC"}
|
|
@@ -10,11 +10,13 @@ export declare class ConditionMetaTable extends NSBaseMetaTable<NamirasoftInfere
|
|
|
10
10
|
name: BaseMetaColumn;
|
|
11
11
|
not: BaseMetaColumn;
|
|
12
12
|
operator: BaseMetaColumn;
|
|
13
|
-
|
|
13
|
+
if_text_contains_any_words: BaseMetaColumn;
|
|
14
|
+
if_text_contains_all_words: BaseMetaColumn;
|
|
14
15
|
if_length_greater_than: BaseMetaColumn;
|
|
15
16
|
if_length_less_than: BaseMetaColumn;
|
|
16
17
|
if_classifier_id: BaseMetaColumn;
|
|
17
|
-
|
|
18
|
+
if_classifier_contains_any_classes: BaseMetaColumn;
|
|
19
|
+
if_classifier_contains_all_classes: BaseMetaColumn;
|
|
18
20
|
if_contains_any_tags: BaseMetaColumn;
|
|
19
21
|
if_contains_all_tags: BaseMetaColumn;
|
|
20
22
|
log_group_id: BaseMetaColumn;
|
|
@@ -22,11 +22,13 @@ class ConditionMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
|
22
22
|
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
23
23
|
not: new namirasoft_core_1.BaseMetaColumn(this, "not", "Not", "Boolean", true),
|
|
24
24
|
operator: new namirasoft_core_1.BaseMetaColumn(this, "operator", "Operator", "Enum", true),
|
|
25
|
-
|
|
25
|
+
if_text_contains_any_words: new namirasoft_core_1.BaseMetaColumn(this, "if_text_contains_any_words", "If Text Contains Any Words", "String", false),
|
|
26
|
+
if_text_contains_all_words: new namirasoft_core_1.BaseMetaColumn(this, "if_text_contains_all_words", "If Text Contains All Words", "String", false),
|
|
26
27
|
if_length_greater_than: new namirasoft_core_1.BaseMetaColumn(this, "if_length_greater_than", "If Length Greater Than", "Integer", false),
|
|
27
28
|
if_length_less_than: new namirasoft_core_1.BaseMetaColumn(this, "if_length_less_than", "If Length Less Than", "Integer", false),
|
|
28
29
|
if_classifier_id: new namirasoft_core_1.BaseMetaColumn(this, "if_classifier_id", "If Classifier ID", "String", false),
|
|
29
|
-
|
|
30
|
+
if_classifier_contains_any_classes: new namirasoft_core_1.BaseMetaColumn(this, "if_classifier_contains_any_classes", "If Classifier Contains Any Classes", "String", false),
|
|
31
|
+
if_classifier_contains_all_classes: new namirasoft_core_1.BaseMetaColumn(this, "if_classifier_contains_all_classes", "If Classifier Contains All Classes", "String", false),
|
|
30
32
|
if_contains_any_tags: new namirasoft_core_1.BaseMetaColumn(this, "if_contains_any_tags", "If Contains Any Tags", "String", false),
|
|
31
33
|
if_contains_all_tags: new namirasoft_core_1.BaseMetaColumn(this, "if_contains_all_tags", "If Contains All Tags", "String", false),
|
|
32
34
|
log_group_id: new namirasoft_core_1.BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", false),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConditionMetaTable.js","sourceRoot":"","sources":["../../src/meta/ConditionMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAA2D;AAG3D,qDAAsE;AAGtE,MAAa,kBAAmB,SAAQ,iCAAwD;
|
|
1
|
+
{"version":3,"file":"ConditionMetaTable.js","sourceRoot":"","sources":["../../src/meta/ConditionMetaTable.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,8 +8,8 @@ export type ConditionGroupFullRow = {
|
|
|
8
8
|
user_id: string;
|
|
9
9
|
workspace_id: string;
|
|
10
10
|
name: string;
|
|
11
|
-
operator: ConditionGroupOperator;
|
|
12
11
|
not: boolean;
|
|
12
|
+
operator: ConditionGroupOperator;
|
|
13
13
|
log_group_id: (string | null);
|
|
14
14
|
description: (string | null);
|
|
15
15
|
created_at: Date;
|
|
@@ -6,8 +6,8 @@ import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
|
6
6
|
export type ConditionGroupInputRow = {
|
|
7
7
|
workspace_id: (string | null);
|
|
8
8
|
name: string;
|
|
9
|
-
operator: ConditionGroupOperator;
|
|
10
9
|
not: boolean;
|
|
10
|
+
operator: ConditionGroupOperator;
|
|
11
11
|
log_group_id: (string | null);
|
|
12
12
|
description: (string | null);
|
|
13
13
|
lines: ConditionGroupLineInputRow[];
|
|
@@ -4,8 +4,8 @@ export type ConditionGroupRow = {
|
|
|
4
4
|
user_id: string;
|
|
5
5
|
workspace_id: string;
|
|
6
6
|
name: string;
|
|
7
|
-
operator: ConditionGroupOperator;
|
|
8
7
|
not: boolean;
|
|
8
|
+
operator: ConditionGroupOperator;
|
|
9
9
|
log_group_id: (string | null);
|
|
10
10
|
description: (string | null);
|
|
11
11
|
created_at: Date;
|
|
@@ -7,11 +7,13 @@ export type ConditionInputRow = {
|
|
|
7
7
|
name: string;
|
|
8
8
|
not: boolean;
|
|
9
9
|
operator: ConditionOperator;
|
|
10
|
-
|
|
10
|
+
if_text_contains_any_words: (string | null);
|
|
11
|
+
if_text_contains_all_words: (string | null);
|
|
11
12
|
if_length_greater_than: (number | null);
|
|
12
13
|
if_length_less_than: (number | null);
|
|
13
14
|
if_classifier_id: (string | null);
|
|
14
|
-
|
|
15
|
+
if_classifier_contains_any_classes: (string | null);
|
|
16
|
+
if_classifier_contains_all_classes: (string | null);
|
|
15
17
|
if_contains_any_tags: (string | null);
|
|
16
18
|
if_contains_all_tags: (string | null);
|
|
17
19
|
log_group_id: (string | null);
|
|
@@ -6,11 +6,13 @@ export type ConditionRow = {
|
|
|
6
6
|
name: string;
|
|
7
7
|
not: boolean;
|
|
8
8
|
operator: ConditionOperator;
|
|
9
|
-
|
|
9
|
+
if_text_contains_any_words: (string | null);
|
|
10
|
+
if_text_contains_all_words: (string | null);
|
|
10
11
|
if_length_greater_than: (number | null);
|
|
11
12
|
if_length_less_than: (number | null);
|
|
12
13
|
if_classifier_id: (string | null);
|
|
13
|
-
|
|
14
|
+
if_classifier_contains_any_classes: (string | null);
|
|
15
|
+
if_classifier_contains_all_classes: (string | null);
|
|
14
16
|
if_contains_any_tags: (string | null);
|
|
15
17
|
if_contains_all_tags: (string | null);
|
|
16
18
|
log_group_id: (string | null);
|
package/package.json
CHANGED
|
@@ -171,7 +171,7 @@ export class NamirasoftInferenceServer extends NSABaseServer
|
|
|
171
171
|
usage: NamirasoftInferenceServerUsage;
|
|
172
172
|
constructor(base_url: string, token_manager: TokenManager, onError: (error: Error) => void)
|
|
173
173
|
{
|
|
174
|
-
super(base_url, `1.5.
|
|
174
|
+
super(base_url, `1.5.20`, token_manager, onError);
|
|
175
175
|
this.health = new NamirasoftInferenceServerHealth(this);
|
|
176
176
|
this.metrics = new NamirasoftInferenceServerMetrics(this);
|
|
177
177
|
this.value = new NamirasoftInferenceServerValue(this);
|
|
@@ -61,11 +61,19 @@ export class ConditionCreateCommand extends BaseFinalCommand
|
|
|
61
61
|
defaults: [""]
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
name: "
|
|
64
|
+
name: "if_text_contains_any_words",
|
|
65
65
|
short: "",
|
|
66
|
-
description: "Provides the value of '
|
|
66
|
+
description: "Provides the value of 'if_text_contains_any_words' in body",
|
|
67
67
|
optional: true,
|
|
68
|
-
args: ["
|
|
68
|
+
args: ["if_text_contains_any_words"],
|
|
69
|
+
defaults: [""]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: "if_text_contains_all_words",
|
|
73
|
+
short: "",
|
|
74
|
+
description: "Provides the value of 'if_text_contains_all_words' in body",
|
|
75
|
+
optional: true,
|
|
76
|
+
args: ["if_text_contains_all_words"],
|
|
69
77
|
defaults: [""]
|
|
70
78
|
},
|
|
71
79
|
{
|
|
@@ -93,11 +101,19 @@ export class ConditionCreateCommand extends BaseFinalCommand
|
|
|
93
101
|
defaults: [""]
|
|
94
102
|
},
|
|
95
103
|
{
|
|
96
|
-
name: "
|
|
104
|
+
name: "if_classifier_contains_any_classes",
|
|
105
|
+
short: "",
|
|
106
|
+
description: "Provides the value of 'if_classifier_contains_any_classes' in body",
|
|
107
|
+
optional: true,
|
|
108
|
+
args: ["if_classifier_contains_any_classes"],
|
|
109
|
+
defaults: [""]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
name: "if_classifier_contains_all_classes",
|
|
97
113
|
short: "",
|
|
98
|
-
description: "Provides the value of '
|
|
114
|
+
description: "Provides the value of 'if_classifier_contains_all_classes' in body",
|
|
99
115
|
optional: true,
|
|
100
|
-
args: ["
|
|
116
|
+
args: ["if_classifier_contains_all_classes"],
|
|
101
117
|
defaults: [""]
|
|
102
118
|
},
|
|
103
119
|
{
|
|
@@ -173,11 +189,13 @@ export class ConditionCreateCommand extends BaseFinalCommand
|
|
|
173
189
|
name: this.option_values.name,
|
|
174
190
|
not: this.option_values.not,
|
|
175
191
|
operator: this.option_values.operator,
|
|
176
|
-
|
|
192
|
+
if_text_contains_any_words: this.option_values.if_text_contains_any_words,
|
|
193
|
+
if_text_contains_all_words: this.option_values.if_text_contains_all_words,
|
|
177
194
|
if_length_greater_than: this.option_values.if_length_greater_than,
|
|
178
195
|
if_length_less_than: this.option_values.if_length_less_than,
|
|
179
196
|
if_classifier_id: this.option_values.if_classifier_id,
|
|
180
|
-
|
|
197
|
+
if_classifier_contains_any_classes: this.option_values.if_classifier_contains_any_classes,
|
|
198
|
+
if_classifier_contains_all_classes: this.option_values.if_classifier_contains_all_classes,
|
|
181
199
|
if_contains_any_tags: this.option_values.if_contains_any_tags,
|
|
182
200
|
if_contains_all_tags: this.option_values.if_contains_all_tags,
|
|
183
201
|
log_group_id: this.option_values.log_group_id,
|
|
@@ -45,19 +45,19 @@ export class ConditionGroupCreateCommand extends BaseFinalCommand
|
|
|
45
45
|
defaults: [""]
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
name: "
|
|
48
|
+
name: "not",
|
|
49
49
|
short: "",
|
|
50
|
-
description: "Provides the value of '
|
|
50
|
+
description: "Provides the value of 'not' in body",
|
|
51
51
|
optional: false,
|
|
52
|
-
args: ["
|
|
52
|
+
args: ["not"],
|
|
53
53
|
defaults: [""]
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
name: "
|
|
56
|
+
name: "operator",
|
|
57
57
|
short: "",
|
|
58
|
-
description: "Provides the value of '
|
|
58
|
+
description: "Provides the value of 'operator' in body",
|
|
59
59
|
optional: false,
|
|
60
|
-
args: ["
|
|
60
|
+
args: ["operator"],
|
|
61
61
|
defaults: [""]
|
|
62
62
|
},
|
|
63
63
|
{
|
|
@@ -123,8 +123,8 @@ export class ConditionGroupCreateCommand extends BaseFinalCommand
|
|
|
123
123
|
let ans = await server.condition_group.Create({
|
|
124
124
|
workspace_id: this.option_values.workspace_id,
|
|
125
125
|
name: this.option_values.name,
|
|
126
|
-
operator: this.option_values.operator,
|
|
127
126
|
not: this.option_values.not,
|
|
127
|
+
operator: this.option_values.operator,
|
|
128
128
|
log_group_id: this.option_values.log_group_id,
|
|
129
129
|
description: this.option_values.description,
|
|
130
130
|
lines: this.option_values.lines,
|
|
@@ -45,19 +45,19 @@ export class ConditionGroupUpdateCommand extends BaseFinalCommand
|
|
|
45
45
|
defaults: [""]
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
name: "
|
|
48
|
+
name: "not",
|
|
49
49
|
short: "",
|
|
50
|
-
description: "Provides the value of '
|
|
50
|
+
description: "Provides the value of 'not' in body",
|
|
51
51
|
optional: false,
|
|
52
|
-
args: ["
|
|
52
|
+
args: ["not"],
|
|
53
53
|
defaults: [""]
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
name: "
|
|
56
|
+
name: "operator",
|
|
57
57
|
short: "",
|
|
58
|
-
description: "Provides the value of '
|
|
58
|
+
description: "Provides the value of 'operator' in body",
|
|
59
59
|
optional: false,
|
|
60
|
-
args: ["
|
|
60
|
+
args: ["operator"],
|
|
61
61
|
defaults: [""]
|
|
62
62
|
},
|
|
63
63
|
{
|
|
@@ -123,8 +123,8 @@ export class ConditionGroupUpdateCommand extends BaseFinalCommand
|
|
|
123
123
|
let ans = await server.condition_group.Update(this.arg_values[0], {
|
|
124
124
|
workspace_id: this.option_values.workspace_id,
|
|
125
125
|
name: this.option_values.name,
|
|
126
|
-
operator: this.option_values.operator,
|
|
127
126
|
not: this.option_values.not,
|
|
127
|
+
operator: this.option_values.operator,
|
|
128
128
|
log_group_id: this.option_values.log_group_id,
|
|
129
129
|
description: this.option_values.description,
|
|
130
130
|
lines: this.option_values.lines,
|
|
@@ -61,11 +61,19 @@ export class ConditionUpdateCommand extends BaseFinalCommand
|
|
|
61
61
|
defaults: [""]
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
name: "
|
|
64
|
+
name: "if_text_contains_any_words",
|
|
65
65
|
short: "",
|
|
66
|
-
description: "Provides the value of '
|
|
66
|
+
description: "Provides the value of 'if_text_contains_any_words' in body",
|
|
67
67
|
optional: true,
|
|
68
|
-
args: ["
|
|
68
|
+
args: ["if_text_contains_any_words"],
|
|
69
|
+
defaults: [""]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: "if_text_contains_all_words",
|
|
73
|
+
short: "",
|
|
74
|
+
description: "Provides the value of 'if_text_contains_all_words' in body",
|
|
75
|
+
optional: true,
|
|
76
|
+
args: ["if_text_contains_all_words"],
|
|
69
77
|
defaults: [""]
|
|
70
78
|
},
|
|
71
79
|
{
|
|
@@ -93,11 +101,19 @@ export class ConditionUpdateCommand extends BaseFinalCommand
|
|
|
93
101
|
defaults: [""]
|
|
94
102
|
},
|
|
95
103
|
{
|
|
96
|
-
name: "
|
|
104
|
+
name: "if_classifier_contains_any_classes",
|
|
105
|
+
short: "",
|
|
106
|
+
description: "Provides the value of 'if_classifier_contains_any_classes' in body",
|
|
107
|
+
optional: true,
|
|
108
|
+
args: ["if_classifier_contains_any_classes"],
|
|
109
|
+
defaults: [""]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
name: "if_classifier_contains_all_classes",
|
|
97
113
|
short: "",
|
|
98
|
-
description: "Provides the value of '
|
|
114
|
+
description: "Provides the value of 'if_classifier_contains_all_classes' in body",
|
|
99
115
|
optional: true,
|
|
100
|
-
args: ["
|
|
116
|
+
args: ["if_classifier_contains_all_classes"],
|
|
101
117
|
defaults: [""]
|
|
102
118
|
},
|
|
103
119
|
{
|
|
@@ -173,11 +189,13 @@ export class ConditionUpdateCommand extends BaseFinalCommand
|
|
|
173
189
|
name: this.option_values.name,
|
|
174
190
|
not: this.option_values.not,
|
|
175
191
|
operator: this.option_values.operator,
|
|
176
|
-
|
|
192
|
+
if_text_contains_any_words: this.option_values.if_text_contains_any_words,
|
|
193
|
+
if_text_contains_all_words: this.option_values.if_text_contains_all_words,
|
|
177
194
|
if_length_greater_than: this.option_values.if_length_greater_than,
|
|
178
195
|
if_length_less_than: this.option_values.if_length_less_than,
|
|
179
196
|
if_classifier_id: this.option_values.if_classifier_id,
|
|
180
|
-
|
|
197
|
+
if_classifier_contains_any_classes: this.option_values.if_classifier_contains_any_classes,
|
|
198
|
+
if_classifier_contains_all_classes: this.option_values.if_classifier_contains_all_classes,
|
|
181
199
|
if_contains_any_tags: this.option_values.if_contains_any_tags,
|
|
182
200
|
if_contains_all_tags: this.option_values.if_contains_all_tags,
|
|
183
201
|
log_group_id: this.option_values.log_group_id,
|
|
@@ -31,8 +31,8 @@ export class ConditionGroupMetaTable extends NSBaseMetaTable<NamirasoftInference
|
|
|
31
31
|
user_id: BaseMetaColumn;
|
|
32
32
|
workspace_id: BaseMetaColumn;
|
|
33
33
|
name: BaseMetaColumn;
|
|
34
|
-
operator: BaseMetaColumn;
|
|
35
34
|
not: BaseMetaColumn;
|
|
35
|
+
operator: BaseMetaColumn;
|
|
36
36
|
log_group_id: BaseMetaColumn;
|
|
37
37
|
description: BaseMetaColumn;
|
|
38
38
|
created_at: BaseMetaColumn;
|
|
@@ -46,8 +46,8 @@ export class ConditionGroupMetaTable extends NSBaseMetaTable<NamirasoftInference
|
|
|
46
46
|
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
47
47
|
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
48
48
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
49
|
-
operator: new BaseMetaColumn(this, "operator", "Operator", "Enum", true),
|
|
50
49
|
not: new BaseMetaColumn(this, "not", "Not", "Boolean", true),
|
|
50
|
+
operator: new BaseMetaColumn(this, "operator", "Operator", "Enum", true),
|
|
51
51
|
log_group_id: new BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", false),
|
|
52
52
|
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
53
53
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
@@ -33,11 +33,13 @@ export class ConditionMetaTable extends NSBaseMetaTable<NamirasoftInferenceServe
|
|
|
33
33
|
name: BaseMetaColumn;
|
|
34
34
|
not: BaseMetaColumn;
|
|
35
35
|
operator: BaseMetaColumn;
|
|
36
|
-
|
|
36
|
+
if_text_contains_any_words: BaseMetaColumn;
|
|
37
|
+
if_text_contains_all_words: BaseMetaColumn;
|
|
37
38
|
if_length_greater_than: BaseMetaColumn;
|
|
38
39
|
if_length_less_than: BaseMetaColumn;
|
|
39
40
|
if_classifier_id: BaseMetaColumn;
|
|
40
|
-
|
|
41
|
+
if_classifier_contains_any_classes: BaseMetaColumn;
|
|
42
|
+
if_classifier_contains_all_classes: BaseMetaColumn;
|
|
41
43
|
if_contains_any_tags: BaseMetaColumn;
|
|
42
44
|
if_contains_all_tags: BaseMetaColumn;
|
|
43
45
|
log_group_id: BaseMetaColumn;
|
|
@@ -55,11 +57,13 @@ export class ConditionMetaTable extends NSBaseMetaTable<NamirasoftInferenceServe
|
|
|
55
57
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
56
58
|
not: new BaseMetaColumn(this, "not", "Not", "Boolean", true),
|
|
57
59
|
operator: new BaseMetaColumn(this, "operator", "Operator", "Enum", true),
|
|
58
|
-
|
|
60
|
+
if_text_contains_any_words: new BaseMetaColumn(this, "if_text_contains_any_words", "If Text Contains Any Words", "String", false),
|
|
61
|
+
if_text_contains_all_words: new BaseMetaColumn(this, "if_text_contains_all_words", "If Text Contains All Words", "String", false),
|
|
59
62
|
if_length_greater_than: new BaseMetaColumn(this, "if_length_greater_than", "If Length Greater Than", "Integer", false),
|
|
60
63
|
if_length_less_than: new BaseMetaColumn(this, "if_length_less_than", "If Length Less Than", "Integer", false),
|
|
61
64
|
if_classifier_id: new BaseMetaColumn(this, "if_classifier_id", "If Classifier ID", "String", false),
|
|
62
|
-
|
|
65
|
+
if_classifier_contains_any_classes: new BaseMetaColumn(this, "if_classifier_contains_any_classes", "If Classifier Contains Any Classes", "String", false),
|
|
66
|
+
if_classifier_contains_all_classes: new BaseMetaColumn(this, "if_classifier_contains_all_classes", "If Classifier Contains All Classes", "String", false),
|
|
63
67
|
if_contains_any_tags: new BaseMetaColumn(this, "if_contains_any_tags", "If Contains Any Tags", "String", false),
|
|
64
68
|
if_contains_all_tags: new BaseMetaColumn(this, "if_contains_all_tags", "If Contains All Tags", "String", false),
|
|
65
69
|
log_group_id: new BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", false),
|
|
@@ -30,8 +30,8 @@ export type ConditionGroupFullRow =
|
|
|
30
30
|
user_id: string;
|
|
31
31
|
workspace_id: string;
|
|
32
32
|
name: string;
|
|
33
|
-
operator: ConditionGroupOperator;
|
|
34
33
|
not: boolean;
|
|
34
|
+
operator: ConditionGroupOperator;
|
|
35
35
|
log_group_id: (string | null);
|
|
36
36
|
description: (string | null);
|
|
37
37
|
created_at: Date;
|
|
@@ -28,8 +28,8 @@ export type ConditionGroupInputRow =
|
|
|
28
28
|
{
|
|
29
29
|
workspace_id: (string | null);
|
|
30
30
|
name: string;
|
|
31
|
-
operator: ConditionGroupOperator;
|
|
32
31
|
not: boolean;
|
|
32
|
+
operator: ConditionGroupOperator;
|
|
33
33
|
log_group_id: (string | null);
|
|
34
34
|
description: (string | null);
|
|
35
35
|
lines: ConditionGroupLineInputRow[];
|
|
@@ -26,8 +26,8 @@ export type ConditionGroupRow =
|
|
|
26
26
|
user_id: string;
|
|
27
27
|
workspace_id: string;
|
|
28
28
|
name: string;
|
|
29
|
-
operator: ConditionGroupOperator;
|
|
30
29
|
not: boolean;
|
|
30
|
+
operator: ConditionGroupOperator;
|
|
31
31
|
log_group_id: (string | null);
|
|
32
32
|
description: (string | null);
|
|
33
33
|
created_at: Date;
|
|
@@ -29,11 +29,13 @@ export type ConditionInputRow =
|
|
|
29
29
|
name: string;
|
|
30
30
|
not: boolean;
|
|
31
31
|
operator: ConditionOperator;
|
|
32
|
-
|
|
32
|
+
if_text_contains_any_words: (string | null);
|
|
33
|
+
if_text_contains_all_words: (string | null);
|
|
33
34
|
if_length_greater_than: (number | null);
|
|
34
35
|
if_length_less_than: (number | null);
|
|
35
36
|
if_classifier_id: (string | null);
|
|
36
|
-
|
|
37
|
+
if_classifier_contains_any_classes: (string | null);
|
|
38
|
+
if_classifier_contains_all_classes: (string | null);
|
|
37
39
|
if_contains_any_tags: (string | null);
|
|
38
40
|
if_contains_all_tags: (string | null);
|
|
39
41
|
log_group_id: (string | null);
|
package/src/row/ConditionRow.ts
CHANGED
|
@@ -28,11 +28,13 @@ export type ConditionRow =
|
|
|
28
28
|
name: string;
|
|
29
29
|
not: boolean;
|
|
30
30
|
operator: ConditionOperator;
|
|
31
|
-
|
|
31
|
+
if_text_contains_any_words: (string | null);
|
|
32
|
+
if_text_contains_all_words: (string | null);
|
|
32
33
|
if_length_greater_than: (number | null);
|
|
33
34
|
if_length_less_than: (number | null);
|
|
34
35
|
if_classifier_id: (string | null);
|
|
35
|
-
|
|
36
|
+
if_classifier_contains_any_classes: (string | null);
|
|
37
|
+
if_classifier_contains_all_classes: (string | null);
|
|
36
38
|
if_contains_any_tags: (string | null);
|
|
37
39
|
if_contains_all_tags: (string | null);
|
|
38
40
|
log_group_id: (string | null);
|