@lingk/sync 2.1.1 → 2.2.1

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.
@@ -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
  {