@lingk/sync 2.0.12 → 2.0.13

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,10 +6328,12 @@ module.exports =
6328
6328
  var isBVA = config.type === "BrightSpaceValenceApi";
6329
6329
 
6330
6330
  var isGoogle = config.type.startsWith("Google");
6331
+
6331
6332
  var isAdapter = config && (config.metadataEndpoint === "testconnection" || config.metadataEndpoint === "adaptermetadata");
6333
+
6332
6334
  var isWebSocket = config.type === "LingkWebSocket";
6333
6335
  var isAWS = config.type.startsWith("AWS");
6334
- var isMSSQL = config.type.toLowerCase().startsWith("sqlserver");
6336
+ var isMSSQL = config.type.startsWith("MSSQL");
6335
6337
  var isSFTP = config.type === "SFTP";
6336
6338
 
6337
6339
  var isDocuSign = config.type === "DocuSign";
@@ -6800,7 +6802,6 @@ module.exports =
6800
6802
  isWiz = _props.isWiz,
6801
6803
  change = _props.change;
6802
6804
 
6803
- console.log("OAUTH Creds", creds);
6804
6805
  var Spinner = inputs.Spinner;
6805
6806
  var Button = inputs.Button;
6806
6807
  var userName = creds && creds.userName;
@@ -6867,7 +6868,7 @@ module.exports =
6867
6868
  {
6868
6869
  type: "brand",
6869
6870
  onClick: function onClick() {
6870
- return onCheck(creds, formValues.includeSystemResources ? "?all=true" : "");
6871
+ return onCheck(creds, formValues && formValues.includeSystemResources ? "?all=true" : "");
6871
6872
  },
6872
6873
  style: Object.assign({ marginLeft: 8 }, btnStyle)
6873
6874
  },