@nexusclawhq/cli 0.3.39 → 0.3.41
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 +12 -0
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +12 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +12 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +969 -98
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +992 -117
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1938 -196
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +969 -98
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +997 -119
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/bundle.d.ts +16 -0
- package/dist/nexus-cli/src/commands/employee/bundle.js +31 -15
- package/dist/nexus-cli/src/commands/employee/bundle.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/bundle.test.d.ts +1 -0
- package/dist/nexus-cli/src/commands/employee/bundle.test.js +33 -0
- package/dist/nexus-cli/src/commands/employee/bundle.test.js.map +1 -0
- package/dist/nexus-cli/src/runtime/output-coordinator.js +4 -3
- package/dist/nexus-cli/src/runtime/output-coordinator.js.map +1 -1
- package/dist/nexus-cli/src/runtime/output-coordinator.test.js +28 -0
- package/dist/nexus-cli/src/runtime/output-coordinator.test.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-conversation-remote.js +2 -1
- package/dist/nexus-cli/src/services/workforce-conversation-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -966,6 +966,11 @@ export declare const locales: {
|
|
|
966
966
|
high: string;
|
|
967
967
|
medium: string;
|
|
968
968
|
low: string;
|
|
969
|
+
critical: string;
|
|
970
|
+
CRITICAL: string;
|
|
971
|
+
HIGH: string;
|
|
972
|
+
MEDIUM: string;
|
|
973
|
+
LOW: string;
|
|
969
974
|
};
|
|
970
975
|
overdue: string;
|
|
971
976
|
deadline: string;
|
|
@@ -1689,6 +1694,8 @@ export declare const locales: {
|
|
|
1689
1694
|
};
|
|
1690
1695
|
duplicateStrategyNames: {
|
|
1691
1696
|
skip: string;
|
|
1697
|
+
overwrite: string;
|
|
1698
|
+
create_new: string;
|
|
1692
1699
|
};
|
|
1693
1700
|
metrics: {
|
|
1694
1701
|
totalRows: string;
|
|
@@ -2627,6 +2634,55 @@ export declare const locales: {
|
|
|
2627
2634
|
aiKcGroundingTitle: string;
|
|
2628
2635
|
aiSopWorkflowHubTitle: string;
|
|
2629
2636
|
aiGuardrailPolicyIntelligenceTitle: string;
|
|
2637
|
+
objects: string;
|
|
2638
|
+
automation: string;
|
|
2639
|
+
integrations: string;
|
|
2640
|
+
dev: string;
|
|
2641
|
+
appColStatus: string;
|
|
2642
|
+
appColActions: string;
|
|
2643
|
+
autoNumberPrefix: string;
|
|
2644
|
+
autoNumberPrefixRequired: string;
|
|
2645
|
+
autoNumberStarting: string;
|
|
2646
|
+
autoNumberStartingRequired: string;
|
|
2647
|
+
aiTabSkills: string;
|
|
2648
|
+
aiTabTools: string;
|
|
2649
|
+
aiTabSettings: string;
|
|
2650
|
+
aiAuditActionAllow: string;
|
|
2651
|
+
aiAuditActionAudit: string;
|
|
2652
|
+
aiAuditActionConfirm: string;
|
|
2653
|
+
aiAuditActionApprove: string;
|
|
2654
|
+
aiAuditActionBlock: string;
|
|
2655
|
+
aiAuditApprovalPending: string;
|
|
2656
|
+
aiAuditApprovalApproved: string;
|
|
2657
|
+
aiAuditApprovalRejected: string;
|
|
2658
|
+
aiKcEditChunk: string;
|
|
2659
|
+
aiKcDetailLoadFailed: string;
|
|
2660
|
+
aiKcLoading: string;
|
|
2661
|
+
aiKcRetrievalCount: string;
|
|
2662
|
+
aiKcInjectionCount: string;
|
|
2663
|
+
aiKcReferenceCount: string;
|
|
2664
|
+
aiKcUpdateOk: string;
|
|
2665
|
+
aiKcDeleteOk: string;
|
|
2666
|
+
aiKcDeleteConfirm: string;
|
|
2667
|
+
aiSopStatusDraft: string;
|
|
2668
|
+
aiSopStatusReviewed: string;
|
|
2669
|
+
aiSopStatusActive: string;
|
|
2670
|
+
aiSopStatusArchived: string;
|
|
2671
|
+
rbHardDelete: string;
|
|
2672
|
+
rbPermanentDelete: string;
|
|
2673
|
+
rbPermanentDeleteUnavailable: string;
|
|
2674
|
+
rbSelectDelete: string;
|
|
2675
|
+
rbDeleteOk: string;
|
|
2676
|
+
rbDeleteFail: string;
|
|
2677
|
+
rbDeleteConfirmTitle: string;
|
|
2678
|
+
rbDeleteConfirmContent: string;
|
|
2679
|
+
rbCancel: string;
|
|
2680
|
+
aiSopCategoryGrowth: string;
|
|
2681
|
+
aiSopCategorySales: string;
|
|
2682
|
+
aiSopCategoryService: string;
|
|
2683
|
+
aiSopCategoryOnboarding: string;
|
|
2684
|
+
aiSopCategoryOperations: string;
|
|
2685
|
+
aiSopCategoryCompliance: string;
|
|
2630
2686
|
};
|
|
2631
2687
|
developer: {
|
|
2632
2688
|
apiCredentials: string;
|
|
@@ -2706,10 +2762,33 @@ export declare const locales: {
|
|
|
2706
2762
|
emptyNoneHint: string;
|
|
2707
2763
|
neverRefreshed: string;
|
|
2708
2764
|
refreshNow: string;
|
|
2709
|
-
type: {
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2765
|
+
type: {
|
|
2766
|
+
DEVELOPER: string;
|
|
2767
|
+
DEVELOPER_PRO: string;
|
|
2768
|
+
PARTIAL: string;
|
|
2769
|
+
FULL: string;
|
|
2770
|
+
};
|
|
2771
|
+
typeDesc: {
|
|
2772
|
+
DEVELOPER: string;
|
|
2773
|
+
DEVELOPER_PRO: string;
|
|
2774
|
+
PARTIAL: string;
|
|
2775
|
+
FULL: string;
|
|
2776
|
+
};
|
|
2777
|
+
status: {
|
|
2778
|
+
CREATING: string;
|
|
2779
|
+
ACTIVE: string;
|
|
2780
|
+
REFRESHING: string;
|
|
2781
|
+
DELETING: string;
|
|
2782
|
+
DELETED: string;
|
|
2783
|
+
ERROR: string;
|
|
2784
|
+
};
|
|
2785
|
+
stage: {
|
|
2786
|
+
DEVELOPMENT: string;
|
|
2787
|
+
INTEGRATION: string;
|
|
2788
|
+
UAT: string;
|
|
2789
|
+
STAGING: string;
|
|
2790
|
+
PRODUCTION: string;
|
|
2791
|
+
};
|
|
2713
2792
|
wizard: {
|
|
2714
2793
|
title: string;
|
|
2715
2794
|
stepType: string;
|
|
@@ -2728,12 +2807,25 @@ export declare const locales: {
|
|
|
2728
2807
|
stagePlaceholder: string;
|
|
2729
2808
|
stageRequired: string;
|
|
2730
2809
|
stageExtra: string;
|
|
2731
|
-
stageDesc: {
|
|
2810
|
+
stageDesc: {
|
|
2811
|
+
DEVELOPMENT: string;
|
|
2812
|
+
INTEGRATION: string;
|
|
2813
|
+
UAT: string;
|
|
2814
|
+
STAGING: string;
|
|
2815
|
+
PRODUCTION: string;
|
|
2816
|
+
};
|
|
2732
2817
|
sampleSizeLabel: string;
|
|
2733
2818
|
sampleSizeTooltip: string;
|
|
2734
2819
|
dataTemplateLabel: string;
|
|
2735
2820
|
dataTemplateRequired: string;
|
|
2736
|
-
template: {
|
|
2821
|
+
template: {
|
|
2822
|
+
minimal: string;
|
|
2823
|
+
minimalDesc: string;
|
|
2824
|
+
standard: string;
|
|
2825
|
+
standardDesc: string;
|
|
2826
|
+
comprehensive: string;
|
|
2827
|
+
comprehensiveDesc: string;
|
|
2828
|
+
};
|
|
2737
2829
|
fullWarningTitle: string;
|
|
2738
2830
|
fullWarningDesc: string;
|
|
2739
2831
|
confirmInfoTitle: string;
|
|
@@ -3475,6 +3567,10 @@ export declare const locales: {
|
|
|
3475
3567
|
deleteObjectDesc: string;
|
|
3476
3568
|
deleteConfirmInput: string;
|
|
3477
3569
|
confirmText: string;
|
|
3570
|
+
functionCategoryMath: string;
|
|
3571
|
+
functionCategoryString: string;
|
|
3572
|
+
functionCategoryDate: string;
|
|
3573
|
+
functionCategoryLogic: string;
|
|
3478
3574
|
};
|
|
3479
3575
|
permission: {
|
|
3480
3576
|
tabPermissions: string;
|
|
@@ -3556,6 +3652,8 @@ export declare const locales: {
|
|
|
3556
3652
|
maxSessionsHint: string;
|
|
3557
3653
|
policyLabel: string;
|
|
3558
3654
|
policyDesc: string;
|
|
3655
|
+
policy_KICK_OLDEST: string;
|
|
3656
|
+
policy_BLOCK_NEW: string;
|
|
3559
3657
|
};
|
|
3560
3658
|
activationStatus: string;
|
|
3561
3659
|
activationStatusDesc: string;
|
|
@@ -3878,6 +3976,9 @@ export declare const locales: {
|
|
|
3878
3976
|
status: {
|
|
3879
3977
|
active: string;
|
|
3880
3978
|
failed: string;
|
|
3979
|
+
creating: string;
|
|
3980
|
+
dropping: string;
|
|
3981
|
+
dropped: string;
|
|
3881
3982
|
};
|
|
3882
3983
|
};
|
|
3883
3984
|
appWizard: {
|
|
@@ -4244,7 +4345,30 @@ export declare const locales: {
|
|
|
4244
4345
|
account: string;
|
|
4245
4346
|
opportunity: string;
|
|
4246
4347
|
activity: string;
|
|
4247
|
-
|
|
4348
|
+
lead: string;
|
|
4349
|
+
contact: string;
|
|
4350
|
+
task: string;
|
|
4351
|
+
case: string;
|
|
4352
|
+
product: string;
|
|
4353
|
+
};
|
|
4354
|
+
recordQueryLoading: string;
|
|
4355
|
+
recordQueryDone: string;
|
|
4356
|
+
recordCreateLoading: string;
|
|
4357
|
+
recordCreateDone: string;
|
|
4358
|
+
recordUpdateLoading: string;
|
|
4359
|
+
recordUpdateDone: string;
|
|
4360
|
+
recordDeleteLoading: string;
|
|
4361
|
+
recordDeleteDone: string;
|
|
4362
|
+
knowledgeSearchLoading: string;
|
|
4363
|
+
knowledgeSearchDone: string;
|
|
4364
|
+
emailDraftLoading: string;
|
|
4365
|
+
emailDraftDone: string;
|
|
4366
|
+
emailSendLoading: string;
|
|
4367
|
+
emailSendDone: string;
|
|
4368
|
+
reportAggregateLoading: string;
|
|
4369
|
+
reportAggregateDone: string;
|
|
4370
|
+
webSearchLoading: string;
|
|
4371
|
+
webSearchDone: string;
|
|
4248
4372
|
};
|
|
4249
4373
|
};
|
|
4250
4374
|
agentDemo: {
|
|
@@ -4580,6 +4704,12 @@ export declare const locales: {
|
|
|
4580
4704
|
viewDetail: string;
|
|
4581
4705
|
success: string;
|
|
4582
4706
|
error: string;
|
|
4707
|
+
startSuccess: string;
|
|
4708
|
+
startError: string;
|
|
4709
|
+
pauseSuccess: string;
|
|
4710
|
+
pauseError: string;
|
|
4711
|
+
cancelSuccess: string;
|
|
4712
|
+
cancelError: string;
|
|
4583
4713
|
};
|
|
4584
4714
|
filter: {
|
|
4585
4715
|
status: {
|
|
@@ -4587,19 +4717,33 @@ export declare const locales: {
|
|
|
4587
4717
|
running: string;
|
|
4588
4718
|
paused: string;
|
|
4589
4719
|
completed: string;
|
|
4720
|
+
all: string;
|
|
4721
|
+
scheduled: string;
|
|
4722
|
+
cancelled: string;
|
|
4590
4723
|
};
|
|
4591
4724
|
type: {
|
|
4592
4725
|
manual: string;
|
|
4726
|
+
all: string;
|
|
4727
|
+
preview: string;
|
|
4728
|
+
progressive: string;
|
|
4729
|
+
predictive: string;
|
|
4730
|
+
ai_auto: string;
|
|
4593
4731
|
};
|
|
4594
4732
|
};
|
|
4595
4733
|
type: {
|
|
4596
4734
|
manual: string;
|
|
4735
|
+
preview: string;
|
|
4736
|
+
progressive: string;
|
|
4737
|
+
predictive: string;
|
|
4738
|
+
ai_auto: string;
|
|
4597
4739
|
};
|
|
4598
4740
|
status: {
|
|
4599
4741
|
draft: string;
|
|
4600
4742
|
running: string;
|
|
4601
4743
|
paused: string;
|
|
4602
4744
|
completed: string;
|
|
4745
|
+
scheduled: string;
|
|
4746
|
+
cancelled: string;
|
|
4603
4747
|
};
|
|
4604
4748
|
stats: {
|
|
4605
4749
|
total: string;
|
|
@@ -4687,15 +4831,28 @@ export declare const locales: {
|
|
|
4687
4831
|
};
|
|
4688
4832
|
createModal: {
|
|
4689
4833
|
type: {
|
|
4690
|
-
manual: {
|
|
4834
|
+
manual: {
|
|
4835
|
+
label: string;
|
|
4836
|
+
desc: string;
|
|
4837
|
+
};
|
|
4691
4838
|
preview: {
|
|
4692
4839
|
label: string;
|
|
4693
4840
|
desc: string;
|
|
4694
4841
|
};
|
|
4695
|
-
progressive: {
|
|
4696
|
-
|
|
4842
|
+
progressive: {
|
|
4843
|
+
label: string;
|
|
4844
|
+
desc: string;
|
|
4845
|
+
};
|
|
4846
|
+
ai_auto: {
|
|
4847
|
+
label: string;
|
|
4848
|
+
desc: string;
|
|
4849
|
+
};
|
|
4850
|
+
};
|
|
4851
|
+
contactSource: {
|
|
4852
|
+
list_view: string;
|
|
4853
|
+
csv: string;
|
|
4854
|
+
segment: string;
|
|
4697
4855
|
};
|
|
4698
|
-
contactSource: {};
|
|
4699
4856
|
timezone: {
|
|
4700
4857
|
"Asia/Shanghai": string;
|
|
4701
4858
|
"Asia/Tokyo": string;
|
|
@@ -4784,6 +4941,17 @@ export declare const locales: {
|
|
|
4784
4941
|
colTargetCustomer: string;
|
|
4785
4942
|
colLearning: string;
|
|
4786
4943
|
executionQueue: string;
|
|
4944
|
+
customerHistoryTitle: string;
|
|
4945
|
+
customerHistoryDescription: string;
|
|
4946
|
+
backToAllExecutions: string;
|
|
4947
|
+
trigger: {
|
|
4948
|
+
manual: string;
|
|
4949
|
+
schedule: string;
|
|
4950
|
+
event: string;
|
|
4951
|
+
agentTest: string;
|
|
4952
|
+
message: string;
|
|
4953
|
+
other: string;
|
|
4954
|
+
};
|
|
4787
4955
|
fleet: {
|
|
4788
4956
|
title: string;
|
|
4789
4957
|
windowLabel: string;
|
|
@@ -5314,6 +5482,10 @@ export declare const locales: {
|
|
|
5314
5482
|
intro: string;
|
|
5315
5483
|
create: string;
|
|
5316
5484
|
open: string;
|
|
5485
|
+
refresh: string;
|
|
5486
|
+
refreshAria: string;
|
|
5487
|
+
refreshSuccess: string;
|
|
5488
|
+
refreshError: string;
|
|
5317
5489
|
deleteConfirm: string;
|
|
5318
5490
|
deleteAria: string;
|
|
5319
5491
|
deleteSuccess: string;
|
|
@@ -5387,13 +5559,19 @@ export declare const locales: {
|
|
|
5387
5559
|
title: string;
|
|
5388
5560
|
refresh: string;
|
|
5389
5561
|
refreshSuccess: string;
|
|
5562
|
+
refreshSuccessWithSummary: string;
|
|
5390
5563
|
refreshError: string;
|
|
5391
5564
|
estimatedCount: string;
|
|
5392
5565
|
totalCount: string;
|
|
5393
5566
|
colContactId: string;
|
|
5394
5567
|
colSource: string;
|
|
5395
5568
|
colAddedAt: string;
|
|
5396
|
-
sourceOption: {
|
|
5569
|
+
sourceOption: {
|
|
5570
|
+
filter: string;
|
|
5571
|
+
csv_import: string;
|
|
5572
|
+
manual: string;
|
|
5573
|
+
recipient_list_import: string;
|
|
5574
|
+
};
|
|
5397
5575
|
};
|
|
5398
5576
|
};
|
|
5399
5577
|
emailMarketing: {
|
|
@@ -5623,16 +5801,28 @@ export declare const locales: {
|
|
|
5623
5801
|
};
|
|
5624
5802
|
action: {
|
|
5625
5803
|
description: string;
|
|
5804
|
+
name: string;
|
|
5626
5805
|
};
|
|
5627
5806
|
decision: {
|
|
5628
5807
|
description: string;
|
|
5808
|
+
name: string;
|
|
5629
5809
|
};
|
|
5630
5810
|
wait: {
|
|
5631
5811
|
description: string;
|
|
5812
|
+
name: string;
|
|
5813
|
+
};
|
|
5814
|
+
split: {
|
|
5815
|
+
name: string;
|
|
5816
|
+
description: string;
|
|
5817
|
+
};
|
|
5818
|
+
goal: {
|
|
5819
|
+
name: string;
|
|
5820
|
+
description: string;
|
|
5821
|
+
};
|
|
5822
|
+
exit: {
|
|
5823
|
+
name: string;
|
|
5824
|
+
description: string;
|
|
5632
5825
|
};
|
|
5633
|
-
split: {};
|
|
5634
|
-
goal: {};
|
|
5635
|
-
exit: {};
|
|
5636
5826
|
};
|
|
5637
5827
|
};
|
|
5638
5828
|
nodeConfig: {
|
|
@@ -6220,18 +6410,23 @@ export declare const locales: {
|
|
|
6220
6410
|
risk: {
|
|
6221
6411
|
L0: {
|
|
6222
6412
|
label: string;
|
|
6413
|
+
action: string;
|
|
6223
6414
|
};
|
|
6224
6415
|
L1: {
|
|
6225
6416
|
label: string;
|
|
6417
|
+
action: string;
|
|
6226
6418
|
};
|
|
6227
6419
|
L2: {
|
|
6228
6420
|
label: string;
|
|
6421
|
+
action: string;
|
|
6229
6422
|
};
|
|
6230
6423
|
L3: {
|
|
6231
6424
|
label: string;
|
|
6425
|
+
action: string;
|
|
6232
6426
|
};
|
|
6233
6427
|
L4: {
|
|
6234
6428
|
label: string;
|
|
6429
|
+
action: string;
|
|
6235
6430
|
};
|
|
6236
6431
|
};
|
|
6237
6432
|
toolForm: {
|
|
@@ -6412,6 +6607,7 @@ export declare const locales: {
|
|
|
6412
6607
|
builderGuardrailTitle: string;
|
|
6413
6608
|
builderHighRiskActions: string;
|
|
6414
6609
|
builderIdentity: {
|
|
6610
|
+
independent: string;
|
|
6415
6611
|
assistant: string;
|
|
6416
6612
|
};
|
|
6417
6613
|
assistantIdentityBanner: string;
|
|
@@ -6437,7 +6633,15 @@ export declare const locales: {
|
|
|
6437
6633
|
builderKpiWindowMeta: string;
|
|
6438
6634
|
builderLearningDesc: string;
|
|
6439
6635
|
builderLearningRecommendationDesc: string;
|
|
6440
|
-
builderLifecycle: {
|
|
6636
|
+
builderLifecycle: {
|
|
6637
|
+
draft: string;
|
|
6638
|
+
approval_pending: string;
|
|
6639
|
+
ready: string;
|
|
6640
|
+
running: string;
|
|
6641
|
+
governance_needed: string;
|
|
6642
|
+
asset_gap: string;
|
|
6643
|
+
test_gap: string;
|
|
6644
|
+
};
|
|
6441
6645
|
builderLifecycleAction: string;
|
|
6442
6646
|
builderLifecycleStage: string;
|
|
6443
6647
|
builderMetricWindow: string;
|
|
@@ -6457,13 +6661,22 @@ export declare const locales: {
|
|
|
6457
6661
|
builderPreviewRestoring: string;
|
|
6458
6662
|
builderReadinessTitle: string;
|
|
6459
6663
|
builderReadiness: {
|
|
6664
|
+
identity: string;
|
|
6460
6665
|
knowledge: string;
|
|
6461
6666
|
guardrail: string;
|
|
6462
6667
|
access: string;
|
|
6463
6668
|
sop: string;
|
|
6669
|
+
test: string;
|
|
6670
|
+
loadFailed: string;
|
|
6671
|
+
loadFailedDescription: string;
|
|
6672
|
+
retry: string;
|
|
6464
6673
|
};
|
|
6465
6674
|
builderReadinessMenuCaption: string;
|
|
6466
|
-
builderReadinessStatus: {
|
|
6675
|
+
builderReadinessStatus: {
|
|
6676
|
+
ok: string;
|
|
6677
|
+
gap: string;
|
|
6678
|
+
unknown: string;
|
|
6679
|
+
};
|
|
6467
6680
|
builderRecentExecutions: string;
|
|
6468
6681
|
builderRecentFailure: string;
|
|
6469
6682
|
builderRecentFailureDesc: string;
|
|
@@ -6480,13 +6693,25 @@ export declare const locales: {
|
|
|
6480
6693
|
builderSavedState: string;
|
|
6481
6694
|
editProfile: string;
|
|
6482
6695
|
builderSection: {
|
|
6696
|
+
identity: string;
|
|
6697
|
+
sharing: string;
|
|
6698
|
+
cognitivePolicy: string;
|
|
6699
|
+
topics: string;
|
|
6700
|
+
actions: string;
|
|
6483
6701
|
knowledge: string;
|
|
6484
6702
|
guardrail: string;
|
|
6485
6703
|
access: string;
|
|
6486
6704
|
sop: string;
|
|
6705
|
+
learning: string;
|
|
6706
|
+
test: string;
|
|
6707
|
+
observability: string;
|
|
6487
6708
|
};
|
|
6488
6709
|
cognitive: {
|
|
6489
|
-
tab: {
|
|
6710
|
+
tab: {
|
|
6711
|
+
successContract: string;
|
|
6712
|
+
proactivePolicy: string;
|
|
6713
|
+
contextAndMemoryPolicy: string;
|
|
6714
|
+
};
|
|
6490
6715
|
successContractTitle: string;
|
|
6491
6716
|
successContractDesc: string;
|
|
6492
6717
|
proactivePolicyTitle: string;
|
|
@@ -6902,6 +7127,13 @@ export declare const locales: {
|
|
|
6902
7127
|
versionHistory: string;
|
|
6903
7128
|
writeRateLimit: string;
|
|
6904
7129
|
};
|
|
7130
|
+
nodeTypes: {
|
|
7131
|
+
topic: string;
|
|
7132
|
+
tool: string;
|
|
7133
|
+
guardrail: string;
|
|
7134
|
+
knowledge: string;
|
|
7135
|
+
model: string;
|
|
7136
|
+
};
|
|
6905
7137
|
};
|
|
6906
7138
|
servicebotAgentDesk: {
|
|
6907
7139
|
channel: {
|
|
@@ -7032,7 +7264,15 @@ export declare const locales: {
|
|
|
7032
7264
|
namePlaceholder: string;
|
|
7033
7265
|
descriptionPlaceholder: string;
|
|
7034
7266
|
scopeHint: string;
|
|
7035
|
-
permission: {
|
|
7267
|
+
permission: {
|
|
7268
|
+
dataRead: string;
|
|
7269
|
+
dataWrite: string;
|
|
7270
|
+
navigation: string;
|
|
7271
|
+
ui: string;
|
|
7272
|
+
platformScan: string;
|
|
7273
|
+
platformLocation: string;
|
|
7274
|
+
platformImage: string;
|
|
7275
|
+
};
|
|
7036
7276
|
onlyJs: string;
|
|
7037
7277
|
maxSize: string;
|
|
7038
7278
|
uploadSuccess: string;
|
|
@@ -7119,7 +7359,14 @@ export declare const locales: {
|
|
|
7119
7359
|
fontColor: string;
|
|
7120
7360
|
noAggHint: string;
|
|
7121
7361
|
title: string;
|
|
7122
|
-
conditionType: {
|
|
7362
|
+
conditionType: {
|
|
7363
|
+
gt: string;
|
|
7364
|
+
lt: string;
|
|
7365
|
+
eq: string;
|
|
7366
|
+
between: string;
|
|
7367
|
+
topN: string;
|
|
7368
|
+
bottomN: string;
|
|
7369
|
+
};
|
|
7123
7370
|
};
|
|
7124
7371
|
configPanel: {
|
|
7125
7372
|
collapsePanel: string;
|
|
@@ -7171,6 +7418,21 @@ export declare const locales: {
|
|
|
7171
7418
|
notEquals: string;
|
|
7172
7419
|
in: string;
|
|
7173
7420
|
notIn: string;
|
|
7421
|
+
between: string;
|
|
7422
|
+
before: string;
|
|
7423
|
+
after: string;
|
|
7424
|
+
thisWeek: string;
|
|
7425
|
+
lastWeek: string;
|
|
7426
|
+
thisMonth: string;
|
|
7427
|
+
lastMonth: string;
|
|
7428
|
+
thisQuarter: string;
|
|
7429
|
+
lastQuarter: string;
|
|
7430
|
+
thisYear: string;
|
|
7431
|
+
lastYear: string;
|
|
7432
|
+
thisFiscalQuarter: string;
|
|
7433
|
+
lastFiscalYear: string;
|
|
7434
|
+
lastNDays: string;
|
|
7435
|
+
nextNDays: string;
|
|
7174
7436
|
};
|
|
7175
7437
|
};
|
|
7176
7438
|
filtersTab: {
|
|
@@ -7325,6 +7587,13 @@ export declare const locales: {
|
|
|
7325
7587
|
statusScheduled: string;
|
|
7326
7588
|
statusScheduledHelperNext: string;
|
|
7327
7589
|
statusScheduledHelperFirst: string;
|
|
7590
|
+
weekdaySunday: string;
|
|
7591
|
+
weekdayMonday: string;
|
|
7592
|
+
weekdayTuesday: string;
|
|
7593
|
+
weekdayWednesday: string;
|
|
7594
|
+
weekdayThursday: string;
|
|
7595
|
+
weekdayFriday: string;
|
|
7596
|
+
weekdaySaturday: string;
|
|
7328
7597
|
};
|
|
7329
7598
|
selectFields: {};
|
|
7330
7599
|
selectObject: {};
|
|
@@ -7367,7 +7636,12 @@ export declare const locales: {
|
|
|
7367
7636
|
saveFailed: string;
|
|
7368
7637
|
saveFirst: string;
|
|
7369
7638
|
undo: string;
|
|
7370
|
-
reportTypeOptions: {
|
|
7639
|
+
reportTypeOptions: {
|
|
7640
|
+
tabular: string;
|
|
7641
|
+
summary: string;
|
|
7642
|
+
matrix: string;
|
|
7643
|
+
joined: string;
|
|
7644
|
+
};
|
|
7371
7645
|
apiNamePlaceholder: string;
|
|
7372
7646
|
close: string;
|
|
7373
7647
|
};
|
|
@@ -7628,13 +7902,34 @@ export declare const locales: {
|
|
|
7628
7902
|
customDomainMax: string;
|
|
7629
7903
|
customDomainPlaceholder: string;
|
|
7630
7904
|
templateOptions: {
|
|
7631
|
-
BLANK: {
|
|
7632
|
-
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
|
|
7905
|
+
BLANK: {
|
|
7906
|
+
label: string;
|
|
7907
|
+
description: string;
|
|
7908
|
+
};
|
|
7909
|
+
CUSTOMER_SERVICE: {
|
|
7910
|
+
label: string;
|
|
7911
|
+
description: string;
|
|
7912
|
+
};
|
|
7913
|
+
HELP_CENTER: {
|
|
7914
|
+
label: string;
|
|
7915
|
+
description: string;
|
|
7916
|
+
};
|
|
7917
|
+
PARTNER_CENTRAL: {
|
|
7918
|
+
label: string;
|
|
7919
|
+
description: string;
|
|
7920
|
+
};
|
|
7921
|
+
SELF_SERVICE: {
|
|
7922
|
+
label: string;
|
|
7923
|
+
description: string;
|
|
7924
|
+
};
|
|
7925
|
+
COMMUNITY: {
|
|
7926
|
+
label: string;
|
|
7927
|
+
description: string;
|
|
7928
|
+
};
|
|
7929
|
+
MICROSITE: {
|
|
7930
|
+
label: string;
|
|
7931
|
+
description: string;
|
|
7932
|
+
};
|
|
7638
7933
|
};
|
|
7639
7934
|
};
|
|
7640
7935
|
list: {
|
|
@@ -8112,7 +8407,14 @@ export declare const locales: {
|
|
|
8112
8407
|
};
|
|
8113
8408
|
cardConfig: {
|
|
8114
8409
|
cardType: string;
|
|
8115
|
-
cardTypeOption: {
|
|
8410
|
+
cardTypeOption: {
|
|
8411
|
+
metric: string;
|
|
8412
|
+
list: string;
|
|
8413
|
+
chart: string;
|
|
8414
|
+
pending_actions: string;
|
|
8415
|
+
recent: string;
|
|
8416
|
+
custom: string;
|
|
8417
|
+
};
|
|
8116
8418
|
title: string;
|
|
8117
8419
|
icon: string;
|
|
8118
8420
|
relatedObject: string;
|
|
@@ -8179,7 +8481,14 @@ export declare const locales: {
|
|
|
8179
8481
|
targetValue: string;
|
|
8180
8482
|
route: string;
|
|
8181
8483
|
flowVersionId: string;
|
|
8182
|
-
actionTypeOption: {
|
|
8484
|
+
actionTypeOption: {
|
|
8485
|
+
create_related: string;
|
|
8486
|
+
update_field: string;
|
|
8487
|
+
trigger_flow: string;
|
|
8488
|
+
call: string;
|
|
8489
|
+
email: string;
|
|
8490
|
+
navigate: string;
|
|
8491
|
+
};
|
|
8183
8492
|
};
|
|
8184
8493
|
fabConfig: {
|
|
8185
8494
|
buttonName: string;
|
|
@@ -8187,6 +8496,12 @@ export declare const locales: {
|
|
|
8187
8496
|
actionType: string;
|
|
8188
8497
|
createObject: string;
|
|
8189
8498
|
route: string;
|
|
8499
|
+
fabTypeOption: {
|
|
8500
|
+
create: string;
|
|
8501
|
+
scan: string;
|
|
8502
|
+
navigate: string;
|
|
8503
|
+
trigger_flow: string;
|
|
8504
|
+
};
|
|
8190
8505
|
};
|
|
8191
8506
|
tabConfig: {
|
|
8192
8507
|
tabName: string;
|
|
@@ -8918,8 +9233,29 @@ export declare const locales: {
|
|
|
8918
9233
|
noDeployResults: string;
|
|
8919
9234
|
};
|
|
8920
9235
|
objectFieldsPages: {
|
|
8921
|
-
fieldTypeOption: {
|
|
8922
|
-
|
|
9236
|
+
fieldTypeOption: {
|
|
9237
|
+
TEXT: string;
|
|
9238
|
+
LONG_TEXT: string;
|
|
9239
|
+
NUMBER: string;
|
|
9240
|
+
DATE: string;
|
|
9241
|
+
DATETIME: string;
|
|
9242
|
+
BOOLEAN: string;
|
|
9243
|
+
SELECT: string;
|
|
9244
|
+
MULTI_SELECT: string;
|
|
9245
|
+
RELATION: string;
|
|
9246
|
+
EMAIL: string;
|
|
9247
|
+
PHONE: string;
|
|
9248
|
+
URL: string;
|
|
9249
|
+
CURRENCY: string;
|
|
9250
|
+
UUID: string;
|
|
9251
|
+
FORMULA: string;
|
|
9252
|
+
ROLLUP: string;
|
|
9253
|
+
};
|
|
9254
|
+
relationTypeOption: {
|
|
9255
|
+
ONE_TO_MANY: string;
|
|
9256
|
+
MANY_TO_ONE: string;
|
|
9257
|
+
MANY_TO_MANY: string;
|
|
9258
|
+
};
|
|
8923
9259
|
breadcrumbSettings: string;
|
|
8924
9260
|
breadcrumbObjects: string;
|
|
8925
9261
|
breadcrumbNewField: string;
|
|
@@ -10914,14 +11250,42 @@ export declare const locales: {
|
|
|
10914
11250
|
homePrimaryChainLabel: string;
|
|
10915
11251
|
homeExtendedLabel: string;
|
|
10916
11252
|
homeCards: {
|
|
10917
|
-
profiles: {
|
|
10918
|
-
|
|
10919
|
-
|
|
10920
|
-
|
|
10921
|
-
|
|
10922
|
-
|
|
10923
|
-
|
|
10924
|
-
|
|
11253
|
+
profiles: {
|
|
11254
|
+
title: string;
|
|
11255
|
+
description: string;
|
|
11256
|
+
step: string;
|
|
11257
|
+
};
|
|
11258
|
+
dealRegistrations: {
|
|
11259
|
+
title: string;
|
|
11260
|
+
description: string;
|
|
11261
|
+
step: string;
|
|
11262
|
+
};
|
|
11263
|
+
referrals: {
|
|
11264
|
+
title: string;
|
|
11265
|
+
description: string;
|
|
11266
|
+
step: string;
|
|
11267
|
+
};
|
|
11268
|
+
insights: {
|
|
11269
|
+
title: string;
|
|
11270
|
+
description: string;
|
|
11271
|
+
step: string;
|
|
11272
|
+
};
|
|
11273
|
+
channelSources: {
|
|
11274
|
+
title: string;
|
|
11275
|
+
description: string;
|
|
11276
|
+
};
|
|
11277
|
+
jointMarketing: {
|
|
11278
|
+
title: string;
|
|
11279
|
+
description: string;
|
|
11280
|
+
};
|
|
11281
|
+
enablement: {
|
|
11282
|
+
title: string;
|
|
11283
|
+
description: string;
|
|
11284
|
+
};
|
|
11285
|
+
integrations: {
|
|
11286
|
+
title: string;
|
|
11287
|
+
description: string;
|
|
11288
|
+
};
|
|
10925
11289
|
};
|
|
10926
11290
|
};
|
|
10927
11291
|
platformAdmin: {
|
|
@@ -11122,7 +11486,13 @@ export declare const locales: {
|
|
|
11122
11486
|
memberTypeLabel: string;
|
|
11123
11487
|
memberTypePlaceholder: string;
|
|
11124
11488
|
memberTypeRequired: string;
|
|
11125
|
-
memberTypeOption: {
|
|
11489
|
+
memberTypeOption: {
|
|
11490
|
+
USER: string;
|
|
11491
|
+
ROLE: string;
|
|
11492
|
+
ROLE_AND_SUBORDINATES: string;
|
|
11493
|
+
ORG_NODE: string;
|
|
11494
|
+
PUBLIC_GROUP: string;
|
|
11495
|
+
};
|
|
11126
11496
|
referenceRequired: string;
|
|
11127
11497
|
searchPlaceholder: string;
|
|
11128
11498
|
selectMember: string;
|
|
@@ -11160,7 +11530,13 @@ export declare const locales: {
|
|
|
11160
11530
|
labelMemberCount: string;
|
|
11161
11531
|
memberRemoved: string;
|
|
11162
11532
|
memberNameUnavailable: string;
|
|
11163
|
-
memberTypeOption: {
|
|
11533
|
+
memberTypeOption: {
|
|
11534
|
+
USER: string;
|
|
11535
|
+
ROLE: string;
|
|
11536
|
+
ROLE_AND_SUBORDINATES: string;
|
|
11537
|
+
ORG_NODE: string;
|
|
11538
|
+
PUBLIC_GROUP: string;
|
|
11539
|
+
};
|
|
11164
11540
|
membersTitle: string;
|
|
11165
11541
|
noMembers: string;
|
|
11166
11542
|
notFound: string;
|
|
@@ -11410,8 +11786,25 @@ export declare const locales: {
|
|
|
11410
11786
|
totalCount: string;
|
|
11411
11787
|
riskGroup: {
|
|
11412
11788
|
access: string;
|
|
11789
|
+
captcha: string;
|
|
11790
|
+
identity: string;
|
|
11791
|
+
risk: string;
|
|
11792
|
+
system: string;
|
|
11793
|
+
};
|
|
11794
|
+
failureCode: {
|
|
11795
|
+
CAPTCHA_REQUIRED: string;
|
|
11796
|
+
CAPTCHA_FAILED: string;
|
|
11797
|
+
EMAIL_DUPLICATE: string;
|
|
11798
|
+
USERNAME_DUPLICATE: string;
|
|
11799
|
+
FORBIDDEN: string;
|
|
11800
|
+
BAD_REQUEST: string;
|
|
11801
|
+
SIGNUP_FAILED: string;
|
|
11802
|
+
RATE_LIMITED: string;
|
|
11803
|
+
IP_RATE_LIMITED: string;
|
|
11804
|
+
EMAIL_RATE_LIMITED: string;
|
|
11805
|
+
PROVISIONING_CONFLICT: string;
|
|
11806
|
+
PROVISIONING_FAILED: string;
|
|
11413
11807
|
};
|
|
11414
|
-
failureCode: {};
|
|
11415
11808
|
};
|
|
11416
11809
|
};
|
|
11417
11810
|
marketingPages: {
|
|
@@ -11733,7 +12126,14 @@ export declare const locales: {
|
|
|
11733
12126
|
description: string;
|
|
11734
12127
|
actionHint: string;
|
|
11735
12128
|
};
|
|
11736
|
-
dispositionLabel: {
|
|
12129
|
+
dispositionLabel: {
|
|
12130
|
+
interested: string;
|
|
12131
|
+
callback: string;
|
|
12132
|
+
not_interested: string;
|
|
12133
|
+
no_answer: string;
|
|
12134
|
+
voicemail: string;
|
|
12135
|
+
other: string;
|
|
12136
|
+
};
|
|
11737
12137
|
};
|
|
11738
12138
|
itemTable: {
|
|
11739
12139
|
filterStatusPlaceholder: string;
|
|
@@ -11783,7 +12183,11 @@ export declare const locales: {
|
|
|
11783
12183
|
typeRequired: string;
|
|
11784
12184
|
typeEditTooltip: string;
|
|
11785
12185
|
typePlaceholder: string;
|
|
11786
|
-
typeOption: {
|
|
12186
|
+
typeOption: {
|
|
12187
|
+
object: string;
|
|
12188
|
+
page: string;
|
|
12189
|
+
url: string;
|
|
12190
|
+
};
|
|
11787
12191
|
objectLabel: string;
|
|
11788
12192
|
objectRequired: string;
|
|
11789
12193
|
objectPlaceholder: string;
|
|
@@ -12385,7 +12789,13 @@ export declare const locales: {
|
|
|
12385
12789
|
relationFieldLabel: string;
|
|
12386
12790
|
relationFieldPlaceholder: string;
|
|
12387
12791
|
aggregateFunctionLabel: string;
|
|
12388
|
-
functionOption: {
|
|
12792
|
+
functionOption: {
|
|
12793
|
+
SUM: string;
|
|
12794
|
+
COUNT: string;
|
|
12795
|
+
AVG: string;
|
|
12796
|
+
MIN: string;
|
|
12797
|
+
MAX: string;
|
|
12798
|
+
};
|
|
12389
12799
|
childFieldLabel: string;
|
|
12390
12800
|
childFieldPlaceholder: string;
|
|
12391
12801
|
filterCriteriaLabel: string;
|
|
@@ -12918,30 +13328,102 @@ export declare const locales: {
|
|
|
12918
13328
|
};
|
|
12919
13329
|
newFieldSelect: {
|
|
12920
13330
|
fieldType: {
|
|
12921
|
-
TEXT: {
|
|
12922
|
-
|
|
12923
|
-
|
|
12924
|
-
|
|
12925
|
-
|
|
12926
|
-
|
|
12927
|
-
|
|
12928
|
-
|
|
12929
|
-
|
|
12930
|
-
|
|
12931
|
-
|
|
12932
|
-
|
|
12933
|
-
|
|
12934
|
-
|
|
12935
|
-
|
|
12936
|
-
|
|
12937
|
-
|
|
12938
|
-
|
|
12939
|
-
|
|
12940
|
-
|
|
12941
|
-
|
|
12942
|
-
|
|
12943
|
-
|
|
12944
|
-
|
|
13331
|
+
TEXT: {
|
|
13332
|
+
label: string;
|
|
13333
|
+
description: string;
|
|
13334
|
+
};
|
|
13335
|
+
LONG_TEXT: {
|
|
13336
|
+
label: string;
|
|
13337
|
+
description: string;
|
|
13338
|
+
};
|
|
13339
|
+
NUMBER: {
|
|
13340
|
+
label: string;
|
|
13341
|
+
description: string;
|
|
13342
|
+
};
|
|
13343
|
+
BOOLEAN: {
|
|
13344
|
+
label: string;
|
|
13345
|
+
description: string;
|
|
13346
|
+
};
|
|
13347
|
+
DATE: {
|
|
13348
|
+
label: string;
|
|
13349
|
+
description: string;
|
|
13350
|
+
};
|
|
13351
|
+
DATE_TIME: {
|
|
13352
|
+
label: string;
|
|
13353
|
+
description: string;
|
|
13354
|
+
};
|
|
13355
|
+
SELECT: {
|
|
13356
|
+
label: string;
|
|
13357
|
+
description: string;
|
|
13358
|
+
};
|
|
13359
|
+
MULTI_SELECT: {
|
|
13360
|
+
label: string;
|
|
13361
|
+
description: string;
|
|
13362
|
+
};
|
|
13363
|
+
RATING: {
|
|
13364
|
+
label: string;
|
|
13365
|
+
description: string;
|
|
13366
|
+
};
|
|
13367
|
+
CURRENCY: {
|
|
13368
|
+
label: string;
|
|
13369
|
+
description: string;
|
|
13370
|
+
};
|
|
13371
|
+
EMAILS: {
|
|
13372
|
+
label: string;
|
|
13373
|
+
description: string;
|
|
13374
|
+
};
|
|
13375
|
+
PHONES: {
|
|
13376
|
+
label: string;
|
|
13377
|
+
description: string;
|
|
13378
|
+
};
|
|
13379
|
+
LINKS: {
|
|
13380
|
+
label: string;
|
|
13381
|
+
description: string;
|
|
13382
|
+
};
|
|
13383
|
+
FULL_NAME: {
|
|
13384
|
+
label: string;
|
|
13385
|
+
description: string;
|
|
13386
|
+
};
|
|
13387
|
+
ADDRESS: {
|
|
13388
|
+
label: string;
|
|
13389
|
+
description: string;
|
|
13390
|
+
};
|
|
13391
|
+
RELATION: {
|
|
13392
|
+
label: string;
|
|
13393
|
+
description: string;
|
|
13394
|
+
};
|
|
13395
|
+
UUID: {
|
|
13396
|
+
label: string;
|
|
13397
|
+
description: string;
|
|
13398
|
+
};
|
|
13399
|
+
RAW_JSON: {
|
|
13400
|
+
label: string;
|
|
13401
|
+
description: string;
|
|
13402
|
+
};
|
|
13403
|
+
ARRAY: {
|
|
13404
|
+
label: string;
|
|
13405
|
+
description: string;
|
|
13406
|
+
};
|
|
13407
|
+
FILES: {
|
|
13408
|
+
label: string;
|
|
13409
|
+
description: string;
|
|
13410
|
+
};
|
|
13411
|
+
GEOLOCATION: {
|
|
13412
|
+
label: string;
|
|
13413
|
+
description: string;
|
|
13414
|
+
};
|
|
13415
|
+
EXTERNAL_LOOKUP: {
|
|
13416
|
+
label: string;
|
|
13417
|
+
description: string;
|
|
13418
|
+
};
|
|
13419
|
+
FORMULA: {
|
|
13420
|
+
label: string;
|
|
13421
|
+
description: string;
|
|
13422
|
+
};
|
|
13423
|
+
ROLLUP: {
|
|
13424
|
+
label: string;
|
|
13425
|
+
description: string;
|
|
13426
|
+
};
|
|
12945
13427
|
};
|
|
12946
13428
|
categoryDescription: {
|
|
12947
13429
|
Basic: string;
|
|
@@ -14072,6 +14554,12 @@ export declare const locales: {
|
|
|
14072
14554
|
objAutomationExecution: string;
|
|
14073
14555
|
objLoginHistory: string;
|
|
14074
14556
|
objQuoteLineItem: string;
|
|
14557
|
+
chartArea: string;
|
|
14558
|
+
chartCombo: string;
|
|
14559
|
+
chartDonut: string;
|
|
14560
|
+
chartGauge: string;
|
|
14561
|
+
chartScatter: string;
|
|
14562
|
+
chartType: string;
|
|
14075
14563
|
};
|
|
14076
14564
|
servicebot: {
|
|
14077
14565
|
channels: string;
|
|
@@ -14669,8 +15157,19 @@ export declare const locales: {
|
|
|
14669
15157
|
loadFailed: string;
|
|
14670
15158
|
totalRecords: string;
|
|
14671
15159
|
noRecords: string;
|
|
14672
|
-
status: {
|
|
14673
|
-
|
|
15160
|
+
status: {
|
|
15161
|
+
RUNNING: string;
|
|
15162
|
+
COMPLETED: string;
|
|
15163
|
+
FAILED: string;
|
|
15164
|
+
CANCELLED: string;
|
|
15165
|
+
WAITING: string;
|
|
15166
|
+
};
|
|
15167
|
+
triggerType: {
|
|
15168
|
+
RECORD_TRIGGER: string;
|
|
15169
|
+
MANUAL: string;
|
|
15170
|
+
SCHEDULED: string;
|
|
15171
|
+
SUBFLOW: string;
|
|
15172
|
+
};
|
|
14674
15173
|
};
|
|
14675
15174
|
decisionConfig: {
|
|
14676
15175
|
title: string;
|
|
@@ -15184,6 +15683,12 @@ export declare const locales: {
|
|
|
15184
15683
|
transferToMobile: string;
|
|
15185
15684
|
close: string;
|
|
15186
15685
|
};
|
|
15686
|
+
queueStatus: {
|
|
15687
|
+
pending: string;
|
|
15688
|
+
completed: string;
|
|
15689
|
+
failed: string;
|
|
15690
|
+
skipped: string;
|
|
15691
|
+
};
|
|
15187
15692
|
};
|
|
15188
15693
|
recording: {
|
|
15189
15694
|
list: {
|
|
@@ -15300,6 +15805,11 @@ export declare const locales: {
|
|
|
15300
15805
|
pending: string;
|
|
15301
15806
|
completed: string;
|
|
15302
15807
|
failed: string;
|
|
15808
|
+
scheduled: string;
|
|
15809
|
+
dialing: string;
|
|
15810
|
+
connected: string;
|
|
15811
|
+
skipped: string;
|
|
15812
|
+
dnc: string;
|
|
15303
15813
|
};
|
|
15304
15814
|
disposition: {
|
|
15305
15815
|
interested: string;
|
|
@@ -15307,6 +15817,7 @@ export declare const locales: {
|
|
|
15307
15817
|
not_interested: string;
|
|
15308
15818
|
voicemail: string;
|
|
15309
15819
|
no_answer: string;
|
|
15820
|
+
appointment_set: string;
|
|
15310
15821
|
};
|
|
15311
15822
|
filter: {
|
|
15312
15823
|
status: string;
|
|
@@ -15956,7 +16467,13 @@ export declare const locales: {
|
|
|
15956
16467
|
cancel: string;
|
|
15957
16468
|
deleteConfirmPrefix: string;
|
|
15958
16469
|
deleteConfirmSuffix: string;
|
|
15959
|
-
object: {
|
|
16470
|
+
object: {
|
|
16471
|
+
Opportunity: string;
|
|
16472
|
+
Quote: string;
|
|
16473
|
+
Contract: string;
|
|
16474
|
+
Account: string;
|
|
16475
|
+
Order: string;
|
|
16476
|
+
};
|
|
15960
16477
|
approver: {
|
|
15961
16478
|
user: string;
|
|
15962
16479
|
role: string;
|
|
@@ -16105,8 +16622,18 @@ export declare const locales: {
|
|
|
16105
16622
|
fieldConditions: string;
|
|
16106
16623
|
updateSuccess: string;
|
|
16107
16624
|
updateFailed: string;
|
|
16108
|
-
object: {
|
|
16109
|
-
|
|
16625
|
+
object: {
|
|
16626
|
+
Opportunity: string;
|
|
16627
|
+
Account: string;
|
|
16628
|
+
Contact: string;
|
|
16629
|
+
Task: string;
|
|
16630
|
+
Lead: string;
|
|
16631
|
+
};
|
|
16632
|
+
evaluation: {
|
|
16633
|
+
created: string;
|
|
16634
|
+
created_and_edited: string;
|
|
16635
|
+
edited: string;
|
|
16636
|
+
};
|
|
16110
16637
|
};
|
|
16111
16638
|
triggersAdmin: {
|
|
16112
16639
|
title: string;
|
|
@@ -17004,13 +17531,84 @@ export declare const locales: {
|
|
|
17004
17531
|
noMatchingItems: string;
|
|
17005
17532
|
menuPlatformAdminHome: string;
|
|
17006
17533
|
providerControlPlaneUi: {
|
|
17007
|
-
family: {
|
|
17008
|
-
|
|
17534
|
+
family: {
|
|
17535
|
+
ai: string;
|
|
17536
|
+
telephony: string;
|
|
17537
|
+
channel: string;
|
|
17538
|
+
};
|
|
17539
|
+
tone: {
|
|
17540
|
+
success: string;
|
|
17541
|
+
warning: string;
|
|
17542
|
+
danger: string;
|
|
17543
|
+
info: string;
|
|
17544
|
+
neutral: string;
|
|
17545
|
+
};
|
|
17009
17546
|
field: {
|
|
17010
17547
|
key: string;
|
|
17011
17548
|
label: string;
|
|
17012
17549
|
secret: string;
|
|
17013
|
-
|
|
17550
|
+
kind: string;
|
|
17551
|
+
status: string;
|
|
17552
|
+
health: string;
|
|
17553
|
+
defaultModel: string;
|
|
17554
|
+
capabilities: string;
|
|
17555
|
+
region: string;
|
|
17556
|
+
action: string;
|
|
17557
|
+
workspace: string;
|
|
17558
|
+
primaryProvider: string;
|
|
17559
|
+
routing: string;
|
|
17560
|
+
migration: string;
|
|
17561
|
+
fallbacks: string;
|
|
17562
|
+
channel: string;
|
|
17563
|
+
runtime: string;
|
|
17564
|
+
residency: string;
|
|
17565
|
+
providerSecret: string;
|
|
17566
|
+
webhookSecret: string;
|
|
17567
|
+
purpose: string;
|
|
17568
|
+
providerConfigKey: string;
|
|
17569
|
+
providerKind: string;
|
|
17570
|
+
priority: string;
|
|
17571
|
+
baseUrl: string;
|
|
17572
|
+
dataResidency: string;
|
|
17573
|
+
internalEndpoint: string;
|
|
17574
|
+
enabledCapabilities: string;
|
|
17575
|
+
modelListJson: string;
|
|
17576
|
+
metadataMaskedJson: string;
|
|
17577
|
+
migrationState: string;
|
|
17578
|
+
fallbackChainJson: string;
|
|
17579
|
+
modelPolicyJson: string;
|
|
17580
|
+
budgetPolicyJson: string;
|
|
17581
|
+
accountRefMasked: string;
|
|
17582
|
+
endpointMasked: string;
|
|
17583
|
+
senderIdentityJson: string;
|
|
17584
|
+
domainPolicyJson: string;
|
|
17585
|
+
suppressionPolicyJson: string;
|
|
17586
|
+
retryPolicyJson: string;
|
|
17587
|
+
rateLimitPolicyJson: string;
|
|
17588
|
+
senderPolicyJson: string;
|
|
17589
|
+
templateBoundaryPolicyJson: string;
|
|
17590
|
+
sendingLimitPolicyJson: string;
|
|
17591
|
+
compliancePolicyJson: string;
|
|
17592
|
+
featurePolicyJson: string;
|
|
17593
|
+
};
|
|
17594
|
+
guardrailAria: string;
|
|
17595
|
+
metricsAria: string;
|
|
17596
|
+
workbenchAria: string;
|
|
17597
|
+
recordsAria: string;
|
|
17598
|
+
riskTitle: string;
|
|
17599
|
+
noActiveRisk: string;
|
|
17600
|
+
contractGuarded: string;
|
|
17601
|
+
maskedAuditView: string;
|
|
17602
|
+
providerConfigs: string;
|
|
17603
|
+
orgPolicies: string;
|
|
17604
|
+
cancel: string;
|
|
17605
|
+
saveWithAudit: string;
|
|
17606
|
+
create: string;
|
|
17607
|
+
edit: string;
|
|
17608
|
+
bindPolicy: string;
|
|
17609
|
+
impactAria: string;
|
|
17610
|
+
impactPreview: string;
|
|
17611
|
+
impactDescription: string;
|
|
17014
17612
|
};
|
|
17015
17613
|
aiProviderControlPlane: {
|
|
17016
17614
|
title: string;
|
|
@@ -17034,7 +17632,15 @@ export declare const locales: {
|
|
|
17034
17632
|
createPolicyModalTitle: string;
|
|
17035
17633
|
workspacePlaceholder: string;
|
|
17036
17634
|
ui: {
|
|
17037
|
-
capability: {
|
|
17635
|
+
capability: {
|
|
17636
|
+
chat: string;
|
|
17637
|
+
embedding: string;
|
|
17638
|
+
vision: string;
|
|
17639
|
+
json: string;
|
|
17640
|
+
tool_calling: string;
|
|
17641
|
+
streaming: string;
|
|
17642
|
+
reasoning: string;
|
|
17643
|
+
};
|
|
17038
17644
|
impact: {
|
|
17039
17645
|
capabilityDelta: string;
|
|
17040
17646
|
capabilityDeltaBody: string;
|
|
@@ -17049,13 +17655,110 @@ export declare const locales: {
|
|
|
17049
17655
|
auditTrail: string;
|
|
17050
17656
|
auditTrailBody: string;
|
|
17051
17657
|
};
|
|
17052
|
-
runtimeConsumer: {
|
|
17658
|
+
runtimeConsumer: {
|
|
17659
|
+
modelRouting: string;
|
|
17660
|
+
knowledgeRetrieval: string;
|
|
17661
|
+
other: string;
|
|
17662
|
+
unavailable: string;
|
|
17663
|
+
};
|
|
17664
|
+
loadFailed: string;
|
|
17665
|
+
loadFailedDescription: string;
|
|
17666
|
+
retry: string;
|
|
17667
|
+
test: string;
|
|
17668
|
+
testAll: string;
|
|
17669
|
+
testProvider: string;
|
|
17670
|
+
editProvider: string;
|
|
17671
|
+
probeResults: string;
|
|
17672
|
+
noWiredProbeTargets: string;
|
|
17673
|
+
noProbeResults: string;
|
|
17674
|
+
result: string;
|
|
17675
|
+
passed: string;
|
|
17676
|
+
failed: string;
|
|
17677
|
+
latency: string;
|
|
17678
|
+
evidence: string;
|
|
17679
|
+
diagnostic: string;
|
|
17680
|
+
requestedModel: string;
|
|
17681
|
+
actualModel: string;
|
|
17682
|
+
modelConsistency: string;
|
|
17683
|
+
consistent: string;
|
|
17684
|
+
inconsistent: string;
|
|
17685
|
+
observedAt: string;
|
|
17686
|
+
actor: string;
|
|
17687
|
+
auditId: string;
|
|
17688
|
+
dimension: string;
|
|
17689
|
+
tokens: string;
|
|
17690
|
+
providerHealth: string;
|
|
17691
|
+
atRiskCount: string;
|
|
17692
|
+
activeCount: string;
|
|
17693
|
+
unknownHealthChecks: string;
|
|
17694
|
+
healthChecksVisible: string;
|
|
17695
|
+
policyCoverage: string;
|
|
17696
|
+
policyCoverageHelper: string;
|
|
17697
|
+
secretRotationRisk: string;
|
|
17698
|
+
configured: string;
|
|
17699
|
+
notConfigured: string;
|
|
17700
|
+
available: string;
|
|
17701
|
+
unavailable: string;
|
|
17702
|
+
notTested: string;
|
|
17703
|
+
gapCount: string;
|
|
17704
|
+
secretRotationHelper: string;
|
|
17705
|
+
fallbackRoutingRisk: string;
|
|
17706
|
+
covered: string;
|
|
17707
|
+
fallbackRoutingHelper: string;
|
|
17708
|
+
reliability: string;
|
|
17709
|
+
noDefaultModel: string;
|
|
17710
|
+
selectProviderReliability: string;
|
|
17711
|
+
modelRouting: string;
|
|
17712
|
+
modelRoutingBound: string;
|
|
17713
|
+
modelRoutingUnbound: string;
|
|
17714
|
+
capabilityCoverage: string;
|
|
17715
|
+
noCapabilities: string;
|
|
17716
|
+
wired: string;
|
|
17717
|
+
notWired: string;
|
|
17718
|
+
capabilityCatalogTitle: string;
|
|
17719
|
+
capabilityCatalogDescription: string;
|
|
17720
|
+
runtimeCatalogUnavailable: string;
|
|
17721
|
+
invalidJson: string;
|
|
17722
|
+
capabilityColumn: string;
|
|
17723
|
+
wiringColumn: string;
|
|
17724
|
+
runtimeConsumerColumn: string;
|
|
17725
|
+
noConsumer: string;
|
|
17726
|
+
noProviderSelected: string;
|
|
17727
|
+
modelResidency: string;
|
|
17728
|
+
noRegion: string;
|
|
17729
|
+
noResidencyPolicy: string;
|
|
17730
|
+
residencyUnavailable: string;
|
|
17731
|
+
noAiProviderSelected: string;
|
|
17732
|
+
providerKey: string;
|
|
17733
|
+
defaultModel: string;
|
|
17734
|
+
health: string;
|
|
17735
|
+
policyWorkspace: string;
|
|
17736
|
+
noPinnedPolicy: string;
|
|
17737
|
+
secret: string;
|
|
17738
|
+
updated: string;
|
|
17053
17739
|
};
|
|
17054
17740
|
};
|
|
17055
17741
|
channelProviderControlPlane: {
|
|
17056
17742
|
ui: {
|
|
17057
|
-
capability: {
|
|
17058
|
-
|
|
17743
|
+
capability: {
|
|
17744
|
+
send_email: string;
|
|
17745
|
+
receive_email: string;
|
|
17746
|
+
send_sms: string;
|
|
17747
|
+
send_push: string;
|
|
17748
|
+
send_work_notice: string;
|
|
17749
|
+
in_app_notify: string;
|
|
17750
|
+
};
|
|
17751
|
+
purpose: {
|
|
17752
|
+
transactional: string;
|
|
17753
|
+
marketing: string;
|
|
17754
|
+
notification: string;
|
|
17755
|
+
workflow: string;
|
|
17756
|
+
servicebot: string;
|
|
17757
|
+
site_auth: string;
|
|
17758
|
+
inbound_case: string;
|
|
17759
|
+
in_app: string;
|
|
17760
|
+
mixed: string;
|
|
17761
|
+
};
|
|
17059
17762
|
impact: {
|
|
17060
17763
|
capabilityDelta: string;
|
|
17061
17764
|
capabilityDeltaBody: string;
|
|
@@ -17070,6 +17773,54 @@ export declare const locales: {
|
|
|
17070
17773
|
auditTrail: string;
|
|
17071
17774
|
auditTrailBody: string;
|
|
17072
17775
|
};
|
|
17776
|
+
loadFailed: string;
|
|
17777
|
+
loadFailedDescription: string;
|
|
17778
|
+
retry: string;
|
|
17779
|
+
title: string;
|
|
17780
|
+
providerHealth: string;
|
|
17781
|
+
atRiskCount: string;
|
|
17782
|
+
activeCount: string;
|
|
17783
|
+
unknownDeliveryHealth: string;
|
|
17784
|
+
governedSenderCount: string;
|
|
17785
|
+
policyCoverage: string;
|
|
17786
|
+
policyCoverageHelper: string;
|
|
17787
|
+
secretRotationRisk: string;
|
|
17788
|
+
configured: string;
|
|
17789
|
+
notConfigured: string;
|
|
17790
|
+
gapCount: string;
|
|
17791
|
+
secretRotationHelper: string;
|
|
17792
|
+
fallbackRoutingRisk: string;
|
|
17793
|
+
pinned: string;
|
|
17794
|
+
fallbackRoutingHelper: string;
|
|
17795
|
+
reliability: string;
|
|
17796
|
+
channel: string;
|
|
17797
|
+
selectChannelProvider: string;
|
|
17798
|
+
senderIdentity: string;
|
|
17799
|
+
domainOwnershipUnset: string;
|
|
17800
|
+
noProviderSelected: string;
|
|
17801
|
+
deliveryPolicy: string;
|
|
17802
|
+
deliveryPolicyBound: string;
|
|
17803
|
+
deliveryPolicyUnbound: string;
|
|
17804
|
+
deliveryReliability: string;
|
|
17805
|
+
noRegion: string;
|
|
17806
|
+
noResidencyPolicy: string;
|
|
17807
|
+
noHealthMessage: string;
|
|
17808
|
+
deliveryReliabilityUnavailable: string;
|
|
17809
|
+
noChannelProviderSelected: string;
|
|
17810
|
+
providerKey: string;
|
|
17811
|
+
providerKind: string;
|
|
17812
|
+
policyWorkspace: string;
|
|
17813
|
+
noPinnedPolicy: string;
|
|
17814
|
+
providerSecret: string;
|
|
17815
|
+
webhookSecret: string;
|
|
17816
|
+
updated: string;
|
|
17817
|
+
notWired: string;
|
|
17818
|
+
invalidJson: string;
|
|
17819
|
+
configuredSecretRefHint: string;
|
|
17820
|
+
optionalProviderSecretRefHint: string;
|
|
17821
|
+
optionalWebhookSecretRefHint: string;
|
|
17822
|
+
wiredCapabilitiesHint: string;
|
|
17823
|
+
notWiredCapabilitiesHint: string;
|
|
17073
17824
|
};
|
|
17074
17825
|
};
|
|
17075
17826
|
telephonyProviderControlPlane: {};
|
|
@@ -17685,19 +18436,75 @@ export declare const locales: {
|
|
|
17685
18436
|
sensitiveAllow: string;
|
|
17686
18437
|
};
|
|
17687
18438
|
imBotSetup: {
|
|
17688
|
-
toolLabel: {
|
|
18439
|
+
toolLabel: {
|
|
18440
|
+
recordQuery: string;
|
|
18441
|
+
recordAggregate: string;
|
|
18442
|
+
recordCreate: string;
|
|
18443
|
+
recordUpdate: string;
|
|
18444
|
+
activityLog: string;
|
|
18445
|
+
knowledgeSearch: string;
|
|
18446
|
+
reportGenerate: string;
|
|
18447
|
+
imNotify: string;
|
|
18448
|
+
};
|
|
17689
18449
|
platform: {
|
|
17690
|
-
dingtalk: {
|
|
17691
|
-
|
|
17692
|
-
|
|
17693
|
-
|
|
17694
|
-
|
|
17695
|
-
|
|
17696
|
-
|
|
17697
|
-
|
|
18450
|
+
dingtalk: {
|
|
18451
|
+
label: string;
|
|
18452
|
+
step1: string;
|
|
18453
|
+
step2: string;
|
|
18454
|
+
step3: string;
|
|
18455
|
+
step4: string;
|
|
18456
|
+
};
|
|
18457
|
+
feishu: {
|
|
18458
|
+
label: string;
|
|
18459
|
+
step1: string;
|
|
18460
|
+
step2: string;
|
|
18461
|
+
step3: string;
|
|
18462
|
+
step4: string;
|
|
18463
|
+
};
|
|
18464
|
+
wecom: {
|
|
18465
|
+
label: string;
|
|
18466
|
+
step1: string;
|
|
18467
|
+
step2: string;
|
|
18468
|
+
step3: string;
|
|
18469
|
+
note: string;
|
|
18470
|
+
};
|
|
18471
|
+
slack: {
|
|
18472
|
+
label: string;
|
|
18473
|
+
step1: string;
|
|
18474
|
+
step2: string;
|
|
18475
|
+
step3: string;
|
|
18476
|
+
};
|
|
18477
|
+
teams: {
|
|
18478
|
+
label: string;
|
|
18479
|
+
step1: string;
|
|
18480
|
+
step2: string;
|
|
18481
|
+
step3: string;
|
|
18482
|
+
};
|
|
18483
|
+
web_chat: {
|
|
18484
|
+
label: string;
|
|
18485
|
+
step1: string;
|
|
18486
|
+
step2: string;
|
|
18487
|
+
step3: string;
|
|
18488
|
+
};
|
|
18489
|
+
api: {
|
|
18490
|
+
label: string;
|
|
18491
|
+
step1: string;
|
|
18492
|
+
step2: string;
|
|
18493
|
+
step3: string;
|
|
18494
|
+
};
|
|
18495
|
+
phone_agent: {
|
|
18496
|
+
label: string;
|
|
18497
|
+
step1: string;
|
|
18498
|
+
step2: string;
|
|
18499
|
+
step3: string;
|
|
18500
|
+
};
|
|
17698
18501
|
};
|
|
17699
18502
|
field: {
|
|
17700
|
-
wecom: {
|
|
18503
|
+
wecom: {
|
|
18504
|
+
corpId: string;
|
|
18505
|
+
agentId: string;
|
|
18506
|
+
secret: string;
|
|
18507
|
+
};
|
|
17701
18508
|
};
|
|
17702
18509
|
simNoReply: string;
|
|
17703
18510
|
simFailed: string;
|
|
@@ -17749,6 +18556,9 @@ export declare const locales: {
|
|
|
17749
18556
|
on: string;
|
|
17750
18557
|
toggleChannelAria: string;
|
|
17751
18558
|
edit: string;
|
|
18559
|
+
copyCallbackUrl: string;
|
|
18560
|
+
copyCallbackUrlAria: string;
|
|
18561
|
+
callbackUrlCopied: string;
|
|
17752
18562
|
confirmDelete: string;
|
|
17753
18563
|
delete: string;
|
|
17754
18564
|
cancel: string;
|
|
@@ -18137,9 +18947,25 @@ export declare const locales: {
|
|
|
18137
18947
|
colActions: string;
|
|
18138
18948
|
detail: string;
|
|
18139
18949
|
totalCount: string;
|
|
18140
|
-
outcomeTypeLabels: {
|
|
18141
|
-
|
|
18142
|
-
|
|
18950
|
+
outcomeTypeLabels: {
|
|
18951
|
+
mql: string;
|
|
18952
|
+
opportunityCreated: string;
|
|
18953
|
+
opportunityWon: string;
|
|
18954
|
+
caseClosed: string;
|
|
18955
|
+
customerActivated: string;
|
|
18956
|
+
};
|
|
18957
|
+
tierLabels: {
|
|
18958
|
+
full: string;
|
|
18959
|
+
half: string;
|
|
18960
|
+
none: string;
|
|
18961
|
+
};
|
|
18962
|
+
statusLabels: {
|
|
18963
|
+
pending: string;
|
|
18964
|
+
billed: string;
|
|
18965
|
+
waived: string;
|
|
18966
|
+
disputed: string;
|
|
18967
|
+
cancelled: string;
|
|
18968
|
+
};
|
|
18143
18969
|
};
|
|
18144
18970
|
agentPermission: {
|
|
18145
18971
|
pageTitle: string;
|
|
@@ -18554,6 +19380,11 @@ export declare const locales: {
|
|
|
18554
19380
|
type: {
|
|
18555
19381
|
service: string;
|
|
18556
19382
|
custom: string;
|
|
19383
|
+
sales: string;
|
|
19384
|
+
analytics: string;
|
|
19385
|
+
operations: string;
|
|
19386
|
+
marketing: string;
|
|
19387
|
+
support: string;
|
|
18557
19388
|
};
|
|
18558
19389
|
status: {
|
|
18559
19390
|
active: string;
|
|
@@ -18563,17 +19394,55 @@ export declare const locales: {
|
|
|
18563
19394
|
inactive: string;
|
|
18564
19395
|
disabled: string;
|
|
18565
19396
|
};
|
|
18566
|
-
capability: {
|
|
19397
|
+
capability: {
|
|
19398
|
+
multilingual_outreach: string;
|
|
19399
|
+
lead_qualification: string;
|
|
19400
|
+
email_drafting: string;
|
|
19401
|
+
prospect_research: string;
|
|
19402
|
+
mql_scoring: string;
|
|
19403
|
+
mql_conversion: string;
|
|
19404
|
+
follow_up_cadence: string;
|
|
19405
|
+
inbound_inquiry: string;
|
|
19406
|
+
sales: string;
|
|
19407
|
+
case_resolution: string;
|
|
19408
|
+
refund_processing: string;
|
|
19409
|
+
order_tracking: string;
|
|
19410
|
+
faq_answering: string;
|
|
19411
|
+
escalation_routing: string;
|
|
19412
|
+
team_coaching: string;
|
|
19413
|
+
next_best_action: string;
|
|
19414
|
+
sop_adherence: string;
|
|
19415
|
+
bottleneck_alerting: string;
|
|
19416
|
+
bottleneck_detection: string;
|
|
19417
|
+
performance_review: string;
|
|
19418
|
+
enablement: string;
|
|
19419
|
+
pipeline_analysis: string;
|
|
19420
|
+
revenue_forecasting: string;
|
|
19421
|
+
report_generation: string;
|
|
19422
|
+
kpi_monitoring: string;
|
|
19423
|
+
};
|
|
18567
19424
|
};
|
|
18568
19425
|
orchestrationDisplay: {
|
|
18569
19426
|
trigger: {
|
|
18570
19427
|
manual: string;
|
|
19428
|
+
event: string;
|
|
19429
|
+
schedule: string;
|
|
18571
19430
|
};
|
|
18572
19431
|
category: {
|
|
18573
19432
|
default: string;
|
|
19433
|
+
custom: string;
|
|
19434
|
+
};
|
|
19435
|
+
failureStrategy: {
|
|
19436
|
+
continue: string;
|
|
19437
|
+
fail_fast: string;
|
|
19438
|
+
retry: string;
|
|
19439
|
+
};
|
|
19440
|
+
stepType: {
|
|
19441
|
+
agent_task: string;
|
|
19442
|
+
condition: string;
|
|
19443
|
+
parallel: string;
|
|
19444
|
+
tool_call: string;
|
|
18574
19445
|
};
|
|
18575
|
-
failureStrategy: {};
|
|
18576
|
-
stepType: {};
|
|
18577
19446
|
};
|
|
18578
19447
|
aiWorkforceHome: {
|
|
18579
19448
|
title: string;
|
|
@@ -18644,6 +19513,8 @@ export declare const locales: {
|
|
|
18644
19513
|
emptyRecent: string;
|
|
18645
19514
|
executionFallback: string;
|
|
18646
19515
|
agentFallback: string;
|
|
19516
|
+
customerPrefix: string;
|
|
19517
|
+
customerCommLink: string;
|
|
18647
19518
|
metric: {
|
|
18648
19519
|
activeAgents: string;
|
|
18649
19520
|
totalAgentsPrefix: string;
|
|
@@ -20177,6 +21048,11 @@ export declare const locales: {
|
|
|
20177
21048
|
high: string;
|
|
20178
21049
|
medium: string;
|
|
20179
21050
|
low: string;
|
|
21051
|
+
critical: string;
|
|
21052
|
+
CRITICAL: string;
|
|
21053
|
+
HIGH: string;
|
|
21054
|
+
MEDIUM: string;
|
|
21055
|
+
LOW: string;
|
|
20180
21056
|
};
|
|
20181
21057
|
overdue: string;
|
|
20182
21058
|
deadline: string;
|
|
@@ -20900,6 +21776,8 @@ export declare const locales: {
|
|
|
20900
21776
|
};
|
|
20901
21777
|
duplicateStrategyNames: {
|
|
20902
21778
|
skip: string;
|
|
21779
|
+
overwrite: string;
|
|
21780
|
+
create_new: string;
|
|
20903
21781
|
};
|
|
20904
21782
|
metrics: {
|
|
20905
21783
|
totalRows: string;
|
|
@@ -21838,6 +22716,55 @@ export declare const locales: {
|
|
|
21838
22716
|
aiKcGroundingTitle: string;
|
|
21839
22717
|
aiSopWorkflowHubTitle: string;
|
|
21840
22718
|
aiGuardrailPolicyIntelligenceTitle: string;
|
|
22719
|
+
objects: string;
|
|
22720
|
+
automation: string;
|
|
22721
|
+
integrations: string;
|
|
22722
|
+
dev: string;
|
|
22723
|
+
appColStatus: string;
|
|
22724
|
+
appColActions: string;
|
|
22725
|
+
autoNumberPrefix: string;
|
|
22726
|
+
autoNumberPrefixRequired: string;
|
|
22727
|
+
autoNumberStarting: string;
|
|
22728
|
+
autoNumberStartingRequired: string;
|
|
22729
|
+
aiTabSkills: string;
|
|
22730
|
+
aiTabTools: string;
|
|
22731
|
+
aiTabSettings: string;
|
|
22732
|
+
aiAuditActionAllow: string;
|
|
22733
|
+
aiAuditActionAudit: string;
|
|
22734
|
+
aiAuditActionConfirm: string;
|
|
22735
|
+
aiAuditActionApprove: string;
|
|
22736
|
+
aiAuditActionBlock: string;
|
|
22737
|
+
aiAuditApprovalPending: string;
|
|
22738
|
+
aiAuditApprovalApproved: string;
|
|
22739
|
+
aiAuditApprovalRejected: string;
|
|
22740
|
+
aiKcEditChunk: string;
|
|
22741
|
+
aiKcDetailLoadFailed: string;
|
|
22742
|
+
aiKcLoading: string;
|
|
22743
|
+
aiKcRetrievalCount: string;
|
|
22744
|
+
aiKcInjectionCount: string;
|
|
22745
|
+
aiKcReferenceCount: string;
|
|
22746
|
+
aiKcUpdateOk: string;
|
|
22747
|
+
aiKcDeleteOk: string;
|
|
22748
|
+
aiKcDeleteConfirm: string;
|
|
22749
|
+
aiSopStatusDraft: string;
|
|
22750
|
+
aiSopStatusReviewed: string;
|
|
22751
|
+
aiSopStatusActive: string;
|
|
22752
|
+
aiSopStatusArchived: string;
|
|
22753
|
+
rbHardDelete: string;
|
|
22754
|
+
rbPermanentDelete: string;
|
|
22755
|
+
rbPermanentDeleteUnavailable: string;
|
|
22756
|
+
rbSelectDelete: string;
|
|
22757
|
+
rbDeleteOk: string;
|
|
22758
|
+
rbDeleteFail: string;
|
|
22759
|
+
rbDeleteConfirmTitle: string;
|
|
22760
|
+
rbDeleteConfirmContent: string;
|
|
22761
|
+
rbCancel: string;
|
|
22762
|
+
aiSopCategoryGrowth: string;
|
|
22763
|
+
aiSopCategorySales: string;
|
|
22764
|
+
aiSopCategoryService: string;
|
|
22765
|
+
aiSopCategoryOnboarding: string;
|
|
22766
|
+
aiSopCategoryOperations: string;
|
|
22767
|
+
aiSopCategoryCompliance: string;
|
|
21841
22768
|
};
|
|
21842
22769
|
developer: {
|
|
21843
22770
|
apiCredentials: string;
|
|
@@ -21917,10 +22844,33 @@ export declare const locales: {
|
|
|
21917
22844
|
emptyNoneHint: string;
|
|
21918
22845
|
neverRefreshed: string;
|
|
21919
22846
|
refreshNow: string;
|
|
21920
|
-
type: {
|
|
21921
|
-
|
|
21922
|
-
|
|
21923
|
-
|
|
22847
|
+
type: {
|
|
22848
|
+
DEVELOPER: string;
|
|
22849
|
+
DEVELOPER_PRO: string;
|
|
22850
|
+
PARTIAL: string;
|
|
22851
|
+
FULL: string;
|
|
22852
|
+
};
|
|
22853
|
+
typeDesc: {
|
|
22854
|
+
DEVELOPER: string;
|
|
22855
|
+
DEVELOPER_PRO: string;
|
|
22856
|
+
PARTIAL: string;
|
|
22857
|
+
FULL: string;
|
|
22858
|
+
};
|
|
22859
|
+
status: {
|
|
22860
|
+
CREATING: string;
|
|
22861
|
+
ACTIVE: string;
|
|
22862
|
+
REFRESHING: string;
|
|
22863
|
+
DELETING: string;
|
|
22864
|
+
DELETED: string;
|
|
22865
|
+
ERROR: string;
|
|
22866
|
+
};
|
|
22867
|
+
stage: {
|
|
22868
|
+
DEVELOPMENT: string;
|
|
22869
|
+
INTEGRATION: string;
|
|
22870
|
+
UAT: string;
|
|
22871
|
+
STAGING: string;
|
|
22872
|
+
PRODUCTION: string;
|
|
22873
|
+
};
|
|
21924
22874
|
wizard: {
|
|
21925
22875
|
title: string;
|
|
21926
22876
|
stepType: string;
|
|
@@ -21939,12 +22889,25 @@ export declare const locales: {
|
|
|
21939
22889
|
stagePlaceholder: string;
|
|
21940
22890
|
stageRequired: string;
|
|
21941
22891
|
stageExtra: string;
|
|
21942
|
-
stageDesc: {
|
|
22892
|
+
stageDesc: {
|
|
22893
|
+
DEVELOPMENT: string;
|
|
22894
|
+
INTEGRATION: string;
|
|
22895
|
+
UAT: string;
|
|
22896
|
+
STAGING: string;
|
|
22897
|
+
PRODUCTION: string;
|
|
22898
|
+
};
|
|
21943
22899
|
sampleSizeLabel: string;
|
|
21944
22900
|
sampleSizeTooltip: string;
|
|
21945
22901
|
dataTemplateLabel: string;
|
|
21946
22902
|
dataTemplateRequired: string;
|
|
21947
|
-
template: {
|
|
22903
|
+
template: {
|
|
22904
|
+
minimal: string;
|
|
22905
|
+
minimalDesc: string;
|
|
22906
|
+
standard: string;
|
|
22907
|
+
standardDesc: string;
|
|
22908
|
+
comprehensive: string;
|
|
22909
|
+
comprehensiveDesc: string;
|
|
22910
|
+
};
|
|
21948
22911
|
fullWarningTitle: string;
|
|
21949
22912
|
fullWarningDesc: string;
|
|
21950
22913
|
confirmInfoTitle: string;
|
|
@@ -22686,6 +23649,10 @@ export declare const locales: {
|
|
|
22686
23649
|
deleteObjectDesc: string;
|
|
22687
23650
|
deleteConfirmInput: string;
|
|
22688
23651
|
confirmText: string;
|
|
23652
|
+
functionCategoryMath: string;
|
|
23653
|
+
functionCategoryString: string;
|
|
23654
|
+
functionCategoryDate: string;
|
|
23655
|
+
functionCategoryLogic: string;
|
|
22689
23656
|
};
|
|
22690
23657
|
permission: {
|
|
22691
23658
|
tabPermissions: string;
|
|
@@ -22767,6 +23734,8 @@ export declare const locales: {
|
|
|
22767
23734
|
maxSessionsHint: string;
|
|
22768
23735
|
policyLabel: string;
|
|
22769
23736
|
policyDesc: string;
|
|
23737
|
+
policy_KICK_OLDEST: string;
|
|
23738
|
+
policy_BLOCK_NEW: string;
|
|
22770
23739
|
};
|
|
22771
23740
|
activationStatus: string;
|
|
22772
23741
|
activationStatusDesc: string;
|
|
@@ -23089,6 +24058,9 @@ export declare const locales: {
|
|
|
23089
24058
|
status: {
|
|
23090
24059
|
active: string;
|
|
23091
24060
|
failed: string;
|
|
24061
|
+
creating: string;
|
|
24062
|
+
dropping: string;
|
|
24063
|
+
dropped: string;
|
|
23092
24064
|
};
|
|
23093
24065
|
};
|
|
23094
24066
|
appWizard: {
|
|
@@ -23455,7 +24427,30 @@ export declare const locales: {
|
|
|
23455
24427
|
account: string;
|
|
23456
24428
|
opportunity: string;
|
|
23457
24429
|
activity: string;
|
|
23458
|
-
|
|
24430
|
+
lead: string;
|
|
24431
|
+
contact: string;
|
|
24432
|
+
task: string;
|
|
24433
|
+
case: string;
|
|
24434
|
+
product: string;
|
|
24435
|
+
};
|
|
24436
|
+
recordQueryLoading: string;
|
|
24437
|
+
recordQueryDone: string;
|
|
24438
|
+
recordCreateLoading: string;
|
|
24439
|
+
recordCreateDone: string;
|
|
24440
|
+
recordUpdateLoading: string;
|
|
24441
|
+
recordUpdateDone: string;
|
|
24442
|
+
recordDeleteLoading: string;
|
|
24443
|
+
recordDeleteDone: string;
|
|
24444
|
+
knowledgeSearchLoading: string;
|
|
24445
|
+
knowledgeSearchDone: string;
|
|
24446
|
+
emailDraftLoading: string;
|
|
24447
|
+
emailDraftDone: string;
|
|
24448
|
+
emailSendLoading: string;
|
|
24449
|
+
emailSendDone: string;
|
|
24450
|
+
reportAggregateLoading: string;
|
|
24451
|
+
reportAggregateDone: string;
|
|
24452
|
+
webSearchLoading: string;
|
|
24453
|
+
webSearchDone: string;
|
|
23459
24454
|
};
|
|
23460
24455
|
};
|
|
23461
24456
|
agentDemo: {
|
|
@@ -23791,6 +24786,12 @@ export declare const locales: {
|
|
|
23791
24786
|
viewDetail: string;
|
|
23792
24787
|
success: string;
|
|
23793
24788
|
error: string;
|
|
24789
|
+
startSuccess: string;
|
|
24790
|
+
startError: string;
|
|
24791
|
+
pauseSuccess: string;
|
|
24792
|
+
pauseError: string;
|
|
24793
|
+
cancelSuccess: string;
|
|
24794
|
+
cancelError: string;
|
|
23794
24795
|
};
|
|
23795
24796
|
filter: {
|
|
23796
24797
|
status: {
|
|
@@ -23798,19 +24799,33 @@ export declare const locales: {
|
|
|
23798
24799
|
running: string;
|
|
23799
24800
|
paused: string;
|
|
23800
24801
|
completed: string;
|
|
24802
|
+
all: string;
|
|
24803
|
+
scheduled: string;
|
|
24804
|
+
cancelled: string;
|
|
23801
24805
|
};
|
|
23802
24806
|
type: {
|
|
23803
24807
|
manual: string;
|
|
24808
|
+
all: string;
|
|
24809
|
+
preview: string;
|
|
24810
|
+
progressive: string;
|
|
24811
|
+
predictive: string;
|
|
24812
|
+
ai_auto: string;
|
|
23804
24813
|
};
|
|
23805
24814
|
};
|
|
23806
24815
|
type: {
|
|
23807
24816
|
manual: string;
|
|
24817
|
+
preview: string;
|
|
24818
|
+
progressive: string;
|
|
24819
|
+
predictive: string;
|
|
24820
|
+
ai_auto: string;
|
|
23808
24821
|
};
|
|
23809
24822
|
status: {
|
|
23810
24823
|
draft: string;
|
|
23811
24824
|
running: string;
|
|
23812
24825
|
paused: string;
|
|
23813
24826
|
completed: string;
|
|
24827
|
+
scheduled: string;
|
|
24828
|
+
cancelled: string;
|
|
23814
24829
|
};
|
|
23815
24830
|
stats: {
|
|
23816
24831
|
total: string;
|
|
@@ -23898,15 +24913,28 @@ export declare const locales: {
|
|
|
23898
24913
|
};
|
|
23899
24914
|
createModal: {
|
|
23900
24915
|
type: {
|
|
23901
|
-
manual: {
|
|
24916
|
+
manual: {
|
|
24917
|
+
label: string;
|
|
24918
|
+
desc: string;
|
|
24919
|
+
};
|
|
23902
24920
|
preview: {
|
|
23903
24921
|
label: string;
|
|
23904
24922
|
desc: string;
|
|
23905
24923
|
};
|
|
23906
|
-
progressive: {
|
|
23907
|
-
|
|
24924
|
+
progressive: {
|
|
24925
|
+
label: string;
|
|
24926
|
+
desc: string;
|
|
24927
|
+
};
|
|
24928
|
+
ai_auto: {
|
|
24929
|
+
label: string;
|
|
24930
|
+
desc: string;
|
|
24931
|
+
};
|
|
24932
|
+
};
|
|
24933
|
+
contactSource: {
|
|
24934
|
+
list_view: string;
|
|
24935
|
+
csv: string;
|
|
24936
|
+
segment: string;
|
|
23908
24937
|
};
|
|
23909
|
-
contactSource: {};
|
|
23910
24938
|
timezone: {
|
|
23911
24939
|
"Asia/Shanghai": string;
|
|
23912
24940
|
"Asia/Tokyo": string;
|
|
@@ -23993,6 +25021,17 @@ export declare const locales: {
|
|
|
23993
25021
|
nextPage: string;
|
|
23994
25022
|
pageIndicator: string;
|
|
23995
25023
|
colTargetCustomer: string;
|
|
25024
|
+
customerHistoryTitle: string;
|
|
25025
|
+
customerHistoryDescription: string;
|
|
25026
|
+
backToAllExecutions: string;
|
|
25027
|
+
trigger: {
|
|
25028
|
+
manual: string;
|
|
25029
|
+
schedule: string;
|
|
25030
|
+
event: string;
|
|
25031
|
+
agentTest: string;
|
|
25032
|
+
message: string;
|
|
25033
|
+
other: string;
|
|
25034
|
+
};
|
|
23996
25035
|
colLearning: string;
|
|
23997
25036
|
executionQueue: string;
|
|
23998
25037
|
fleet: {
|
|
@@ -24525,6 +25564,10 @@ export declare const locales: {
|
|
|
24525
25564
|
intro: string;
|
|
24526
25565
|
create: string;
|
|
24527
25566
|
open: string;
|
|
25567
|
+
refresh: string;
|
|
25568
|
+
refreshAria: string;
|
|
25569
|
+
refreshSuccess: string;
|
|
25570
|
+
refreshError: string;
|
|
24528
25571
|
deleteConfirm: string;
|
|
24529
25572
|
deleteAria: string;
|
|
24530
25573
|
deleteSuccess: string;
|
|
@@ -24598,13 +25641,19 @@ export declare const locales: {
|
|
|
24598
25641
|
title: string;
|
|
24599
25642
|
refresh: string;
|
|
24600
25643
|
refreshSuccess: string;
|
|
25644
|
+
refreshSuccessWithSummary: string;
|
|
24601
25645
|
refreshError: string;
|
|
24602
25646
|
estimatedCount: string;
|
|
24603
25647
|
totalCount: string;
|
|
24604
25648
|
colContactId: string;
|
|
24605
25649
|
colSource: string;
|
|
24606
25650
|
colAddedAt: string;
|
|
24607
|
-
sourceOption: {
|
|
25651
|
+
sourceOption: {
|
|
25652
|
+
filter: string;
|
|
25653
|
+
csv_import: string;
|
|
25654
|
+
manual: string;
|
|
25655
|
+
recipient_list_import: string;
|
|
25656
|
+
};
|
|
24608
25657
|
};
|
|
24609
25658
|
};
|
|
24610
25659
|
emailMarketing: {
|
|
@@ -24834,16 +25883,28 @@ export declare const locales: {
|
|
|
24834
25883
|
};
|
|
24835
25884
|
action: {
|
|
24836
25885
|
description: string;
|
|
25886
|
+
name: string;
|
|
24837
25887
|
};
|
|
24838
25888
|
decision: {
|
|
24839
25889
|
description: string;
|
|
25890
|
+
name: string;
|
|
24840
25891
|
};
|
|
24841
25892
|
wait: {
|
|
24842
25893
|
description: string;
|
|
25894
|
+
name: string;
|
|
25895
|
+
};
|
|
25896
|
+
split: {
|
|
25897
|
+
name: string;
|
|
25898
|
+
description: string;
|
|
25899
|
+
};
|
|
25900
|
+
goal: {
|
|
25901
|
+
name: string;
|
|
25902
|
+
description: string;
|
|
25903
|
+
};
|
|
25904
|
+
exit: {
|
|
25905
|
+
name: string;
|
|
25906
|
+
description: string;
|
|
24843
25907
|
};
|
|
24844
|
-
split: {};
|
|
24845
|
-
goal: {};
|
|
24846
|
-
exit: {};
|
|
24847
25908
|
};
|
|
24848
25909
|
};
|
|
24849
25910
|
nodeConfig: {
|
|
@@ -25431,18 +26492,23 @@ export declare const locales: {
|
|
|
25431
26492
|
risk: {
|
|
25432
26493
|
L0: {
|
|
25433
26494
|
label: string;
|
|
26495
|
+
action: string;
|
|
25434
26496
|
};
|
|
25435
26497
|
L1: {
|
|
25436
26498
|
label: string;
|
|
26499
|
+
action: string;
|
|
25437
26500
|
};
|
|
25438
26501
|
L2: {
|
|
25439
26502
|
label: string;
|
|
26503
|
+
action: string;
|
|
25440
26504
|
};
|
|
25441
26505
|
L3: {
|
|
25442
26506
|
label: string;
|
|
26507
|
+
action: string;
|
|
25443
26508
|
};
|
|
25444
26509
|
L4: {
|
|
25445
26510
|
label: string;
|
|
26511
|
+
action: string;
|
|
25446
26512
|
};
|
|
25447
26513
|
};
|
|
25448
26514
|
toolForm: {
|
|
@@ -25623,6 +26689,7 @@ export declare const locales: {
|
|
|
25623
26689
|
builderGuardrailTitle: string;
|
|
25624
26690
|
builderHighRiskActions: string;
|
|
25625
26691
|
builderIdentity: {
|
|
26692
|
+
independent: string;
|
|
25626
26693
|
assistant: string;
|
|
25627
26694
|
};
|
|
25628
26695
|
assistantIdentityBanner: string;
|
|
@@ -25648,7 +26715,15 @@ export declare const locales: {
|
|
|
25648
26715
|
builderKpiWindowMeta: string;
|
|
25649
26716
|
builderLearningDesc: string;
|
|
25650
26717
|
builderLearningRecommendationDesc: string;
|
|
25651
|
-
builderLifecycle: {
|
|
26718
|
+
builderLifecycle: {
|
|
26719
|
+
draft: string;
|
|
26720
|
+
approval_pending: string;
|
|
26721
|
+
ready: string;
|
|
26722
|
+
running: string;
|
|
26723
|
+
governance_needed: string;
|
|
26724
|
+
asset_gap: string;
|
|
26725
|
+
test_gap: string;
|
|
26726
|
+
};
|
|
25652
26727
|
builderLifecycleAction: string;
|
|
25653
26728
|
builderLifecycleStage: string;
|
|
25654
26729
|
builderMetricWindow: string;
|
|
@@ -25668,13 +26743,22 @@ export declare const locales: {
|
|
|
25668
26743
|
builderPreviewRestoring: string;
|
|
25669
26744
|
builderReadinessTitle: string;
|
|
25670
26745
|
builderReadiness: {
|
|
26746
|
+
identity: string;
|
|
25671
26747
|
knowledge: string;
|
|
25672
26748
|
guardrail: string;
|
|
25673
26749
|
access: string;
|
|
25674
26750
|
sop: string;
|
|
26751
|
+
test: string;
|
|
26752
|
+
loadFailed: string;
|
|
26753
|
+
loadFailedDescription: string;
|
|
26754
|
+
retry: string;
|
|
25675
26755
|
};
|
|
25676
26756
|
builderReadinessMenuCaption: string;
|
|
25677
|
-
builderReadinessStatus: {
|
|
26757
|
+
builderReadinessStatus: {
|
|
26758
|
+
ok: string;
|
|
26759
|
+
gap: string;
|
|
26760
|
+
unknown: string;
|
|
26761
|
+
};
|
|
25678
26762
|
builderRecentExecutions: string;
|
|
25679
26763
|
builderRecentFailure: string;
|
|
25680
26764
|
builderRecentFailureDesc: string;
|
|
@@ -25691,13 +26775,25 @@ export declare const locales: {
|
|
|
25691
26775
|
builderSavedState: string;
|
|
25692
26776
|
editProfile: string;
|
|
25693
26777
|
builderSection: {
|
|
26778
|
+
identity: string;
|
|
26779
|
+
sharing: string;
|
|
26780
|
+
cognitivePolicy: string;
|
|
26781
|
+
topics: string;
|
|
26782
|
+
actions: string;
|
|
25694
26783
|
knowledge: string;
|
|
25695
26784
|
guardrail: string;
|
|
25696
26785
|
access: string;
|
|
25697
26786
|
sop: string;
|
|
26787
|
+
learning: string;
|
|
26788
|
+
test: string;
|
|
26789
|
+
observability: string;
|
|
25698
26790
|
};
|
|
25699
26791
|
cognitive: {
|
|
25700
|
-
tab: {
|
|
26792
|
+
tab: {
|
|
26793
|
+
successContract: string;
|
|
26794
|
+
proactivePolicy: string;
|
|
26795
|
+
contextAndMemoryPolicy: string;
|
|
26796
|
+
};
|
|
25701
26797
|
successContractTitle: string;
|
|
25702
26798
|
successContractDesc: string;
|
|
25703
26799
|
proactivePolicyTitle: string;
|
|
@@ -26113,6 +27209,13 @@ export declare const locales: {
|
|
|
26113
27209
|
versionHistory: string;
|
|
26114
27210
|
writeRateLimit: string;
|
|
26115
27211
|
};
|
|
27212
|
+
nodeTypes: {
|
|
27213
|
+
topic: string;
|
|
27214
|
+
tool: string;
|
|
27215
|
+
guardrail: string;
|
|
27216
|
+
knowledge: string;
|
|
27217
|
+
model: string;
|
|
27218
|
+
};
|
|
26116
27219
|
};
|
|
26117
27220
|
servicebotAgentDesk: {
|
|
26118
27221
|
channel: {
|
|
@@ -26243,7 +27346,15 @@ export declare const locales: {
|
|
|
26243
27346
|
namePlaceholder: string;
|
|
26244
27347
|
descriptionPlaceholder: string;
|
|
26245
27348
|
scopeHint: string;
|
|
26246
|
-
permission: {
|
|
27349
|
+
permission: {
|
|
27350
|
+
dataRead: string;
|
|
27351
|
+
dataWrite: string;
|
|
27352
|
+
navigation: string;
|
|
27353
|
+
ui: string;
|
|
27354
|
+
platformScan: string;
|
|
27355
|
+
platformLocation: string;
|
|
27356
|
+
platformImage: string;
|
|
27357
|
+
};
|
|
26247
27358
|
onlyJs: string;
|
|
26248
27359
|
maxSize: string;
|
|
26249
27360
|
uploadSuccess: string;
|
|
@@ -26330,7 +27441,14 @@ export declare const locales: {
|
|
|
26330
27441
|
fontColor: string;
|
|
26331
27442
|
noAggHint: string;
|
|
26332
27443
|
title: string;
|
|
26333
|
-
conditionType: {
|
|
27444
|
+
conditionType: {
|
|
27445
|
+
gt: string;
|
|
27446
|
+
lt: string;
|
|
27447
|
+
eq: string;
|
|
27448
|
+
between: string;
|
|
27449
|
+
topN: string;
|
|
27450
|
+
bottomN: string;
|
|
27451
|
+
};
|
|
26334
27452
|
};
|
|
26335
27453
|
configPanel: {
|
|
26336
27454
|
collapsePanel: string;
|
|
@@ -26382,6 +27500,21 @@ export declare const locales: {
|
|
|
26382
27500
|
notEquals: string;
|
|
26383
27501
|
in: string;
|
|
26384
27502
|
notIn: string;
|
|
27503
|
+
between: string;
|
|
27504
|
+
before: string;
|
|
27505
|
+
after: string;
|
|
27506
|
+
thisWeek: string;
|
|
27507
|
+
lastWeek: string;
|
|
27508
|
+
thisMonth: string;
|
|
27509
|
+
lastMonth: string;
|
|
27510
|
+
thisQuarter: string;
|
|
27511
|
+
lastQuarter: string;
|
|
27512
|
+
thisYear: string;
|
|
27513
|
+
lastYear: string;
|
|
27514
|
+
thisFiscalQuarter: string;
|
|
27515
|
+
lastFiscalYear: string;
|
|
27516
|
+
lastNDays: string;
|
|
27517
|
+
nextNDays: string;
|
|
26385
27518
|
};
|
|
26386
27519
|
};
|
|
26387
27520
|
filtersTab: {
|
|
@@ -26536,6 +27669,13 @@ export declare const locales: {
|
|
|
26536
27669
|
statusScheduled: string;
|
|
26537
27670
|
statusScheduledHelperNext: string;
|
|
26538
27671
|
statusScheduledHelperFirst: string;
|
|
27672
|
+
weekdaySunday: string;
|
|
27673
|
+
weekdayMonday: string;
|
|
27674
|
+
weekdayTuesday: string;
|
|
27675
|
+
weekdayWednesday: string;
|
|
27676
|
+
weekdayThursday: string;
|
|
27677
|
+
weekdayFriday: string;
|
|
27678
|
+
weekdaySaturday: string;
|
|
26539
27679
|
};
|
|
26540
27680
|
selectFields: {};
|
|
26541
27681
|
selectObject: {};
|
|
@@ -26578,7 +27718,12 @@ export declare const locales: {
|
|
|
26578
27718
|
saveFailed: string;
|
|
26579
27719
|
saveFirst: string;
|
|
26580
27720
|
undo: string;
|
|
26581
|
-
reportTypeOptions: {
|
|
27721
|
+
reportTypeOptions: {
|
|
27722
|
+
tabular: string;
|
|
27723
|
+
summary: string;
|
|
27724
|
+
matrix: string;
|
|
27725
|
+
joined: string;
|
|
27726
|
+
};
|
|
26582
27727
|
apiNamePlaceholder: string;
|
|
26583
27728
|
close: string;
|
|
26584
27729
|
};
|
|
@@ -26839,13 +27984,34 @@ export declare const locales: {
|
|
|
26839
27984
|
customDomainMax: string;
|
|
26840
27985
|
customDomainPlaceholder: string;
|
|
26841
27986
|
templateOptions: {
|
|
26842
|
-
BLANK: {
|
|
26843
|
-
|
|
26844
|
-
|
|
26845
|
-
|
|
26846
|
-
|
|
26847
|
-
|
|
26848
|
-
|
|
27987
|
+
BLANK: {
|
|
27988
|
+
label: string;
|
|
27989
|
+
description: string;
|
|
27990
|
+
};
|
|
27991
|
+
CUSTOMER_SERVICE: {
|
|
27992
|
+
label: string;
|
|
27993
|
+
description: string;
|
|
27994
|
+
};
|
|
27995
|
+
HELP_CENTER: {
|
|
27996
|
+
label: string;
|
|
27997
|
+
description: string;
|
|
27998
|
+
};
|
|
27999
|
+
PARTNER_CENTRAL: {
|
|
28000
|
+
label: string;
|
|
28001
|
+
description: string;
|
|
28002
|
+
};
|
|
28003
|
+
SELF_SERVICE: {
|
|
28004
|
+
label: string;
|
|
28005
|
+
description: string;
|
|
28006
|
+
};
|
|
28007
|
+
COMMUNITY: {
|
|
28008
|
+
label: string;
|
|
28009
|
+
description: string;
|
|
28010
|
+
};
|
|
28011
|
+
MICROSITE: {
|
|
28012
|
+
label: string;
|
|
28013
|
+
description: string;
|
|
28014
|
+
};
|
|
26849
28015
|
};
|
|
26850
28016
|
};
|
|
26851
28017
|
list: {
|
|
@@ -27323,7 +28489,14 @@ export declare const locales: {
|
|
|
27323
28489
|
};
|
|
27324
28490
|
cardConfig: {
|
|
27325
28491
|
cardType: string;
|
|
27326
|
-
cardTypeOption: {
|
|
28492
|
+
cardTypeOption: {
|
|
28493
|
+
metric: string;
|
|
28494
|
+
list: string;
|
|
28495
|
+
chart: string;
|
|
28496
|
+
pending_actions: string;
|
|
28497
|
+
recent: string;
|
|
28498
|
+
custom: string;
|
|
28499
|
+
};
|
|
27327
28500
|
title: string;
|
|
27328
28501
|
icon: string;
|
|
27329
28502
|
relatedObject: string;
|
|
@@ -27390,7 +28563,14 @@ export declare const locales: {
|
|
|
27390
28563
|
targetValue: string;
|
|
27391
28564
|
route: string;
|
|
27392
28565
|
flowVersionId: string;
|
|
27393
|
-
actionTypeOption: {
|
|
28566
|
+
actionTypeOption: {
|
|
28567
|
+
create_related: string;
|
|
28568
|
+
update_field: string;
|
|
28569
|
+
trigger_flow: string;
|
|
28570
|
+
call: string;
|
|
28571
|
+
email: string;
|
|
28572
|
+
navigate: string;
|
|
28573
|
+
};
|
|
27394
28574
|
};
|
|
27395
28575
|
fabConfig: {
|
|
27396
28576
|
buttonName: string;
|
|
@@ -27398,6 +28578,12 @@ export declare const locales: {
|
|
|
27398
28578
|
actionType: string;
|
|
27399
28579
|
createObject: string;
|
|
27400
28580
|
route: string;
|
|
28581
|
+
fabTypeOption: {
|
|
28582
|
+
create: string;
|
|
28583
|
+
scan: string;
|
|
28584
|
+
navigate: string;
|
|
28585
|
+
trigger_flow: string;
|
|
28586
|
+
};
|
|
27401
28587
|
};
|
|
27402
28588
|
tabConfig: {
|
|
27403
28589
|
tabName: string;
|
|
@@ -28129,8 +29315,29 @@ export declare const locales: {
|
|
|
28129
29315
|
noDeployResults: string;
|
|
28130
29316
|
};
|
|
28131
29317
|
objectFieldsPages: {
|
|
28132
|
-
fieldTypeOption: {
|
|
28133
|
-
|
|
29318
|
+
fieldTypeOption: {
|
|
29319
|
+
TEXT: string;
|
|
29320
|
+
LONG_TEXT: string;
|
|
29321
|
+
NUMBER: string;
|
|
29322
|
+
DATE: string;
|
|
29323
|
+
DATETIME: string;
|
|
29324
|
+
BOOLEAN: string;
|
|
29325
|
+
SELECT: string;
|
|
29326
|
+
MULTI_SELECT: string;
|
|
29327
|
+
RELATION: string;
|
|
29328
|
+
EMAIL: string;
|
|
29329
|
+
PHONE: string;
|
|
29330
|
+
URL: string;
|
|
29331
|
+
CURRENCY: string;
|
|
29332
|
+
UUID: string;
|
|
29333
|
+
FORMULA: string;
|
|
29334
|
+
ROLLUP: string;
|
|
29335
|
+
};
|
|
29336
|
+
relationTypeOption: {
|
|
29337
|
+
ONE_TO_MANY: string;
|
|
29338
|
+
MANY_TO_ONE: string;
|
|
29339
|
+
MANY_TO_MANY: string;
|
|
29340
|
+
};
|
|
28134
29341
|
breadcrumbSettings: string;
|
|
28135
29342
|
breadcrumbObjects: string;
|
|
28136
29343
|
breadcrumbNewField: string;
|
|
@@ -30125,14 +31332,42 @@ export declare const locales: {
|
|
|
30125
31332
|
homePrimaryChainLabel: string;
|
|
30126
31333
|
homeExtendedLabel: string;
|
|
30127
31334
|
homeCards: {
|
|
30128
|
-
profiles: {
|
|
30129
|
-
|
|
30130
|
-
|
|
30131
|
-
|
|
30132
|
-
|
|
30133
|
-
|
|
30134
|
-
|
|
30135
|
-
|
|
31335
|
+
profiles: {
|
|
31336
|
+
title: string;
|
|
31337
|
+
description: string;
|
|
31338
|
+
step: string;
|
|
31339
|
+
};
|
|
31340
|
+
dealRegistrations: {
|
|
31341
|
+
title: string;
|
|
31342
|
+
description: string;
|
|
31343
|
+
step: string;
|
|
31344
|
+
};
|
|
31345
|
+
referrals: {
|
|
31346
|
+
title: string;
|
|
31347
|
+
description: string;
|
|
31348
|
+
step: string;
|
|
31349
|
+
};
|
|
31350
|
+
insights: {
|
|
31351
|
+
title: string;
|
|
31352
|
+
description: string;
|
|
31353
|
+
step: string;
|
|
31354
|
+
};
|
|
31355
|
+
channelSources: {
|
|
31356
|
+
title: string;
|
|
31357
|
+
description: string;
|
|
31358
|
+
};
|
|
31359
|
+
jointMarketing: {
|
|
31360
|
+
title: string;
|
|
31361
|
+
description: string;
|
|
31362
|
+
};
|
|
31363
|
+
enablement: {
|
|
31364
|
+
title: string;
|
|
31365
|
+
description: string;
|
|
31366
|
+
};
|
|
31367
|
+
integrations: {
|
|
31368
|
+
title: string;
|
|
31369
|
+
description: string;
|
|
31370
|
+
};
|
|
30136
31371
|
};
|
|
30137
31372
|
};
|
|
30138
31373
|
platformAdmin: {
|
|
@@ -30333,7 +31568,13 @@ export declare const locales: {
|
|
|
30333
31568
|
memberTypeLabel: string;
|
|
30334
31569
|
memberTypePlaceholder: string;
|
|
30335
31570
|
memberTypeRequired: string;
|
|
30336
|
-
memberTypeOption: {
|
|
31571
|
+
memberTypeOption: {
|
|
31572
|
+
USER: string;
|
|
31573
|
+
ROLE: string;
|
|
31574
|
+
ROLE_AND_SUBORDINATES: string;
|
|
31575
|
+
ORG_NODE: string;
|
|
31576
|
+
PUBLIC_GROUP: string;
|
|
31577
|
+
};
|
|
30337
31578
|
referenceRequired: string;
|
|
30338
31579
|
searchPlaceholder: string;
|
|
30339
31580
|
selectMember: string;
|
|
@@ -30371,7 +31612,13 @@ export declare const locales: {
|
|
|
30371
31612
|
labelMemberCount: string;
|
|
30372
31613
|
memberRemoved: string;
|
|
30373
31614
|
memberNameUnavailable: string;
|
|
30374
|
-
memberTypeOption: {
|
|
31615
|
+
memberTypeOption: {
|
|
31616
|
+
USER: string;
|
|
31617
|
+
ROLE: string;
|
|
31618
|
+
ROLE_AND_SUBORDINATES: string;
|
|
31619
|
+
ORG_NODE: string;
|
|
31620
|
+
PUBLIC_GROUP: string;
|
|
31621
|
+
};
|
|
30375
31622
|
membersTitle: string;
|
|
30376
31623
|
noMembers: string;
|
|
30377
31624
|
notFound: string;
|
|
@@ -30621,8 +31868,25 @@ export declare const locales: {
|
|
|
30621
31868
|
totalCount: string;
|
|
30622
31869
|
riskGroup: {
|
|
30623
31870
|
access: string;
|
|
31871
|
+
captcha: string;
|
|
31872
|
+
identity: string;
|
|
31873
|
+
risk: string;
|
|
31874
|
+
system: string;
|
|
31875
|
+
};
|
|
31876
|
+
failureCode: {
|
|
31877
|
+
CAPTCHA_REQUIRED: string;
|
|
31878
|
+
CAPTCHA_FAILED: string;
|
|
31879
|
+
EMAIL_DUPLICATE: string;
|
|
31880
|
+
USERNAME_DUPLICATE: string;
|
|
31881
|
+
FORBIDDEN: string;
|
|
31882
|
+
BAD_REQUEST: string;
|
|
31883
|
+
SIGNUP_FAILED: string;
|
|
31884
|
+
RATE_LIMITED: string;
|
|
31885
|
+
IP_RATE_LIMITED: string;
|
|
31886
|
+
EMAIL_RATE_LIMITED: string;
|
|
31887
|
+
PROVISIONING_CONFLICT: string;
|
|
31888
|
+
PROVISIONING_FAILED: string;
|
|
30624
31889
|
};
|
|
30625
|
-
failureCode: {};
|
|
30626
31890
|
};
|
|
30627
31891
|
};
|
|
30628
31892
|
marketingPages: {
|
|
@@ -30944,7 +32208,14 @@ export declare const locales: {
|
|
|
30944
32208
|
description: string;
|
|
30945
32209
|
actionHint: string;
|
|
30946
32210
|
};
|
|
30947
|
-
dispositionLabel: {
|
|
32211
|
+
dispositionLabel: {
|
|
32212
|
+
interested: string;
|
|
32213
|
+
callback: string;
|
|
32214
|
+
not_interested: string;
|
|
32215
|
+
no_answer: string;
|
|
32216
|
+
voicemail: string;
|
|
32217
|
+
other: string;
|
|
32218
|
+
};
|
|
30948
32219
|
};
|
|
30949
32220
|
itemTable: {
|
|
30950
32221
|
filterStatusPlaceholder: string;
|
|
@@ -30994,7 +32265,11 @@ export declare const locales: {
|
|
|
30994
32265
|
typeRequired: string;
|
|
30995
32266
|
typeEditTooltip: string;
|
|
30996
32267
|
typePlaceholder: string;
|
|
30997
|
-
typeOption: {
|
|
32268
|
+
typeOption: {
|
|
32269
|
+
object: string;
|
|
32270
|
+
page: string;
|
|
32271
|
+
url: string;
|
|
32272
|
+
};
|
|
30998
32273
|
objectLabel: string;
|
|
30999
32274
|
objectRequired: string;
|
|
31000
32275
|
objectPlaceholder: string;
|
|
@@ -31596,7 +32871,13 @@ export declare const locales: {
|
|
|
31596
32871
|
relationFieldLabel: string;
|
|
31597
32872
|
relationFieldPlaceholder: string;
|
|
31598
32873
|
aggregateFunctionLabel: string;
|
|
31599
|
-
functionOption: {
|
|
32874
|
+
functionOption: {
|
|
32875
|
+
SUM: string;
|
|
32876
|
+
COUNT: string;
|
|
32877
|
+
AVG: string;
|
|
32878
|
+
MIN: string;
|
|
32879
|
+
MAX: string;
|
|
32880
|
+
};
|
|
31600
32881
|
childFieldLabel: string;
|
|
31601
32882
|
childFieldPlaceholder: string;
|
|
31602
32883
|
filterCriteriaLabel: string;
|
|
@@ -32129,30 +33410,102 @@ export declare const locales: {
|
|
|
32129
33410
|
};
|
|
32130
33411
|
newFieldSelect: {
|
|
32131
33412
|
fieldType: {
|
|
32132
|
-
TEXT: {
|
|
32133
|
-
|
|
32134
|
-
|
|
32135
|
-
|
|
32136
|
-
|
|
32137
|
-
|
|
32138
|
-
|
|
32139
|
-
|
|
32140
|
-
|
|
32141
|
-
|
|
32142
|
-
|
|
32143
|
-
|
|
32144
|
-
|
|
32145
|
-
|
|
32146
|
-
|
|
32147
|
-
|
|
32148
|
-
|
|
32149
|
-
|
|
32150
|
-
|
|
32151
|
-
|
|
32152
|
-
|
|
32153
|
-
|
|
32154
|
-
|
|
32155
|
-
|
|
33413
|
+
TEXT: {
|
|
33414
|
+
label: string;
|
|
33415
|
+
description: string;
|
|
33416
|
+
};
|
|
33417
|
+
LONG_TEXT: {
|
|
33418
|
+
label: string;
|
|
33419
|
+
description: string;
|
|
33420
|
+
};
|
|
33421
|
+
NUMBER: {
|
|
33422
|
+
label: string;
|
|
33423
|
+
description: string;
|
|
33424
|
+
};
|
|
33425
|
+
BOOLEAN: {
|
|
33426
|
+
label: string;
|
|
33427
|
+
description: string;
|
|
33428
|
+
};
|
|
33429
|
+
DATE: {
|
|
33430
|
+
label: string;
|
|
33431
|
+
description: string;
|
|
33432
|
+
};
|
|
33433
|
+
DATE_TIME: {
|
|
33434
|
+
label: string;
|
|
33435
|
+
description: string;
|
|
33436
|
+
};
|
|
33437
|
+
SELECT: {
|
|
33438
|
+
label: string;
|
|
33439
|
+
description: string;
|
|
33440
|
+
};
|
|
33441
|
+
MULTI_SELECT: {
|
|
33442
|
+
label: string;
|
|
33443
|
+
description: string;
|
|
33444
|
+
};
|
|
33445
|
+
RATING: {
|
|
33446
|
+
label: string;
|
|
33447
|
+
description: string;
|
|
33448
|
+
};
|
|
33449
|
+
CURRENCY: {
|
|
33450
|
+
label: string;
|
|
33451
|
+
description: string;
|
|
33452
|
+
};
|
|
33453
|
+
EMAILS: {
|
|
33454
|
+
label: string;
|
|
33455
|
+
description: string;
|
|
33456
|
+
};
|
|
33457
|
+
PHONES: {
|
|
33458
|
+
label: string;
|
|
33459
|
+
description: string;
|
|
33460
|
+
};
|
|
33461
|
+
LINKS: {
|
|
33462
|
+
label: string;
|
|
33463
|
+
description: string;
|
|
33464
|
+
};
|
|
33465
|
+
FULL_NAME: {
|
|
33466
|
+
label: string;
|
|
33467
|
+
description: string;
|
|
33468
|
+
};
|
|
33469
|
+
ADDRESS: {
|
|
33470
|
+
label: string;
|
|
33471
|
+
description: string;
|
|
33472
|
+
};
|
|
33473
|
+
RELATION: {
|
|
33474
|
+
label: string;
|
|
33475
|
+
description: string;
|
|
33476
|
+
};
|
|
33477
|
+
UUID: {
|
|
33478
|
+
label: string;
|
|
33479
|
+
description: string;
|
|
33480
|
+
};
|
|
33481
|
+
RAW_JSON: {
|
|
33482
|
+
label: string;
|
|
33483
|
+
description: string;
|
|
33484
|
+
};
|
|
33485
|
+
ARRAY: {
|
|
33486
|
+
label: string;
|
|
33487
|
+
description: string;
|
|
33488
|
+
};
|
|
33489
|
+
FILES: {
|
|
33490
|
+
label: string;
|
|
33491
|
+
description: string;
|
|
33492
|
+
};
|
|
33493
|
+
GEOLOCATION: {
|
|
33494
|
+
label: string;
|
|
33495
|
+
description: string;
|
|
33496
|
+
};
|
|
33497
|
+
EXTERNAL_LOOKUP: {
|
|
33498
|
+
label: string;
|
|
33499
|
+
description: string;
|
|
33500
|
+
};
|
|
33501
|
+
FORMULA: {
|
|
33502
|
+
label: string;
|
|
33503
|
+
description: string;
|
|
33504
|
+
};
|
|
33505
|
+
ROLLUP: {
|
|
33506
|
+
label: string;
|
|
33507
|
+
description: string;
|
|
33508
|
+
};
|
|
32156
33509
|
};
|
|
32157
33510
|
categoryDescription: {
|
|
32158
33511
|
Basic: string;
|
|
@@ -33283,6 +34636,12 @@ export declare const locales: {
|
|
|
33283
34636
|
objAutomationExecution: string;
|
|
33284
34637
|
objLoginHistory: string;
|
|
33285
34638
|
objQuoteLineItem: string;
|
|
34639
|
+
chartArea: string;
|
|
34640
|
+
chartCombo: string;
|
|
34641
|
+
chartDonut: string;
|
|
34642
|
+
chartGauge: string;
|
|
34643
|
+
chartScatter: string;
|
|
34644
|
+
chartType: string;
|
|
33286
34645
|
};
|
|
33287
34646
|
servicebot: {
|
|
33288
34647
|
channels: string;
|
|
@@ -33880,8 +35239,19 @@ export declare const locales: {
|
|
|
33880
35239
|
loadFailed: string;
|
|
33881
35240
|
totalRecords: string;
|
|
33882
35241
|
noRecords: string;
|
|
33883
|
-
status: {
|
|
33884
|
-
|
|
35242
|
+
status: {
|
|
35243
|
+
RUNNING: string;
|
|
35244
|
+
COMPLETED: string;
|
|
35245
|
+
FAILED: string;
|
|
35246
|
+
CANCELLED: string;
|
|
35247
|
+
WAITING: string;
|
|
35248
|
+
};
|
|
35249
|
+
triggerType: {
|
|
35250
|
+
RECORD_TRIGGER: string;
|
|
35251
|
+
MANUAL: string;
|
|
35252
|
+
SCHEDULED: string;
|
|
35253
|
+
SUBFLOW: string;
|
|
35254
|
+
};
|
|
33885
35255
|
};
|
|
33886
35256
|
decisionConfig: {
|
|
33887
35257
|
title: string;
|
|
@@ -34395,6 +35765,12 @@ export declare const locales: {
|
|
|
34395
35765
|
transferToMobile: string;
|
|
34396
35766
|
close: string;
|
|
34397
35767
|
};
|
|
35768
|
+
queueStatus: {
|
|
35769
|
+
pending: string;
|
|
35770
|
+
completed: string;
|
|
35771
|
+
failed: string;
|
|
35772
|
+
skipped: string;
|
|
35773
|
+
};
|
|
34398
35774
|
};
|
|
34399
35775
|
recording: {
|
|
34400
35776
|
list: {
|
|
@@ -34511,6 +35887,11 @@ export declare const locales: {
|
|
|
34511
35887
|
pending: string;
|
|
34512
35888
|
completed: string;
|
|
34513
35889
|
failed: string;
|
|
35890
|
+
scheduled: string;
|
|
35891
|
+
dialing: string;
|
|
35892
|
+
connected: string;
|
|
35893
|
+
skipped: string;
|
|
35894
|
+
dnc: string;
|
|
34514
35895
|
};
|
|
34515
35896
|
disposition: {
|
|
34516
35897
|
interested: string;
|
|
@@ -34518,6 +35899,7 @@ export declare const locales: {
|
|
|
34518
35899
|
not_interested: string;
|
|
34519
35900
|
voicemail: string;
|
|
34520
35901
|
no_answer: string;
|
|
35902
|
+
appointment_set: string;
|
|
34521
35903
|
};
|
|
34522
35904
|
filter: {
|
|
34523
35905
|
status: string;
|
|
@@ -35167,7 +36549,13 @@ export declare const locales: {
|
|
|
35167
36549
|
cancel: string;
|
|
35168
36550
|
deleteConfirmPrefix: string;
|
|
35169
36551
|
deleteConfirmSuffix: string;
|
|
35170
|
-
object: {
|
|
36552
|
+
object: {
|
|
36553
|
+
Opportunity: string;
|
|
36554
|
+
Quote: string;
|
|
36555
|
+
Contract: string;
|
|
36556
|
+
Account: string;
|
|
36557
|
+
Order: string;
|
|
36558
|
+
};
|
|
35171
36559
|
approver: {
|
|
35172
36560
|
user: string;
|
|
35173
36561
|
role: string;
|
|
@@ -35316,8 +36704,18 @@ export declare const locales: {
|
|
|
35316
36704
|
fieldConditions: string;
|
|
35317
36705
|
updateSuccess: string;
|
|
35318
36706
|
updateFailed: string;
|
|
35319
|
-
object: {
|
|
35320
|
-
|
|
36707
|
+
object: {
|
|
36708
|
+
Opportunity: string;
|
|
36709
|
+
Account: string;
|
|
36710
|
+
Contact: string;
|
|
36711
|
+
Task: string;
|
|
36712
|
+
Lead: string;
|
|
36713
|
+
};
|
|
36714
|
+
evaluation: {
|
|
36715
|
+
created: string;
|
|
36716
|
+
created_and_edited: string;
|
|
36717
|
+
edited: string;
|
|
36718
|
+
};
|
|
35321
36719
|
};
|
|
35322
36720
|
triggersAdmin: {
|
|
35323
36721
|
title: string;
|
|
@@ -36215,13 +37613,84 @@ export declare const locales: {
|
|
|
36215
37613
|
noMatchingItems: string;
|
|
36216
37614
|
menuPlatformAdminHome: string;
|
|
36217
37615
|
providerControlPlaneUi: {
|
|
36218
|
-
family: {
|
|
36219
|
-
|
|
37616
|
+
family: {
|
|
37617
|
+
ai: string;
|
|
37618
|
+
telephony: string;
|
|
37619
|
+
channel: string;
|
|
37620
|
+
};
|
|
37621
|
+
tone: {
|
|
37622
|
+
success: string;
|
|
37623
|
+
warning: string;
|
|
37624
|
+
danger: string;
|
|
37625
|
+
info: string;
|
|
37626
|
+
neutral: string;
|
|
37627
|
+
};
|
|
36220
37628
|
field: {
|
|
36221
37629
|
key: string;
|
|
36222
37630
|
label: string;
|
|
36223
37631
|
secret: string;
|
|
36224
|
-
|
|
37632
|
+
kind: string;
|
|
37633
|
+
status: string;
|
|
37634
|
+
health: string;
|
|
37635
|
+
defaultModel: string;
|
|
37636
|
+
capabilities: string;
|
|
37637
|
+
region: string;
|
|
37638
|
+
action: string;
|
|
37639
|
+
workspace: string;
|
|
37640
|
+
primaryProvider: string;
|
|
37641
|
+
routing: string;
|
|
37642
|
+
migration: string;
|
|
37643
|
+
fallbacks: string;
|
|
37644
|
+
channel: string;
|
|
37645
|
+
runtime: string;
|
|
37646
|
+
residency: string;
|
|
37647
|
+
providerSecret: string;
|
|
37648
|
+
webhookSecret: string;
|
|
37649
|
+
purpose: string;
|
|
37650
|
+
providerConfigKey: string;
|
|
37651
|
+
providerKind: string;
|
|
37652
|
+
priority: string;
|
|
37653
|
+
baseUrl: string;
|
|
37654
|
+
dataResidency: string;
|
|
37655
|
+
internalEndpoint: string;
|
|
37656
|
+
enabledCapabilities: string;
|
|
37657
|
+
modelListJson: string;
|
|
37658
|
+
metadataMaskedJson: string;
|
|
37659
|
+
migrationState: string;
|
|
37660
|
+
fallbackChainJson: string;
|
|
37661
|
+
modelPolicyJson: string;
|
|
37662
|
+
budgetPolicyJson: string;
|
|
37663
|
+
accountRefMasked: string;
|
|
37664
|
+
endpointMasked: string;
|
|
37665
|
+
senderIdentityJson: string;
|
|
37666
|
+
domainPolicyJson: string;
|
|
37667
|
+
suppressionPolicyJson: string;
|
|
37668
|
+
retryPolicyJson: string;
|
|
37669
|
+
rateLimitPolicyJson: string;
|
|
37670
|
+
senderPolicyJson: string;
|
|
37671
|
+
templateBoundaryPolicyJson: string;
|
|
37672
|
+
sendingLimitPolicyJson: string;
|
|
37673
|
+
compliancePolicyJson: string;
|
|
37674
|
+
featurePolicyJson: string;
|
|
37675
|
+
};
|
|
37676
|
+
guardrailAria: string;
|
|
37677
|
+
metricsAria: string;
|
|
37678
|
+
workbenchAria: string;
|
|
37679
|
+
recordsAria: string;
|
|
37680
|
+
riskTitle: string;
|
|
37681
|
+
noActiveRisk: string;
|
|
37682
|
+
contractGuarded: string;
|
|
37683
|
+
maskedAuditView: string;
|
|
37684
|
+
providerConfigs: string;
|
|
37685
|
+
orgPolicies: string;
|
|
37686
|
+
cancel: string;
|
|
37687
|
+
saveWithAudit: string;
|
|
37688
|
+
create: string;
|
|
37689
|
+
edit: string;
|
|
37690
|
+
bindPolicy: string;
|
|
37691
|
+
impactAria: string;
|
|
37692
|
+
impactPreview: string;
|
|
37693
|
+
impactDescription: string;
|
|
36225
37694
|
};
|
|
36226
37695
|
aiProviderControlPlane: {
|
|
36227
37696
|
title: string;
|
|
@@ -36245,7 +37714,15 @@ export declare const locales: {
|
|
|
36245
37714
|
createPolicyModalTitle: string;
|
|
36246
37715
|
workspacePlaceholder: string;
|
|
36247
37716
|
ui: {
|
|
36248
|
-
capability: {
|
|
37717
|
+
capability: {
|
|
37718
|
+
chat: string;
|
|
37719
|
+
embedding: string;
|
|
37720
|
+
vision: string;
|
|
37721
|
+
json: string;
|
|
37722
|
+
tool_calling: string;
|
|
37723
|
+
streaming: string;
|
|
37724
|
+
reasoning: string;
|
|
37725
|
+
};
|
|
36249
37726
|
impact: {
|
|
36250
37727
|
capabilityDelta: string;
|
|
36251
37728
|
capabilityDeltaBody: string;
|
|
@@ -36260,13 +37737,110 @@ export declare const locales: {
|
|
|
36260
37737
|
auditTrail: string;
|
|
36261
37738
|
auditTrailBody: string;
|
|
36262
37739
|
};
|
|
36263
|
-
runtimeConsumer: {
|
|
37740
|
+
runtimeConsumer: {
|
|
37741
|
+
modelRouting: string;
|
|
37742
|
+
knowledgeRetrieval: string;
|
|
37743
|
+
other: string;
|
|
37744
|
+
unavailable: string;
|
|
37745
|
+
};
|
|
37746
|
+
loadFailed: string;
|
|
37747
|
+
loadFailedDescription: string;
|
|
37748
|
+
retry: string;
|
|
37749
|
+
test: string;
|
|
37750
|
+
testAll: string;
|
|
37751
|
+
testProvider: string;
|
|
37752
|
+
editProvider: string;
|
|
37753
|
+
probeResults: string;
|
|
37754
|
+
noWiredProbeTargets: string;
|
|
37755
|
+
noProbeResults: string;
|
|
37756
|
+
result: string;
|
|
37757
|
+
passed: string;
|
|
37758
|
+
failed: string;
|
|
37759
|
+
latency: string;
|
|
37760
|
+
evidence: string;
|
|
37761
|
+
diagnostic: string;
|
|
37762
|
+
requestedModel: string;
|
|
37763
|
+
actualModel: string;
|
|
37764
|
+
modelConsistency: string;
|
|
37765
|
+
consistent: string;
|
|
37766
|
+
inconsistent: string;
|
|
37767
|
+
observedAt: string;
|
|
37768
|
+
actor: string;
|
|
37769
|
+
auditId: string;
|
|
37770
|
+
dimension: string;
|
|
37771
|
+
tokens: string;
|
|
37772
|
+
providerHealth: string;
|
|
37773
|
+
atRiskCount: string;
|
|
37774
|
+
activeCount: string;
|
|
37775
|
+
unknownHealthChecks: string;
|
|
37776
|
+
healthChecksVisible: string;
|
|
37777
|
+
policyCoverage: string;
|
|
37778
|
+
policyCoverageHelper: string;
|
|
37779
|
+
secretRotationRisk: string;
|
|
37780
|
+
configured: string;
|
|
37781
|
+
notConfigured: string;
|
|
37782
|
+
available: string;
|
|
37783
|
+
unavailable: string;
|
|
37784
|
+
notTested: string;
|
|
37785
|
+
gapCount: string;
|
|
37786
|
+
secretRotationHelper: string;
|
|
37787
|
+
fallbackRoutingRisk: string;
|
|
37788
|
+
covered: string;
|
|
37789
|
+
fallbackRoutingHelper: string;
|
|
37790
|
+
reliability: string;
|
|
37791
|
+
noDefaultModel: string;
|
|
37792
|
+
selectProviderReliability: string;
|
|
37793
|
+
modelRouting: string;
|
|
37794
|
+
modelRoutingBound: string;
|
|
37795
|
+
modelRoutingUnbound: string;
|
|
37796
|
+
capabilityCoverage: string;
|
|
37797
|
+
noCapabilities: string;
|
|
37798
|
+
wired: string;
|
|
37799
|
+
notWired: string;
|
|
37800
|
+
capabilityCatalogTitle: string;
|
|
37801
|
+
capabilityCatalogDescription: string;
|
|
37802
|
+
runtimeCatalogUnavailable: string;
|
|
37803
|
+
invalidJson: string;
|
|
37804
|
+
capabilityColumn: string;
|
|
37805
|
+
wiringColumn: string;
|
|
37806
|
+
runtimeConsumerColumn: string;
|
|
37807
|
+
noConsumer: string;
|
|
37808
|
+
noProviderSelected: string;
|
|
37809
|
+
modelResidency: string;
|
|
37810
|
+
noRegion: string;
|
|
37811
|
+
noResidencyPolicy: string;
|
|
37812
|
+
residencyUnavailable: string;
|
|
37813
|
+
noAiProviderSelected: string;
|
|
37814
|
+
providerKey: string;
|
|
37815
|
+
defaultModel: string;
|
|
37816
|
+
health: string;
|
|
37817
|
+
policyWorkspace: string;
|
|
37818
|
+
noPinnedPolicy: string;
|
|
37819
|
+
secret: string;
|
|
37820
|
+
updated: string;
|
|
36264
37821
|
};
|
|
36265
37822
|
};
|
|
36266
37823
|
channelProviderControlPlane: {
|
|
36267
37824
|
ui: {
|
|
36268
|
-
capability: {
|
|
36269
|
-
|
|
37825
|
+
capability: {
|
|
37826
|
+
send_email: string;
|
|
37827
|
+
receive_email: string;
|
|
37828
|
+
send_sms: string;
|
|
37829
|
+
send_push: string;
|
|
37830
|
+
send_work_notice: string;
|
|
37831
|
+
in_app_notify: string;
|
|
37832
|
+
};
|
|
37833
|
+
purpose: {
|
|
37834
|
+
transactional: string;
|
|
37835
|
+
marketing: string;
|
|
37836
|
+
notification: string;
|
|
37837
|
+
workflow: string;
|
|
37838
|
+
servicebot: string;
|
|
37839
|
+
site_auth: string;
|
|
37840
|
+
inbound_case: string;
|
|
37841
|
+
in_app: string;
|
|
37842
|
+
mixed: string;
|
|
37843
|
+
};
|
|
36270
37844
|
impact: {
|
|
36271
37845
|
capabilityDelta: string;
|
|
36272
37846
|
capabilityDeltaBody: string;
|
|
@@ -36281,6 +37855,54 @@ export declare const locales: {
|
|
|
36281
37855
|
auditTrail: string;
|
|
36282
37856
|
auditTrailBody: string;
|
|
36283
37857
|
};
|
|
37858
|
+
loadFailed: string;
|
|
37859
|
+
loadFailedDescription: string;
|
|
37860
|
+
retry: string;
|
|
37861
|
+
title: string;
|
|
37862
|
+
providerHealth: string;
|
|
37863
|
+
atRiskCount: string;
|
|
37864
|
+
activeCount: string;
|
|
37865
|
+
unknownDeliveryHealth: string;
|
|
37866
|
+
governedSenderCount: string;
|
|
37867
|
+
policyCoverage: string;
|
|
37868
|
+
policyCoverageHelper: string;
|
|
37869
|
+
secretRotationRisk: string;
|
|
37870
|
+
configured: string;
|
|
37871
|
+
notConfigured: string;
|
|
37872
|
+
gapCount: string;
|
|
37873
|
+
secretRotationHelper: string;
|
|
37874
|
+
fallbackRoutingRisk: string;
|
|
37875
|
+
pinned: string;
|
|
37876
|
+
fallbackRoutingHelper: string;
|
|
37877
|
+
reliability: string;
|
|
37878
|
+
channel: string;
|
|
37879
|
+
selectChannelProvider: string;
|
|
37880
|
+
senderIdentity: string;
|
|
37881
|
+
domainOwnershipUnset: string;
|
|
37882
|
+
noProviderSelected: string;
|
|
37883
|
+
deliveryPolicy: string;
|
|
37884
|
+
deliveryPolicyBound: string;
|
|
37885
|
+
deliveryPolicyUnbound: string;
|
|
37886
|
+
deliveryReliability: string;
|
|
37887
|
+
noRegion: string;
|
|
37888
|
+
noResidencyPolicy: string;
|
|
37889
|
+
noHealthMessage: string;
|
|
37890
|
+
deliveryReliabilityUnavailable: string;
|
|
37891
|
+
noChannelProviderSelected: string;
|
|
37892
|
+
providerKey: string;
|
|
37893
|
+
providerKind: string;
|
|
37894
|
+
policyWorkspace: string;
|
|
37895
|
+
noPinnedPolicy: string;
|
|
37896
|
+
providerSecret: string;
|
|
37897
|
+
webhookSecret: string;
|
|
37898
|
+
updated: string;
|
|
37899
|
+
notWired: string;
|
|
37900
|
+
invalidJson: string;
|
|
37901
|
+
configuredSecretRefHint: string;
|
|
37902
|
+
optionalProviderSecretRefHint: string;
|
|
37903
|
+
optionalWebhookSecretRefHint: string;
|
|
37904
|
+
wiredCapabilitiesHint: string;
|
|
37905
|
+
notWiredCapabilitiesHint: string;
|
|
36284
37906
|
};
|
|
36285
37907
|
};
|
|
36286
37908
|
telephonyProviderControlPlane: {};
|
|
@@ -36896,19 +38518,75 @@ export declare const locales: {
|
|
|
36896
38518
|
sensitiveAllow: string;
|
|
36897
38519
|
};
|
|
36898
38520
|
imBotSetup: {
|
|
36899
|
-
toolLabel: {
|
|
38521
|
+
toolLabel: {
|
|
38522
|
+
recordQuery: string;
|
|
38523
|
+
recordAggregate: string;
|
|
38524
|
+
recordCreate: string;
|
|
38525
|
+
recordUpdate: string;
|
|
38526
|
+
activityLog: string;
|
|
38527
|
+
knowledgeSearch: string;
|
|
38528
|
+
reportGenerate: string;
|
|
38529
|
+
imNotify: string;
|
|
38530
|
+
};
|
|
36900
38531
|
platform: {
|
|
36901
|
-
dingtalk: {
|
|
36902
|
-
|
|
36903
|
-
|
|
36904
|
-
|
|
36905
|
-
|
|
36906
|
-
|
|
36907
|
-
|
|
36908
|
-
|
|
38532
|
+
dingtalk: {
|
|
38533
|
+
label: string;
|
|
38534
|
+
step1: string;
|
|
38535
|
+
step2: string;
|
|
38536
|
+
step3: string;
|
|
38537
|
+
step4: string;
|
|
38538
|
+
};
|
|
38539
|
+
feishu: {
|
|
38540
|
+
label: string;
|
|
38541
|
+
step1: string;
|
|
38542
|
+
step2: string;
|
|
38543
|
+
step3: string;
|
|
38544
|
+
step4: string;
|
|
38545
|
+
};
|
|
38546
|
+
wecom: {
|
|
38547
|
+
label: string;
|
|
38548
|
+
step1: string;
|
|
38549
|
+
step2: string;
|
|
38550
|
+
step3: string;
|
|
38551
|
+
note: string;
|
|
38552
|
+
};
|
|
38553
|
+
slack: {
|
|
38554
|
+
label: string;
|
|
38555
|
+
step1: string;
|
|
38556
|
+
step2: string;
|
|
38557
|
+
step3: string;
|
|
38558
|
+
};
|
|
38559
|
+
teams: {
|
|
38560
|
+
label: string;
|
|
38561
|
+
step1: string;
|
|
38562
|
+
step2: string;
|
|
38563
|
+
step3: string;
|
|
38564
|
+
};
|
|
38565
|
+
web_chat: {
|
|
38566
|
+
label: string;
|
|
38567
|
+
step1: string;
|
|
38568
|
+
step2: string;
|
|
38569
|
+
step3: string;
|
|
38570
|
+
};
|
|
38571
|
+
api: {
|
|
38572
|
+
label: string;
|
|
38573
|
+
step1: string;
|
|
38574
|
+
step2: string;
|
|
38575
|
+
step3: string;
|
|
38576
|
+
};
|
|
38577
|
+
phone_agent: {
|
|
38578
|
+
label: string;
|
|
38579
|
+
step1: string;
|
|
38580
|
+
step2: string;
|
|
38581
|
+
step3: string;
|
|
38582
|
+
};
|
|
36909
38583
|
};
|
|
36910
38584
|
field: {
|
|
36911
|
-
wecom: {
|
|
38585
|
+
wecom: {
|
|
38586
|
+
corpId: string;
|
|
38587
|
+
agentId: string;
|
|
38588
|
+
secret: string;
|
|
38589
|
+
};
|
|
36912
38590
|
};
|
|
36913
38591
|
simNoReply: string;
|
|
36914
38592
|
simFailed: string;
|
|
@@ -36960,6 +38638,9 @@ export declare const locales: {
|
|
|
36960
38638
|
on: string;
|
|
36961
38639
|
toggleChannelAria: string;
|
|
36962
38640
|
edit: string;
|
|
38641
|
+
copyCallbackUrl: string;
|
|
38642
|
+
copyCallbackUrlAria: string;
|
|
38643
|
+
callbackUrlCopied: string;
|
|
36963
38644
|
confirmDelete: string;
|
|
36964
38645
|
delete: string;
|
|
36965
38646
|
cancel: string;
|
|
@@ -37348,9 +39029,25 @@ export declare const locales: {
|
|
|
37348
39029
|
colActions: string;
|
|
37349
39030
|
detail: string;
|
|
37350
39031
|
totalCount: string;
|
|
37351
|
-
outcomeTypeLabels: {
|
|
37352
|
-
|
|
37353
|
-
|
|
39032
|
+
outcomeTypeLabels: {
|
|
39033
|
+
mql: string;
|
|
39034
|
+
opportunityCreated: string;
|
|
39035
|
+
opportunityWon: string;
|
|
39036
|
+
caseClosed: string;
|
|
39037
|
+
customerActivated: string;
|
|
39038
|
+
};
|
|
39039
|
+
tierLabels: {
|
|
39040
|
+
full: string;
|
|
39041
|
+
half: string;
|
|
39042
|
+
none: string;
|
|
39043
|
+
};
|
|
39044
|
+
statusLabels: {
|
|
39045
|
+
pending: string;
|
|
39046
|
+
billed: string;
|
|
39047
|
+
waived: string;
|
|
39048
|
+
disputed: string;
|
|
39049
|
+
cancelled: string;
|
|
39050
|
+
};
|
|
37354
39051
|
};
|
|
37355
39052
|
agentPermission: {
|
|
37356
39053
|
pageTitle: string;
|
|
@@ -37765,6 +39462,11 @@ export declare const locales: {
|
|
|
37765
39462
|
type: {
|
|
37766
39463
|
service: string;
|
|
37767
39464
|
custom: string;
|
|
39465
|
+
sales: string;
|
|
39466
|
+
analytics: string;
|
|
39467
|
+
operations: string;
|
|
39468
|
+
marketing: string;
|
|
39469
|
+
support: string;
|
|
37768
39470
|
};
|
|
37769
39471
|
status: {
|
|
37770
39472
|
active: string;
|
|
@@ -37774,17 +39476,55 @@ export declare const locales: {
|
|
|
37774
39476
|
inactive: string;
|
|
37775
39477
|
disabled: string;
|
|
37776
39478
|
};
|
|
37777
|
-
capability: {
|
|
39479
|
+
capability: {
|
|
39480
|
+
multilingual_outreach: string;
|
|
39481
|
+
lead_qualification: string;
|
|
39482
|
+
email_drafting: string;
|
|
39483
|
+
prospect_research: string;
|
|
39484
|
+
mql_scoring: string;
|
|
39485
|
+
mql_conversion: string;
|
|
39486
|
+
follow_up_cadence: string;
|
|
39487
|
+
inbound_inquiry: string;
|
|
39488
|
+
sales: string;
|
|
39489
|
+
case_resolution: string;
|
|
39490
|
+
refund_processing: string;
|
|
39491
|
+
order_tracking: string;
|
|
39492
|
+
faq_answering: string;
|
|
39493
|
+
escalation_routing: string;
|
|
39494
|
+
team_coaching: string;
|
|
39495
|
+
next_best_action: string;
|
|
39496
|
+
sop_adherence: string;
|
|
39497
|
+
bottleneck_alerting: string;
|
|
39498
|
+
bottleneck_detection: string;
|
|
39499
|
+
performance_review: string;
|
|
39500
|
+
enablement: string;
|
|
39501
|
+
pipeline_analysis: string;
|
|
39502
|
+
revenue_forecasting: string;
|
|
39503
|
+
report_generation: string;
|
|
39504
|
+
kpi_monitoring: string;
|
|
39505
|
+
};
|
|
37778
39506
|
};
|
|
37779
39507
|
orchestrationDisplay: {
|
|
37780
39508
|
trigger: {
|
|
37781
39509
|
manual: string;
|
|
39510
|
+
event: string;
|
|
39511
|
+
schedule: string;
|
|
37782
39512
|
};
|
|
37783
39513
|
category: {
|
|
37784
39514
|
default: string;
|
|
39515
|
+
custom: string;
|
|
39516
|
+
};
|
|
39517
|
+
failureStrategy: {
|
|
39518
|
+
continue: string;
|
|
39519
|
+
fail_fast: string;
|
|
39520
|
+
retry: string;
|
|
39521
|
+
};
|
|
39522
|
+
stepType: {
|
|
39523
|
+
agent_task: string;
|
|
39524
|
+
condition: string;
|
|
39525
|
+
parallel: string;
|
|
39526
|
+
tool_call: string;
|
|
37785
39527
|
};
|
|
37786
|
-
failureStrategy: {};
|
|
37787
|
-
stepType: {};
|
|
37788
39528
|
};
|
|
37789
39529
|
aiWorkforceHome: {
|
|
37790
39530
|
title: string;
|
|
@@ -37855,6 +39595,8 @@ export declare const locales: {
|
|
|
37855
39595
|
emptyRecent: string;
|
|
37856
39596
|
executionFallback: string;
|
|
37857
39597
|
agentFallback: string;
|
|
39598
|
+
customerPrefix: string;
|
|
39599
|
+
customerCommLink: string;
|
|
37858
39600
|
metric: {
|
|
37859
39601
|
activeAgents: string;
|
|
37860
39602
|
totalAgentsPrefix: string;
|