@happyvertical/smrt-messages 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.
- package/dist/manifest.json +210 -58
- package/dist/smrt-knowledge.json +13 -5
- 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": 1782792465667,
|
|
4
4
|
"packageName": "@happyvertical/smrt-messages",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.1",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-messages:AccountCollection": {
|
|
8
8
|
"name": "accountcollection",
|
|
@@ -2198,7 +2198,7 @@
|
|
|
2198
2198
|
"parameters": [
|
|
2199
2199
|
{
|
|
2200
2200
|
"name": "data",
|
|
2201
|
-
"type": "
|
|
2201
|
+
"type": "Record<string>",
|
|
2202
2202
|
"optional": false
|
|
2203
2203
|
}
|
|
2204
2204
|
],
|
|
@@ -2210,7 +2210,7 @@
|
|
|
2210
2210
|
"name": "getFields",
|
|
2211
2211
|
"async": true,
|
|
2212
2212
|
"parameters": [],
|
|
2213
|
-
"returnType": "any",
|
|
2213
|
+
"returnType": "Promise<any>",
|
|
2214
2214
|
"isStatic": false,
|
|
2215
2215
|
"isPublic": true
|
|
2216
2216
|
},
|
|
@@ -2319,7 +2319,7 @@
|
|
|
2319
2319
|
},
|
|
2320
2320
|
{
|
|
2321
2321
|
"name": "options",
|
|
2322
|
-
"type": "
|
|
2322
|
+
"type": "AiOperationOptions",
|
|
2323
2323
|
"optional": true
|
|
2324
2324
|
}
|
|
2325
2325
|
],
|
|
@@ -2338,7 +2338,7 @@
|
|
|
2338
2338
|
},
|
|
2339
2339
|
{
|
|
2340
2340
|
"name": "options",
|
|
2341
|
-
"type": "
|
|
2341
|
+
"type": "AiOperationOptions",
|
|
2342
2342
|
"optional": true
|
|
2343
2343
|
}
|
|
2344
2344
|
],
|
|
@@ -2352,7 +2352,7 @@
|
|
|
2352
2352
|
"parameters": [
|
|
2353
2353
|
{
|
|
2354
2354
|
"name": "options",
|
|
2355
|
-
"type": "
|
|
2355
|
+
"type": "AiOperationOptions",
|
|
2356
2356
|
"optional": true
|
|
2357
2357
|
}
|
|
2358
2358
|
],
|
|
@@ -2382,6 +2382,25 @@
|
|
|
2382
2382
|
"isStatic": false,
|
|
2383
2383
|
"isPublic": true
|
|
2384
2384
|
},
|
|
2385
|
+
"_setLoadedRelationship": {
|
|
2386
|
+
"name": "_setLoadedRelationship",
|
|
2387
|
+
"async": false,
|
|
2388
|
+
"parameters": [
|
|
2389
|
+
{
|
|
2390
|
+
"name": "fieldName",
|
|
2391
|
+
"type": "string",
|
|
2392
|
+
"optional": false
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"name": "value",
|
|
2396
|
+
"type": "any",
|
|
2397
|
+
"optional": false
|
|
2398
|
+
}
|
|
2399
|
+
],
|
|
2400
|
+
"returnType": "void",
|
|
2401
|
+
"isStatic": false,
|
|
2402
|
+
"isPublic": true
|
|
2403
|
+
},
|
|
2385
2404
|
"loadRelated": {
|
|
2386
2405
|
"name": "loadRelated",
|
|
2387
2406
|
"async": true,
|
|
@@ -2485,7 +2504,7 @@
|
|
|
2485
2504
|
"optional": false
|
|
2486
2505
|
}
|
|
2487
2506
|
],
|
|
2488
|
-
"returnType": "Promise
|
|
2507
|
+
"returnType": "Promise",
|
|
2489
2508
|
"isStatic": false,
|
|
2490
2509
|
"isPublic": true
|
|
2491
2510
|
},
|
|
@@ -2499,7 +2518,7 @@
|
|
|
2499
2518
|
"optional": true
|
|
2500
2519
|
}
|
|
2501
2520
|
],
|
|
2502
|
-
"returnType": "Promise<Map<string
|
|
2521
|
+
"returnType": "Promise<Map<string>>",
|
|
2503
2522
|
"isStatic": false,
|
|
2504
2523
|
"isPublic": true
|
|
2505
2524
|
},
|
|
@@ -3496,7 +3515,7 @@
|
|
|
3496
3515
|
"parameters": [
|
|
3497
3516
|
{
|
|
3498
3517
|
"name": "data",
|
|
3499
|
-
"type": "
|
|
3518
|
+
"type": "Record<string>",
|
|
3500
3519
|
"optional": false
|
|
3501
3520
|
}
|
|
3502
3521
|
],
|
|
@@ -3508,7 +3527,7 @@
|
|
|
3508
3527
|
"name": "getFields",
|
|
3509
3528
|
"async": true,
|
|
3510
3529
|
"parameters": [],
|
|
3511
|
-
"returnType": "any",
|
|
3530
|
+
"returnType": "Promise<any>",
|
|
3512
3531
|
"isStatic": false,
|
|
3513
3532
|
"isPublic": true
|
|
3514
3533
|
},
|
|
@@ -3617,7 +3636,7 @@
|
|
|
3617
3636
|
},
|
|
3618
3637
|
{
|
|
3619
3638
|
"name": "options",
|
|
3620
|
-
"type": "
|
|
3639
|
+
"type": "AiOperationOptions",
|
|
3621
3640
|
"optional": true
|
|
3622
3641
|
}
|
|
3623
3642
|
],
|
|
@@ -3636,7 +3655,7 @@
|
|
|
3636
3655
|
},
|
|
3637
3656
|
{
|
|
3638
3657
|
"name": "options",
|
|
3639
|
-
"type": "
|
|
3658
|
+
"type": "AiOperationOptions",
|
|
3640
3659
|
"optional": true
|
|
3641
3660
|
}
|
|
3642
3661
|
],
|
|
@@ -3650,7 +3669,7 @@
|
|
|
3650
3669
|
"parameters": [
|
|
3651
3670
|
{
|
|
3652
3671
|
"name": "options",
|
|
3653
|
-
"type": "
|
|
3672
|
+
"type": "AiOperationOptions",
|
|
3654
3673
|
"optional": true
|
|
3655
3674
|
}
|
|
3656
3675
|
],
|
|
@@ -3680,6 +3699,25 @@
|
|
|
3680
3699
|
"isStatic": false,
|
|
3681
3700
|
"isPublic": true
|
|
3682
3701
|
},
|
|
3702
|
+
"_setLoadedRelationship": {
|
|
3703
|
+
"name": "_setLoadedRelationship",
|
|
3704
|
+
"async": false,
|
|
3705
|
+
"parameters": [
|
|
3706
|
+
{
|
|
3707
|
+
"name": "fieldName",
|
|
3708
|
+
"type": "string",
|
|
3709
|
+
"optional": false
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"name": "value",
|
|
3713
|
+
"type": "any",
|
|
3714
|
+
"optional": false
|
|
3715
|
+
}
|
|
3716
|
+
],
|
|
3717
|
+
"returnType": "void",
|
|
3718
|
+
"isStatic": false,
|
|
3719
|
+
"isPublic": true
|
|
3720
|
+
},
|
|
3683
3721
|
"loadRelated": {
|
|
3684
3722
|
"name": "loadRelated",
|
|
3685
3723
|
"async": true,
|
|
@@ -3783,7 +3821,7 @@
|
|
|
3783
3821
|
"optional": false
|
|
3784
3822
|
}
|
|
3785
3823
|
],
|
|
3786
|
-
"returnType": "Promise
|
|
3824
|
+
"returnType": "Promise",
|
|
3787
3825
|
"isStatic": false,
|
|
3788
3826
|
"isPublic": true
|
|
3789
3827
|
},
|
|
@@ -3797,7 +3835,7 @@
|
|
|
3797
3835
|
"optional": true
|
|
3798
3836
|
}
|
|
3799
3837
|
],
|
|
3800
|
-
"returnType": "Promise<Map<string
|
|
3838
|
+
"returnType": "Promise<Map<string>>",
|
|
3801
3839
|
"isStatic": false,
|
|
3802
3840
|
"isPublic": true
|
|
3803
3841
|
},
|
|
@@ -4591,7 +4629,7 @@
|
|
|
4591
4629
|
"parameters": [
|
|
4592
4630
|
{
|
|
4593
4631
|
"name": "data",
|
|
4594
|
-
"type": "
|
|
4632
|
+
"type": "Record<string>",
|
|
4595
4633
|
"optional": false
|
|
4596
4634
|
}
|
|
4597
4635
|
],
|
|
@@ -4603,7 +4641,7 @@
|
|
|
4603
4641
|
"name": "getFields",
|
|
4604
4642
|
"async": true,
|
|
4605
4643
|
"parameters": [],
|
|
4606
|
-
"returnType": "any",
|
|
4644
|
+
"returnType": "Promise<any>",
|
|
4607
4645
|
"isStatic": false,
|
|
4608
4646
|
"isPublic": true
|
|
4609
4647
|
},
|
|
@@ -4712,7 +4750,7 @@
|
|
|
4712
4750
|
},
|
|
4713
4751
|
{
|
|
4714
4752
|
"name": "options",
|
|
4715
|
-
"type": "
|
|
4753
|
+
"type": "AiOperationOptions",
|
|
4716
4754
|
"optional": true
|
|
4717
4755
|
}
|
|
4718
4756
|
],
|
|
@@ -4731,7 +4769,7 @@
|
|
|
4731
4769
|
},
|
|
4732
4770
|
{
|
|
4733
4771
|
"name": "options",
|
|
4734
|
-
"type": "
|
|
4772
|
+
"type": "AiOperationOptions",
|
|
4735
4773
|
"optional": true
|
|
4736
4774
|
}
|
|
4737
4775
|
],
|
|
@@ -4745,7 +4783,7 @@
|
|
|
4745
4783
|
"parameters": [
|
|
4746
4784
|
{
|
|
4747
4785
|
"name": "options",
|
|
4748
|
-
"type": "
|
|
4786
|
+
"type": "AiOperationOptions",
|
|
4749
4787
|
"optional": true
|
|
4750
4788
|
}
|
|
4751
4789
|
],
|
|
@@ -4775,6 +4813,25 @@
|
|
|
4775
4813
|
"isStatic": false,
|
|
4776
4814
|
"isPublic": true
|
|
4777
4815
|
},
|
|
4816
|
+
"_setLoadedRelationship": {
|
|
4817
|
+
"name": "_setLoadedRelationship",
|
|
4818
|
+
"async": false,
|
|
4819
|
+
"parameters": [
|
|
4820
|
+
{
|
|
4821
|
+
"name": "fieldName",
|
|
4822
|
+
"type": "string",
|
|
4823
|
+
"optional": false
|
|
4824
|
+
},
|
|
4825
|
+
{
|
|
4826
|
+
"name": "value",
|
|
4827
|
+
"type": "any",
|
|
4828
|
+
"optional": false
|
|
4829
|
+
}
|
|
4830
|
+
],
|
|
4831
|
+
"returnType": "void",
|
|
4832
|
+
"isStatic": false,
|
|
4833
|
+
"isPublic": true
|
|
4834
|
+
},
|
|
4778
4835
|
"loadRelated": {
|
|
4779
4836
|
"name": "loadRelated",
|
|
4780
4837
|
"async": true,
|
|
@@ -4878,7 +4935,7 @@
|
|
|
4878
4935
|
"optional": false
|
|
4879
4936
|
}
|
|
4880
4937
|
],
|
|
4881
|
-
"returnType": "Promise
|
|
4938
|
+
"returnType": "Promise",
|
|
4882
4939
|
"isStatic": false,
|
|
4883
4940
|
"isPublic": true
|
|
4884
4941
|
},
|
|
@@ -4892,7 +4949,7 @@
|
|
|
4892
4949
|
"optional": true
|
|
4893
4950
|
}
|
|
4894
4951
|
],
|
|
4895
|
-
"returnType": "Promise<Map<string
|
|
4952
|
+
"returnType": "Promise<Map<string>>",
|
|
4896
4953
|
"isStatic": false,
|
|
4897
4954
|
"isPublic": true
|
|
4898
4955
|
},
|
|
@@ -5858,7 +5915,7 @@
|
|
|
5858
5915
|
"parameters": [
|
|
5859
5916
|
{
|
|
5860
5917
|
"name": "data",
|
|
5861
|
-
"type": "
|
|
5918
|
+
"type": "Record<string>",
|
|
5862
5919
|
"optional": false
|
|
5863
5920
|
}
|
|
5864
5921
|
],
|
|
@@ -5870,7 +5927,7 @@
|
|
|
5870
5927
|
"name": "getFields",
|
|
5871
5928
|
"async": true,
|
|
5872
5929
|
"parameters": [],
|
|
5873
|
-
"returnType": "any",
|
|
5930
|
+
"returnType": "Promise<any>",
|
|
5874
5931
|
"isStatic": false,
|
|
5875
5932
|
"isPublic": true
|
|
5876
5933
|
},
|
|
@@ -5979,7 +6036,7 @@
|
|
|
5979
6036
|
},
|
|
5980
6037
|
{
|
|
5981
6038
|
"name": "options",
|
|
5982
|
-
"type": "
|
|
6039
|
+
"type": "AiOperationOptions",
|
|
5983
6040
|
"optional": true
|
|
5984
6041
|
}
|
|
5985
6042
|
],
|
|
@@ -5998,7 +6055,7 @@
|
|
|
5998
6055
|
},
|
|
5999
6056
|
{
|
|
6000
6057
|
"name": "options",
|
|
6001
|
-
"type": "
|
|
6058
|
+
"type": "AiOperationOptions",
|
|
6002
6059
|
"optional": true
|
|
6003
6060
|
}
|
|
6004
6061
|
],
|
|
@@ -6012,7 +6069,7 @@
|
|
|
6012
6069
|
"parameters": [
|
|
6013
6070
|
{
|
|
6014
6071
|
"name": "options",
|
|
6015
|
-
"type": "
|
|
6072
|
+
"type": "AiOperationOptions",
|
|
6016
6073
|
"optional": true
|
|
6017
6074
|
}
|
|
6018
6075
|
],
|
|
@@ -6042,6 +6099,25 @@
|
|
|
6042
6099
|
"isStatic": false,
|
|
6043
6100
|
"isPublic": true
|
|
6044
6101
|
},
|
|
6102
|
+
"_setLoadedRelationship": {
|
|
6103
|
+
"name": "_setLoadedRelationship",
|
|
6104
|
+
"async": false,
|
|
6105
|
+
"parameters": [
|
|
6106
|
+
{
|
|
6107
|
+
"name": "fieldName",
|
|
6108
|
+
"type": "string",
|
|
6109
|
+
"optional": false
|
|
6110
|
+
},
|
|
6111
|
+
{
|
|
6112
|
+
"name": "value",
|
|
6113
|
+
"type": "any",
|
|
6114
|
+
"optional": false
|
|
6115
|
+
}
|
|
6116
|
+
],
|
|
6117
|
+
"returnType": "void",
|
|
6118
|
+
"isStatic": false,
|
|
6119
|
+
"isPublic": true
|
|
6120
|
+
},
|
|
6045
6121
|
"loadRelated": {
|
|
6046
6122
|
"name": "loadRelated",
|
|
6047
6123
|
"async": true,
|
|
@@ -6145,7 +6221,7 @@
|
|
|
6145
6221
|
"optional": false
|
|
6146
6222
|
}
|
|
6147
6223
|
],
|
|
6148
|
-
"returnType": "Promise
|
|
6224
|
+
"returnType": "Promise",
|
|
6149
6225
|
"isStatic": false,
|
|
6150
6226
|
"isPublic": true
|
|
6151
6227
|
},
|
|
@@ -6159,7 +6235,7 @@
|
|
|
6159
6235
|
"optional": true
|
|
6160
6236
|
}
|
|
6161
6237
|
],
|
|
6162
|
-
"returnType": "Promise<Map<string
|
|
6238
|
+
"returnType": "Promise<Map<string>>",
|
|
6163
6239
|
"isStatic": false,
|
|
6164
6240
|
"isPublic": true
|
|
6165
6241
|
},
|
|
@@ -6913,7 +6989,7 @@
|
|
|
6913
6989
|
"parameters": [
|
|
6914
6990
|
{
|
|
6915
6991
|
"name": "data",
|
|
6916
|
-
"type": "
|
|
6992
|
+
"type": "Record<string>",
|
|
6917
6993
|
"optional": false
|
|
6918
6994
|
}
|
|
6919
6995
|
],
|
|
@@ -6925,7 +7001,7 @@
|
|
|
6925
7001
|
"name": "getFields",
|
|
6926
7002
|
"async": true,
|
|
6927
7003
|
"parameters": [],
|
|
6928
|
-
"returnType": "any",
|
|
7004
|
+
"returnType": "Promise<any>",
|
|
6929
7005
|
"isStatic": false,
|
|
6930
7006
|
"isPublic": true
|
|
6931
7007
|
},
|
|
@@ -7034,7 +7110,7 @@
|
|
|
7034
7110
|
},
|
|
7035
7111
|
{
|
|
7036
7112
|
"name": "options",
|
|
7037
|
-
"type": "
|
|
7113
|
+
"type": "AiOperationOptions",
|
|
7038
7114
|
"optional": true
|
|
7039
7115
|
}
|
|
7040
7116
|
],
|
|
@@ -7053,7 +7129,7 @@
|
|
|
7053
7129
|
},
|
|
7054
7130
|
{
|
|
7055
7131
|
"name": "options",
|
|
7056
|
-
"type": "
|
|
7132
|
+
"type": "AiOperationOptions",
|
|
7057
7133
|
"optional": true
|
|
7058
7134
|
}
|
|
7059
7135
|
],
|
|
@@ -7067,7 +7143,7 @@
|
|
|
7067
7143
|
"parameters": [
|
|
7068
7144
|
{
|
|
7069
7145
|
"name": "options",
|
|
7070
|
-
"type": "
|
|
7146
|
+
"type": "AiOperationOptions",
|
|
7071
7147
|
"optional": true
|
|
7072
7148
|
}
|
|
7073
7149
|
],
|
|
@@ -7097,6 +7173,25 @@
|
|
|
7097
7173
|
"isStatic": false,
|
|
7098
7174
|
"isPublic": true
|
|
7099
7175
|
},
|
|
7176
|
+
"_setLoadedRelationship": {
|
|
7177
|
+
"name": "_setLoadedRelationship",
|
|
7178
|
+
"async": false,
|
|
7179
|
+
"parameters": [
|
|
7180
|
+
{
|
|
7181
|
+
"name": "fieldName",
|
|
7182
|
+
"type": "string",
|
|
7183
|
+
"optional": false
|
|
7184
|
+
},
|
|
7185
|
+
{
|
|
7186
|
+
"name": "value",
|
|
7187
|
+
"type": "any",
|
|
7188
|
+
"optional": false
|
|
7189
|
+
}
|
|
7190
|
+
],
|
|
7191
|
+
"returnType": "void",
|
|
7192
|
+
"isStatic": false,
|
|
7193
|
+
"isPublic": true
|
|
7194
|
+
},
|
|
7100
7195
|
"loadRelated": {
|
|
7101
7196
|
"name": "loadRelated",
|
|
7102
7197
|
"async": true,
|
|
@@ -7200,7 +7295,7 @@
|
|
|
7200
7295
|
"optional": false
|
|
7201
7296
|
}
|
|
7202
7297
|
],
|
|
7203
|
-
"returnType": "Promise
|
|
7298
|
+
"returnType": "Promise",
|
|
7204
7299
|
"isStatic": false,
|
|
7205
7300
|
"isPublic": true
|
|
7206
7301
|
},
|
|
@@ -7214,7 +7309,7 @@
|
|
|
7214
7309
|
"optional": true
|
|
7215
7310
|
}
|
|
7216
7311
|
],
|
|
7217
|
-
"returnType": "Promise<Map<string
|
|
7312
|
+
"returnType": "Promise<Map<string>>",
|
|
7218
7313
|
"isStatic": false,
|
|
7219
7314
|
"isPublic": true
|
|
7220
7315
|
},
|
|
@@ -7742,7 +7837,7 @@
|
|
|
7742
7837
|
"parameters": [
|
|
7743
7838
|
{
|
|
7744
7839
|
"name": "data",
|
|
7745
|
-
"type": "
|
|
7840
|
+
"type": "Record<string>",
|
|
7746
7841
|
"optional": false
|
|
7747
7842
|
}
|
|
7748
7843
|
],
|
|
@@ -7754,7 +7849,7 @@
|
|
|
7754
7849
|
"name": "getFields",
|
|
7755
7850
|
"async": true,
|
|
7756
7851
|
"parameters": [],
|
|
7757
|
-
"returnType": "any",
|
|
7852
|
+
"returnType": "Promise<any>",
|
|
7758
7853
|
"isStatic": false,
|
|
7759
7854
|
"isPublic": true
|
|
7760
7855
|
},
|
|
@@ -7863,7 +7958,7 @@
|
|
|
7863
7958
|
},
|
|
7864
7959
|
{
|
|
7865
7960
|
"name": "options",
|
|
7866
|
-
"type": "
|
|
7961
|
+
"type": "AiOperationOptions",
|
|
7867
7962
|
"optional": true
|
|
7868
7963
|
}
|
|
7869
7964
|
],
|
|
@@ -7882,7 +7977,7 @@
|
|
|
7882
7977
|
},
|
|
7883
7978
|
{
|
|
7884
7979
|
"name": "options",
|
|
7885
|
-
"type": "
|
|
7980
|
+
"type": "AiOperationOptions",
|
|
7886
7981
|
"optional": true
|
|
7887
7982
|
}
|
|
7888
7983
|
],
|
|
@@ -7896,7 +7991,7 @@
|
|
|
7896
7991
|
"parameters": [
|
|
7897
7992
|
{
|
|
7898
7993
|
"name": "options",
|
|
7899
|
-
"type": "
|
|
7994
|
+
"type": "AiOperationOptions",
|
|
7900
7995
|
"optional": true
|
|
7901
7996
|
}
|
|
7902
7997
|
],
|
|
@@ -7926,6 +8021,25 @@
|
|
|
7926
8021
|
"isStatic": false,
|
|
7927
8022
|
"isPublic": true
|
|
7928
8023
|
},
|
|
8024
|
+
"_setLoadedRelationship": {
|
|
8025
|
+
"name": "_setLoadedRelationship",
|
|
8026
|
+
"async": false,
|
|
8027
|
+
"parameters": [
|
|
8028
|
+
{
|
|
8029
|
+
"name": "fieldName",
|
|
8030
|
+
"type": "string",
|
|
8031
|
+
"optional": false
|
|
8032
|
+
},
|
|
8033
|
+
{
|
|
8034
|
+
"name": "value",
|
|
8035
|
+
"type": "any",
|
|
8036
|
+
"optional": false
|
|
8037
|
+
}
|
|
8038
|
+
],
|
|
8039
|
+
"returnType": "void",
|
|
8040
|
+
"isStatic": false,
|
|
8041
|
+
"isPublic": true
|
|
8042
|
+
},
|
|
7929
8043
|
"loadRelated": {
|
|
7930
8044
|
"name": "loadRelated",
|
|
7931
8045
|
"async": true,
|
|
@@ -8029,7 +8143,7 @@
|
|
|
8029
8143
|
"optional": false
|
|
8030
8144
|
}
|
|
8031
8145
|
],
|
|
8032
|
-
"returnType": "Promise
|
|
8146
|
+
"returnType": "Promise",
|
|
8033
8147
|
"isStatic": false,
|
|
8034
8148
|
"isPublic": true
|
|
8035
8149
|
},
|
|
@@ -8043,7 +8157,7 @@
|
|
|
8043
8157
|
"optional": true
|
|
8044
8158
|
}
|
|
8045
8159
|
],
|
|
8046
|
-
"returnType": "Promise<Map<string
|
|
8160
|
+
"returnType": "Promise<Map<string>>",
|
|
8047
8161
|
"isStatic": false,
|
|
8048
8162
|
"isPublic": true
|
|
8049
8163
|
},
|
|
@@ -8815,7 +8929,7 @@
|
|
|
8815
8929
|
"parameters": [
|
|
8816
8930
|
{
|
|
8817
8931
|
"name": "data",
|
|
8818
|
-
"type": "
|
|
8932
|
+
"type": "Record<string>",
|
|
8819
8933
|
"optional": false
|
|
8820
8934
|
}
|
|
8821
8935
|
],
|
|
@@ -8827,7 +8941,7 @@
|
|
|
8827
8941
|
"name": "getFields",
|
|
8828
8942
|
"async": true,
|
|
8829
8943
|
"parameters": [],
|
|
8830
|
-
"returnType": "any",
|
|
8944
|
+
"returnType": "Promise<any>",
|
|
8831
8945
|
"isStatic": false,
|
|
8832
8946
|
"isPublic": true
|
|
8833
8947
|
},
|
|
@@ -8936,7 +9050,7 @@
|
|
|
8936
9050
|
},
|
|
8937
9051
|
{
|
|
8938
9052
|
"name": "options",
|
|
8939
|
-
"type": "
|
|
9053
|
+
"type": "AiOperationOptions",
|
|
8940
9054
|
"optional": true
|
|
8941
9055
|
}
|
|
8942
9056
|
],
|
|
@@ -8955,7 +9069,7 @@
|
|
|
8955
9069
|
},
|
|
8956
9070
|
{
|
|
8957
9071
|
"name": "options",
|
|
8958
|
-
"type": "
|
|
9072
|
+
"type": "AiOperationOptions",
|
|
8959
9073
|
"optional": true
|
|
8960
9074
|
}
|
|
8961
9075
|
],
|
|
@@ -8969,7 +9083,7 @@
|
|
|
8969
9083
|
"parameters": [
|
|
8970
9084
|
{
|
|
8971
9085
|
"name": "options",
|
|
8972
|
-
"type": "
|
|
9086
|
+
"type": "AiOperationOptions",
|
|
8973
9087
|
"optional": true
|
|
8974
9088
|
}
|
|
8975
9089
|
],
|
|
@@ -8999,6 +9113,25 @@
|
|
|
8999
9113
|
"isStatic": false,
|
|
9000
9114
|
"isPublic": true
|
|
9001
9115
|
},
|
|
9116
|
+
"_setLoadedRelationship": {
|
|
9117
|
+
"name": "_setLoadedRelationship",
|
|
9118
|
+
"async": false,
|
|
9119
|
+
"parameters": [
|
|
9120
|
+
{
|
|
9121
|
+
"name": "fieldName",
|
|
9122
|
+
"type": "string",
|
|
9123
|
+
"optional": false
|
|
9124
|
+
},
|
|
9125
|
+
{
|
|
9126
|
+
"name": "value",
|
|
9127
|
+
"type": "any",
|
|
9128
|
+
"optional": false
|
|
9129
|
+
}
|
|
9130
|
+
],
|
|
9131
|
+
"returnType": "void",
|
|
9132
|
+
"isStatic": false,
|
|
9133
|
+
"isPublic": true
|
|
9134
|
+
},
|
|
9002
9135
|
"loadRelated": {
|
|
9003
9136
|
"name": "loadRelated",
|
|
9004
9137
|
"async": true,
|
|
@@ -9102,7 +9235,7 @@
|
|
|
9102
9235
|
"optional": false
|
|
9103
9236
|
}
|
|
9104
9237
|
],
|
|
9105
|
-
"returnType": "Promise
|
|
9238
|
+
"returnType": "Promise",
|
|
9106
9239
|
"isStatic": false,
|
|
9107
9240
|
"isPublic": true
|
|
9108
9241
|
},
|
|
@@ -9116,7 +9249,7 @@
|
|
|
9116
9249
|
"optional": true
|
|
9117
9250
|
}
|
|
9118
9251
|
],
|
|
9119
|
-
"returnType": "Promise<Map<string
|
|
9252
|
+
"returnType": "Promise<Map<string>>",
|
|
9120
9253
|
"isStatic": false,
|
|
9121
9254
|
"isPublic": true
|
|
9122
9255
|
},
|
|
@@ -9823,7 +9956,7 @@
|
|
|
9823
9956
|
"parameters": [
|
|
9824
9957
|
{
|
|
9825
9958
|
"name": "data",
|
|
9826
|
-
"type": "
|
|
9959
|
+
"type": "Record<string>",
|
|
9827
9960
|
"optional": false
|
|
9828
9961
|
}
|
|
9829
9962
|
],
|
|
@@ -9835,7 +9968,7 @@
|
|
|
9835
9968
|
"name": "getFields",
|
|
9836
9969
|
"async": true,
|
|
9837
9970
|
"parameters": [],
|
|
9838
|
-
"returnType": "any",
|
|
9971
|
+
"returnType": "Promise<any>",
|
|
9839
9972
|
"isStatic": false,
|
|
9840
9973
|
"isPublic": true
|
|
9841
9974
|
},
|
|
@@ -9944,7 +10077,7 @@
|
|
|
9944
10077
|
},
|
|
9945
10078
|
{
|
|
9946
10079
|
"name": "options",
|
|
9947
|
-
"type": "
|
|
10080
|
+
"type": "AiOperationOptions",
|
|
9948
10081
|
"optional": true
|
|
9949
10082
|
}
|
|
9950
10083
|
],
|
|
@@ -9963,7 +10096,7 @@
|
|
|
9963
10096
|
},
|
|
9964
10097
|
{
|
|
9965
10098
|
"name": "options",
|
|
9966
|
-
"type": "
|
|
10099
|
+
"type": "AiOperationOptions",
|
|
9967
10100
|
"optional": true
|
|
9968
10101
|
}
|
|
9969
10102
|
],
|
|
@@ -9977,7 +10110,7 @@
|
|
|
9977
10110
|
"parameters": [
|
|
9978
10111
|
{
|
|
9979
10112
|
"name": "options",
|
|
9980
|
-
"type": "
|
|
10113
|
+
"type": "AiOperationOptions",
|
|
9981
10114
|
"optional": true
|
|
9982
10115
|
}
|
|
9983
10116
|
],
|
|
@@ -10007,6 +10140,25 @@
|
|
|
10007
10140
|
"isStatic": false,
|
|
10008
10141
|
"isPublic": true
|
|
10009
10142
|
},
|
|
10143
|
+
"_setLoadedRelationship": {
|
|
10144
|
+
"name": "_setLoadedRelationship",
|
|
10145
|
+
"async": false,
|
|
10146
|
+
"parameters": [
|
|
10147
|
+
{
|
|
10148
|
+
"name": "fieldName",
|
|
10149
|
+
"type": "string",
|
|
10150
|
+
"optional": false
|
|
10151
|
+
},
|
|
10152
|
+
{
|
|
10153
|
+
"name": "value",
|
|
10154
|
+
"type": "any",
|
|
10155
|
+
"optional": false
|
|
10156
|
+
}
|
|
10157
|
+
],
|
|
10158
|
+
"returnType": "void",
|
|
10159
|
+
"isStatic": false,
|
|
10160
|
+
"isPublic": true
|
|
10161
|
+
},
|
|
10010
10162
|
"loadRelated": {
|
|
10011
10163
|
"name": "loadRelated",
|
|
10012
10164
|
"async": true,
|
|
@@ -10110,7 +10262,7 @@
|
|
|
10110
10262
|
"optional": false
|
|
10111
10263
|
}
|
|
10112
10264
|
],
|
|
10113
|
-
"returnType": "Promise
|
|
10265
|
+
"returnType": "Promise",
|
|
10114
10266
|
"isStatic": false,
|
|
10115
10267
|
"isPublic": true
|
|
10116
10268
|
},
|
|
@@ -10124,7 +10276,7 @@
|
|
|
10124
10276
|
"optional": true
|
|
10125
10277
|
}
|
|
10126
10278
|
],
|
|
10127
|
-
"returnType": "Promise<Map<string
|
|
10279
|
+
"returnType": "Promise<Map<string>>",
|
|
10128
10280
|
"isStatic": false,
|
|
10129
10281
|
"isPublic": true
|
|
10130
10282
|
},
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-30T04:07:49.539Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-messages",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.1",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "c90a5206b85ce6faf8983412b2dc4150a68c0e7d5647df8b0ea86190426cf263",
|
|
10
|
+
"packageJson": "6c81a2d0f1fcf049a71febe605cb30bb3444f25bca856dde651e2a73e185f06a",
|
|
11
11
|
"agents": "32563a30ceeb21bd8732042f894e2a148fd83727caffc1eec7c97540005c6fdc"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"svelte": "^5.18.0",
|
|
39
39
|
"svelte-check": "^4.3.5",
|
|
40
40
|
"typescript": "^5.9.3",
|
|
41
|
-
"vite": "^7.3.
|
|
41
|
+
"vite": "^7.3.6",
|
|
42
42
|
"vitest": "^4.0.17",
|
|
43
43
|
"@happyvertical/encryption": "*"
|
|
44
44
|
},
|
|
@@ -410,6 +410,7 @@
|
|
|
410
410
|
],
|
|
411
411
|
"relationships": [],
|
|
412
412
|
"methods": [
|
|
413
|
+
"_setLoadedRelationship",
|
|
413
414
|
"activate",
|
|
414
415
|
"classifyConstraintError",
|
|
415
416
|
"clearEmbeddings",
|
|
@@ -1114,6 +1115,7 @@
|
|
|
1114
1115
|
}
|
|
1115
1116
|
],
|
|
1116
1117
|
"methods": [
|
|
1118
|
+
"_setLoadedRelationship",
|
|
1117
1119
|
"classifyConstraintError",
|
|
1118
1120
|
"clearEmbeddings",
|
|
1119
1121
|
"createForward",
|
|
@@ -1361,6 +1363,7 @@
|
|
|
1361
1363
|
],
|
|
1362
1364
|
"relationships": [],
|
|
1363
1365
|
"methods": [
|
|
1366
|
+
"_setLoadedRelationship",
|
|
1364
1367
|
"activate",
|
|
1365
1368
|
"classifyConstraintError",
|
|
1366
1369
|
"clearEmbeddings",
|
|
@@ -1892,6 +1895,7 @@
|
|
|
1892
1895
|
}
|
|
1893
1896
|
],
|
|
1894
1897
|
"methods": [
|
|
1898
|
+
"_setLoadedRelationship",
|
|
1895
1899
|
"classifyConstraintError",
|
|
1896
1900
|
"clearEmbeddings",
|
|
1897
1901
|
"createForward",
|
|
@@ -2110,6 +2114,7 @@
|
|
|
2110
2114
|
],
|
|
2111
2115
|
"relationships": [],
|
|
2112
2116
|
"methods": [
|
|
2117
|
+
"_setLoadedRelationship",
|
|
2113
2118
|
"activate",
|
|
2114
2119
|
"classifyConstraintError",
|
|
2115
2120
|
"clearEmbeddings",
|
|
@@ -2473,6 +2478,7 @@
|
|
|
2473
2478
|
}
|
|
2474
2479
|
],
|
|
2475
2480
|
"methods": [
|
|
2481
|
+
"_setLoadedRelationship",
|
|
2476
2482
|
"classifyConstraintError",
|
|
2477
2483
|
"clearEmbeddings",
|
|
2478
2484
|
"createForward",
|
|
@@ -2840,6 +2846,7 @@
|
|
|
2840
2846
|
}
|
|
2841
2847
|
],
|
|
2842
2848
|
"methods": [
|
|
2849
|
+
"_setLoadedRelationship",
|
|
2843
2850
|
"classifyConstraintError",
|
|
2844
2851
|
"clearEmbeddings",
|
|
2845
2852
|
"createForward",
|
|
@@ -3064,6 +3071,7 @@
|
|
|
3064
3071
|
],
|
|
3065
3072
|
"relationships": [],
|
|
3066
3073
|
"methods": [
|
|
3074
|
+
"_setLoadedRelationship",
|
|
3067
3075
|
"activate",
|
|
3068
3076
|
"classifyConstraintError",
|
|
3069
3077
|
"clearEmbeddings",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-messages",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.1",
|
|
4
4
|
"description": "Unified multi-channel messaging with STI-based hierarchies",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"smrtRawPrimitives": "strict",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"@happyvertical/messages": "^0.74.10",
|
|
41
41
|
"@happyvertical/sql": "^0.74.10",
|
|
42
42
|
"@happyvertical/utils": "^0.74.10",
|
|
43
|
-
"@happyvertical/smrt-
|
|
44
|
-
"@happyvertical/smrt-secrets": "0.
|
|
45
|
-
"@happyvertical/smrt-
|
|
46
|
-
"@happyvertical/smrt-
|
|
47
|
-
"@happyvertical/smrt-
|
|
43
|
+
"@happyvertical/smrt-types": "0.37.1",
|
|
44
|
+
"@happyvertical/smrt-secrets": "0.37.1",
|
|
45
|
+
"@happyvertical/smrt-tenancy": "0.37.1",
|
|
46
|
+
"@happyvertical/smrt-ui": "0.37.1",
|
|
47
|
+
"@happyvertical/smrt-core": "0.37.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@happyvertical/encryption": "*",
|
|
@@ -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.
|
|
68
|
+
"vite": "^7.3.6",
|
|
69
69
|
"vitest": "^4.0.17",
|
|
70
|
-
"@happyvertical/smrt-vitest": "0.
|
|
70
|
+
"@happyvertical/smrt-vitest": "0.37.1"
|
|
71
71
|
},
|
|
72
72
|
"keywords": [
|
|
73
73
|
"email",
|