@zohodesk/client_build_tool 0.0.6 → 0.0.7-exp.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +13 -0
  3. package/index.html +600 -0
  4. package/lib/schemas/defaultConfigValues.js +23 -1
  5. package/lib/schemas/readOptions.js +33 -0
  6. package/lib/shared/babel/babelWebConfig.js +4 -1
  7. package/lib/shared/babel/runBabelForTsFile.js +30 -0
  8. package/lib/shared/bundler/webpack/common/decidePublicPath.js +5 -0
  9. package/lib/shared/bundler/webpack/common/nameTemplates.js +13 -9
  10. package/lib/shared/bundler/webpack/custom_plugins/{CdnChangePlugin.js → CdnChangePlugin/index.js} +29 -5
  11. package/lib/shared/bundler/webpack/custom_plugins/CdnChangePlugin/webpackCustomJsUrlLoader.js +46 -0
  12. package/lib/shared/bundler/webpack/custom_plugins/CustomScriptLoadingPlugin.js +109 -0
  13. package/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/getI18nLoadingRuntimeModule.js +1 -1
  14. package/lib/shared/bundler/webpack/custom_plugins/InitialHtmlPlugin.js +4 -0
  15. package/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/addFilesNamesToManifestJson.js +8 -2
  16. package/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/createInitialEntries.js +7 -1
  17. package/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/createManifestJson.js +1 -1
  18. package/lib/shared/bundler/webpack/custom_plugins/ResourceHintsPlugin.js +1 -0
  19. package/lib/shared/bundler/webpack/custom_plugins/ServiceWorkerPlugin.js +5 -1
  20. package/lib/shared/bundler/webpack/custom_plugins/ServiceWorkerPluginUtils.js +13 -0
  21. package/lib/shared/bundler/webpack/custom_plugins/SourceMapPlugin/index.js +20 -2
  22. package/lib/shared/bundler/webpack/custom_plugins/TPHashMappingPlugin/index.js +1 -1
  23. package/lib/shared/bundler/webpack/custom_plugins/getInitialAssetsFuncTemplate.js +4 -4
  24. package/lib/shared/bundler/webpack/custom_plugins/getInitialI18nAssetsArrayStr.js +1 -1
  25. package/lib/shared/bundler/webpack/devtoolConfig.js +4 -1
  26. package/lib/shared/bundler/webpack/externals.js +5 -1
  27. package/lib/shared/bundler/webpack/loaderConfigs/configsAssetsLoaders.js +1 -1
  28. package/lib/shared/bundler/webpack/loaderConfigs/cssClassNameGenerate.js +6 -1
  29. package/lib/shared/bundler/webpack/optimizationConfig.js +15 -2
  30. package/lib/shared/bundler/webpack/pluginConfigs/configCSSMinifierPlugin.js +5 -1
  31. package/lib/shared/bundler/webpack/pluginConfigs/configCustomScriptLoadingStrategyPlugin.js +76 -0
  32. package/lib/shared/bundler/webpack/pluginConfigs/configI18nSplitPlugin.js +1 -1
  33. package/lib/shared/bundler/webpack/pluginConfigs/configManifestJsonPlugin.js +25 -13
  34. package/lib/shared/bundler/webpack/pluginConfigs/configMiniCSSExtractPlugin.js +2 -1
  35. package/lib/shared/bundler/webpack/plugins.js +3 -1
  36. package/lib/shared/bundler/webpack/resolvers.js +2 -1
  37. package/lib/shared/bundler/webpack/tsLoaders.js +17 -0
  38. package/lib/shared/bundler/webpack/utils/index.js +6 -1
  39. package/lib/shared/bundler/webpack/webpackConfig.js +3 -1
  40. package/lib/shared/fileUtils/watchRun.js +13 -1
  41. package/lib/shared/postcss/custom_postcss_plugins/ValueReplacer.js +1 -1
  42. package/lib/shared/postcss/custom_postcss_plugins/VariableModificationPlugin/index.js +4 -0
  43. package/lib/shared/server/getServerURL.js +9 -2
  44. package/npm-shrinkwrap.json +412 -7328
  45. package/package.json +5 -2
  46. package/coverage/addFilesNamesToManifestJson.js.html +0 -148
  47. package/coverage/base.css +0 -224
  48. package/coverage/block-navigation.js +0 -87
  49. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/addFilesNamesToManifestJson.js.html +0 -148
  50. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/createInitialEntries.js.html +0 -136
  51. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/createManifestJson.js.html +0 -181
  52. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/findInitialFileNames.js.html +0 -133
  53. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/index.html +0 -146
  54. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/index.js.html +0 -199
  55. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/removeHashFromFileName.js.html +0 -127
  56. package/coverage/bundler/webpack/custom_plugins/VariableConversionCollector/ErrorHandler.js.html +0 -346
  57. package/coverage/bundler/webpack/custom_plugins/VariableConversionCollector/index.html +0 -116
  58. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/constants.js.html +0 -94
  59. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/handleIgnores.js.html +0 -259
  60. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/index.html +0 -236
  61. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/index.js.html +0 -442
  62. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/insertBefore.js.html +0 -154
  63. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/isPreviouslyProcessed.js.html +0 -142
  64. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/replaceUtils.js.html +0 -127
  65. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/separateHoveredSelectorAndNormalSelector.js.html +0 -139
  66. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/specialCases.js.html +0 -184
  67. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/typeCheckUtils.js.html +0 -193
  68. package/coverage/bundler/webpack/custom_postcss_plugins/SelectorReplace.js.html +0 -292
  69. package/coverage/bundler/webpack/custom_postcss_plugins/ValueReplacer.js.html +0 -223
  70. package/coverage/bundler/webpack/custom_postcss_plugins/VariableModificationPlugin/index.html +0 -116
  71. package/coverage/bundler/webpack/custom_postcss_plugins/VariableModificationPlugin/index.js.html +0 -1126
  72. package/coverage/bundler/webpack/custom_postcss_plugins/index.html +0 -131
  73. package/coverage/bundler/webpack/loaderConfigs/getSpecificPostCssPlugin.js.html +0 -247
  74. package/coverage/bundler/webpack/loaderConfigs/index.html +0 -116
  75. package/coverage/coverage-final.json +0 -4
  76. package/coverage/coverage-summary.json +0 -5
  77. package/coverage/createInitialEntries.js.html +0 -136
  78. package/coverage/dummy.js.html +0 -238
  79. package/coverage/favicon.png +0 -0
  80. package/coverage/index.html +0 -146
  81. package/coverage/index.js.html +0 -169
  82. package/coverage/isObject.js.html +0 -94
  83. package/coverage/isValid.js.html +0 -106
  84. package/coverage/prettify.css +0 -1
  85. package/coverage/prettify.js +0 -2
  86. package/coverage/removeHashFromFileName.js.html +0 -127
  87. package/coverage/sort-arrow-sprite.png +0 -0
  88. package/coverage/sorter.js +0 -196
  89. package/result.json +0 -1
  90. package/unittest/index.html +0 -35
package/index.html ADDED
@@ -0,0 +1,600 @@
1
+
2
+ <!DOCTYPE html>
3
+ <html class="" dir="ltr" lang="">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
7
+ <meta name="theme-color" content="#1f2734" />
8
+ <meta
9
+ name="viewport"
10
+ content="width=device-width,initial-scale=1,maximum-scale=2"
11
+ />
12
+ <meta http-equiv="x-dns-prefetch-control" content="on" />
13
+ <link
14
+ id="jsStaticDomain"
15
+ rel="dns-prefetch preconnect"
16
+ href="//static.zohocdn.com"
17
+ crossorigin
18
+ />
19
+ <link
20
+ id="cssStaticDomain"
21
+ rel="dns-prefetch preconnect"
22
+ href="//static.zohocdn.com"
23
+ crossorigin
24
+ />
25
+ <link
26
+ id="imgStaticDomain"
27
+ rel="dns-prefetch preconnect"
28
+ href="//static.zohocdn.com"
29
+ crossorigin
30
+ />
31
+ <link
32
+ id="fontStaticDomain"
33
+ rel="dns-prefetch preconnect"
34
+ href="//static.zohocdn.com"
35
+ crossorigin
36
+ />
37
+ <link
38
+ rel="dns-prefetch preconnect"
39
+ href="https://contacts.zoho.com"
40
+ crossorigin
41
+ />
42
+
43
+ <link href="//static.zohocdn.com/desk/agent/css/icons.1ce93c7874c4e97e08d3_.ltr.css" rel="stylesheet" nonce="b466d0908d1f02291c362cfa70963a78"><link href="//static.zohocdn.com/desk/agent/css/layout.6c4c771fe21104fc8093_.ltr.css" rel="stylesheet" nonce="b466d0908d1f02291c362cfa70963a78"><link href="//static.zohocdn.com/desk/agent/css/components.bdf5ff14cfe303ba5e88_.ltr.css" rel="stylesheet" nonce="b466d0908d1f02291c362cfa70963a78"><link href="//static.zohocdn.com/desk/agent/css/dot.2217123bf5de5dcc6bf3_.ltr.css" rel="stylesheet" nonce="b466d0908d1f02291c362cfa70963a78"><link href="//static.zohocdn.com/desk/agent/css/desk-components.c4df864a026eb64772ca_.ltr.css" rel="stylesheet" nonce="b466d0908d1f02291c362cfa70963a78"><link href="//static.zohocdn.com/desk/agent/css/main.84cafc3f20c2c24f7a4b_.ltr.css" rel="stylesheet" nonce="b466d0908d1f02291c362cfa70963a78">
44
+ </head>
45
+
46
+ <body>
47
+ <div id="react">
48
+ <style>
49
+ [data-desk-mode='light'] {
50
+ --zdt_index_content_bg: #fff;
51
+ --zdt_index_contentheader_border: #ebf0f5;
52
+ --zdt_index_contentline_bg: linear-gradient(
53
+ to left,
54
+ #f6f8fb 0,
55
+ #ebf0f5 33.33%,
56
+ #f6f8fb 66.66%,
57
+ #f6f8fb 100%
58
+ );
59
+ }
60
+ [data-desk-mode='light'][data-desk-theme='blue'] {
61
+ --zdt_index_header_bg: #2c334d;
62
+ --zdt_index_header_border: #42485f;
63
+ --zdt_index_lhs_bg: #2c334d;
64
+ --zdt_index_line_bg: linear-gradient(
65
+ to left,
66
+ #383f57 0,
67
+ #475173 33.33%,
68
+ #383f57 66.66%,
69
+ #383f57 100%
70
+ );
71
+ --zdt_index_lhsline_bg: linear-gradient(
72
+ to left,
73
+ #383f57 0,
74
+ #475173 33.33%,
75
+ #383f57 66.66%,
76
+ #383f57 100%
77
+ );
78
+ }
79
+ [data-desk-mode='light'][data-desk-theme='green'] {
80
+ --zdt_index_header_bg: #0f2226;
81
+ --zdt_index_lhs_bg: #0f2226;
82
+ }
83
+ [data-desk-mode='light'][data-desk-theme='orange'] {
84
+ --zdt_index_header_bg: #241e13;
85
+ --zdt_index_lhs_bg: #241e13;
86
+ }
87
+ [data-desk-mode='light'][data-desk-theme='red'] {
88
+ --zdt_index_header_bg: #220f1b;
89
+ --zdt_index_lhs_bg: #220f1b;
90
+ }
91
+ [data-desk-mode='light'][data-desk-theme='yellow'] {
92
+ --zdt_index_header_bg: #222412;
93
+ --zdt_index_lhs_bg: #222412;
94
+ }
95
+ [data-desk-mode='light'][data-desk-theme='green'],
96
+ [data-desk-mode='light'][data-desk-theme='orange'],
97
+ [data-desk-mode='light'][data-desk-theme='red'],
98
+ [data-desk-mode='light'][data-desk-theme='yellow'] {
99
+ --zdt_index_header_border: rgba(255, 255, 255, 0.1);
100
+ --zdt_index_line_bg: linear-gradient(
101
+ to left,
102
+ rgba(255, 255, 255, 0.07) 0,
103
+ rgba(255, 255, 255, 0.03) 33.33%,
104
+ rgba(255, 255, 255, 0.03) 66.66%,
105
+ rgba(255, 255, 255, 0.07) 100%
106
+ );
107
+ --zdt_index_lhsline_bg: linear-gradient(
108
+ to left,
109
+ rgba(255, 255, 255, 0.07) 0,
110
+ rgba(255, 255, 255, 0.03) 33.33%,
111
+ rgba(255, 255, 255, 0.03) 66.66%,
112
+ rgba(255, 255, 255, 0.07) 100%
113
+ );
114
+ }
115
+ [data-desk-mode='light'][data-desk-theme='blue'].zd-lhs-light,
116
+ [data-desk-mode='light'][data-desk-theme='green'].zd-lhs-light,
117
+ [data-desk-mode='light'][data-desk-theme='orange'].zd-lhs-light,
118
+ [data-desk-mode='light'][data-desk-theme='red'].zd-lhs-light,
119
+ [data-desk-mode='light'][data-desk-theme='yellow'].zd-lhs-light {
120
+ --zdt_index_lhsline_bg: linear-gradient(
121
+ to left,
122
+ rgba(0, 0, 0, 0.05) 0,
123
+ rgba(0, 0, 0, 0.1) 33.33%,
124
+ rgba(0, 0, 0, 0.05) 66.66%,
125
+ rgba(0, 0, 0, 0.05) 100%
126
+ );
127
+ }
128
+ [data-desk-mode='light'][data-desk-theme='blue'].zd-lhs-light {
129
+ --zdt_index_lhs_bg: #f8f9fc;
130
+ }
131
+ [data-desk-mode='light'][data-desk-theme='green'].zd-lhs-light {
132
+ --zdt_index_lhs_bg: #f9fbfa;
133
+ }
134
+ [data-desk-mode='light'][data-desk-theme='orange'].zd-lhs-light {
135
+ --zdt_index_lhs_bg: #fbfaf9;
136
+ }
137
+ [data-desk-mode='light'][data-desk-theme='red'].zd-lhs-light {
138
+ --zdt_index_lhs_bg: #fbf9fa;
139
+ }
140
+ [data-desk-mode='light'][data-desk-theme='yellow'].zd-lhs-light {
141
+ --zdt_index_lhs_bg: #fbfbf9;
142
+ }
143
+ [data-desk-mode='dark'][data-desk-theme='blue'],
144
+ [data-desk-mode='dark'][data-desk-theme='green'],
145
+ [data-desk-mode='dark'][data-desk-theme='orange'],
146
+ [data-desk-mode='dark'][data-desk-theme='red'],
147
+ [data-desk-mode='dark'][data-desk-theme='yellow'] {
148
+ --zdt_index_header_bg: #1b212b;
149
+ --zdt_index_header_border: #2d3748;
150
+ --zdt_index_lhs_bg: #1b212b;
151
+ --zdt_index_content_bg: #232b38;
152
+ --zdt_index_contentheader_border: #2d3748;
153
+ --zdt_index_line_bg: linear-gradient(
154
+ to left,
155
+ #383f55 0,
156
+ #414963 33.33%,
157
+ #414961 66.66%,
158
+ #383f55 100%
159
+ );
160
+ --zdt_index_lhsline_bg: linear-gradient(
161
+ to left,
162
+ #383f55 0,
163
+ #414963 33.33%,
164
+ #414961 66.66%,
165
+ #383f55 100%
166
+ );
167
+ --zdt_index_contentline_bg: linear-gradient(
168
+ to left,
169
+ #262f3d 0,
170
+ #2d3748 33.33%,
171
+ #262f3d 66.66%,
172
+ #262f3d 100%
173
+ );
174
+ }
175
+ [data-desk-mode='pureDark'][data-desk-theme='blue'],
176
+ [data-desk-mode='pureDark'][data-desk-theme='green'],
177
+ [data-desk-mode='pureDark'][data-desk-theme='orange'],
178
+ [data-desk-mode='pureDark'][data-desk-theme='red'],
179
+ [data-desk-mode='pureDark'][data-desk-theme='yellow'] {
180
+ --zdt_index_header_bg: #171717;
181
+ --zdt_index_header_border: #2d2d2d;
182
+ --zdt_index_lhs_bg: #171717;
183
+ --zdt_index_content_bg: #212121;
184
+ --zdt_index_contentheader_border: #2d2d2d;
185
+ --zdt_index_line_bg: linear-gradient(
186
+ to left,
187
+ rgba(255, 255, 255, 0.03) 0,
188
+ rgba(255, 255, 255, 0.07) 33.33%,
189
+ rgba(255, 255, 255, 0.07) 66.66%,
190
+ rgba(255, 255, 255, 0.03) 100%
191
+ );
192
+ --zdt_index_lhsline_bg: linear-gradient(
193
+ to left,
194
+ rgba(255, 255, 255, 0.03) 0,
195
+ rgba(255, 255, 255, 0.07) 33.33%,
196
+ rgba(255, 255, 255, 0.07) 66.66%,
197
+ rgba(255, 255, 255, 0.03) 100%
198
+ );
199
+ --zdt_index_contentline_bg: linear-gradient(
200
+ to left,
201
+ rgba(255, 255, 255, 0.03) 0,
202
+ rgba(255, 255, 255, 0.07) 33.33%,
203
+ rgba(255, 255, 255, 0.07) 66.66%,
204
+ rgba(255, 255, 255, 0.03) 100%
205
+ );
206
+ }
207
+ body {
208
+ margin: 0;
209
+ padding: 0;
210
+ font-size: 0;
211
+ overflow: hidden;
212
+ }
213
+ .dflex {
214
+ display: -webkit-box;
215
+ display: -ms-flexbox;
216
+ display: flex;
217
+ }
218
+ .cover {
219
+ height: 100%;
220
+ width: 100%;
221
+ }
222
+ .flexgrow {
223
+ -webkit-box-flex: 1;
224
+ -ms-flex-positive: 1;
225
+ flex-grow: 1;
226
+ min-height: 0;
227
+ min-width: 0;
228
+ }
229
+ .flexshrink {
230
+ flex-shrink: 0;
231
+ -moz-flex-shrink: 0;
232
+ -webkit-flex-shrink: 0;
233
+ -ms-flex-shrink: 0;
234
+ overflow: hidden;
235
+ }
236
+ .flexbasis {
237
+ flex-basis: 0%;
238
+ -webkit-flex-basis: 0%;
239
+ -moz-flex-basis: 0%;
240
+ -ms-flex-basis: 0%;
241
+ }
242
+ .alignVertical {
243
+ -webkit-box-align: center;
244
+ -ms-flex-align: center;
245
+ align-items: center;
246
+ }
247
+ .alignHorizontal {
248
+ -webkit-box-pack: center;
249
+ -ms-flex-pack: center;
250
+ justify-content: center;
251
+ }
252
+ .flexrow {
253
+ -webkit-box-orient: horizontal;
254
+ -webkit-box-direction: normal;
255
+ -webkit-flex-direction: row;
256
+ -ms-flex-direction: row;
257
+ flex-direction: row;
258
+ }
259
+ .flexcolumn {
260
+ -webkit-box-orient: vertical;
261
+ -webkit-box-direction: normal;
262
+ -webkit-flex-direction: column;
263
+ -ms-flex-direction: column;
264
+ flex-direction: column;
265
+ }
266
+ .header {
267
+ background-color: var(--zdt_index_header_bg);
268
+ height: 45px;
269
+ border-bottom: 1px solid var(--zdt_index_header_border);
270
+ }
271
+ .lhs {
272
+ background-color: var(--zdt_index_lhs_bg);
273
+ width: 220px;
274
+ border-right: 1px solid var(--zdt_index_contentheader_border);
275
+ }
276
+ .l_Item {
277
+ height: 35px;
278
+ margin-top: 15px;
279
+ }
280
+ .l_Item1 {
281
+ margin-top: 12px;
282
+ }
283
+ .line {
284
+ height: 9px;
285
+ max-width: 90px;
286
+ }
287
+ .headerLine {
288
+ width: 500px;
289
+ height: 9px;
290
+ margin: 0 20px;
291
+ }
292
+ .lhsLine {
293
+ width: 120px;
294
+ height: 5px;
295
+ margin: 20px 57px;
296
+ }
297
+ .circle {
298
+ width: 22px;
299
+ height: 22px;
300
+ margin: 0 20px 0 0;
301
+ display: inline-block;
302
+ }
303
+ .lhsCircle {
304
+ width: 22px;
305
+ height: 22px;
306
+ margin: 0 15px 0 20px;
307
+ }
308
+ .content {
309
+ background-color: var(--zdt_index_content_bg);
310
+ }
311
+ .contentHeader {
312
+ height: 50px;
313
+ border-bottom: 1px solid var(--zdt_index_contentheader_border);
314
+ width: 100%;
315
+ }
316
+ .contentLine {
317
+ width: 160px;
318
+ height: 9px;
319
+ border-radius: 4px;
320
+ margin: 0 20px;
321
+ }
322
+ .contentRhs {
323
+ width: 25px;
324
+ height: 17px;
325
+ border-radius: 3px;
326
+ margin: 0 20px 0 0;
327
+ display: inline-block;
328
+ }
329
+ .list {
330
+ margin-left: 10px;
331
+ margin-bottom: 0;
332
+ margin-right: 6px;
333
+ height: 76px;
334
+ }
335
+ .listCircle {
336
+ width: 40px;
337
+ height: 40px;
338
+ margin: 0px 23px 0 20px;
339
+ }
340
+ .listContent {
341
+ width: 200px;
342
+ height: 10px;
343
+ margin-bottom: 15px;
344
+ }
345
+ .listSubContent {
346
+ width: 120px;
347
+ height: 7px;
348
+ margin-bottom: 0;
349
+ }
350
+ .listLine1 {
351
+ width: 70px;
352
+ height: 7px;
353
+ margin: 0px 55px 0 0;
354
+ }
355
+ .listLine2 {
356
+ width: 15px;
357
+ height: 7px;
358
+ margin: 0px 52px 0 0;
359
+ }
360
+
361
+ .circle,
362
+ .lhsCircle,
363
+ .listCircle {
364
+ border-radius: 50%;
365
+ }
366
+ .listLine2,
367
+ .listLine1,
368
+ .listSubContent,
369
+ .listContent,
370
+ .lhsLine,
371
+ .headerLine,
372
+ .line {
373
+ border-radius: 5px;
374
+ }
375
+ .circle,
376
+ .headerLine {
377
+ background: var(--zdt_index_line_bg);
378
+ animation: loading 2s linear infinite;
379
+ background-size: 800px 1px;
380
+ }
381
+ .lhsCircle,
382
+ .lhsLine,
383
+ .line {
384
+ background: var(--zdt_index_lhsline_bg);
385
+ animation: loading 2s linear infinite;
386
+ background-size: 800px 1px;
387
+ }
388
+ .listLine2,
389
+ .listLine1,
390
+ .listSubContent,
391
+ .listContent,
392
+ .listCircle,
393
+ .contentRhs,
394
+ .contentLine {
395
+ background-image: var(--zdt_index_contentline_bg);
396
+ animation: loading 2s linear infinite;
397
+ background-size: 800px 1px;
398
+ }
399
+ @keyframes loading {
400
+ 0% {
401
+ background-position: -100% 0;
402
+ }
403
+
404
+ 100% {
405
+ background-position: 100% 0;
406
+ }
407
+ }
408
+ .print .deskParent {
409
+ display: none;
410
+ }
411
+ .deskParent {
412
+ height: 100vh;
413
+ width: 100%;
414
+ overflow: hidden;
415
+ }
416
+ @media only screen and (max-width: 740px) {
417
+ .lhs,
418
+ .listLine1,
419
+ .listLine2 {
420
+ display: none;
421
+ }
422
+ .listContent {
423
+ max-width: 100%;
424
+ height: 7px;
425
+ }
426
+ .listSubContent {
427
+ max-width: 100%;
428
+ }
429
+ .listCircle {
430
+ height: 30px;
431
+ width: 30px;
432
+ }
433
+ .contentLine,
434
+ .headerLine {
435
+ max-width: 40%;
436
+ }
437
+ }
438
+ </style>
439
+ <script nonce="b466d0908d1f02291c362cfa70963a78">
440
+ /* set mode & theme based on localstorage value */
441
+ function Theme() {
442
+ let appearanceValue = localStorage.getItem('zdTheme');
443
+ let themeValue = localStorage.getItem('zdPalette');
444
+ let systemThemeValue = localStorage.getItem('zdSystemTheme');
445
+ let darkMode = localStorage.getItem('zdDarkMode');
446
+ let lhsPalette = localStorage.getItem('zdLhsPalette');
447
+ let deskParent = document.getElementById('deskParent');
448
+
449
+ if (deskParent) {
450
+ if (
451
+ appearanceValue === null ||
452
+ appearanceValue === 0 ||
453
+ themeValue === null ||
454
+ themeValue === 0
455
+ ) {
456
+ deskParent.setAttribute('data-desk-mode', 'light');
457
+ deskParent.setAttribute('data-desk-theme', 'blue');
458
+ } else if (appearanceValue === 'auto') {
459
+ if (systemThemeValue === 'dark') {
460
+ if (darkMode === 'pureDark') {
461
+ deskParent.setAttribute('data-desk-mode', 'pureDark');
462
+ } else {
463
+ deskParent.setAttribute('data-desk-mode', 'dark');
464
+ }
465
+ deskParent.setAttribute('data-desk-mode', 'dark');
466
+ deskParent.setAttribute('data-desk-theme', themeValue);
467
+ deskParent.classList.remove('zd-lhs-light');
468
+ } else {
469
+ deskParent.setAttribute('data-desk-mode', 'light');
470
+ deskParent.setAttribute('data-desk-theme', themeValue);
471
+ if (lhsPalette === 'light') {
472
+ deskParent.classList.add('zd-lhs-light');
473
+ } else {
474
+ deskParent.classList.remove('zd-lhs-light');
475
+ }
476
+ }
477
+ } else {
478
+ deskParent.setAttribute('data-desk-mode', appearanceValue);
479
+ deskParent.setAttribute('data-desk-theme', themeValue);
480
+ if (lhsPalette === 'light') {
481
+ deskParent.classList.add('zd-lhs-light');
482
+ } else {
483
+ deskParent.classList.remove('zd-lhs-light');
484
+ }
485
+ }
486
+ }
487
+ }
488
+ window.onload = Theme;
489
+ </script>
490
+ <div class="deskParent dflex cover flexcolumn" id="deskParent">
491
+ <div class="header">
492
+ <div class="dflex cover flexrow alignVertical">
493
+ <span class="headerLine flexshrink"></span>
494
+ <div class="flexgrow flexbasis"></div>
495
+ <div class="flexshrink">
496
+ <span class="circle"></span>
497
+ <span class="circle"></span>
498
+ <span class="circle"></span>
499
+ </div>
500
+ </div>
501
+ </div>
502
+ <div class="flexgrow flexbasis">
503
+ <div class="dflex cover">
504
+ <div class="lhs flexshrink">
505
+ <div class="dflex flexrow alignVertical l_Item">
506
+ <span class="lhsCircle flexshrink"></span
507
+ ><span class="line flexgrow flexbasis"></span>
508
+ </div>
509
+ <div class="dflex flexrow alignVertical l_Item l_Item1">
510
+ <span class="lhsCircle flexshrink"></span
511
+ ><span class="line flexgrow flexbasis"></span>
512
+ </div>
513
+ <div>
514
+ <div class="lhsLine"></div>
515
+ <div class="lhsLine"></div>
516
+ <div class="lhsLine"></div>
517
+ <div class="lhsLine"></div>
518
+ </div>
519
+ </div>
520
+ <div class="flexgrow flexbasis content">
521
+ <div class="contentHeader dflex flexrow alignVertical">
522
+ <span class="contentLine"></span>
523
+ <div class="flexgrow flexbasis"></div>
524
+ <div class="flexshrink">
525
+ <span class="contentRhs"></span>
526
+ <span class="contentRhs"></span>
527
+ </div>
528
+ </div>
529
+ <div class="list dflex flexrow alignVertical">
530
+ <div class="listCircle flexshrink"></div>
531
+ <div class="flexgrow flexbasis">
532
+ <div class="listContent"></div>
533
+ <div class="listSubContent"></div>
534
+ </div>
535
+ <div class="flexshrink dflex flexrow alignVertical">
536
+ <div class="listLine1"></div>
537
+ <div class="listLine2"></div>
538
+ <div class="listCircle"></div>
539
+ </div>
540
+ </div>
541
+ <div class="list dflex flexrow alignVertical">
542
+ <div class="listCircle flexshrink"></div>
543
+ <div class="flexgrow flexbasis">
544
+ <div class="listContent"></div>
545
+ <div class="listSubContent"></div>
546
+ </div>
547
+ <div class="flexshrink dflex flexrow alignVertical">
548
+ <div class="listLine1"></div>
549
+ <div class="listLine2"></div>
550
+ <div class="listCircle"></div>
551
+ </div>
552
+ </div>
553
+ </div>
554
+ </div>
555
+ </div>
556
+ </div>
557
+ </div>
558
+ <script nonce='b466d0908d1f02291c362cfa70963a78' >var agentClientVersion="006812cd0ff940a53b90";var currentOrg = {"country":"India","city":"Tenkasi","companyName":"Zoho\x20Desk\x20Team","description":"This\x20is\x20where\x20the\x20cross\x2Dfunctional\x20teams\x20manage\x20their\x20works\x20and\x20services\x20that\x20they\x20offer\x20internally.","edition":"ENTERPRISE","employeeCount":516,"isAdminInOrg":true,"faviconURL":"https\x3A\x2F\x2Fdesk.zoho.com\x2Fapi\x2Fv1\x2Forganizations\x2F66423952\x2Ffavicon\x3Fno\x2Dcache\x3De2b03cc134c21e7144f4e03d3a36a4e4","portalName":"zohodeskteam","street":"Zoho\x20Corporation\x20Pvt.\x20Ltd.,\x20Mathalamparai","currencyLocale":"IN","alias":"Internal\x20Helpdesk\x20","id":66423952,"state":"Tamilnadu","isPayloadEncryptionEnabled":false,"fax":"","zip":"627814","website":"zohodesk.com","mobile":"","currencySymbol":"Rs.","logoURL":"https\x3A\x2F\x2Fdesk.zoho.com\x2Fapi\x2Fv1\x2Forganizations\x2F66423952\x2Flogo\x3Fno\x2Dcache\x3D1ee19908dab51396005b7eae0fefdf79","customDomain":"null","isDefault":true,"phoneNumber":"\x2B919500031777","portalURL":"https\x3A\x2F\x2Fdesk.zoho.com\x2Fsupport\x2Fzohodeskteam\x2FShowHomePage.do","primaryContact":"rakeebk\x40zohocorp.com","isDomainMapped":false,"currencyCode":"INR","isSandboxPortal":false};var desk_urls = {"marketplaceDomain":"https://marketplace.zoho.com","isRequestDeDuplicationEnabled":true,"isSlownessDetectionMonitoringEnabled":false,"isForcedRedirectionToReactClientEnabledForOrg":false,"isContractAsProperModuleEnabled":true,"micsConfig":{"inproductdomain":"https://tipengine.zoho.com","serviceid":"145"},"dreDomain":"https://dre-desk.zoho.com","webFormZgId":"N9wtzfFRUqc$","accountUrl":"https://accounts.zoho.com","trackerAppId":"4vhU6zdlfMqSdwMG%2FGKuQA%3D%3D","pricingUrl":"https://www.zoho.com/desk/pricing.html","zAppsFrameUrl":"{{uuId}}.zappsusercontent.com","isAugReleaseOnboardingEnabled":true,"richTextEditorVersion":"5.2.3","isTempJQueryUIEnabled":false,"wmsJsURL":"https://js.zohocdn.com/ichat/js/Mar_24_2025_10244781_wmsbar.js","sigmaExecutionDomain":"https://{{uuId}}.sigmaexecution.com","assistIntegUrl":"https://assist.zoho.com","isForcedRedirectionToReactClientEnabled":true,"murphyAppKey":"755747375","isGamificationEnabled":true,"micsSdkCss":"https://static.zohocdn.com/micsinproduct/10156150/inproductsdk.css","webFormUrl":"https://desk.zoho.com/support/WebToCase","radarUrl":"https://www.zoho.com/desk/radar.html","asapWebVersion":"app.v1","isSupportPlanEnabled":true,"csrf_token":"9a9ace871b430ef7c6d01e2f6d6e06bc06ad52e003dd90399b58ac2b2901856619842f5fe288c297de6d8ca3e7f5379d464ffff715d780f24844b1dcd13791f1","isPubsubForTicketUpdateEnabled":false,"photoURL":"https://contacts.zoho.com/file?t=user&fs=thumb&ID=","wmsCssURL":"https://css.zohocdn.com/ichat/css/Mar_24_2025_10244781_wmsbar.css","staticDomain":"https://static.zohocdn.com/desk/agent/","mobileUrl":"https://www.zoho.com/desk/mobile-app.html","supportDomainURL":"https://desk.zoho.com","isPayloadEncryptionEnabled":false,"zohoOneJsURL":"","crmPlusJsURL":"//js.zohocdn.com/newcrm/VFILES/js/crmpluslibrary.ef14b854193bacc3293a52bd90e884ed.js","webFontDomain":"https://webfonts.zoho.com","deployment":"US","trackerUrl":"//scripts.zohospotlight.com/track","zohoOneLauncherJsURL":"","isGameScopeEnabled":true,"helpUrl":"https://www.zoho.com/support/help/index.html","pageSenseUrl":"https://cdn.pagesense.io/js/fzloyco9/a63a3daff87f4d33b6cffbe7a949ff5f.js","mailHamburgerMenuUrl":"https://mail.zoho.com/biz/getHamburgerMenu.do?version=stable","micsSdkJs":"https://static.zohocdn.com/micsinproduct/10156150/inproductsdk.js","webFormWebId":"*bvQSfQ9EiAs9KcevXut8w$$","gadgetsDomain":"https://gadgets.zoho.com","isApidashboardEnabled":true,"murphyAuthKey":"BPEEOUVxexABZBdl+prdKI+hfyhXuif7DVnVKBiCj8j2wdclT2brb8L0dxK1/ugZdPKOP5hPH01n/8oufra8lig=","murphyAppDomain":"murphy.zoho.com"};var devExtensionDetails = {};var bundleType="";var bundleOrgId="";var isUnifiedBhrsEnabled="false";var fromService="";var currentDomainNameInBrowser="https://desk.zoho.com";var isAgentEmailVerifiedInIAM ="true";var userInfo = Object.assign({"lastName":"basheeth","extn":"","role":{"name":"CEO","id":"119027000000008337"},"langCode":"en_US","emailId":"basheeth.m\x40zohocorp.com","photoURL":"https\x3A\x2F\x2Fdeskstatic.zoho.com\x2Fapi\x2Fv1\x2Fagents\x2F119027000283510331\x2Fphoto\x3ForgId\x3D66423952","countryCode":"en_IN","isConfirmed":true,"id":"119027000283510331","cf":{"cf_mls":"false"},"roleId":"119027000000008337","profile":{"name":"Support\x20Administrator","id":"119027000000008343"},"mobile":"","timeZone":"Asia\x2FKolkata","associatedChatDepartmentIds":[],"zuid":"784333396","associatedDepartments":[{"sanitizedName":"devops","name":"DevOps","id":"119027000010195065"},{"sanitizedName":"engineering","name":"Engineering","id":"119027000067787053"},{"sanitizedName":"desk\x2Dbooster","name":"Desk\x20Booster","id":"119027000076171059"}],"associatedDepartmentIds":["119027000076171059","119027000010195065","119027000067787053"],"firstName":"","phone":"","profileId":"119027000000008343","channelExpert":[],"name":"basheeth","rolePermissionType":"Admin","aboutInfo":"","status":"ACTIVE"},{"a11y_epilepsy":"DISABLED","ui_displayLayout":"smartFocus","activitiesView":"LIST","a11y_readingMask":"DISABLED","a11y_successNotifcationAutoCloseTime":"03","a11y_readingMaskHeight":"18","datePattern":"dd\x2FMM\x2Fyyyy","a11Y_animationControls":"regularmotion","a11y_astigmatism":"DISABLED","loginLandingPage":"LISTVIEW","ui_appFontFamily":"Zoho\x20Puvi","loadGettingStartedPage":"DISABLED","a11y_errorNotificationAutoCloseTime":"10","ui_tagColorVariant":"bold","authtokenDeprecationBanner":"0","invoicePreferencesContacts":"","core_contractsDvIbarPanelView":"expand","imNotification":"ENABLED","core_tasksTableViewContentStyle":"clip","pinAllTickets":"ENABLED","newClient":"ENABLED","pinAllContacts":"ENABLED","a11y_customCursor":"ENABLED","ui_themes":"green","pinAllDashboards":"DISABLED","pinAllReports":"DISABLED","extncontactrightpanel":"DISABLED","ui_lhsTheme":"dark","articleAutoSuggestion":"ENABLED","keyBoardShortcuts":"ENABLED","a11y_adhdFriendly":"DISABLED","collapseSidePanel":"DISABLED","communityListViewMode":"CLASSIC","a11y_isSuccessNotificationAutoClose":"ENABLED","core_dviBarTabWidth":"357","core_callsDvIbarPanelView":"expand","core_contactsTableViewContentStyle":"clip","invoicePreferencesCases":"","ui_appearance":"light","a11y_visuallyImpaired":"DISABLED","a11y_highlightClick":"DISABLED","ui_appFontSize":"16","extnaccountrightpanel":"DISABLED","a11y_customCursorSize":"16","deskDatePattern":"dd\x20MMM\x20yyyy","a11y_seizureSafe":"DISABLED","core_ticketsTableViewContentStyle":"clip","outBoxDelayTime":"5M","a11y_dyslexia":"DISABLED","ticketConversationView":"ENABLED","ui_pureDarkMode":"DISABLED","a11y_isFontSizeAdaptToZoom":"ENABLED","currentDepartment":"119027000010195065","a11y_contrastLevel":"low","core_ticketReplyActionsOrder":"replyAll_reply_forward","a11y_blindness":"DISABLED","a11y_motorDisabilities":"DISABLED","tasksView":"LIST","a11y_focusRing":"ENABLED","hideCurrentYearDate":"ENABLED","core_contactsDvIbarPanelView":"expand","core_editorFontFamily":"Arial","defaultSendBehavior":"Send","a11y_customCursorColor":"white","core_accountsDvIbarPanelView":"expand","ui_displayLayoutWidth":"79","core_needEmptyQueueColumn":"DISABLED","communityTopicsRecordsPerPage":"10","reportDurationFormat":"YEAR","a11y_needAccessibilityShortCutInWms":"ENABLED","a11y_notificationView":"stack","namePattern":["FIRST_NAME","LAST_NAME"],"core_tasksDvIbarPanelView":"expand","imStatus":"ONLINE","a11y_zoomLevel":"16","core_accountsTableViewContentStyle":"clip","a11y_criticalLink":"DISABLED","callsView":"LIST","pinAllAccounts":"ENABLED","contactsView":"LIST","a11y_isContrastRatioAdaptForBg":"DISABLED","accountsView":"LIST","a11y_underlineLink":"DISABLED","communityTopicsSortBy":"modifiedTime","a11y_contrast":"DISABLED","ticketsView":"LIST","extnticketrightpanel":"DISABLED","outBoxDelay":"DISABLED","core_ticketsDvIbarPanelView":"expand","a11y_customScroll":"DISABLED","a11y_readingMaskWidth":"80","ui_isTagTextDefaultColor":"DISABLED","a11y_focusRingEnabledPlaces":"main","tempForceRedirection":"ENABLED","core_ticketReplyActions":"replyAll","communityTopicsSortOrder":"descending","core_contractsTableViewContentStyle":"clip","core_callsTableViewContentStyle":"clip","core_eventsTableViewContentStyle":"clip","invoicePreferencesAccounts":"","a11y_readingMaskOpacity":"0.45","a11y_isErrorNotificationAutoClose":"DISABLED","core_isTicketReplySendAndUpdateStatus":"ENABLED","eventsView":"LIST","a11y_readingMaskLevel":"full","a11y_colorBlindness":"DISABLED","core_isPublicComment":"DISABLED","a11y_elderly":"DISABLED","timeFormat":"12\x2Dhour","core_eventsDvIbarPanelView":"expand","core_editorFontSize":"10"});var currentDepartment = {"chatStatusId":"0","modifiedTime":"2025\x2D02\x2D28T06\x3A19\x3A28.000Z","chatStatus":"NOT_CREATED","isAssignToTeamEnabled":true,"sanitizedName":"devops","hasLogo":false,"sanitizedDeptHash":"a21c218df41f6d7fd032535fe20394e2","isVisibleInCustomerPortal":true,"creatorId":"119027000000062128","description":"Provisioning\x20\x2F\x20DataCenter\x20\x2F\x20Servers\x20\x2F\x20Configurations\x20\x26\x20Developer\x20Operations\x20","associatedAgentIds":[],"isDefault":false,"isEnabled":true,"name":"DevOps","createdTime":"2017\x2D09\x2D07T10\x3A35\x3A00.000Z","id":"119027000010195065","nameInCustomerPortal":"DevOps","status":"1"};var ZohoOneUnifiedProperties = {};var bundleDomainInfo = {};var helpCenterProperties = {"kb":{"commentChannelExtensionUUID":""}};var canLoadBundleAsserts = false;var myProfile = {"default":true,"permissions":{"crmInteg":{"crmContactsActivityEvents":true,"crmAccountsActivityEvents":true,"crmAccountsActivityTasks":true,"crmAccountsInfo":true,"crmContactsActivityCalls":true,"crmAccountsNotes":true,"crmAccountsActivityCalls":true,"crmContactsInfo":true,"crmContactsNotes":true,"crmContactsActivityTasks":true,"crmAccountsPotentials":false,"crmContactsPotentials":true},"reports":{"view":true,"edit":true,"create":true,"delete":true,"export":true},"tickets":{"mergeTickets":true,"changeOwner":true,"import":true,"handleUnassigned":true,"edit":true,"closeTicket":true,"deleteTags":true,"revokeBlueprint":true,"mailReview":true,"delete":true,"view":true,"create":true,"addFollowers":true,"export":true,"mailSend":true,"editTags":true,"unassignedChangeOwner":false,"shareTickets":true},"cm_feature_home":{"view":true,"edit":true,"create":true,"delete":true},"mobileapp":{"radar":true,"deskapp":true},"contracts":{"view":true,"import":true,"edit":true,"create":true,"delete":true,"export":true},"products":{"view":true,"import":true,"edit":true,"create":true,"delete":true,"export":true},"zia":{"view":true,"edit":true,"create":true,"delete":true},"timeEntry":{"view":true,"edit":true,"create":true,"delete":true},"gc":{"view":true,"edit":true,"create":true,"delete":true},"tasks":{"view":true,"import":true,"edit":true,"create":true,"delete":true,"export":true},"events":{"view":true,"import":true,"edit":true,"create":true,"delete":true,"export":true},"cm_alerts":{"view":true,"edit":true,"create":true,"delete":true},"comments":{"edit":true,"delete":true},"im":{"view":true,"edit":true,"create":true,"delete":true},"social":{"view":true,"twitterPostDelete":false,"twitterPostCreate":false,"twitterConversationReply":false},"community":{"view":true,"edit":false,"create":false,"delete":false,"moderate":false},"modules":{"view":false,"edit":false,"create":false,"delete":false},"agents":{"overview":true,"import":true,"edit":true,"create":true,"delete":true,"viewAllFields":true},"cm_custom_module":{"view":true,"edit":true,"create":true,"delete":true},"cm_complaints":{"view":true,"edit":true,"create":true,"delete":true},"CommunityTopic":{"view":true},"cm_raci":{"view":true,"edit":true,"create":true,"delete":true},"kbCategory":{"view":true,"editAllArticles":true,"manageKB":true,"import":true,"edit":true,"create":true,"admin":true,"delete":true,"export":true},"cm_cx_requests":{"view":true,"edit":true,"create":true,"delete":true},"calls":{"view":true,"import":true,"edit":true,"create":true,"delete":true,"export":true},"chat":{"view":true},"setup":{"localization":true,"timeTracking":true,"massReply":true,"fetchAcrossDepartment":true,"globalReports":true,"exportPortalUsers":true,"layouts":true,"shareSnippet":true,"automation":true,"featureConfig":true,"customerHappiness":true,"department":true,"portal":true,"webForm":true,"rebranding":true,"email":true,"recycleBin":true,"tabsAndFields":true,"exportUsers":true,"buttons":false,"pinnedConversations":true,"teams":true,"im":true,"social":true,"templates":true,"securitySettings":true,"sandbox":true,"moveRecords":true,"permission":true,"signUpApproval":true,"community":true,"privacySettings":true,"importHistory":true,"manageAgents":true,"portalUsers":true,"gamification":true,"managerDashboard":true,"googleAnalytics":true,"webhooks":true,"chat":true,"telephony":true,"manageMarketplace":true,"massComment":true},"CommunityComment":{"view":true},"financeInteg":{"sendSalesOrder":true,"createSalesOrder":true,"sendInvoice":true,"viewSubscription":true,"createEstimate":true,"createContact":true,"viewInvoice":true,"createInvoice":true,"sendEstimate":true,"viewSalesOrder":true,"viewEstimate":true},"accounts":{"view":true,"import":true,"edit":true,"create":true,"delete":true,"export":true},"cm_bug_milestones":{"view":true,"edit":true,"create":true,"delete":true},"contacts":{"view":true,"import":true,"edit":true,"create":true,"delete":true,"export":true},"cm_commitments":{"view":true,"edit":true,"create":true,"delete":true},"cm_beta_features":{"view":true,"edit":true,"create":true,"delete":true}},"name":"Support\x20Administrator","description":"Set\x20the\x20privileges\x20for\x20support\x20administrators.","id":"119027000000008343","isVisible":true,"type":"Administrator"}; var modules ={"modules":[{"displayLabel":"Community\x20Topics","sanitizedName":"community\x2Dtopics","apiKey":"communityTopics","i18NLabel":"Community\x20Topics","nameField":"null","pluralLabel":"Community\x20Topics","singularLabel":"Community\x20Topic","isCustomModule":false,"isEnabled":false,"singularI18NLabel":"Community\x20Topic","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000221334062"},{"displayLabel":"Community\x20Comments","sanitizedName":"community\x2Dcomments","apiKey":"communityComments","i18NLabel":"Community\x20Comments","nameField":"null","pluralLabel":"Community\x20Comments","singularLabel":"Community\x20Comment","isCustomModule":false,"isEnabled":false,"singularI18NLabel":"Community\x20Comment","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000221334137"},{"displayLabel":"Community\x20Attachments","sanitizedName":"community\x2Dattachments","apiKey":"communityAttachments","i18NLabel":"Community\x20Attachments","nameField":"null","pluralLabel":"Community\x20Attachments","singularLabel":"Community\x20Attachment","isCustomModule":false,"isEnabled":false,"singularI18NLabel":"Community\x20Attachment","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000221334179"},{"displayLabel":"Department","sanitizedName":"department","apiKey":"departments","i18NLabel":"Department","nameField":"name","pluralLabel":"Departments","singularLabel":"Department","isCustomModule":false,"isEnabled":false,"singularI18NLabel":"Department","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000005786033"},{"displayLabel":"Agents","sanitizedName":"agents","apiKey":"agents","i18NLabel":"Agents","nameField":"lastName","pluralLabel":"Agents","singularLabel":"Agent","isCustomModule":false,"isEnabled":false,"singularI18NLabel":"Agent","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000005786035"},{"displayLabel":"Time\x20Entry","sanitizedName":"time\x2Dentry","apiKey":"timeEntry","i18NLabel":"Time\x20Entry","nameField":"requestChargeType","pluralLabel":"Time\x20Entry","singularLabel":"Time\x20Entry","isCustomModule":false,"isEnabled":false,"singularI18NLabel":"Time\x20Entry","isDeptSpecific":true,"isMigratedModule":false,"id":"119027000000000187"},{"displayLabel":"Topics","sanitizedName":"topics","apiKey":"category","i18NLabel":"Category","nameField":"","pluralLabel":"Topics","singularLabel":"Topic","isCustomModule":false,"isEnabled":false,"singularI18NLabel":"Category","isDeptSpecific":true,"isMigratedModule":false,"id":"119027000000000195"},{"displayLabel":"Community\x20Categories","sanitizedName":"community\x2Dcategories","apiKey":"communityCategories","i18NLabel":"Community\x20Categories","nameField":"null","pluralLabel":"Community\x20Categories","singularLabel":"Community\x20Category","isCustomModule":false,"isEnabled":false,"singularI18NLabel":"Community\x20Category","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000221334011"},{"displayLabel":"Requests","sanitizedName":"requests","apiKey":"tickets","i18NLabel":"Requests","nameField":"subject","pluralLabel":"Requests","singularLabel":"Request","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Request","isDeptSpecific":true,"isMigratedModule":false,"id":"119027000000000177"},{"displayLabel":"Reports","sanitizedName":"reports","apiKey":"reports","i18NLabel":"Reports","nameField":"","pluralLabel":"Reports","singularLabel":"Reports","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Reports","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000000000163"},{"displayLabel":"Dashboards","sanitizedName":"dashboards","apiKey":"dashboards","i18NLabel":"Dashboards","nameField":"","pluralLabel":"Dashboards","singularLabel":"Dashboard","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Dashboard","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000000000165"},{"displayLabel":"KB\x20and\x20Use\x20Cases","sanitizedName":"kb\x2Dand\x2Duse\x2Dcases","apiKey":"kbCategory","i18NLabel":"KB\x20and\x20Use\x20Cases","nameField":"","pluralLabel":"Articles","singularLabel":"Article","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Article","isDeptSpecific":true,"isMigratedModule":false,"id":"119027000000000181"},{"displayLabel":"Discussion","sanitizedName":"discussion","apiKey":"community","i18NLabel":"Discussion","nameField":"","pluralLabel":"Discussion","singularLabel":"Community","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Community","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000000015001"},{"displayLabel":"Products","sanitizedName":"products","apiKey":"products","i18NLabel":"Products","nameField":"productName","pluralLabel":"Products","singularLabel":"Product","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Product","isDeptSpecific":true,"isMigratedModule":false,"id":"119027000000000185"},{"displayLabel":"Commitments","sanitizedName":"commitments","apiKey":"cm_commitments","i18NLabel":"Commitments","nameField":"commitmentName","pluralLabel":"Commitments","singularLabel":"Commitment","isCustomModule":true,"isEnabled":true,"singularI18NLabel":"Commitment","isDeptSpecific":true,"isMigratedModule":true,"id":"119027000268553165"},{"displayLabel":"IM","sanitizedName":"im","apiKey":"im","i18NLabel":"IM","nameField":"","pluralLabel":"IM","singularLabel":"IM","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"IM","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000080651001"},{"displayLabel":"Social","sanitizedName":"social","apiKey":"social","i18NLabel":"Social","nameField":"","pluralLabel":"Social","singularLabel":"Social","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Social","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000000024005"},{"displayLabel":"Activities","sanitizedName":"activities","apiKey":"activities","i18NLabel":"Activities","nameField":"subject","pluralLabel":"Activities","singularLabel":"Activity","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Activity","isDeptSpecific":true,"isMigratedModule":false,"id":"119027000000000173"},{"displayLabel":"Calls","sanitizedName":"calls","apiKey":"calls","i18NLabel":"Calls","nameField":"subject","pluralLabel":"Calls","singularLabel":"Call","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Call","isDeptSpecific":true,"isMigratedModule":false,"id":"119027000044579005"},{"displayLabel":"Tasks","sanitizedName":"tasks","apiKey":"tasks","i18NLabel":"Tasks","nameField":"subject","pluralLabel":"Tasks","singularLabel":"Task","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Task","isDeptSpecific":true,"isMigratedModule":false,"id":"119027000000000171"},{"displayLabel":"Events","sanitizedName":"events","apiKey":"events","i18NLabel":"Events","nameField":"subject","pluralLabel":"Events","singularLabel":"Event","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Event","isDeptSpecific":true,"isMigratedModule":false,"id":"119027000044579068"},{"displayLabel":"Contacts","sanitizedName":"contacts","apiKey":"contacts","i18NLabel":"Contacts","nameField":"lastName","pluralLabel":"Contacts","singularLabel":"Contact","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Contact","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000000000161"},{"displayLabel":"Accounts","sanitizedName":"accounts","apiKey":"accounts","i18NLabel":"Accounts","nameField":"accountName","pluralLabel":"Accounts","singularLabel":"Account","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Account","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000000000159"},{"displayLabel":"Incidents","sanitizedName":"incidents","apiKey":"cm_cx_requests","i18NLabel":"Incidents","nameField":"cx_requestName","pluralLabel":"Incidents","singularLabel":"Incident","isCustomModule":true,"isEnabled":true,"singularI18NLabel":"Incident","isDeptSpecific":true,"isMigratedModule":true,"id":"119027000269861006"},{"displayLabel":"Contracts","sanitizedName":"contracts","apiKey":"contracts","i18NLabel":"Contracts","nameField":"contractName","pluralLabel":"Contracts","singularLabel":"Contract","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Contract","isDeptSpecific":true,"isMigratedModule":false,"id":"119027000000000183"},{"displayLabel":"Chat","sanitizedName":"chat","apiKey":"chat","i18NLabel":"Chat","nameField":"","pluralLabel":"Chat","singularLabel":"Chat","isCustomModule":false,"isEnabled":true,"singularI18NLabel":"Chat","isDeptSpecific":false,"isMigratedModule":false,"id":"119027000000032011"},{"displayLabel":"Enterprise\x20Customers","sanitizedName":"enterprise\x2Dcustomers","apiKey":"cm_complaints","i18NLabel":"Enterprise\x20Customers","nameField":"complaintName","pluralLabel":"Enterprise\x20Customers","singularLabel":"Requirements","isCustomModule":true,"isEnabled":true,"singularI18NLabel":"Requirements","isDeptSpecific":true,"isMigratedModule":true,"id":"119027000281903002"},{"displayLabel":"Migration\x20slots","sanitizedName":"migration\x2Dslots","apiKey":"cm_alerts","i18NLabel":"Migration\x20slots","nameField":"alertName","pluralLabel":"Migration\x20slots","singularLabel":"Migration\x20slot","isCustomModule":true,"isEnabled":true,"singularI18NLabel":"Migration\x20slot","isDeptSpecific":true,"isMigratedModule":true,"id":"119027000281679178"},{"displayLabel":"Priority_Committed\x20Items","sanitizedName":"prioritycommitted\x2Ditems","apiKey":"cm_custom_module","i18NLabel":"Priority_Committed\x20Items","nameField":"custom_moduleName","pluralLabel":"Priority_Committed\x20Items","singularLabel":"Priority\x20list","isCustomModule":true,"isEnabled":true,"singularI18NLabel":"Priority\x20list","isDeptSpecific":true,"isMigratedModule":true,"id":"119027000277607016"},{"displayLabel":"BETA\x20Features","sanitizedName":"beta\x2Dfeatures","apiKey":"cm_beta_features","i18NLabel":"BETA\x20Features","nameField":"beta_featureName","pluralLabel":"BETA\x20Features","singularLabel":"BETA\x20Feature","isCustomModule":true,"isEnabled":true,"singularI18NLabel":"BETA\x20Feature","isDeptSpecific":true,"isMigratedModule":true,"id":"119027000283464062"},{"displayLabel":"Bug\x20Milestones","sanitizedName":"bug\x2Dmilestones","apiKey":"cm_bug_milestones","i18NLabel":"Bug\x20Milestones","nameField":"milestone_nameName","pluralLabel":"Bug\x20Milestones","singularLabel":"Milestone\x20Name","isCustomModule":true,"isEnabled":true,"singularI18NLabel":"Milestone\x20Name","isDeptSpecific":false,"isMigratedModule":true,"id":"119027000341492006"},{"displayLabel":"Feature\x20Home","sanitizedName":"feature\x2Dhome","apiKey":"cm_feature_home","i18NLabel":"Feature\x20Home","nameField":"name","pluralLabel":"Feature\x20Home","singularLabel":"Feature","isCustomModule":true,"isEnabled":true,"singularI18NLabel":"Feature","isDeptSpecific":false,"isMigratedModule":true,"id":"119027000373039002"},{"displayLabel":"RACI","sanitizedName":"raci","apiKey":"cm_raci","i18NLabel":"RACI","nameField":"name","pluralLabel":"RACI","singularLabel":"RACI","isCustomModule":true,"isEnabled":true,"singularI18NLabel":"RACI","isDeptSpecific":true,"isMigratedModule":true,"id":"119027000375334002"},{"displayLabel":"Analytics","sanitizedName":"analytics","apiKey":"analytics","isEnabled":false,"i18NLabel":"Analytics","singularI18NLabel":"Analytics","nameField":"null","id":"119027000166559005","pluralLabel":"Analytics","singularLabel":"Analytics"},{"displayLabel":"Employees","sanitizedName":"employees","apiKey":"customers","isEnabled":false,"i18NLabel":"Employees","singularI18NLabel":"Customer","nameField":"null","id":"119027000166559008","pluralLabel":"Employees","singularLabel":"Customer"}]};var licenseType = {"expiryDate":"2040-12-12T00:00:00.000Z","profileMaxCount":"50","roleAllowed":true,"roleMaxCount":"250","fieldLevelAccessAllowed":true,"dataSharingRulesAllowed":true,"groupsAllowed":false,"groupsMaxCount":"0","smsaddOnAllowed":true,"bugIntegAllowed":true,"zticonfigAllowed":true,"ztimaxUsersCount":"0","teamsPerDepartment":"70","remainingDaysInTrial":"0","gracePeriodDate":"2040-12-27T00:00:00.000Z","showPaymentBanner":false,"cusotmerHappinessAllowed":true,"emailAddressMaxCount":"21","webFormsAllowed":true,"webFromMaxCount":"50","socialAllowed":true,"chatAllowed":true,"twilioAllowed":true,"goolgleAnalyticsAllowed":true,"rebrandAllowed":true,"deptAllowed":true,"deptMaxCount":"120","workFlowAllowed":true,"workFlowRuleMaxCount":"30","timeBasedActionllowed":true,"timeBasedActionMaxCount":"30","assignRuleAllowed":true,"assignRuleMaxCount":"30","macrosAllowed":true,"macrosMaxCount":"30","slaconfigAllowed":true,"slamaxCount":null,"businessHoursConfigAllowed":true,"contractAllowed":true,"cutomEmailTemplatesCreationAllowed":true,"profileAllowed":true,"licenseCode":"E2019","paymentsURL":"https://store.zoho.com/html/store/index.html#subscription?serviceId=4501&customId=31cb945c1b0e0e28b8d010eb471f524b&pricing_view=v3","reportsExportAllowed":true,"dashboardsAllowed":true,"dashboardComponentCount":"10","createReportAllowed":true,"createReportFolderAllowed":true,"createReportScheduleAllowed":true,"reportSchedulerCount":"100","createDashboardAllowed":true,"dashboardsCount":null,"creteDashboardFolderAllowed":true,"isGlobalReportsDashboardsAllowed":true,"teamFeedsAllowed":true,"ticketCollisionAllowed":true,"isAccountSLAAssociationAllowed":true,"isAccountsCFAllowed":true,"accountsCFCount":"237","isCallsCFAllowed":true,"callsCFCount":"197","isTicketsCFAllowed":true,"ticketsCFCount":"545","isContactsCFAllowed":true,"contactsCFCount":"237","isContractsCFAllowed":true,"isEventsCFAllowed":true,"eventsCFCount":"177","addResolutionAsKBAllowed":true,"contractsCFCount":"52","isLicenseGiven":true,"isDowngradedFromTrial":false,"formulaFieldCount":"10","contactAccountMultiMappingAllowed":true,"webhookCount":"15","multiLayoutTotalCount":"40","reportsCount":null,"isCustomModuleAllowed":true,"isMultiLayoutEnabled":true,"scheduleReplyAllowed":true,"callsNestedValMaxLimit":"500","crmIntegAllowed":true,"tagsAllowed":true,"tagsCount":"50","followerAllowed":true,"mergeAllowed":true,"ticketSplitAllowed":true,"ticketTimelineAllowed":true,"timeEntryAllowed":true,"approvalsAllowed":true,"ticketSharingAllowed":true,"ticketHistoryAllowed":true,"ticketCloneAllowed":true,"callsAllowed":true,"eventsAllowed":true,"tasksAllowed":true,"deduplicationAllowed":true,"productsAllowed":true,"inTrial":false,"pinnedConversationAllowed":true,"customViewAllowed":true,"queueViewAllowed":true,"agentQueueViewAllowed":true,"communityForums":true,"reviewTicketReplies":true,"ticketTemplateAllowed":true,"secondaryContactsAllowed":true,"sendAsEmailAllowed":true,"bulkUpdateAllowed":true,"isDependencyMappingAllowed":true,"isLayoutRulesAllowed":true,"isCustomButtonAllowed":true,"customButtonCount":"50","isValidationRulesAllowed":true,"massInviteContactsAsEndUserAllowed":true,"reportsAllowed":true,"reportsAnalyticsAllowed":true,"timeTrackingAllowed":true,"billingPreferenceAllowed":true,"manualTimeTrackingAllowed":true,"autoTimeTrackingAllowed":true,"activityTimeTracker":true,"customerHappinessRatingAllowed":true,"articlesSuggestion":true,"teamsAllowed":true,"accountInsightsAllowed":true,"contactInsightsAllowed":true,"tableViewAllowed":true,"agentAllowed":true,"agentMaxCount":"600","lightAgentMaxCount":"50","supportAddon":"Enterprise Support","supportAddonDisplayName":"Enterprise Support","isSearchFacetAllowed":true,"isSnippetAllowed":true,"isSkillFeatureAllowed":true,"isManagerDashboardAllowed":true,"attachmentRestrictionAllowed":true,"isMassCommentAllowed":true,"isBlueprintAllowed":true,"isZiaAllowed":true,"isZiaGptAllowed":true,"attachmentMaxSize":"40","customModuleMaxLimit":"10","webhookTotalCount":"20","isWebhookAllowed":true,"accountsNestedMaxField":"5","accountsNestedValMaxLimit":"500","callsNestedMaxField":"5","ticketsNestedMaxField":"5","ticketsNestedValMaxLimit":"1500","contactsNestedMaxField":"5","contactsNestedValMaxLimit":"500","contractsNestedMaxField":"5","contractsNestedValMaxLimit":"500","eventsNestedMaxField":"5","eventsNestedValMaxLimit":"500","productsNestedMaxField":"5","productsNestedValMaxLimit":"500","tasksNestedMaxField":"5","tasksNestedValMaxLimit":"500","timeEntryNestedMaxField":"5","timeEntryNestedValMaxLimit":"500","agentsNestedMaxField":"5","agentsNestedValMaxLimit":"500","customModuleNestedMaxField":"5","customModuleNestedValMaxLimit":"500","threadsNestedMaxField":"5","threadsNestedValMaxLimit":"500","departmentsNestedMaxField":"5","departmentsNestedValMaxLimit":"500","messagesNestedMaxField":"5","messagesNestedValMaxLimit":"500","isMassReplyAllowed":true,"isMultiLingualAllowed":true,"isRevokeBlueprintAllowed":true,"isProductsCFAllowed":true,"productsCFCount":"237","isTasksCFAllowed":true,"tasksCFCount":"237","isTimeEntryCFAllowed":true,"timeEntryCFCount":"52","isMultiLayoutAllowed":true,"multiLayoutCount":"20","isFormulaFieldAllowed":true,"licenseType":"ENTERPRISE"};var trialExpiryInfo = {"isTrialExpiryNotificationNeeded":false};var adminDetails = {};var isNoActiveDepartmentError = false;var starredViewAllowedCount= 15;var lastAccess = {views:{"sanitizedName":"all\x2Dcases","module":"tickets","name":"All\x20Cases","id":"119027000000007523"},queue:{"119027000010195065":"duedate"},tag:{"ticketCount":"0","name":"local_static_slowness","tagType":"MANUAL","id":"119027000209631198"},teams:null};var replaceUrl = "\x2Fzohodeskteam\x2Fdevops\x2Frequests\x2Flist\x2Fall\x2Dcases";var isPrintOrShowOriginal=false;var companyLogoURL='/api/v1/organizations/66423952/logo?no-cache=1742812007771&fileSize=THUMBNAIL';var isLoadedUnderZOUnifiedUI=false;var isDebugModeEnabled=false;var isReplaceURLChanged=null; var reactDisabledUsersCount=0;var userTimeZone="Asia/Kolkata";var errorObject=null;var translatedValues={};var requestFlags={"Internal_Portal":false,"Feeds":true,"User_Activation_Enabled_For_Supported_Browsers":false,"UserPresence_PubSub_Enabled":true,"Instant_Messaging_Channel_Automations":true,"Instant_Messaging_BusinessMessenger":true,"MessageModule":true,"isSupportPlanEnabled":true,"isContractAsProperModuleEnabled":true,"scheduledReply":true,"instantTicketDetailViewLoading":true,"showFeedsUI":true,"isAgentSpecificThresholdEnabled":false,"isImmediateAssignmentEnabled":false,"isNewSignUpTicketIdRestrictionEnabled":false,"isEncryptionPhaseIIIFieldEnabled":false,"isCustomerHappinessLocalizationEnabled":false,"ZBundle_Presence_Enabled":true,"Instant_Messaging_WhatsApp_Templates":true,"Is_Lookup_Field_Enabled":true,"Instant_Messaging_AnswerBot":false,"Instant_Messaging_ChatRouting":false,"Instant_Messaging_Templates_Multi_Lingual":false,"Instant_Messaging_AI":false,"thirtyMinuteOnceSchAllowed":false,"isAuditLogDetailViewReadEnabled":true,"watchFieldsAllowed":false,"last2YearsAllowedInReports":false,"newUIImport":true,"flowWidgetUnification":false,"hideDueDate":false,"tableViewContactsAndAccounts":true,"tableViewActivitiesAndSubmodules":true,"pinnedConversations":true,"TicketMergeDescription":false,"isHCUserAuthenticationEnabled":false,"darkModeCTEnhancement":false,"accountsContactsBulkAction":false,"isMassCommentEnabled":true,"isDefaultProjectSelectionEnabledForFilingBug":true,"isTicketsSavedFilterEnabled":false,"isContactsSavedFilterEnabled":false,"isAccountsSavedFilterEnabled":false,"isCallsSavedFilterEnabled":false,"isTasksSavedFilterEnabled":false,"isEventsSavedFilterEnabled":false,"isContractsSavedFilterEnabled":false,"isZiaNewUIEnabled":false,"isNLPZiaSearchEnabled":false,"All_Department_View":true,"AllDepCvCreation":true,"isDevEnvironmentEnable":true,"isCustomButtonEnabled":false,"isAttachmentRestrictionEnabled":true,"isInlineAttachmentNewFlowEnabled":false,"isGoogleOAuthFromAddressEnabled":true,"kbBot":true,"kbDocs":true,"kbPublicComments":true,"kbCommentConvertAsTicket":false,"kbCommentAttachments":true,"kbMultipleCategoriesInMultiBrandHC":true,"kbCloudAttachment":true,"manageKB":true,"Instant_Messaging_New_Whatsapp_Customer":false,"Instant_Messaging_Licensing_Migration":true,"IdleTime_Config_Enabled":false,"User_Activation_Enabled_For_All_Browsers":true,"Multilingual":true,"kbAssociateDepartmentsValidation":false,"Asap_web_helper":false,"Game_Release":true,"MP_ProfilePermission":true,"Extension_Recommendation":true,"MP_Stats":true,"MP_Onboarding":true,"Badgification":true,"Themes":false,"DeskReportIntegration":false,"Market_Place":true,"Portal_Market_Place":false,"Load_pbapi_platform_js":false,"Category_Decoupling":false,"Is_Custom_Module_Enabled":true,"newUIGC":false,"Is_Parent_Child_Ticketing_Enabled":true,"IMEfcVersion":"v1.174","Instant_Messaging_Dashboards":true,"isContactFieldEncryptionEnabled":false,"isTicketFieldEncryptionEnabled":false,"isMassActionEnabled":true,"StrictModeType_Config_Enabled":true,"DynamicTransOwner_Config_Enabled":true,"isTagsInBPDuringActionEnabled":true,"isTicketSharingAsBPDuringActionEnabled":true,"isWidgetsInBPDuringActionEnabled":true,"liveCountOnViewClick":false,"isCollisionKeyChangesEnabledForApp":true,"Is_Formula_Field_Enabled":true,"isLayoutNewFlowEnabled":true,"Is_Department_Level_Field_Enabled":false,"isNewUIExport":false,"isOldUIExport":false,"isAuditLogEnabled":true,"isThreadsListEnabledForOrg":false};</script>
559
+ <script nonce="b466d0908d1f02291c362cfa70963a78">
560
+ if (userInfo) {
561
+ document.documentElement.lang = userInfo.langCode.split('_')[0];
562
+ }
563
+ </script>
564
+ <script nonce="b466d0908d1f02291c362cfa70963a78">
565
+ if ('serviceWorker' in navigator) {
566
+ let swUrl = '/agent/_sw-v3.js';
567
+ const searchParams = new URLSearchParams(window.location.search);
568
+ const isDevelopment = searchParams.get('devURL') !== null;
569
+ if (isDevelopment && desk_urls.staticDomain) {
570
+ swUrl += `?devURL=${desk_urls.staticDomain}`;
571
+ }
572
+ navigator.serviceWorker
573
+ .register(swUrl)
574
+ .then((serviceWorker) => {
575
+ console.log('service worker registration successful');
576
+ serviceWorker.addEventListener('updatefound', (event) => {
577
+ console.log('New Service Worker Found');
578
+ });
579
+ })
580
+ .catch((err) => {
581
+ console.error('service worker registration failed');
582
+ });
583
+ } else {
584
+ console.log('service worker unavailable');
585
+ }
586
+ //NOTE: this is for i18n variable
587
+ window.userLangCode = 'en_US';
588
+ window.nonce = 'b466d0908d1f02291c362cfa70963a78';
589
+ window.i18n = {};
590
+ window.loadI18nChunk = function (obj) {
591
+ window.i18n = Object.assign(window.i18n, obj);
592
+ };
593
+ </script>
594
+ <script src="//static.zohocdn.com/desk/agent//i18n-chunk/en_US/vendor.44bee23893a3e317998b.i18n.js" async nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent//i18n-chunk/en_US/react.vendor.ada65d5fc3cf55db1fa8.i18n.js" async nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent//i18n-chunk/en_US/main.84cafc3f20c2c24f7a4b.i18n.js" defer nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent/js/./runtime~main.ca0a1c58119ae52cd4ec_.js" async nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent/js/vendor.44bee23893a3e317998b_.js" async nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent/js/react.vendor.ada65d5fc3cf55db1fa8_.js" async nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent/js/icons.1ce93c7874c4e97e08d3_.js" async nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent/js/layout.6c4c771fe21104fc8093_.js" async nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent/js/components.bdf5ff14cfe303ba5e88_.js" async nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent/js/dot.2217123bf5de5dcc6bf3_.js" async nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent/js/desk-components.c4df864a026eb64772ca_.js" async nonce="b466d0908d1f02291c362cfa70963a78"></script><script src="//static.zohocdn.com/desk/agent/js/main.84cafc3f20c2c24f7a4b_.js" defer nonce="b466d0908d1f02291c362cfa70963a78"></script>
595
+ <!-- {{--streamed-initial-data}} -->
596
+ </body>
597
+ </html>
598
+ <!-- DON'T BREAK LINE -->
599
+ <!--I18nInfoToServer{en_US:"data:,"}I18nInfoToServer-->
600
+