@lingk/sync 2.0.10 → 2.0.12

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.
@@ -6328,12 +6328,10 @@ module.exports =
6328
6328
  var isBVA = config.type === "BrightSpaceValenceApi";
6329
6329
 
6330
6330
  var isGoogle = config.type.startsWith("Google");
6331
-
6332
6331
  var isAdapter = config && (config.metadataEndpoint === "testconnection" || config.metadataEndpoint === "adaptermetadata");
6333
-
6334
6332
  var isWebSocket = config.type === "LingkWebSocket";
6335
6333
  var isAWS = config.type.startsWith("AWS");
6336
- var isMSSQL = config.type.startsWith("MSSQL");
6334
+ var isMSSQL = config.type.toLowerCase().startsWith("sqlserver");
6337
6335
  var isSFTP = config.type === "SFTP";
6338
6336
 
6339
6337
  var isDocuSign = config.type === "DocuSign";