@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.
- package/dist/{SessionTimeoutPopup-CjO1Fov_.cjs → SessionTimeoutPopup-ClidZ_aP.cjs} +12944 -12895
- package/dist/{SessionTimeoutPopup-Dnof8PO4.js → SessionTimeoutPopup-DNDJHyE5.js} +46945 -46710
- package/dist/appLocale.d.ts +20 -0
- package/dist/cockpit.cjs.js +1034 -1025
- package/dist/cockpit.esm.js +7267 -7173
- package/dist/components/cockpit/monthEndReport/AgentInsightsEditor.d.ts +25 -0
- package/dist/components/cockpit/monthEndReport/MonthEndReportPage.d.ts +1 -1
- package/dist/components/cockpit/monthEndReport/MonthEndReportPageForm.d.ts +21 -4
- package/dist/components/cockpit/monthEndReport/useAgentInsightEdits.d.ts +29 -0
- package/dist/components/expenseAutomation/components/TableSection.d.ts +3 -3
- package/dist/components/expenseAutomation/sections/monthEndInsights/MonthEndInsightsForm.d.ts +3 -3
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +105 -105
- package/dist/strings/strings.d.ts +20 -0
- package/package.json +3 -3
package/dist/appLocale.d.ts
CHANGED
|
@@ -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;
|