File size: 7,177 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
import { Site } from 'calypso/jetpack-cloud/sections/agency-dashboard/sites-overview/types';

export const mockedSites: Site[] = [
	{
		url: 'elegantsuperbly.wpcomstaging.com',
		url_with_scheme: 'https://elegantsuperbly.wpcomstaging.com',
		blog_id: 230552437,
		blogname: 'elegant-superbly',
		sticker: [
			'blog-transfer-completed',
			'business-plan',
			'headstart',
			'jetpack-agency-site',
			'live-support',
			'unlimited-premium-themes',
		],
		is_connection_healthy: true,
		has_backup: true,
		has_scan: true,
		has_boost: false,
		has_vulnerable_plugins: false,
		awaiting_plugin_updates: [ 'gutenberg' ],
		monitor_active: false,
		monitor_site_status: false,
		latest_backup_status: 'rewind_backup_complete',
		latest_scan_threats_found: [],
		latest_scan_has_threats_found: false,
		jetpack_boost_scores: { desktop: 0, mobile: 0, overall: 0 },
		php_version_num: 8.1,
		php_version: '8.1.4',
		wordpress_version: '6.8',
		hosting_provider_guess: 'automattic',
		is_atomic: true,
		active_paid_subscription_slugs: [ 'business-bundle' ],
		is_favorite: false,
		monitor_settings: {
			check_interval: 0,
			last_down_time: '',
			monitor_active: false,
			monitor_site_status: false,
			monitor_user_emails: [ 'jdoe@example.com' ],
			monitor_user_email_notifications: true,
			monitor_user_wp_note_notifications: true,
			monitor_user_sms_notifications: false,
			monitor_notify_additional_user_emails: [],
			monitor_notify_additional_user_sms: [],
			sms_sent_count: 0,
			sms_monthly_limit: 20,
			is_over_limit: false,
		},
		site_stats: {
			visitors: { total: 0, trend: 'same', trend_change: 0 },
			views: { total: 0, trend: 'same', trend_change: 0 },
		},
		has_paid_agency_monitor: false,
		has_pending_boost_one_time_score: false,
		monitor_last_status_change: '',
		multisite: false,
	},
	{
		url: 'instantdelightfully.wpcomstaging.com',
		url_with_scheme: 'https://instantdelightfully.wpcomstaging.com',
		blog_id: 230520819,
		blogname: 'instant-delightfully',
		sticker: [
			'blog-transfer-completed',
			'business-plan',
			'headstart',
			'jetpack-agency-site',
			'live-support',
			'unlimited-premium-themes',
		],
		is_connection_healthy: true,
		has_backup: true,
		has_scan: true,
		has_boost: false,
		has_vulnerable_plugins: false,
		awaiting_plugin_updates: [ 'gutenberg' ],
		monitor_active: false,
		monitor_site_status: false,
		latest_backup_status: 'rewind_backup_complete',
		latest_scan_threats_found: [],
		latest_scan_has_threats_found: false,
		jetpack_boost_scores: { desktop: 0, mobile: 0, overall: 0 },
		php_version_num: 8.1,
		php_version: '8.1.4',
		wordpress_version: '6.8',
		hosting_provider_guess: 'automattic',
		is_atomic: true,
		active_paid_subscription_slugs: [ 'business-bundle' ],
		is_favorite: false,
		monitor_settings: {
			check_interval: 0,
			last_down_time: '',
			monitor_active: false,
			monitor_site_status: false,
			monitor_user_emails: [ 'jdoe@example.com' ],
			monitor_user_email_notifications: true,
			monitor_user_wp_note_notifications: true,
			monitor_user_sms_notifications: false,
			monitor_notify_additional_user_emails: [],
			monitor_notify_additional_user_sms: [],
			sms_sent_count: 0,
			sms_monthly_limit: 20,
			is_over_limit: false,
		},
		site_stats: {
			visitors: { total: 0, trend: 'same', trend_change: 0 },
			views: { total: 0, trend: 'same', trend_change: 0 },
		},
		has_paid_agency_monitor: false,
		has_pending_boost_one_time_score: false,
		monitor_last_status_change: '',
		multisite: false,
	},
	{
		url: 'jetpackcrm.com',
		url_with_scheme: 'https://jetpackcrm.com',
		blog_id: 177696842,
		blogname: 'Jetpack CRM',
		sticker: [
			'jetpack-agency-site',
			'jetpack-cloud',
			'jetpack-pro-plan',
			'jetpack-search-plan',
			'jetpack-videopress-plan',
			'out-of-sync-posts',
			'publicize-connections-to-purge',
			'unlimited-premium-themes',
			'wpcom-premium-global-styles-exemption-checked',
		],
		is_connection_healthy: true,
		has_backup: true,
		has_scan: true,
		has_boost: true,
		has_vulnerable_plugins: false,
		awaiting_plugin_updates: [],
		monitor_active: true,
		monitor_site_status: true,
		monitor_last_status_change: '2023-07-27 15:44:39',
		latest_backup_status: 'rewind_backup_complete',
		latest_scan_threats_found: [],
		latest_scan_has_threats_found: false,
		jetpack_boost_scores: {
			desktop: 96,
			mobile: 68,
			overall: 82,
		},
		php_version_num: 7.4,
		php_version: '7.4.3',
		wordpress_version: '6.3',
		hosting_provider_guess: 'pressable',
		is_atomic: false,
		active_paid_subscription_slugs: [ 'jetpack_complete' ],
		is_favorite: true,
		monitor_settings: {
			check_interval: 5,
			last_down_time: '2023-07-27 15:44:39',
			monitor_active: true,
			monitor_site_status: true,
			monitor_user_emails: [ 'jdoe@example.com' ],
			monitor_user_email_notifications: false,
			monitor_user_wp_note_notifications: false,
			monitor_user_sms_notifications: false,
			monitor_notify_additional_user_emails: [],
			monitor_notify_additional_user_sms: [],
			sms_sent_count: 0,
			sms_monthly_limit: 20,
			is_over_limit: false,
		},
		site_stats: {
			visitors: {
				total: 1695,
				trend: 'up',
				trend_change: 46,
			},
			views: {
				total: 4706,
				trend: 'up',
				trend_change: 253,
			},
		},
		has_paid_agency_monitor: false,
		has_pending_boost_one_time_score: false,
		multisite: false,
	},
	{
		url: 'kb.jetpackcrm.com',
		url_with_scheme: 'https://kb.jetpackcrm.com',
		blog_id: 177445055,
		blogname: 'Jetpack CRM',
		sticker: [
			'jetpack-agency-site',
			'jetpack-cloud',
			'jetpack-pro-plan',
			'jetpack-search-plan',
			'jetpack-videopress-plan',
			'out-of-sync-posts',
			'unlimited-premium-themes',
			'wpcom-premium-global-styles-exemption-checked',
		],
		is_connection_healthy: false,
		has_backup: true,
		has_scan: true,
		has_boost: true,
		has_vulnerable_plugins: false,
		awaiting_plugin_updates: [],
		monitor_active: true,
		monitor_site_status: true,
		monitor_last_status_change: '2020-07-20 06:00:52',
		latest_backup_status: 'rewind_backup_complete',
		latest_scan_threats_found: [],
		latest_scan_has_threats_found: false,
		jetpack_boost_scores: {
			desktop: 68,
			mobile: 46,
			overall: 57,
		},
		php_version_num: 7.4,
		php_version: '7.4.3',
		wordpress_version: '6.3',
		hosting_provider_guess: 'jurassic-ninja',
		is_atomic: false,
		active_paid_subscription_slugs: [ 'jetpack_complete' ],
		is_favorite: true,
		monitor_settings: {
			check_interval: 5,
			last_down_time: '2020-07-20 06:00:52',
			monitor_active: true,
			monitor_site_status: true,
			monitor_user_emails: [ 'jdoe@example.com' ],
			monitor_user_email_notifications: false,
			monitor_user_wp_note_notifications: false,
			monitor_user_sms_notifications: false,
			monitor_notify_additional_user_emails: [],
			monitor_notify_additional_user_sms: [],
			sms_sent_count: 0,
			sms_monthly_limit: 20,
			is_over_limit: false,
		},
		site_stats: {
			visitors: {
				total: 702,
				trend: 'up',
				trend_change: 126,
			},
			views: {
				total: 2189,
				trend: 'up',
				trend_change: 481,
			},
		},
		has_paid_agency_monitor: false,
		has_pending_boost_one_time_score: false,
		multisite: false,
	},
];