@atlaskit/profilecard 19.27.0 → 19.28.0

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 (131) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/client/getTeamFromAGG.js +1 -1
  3. package/dist/cjs/components/Agent/hooks/useAgentActions.js +1 -1
  4. package/dist/cjs/i18n/cs.js +13 -0
  5. package/dist/cjs/i18n/da.js +13 -0
  6. package/dist/cjs/i18n/de.js +13 -0
  7. package/dist/cjs/i18n/en.js +19 -1
  8. package/dist/cjs/i18n/en_GB.js +19 -1
  9. package/dist/cjs/i18n/es.js +13 -0
  10. package/dist/cjs/i18n/fi.js +13 -0
  11. package/dist/cjs/i18n/fr.js +13 -0
  12. package/dist/cjs/i18n/hu.js +13 -0
  13. package/dist/cjs/i18n/it.js +13 -0
  14. package/dist/cjs/i18n/ja.js +13 -0
  15. package/dist/cjs/i18n/ko.js +13 -0
  16. package/dist/cjs/i18n/nb.js +13 -0
  17. package/dist/cjs/i18n/nl.js +13 -0
  18. package/dist/cjs/i18n/pl.js +13 -0
  19. package/dist/cjs/i18n/pt_BR.js +13 -0
  20. package/dist/cjs/i18n/ru.js +13 -0
  21. package/dist/cjs/i18n/sv.js +13 -0
  22. package/dist/cjs/i18n/th.js +13 -0
  23. package/dist/cjs/i18n/tr.js +13 -0
  24. package/dist/cjs/i18n/uk.js +13 -0
  25. package/dist/cjs/i18n/vi.js +13 -0
  26. package/dist/cjs/i18n/zh.js +13 -0
  27. package/dist/cjs/i18n/zh_TW.js +13 -0
  28. package/dist/cjs/util/analytics.js +1 -1
  29. package/dist/es2019/client/getTeamFromAGG.js +1 -1
  30. package/dist/es2019/components/Agent/hooks/useAgentActions.js +1 -1
  31. package/dist/es2019/i18n/cs.js +13 -0
  32. package/dist/es2019/i18n/da.js +13 -0
  33. package/dist/es2019/i18n/de.js +13 -0
  34. package/dist/es2019/i18n/en.js +19 -1
  35. package/dist/es2019/i18n/en_GB.js +19 -1
  36. package/dist/es2019/i18n/es.js +13 -0
  37. package/dist/es2019/i18n/fi.js +13 -0
  38. package/dist/es2019/i18n/fr.js +13 -0
  39. package/dist/es2019/i18n/hu.js +13 -0
  40. package/dist/es2019/i18n/it.js +13 -0
  41. package/dist/es2019/i18n/ja.js +13 -0
  42. package/dist/es2019/i18n/ko.js +13 -0
  43. package/dist/es2019/i18n/nb.js +13 -0
  44. package/dist/es2019/i18n/nl.js +13 -0
  45. package/dist/es2019/i18n/pl.js +13 -0
  46. package/dist/es2019/i18n/pt_BR.js +13 -0
  47. package/dist/es2019/i18n/ru.js +13 -0
  48. package/dist/es2019/i18n/sv.js +13 -0
  49. package/dist/es2019/i18n/th.js +13 -0
  50. package/dist/es2019/i18n/tr.js +13 -0
  51. package/dist/es2019/i18n/uk.js +13 -0
  52. package/dist/es2019/i18n/vi.js +13 -0
  53. package/dist/es2019/i18n/zh.js +13 -0
  54. package/dist/es2019/i18n/zh_TW.js +13 -0
  55. package/dist/es2019/util/analytics.js +1 -1
  56. package/dist/esm/client/getTeamFromAGG.js +1 -1
  57. package/dist/esm/components/Agent/hooks/useAgentActions.js +1 -1
  58. package/dist/esm/i18n/cs.js +13 -0
  59. package/dist/esm/i18n/da.js +13 -0
  60. package/dist/esm/i18n/de.js +13 -0
  61. package/dist/esm/i18n/en.js +19 -1
  62. package/dist/esm/i18n/en_GB.js +19 -1
  63. package/dist/esm/i18n/es.js +13 -0
  64. package/dist/esm/i18n/fi.js +13 -0
  65. package/dist/esm/i18n/fr.js +13 -0
  66. package/dist/esm/i18n/hu.js +13 -0
  67. package/dist/esm/i18n/it.js +13 -0
  68. package/dist/esm/i18n/ja.js +13 -0
  69. package/dist/esm/i18n/ko.js +13 -0
  70. package/dist/esm/i18n/nb.js +13 -0
  71. package/dist/esm/i18n/nl.js +13 -0
  72. package/dist/esm/i18n/pl.js +13 -0
  73. package/dist/esm/i18n/pt_BR.js +13 -0
  74. package/dist/esm/i18n/ru.js +13 -0
  75. package/dist/esm/i18n/sv.js +13 -0
  76. package/dist/esm/i18n/th.js +13 -0
  77. package/dist/esm/i18n/tr.js +13 -0
  78. package/dist/esm/i18n/uk.js +13 -0
  79. package/dist/esm/i18n/vi.js +13 -0
  80. package/dist/esm/i18n/zh.js +13 -0
  81. package/dist/esm/i18n/zh_TW.js +13 -0
  82. package/dist/esm/util/analytics.js +1 -1
  83. package/dist/types/i18n/cs.d.ts +13 -0
  84. package/dist/types/i18n/da.d.ts +13 -0
  85. package/dist/types/i18n/de.d.ts +13 -0
  86. package/dist/types/i18n/en.d.ts +18 -0
  87. package/dist/types/i18n/en_GB.d.ts +18 -0
  88. package/dist/types/i18n/es.d.ts +13 -0
  89. package/dist/types/i18n/fi.d.ts +13 -0
  90. package/dist/types/i18n/fr.d.ts +13 -0
  91. package/dist/types/i18n/hu.d.ts +13 -0
  92. package/dist/types/i18n/it.d.ts +13 -0
  93. package/dist/types/i18n/ja.d.ts +13 -0
  94. package/dist/types/i18n/ko.d.ts +13 -0
  95. package/dist/types/i18n/nb.d.ts +13 -0
  96. package/dist/types/i18n/nl.d.ts +13 -0
  97. package/dist/types/i18n/pl.d.ts +13 -0
  98. package/dist/types/i18n/pt_BR.d.ts +13 -0
  99. package/dist/types/i18n/ru.d.ts +13 -0
  100. package/dist/types/i18n/sv.d.ts +13 -0
  101. package/dist/types/i18n/th.d.ts +13 -0
  102. package/dist/types/i18n/tr.d.ts +13 -0
  103. package/dist/types/i18n/uk.d.ts +13 -0
  104. package/dist/types/i18n/vi.d.ts +13 -0
  105. package/dist/types/i18n/zh.d.ts +13 -0
  106. package/dist/types/i18n/zh_TW.d.ts +13 -0
  107. package/dist/types-ts4.5/i18n/cs.d.ts +13 -0
  108. package/dist/types-ts4.5/i18n/da.d.ts +13 -0
  109. package/dist/types-ts4.5/i18n/de.d.ts +13 -0
  110. package/dist/types-ts4.5/i18n/en.d.ts +18 -0
  111. package/dist/types-ts4.5/i18n/en_GB.d.ts +18 -0
  112. package/dist/types-ts4.5/i18n/es.d.ts +13 -0
  113. package/dist/types-ts4.5/i18n/fi.d.ts +13 -0
  114. package/dist/types-ts4.5/i18n/fr.d.ts +13 -0
  115. package/dist/types-ts4.5/i18n/hu.d.ts +13 -0
  116. package/dist/types-ts4.5/i18n/it.d.ts +13 -0
  117. package/dist/types-ts4.5/i18n/ja.d.ts +13 -0
  118. package/dist/types-ts4.5/i18n/ko.d.ts +13 -0
  119. package/dist/types-ts4.5/i18n/nb.d.ts +13 -0
  120. package/dist/types-ts4.5/i18n/nl.d.ts +13 -0
  121. package/dist/types-ts4.5/i18n/pl.d.ts +13 -0
  122. package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -0
  123. package/dist/types-ts4.5/i18n/ru.d.ts +13 -0
  124. package/dist/types-ts4.5/i18n/sv.d.ts +13 -0
  125. package/dist/types-ts4.5/i18n/th.d.ts +13 -0
  126. package/dist/types-ts4.5/i18n/tr.d.ts +13 -0
  127. package/dist/types-ts4.5/i18n/uk.d.ts +13 -0
  128. package/dist/types-ts4.5/i18n/vi.d.ts +13 -0
  129. package/dist/types-ts4.5/i18n/zh.d.ts +13 -0
  130. package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -0
  131. package/package.json +2 -2
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -39,5 +52,10 @@ declare const _default: {
39
52
  'pt.team-profile-card.team.member.count-including-you': string;
40
53
  'pt.team-profile-card.team.member.many': string;
41
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
56
+ 'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
57
+ 'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
58
+ 'ptc-directory.agent-profile.action.dropdown.duplicate.nonfinal': string;
59
+ 'ptc-directory.agent-profile.action.dropdown.edit.nonfinal': string;
42
60
  };
43
61
  export default _default;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -39,5 +52,10 @@ declare const _default: {
39
52
  'pt.team-profile-card.team.member.count-including-you': string;
40
53
  'pt.team-profile-card.team.member.many': string;
41
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
56
+ 'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
57
+ 'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
58
+ 'ptc-directory.agent-profile.action.dropdown.duplicate.nonfinal': string;
59
+ 'ptc-directory.agent-profile.action.dropdown.edit.nonfinal': string;
42
60
  };
43
61
  export default _default;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -39,5 +52,10 @@ declare const _default: {
39
52
  'pt.team-profile-card.team.member.count-including-you': string;
40
53
  'pt.team-profile-card.team.member.many': string;
41
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
56
+ 'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
57
+ 'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
58
+ 'ptc-directory.agent-profile.action.dropdown.duplicate.nonfinal': string;
59
+ 'ptc-directory.agent-profile.action.dropdown.edit.nonfinal': string;
42
60
  };
43
61
  export default _default;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;
@@ -39,5 +52,10 @@ declare const _default: {
39
52
  'pt.team-profile-card.team.member.count-including-you': string;
40
53
  'pt.team-profile-card.team.member.many': string;
41
54
  'pt.team-profile-card.team.member.many-including-you': string;
55
+ 'ptc-directory.agent-profile.action.dropdown.chat-to-agent.nonfinal': string;
56
+ 'ptc-directory.agent-profile.action.dropdown.copy-link.nonfinal': string;
57
+ 'ptc-directory.agent-profile.action.dropdown.delete.nonfinal': string;
58
+ 'ptc-directory.agent-profile.action.dropdown.duplicate.nonfinal': string;
59
+ 'ptc-directory.agent-profile.action.dropdown.edit.nonfinal': string;
42
60
  };
43
61
  export default _default;
@@ -5,6 +5,19 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'profilecard.agent-profile-card.delete-agent-error-flag-description': string;
9
+ 'profilecard.agent-profile-card.delete-agent-error-flag-title': string;
10
+ 'profilecard.agent-profile-card.delete-agent-success-flag-description': string;
11
+ 'profilecard.agent-profile-card.delete-agent-success-flag-title': string;
12
+ 'profilecard.agent-profile.agent-delete-confirm.cancel-text': string;
13
+ 'profilecard.agent-profile.agent-delete-confirm.confirm-text': string;
14
+ 'profilecard.agent-profile.delete-agent-confirm-body': string;
15
+ 'profilecard.agent-profile.delete-agent-confirm-title': string;
16
+ 'profilecard.agent-profile.delete-agent-error': string;
17
+ 'profilecard.agent-profile.delete-agent-error.agent-in-use': string;
18
+ 'profilecard.agent-profile.delete-agent-error.agent-not-found': string;
19
+ 'profilecard.agent-profile.delete-agent-error.incorrect-owner': string;
20
+ 'profilecard.agent-profile.delete-agent-success': string;
8
21
  'profilecard.user.trigger.aria-label': string;
9
22
  'profilecard.user.trigger.fallback-aria-label': string;
10
23
  'pt.profile-card.closed.account': string;