graphlit-client 1.0.20260211002 → 1.0.20260211003
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.
|
@@ -14316,6 +14316,8 @@ export declare enum OAuthProviders {
|
|
|
14316
14316
|
Microsoft = "MICROSOFT",
|
|
14317
14317
|
/** Notion authentication provider */
|
|
14318
14318
|
Notion = "NOTION",
|
|
14319
|
+
/** Salesforce authentication provider */
|
|
14320
|
+
Salesforce = "SALESFORCE",
|
|
14319
14321
|
/** Slack authentication provider */
|
|
14320
14322
|
Slack = "SLACK",
|
|
14321
14323
|
/** Zendesk authentication provider */
|
|
@@ -2038,6 +2038,8 @@ export var OAuthProviders;
|
|
|
2038
2038
|
OAuthProviders["Microsoft"] = "MICROSOFT";
|
|
2039
2039
|
/** Notion authentication provider */
|
|
2040
2040
|
OAuthProviders["Notion"] = "NOTION";
|
|
2041
|
+
/** Salesforce authentication provider */
|
|
2042
|
+
OAuthProviders["Salesforce"] = "SALESFORCE";
|
|
2041
2043
|
/** Slack authentication provider */
|
|
2042
2044
|
OAuthProviders["Slack"] = "SLACK";
|
|
2043
2045
|
/** Zendesk authentication provider */
|