forked from royshouvik/react-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.coffee
36 lines (34 loc) · 1.38 KB
/
store.coffee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
configureStore = require('appirio-tech-client-app-layer').default
store = configureStore
attachments:
'mockDataInRouter.jpg':
assetType : 'specs'
progress : 33
category :'work'
fileName : 'mockDataInRouter.jpg'
filePath : 'some/unique/path'
fileType : 'image/jpeg'
id : 'workid'
'specsworkworkidmockDataInRouterError.jpg':
assetType : 'specs'
progress : 33
category :'work'
fileName : 'mockDataInRouterError.jpg'
filePath : 'some/unique/path3'
fileType : 'image/jpeg'
id : 'workid'
errors : []
'mockDataInRouter2.jpg':
assetType : 'specs'
progress : 33
category :'work'
fileName : 'mockDataInRouter2.jpg'
filePath : 'some/unique/path2'
fileType : 'image/jpeg'
id : 'workid'
preview : 'data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7'
fileUploader:
id : 'workid' # has to match schemas
assetType: 'specs' # has to match schemas
category : 'work' # has to match schemas
module.exports = store