@happyvertical/smrt-voice 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 +80 -23
- package/dist/smrt-knowledge.json +7 -4
- package/package.json +7 -7
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1782683608577,
|
|
4
4
|
"packageName": "@happyvertical/smrt-voice",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.0",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-voice:VoiceOutput": {
|
|
8
8
|
"name": "voiceoutput",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"parameters": [
|
|
232
232
|
{
|
|
233
233
|
"name": "data",
|
|
234
|
-
"type": "
|
|
234
|
+
"type": "Record<string>",
|
|
235
235
|
"optional": false
|
|
236
236
|
}
|
|
237
237
|
],
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"name": "getFields",
|
|
244
244
|
"async": true,
|
|
245
245
|
"parameters": [],
|
|
246
|
-
"returnType": "any",
|
|
246
|
+
"returnType": "Promise<any>",
|
|
247
247
|
"isStatic": false,
|
|
248
248
|
"isPublic": true
|
|
249
249
|
},
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
"name": "options",
|
|
355
|
-
"type": "
|
|
355
|
+
"type": "AiOperationOptions",
|
|
356
356
|
"optional": true
|
|
357
357
|
}
|
|
358
358
|
],
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"name": "options",
|
|
374
|
-
"type": "
|
|
374
|
+
"type": "AiOperationOptions",
|
|
375
375
|
"optional": true
|
|
376
376
|
}
|
|
377
377
|
],
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"parameters": [
|
|
386
386
|
{
|
|
387
387
|
"name": "options",
|
|
388
|
-
"type": "
|
|
388
|
+
"type": "AiOperationOptions",
|
|
389
389
|
"optional": true
|
|
390
390
|
}
|
|
391
391
|
],
|
|
@@ -415,6 +415,25 @@
|
|
|
415
415
|
"isStatic": false,
|
|
416
416
|
"isPublic": true
|
|
417
417
|
},
|
|
418
|
+
"_setLoadedRelationship": {
|
|
419
|
+
"name": "_setLoadedRelationship",
|
|
420
|
+
"async": false,
|
|
421
|
+
"parameters": [
|
|
422
|
+
{
|
|
423
|
+
"name": "fieldName",
|
|
424
|
+
"type": "string",
|
|
425
|
+
"optional": false
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "value",
|
|
429
|
+
"type": "any",
|
|
430
|
+
"optional": false
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"returnType": "void",
|
|
434
|
+
"isStatic": false,
|
|
435
|
+
"isPublic": true
|
|
436
|
+
},
|
|
418
437
|
"loadRelated": {
|
|
419
438
|
"name": "loadRelated",
|
|
420
439
|
"async": true,
|
|
@@ -518,7 +537,7 @@
|
|
|
518
537
|
"optional": false
|
|
519
538
|
}
|
|
520
539
|
],
|
|
521
|
-
"returnType": "Promise
|
|
540
|
+
"returnType": "Promise",
|
|
522
541
|
"isStatic": false,
|
|
523
542
|
"isPublic": true
|
|
524
543
|
},
|
|
@@ -532,7 +551,7 @@
|
|
|
532
551
|
"optional": true
|
|
533
552
|
}
|
|
534
553
|
],
|
|
535
|
-
"returnType": "Promise<Map<string
|
|
554
|
+
"returnType": "Promise<Map<string>>",
|
|
536
555
|
"isStatic": false,
|
|
537
556
|
"isPublic": true
|
|
538
557
|
},
|
|
@@ -1842,7 +1861,7 @@
|
|
|
1842
1861
|
"parameters": [
|
|
1843
1862
|
{
|
|
1844
1863
|
"name": "data",
|
|
1845
|
-
"type": "
|
|
1864
|
+
"type": "Record<string>",
|
|
1846
1865
|
"optional": false
|
|
1847
1866
|
}
|
|
1848
1867
|
],
|
|
@@ -1854,7 +1873,7 @@
|
|
|
1854
1873
|
"name": "getFields",
|
|
1855
1874
|
"async": true,
|
|
1856
1875
|
"parameters": [],
|
|
1857
|
-
"returnType": "any",
|
|
1876
|
+
"returnType": "Promise<any>",
|
|
1858
1877
|
"isStatic": false,
|
|
1859
1878
|
"isPublic": true
|
|
1860
1879
|
},
|
|
@@ -1963,7 +1982,7 @@
|
|
|
1963
1982
|
},
|
|
1964
1983
|
{
|
|
1965
1984
|
"name": "options",
|
|
1966
|
-
"type": "
|
|
1985
|
+
"type": "AiOperationOptions",
|
|
1967
1986
|
"optional": true
|
|
1968
1987
|
}
|
|
1969
1988
|
],
|
|
@@ -1982,7 +2001,7 @@
|
|
|
1982
2001
|
},
|
|
1983
2002
|
{
|
|
1984
2003
|
"name": "options",
|
|
1985
|
-
"type": "
|
|
2004
|
+
"type": "AiOperationOptions",
|
|
1986
2005
|
"optional": true
|
|
1987
2006
|
}
|
|
1988
2007
|
],
|
|
@@ -1996,7 +2015,7 @@
|
|
|
1996
2015
|
"parameters": [
|
|
1997
2016
|
{
|
|
1998
2017
|
"name": "options",
|
|
1999
|
-
"type": "
|
|
2018
|
+
"type": "AiOperationOptions",
|
|
2000
2019
|
"optional": true
|
|
2001
2020
|
}
|
|
2002
2021
|
],
|
|
@@ -2026,6 +2045,25 @@
|
|
|
2026
2045
|
"isStatic": false,
|
|
2027
2046
|
"isPublic": true
|
|
2028
2047
|
},
|
|
2048
|
+
"_setLoadedRelationship": {
|
|
2049
|
+
"name": "_setLoadedRelationship",
|
|
2050
|
+
"async": false,
|
|
2051
|
+
"parameters": [
|
|
2052
|
+
{
|
|
2053
|
+
"name": "fieldName",
|
|
2054
|
+
"type": "string",
|
|
2055
|
+
"optional": false
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"name": "value",
|
|
2059
|
+
"type": "any",
|
|
2060
|
+
"optional": false
|
|
2061
|
+
}
|
|
2062
|
+
],
|
|
2063
|
+
"returnType": "void",
|
|
2064
|
+
"isStatic": false,
|
|
2065
|
+
"isPublic": true
|
|
2066
|
+
},
|
|
2029
2067
|
"loadRelated": {
|
|
2030
2068
|
"name": "loadRelated",
|
|
2031
2069
|
"async": true,
|
|
@@ -2129,7 +2167,7 @@
|
|
|
2129
2167
|
"optional": false
|
|
2130
2168
|
}
|
|
2131
2169
|
],
|
|
2132
|
-
"returnType": "Promise
|
|
2170
|
+
"returnType": "Promise",
|
|
2133
2171
|
"isStatic": false,
|
|
2134
2172
|
"isPublic": true
|
|
2135
2173
|
},
|
|
@@ -2143,7 +2181,7 @@
|
|
|
2143
2181
|
"optional": true
|
|
2144
2182
|
}
|
|
2145
2183
|
],
|
|
2146
|
-
"returnType": "Promise<Map<string
|
|
2184
|
+
"returnType": "Promise<Map<string>>",
|
|
2147
2185
|
"isStatic": false,
|
|
2148
2186
|
"isPublic": true
|
|
2149
2187
|
},
|
|
@@ -2527,7 +2565,7 @@
|
|
|
2527
2565
|
"parameters": [
|
|
2528
2566
|
{
|
|
2529
2567
|
"name": "data",
|
|
2530
|
-
"type": "
|
|
2568
|
+
"type": "Record<string>",
|
|
2531
2569
|
"optional": false
|
|
2532
2570
|
}
|
|
2533
2571
|
],
|
|
@@ -2539,7 +2577,7 @@
|
|
|
2539
2577
|
"name": "getFields",
|
|
2540
2578
|
"async": true,
|
|
2541
2579
|
"parameters": [],
|
|
2542
|
-
"returnType": "any",
|
|
2580
|
+
"returnType": "Promise<any>",
|
|
2543
2581
|
"isStatic": false,
|
|
2544
2582
|
"isPublic": true
|
|
2545
2583
|
},
|
|
@@ -2648,7 +2686,7 @@
|
|
|
2648
2686
|
},
|
|
2649
2687
|
{
|
|
2650
2688
|
"name": "options",
|
|
2651
|
-
"type": "
|
|
2689
|
+
"type": "AiOperationOptions",
|
|
2652
2690
|
"optional": true
|
|
2653
2691
|
}
|
|
2654
2692
|
],
|
|
@@ -2667,7 +2705,7 @@
|
|
|
2667
2705
|
},
|
|
2668
2706
|
{
|
|
2669
2707
|
"name": "options",
|
|
2670
|
-
"type": "
|
|
2708
|
+
"type": "AiOperationOptions",
|
|
2671
2709
|
"optional": true
|
|
2672
2710
|
}
|
|
2673
2711
|
],
|
|
@@ -2681,7 +2719,7 @@
|
|
|
2681
2719
|
"parameters": [
|
|
2682
2720
|
{
|
|
2683
2721
|
"name": "options",
|
|
2684
|
-
"type": "
|
|
2722
|
+
"type": "AiOperationOptions",
|
|
2685
2723
|
"optional": true
|
|
2686
2724
|
}
|
|
2687
2725
|
],
|
|
@@ -2711,6 +2749,25 @@
|
|
|
2711
2749
|
"isStatic": false,
|
|
2712
2750
|
"isPublic": true
|
|
2713
2751
|
},
|
|
2752
|
+
"_setLoadedRelationship": {
|
|
2753
|
+
"name": "_setLoadedRelationship",
|
|
2754
|
+
"async": false,
|
|
2755
|
+
"parameters": [
|
|
2756
|
+
{
|
|
2757
|
+
"name": "fieldName",
|
|
2758
|
+
"type": "string",
|
|
2759
|
+
"optional": false
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "value",
|
|
2763
|
+
"type": "any",
|
|
2764
|
+
"optional": false
|
|
2765
|
+
}
|
|
2766
|
+
],
|
|
2767
|
+
"returnType": "void",
|
|
2768
|
+
"isStatic": false,
|
|
2769
|
+
"isPublic": true
|
|
2770
|
+
},
|
|
2714
2771
|
"loadRelated": {
|
|
2715
2772
|
"name": "loadRelated",
|
|
2716
2773
|
"async": true,
|
|
@@ -2814,7 +2871,7 @@
|
|
|
2814
2871
|
"optional": false
|
|
2815
2872
|
}
|
|
2816
2873
|
],
|
|
2817
|
-
"returnType": "Promise
|
|
2874
|
+
"returnType": "Promise",
|
|
2818
2875
|
"isStatic": false,
|
|
2819
2876
|
"isPublic": true
|
|
2820
2877
|
},
|
|
@@ -2828,7 +2885,7 @@
|
|
|
2828
2885
|
"optional": true
|
|
2829
2886
|
}
|
|
2830
2887
|
],
|
|
2831
|
-
"returnType": "Promise<Map<string
|
|
2888
|
+
"returnType": "Promise<Map<string>>",
|
|
2832
2889
|
"isStatic": false,
|
|
2833
2890
|
"isPublic": true
|
|
2834
2891
|
},
|
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:53:31.529Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-voice",
|
|
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": "c4b3d94596209d32ed7bc7120212330a777e87f2ae173a38950c01ce7480daf0",
|
|
10
|
+
"packageJson": "0fa41681146c3daed93b9ab7f73ba9fd9376839472ad72104d24c894db37a136",
|
|
11
11
|
"agents": "49a29e74f9bd018c1141f0d39468ad71d91d4ba078e2e82e828b7bf5a8f775e9"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
|
@@ -257,6 +257,7 @@
|
|
|
257
257
|
}
|
|
258
258
|
],
|
|
259
259
|
"methods": [
|
|
260
|
+
"_setLoadedRelationship",
|
|
260
261
|
"addAsset",
|
|
261
262
|
"addFact",
|
|
262
263
|
"addReference",
|
|
@@ -558,6 +559,7 @@
|
|
|
558
559
|
}
|
|
559
560
|
],
|
|
560
561
|
"methods": [
|
|
562
|
+
"_setLoadedRelationship",
|
|
561
563
|
"classifyConstraintError",
|
|
562
564
|
"clearEmbeddings",
|
|
563
565
|
"delete",
|
|
@@ -789,6 +791,7 @@
|
|
|
789
791
|
}
|
|
790
792
|
],
|
|
791
793
|
"methods": [
|
|
794
|
+
"_setLoadedRelationship",
|
|
792
795
|
"classifyConstraintError",
|
|
793
796
|
"clearEmbeddings",
|
|
794
797
|
"delete",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-voice",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Voice profile management for AI-powered voice synthesis and cloning in the SMRT ecosystem",
|
|
6
6
|
"author": "HappyVertical",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@happyvertical/utils": "^0.74.10",
|
|
33
|
-
"@happyvertical/smrt-assets": "0.
|
|
34
|
-
"@happyvertical/smrt-
|
|
35
|
-
"@happyvertical/smrt-
|
|
36
|
-
"@happyvertical/smrt-
|
|
37
|
-
"@happyvertical/smrt-
|
|
33
|
+
"@happyvertical/smrt-assets": "0.37.0",
|
|
34
|
+
"@happyvertical/smrt-content": "0.37.0",
|
|
35
|
+
"@happyvertical/smrt-tenancy": "0.37.0",
|
|
36
|
+
"@happyvertical/smrt-core": "0.37.0",
|
|
37
|
+
"@happyvertical/smrt-config": "0.37.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@happyvertical/logger": "^0.74.10",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"typescript": "^5.9.3",
|
|
44
44
|
"vite": "^7.3.1",
|
|
45
45
|
"vitest": "^4.0.17",
|
|
46
|
-
"@happyvertical/smrt-vitest": "0.
|
|
46
|
+
"@happyvertical/smrt-vitest": "0.37.0"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"voice",
|