30 lines
630 B
JavaScript
30 lines
630 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.desc = void 0;
|
|
var action_1 = require("../../actions/action");
|
|
exports.desc = {
|
|
attributes: {
|
|
action: {
|
|
type: "varchar",
|
|
params: {
|
|
length: 16
|
|
}
|
|
},
|
|
data: {
|
|
type: "object"
|
|
},
|
|
filter: {
|
|
type: "object"
|
|
},
|
|
extra: {
|
|
type: "object"
|
|
},
|
|
operatorId: {
|
|
type: "ref",
|
|
ref: "user"
|
|
}
|
|
},
|
|
actionType: "appendOnly",
|
|
actions: action_1.appendOnlyActions
|
|
};
|