feat(discord/create-new-scheduled-event): rework fields

This commit is contained in:
Ali BARIN
2023-11-27 16:59:36 +00:00
parent 36f991b6f9
commit c98ac05097
7 changed files with 194 additions and 156 deletions

View File

@@ -4,6 +4,7 @@ import auth from './auth';
import dynamicData from './dynamic-data';
import actions from './actions';
import triggers from './triggers';
import dynamicFields from './dynamic-fields';
export default defineApp({
name: 'Discord',
@@ -17,6 +18,7 @@ export default defineApp({
beforeRequest: [addAuthHeader],
auth,
dynamicData,
dynamicFields,
triggers,
actions,
});