@happyvertical/smrt-assets 0.36.8 → 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 +106 -30
- package/dist/smrt-knowledge.json +8 -4
- package/package.json +8 -8
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1782683488569,
|
|
4
4
|
"packageName": "@happyvertical/smrt-assets",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.0",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-assets:AssetAssociation": {
|
|
8
8
|
"name": "assetassociation",
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
"parameters": [
|
|
506
506
|
{
|
|
507
507
|
"name": "data",
|
|
508
|
-
"type": "
|
|
508
|
+
"type": "Record<string>",
|
|
509
509
|
"optional": false
|
|
510
510
|
}
|
|
511
511
|
],
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
"name": "getFields",
|
|
518
518
|
"async": true,
|
|
519
519
|
"parameters": [],
|
|
520
|
-
"returnType": "any",
|
|
520
|
+
"returnType": "Promise<any>",
|
|
521
521
|
"isStatic": false,
|
|
522
522
|
"isPublic": true
|
|
523
523
|
},
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
},
|
|
627
627
|
{
|
|
628
628
|
"name": "options",
|
|
629
|
-
"type": "
|
|
629
|
+
"type": "AiOperationOptions",
|
|
630
630
|
"optional": true
|
|
631
631
|
}
|
|
632
632
|
],
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
647
|
"name": "options",
|
|
648
|
-
"type": "
|
|
648
|
+
"type": "AiOperationOptions",
|
|
649
649
|
"optional": true
|
|
650
650
|
}
|
|
651
651
|
],
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
"parameters": [
|
|
660
660
|
{
|
|
661
661
|
"name": "options",
|
|
662
|
-
"type": "
|
|
662
|
+
"type": "AiOperationOptions",
|
|
663
663
|
"optional": true
|
|
664
664
|
}
|
|
665
665
|
],
|
|
@@ -689,6 +689,25 @@
|
|
|
689
689
|
"isStatic": false,
|
|
690
690
|
"isPublic": true
|
|
691
691
|
},
|
|
692
|
+
"_setLoadedRelationship": {
|
|
693
|
+
"name": "_setLoadedRelationship",
|
|
694
|
+
"async": false,
|
|
695
|
+
"parameters": [
|
|
696
|
+
{
|
|
697
|
+
"name": "fieldName",
|
|
698
|
+
"type": "string",
|
|
699
|
+
"optional": false
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "value",
|
|
703
|
+
"type": "any",
|
|
704
|
+
"optional": false
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"returnType": "void",
|
|
708
|
+
"isStatic": false,
|
|
709
|
+
"isPublic": true
|
|
710
|
+
},
|
|
692
711
|
"loadRelated": {
|
|
693
712
|
"name": "loadRelated",
|
|
694
713
|
"async": true,
|
|
@@ -792,7 +811,7 @@
|
|
|
792
811
|
"optional": false
|
|
793
812
|
}
|
|
794
813
|
],
|
|
795
|
-
"returnType": "Promise
|
|
814
|
+
"returnType": "Promise",
|
|
796
815
|
"isStatic": false,
|
|
797
816
|
"isPublic": true
|
|
798
817
|
},
|
|
@@ -806,7 +825,7 @@
|
|
|
806
825
|
"optional": true
|
|
807
826
|
}
|
|
808
827
|
],
|
|
809
|
-
"returnType": "Promise<Map<string
|
|
828
|
+
"returnType": "Promise<Map<string>>",
|
|
810
829
|
"isStatic": false,
|
|
811
830
|
"isPublic": true
|
|
812
831
|
},
|
|
@@ -1215,7 +1234,7 @@
|
|
|
1215
1234
|
"parameters": [
|
|
1216
1235
|
{
|
|
1217
1236
|
"name": "data",
|
|
1218
|
-
"type": "
|
|
1237
|
+
"type": "Record<string>",
|
|
1219
1238
|
"optional": false
|
|
1220
1239
|
}
|
|
1221
1240
|
],
|
|
@@ -1227,7 +1246,7 @@
|
|
|
1227
1246
|
"name": "getFields",
|
|
1228
1247
|
"async": true,
|
|
1229
1248
|
"parameters": [],
|
|
1230
|
-
"returnType": "any",
|
|
1249
|
+
"returnType": "Promise<any>",
|
|
1231
1250
|
"isStatic": false,
|
|
1232
1251
|
"isPublic": true
|
|
1233
1252
|
},
|
|
@@ -1336,7 +1355,7 @@
|
|
|
1336
1355
|
},
|
|
1337
1356
|
{
|
|
1338
1357
|
"name": "options",
|
|
1339
|
-
"type": "
|
|
1358
|
+
"type": "AiOperationOptions",
|
|
1340
1359
|
"optional": true
|
|
1341
1360
|
}
|
|
1342
1361
|
],
|
|
@@ -1355,7 +1374,7 @@
|
|
|
1355
1374
|
},
|
|
1356
1375
|
{
|
|
1357
1376
|
"name": "options",
|
|
1358
|
-
"type": "
|
|
1377
|
+
"type": "AiOperationOptions",
|
|
1359
1378
|
"optional": true
|
|
1360
1379
|
}
|
|
1361
1380
|
],
|
|
@@ -1369,7 +1388,7 @@
|
|
|
1369
1388
|
"parameters": [
|
|
1370
1389
|
{
|
|
1371
1390
|
"name": "options",
|
|
1372
|
-
"type": "
|
|
1391
|
+
"type": "AiOperationOptions",
|
|
1373
1392
|
"optional": true
|
|
1374
1393
|
}
|
|
1375
1394
|
],
|
|
@@ -1399,6 +1418,25 @@
|
|
|
1399
1418
|
"isStatic": false,
|
|
1400
1419
|
"isPublic": true
|
|
1401
1420
|
},
|
|
1421
|
+
"_setLoadedRelationship": {
|
|
1422
|
+
"name": "_setLoadedRelationship",
|
|
1423
|
+
"async": false,
|
|
1424
|
+
"parameters": [
|
|
1425
|
+
{
|
|
1426
|
+
"name": "fieldName",
|
|
1427
|
+
"type": "string",
|
|
1428
|
+
"optional": false
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "value",
|
|
1432
|
+
"type": "any",
|
|
1433
|
+
"optional": false
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"returnType": "void",
|
|
1437
|
+
"isStatic": false,
|
|
1438
|
+
"isPublic": true
|
|
1439
|
+
},
|
|
1402
1440
|
"loadRelated": {
|
|
1403
1441
|
"name": "loadRelated",
|
|
1404
1442
|
"async": true,
|
|
@@ -1502,7 +1540,7 @@
|
|
|
1502
1540
|
"optional": false
|
|
1503
1541
|
}
|
|
1504
1542
|
],
|
|
1505
|
-
"returnType": "Promise
|
|
1543
|
+
"returnType": "Promise",
|
|
1506
1544
|
"isStatic": false,
|
|
1507
1545
|
"isPublic": true
|
|
1508
1546
|
},
|
|
@@ -1516,7 +1554,7 @@
|
|
|
1516
1554
|
"optional": true
|
|
1517
1555
|
}
|
|
1518
1556
|
],
|
|
1519
|
-
"returnType": "Promise<Map<string
|
|
1557
|
+
"returnType": "Promise<Map<string>>",
|
|
1520
1558
|
"isStatic": false,
|
|
1521
1559
|
"isPublic": true
|
|
1522
1560
|
},
|
|
@@ -1903,7 +1941,7 @@
|
|
|
1903
1941
|
"parameters": [
|
|
1904
1942
|
{
|
|
1905
1943
|
"name": "data",
|
|
1906
|
-
"type": "
|
|
1944
|
+
"type": "Record<string>",
|
|
1907
1945
|
"optional": false
|
|
1908
1946
|
}
|
|
1909
1947
|
],
|
|
@@ -1915,7 +1953,7 @@
|
|
|
1915
1953
|
"name": "getFields",
|
|
1916
1954
|
"async": true,
|
|
1917
1955
|
"parameters": [],
|
|
1918
|
-
"returnType": "any",
|
|
1956
|
+
"returnType": "Promise<any>",
|
|
1919
1957
|
"isStatic": false,
|
|
1920
1958
|
"isPublic": true
|
|
1921
1959
|
},
|
|
@@ -2024,7 +2062,7 @@
|
|
|
2024
2062
|
},
|
|
2025
2063
|
{
|
|
2026
2064
|
"name": "options",
|
|
2027
|
-
"type": "
|
|
2065
|
+
"type": "AiOperationOptions",
|
|
2028
2066
|
"optional": true
|
|
2029
2067
|
}
|
|
2030
2068
|
],
|
|
@@ -2043,7 +2081,7 @@
|
|
|
2043
2081
|
},
|
|
2044
2082
|
{
|
|
2045
2083
|
"name": "options",
|
|
2046
|
-
"type": "
|
|
2084
|
+
"type": "AiOperationOptions",
|
|
2047
2085
|
"optional": true
|
|
2048
2086
|
}
|
|
2049
2087
|
],
|
|
@@ -2057,7 +2095,7 @@
|
|
|
2057
2095
|
"parameters": [
|
|
2058
2096
|
{
|
|
2059
2097
|
"name": "options",
|
|
2060
|
-
"type": "
|
|
2098
|
+
"type": "AiOperationOptions",
|
|
2061
2099
|
"optional": true
|
|
2062
2100
|
}
|
|
2063
2101
|
],
|
|
@@ -2087,6 +2125,25 @@
|
|
|
2087
2125
|
"isStatic": false,
|
|
2088
2126
|
"isPublic": true
|
|
2089
2127
|
},
|
|
2128
|
+
"_setLoadedRelationship": {
|
|
2129
|
+
"name": "_setLoadedRelationship",
|
|
2130
|
+
"async": false,
|
|
2131
|
+
"parameters": [
|
|
2132
|
+
{
|
|
2133
|
+
"name": "fieldName",
|
|
2134
|
+
"type": "string",
|
|
2135
|
+
"optional": false
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"name": "value",
|
|
2139
|
+
"type": "any",
|
|
2140
|
+
"optional": false
|
|
2141
|
+
}
|
|
2142
|
+
],
|
|
2143
|
+
"returnType": "void",
|
|
2144
|
+
"isStatic": false,
|
|
2145
|
+
"isPublic": true
|
|
2146
|
+
},
|
|
2090
2147
|
"loadRelated": {
|
|
2091
2148
|
"name": "loadRelated",
|
|
2092
2149
|
"async": true,
|
|
@@ -2190,7 +2247,7 @@
|
|
|
2190
2247
|
"optional": false
|
|
2191
2248
|
}
|
|
2192
2249
|
],
|
|
2193
|
-
"returnType": "Promise
|
|
2250
|
+
"returnType": "Promise",
|
|
2194
2251
|
"isStatic": false,
|
|
2195
2252
|
"isPublic": true
|
|
2196
2253
|
},
|
|
@@ -2204,7 +2261,7 @@
|
|
|
2204
2261
|
"optional": true
|
|
2205
2262
|
}
|
|
2206
2263
|
],
|
|
2207
|
-
"returnType": "Promise<Map<string
|
|
2264
|
+
"returnType": "Promise<Map<string>>",
|
|
2208
2265
|
"isStatic": false,
|
|
2209
2266
|
"isPublic": true
|
|
2210
2267
|
},
|
|
@@ -2674,7 +2731,7 @@
|
|
|
2674
2731
|
"parameters": [
|
|
2675
2732
|
{
|
|
2676
2733
|
"name": "data",
|
|
2677
|
-
"type": "
|
|
2734
|
+
"type": "Record<string>",
|
|
2678
2735
|
"optional": false
|
|
2679
2736
|
}
|
|
2680
2737
|
],
|
|
@@ -2686,7 +2743,7 @@
|
|
|
2686
2743
|
"name": "getFields",
|
|
2687
2744
|
"async": true,
|
|
2688
2745
|
"parameters": [],
|
|
2689
|
-
"returnType": "any",
|
|
2746
|
+
"returnType": "Promise<any>",
|
|
2690
2747
|
"isStatic": false,
|
|
2691
2748
|
"isPublic": true
|
|
2692
2749
|
},
|
|
@@ -2795,7 +2852,7 @@
|
|
|
2795
2852
|
},
|
|
2796
2853
|
{
|
|
2797
2854
|
"name": "options",
|
|
2798
|
-
"type": "
|
|
2855
|
+
"type": "AiOperationOptions",
|
|
2799
2856
|
"optional": true
|
|
2800
2857
|
}
|
|
2801
2858
|
],
|
|
@@ -2814,7 +2871,7 @@
|
|
|
2814
2871
|
},
|
|
2815
2872
|
{
|
|
2816
2873
|
"name": "options",
|
|
2817
|
-
"type": "
|
|
2874
|
+
"type": "AiOperationOptions",
|
|
2818
2875
|
"optional": true
|
|
2819
2876
|
}
|
|
2820
2877
|
],
|
|
@@ -2828,7 +2885,7 @@
|
|
|
2828
2885
|
"parameters": [
|
|
2829
2886
|
{
|
|
2830
2887
|
"name": "options",
|
|
2831
|
-
"type": "
|
|
2888
|
+
"type": "AiOperationOptions",
|
|
2832
2889
|
"optional": true
|
|
2833
2890
|
}
|
|
2834
2891
|
],
|
|
@@ -2858,6 +2915,25 @@
|
|
|
2858
2915
|
"isStatic": false,
|
|
2859
2916
|
"isPublic": true
|
|
2860
2917
|
},
|
|
2918
|
+
"_setLoadedRelationship": {
|
|
2919
|
+
"name": "_setLoadedRelationship",
|
|
2920
|
+
"async": false,
|
|
2921
|
+
"parameters": [
|
|
2922
|
+
{
|
|
2923
|
+
"name": "fieldName",
|
|
2924
|
+
"type": "string",
|
|
2925
|
+
"optional": false
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"name": "value",
|
|
2929
|
+
"type": "any",
|
|
2930
|
+
"optional": false
|
|
2931
|
+
}
|
|
2932
|
+
],
|
|
2933
|
+
"returnType": "void",
|
|
2934
|
+
"isStatic": false,
|
|
2935
|
+
"isPublic": true
|
|
2936
|
+
},
|
|
2861
2937
|
"loadRelated": {
|
|
2862
2938
|
"name": "loadRelated",
|
|
2863
2939
|
"async": true,
|
|
@@ -2961,7 +3037,7 @@
|
|
|
2961
3037
|
"optional": false
|
|
2962
3038
|
}
|
|
2963
3039
|
],
|
|
2964
|
-
"returnType": "Promise
|
|
3040
|
+
"returnType": "Promise",
|
|
2965
3041
|
"isStatic": false,
|
|
2966
3042
|
"isPublic": true
|
|
2967
3043
|
},
|
|
@@ -2975,7 +3051,7 @@
|
|
|
2975
3051
|
"optional": true
|
|
2976
3052
|
}
|
|
2977
3053
|
],
|
|
2978
|
-
"returnType": "Promise<Map<string
|
|
3054
|
+
"returnType": "Promise<Map<string>>",
|
|
2979
3055
|
"isStatic": false,
|
|
2980
3056
|
"isPublic": true
|
|
2981
3057
|
},
|
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:29.548Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-assets",
|
|
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": "7edd8569c8a456670642fb8ccab67dbb3ebe411bc6fb636c38aad7ea2db822de",
|
|
10
|
+
"packageJson": "216569c8abf3e137c91127fbc039937a3b0ce56b2526955fe45b2e43c09de05b",
|
|
11
11
|
"agents": "a034545874fb7767b31168d98aa2b1b8cac205b14f2f04fb5a8e5acf33690eef"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
|
@@ -269,6 +269,7 @@
|
|
|
269
269
|
],
|
|
270
270
|
"relationships": [],
|
|
271
271
|
"methods": [
|
|
272
|
+
"_setLoadedRelationship",
|
|
272
273
|
"classifyConstraintError",
|
|
273
274
|
"clearEmbeddings",
|
|
274
275
|
"delete",
|
|
@@ -463,6 +464,7 @@
|
|
|
463
464
|
],
|
|
464
465
|
"relationships": [],
|
|
465
466
|
"methods": [
|
|
467
|
+
"_setLoadedRelationship",
|
|
466
468
|
"classifyConstraintError",
|
|
467
469
|
"clearEmbeddings",
|
|
468
470
|
"delete",
|
|
@@ -655,6 +657,7 @@
|
|
|
655
657
|
],
|
|
656
658
|
"relationships": [],
|
|
657
659
|
"methods": [
|
|
660
|
+
"_setLoadedRelationship",
|
|
658
661
|
"classifyConstraintError",
|
|
659
662
|
"clearEmbeddings",
|
|
660
663
|
"delete",
|
|
@@ -976,6 +979,7 @@
|
|
|
976
979
|
}
|
|
977
980
|
],
|
|
978
981
|
"methods": [
|
|
982
|
+
"_setLoadedRelationship",
|
|
979
983
|
"associateWith",
|
|
980
984
|
"classifyConstraintError",
|
|
981
985
|
"clearEmbeddings",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-assets",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.0",
|
|
4
4
|
"description": "Asset management system with versioning, metadata, and AI-powered operations for SMRT framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"smrtRawPrimitives": "strict",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"@happyvertical/logger": "^0.74.10",
|
|
40
40
|
"@happyvertical/sql": "^0.74.10",
|
|
41
41
|
"@happyvertical/utils": "^0.74.10",
|
|
42
|
-
"@happyvertical/smrt-core": "0.
|
|
43
|
-
"@happyvertical/smrt-tags": "0.
|
|
44
|
-
"@happyvertical/smrt-types": "0.
|
|
45
|
-
"@happyvertical/smrt-
|
|
46
|
-
"@happyvertical/smrt-
|
|
42
|
+
"@happyvertical/smrt-core": "0.37.0",
|
|
43
|
+
"@happyvertical/smrt-tags": "0.37.0",
|
|
44
|
+
"@happyvertical/smrt-types": "0.37.0",
|
|
45
|
+
"@happyvertical/smrt-tenancy": "0.37.0",
|
|
46
|
+
"@happyvertical/smrt-ui": "0.37.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"svelte": "^5.18.0"
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"typescript": "^5.9.3",
|
|
66
66
|
"vite": "^7.3.1",
|
|
67
67
|
"vitest": "^4.0.17",
|
|
68
|
-
"@happyvertical/smrt-
|
|
69
|
-
"@happyvertical/smrt-
|
|
68
|
+
"@happyvertical/smrt-vitest": "0.37.0",
|
|
69
|
+
"@happyvertical/smrt-playground": "0.37.0"
|
|
70
70
|
},
|
|
71
71
|
"keywords": [
|
|
72
72
|
"ai",
|