|
3 | 3 | {
|
4 | 4 | "stream": {
|
5 | 5 | "name": "accounts",
|
6 |
| - "supported_sync_modes": ["full_refresh"], |
7 |
| - "source_defined_cursor": false, |
8 |
| - "json_schema": { |
9 |
| - "$schema": "http://json-schema.org/draft-07/schema#", |
10 |
| - "type": "object", |
11 |
| - "properties": { |
12 |
| - "id": { |
13 |
| - "type": "string" |
14 |
| - }, |
15 |
| - "object": { |
16 |
| - "type": "string" |
17 |
| - }, |
18 |
| - "code": { |
19 |
| - "type": "string" |
20 |
| - }, |
21 |
| - "parent_account_id": { |
22 |
| - "type": "string" |
23 |
| - }, |
24 |
| - "bill_to": { |
25 |
| - "type": "string" |
26 |
| - }, |
27 |
| - "state": { |
28 |
| - "type": "string" |
29 |
| - }, |
30 |
| - "username": { |
31 |
| - "type": "string" |
32 |
| - }, |
33 |
| - "email": { |
34 |
| - "type": "string" |
35 |
| - }, |
36 |
| - "cc_emails": { |
37 |
| - "type": "string" |
38 |
| - }, |
39 |
| - "preferred_locale": { |
40 |
| - "type": "string" |
41 |
| - }, |
42 |
| - "first_name": { |
43 |
| - "type": "string" |
44 |
| - }, |
45 |
| - "last_name": { |
46 |
| - "type": "string" |
47 |
| - }, |
48 |
| - "company": { |
49 |
| - "type": "string" |
50 |
| - }, |
51 |
| - "vat_number": { |
52 |
| - "type": "string" |
53 |
| - }, |
54 |
| - "tax_exempt": { |
55 |
| - "type": "boolean" |
56 |
| - }, |
57 |
| - "exemption_certificate": { |
58 |
| - "type": "string" |
59 |
| - }, |
60 |
| - "address": { |
61 |
| - "type": "object" |
62 |
| - }, |
63 |
| - "billing_info": { |
64 |
| - "type": "object" |
65 |
| - }, |
66 |
| - "shipping_addresses": { |
67 |
| - "type": "array" |
68 |
| - }, |
69 |
| - "custom_fields": { |
70 |
| - "type": "array" |
71 |
| - }, |
72 |
| - "has_live_subscription": { |
73 |
| - "type": "boolean" |
74 |
| - }, |
75 |
| - "has_active_subscription": { |
76 |
| - "type": "boolean" |
77 |
| - }, |
78 |
| - "has_future_subscription": { |
79 |
| - "type": "boolean" |
80 |
| - }, |
81 |
| - "has_canceled_subscription": { |
82 |
| - "type": "boolean" |
83 |
| - }, |
84 |
| - "has_paused_subscription": { |
85 |
| - "type": "boolean" |
86 |
| - }, |
87 |
| - "has_past_due_invoice": { |
88 |
| - "type": "boolean" |
89 |
| - }, |
90 |
| - "created_at": { |
91 |
| - "type": "string" |
92 |
| - }, |
93 |
| - "updated_at": { |
94 |
| - "type": "string" |
95 |
| - }, |
96 |
| - "deleted_at": { |
97 |
| - "type": "string" |
98 |
| - } |
99 |
| - } |
100 |
| - } |
| 6 | + "json_schema": {}, |
| 7 | + "supported_sync_modes": ["full_refresh"] |
| 8 | + }, |
| 9 | + "sync_mode": "full_refresh", |
| 10 | + "destination_sync_mode": "overwrite" |
| 11 | + }, |
| 12 | + { |
| 13 | + "stream": { |
| 14 | + "name": "coupons", |
| 15 | + "json_schema": {}, |
| 16 | + "supported_sync_modes": ["full_refresh"] |
| 17 | + }, |
| 18 | + "sync_mode": "full_refresh", |
| 19 | + "destination_sync_mode": "overwrite" |
| 20 | + }, |
| 21 | + { |
| 22 | + "stream": { |
| 23 | + "name": "invoices", |
| 24 | + "json_schema": {}, |
| 25 | + "supported_sync_modes": ["full_refresh"] |
| 26 | + }, |
| 27 | + "sync_mode": "full_refresh", |
| 28 | + "destination_sync_mode": "overwrite" |
| 29 | + }, |
| 30 | + { |
| 31 | + "stream": { |
| 32 | + "name": "plans", |
| 33 | + "json_schema": {}, |
| 34 | + "supported_sync_modes": ["full_refresh"] |
| 35 | + }, |
| 36 | + "sync_mode": "full_refresh", |
| 37 | + "destination_sync_mode": "overwrite" |
| 38 | + }, |
| 39 | + { |
| 40 | + "stream": { |
| 41 | + "name": "measured_units", |
| 42 | + "json_schema": {}, |
| 43 | + "supported_sync_modes": ["full_refresh"] |
| 44 | + }, |
| 45 | + "sync_mode": "full_refresh", |
| 46 | + "destination_sync_mode": "overwrite" |
| 47 | + }, |
| 48 | + { |
| 49 | + "stream": { |
| 50 | + "name": "subscriptions", |
| 51 | + "json_schema": {}, |
| 52 | + "supported_sync_modes": ["full_refresh"] |
| 53 | + }, |
| 54 | + "sync_mode": "full_refresh", |
| 55 | + "destination_sync_mode": "overwrite" |
| 56 | + }, |
| 57 | + { |
| 58 | + "stream": { |
| 59 | + "name": "transactions", |
| 60 | + "json_schema": {}, |
| 61 | + "supported_sync_modes": ["full_refresh"] |
101 | 62 | },
|
102 | 63 | "sync_mode": "full_refresh",
|
103 | 64 | "destination_sync_mode": "overwrite"
|
|
0 commit comments