Skip to content

Commit

Permalink
Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwihl committed Sep 19, 2024
1 parent 74a58ab commit 68e1827
Showing 1 changed file with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
[
{
"recommendedName": "Contacts",
"resourceConfig": {
"stream": "Contacts",
"syncMode": "incremental",
"cursorField": [
"createdSince"
]
},
"resourceConfig": {},
"documentSchema": {
"type": "object",
"$schema": "http://json-schema.org/schema#",
Expand Down Expand Up @@ -37,10 +31,7 @@
},
{
"recommendedName": "ContactsAttributes",
"resourceConfig": {
"stream": "ContactsAttributes",
"syncMode": "full_refresh"
},
"resourceConfig": {},
"documentSchema": {
"type": "object",
"$schema": "http://json-schema.org/schema#",
Expand Down Expand Up @@ -70,10 +61,7 @@
},
{
"recommendedName": "ContactsLists",
"resourceConfig": {
"stream": "ContactsLists",
"syncMode": "full_refresh"
},
"resourceConfig": {},
"documentSchema": {
"type": "object",
"$schema": "http://json-schema.org/schema#",
Expand Down

0 comments on commit 68e1827

Please sign in to comment.