@fayz-ai/core 0.14.0 → 0.16.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.
Files changed (100) hide show
  1. package/dist/access/engine.d.ts +31 -1
  2. package/dist/access/engine.d.ts.map +1 -1
  3. package/dist/access/index.d.ts +1 -1
  4. package/dist/access/index.d.ts.map +1 -1
  5. package/dist/access/index.js +24 -3
  6. package/dist/access/index.js.map +1 -1
  7. package/dist/app/app-config.d.ts +101 -0
  8. package/dist/app/app-config.d.ts.map +1 -0
  9. package/dist/app/service-client.d.ts +69 -0
  10. package/dist/app/service-client.d.ts.map +1 -0
  11. package/dist/{chunk-S5FOFKR4.js → chunk-2ZAUJVYP.js} +103 -24
  12. package/dist/chunk-2ZAUJVYP.js.map +1 -0
  13. package/dist/{chunk-KFBEKFII.js → chunk-BCI743RH.js} +37 -4
  14. package/dist/chunk-BCI743RH.js.map +1 -0
  15. package/dist/{chunk-IKZR3WSK.js → chunk-KJUD6JA5.js} +3 -3
  16. package/dist/{chunk-IKZR3WSK.js.map → chunk-KJUD6JA5.js.map} +1 -1
  17. package/dist/{chunk-7GJTLBG3.js → chunk-OHH26S4N.js} +3 -3
  18. package/dist/{chunk-7GJTLBG3.js.map → chunk-OHH26S4N.js.map} +1 -1
  19. package/dist/chunk-RCMFU3RZ.js +13 -0
  20. package/dist/chunk-RCMFU3RZ.js.map +1 -0
  21. package/dist/{chunk-RRYFXUQX.js → chunk-UMIZDILP.js} +7 -3
  22. package/dist/chunk-UMIZDILP.js.map +1 -0
  23. package/dist/{chunk-X4FRQR2R.js → chunk-ZIB6Y7TE.js} +153 -8
  24. package/dist/chunk-ZIB6Y7TE.js.map +1 -0
  25. package/dist/data/archetype.d.ts +5 -0
  26. package/dist/data/archetype.d.ts.map +1 -1
  27. package/dist/data/cached.d.ts +17 -2
  28. package/dist/data/cached.d.ts.map +1 -1
  29. package/dist/data/index.d.ts +1 -0
  30. package/dist/data/index.d.ts.map +1 -1
  31. package/dist/data/index.js +2 -2
  32. package/dist/data/missing-objects.d.ts +14 -0
  33. package/dist/data/missing-objects.d.ts.map +1 -0
  34. package/dist/data/offline.d.ts +10 -1
  35. package/dist/data/offline.d.ts.map +1 -1
  36. package/dist/data/resolve.d.ts.map +1 -1
  37. package/dist/data/supabase.d.ts +5 -0
  38. package/dist/data/supabase.d.ts.map +1 -1
  39. package/dist/data/unit-scope.d.ts +48 -0
  40. package/dist/data/unit-scope.d.ts.map +1 -0
  41. package/dist/events/envelope.d.ts.map +1 -1
  42. package/dist/events/index.d.ts +2 -0
  43. package/dist/events/index.d.ts.map +1 -1
  44. package/dist/events/log.d.ts.map +1 -1
  45. package/dist/events/useDataVersion.d.ts +28 -0
  46. package/dist/events/useDataVersion.d.ts.map +1 -0
  47. package/dist/i18n/index.d.ts.map +1 -1
  48. package/dist/i18n/index.js +1 -1
  49. package/dist/i18n/shell-translations.en.d.ts.map +1 -1
  50. package/dist/i18n/shell-translations.pt-br.d.ts.map +1 -1
  51. package/dist/index.d.ts +15 -2
  52. package/dist/index.d.ts.map +1 -1
  53. package/dist/index.js +653 -45
  54. package/dist/index.js.map +1 -1
  55. package/dist/integrations/index.js +2 -2
  56. package/dist/lib/debug.d.ts +12 -0
  57. package/dist/lib/debug.d.ts.map +1 -0
  58. package/dist/lib/unit.d.ts +20 -0
  59. package/dist/lib/unit.d.ts.map +1 -0
  60. package/dist/manifest/index.d.ts +45 -0
  61. package/dist/manifest/index.d.ts.map +1 -1
  62. package/dist/manifest/integration-surface.d.ts +16 -0
  63. package/dist/manifest/integration-surface.d.ts.map +1 -0
  64. package/dist/messaging/index.d.ts +5 -2
  65. package/dist/messaging/index.d.ts.map +1 -1
  66. package/dist/messaging/phone.d.ts +32 -0
  67. package/dist/messaging/phone.d.ts.map +1 -0
  68. package/dist/messaging/provider-template.d.ts +122 -0
  69. package/dist/messaging/provider-template.d.ts.map +1 -0
  70. package/dist/messaging/registry.d.ts +12 -1
  71. package/dist/messaging/registry.d.ts.map +1 -1
  72. package/dist/messaging/types.d.ts +32 -0
  73. package/dist/messaging/types.d.ts.map +1 -1
  74. package/dist/plugin/index.js +1 -1
  75. package/dist/plugin/runtime.d.ts.map +1 -1
  76. package/dist/search/engine.d.ts.map +1 -1
  77. package/dist/{shell-translations.pt-br-PTOWYXNA.js → shell-translations.pt-br-HD4F3QKU.js} +118 -7
  78. package/dist/shell-translations.pt-br-HD4F3QKU.js.map +1 -0
  79. package/dist/testing/index.js +3 -3
  80. package/dist/types/agents.d.ts +97 -0
  81. package/dist/types/agents.d.ts.map +1 -0
  82. package/dist/types/analytics.d.ts +15 -0
  83. package/dist/types/analytics.d.ts.map +1 -1
  84. package/dist/types/auth.d.ts +9 -0
  85. package/dist/types/auth.d.ts.map +1 -1
  86. package/dist/types/crud.d.ts +38 -0
  87. package/dist/types/crud.d.ts.map +1 -1
  88. package/dist/types/index.d.ts +2 -0
  89. package/dist/types/index.d.ts.map +1 -1
  90. package/dist/types/index.js +1 -1
  91. package/dist/types/org.d.ts +10 -0
  92. package/dist/types/org.d.ts.map +1 -1
  93. package/dist/types/plugins.d.ts +97 -0
  94. package/dist/types/plugins.d.ts.map +1 -1
  95. package/package.json +2 -2
  96. package/dist/chunk-KFBEKFII.js.map +0 -1
  97. package/dist/chunk-RRYFXUQX.js.map +0 -1
  98. package/dist/chunk-S5FOFKR4.js.map +0 -1
  99. package/dist/chunk-X4FRQR2R.js.map +0 -1
  100. package/dist/shell-translations.pt-br-PTOWYXNA.js.map +0 -1
@@ -10,6 +10,7 @@ var shellTranslationsEn = {
10
10
  "common.cancel": "Cancel",
11
11
  "common.delete": "Delete",
12
12
  "common.edit": "Edit",
13
+ "common.you": "You",
13
14
  "common.close": "Close",
14
15
  "common.confirm": "Confirm",
15
16
  "common.back": "Back",
@@ -18,6 +19,9 @@ var shellTranslationsEn = {
18
19
  "common.error": "Something went wrong",
19
20
  "common.noResults": "No results found.",
20
21
  "common.search": "Search",
22
+ "common.new": "New",
23
+ "common.settings": "Settings",
24
+ "common.actionsMenu": "More actions",
21
25
  "common.actions": "Actions",
22
26
  "common.continue": "Continue",
23
27
  "common.done": "Done",
@@ -88,6 +92,7 @@ var shellTranslationsEn = {
88
92
  "auth.email": "Email",
89
93
  "auth.password": "Password",
90
94
  "auth.forgotPassword": "Forgot Password?",
95
+ "crud.list.emptyGeneric": "Nothing here yet",
91
96
  "crud.list.empty": "No {{entities}} yet",
92
97
  "crud.list.addFirst": "Add your first {{entity}}",
93
98
  "crud.list.totalCount": "{{count}} total {{entities}}",
@@ -98,8 +103,11 @@ var shellTranslationsEn = {
98
103
  "crud.list.pageOf": "{{page}} / {{pages}}",
99
104
  "crud.list.prevPage": "Previous page",
100
105
  "crud.list.nextPage": "Next page",
106
+ "crud.list.emptyFilteredGeneric": "No results for this search",
101
107
  "crud.list.emptyFiltered": "No {{entities}} match this search",
108
+ "crud.list.emptyHintGeneric": "What you add shows up here.",
102
109
  "crud.list.emptyHint": "Your {{entities}} will show up here once you add them.",
110
+ "crud.list.loadFailedGeneric": "Could not load",
103
111
  "crud.list.loadFailed": "Could not load the {{entities}}",
104
112
  "crud.list.refresh": "Refresh",
105
113
  "crud.list.refreshCached": "Local (cached) data \u2014 click to refresh from network",
@@ -128,6 +136,8 @@ var shellTranslationsEn = {
128
136
  "crud.detail.createdBy": "by {{user}}",
129
137
  "crud.detail.updatedAt": "Last edited {{date}}",
130
138
  "crud.form.addTitle": "Add {{entity}}",
139
+ "crud.form.requiredField": "{{field}} is required",
140
+ "crud.form.requiredFields": "These are required: {{fields}}",
131
141
  "crud.form.editTitle": "Edit {{entity}}",
132
142
  "crud.form.createSubtitle": "Create a new {{entity}}.",
133
143
  "crud.form.editSubtitle": "Update {{entity}} details.",
@@ -309,7 +319,7 @@ var shellTranslationsEn = {
309
319
  "settings.title": "Settings",
310
320
  "settings.subtitle": "Manage your account and organization preferences.",
311
321
  "settings.backToHome": "Back to home",
312
- "settings.navLinks": "Settings links",
322
+ "settings.navLinks": "Settings",
313
323
  "settings.general": "General",
314
324
  "settings.properties": "Properties",
315
325
  "settings.profile": "Profile",
@@ -467,13 +477,48 @@ var shellTranslationsEn = {
467
477
  "chat.fab.dismiss": "Don't show suggestions here",
468
478
  "chat.fab.open": "Open assistant",
469
479
  "chat.fab.close": "Close assistant",
480
+ "chat.attachments.add": "Attach a file",
481
+ "chat.attachments.dropHere": "Drop to attach",
482
+ "chat.attachments.dropHint": "Spreadsheets, PDFs and images. I read them and use them in the answer.",
483
+ "chat.attachments.parsing": "reading\u2026",
484
+ "chat.attachments.hasWarnings": "with warnings",
485
+ "chat.attachments.error.excelUnsupported": "unsupported Excel format \u2014 save as .xlsx or .csv",
486
+ "chat.whatsapp.continue": "Continue on WhatsApp",
487
+ "chat.whatsapp.defaultMessage": "Hi! I came from the app.",
470
488
  "chat.messagePlaceholder": "How can I help?",
489
+ "chat.upload.send": "Read {{count}} photo(s)",
490
+ "chat.upload.addMoreImages": "Add another photo",
491
+ "chat.upload.addMoreFiles": "Add another file",
492
+ "chat.upload.working": "Reading...",
493
+ "chat.upload.browseImage": "Or choose an image from this device",
494
+ "chat.upload.browseFile": "Or choose a file from this device",
471
495
  "chat.send": "Send message",
472
496
  "chat.notConfigured": "Assistant not configured \u2014 set chat.apiEndpoint to enable conversations.",
473
497
  "chat.unavailable": "Assistant unavailable",
474
498
  "chat.greeting": "How can I help?",
475
499
  "chat.greetingNamed": "Hi {{name}}, how can I help?",
476
- "chat.greetingHint": "Ask in plain words, or tap the mic and just say it.",
500
+ "chat.greetingHint": "Ask in plain words \u2014 or tap the mic and just say it. I can look things up, create and update records, and explain what's going on in your business.",
501
+ "chat.disclaimer": "AI can make mistakes. Check important info.",
502
+ "chat.staff.team": "Your team",
503
+ "chat.staff.switch": "Talk to someone else on the team",
504
+ "chat.staff.hire": "Meet {{name}}",
505
+ "chat.staff.hireNote": "{{name}} joins your team as soon as the plan is active. Cancel any time.",
506
+ "chat.staff.priceFrom": "From",
507
+ "chat.staff.perMonth": "/mo",
508
+ "chat.staff.onPlan": "on {{plan}}",
509
+ "chat.staff.priceOnPlans": "See the plans for what each agent includes.",
510
+ "chat.staff.seePlans": "See plans",
511
+ "chat.staff.notHired": "Not hired",
512
+ "chat.staff.handoffFrom": "{{from}} passed this to {{to}}",
513
+ "chat.staff.handoffTo": "{{to}} took over",
514
+ "chat.opener.capabilities": "What can you do in here?",
515
+ "chat.opener.today": "How is the business doing today?",
516
+ "chat.opener.findRecord": "Find a record for me",
517
+ "chat.history.title": "Conversations",
518
+ "chat.recording.pending": "Nothing has been captured yet.",
519
+ "chat.recording.running": "Recording. You can move around the app \u2014 it keeps going.",
520
+ "chat.recording.paused": "Recording paused.",
521
+ "chat.recording.finished": "Recording finished.",
477
522
  "chat.status.ready": "Ready",
478
523
  "chat.status.working": "Working on it...",
479
524
  "chat.status.offline": "Not connected",
@@ -501,6 +546,9 @@ var shellTranslationsEn = {
501
546
  "chat.tool.sendMessage": "Send message",
502
547
  "chat.tool.seatGuests": "Seat guests",
503
548
  "chat.tool.toggleMenuItemAvailability": "Change item availability",
549
+ "chat.tool.createShopOrder": "Place shop order",
550
+ "chat.tool.chargeShopOrder": "Charge the order",
551
+ "chat.tool.setShopOrderAddress": "Set delivery address",
504
552
  "chat.autoApprovals.title": "Auto-approved actions",
505
553
  "chat.autoApprovals.revoke": "Ask me again",
506
554
  "chat.autoApprovals.revokeAll": "Ask for everything",
@@ -565,9 +613,15 @@ var shellTranslationsEn = {
565
613
  "crud.form.editDescription": "Update {{entity}} details.",
566
614
  "crud.form.failedToSave": "Failed to save {{entity}}",
567
615
  "crud.form.saveChanges": "Save Changes",
616
+ "crud.form.showAllFields": "Fill in more fields",
617
+ "crud.form.showEssentialFields": "Show only the essentials",
568
618
  "crud.form.select": "Select {{field}}...",
569
- "crud.list.addEntity": "+ Add {{entity}}",
619
+ "crud.list.records": "records",
620
+ "crud.list.addEntity": "Add {{entity}}",
621
+ "crud.list.aiHint": "Describe it and I create it for you.",
622
+ "crud.list.aiPlaceholder": "Describe what to create\u2026",
570
623
  "crud.list.newHint": "Fill in one record by hand",
624
+ "crud.list.searchGeneric": "Search...",
571
625
  "crud.list.search": "Search {{entities}}...",
572
626
  "layout.bottomNav.chat": "Chat",
573
627
  "layout.commandPalette.commandCount": "{{count}} command{{plural}}",
@@ -578,7 +632,7 @@ var shellTranslationsEn = {
578
632
  "layout.mobileDrawer.title": "Navigation menu",
579
633
  "layout.topbar.search": "Search...",
580
634
  "notifications.noUpdates": "No updates yet",
581
- "organization.createOrg": "Create organization",
635
+ "organization.createOrg": "New workspace",
582
636
  "organization.createOrgDescription": "Create a new workspace for your team.",
583
637
  "organization.createOrgTitle": "Create Organization",
584
638
  "organization.creating": "Creating...",
@@ -599,6 +653,16 @@ var shellTranslationsEn = {
599
653
  "organization.onboarding.whatName": "What should we call your workspace?",
600
654
  "organization.orgNamePlaceholder": "Organization name",
601
655
  "organization.permissions.createCustom": "Create Custom Profile",
656
+ "organization.permissions.newWithAIHint": "Describe who the profile is for and I build the matrix.",
657
+ "organization.permissions.newByHand": "Create by hand",
658
+ "organization.permissions.newByHandHint": "Tick the permissions one by one.",
659
+ "organization.permissions.askPlaceholder": "Describe the profile\u2026",
660
+ "organization.permissions.askPersona": "Access administrator",
661
+ "organization.permissions.askPitch": "Tell me who the profile is for and what they do.",
662
+ "organization.permissions.askDescription": "I know every area of this app. Describe the role \u2014 what they need to see, what they need to record, and what they must not reach \u2014 and I build the matrix. You confirm before anything is saved.",
663
+ "organization.permissions.askSuggestion.0": "Front desk: sees the calendar and clients, not the finances",
664
+ "organization.permissions.askSuggestion.1": "Practitioner: only their own calendar and their own sessions",
665
+ "organization.permissions.askSuggestion.2": "Manager: everything except permissions and billing",
602
666
  "organization.permissions.createProfile": "Create Profile",
603
667
  "organization.permissions.duplicate": "Duplicate",
604
668
  "organization.permissions.copyName": "{{name}} (copy)",
@@ -614,6 +678,7 @@ var shellTranslationsEn = {
614
678
  "organization.permissions.previewingAs": "Previewing as",
615
679
  "organization.permissions.exitPreview": "Exit Preview",
616
680
  "organization.permissions.searchFeatures": "Search features...",
681
+ "organization.permissions.profile": "Profile",
617
682
  "organization.permissions.profileName": "Profile Name",
618
683
  "organization.permissions.profileNamePlaceholder": "e.g. Custom Role",
619
684
  "organization.permissions.subtitle": "Manage roles and their permissions.",
@@ -627,6 +692,7 @@ var shellTranslationsEn = {
627
692
  "organization.team.memberCount": "{{count}} member{{plural}} in this organization.",
628
693
  "organization.team.pendingInvites": "Pending Invites",
629
694
  "organization.team.removeMember": "Remove member",
695
+ "organization.team.unitAccess": "Access by unit",
630
696
  "organization.team.resend": "Resend",
631
697
  "organization.team.revoke": "Revoke",
632
698
  "organization.team.inviteResent": "Invite resent",
@@ -773,6 +839,7 @@ var shellTranslationsEn = {
773
839
  "crud.archetype.activity.description": "View a chronological log of all actions, changes, and events related to this person.",
774
840
  "crud.archetype.documents.title": "Documents",
775
841
  "crud.archetype.documents.description": "Attach and manage files, contracts, certifications, and other documents for this person.",
842
+ "crud.archetype.addresses.title": "Addresses",
776
843
  "crud.archetype.addresses.add": "Add address",
777
844
  "crud.archetype.addresses.addTitle": "New address",
778
845
  "crud.archetype.addresses.editTitle": "Edit address",
@@ -788,6 +855,8 @@ var shellTranslationsEn = {
788
855
  "crud.archetype.addresses.kind.billing": "Billing",
789
856
  "crud.archetype.addresses.field.label": "Label",
790
857
  "crud.archetype.addresses.field.kind": "Use",
858
+ "crud.archetype.addresses.cepNotFound": "Postal code not found. Fill the address in by hand.",
859
+ "crud.archetype.addresses.cepFailed": "Could not check the postal code right now. Fill it in by hand or try again.",
791
860
  "crud.archetype.addresses.field.postalCode": "Postal code",
792
861
  "crud.archetype.addresses.field.street": "Street",
793
862
  "crud.archetype.addresses.field.number": "Number",
@@ -950,7 +1019,49 @@ var shellTranslationsEn = {
950
1019
  "analytics.filters.general": "General",
951
1020
  "analytics.filters.selected": "{{count}} selected",
952
1021
  "analytics.filters.remove": "Remove filter",
953
- "analytics.refresh": "Refresh"
1022
+ "analytics.refresh": "Refresh",
1023
+ "assistant.askAI": "Create with AI",
1024
+ // Tasks moved from plugin-tasks into the shell with 047, so the strings had
1025
+ // to come with it — an app without the plugin would otherwise show raw keys.
1026
+ // The plugin still registers its own copy; last one in wins and they match.
1027
+ "tasks.drawer.title": "Tasks",
1028
+ "tasks.drawer.subtitle": "Manage your team tasks",
1029
+ "tasks.quickAdd.placeholder": "Add a task...",
1030
+ "tasks.filter.all": "All",
1031
+ "tasks.filter.todo": "To Do",
1032
+ "tasks.filter.inProgress": "In Progress",
1033
+ "tasks.filter.done": "Done",
1034
+ "tasks.filter.mine": "Mine",
1035
+ "tasks.group.onboarding": "Getting started",
1036
+ // The same words as the group header — the tag is that header travelling
1037
+ // with the row into the filtered views, where there is no header.
1038
+ "tasks.source.onboarding": "Getting started",
1039
+ "tasks.source.agent": "Assistant",
1040
+ "tasks.status.todo": "To Do",
1041
+ "tasks.status.in_progress": "In Progress",
1042
+ "tasks.status.done": "Done",
1043
+ "tasks.status.cancelled": "Cancelled",
1044
+ "tasks.priority.low": "Low",
1045
+ "tasks.priority.medium": "Medium",
1046
+ "tasks.priority.high": "High",
1047
+ "tasks.priority.urgent": "Urgent",
1048
+ "tasks.detail.descriptionPlaceholder": "Add a description...",
1049
+ "tasks.detail.dueDate": "Due Date",
1050
+ "tasks.detail.subtasks": "Subtasks",
1051
+ "tasks.detail.delete": "Delete Task",
1052
+ "tasks.detail.deleteConfirm": "Are you sure you want to delete this task?",
1053
+ "tasks.detail.created": "Created",
1054
+ "tasks.detail.updated": "Updated",
1055
+ "tasks.detail.chatWithAi": "Chat with AI",
1056
+ "tasks.detail.chatWithAi.prompt": "Take over this task and help me resolve it now, using your tools when needed:",
1057
+ "tasks.detail.addSubtask": "Add subtask...",
1058
+ "tasks.detail.back": "Back to list",
1059
+ "tasks.detail.title": "Task",
1060
+ "tasks.summary.overdue": "overdue",
1061
+ "tasks.summary.dueToday": "due today",
1062
+ "tasks.empty": "No tasks yet",
1063
+ "tasks.empty.description": "Add your first task using the input above",
1064
+ "analytics.moveBar": "Move the bar (drag, or arrow keys; double-click to reset)"
954
1065
  };
955
1066
 
956
1067
  // src/i18n/index.ts
@@ -1176,6 +1287,18 @@ var coreTranslations = {
1176
1287
  // The "should I do something?" answer, said once and only under the newest
1177
1288
  // failure. Cursors survive a failed run, so this is a fact, not comfort.
1178
1289
  "connectors.runs.failedHint": "Nothing was lost: the next run picks up where this one stopped.",
1290
+ // The failure folds: the reason stays readable, the call behind it is one
1291
+ // click away for whoever is going to fix it.
1292
+ "connectors.runs.seeDetails": "See the call detail",
1293
+ "connectors.runs.detail.stream": "Resource",
1294
+ "connectors.runs.detail.started": "Started",
1295
+ "connectors.runs.detail.finished": "Finished",
1296
+ "connectors.runs.detail.duration": "Took",
1297
+ "connectors.runs.detail.seconds": "{{count}}s",
1298
+ "connectors.runs.detail.minutes": "{{count}} min",
1299
+ "connectors.runs.detail.attempt": "Attempt",
1300
+ "connectors.runs.detail.runId": "Run",
1301
+ "connectors.runs.detail.raw": "What the connector recorded",
1179
1302
  "connectors.when.now": "just now",
1180
1303
  "connectors.when.minutes": "{{count}} min ago",
1181
1304
  "connectors.when.hours": "{{count}} h ago",
@@ -1238,6 +1361,12 @@ var coreTranslations = {
1238
1361
  "connectors.noOrg": "No organization",
1239
1362
  "connectors.noOrgBody": "Pick an organization to see its connections.",
1240
1363
  "connectors.credentials.held": "The key goes to Fayz, encrypted. It is never stored in this app\u2019s database.",
1364
+ // Where a credential is CHANGED, not only first entered.
1365
+ "connectors.credentials.section": "Credentials",
1366
+ // Saving REPLACES the whole credential, so a field left blank is a field
1367
+ // erased. Said before the save and not after, because after is a store that
1368
+ // stopped charging and nobody knowing why.
1369
+ "connectors.credentials.replaces": "Saving replaces every credential at once. Fill in ALL the fields \u2014 whatever you leave blank is erased.",
1241
1370
  "connectors.credentials.noSink": "This app is not connected to a Fayz project that can hold credentials, so there is nowhere safe to keep this key. Connect the app to Fayz to finish.",
1242
1371
  // A module named to someone who does not have it. The plugin id is not a
1243
1372
  // label anywhere else because an installed module carries its own (usually
@@ -1249,6 +1378,7 @@ var coreTranslations = {
1249
1378
  // label here, because a missing one prints the raw id to a business owner.
1250
1379
  "modules.agenda": "Scheduling",
1251
1380
  "modules.blog": "Blog",
1381
+ "modules.conversations": "Conversations",
1252
1382
  "modules.courses": "Courses",
1253
1383
  "modules.crm": "CRM",
1254
1384
  "modules.custom_forms": "Forms",
@@ -1464,6 +1594,18 @@ var coreTranslations = {
1464
1594
  // A resposta ao "preciso fazer alguma coisa?", dita uma vez e só embaixo da
1465
1595
  // falha mais recente. O cursor sobrevive à falha — isto é fato, não consolo.
1466
1596
  "connectors.runs.failedHint": "Nada foi perdido: a pr\xF3xima sincroniza\xE7\xE3o continua de onde esta parou.",
1597
+ // A falha dobra: o motivo continua legível, e a chamada por trás dele fica a
1598
+ // um clique de quem vai resolver.
1599
+ "connectors.runs.seeDetails": "Ver detalhes da chamada",
1600
+ "connectors.runs.detail.stream": "Recurso",
1601
+ "connectors.runs.detail.started": "Come\xE7ou",
1602
+ "connectors.runs.detail.finished": "Terminou",
1603
+ "connectors.runs.detail.duration": "Levou",
1604
+ "connectors.runs.detail.seconds": "{{count}}s",
1605
+ "connectors.runs.detail.minutes": "{{count}} min",
1606
+ "connectors.runs.detail.attempt": "Tentativa",
1607
+ "connectors.runs.detail.runId": "Execu\xE7\xE3o",
1608
+ "connectors.runs.detail.raw": "O que o conector registrou",
1467
1609
  "connectors.when.now": "agora",
1468
1610
  "connectors.when.minutes": "h\xE1 {{count}} min",
1469
1611
  "connectors.when.hours": "h\xE1 {{count}} h",
@@ -1521,9 +1663,12 @@ var coreTranslations = {
1521
1663
  "connectors.noOrg": "Sem organiza\xE7\xE3o",
1522
1664
  "connectors.noOrgBody": "Escolha uma organiza\xE7\xE3o para ver as conex\xF5es dela.",
1523
1665
  "connectors.credentials.held": "A chave vai criptografada para o Fayz. Ela nunca fica no banco de dados deste app.",
1666
+ "connectors.credentials.section": "Credenciais",
1667
+ "connectors.credentials.replaces": "Salvar substitui todas as credenciais de uma vez. Preencha TODOS os campos \u2014 o que ficar em branco \xE9 apagado.",
1524
1668
  "connectors.credentials.noSink": "Este app n\xE3o est\xE1 ligado a um projeto Fayz que possa guardar credenciais, ent\xE3o n\xE3o h\xE1 onde essa chave fique em seguran\xE7a. Ligue o app ao Fayz para concluir.",
1525
1669
  "modules.agenda": "Agenda",
1526
1670
  "modules.blog": "Blog",
1671
+ "modules.conversations": "Conversas",
1527
1672
  "modules.courses": "Cursos",
1528
1673
  "modules.crm": "CRM",
1529
1674
  "modules.custom_forms": "Formul\xE1rios",
@@ -1625,7 +1770,7 @@ function mergeTranslations(base, ...overrides) {
1625
1770
  registerTranslations(coreTranslations);
1626
1771
  registerTranslations({ en: shellTranslationsEn });
1627
1772
  var _lazyShellLocales = {
1628
- "pt-BR": () => import('./shell-translations.pt-br-PTOWYXNA.js').then((m) => m.shellTranslationsPtBr)
1773
+ "pt-BR": () => import('./shell-translations.pt-br-HD4F3QKU.js').then((m) => m.shellTranslationsPtBr)
1629
1774
  };
1630
1775
  var _loadedShellLocales = /* @__PURE__ */ new Set(["en"]);
1631
1776
  var _pendingShellLocales = /* @__PURE__ */ new Map();
@@ -1648,5 +1793,5 @@ function preloadLocale(locale) {
1648
1793
  }
1649
1794
 
1650
1795
  export { I18nProvider, coreTranslations, getCurrentLocale, mergeTranslations, preloadLocale, registerTranslations, setCurrentLocale, setLocaleStore, tl, useI18nConfig, useTranslation };
1651
- //# sourceMappingURL=chunk-X4FRQR2R.js.map
1652
- //# sourceMappingURL=chunk-X4FRQR2R.js.map
1796
+ //# sourceMappingURL=chunk-ZIB6Y7TE.js.map
1797
+ //# sourceMappingURL=chunk-ZIB6Y7TE.js.map