@n8n/i18n 2.21.1 → 2.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +167 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +155 -5
- package/dist/index.d.mts +155 -5
- package/dist/index.mjs +167 -17
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +155 -5
- package/dist/types2.d.mts +155 -5
- package/package.json +4 -4
package/dist/types2.d.cts
CHANGED
|
@@ -1192,6 +1192,33 @@ declare const _exports: {
|
|
|
1192
1192
|
"editor.mainHeader.githubButton.label": string;
|
|
1193
1193
|
"experiments.instanceAiProactiveAgent.message": string;
|
|
1194
1194
|
"experiments.instanceAiProactiveAgent.typingLabel": string;
|
|
1195
|
+
"experiments.instanceAiPromptSuggestionsV2.emptyState.title": string;
|
|
1196
|
+
"experiments.instanceAiPromptSuggestionsV2.input.placeholder": string;
|
|
1197
|
+
"experiments.instanceAiPromptSuggestionsV2.nextSuggestions": string;
|
|
1198
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.processInvoices.label": string;
|
|
1199
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.processInvoices.prompt": string;
|
|
1200
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.qualifyInboundLeads.label": string;
|
|
1201
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.qualifyInboundLeads.prompt": string;
|
|
1202
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.whatsappSupportAgent.label": string;
|
|
1203
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.whatsappSupportAgent.prompt": string;
|
|
1204
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.scheduleSocialPosts.label": string;
|
|
1205
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.scheduleSocialPosts.prompt": string;
|
|
1206
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.analyzeExitInterviews.label": string;
|
|
1207
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.analyzeExitInterviews.prompt": string;
|
|
1208
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.postToLinkedIn.label": string;
|
|
1209
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.postToLinkedIn.prompt": string;
|
|
1210
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.detectAtRiskAccounts.label": string;
|
|
1211
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.detectAtRiskAccounts.prompt": string;
|
|
1212
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.automateOrderFlow.label": string;
|
|
1213
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.automateOrderFlow.prompt": string;
|
|
1214
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.recoverAbandonedCarts.label": string;
|
|
1215
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.recoverAbandonedCarts.prompt": string;
|
|
1216
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.monitorMarketNews.label": string;
|
|
1217
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.monitorMarketNews.prompt": string;
|
|
1218
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.onboardNewHires.label": string;
|
|
1219
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.onboardNewHires.prompt": string;
|
|
1220
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.label": string;
|
|
1221
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.prompt": string;
|
|
1195
1222
|
"experiments.personalizedTemplatesV3.browseAllTemplates": string;
|
|
1196
1223
|
"experiments.personalizedTemplatesV3.couldntFind": string;
|
|
1197
1224
|
"experiments.personalizedTemplatesV3.exploreTemplates": string;
|
|
@@ -1214,7 +1241,6 @@ declare const _exports: {
|
|
|
1214
1241
|
"experiments.resourceCenter.sidebar": string;
|
|
1215
1242
|
"experiments.resourceCenter.template.setupTime": string;
|
|
1216
1243
|
"experiments.resourceCenter.title": string;
|
|
1217
|
-
"experiments.resourceCenter.tooltip.text": string;
|
|
1218
1244
|
"experiments.resourceCenter.video.level": string;
|
|
1219
1245
|
"experiments.templatesDataQuality.modalTitle": string;
|
|
1220
1246
|
error: string;
|
|
@@ -1325,7 +1351,6 @@ declare const _exports: {
|
|
|
1325
1351
|
"agentSessions.detail.cost": string;
|
|
1326
1352
|
"agentSessions.detail.toolCallSuspended": string;
|
|
1327
1353
|
"agentSessions.detail.suspendedNote": string;
|
|
1328
|
-
"agentSessions.detail.workingMemory": string;
|
|
1329
1354
|
"agentSessions.detail.builtInTools": string;
|
|
1330
1355
|
"agentSessions.detail.userTools": string;
|
|
1331
1356
|
"agentSessions.detail.richInteraction.userResponse": string;
|
|
@@ -1357,6 +1382,7 @@ declare const _exports: {
|
|
|
1357
1382
|
"agentSessions.timeline.memoryUpdated": string;
|
|
1358
1383
|
"agentSessions.timeline.openForm": string;
|
|
1359
1384
|
"agentSessions.timeline.workflowError": string;
|
|
1385
|
+
"agentSessions.timeline.nodeError": string;
|
|
1360
1386
|
"agentSessions.timeline.filter": string;
|
|
1361
1387
|
"agentSessions.timeline.clearFilter": string;
|
|
1362
1388
|
"agentSessions.timeline.suspended": string;
|
|
@@ -2144,6 +2170,12 @@ declare const _exports: {
|
|
|
2144
2170
|
"nodeSettings.alwaysOutputData.description": string;
|
|
2145
2171
|
"nodeSettings.alwaysOutputData.displayName": string;
|
|
2146
2172
|
"nodeSettings.clickOnTheQuestionMarkIcon": string;
|
|
2173
|
+
"nodeSettings.customTelemetryTags.displayName": string;
|
|
2174
|
+
"nodeSettings.customTelemetryTags.description": string;
|
|
2175
|
+
"nodeSettings.customTelemetryTags.placeholder": string;
|
|
2176
|
+
"nodeSettings.customTelemetryTags.tag.displayName": string;
|
|
2177
|
+
"nodeSettings.customTelemetryTags.tag.key.displayName": string;
|
|
2178
|
+
"nodeSettings.customTelemetryTags.tag.value.displayName": string;
|
|
2147
2179
|
"nodeSettings.onError.description": string;
|
|
2148
2180
|
"nodeSettings.onError.displayName": string;
|
|
2149
2181
|
"nodeSettings.onError.options.continueRegularOutput.description": string;
|
|
@@ -2933,6 +2965,44 @@ declare const _exports: {
|
|
|
2933
2965
|
"settings.mcp.connectPopover.serverUrl": string;
|
|
2934
2966
|
"settings.mcp.connectPopover.jsonConfig": string;
|
|
2935
2967
|
"settings.mcp.connectPopover.triggerLabel": string;
|
|
2968
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.title": string;
|
|
2969
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.description": string;
|
|
2970
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claude": string;
|
|
2971
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claudeCode": string;
|
|
2972
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.cursor": string;
|
|
2973
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.codex": string;
|
|
2974
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.chatgpt": string;
|
|
2975
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.eyebrow": string;
|
|
2976
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.title": string;
|
|
2977
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.description": string;
|
|
2978
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsHint": string;
|
|
2979
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsLink": string;
|
|
2980
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.tryIt": string;
|
|
2981
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.skip": string;
|
|
2982
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claude": string;
|
|
2983
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claudeCode": string;
|
|
2984
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.cursor": string;
|
|
2985
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.codex": string;
|
|
2986
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.client.title": string;
|
|
2987
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": string;
|
|
2988
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.prompt.title": string;
|
|
2989
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.serverUrl.title": string;
|
|
2990
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.restart.title": string;
|
|
2991
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.title": string;
|
|
2992
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.description": string;
|
|
2993
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.title": string;
|
|
2994
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.label": string;
|
|
2995
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.value": string;
|
|
2996
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.serverUrl.label": string;
|
|
2997
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer": string;
|
|
2998
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer.docsLink": string;
|
|
2999
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.tooltip": string;
|
|
3000
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.copied": string;
|
|
3001
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant1.cta": string;
|
|
3002
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant2.cta": string;
|
|
3003
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": string;
|
|
3004
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": string;
|
|
3005
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": string;
|
|
2936
3006
|
"settings.chatHub": string;
|
|
2937
3007
|
"settings.chatHub.providers.fetching.error": string;
|
|
2938
3008
|
"settings.chatHub.providers.updated.success": string;
|
|
@@ -3906,6 +3976,9 @@ declare const _exports: {
|
|
|
3906
3976
|
"workflowSettings.toggleMCP.notFoundError": string;
|
|
3907
3977
|
"workflowSettings.toggleMCP.updateSkippedError": string;
|
|
3908
3978
|
"workflowHistory.title": string;
|
|
3979
|
+
"workflowHistory.tab.history": string;
|
|
3980
|
+
"workflowHistory.tab.publishTimeline": string;
|
|
3981
|
+
"workflowHistory.action.viewTimeline": string;
|
|
3909
3982
|
"workflowHistory.content.actions": string;
|
|
3910
3983
|
"workflowHistory.item.id": string;
|
|
3911
3984
|
"workflowHistory.item.createdAt": string;
|
|
@@ -3956,6 +4029,18 @@ declare const _exports: {
|
|
|
3956
4029
|
"workflowHistory.button.tooltip.saving": string;
|
|
3957
4030
|
"workflowHistory.group.unnamedVersions": string;
|
|
3958
4031
|
"workflowHistory.publishModal.title": string;
|
|
4032
|
+
"workflowHistory.publishTimeline.empty": string;
|
|
4033
|
+
"workflowHistory.publishTimeline.event.activated": string;
|
|
4034
|
+
"workflowHistory.publishTimeline.event.activatedVersion": string;
|
|
4035
|
+
"workflowHistory.publishTimeline.event.activatedDeletedVersion": string;
|
|
4036
|
+
"workflowHistory.publishTimeline.event.activatedDeletedVersion.tooltip": string;
|
|
4037
|
+
"workflowHistory.publishTimeline.event.deactivated": string;
|
|
4038
|
+
"workflowHistory.publishTimeline.activeDuration": string;
|
|
4039
|
+
"workflowHistory.publishTimeline.inactiveDuration": string;
|
|
4040
|
+
"workflowHistory.publishTimeline.tooltip.byUser": string;
|
|
4041
|
+
"workflowHistory.publishTimeline.tooltip.noUser": string;
|
|
4042
|
+
"workflowHistory.publishTimeline.deletedVersionsDisclaimer": string;
|
|
4043
|
+
"workflowHistory.publishTimeline.deletedVersionsDisclaimer.tooltip": string;
|
|
3959
4044
|
"favorites.add": string;
|
|
3960
4045
|
"favorites.remove": string;
|
|
3961
4046
|
"favorites.menu.title": string;
|
|
@@ -4051,6 +4136,8 @@ declare const _exports: {
|
|
|
4051
4136
|
"workflows.empty.browseTemplates": string;
|
|
4052
4137
|
"workflows.empty.learnN8n": string;
|
|
4053
4138
|
"workflows.empty.button.disabled.tooltip": string;
|
|
4139
|
+
"workflows.empty.buildAgent": string;
|
|
4140
|
+
"workflows.empty.buildWorkflow": string;
|
|
4054
4141
|
"workflows.empty.easyAI": string;
|
|
4055
4142
|
"workflows.empty.tryAiWorkflow": string;
|
|
4056
4143
|
"workflows.empty.shared-with-me": string;
|
|
@@ -4514,6 +4601,26 @@ declare const _exports: {
|
|
|
4514
4601
|
"settings.security.personalSpace.sharing.existingCount.value": string;
|
|
4515
4602
|
"settings.security.personalSpace.unlicensed_tooltip": string;
|
|
4516
4603
|
"settings.security.personalSpace.unlicensed_tooltip.link": string;
|
|
4604
|
+
"settings.security.dataRedaction.title": string;
|
|
4605
|
+
"settings.security.dataRedaction.enforce.title": string;
|
|
4606
|
+
"settings.security.dataRedaction.enforce.message": string;
|
|
4607
|
+
"settings.security.dataRedaction.enforce.success.enabled": string;
|
|
4608
|
+
"settings.security.dataRedaction.enforce.success.disabled": string;
|
|
4609
|
+
"settings.security.dataRedaction.enforce.error": string;
|
|
4610
|
+
"settings.security.dataRedaction.scope.title": string;
|
|
4611
|
+
"settings.security.dataRedaction.scope.description": string;
|
|
4612
|
+
"settings.security.dataRedaction.scope.option.manual-only": string;
|
|
4613
|
+
"settings.security.dataRedaction.scope.option.non-manual": string;
|
|
4614
|
+
"settings.security.dataRedaction.scope.option.all": string;
|
|
4615
|
+
"settings.security.dataRedaction.scope.success": string;
|
|
4616
|
+
"settings.security.dataRedaction.scope.error": string;
|
|
4617
|
+
"settings.security.dataRedaction.affectedScope.label": string;
|
|
4618
|
+
"settings.security.dataRedaction.affectedScope.none": string;
|
|
4619
|
+
"settings.security.dataRedaction.affectedScope.manual-only": string;
|
|
4620
|
+
"settings.security.dataRedaction.affectedScope.non-manual": string;
|
|
4621
|
+
"settings.security.dataRedaction.affectedScope.all": string;
|
|
4622
|
+
"settings.security.dataRedaction.unlicensed_tooltip": string;
|
|
4623
|
+
"settings.security.dataRedaction.unlicensed_tooltip.link": string;
|
|
4517
4624
|
"settings.encryptionKeys": string;
|
|
4518
4625
|
"settings.encryptionKeys.title": string;
|
|
4519
4626
|
"settings.encryptionKeys.description": string;
|
|
@@ -5087,6 +5194,12 @@ declare const _exports: {
|
|
|
5087
5194
|
"evaluation.runInParallel.label.sequential": string;
|
|
5088
5195
|
"evaluation.runInParallel.label.concurrent": string;
|
|
5089
5196
|
"evaluation.runInParallel.tooltip": string;
|
|
5197
|
+
"evaluation.runInParallel.popover.title": string;
|
|
5198
|
+
"evaluation.runInParallel.popover.ariaLabel": string;
|
|
5199
|
+
"evaluation.runInParallel.popover.valuePill": string;
|
|
5200
|
+
"evaluation.runInParallel.popover.scaleSequential": string;
|
|
5201
|
+
"evaluation.runInParallel.popover.scaleFaster": string;
|
|
5202
|
+
"evaluation.runInParallel.popover.helper": string;
|
|
5090
5203
|
"evaluation.cancelTestRun": string;
|
|
5091
5204
|
"evaluation.notImplemented": string;
|
|
5092
5205
|
"evaluation.viewDetails": string;
|
|
@@ -5343,8 +5456,6 @@ declare const _exports: {
|
|
|
5343
5456
|
"instanceAi.statusBar.waitingForInput": string;
|
|
5344
5457
|
"instanceAi.input.send": string;
|
|
5345
5458
|
"instanceAi.input.stop": string;
|
|
5346
|
-
"instanceAi.input.researchToggle": string;
|
|
5347
|
-
"instanceAi.input.researchToggle.tooltip": string;
|
|
5348
5459
|
"instanceAi.toolCall.input": string;
|
|
5349
5460
|
"instanceAi.toolCall.output": string;
|
|
5350
5461
|
"instanceAi.toolCall.running": string;
|
|
@@ -5393,10 +5504,17 @@ declare const _exports: {
|
|
|
5393
5504
|
"instanceAi.error.title": string;
|
|
5394
5505
|
"instanceAi.error.technicalDetails": string;
|
|
5395
5506
|
"instanceAi.artifactsPanel.title": string;
|
|
5507
|
+
"instanceAi.artifactsPanel.showPreview": string;
|
|
5508
|
+
"instanceAi.artifactsPanel.hidePreview": string;
|
|
5509
|
+
"instanceAi.artifactsPanel.showPanel": string;
|
|
5510
|
+
"instanceAi.artifactsPanel.pinPanel": string;
|
|
5511
|
+
"instanceAi.artifactsPanel.unpinPanel": string;
|
|
5396
5512
|
"instanceAi.artifactsPanel.noArtifacts": string;
|
|
5513
|
+
"instanceAi.artifactsPanel.openArtifact": string;
|
|
5397
5514
|
"instanceAi.artifactsPanel.tasks": string;
|
|
5398
5515
|
"instanceAi.artifactsPanel.openWorkflow": string;
|
|
5399
5516
|
"instanceAi.artifactsPanel.archived": string;
|
|
5517
|
+
"instanceAi.previewTabBar.expand": string;
|
|
5400
5518
|
"instanceAi.previewTabBar.collapse": string;
|
|
5401
5519
|
"instanceAi.previewTabBar.openInEditor": string;
|
|
5402
5520
|
"instanceAi.previewTabBar.openWorkflowInEditor": string;
|
|
@@ -5571,6 +5689,7 @@ declare const _exports: {
|
|
|
5571
5689
|
"instanceAi.backgroundTask.completed": string;
|
|
5572
5690
|
"instanceAi.backgroundTask.failed": string;
|
|
5573
5691
|
"instanceAi.planReview.title": string;
|
|
5692
|
+
"instanceAi.planReview.titleResolved": string;
|
|
5574
5693
|
"instanceAi.planReview.building": string;
|
|
5575
5694
|
"instanceAi.planReview.awaitingApproval": string;
|
|
5576
5695
|
"instanceAi.planReview.description": string;
|
|
@@ -5828,6 +5947,7 @@ declare const _exports: {
|
|
|
5828
5947
|
"agents.chat.askQuestion.otherLabel": string;
|
|
5829
5948
|
"agents.chat.askQuestion.otherPlaceholder": string;
|
|
5830
5949
|
"agents.chat.askQuestion.submit": string;
|
|
5950
|
+
"agents.heading": string;
|
|
5831
5951
|
"agents.list.published": string;
|
|
5832
5952
|
"agents.list.noDescription": string;
|
|
5833
5953
|
"agents.list.updatedAt": string;
|
|
@@ -5835,9 +5955,12 @@ declare const _exports: {
|
|
|
5835
5955
|
"agents.list.created": string;
|
|
5836
5956
|
"agents.list.empty.heading": string;
|
|
5837
5957
|
"agents.list.empty.description": string;
|
|
5958
|
+
"agents.list.empty.button.label": string;
|
|
5959
|
+
"agents.list.empty.button.disabled.tooltip": string;
|
|
5838
5960
|
"agents.list.actions.publish": string;
|
|
5839
5961
|
"agents.list.actions.unpublish": string;
|
|
5840
5962
|
"agents.list.actions.delete": string;
|
|
5963
|
+
"agents.list.readonly": string;
|
|
5841
5964
|
"agents.publish.button.publish": string;
|
|
5842
5965
|
"agents.publish.button.published": string;
|
|
5843
5966
|
"agents.publish.dropdown.publish": string;
|
|
@@ -5855,7 +5978,14 @@ declare const _exports: {
|
|
|
5855
5978
|
"agents.schedule.status.active": string;
|
|
5856
5979
|
"agents.schedule.status.inactive": string;
|
|
5857
5980
|
"agents.schedule.cron": string;
|
|
5981
|
+
"agents.schedule.cron.mode.custom": string;
|
|
5982
|
+
"agents.schedule.cron.mode.preset": string;
|
|
5858
5983
|
"agents.schedule.cron.placeholder": string;
|
|
5984
|
+
"agents.schedule.nextOccurrence": string;
|
|
5985
|
+
"agents.schedule.presets.everyDay": string;
|
|
5986
|
+
"agents.schedule.presets.everyHour": string;
|
|
5987
|
+
"agents.schedule.presets.everyMonday": string;
|
|
5988
|
+
"agents.schedule.presets.everyWeekday": string;
|
|
5859
5989
|
"agents.schedule.wakeUpPrompt": string;
|
|
5860
5990
|
"agents.schedule.wakeUpPrompt.placeholder": string;
|
|
5861
5991
|
"agents.schedule.wakeUpPrompt.help": string;
|
|
@@ -5904,6 +6034,7 @@ declare const _exports: {
|
|
|
5904
6034
|
"agents.new.headingWithName": string;
|
|
5905
6035
|
"agents.new.description.placeholder": string;
|
|
5906
6036
|
"agents.new.templates.label": string;
|
|
6037
|
+
"agents.builder.readonly.placeholder": string;
|
|
5907
6038
|
"agents.builder.sections.agent": string;
|
|
5908
6039
|
"agents.builder.sections.advanced": string;
|
|
5909
6040
|
"agents.builder.sections.configJson": string;
|
|
@@ -5936,8 +6067,13 @@ declare const _exports: {
|
|
|
5936
6067
|
"agents.builder.advanced.reasoningEffort.label": string;
|
|
5937
6068
|
"agents.builder.advanced.concurrency.label": string;
|
|
5938
6069
|
"agents.builder.advanced.concurrency.hint": string;
|
|
6070
|
+
"agents.builder.advanced.approval.label": string;
|
|
6071
|
+
"agents.builder.advanced.approval.hint": string;
|
|
6072
|
+
"agents.builder.advanced.recentMessages.label": string;
|
|
6073
|
+
"agents.builder.advanced.recentMessages.hint": string;
|
|
6074
|
+
"agents.builder.advanced.recentMessages.memoryDisabledTooltip": string;
|
|
5939
6075
|
"agents.builder.memory.title": string;
|
|
5940
|
-
"agents.builder.memory.
|
|
6076
|
+
"agents.builder.memory.description": string;
|
|
5941
6077
|
"agents.builder.memory.semanticRecall.topK": string;
|
|
5942
6078
|
"agents.builder.memory.semanticRecall.rangeBefore": string;
|
|
5943
6079
|
"agents.builder.memory.semanticRecall.rangeAfter": string;
|
|
@@ -5994,14 +6130,19 @@ declare const _exports: {
|
|
|
5994
6130
|
"agents.builder.header.executions": string;
|
|
5995
6131
|
"agents.builder.header.tab.agent": string;
|
|
5996
6132
|
"agents.builder.header.tab.executions": string;
|
|
6133
|
+
"agents.builder.header.tab.memory": string;
|
|
5997
6134
|
"agents.builder.header.tab.evaluations": string;
|
|
5998
6135
|
"agents.builder.header.tab.raw": string;
|
|
5999
6136
|
"agents.builder.header.workspaceCrumb": string;
|
|
6000
6137
|
"agents.builder.header.projectFallback": string;
|
|
6001
6138
|
"agents.builder.header.switcher.empty": string;
|
|
6139
|
+
"agents.builder.header.switcher.newAgent": string;
|
|
6002
6140
|
"agents.builder.header.switcher.ariaLabel": string;
|
|
6003
6141
|
"agents.builder.header.saving": string;
|
|
6004
6142
|
"agents.builder.header.saved": string;
|
|
6143
|
+
"agents.builder.preview.button": string;
|
|
6144
|
+
"agents.builder.preview.disabledTooltip": string;
|
|
6145
|
+
"agents.builder.preview.close.ariaLabel": string;
|
|
6005
6146
|
"agents.builder.executions.count": string;
|
|
6006
6147
|
"agents.builder.raw.description": string;
|
|
6007
6148
|
"agents.builder.evaluations.comingSoon": string;
|
|
@@ -6046,6 +6187,15 @@ declare const _exports: {
|
|
|
6046
6187
|
"agents.builder.addTrigger.slack.hideJson": string;
|
|
6047
6188
|
"agents.builder.addTrigger.slack.copyManifest": string;
|
|
6048
6189
|
"agents.builder.addTrigger.slack.manifestTitle": string;
|
|
6190
|
+
"agents.builder.addTrigger.slack.docsCalloutLink": string;
|
|
6191
|
+
"agents.builder.addTrigger.telegram.accessMode.label": string;
|
|
6192
|
+
"agents.builder.addTrigger.telegram.accessMode.private": string;
|
|
6193
|
+
"agents.builder.addTrigger.telegram.accessMode.public": string;
|
|
6194
|
+
"agents.builder.addTrigger.telegram.public.warning": string;
|
|
6195
|
+
"agents.builder.addTrigger.telegram.users.label": string;
|
|
6196
|
+
"agents.builder.addTrigger.telegram.users.placeholder": string;
|
|
6197
|
+
"agents.builder.addTrigger.telegram.validation.invalid": string;
|
|
6198
|
+
"agents.builder.addTrigger.telegram.validation.required": string;
|
|
6049
6199
|
"agents.builder.addTrigger.helpText.slack": string;
|
|
6050
6200
|
"agents.builder.addTrigger.helpText.telegram": string;
|
|
6051
6201
|
"agents.builder.addTrigger.helpText.linear": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -1192,6 +1192,33 @@ declare const _exports: {
|
|
|
1192
1192
|
"editor.mainHeader.githubButton.label": string;
|
|
1193
1193
|
"experiments.instanceAiProactiveAgent.message": string;
|
|
1194
1194
|
"experiments.instanceAiProactiveAgent.typingLabel": string;
|
|
1195
|
+
"experiments.instanceAiPromptSuggestionsV2.emptyState.title": string;
|
|
1196
|
+
"experiments.instanceAiPromptSuggestionsV2.input.placeholder": string;
|
|
1197
|
+
"experiments.instanceAiPromptSuggestionsV2.nextSuggestions": string;
|
|
1198
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.processInvoices.label": string;
|
|
1199
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.processInvoices.prompt": string;
|
|
1200
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.qualifyInboundLeads.label": string;
|
|
1201
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.qualifyInboundLeads.prompt": string;
|
|
1202
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.whatsappSupportAgent.label": string;
|
|
1203
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.whatsappSupportAgent.prompt": string;
|
|
1204
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.scheduleSocialPosts.label": string;
|
|
1205
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.scheduleSocialPosts.prompt": string;
|
|
1206
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.analyzeExitInterviews.label": string;
|
|
1207
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.analyzeExitInterviews.prompt": string;
|
|
1208
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.postToLinkedIn.label": string;
|
|
1209
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.postToLinkedIn.prompt": string;
|
|
1210
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.detectAtRiskAccounts.label": string;
|
|
1211
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.detectAtRiskAccounts.prompt": string;
|
|
1212
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.automateOrderFlow.label": string;
|
|
1213
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.automateOrderFlow.prompt": string;
|
|
1214
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.recoverAbandonedCarts.label": string;
|
|
1215
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.recoverAbandonedCarts.prompt": string;
|
|
1216
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.monitorMarketNews.label": string;
|
|
1217
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.monitorMarketNews.prompt": string;
|
|
1218
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.onboardNewHires.label": string;
|
|
1219
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.onboardNewHires.prompt": string;
|
|
1220
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.label": string;
|
|
1221
|
+
"experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.prompt": string;
|
|
1195
1222
|
"experiments.personalizedTemplatesV3.browseAllTemplates": string;
|
|
1196
1223
|
"experiments.personalizedTemplatesV3.couldntFind": string;
|
|
1197
1224
|
"experiments.personalizedTemplatesV3.exploreTemplates": string;
|
|
@@ -1214,7 +1241,6 @@ declare const _exports: {
|
|
|
1214
1241
|
"experiments.resourceCenter.sidebar": string;
|
|
1215
1242
|
"experiments.resourceCenter.template.setupTime": string;
|
|
1216
1243
|
"experiments.resourceCenter.title": string;
|
|
1217
|
-
"experiments.resourceCenter.tooltip.text": string;
|
|
1218
1244
|
"experiments.resourceCenter.video.level": string;
|
|
1219
1245
|
"experiments.templatesDataQuality.modalTitle": string;
|
|
1220
1246
|
error: string;
|
|
@@ -1325,7 +1351,6 @@ declare const _exports: {
|
|
|
1325
1351
|
"agentSessions.detail.cost": string;
|
|
1326
1352
|
"agentSessions.detail.toolCallSuspended": string;
|
|
1327
1353
|
"agentSessions.detail.suspendedNote": string;
|
|
1328
|
-
"agentSessions.detail.workingMemory": string;
|
|
1329
1354
|
"agentSessions.detail.builtInTools": string;
|
|
1330
1355
|
"agentSessions.detail.userTools": string;
|
|
1331
1356
|
"agentSessions.detail.richInteraction.userResponse": string;
|
|
@@ -1357,6 +1382,7 @@ declare const _exports: {
|
|
|
1357
1382
|
"agentSessions.timeline.memoryUpdated": string;
|
|
1358
1383
|
"agentSessions.timeline.openForm": string;
|
|
1359
1384
|
"agentSessions.timeline.workflowError": string;
|
|
1385
|
+
"agentSessions.timeline.nodeError": string;
|
|
1360
1386
|
"agentSessions.timeline.filter": string;
|
|
1361
1387
|
"agentSessions.timeline.clearFilter": string;
|
|
1362
1388
|
"agentSessions.timeline.suspended": string;
|
|
@@ -2144,6 +2170,12 @@ declare const _exports: {
|
|
|
2144
2170
|
"nodeSettings.alwaysOutputData.description": string;
|
|
2145
2171
|
"nodeSettings.alwaysOutputData.displayName": string;
|
|
2146
2172
|
"nodeSettings.clickOnTheQuestionMarkIcon": string;
|
|
2173
|
+
"nodeSettings.customTelemetryTags.displayName": string;
|
|
2174
|
+
"nodeSettings.customTelemetryTags.description": string;
|
|
2175
|
+
"nodeSettings.customTelemetryTags.placeholder": string;
|
|
2176
|
+
"nodeSettings.customTelemetryTags.tag.displayName": string;
|
|
2177
|
+
"nodeSettings.customTelemetryTags.tag.key.displayName": string;
|
|
2178
|
+
"nodeSettings.customTelemetryTags.tag.value.displayName": string;
|
|
2147
2179
|
"nodeSettings.onError.description": string;
|
|
2148
2180
|
"nodeSettings.onError.displayName": string;
|
|
2149
2181
|
"nodeSettings.onError.options.continueRegularOutput.description": string;
|
|
@@ -2933,6 +2965,44 @@ declare const _exports: {
|
|
|
2933
2965
|
"settings.mcp.connectPopover.serverUrl": string;
|
|
2934
2966
|
"settings.mcp.connectPopover.jsonConfig": string;
|
|
2935
2967
|
"settings.mcp.connectPopover.triggerLabel": string;
|
|
2968
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.title": string;
|
|
2969
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.description": string;
|
|
2970
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claude": string;
|
|
2971
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claudeCode": string;
|
|
2972
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.cursor": string;
|
|
2973
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.codex": string;
|
|
2974
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.chatgpt": string;
|
|
2975
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.eyebrow": string;
|
|
2976
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.title": string;
|
|
2977
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.description": string;
|
|
2978
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsHint": string;
|
|
2979
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsLink": string;
|
|
2980
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.tryIt": string;
|
|
2981
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.skip": string;
|
|
2982
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claude": string;
|
|
2983
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claudeCode": string;
|
|
2984
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.cursor": string;
|
|
2985
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.codex": string;
|
|
2986
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.client.title": string;
|
|
2987
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": string;
|
|
2988
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.prompt.title": string;
|
|
2989
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.serverUrl.title": string;
|
|
2990
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.restart.title": string;
|
|
2991
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.title": string;
|
|
2992
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.description": string;
|
|
2993
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.title": string;
|
|
2994
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.label": string;
|
|
2995
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.value": string;
|
|
2996
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.serverUrl.label": string;
|
|
2997
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer": string;
|
|
2998
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer.docsLink": string;
|
|
2999
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.tooltip": string;
|
|
3000
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.copied": string;
|
|
3001
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant1.cta": string;
|
|
3002
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant2.cta": string;
|
|
3003
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": string;
|
|
3004
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": string;
|
|
3005
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": string;
|
|
2936
3006
|
"settings.chatHub": string;
|
|
2937
3007
|
"settings.chatHub.providers.fetching.error": string;
|
|
2938
3008
|
"settings.chatHub.providers.updated.success": string;
|
|
@@ -3906,6 +3976,9 @@ declare const _exports: {
|
|
|
3906
3976
|
"workflowSettings.toggleMCP.notFoundError": string;
|
|
3907
3977
|
"workflowSettings.toggleMCP.updateSkippedError": string;
|
|
3908
3978
|
"workflowHistory.title": string;
|
|
3979
|
+
"workflowHistory.tab.history": string;
|
|
3980
|
+
"workflowHistory.tab.publishTimeline": string;
|
|
3981
|
+
"workflowHistory.action.viewTimeline": string;
|
|
3909
3982
|
"workflowHistory.content.actions": string;
|
|
3910
3983
|
"workflowHistory.item.id": string;
|
|
3911
3984
|
"workflowHistory.item.createdAt": string;
|
|
@@ -3956,6 +4029,18 @@ declare const _exports: {
|
|
|
3956
4029
|
"workflowHistory.button.tooltip.saving": string;
|
|
3957
4030
|
"workflowHistory.group.unnamedVersions": string;
|
|
3958
4031
|
"workflowHistory.publishModal.title": string;
|
|
4032
|
+
"workflowHistory.publishTimeline.empty": string;
|
|
4033
|
+
"workflowHistory.publishTimeline.event.activated": string;
|
|
4034
|
+
"workflowHistory.publishTimeline.event.activatedVersion": string;
|
|
4035
|
+
"workflowHistory.publishTimeline.event.activatedDeletedVersion": string;
|
|
4036
|
+
"workflowHistory.publishTimeline.event.activatedDeletedVersion.tooltip": string;
|
|
4037
|
+
"workflowHistory.publishTimeline.event.deactivated": string;
|
|
4038
|
+
"workflowHistory.publishTimeline.activeDuration": string;
|
|
4039
|
+
"workflowHistory.publishTimeline.inactiveDuration": string;
|
|
4040
|
+
"workflowHistory.publishTimeline.tooltip.byUser": string;
|
|
4041
|
+
"workflowHistory.publishTimeline.tooltip.noUser": string;
|
|
4042
|
+
"workflowHistory.publishTimeline.deletedVersionsDisclaimer": string;
|
|
4043
|
+
"workflowHistory.publishTimeline.deletedVersionsDisclaimer.tooltip": string;
|
|
3959
4044
|
"favorites.add": string;
|
|
3960
4045
|
"favorites.remove": string;
|
|
3961
4046
|
"favorites.menu.title": string;
|
|
@@ -4051,6 +4136,8 @@ declare const _exports: {
|
|
|
4051
4136
|
"workflows.empty.browseTemplates": string;
|
|
4052
4137
|
"workflows.empty.learnN8n": string;
|
|
4053
4138
|
"workflows.empty.button.disabled.tooltip": string;
|
|
4139
|
+
"workflows.empty.buildAgent": string;
|
|
4140
|
+
"workflows.empty.buildWorkflow": string;
|
|
4054
4141
|
"workflows.empty.easyAI": string;
|
|
4055
4142
|
"workflows.empty.tryAiWorkflow": string;
|
|
4056
4143
|
"workflows.empty.shared-with-me": string;
|
|
@@ -4514,6 +4601,26 @@ declare const _exports: {
|
|
|
4514
4601
|
"settings.security.personalSpace.sharing.existingCount.value": string;
|
|
4515
4602
|
"settings.security.personalSpace.unlicensed_tooltip": string;
|
|
4516
4603
|
"settings.security.personalSpace.unlicensed_tooltip.link": string;
|
|
4604
|
+
"settings.security.dataRedaction.title": string;
|
|
4605
|
+
"settings.security.dataRedaction.enforce.title": string;
|
|
4606
|
+
"settings.security.dataRedaction.enforce.message": string;
|
|
4607
|
+
"settings.security.dataRedaction.enforce.success.enabled": string;
|
|
4608
|
+
"settings.security.dataRedaction.enforce.success.disabled": string;
|
|
4609
|
+
"settings.security.dataRedaction.enforce.error": string;
|
|
4610
|
+
"settings.security.dataRedaction.scope.title": string;
|
|
4611
|
+
"settings.security.dataRedaction.scope.description": string;
|
|
4612
|
+
"settings.security.dataRedaction.scope.option.manual-only": string;
|
|
4613
|
+
"settings.security.dataRedaction.scope.option.non-manual": string;
|
|
4614
|
+
"settings.security.dataRedaction.scope.option.all": string;
|
|
4615
|
+
"settings.security.dataRedaction.scope.success": string;
|
|
4616
|
+
"settings.security.dataRedaction.scope.error": string;
|
|
4617
|
+
"settings.security.dataRedaction.affectedScope.label": string;
|
|
4618
|
+
"settings.security.dataRedaction.affectedScope.none": string;
|
|
4619
|
+
"settings.security.dataRedaction.affectedScope.manual-only": string;
|
|
4620
|
+
"settings.security.dataRedaction.affectedScope.non-manual": string;
|
|
4621
|
+
"settings.security.dataRedaction.affectedScope.all": string;
|
|
4622
|
+
"settings.security.dataRedaction.unlicensed_tooltip": string;
|
|
4623
|
+
"settings.security.dataRedaction.unlicensed_tooltip.link": string;
|
|
4517
4624
|
"settings.encryptionKeys": string;
|
|
4518
4625
|
"settings.encryptionKeys.title": string;
|
|
4519
4626
|
"settings.encryptionKeys.description": string;
|
|
@@ -5087,6 +5194,12 @@ declare const _exports: {
|
|
|
5087
5194
|
"evaluation.runInParallel.label.sequential": string;
|
|
5088
5195
|
"evaluation.runInParallel.label.concurrent": string;
|
|
5089
5196
|
"evaluation.runInParallel.tooltip": string;
|
|
5197
|
+
"evaluation.runInParallel.popover.title": string;
|
|
5198
|
+
"evaluation.runInParallel.popover.ariaLabel": string;
|
|
5199
|
+
"evaluation.runInParallel.popover.valuePill": string;
|
|
5200
|
+
"evaluation.runInParallel.popover.scaleSequential": string;
|
|
5201
|
+
"evaluation.runInParallel.popover.scaleFaster": string;
|
|
5202
|
+
"evaluation.runInParallel.popover.helper": string;
|
|
5090
5203
|
"evaluation.cancelTestRun": string;
|
|
5091
5204
|
"evaluation.notImplemented": string;
|
|
5092
5205
|
"evaluation.viewDetails": string;
|
|
@@ -5343,8 +5456,6 @@ declare const _exports: {
|
|
|
5343
5456
|
"instanceAi.statusBar.waitingForInput": string;
|
|
5344
5457
|
"instanceAi.input.send": string;
|
|
5345
5458
|
"instanceAi.input.stop": string;
|
|
5346
|
-
"instanceAi.input.researchToggle": string;
|
|
5347
|
-
"instanceAi.input.researchToggle.tooltip": string;
|
|
5348
5459
|
"instanceAi.toolCall.input": string;
|
|
5349
5460
|
"instanceAi.toolCall.output": string;
|
|
5350
5461
|
"instanceAi.toolCall.running": string;
|
|
@@ -5393,10 +5504,17 @@ declare const _exports: {
|
|
|
5393
5504
|
"instanceAi.error.title": string;
|
|
5394
5505
|
"instanceAi.error.technicalDetails": string;
|
|
5395
5506
|
"instanceAi.artifactsPanel.title": string;
|
|
5507
|
+
"instanceAi.artifactsPanel.showPreview": string;
|
|
5508
|
+
"instanceAi.artifactsPanel.hidePreview": string;
|
|
5509
|
+
"instanceAi.artifactsPanel.showPanel": string;
|
|
5510
|
+
"instanceAi.artifactsPanel.pinPanel": string;
|
|
5511
|
+
"instanceAi.artifactsPanel.unpinPanel": string;
|
|
5396
5512
|
"instanceAi.artifactsPanel.noArtifacts": string;
|
|
5513
|
+
"instanceAi.artifactsPanel.openArtifact": string;
|
|
5397
5514
|
"instanceAi.artifactsPanel.tasks": string;
|
|
5398
5515
|
"instanceAi.artifactsPanel.openWorkflow": string;
|
|
5399
5516
|
"instanceAi.artifactsPanel.archived": string;
|
|
5517
|
+
"instanceAi.previewTabBar.expand": string;
|
|
5400
5518
|
"instanceAi.previewTabBar.collapse": string;
|
|
5401
5519
|
"instanceAi.previewTabBar.openInEditor": string;
|
|
5402
5520
|
"instanceAi.previewTabBar.openWorkflowInEditor": string;
|
|
@@ -5571,6 +5689,7 @@ declare const _exports: {
|
|
|
5571
5689
|
"instanceAi.backgroundTask.completed": string;
|
|
5572
5690
|
"instanceAi.backgroundTask.failed": string;
|
|
5573
5691
|
"instanceAi.planReview.title": string;
|
|
5692
|
+
"instanceAi.planReview.titleResolved": string;
|
|
5574
5693
|
"instanceAi.planReview.building": string;
|
|
5575
5694
|
"instanceAi.planReview.awaitingApproval": string;
|
|
5576
5695
|
"instanceAi.planReview.description": string;
|
|
@@ -5828,6 +5947,7 @@ declare const _exports: {
|
|
|
5828
5947
|
"agents.chat.askQuestion.otherLabel": string;
|
|
5829
5948
|
"agents.chat.askQuestion.otherPlaceholder": string;
|
|
5830
5949
|
"agents.chat.askQuestion.submit": string;
|
|
5950
|
+
"agents.heading": string;
|
|
5831
5951
|
"agents.list.published": string;
|
|
5832
5952
|
"agents.list.noDescription": string;
|
|
5833
5953
|
"agents.list.updatedAt": string;
|
|
@@ -5835,9 +5955,12 @@ declare const _exports: {
|
|
|
5835
5955
|
"agents.list.created": string;
|
|
5836
5956
|
"agents.list.empty.heading": string;
|
|
5837
5957
|
"agents.list.empty.description": string;
|
|
5958
|
+
"agents.list.empty.button.label": string;
|
|
5959
|
+
"agents.list.empty.button.disabled.tooltip": string;
|
|
5838
5960
|
"agents.list.actions.publish": string;
|
|
5839
5961
|
"agents.list.actions.unpublish": string;
|
|
5840
5962
|
"agents.list.actions.delete": string;
|
|
5963
|
+
"agents.list.readonly": string;
|
|
5841
5964
|
"agents.publish.button.publish": string;
|
|
5842
5965
|
"agents.publish.button.published": string;
|
|
5843
5966
|
"agents.publish.dropdown.publish": string;
|
|
@@ -5855,7 +5978,14 @@ declare const _exports: {
|
|
|
5855
5978
|
"agents.schedule.status.active": string;
|
|
5856
5979
|
"agents.schedule.status.inactive": string;
|
|
5857
5980
|
"agents.schedule.cron": string;
|
|
5981
|
+
"agents.schedule.cron.mode.custom": string;
|
|
5982
|
+
"agents.schedule.cron.mode.preset": string;
|
|
5858
5983
|
"agents.schedule.cron.placeholder": string;
|
|
5984
|
+
"agents.schedule.nextOccurrence": string;
|
|
5985
|
+
"agents.schedule.presets.everyDay": string;
|
|
5986
|
+
"agents.schedule.presets.everyHour": string;
|
|
5987
|
+
"agents.schedule.presets.everyMonday": string;
|
|
5988
|
+
"agents.schedule.presets.everyWeekday": string;
|
|
5859
5989
|
"agents.schedule.wakeUpPrompt": string;
|
|
5860
5990
|
"agents.schedule.wakeUpPrompt.placeholder": string;
|
|
5861
5991
|
"agents.schedule.wakeUpPrompt.help": string;
|
|
@@ -5904,6 +6034,7 @@ declare const _exports: {
|
|
|
5904
6034
|
"agents.new.headingWithName": string;
|
|
5905
6035
|
"agents.new.description.placeholder": string;
|
|
5906
6036
|
"agents.new.templates.label": string;
|
|
6037
|
+
"agents.builder.readonly.placeholder": string;
|
|
5907
6038
|
"agents.builder.sections.agent": string;
|
|
5908
6039
|
"agents.builder.sections.advanced": string;
|
|
5909
6040
|
"agents.builder.sections.configJson": string;
|
|
@@ -5936,8 +6067,13 @@ declare const _exports: {
|
|
|
5936
6067
|
"agents.builder.advanced.reasoningEffort.label": string;
|
|
5937
6068
|
"agents.builder.advanced.concurrency.label": string;
|
|
5938
6069
|
"agents.builder.advanced.concurrency.hint": string;
|
|
6070
|
+
"agents.builder.advanced.approval.label": string;
|
|
6071
|
+
"agents.builder.advanced.approval.hint": string;
|
|
6072
|
+
"agents.builder.advanced.recentMessages.label": string;
|
|
6073
|
+
"agents.builder.advanced.recentMessages.hint": string;
|
|
6074
|
+
"agents.builder.advanced.recentMessages.memoryDisabledTooltip": string;
|
|
5939
6075
|
"agents.builder.memory.title": string;
|
|
5940
|
-
"agents.builder.memory.
|
|
6076
|
+
"agents.builder.memory.description": string;
|
|
5941
6077
|
"agents.builder.memory.semanticRecall.topK": string;
|
|
5942
6078
|
"agents.builder.memory.semanticRecall.rangeBefore": string;
|
|
5943
6079
|
"agents.builder.memory.semanticRecall.rangeAfter": string;
|
|
@@ -5994,14 +6130,19 @@ declare const _exports: {
|
|
|
5994
6130
|
"agents.builder.header.executions": string;
|
|
5995
6131
|
"agents.builder.header.tab.agent": string;
|
|
5996
6132
|
"agents.builder.header.tab.executions": string;
|
|
6133
|
+
"agents.builder.header.tab.memory": string;
|
|
5997
6134
|
"agents.builder.header.tab.evaluations": string;
|
|
5998
6135
|
"agents.builder.header.tab.raw": string;
|
|
5999
6136
|
"agents.builder.header.workspaceCrumb": string;
|
|
6000
6137
|
"agents.builder.header.projectFallback": string;
|
|
6001
6138
|
"agents.builder.header.switcher.empty": string;
|
|
6139
|
+
"agents.builder.header.switcher.newAgent": string;
|
|
6002
6140
|
"agents.builder.header.switcher.ariaLabel": string;
|
|
6003
6141
|
"agents.builder.header.saving": string;
|
|
6004
6142
|
"agents.builder.header.saved": string;
|
|
6143
|
+
"agents.builder.preview.button": string;
|
|
6144
|
+
"agents.builder.preview.disabledTooltip": string;
|
|
6145
|
+
"agents.builder.preview.close.ariaLabel": string;
|
|
6005
6146
|
"agents.builder.executions.count": string;
|
|
6006
6147
|
"agents.builder.raw.description": string;
|
|
6007
6148
|
"agents.builder.evaluations.comingSoon": string;
|
|
@@ -6046,6 +6187,15 @@ declare const _exports: {
|
|
|
6046
6187
|
"agents.builder.addTrigger.slack.hideJson": string;
|
|
6047
6188
|
"agents.builder.addTrigger.slack.copyManifest": string;
|
|
6048
6189
|
"agents.builder.addTrigger.slack.manifestTitle": string;
|
|
6190
|
+
"agents.builder.addTrigger.slack.docsCalloutLink": string;
|
|
6191
|
+
"agents.builder.addTrigger.telegram.accessMode.label": string;
|
|
6192
|
+
"agents.builder.addTrigger.telegram.accessMode.private": string;
|
|
6193
|
+
"agents.builder.addTrigger.telegram.accessMode.public": string;
|
|
6194
|
+
"agents.builder.addTrigger.telegram.public.warning": string;
|
|
6195
|
+
"agents.builder.addTrigger.telegram.users.label": string;
|
|
6196
|
+
"agents.builder.addTrigger.telegram.users.placeholder": string;
|
|
6197
|
+
"agents.builder.addTrigger.telegram.validation.invalid": string;
|
|
6198
|
+
"agents.builder.addTrigger.telegram.validation.required": string;
|
|
6049
6199
|
"agents.builder.addTrigger.helpText.slack": string;
|
|
6050
6200
|
"agents.builder.addTrigger.helpText.telegram": string;
|
|
6051
6201
|
"agents.builder.addTrigger.helpText.linear": string;
|