@happyvertical/smrt-events 0.36.8 → 0.37.1

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "timestamp": 1782522909422,
3
+ "timestamp": 1782792553542,
4
4
  "packageName": "@happyvertical/smrt-events",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.1",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-events:EventAssetCollection": {
8
8
  "name": "eventassetcollection",
@@ -1374,7 +1374,7 @@
1374
1374
  "parameters": [
1375
1375
  {
1376
1376
  "name": "data",
1377
- "type": "any",
1377
+ "type": "Record<string>",
1378
1378
  "optional": false
1379
1379
  }
1380
1380
  ],
@@ -1386,7 +1386,7 @@
1386
1386
  "name": "getFields",
1387
1387
  "async": true,
1388
1388
  "parameters": [],
1389
- "returnType": "any",
1389
+ "returnType": "Promise<any>",
1390
1390
  "isStatic": false,
1391
1391
  "isPublic": true
1392
1392
  },
@@ -1495,7 +1495,7 @@
1495
1495
  },
1496
1496
  {
1497
1497
  "name": "options",
1498
- "type": "any",
1498
+ "type": "AiOperationOptions",
1499
1499
  "optional": true
1500
1500
  }
1501
1501
  ],
@@ -1514,7 +1514,7 @@
1514
1514
  },
1515
1515
  {
1516
1516
  "name": "options",
1517
- "type": "any",
1517
+ "type": "AiOperationOptions",
1518
1518
  "optional": true
1519
1519
  }
1520
1520
  ],
@@ -1528,7 +1528,7 @@
1528
1528
  "parameters": [
1529
1529
  {
1530
1530
  "name": "options",
1531
- "type": "any",
1531
+ "type": "AiOperationOptions",
1532
1532
  "optional": true
1533
1533
  }
1534
1534
  ],
@@ -1558,6 +1558,25 @@
1558
1558
  "isStatic": false,
1559
1559
  "isPublic": true
1560
1560
  },
1561
+ "_setLoadedRelationship": {
1562
+ "name": "_setLoadedRelationship",
1563
+ "async": false,
1564
+ "parameters": [
1565
+ {
1566
+ "name": "fieldName",
1567
+ "type": "string",
1568
+ "optional": false
1569
+ },
1570
+ {
1571
+ "name": "value",
1572
+ "type": "any",
1573
+ "optional": false
1574
+ }
1575
+ ],
1576
+ "returnType": "void",
1577
+ "isStatic": false,
1578
+ "isPublic": true
1579
+ },
1561
1580
  "loadRelated": {
1562
1581
  "name": "loadRelated",
1563
1582
  "async": true,
@@ -1661,7 +1680,7 @@
1661
1680
  "optional": false
1662
1681
  }
1663
1682
  ],
1664
- "returnType": "Promise<any | null>",
1683
+ "returnType": "Promise",
1665
1684
  "isStatic": false,
1666
1685
  "isPublic": true
1667
1686
  },
@@ -1675,7 +1694,7 @@
1675
1694
  "optional": true
1676
1695
  }
1677
1696
  ],
1678
- "returnType": "Promise<Map<string, any>>",
1697
+ "returnType": "Promise<Map<string>>",
1679
1698
  "isStatic": false,
1680
1699
  "isPublic": true
1681
1700
  },
@@ -2739,7 +2758,7 @@
2739
2758
  "parameters": [
2740
2759
  {
2741
2760
  "name": "data",
2742
- "type": "any",
2761
+ "type": "Record<string>",
2743
2762
  "optional": false
2744
2763
  }
2745
2764
  ],
@@ -2751,7 +2770,7 @@
2751
2770
  "name": "getFields",
2752
2771
  "async": true,
2753
2772
  "parameters": [],
2754
- "returnType": "any",
2773
+ "returnType": "Promise<any>",
2755
2774
  "isStatic": false,
2756
2775
  "isPublic": true
2757
2776
  },
@@ -2860,7 +2879,7 @@
2860
2879
  },
2861
2880
  {
2862
2881
  "name": "options",
2863
- "type": "any",
2882
+ "type": "AiOperationOptions",
2864
2883
  "optional": true
2865
2884
  }
2866
2885
  ],
@@ -2879,7 +2898,7 @@
2879
2898
  },
2880
2899
  {
2881
2900
  "name": "options",
2882
- "type": "any",
2901
+ "type": "AiOperationOptions",
2883
2902
  "optional": true
2884
2903
  }
2885
2904
  ],
@@ -2893,7 +2912,7 @@
2893
2912
  "parameters": [
2894
2913
  {
2895
2914
  "name": "options",
2896
- "type": "any",
2915
+ "type": "AiOperationOptions",
2897
2916
  "optional": true
2898
2917
  }
2899
2918
  ],
@@ -2923,6 +2942,25 @@
2923
2942
  "isStatic": false,
2924
2943
  "isPublic": true
2925
2944
  },
2945
+ "_setLoadedRelationship": {
2946
+ "name": "_setLoadedRelationship",
2947
+ "async": false,
2948
+ "parameters": [
2949
+ {
2950
+ "name": "fieldName",
2951
+ "type": "string",
2952
+ "optional": false
2953
+ },
2954
+ {
2955
+ "name": "value",
2956
+ "type": "any",
2957
+ "optional": false
2958
+ }
2959
+ ],
2960
+ "returnType": "void",
2961
+ "isStatic": false,
2962
+ "isPublic": true
2963
+ },
2926
2964
  "loadRelated": {
2927
2965
  "name": "loadRelated",
2928
2966
  "async": true,
@@ -3026,7 +3064,7 @@
3026
3064
  "optional": false
3027
3065
  }
3028
3066
  ],
3029
- "returnType": "Promise<any | null>",
3067
+ "returnType": "Promise",
3030
3068
  "isStatic": false,
3031
3069
  "isPublic": true
3032
3070
  },
@@ -3040,7 +3078,7 @@
3040
3078
  "optional": true
3041
3079
  }
3042
3080
  ],
3043
- "returnType": "Promise<Map<string, any>>",
3081
+ "returnType": "Promise<Map<string>>",
3044
3082
  "isStatic": false,
3045
3083
  "isPublic": true
3046
3084
  },
@@ -3492,7 +3530,7 @@
3492
3530
  "parameters": [
3493
3531
  {
3494
3532
  "name": "data",
3495
- "type": "any",
3533
+ "type": "Record<string>",
3496
3534
  "optional": false
3497
3535
  }
3498
3536
  ],
@@ -3504,7 +3542,7 @@
3504
3542
  "name": "getFields",
3505
3543
  "async": true,
3506
3544
  "parameters": [],
3507
- "returnType": "any",
3545
+ "returnType": "Promise<any>",
3508
3546
  "isStatic": false,
3509
3547
  "isPublic": true
3510
3548
  },
@@ -3613,7 +3651,7 @@
3613
3651
  },
3614
3652
  {
3615
3653
  "name": "options",
3616
- "type": "any",
3654
+ "type": "AiOperationOptions",
3617
3655
  "optional": true
3618
3656
  }
3619
3657
  ],
@@ -3632,7 +3670,7 @@
3632
3670
  },
3633
3671
  {
3634
3672
  "name": "options",
3635
- "type": "any",
3673
+ "type": "AiOperationOptions",
3636
3674
  "optional": true
3637
3675
  }
3638
3676
  ],
@@ -3646,7 +3684,7 @@
3646
3684
  "parameters": [
3647
3685
  {
3648
3686
  "name": "options",
3649
- "type": "any",
3687
+ "type": "AiOperationOptions",
3650
3688
  "optional": true
3651
3689
  }
3652
3690
  ],
@@ -3676,6 +3714,25 @@
3676
3714
  "isStatic": false,
3677
3715
  "isPublic": true
3678
3716
  },
3717
+ "_setLoadedRelationship": {
3718
+ "name": "_setLoadedRelationship",
3719
+ "async": false,
3720
+ "parameters": [
3721
+ {
3722
+ "name": "fieldName",
3723
+ "type": "string",
3724
+ "optional": false
3725
+ },
3726
+ {
3727
+ "name": "value",
3728
+ "type": "any",
3729
+ "optional": false
3730
+ }
3731
+ ],
3732
+ "returnType": "void",
3733
+ "isStatic": false,
3734
+ "isPublic": true
3735
+ },
3679
3736
  "loadRelated": {
3680
3737
  "name": "loadRelated",
3681
3738
  "async": true,
@@ -3779,7 +3836,7 @@
3779
3836
  "optional": false
3780
3837
  }
3781
3838
  ],
3782
- "returnType": "Promise<any | null>",
3839
+ "returnType": "Promise",
3783
3840
  "isStatic": false,
3784
3841
  "isPublic": true
3785
3842
  },
@@ -3793,7 +3850,7 @@
3793
3850
  "optional": true
3794
3851
  }
3795
3852
  ],
3796
- "returnType": "Promise<Map<string, any>>",
3853
+ "returnType": "Promise<Map<string>>",
3797
3854
  "isStatic": false,
3798
3855
  "isPublic": true
3799
3856
  },
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-27T01:15:09.819Z",
3
+ "generatedAt": "2026-06-30T04:09:14.710Z",
4
4
  "packageName": "@happyvertical/smrt-events",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.1",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "24aa0bf1db7dcdf87bf3739538ca45644a69797236cd4f490bad990aaa393946",
10
- "packageJson": "a678e964540961b7a62e1a5d9fc1711eef0ed0c824f460696971cf09fde29b30",
9
+ "manifest": "bc3770a5f85732808237d2654043c0f5f90253c67ca50e92a4415e72ec2ae8fe",
10
+ "packageJson": "cbf412d3935d09b8510a36f5484fb42131f411d135c5ef5a96df7c3c33ff0330",
11
11
  "agents": "297e9ee2a72287267bf9774c77587203db5215951075847172ebb012345f599e"
12
12
  },
13
13
  "exports": [
@@ -40,7 +40,7 @@
40
40
  "svelte": "^5.0.0",
41
41
  "svelte-check": "^4.3.5",
42
42
  "typescript": "^5.9.3",
43
- "vite": "^7.3.1",
43
+ "vite": "^7.3.6",
44
44
  "vitest": "^4.0.17"
45
45
  },
46
46
  "smrtDependencies": [
@@ -360,6 +360,7 @@
360
360
  }
361
361
  ],
362
362
  "methods": [
363
+ "_setLoadedRelationship",
363
364
  "addAsset",
364
365
  "classifyConstraintError",
365
366
  "clearEmbeddings",
@@ -917,6 +918,7 @@
917
918
  }
918
919
  ],
919
920
  "methods": [
921
+ "_setLoadedRelationship",
920
922
  "classifyConstraintError",
921
923
  "clearEmbeddings",
922
924
  "delete",
@@ -1135,6 +1137,7 @@
1135
1137
  ],
1136
1138
  "relationships": [],
1137
1139
  "methods": [
1140
+ "_setLoadedRelationship",
1138
1141
  "classifyConstraintError",
1139
1142
  "clearEmbeddings",
1140
1143
  "delete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-events",
3
- "version": "0.36.8",
3
+ "version": "0.37.1",
4
4
  "description": "Hierarchical event management with participant tracking and SMRT framework support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -49,13 +49,13 @@
49
49
  "@happyvertical/logger": "^0.74.10",
50
50
  "@happyvertical/sql": "^0.74.10",
51
51
  "@happyvertical/utils": "^0.74.10",
52
- "@happyvertical/smrt-assets": "0.36.8",
53
- "@happyvertical/smrt-core": "0.36.8",
54
- "@happyvertical/smrt-places": "0.36.8",
55
- "@happyvertical/smrt-tenancy": "0.36.8",
56
- "@happyvertical/smrt-profiles": "0.36.8",
57
- "@happyvertical/smrt-types": "0.36.8",
58
- "@happyvertical/smrt-ui": "0.36.8"
52
+ "@happyvertical/smrt-core": "0.37.1",
53
+ "@happyvertical/smrt-places": "0.37.1",
54
+ "@happyvertical/smrt-assets": "0.37.1",
55
+ "@happyvertical/smrt-profiles": "0.37.1",
56
+ "@happyvertical/smrt-tenancy": "0.37.1",
57
+ "@happyvertical/smrt-types": "0.37.1",
58
+ "@happyvertical/smrt-ui": "0.37.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@sveltejs/package": "^2.5.7",
@@ -65,9 +65,9 @@
65
65
  "svelte": "^5.46.4",
66
66
  "svelte-check": "^4.3.5",
67
67
  "typescript": "^5.9.3",
68
- "vite": "^7.3.1",
68
+ "vite": "^7.3.6",
69
69
  "vitest": "^4.0.17",
70
- "@happyvertical/smrt-vitest": "0.36.8"
70
+ "@happyvertical/smrt-vitest": "0.37.1"
71
71
  },
72
72
  "keywords": [
73
73
  "events",