Compare commits
11 Commits
0223703f91
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e52ac167f | |||
| 026e407e22 | |||
| d1eb6b40d1 | |||
| 6eb89b7e09 | |||
|
|
4f3ad34dce | ||
| ebde174916 | |||
| 6fb508387c | |||
| 329d0b70b0 | |||
| 727277339b | |||
| bfb0b1b97b | |||
|
|
eb75b5869f |
21
layouts/reference/DEMO_layout.json
Normal file
21
layouts/reference/DEMO_layout.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "DEMO_layout",
|
||||
"items": [
|
||||
{
|
||||
"itemType": "BASIC_DATA_USER",
|
||||
"requiresFile": true
|
||||
},
|
||||
{
|
||||
"itemType": "RESOURCES",
|
||||
"requiresFile": true
|
||||
},
|
||||
{
|
||||
"itemType": "DAILY_SCHEDULE_HISTORY",
|
||||
"requiresFile": true
|
||||
},
|
||||
{
|
||||
"itemType": "BASIC_DATA_USER_RIGHT",
|
||||
"requiresFile": true
|
||||
}
|
||||
]
|
||||
}
|
||||
26
packages/reference/DEMO_COSMETYS.json
Normal file
26
packages/reference/DEMO_COSMETYS.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "DEMO_COSMETYS",
|
||||
"packageLayout": "DEMO_layout",
|
||||
"items": [
|
||||
{
|
||||
"key": "BASIC_DATA_USER-1",
|
||||
"itemType": "BASIC_DATA_USER",
|
||||
"jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH/users.json"
|
||||
},
|
||||
{
|
||||
"key": "RESOURCES-1",
|
||||
"itemType": "RESOURCES",
|
||||
"jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH/resources-10.json"
|
||||
},
|
||||
{
|
||||
"key": "DAILY_SCHEDULE_HISTORY-1",
|
||||
"itemType": "DAILY_SCHEDULE_HISTORY",
|
||||
"jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH/action-histories-full.json"
|
||||
},
|
||||
{
|
||||
"key": "BASIC_DATA_USER_RIGHT-1",
|
||||
"itemType": "BASIC_DATA_USER_RIGHT",
|
||||
"jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH/usersRights.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user