You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -209,6 +216,7 @@ var Notification = /*#__PURE__*/(0, _createClass2.default)(function Notification
209
216
// notify_user_actions - boolean - If `true` actions initiated by the user will still result in a notification
210
217
// recursive - boolean - If `true`, enable notifications for each subfolder in this path
211
218
// send_interval - string - The time interval that notifications are aggregated by. Can be `five_minutes`, `fifteen_minutes`, `hourly`, or `daily`.
219
+
// subject - string - Custom subject line to use for notification emails
212
220
// message - string - Custom message to include in notification emails
213
221
// triggering_filenames - array(string) - Array of filenames (possibly with wildcards) to scope trigger
214
222
// triggering_group_ids - array(int64) - If set, will only notify on actions made by a member of one of the specified groups
@@ -247,50 +255,56 @@ var Notification = /*#__PURE__*/(0, _createClass2.default)(function Notification
247
255
}
248
256
thrownewerrors.InvalidParameterError("Bad parameter: send_interval must be of type String, received ".concat((0,_utils.getType)(params.send_interval)));
thrownewerrors.InvalidParameterError("Bad parameter: triggering_filenames must be of type Array, received ".concat((0,_utils.getType)(params.triggering_filenames)));
268
+
thrownewerrors.InvalidParameterError("Bad parameter: message must be of type String, received ".concat((0,_utils.getType)(params.message)));
thrownewerrors.InvalidParameterError("Bad parameter: triggering_group_ids must be of type Array, received ".concat((0,_utils.getType)(params.triggering_group_ids)));
274
+
thrownewerrors.InvalidParameterError("Bad parameter: triggering_filenames must be of type Array, received ".concat((0,_utils.getType)(params.triggering_filenames)));
thrownewerrors.InvalidParameterError("Bad parameter: triggering_user_ids must be of type Array, received ".concat((0,_utils.getType)(params.triggering_user_ids)));
280
+
thrownewerrors.InvalidParameterError("Bad parameter: triggering_group_ids must be of type Array, received ".concat((0,_utils.getType)(params.triggering_group_ids)));
thrownewerrors.InvalidParameterError("Bad parameter: triggering_user_ids must be of type Array, received ".concat((0,_utils.getType)(params.triggering_user_ids)));
thrownewerrors.InvalidParameterError("Bad parameter: send_interval must be of type String, received ".concat((0,_utils.getType)(params.send_interval)));
thrownewerrors.InvalidParameterError("Bad parameter: triggering_filenames must be of type Array, received ".concat((0,_utils.getType)(params.triggering_filenames)));
573
+
thrownewerrors.InvalidParameterError("Bad parameter: message must be of type String, received ".concat((0,_utils.getType)(params.message)));
thrownewerrors.InvalidParameterError("Bad parameter: triggering_group_ids must be of type Array, received ".concat((0,_utils.getType)(params.triggering_group_ids)));
579
+
thrownewerrors.InvalidParameterError("Bad parameter: triggering_filenames must be of type Array, received ".concat((0,_utils.getType)(params.triggering_filenames)));
thrownewerrors.InvalidParameterError("Bad parameter: triggering_user_ids must be of type Array, received ".concat((0,_utils.getType)(params.triggering_user_ids)));
585
+
thrownewerrors.InvalidParameterError("Bad parameter: triggering_group_ids must be of type Array, received ".concat((0,_utils.getType)(params.triggering_group_ids)));
thrownewerrors.InvalidParameterError("Bad parameter: group_id must be of type Int, received ".concat((0,_utils.getType)(params.group_id)));
591
+
thrownewerrors.InvalidParameterError("Bad parameter: triggering_user_ids must be of type Array, received ".concat((0,_utils.getType)(params.triggering_user_ids)));
0 commit comments