oak-pay-business/lib/oak-app-domain/Withdraw/Action.js

16 lines
612 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.actionDefDict = exports.actions = exports.IActionDef = void 0;
exports.IActionDef = {
stm: {
succeed: [['withdrawing', 'applying'], 'successful'],
fail: [['withdrawing', 'applying'], 'failed'],
succeedPartially: [['withdrawing', 'applying'], 'partiallySuccessful']
},
is: 'withdrawing',
};
exports.actions = ["count", "stat", "download", "select", "aggregate", "create", "remove", "update", "succeed", "fail", "succeedPartially"];
exports.actionDefDict = {
iState: exports.IActionDef
};