@happyvertical/smrt-tags 0.36.7 → 0.37.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.
- package/dist/manifest.json +54 -16
- package/dist/smrt-knowledge.json +6 -4
- package/package.json +3 -3
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1782683468043,
|
|
4
4
|
"packageName": "@happyvertical/smrt-tags",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.0",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-tags:TagAlias": {
|
|
8
8
|
"name": "tagalias",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"parameters": [
|
|
137
137
|
{
|
|
138
138
|
"name": "data",
|
|
139
|
-
"type": "
|
|
139
|
+
"type": "Record<string>",
|
|
140
140
|
"optional": false
|
|
141
141
|
}
|
|
142
142
|
],
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"name": "getFields",
|
|
149
149
|
"async": true,
|
|
150
150
|
"parameters": [],
|
|
151
|
-
"returnType": "any",
|
|
151
|
+
"returnType": "Promise<any>",
|
|
152
152
|
"isStatic": false,
|
|
153
153
|
"isPublic": true
|
|
154
154
|
},
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"name": "options",
|
|
260
|
-
"type": "
|
|
260
|
+
"type": "AiOperationOptions",
|
|
261
261
|
"optional": true
|
|
262
262
|
}
|
|
263
263
|
],
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
278
|
"name": "options",
|
|
279
|
-
"type": "
|
|
279
|
+
"type": "AiOperationOptions",
|
|
280
280
|
"optional": true
|
|
281
281
|
}
|
|
282
282
|
],
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"parameters": [
|
|
291
291
|
{
|
|
292
292
|
"name": "options",
|
|
293
|
-
"type": "
|
|
293
|
+
"type": "AiOperationOptions",
|
|
294
294
|
"optional": true
|
|
295
295
|
}
|
|
296
296
|
],
|
|
@@ -320,6 +320,25 @@
|
|
|
320
320
|
"isStatic": false,
|
|
321
321
|
"isPublic": true
|
|
322
322
|
},
|
|
323
|
+
"_setLoadedRelationship": {
|
|
324
|
+
"name": "_setLoadedRelationship",
|
|
325
|
+
"async": false,
|
|
326
|
+
"parameters": [
|
|
327
|
+
{
|
|
328
|
+
"name": "fieldName",
|
|
329
|
+
"type": "string",
|
|
330
|
+
"optional": false
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "value",
|
|
334
|
+
"type": "any",
|
|
335
|
+
"optional": false
|
|
336
|
+
}
|
|
337
|
+
],
|
|
338
|
+
"returnType": "void",
|
|
339
|
+
"isStatic": false,
|
|
340
|
+
"isPublic": true
|
|
341
|
+
},
|
|
323
342
|
"loadRelated": {
|
|
324
343
|
"name": "loadRelated",
|
|
325
344
|
"async": true,
|
|
@@ -423,7 +442,7 @@
|
|
|
423
442
|
"optional": false
|
|
424
443
|
}
|
|
425
444
|
],
|
|
426
|
-
"returnType": "Promise
|
|
445
|
+
"returnType": "Promise",
|
|
427
446
|
"isStatic": false,
|
|
428
447
|
"isPublic": true
|
|
429
448
|
},
|
|
@@ -437,7 +456,7 @@
|
|
|
437
456
|
"optional": true
|
|
438
457
|
}
|
|
439
458
|
],
|
|
440
|
-
"returnType": "Promise<Map<string
|
|
459
|
+
"returnType": "Promise<Map<string>>",
|
|
441
460
|
"isStatic": false,
|
|
442
461
|
"isPublic": true
|
|
443
462
|
},
|
|
@@ -1059,7 +1078,7 @@
|
|
|
1059
1078
|
"parameters": [
|
|
1060
1079
|
{
|
|
1061
1080
|
"name": "data",
|
|
1062
|
-
"type": "
|
|
1081
|
+
"type": "Record<string>",
|
|
1063
1082
|
"optional": false
|
|
1064
1083
|
}
|
|
1065
1084
|
],
|
|
@@ -1071,7 +1090,7 @@
|
|
|
1071
1090
|
"name": "getFields",
|
|
1072
1091
|
"async": true,
|
|
1073
1092
|
"parameters": [],
|
|
1074
|
-
"returnType": "any",
|
|
1093
|
+
"returnType": "Promise<any>",
|
|
1075
1094
|
"isStatic": false,
|
|
1076
1095
|
"isPublic": true
|
|
1077
1096
|
},
|
|
@@ -1180,7 +1199,7 @@
|
|
|
1180
1199
|
},
|
|
1181
1200
|
{
|
|
1182
1201
|
"name": "options",
|
|
1183
|
-
"type": "
|
|
1202
|
+
"type": "AiOperationOptions",
|
|
1184
1203
|
"optional": true
|
|
1185
1204
|
}
|
|
1186
1205
|
],
|
|
@@ -1199,7 +1218,7 @@
|
|
|
1199
1218
|
},
|
|
1200
1219
|
{
|
|
1201
1220
|
"name": "options",
|
|
1202
|
-
"type": "
|
|
1221
|
+
"type": "AiOperationOptions",
|
|
1203
1222
|
"optional": true
|
|
1204
1223
|
}
|
|
1205
1224
|
],
|
|
@@ -1213,7 +1232,7 @@
|
|
|
1213
1232
|
"parameters": [
|
|
1214
1233
|
{
|
|
1215
1234
|
"name": "options",
|
|
1216
|
-
"type": "
|
|
1235
|
+
"type": "AiOperationOptions",
|
|
1217
1236
|
"optional": true
|
|
1218
1237
|
}
|
|
1219
1238
|
],
|
|
@@ -1243,6 +1262,25 @@
|
|
|
1243
1262
|
"isStatic": false,
|
|
1244
1263
|
"isPublic": true
|
|
1245
1264
|
},
|
|
1265
|
+
"_setLoadedRelationship": {
|
|
1266
|
+
"name": "_setLoadedRelationship",
|
|
1267
|
+
"async": false,
|
|
1268
|
+
"parameters": [
|
|
1269
|
+
{
|
|
1270
|
+
"name": "fieldName",
|
|
1271
|
+
"type": "string",
|
|
1272
|
+
"optional": false
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "value",
|
|
1276
|
+
"type": "any",
|
|
1277
|
+
"optional": false
|
|
1278
|
+
}
|
|
1279
|
+
],
|
|
1280
|
+
"returnType": "void",
|
|
1281
|
+
"isStatic": false,
|
|
1282
|
+
"isPublic": true
|
|
1283
|
+
},
|
|
1246
1284
|
"loadRelated": {
|
|
1247
1285
|
"name": "loadRelated",
|
|
1248
1286
|
"async": true,
|
|
@@ -1346,7 +1384,7 @@
|
|
|
1346
1384
|
"optional": false
|
|
1347
1385
|
}
|
|
1348
1386
|
],
|
|
1349
|
-
"returnType": "Promise
|
|
1387
|
+
"returnType": "Promise",
|
|
1350
1388
|
"isStatic": false,
|
|
1351
1389
|
"isPublic": true
|
|
1352
1390
|
},
|
|
@@ -1360,7 +1398,7 @@
|
|
|
1360
1398
|
"optional": true
|
|
1361
1399
|
}
|
|
1362
1400
|
],
|
|
1363
|
-
"returnType": "Promise<Map<string
|
|
1401
|
+
"returnType": "Promise<Map<string>>",
|
|
1364
1402
|
"isStatic": false,
|
|
1365
1403
|
"isPublic": true
|
|
1366
1404
|
},
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-28T21:51:14.895Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-tags",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.0",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "ce4f88c946f91e3fb21e9d8d4e56d4ac7f2e1e295fe5ce1fc3bafdbaa0886894",
|
|
10
|
+
"packageJson": "f7f0aceb3ce2ccd51de028ce485aa7c1030aae3964716573ced0d7c0f6640dad",
|
|
11
11
|
"agents": "900516b49407d5a521c2f0f2bdb2d4ab0c97e620808115718779f7ecf3ace222"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
],
|
|
97
97
|
"relationships": [],
|
|
98
98
|
"methods": [
|
|
99
|
+
"_setLoadedRelationship",
|
|
99
100
|
"classifyConstraintError",
|
|
100
101
|
"clearEmbeddings",
|
|
101
102
|
"delete",
|
|
@@ -343,6 +344,7 @@
|
|
|
343
344
|
}
|
|
344
345
|
],
|
|
345
346
|
"methods": [
|
|
347
|
+
"_setLoadedRelationship",
|
|
346
348
|
"classifyConstraintError",
|
|
347
349
|
"clearEmbeddings",
|
|
348
350
|
"delete",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-tags",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.0",
|
|
4
4
|
"description": "Reusable tagging system with hierarchies, contexts, and multi-language support for SMRT framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@happyvertical/logger": "^0.74.10",
|
|
29
29
|
"@happyvertical/sql": "^0.74.10",
|
|
30
30
|
"@happyvertical/utils": "^0.74.10",
|
|
31
|
-
"@happyvertical/smrt-core": "0.
|
|
32
|
-
"@happyvertical/smrt-tenancy": "0.
|
|
31
|
+
"@happyvertical/smrt-core": "0.37.0",
|
|
32
|
+
"@happyvertical/smrt-tenancy": "0.37.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "25.0.9",
|