@happyvertical/smrt-voice 0.44.0 → 0.45.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.
@@ -3,12 +3,12 @@
3
3
  "sensitiveFieldsExcluded": true,
4
4
  "generatedAt": "1970-01-01T00:00:00.000Z",
5
5
  "packageName": "@happyvertical/smrt-voice",
6
- "packageVersion": "0.44.0",
6
+ "packageVersion": "0.45.0",
7
7
  "sourceManifestPath": "dist/manifest.json",
8
8
  "agentDocPath": "AGENTS.md",
9
9
  "sourceHashes": {
10
- "manifest": "629464308336bc7d2f25e41ea98d97355432ffa6aff554b4f062d1e5cff5c94e",
11
- "packageJson": "e64c4b88890fbd9d93fb5533f6ea157e63001f1880ebcb84e3e2c9327270dfa1",
10
+ "manifest": "9dca5ae6c998ce33eba7677c2fe8652cbcb926ffa645fa4a05c19ead1fae61c1",
11
+ "packageJson": "e21c780e6f0ce7e504c70e94730122124d455cf1562d457ba67aa2ec2e3948df",
12
12
  "agents": "e7726fd0cee96291548c1bc951b0048bb11a4d5eee3c19632f419779c36be550"
13
13
  },
14
14
  "exports": [
@@ -267,43 +267,26 @@
267
267
  }
268
268
  ],
269
269
  "methods": [
270
- "_setLoadedRelationship",
271
270
  "addAsset",
272
271
  "addFact",
273
272
  "addReference",
274
273
  "browseFacts",
275
- "claimRevision",
276
- "classifyConstraintError",
277
- "clearEmbeddings",
278
274
  "createVersion",
279
- "delete",
280
- "describe",
281
- "destroy",
282
- "do",
283
275
  "evaluateReviewProfile",
284
276
  "evaluateReviewProfileAction",
285
- "executeToolCall",
286
- "forget",
287
- "forgetScope",
288
277
  "fromSynthesizedSpeech",
289
- "generateEmbeddings",
290
278
  "generateThumbnail",
291
- "getAiUsageSnapshot",
292
279
  "getAncestorPaths",
293
280
  "getAssets",
294
- "getAvailableTools",
295
281
  "getCategorySegments",
296
282
  "getCorrections",
297
- "getEmbedding",
298
283
  "getFactAuditState",
299
284
  "getFactAuditStateAction",
300
285
  "getFactLinks",
301
286
  "getFacts",
302
287
  "getFactsState",
303
- "getFields",
304
288
  "getGovernanceState",
305
289
  "getGovernanceStateAction",
306
- "getId",
307
290
  "getMetadata",
308
291
  "getParentCategory",
309
292
  "getPublishedTransparency",
@@ -311,45 +294,28 @@
311
294
  "getReferenceDrift",
312
295
  "getReferenceEdges",
313
296
  "getReferences",
314
- "getRelated",
315
297
  "getReviewRequirements",
316
298
  "getReviews",
317
299
  "getRootCategory",
318
- "getSavedId",
319
- "getSlug",
320
300
  "getThumbnail",
321
301
  "getVersions",
322
302
  "getWordAtTime",
323
- "hasStaleEmbeddings",
324
303
  "initialize",
325
- "is",
326
304
  "isGoverned",
327
305
  "isInCategory",
328
306
  "isReadyForReviewProfile",
329
- "isRelatedLoaded",
330
- "isSaved",
331
307
  "issueCorrection",
332
308
  "issueCorrectionAction",
333
- "listAiUsage",
334
309
  "listCorrections",
335
310
  "listReviewProfilesAction",
336
311
  "listReviews",
337
312
  "listVersions",
338
- "loadDataFromDb",
339
- "loadFromId",
340
- "loadFromSlug",
341
313
  "loadReferences",
342
- "loadRelated",
343
- "loadRelatedMany",
344
- "markAsPersisted",
345
314
  "mutateVersionAction",
346
315
  "previewTransparency",
347
316
  "previewTransparencyAction",
348
- "recall",
349
- "recallAll",
350
317
  "recheckFactClaims",
351
318
  "recheckFactClaimsAction",
352
- "remember",
353
319
  "removeAsset",
354
320
  "removeFact",
355
321
  "removeReference",
@@ -357,8 +323,6 @@
357
323
  "repairFactAuditAction",
358
324
  "repairFactEvidence",
359
325
  "repairFactEvidenceAction",
360
- "requireInsertOnSave",
361
- "resetAiUsage",
362
326
  "resolveGovernance",
363
327
  "restoreFromVersion",
364
328
  "reviewFacts",
@@ -368,27 +332,13 @@
368
332
  "save",
369
333
  "setMetadata",
370
334
  "setThumbnail",
371
- "summarizeAiUsage",
372
335
  "syncFacts",
373
336
  "syncFactsState",
374
- "toJSON",
375
- "toPlainObject",
376
- "toPublicJSON",
377
337
  "updateFactEvidenceStatus",
378
338
  "updateFactEvidenceStatusAction",
379
- "updateMetadata",
380
- "withDatabase",
381
- "withTransaction"
339
+ "updateMetadata"
382
340
  ],
383
341
  "methodSignatures": [
384
- {
385
- "name": "_setLoadedRelationship",
386
- "params": [
387
- "fieldName: string",
388
- "value: any"
389
- ],
390
- "returns": "void"
391
- },
392
342
  {
393
343
  "name": "addAsset",
394
344
  "async": true,
@@ -427,27 +377,6 @@
427
377
  ],
428
378
  "returns": "Promise<Fact[]>"
429
379
  },
430
- {
431
- "name": "claimRevision",
432
- "async": true,
433
- "params": [
434
- "expectedUpdatedAt: Date | string"
435
- ],
436
- "returns": "Promise"
437
- },
438
- {
439
- "name": "classifyConstraintError",
440
- "static": true,
441
- "params": [
442
- "message: string"
443
- ],
444
- "returns": "'unique' | 'not_null' | null"
445
- },
446
- {
447
- "name": "clearEmbeddings",
448
- "async": true,
449
- "returns": "Promise<void>"
450
- },
451
380
  {
452
381
  "name": "createVersion",
453
382
  "async": true,
@@ -456,32 +385,6 @@
456
385
  ],
457
386
  "returns": "any"
458
387
  },
459
- {
460
- "name": "delete",
461
- "async": true,
462
- "returns": "Promise<void>"
463
- },
464
- {
465
- "name": "describe",
466
- "async": true,
467
- "params": [
468
- "options?: AiOperationOptions"
469
- ],
470
- "returns": "any"
471
- },
472
- {
473
- "name": "destroy",
474
- "returns": "void"
475
- },
476
- {
477
- "name": "do",
478
- "async": true,
479
- "params": [
480
- "instructions: string",
481
- "options?: AiOperationOptions"
482
- ],
483
- "returns": "any"
484
- },
485
388
  {
486
389
  "name": "evaluateReviewProfile",
487
390
  "async": true,
@@ -498,30 +401,6 @@
498
401
  ],
499
402
  "returns": "any"
500
403
  },
501
- {
502
- "name": "executeToolCall",
503
- "async": true,
504
- "params": [
505
- "toolCall: ToolCall"
506
- ],
507
- "returns": "Promise<ToolCallResult>"
508
- },
509
- {
510
- "name": "forget",
511
- "async": true,
512
- "params": [
513
- "options: object"
514
- ],
515
- "returns": "Promise<void>"
516
- },
517
- {
518
- "name": "forgetScope",
519
- "async": true,
520
- "params": [
521
- "options: object"
522
- ],
523
- "returns": "Promise<number>"
524
- },
525
404
  {
526
405
  "name": "fromSynthesizedSpeech",
527
406
  "static": true,
@@ -530,14 +409,6 @@
530
409
  ],
531
410
  "returns": "VoiceOutput"
532
411
  },
533
- {
534
- "name": "generateEmbeddings",
535
- "async": true,
536
- "params": [
537
- "options?: GenerateEmbeddingsOptions"
538
- ],
539
- "returns": "Promise<void>"
540
- },
541
412
  {
542
413
  "name": "generateThumbnail",
543
414
  "async": true,
@@ -546,10 +417,6 @@
546
417
  ],
547
418
  "returns": "Promise<Image>"
548
419
  },
549
- {
550
- "name": "getAiUsageSnapshot",
551
- "returns": "AiUsageSnapshot | undefined"
552
- },
553
420
  {
554
421
  "name": "getAncestorPaths",
555
422
  "returns": "string[]"
@@ -562,10 +429,6 @@
562
429
  ],
563
430
  "returns": "Promise<Asset[]>"
564
431
  },
565
- {
566
- "name": "getAvailableTools",
567
- "returns": "AITool[]"
568
- },
569
432
  {
570
433
  "name": "getCategorySegments",
571
434
  "returns": "string[]"
@@ -575,15 +438,6 @@
575
438
  "async": true,
576
439
  "returns": "any"
577
440
  },
578
- {
579
- "name": "getEmbedding",
580
- "async": true,
581
- "params": [
582
- "fieldName: string",
583
- "model?: string"
584
- ],
585
- "returns": "Promise<number[] | null>"
586
- },
587
441
  {
588
442
  "name": "getFactAuditState",
589
443
  "async": true,
@@ -618,11 +472,6 @@
618
472
  ],
619
473
  "returns": "any"
620
474
  },
621
- {
622
- "name": "getFields",
623
- "async": true,
624
- "returns": "Promise<any>"
625
- },
626
475
  {
627
476
  "name": "getGovernanceState",
628
477
  "async": true,
@@ -633,11 +482,6 @@
633
482
  "async": true,
634
483
  "returns": "any"
635
484
  },
636
- {
637
- "name": "getId",
638
- "async": true,
639
- "returns": "any"
640
- },
641
485
  {
642
486
  "name": "getMetadata",
643
487
  "returns": "Record<string>"
@@ -671,15 +515,6 @@
671
515
  "async": true,
672
516
  "returns": "any"
673
517
  },
674
- {
675
- "name": "getRelated",
676
- "async": true,
677
- "params": [
678
- "fieldName: string",
679
- "opts?: LoadRelatedOptions"
680
- ],
681
- "returns": "Promise<any>"
682
- },
683
518
  {
684
519
  "name": "getReviewRequirements",
685
520
  "async": true,
@@ -701,16 +536,6 @@
701
536
  "name": "getRootCategory",
702
537
  "returns": "string | null"
703
538
  },
704
- {
705
- "name": "getSavedId",
706
- "async": true,
707
- "returns": "any"
708
- },
709
- {
710
- "name": "getSlug",
711
- "async": true,
712
- "returns": "any"
713
- },
714
539
  {
715
540
  "name": "getThumbnail",
716
541
  "async": true,
@@ -728,25 +553,11 @@
728
553
  ],
729
554
  "returns": "WordTiming | null"
730
555
  },
731
- {
732
- "name": "hasStaleEmbeddings",
733
- "async": true,
734
- "returns": "Promise<boolean>"
735
- },
736
556
  {
737
557
  "name": "initialize",
738
558
  "async": true,
739
559
  "returns": "Promise"
740
560
  },
741
- {
742
- "name": "is",
743
- "async": true,
744
- "params": [
745
- "criteria: string",
746
- "options?: AiOperationOptions"
747
- ],
748
- "returns": "any"
749
- },
750
561
  {
751
562
  "name": "isGoverned",
752
563
  "returns": "boolean"
@@ -767,18 +578,6 @@
767
578
  ],
768
579
  "returns": "Promise<boolean>"
769
580
  },
770
- {
771
- "name": "isRelatedLoaded",
772
- "params": [
773
- "fieldName: string"
774
- ],
775
- "returns": "boolean"
776
- },
777
- {
778
- "name": "isSaved",
779
- "async": true,
780
- "returns": "any"
781
- },
782
581
  {
783
582
  "name": "issueCorrection",
784
583
  "async": true,
@@ -795,14 +594,6 @@
795
594
  ],
796
595
  "returns": "any"
797
596
  },
798
- {
799
- "name": "listAiUsage",
800
- "async": true,
801
- "params": [
802
- "options?: AiUsageListOptions"
803
- ],
804
- "returns": "Promise<SmrtAiUsageRecord[]>"
805
- },
806
597
  {
807
598
  "name": "listCorrections",
808
599
  "async": true,
@@ -826,51 +617,11 @@
826
617
  "async": true,
827
618
  "returns": "any"
828
619
  },
829
- {
830
- "name": "loadDataFromDb",
831
- "async": true,
832
- "params": [
833
- "data: Record<string>"
834
- ],
835
- "returns": "any"
836
- },
837
- {
838
- "name": "loadFromId",
839
- "async": true,
840
- "returns": "any"
841
- },
842
- {
843
- "name": "loadFromSlug",
844
- "async": true,
845
- "returns": "any"
846
- },
847
620
  {
848
621
  "name": "loadReferences",
849
622
  "async": true,
850
623
  "returns": "any"
851
624
  },
852
- {
853
- "name": "loadRelated",
854
- "async": true,
855
- "params": [
856
- "fieldName: string",
857
- "opts?: LoadRelatedOptions"
858
- ],
859
- "returns": "Promise<any>"
860
- },
861
- {
862
- "name": "loadRelatedMany",
863
- "async": true,
864
- "params": [
865
- "fieldName: string",
866
- "opts?: LoadRelatedOptions"
867
- ],
868
- "returns": "Promise<any[]>"
869
- },
870
- {
871
- "name": "markAsPersisted",
872
- "returns": "void"
873
- },
874
625
  {
875
626
  "name": "mutateVersionAction",
876
627
  "async": true,
@@ -889,22 +640,6 @@
889
640
  "async": true,
890
641
  "returns": "any"
891
642
  },
892
- {
893
- "name": "recall",
894
- "async": true,
895
- "params": [
896
- "options: object"
897
- ],
898
- "returns": "Promise"
899
- },
900
- {
901
- "name": "recallAll",
902
- "async": true,
903
- "params": [
904
- "options?: object"
905
- ],
906
- "returns": "Promise<Map<string>>"
907
- },
908
643
  {
909
644
  "name": "recheckFactClaims",
910
645
  "async": true,
@@ -921,14 +656,6 @@
921
656
  ],
922
657
  "returns": "any"
923
658
  },
924
- {
925
- "name": "remember",
926
- "async": true,
927
- "params": [
928
- "options: object"
929
- ],
930
- "returns": "Promise<void>"
931
- },
932
659
  {
933
660
  "name": "removeAsset",
934
661
  "async": true,
@@ -987,14 +714,6 @@
987
714
  ],
988
715
  "returns": "any"
989
716
  },
990
- {
991
- "name": "requireInsertOnSave",
992
- "returns": "void"
993
- },
994
- {
995
- "name": "resetAiUsage",
996
- "returns": "void"
997
- },
998
717
  {
999
718
  "name": "resolveGovernance",
1000
719
  "async": true,
@@ -1063,14 +782,6 @@
1063
782
  ],
1064
783
  "returns": "Promise<void>"
1065
784
  },
1066
- {
1067
- "name": "summarizeAiUsage",
1068
- "async": true,
1069
- "params": [
1070
- "options?: AiUsageSummaryOptions"
1071
- ],
1072
- "returns": "Promise<Record<string, AiUsageStats>>"
1073
- },
1074
785
  {
1075
786
  "name": "syncFacts",
1076
787
  "async": true,
@@ -1088,21 +799,6 @@
1088
799
  ],
1089
800
  "returns": "any"
1090
801
  },
1091
- {
1092
- "name": "toJSON",
1093
- "returns": "any"
1094
- },
1095
- {
1096
- "name": "toPlainObject",
1097
- "returns": "Record<string>"
1098
- },
1099
- {
1100
- "name": "toPublicJSON",
1101
- "params": [
1102
- "options?: PublicJsonOptions"
1103
- ],
1104
- "returns": "Record<string>"
1105
- },
1106
802
  {
1107
803
  "name": "updateFactEvidenceStatus",
1108
804
  "async": true,
@@ -1125,23 +821,6 @@
1125
821
  "patch: Partial<Record<string>>"
1126
822
  ],
1127
823
  "returns": "Record<string>"
1128
- },
1129
- {
1130
- "name": "withDatabase",
1131
- "async": true,
1132
- "params": [
1133
- "db: DatabaseInterface",
1134
- "operation: Function"
1135
- ],
1136
- "returns": "Promise<T>"
1137
- },
1138
- {
1139
- "name": "withTransaction",
1140
- "async": true,
1141
- "params": [
1142
- "operation: Function"
1143
- ],
1144
- "returns": "Promise<T>"
1145
824
  }
1146
825
  ],
1147
826
  "tenant": {
@@ -1214,596 +893,439 @@
1214
893
  "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1215
894
  },
1216
895
  {
1217
- "kind": "mcp",
1218
- "name": "voiceoutput_list",
1219
- "operation": "list",
896
+ "kind": "cli",
897
+ "name": "voiceoutput_resolveGovernance",
898
+ "operation": "resolveGovernance",
1220
899
  "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1221
900
  },
1222
901
  {
1223
- "kind": "mcp",
1224
- "name": "voiceoutput_get",
1225
- "operation": "get",
902
+ "kind": "cli",
903
+ "name": "voiceoutput_loadReferences",
904
+ "operation": "loadReferences",
1226
905
  "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1227
- }
1228
- ],
1229
- "relationshipFeatures": [
1230
- "crossPackageRef",
1231
- "foreignKey",
1232
- "uuidColumns"
1233
- ],
1234
- "tags": [],
1235
- "risks": []
1236
- },
1237
- {
1238
- "name": "VoiceProfile",
1239
- "qualifiedName": "@happyvertical/smrt-voice:VoiceProfile",
1240
- "collection": "voiceprofiles",
1241
- "tableName": "voice_profiles",
1242
- "packageName": "@happyvertical/smrt-voice",
1243
- "extends": "SmrtObject",
1244
- "fields": [
906
+ },
1245
907
  {
1246
- "name": "created_at",
1247
- "type": "datetime",
1248
- "required": false,
1249
- "columnType": "TIMESTAMP"
908
+ "kind": "cli",
909
+ "name": "voiceoutput_addReference",
910
+ "operation": "addReference",
911
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1250
912
  },
1251
913
  {
1252
- "name": "updated_at",
1253
- "type": "datetime",
1254
- "required": false,
1255
- "columnType": "TIMESTAMP"
914
+ "kind": "cli",
915
+ "name": "voiceoutput_removeReference",
916
+ "operation": "removeReference",
917
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1256
918
  },
1257
919
  {
1258
- "name": "tenantId",
1259
- "type": "text",
1260
- "required": false,
1261
- "columnType": "UUID"
920
+ "kind": "cli",
921
+ "name": "voiceoutput_getReferences",
922
+ "operation": "getReferences",
923
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1262
924
  },
1263
925
  {
1264
- "name": "name",
1265
- "type": "text",
1266
- "required": false,
1267
- "columnType": "TEXT",
1268
- "default": ""
926
+ "kind": "cli",
927
+ "name": "voiceoutput_getReferenceEdges",
928
+ "operation": "getReferenceEdges",
929
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1269
930
  },
1270
931
  {
1271
- "name": "description",
1272
- "type": "text",
1273
- "required": false,
1274
- "columnType": "TEXT"
932
+ "kind": "cli",
933
+ "name": "voiceoutput_getReferenceDrift",
934
+ "operation": "getReferenceDrift",
935
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1275
936
  },
1276
937
  {
1277
- "name": "language",
1278
- "type": "text",
1279
- "required": false,
1280
- "columnType": "TEXT",
1281
- "default": "en-US"
938
+ "kind": "cli",
939
+ "name": "voiceoutput_isGoverned",
940
+ "operation": "isGoverned",
941
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1282
942
  },
1283
943
  {
1284
- "name": "gender",
1285
- "type": "text",
1286
- "required": false,
1287
- "columnType": "TEXT",
1288
- "default": "neutral"
1289
- },
1290
- {
1291
- "name": "designPrompt",
1292
- "type": "text",
1293
- "required": false,
1294
- "columnType": "TEXT"
1295
- },
1296
- {
1297
- "name": "sampleAssetId",
1298
- "type": "crossPackageRef",
1299
- "required": false,
1300
- "related": "@happyvertical/smrt-assets:Asset",
1301
- "columnType": "UUID"
1302
- },
1303
- {
1304
- "name": "voiceData",
1305
- "type": "json",
1306
- "required": false,
1307
- "columnType": "JSON",
1308
- "default": {}
944
+ "kind": "cli",
945
+ "name": "voiceoutput_getFactLinks",
946
+ "operation": "getFactLinks",
947
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1309
948
  },
1310
949
  {
1311
- "name": "defaultSpeed",
1312
- "type": "decimal",
1313
- "required": false,
1314
- "columnType": "REAL",
1315
- "default": 1
950
+ "kind": "cli",
951
+ "name": "voiceoutput_getFacts",
952
+ "operation": "getFacts",
953
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1316
954
  },
1317
955
  {
1318
- "name": "defaultPitch",
1319
- "type": "integer",
1320
- "required": false,
1321
- "columnType": "INTEGER",
1322
- "default": 0
956
+ "kind": "cli",
957
+ "name": "voiceoutput_addFact",
958
+ "operation": "addFact",
959
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1323
960
  },
1324
961
  {
1325
- "name": "status",
1326
- "type": "text",
1327
- "required": false,
1328
- "columnType": "TEXT",
1329
- "default": "pending"
962
+ "kind": "cli",
963
+ "name": "voiceoutput_removeFact",
964
+ "operation": "removeFact",
965
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1330
966
  },
1331
967
  {
1332
- "name": "provider",
1333
- "type": "text",
1334
- "required": false,
1335
- "columnType": "TEXT",
1336
- "default": "qwen3-tts"
968
+ "kind": "cli",
969
+ "name": "voiceoutput_syncFacts",
970
+ "operation": "syncFacts",
971
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1337
972
  },
1338
973
  {
1339
- "name": "errorMessage",
1340
- "type": "text",
1341
- "required": false,
1342
- "columnType": "TEXT"
1343
- }
1344
- ],
1345
- "relationships": [
1346
- {
1347
- "name": "sampleAssetId",
1348
- "type": "crossPackageRef",
1349
- "required": false,
1350
- "related": "@happyvertical/smrt-assets:Asset",
1351
- "columnType": "UUID"
1352
- }
1353
- ],
1354
- "methods": [
1355
- "_setLoadedRelationship",
1356
- "claimRevision",
1357
- "classifyConstraintError",
1358
- "clearEmbeddings",
1359
- "delete",
1360
- "describe",
1361
- "destroy",
1362
- "do",
1363
- "executeToolCall",
1364
- "forget",
1365
- "forgetScope",
1366
- "generateEmbeddings",
1367
- "getAiUsageSnapshot",
1368
- "getAvailableTools",
1369
- "getEmbedding",
1370
- "getFields",
1371
- "getId",
1372
- "getRelated",
1373
- "getSavedId",
1374
- "getSlug",
1375
- "hasStaleEmbeddings",
1376
- "initialize",
1377
- "is",
1378
- "isRelatedLoaded",
1379
- "isSaved",
1380
- "listAiUsage",
1381
- "loadDataFromDb",
1382
- "loadFromId",
1383
- "loadFromSlug",
1384
- "loadRelated",
1385
- "loadRelatedMany",
1386
- "markAsPersisted",
1387
- "recall",
1388
- "recallAll",
1389
- "remember",
1390
- "requireInsertOnSave",
1391
- "resetAiUsage",
1392
- "save",
1393
- "summarizeAiUsage",
1394
- "toJSON",
1395
- "toPlainObject",
1396
- "toPublicJSON",
1397
- "toSpeechVoice",
1398
- "withDatabase",
1399
- "withTransaction"
1400
- ],
1401
- "methodSignatures": [
1402
- {
1403
- "name": "_setLoadedRelationship",
1404
- "params": [
1405
- "fieldName: string",
1406
- "value: any"
1407
- ],
1408
- "returns": "void"
974
+ "kind": "cli",
975
+ "name": "voiceoutput_browseFacts",
976
+ "operation": "browseFacts",
977
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1409
978
  },
1410
979
  {
1411
- "name": "claimRevision",
1412
- "async": true,
1413
- "params": [
1414
- "expectedUpdatedAt: Date | string"
1415
- ],
1416
- "returns": "Promise"
980
+ "kind": "cli",
981
+ "name": "voiceoutput_repairFactAudit",
982
+ "operation": "repairFactAudit",
983
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1417
984
  },
1418
985
  {
1419
- "name": "classifyConstraintError",
1420
- "static": true,
1421
- "params": [
1422
- "message: string"
1423
- ],
1424
- "returns": "'unique' | 'not_null' | null"
986
+ "kind": "cli",
987
+ "name": "voiceoutput_repairFactAuditAction",
988
+ "operation": "repairFactAuditAction",
989
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1425
990
  },
1426
991
  {
1427
- "name": "clearEmbeddings",
1428
- "async": true,
1429
- "returns": "Promise<void>"
992
+ "kind": "cli",
993
+ "name": "voiceoutput_repairFactEvidence",
994
+ "operation": "repairFactEvidence",
995
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1430
996
  },
1431
997
  {
1432
- "name": "delete",
1433
- "async": true,
1434
- "returns": "Promise<void>"
998
+ "kind": "cli",
999
+ "name": "voiceoutput_repairFactEvidenceAction",
1000
+ "operation": "repairFactEvidenceAction",
1001
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1435
1002
  },
1436
1003
  {
1437
- "name": "describe",
1438
- "async": true,
1439
- "params": [
1440
- "options?: AiOperationOptions"
1441
- ],
1442
- "returns": "any"
1004
+ "kind": "cli",
1005
+ "name": "voiceoutput_recheckFactClaims",
1006
+ "operation": "recheckFactClaims",
1007
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1443
1008
  },
1444
1009
  {
1445
- "name": "destroy",
1446
- "returns": "void"
1010
+ "kind": "cli",
1011
+ "name": "voiceoutput_recheckFactClaimsAction",
1012
+ "operation": "recheckFactClaimsAction",
1013
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1447
1014
  },
1448
1015
  {
1449
- "name": "do",
1450
- "async": true,
1451
- "params": [
1452
- "instructions: string",
1453
- "options?: AiOperationOptions"
1454
- ],
1455
- "returns": "any"
1016
+ "kind": "cli",
1017
+ "name": "voiceoutput_updateFactEvidenceStatus",
1018
+ "operation": "updateFactEvidenceStatus",
1019
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1456
1020
  },
1457
1021
  {
1458
- "name": "executeToolCall",
1459
- "async": true,
1460
- "params": [
1461
- "toolCall: ToolCall"
1462
- ],
1463
- "returns": "Promise<ToolCallResult>"
1022
+ "kind": "cli",
1023
+ "name": "voiceoutput_updateFactEvidenceStatusAction",
1024
+ "operation": "updateFactEvidenceStatusAction",
1025
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1464
1026
  },
1465
1027
  {
1466
- "name": "forget",
1467
- "async": true,
1468
- "params": [
1469
- "options: object"
1470
- ],
1471
- "returns": "Promise<void>"
1028
+ "kind": "cli",
1029
+ "name": "voiceoutput_getFactAuditState",
1030
+ "operation": "getFactAuditState",
1031
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1472
1032
  },
1473
1033
  {
1474
- "name": "forgetScope",
1475
- "async": true,
1476
- "params": [
1477
- "options: object"
1478
- ],
1479
- "returns": "Promise<number>"
1034
+ "kind": "cli",
1035
+ "name": "voiceoutput_getFactAuditStateAction",
1036
+ "operation": "getFactAuditStateAction",
1037
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1480
1038
  },
1481
1039
  {
1482
- "name": "generateEmbeddings",
1483
- "async": true,
1484
- "params": [
1485
- "options?: GenerateEmbeddingsOptions"
1486
- ],
1487
- "returns": "Promise<void>"
1040
+ "kind": "cli",
1041
+ "name": "voiceoutput_getFactsState",
1042
+ "operation": "getFactsState",
1043
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1488
1044
  },
1489
1045
  {
1490
- "name": "getAiUsageSnapshot",
1491
- "returns": "AiUsageSnapshot | undefined"
1046
+ "kind": "cli",
1047
+ "name": "voiceoutput_syncFactsState",
1048
+ "operation": "syncFactsState",
1049
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1492
1050
  },
1493
1051
  {
1494
- "name": "getAvailableTools",
1495
- "returns": "AITool[]"
1052
+ "kind": "cli",
1053
+ "name": "voiceoutput_createVersion",
1054
+ "operation": "createVersion",
1055
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1496
1056
  },
1497
1057
  {
1498
- "name": "getEmbedding",
1499
- "async": true,
1500
- "params": [
1501
- "fieldName: string",
1502
- "model?: string"
1503
- ],
1504
- "returns": "Promise<number[] | null>"
1058
+ "kind": "cli",
1059
+ "name": "voiceoutput_getVersions",
1060
+ "operation": "getVersions",
1061
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1505
1062
  },
1506
1063
  {
1507
- "name": "getFields",
1508
- "async": true,
1509
- "returns": "Promise<any>"
1064
+ "kind": "cli",
1065
+ "name": "voiceoutput_restoreFromVersion",
1066
+ "operation": "restoreFromVersion",
1067
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1510
1068
  },
1511
1069
  {
1512
- "name": "getId",
1513
- "async": true,
1514
- "returns": "any"
1070
+ "kind": "cli",
1071
+ "name": "voiceoutput_getReviews",
1072
+ "operation": "getReviews",
1073
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1515
1074
  },
1516
1075
  {
1517
- "name": "getRelated",
1518
- "async": true,
1519
- "params": [
1520
- "fieldName: string",
1521
- "opts?: LoadRelatedOptions"
1522
- ],
1523
- "returns": "Promise<any>"
1076
+ "kind": "cli",
1077
+ "name": "voiceoutput_listReviews",
1078
+ "operation": "listReviews",
1079
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1524
1080
  },
1525
1081
  {
1526
- "name": "getSavedId",
1527
- "async": true,
1528
- "returns": "any"
1082
+ "kind": "cli",
1083
+ "name": "voiceoutput_getReviewRequirements",
1084
+ "operation": "getReviewRequirements",
1085
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1529
1086
  },
1530
1087
  {
1531
- "name": "getSlug",
1532
- "async": true,
1533
- "returns": "any"
1088
+ "kind": "cli",
1089
+ "name": "voiceoutput_getGovernanceState",
1090
+ "operation": "getGovernanceState",
1091
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1534
1092
  },
1535
1093
  {
1536
- "name": "hasStaleEmbeddings",
1537
- "async": true,
1538
- "returns": "Promise<boolean>"
1094
+ "kind": "cli",
1095
+ "name": "voiceoutput_getGovernanceStateAction",
1096
+ "operation": "getGovernanceStateAction",
1097
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1539
1098
  },
1540
1099
  {
1541
- "name": "initialize",
1542
- "async": true,
1543
- "returns": "Promise"
1100
+ "kind": "cli",
1101
+ "name": "voiceoutput_listReviewProfilesAction",
1102
+ "operation": "listReviewProfilesAction",
1103
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1544
1104
  },
1545
1105
  {
1546
- "name": "is",
1547
- "async": true,
1548
- "params": [
1549
- "criteria: string",
1550
- "options?: AiOperationOptions"
1551
- ],
1552
- "returns": "any"
1106
+ "kind": "cli",
1107
+ "name": "voiceoutput_evaluateReviewProfile",
1108
+ "operation": "evaluateReviewProfile",
1109
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1553
1110
  },
1554
1111
  {
1555
- "name": "isRelatedLoaded",
1556
- "params": [
1557
- "fieldName: string"
1558
- ],
1559
- "returns": "boolean"
1112
+ "kind": "cli",
1113
+ "name": "voiceoutput_evaluateReviewProfileAction",
1114
+ "operation": "evaluateReviewProfileAction",
1115
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1560
1116
  },
1561
1117
  {
1562
- "name": "isSaved",
1563
- "async": true,
1564
- "returns": "any"
1118
+ "kind": "cli",
1119
+ "name": "voiceoutput_isReadyForReviewProfile",
1120
+ "operation": "isReadyForReviewProfile",
1121
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1565
1122
  },
1566
1123
  {
1567
- "name": "listAiUsage",
1568
- "async": true,
1569
- "params": [
1570
- "options?: AiUsageListOptions"
1571
- ],
1572
- "returns": "Promise<SmrtAiUsageRecord[]>"
1124
+ "kind": "cli",
1125
+ "name": "voiceoutput_getPublishedTransparency",
1126
+ "operation": "getPublishedTransparency",
1127
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1573
1128
  },
1574
1129
  {
1575
- "name": "loadDataFromDb",
1576
- "async": true,
1577
- "params": [
1578
- "data: Record<string>"
1579
- ],
1580
- "returns": "any"
1130
+ "kind": "cli",
1131
+ "name": "voiceoutput_getPublishedTransparencyAction",
1132
+ "operation": "getPublishedTransparencyAction",
1133
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1581
1134
  },
1582
1135
  {
1583
- "name": "loadFromId",
1584
- "async": true,
1585
- "returns": "any"
1136
+ "kind": "cli",
1137
+ "name": "voiceoutput_previewTransparency",
1138
+ "operation": "previewTransparency",
1139
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1586
1140
  },
1587
1141
  {
1588
- "name": "loadFromSlug",
1589
- "async": true,
1590
- "returns": "any"
1142
+ "kind": "cli",
1143
+ "name": "voiceoutput_previewTransparencyAction",
1144
+ "operation": "previewTransparencyAction",
1145
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1591
1146
  },
1592
1147
  {
1593
- "name": "loadRelated",
1594
- "async": true,
1595
- "params": [
1596
- "fieldName: string",
1597
- "opts?: LoadRelatedOptions"
1598
- ],
1599
- "returns": "Promise<any>"
1148
+ "kind": "cli",
1149
+ "name": "voiceoutput_runReview",
1150
+ "operation": "runReview",
1151
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1600
1152
  },
1601
1153
  {
1602
- "name": "loadRelatedMany",
1603
- "async": true,
1604
- "params": [
1605
- "fieldName: string",
1606
- "opts?: LoadRelatedOptions"
1607
- ],
1608
- "returns": "Promise<any[]>"
1154
+ "kind": "cli",
1155
+ "name": "voiceoutput_runReviewAction",
1156
+ "operation": "runReviewAction",
1157
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1609
1158
  },
1610
1159
  {
1611
- "name": "markAsPersisted",
1612
- "returns": "void"
1160
+ "kind": "cli",
1161
+ "name": "voiceoutput_reviewFacts",
1162
+ "operation": "reviewFacts",
1163
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1613
1164
  },
1614
1165
  {
1615
- "name": "recall",
1616
- "async": true,
1617
- "params": [
1618
- "options: object"
1619
- ],
1620
- "returns": "Promise"
1166
+ "kind": "cli",
1167
+ "name": "voiceoutput_reviewSafety",
1168
+ "operation": "reviewSafety",
1169
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1621
1170
  },
1622
1171
  {
1623
- "name": "recallAll",
1624
- "async": true,
1625
- "params": [
1626
- "options?: object"
1627
- ],
1628
- "returns": "Promise<Map<string>>"
1172
+ "kind": "cli",
1173
+ "name": "voiceoutput_getCorrections",
1174
+ "operation": "getCorrections",
1175
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1629
1176
  },
1630
1177
  {
1631
- "name": "remember",
1632
- "async": true,
1633
- "params": [
1634
- "options: object"
1635
- ],
1636
- "returns": "Promise<void>"
1178
+ "kind": "cli",
1179
+ "name": "voiceoutput_listCorrections",
1180
+ "operation": "listCorrections",
1181
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1637
1182
  },
1638
1183
  {
1639
- "name": "requireInsertOnSave",
1640
- "returns": "void"
1184
+ "kind": "cli",
1185
+ "name": "voiceoutput_issueCorrection",
1186
+ "operation": "issueCorrection",
1187
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1641
1188
  },
1642
1189
  {
1643
- "name": "resetAiUsage",
1644
- "returns": "void"
1190
+ "kind": "cli",
1191
+ "name": "voiceoutput_issueCorrectionAction",
1192
+ "operation": "issueCorrectionAction",
1193
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1645
1194
  },
1646
1195
  {
1647
- "name": "save",
1648
- "async": true,
1649
- "params": [
1650
- "options?: SmrtSaveOptions"
1651
- ],
1652
- "returns": "any"
1196
+ "kind": "cli",
1197
+ "name": "voiceoutput_listVersions",
1198
+ "operation": "listVersions",
1199
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1653
1200
  },
1654
1201
  {
1655
- "name": "summarizeAiUsage",
1656
- "async": true,
1657
- "params": [
1658
- "options?: AiUsageSummaryOptions"
1659
- ],
1660
- "returns": "Promise<Record<string, AiUsageStats>>"
1202
+ "kind": "cli",
1203
+ "name": "voiceoutput_mutateVersionAction",
1204
+ "operation": "mutateVersionAction",
1205
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1661
1206
  },
1662
1207
  {
1663
- "name": "toJSON",
1664
- "returns": "any"
1208
+ "kind": "cli",
1209
+ "name": "voiceoutput_getCategorySegments",
1210
+ "operation": "getCategorySegments",
1211
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1665
1212
  },
1666
1213
  {
1667
- "name": "toPlainObject",
1668
- "returns": "Record<string>"
1214
+ "kind": "cli",
1215
+ "name": "voiceoutput_getParentCategory",
1216
+ "operation": "getParentCategory",
1217
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1669
1218
  },
1670
1219
  {
1671
- "name": "toPublicJSON",
1672
- "params": [
1673
- "options?: PublicJsonOptions"
1674
- ],
1675
- "returns": "Record<string>"
1220
+ "kind": "cli",
1221
+ "name": "voiceoutput_getRootCategory",
1222
+ "operation": "getRootCategory",
1223
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1676
1224
  },
1677
1225
  {
1678
- "name": "toSpeechVoice",
1679
- "returns": "SpeechVoice"
1226
+ "kind": "cli",
1227
+ "name": "voiceoutput_getAncestorPaths",
1228
+ "operation": "getAncestorPaths",
1229
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1680
1230
  },
1681
1231
  {
1682
- "name": "withDatabase",
1683
- "async": true,
1684
- "params": [
1685
- "db: DatabaseInterface",
1686
- "operation: Function"
1687
- ],
1688
- "returns": "Promise<T>"
1232
+ "kind": "cli",
1233
+ "name": "voiceoutput_isInCategory",
1234
+ "operation": "isInCategory",
1235
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1689
1236
  },
1690
1237
  {
1691
- "name": "withTransaction",
1692
- "async": true,
1693
- "params": [
1694
- "operation: Function"
1695
- ],
1696
- "returns": "Promise<T>"
1697
- }
1698
- ],
1699
- "tenant": {
1700
- "scoped": true,
1701
- "mode": "optional",
1702
- "field": "tenantId"
1703
- },
1704
- "tableStrategy": "sti",
1705
- "conflictColumns": [
1706
- "tenant_id",
1707
- "slug",
1708
- "context",
1709
- "_meta_type"
1710
- ],
1711
- "surfaces": [
1712
- {
1713
- "kind": "api",
1714
- "name": "voiceprofiles.list",
1715
- "operation": "list",
1716
- "objectName": "@happyvertical/smrt-voice:VoiceProfile",
1717
- "path": "/voiceprofiles",
1718
- "method": "GET"
1238
+ "kind": "cli",
1239
+ "name": "voiceoutput_getAssets",
1240
+ "operation": "getAssets",
1241
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1719
1242
  },
1720
1243
  {
1721
- "kind": "api",
1722
- "name": "voiceprofiles.get",
1723
- "operation": "get",
1724
- "objectName": "@happyvertical/smrt-voice:VoiceProfile",
1725
- "path": "/voiceprofiles/[id]",
1726
- "method": "GET"
1244
+ "kind": "cli",
1245
+ "name": "voiceoutput_addAsset",
1246
+ "operation": "addAsset",
1247
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1727
1248
  },
1728
1249
  {
1729
- "kind": "api",
1730
- "name": "voiceprofiles.create",
1731
- "operation": "create",
1732
- "objectName": "@happyvertical/smrt-voice:VoiceProfile",
1733
- "path": "/voiceprofiles",
1734
- "method": "POST"
1250
+ "kind": "cli",
1251
+ "name": "voiceoutput_removeAsset",
1252
+ "operation": "removeAsset",
1253
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1735
1254
  },
1736
1255
  {
1737
- "kind": "api",
1738
- "name": "voiceprofiles.update",
1739
- "operation": "update",
1740
- "objectName": "@happyvertical/smrt-voice:VoiceProfile",
1741
- "path": "/voiceprofiles/[id]",
1742
- "method": "PATCH"
1256
+ "kind": "cli",
1257
+ "name": "voiceoutput_getMetadata",
1258
+ "operation": "getMetadata",
1259
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1743
1260
  },
1744
1261
  {
1745
- "kind": "api",
1746
- "name": "voiceprofiles.delete",
1747
- "operation": "delete",
1748
- "objectName": "@happyvertical/smrt-voice:VoiceProfile",
1749
- "path": "/voiceprofiles/[id]",
1750
- "method": "DELETE"
1262
+ "kind": "cli",
1263
+ "name": "voiceoutput_setMetadata",
1264
+ "operation": "setMetadata",
1265
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1751
1266
  },
1752
1267
  {
1753
1268
  "kind": "cli",
1754
- "name": "voiceprofile_list",
1755
- "operation": "list",
1756
- "objectName": "@happyvertical/smrt-voice:VoiceProfile"
1269
+ "name": "voiceoutput_updateMetadata",
1270
+ "operation": "updateMetadata",
1271
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1757
1272
  },
1758
1273
  {
1759
1274
  "kind": "cli",
1760
- "name": "voiceprofile_get",
1761
- "operation": "get",
1762
- "objectName": "@happyvertical/smrt-voice:VoiceProfile"
1275
+ "name": "voiceoutput_getThumbnail",
1276
+ "operation": "getThumbnail",
1277
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1763
1278
  },
1764
1279
  {
1765
1280
  "kind": "cli",
1766
- "name": "voiceprofile_create",
1767
- "operation": "create",
1768
- "objectName": "@happyvertical/smrt-voice:VoiceProfile"
1281
+ "name": "voiceoutput_setThumbnail",
1282
+ "operation": "setThumbnail",
1283
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1769
1284
  },
1770
1285
  {
1771
1286
  "kind": "cli",
1772
- "name": "voiceprofile_update",
1773
- "operation": "update",
1774
- "objectName": "@happyvertical/smrt-voice:VoiceProfile"
1287
+ "name": "voiceoutput_generateThumbnail",
1288
+ "operation": "generateThumbnail",
1289
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1290
+ },
1291
+ {
1292
+ "kind": "cli",
1293
+ "name": "voiceoutput_getWordAtTime",
1294
+ "operation": "getWordAtTime",
1295
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1775
1296
  },
1776
1297
  {
1777
1298
  "kind": "cli",
1778
- "name": "voiceprofile_delete",
1779
- "operation": "delete",
1780
- "objectName": "@happyvertical/smrt-voice:VoiceProfile"
1299
+ "name": "voiceoutput_fromSynthesizedSpeech",
1300
+ "operation": "fromSynthesizedSpeech",
1301
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1781
1302
  },
1782
1303
  {
1783
1304
  "kind": "mcp",
1784
- "name": "voiceprofile_list",
1305
+ "name": "voiceoutput_list",
1785
1306
  "operation": "list",
1786
- "objectName": "@happyvertical/smrt-voice:VoiceProfile"
1307
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1787
1308
  },
1788
1309
  {
1789
1310
  "kind": "mcp",
1790
- "name": "voiceprofile_get",
1311
+ "name": "voiceoutput_get",
1791
1312
  "operation": "get",
1792
- "objectName": "@happyvertical/smrt-voice:VoiceProfile"
1313
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1793
1314
  }
1794
1315
  ],
1795
1316
  "relationshipFeatures": [
1796
1317
  "crossPackageRef",
1318
+ "foreignKey",
1797
1319
  "uuidColumns"
1798
1320
  ],
1799
1321
  "tags": [],
1800
1322
  "risks": []
1801
1323
  },
1802
1324
  {
1803
- "name": "VoiceSample",
1804
- "qualifiedName": "@happyvertical/smrt-voice:VoiceSample",
1805
- "collection": "voicesamples",
1806
- "tableName": "voice_samples",
1325
+ "name": "VoiceProfile",
1326
+ "qualifiedName": "@happyvertical/smrt-voice:VoiceProfile",
1327
+ "collection": "voiceprofiles",
1328
+ "tableName": "voice_profiles",
1807
1329
  "packageName": "@happyvertical/smrt-voice",
1808
1330
  "extends": "SmrtObject",
1809
1331
  "fields": [
@@ -1826,75 +1348,90 @@
1826
1348
  "columnType": "UUID"
1827
1349
  },
1828
1350
  {
1829
- "name": "voiceProfileId",
1830
- "type": "foreignKey",
1351
+ "name": "name",
1352
+ "type": "text",
1831
1353
  "required": false,
1832
- "related": "VoiceProfile",
1833
- "columnType": "UUID"
1354
+ "columnType": "TEXT",
1355
+ "default": ""
1834
1356
  },
1835
1357
  {
1836
- "name": "assetId",
1837
- "type": "crossPackageRef",
1358
+ "name": "description",
1359
+ "type": "text",
1838
1360
  "required": false,
1839
- "related": "@happyvertical/smrt-assets:Asset",
1840
- "columnType": "UUID"
1361
+ "columnType": "TEXT"
1841
1362
  },
1842
1363
  {
1843
- "name": "duration",
1844
- "type": "integer",
1364
+ "name": "language",
1365
+ "type": "text",
1845
1366
  "required": false,
1846
- "columnType": "INTEGER",
1847
- "default": 0
1367
+ "columnType": "TEXT",
1368
+ "default": "en-US"
1848
1369
  },
1849
1370
  {
1850
- "name": "transcription",
1371
+ "name": "gender",
1851
1372
  "type": "text",
1852
1373
  "required": false,
1853
- "columnType": "TEXT"
1374
+ "columnType": "TEXT",
1375
+ "default": "neutral"
1854
1376
  },
1855
1377
  {
1856
- "name": "quality",
1378
+ "name": "designPrompt",
1857
1379
  "type": "text",
1858
1380
  "required": false,
1859
- "columnType": "TEXT",
1860
- "default": "medium"
1381
+ "columnType": "TEXT"
1861
1382
  },
1862
1383
  {
1863
- "name": "sampleRate",
1864
- "type": "integer",
1384
+ "name": "sampleAssetId",
1385
+ "type": "crossPackageRef",
1865
1386
  "required": false,
1866
- "columnType": "INTEGER"
1387
+ "related": "@happyvertical/smrt-assets:Asset",
1388
+ "columnType": "UUID"
1867
1389
  },
1868
1390
  {
1869
- "name": "channels",
1391
+ "name": "voiceData",
1392
+ "type": "json",
1393
+ "required": false,
1394
+ "columnType": "JSON",
1395
+ "default": {}
1396
+ },
1397
+ {
1398
+ "name": "defaultSpeed",
1399
+ "type": "decimal",
1400
+ "required": false,
1401
+ "columnType": "REAL",
1402
+ "default": 1
1403
+ },
1404
+ {
1405
+ "name": "defaultPitch",
1870
1406
  "type": "integer",
1871
1407
  "required": false,
1872
- "columnType": "INTEGER"
1408
+ "columnType": "INTEGER",
1409
+ "default": 0
1873
1410
  },
1874
1411
  {
1875
- "name": "format",
1412
+ "name": "status",
1876
1413
  "type": "text",
1877
1414
  "required": false,
1878
- "columnType": "TEXT"
1415
+ "columnType": "TEXT",
1416
+ "default": "pending"
1879
1417
  },
1880
1418
  {
1881
- "name": "isPrimary",
1882
- "type": "boolean",
1419
+ "name": "provider",
1420
+ "type": "text",
1883
1421
  "required": false,
1884
- "columnType": "BOOLEAN",
1885
- "default": false
1422
+ "columnType": "TEXT",
1423
+ "default": "qwen3-tts"
1424
+ },
1425
+ {
1426
+ "name": "errorMessage",
1427
+ "type": "text",
1428
+ "required": false,
1429
+ "columnType": "TEXT"
1886
1430
  }
1887
1431
  ],
1888
1432
  "relationships": [
1889
1433
  {
1890
- "name": "voiceProfileId",
1891
- "type": "foreignKey",
1892
- "required": false,
1893
- "related": "VoiceProfile",
1894
- "columnType": "UUID"
1895
- },
1896
- {
1897
- "name": "assetId",
1434
+ "name": "sampleAssetId",
1898
1435
  "type": "crossPackageRef",
1899
1436
  "required": false,
1900
1437
  "related": "@happyvertical/smrt-assets:Asset",
@@ -1902,345 +1439,226 @@
1902
1439
  }
1903
1440
  ],
1904
1441
  "methods": [
1905
- "_setLoadedRelationship",
1906
- "claimRevision",
1907
- "classifyConstraintError",
1908
- "clearEmbeddings",
1909
- "delete",
1910
- "describe",
1911
- "destroy",
1912
- "do",
1913
- "executeToolCall",
1914
- "forget",
1915
- "forgetScope",
1916
- "generateEmbeddings",
1917
- "getAiUsageSnapshot",
1918
- "getAvailableTools",
1919
- "getEmbedding",
1920
- "getFields",
1921
- "getId",
1922
- "getRelated",
1923
- "getSavedId",
1924
- "getSlug",
1925
- "hasStaleEmbeddings",
1926
- "initialize",
1927
- "is",
1928
- "isRelatedLoaded",
1929
- "isSaved",
1930
- "listAiUsage",
1931
- "loadDataFromDb",
1932
- "loadFromId",
1933
- "loadFromSlug",
1934
- "loadRelated",
1935
- "loadRelatedMany",
1936
- "markAsPersisted",
1937
- "recall",
1938
- "recallAll",
1939
- "remember",
1940
- "requireInsertOnSave",
1941
- "resetAiUsage",
1942
- "save",
1943
- "summarizeAiUsage",
1944
- "toJSON",
1945
- "toPlainObject",
1946
- "toPublicJSON",
1947
- "withDatabase",
1948
- "withTransaction"
1442
+ "toSpeechVoice"
1949
1443
  ],
1950
1444
  "methodSignatures": [
1951
1445
  {
1952
- "name": "_setLoadedRelationship",
1953
- "params": [
1954
- "fieldName: string",
1955
- "value: any"
1956
- ],
1957
- "returns": "void"
1958
- },
1959
- {
1960
- "name": "claimRevision",
1961
- "async": true,
1962
- "params": [
1963
- "expectedUpdatedAt: Date | string"
1964
- ],
1965
- "returns": "Promise"
1966
- },
1967
- {
1968
- "name": "classifyConstraintError",
1969
- "static": true,
1970
- "params": [
1971
- "message: string"
1972
- ],
1973
- "returns": "'unique' | 'not_null' | null"
1974
- },
1975
- {
1976
- "name": "clearEmbeddings",
1977
- "async": true,
1978
- "returns": "Promise<void>"
1979
- },
1980
- {
1981
- "name": "delete",
1982
- "async": true,
1983
- "returns": "Promise<void>"
1984
- },
1985
- {
1986
- "name": "describe",
1987
- "async": true,
1988
- "params": [
1989
- "options?: AiOperationOptions"
1990
- ],
1991
- "returns": "any"
1992
- },
1993
- {
1994
- "name": "destroy",
1995
- "returns": "void"
1996
- },
1997
- {
1998
- "name": "do",
1999
- "async": true,
2000
- "params": [
2001
- "instructions: string",
2002
- "options?: AiOperationOptions"
2003
- ],
2004
- "returns": "any"
2005
- },
2006
- {
2007
- "name": "executeToolCall",
2008
- "async": true,
2009
- "params": [
2010
- "toolCall: ToolCall"
2011
- ],
2012
- "returns": "Promise<ToolCallResult>"
2013
- },
2014
- {
2015
- "name": "forget",
2016
- "async": true,
2017
- "params": [
2018
- "options: object"
2019
- ],
2020
- "returns": "Promise<void>"
2021
- },
2022
- {
2023
- "name": "forgetScope",
2024
- "async": true,
2025
- "params": [
2026
- "options: object"
2027
- ],
2028
- "returns": "Promise<number>"
2029
- },
2030
- {
2031
- "name": "generateEmbeddings",
2032
- "async": true,
2033
- "params": [
2034
- "options?: GenerateEmbeddingsOptions"
2035
- ],
2036
- "returns": "Promise<void>"
2037
- },
2038
- {
2039
- "name": "getAiUsageSnapshot",
2040
- "returns": "AiUsageSnapshot | undefined"
2041
- },
2042
- {
2043
- "name": "getAvailableTools",
2044
- "returns": "AITool[]"
2045
- },
2046
- {
2047
- "name": "getEmbedding",
2048
- "async": true,
2049
- "params": [
2050
- "fieldName: string",
2051
- "model?: string"
2052
- ],
2053
- "returns": "Promise<number[] | null>"
2054
- },
2055
- {
2056
- "name": "getFields",
2057
- "async": true,
2058
- "returns": "Promise<any>"
2059
- },
2060
- {
2061
- "name": "getId",
2062
- "async": true,
2063
- "returns": "any"
2064
- },
1446
+ "name": "toSpeechVoice",
1447
+ "returns": "SpeechVoice"
1448
+ }
1449
+ ],
1450
+ "tenant": {
1451
+ "scoped": true,
1452
+ "mode": "optional",
1453
+ "field": "tenantId"
1454
+ },
1455
+ "tableStrategy": "sti",
1456
+ "conflictColumns": [
1457
+ "tenant_id",
1458
+ "slug",
1459
+ "context",
1460
+ "_meta_type"
1461
+ ],
1462
+ "surfaces": [
2065
1463
  {
2066
- "name": "getRelated",
2067
- "async": true,
2068
- "params": [
2069
- "fieldName: string",
2070
- "opts?: LoadRelatedOptions"
2071
- ],
2072
- "returns": "Promise<any>"
1464
+ "kind": "api",
1465
+ "name": "voiceprofiles.list",
1466
+ "operation": "list",
1467
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile",
1468
+ "path": "/voiceprofiles",
1469
+ "method": "GET"
2073
1470
  },
2074
1471
  {
2075
- "name": "getSavedId",
2076
- "async": true,
2077
- "returns": "any"
1472
+ "kind": "api",
1473
+ "name": "voiceprofiles.get",
1474
+ "operation": "get",
1475
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile",
1476
+ "path": "/voiceprofiles/[id]",
1477
+ "method": "GET"
2078
1478
  },
2079
1479
  {
2080
- "name": "getSlug",
2081
- "async": true,
2082
- "returns": "any"
1480
+ "kind": "api",
1481
+ "name": "voiceprofiles.create",
1482
+ "operation": "create",
1483
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile",
1484
+ "path": "/voiceprofiles",
1485
+ "method": "POST"
2083
1486
  },
2084
1487
  {
2085
- "name": "hasStaleEmbeddings",
2086
- "async": true,
2087
- "returns": "Promise<boolean>"
1488
+ "kind": "api",
1489
+ "name": "voiceprofiles.update",
1490
+ "operation": "update",
1491
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile",
1492
+ "path": "/voiceprofiles/[id]",
1493
+ "method": "PATCH"
2088
1494
  },
2089
1495
  {
2090
- "name": "initialize",
2091
- "async": true,
2092
- "returns": "Promise"
1496
+ "kind": "api",
1497
+ "name": "voiceprofiles.delete",
1498
+ "operation": "delete",
1499
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile",
1500
+ "path": "/voiceprofiles/[id]",
1501
+ "method": "DELETE"
2093
1502
  },
2094
1503
  {
2095
- "name": "is",
2096
- "async": true,
2097
- "params": [
2098
- "criteria: string",
2099
- "options?: AiOperationOptions"
2100
- ],
2101
- "returns": "any"
1504
+ "kind": "cli",
1505
+ "name": "voiceprofile_list",
1506
+ "operation": "list",
1507
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile"
2102
1508
  },
2103
1509
  {
2104
- "name": "isRelatedLoaded",
2105
- "params": [
2106
- "fieldName: string"
2107
- ],
2108
- "returns": "boolean"
1510
+ "kind": "cli",
1511
+ "name": "voiceprofile_get",
1512
+ "operation": "get",
1513
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile"
2109
1514
  },
2110
1515
  {
2111
- "name": "isSaved",
2112
- "async": true,
2113
- "returns": "any"
1516
+ "kind": "cli",
1517
+ "name": "voiceprofile_create",
1518
+ "operation": "create",
1519
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile"
2114
1520
  },
2115
1521
  {
2116
- "name": "listAiUsage",
2117
- "async": true,
2118
- "params": [
2119
- "options?: AiUsageListOptions"
2120
- ],
2121
- "returns": "Promise<SmrtAiUsageRecord[]>"
1522
+ "kind": "cli",
1523
+ "name": "voiceprofile_update",
1524
+ "operation": "update",
1525
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile"
2122
1526
  },
2123
1527
  {
2124
- "name": "loadDataFromDb",
2125
- "async": true,
2126
- "params": [
2127
- "data: Record<string>"
2128
- ],
2129
- "returns": "any"
1528
+ "kind": "cli",
1529
+ "name": "voiceprofile_delete",
1530
+ "operation": "delete",
1531
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile"
2130
1532
  },
2131
1533
  {
2132
- "name": "loadFromId",
2133
- "async": true,
2134
- "returns": "any"
1534
+ "kind": "cli",
1535
+ "name": "voiceprofile_toSpeechVoice",
1536
+ "operation": "toSpeechVoice",
1537
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile"
2135
1538
  },
2136
1539
  {
2137
- "name": "loadFromSlug",
2138
- "async": true,
2139
- "returns": "any"
1540
+ "kind": "mcp",
1541
+ "name": "voiceprofile_list",
1542
+ "operation": "list",
1543
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile"
2140
1544
  },
2141
1545
  {
2142
- "name": "loadRelated",
2143
- "async": true,
2144
- "params": [
2145
- "fieldName: string",
2146
- "opts?: LoadRelatedOptions"
2147
- ],
2148
- "returns": "Promise<any>"
2149
- },
1546
+ "kind": "mcp",
1547
+ "name": "voiceprofile_get",
1548
+ "operation": "get",
1549
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile"
1550
+ }
1551
+ ],
1552
+ "relationshipFeatures": [
1553
+ "crossPackageRef",
1554
+ "uuidColumns"
1555
+ ],
1556
+ "tags": [],
1557
+ "risks": []
1558
+ },
1559
+ {
1560
+ "name": "VoiceSample",
1561
+ "qualifiedName": "@happyvertical/smrt-voice:VoiceSample",
1562
+ "collection": "voicesamples",
1563
+ "tableName": "voice_samples",
1564
+ "packageName": "@happyvertical/smrt-voice",
1565
+ "extends": "SmrtObject",
1566
+ "fields": [
2150
1567
  {
2151
- "name": "loadRelatedMany",
2152
- "async": true,
2153
- "params": [
2154
- "fieldName: string",
2155
- "opts?: LoadRelatedOptions"
2156
- ],
2157
- "returns": "Promise<any[]>"
1568
+ "name": "created_at",
1569
+ "type": "datetime",
1570
+ "required": false,
1571
+ "columnType": "TIMESTAMP"
2158
1572
  },
2159
1573
  {
2160
- "name": "markAsPersisted",
2161
- "returns": "void"
1574
+ "name": "updated_at",
1575
+ "type": "datetime",
1576
+ "required": false,
1577
+ "columnType": "TIMESTAMP"
2162
1578
  },
2163
1579
  {
2164
- "name": "recall",
2165
- "async": true,
2166
- "params": [
2167
- "options: object"
2168
- ],
2169
- "returns": "Promise"
1580
+ "name": "tenantId",
1581
+ "type": "text",
1582
+ "required": false,
1583
+ "columnType": "UUID"
2170
1584
  },
2171
1585
  {
2172
- "name": "recallAll",
2173
- "async": true,
2174
- "params": [
2175
- "options?: object"
2176
- ],
2177
- "returns": "Promise<Map<string>>"
1586
+ "name": "voiceProfileId",
1587
+ "type": "foreignKey",
1588
+ "required": false,
1589
+ "related": "VoiceProfile",
1590
+ "columnType": "UUID"
2178
1591
  },
2179
1592
  {
2180
- "name": "remember",
2181
- "async": true,
2182
- "params": [
2183
- "options: object"
2184
- ],
2185
- "returns": "Promise<void>"
1593
+ "name": "assetId",
1594
+ "type": "crossPackageRef",
1595
+ "required": false,
1596
+ "related": "@happyvertical/smrt-assets:Asset",
1597
+ "columnType": "UUID"
2186
1598
  },
2187
1599
  {
2188
- "name": "requireInsertOnSave",
2189
- "returns": "void"
1600
+ "name": "duration",
1601
+ "type": "integer",
1602
+ "required": false,
1603
+ "columnType": "INTEGER",
1604
+ "default": 0
2190
1605
  },
2191
1606
  {
2192
- "name": "resetAiUsage",
2193
- "returns": "void"
1607
+ "name": "transcription",
1608
+ "type": "text",
1609
+ "required": false,
1610
+ "columnType": "TEXT"
2194
1611
  },
2195
1612
  {
2196
- "name": "save",
2197
- "async": true,
2198
- "params": [
2199
- "options?: SmrtSaveOptions"
2200
- ],
2201
- "returns": "any"
1613
+ "name": "quality",
1614
+ "type": "text",
1615
+ "required": false,
1616
+ "columnType": "TEXT",
1617
+ "default": "medium"
2202
1618
  },
2203
1619
  {
2204
- "name": "summarizeAiUsage",
2205
- "async": true,
2206
- "params": [
2207
- "options?: AiUsageSummaryOptions"
2208
- ],
2209
- "returns": "Promise<Record<string, AiUsageStats>>"
1620
+ "name": "sampleRate",
1621
+ "type": "integer",
1622
+ "required": false,
1623
+ "columnType": "INTEGER"
2210
1624
  },
2211
1625
  {
2212
- "name": "toJSON",
2213
- "returns": "any"
1626
+ "name": "channels",
1627
+ "type": "integer",
1628
+ "required": false,
1629
+ "columnType": "INTEGER"
2214
1630
  },
2215
1631
  {
2216
- "name": "toPlainObject",
2217
- "returns": "Record<string>"
1632
+ "name": "format",
1633
+ "type": "text",
1634
+ "required": false,
1635
+ "columnType": "TEXT"
2218
1636
  },
2219
1637
  {
2220
- "name": "toPublicJSON",
2221
- "params": [
2222
- "options?: PublicJsonOptions"
2223
- ],
2224
- "returns": "Record<string>"
2225
- },
1638
+ "name": "isPrimary",
1639
+ "type": "boolean",
1640
+ "required": false,
1641
+ "columnType": "BOOLEAN",
1642
+ "default": false
1643
+ }
1644
+ ],
1645
+ "relationships": [
2226
1646
  {
2227
- "name": "withDatabase",
2228
- "async": true,
2229
- "params": [
2230
- "db: DatabaseInterface",
2231
- "operation: Function"
2232
- ],
2233
- "returns": "Promise<T>"
1647
+ "name": "voiceProfileId",
1648
+ "type": "foreignKey",
1649
+ "required": false,
1650
+ "related": "VoiceProfile",
1651
+ "columnType": "UUID"
2234
1652
  },
2235
1653
  {
2236
- "name": "withTransaction",
2237
- "async": true,
2238
- "params": [
2239
- "operation: Function"
2240
- ],
2241
- "returns": "Promise<T>"
1654
+ "name": "assetId",
1655
+ "type": "crossPackageRef",
1656
+ "required": false,
1657
+ "related": "@happyvertical/smrt-assets:Asset",
1658
+ "columnType": "UUID"
2242
1659
  }
2243
1660
  ],
1661
+ "methods": [],
2244
1662
  "tenant": {
2245
1663
  "scoped": true,
2246
1664
  "mode": "optional",
@@ -2340,65 +1758,473 @@
2340
1758
  ],
2341
1759
  "surfaces": [
2342
1760
  {
2343
- "kind": "api",
2344
- "name": "contents.list",
2345
- "operation": "list",
2346
- "objectName": "@happyvertical/smrt-voice:VoiceOutput",
2347
- "path": "/contents",
2348
- "method": "GET"
1761
+ "kind": "api",
1762
+ "name": "contents.list",
1763
+ "operation": "list",
1764
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput",
1765
+ "path": "/contents",
1766
+ "method": "GET"
1767
+ },
1768
+ {
1769
+ "kind": "api",
1770
+ "name": "contents.get",
1771
+ "operation": "get",
1772
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput",
1773
+ "path": "/contents/[id]",
1774
+ "method": "GET"
1775
+ },
1776
+ {
1777
+ "kind": "api",
1778
+ "name": "contents.create",
1779
+ "operation": "create",
1780
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput",
1781
+ "path": "/contents",
1782
+ "method": "POST"
1783
+ },
1784
+ {
1785
+ "kind": "api",
1786
+ "name": "contents.delete",
1787
+ "operation": "delete",
1788
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput",
1789
+ "path": "/contents/[id]",
1790
+ "method": "DELETE"
1791
+ },
1792
+ {
1793
+ "kind": "cli",
1794
+ "name": "voiceoutput_list",
1795
+ "operation": "list",
1796
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1797
+ },
1798
+ {
1799
+ "kind": "cli",
1800
+ "name": "voiceoutput_get",
1801
+ "operation": "get",
1802
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1803
+ },
1804
+ {
1805
+ "kind": "cli",
1806
+ "name": "voiceoutput_create",
1807
+ "operation": "create",
1808
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1809
+ },
1810
+ {
1811
+ "kind": "cli",
1812
+ "name": "voiceoutput_update",
1813
+ "operation": "update",
1814
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1815
+ },
1816
+ {
1817
+ "kind": "cli",
1818
+ "name": "voiceoutput_delete",
1819
+ "operation": "delete",
1820
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1821
+ },
1822
+ {
1823
+ "kind": "cli",
1824
+ "name": "voiceoutput_resolveGovernance",
1825
+ "operation": "resolveGovernance",
1826
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1827
+ },
1828
+ {
1829
+ "kind": "cli",
1830
+ "name": "voiceoutput_loadReferences",
1831
+ "operation": "loadReferences",
1832
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1833
+ },
1834
+ {
1835
+ "kind": "cli",
1836
+ "name": "voiceoutput_addReference",
1837
+ "operation": "addReference",
1838
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1839
+ },
1840
+ {
1841
+ "kind": "cli",
1842
+ "name": "voiceoutput_removeReference",
1843
+ "operation": "removeReference",
1844
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1845
+ },
1846
+ {
1847
+ "kind": "cli",
1848
+ "name": "voiceoutput_getReferences",
1849
+ "operation": "getReferences",
1850
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1851
+ },
1852
+ {
1853
+ "kind": "cli",
1854
+ "name": "voiceoutput_getReferenceEdges",
1855
+ "operation": "getReferenceEdges",
1856
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1857
+ },
1858
+ {
1859
+ "kind": "cli",
1860
+ "name": "voiceoutput_getReferenceDrift",
1861
+ "operation": "getReferenceDrift",
1862
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1863
+ },
1864
+ {
1865
+ "kind": "cli",
1866
+ "name": "voiceoutput_isGoverned",
1867
+ "operation": "isGoverned",
1868
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2349
1869
  },
2350
1870
  {
2351
- "kind": "api",
2352
- "name": "contents.get",
2353
- "operation": "get",
2354
- "objectName": "@happyvertical/smrt-voice:VoiceOutput",
2355
- "path": "/contents/[id]",
2356
- "method": "GET"
1871
+ "kind": "cli",
1872
+ "name": "voiceoutput_getFactLinks",
1873
+ "operation": "getFactLinks",
1874
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2357
1875
  },
2358
1876
  {
2359
- "kind": "api",
2360
- "name": "contents.create",
2361
- "operation": "create",
2362
- "objectName": "@happyvertical/smrt-voice:VoiceOutput",
2363
- "path": "/contents",
2364
- "method": "POST"
1877
+ "kind": "cli",
1878
+ "name": "voiceoutput_getFacts",
1879
+ "operation": "getFacts",
1880
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2365
1881
  },
2366
1882
  {
2367
- "kind": "api",
2368
- "name": "contents.delete",
2369
- "operation": "delete",
2370
- "objectName": "@happyvertical/smrt-voice:VoiceOutput",
2371
- "path": "/contents/[id]",
2372
- "method": "DELETE"
1883
+ "kind": "cli",
1884
+ "name": "voiceoutput_addFact",
1885
+ "operation": "addFact",
1886
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2373
1887
  },
2374
1888
  {
2375
1889
  "kind": "cli",
2376
- "name": "voiceoutput_list",
2377
- "operation": "list",
1890
+ "name": "voiceoutput_removeFact",
1891
+ "operation": "removeFact",
2378
1892
  "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2379
1893
  },
2380
1894
  {
2381
1895
  "kind": "cli",
2382
- "name": "voiceoutput_get",
2383
- "operation": "get",
1896
+ "name": "voiceoutput_syncFacts",
1897
+ "operation": "syncFacts",
2384
1898
  "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2385
1899
  },
2386
1900
  {
2387
1901
  "kind": "cli",
2388
- "name": "voiceoutput_create",
2389
- "operation": "create",
1902
+ "name": "voiceoutput_browseFacts",
1903
+ "operation": "browseFacts",
2390
1904
  "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2391
1905
  },
2392
1906
  {
2393
1907
  "kind": "cli",
2394
- "name": "voiceoutput_update",
2395
- "operation": "update",
1908
+ "name": "voiceoutput_repairFactAudit",
1909
+ "operation": "repairFactAudit",
2396
1910
  "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2397
1911
  },
2398
1912
  {
2399
1913
  "kind": "cli",
2400
- "name": "voiceoutput_delete",
2401
- "operation": "delete",
1914
+ "name": "voiceoutput_repairFactAuditAction",
1915
+ "operation": "repairFactAuditAction",
1916
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1917
+ },
1918
+ {
1919
+ "kind": "cli",
1920
+ "name": "voiceoutput_repairFactEvidence",
1921
+ "operation": "repairFactEvidence",
1922
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1923
+ },
1924
+ {
1925
+ "kind": "cli",
1926
+ "name": "voiceoutput_repairFactEvidenceAction",
1927
+ "operation": "repairFactEvidenceAction",
1928
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1929
+ },
1930
+ {
1931
+ "kind": "cli",
1932
+ "name": "voiceoutput_recheckFactClaims",
1933
+ "operation": "recheckFactClaims",
1934
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1935
+ },
1936
+ {
1937
+ "kind": "cli",
1938
+ "name": "voiceoutput_recheckFactClaimsAction",
1939
+ "operation": "recheckFactClaimsAction",
1940
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1941
+ },
1942
+ {
1943
+ "kind": "cli",
1944
+ "name": "voiceoutput_updateFactEvidenceStatus",
1945
+ "operation": "updateFactEvidenceStatus",
1946
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1947
+ },
1948
+ {
1949
+ "kind": "cli",
1950
+ "name": "voiceoutput_updateFactEvidenceStatusAction",
1951
+ "operation": "updateFactEvidenceStatusAction",
1952
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1953
+ },
1954
+ {
1955
+ "kind": "cli",
1956
+ "name": "voiceoutput_getFactAuditState",
1957
+ "operation": "getFactAuditState",
1958
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1959
+ },
1960
+ {
1961
+ "kind": "cli",
1962
+ "name": "voiceoutput_getFactAuditStateAction",
1963
+ "operation": "getFactAuditStateAction",
1964
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1965
+ },
1966
+ {
1967
+ "kind": "cli",
1968
+ "name": "voiceoutput_getFactsState",
1969
+ "operation": "getFactsState",
1970
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1971
+ },
1972
+ {
1973
+ "kind": "cli",
1974
+ "name": "voiceoutput_syncFactsState",
1975
+ "operation": "syncFactsState",
1976
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1977
+ },
1978
+ {
1979
+ "kind": "cli",
1980
+ "name": "voiceoutput_createVersion",
1981
+ "operation": "createVersion",
1982
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1983
+ },
1984
+ {
1985
+ "kind": "cli",
1986
+ "name": "voiceoutput_getVersions",
1987
+ "operation": "getVersions",
1988
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1989
+ },
1990
+ {
1991
+ "kind": "cli",
1992
+ "name": "voiceoutput_restoreFromVersion",
1993
+ "operation": "restoreFromVersion",
1994
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
1995
+ },
1996
+ {
1997
+ "kind": "cli",
1998
+ "name": "voiceoutput_getReviews",
1999
+ "operation": "getReviews",
2000
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2001
+ },
2002
+ {
2003
+ "kind": "cli",
2004
+ "name": "voiceoutput_listReviews",
2005
+ "operation": "listReviews",
2006
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2007
+ },
2008
+ {
2009
+ "kind": "cli",
2010
+ "name": "voiceoutput_getReviewRequirements",
2011
+ "operation": "getReviewRequirements",
2012
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2013
+ },
2014
+ {
2015
+ "kind": "cli",
2016
+ "name": "voiceoutput_getGovernanceState",
2017
+ "operation": "getGovernanceState",
2018
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2019
+ },
2020
+ {
2021
+ "kind": "cli",
2022
+ "name": "voiceoutput_getGovernanceStateAction",
2023
+ "operation": "getGovernanceStateAction",
2024
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2025
+ },
2026
+ {
2027
+ "kind": "cli",
2028
+ "name": "voiceoutput_listReviewProfilesAction",
2029
+ "operation": "listReviewProfilesAction",
2030
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2031
+ },
2032
+ {
2033
+ "kind": "cli",
2034
+ "name": "voiceoutput_evaluateReviewProfile",
2035
+ "operation": "evaluateReviewProfile",
2036
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2037
+ },
2038
+ {
2039
+ "kind": "cli",
2040
+ "name": "voiceoutput_evaluateReviewProfileAction",
2041
+ "operation": "evaluateReviewProfileAction",
2042
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2043
+ },
2044
+ {
2045
+ "kind": "cli",
2046
+ "name": "voiceoutput_isReadyForReviewProfile",
2047
+ "operation": "isReadyForReviewProfile",
2048
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2049
+ },
2050
+ {
2051
+ "kind": "cli",
2052
+ "name": "voiceoutput_getPublishedTransparency",
2053
+ "operation": "getPublishedTransparency",
2054
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2055
+ },
2056
+ {
2057
+ "kind": "cli",
2058
+ "name": "voiceoutput_getPublishedTransparencyAction",
2059
+ "operation": "getPublishedTransparencyAction",
2060
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2061
+ },
2062
+ {
2063
+ "kind": "cli",
2064
+ "name": "voiceoutput_previewTransparency",
2065
+ "operation": "previewTransparency",
2066
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2067
+ },
2068
+ {
2069
+ "kind": "cli",
2070
+ "name": "voiceoutput_previewTransparencyAction",
2071
+ "operation": "previewTransparencyAction",
2072
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2073
+ },
2074
+ {
2075
+ "kind": "cli",
2076
+ "name": "voiceoutput_runReview",
2077
+ "operation": "runReview",
2078
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2079
+ },
2080
+ {
2081
+ "kind": "cli",
2082
+ "name": "voiceoutput_runReviewAction",
2083
+ "operation": "runReviewAction",
2084
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2085
+ },
2086
+ {
2087
+ "kind": "cli",
2088
+ "name": "voiceoutput_reviewFacts",
2089
+ "operation": "reviewFacts",
2090
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2091
+ },
2092
+ {
2093
+ "kind": "cli",
2094
+ "name": "voiceoutput_reviewSafety",
2095
+ "operation": "reviewSafety",
2096
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2097
+ },
2098
+ {
2099
+ "kind": "cli",
2100
+ "name": "voiceoutput_getCorrections",
2101
+ "operation": "getCorrections",
2102
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2103
+ },
2104
+ {
2105
+ "kind": "cli",
2106
+ "name": "voiceoutput_listCorrections",
2107
+ "operation": "listCorrections",
2108
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2109
+ },
2110
+ {
2111
+ "kind": "cli",
2112
+ "name": "voiceoutput_issueCorrection",
2113
+ "operation": "issueCorrection",
2114
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2115
+ },
2116
+ {
2117
+ "kind": "cli",
2118
+ "name": "voiceoutput_issueCorrectionAction",
2119
+ "operation": "issueCorrectionAction",
2120
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2121
+ },
2122
+ {
2123
+ "kind": "cli",
2124
+ "name": "voiceoutput_listVersions",
2125
+ "operation": "listVersions",
2126
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2127
+ },
2128
+ {
2129
+ "kind": "cli",
2130
+ "name": "voiceoutput_mutateVersionAction",
2131
+ "operation": "mutateVersionAction",
2132
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2133
+ },
2134
+ {
2135
+ "kind": "cli",
2136
+ "name": "voiceoutput_getCategorySegments",
2137
+ "operation": "getCategorySegments",
2138
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2139
+ },
2140
+ {
2141
+ "kind": "cli",
2142
+ "name": "voiceoutput_getParentCategory",
2143
+ "operation": "getParentCategory",
2144
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2145
+ },
2146
+ {
2147
+ "kind": "cli",
2148
+ "name": "voiceoutput_getRootCategory",
2149
+ "operation": "getRootCategory",
2150
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2151
+ },
2152
+ {
2153
+ "kind": "cli",
2154
+ "name": "voiceoutput_getAncestorPaths",
2155
+ "operation": "getAncestorPaths",
2156
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2157
+ },
2158
+ {
2159
+ "kind": "cli",
2160
+ "name": "voiceoutput_isInCategory",
2161
+ "operation": "isInCategory",
2162
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2163
+ },
2164
+ {
2165
+ "kind": "cli",
2166
+ "name": "voiceoutput_getAssets",
2167
+ "operation": "getAssets",
2168
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2169
+ },
2170
+ {
2171
+ "kind": "cli",
2172
+ "name": "voiceoutput_addAsset",
2173
+ "operation": "addAsset",
2174
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2175
+ },
2176
+ {
2177
+ "kind": "cli",
2178
+ "name": "voiceoutput_removeAsset",
2179
+ "operation": "removeAsset",
2180
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2181
+ },
2182
+ {
2183
+ "kind": "cli",
2184
+ "name": "voiceoutput_getMetadata",
2185
+ "operation": "getMetadata",
2186
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2187
+ },
2188
+ {
2189
+ "kind": "cli",
2190
+ "name": "voiceoutput_setMetadata",
2191
+ "operation": "setMetadata",
2192
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2193
+ },
2194
+ {
2195
+ "kind": "cli",
2196
+ "name": "voiceoutput_updateMetadata",
2197
+ "operation": "updateMetadata",
2198
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2199
+ },
2200
+ {
2201
+ "kind": "cli",
2202
+ "name": "voiceoutput_getThumbnail",
2203
+ "operation": "getThumbnail",
2204
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2205
+ },
2206
+ {
2207
+ "kind": "cli",
2208
+ "name": "voiceoutput_setThumbnail",
2209
+ "operation": "setThumbnail",
2210
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2211
+ },
2212
+ {
2213
+ "kind": "cli",
2214
+ "name": "voiceoutput_generateThumbnail",
2215
+ "operation": "generateThumbnail",
2216
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2217
+ },
2218
+ {
2219
+ "kind": "cli",
2220
+ "name": "voiceoutput_getWordAtTime",
2221
+ "operation": "getWordAtTime",
2222
+ "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2223
+ },
2224
+ {
2225
+ "kind": "cli",
2226
+ "name": "voiceoutput_fromSynthesizedSpeech",
2227
+ "operation": "fromSynthesizedSpeech",
2402
2228
  "objectName": "@happyvertical/smrt-voice:VoiceOutput"
2403
2229
  },
2404
2230
  {
@@ -2483,6 +2309,12 @@
2483
2309
  "operation": "delete",
2484
2310
  "objectName": "@happyvertical/smrt-voice:VoiceProfile"
2485
2311
  },
2312
+ {
2313
+ "kind": "cli",
2314
+ "name": "voiceprofile_toSpeechVoice",
2315
+ "operation": "toSpeechVoice",
2316
+ "objectName": "@happyvertical/smrt-voice:VoiceProfile"
2317
+ },
2486
2318
  {
2487
2319
  "kind": "mcp",
2488
2320
  "name": "voiceprofile_list",