summaryrefslogtreecommitdiff
path: root/animism-align/frontend/types.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-04 16:37:19 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-04 16:37:19 +0200
commite973412b5ea29685f4fa260d8eb44baae095fb81 (patch)
tree0e859ab0541187ed769e654663730834b998f3d1 /animism-align/frontend/types.js
parent3e1c6f81bbdad758b8756955fce82da49a564611 (diff)
rename timestamp to annotation
Diffstat (limited to 'animism-align/frontend/types.js')
-rw-r--r--animism-align/frontend/types.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/animism-align/frontend/types.js b/animism-align/frontend/types.js
index d888a0a..45c9caf 100644
--- a/animism-align/frontend/types.js
+++ b/animism-align/frontend/types.js
@@ -5,11 +5,13 @@ export const api = crud_type('api', [])
export const upload = crud_type('upload', [])
export const peaks = crud_type('peaks', [])
export const text = crud_type('text', [])
-export const timestamp = crud_type('timestamp', [])
+export const annotation = crud_type('annotation', [])
export const paragraph = crud_type('paragraph', [])
export const align = crud_type('align', [
'set_display_setting',
'set_temporary_annotation',
+ 'update_temporary_annotation',
+ 'update_temporary_annotation_settings',
])
export const audio = with_type('audio', [