* 🐛 Source(Pipedrive): remove date-time format from schemas Pipedrive doesn't work with ISO format of date times. Example of format by Pipedrive: 2020-04-15 12:58:48 * chore: update changelog * chore: updated the source-pipedrive version * chore: update seed file Co-authored-by: Joël Luijmes <me@joell.dev>
21 lines
366 B
JSON
21 lines
366 B
JSON
{
|
|
"deals": {
|
|
"update_time": "2021-06-01 10:10:10"
|
|
},
|
|
"activities": {
|
|
"update_time": "2021-06-01 10:10:10"
|
|
},
|
|
"persons": {
|
|
"update_time": "2021-06-01 10:10:10"
|
|
},
|
|
"pipelines": {
|
|
"update_time": "2021-06-01 10:10:10"
|
|
},
|
|
"stages": {
|
|
"update_time": "2021-06-01 10:10:10"
|
|
},
|
|
"users": {
|
|
"modified": "2021-06-01 10:10:10"
|
|
}
|
|
}
|