Farmbot-Web-App/src/__test_support__/fake_state/images.ts

56 lines
1.2 KiB
TypeScript

import { TaggedImage } from "../../resources/tagged_resources";
export let fakeImages: TaggedImage[] = [
{
"kind": "images",
"body": {
"id": 9,
"device_id": 8,
"attachment_processed_at": "2017-06-01T14:16:55.709Z",
"updated_at": "2017-06-01T14:16:55.715Z",
"created_at": "2017-06-01T14:15:50.666Z",
"attachment_url": "imgur.com",
"meta": {
"x": 632,
"y": 347,
"z": 164
}
},
"uuid": "images.9.3"
},
{
"kind": "images",
"body": {
"id": 8,
"device_id": 8,
"attachment_processed_at": "2017-06-01T14:16:45.899Z",
"updated_at": "2017-06-01T14:16:45.903Z",
"created_at": "2017-06-01T14:14:22.747Z",
"attachment_url": "imgur.com",
"meta": {
"x": 632,
"y": 347,
"z": 164
}
},
"uuid": "images.8.4"
},
{
"kind": "images",
"body": {
"id": 7,
"device_id": 8,
"attachment_processed_at": "2017-06-01T14:16:34.839Z",
"updated_at": "2017-06-01T14:16:34.984Z",
"created_at": "2017-06-01T14:14:22.726Z",
"attachment_url": "imgur.com",
"meta": {
"x": 266,
"y": 330,
"z": 53
}
},
"uuid": "images.7.5"
}
];