graphlit-client 1.0.20241213002 → 1.0.20241224001
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.
@@ -154,6 +154,8 @@ var CohereModels;
|
|
154
154
|
(function (CohereModels) {
|
155
155
|
/** Command R (Latest) */
|
156
156
|
CohereModels["CommandR"] = "COMMAND_R";
|
157
|
+
/** Command R7B (2024-12 version) */
|
158
|
+
CohereModels["CommandR7B_202412"] = "COMMAND_R7_B_202412";
|
157
159
|
/** Command R (2024-03 version) */
|
158
160
|
CohereModels["CommandR_202403"] = "COMMAND_R_202403";
|
159
161
|
/** Command R (2024-08 version) */
|
@@ -597,6 +599,10 @@ var FeedConnectorTypes;
|
|
597
599
|
FeedConnectorTypes["Atlassian"] = "ATLASSIAN";
|
598
600
|
/** Microsoft Azure feed connector */
|
599
601
|
FeedConnectorTypes["Azure"] = "AZURE";
|
602
|
+
/** Box feed connector */
|
603
|
+
FeedConnectorTypes["Box"] = "BOX";
|
604
|
+
/** Dropbox feed connector */
|
605
|
+
FeedConnectorTypes["Dropbox"] = "DROPBOX";
|
600
606
|
/** GitHub feed connector */
|
601
607
|
FeedConnectorTypes["GitHub"] = "GIT_HUB";
|
602
608
|
/** Google Cloud feed connector */
|
@@ -605,6 +611,8 @@ var FeedConnectorTypes;
|
|
605
611
|
FeedConnectorTypes["GoogleDrive"] = "GOOGLE_DRIVE";
|
606
612
|
/** Google Mail feed connector */
|
607
613
|
FeedConnectorTypes["GoogleEmail"] = "GOOGLE_EMAIL";
|
614
|
+
/** Intercom feed connector */
|
615
|
+
FeedConnectorTypes["Intercom"] = "INTERCOM";
|
608
616
|
/** Linear feed connector */
|
609
617
|
FeedConnectorTypes["Linear"] = "LINEAR";
|
610
618
|
/** Microsoft Outlook Email feed connector */
|
@@ -613,6 +621,8 @@ var FeedConnectorTypes;
|
|
613
621
|
FeedConnectorTypes["OneDrive"] = "ONE_DRIVE";
|
614
622
|
/** Microsoft SharePoint feed connector */
|
615
623
|
FeedConnectorTypes["SharePoint"] = "SHARE_POINT";
|
624
|
+
/** Zendesk feed connector */
|
625
|
+
FeedConnectorTypes["Zendesk"] = "ZENDESK";
|
616
626
|
})(FeedConnectorTypes || (exports.FeedConnectorTypes = FeedConnectorTypes = {}));
|
617
627
|
/** Feed list type */
|
618
628
|
var FeedListingTypes;
|
@@ -625,12 +635,18 @@ var FeedListingTypes;
|
|
625
635
|
/** Feed service type */
|
626
636
|
var FeedServiceTypes;
|
627
637
|
(function (FeedServiceTypes) {
|
638
|
+
/** Atlassian Confluence feed service */
|
639
|
+
FeedServiceTypes["AtlassianConfluence"] = "ATLASSIAN_CONFLUENCE";
|
628
640
|
/** Atlassian Jira feed service */
|
629
641
|
FeedServiceTypes["AtlassianJira"] = "ATLASSIAN_JIRA";
|
630
642
|
/** Azure Blob feed service */
|
631
643
|
FeedServiceTypes["AzureBlob"] = "AZURE_BLOB";
|
632
644
|
/** Azure File feed service */
|
633
645
|
FeedServiceTypes["AzureFile"] = "AZURE_FILE";
|
646
|
+
/** Box feed service */
|
647
|
+
FeedServiceTypes["Box"] = "BOX";
|
648
|
+
/** Dropbox feed service */
|
649
|
+
FeedServiceTypes["Dropbox"] = "DROPBOX";
|
634
650
|
/** GitHub feed service */
|
635
651
|
FeedServiceTypes["GitHub"] = "GIT_HUB";
|
636
652
|
/** GitHub Issues feed service */
|
@@ -641,6 +657,10 @@ var FeedServiceTypes;
|
|
641
657
|
FeedServiceTypes["GoogleDrive"] = "GOOGLE_DRIVE";
|
642
658
|
/** Google Mail feed service */
|
643
659
|
FeedServiceTypes["GoogleEmail"] = "GOOGLE_EMAIL";
|
660
|
+
/** Intercom Articles feed service */
|
661
|
+
FeedServiceTypes["IntercomArticles"] = "INTERCOM_ARTICLES";
|
662
|
+
/** Intercom Tickets feed service */
|
663
|
+
FeedServiceTypes["IntercomTickets"] = "INTERCOM_TICKETS";
|
644
664
|
/** Linear feed service */
|
645
665
|
FeedServiceTypes["Linear"] = "LINEAR";
|
646
666
|
/** Microsoft Outlook Email feed service */
|
@@ -651,6 +671,10 @@ var FeedServiceTypes;
|
|
651
671
|
FeedServiceTypes["S3Blob"] = "S3_BLOB";
|
652
672
|
/** Microsoft SharePoint feed service */
|
653
673
|
FeedServiceTypes["SharePoint"] = "SHARE_POINT";
|
674
|
+
/** Zendesk Articles feed service */
|
675
|
+
FeedServiceTypes["ZendeskArticles"] = "ZENDESK_ARTICLES";
|
676
|
+
/** Zendesk Tickets feed service */
|
677
|
+
FeedServiceTypes["ZendeskTickets"] = "ZENDESK_TICKETS";
|
654
678
|
})(FeedServiceTypes || (exports.FeedServiceTypes = FeedServiceTypes = {}));
|
655
679
|
/** Feed type */
|
656
680
|
var FeedTypes;
|
@@ -659,6 +683,8 @@ var FeedTypes;
|
|
659
683
|
FeedTypes["Discord"] = "DISCORD";
|
660
684
|
/** Email feed */
|
661
685
|
FeedTypes["Email"] = "EMAIL";
|
686
|
+
/** Intercom articles feed */
|
687
|
+
FeedTypes["Intercom"] = "INTERCOM";
|
662
688
|
/** Issue feed */
|
663
689
|
FeedTypes["Issue"] = "ISSUE";
|
664
690
|
/** Microsoft Teams channel feed */
|
@@ -679,6 +705,8 @@ var FeedTypes;
|
|
679
705
|
FeedTypes["Web"] = "WEB";
|
680
706
|
/** YouTube audio feed */
|
681
707
|
FeedTypes["YouTube"] = "YOU_TUBE";
|
708
|
+
/** Zendesk articles feed */
|
709
|
+
FeedTypes["Zendesk"] = "ZENDESK";
|
682
710
|
})(FeedTypes || (exports.FeedTypes = FeedTypes = {}));
|
683
711
|
/** File preparation service type */
|
684
712
|
var FilePreparationServiceTypes;
|
@@ -1278,6 +1306,10 @@ var OpenAiModels;
|
|
1278
1306
|
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
1279
1307
|
*/
|
1280
1308
|
OpenAiModels["Gpt35Turbo_16K_1106"] = "GPT35_TURBO_16K_1106";
|
1309
|
+
/** o1 200k (Latest) */
|
1310
|
+
OpenAiModels["O1_200K"] = "O1_200K";
|
1311
|
+
/** o1 200k (2024-12-17 version) */
|
1312
|
+
OpenAiModels["O1_200K_20241217"] = "O1_200K_20241217";
|
1281
1313
|
/** o1 Mini 128k (Latest) */
|
1282
1314
|
OpenAiModels["O1Mini_128K"] = "O1_MINI_128K";
|
1283
1315
|
/** o1 Mini 128k (2024-09-12 version) */
|