@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.
- package/CHANGELOG.md +8 -0
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/components/Agent/hooks/useAgentActions.js +1 -1
- package/dist/cjs/i18n/cs.js +13 -0
- package/dist/cjs/i18n/da.js +13 -0
- package/dist/cjs/i18n/de.js +13 -0
- package/dist/cjs/i18n/en.js +19 -1
- package/dist/cjs/i18n/en_GB.js +19 -1
- package/dist/cjs/i18n/es.js +13 -0
- package/dist/cjs/i18n/fi.js +13 -0
- package/dist/cjs/i18n/fr.js +13 -0
- package/dist/cjs/i18n/hu.js +13 -0
- package/dist/cjs/i18n/it.js +13 -0
- package/dist/cjs/i18n/ja.js +13 -0
- package/dist/cjs/i18n/ko.js +13 -0
- package/dist/cjs/i18n/nb.js +13 -0
- package/dist/cjs/i18n/nl.js +13 -0
- package/dist/cjs/i18n/pl.js +13 -0
- package/dist/cjs/i18n/pt_BR.js +13 -0
- package/dist/cjs/i18n/ru.js +13 -0
- package/dist/cjs/i18n/sv.js +13 -0
- package/dist/cjs/i18n/th.js +13 -0
- package/dist/cjs/i18n/tr.js +13 -0
- package/dist/cjs/i18n/uk.js +13 -0
- package/dist/cjs/i18n/vi.js +13 -0
- package/dist/cjs/i18n/zh.js +13 -0
- package/dist/cjs/i18n/zh_TW.js +13 -0
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.js +1 -1
- package/dist/es2019/components/Agent/hooks/useAgentActions.js +1 -1
- package/dist/es2019/i18n/cs.js +13 -0
- package/dist/es2019/i18n/da.js +13 -0
- package/dist/es2019/i18n/de.js +13 -0
- package/dist/es2019/i18n/en.js +19 -1
- package/dist/es2019/i18n/en_GB.js +19 -1
- package/dist/es2019/i18n/es.js +13 -0
- package/dist/es2019/i18n/fi.js +13 -0
- package/dist/es2019/i18n/fr.js +13 -0
- package/dist/es2019/i18n/hu.js +13 -0
- package/dist/es2019/i18n/it.js +13 -0
- package/dist/es2019/i18n/ja.js +13 -0
- package/dist/es2019/i18n/ko.js +13 -0
- package/dist/es2019/i18n/nb.js +13 -0
- package/dist/es2019/i18n/nl.js +13 -0
- package/dist/es2019/i18n/pl.js +13 -0
- package/dist/es2019/i18n/pt_BR.js +13 -0
- package/dist/es2019/i18n/ru.js +13 -0
- package/dist/es2019/i18n/sv.js +13 -0
- package/dist/es2019/i18n/th.js +13 -0
- package/dist/es2019/i18n/tr.js +13 -0
- package/dist/es2019/i18n/uk.js +13 -0
- package/dist/es2019/i18n/vi.js +13 -0
- package/dist/es2019/i18n/zh.js +13 -0
- package/dist/es2019/i18n/zh_TW.js +13 -0
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/client/getTeamFromAGG.js +1 -1
- package/dist/esm/components/Agent/hooks/useAgentActions.js +1 -1
- package/dist/esm/i18n/cs.js +13 -0
- package/dist/esm/i18n/da.js +13 -0
- package/dist/esm/i18n/de.js +13 -0
- package/dist/esm/i18n/en.js +19 -1
- package/dist/esm/i18n/en_GB.js +19 -1
- package/dist/esm/i18n/es.js +13 -0
- package/dist/esm/i18n/fi.js +13 -0
- package/dist/esm/i18n/fr.js +13 -0
- package/dist/esm/i18n/hu.js +13 -0
- package/dist/esm/i18n/it.js +13 -0
- package/dist/esm/i18n/ja.js +13 -0
- package/dist/esm/i18n/ko.js +13 -0
- package/dist/esm/i18n/nb.js +13 -0
- package/dist/esm/i18n/nl.js +13 -0
- package/dist/esm/i18n/pl.js +13 -0
- package/dist/esm/i18n/pt_BR.js +13 -0
- package/dist/esm/i18n/ru.js +13 -0
- package/dist/esm/i18n/sv.js +13 -0
- package/dist/esm/i18n/th.js +13 -0
- package/dist/esm/i18n/tr.js +13 -0
- package/dist/esm/i18n/uk.js +13 -0
- package/dist/esm/i18n/vi.js +13 -0
- package/dist/esm/i18n/zh.js +13 -0
- package/dist/esm/i18n/zh_TW.js +13 -0
- package/dist/esm/util/analytics.js +1 -1
- package/dist/types/i18n/cs.d.ts +13 -0
- package/dist/types/i18n/da.d.ts +13 -0
- package/dist/types/i18n/de.d.ts +13 -0
- package/dist/types/i18n/en.d.ts +18 -0
- package/dist/types/i18n/en_GB.d.ts +18 -0
- package/dist/types/i18n/es.d.ts +13 -0
- package/dist/types/i18n/fi.d.ts +13 -0
- package/dist/types/i18n/fr.d.ts +13 -0
- package/dist/types/i18n/hu.d.ts +13 -0
- package/dist/types/i18n/it.d.ts +13 -0
- package/dist/types/i18n/ja.d.ts +13 -0
- package/dist/types/i18n/ko.d.ts +13 -0
- package/dist/types/i18n/nb.d.ts +13 -0
- package/dist/types/i18n/nl.d.ts +13 -0
- package/dist/types/i18n/pl.d.ts +13 -0
- package/dist/types/i18n/pt_BR.d.ts +13 -0
- package/dist/types/i18n/ru.d.ts +13 -0
- package/dist/types/i18n/sv.d.ts +13 -0
- package/dist/types/i18n/th.d.ts +13 -0
- package/dist/types/i18n/tr.d.ts +13 -0
- package/dist/types/i18n/uk.d.ts +13 -0
- package/dist/types/i18n/vi.d.ts +13 -0
- package/dist/types/i18n/zh.d.ts +13 -0
- package/dist/types/i18n/zh_TW.d.ts +13 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +13 -0
- package/dist/types-ts4.5/i18n/da.d.ts +13 -0
- package/dist/types-ts4.5/i18n/de.d.ts +13 -0
- package/dist/types-ts4.5/i18n/en.d.ts +18 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +18 -0
- package/dist/types-ts4.5/i18n/es.d.ts +13 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +13 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +13 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +13 -0
- package/dist/types-ts4.5/i18n/it.d.ts +13 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +13 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +13 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +13 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +13 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +13 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +13 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +13 -0
- package/dist/types-ts4.5/i18n/th.d.ts +13 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +13 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +13 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +13 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -0
- package/package.json +2 -2
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -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;
|