namirasoft-inference 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (267) hide show
  1. package/dist/NamirasoftInferenceServer.d.ts +23 -0
  2. package/dist/NamirasoftInferenceServer.js +30 -0
  3. package/dist/NamirasoftInferenceServer.js.map +1 -0
  4. package/dist/NamirasoftInferenceServerBase.d.ts +5 -0
  5. package/dist/NamirasoftInferenceServerBase.js +11 -0
  6. package/dist/NamirasoftInferenceServerBase.js.map +1 -0
  7. package/dist/NamirasoftInferenceServerHealth.d.ts +8 -0
  8. package/dist/NamirasoftInferenceServerHealth.js +35 -0
  9. package/dist/NamirasoftInferenceServerHealth.js.map +1 -0
  10. package/dist/NamirasoftInferenceServerHealthz.d.ts +7 -0
  11. package/dist/NamirasoftInferenceServerHealthz.js +28 -0
  12. package/dist/NamirasoftInferenceServerHealthz.js.map +1 -0
  13. package/dist/NamirasoftInferenceServerMetrics.d.ts +7 -0
  14. package/dist/NamirasoftInferenceServerMetrics.js +28 -0
  15. package/dist/NamirasoftInferenceServerMetrics.js.map +1 -0
  16. package/dist/NamirasoftInferenceServerModel.d.ts +25 -0
  17. package/dist/NamirasoftInferenceServerModel.js +72 -0
  18. package/dist/NamirasoftInferenceServerModel.js.map +1 -0
  19. package/dist/NamirasoftInferenceServerModelCategory.d.ts +17 -0
  20. package/dist/NamirasoftInferenceServerModelCategory.js +56 -0
  21. package/dist/NamirasoftInferenceServerModelCategory.js.map +1 -0
  22. package/dist/NamirasoftInferenceServerModelField.d.ts +18 -0
  23. package/dist/NamirasoftInferenceServerModelField.js +64 -0
  24. package/dist/NamirasoftInferenceServerModelField.js.map +1 -0
  25. package/dist/NamirasoftInferenceServerModelTag.d.ts +18 -0
  26. package/dist/NamirasoftInferenceServerModelTag.js +64 -0
  27. package/dist/NamirasoftInferenceServerModelTag.js.map +1 -0
  28. package/dist/NamirasoftInferenceServerUsage.d.ts +8 -0
  29. package/dist/NamirasoftInferenceServerUsage.js +29 -0
  30. package/dist/NamirasoftInferenceServerUsage.js.map +1 -0
  31. package/dist/NamirasoftInferenceServerValue.d.ts +7 -0
  32. package/dist/NamirasoftInferenceServerValue.js +29 -0
  33. package/dist/NamirasoftInferenceServerValue.js.map +1 -0
  34. package/dist/command/HealthCommand.d.ts +4 -0
  35. package/dist/command/HealthCommand.js +17 -0
  36. package/dist/command/HealthCommand.js.map +1 -0
  37. package/dist/command/HealthLivenessCommand.d.ts +5 -0
  38. package/dist/command/HealthLivenessCommand.js +38 -0
  39. package/dist/command/HealthLivenessCommand.js.map +1 -0
  40. package/dist/command/HealthReadinessCommand.d.ts +5 -0
  41. package/dist/command/HealthReadinessCommand.js +38 -0
  42. package/dist/command/HealthReadinessCommand.js.map +1 -0
  43. package/dist/command/HealthzCommand.d.ts +4 -0
  44. package/dist/command/HealthzCommand.js +15 -0
  45. package/dist/command/HealthzCommand.js.map +1 -0
  46. package/dist/command/HealthzGetCommand.d.ts +5 -0
  47. package/dist/command/HealthzGetCommand.js +38 -0
  48. package/dist/command/HealthzGetCommand.js.map +1 -0
  49. package/dist/command/MetricsCommand.d.ts +4 -0
  50. package/dist/command/MetricsCommand.js +15 -0
  51. package/dist/command/MetricsCommand.js.map +1 -0
  52. package/dist/command/MetricsGetCommand.d.ts +5 -0
  53. package/dist/command/MetricsGetCommand.js +38 -0
  54. package/dist/command/MetricsGetCommand.js.map +1 -0
  55. package/dist/command/ModelAskCommand.d.ts +5 -0
  56. package/dist/command/ModelAskCommand.js +76 -0
  57. package/dist/command/ModelAskCommand.js.map +1 -0
  58. package/dist/command/ModelCategoryCommand.d.ts +4 -0
  59. package/dist/command/ModelCategoryCommand.js +21 -0
  60. package/dist/command/ModelCategoryCommand.js.map +1 -0
  61. package/dist/command/ModelCategoryCreateCommand.d.ts +5 -0
  62. package/dist/command/ModelCategoryCreateCommand.js +49 -0
  63. package/dist/command/ModelCategoryCreateCommand.js.map +1 -0
  64. package/dist/command/ModelCategoryDeleteCommand.d.ts +5 -0
  65. package/dist/command/ModelCategoryDeleteCommand.js +38 -0
  66. package/dist/command/ModelCategoryDeleteCommand.js.map +1 -0
  67. package/dist/command/ModelCategoryGetCommand.d.ts +5 -0
  68. package/dist/command/ModelCategoryGetCommand.js +38 -0
  69. package/dist/command/ModelCategoryGetCommand.js.map +1 -0
  70. package/dist/command/ModelCategoryListCommand.d.ts +5 -0
  71. package/dist/command/ModelCategoryListCommand.js +38 -0
  72. package/dist/command/ModelCategoryListCommand.js.map +1 -0
  73. package/dist/command/ModelCommand.d.ts +4 -0
  74. package/dist/command/ModelCommand.js +25 -0
  75. package/dist/command/ModelCommand.js.map +1 -0
  76. package/dist/command/ModelCreateCommand.d.ts +5 -0
  77. package/dist/command/ModelCreateCommand.js +157 -0
  78. package/dist/command/ModelCreateCommand.js.map +1 -0
  79. package/dist/command/ModelDeleteCommand.d.ts +5 -0
  80. package/dist/command/ModelDeleteCommand.js +38 -0
  81. package/dist/command/ModelDeleteCommand.js.map +1 -0
  82. package/dist/command/ModelFieldCommand.d.ts +4 -0
  83. package/dist/command/ModelFieldCommand.js +23 -0
  84. package/dist/command/ModelFieldCommand.js.map +1 -0
  85. package/dist/command/ModelFieldCreateCommand.d.ts +5 -0
  86. package/dist/command/ModelFieldCreateCommand.js +58 -0
  87. package/dist/command/ModelFieldCreateCommand.js.map +1 -0
  88. package/dist/command/ModelFieldDeleteCommand.d.ts +5 -0
  89. package/dist/command/ModelFieldDeleteCommand.js +38 -0
  90. package/dist/command/ModelFieldDeleteCommand.js.map +1 -0
  91. package/dist/command/ModelFieldGetCommand.d.ts +5 -0
  92. package/dist/command/ModelFieldGetCommand.js +38 -0
  93. package/dist/command/ModelFieldGetCommand.js.map +1 -0
  94. package/dist/command/ModelFieldListCommand.d.ts +5 -0
  95. package/dist/command/ModelFieldListCommand.js +38 -0
  96. package/dist/command/ModelFieldListCommand.js.map +1 -0
  97. package/dist/command/ModelFieldUpdateCommand.d.ts +5 -0
  98. package/dist/command/ModelFieldUpdateCommand.js +58 -0
  99. package/dist/command/ModelFieldUpdateCommand.js.map +1 -0
  100. package/dist/command/ModelGetCommand.d.ts +5 -0
  101. package/dist/command/ModelGetCommand.js +38 -0
  102. package/dist/command/ModelGetCommand.js.map +1 -0
  103. package/dist/command/ModelListCommand.d.ts +5 -0
  104. package/dist/command/ModelListCommand.js +38 -0
  105. package/dist/command/ModelListCommand.js.map +1 -0
  106. package/dist/command/ModelTagCommand.d.ts +4 -0
  107. package/dist/command/ModelTagCommand.js +23 -0
  108. package/dist/command/ModelTagCommand.js.map +1 -0
  109. package/dist/command/ModelTagCreateCommand.d.ts +5 -0
  110. package/dist/command/ModelTagCreateCommand.js +58 -0
  111. package/dist/command/ModelTagCreateCommand.js.map +1 -0
  112. package/dist/command/ModelTagDeleteCommand.d.ts +5 -0
  113. package/dist/command/ModelTagDeleteCommand.js +38 -0
  114. package/dist/command/ModelTagDeleteCommand.js.map +1 -0
  115. package/dist/command/ModelTagGetCommand.d.ts +5 -0
  116. package/dist/command/ModelTagGetCommand.js +38 -0
  117. package/dist/command/ModelTagGetCommand.js.map +1 -0
  118. package/dist/command/ModelTagListCommand.d.ts +5 -0
  119. package/dist/command/ModelTagListCommand.js +38 -0
  120. package/dist/command/ModelTagListCommand.js.map +1 -0
  121. package/dist/command/ModelTagUpdateCommand.d.ts +5 -0
  122. package/dist/command/ModelTagUpdateCommand.js +58 -0
  123. package/dist/command/ModelTagUpdateCommand.js.map +1 -0
  124. package/dist/command/ModelUpdateCommand.d.ts +5 -0
  125. package/dist/command/ModelUpdateCommand.js +157 -0
  126. package/dist/command/ModelUpdateCommand.js.map +1 -0
  127. package/dist/command/UsageCommand.d.ts +4 -0
  128. package/dist/command/UsageCommand.js +15 -0
  129. package/dist/command/UsageCommand.js.map +1 -0
  130. package/dist/command/UsageSummaryCommand.d.ts +5 -0
  131. package/dist/command/UsageSummaryCommand.js +38 -0
  132. package/dist/command/UsageSummaryCommand.js.map +1 -0
  133. package/dist/command/ValueCommand.d.ts +4 -0
  134. package/dist/command/ValueCommand.js +15 -0
  135. package/dist/command/ValueCommand.js.map +1 -0
  136. package/dist/command/ValueListCommand.d.ts +5 -0
  137. package/dist/command/ValueListCommand.js +38 -0
  138. package/dist/command/ValueListCommand.js.map +1 -0
  139. package/dist/command/cli.d.ts +2 -0
  140. package/dist/command/cli.js +30 -0
  141. package/dist/command/cli.js.map +1 -0
  142. package/dist/enum/InteractionStatus.d.ts +5 -0
  143. package/dist/enum/InteractionStatus.js +10 -0
  144. package/dist/enum/InteractionStatus.js.map +1 -0
  145. package/dist/enum/ModelModelCompany.d.ts +6 -0
  146. package/dist/enum/ModelModelCompany.js +11 -0
  147. package/dist/enum/ModelModelCompany.js.map +1 -0
  148. package/dist/enum/ModelModelName.d.ts +11 -0
  149. package/dist/enum/ModelModelName.js +16 -0
  150. package/dist/enum/ModelModelName.js.map +1 -0
  151. package/dist/index.d.ts +64 -0
  152. package/dist/index.js +81 -0
  153. package/dist/index.js.map +1 -0
  154. package/dist/meta/ModelCategoryMetaTable.d.ts +15 -0
  155. package/dist/meta/ModelCategoryMetaTable.js +39 -0
  156. package/dist/meta/ModelCategoryMetaTable.js.map +1 -0
  157. package/dist/meta/ModelFieldMetaTable.d.ts +16 -0
  158. package/dist/meta/ModelFieldMetaTable.js +39 -0
  159. package/dist/meta/ModelFieldMetaTable.js.map +1 -0
  160. package/dist/meta/ModelMetaTable.d.ts +62 -0
  161. package/dist/meta/ModelMetaTable.js +85 -0
  162. package/dist/meta/ModelMetaTable.js.map +1 -0
  163. package/dist/meta/ModelTagMetaTable.d.ts +16 -0
  164. package/dist/meta/ModelTagMetaTable.js +39 -0
  165. package/dist/meta/ModelTagMetaTable.js.map +1 -0
  166. package/dist/meta/NamirasoftInferenceMetaDatabase.d.ts +19 -0
  167. package/dist/meta/NamirasoftInferenceMetaDatabase.js +33 -0
  168. package/dist/meta/NamirasoftInferenceMetaDatabase.js.map +1 -0
  169. package/dist/row/EntityCategoryInputRow.d.ts +3 -0
  170. package/dist/row/EntityCategoryInputRow.js +3 -0
  171. package/dist/row/EntityCategoryInputRow.js.map +1 -0
  172. package/dist/row/EntityFieldInputRow.d.ts +4 -0
  173. package/dist/row/EntityFieldInputRow.js +3 -0
  174. package/dist/row/EntityFieldInputRow.js.map +1 -0
  175. package/dist/row/EntityTagInputRow.d.ts +4 -0
  176. package/dist/row/EntityTagInputRow.js +3 -0
  177. package/dist/row/EntityTagInputRow.js.map +1 -0
  178. package/dist/row/InteractionRow.d.ts +22 -0
  179. package/dist/row/InteractionRow.js +3 -0
  180. package/dist/row/InteractionRow.js.map +1 -0
  181. package/dist/row/ModelCategoryRow.d.ts +8 -0
  182. package/dist/row/ModelCategoryRow.js +3 -0
  183. package/dist/row/ModelCategoryRow.js.map +1 -0
  184. package/dist/row/ModelFieldRow.d.ts +9 -0
  185. package/dist/row/ModelFieldRow.js +3 -0
  186. package/dist/row/ModelFieldRow.js.map +1 -0
  187. package/dist/row/ModelInputRow.d.ts +20 -0
  188. package/dist/row/ModelInputRow.js +3 -0
  189. package/dist/row/ModelInputRow.js.map +1 -0
  190. package/dist/row/ModelRow.d.ts +57 -0
  191. package/dist/row/ModelRow.js +3 -0
  192. package/dist/row/ModelRow.js.map +1 -0
  193. package/dist/row/ModelTagRow.d.ts +9 -0
  194. package/dist/row/ModelTagRow.js +3 -0
  195. package/dist/row/ModelTagRow.js.map +1 -0
  196. package/dist/row/UsageSummaryResponseRow.d.ts +9 -0
  197. package/dist/row/UsageSummaryResponseRow.js +3 -0
  198. package/dist/row/UsageSummaryResponseRow.js.map +1 -0
  199. package/logo.png +0 -0
  200. package/package.json +28 -0
  201. package/src/NamirasoftInferenceServer.ts +57 -0
  202. package/src/NamirasoftInferenceServerBase.ts +30 -0
  203. package/src/NamirasoftInferenceServerHealth.ts +43 -0
  204. package/src/NamirasoftInferenceServerHealthz.ts +37 -0
  205. package/src/NamirasoftInferenceServerMetrics.ts +37 -0
  206. package/src/NamirasoftInferenceServerModel.ts +79 -0
  207. package/src/NamirasoftInferenceServerModelCategory.ts +64 -0
  208. package/src/NamirasoftInferenceServerModelField.ts +71 -0
  209. package/src/NamirasoftInferenceServerModelTag.ts +71 -0
  210. package/src/NamirasoftInferenceServerUsage.ts +39 -0
  211. package/src/NamirasoftInferenceServerValue.ts +38 -0
  212. package/src/command/HealthCommand.ts +34 -0
  213. package/src/command/HealthLivenessCommand.ts +45 -0
  214. package/src/command/HealthReadinessCommand.ts +45 -0
  215. package/src/command/HealthzCommand.ts +32 -0
  216. package/src/command/HealthzGetCommand.ts +45 -0
  217. package/src/command/MetricsCommand.ts +32 -0
  218. package/src/command/MetricsGetCommand.ts +45 -0
  219. package/src/command/ModelAskCommand.ts +83 -0
  220. package/src/command/ModelCategoryCommand.ts +38 -0
  221. package/src/command/ModelCategoryCreateCommand.ts +56 -0
  222. package/src/command/ModelCategoryDeleteCommand.ts +45 -0
  223. package/src/command/ModelCategoryGetCommand.ts +45 -0
  224. package/src/command/ModelCategoryListCommand.ts +45 -0
  225. package/src/command/ModelCommand.ts +42 -0
  226. package/src/command/ModelCreateCommand.ts +164 -0
  227. package/src/command/ModelDeleteCommand.ts +45 -0
  228. package/src/command/ModelFieldCommand.ts +40 -0
  229. package/src/command/ModelFieldCreateCommand.ts +65 -0
  230. package/src/command/ModelFieldDeleteCommand.ts +45 -0
  231. package/src/command/ModelFieldGetCommand.ts +45 -0
  232. package/src/command/ModelFieldListCommand.ts +45 -0
  233. package/src/command/ModelFieldUpdateCommand.ts +65 -0
  234. package/src/command/ModelGetCommand.ts +45 -0
  235. package/src/command/ModelListCommand.ts +45 -0
  236. package/src/command/ModelTagCommand.ts +40 -0
  237. package/src/command/ModelTagCreateCommand.ts +65 -0
  238. package/src/command/ModelTagDeleteCommand.ts +45 -0
  239. package/src/command/ModelTagGetCommand.ts +45 -0
  240. package/src/command/ModelTagListCommand.ts +45 -0
  241. package/src/command/ModelTagUpdateCommand.ts +65 -0
  242. package/src/command/ModelUpdateCommand.ts +164 -0
  243. package/src/command/UsageCommand.ts +32 -0
  244. package/src/command/UsageSummaryCommand.ts +45 -0
  245. package/src/command/ValueCommand.ts +32 -0
  246. package/src/command/ValueListCommand.ts +45 -0
  247. package/src/command/cli.ts +49 -0
  248. package/src/enum/InteractionStatus.ts +26 -0
  249. package/src/enum/ModelModelCompany.ts +27 -0
  250. package/src/enum/ModelModelName.ts +32 -0
  251. package/src/index.ts +84 -0
  252. package/src/meta/ModelCategoryMetaTable.ts +60 -0
  253. package/src/meta/ModelFieldMetaTable.ts +61 -0
  254. package/src/meta/ModelMetaTable.ts +153 -0
  255. package/src/meta/ModelTagMetaTable.ts +61 -0
  256. package/src/meta/NamirasoftInferenceMetaDatabase.ts +60 -0
  257. package/src/row/EntityCategoryInputRow.ts +24 -0
  258. package/src/row/EntityFieldInputRow.ts +25 -0
  259. package/src/row/EntityTagInputRow.ts +25 -0
  260. package/src/row/InteractionRow.ts +44 -0
  261. package/src/row/ModelCategoryRow.ts +29 -0
  262. package/src/row/ModelFieldRow.ts +30 -0
  263. package/src/row/ModelInputRow.ts +42 -0
  264. package/src/row/ModelRow.ts +79 -0
  265. package/src/row/ModelTagRow.ts +30 -0
  266. package/src/row/UsageSummaryResponseRow.ts +30 -0
  267. package/tsconfig.json +45 -0
@@ -0,0 +1,60 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
22
+ import { FilterItem, SortItem } from "namirasoft-core";
23
+ import { ModelCategoryRow } from "../row/ModelCategoryRow";
24
+ import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
25
+ import { NamirasoftInferenceServer } from "../NamirasoftInferenceServer";
26
+
27
+ export class ModelCategoryMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer, ModelCategoryRow>
28
+ {
29
+ public override columns: {
30
+ id: BaseMetaColumn;
31
+ user_id: BaseMetaColumn;
32
+ entity_id: BaseMetaColumn;
33
+ category_id: BaseMetaColumn;
34
+ created_at: BaseMetaColumn;
35
+ updated_at: BaseMetaColumn;
36
+ }
37
+ constructor(database: NSBaseMetaDatabase<NamirasoftInferenceServer>)
38
+ {
39
+ super(database, "model_category", "Model Category", new BaseUUID(""));
40
+ this.columns = {
41
+ id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
42
+ user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
43
+ entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
44
+ category_id: new BaseMetaColumn(this, "category_id", "Category ID", "String", true),
45
+ created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
46
+ updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
47
+ };
48
+ this.back_end.get = async (id: string) =>
49
+ {
50
+ let server = this.database.getServer();
51
+ return await server.model_category.Get(id);
52
+ };
53
+ this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
54
+ {
55
+ let server = this.database.getServer();
56
+ return await server.model_category.List(filters, page, size, sorts);
57
+ };
58
+ this.front_end.getUpdateLink = () => "";
59
+ }
60
+ };
@@ -0,0 +1,61 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
22
+ import { FilterItem, SortItem } from "namirasoft-core";
23
+ import { ModelFieldRow } from "../row/ModelFieldRow";
24
+ import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
25
+ import { NamirasoftInferenceServer } from "../NamirasoftInferenceServer";
26
+
27
+ export class ModelFieldMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer, ModelFieldRow>
28
+ {
29
+ public override columns: {
30
+ id: BaseMetaColumn;
31
+ user_id: BaseMetaColumn;
32
+ entity_id: BaseMetaColumn;
33
+ field_id: BaseMetaColumn;
34
+ value: BaseMetaColumn;
35
+ created_at: BaseMetaColumn;
36
+ updated_at: BaseMetaColumn;
37
+ }
38
+ constructor(database: NSBaseMetaDatabase<NamirasoftInferenceServer>)
39
+ {
40
+ super(database, "model_field", "Model Field", new BaseUUID(""));
41
+ this.columns = {
42
+ id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
43
+ user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
44
+ entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
45
+ field_id: new BaseMetaColumn(this, "field_id", "Field ID", "String", true),
46
+ value: new BaseMetaColumn(this, "value", "Value", "String", false),
47
+ created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
48
+ updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
49
+ };
50
+ this.back_end.get = async (id: string) =>
51
+ {
52
+ let server = this.database.getServer();
53
+ return await server.model_field.Get(id);
54
+ };
55
+ this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
56
+ {
57
+ let server = this.database.getServer();
58
+ return await server.model_field.List(filters, page, size, sorts);
59
+ };
60
+ }
61
+ };
@@ -0,0 +1,153 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
22
+ import { FilterItem, SortItem } from "namirasoft-core";
23
+ import { ModelRow } from "../row/ModelRow";
24
+ import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
25
+ import { NamirasoftInferenceServer } from "../NamirasoftInferenceServer";
26
+
27
+ export class ModelMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer, ModelRow>
28
+ {
29
+ public override columns: {
30
+ id: BaseMetaColumn;
31
+ user_id: BaseMetaColumn;
32
+ workspace_id: BaseMetaColumn;
33
+ name: BaseMetaColumn;
34
+ model_company: BaseMetaColumn;
35
+ model_name: BaseMetaColumn;
36
+ model_api_key_credential_id: BaseMetaColumn;
37
+ cost_limit_per_month: BaseMetaColumn;
38
+ cost_limit_per_week: BaseMetaColumn;
39
+ cost_limit_per_day: BaseMetaColumn;
40
+ cost_limit_per_chat: BaseMetaColumn;
41
+ cost_limit_per_run: BaseMetaColumn;
42
+ total_token: BaseMetaColumn;
43
+ total_token_input: BaseMetaColumn;
44
+ total_token_output: BaseMetaColumn;
45
+ total_paid: BaseMetaColumn;
46
+ total_paid_input: BaseMetaColumn;
47
+ total_paid_output: BaseMetaColumn;
48
+ total_cost: BaseMetaColumn;
49
+ total_cost_input: BaseMetaColumn;
50
+ total_cost_output: BaseMetaColumn;
51
+ total_monthly_started_at: BaseMetaColumn;
52
+ total_monthly_token: BaseMetaColumn;
53
+ total_monthly_token_input: BaseMetaColumn;
54
+ total_monthly_token_output: BaseMetaColumn;
55
+ total_monthly_paid: BaseMetaColumn;
56
+ total_monthly_paid_input: BaseMetaColumn;
57
+ total_monthly_paid_output: BaseMetaColumn;
58
+ total_monthly_cost: BaseMetaColumn;
59
+ total_monthly_cost_input: BaseMetaColumn;
60
+ total_monthly_cost_output: BaseMetaColumn;
61
+ total_weekly_started_at: BaseMetaColumn;
62
+ total_weekly_token: BaseMetaColumn;
63
+ total_weekly_token_input: BaseMetaColumn;
64
+ total_weekly_token_output: BaseMetaColumn;
65
+ total_weekly_paid: BaseMetaColumn;
66
+ total_weekly_paid_input: BaseMetaColumn;
67
+ total_weekly_paid_output: BaseMetaColumn;
68
+ total_weekly_cost: BaseMetaColumn;
69
+ total_weekly_cost_input: BaseMetaColumn;
70
+ total_weekly_cost_output: BaseMetaColumn;
71
+ total_daily_started_at: BaseMetaColumn;
72
+ total_daily_token: BaseMetaColumn;
73
+ total_daily_token_input: BaseMetaColumn;
74
+ total_daily_token_output: BaseMetaColumn;
75
+ total_daily_paid: BaseMetaColumn;
76
+ total_daily_paid_input: BaseMetaColumn;
77
+ total_daily_paid_output: BaseMetaColumn;
78
+ total_daily_cost: BaseMetaColumn;
79
+ total_daily_cost_input: BaseMetaColumn;
80
+ total_daily_cost_output: BaseMetaColumn;
81
+ created_at: BaseMetaColumn;
82
+ updated_at: BaseMetaColumn;
83
+ }
84
+ constructor(database: NSBaseMetaDatabase<NamirasoftInferenceServer>)
85
+ {
86
+ super(database, "model", "Model", new BaseUUID("chat-mdl"));
87
+ this.columns = {
88
+ id: new BaseMetaColumn(this, "id", "ID", "String", true),
89
+ user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
90
+ workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
91
+ name: new BaseMetaColumn(this, "name", "Name", "String", true),
92
+ model_company: new BaseMetaColumn(this, "model_company", "Model Company", "Enum", true),
93
+ model_name: new BaseMetaColumn(this, "model_name", "Model Name", "Enum", true),
94
+ model_api_key_credential_id: new BaseMetaColumn(this, "model_api_key_credential_id", "Model API Key Credential ID", "String", false),
95
+ cost_limit_per_month: new BaseMetaColumn(this, "cost_limit_per_month", "Cost Limit Per Month", "Float", false),
96
+ cost_limit_per_week: new BaseMetaColumn(this, "cost_limit_per_week", "Cost Limit Per Week", "Float", false),
97
+ cost_limit_per_day: new BaseMetaColumn(this, "cost_limit_per_day", "Cost Limit Per Day", "Float", false),
98
+ cost_limit_per_chat: new BaseMetaColumn(this, "cost_limit_per_chat", "Cost Limit Per Chat", "Float", false),
99
+ cost_limit_per_run: new BaseMetaColumn(this, "cost_limit_per_run", "Cost Limit Per Run", "Float", false),
100
+ total_token: new BaseMetaColumn(this, "total_token", "Total Token", "Integer", true),
101
+ total_token_input: new BaseMetaColumn(this, "total_token_input", "Total Token Input", "Integer", true),
102
+ total_token_output: new BaseMetaColumn(this, "total_token_output", "Total Token Output", "Integer", true),
103
+ total_paid: new BaseMetaColumn(this, "total_paid", "Total Paid", "Integer", true),
104
+ total_paid_input: new BaseMetaColumn(this, "total_paid_input", "Total Paid Input", "Integer", true),
105
+ total_paid_output: new BaseMetaColumn(this, "total_paid_output", "Total Paid Output", "Integer", true),
106
+ total_cost: new BaseMetaColumn(this, "total_cost", "Total Cost", "Integer", true),
107
+ total_cost_input: new BaseMetaColumn(this, "total_cost_input", "Total Cost Input", "Integer", true),
108
+ total_cost_output: new BaseMetaColumn(this, "total_cost_output", "Total Cost Output", "Integer", true),
109
+ total_monthly_started_at: new BaseMetaColumn(this, "total_monthly_started_at", "Total Monthly Started At", "DateTime", true),
110
+ total_monthly_token: new BaseMetaColumn(this, "total_monthly_token", "Total Monthly Token", "Integer", true),
111
+ total_monthly_token_input: new BaseMetaColumn(this, "total_monthly_token_input", "Total Monthly Token Input", "Integer", true),
112
+ total_monthly_token_output: new BaseMetaColumn(this, "total_monthly_token_output", "Total Monthly Token Output", "Integer", true),
113
+ total_monthly_paid: new BaseMetaColumn(this, "total_monthly_paid", "Total Monthly Paid", "Integer", true),
114
+ total_monthly_paid_input: new BaseMetaColumn(this, "total_monthly_paid_input", "Total Monthly Paid Input", "Integer", true),
115
+ total_monthly_paid_output: new BaseMetaColumn(this, "total_monthly_paid_output", "Total Monthly Paid Output", "Integer", true),
116
+ total_monthly_cost: new BaseMetaColumn(this, "total_monthly_cost", "Total Monthly Cost", "Integer", true),
117
+ total_monthly_cost_input: new BaseMetaColumn(this, "total_monthly_cost_input", "Total Monthly Cost Input", "Integer", true),
118
+ total_monthly_cost_output: new BaseMetaColumn(this, "total_monthly_cost_output", "Total Monthly Cost Output", "Integer", true),
119
+ total_weekly_started_at: new BaseMetaColumn(this, "total_weekly_started_at", "Total Weekly Started At", "DateTime", true),
120
+ total_weekly_token: new BaseMetaColumn(this, "total_weekly_token", "Total Weekly Token", "Integer", true),
121
+ total_weekly_token_input: new BaseMetaColumn(this, "total_weekly_token_input", "Total Weekly Token Input", "Integer", true),
122
+ total_weekly_token_output: new BaseMetaColumn(this, "total_weekly_token_output", "Total Weekly Token Output", "Integer", true),
123
+ total_weekly_paid: new BaseMetaColumn(this, "total_weekly_paid", "Total Weekly Paid", "Integer", true),
124
+ total_weekly_paid_input: new BaseMetaColumn(this, "total_weekly_paid_input", "Total Weekly Paid Input", "Integer", true),
125
+ total_weekly_paid_output: new BaseMetaColumn(this, "total_weekly_paid_output", "Total Weekly Paid Output", "Integer", true),
126
+ total_weekly_cost: new BaseMetaColumn(this, "total_weekly_cost", "Total Weekly Cost", "Integer", true),
127
+ total_weekly_cost_input: new BaseMetaColumn(this, "total_weekly_cost_input", "Total Weekly Cost Input", "Integer", true),
128
+ total_weekly_cost_output: new BaseMetaColumn(this, "total_weekly_cost_output", "Total Weekly Cost Output", "Integer", true),
129
+ total_daily_started_at: new BaseMetaColumn(this, "total_daily_started_at", "Total Daily Started At", "DateTime", true),
130
+ total_daily_token: new BaseMetaColumn(this, "total_daily_token", "Total Daily Token", "Integer", true),
131
+ total_daily_token_input: new BaseMetaColumn(this, "total_daily_token_input", "Total Daily Token Input", "Integer", true),
132
+ total_daily_token_output: new BaseMetaColumn(this, "total_daily_token_output", "Total Daily Token Output", "Integer", true),
133
+ total_daily_paid: new BaseMetaColumn(this, "total_daily_paid", "Total Daily Paid", "Integer", true),
134
+ total_daily_paid_input: new BaseMetaColumn(this, "total_daily_paid_input", "Total Daily Paid Input", "Integer", true),
135
+ total_daily_paid_output: new BaseMetaColumn(this, "total_daily_paid_output", "Total Daily Paid Output", "Integer", true),
136
+ total_daily_cost: new BaseMetaColumn(this, "total_daily_cost", "Total Daily Cost", "Integer", true),
137
+ total_daily_cost_input: new BaseMetaColumn(this, "total_daily_cost_input", "Total Daily Cost Input", "Integer", true),
138
+ total_daily_cost_output: new BaseMetaColumn(this, "total_daily_cost_output", "Total Daily Cost Output", "Integer", true),
139
+ created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
140
+ updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
141
+ };
142
+ this.back_end.get = async (id: string) =>
143
+ {
144
+ let server = this.database.getServer();
145
+ return await server.model.Get(id);
146
+ };
147
+ this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
148
+ {
149
+ let server = this.database.getServer();
150
+ return await server.model.List(filters, page, size, sorts);
151
+ };
152
+ }
153
+ };
@@ -0,0 +1,61 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
22
+ import { FilterItem, SortItem } from "namirasoft-core";
23
+ import { ModelTagRow } from "../row/ModelTagRow";
24
+ import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
25
+ import { NamirasoftInferenceServer } from "../NamirasoftInferenceServer";
26
+
27
+ export class ModelTagMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer, ModelTagRow>
28
+ {
29
+ public override columns: {
30
+ id: BaseMetaColumn;
31
+ user_id: BaseMetaColumn;
32
+ entity_id: BaseMetaColumn;
33
+ name: BaseMetaColumn;
34
+ value: BaseMetaColumn;
35
+ created_at: BaseMetaColumn;
36
+ updated_at: BaseMetaColumn;
37
+ }
38
+ constructor(database: NSBaseMetaDatabase<NamirasoftInferenceServer>)
39
+ {
40
+ super(database, "model_tag", "Model Tag", new BaseUUID(""));
41
+ this.columns = {
42
+ id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
43
+ user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
44
+ entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
45
+ name: new BaseMetaColumn(this, "name", "Name", "String", true),
46
+ value: new BaseMetaColumn(this, "value", "Value", "String", false),
47
+ created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
48
+ updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
49
+ };
50
+ this.back_end.get = async (id: string) =>
51
+ {
52
+ let server = this.database.getServer();
53
+ return await server.model_tag.Get(id);
54
+ };
55
+ this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
56
+ {
57
+ let server = this.database.getServer();
58
+ return await server.model_tag.List(filters, page, size, sorts);
59
+ };
60
+ }
61
+ };
@@ -0,0 +1,60 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ import { EnvService } from "namirasoft-core";
22
+ import { ModelCategoryMetaTable } from "./ModelCategoryMetaTable";
23
+ import { ModelFieldMetaTable } from "./ModelFieldMetaTable";
24
+ import { ModelMetaTable } from "./ModelMetaTable";
25
+ import { ModelTagMetaTable } from "./ModelTagMetaTable";
26
+ import { NSBaseMetaDatabase } from "namirasoft-site";
27
+ import { NamirasoftInferenceServer } from "../NamirasoftInferenceServer";
28
+ import { TokenManager } from "namirasoft-account";
29
+
30
+ export class NamirasoftInferenceMetaDatabase extends NSBaseMetaDatabase<NamirasoftInferenceServer>
31
+ {
32
+ private token_manager?: TokenManager;
33
+ private onError?: (error: Error) => void;
34
+ public override tables: {
35
+ model_category: ModelCategoryMetaTable,
36
+ model_field: ModelFieldMetaTable,
37
+ model_tag: ModelTagMetaTable,
38
+ model: ModelMetaTable,
39
+ };
40
+ constructor(token_manager?: TokenManager, onError?: (error: Error) => void)
41
+ {
42
+ super({ id: "prd-610fc648e3de41cb", name: "Namirasoft Inference", headline: "Your Models. Your Questions. One Unified Inference API.", description: "Namirasoft Inference is a flexible LLM inference service that lets you register and configure your own models, then query them through a single consistent interface. Define the providers and models you trust, send your prompts, and get fast, reliable responses - without rewriting your integration every time your stack evolves.", logo: "https://static.namirasoft.com/image/namirasoft/inference/logo/base.png", link: "" });
43
+ this.token_manager = token_manager;
44
+ this.onError = onError;
45
+ this.tables = {
46
+ model_category: new ModelCategoryMetaTable(this),
47
+ model_field: new ModelFieldMetaTable(this),
48
+ model_tag: new ModelTagMetaTable(this),
49
+ model: new ModelMetaTable(this),
50
+ };
51
+ }
52
+ override getServer(): NamirasoftInferenceServer
53
+ {
54
+ if (!this.token_manager || !this.onError)
55
+ throw new Error("Arguments of NamirasoftInferenceMetaDatabase (token_manager, onError) are required for server operations.")
56
+ let NAME = NSBaseMetaDatabase.getServerBaseURL(this.product.name);
57
+ let BASE_URL = new EnvService(NAME, true).getString();
58
+ return new NamirasoftInferenceServer(BASE_URL, this.token_manager, this.onError);
59
+ }
60
+ };
@@ -0,0 +1,24 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ export type EntityCategoryInputRow =
22
+ {
23
+ category_id: string;
24
+ }
@@ -0,0 +1,25 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ export type EntityFieldInputRow =
22
+ {
23
+ field_id: string;
24
+ value: (any | null);
25
+ }
@@ -0,0 +1,25 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ export type EntityTagInputRow =
22
+ {
23
+ name: string;
24
+ value: (string | null);
25
+ }
@@ -0,0 +1,44 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ import { InteractionStatus } from "../enum/InteractionStatus";
22
+
23
+ export type InteractionRow =
24
+ {
25
+ id: string;
26
+ user_id: string;
27
+ workspace_id: string;
28
+ chat_id: string;
29
+ run_id: (string | null);
30
+ model_id: string;
31
+ message_user: string;
32
+ message_ai: string;
33
+ message_error: (string | null);
34
+ status: InteractionStatus;
35
+ total_token: number;
36
+ total_token_input: number;
37
+ total_token_output: number;
38
+ total_cost: number;
39
+ total_cost_input: number;
40
+ total_cost_output: number;
41
+ duration: number;
42
+ created_at: Date;
43
+ updated_at: Date;
44
+ }
@@ -0,0 +1,29 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ export type ModelCategoryRow =
22
+ {
23
+ id: number;
24
+ user_id: string;
25
+ entity_id: string;
26
+ category_id: string;
27
+ created_at: Date;
28
+ updated_at: Date;
29
+ }
@@ -0,0 +1,30 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ export type ModelFieldRow =
22
+ {
23
+ id: number;
24
+ user_id: string;
25
+ entity_id: string;
26
+ field_id: string;
27
+ value: (string | null);
28
+ created_at: Date;
29
+ updated_at: Date;
30
+ }
@@ -0,0 +1,42 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
22
+ import { EntityFieldInputRow } from "./EntityFieldInputRow";
23
+ import { EntityTagInputRow } from "./EntityTagInputRow";
24
+ import { ModelModelCompany } from "../enum/ModelModelCompany";
25
+ import { ModelModelName } from "../enum/ModelModelName";
26
+
27
+ export type ModelInputRow =
28
+ {
29
+ workspace_id: (string | null);
30
+ name: string;
31
+ model_company: ModelModelCompany;
32
+ model_name: ModelModelName;
33
+ model_api_key_credential_id: (string | null);
34
+ cost_limit_per_month: (number | null);
35
+ cost_limit_per_week: (number | null);
36
+ cost_limit_per_day: (number | null);
37
+ cost_limit_per_chat: (number | null);
38
+ cost_limit_per_run: (number | null);
39
+ model_category: (EntityCategoryInputRow | null)[];
40
+ model_field: (EntityFieldInputRow | null)[];
41
+ model_tag: (EntityTagInputRow | null)[];
42
+ }