@skilder-ai/runtime 0.9.7 → 0.9.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -138870,6 +138870,7 @@ var OAuthProviderType = /* @__PURE__ */ ((OAuthProviderType2) => {
|
|
|
138870
138870
|
OAuthProviderType2["Infomaniak"] = "INFOMANIAK";
|
|
138871
138871
|
OAuthProviderType2["McpOauth"] = "MCP_OAUTH";
|
|
138872
138872
|
OAuthProviderType2["Microsoft"] = "MICROSOFT";
|
|
138873
|
+
OAuthProviderType2["MicrosoftSignin"] = "MICROSOFT_SIGNIN";
|
|
138873
138874
|
OAuthProviderType2["Zoho"] = "ZOHO";
|
|
138874
138875
|
return OAuthProviderType2;
|
|
138875
138876
|
})(OAuthProviderType || {});
|