deep-chat-dev 9.0.238 → 9.0.239

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.
@@ -31312,12 +31312,6 @@
31312
31312
  }
31313
31313
  ]
31314
31314
  },
31315
- {
31316
- "kind": "javascript-module",
31317
- "path": "src/types/webModel/webModel.ts",
31318
- "declarations": [],
31319
- "exports": []
31320
- },
31321
31315
  {
31322
31316
  "kind": "javascript-module",
31323
31317
  "path": "src/utils/webComponent/googleFont.ts",
@@ -31574,6 +31568,117 @@
31574
31568
  }
31575
31569
  ]
31576
31570
  },
31571
+ {
31572
+ "kind": "javascript-module",
31573
+ "path": "src/views/chat/introPanel/introPanel.ts",
31574
+ "declarations": [
31575
+ {
31576
+ "kind": "class",
31577
+ "description": "",
31578
+ "name": "IntroPanel",
31579
+ "members": [
31580
+ {
31581
+ "kind": "field",
31582
+ "name": "_elementRef",
31583
+ "type": {
31584
+ "text": "HTMLElement | undefined"
31585
+ },
31586
+ "readonly": true
31587
+ },
31588
+ {
31589
+ "kind": "field",
31590
+ "name": "_isDisplayed",
31591
+ "type": {
31592
+ "text": "boolean"
31593
+ },
31594
+ "privacy": "private",
31595
+ "default": "false"
31596
+ },
31597
+ {
31598
+ "kind": "method",
31599
+ "name": "createIntroPanel",
31600
+ "privacy": "private",
31601
+ "static": true,
31602
+ "parameters": [
31603
+ {
31604
+ "name": "introPanelStyle",
31605
+ "optional": true,
31606
+ "type": {
31607
+ "text": "CustomStyle"
31608
+ }
31609
+ }
31610
+ ]
31611
+ },
31612
+ {
31613
+ "kind": "method",
31614
+ "name": "createIntroPanelWithChild",
31615
+ "privacy": "private",
31616
+ "parameters": [
31617
+ {
31618
+ "name": "childElement",
31619
+ "type": {
31620
+ "text": "HTMLElement"
31621
+ }
31622
+ },
31623
+ {
31624
+ "name": "introPanelStyle",
31625
+ "optional": true,
31626
+ "type": {
31627
+ "text": "CustomStyle"
31628
+ }
31629
+ }
31630
+ ]
31631
+ },
31632
+ {
31633
+ "kind": "method",
31634
+ "name": "createInternalIntroPanel",
31635
+ "privacy": "private",
31636
+ "parameters": [
31637
+ {
31638
+ "name": "introPanelMarkUp",
31639
+ "type": {
31640
+ "text": "string"
31641
+ }
31642
+ },
31643
+ {
31644
+ "name": "introPanelStyle",
31645
+ "optional": true,
31646
+ "type": {
31647
+ "text": "CustomStyle"
31648
+ }
31649
+ }
31650
+ ]
31651
+ },
31652
+ {
31653
+ "kind": "method",
31654
+ "name": "hide",
31655
+ "privacy": "public"
31656
+ },
31657
+ {
31658
+ "kind": "method",
31659
+ "name": "display",
31660
+ "privacy": "public"
31661
+ }
31662
+ ]
31663
+ }
31664
+ ],
31665
+ "exports": [
31666
+ {
31667
+ "kind": "js",
31668
+ "name": "IntroPanel",
31669
+ "declaration": {
31670
+ "name": "IntroPanel",
31671
+ "module": "src/views/chat/introPanel/introPanel.ts"
31672
+ }
31673
+ }
31674
+ ]
31675
+ },
31676
+ {
31677
+ "kind": "javascript-module",
31678
+ "path": "src/types/webModel/webModel.ts",
31679
+ "declarations": [],
31680
+ "exports": []
31681
+ },
31577
31682
  {
31578
31683
  "kind": "javascript-module",
31579
31684
  "path": "src/views/chat/input/input.ts",
@@ -34385,94 +34490,89 @@
34385
34490
  },
34386
34491
  {
34387
34492
  "kind": "javascript-module",
34388
- "path": "src/views/chat/introPanel/introPanel.ts",
34493
+ "path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
34389
34494
  "declarations": [
34390
34495
  {
34391
34496
  "kind": "class",
34392
34497
  "description": "",
34393
- "name": "IntroPanel",
34498
+ "name": "AssemblyAIUtils",
34394
34499
  "members": [
34395
- {
34396
- "kind": "field",
34397
- "name": "_elementRef",
34398
- "type": {
34399
- "text": "HTMLElement | undefined"
34400
- },
34401
- "readonly": true
34402
- },
34403
- {
34404
- "kind": "field",
34405
- "name": "_isDisplayed",
34406
- "type": {
34407
- "text": "boolean"
34408
- },
34409
- "privacy": "private",
34410
- "default": "false"
34411
- },
34412
34500
  {
34413
34501
  "kind": "method",
34414
- "name": "createIntroPanel",
34415
- "privacy": "private",
34502
+ "name": "poll",
34503
+ "privacy": "public",
34416
34504
  "static": true,
34417
34505
  "parameters": [
34418
34506
  {
34419
- "name": "introPanelStyle",
34420
- "optional": true,
34507
+ "name": "api_token",
34421
34508
  "type": {
34422
- "text": "CustomStyle"
34509
+ "text": "string"
34510
+ }
34511
+ },
34512
+ {
34513
+ "name": "audio_url",
34514
+ "type": {
34515
+ "text": "string"
34423
34516
  }
34424
34517
  }
34425
34518
  ]
34426
34519
  },
34427
34520
  {
34428
34521
  "kind": "method",
34429
- "name": "createIntroPanelWithChild",
34430
- "privacy": "private",
34522
+ "name": "buildHeaders",
34523
+ "privacy": "public",
34524
+ "static": true,
34431
34525
  "parameters": [
34432
34526
  {
34433
- "name": "childElement",
34434
- "type": {
34435
- "text": "HTMLElement"
34436
- }
34437
- },
34438
- {
34439
- "name": "introPanelStyle",
34440
- "optional": true,
34527
+ "name": "key",
34441
34528
  "type": {
34442
- "text": "CustomStyle"
34529
+ "text": "string"
34443
34530
  }
34444
34531
  }
34445
34532
  ]
34446
34533
  },
34447
34534
  {
34448
34535
  "kind": "method",
34449
- "name": "createInternalIntroPanel",
34536
+ "name": "handleVerificationResult",
34450
34537
  "privacy": "private",
34538
+ "static": true,
34451
34539
  "parameters": [
34452
34540
  {
34453
- "name": "introPanelMarkUp",
34541
+ "name": "result",
34542
+ "type": {
34543
+ "text": "object"
34544
+ }
34545
+ },
34546
+ {
34547
+ "name": "key",
34454
34548
  "type": {
34455
34549
  "text": "string"
34456
34550
  }
34457
34551
  },
34458
34552
  {
34459
- "name": "introPanelStyle",
34460
- "optional": true,
34553
+ "name": "onSuccess",
34461
34554
  "type": {
34462
- "text": "CustomStyle"
34555
+ "text": "(key: string) => void"
34556
+ }
34557
+ },
34558
+ {
34559
+ "name": "onFail",
34560
+ "type": {
34561
+ "text": "(message: string) => void"
34463
34562
  }
34464
34563
  }
34465
34564
  ]
34466
34565
  },
34467
34566
  {
34468
34567
  "kind": "method",
34469
- "name": "hide",
34470
- "privacy": "public"
34471
- },
34472
- {
34473
- "kind": "method",
34474
- "name": "display",
34475
- "privacy": "public"
34568
+ "name": "buildKeyVerificationDetails",
34569
+ "privacy": "public",
34570
+ "static": true,
34571
+ "return": {
34572
+ "type": {
34573
+ "text": "KeyVerificationDetails"
34574
+ }
34575
+ }
34476
34576
  }
34477
34577
  ]
34478
34578
  }
@@ -34480,43 +34580,133 @@
34480
34580
  "exports": [
34481
34581
  {
34482
34582
  "kind": "js",
34483
- "name": "IntroPanel",
34583
+ "name": "AssemblyAIUtils",
34484
34584
  "declaration": {
34485
- "name": "IntroPanel",
34486
- "module": "src/views/chat/introPanel/introPanel.ts"
34585
+ "name": "AssemblyAIUtils",
34586
+ "module": "src/services/assemblyAI/utils/assemblyAIUtils.ts"
34487
34587
  }
34488
34588
  }
34489
34589
  ]
34490
34590
  },
34491
34591
  {
34492
34592
  "kind": "javascript-module",
34493
- "path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
34593
+ "path": "src/services/gemini/utils/geminiUtils.ts",
34494
34594
  "declarations": [
34495
34595
  {
34496
34596
  "kind": "class",
34497
34597
  "description": "",
34498
- "name": "AssemblyAIUtils",
34598
+ "name": "GeminiUtils",
34499
34599
  "members": [
34500
34600
  {
34501
34601
  "kind": "method",
34502
- "name": "poll",
34602
+ "name": "buildHeaders",
34503
34603
  "privacy": "public",
34504
34604
  "static": true,
34505
34605
  "parameters": [
34506
34606
  {
34507
- "name": "api_token",
34607
+ "name": "key",
34508
34608
  "type": {
34509
34609
  "text": "string"
34510
34610
  }
34611
+ }
34612
+ ]
34613
+ },
34614
+ {
34615
+ "kind": "method",
34616
+ "name": "handleVerificationResult",
34617
+ "privacy": "private",
34618
+ "static": true,
34619
+ "parameters": [
34620
+ {
34621
+ "name": "result",
34622
+ "type": {
34623
+ "text": "object"
34624
+ }
34511
34625
  },
34512
34626
  {
34513
- "name": "audio_url",
34627
+ "name": "key",
34514
34628
  "type": {
34515
34629
  "text": "string"
34516
34630
  }
34631
+ },
34632
+ {
34633
+ "name": "onSuccess",
34634
+ "type": {
34635
+ "text": "(key: string) => void"
34636
+ }
34637
+ },
34638
+ {
34639
+ "name": "onFail",
34640
+ "type": {
34641
+ "text": "(message: string) => void"
34642
+ }
34517
34643
  }
34518
34644
  ]
34519
34645
  },
34646
+ {
34647
+ "kind": "method",
34648
+ "name": "buildKeyVerificationDetails",
34649
+ "privacy": "public",
34650
+ "static": true,
34651
+ "return": {
34652
+ "type": {
34653
+ "text": "KeyVerificationDetails"
34654
+ }
34655
+ }
34656
+ },
34657
+ {
34658
+ "kind": "method",
34659
+ "name": "directFetch",
34660
+ "privacy": "public",
34661
+ "static": true,
34662
+ "parameters": [
34663
+ {
34664
+ "name": "serviceIO",
34665
+ "type": {
34666
+ "text": "ServiceIO"
34667
+ }
34668
+ },
34669
+ {
34670
+ "name": "body",
34671
+ "type": {
34672
+ "text": "any"
34673
+ }
34674
+ },
34675
+ {
34676
+ "name": "method",
34677
+ "type": {
34678
+ "text": "'POST' | 'GET'"
34679
+ }
34680
+ },
34681
+ {
34682
+ "name": "stringify",
34683
+ "default": "true"
34684
+ }
34685
+ ]
34686
+ }
34687
+ ]
34688
+ }
34689
+ ],
34690
+ "exports": [
34691
+ {
34692
+ "kind": "js",
34693
+ "name": "GeminiUtils",
34694
+ "declaration": {
34695
+ "name": "GeminiUtils",
34696
+ "module": "src/services/gemini/utils/geminiUtils.ts"
34697
+ }
34698
+ }
34699
+ ]
34700
+ },
34701
+ {
34702
+ "kind": "javascript-module",
34703
+ "path": "src/services/cohere/utils/cohereUtils.ts",
34704
+ "declarations": [
34705
+ {
34706
+ "kind": "class",
34707
+ "description": "",
34708
+ "name": "CohereUtils",
34709
+ "members": [
34520
34710
  {
34521
34711
  "kind": "method",
34522
34712
  "name": "buildHeaders",
@@ -34580,10 +34770,10 @@
34580
34770
  "exports": [
34581
34771
  {
34582
34772
  "kind": "js",
34583
- "name": "AssemblyAIUtils",
34773
+ "name": "CohereUtils",
34584
34774
  "declaration": {
34585
- "name": "AssemblyAIUtils",
34586
- "module": "src/services/assemblyAI/utils/assemblyAIUtils.ts"
34775
+ "name": "CohereUtils",
34776
+ "module": "src/services/cohere/utils/cohereUtils.ts"
34587
34777
  }
34588
34778
  }
34589
34779
  ]
@@ -34914,196 +35104,6 @@
34914
35104
  }
34915
35105
  ]
34916
35106
  },
34917
- {
34918
- "kind": "javascript-module",
34919
- "path": "src/services/cohere/utils/cohereUtils.ts",
34920
- "declarations": [
34921
- {
34922
- "kind": "class",
34923
- "description": "",
34924
- "name": "CohereUtils",
34925
- "members": [
34926
- {
34927
- "kind": "method",
34928
- "name": "buildHeaders",
34929
- "privacy": "public",
34930
- "static": true,
34931
- "parameters": [
34932
- {
34933
- "name": "key",
34934
- "type": {
34935
- "text": "string"
34936
- }
34937
- }
34938
- ]
34939
- },
34940
- {
34941
- "kind": "method",
34942
- "name": "handleVerificationResult",
34943
- "privacy": "private",
34944
- "static": true,
34945
- "parameters": [
34946
- {
34947
- "name": "result",
34948
- "type": {
34949
- "text": "object"
34950
- }
34951
- },
34952
- {
34953
- "name": "key",
34954
- "type": {
34955
- "text": "string"
34956
- }
34957
- },
34958
- {
34959
- "name": "onSuccess",
34960
- "type": {
34961
- "text": "(key: string) => void"
34962
- }
34963
- },
34964
- {
34965
- "name": "onFail",
34966
- "type": {
34967
- "text": "(message: string) => void"
34968
- }
34969
- }
34970
- ]
34971
- },
34972
- {
34973
- "kind": "method",
34974
- "name": "buildKeyVerificationDetails",
34975
- "privacy": "public",
34976
- "static": true,
34977
- "return": {
34978
- "type": {
34979
- "text": "KeyVerificationDetails"
34980
- }
34981
- }
34982
- }
34983
- ]
34984
- }
34985
- ],
34986
- "exports": [
34987
- {
34988
- "kind": "js",
34989
- "name": "CohereUtils",
34990
- "declaration": {
34991
- "name": "CohereUtils",
34992
- "module": "src/services/cohere/utils/cohereUtils.ts"
34993
- }
34994
- }
34995
- ]
34996
- },
34997
- {
34998
- "kind": "javascript-module",
34999
- "path": "src/services/gemini/utils/geminiUtils.ts",
35000
- "declarations": [
35001
- {
35002
- "kind": "class",
35003
- "description": "",
35004
- "name": "GeminiUtils",
35005
- "members": [
35006
- {
35007
- "kind": "method",
35008
- "name": "buildHeaders",
35009
- "privacy": "public",
35010
- "static": true,
35011
- "parameters": [
35012
- {
35013
- "name": "key",
35014
- "type": {
35015
- "text": "string"
35016
- }
35017
- }
35018
- ]
35019
- },
35020
- {
35021
- "kind": "method",
35022
- "name": "handleVerificationResult",
35023
- "privacy": "private",
35024
- "static": true,
35025
- "parameters": [
35026
- {
35027
- "name": "result",
35028
- "type": {
35029
- "text": "object"
35030
- }
35031
- },
35032
- {
35033
- "name": "key",
35034
- "type": {
35035
- "text": "string"
35036
- }
35037
- },
35038
- {
35039
- "name": "onSuccess",
35040
- "type": {
35041
- "text": "(key: string) => void"
35042
- }
35043
- },
35044
- {
35045
- "name": "onFail",
35046
- "type": {
35047
- "text": "(message: string) => void"
35048
- }
35049
- }
35050
- ]
35051
- },
35052
- {
35053
- "kind": "method",
35054
- "name": "buildKeyVerificationDetails",
35055
- "privacy": "public",
35056
- "static": true,
35057
- "return": {
35058
- "type": {
35059
- "text": "KeyVerificationDetails"
35060
- }
35061
- }
35062
- },
35063
- {
35064
- "kind": "method",
35065
- "name": "directFetch",
35066
- "privacy": "public",
35067
- "static": true,
35068
- "parameters": [
35069
- {
35070
- "name": "serviceIO",
35071
- "type": {
35072
- "text": "ServiceIO"
35073
- }
35074
- },
35075
- {
35076
- "name": "body",
35077
- "type": {
35078
- "text": "any"
35079
- }
35080
- },
35081
- {
35082
- "name": "method",
35083
- "type": {
35084
- "text": "'POST' | 'GET'"
35085
- }
35086
- },
35087
- {
35088
- "name": "stringify",
35089
- "default": "true"
35090
- }
35091
- ]
35092
- }
35093
- ]
35094
- }
35095
- ],
35096
- "exports": [
35097
- {
35098
- "kind": "js",
35099
- "name": "GeminiUtils",
35100
- "declaration": {
35101
- "name": "GeminiUtils",
35102
- "module": "src/services/gemini/utils/geminiUtils.ts"
35103
- }
35104
- }
35105
- ]
35106
- },
35107
35107
  {
35108
35108
  "kind": "javascript-module",
35109
35109
  "path": "src/services/huggingFace/utils/huggingFaceUtils.ts",