instantjob-recruiter-client
Version:
a set of tools for creating an instantjob recruiter react client
25 lines (22 loc) • 2.42 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.update_user_comments = exports.remove_users_value = exports.add_users_value = exports.update_entity_comment = exports.clear_exclusive_entity_value = exports.update_exclusive_entity_value = exports.remove_entity_value = exports.add_entity_value = exports.remove_value = exports.store_values = exports.remove_field = exports.update_fields = exports.update_values = exports.update_value = exports.update_field = exports.store_fields = undefined;
var _base = require('actions/base');
var store_fields = exports.store_fields = (0, _base.make_action)('store_fields', 'fields');
var update_field = exports.update_field = (0, _base.make_action)('update_field', 'field');
var update_value = exports.update_value = (0, _base.make_action)('update_value', 'value');
var update_values = exports.update_values = (0, _base.make_action)('update_values', 'values');
var update_fields = exports.update_fields = (0, _base.make_action)('update_fields', 'fields');
var remove_field = exports.remove_field = (0, _base.make_action)('remove_field', 'field_id');
var store_values = exports.store_values = (0, _base.make_action)('store_values', 'values');
var remove_value = exports.remove_value = (0, _base.make_action)('remove_value', 'value_id');
var add_entity_value = exports.add_entity_value = (0, _base.make_action)('add_entity_value', 'entity_id', 'value_id', 'for_missions');
var remove_entity_value = exports.remove_entity_value = (0, _base.make_action)('remove_entity_value', 'entity_id', 'value_id', 'for_missions');
var update_exclusive_entity_value = exports.update_exclusive_entity_value = (0, _base.make_action)('update_exclusive_entity_value', 'entity_id', 'value_id');
var clear_exclusive_entity_value = exports.clear_exclusive_entity_value = (0, _base.make_action)('clear_exclusive_entity_value', 'entity_id', 'value_id');
var update_entity_comment = exports.update_entity_comment = (0, _base.make_action)('update_entity_comment', 'entity_id', 'field_id', 'comment');
var add_users_value = exports.add_users_value = (0, _base.make_action)('add_users_value', 'user_ids', 'value_id');
var remove_users_value = exports.remove_users_value = (0, _base.make_action)('remove_users_value', 'user_ids', 'value_id');
var update_user_comments = exports.update_user_comments = (0, _base.make_action)('update_user_comments', 'field_id', 'user_comments');