@lingk/sync 2.2.0 → 2.2.2

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.
@@ -6337,12 +6337,12 @@ module.exports =
6337
6337
  }
6338
6338
  }, {
6339
6339
  key: "saveCreds",
6340
- value: function saveCreds() {
6340
+ value: function saveCreds(wizard) {
6341
6341
  var _state = this.state,
6342
6342
  APIAccess = _state.APIAccess,
6343
6343
  defaultConnection = _state.defaultConnection;
6344
6344
 
6345
- this.props.postCredentials(this.state.actualCreds, APIAccess, defaultConnection);
6345
+ this.props.postCredentials(this.state.actualCreds, APIAccess, defaultConnection, wizard);
6346
6346
  }
6347
6347
  }, {
6348
6348
  key: "render",
@@ -7218,7 +7218,15 @@ module.exports =
7218
7218
  className: "labelz",
7219
7219
  style: { fontWeight: "normal" }
7220
7220
  },
7221
- "SSH Key"
7221
+ "SSH Key (RSA Private Key wthout Passphrase)"
7222
+ ) : credType === "filePattern" ? _react2.default.createElement(
7223
+ "label",
7224
+ {
7225
+ htmlFor: credType,
7226
+ className: "labelz",
7227
+ style: { fontWeight: "normal" }
7228
+ },
7229
+ "File Naming Pattern (i.e. *.* or *.csv)"
7222
7230
  ) : _react2.default.createElement(
7223
7231
  "label",
7224
7232
  {