@happyvertical/smrt-profiles 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 +262 -72
- package/dist/smrt-knowledge.json +14 -4
- package/package.json +6 -6
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1782683507456,
|
|
4
4
|
"packageName": "@happyvertical/smrt-profiles",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.0",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-profiles:ApiKeyCollection": {
|
|
8
8
|
"name": "apikeycollection",
|
|
@@ -3650,7 +3650,7 @@
|
|
|
3650
3650
|
"parameters": [
|
|
3651
3651
|
{
|
|
3652
3652
|
"name": "data",
|
|
3653
|
-
"type": "
|
|
3653
|
+
"type": "Record<string>",
|
|
3654
3654
|
"optional": false
|
|
3655
3655
|
}
|
|
3656
3656
|
],
|
|
@@ -3662,7 +3662,7 @@
|
|
|
3662
3662
|
"name": "getFields",
|
|
3663
3663
|
"async": true,
|
|
3664
3664
|
"parameters": [],
|
|
3665
|
-
"returnType": "any",
|
|
3665
|
+
"returnType": "Promise<any>",
|
|
3666
3666
|
"isStatic": false,
|
|
3667
3667
|
"isPublic": true
|
|
3668
3668
|
},
|
|
@@ -3771,7 +3771,7 @@
|
|
|
3771
3771
|
},
|
|
3772
3772
|
{
|
|
3773
3773
|
"name": "options",
|
|
3774
|
-
"type": "
|
|
3774
|
+
"type": "AiOperationOptions",
|
|
3775
3775
|
"optional": true
|
|
3776
3776
|
}
|
|
3777
3777
|
],
|
|
@@ -3790,7 +3790,7 @@
|
|
|
3790
3790
|
},
|
|
3791
3791
|
{
|
|
3792
3792
|
"name": "options",
|
|
3793
|
-
"type": "
|
|
3793
|
+
"type": "AiOperationOptions",
|
|
3794
3794
|
"optional": true
|
|
3795
3795
|
}
|
|
3796
3796
|
],
|
|
@@ -3804,7 +3804,7 @@
|
|
|
3804
3804
|
"parameters": [
|
|
3805
3805
|
{
|
|
3806
3806
|
"name": "options",
|
|
3807
|
-
"type": "
|
|
3807
|
+
"type": "AiOperationOptions",
|
|
3808
3808
|
"optional": true
|
|
3809
3809
|
}
|
|
3810
3810
|
],
|
|
@@ -3834,6 +3834,25 @@
|
|
|
3834
3834
|
"isStatic": false,
|
|
3835
3835
|
"isPublic": true
|
|
3836
3836
|
},
|
|
3837
|
+
"_setLoadedRelationship": {
|
|
3838
|
+
"name": "_setLoadedRelationship",
|
|
3839
|
+
"async": false,
|
|
3840
|
+
"parameters": [
|
|
3841
|
+
{
|
|
3842
|
+
"name": "fieldName",
|
|
3843
|
+
"type": "string",
|
|
3844
|
+
"optional": false
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"name": "value",
|
|
3848
|
+
"type": "any",
|
|
3849
|
+
"optional": false
|
|
3850
|
+
}
|
|
3851
|
+
],
|
|
3852
|
+
"returnType": "void",
|
|
3853
|
+
"isStatic": false,
|
|
3854
|
+
"isPublic": true
|
|
3855
|
+
},
|
|
3837
3856
|
"loadRelated": {
|
|
3838
3857
|
"name": "loadRelated",
|
|
3839
3858
|
"async": true,
|
|
@@ -3937,7 +3956,7 @@
|
|
|
3937
3956
|
"optional": false
|
|
3938
3957
|
}
|
|
3939
3958
|
],
|
|
3940
|
-
"returnType": "Promise
|
|
3959
|
+
"returnType": "Promise",
|
|
3941
3960
|
"isStatic": false,
|
|
3942
3961
|
"isPublic": true
|
|
3943
3962
|
},
|
|
@@ -3951,7 +3970,7 @@
|
|
|
3951
3970
|
"optional": true
|
|
3952
3971
|
}
|
|
3953
3972
|
],
|
|
3954
|
-
"returnType": "Promise<Map<string
|
|
3973
|
+
"returnType": "Promise<Map<string>>",
|
|
3955
3974
|
"isStatic": false,
|
|
3956
3975
|
"isPublic": true
|
|
3957
3976
|
},
|
|
@@ -4860,7 +4879,7 @@
|
|
|
4860
4879
|
"parameters": [
|
|
4861
4880
|
{
|
|
4862
4881
|
"name": "data",
|
|
4863
|
-
"type": "
|
|
4882
|
+
"type": "Record<string>",
|
|
4864
4883
|
"optional": false
|
|
4865
4884
|
}
|
|
4866
4885
|
],
|
|
@@ -4872,7 +4891,7 @@
|
|
|
4872
4891
|
"name": "getFields",
|
|
4873
4892
|
"async": true,
|
|
4874
4893
|
"parameters": [],
|
|
4875
|
-
"returnType": "any",
|
|
4894
|
+
"returnType": "Promise<any>",
|
|
4876
4895
|
"isStatic": false,
|
|
4877
4896
|
"isPublic": true
|
|
4878
4897
|
},
|
|
@@ -4981,7 +5000,7 @@
|
|
|
4981
5000
|
},
|
|
4982
5001
|
{
|
|
4983
5002
|
"name": "options",
|
|
4984
|
-
"type": "
|
|
5003
|
+
"type": "AiOperationOptions",
|
|
4985
5004
|
"optional": true
|
|
4986
5005
|
}
|
|
4987
5006
|
],
|
|
@@ -5000,7 +5019,7 @@
|
|
|
5000
5019
|
},
|
|
5001
5020
|
{
|
|
5002
5021
|
"name": "options",
|
|
5003
|
-
"type": "
|
|
5022
|
+
"type": "AiOperationOptions",
|
|
5004
5023
|
"optional": true
|
|
5005
5024
|
}
|
|
5006
5025
|
],
|
|
@@ -5014,7 +5033,7 @@
|
|
|
5014
5033
|
"parameters": [
|
|
5015
5034
|
{
|
|
5016
5035
|
"name": "options",
|
|
5017
|
-
"type": "
|
|
5036
|
+
"type": "AiOperationOptions",
|
|
5018
5037
|
"optional": true
|
|
5019
5038
|
}
|
|
5020
5039
|
],
|
|
@@ -5044,6 +5063,25 @@
|
|
|
5044
5063
|
"isStatic": false,
|
|
5045
5064
|
"isPublic": true
|
|
5046
5065
|
},
|
|
5066
|
+
"_setLoadedRelationship": {
|
|
5067
|
+
"name": "_setLoadedRelationship",
|
|
5068
|
+
"async": false,
|
|
5069
|
+
"parameters": [
|
|
5070
|
+
{
|
|
5071
|
+
"name": "fieldName",
|
|
5072
|
+
"type": "string",
|
|
5073
|
+
"optional": false
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"name": "value",
|
|
5077
|
+
"type": "any",
|
|
5078
|
+
"optional": false
|
|
5079
|
+
}
|
|
5080
|
+
],
|
|
5081
|
+
"returnType": "void",
|
|
5082
|
+
"isStatic": false,
|
|
5083
|
+
"isPublic": true
|
|
5084
|
+
},
|
|
5047
5085
|
"loadRelated": {
|
|
5048
5086
|
"name": "loadRelated",
|
|
5049
5087
|
"async": true,
|
|
@@ -5147,7 +5185,7 @@
|
|
|
5147
5185
|
"optional": false
|
|
5148
5186
|
}
|
|
5149
5187
|
],
|
|
5150
|
-
"returnType": "Promise
|
|
5188
|
+
"returnType": "Promise",
|
|
5151
5189
|
"isStatic": false,
|
|
5152
5190
|
"isPublic": true
|
|
5153
5191
|
},
|
|
@@ -5161,7 +5199,7 @@
|
|
|
5161
5199
|
"optional": true
|
|
5162
5200
|
}
|
|
5163
5201
|
],
|
|
5164
|
-
"returnType": "Promise<Map<string
|
|
5202
|
+
"returnType": "Promise<Map<string>>",
|
|
5165
5203
|
"isStatic": false,
|
|
5166
5204
|
"isPublic": true
|
|
5167
5205
|
},
|
|
@@ -5511,7 +5549,7 @@
|
|
|
5511
5549
|
"parameters": [
|
|
5512
5550
|
{
|
|
5513
5551
|
"name": "data",
|
|
5514
|
-
"type": "
|
|
5552
|
+
"type": "Record<string>",
|
|
5515
5553
|
"optional": false
|
|
5516
5554
|
}
|
|
5517
5555
|
],
|
|
@@ -5523,7 +5561,7 @@
|
|
|
5523
5561
|
"name": "getFields",
|
|
5524
5562
|
"async": true,
|
|
5525
5563
|
"parameters": [],
|
|
5526
|
-
"returnType": "any",
|
|
5564
|
+
"returnType": "Promise<any>",
|
|
5527
5565
|
"isStatic": false,
|
|
5528
5566
|
"isPublic": true
|
|
5529
5567
|
},
|
|
@@ -5632,7 +5670,7 @@
|
|
|
5632
5670
|
},
|
|
5633
5671
|
{
|
|
5634
5672
|
"name": "options",
|
|
5635
|
-
"type": "
|
|
5673
|
+
"type": "AiOperationOptions",
|
|
5636
5674
|
"optional": true
|
|
5637
5675
|
}
|
|
5638
5676
|
],
|
|
@@ -5651,7 +5689,7 @@
|
|
|
5651
5689
|
},
|
|
5652
5690
|
{
|
|
5653
5691
|
"name": "options",
|
|
5654
|
-
"type": "
|
|
5692
|
+
"type": "AiOperationOptions",
|
|
5655
5693
|
"optional": true
|
|
5656
5694
|
}
|
|
5657
5695
|
],
|
|
@@ -5665,7 +5703,7 @@
|
|
|
5665
5703
|
"parameters": [
|
|
5666
5704
|
{
|
|
5667
5705
|
"name": "options",
|
|
5668
|
-
"type": "
|
|
5706
|
+
"type": "AiOperationOptions",
|
|
5669
5707
|
"optional": true
|
|
5670
5708
|
}
|
|
5671
5709
|
],
|
|
@@ -5695,6 +5733,25 @@
|
|
|
5695
5733
|
"isStatic": false,
|
|
5696
5734
|
"isPublic": true
|
|
5697
5735
|
},
|
|
5736
|
+
"_setLoadedRelationship": {
|
|
5737
|
+
"name": "_setLoadedRelationship",
|
|
5738
|
+
"async": false,
|
|
5739
|
+
"parameters": [
|
|
5740
|
+
{
|
|
5741
|
+
"name": "fieldName",
|
|
5742
|
+
"type": "string",
|
|
5743
|
+
"optional": false
|
|
5744
|
+
},
|
|
5745
|
+
{
|
|
5746
|
+
"name": "value",
|
|
5747
|
+
"type": "any",
|
|
5748
|
+
"optional": false
|
|
5749
|
+
}
|
|
5750
|
+
],
|
|
5751
|
+
"returnType": "void",
|
|
5752
|
+
"isStatic": false,
|
|
5753
|
+
"isPublic": true
|
|
5754
|
+
},
|
|
5698
5755
|
"loadRelated": {
|
|
5699
5756
|
"name": "loadRelated",
|
|
5700
5757
|
"async": true,
|
|
@@ -5798,7 +5855,7 @@
|
|
|
5798
5855
|
"optional": false
|
|
5799
5856
|
}
|
|
5800
5857
|
],
|
|
5801
|
-
"returnType": "Promise
|
|
5858
|
+
"returnType": "Promise",
|
|
5802
5859
|
"isStatic": false,
|
|
5803
5860
|
"isPublic": true
|
|
5804
5861
|
},
|
|
@@ -5812,7 +5869,7 @@
|
|
|
5812
5869
|
"optional": true
|
|
5813
5870
|
}
|
|
5814
5871
|
],
|
|
5815
|
-
"returnType": "Promise<Map<string
|
|
5872
|
+
"returnType": "Promise<Map<string>>",
|
|
5816
5873
|
"isStatic": false,
|
|
5817
5874
|
"isPublic": true
|
|
5818
5875
|
},
|
|
@@ -6212,7 +6269,7 @@
|
|
|
6212
6269
|
"parameters": [
|
|
6213
6270
|
{
|
|
6214
6271
|
"name": "data",
|
|
6215
|
-
"type": "
|
|
6272
|
+
"type": "Record<string>",
|
|
6216
6273
|
"optional": false
|
|
6217
6274
|
}
|
|
6218
6275
|
],
|
|
@@ -6224,7 +6281,7 @@
|
|
|
6224
6281
|
"name": "getFields",
|
|
6225
6282
|
"async": true,
|
|
6226
6283
|
"parameters": [],
|
|
6227
|
-
"returnType": "any",
|
|
6284
|
+
"returnType": "Promise<any>",
|
|
6228
6285
|
"isStatic": false,
|
|
6229
6286
|
"isPublic": true
|
|
6230
6287
|
},
|
|
@@ -6333,7 +6390,7 @@
|
|
|
6333
6390
|
},
|
|
6334
6391
|
{
|
|
6335
6392
|
"name": "options",
|
|
6336
|
-
"type": "
|
|
6393
|
+
"type": "AiOperationOptions",
|
|
6337
6394
|
"optional": true
|
|
6338
6395
|
}
|
|
6339
6396
|
],
|
|
@@ -6352,7 +6409,7 @@
|
|
|
6352
6409
|
},
|
|
6353
6410
|
{
|
|
6354
6411
|
"name": "options",
|
|
6355
|
-
"type": "
|
|
6412
|
+
"type": "AiOperationOptions",
|
|
6356
6413
|
"optional": true
|
|
6357
6414
|
}
|
|
6358
6415
|
],
|
|
@@ -6366,7 +6423,7 @@
|
|
|
6366
6423
|
"parameters": [
|
|
6367
6424
|
{
|
|
6368
6425
|
"name": "options",
|
|
6369
|
-
"type": "
|
|
6426
|
+
"type": "AiOperationOptions",
|
|
6370
6427
|
"optional": true
|
|
6371
6428
|
}
|
|
6372
6429
|
],
|
|
@@ -6396,6 +6453,25 @@
|
|
|
6396
6453
|
"isStatic": false,
|
|
6397
6454
|
"isPublic": true
|
|
6398
6455
|
},
|
|
6456
|
+
"_setLoadedRelationship": {
|
|
6457
|
+
"name": "_setLoadedRelationship",
|
|
6458
|
+
"async": false,
|
|
6459
|
+
"parameters": [
|
|
6460
|
+
{
|
|
6461
|
+
"name": "fieldName",
|
|
6462
|
+
"type": "string",
|
|
6463
|
+
"optional": false
|
|
6464
|
+
},
|
|
6465
|
+
{
|
|
6466
|
+
"name": "value",
|
|
6467
|
+
"type": "any",
|
|
6468
|
+
"optional": false
|
|
6469
|
+
}
|
|
6470
|
+
],
|
|
6471
|
+
"returnType": "void",
|
|
6472
|
+
"isStatic": false,
|
|
6473
|
+
"isPublic": true
|
|
6474
|
+
},
|
|
6399
6475
|
"loadRelated": {
|
|
6400
6476
|
"name": "loadRelated",
|
|
6401
6477
|
"async": true,
|
|
@@ -6499,7 +6575,7 @@
|
|
|
6499
6575
|
"optional": false
|
|
6500
6576
|
}
|
|
6501
6577
|
],
|
|
6502
|
-
"returnType": "Promise
|
|
6578
|
+
"returnType": "Promise",
|
|
6503
6579
|
"isStatic": false,
|
|
6504
6580
|
"isPublic": true
|
|
6505
6581
|
},
|
|
@@ -6513,7 +6589,7 @@
|
|
|
6513
6589
|
"optional": true
|
|
6514
6590
|
}
|
|
6515
6591
|
],
|
|
6516
|
-
"returnType": "Promise<Map<string
|
|
6592
|
+
"returnType": "Promise<Map<string>>",
|
|
6517
6593
|
"isStatic": false,
|
|
6518
6594
|
"isPublic": true
|
|
6519
6595
|
},
|
|
@@ -6893,7 +6969,7 @@
|
|
|
6893
6969
|
"parameters": [
|
|
6894
6970
|
{
|
|
6895
6971
|
"name": "data",
|
|
6896
|
-
"type": "
|
|
6972
|
+
"type": "Record<string>",
|
|
6897
6973
|
"optional": false
|
|
6898
6974
|
}
|
|
6899
6975
|
],
|
|
@@ -6905,7 +6981,7 @@
|
|
|
6905
6981
|
"name": "getFields",
|
|
6906
6982
|
"async": true,
|
|
6907
6983
|
"parameters": [],
|
|
6908
|
-
"returnType": "any",
|
|
6984
|
+
"returnType": "Promise<any>",
|
|
6909
6985
|
"isStatic": false,
|
|
6910
6986
|
"isPublic": true
|
|
6911
6987
|
},
|
|
@@ -7014,7 +7090,7 @@
|
|
|
7014
7090
|
},
|
|
7015
7091
|
{
|
|
7016
7092
|
"name": "options",
|
|
7017
|
-
"type": "
|
|
7093
|
+
"type": "AiOperationOptions",
|
|
7018
7094
|
"optional": true
|
|
7019
7095
|
}
|
|
7020
7096
|
],
|
|
@@ -7033,7 +7109,7 @@
|
|
|
7033
7109
|
},
|
|
7034
7110
|
{
|
|
7035
7111
|
"name": "options",
|
|
7036
|
-
"type": "
|
|
7112
|
+
"type": "AiOperationOptions",
|
|
7037
7113
|
"optional": true
|
|
7038
7114
|
}
|
|
7039
7115
|
],
|
|
@@ -7047,7 +7123,7 @@
|
|
|
7047
7123
|
"parameters": [
|
|
7048
7124
|
{
|
|
7049
7125
|
"name": "options",
|
|
7050
|
-
"type": "
|
|
7126
|
+
"type": "AiOperationOptions",
|
|
7051
7127
|
"optional": true
|
|
7052
7128
|
}
|
|
7053
7129
|
],
|
|
@@ -7077,6 +7153,25 @@
|
|
|
7077
7153
|
"isStatic": false,
|
|
7078
7154
|
"isPublic": true
|
|
7079
7155
|
},
|
|
7156
|
+
"_setLoadedRelationship": {
|
|
7157
|
+
"name": "_setLoadedRelationship",
|
|
7158
|
+
"async": false,
|
|
7159
|
+
"parameters": [
|
|
7160
|
+
{
|
|
7161
|
+
"name": "fieldName",
|
|
7162
|
+
"type": "string",
|
|
7163
|
+
"optional": false
|
|
7164
|
+
},
|
|
7165
|
+
{
|
|
7166
|
+
"name": "value",
|
|
7167
|
+
"type": "any",
|
|
7168
|
+
"optional": false
|
|
7169
|
+
}
|
|
7170
|
+
],
|
|
7171
|
+
"returnType": "void",
|
|
7172
|
+
"isStatic": false,
|
|
7173
|
+
"isPublic": true
|
|
7174
|
+
},
|
|
7080
7175
|
"loadRelated": {
|
|
7081
7176
|
"name": "loadRelated",
|
|
7082
7177
|
"async": true,
|
|
@@ -7180,7 +7275,7 @@
|
|
|
7180
7275
|
"optional": false
|
|
7181
7276
|
}
|
|
7182
7277
|
],
|
|
7183
|
-
"returnType": "Promise
|
|
7278
|
+
"returnType": "Promise",
|
|
7184
7279
|
"isStatic": false,
|
|
7185
7280
|
"isPublic": true
|
|
7186
7281
|
},
|
|
@@ -7194,7 +7289,7 @@
|
|
|
7194
7289
|
"optional": true
|
|
7195
7290
|
}
|
|
7196
7291
|
],
|
|
7197
|
-
"returnType": "Promise<Map<string
|
|
7292
|
+
"returnType": "Promise<Map<string>>",
|
|
7198
7293
|
"isStatic": false,
|
|
7199
7294
|
"isPublic": true
|
|
7200
7295
|
},
|
|
@@ -7522,7 +7617,7 @@
|
|
|
7522
7617
|
"parameters": [
|
|
7523
7618
|
{
|
|
7524
7619
|
"name": "data",
|
|
7525
|
-
"type": "
|
|
7620
|
+
"type": "Record<string>",
|
|
7526
7621
|
"optional": false
|
|
7527
7622
|
}
|
|
7528
7623
|
],
|
|
@@ -7534,7 +7629,7 @@
|
|
|
7534
7629
|
"name": "getFields",
|
|
7535
7630
|
"async": true,
|
|
7536
7631
|
"parameters": [],
|
|
7537
|
-
"returnType": "any",
|
|
7632
|
+
"returnType": "Promise<any>",
|
|
7538
7633
|
"isStatic": false,
|
|
7539
7634
|
"isPublic": true
|
|
7540
7635
|
},
|
|
@@ -7643,7 +7738,7 @@
|
|
|
7643
7738
|
},
|
|
7644
7739
|
{
|
|
7645
7740
|
"name": "options",
|
|
7646
|
-
"type": "
|
|
7741
|
+
"type": "AiOperationOptions",
|
|
7647
7742
|
"optional": true
|
|
7648
7743
|
}
|
|
7649
7744
|
],
|
|
@@ -7662,7 +7757,7 @@
|
|
|
7662
7757
|
},
|
|
7663
7758
|
{
|
|
7664
7759
|
"name": "options",
|
|
7665
|
-
"type": "
|
|
7760
|
+
"type": "AiOperationOptions",
|
|
7666
7761
|
"optional": true
|
|
7667
7762
|
}
|
|
7668
7763
|
],
|
|
@@ -7676,7 +7771,7 @@
|
|
|
7676
7771
|
"parameters": [
|
|
7677
7772
|
{
|
|
7678
7773
|
"name": "options",
|
|
7679
|
-
"type": "
|
|
7774
|
+
"type": "AiOperationOptions",
|
|
7680
7775
|
"optional": true
|
|
7681
7776
|
}
|
|
7682
7777
|
],
|
|
@@ -7706,6 +7801,25 @@
|
|
|
7706
7801
|
"isStatic": false,
|
|
7707
7802
|
"isPublic": true
|
|
7708
7803
|
},
|
|
7804
|
+
"_setLoadedRelationship": {
|
|
7805
|
+
"name": "_setLoadedRelationship",
|
|
7806
|
+
"async": false,
|
|
7807
|
+
"parameters": [
|
|
7808
|
+
{
|
|
7809
|
+
"name": "fieldName",
|
|
7810
|
+
"type": "string",
|
|
7811
|
+
"optional": false
|
|
7812
|
+
},
|
|
7813
|
+
{
|
|
7814
|
+
"name": "value",
|
|
7815
|
+
"type": "any",
|
|
7816
|
+
"optional": false
|
|
7817
|
+
}
|
|
7818
|
+
],
|
|
7819
|
+
"returnType": "void",
|
|
7820
|
+
"isStatic": false,
|
|
7821
|
+
"isPublic": true
|
|
7822
|
+
},
|
|
7709
7823
|
"loadRelated": {
|
|
7710
7824
|
"name": "loadRelated",
|
|
7711
7825
|
"async": true,
|
|
@@ -7809,7 +7923,7 @@
|
|
|
7809
7923
|
"optional": false
|
|
7810
7924
|
}
|
|
7811
7925
|
],
|
|
7812
|
-
"returnType": "Promise
|
|
7926
|
+
"returnType": "Promise",
|
|
7813
7927
|
"isStatic": false,
|
|
7814
7928
|
"isPublic": true
|
|
7815
7929
|
},
|
|
@@ -7823,7 +7937,7 @@
|
|
|
7823
7937
|
"optional": true
|
|
7824
7938
|
}
|
|
7825
7939
|
],
|
|
7826
|
-
"returnType": "Promise<Map<string
|
|
7940
|
+
"returnType": "Promise<Map<string>>",
|
|
7827
7941
|
"isStatic": false,
|
|
7828
7942
|
"isPublic": true
|
|
7829
7943
|
},
|
|
@@ -8190,7 +8304,7 @@
|
|
|
8190
8304
|
"parameters": [
|
|
8191
8305
|
{
|
|
8192
8306
|
"name": "data",
|
|
8193
|
-
"type": "
|
|
8307
|
+
"type": "Record<string>",
|
|
8194
8308
|
"optional": false
|
|
8195
8309
|
}
|
|
8196
8310
|
],
|
|
@@ -8202,7 +8316,7 @@
|
|
|
8202
8316
|
"name": "getFields",
|
|
8203
8317
|
"async": true,
|
|
8204
8318
|
"parameters": [],
|
|
8205
|
-
"returnType": "any",
|
|
8319
|
+
"returnType": "Promise<any>",
|
|
8206
8320
|
"isStatic": false,
|
|
8207
8321
|
"isPublic": true
|
|
8208
8322
|
},
|
|
@@ -8311,7 +8425,7 @@
|
|
|
8311
8425
|
},
|
|
8312
8426
|
{
|
|
8313
8427
|
"name": "options",
|
|
8314
|
-
"type": "
|
|
8428
|
+
"type": "AiOperationOptions",
|
|
8315
8429
|
"optional": true
|
|
8316
8430
|
}
|
|
8317
8431
|
],
|
|
@@ -8330,7 +8444,7 @@
|
|
|
8330
8444
|
},
|
|
8331
8445
|
{
|
|
8332
8446
|
"name": "options",
|
|
8333
|
-
"type": "
|
|
8447
|
+
"type": "AiOperationOptions",
|
|
8334
8448
|
"optional": true
|
|
8335
8449
|
}
|
|
8336
8450
|
],
|
|
@@ -8344,7 +8458,7 @@
|
|
|
8344
8458
|
"parameters": [
|
|
8345
8459
|
{
|
|
8346
8460
|
"name": "options",
|
|
8347
|
-
"type": "
|
|
8461
|
+
"type": "AiOperationOptions",
|
|
8348
8462
|
"optional": true
|
|
8349
8463
|
}
|
|
8350
8464
|
],
|
|
@@ -8374,6 +8488,25 @@
|
|
|
8374
8488
|
"isStatic": false,
|
|
8375
8489
|
"isPublic": true
|
|
8376
8490
|
},
|
|
8491
|
+
"_setLoadedRelationship": {
|
|
8492
|
+
"name": "_setLoadedRelationship",
|
|
8493
|
+
"async": false,
|
|
8494
|
+
"parameters": [
|
|
8495
|
+
{
|
|
8496
|
+
"name": "fieldName",
|
|
8497
|
+
"type": "string",
|
|
8498
|
+
"optional": false
|
|
8499
|
+
},
|
|
8500
|
+
{
|
|
8501
|
+
"name": "value",
|
|
8502
|
+
"type": "any",
|
|
8503
|
+
"optional": false
|
|
8504
|
+
}
|
|
8505
|
+
],
|
|
8506
|
+
"returnType": "void",
|
|
8507
|
+
"isStatic": false,
|
|
8508
|
+
"isPublic": true
|
|
8509
|
+
},
|
|
8377
8510
|
"loadRelated": {
|
|
8378
8511
|
"name": "loadRelated",
|
|
8379
8512
|
"async": true,
|
|
@@ -8477,7 +8610,7 @@
|
|
|
8477
8610
|
"optional": false
|
|
8478
8611
|
}
|
|
8479
8612
|
],
|
|
8480
|
-
"returnType": "Promise
|
|
8613
|
+
"returnType": "Promise",
|
|
8481
8614
|
"isStatic": false,
|
|
8482
8615
|
"isPublic": true
|
|
8483
8616
|
},
|
|
@@ -8491,7 +8624,7 @@
|
|
|
8491
8624
|
"optional": true
|
|
8492
8625
|
}
|
|
8493
8626
|
],
|
|
8494
|
-
"returnType": "Promise<Map<string
|
|
8627
|
+
"returnType": "Promise<Map<string>>",
|
|
8495
8628
|
"isStatic": false,
|
|
8496
8629
|
"isPublic": true
|
|
8497
8630
|
},
|
|
@@ -8851,7 +8984,7 @@
|
|
|
8851
8984
|
"parameters": [
|
|
8852
8985
|
{
|
|
8853
8986
|
"name": "data",
|
|
8854
|
-
"type": "
|
|
8987
|
+
"type": "Record<string>",
|
|
8855
8988
|
"optional": false
|
|
8856
8989
|
}
|
|
8857
8990
|
],
|
|
@@ -8863,7 +8996,7 @@
|
|
|
8863
8996
|
"name": "getFields",
|
|
8864
8997
|
"async": true,
|
|
8865
8998
|
"parameters": [],
|
|
8866
|
-
"returnType": "any",
|
|
8999
|
+
"returnType": "Promise<any>",
|
|
8867
9000
|
"isStatic": false,
|
|
8868
9001
|
"isPublic": true
|
|
8869
9002
|
},
|
|
@@ -8972,7 +9105,7 @@
|
|
|
8972
9105
|
},
|
|
8973
9106
|
{
|
|
8974
9107
|
"name": "options",
|
|
8975
|
-
"type": "
|
|
9108
|
+
"type": "AiOperationOptions",
|
|
8976
9109
|
"optional": true
|
|
8977
9110
|
}
|
|
8978
9111
|
],
|
|
@@ -8991,7 +9124,7 @@
|
|
|
8991
9124
|
},
|
|
8992
9125
|
{
|
|
8993
9126
|
"name": "options",
|
|
8994
|
-
"type": "
|
|
9127
|
+
"type": "AiOperationOptions",
|
|
8995
9128
|
"optional": true
|
|
8996
9129
|
}
|
|
8997
9130
|
],
|
|
@@ -9005,7 +9138,7 @@
|
|
|
9005
9138
|
"parameters": [
|
|
9006
9139
|
{
|
|
9007
9140
|
"name": "options",
|
|
9008
|
-
"type": "
|
|
9141
|
+
"type": "AiOperationOptions",
|
|
9009
9142
|
"optional": true
|
|
9010
9143
|
}
|
|
9011
9144
|
],
|
|
@@ -9035,6 +9168,25 @@
|
|
|
9035
9168
|
"isStatic": false,
|
|
9036
9169
|
"isPublic": true
|
|
9037
9170
|
},
|
|
9171
|
+
"_setLoadedRelationship": {
|
|
9172
|
+
"name": "_setLoadedRelationship",
|
|
9173
|
+
"async": false,
|
|
9174
|
+
"parameters": [
|
|
9175
|
+
{
|
|
9176
|
+
"name": "fieldName",
|
|
9177
|
+
"type": "string",
|
|
9178
|
+
"optional": false
|
|
9179
|
+
},
|
|
9180
|
+
{
|
|
9181
|
+
"name": "value",
|
|
9182
|
+
"type": "any",
|
|
9183
|
+
"optional": false
|
|
9184
|
+
}
|
|
9185
|
+
],
|
|
9186
|
+
"returnType": "void",
|
|
9187
|
+
"isStatic": false,
|
|
9188
|
+
"isPublic": true
|
|
9189
|
+
},
|
|
9038
9190
|
"loadRelated": {
|
|
9039
9191
|
"name": "loadRelated",
|
|
9040
9192
|
"async": true,
|
|
@@ -9138,7 +9290,7 @@
|
|
|
9138
9290
|
"optional": false
|
|
9139
9291
|
}
|
|
9140
9292
|
],
|
|
9141
|
-
"returnType": "Promise
|
|
9293
|
+
"returnType": "Promise",
|
|
9142
9294
|
"isStatic": false,
|
|
9143
9295
|
"isPublic": true
|
|
9144
9296
|
},
|
|
@@ -9152,7 +9304,7 @@
|
|
|
9152
9304
|
"optional": true
|
|
9153
9305
|
}
|
|
9154
9306
|
],
|
|
9155
|
-
"returnType": "Promise<Map<string
|
|
9307
|
+
"returnType": "Promise<Map<string>>",
|
|
9156
9308
|
"isStatic": false,
|
|
9157
9309
|
"isPublic": true
|
|
9158
9310
|
},
|
|
@@ -9891,7 +10043,7 @@
|
|
|
9891
10043
|
"parameters": [
|
|
9892
10044
|
{
|
|
9893
10045
|
"name": "data",
|
|
9894
|
-
"type": "
|
|
10046
|
+
"type": "Record<string>",
|
|
9895
10047
|
"optional": false
|
|
9896
10048
|
}
|
|
9897
10049
|
],
|
|
@@ -9903,7 +10055,7 @@
|
|
|
9903
10055
|
"name": "getFields",
|
|
9904
10056
|
"async": true,
|
|
9905
10057
|
"parameters": [],
|
|
9906
|
-
"returnType": "any",
|
|
10058
|
+
"returnType": "Promise<any>",
|
|
9907
10059
|
"isStatic": false,
|
|
9908
10060
|
"isPublic": true
|
|
9909
10061
|
},
|
|
@@ -10012,7 +10164,7 @@
|
|
|
10012
10164
|
},
|
|
10013
10165
|
{
|
|
10014
10166
|
"name": "options",
|
|
10015
|
-
"type": "
|
|
10167
|
+
"type": "AiOperationOptions",
|
|
10016
10168
|
"optional": true
|
|
10017
10169
|
}
|
|
10018
10170
|
],
|
|
@@ -10031,7 +10183,7 @@
|
|
|
10031
10183
|
},
|
|
10032
10184
|
{
|
|
10033
10185
|
"name": "options",
|
|
10034
|
-
"type": "
|
|
10186
|
+
"type": "AiOperationOptions",
|
|
10035
10187
|
"optional": true
|
|
10036
10188
|
}
|
|
10037
10189
|
],
|
|
@@ -10045,7 +10197,7 @@
|
|
|
10045
10197
|
"parameters": [
|
|
10046
10198
|
{
|
|
10047
10199
|
"name": "options",
|
|
10048
|
-
"type": "
|
|
10200
|
+
"type": "AiOperationOptions",
|
|
10049
10201
|
"optional": true
|
|
10050
10202
|
}
|
|
10051
10203
|
],
|
|
@@ -10075,6 +10227,25 @@
|
|
|
10075
10227
|
"isStatic": false,
|
|
10076
10228
|
"isPublic": true
|
|
10077
10229
|
},
|
|
10230
|
+
"_setLoadedRelationship": {
|
|
10231
|
+
"name": "_setLoadedRelationship",
|
|
10232
|
+
"async": false,
|
|
10233
|
+
"parameters": [
|
|
10234
|
+
{
|
|
10235
|
+
"name": "fieldName",
|
|
10236
|
+
"type": "string",
|
|
10237
|
+
"optional": false
|
|
10238
|
+
},
|
|
10239
|
+
{
|
|
10240
|
+
"name": "value",
|
|
10241
|
+
"type": "any",
|
|
10242
|
+
"optional": false
|
|
10243
|
+
}
|
|
10244
|
+
],
|
|
10245
|
+
"returnType": "void",
|
|
10246
|
+
"isStatic": false,
|
|
10247
|
+
"isPublic": true
|
|
10248
|
+
},
|
|
10078
10249
|
"loadRelated": {
|
|
10079
10250
|
"name": "loadRelated",
|
|
10080
10251
|
"async": true,
|
|
@@ -10178,7 +10349,7 @@
|
|
|
10178
10349
|
"optional": false
|
|
10179
10350
|
}
|
|
10180
10351
|
],
|
|
10181
|
-
"returnType": "Promise
|
|
10352
|
+
"returnType": "Promise",
|
|
10182
10353
|
"isStatic": false,
|
|
10183
10354
|
"isPublic": true
|
|
10184
10355
|
},
|
|
@@ -10192,7 +10363,7 @@
|
|
|
10192
10363
|
"optional": true
|
|
10193
10364
|
}
|
|
10194
10365
|
],
|
|
10195
|
-
"returnType": "Promise<Map<string
|
|
10366
|
+
"returnType": "Promise<Map<string>>",
|
|
10196
10367
|
"isStatic": false,
|
|
10197
10368
|
"isPublic": true
|
|
10198
10369
|
},
|
|
@@ -10931,7 +11102,7 @@
|
|
|
10931
11102
|
"parameters": [
|
|
10932
11103
|
{
|
|
10933
11104
|
"name": "data",
|
|
10934
|
-
"type": "
|
|
11105
|
+
"type": "Record<string>",
|
|
10935
11106
|
"optional": false
|
|
10936
11107
|
}
|
|
10937
11108
|
],
|
|
@@ -10943,7 +11114,7 @@
|
|
|
10943
11114
|
"name": "getFields",
|
|
10944
11115
|
"async": true,
|
|
10945
11116
|
"parameters": [],
|
|
10946
|
-
"returnType": "any",
|
|
11117
|
+
"returnType": "Promise<any>",
|
|
10947
11118
|
"isStatic": false,
|
|
10948
11119
|
"isPublic": true
|
|
10949
11120
|
},
|
|
@@ -11052,7 +11223,7 @@
|
|
|
11052
11223
|
},
|
|
11053
11224
|
{
|
|
11054
11225
|
"name": "options",
|
|
11055
|
-
"type": "
|
|
11226
|
+
"type": "AiOperationOptions",
|
|
11056
11227
|
"optional": true
|
|
11057
11228
|
}
|
|
11058
11229
|
],
|
|
@@ -11071,7 +11242,7 @@
|
|
|
11071
11242
|
},
|
|
11072
11243
|
{
|
|
11073
11244
|
"name": "options",
|
|
11074
|
-
"type": "
|
|
11245
|
+
"type": "AiOperationOptions",
|
|
11075
11246
|
"optional": true
|
|
11076
11247
|
}
|
|
11077
11248
|
],
|
|
@@ -11085,7 +11256,7 @@
|
|
|
11085
11256
|
"parameters": [
|
|
11086
11257
|
{
|
|
11087
11258
|
"name": "options",
|
|
11088
|
-
"type": "
|
|
11259
|
+
"type": "AiOperationOptions",
|
|
11089
11260
|
"optional": true
|
|
11090
11261
|
}
|
|
11091
11262
|
],
|
|
@@ -11115,6 +11286,25 @@
|
|
|
11115
11286
|
"isStatic": false,
|
|
11116
11287
|
"isPublic": true
|
|
11117
11288
|
},
|
|
11289
|
+
"_setLoadedRelationship": {
|
|
11290
|
+
"name": "_setLoadedRelationship",
|
|
11291
|
+
"async": false,
|
|
11292
|
+
"parameters": [
|
|
11293
|
+
{
|
|
11294
|
+
"name": "fieldName",
|
|
11295
|
+
"type": "string",
|
|
11296
|
+
"optional": false
|
|
11297
|
+
},
|
|
11298
|
+
{
|
|
11299
|
+
"name": "value",
|
|
11300
|
+
"type": "any",
|
|
11301
|
+
"optional": false
|
|
11302
|
+
}
|
|
11303
|
+
],
|
|
11304
|
+
"returnType": "void",
|
|
11305
|
+
"isStatic": false,
|
|
11306
|
+
"isPublic": true
|
|
11307
|
+
},
|
|
11118
11308
|
"loadRelated": {
|
|
11119
11309
|
"name": "loadRelated",
|
|
11120
11310
|
"async": true,
|
|
@@ -11218,7 +11408,7 @@
|
|
|
11218
11408
|
"optional": false
|
|
11219
11409
|
}
|
|
11220
11410
|
],
|
|
11221
|
-
"returnType": "Promise
|
|
11411
|
+
"returnType": "Promise",
|
|
11222
11412
|
"isStatic": false,
|
|
11223
11413
|
"isPublic": true
|
|
11224
11414
|
},
|
|
@@ -11232,7 +11422,7 @@
|
|
|
11232
11422
|
"optional": true
|
|
11233
11423
|
}
|
|
11234
11424
|
],
|
|
11235
|
-
"returnType": "Promise<Map<string
|
|
11425
|
+
"returnType": "Promise<Map<string>>",
|
|
11236
11426
|
"isStatic": false,
|
|
11237
11427
|
"isPublic": true
|
|
11238
11428
|
},
|
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:54.560Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-profiles",
|
|
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": "0a013d6ea8967641b5c8b74aa86f737b705dc8e8048b473c3961b6690f96b81e",
|
|
10
|
+
"packageJson": "68c3901b9569c15b37ee0ab45f4c4eebf8a36a08296e6fdaf910241d7793436d",
|
|
11
11
|
"agents": "3c18e895a2e065f761aabf31779c71a138f0a75261ab223464c3b2a5fbbe6b16"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
|
@@ -1144,6 +1144,7 @@
|
|
|
1144
1144
|
}
|
|
1145
1145
|
],
|
|
1146
1146
|
"methods": [
|
|
1147
|
+
"_setLoadedRelationship",
|
|
1147
1148
|
"addAsset",
|
|
1148
1149
|
"addMetadata",
|
|
1149
1150
|
"addRelationship",
|
|
@@ -1447,6 +1448,7 @@
|
|
|
1447
1448
|
}
|
|
1448
1449
|
],
|
|
1449
1450
|
"methods": [
|
|
1451
|
+
"_setLoadedRelationship",
|
|
1450
1452
|
"classifyConstraintError",
|
|
1451
1453
|
"clearEmbeddings",
|
|
1452
1454
|
"delete",
|
|
@@ -1627,6 +1629,7 @@
|
|
|
1627
1629
|
],
|
|
1628
1630
|
"relationships": [],
|
|
1629
1631
|
"methods": [
|
|
1632
|
+
"_setLoadedRelationship",
|
|
1630
1633
|
"classifyConstraintError",
|
|
1631
1634
|
"clearEmbeddings",
|
|
1632
1635
|
"delete",
|
|
@@ -1851,6 +1854,7 @@
|
|
|
1851
1854
|
}
|
|
1852
1855
|
],
|
|
1853
1856
|
"methods": [
|
|
1857
|
+
"_setLoadedRelationship",
|
|
1854
1858
|
"addTerm",
|
|
1855
1859
|
"classifyConstraintError",
|
|
1856
1860
|
"clearEmbeddings",
|
|
@@ -2030,6 +2034,7 @@
|
|
|
2030
2034
|
}
|
|
2031
2035
|
],
|
|
2032
2036
|
"methods": [
|
|
2037
|
+
"_setLoadedRelationship",
|
|
2033
2038
|
"classifyConstraintError",
|
|
2034
2039
|
"clearEmbeddings",
|
|
2035
2040
|
"delete",
|
|
@@ -2199,6 +2204,7 @@
|
|
|
2199
2204
|
],
|
|
2200
2205
|
"relationships": [],
|
|
2201
2206
|
"methods": [
|
|
2207
|
+
"_setLoadedRelationship",
|
|
2202
2208
|
"classifyConstraintError",
|
|
2203
2209
|
"clearEmbeddings",
|
|
2204
2210
|
"delete",
|
|
@@ -2366,6 +2372,7 @@
|
|
|
2366
2372
|
],
|
|
2367
2373
|
"relationships": [],
|
|
2368
2374
|
"methods": [
|
|
2375
|
+
"_setLoadedRelationship",
|
|
2369
2376
|
"classifyConstraintError",
|
|
2370
2377
|
"clearEmbeddings",
|
|
2371
2378
|
"delete",
|
|
@@ -2587,6 +2594,7 @@
|
|
|
2587
2594
|
}
|
|
2588
2595
|
],
|
|
2589
2596
|
"methods": [
|
|
2597
|
+
"_setLoadedRelationship",
|
|
2590
2598
|
"addAsset",
|
|
2591
2599
|
"addMetadata",
|
|
2592
2600
|
"addRelationship",
|
|
@@ -2762,6 +2770,7 @@
|
|
|
2762
2770
|
}
|
|
2763
2771
|
],
|
|
2764
2772
|
"methods": [
|
|
2773
|
+
"_setLoadedRelationship",
|
|
2765
2774
|
"addAsset",
|
|
2766
2775
|
"addMetadata",
|
|
2767
2776
|
"addRelationship",
|
|
@@ -2937,6 +2946,7 @@
|
|
|
2937
2946
|
}
|
|
2938
2947
|
],
|
|
2939
2948
|
"methods": [
|
|
2949
|
+
"_setLoadedRelationship",
|
|
2940
2950
|
"addAsset",
|
|
2941
2951
|
"addMetadata",
|
|
2942
2952
|
"addRelationship",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-profiles",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.0",
|
|
4
4
|
"description": "Profile management system with relationships, metadata, and reciprocal associations for SMRT framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@happyvertical/utils": "^0.74.10",
|
|
31
31
|
"@noble/curves": "^1.8.1",
|
|
32
32
|
"bech32": "^2.0.0",
|
|
33
|
-
"@happyvertical/smrt-assets": "0.
|
|
34
|
-
"@happyvertical/smrt-
|
|
35
|
-
"@happyvertical/smrt-
|
|
36
|
-
"@happyvertical/smrt-tenancy": "0.
|
|
33
|
+
"@happyvertical/smrt-assets": "0.37.0",
|
|
34
|
+
"@happyvertical/smrt-prompts": "0.37.0",
|
|
35
|
+
"@happyvertical/smrt-core": "0.37.0",
|
|
36
|
+
"@happyvertical/smrt-tenancy": "0.37.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@faker-js/faker": "^10.2.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"typescript": "^5.9.3",
|
|
43
43
|
"vite": "^7.3.1",
|
|
44
44
|
"vitest": "^4.0.17",
|
|
45
|
-
"@happyvertical/smrt-vitest": "0.
|
|
45
|
+
"@happyvertical/smrt-vitest": "0.37.0"
|
|
46
46
|
},
|
|
47
47
|
"keywords": [
|
|
48
48
|
"ai",
|