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