File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,22 @@ export const startResponse = {
99 "success" : true ,
1010 "messages" : { } ,
1111 "interfaceEvents" : [ ] ,
12- "sha256" : "ded4fc0d016a7f1f89b97a8c2d2962712a8ee8c3c25ab8618123e5fc17c62674"
1312 }
14- ]
13+ ] ,
14+ "migrateState" : {
15+ "sha256" : "ded4fc0d016a7f1f89b97a8c2d2962712a8ee8c3c25ab8618123e5fc17c62674"
16+ }
1517}
1618
1719export const successResponse = {
1820 "response" : [
1921 {
2022 "success" : true ,
21- "sha256" : "ded4fc0d016a7f1f89b97a8c2d2962712a8ee8c3c25ab8618123e5fc17c62674"
2223 }
23- ]
24+ ] ,
25+ "migrateState" : {
26+ "sha256" : "ded4fc0d016a7f1f89b97a8c2d2962712a8ee8c3c25ab8618123e5fc17c62674"
27+ }
2428}
2529
2630export const forceContentUpdateResponse = {
@@ -34,9 +38,11 @@ export const forceContentUpdateResponse = {
3438 "success" : true ,
3539 "messages" : { } ,
3640 "interfaceEvents" : [ ] ,
37- "sha256" : "ded4fc0d016a7f1f89b97a8c2d2962712a8ee8c3c25ab8618123e5fc17c62674"
3841 }
39- ]
42+ ] ,
43+ "migrateState" : {
44+ "sha256" : "ded4fc0d016a7f1f89b97a8c2d2962712a8ee8c3c25ab8618123e5fc17c62674"
45+ }
4046}
4147
4248export const migrationResponses = {
You can’t perform that action at this time.
0 commit comments