@digital-realty/ix-widget 1.0.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 (58) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +30 -0
  3. package/dist/IxWidget.d.ts +6 -0
  4. package/dist/IxWidget.js +85 -0
  5. package/dist/IxWidget.js.map +1 -0
  6. package/dist/assets/columns.d.ts +5 -0
  7. package/dist/assets/columns.js +45 -0
  8. package/dist/assets/columns.js.map +1 -0
  9. package/dist/assets/contacts.d.ts +17 -0
  10. package/dist/assets/contacts.js +88 -0
  11. package/dist/assets/contacts.js.map +1 -0
  12. package/dist/assets/data.d.ts +2243 -0
  13. package/dist/assets/data.js +2354 -0
  14. package/dist/assets/data.js.map +1 -0
  15. package/dist/assets/iconset.d.ts +16 -0
  16. package/dist/assets/iconset.js +18 -0
  17. package/dist/assets/iconset.js.map +1 -0
  18. package/dist/index.d.ts +1 -0
  19. package/dist/index.js +2 -0
  20. package/dist/index.js.map +1 -0
  21. package/dist/ix-action-list.d.ts +8 -0
  22. package/dist/ix-action-list.js +108 -0
  23. package/dist/ix-action-list.js.map +1 -0
  24. package/dist/ix-contacts.d.ts +9 -0
  25. package/dist/ix-contacts.js +137 -0
  26. package/dist/ix-contacts.js.map +1 -0
  27. package/dist/ix-info-card.d.ts +10 -0
  28. package/dist/ix-info-card.js +164 -0
  29. package/dist/ix-info-card.js.map +1 -0
  30. package/dist/ix-launchpad.d.ts +14 -0
  31. package/dist/ix-launchpad.js +188 -0
  32. package/dist/ix-launchpad.js.map +1 -0
  33. package/dist/ix-nav-item.d.ts +8 -0
  34. package/dist/ix-nav-item.js +98 -0
  35. package/dist/ix-nav-item.js.map +1 -0
  36. package/dist/ix-nav-list.d.ts +8 -0
  37. package/dist/ix-nav-list.js +44 -0
  38. package/dist/ix-nav-list.js.map +1 -0
  39. package/dist/ix-news-feed.d.ts +9 -0
  40. package/dist/ix-news-feed.js +243 -0
  41. package/dist/ix-news-feed.js.map +1 -0
  42. package/dist/ix-status-counter-group.d.ts +8 -0
  43. package/dist/ix-status-counter-group.js +115 -0
  44. package/dist/ix-status-counter-group.js.map +1 -0
  45. package/dist/ix-status-counter.d.ts +12 -0
  46. package/dist/ix-status-counter.js +163 -0
  47. package/dist/ix-status-counter.js.map +1 -0
  48. package/dist/ix-table-data.d.ts +12 -0
  49. package/dist/ix-table-data.js +99 -0
  50. package/dist/ix-table-data.js.map +1 -0
  51. package/dist/ix-widget.d.ts +1 -0
  52. package/dist/ix-widget.js +3 -0
  53. package/dist/ix-widget.js.map +1 -0
  54. package/dist/ix-widget.min.js +1 -0
  55. package/dist/styles/launchpad-styles.d.ts +1 -0
  56. package/dist/styles/launchpad-styles.js +221 -0
  57. package/dist/styles/launchpad-styles.js.map +1 -0
  58. package/package.json +128 -0
@@ -0,0 +1,2243 @@
1
+ export declare const statusData: {
2
+ value: number;
3
+ header: string;
4
+ icon: string;
5
+ }[];
6
+ export declare const pageProps: {
7
+ pageProps: {
8
+ contactInfo: {
9
+ id: number;
10
+ attributes: {
11
+ phoneNumbers: string;
12
+ email: string;
13
+ createdAt: string;
14
+ updatedAt: string;
15
+ publishedAt: string;
16
+ };
17
+ };
18
+ whatsNews: ({
19
+ id: number;
20
+ abstract: string;
21
+ behavior: string;
22
+ topics: {
23
+ code: string;
24
+ icon: string;
25
+ id: number;
26
+ name: string;
27
+ }[];
28
+ thumbnail: {
29
+ url: string;
30
+ alternativeText: string;
31
+ };
32
+ video: null;
33
+ category: {
34
+ icon: string;
35
+ image: {
36
+ url: string;
37
+ alternativeText: string;
38
+ };
39
+ showSortBy: boolean;
40
+ showFilterByTopic: boolean;
41
+ subtitle: string;
42
+ title: string;
43
+ uid: string;
44
+ };
45
+ dateAdded: string;
46
+ documents: {
47
+ id: number;
48
+ url: string;
49
+ name: string;
50
+ }[];
51
+ duration: null;
52
+ featured: boolean;
53
+ text: null;
54
+ title: string;
55
+ uid: string;
56
+ } | {
57
+ id: number;
58
+ abstract: null;
59
+ behavior: string;
60
+ topics: {
61
+ code: string;
62
+ icon: string;
63
+ id: number;
64
+ name: string;
65
+ }[];
66
+ thumbnail: {
67
+ url: string;
68
+ alternativeText: string;
69
+ };
70
+ video: null;
71
+ category: {
72
+ icon: string;
73
+ image: {
74
+ url: string;
75
+ alternativeText: string;
76
+ };
77
+ showSortBy: boolean;
78
+ showFilterByTopic: boolean;
79
+ subtitle: string;
80
+ title: string;
81
+ uid: string;
82
+ };
83
+ dateAdded: string;
84
+ documents: {
85
+ id: number;
86
+ url: string;
87
+ name: string;
88
+ }[];
89
+ duration: null;
90
+ featured: boolean;
91
+ text: null;
92
+ title: string;
93
+ uid: string;
94
+ })[];
95
+ resources: {
96
+ id: number;
97
+ abstract: null;
98
+ behavior: string;
99
+ topics: {
100
+ code: string;
101
+ icon: string;
102
+ id: number;
103
+ name: string;
104
+ }[];
105
+ thumbnail: {
106
+ url: string;
107
+ alternativeText: string;
108
+ };
109
+ video: {
110
+ url: string;
111
+ };
112
+ category: {
113
+ icon: string;
114
+ image: {
115
+ url: string;
116
+ alternativeText: string;
117
+ };
118
+ showSortBy: boolean;
119
+ showFilterByTopic: boolean;
120
+ subtitle: string;
121
+ title: string;
122
+ uid: string;
123
+ };
124
+ dateAdded: string;
125
+ documents: null;
126
+ duration: null;
127
+ featured: boolean;
128
+ text: string;
129
+ title: string;
130
+ uid: string;
131
+ }[];
132
+ newsAndPromotions: ({
133
+ id: number;
134
+ abstract: string;
135
+ behavior: string;
136
+ topics: {
137
+ code: string;
138
+ icon: string;
139
+ id: number;
140
+ name: string;
141
+ }[];
142
+ thumbnail: {
143
+ url: string;
144
+ alternativeText: string;
145
+ };
146
+ video: null;
147
+ category: {
148
+ icon: string;
149
+ image: {
150
+ url: string;
151
+ alternativeText: string;
152
+ };
153
+ showSortBy: boolean;
154
+ showFilterByTopic: boolean;
155
+ subtitle: string;
156
+ title: string;
157
+ uid: string;
158
+ };
159
+ dateAdded: null;
160
+ documents: null;
161
+ duration: null;
162
+ featured: boolean;
163
+ text: string;
164
+ title: string;
165
+ uid: string;
166
+ } | {
167
+ id: number;
168
+ abstract: null;
169
+ behavior: string;
170
+ topics: {
171
+ code: string;
172
+ icon: string;
173
+ id: number;
174
+ name: string;
175
+ }[];
176
+ thumbnail: {
177
+ url: string;
178
+ alternativeText: string;
179
+ };
180
+ video: null;
181
+ category: {
182
+ icon: string;
183
+ image: {
184
+ url: string;
185
+ alternativeText: string;
186
+ };
187
+ showSortBy: boolean;
188
+ showFilterByTopic: boolean;
189
+ subtitle: string;
190
+ title: string;
191
+ uid: string;
192
+ };
193
+ dateAdded: string;
194
+ documents: null;
195
+ duration: null;
196
+ featured: boolean;
197
+ text: string;
198
+ title: string;
199
+ uid: string;
200
+ })[];
201
+ welcomeVideo: {
202
+ id: number;
203
+ abstract: null;
204
+ behavior: null;
205
+ topics: null;
206
+ thumbnail: {
207
+ url: string;
208
+ alternativeText: string;
209
+ };
210
+ video: {
211
+ url: string;
212
+ };
213
+ category: null;
214
+ dateAdded: string;
215
+ documents: null;
216
+ duration: null;
217
+ featured: boolean;
218
+ text: string;
219
+ title: string;
220
+ uid: string;
221
+ };
222
+ release: null;
223
+ _nextI18Next: {
224
+ initialI18nStore: {
225
+ en: {
226
+ 'add-new-user': {
227
+ title: string;
228
+ information: string;
229
+ details: string;
230
+ accounts: string;
231
+ 'accounts-information': string;
232
+ roles: string;
233
+ 'roles-information': string;
234
+ 'asset-access': string;
235
+ 'asset-disclaimer': string;
236
+ hide: string;
237
+ firstName: string;
238
+ lastName: string;
239
+ email: string;
240
+ phone: string;
241
+ company: string;
242
+ position: string;
243
+ 'search-placeholder': string;
244
+ 'access-all-assets': string;
245
+ 'is-correct': string;
246
+ 'confirm-disclaimer': string;
247
+ submit: string;
248
+ 'user-details': string;
249
+ 'user-name': string;
250
+ 'select-position': string;
251
+ credentials: string;
252
+ role: string;
253
+ duration: string;
254
+ 'access-permission': string;
255
+ attachments: string;
256
+ 'success-message-title': string;
257
+ 'success-message-body': string;
258
+ 'view-users-button': string;
259
+ 'back-to-users-button': string;
260
+ 'date-format': string;
261
+ 'permission-dialog': {
262
+ 'view-permission': string;
263
+ permissions: string;
264
+ dismiss: string;
265
+ };
266
+ 'remove-role-dialog': {
267
+ cancel: string;
268
+ 'remove-role': string;
269
+ title: string;
270
+ details: string;
271
+ };
272
+ 'add-role-dialog': {
273
+ cancel: string;
274
+ 'add-role': string;
275
+ title: string;
276
+ role: string;
277
+ };
278
+ 'user-already-exist-dialog': {
279
+ cancel: string;
280
+ dismiss: string;
281
+ title: {
282
+ 'current-account': string;
283
+ 'other-account': string;
284
+ };
285
+ continue: {
286
+ 'current-account': string;
287
+ 'other-account': string;
288
+ };
289
+ };
290
+ 'on-behalf-of': {
291
+ subtitle: string;
292
+ 'aria-label': string;
293
+ label: string;
294
+ attachments: string;
295
+ options: {
296
+ NO_USER_PERM: string;
297
+ NEW_CUSTOMER: string;
298
+ };
299
+ caption: string;
300
+ created: string;
301
+ 'created-name': string;
302
+ 'created-email': string;
303
+ };
304
+ };
305
+ 'api-error': {
306
+ 'api-error': string;
307
+ USER_EXISTS: string;
308
+ };
309
+ auth: {
310
+ 'idle-user-dialog': {
311
+ title: string;
312
+ message: string;
313
+ 'logout-now-button': string;
314
+ 'keep-me-signed-in-button': string;
315
+ };
316
+ 'session-timeout': {
317
+ message: string;
318
+ button: string;
319
+ };
320
+ 'customer-service': {
321
+ title: string;
322
+ australia: string;
323
+ europe: string;
324
+ 'hong-kong': string;
325
+ japan: {
326
+ title: string;
327
+ english: string;
328
+ japanese: string;
329
+ };
330
+ singapore: string;
331
+ 'north-america': string;
332
+ };
333
+ policies: {
334
+ acceptable: string;
335
+ privacy: string;
336
+ };
337
+ 'no-access': {
338
+ title: string;
339
+ message: string;
340
+ };
341
+ 'generic-login-error': {
342
+ message: string;
343
+ };
344
+ };
345
+ common: {
346
+ '404': {
347
+ title: string;
348
+ detail: string;
349
+ button: string;
350
+ };
351
+ approve: string;
352
+ approved: string;
353
+ copy: string;
354
+ deny: string;
355
+ denied: string;
356
+ expand: string;
357
+ 'approve-all': string;
358
+ 'deny-all': string;
359
+ retry: string;
360
+ start: string;
361
+ yes: string;
362
+ no: string;
363
+ and: string;
364
+ 'error-title': string;
365
+ 'error-message': string;
366
+ 'enhanced-error-message': string;
367
+ 'error-api': string;
368
+ hide: string;
369
+ 'edit-details': string;
370
+ back: string;
371
+ 'go-back': string;
372
+ forward: string;
373
+ close: string;
374
+ next: string;
375
+ cancel: string;
376
+ submit: string;
377
+ dismiss: string;
378
+ 'sort-by': string;
379
+ save: string;
380
+ 'save-changes': string;
381
+ 'changes-saved': string;
382
+ 'changes-not-saved': string;
383
+ 'try-again': string;
384
+ 'request-error-message': string;
385
+ search: string;
386
+ 'close-button': string;
387
+ 'open-button': string;
388
+ loading: string;
389
+ 'app-loading': string;
390
+ 'redirect-soon': string;
391
+ auth: {
392
+ completed: string;
393
+ 'signing-in': string;
394
+ 'signing-out': string;
395
+ unauthorized: string;
396
+ };
397
+ dropzone: {
398
+ attachments: string;
399
+ label: string;
400
+ 'created-by-on-time': string;
401
+ 'files-too-large': string;
402
+ 'max-size-label': string;
403
+ };
404
+ draft: {
405
+ disclaimer: string;
406
+ 'create-user-title': string;
407
+ 'create-ticket-title': string;
408
+ };
409
+ 'cancel-dialog': {
410
+ title: string;
411
+ text: string;
412
+ dismiss: string;
413
+ cancel: {
414
+ 'add-user': string;
415
+ 'create-ticket': string;
416
+ };
417
+ 'cancel-ticket-creation': {
418
+ title: string;
419
+ yes: string;
420
+ no: string;
421
+ };
422
+ };
423
+ tickets: {
424
+ 'assets-counter': string;
425
+ 'select-assets': string;
426
+ 'select-all': string;
427
+ 'assets-search-placeholder': string;
428
+ 'no-assets-description': string;
429
+ 'asset-item': string;
430
+ 'view-ticket': string;
431
+ };
432
+ 'view-all': string;
433
+ 'view-attachment-button': string;
434
+ 'download-attachment-button': string;
435
+ 'hide-button': string;
436
+ 'close-buton': string;
437
+ 'previous-button': string;
438
+ 'next-button': string;
439
+ active: string;
440
+ 'notifications-button': string;
441
+ 'expand-navbar-button': string;
442
+ 'search-field': string;
443
+ 'search-icon': string;
444
+ 'search-button': string;
445
+ phone: string;
446
+ email: string;
447
+ 'datagrid-no-rows': string;
448
+ 'no-attachments': string;
449
+ account_one: string;
450
+ account_other: string;
451
+ role_one: string;
452
+ role_other: string;
453
+ 'last-update': string;
454
+ 'no-comments': string;
455
+ option_one: string;
456
+ option_other: string;
457
+ from: string;
458
+ to: string;
459
+ 'email-helper-text': string;
460
+ 'master-account': string;
461
+ 'master-account-label': string;
462
+ 'unsaved-changes-title': string;
463
+ 'unsaved-changes-message': string;
464
+ more: string;
465
+ 'not-implemented': string;
466
+ logout: string;
467
+ refresh: string;
468
+ 'record-version': {
469
+ 'record-has-been-updated': string;
470
+ 'refresh-page': string;
471
+ };
472
+ 'view-list': string;
473
+ };
474
+ cookies: {
475
+ banner: {
476
+ buttons: {
477
+ accept: string;
478
+ decline: string;
479
+ };
480
+ disclaimer: {
481
+ start: string;
482
+ end: string;
483
+ };
484
+ title: string;
485
+ };
486
+ 'cookies-policy': string;
487
+ dialog: {
488
+ 'accept-question': string;
489
+ buttons: {
490
+ dismiss: string;
491
+ save: string;
492
+ };
493
+ disclaimer: {
494
+ start: string;
495
+ end: string;
496
+ };
497
+ options: {
498
+ accept: string;
499
+ decline: string;
500
+ };
501
+ title: string;
502
+ };
503
+ policy: {
504
+ cookieList: {
505
+ columns: {
506
+ lifespan: string;
507
+ name: string;
508
+ subgroupName: string;
509
+ used: string;
510
+ };
511
+ firstParty: string;
512
+ lifespan: {
513
+ oneYear: string;
514
+ twoYear: string;
515
+ };
516
+ performance: {
517
+ text: string;
518
+ title: string;
519
+ };
520
+ title: string;
521
+ };
522
+ cookiesWeUse: {
523
+ text1: string;
524
+ text2: string;
525
+ text3: string;
526
+ text4: string;
527
+ title: string;
528
+ };
529
+ preamble: {
530
+ privacyLinkText: string;
531
+ text: string;
532
+ title: string;
533
+ };
534
+ revisionDate: string;
535
+ revisionDateValue: string;
536
+ whatAreCookies: {
537
+ text: string;
538
+ title: string;
539
+ };
540
+ };
541
+ title: string;
542
+ };
543
+ 'create-ticket': {
544
+ title: string;
545
+ information: string;
546
+ details: string;
547
+ hide: string;
548
+ submit: string;
549
+ 'back-button-label': string;
550
+ 'view-button-label': string;
551
+ 'ticket-created-title': string;
552
+ 'ticket-created-title_plural': string;
553
+ 'ticket-created-message-start': string;
554
+ 'ticket-created-message-start_plural': string;
555
+ 'ticket-created-message-end': string;
556
+ 'ticket-created-message-end_plural': string;
557
+ 'ticket-pending-message-end': string;
558
+ 'ticket-pending-title': string;
559
+ required: string;
560
+ 'ticket-number-title': string;
561
+ assets: string;
562
+ 'ticket-not-created-title': string;
563
+ 'ticket-not-created-title_plural': string;
564
+ 'ticket-not-created-error-message': string;
565
+ 'type-selection': {
566
+ 'create-ticket': string;
567
+ cs: {
568
+ title: string;
569
+ details: string;
570
+ };
571
+ rh: {
572
+ title: string;
573
+ details: string;
574
+ };
575
+ sr: {
576
+ title: string;
577
+ details: string;
578
+ 'success-message-warning': string;
579
+ };
580
+ fa: {
581
+ title: string;
582
+ details: string;
583
+ };
584
+ };
585
+ 'ticket-details': {
586
+ subtitle: string;
587
+ details: string;
588
+ };
589
+ 'client-services': {
590
+ title: string;
591
+ 'title-edit': string;
592
+ 'ticket-details': {
593
+ title: string;
594
+ category: string;
595
+ requestType: string;
596
+ site: string;
597
+ description: string;
598
+ customerReference: string;
599
+ notificationRecipients: string;
600
+ locations: string;
601
+ sites: string;
602
+ sitesLocations: string;
603
+ 'letter-of-authorization-message': string;
604
+ 'loa-required-error': string;
605
+ };
606
+ };
607
+ 'shipping-receiving': {
608
+ title: string;
609
+ 'title-edit': string;
610
+ 'ticket-details': {
611
+ title: string;
612
+ courier: string;
613
+ courierName: string;
614
+ packageCount: string;
615
+ trackingNumber: string;
616
+ estimatedDeliveryDate: string;
617
+ shippingParty: string;
618
+ site: string;
619
+ isLoadingBayRequired: string;
620
+ remoteHandsNeeded: string;
621
+ 'remoteHandsNeeded-short': string;
622
+ description: string;
623
+ specialInstructions: string;
624
+ customerReference: string;
625
+ notificationRecipients: string;
626
+ };
627
+ };
628
+ 'remote-hands': {
629
+ title: string;
630
+ 'title-edit': string;
631
+ 'ticket-details': {
632
+ title: string;
633
+ detailedInstruction: string;
634
+ requestType: string;
635
+ category: string;
636
+ customerReference: string;
637
+ referenceTicket: string;
638
+ site: string;
639
+ sites: string;
640
+ locations: string;
641
+ notificationRecipients: string;
642
+ estimatedDeliveryDate: string;
643
+ isLoadingBayRequired: string;
644
+ 'remoteHandsNeeded-short': string;
645
+ specialInstructions: string;
646
+ courierName: string;
647
+ courier: string;
648
+ description: string;
649
+ packageCount: string;
650
+ trackingNumber: string;
651
+ };
652
+ };
653
+ 'facility-access': {
654
+ title: string;
655
+ 'title-edit': string;
656
+ subtitle: string;
657
+ 'select-category': string;
658
+ category: string;
659
+ 'request-type': string;
660
+ 'search-by-name-or-email': string;
661
+ 'ticket-details': {
662
+ requestType: string;
663
+ category: string;
664
+ endDate: string;
665
+ startDate: string;
666
+ terminateAllAccess: string;
667
+ notificationRecipients: string;
668
+ site: string;
669
+ 'sites-title': string;
670
+ 'notifications-and-attachments': string;
671
+ 'remove-site-button': string;
672
+ 'visitor-details': string;
673
+ visitorType: {
674
+ title: string;
675
+ escorted: string;
676
+ unescorted: string;
677
+ };
678
+ 'visitor-badge': string;
679
+ 'standard-visitor-badge': string;
680
+ 'extended-visitor-badge': string;
681
+ escortFirstName: string;
682
+ escortLastName: string;
683
+ visitorHost: string;
684
+ firstName: string;
685
+ lastName: string;
686
+ hostCompany: string;
687
+ requestedAccessDetails: string;
688
+ sitesLocations: string;
689
+ customerReference: string;
690
+ serviceImpacted: string;
691
+ serviceImpactedDescription: string;
692
+ description: string;
693
+ 'attached-file': string;
694
+ hasAttachment: string;
695
+ representingCompany: string;
696
+ notes: string;
697
+ };
698
+ 'visitor-access': {
699
+ title: string;
700
+ caption: string;
701
+ };
702
+ 'permanent-badge': {
703
+ title: string;
704
+ caption: string;
705
+ category: {
706
+ '1': string;
707
+ '2': string;
708
+ };
709
+ 'requested-access-details': string;
710
+ 'contact-details': string;
711
+ 'notifications-attachments': string;
712
+ attachments: string;
713
+ 'email-notifications-label': string;
714
+ 'start-date': string;
715
+ 'start-date-short': string;
716
+ 'end-date': string;
717
+ 'end-date-short': string;
718
+ 'start-time': string;
719
+ 'end-time': string;
720
+ };
721
+ 'osp-access': {
722
+ title: string;
723
+ 'new-osp-access': string;
724
+ terms: {
725
+ title: string;
726
+ 'accept-label': string;
727
+ first: {
728
+ description: string;
729
+ 'first-sub-topic': string;
730
+ 'second-sub-topic': string;
731
+ disclaimer: string;
732
+ };
733
+ second: {
734
+ description: string;
735
+ };
736
+ third: {
737
+ description: string;
738
+ };
739
+ fourth: {
740
+ description: string;
741
+ };
742
+ fifth: {
743
+ description: string;
744
+ };
745
+ sixth: {
746
+ description: string;
747
+ };
748
+ seventh: {
749
+ description: string;
750
+ };
751
+ };
752
+ details: {
753
+ 'visitor-details': string;
754
+ 'add-contact': string;
755
+ 'edit-contact': string;
756
+ 'visitor-type': {
757
+ title: string;
758
+ escorted: string;
759
+ unescorted: string;
760
+ };
761
+ 'escort-first-name': string;
762
+ 'escort-last-name': string;
763
+ 'visitor-host': string;
764
+ 'first-name': string;
765
+ 'last-name': string;
766
+ 'host-company': string;
767
+ 'request-access-details': string;
768
+ 'add-site-locations': string;
769
+ 'edit-site-locations': string;
770
+ 'customer-external-reference': string;
771
+ 'service-impacted': string;
772
+ 'service-impacted-description': string;
773
+ description: string;
774
+ 'notifications-attachments': string;
775
+ 'email-notifications': string;
776
+ 'email-address': string;
777
+ 'phone-number': string;
778
+ company: string;
779
+ 'contact-type': string;
780
+ 'save-new-contact': string;
781
+ site: string;
782
+ locations: string;
783
+ 'select-all': string;
784
+ 'save-site-locations': string;
785
+ 'start-date': string;
786
+ 'end-date': string;
787
+ 'start-time': string;
788
+ 'end-time': string;
789
+ sitesLocations: string;
790
+ 'locations-at': string;
791
+ };
792
+ };
793
+ 'pop-poe-access': {
794
+ title: string;
795
+ 'visitor-details': string;
796
+ 'access-details': string;
797
+ 'site-locations': string;
798
+ notifications: string;
799
+ 'add-visitor': string;
800
+ 'remove-visitor': string;
801
+ 'add-site': string;
802
+ 'remove-site': string;
803
+ attachments: string;
804
+ 'email-notifications-label': string;
805
+ visitors: string;
806
+ 'visitor-type': {
807
+ title: string;
808
+ escorted: string;
809
+ unescorted: string;
810
+ };
811
+ 'visitor-host': string;
812
+ 'first-name': string;
813
+ 'last-name': string;
814
+ 'email-address': string;
815
+ 'phone-number': string;
816
+ company: string;
817
+ 'contact-type': {
818
+ title: string;
819
+ visitor: string;
820
+ contractor: string;
821
+ };
822
+ 'host-company': string;
823
+ 'host-first-name': string;
824
+ 'host-last-name': string;
825
+ 'escort-first-name': string;
826
+ 'escort-last-name': string;
827
+ 'add-circuit': string;
828
+ 'service-information': string;
829
+ 'customer-external-reference': string;
830
+ 'service-impacted': string;
831
+ 'service-impact-description': string;
832
+ 'service-details': string;
833
+ 'service-type': string;
834
+ 'scope-survey': string;
835
+ 'scope-testing': string;
836
+ 'ccpc-installation-removal': string;
837
+ 'ccpc-installation-removal-tooltip': string;
838
+ 'cable-run-outside-cabinet-or-rack-common-area': string;
839
+ 'from-which-room-rack-panel': string;
840
+ 'to-which-room-rack-panel': string;
841
+ 'cable-type': string;
842
+ 'on-ladder-rack': string;
843
+ 'in-inner-duct': string;
844
+ 'in-fiber-guide': string;
845
+ 'ppop-room-work': string;
846
+ 'spop-room-work': string;
847
+ 'work-description': string;
848
+ 'add-ppop-space': string;
849
+ 'add-spop-space': string;
850
+ 'customer-space-pop-room': string;
851
+ 'specify-the-rack-or-cabinet': string;
852
+ 'pop-details': string;
853
+ ppop: string;
854
+ spop: string;
855
+ rack: string;
856
+ cabinet: string;
857
+ 'notification-and-attachments': string;
858
+ circuit: {
859
+ attribute: string;
860
+ 'carrier-circuit-id': string;
861
+ label: {
862
+ 'panel-number': string;
863
+ 'rack-number': string;
864
+ 'room-number': string;
865
+ };
866
+ name: string;
867
+ 'panel-number': string;
868
+ port: string;
869
+ 'rack-number': string;
870
+ 'remove-circuit': string;
871
+ 'room-number': string;
872
+ side: string;
873
+ 'side-a': string;
874
+ 'side-z': string;
875
+ title: string;
876
+ };
877
+ };
878
+ 'pop-poe-room-access': {
879
+ title: string;
880
+ 'new-pop-poe-room-access': string;
881
+ };
882
+ 'create-access': {
883
+ title: string;
884
+ 'visitor-access': string;
885
+ 'visitor-details': string;
886
+ 'add-contact': string;
887
+ 'visitor-type': {
888
+ title: string;
889
+ label: string;
890
+ escorted: string;
891
+ unescorted: string;
892
+ };
893
+ 'multiples-visitors': string;
894
+ 'visitor-host': string;
895
+ 'first-name': string;
896
+ 'last-name': string;
897
+ 'escort-first-name': string;
898
+ 'escort-last-name': string;
899
+ 'host-company': string;
900
+ 'requested-access': string;
901
+ 'start-date': string;
902
+ 'end-date': string;
903
+ 'add-site': string;
904
+ 'representing-company': string;
905
+ notes: string;
906
+ notifications: string;
907
+ 'email-notifications': string;
908
+ 'email-helper': string;
909
+ 'requested-access-details': string;
910
+ 'standard-visitor-badge': string;
911
+ 'standard-visitor-badge-caption': string;
912
+ 'extended-visitor-badge': string;
913
+ 'extended-visitor-badge-caption': string;
914
+ };
915
+ 'modify-access': {
916
+ title: string;
917
+ };
918
+ 'terminate-all-access': {
919
+ title: string;
920
+ endDate: string;
921
+ 'badge-endDate': string;
922
+ 'choose-contact': string;
923
+ 'access-termination-details': string;
924
+ 'visitor-details': string;
925
+ 'visitor-access': string;
926
+ 'contact-details': string;
927
+ 'permanent-badge': string;
928
+ note: string;
929
+ };
930
+ 'contact-table': {
931
+ 'contact-name': string;
932
+ 'email-phone': string;
933
+ 'add-contact': string;
934
+ company: string;
935
+ 'contact-type': string;
936
+ 'visitor-type': string;
937
+ actions: string;
938
+ edit: string;
939
+ delete: string;
940
+ 'add-different-contact': string;
941
+ };
942
+ 'add-contact-dialog': {
943
+ 'add-button': string;
944
+ 'close-button': string;
945
+ 'save-button': string;
946
+ 'update-existing': string;
947
+ 'title-add': string;
948
+ 'title-edit': string;
949
+ 'first-name': string;
950
+ 'last-name': string;
951
+ email: string;
952
+ phone: string;
953
+ company: string;
954
+ 'user-already-exists': string;
955
+ };
956
+ 'site-locations-table': {
957
+ 'start-date-time': string;
958
+ 'start-date': string;
959
+ 'end-date-time': string;
960
+ 'end-date': string;
961
+ actions: string;
962
+ locations: string;
963
+ 'edit-site-locations-button': string;
964
+ status: string;
965
+ modifiedBy: string;
966
+ };
967
+ 'sites-locations-dialog': {
968
+ 'add-button': string;
969
+ 'save-button': string;
970
+ 'close-button': string;
971
+ title: string;
972
+ };
973
+ };
974
+ 'site-assets-step': {
975
+ information: string;
976
+ details: string;
977
+ 'multiple-assets-info': string;
978
+ };
979
+ 'review-step': {
980
+ information: string;
981
+ details: string;
982
+ };
983
+ enquiries: string;
984
+ deliveries: string;
985
+ removals: string;
986
+ hands_eyes: string;
987
+ user_account_inquiry: string;
988
+ general_billing_inquiry: string;
989
+ elevator: string;
990
+ general_inquiry: string;
991
+ loading_dock: string;
992
+ parking: string;
993
+ cooling_datacenter: string;
994
+ cooling_office: string;
995
+ electrical: string;
996
+ fire_safety: string;
997
+ planned_maintenance: string;
998
+ 'cancel-ticket-confirmation-title': string;
999
+ };
1000
+ 'customer-care': {
1001
+ title: string;
1002
+ 'account-information': {
1003
+ title: string;
1004
+ 'account-name': string;
1005
+ 'global-administrators': string;
1006
+ 'facility-access-approvers': string;
1007
+ 'Visitor Access Approval': string;
1008
+ 'Permanent Badge Approval': string;
1009
+ 'OSP Access Approval': string;
1010
+ 'PoP/POE Room Access Approval': string;
1011
+ };
1012
+ 'customer-support': {
1013
+ title: string;
1014
+ 'customer-success': string;
1015
+ 'sales-account-management': string;
1016
+ 'technical-support': string;
1017
+ };
1018
+ };
1019
+ home: {
1020
+ title: string;
1021
+ description: string;
1022
+ users: string;
1023
+ 'open-edit-user-dialog-button': string;
1024
+ 'snackbar-label': string;
1025
+ 'snackbar-message': string;
1026
+ 'snackbar-two-lines-message': string;
1027
+ 'snackbar-success': string;
1028
+ 'snackbar-error': string;
1029
+ 'snackbar-info': string;
1030
+ 'snackbar-warning': string;
1031
+ 'snackbar-two-lines': string;
1032
+ 'snackbar-action-dismiss': string;
1033
+ 'things-to-integrate': string;
1034
+ 'user-details-page': string;
1035
+ dialog: {
1036
+ title: string;
1037
+ dismiss: string;
1038
+ 'read-more': string;
1039
+ content: string;
1040
+ };
1041
+ 'accessibility-column': string;
1042
+ 'active-tickets': string;
1043
+ 'active-tickets-label': string;
1044
+ 'kpi-users': string;
1045
+ 'kpi-users-label': string;
1046
+ 'service-orders': string;
1047
+ 'your-sites': string;
1048
+ 'your-sites-label': string;
1049
+ 'sites-with-dcim': string;
1050
+ 'sites-with-dcim-label ': string;
1051
+ 'active-assets': string;
1052
+ 'active-assets-label': string;
1053
+ 'service-tickets': string;
1054
+ 'service-tickets-label': string;
1055
+ 'facility-access': string;
1056
+ 'shipping-receiving': string;
1057
+ 'customer-support': string;
1058
+ 'order-service': string;
1059
+ 'cross-connect': string;
1060
+ 'virtual-cross-connect': string;
1061
+ 'remote-hands': string;
1062
+ 'user-management': string;
1063
+ 'add-user': string;
1064
+ 'manage-users': string;
1065
+ subject: string;
1066
+ status: string;
1067
+ 'ticket-type': string;
1068
+ 'updated-on': string;
1069
+ type: string;
1070
+ requestor: string;
1071
+ 'requested-for': string;
1072
+ 'requested-access-date': string;
1073
+ 'view-all': string;
1074
+ 'ticket-updates': {
1075
+ title: string;
1076
+ 'last-update': string;
1077
+ 'view-ticket': string;
1078
+ 'no-rows': string;
1079
+ };
1080
+ 'facility-requests': string;
1081
+ phone: string;
1082
+ email: string;
1083
+ 'no-recent-tickets': string;
1084
+ 'no-pending-facility-access-request': string;
1085
+ };
1086
+ 'knowledge-base': {
1087
+ title: string;
1088
+ 'initial-data-load-error': string;
1089
+ 'no-posts': string;
1090
+ 'no-topics': string;
1091
+ undated: string;
1092
+ 'no-content': string;
1093
+ categories: {
1094
+ title: string;
1095
+ 'no-categories': string;
1096
+ };
1097
+ topics: {
1098
+ title: string;
1099
+ };
1100
+ 'video-dialog': {
1101
+ 'aria-label': string;
1102
+ 'close-button': {
1103
+ 'aria-label': string;
1104
+ };
1105
+ };
1106
+ 'whats-new': {
1107
+ description: string;
1108
+ 'view-all-release-notes': string;
1109
+ 'open-release-notes': string;
1110
+ };
1111
+ 'featured-resources': {
1112
+ title: string;
1113
+ };
1114
+ content: {
1115
+ documentation: {
1116
+ title: string;
1117
+ };
1118
+ faqs: {
1119
+ title: string;
1120
+ };
1121
+ tutorials: {
1122
+ title: {
1123
+ singular: string;
1124
+ plural: string;
1125
+ };
1126
+ sortBy: {
1127
+ newestFirst: string;
1128
+ topic: string;
1129
+ };
1130
+ };
1131
+ 'whats-new': {
1132
+ title: string;
1133
+ };
1134
+ };
1135
+ 'select-version': string;
1136
+ };
1137
+ launchpad: {
1138
+ resources: string;
1139
+ 'keep-reading': string;
1140
+ 'news-promotions': string;
1141
+ 'learn-more': string;
1142
+ 'customer-support': string;
1143
+ 'no-news-promotions': string;
1144
+ 'no-resources': string;
1145
+ 'error-retrieving-kpi': string;
1146
+ 'kpi-label': string;
1147
+ 'contact-us': {
1148
+ title: string;
1149
+ label: string;
1150
+ subtitle: string;
1151
+ form: {
1152
+ name: string;
1153
+ email: string;
1154
+ companyName: string;
1155
+ supportCategory: {
1156
+ placeholder: string;
1157
+ 'non-technical-and-functional-issues': string;
1158
+ 'technical-issues': string;
1159
+ 'data-issues': string;
1160
+ 'how-to-and-training': string;
1161
+ };
1162
+ notes: string;
1163
+ submit: {
1164
+ button: string;
1165
+ 'success-title': string;
1166
+ 'success-message': string;
1167
+ 'error-title': string;
1168
+ 'error-message': string;
1169
+ };
1170
+ 'back-button-label': string;
1171
+ };
1172
+ };
1173
+ };
1174
+ location: {
1175
+ 'no-dcim-data-available': string;
1176
+ 'no-dcim-data-available-chart': string;
1177
+ title: string;
1178
+ subtitle: string;
1179
+ 'dcim-chart': {
1180
+ 'load-fail': {
1181
+ title: string;
1182
+ message: string;
1183
+ };
1184
+ 'toggle-device': string;
1185
+ 'y-axis-metric': string;
1186
+ timezone: {
1187
+ utc: string;
1188
+ };
1189
+ 'show-alert-data': string;
1190
+ 'date-range': {
1191
+ from: string;
1192
+ to: string;
1193
+ };
1194
+ utc: string;
1195
+ increments: {
1196
+ label: string;
1197
+ day: string;
1198
+ hour: string;
1199
+ '15-minute': string;
1200
+ '5-minute': string;
1201
+ minute: string;
1202
+ };
1203
+ view: {
1204
+ trend: string;
1205
+ daily: string;
1206
+ };
1207
+ 'point-value': {
1208
+ current: string;
1209
+ 'daily-avg': string;
1210
+ 'daily-min': string;
1211
+ 'daily-max': string;
1212
+ alert: string;
1213
+ };
1214
+ 'device-selector': {
1215
+ label: string;
1216
+ 'deselect-all': string;
1217
+ 'select-all': string;
1218
+ };
1219
+ export: {
1220
+ 'file-name': string;
1221
+ header: {
1222
+ deviceDataId: string;
1223
+ deviceName: string;
1224
+ date: string;
1225
+ minValue: string;
1226
+ maxValue: string;
1227
+ pointValue: string;
1228
+ };
1229
+ };
1230
+ };
1231
+ alerts: {
1232
+ title: string;
1233
+ 'configure-alerts-button': string;
1234
+ types: {
1235
+ title: string;
1236
+ all: string;
1237
+ critical: string;
1238
+ custom: string;
1239
+ history: string;
1240
+ };
1241
+ categories: {
1242
+ title: string;
1243
+ all: string;
1244
+ power: string;
1245
+ environmental: string;
1246
+ auxiliary: string;
1247
+ };
1248
+ details: {
1249
+ title: string;
1250
+ 'alert-number': string;
1251
+ site: string;
1252
+ location: string;
1253
+ 'total-load': string;
1254
+ 'threshold-value': string;
1255
+ 'affected-ci': string;
1256
+ description: string;
1257
+ 'alert-timeline-summary': string;
1258
+ 'alert-generated-on': string;
1259
+ duration: string;
1260
+ error: string;
1261
+ };
1262
+ definitions: {
1263
+ title: string;
1264
+ 'warning-message': string;
1265
+ };
1266
+ };
1267
+ 'customize-alert-dialog': {
1268
+ title: string;
1269
+ message: string;
1270
+ 'it-load-level': string;
1271
+ threshold: string;
1272
+ 'total-ITkW': string;
1273
+ 'email-alerts': string;
1274
+ 'sms-alerts': string;
1275
+ 'bottom-message': string;
1276
+ 'cancel-button': string;
1277
+ 'save-button': string;
1278
+ 'success-updated': string;
1279
+ 'success-custom-created': string;
1280
+ 'success-custom-updated': string;
1281
+ 'success-critical-updated': string;
1282
+ 'server-error': string;
1283
+ 'threshold-validation-error': string;
1284
+ 'critical-enrollment-operator-and-threshold-empty': string;
1285
+ };
1286
+ 'alert-instance': {
1287
+ alertId: string;
1288
+ site: string;
1289
+ location: string;
1290
+ alertName: string;
1291
+ deviceName: string;
1292
+ functionValue: string;
1293
+ alertTimeStamp: string;
1294
+ alertType: string;
1295
+ configurationItem: string;
1296
+ };
1297
+ 'alert-definition': {
1298
+ deviceName: string;
1299
+ threshold: string;
1300
+ liveValue: string;
1301
+ timeStamp: string;
1302
+ };
1303
+ 'alert-list': {
1304
+ 'sort-by': string;
1305
+ 'pagination-label': string;
1306
+ deviceName: string;
1307
+ functionValue: string;
1308
+ threshold: string;
1309
+ };
1310
+ cancel: string;
1311
+ };
1312
+ migration: {
1313
+ contactUs: {
1314
+ companyName: string;
1315
+ emailAddress: string;
1316
+ firstName: string;
1317
+ lastName: string;
1318
+ notes: string;
1319
+ submit: string;
1320
+ submissionAcknowledgement: string;
1321
+ submissionError: string;
1322
+ text: string;
1323
+ title: string;
1324
+ };
1325
+ header: {
1326
+ title: string;
1327
+ };
1328
+ migrationDetails: {
1329
+ title: string;
1330
+ question1: {
1331
+ answer1: string;
1332
+ text: string;
1333
+ };
1334
+ question2: {
1335
+ answer1: string;
1336
+ text: string;
1337
+ };
1338
+ question3: {
1339
+ answer1: string;
1340
+ 'answer1-1': string;
1341
+ 'answer1-2': string;
1342
+ 'answer1-2-1': string;
1343
+ 'answer1-2-2': string;
1344
+ 'answer1-3': string;
1345
+ text: string;
1346
+ };
1347
+ question4: {
1348
+ answer1: string;
1349
+ 'answer1-1': string;
1350
+ 'answer1-1-1': string;
1351
+ 'answer1-1-2': string;
1352
+ 'answer1-1-3': string;
1353
+ 'answer2-1': string;
1354
+ 'answer2-1-1': string;
1355
+ text: string;
1356
+ };
1357
+ };
1358
+ resources: {
1359
+ title: string;
1360
+ trainingVideo: {
1361
+ linkText: string;
1362
+ text: string;
1363
+ };
1364
+ welcomeVideo: {
1365
+ linkText: string;
1366
+ text: string;
1367
+ };
1368
+ };
1369
+ title: string;
1370
+ };
1371
+ notifications: {
1372
+ notifications: string;
1373
+ type: {
1374
+ planned_site_maintenance: string;
1375
+ emergency_repair: string;
1376
+ dcim_alert: string;
1377
+ service_ticket_update: string;
1378
+ };
1379
+ 'type-group': {
1380
+ planned_site_maintenance: string;
1381
+ emergency_repair: string;
1382
+ dcim_alert: string;
1383
+ service_ticket_update: string;
1384
+ };
1385
+ 'none-yet': string;
1386
+ 'group-by': {
1387
+ type: string;
1388
+ date: string;
1389
+ };
1390
+ today: string;
1391
+ earlier: string;
1392
+ 'mark-all-read': string;
1393
+ 'mark-all-read-confirmation-message': string;
1394
+ 'filter-by-type': string;
1395
+ 'filter-by-date': string;
1396
+ 'filter-list': string;
1397
+ 'clear-all': string;
1398
+ delete: string;
1399
+ };
1400
+ privacy: {
1401
+ cookieDeclaration: {
1402
+ title: string;
1403
+ primaryText: string;
1404
+ readPolicyText: string;
1405
+ policyLink: {
1406
+ text: string;
1407
+ };
1408
+ buttons: {
1409
+ accept: {
1410
+ text: string;
1411
+ };
1412
+ optOut: {
1413
+ text: string;
1414
+ };
1415
+ };
1416
+ };
1417
+ };
1418
+ reports: {
1419
+ title: string;
1420
+ tabs: {
1421
+ security: string;
1422
+ dcim: string;
1423
+ 'planned-site-maintenance': string;
1424
+ };
1425
+ sites: string;
1426
+ filters: {
1427
+ clear: string;
1428
+ 'show-my-location-only': string;
1429
+ 'filter-by': string;
1430
+ region: string;
1431
+ value: string;
1432
+ };
1433
+ table: {
1434
+ id: string;
1435
+ name: string;
1436
+ executionDate: string;
1437
+ startDate: string;
1438
+ endDate: string;
1439
+ type: string;
1440
+ site: string;
1441
+ leasedSpace: string;
1442
+ location: string;
1443
+ attachment: string;
1444
+ description: string;
1445
+ status: string;
1446
+ activityType: string;
1447
+ attachments: string;
1448
+ notificationType: string;
1449
+ riskLevel: string;
1450
+ };
1451
+ download: {
1452
+ 'all-sites': string;
1453
+ 'my-sites': string;
1454
+ 'filtered-sites': string;
1455
+ };
1456
+ search: string;
1457
+ rows: string;
1458
+ of: string;
1459
+ 'no-data-found': string;
1460
+ assets: {
1461
+ space: string;
1462
+ filters: {
1463
+ status: string;
1464
+ 'show-enrolled-spaces-only': string;
1465
+ };
1466
+ table: {
1467
+ leasedSpace: string;
1468
+ leasedKw: string;
1469
+ itLoad: string;
1470
+ load: string;
1471
+ spaceTemp: string;
1472
+ status: string;
1473
+ };
1474
+ download: {
1475
+ button: string;
1476
+ 'all-spaces': string;
1477
+ 'filtered-spaces': string;
1478
+ };
1479
+ chart: {
1480
+ yAxisMetric: string;
1481
+ metric: string;
1482
+ showAlertData: string;
1483
+ resetZoom: string;
1484
+ };
1485
+ };
1486
+ reportDetails: {
1487
+ 'planned-site-maintenance-title': string;
1488
+ 'dcim-alert-title': string;
1489
+ id: string;
1490
+ site: string;
1491
+ location: string;
1492
+ category: string;
1493
+ activityType: string;
1494
+ activitySubType: string;
1495
+ activityCategory: string;
1496
+ approvalStatus: string;
1497
+ status: string;
1498
+ serviceType: string;
1499
+ riskLevel: string;
1500
+ schedule: string;
1501
+ startDate: string;
1502
+ endDate: string;
1503
+ shortDescription: string;
1504
+ highLevelSummary: string;
1505
+ attachments: string;
1506
+ alertNumber: string;
1507
+ totalLoad: string;
1508
+ affectedCI: string;
1509
+ alertTimelineSummary: string;
1510
+ thresholdValue: string;
1511
+ description: string;
1512
+ };
1513
+ planned_site_maintenance: string;
1514
+ 'download-all-reports': string;
1515
+ 'download-current-view': string;
1516
+ planned_maintenance: string;
1517
+ };
1518
+ roles: {
1519
+ title: string;
1520
+ 'delete-role-button': string;
1521
+ permissions: {
1522
+ title: string;
1523
+ 'add-permission': string;
1524
+ 'duplicate-role': string;
1525
+ 'create-permission-group': string;
1526
+ 'edit-role-name': string;
1527
+ 'edit-permission-group-name': string;
1528
+ 'permission-group-name': string;
1529
+ 'start-adding-permissions': string;
1530
+ 'no-permissions': string;
1531
+ 'no-permissions-in-group': string;
1532
+ privilege: {
1533
+ code: {
1534
+ C: string;
1535
+ R: string;
1536
+ U: string;
1537
+ M: string;
1538
+ };
1539
+ };
1540
+ dropdown: {
1541
+ placeholder: string;
1542
+ 'permissions-title': string;
1543
+ 'permissions-groups-title': string;
1544
+ };
1545
+ };
1546
+ 'permission-row': {
1547
+ 'permissions-label': string;
1548
+ 'privilege-label': string;
1549
+ select: string;
1550
+ };
1551
+ 'delete-role-confirmation-dialog': {
1552
+ title: string;
1553
+ 'title-error': string;
1554
+ message: string;
1555
+ 'message-with-users': string;
1556
+ 'additional-message-with-users': string;
1557
+ 'delete-button': string;
1558
+ role: string;
1559
+ 'role-deleted': string;
1560
+ };
1561
+ 'delete-permission-confirmation-dialog': {
1562
+ message: string;
1563
+ title: string;
1564
+ 'delete-button': string;
1565
+ };
1566
+ 'create-permission-group-confirmation-dialog': {
1567
+ message: string;
1568
+ title: string;
1569
+ 'permission-group-template': string;
1570
+ 'permission-group-name': string;
1571
+ };
1572
+ 'roles-panel': {
1573
+ 'default-system-roles': string;
1574
+ 'custom-roles': string;
1575
+ 'create-role': string;
1576
+ 'internal-roles': string;
1577
+ };
1578
+ 'info-card': {
1579
+ title: string;
1580
+ 'subheader-create': string;
1581
+ 'subheader-update': string;
1582
+ 'subheader-read': string;
1583
+ 'description-create': string;
1584
+ 'description-update': string;
1585
+ 'description-read': string;
1586
+ };
1587
+ 'duplicate-role-dialog': {
1588
+ title: string;
1589
+ message: string;
1590
+ 'duplicate-role': string;
1591
+ 'same-role-name-error': string;
1592
+ 'role-created': string;
1593
+ };
1594
+ 'create-role-confirmation-dialog': {
1595
+ title: string;
1596
+ 'role-template': string;
1597
+ };
1598
+ 'create-role-success': string;
1599
+ 'update-role-success': string;
1600
+ 'role-name': string;
1601
+ 'role-name-placeholder': string;
1602
+ 'cancel-button': string;
1603
+ 'create-button': string;
1604
+ 'remove-permission-group-button': string;
1605
+ 'copy-permission-group-button': string;
1606
+ 'expand permission group': string;
1607
+ 'edit-role-button': string;
1608
+ 'duplicate role icon': string;
1609
+ 'change role button': string;
1610
+ 'api-responses': {
1611
+ DUPLICATE_RECORD: string;
1612
+ PERMISSION_NOTFOUND: string;
1613
+ ROLE_NOTFOUND: string;
1614
+ };
1615
+ 'global-access': {
1616
+ 'checkbox-label': string;
1617
+ tooltip: string;
1618
+ };
1619
+ };
1620
+ sidebar: {
1621
+ 'account-name': string;
1622
+ search: string;
1623
+ support: string;
1624
+ users: string;
1625
+ inventory: string;
1626
+ 'knowledge-base': string;
1627
+ reports: string;
1628
+ marketplace: string;
1629
+ sites: string;
1630
+ 'customer-care': string;
1631
+ invoices: string;
1632
+ orders: string;
1633
+ roles: string;
1634
+ cookies: string;
1635
+ 'avatar-alt': string;
1636
+ 'switch-account': string;
1637
+ active: string;
1638
+ 'dialog-aria-label': string;
1639
+ 'edit-profile': string;
1640
+ 'account-preferences': string;
1641
+ 'log-out': string;
1642
+ 'authentication-options': string;
1643
+ 'tap-to-change': string;
1644
+ firstName: string;
1645
+ lastName: string;
1646
+ phone: string;
1647
+ email: string;
1648
+ cancel: string;
1649
+ 'save-changes': string;
1650
+ save: string;
1651
+ change: string;
1652
+ 'updated-profile-success': string;
1653
+ 'updated-profile-error': string;
1654
+ 'sites-dialog': {
1655
+ 'select-sites-to-include': string;
1656
+ 'search-by-site-name': string;
1657
+ 'select-all-sites': string;
1658
+ 'download-user-list': string;
1659
+ cancel: string;
1660
+ };
1661
+ 'confirmation-dialog-title': string;
1662
+ 'confirmation-dialog-message': string;
1663
+ 'confirmation-dialog-cancel': string;
1664
+ 'confirmation-dialog-ok': string;
1665
+ 'user-preferences': {
1666
+ 'successfully-updated-message': string;
1667
+ 'error-message': string;
1668
+ 'cancel-button': string;
1669
+ 'save-changes-button': string;
1670
+ title: string;
1671
+ 'default-site': string;
1672
+ 'default-asset': string;
1673
+ 'date-format': string;
1674
+ 'time-format': string;
1675
+ 'time-zone': string;
1676
+ '12-hour': string;
1677
+ '24-hour': string;
1678
+ units: string;
1679
+ 'confirmation-dialog-title': string;
1680
+ 'confirmation-dialog-message': string;
1681
+ 'confirmation-dialog-cancel': string;
1682
+ 'confirmation-dialog-ok': string;
1683
+ 'collapsible-button': string;
1684
+ 'notifications-button': string;
1685
+ 'expand-navbar-button': string;
1686
+ 'search-field': string;
1687
+ 'search-icon': string;
1688
+ 'search-button': string;
1689
+ back: string;
1690
+ 'mm/dd/yyyy': string;
1691
+ 'dd/mm/yyyy': string;
1692
+ 'yyyy/mm/dd': string;
1693
+ };
1694
+ };
1695
+ sites: {
1696
+ title: string;
1697
+ sites: string;
1698
+ filters: {
1699
+ clear: string;
1700
+ 'show-my-location-only': string;
1701
+ 'dcim-enabled-locations-only': string;
1702
+ 'filter-by': string;
1703
+ region: string;
1704
+ value: string;
1705
+ 'dcim-enabled-location-only': string;
1706
+ 'dcim-enabled-location-only-mobile': string;
1707
+ };
1708
+ table: {
1709
+ site: string;
1710
+ address: string;
1711
+ region: string;
1712
+ metro: string;
1713
+ locations: string;
1714
+ location: string;
1715
+ 'dcim-enabled': string;
1716
+ 'alert-status': string;
1717
+ 'site-address': string;
1718
+ };
1719
+ download: {
1720
+ 'all-sites': string;
1721
+ 'all-locations': string;
1722
+ 'filtered-sites': string;
1723
+ 'filtered-locations': string;
1724
+ };
1725
+ search: string;
1726
+ rows: string;
1727
+ of: string;
1728
+ 'no-data-found': string;
1729
+ assets: {
1730
+ name: string;
1731
+ space: string;
1732
+ filters: {
1733
+ status: string;
1734
+ 'show-enrolled-spaces-only': string;
1735
+ };
1736
+ table: {
1737
+ leasedSpace: string;
1738
+ leasedKw: string;
1739
+ itLoad: string;
1740
+ load: string;
1741
+ spaceTemp: string;
1742
+ status: string;
1743
+ location: string;
1744
+ };
1745
+ download: {
1746
+ button: string;
1747
+ 'all-spaces': string;
1748
+ 'filtered-spaces': string;
1749
+ };
1750
+ chart: {
1751
+ yAxisMetric: string;
1752
+ metric: string;
1753
+ showAlertData: string;
1754
+ resetZoom: string;
1755
+ };
1756
+ };
1757
+ tabs: {
1758
+ sites: string;
1759
+ locations: string;
1760
+ };
1761
+ };
1762
+ support: {
1763
+ id: string;
1764
+ title: string;
1765
+ 'create-ticket': string;
1766
+ 'view-ticket': string;
1767
+ 'edit-ticket': string;
1768
+ 'approve-deny': string;
1769
+ 'view-all-tickets': string;
1770
+ 'dropzone-text': string;
1771
+ 'created-by-on-time': string;
1772
+ 'success-message-upload-attachment': string;
1773
+ 'error-message-upload-attachment': string;
1774
+ tickets: string;
1775
+ 'required-field-disclaimer': string;
1776
+ filters: {
1777
+ 'show-completed-cases': string;
1778
+ 'filter-by': string;
1779
+ 'my-tickets': string;
1780
+ 'all-requesters': string;
1781
+ 'all-types': string;
1782
+ 'all-request-types': string;
1783
+ 'all-statuses': string;
1784
+ clear: string;
1785
+ 'all-sites': string;
1786
+ value: string;
1787
+ };
1788
+ table: {
1789
+ id: string;
1790
+ 'ticket-type': string;
1791
+ title: string;
1792
+ status: string;
1793
+ 'request-type': string;
1794
+ category: string;
1795
+ 'created-by': string;
1796
+ site: string;
1797
+ asset: string;
1798
+ 'created-on': string;
1799
+ 'updated-on': string;
1800
+ 'closed-on': string;
1801
+ location: string;
1802
+ accessRequestedFor: string;
1803
+ actions: string;
1804
+ };
1805
+ rows: string;
1806
+ of: string;
1807
+ description: string;
1808
+ 'no-data-found': string;
1809
+ 'no-columns-selected-first': string;
1810
+ 'no-columns-selected-second': string;
1811
+ number: string;
1812
+ 'ticket-type-label': string;
1813
+ 'ticket-type': {
1814
+ 'client-services': string;
1815
+ 'remote-hands': string;
1816
+ 'shipping-receiving': string;
1817
+ 'facility-access': string;
1818
+ };
1819
+ 'ticket-details': {
1820
+ subject: string;
1821
+ description: string;
1822
+ 'cancellation-reason': string;
1823
+ id: string;
1824
+ title: string;
1825
+ category: string;
1826
+ requestType: string;
1827
+ status: string;
1828
+ createdOn: string;
1829
+ updatedOn: string;
1830
+ closedOn: string;
1831
+ createdBy: string;
1832
+ notificationRecipients: string;
1833
+ 'additional-notificationRecipients': string;
1834
+ attachments: string;
1835
+ customerReference: string;
1836
+ 'service-ticket-information-title': string;
1837
+ 'ticket-details-title': string;
1838
+ 'notifications-attachments-title': string;
1839
+ 'client-services': {
1840
+ site: string;
1841
+ asset: string;
1842
+ description: string;
1843
+ };
1844
+ 'shipping-receiving': {
1845
+ courier: string;
1846
+ otherCourier: string;
1847
+ packageCount: string;
1848
+ trackingNumber: string;
1849
+ estimatedDeliveryDate: string;
1850
+ site: string;
1851
+ isLoadingBayRequired: string;
1852
+ needRemoteHandsTicket: string;
1853
+ description: string;
1854
+ specialInstructions: string;
1855
+ };
1856
+ 'remote-hands': {
1857
+ site: string;
1858
+ location: string;
1859
+ detailedInstruction: string;
1860
+ referenceTicket: string;
1861
+ primaryContactEmail: string;
1862
+ };
1863
+ 'facility-access': {
1864
+ 'contact-details-title': string;
1865
+ 'requested-access-details-title': string;
1866
+ 'access-details-title': string;
1867
+ 'service-details-title': string;
1868
+ 'access-termination-details-title': string;
1869
+ hasAttachment: string;
1870
+ 'visitor-type': string;
1871
+ 'visitor-badge-type': string;
1872
+ 'standard-visitor-badge': string;
1873
+ 'extended-visitor-badge': string;
1874
+ 'visitor-host-first-name': string;
1875
+ 'visitor-host-last-name': string;
1876
+ 'host-company': string;
1877
+ 'representing-company': string;
1878
+ 'start-date': {
1879
+ default: string;
1880
+ badge: string;
1881
+ };
1882
+ 'end-date': {
1883
+ default: string;
1884
+ badge: string;
1885
+ };
1886
+ 'site-locations': string;
1887
+ notes: string;
1888
+ 'escort-first-name': string;
1889
+ 'escort-last-name': string;
1890
+ 'terminate-all-access': string;
1891
+ 'customer-external-reference': string;
1892
+ 'service-impacted': string;
1893
+ 'service-impact-description': string;
1894
+ 'service-type': string;
1895
+ 'cross-connect-patch-cable-installation-removal': string;
1896
+ 'work-description-osp': string;
1897
+ 'work-description-pop': string;
1898
+ 'permanent-badge': {
1899
+ category: {
1900
+ new: string;
1901
+ modify: string;
1902
+ terminate: string;
1903
+ };
1904
+ };
1905
+ 'visitor-access': {
1906
+ category: {
1907
+ new: string;
1908
+ modify: string;
1909
+ terminate: string;
1910
+ };
1911
+ };
1912
+ };
1913
+ };
1914
+ activity: string;
1915
+ 'add-comment': string;
1916
+ 'no-comments': string;
1917
+ you: string;
1918
+ said: string;
1919
+ on: string;
1920
+ at: string;
1921
+ search: string;
1922
+ download: {
1923
+ 'all-tickets': string;
1924
+ 'my-tickets': string;
1925
+ 'filtered-tickets': string;
1926
+ 'open-tickets': string;
1927
+ 'closed-tickets': string;
1928
+ };
1929
+ 'ticket-cancel': {
1930
+ 'cancel-reason-title': string;
1931
+ 'cancel-reason-content': string;
1932
+ 'cancel-dropdown-label': string;
1933
+ 'cancel-button': string;
1934
+ 'cancel-confirm-title': string;
1935
+ message: {
1936
+ 'shipping-receiving': string;
1937
+ };
1938
+ };
1939
+ 'ticket-editing': {
1940
+ 'cancel-confirm-title': string;
1941
+ 'success-message': string;
1942
+ };
1943
+ badge: {
1944
+ 'approval-denied': string;
1945
+ approved: string;
1946
+ cancelled: string;
1947
+ 'cancellation-requested': string;
1948
+ completed: string;
1949
+ denied: string;
1950
+ draft: string;
1951
+ 'in-progress': string;
1952
+ new: string;
1953
+ 'pending-approval': string;
1954
+ };
1955
+ actions: {
1956
+ 'request-ticket-cancellation': string;
1957
+ 'cancel-ticket': string;
1958
+ };
1959
+ 'courier-other': string;
1960
+ today: string;
1961
+ 'child-wo-not-ready': string;
1962
+ tabs: {
1963
+ 'open-tickets': string;
1964
+ 'closed-tickets': string;
1965
+ };
1966
+ };
1967
+ topbar: {
1968
+ profile: string;
1969
+ account: string;
1970
+ 'notifications-button': string;
1971
+ 'expand-navbar-button': string;
1972
+ 'search-field': string;
1973
+ 'search-icon': string;
1974
+ 'search-button': string;
1975
+ 'open-profile-options': string;
1976
+ };
1977
+ users: {
1978
+ title: string;
1979
+ 'add-account': string;
1980
+ accept: string;
1981
+ decline: string;
1982
+ 'account-added-to-location': string;
1983
+ suspended: string;
1984
+ accounts: string;
1985
+ 'create-user-button': string;
1986
+ contacts: string;
1987
+ 'row-count_one': string;
1988
+ 'row-count_other': string;
1989
+ 'filter-by': string;
1990
+ 'cities-dropdown': string;
1991
+ role: string;
1992
+ roles: string;
1993
+ 'roles-dropdown': string;
1994
+ 'accounts-dropdown': string;
1995
+ 'view-selector': string;
1996
+ 'contacts-button': string;
1997
+ 'locations-button': string;
1998
+ draft: string;
1999
+ table: {
2000
+ firstName: string;
2001
+ lastName: string;
2002
+ email: string;
2003
+ phone: string;
2004
+ role: string;
2005
+ status: string;
2006
+ showInactive: string;
2007
+ };
2008
+ 'show-active-toggle': string;
2009
+ rows: string;
2010
+ 'user-details': string;
2011
+ status: string;
2012
+ details: {
2013
+ firstName: string;
2014
+ lastName: string;
2015
+ email: string;
2016
+ phoneNumber: string;
2017
+ position: string;
2018
+ };
2019
+ account: {
2020
+ state: {
2021
+ active: string;
2022
+ invited: string;
2023
+ suspended: string;
2024
+ declined: string;
2025
+ removed: string;
2026
+ };
2027
+ 'state-long': {
2028
+ active: string;
2029
+ invited: string;
2030
+ suspended: string;
2031
+ declined: string;
2032
+ removed: string;
2033
+ };
2034
+ status: {
2035
+ ACTIVE: string;
2036
+ MANUALLY_SUSPENDED: string;
2037
+ AUTO_SUSPENDED: string;
2038
+ DELETED: string;
2039
+ REMOVED: string;
2040
+ NOT_APPROVED_BY_USER: string;
2041
+ INVITE_SENT: string;
2042
+ DRAFT: string;
2043
+ };
2044
+ 'status-long': {
2045
+ ACTIVE: string;
2046
+ MANUALLY_SUSPENDED: string;
2047
+ AUTO_SUSPENDED: string;
2048
+ DELETED: string;
2049
+ INVITE_SENT: string;
2050
+ NOT_APPROVED_BY_USER: string;
2051
+ DRAFT: string;
2052
+ };
2053
+ 'account-details': {
2054
+ declinedOn: string;
2055
+ removedOn: string;
2056
+ removedBy: string;
2057
+ 'account-number': string;
2058
+ 'no-roles': string;
2059
+ };
2060
+ };
2061
+ 'edit-user-details': string;
2062
+ 'portal-access': string;
2063
+ 'deactivate-user': string;
2064
+ 'activate-user': string;
2065
+ edit: string;
2066
+ 'edit-access-permissions': string;
2067
+ 'access-permissions': string;
2068
+ total: string;
2069
+ 'load-all': string;
2070
+ 'show-less': string;
2071
+ region: string;
2072
+ metro: string;
2073
+ site: string;
2074
+ asset: string;
2075
+ 'users-filename': string;
2076
+ of: string;
2077
+ 'rows-per-page': string;
2078
+ filters: {
2079
+ clear: string;
2080
+ value: string;
2081
+ };
2082
+ 'clear-filters': string;
2083
+ 'show-completed-cases': string;
2084
+ 'location-table': {
2085
+ asset: string;
2086
+ site: string;
2087
+ metro: string;
2088
+ region: string;
2089
+ 'last-physical-visit': string;
2090
+ access: string;
2091
+ 'portal-access': {
2092
+ title: string;
2093
+ 'empty-state': string;
2094
+ name: string;
2095
+ 'added-on': string;
2096
+ role: string;
2097
+ 'portal-access-ends': string;
2098
+ email: string;
2099
+ phoneNumber: string;
2100
+ position: string;
2101
+ };
2102
+ };
2103
+ 'download-all-users': string;
2104
+ 'select-sites-to-download': string;
2105
+ 'download-current-view': string;
2106
+ 'no-data-found': string;
2107
+ 'cancel-dialog-title': string;
2108
+ 'cancel-dialog-text': string;
2109
+ 'cancel-dialog-cancel': string;
2110
+ 'cancel-dialog-confirm': string;
2111
+ 'confirmation-dialog-title': string;
2112
+ 'confirmation-dialog-message': string;
2113
+ 'confirmation-dialog-cancel': string;
2114
+ 'confirmation-dialog-ok': string;
2115
+ 'search-by-site-name': string;
2116
+ 'select-sites-to-include': string;
2117
+ 'download-user-list': string;
2118
+ 'select-all-sites': string;
2119
+ 'access-permissions-dialog-title': string;
2120
+ 'save-changes-button': string;
2121
+ 'cancel-button': string;
2122
+ 'success-message-edit-permissions': string;
2123
+ 'error-message-edit-permissions': string;
2124
+ search: string;
2125
+ 'sites-dialog': {
2126
+ 'select-sites-to-include': string;
2127
+ 'search-by-site-name': string;
2128
+ 'select-all-sites': string;
2129
+ 'download-user-list': string;
2130
+ cancel: string;
2131
+ };
2132
+ 'deactive-warning': string;
2133
+ 'deactive-text': string;
2134
+ 'remove-account': string;
2135
+ 'suspend-access': string;
2136
+ 'add-role': string;
2137
+ permissions: string;
2138
+ 'asset-access': string;
2139
+ 'remove-role': string;
2140
+ 'save-changes': string;
2141
+ revert: string;
2142
+ 'restore-access': string;
2143
+ 'resend-invite': string;
2144
+ 'changes-saved': string;
2145
+ 'remove-account-dialog': {
2146
+ title: string;
2147
+ message: string;
2148
+ };
2149
+ 'role-remove-success': string;
2150
+ 'account-remove-success': string;
2151
+ 'access-suspended-success': string;
2152
+ 'access-restored-success': string;
2153
+ 'remove-role-dialog': {
2154
+ title: string;
2155
+ message: string;
2156
+ };
2157
+ 'add-account-dialog': {
2158
+ title: string;
2159
+ cancel: string;
2160
+ save: string;
2161
+ placeholder: string;
2162
+ };
2163
+ 'add-role-dialog': {
2164
+ title: string;
2165
+ cancel: string;
2166
+ save: string;
2167
+ placeholder: string;
2168
+ };
2169
+ 'on-behalf-of-dialog': {
2170
+ title: string;
2171
+ placeholder: string;
2172
+ attachments: string;
2173
+ cancel: string;
2174
+ save: string;
2175
+ options: {
2176
+ NO_USER_PERM: string;
2177
+ NEW_CUSTOMER: string;
2178
+ };
2179
+ };
2180
+ 'discard-changes-dialog': {
2181
+ title: string;
2182
+ message: string;
2183
+ confirm: string;
2184
+ };
2185
+ 'discard-changes': string;
2186
+ 'add-role-success': string;
2187
+ 'download-button': string;
2188
+ 'edit-profile': string;
2189
+ notification: {
2190
+ 'invitation-resent': string;
2191
+ };
2192
+ 'cannot-save-dialog': {
2193
+ title: string;
2194
+ message: string;
2195
+ };
2196
+ 'modification-details': {
2197
+ title: string;
2198
+ 'created-on-the-behalf-of': string;
2199
+ 'modified-on-the-behalf-of': string;
2200
+ 'documents-of-request': string;
2201
+ };
2202
+ };
2203
+ validation: {
2204
+ default: string;
2205
+ email_invalid_characters: string;
2206
+ generic_error: string;
2207
+ invalid_date: string;
2208
+ invalid_domain: string;
2209
+ invalid_email: string;
2210
+ invalid_email2: string;
2211
+ invalid_phone: string;
2212
+ maximum_of_characters: string;
2213
+ no_surrounding_spaces: string;
2214
+ required: string;
2215
+ };
2216
+ };
2217
+ };
2218
+ initialLocale: string;
2219
+ ns: string[];
2220
+ userConfig: {
2221
+ i18n: {
2222
+ defaultLocale: string;
2223
+ locales: string[];
2224
+ };
2225
+ localePath: string;
2226
+ react: {
2227
+ useSuspense: boolean;
2228
+ };
2229
+ default: {
2230
+ i18n: {
2231
+ defaultLocale: string;
2232
+ locales: string[];
2233
+ };
2234
+ localePath: string;
2235
+ react: {
2236
+ useSuspense: boolean;
2237
+ };
2238
+ };
2239
+ };
2240
+ };
2241
+ };
2242
+ __N_SSP: boolean;
2243
+ };