@zeniai/web-components 4.3.36 → 4.3.37

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.
@@ -4255,6 +4255,26 @@ declare class AppLocale {
4255
4255
  subject: string;
4256
4256
  preview: string;
4257
4257
  saveChanges: string;
4258
+ agentInsights: {
4259
+ editButtonLabel: string;
4260
+ doneButtonLabel: string;
4261
+ note: string;
4262
+ saving: string;
4263
+ saveFailed: string;
4264
+ regenerateTitle: string;
4265
+ regenerateDescription: string;
4266
+ regenerateConfirm: string;
4267
+ fields: {
4268
+ agent_insights_header: string;
4269
+ agent_insights_section_summary: string;
4270
+ agent_insights_section_cfo_perspective: string;
4271
+ agent_insights_section_what_changed: string;
4272
+ agent_insights_section_revenue_margin: string;
4273
+ agent_insights_section_operating_expenses: string;
4274
+ agent_insights_section_cash_runway: string;
4275
+ agent_insights_section_zeni_requests: string;
4276
+ };
4277
+ };
4258
4278
  editorTitle: string;
4259
4279
  editorNote: string;
4260
4280
  editButtonLabel: string;