@8wave/ai-elements 0.57.0 → 0.58.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/floating-chat-widget.es.js +35 -1
- package/dist/floating-chat-widget.es.js.map +1 -1
- package/dist/floating-chat-widget.umd.js +2 -2
- package/dist/floating-chat-widget.umd.js.map +1 -1
- package/dist-vue/index.js.map +1 -1
- package/dist-vue/packages/models/src/schema/Member.d.ts +10 -0
- package/dist-vue/packages/models/src/schema/OrganizationIdentityProvider.d.ts +10 -18
- package/dist-vue/style.css +1 -1
- package/package.json +1 -1
|
@@ -7226,6 +7226,7 @@ var ph = {
|
|
|
7226
7226
|
importFromCrawler: "Importa da Crawler",
|
|
7227
7227
|
invite: "Invita",
|
|
7228
7228
|
inviteMember: "Invita membro",
|
|
7229
|
+
addMember: "Aggiungi membro",
|
|
7229
7230
|
leave: "Abbandona",
|
|
7230
7231
|
moreActions: "Azioni",
|
|
7231
7232
|
moveDown: "Sposta giù",
|
|
@@ -7434,6 +7435,9 @@ var ph = {
|
|
|
7434
7435
|
mcpServerHealthCheckPath: "L'endpoint utilizzato per verificare lo stato del Server MCP (es: /api/health).",
|
|
7435
7436
|
mcpStatelessServer: "Forza il client a connettersi in modalità stateless.",
|
|
7436
7437
|
passphrase: "Inserisci {passphrase} per confermare l'operazione",
|
|
7438
|
+
providerOrganizationId: "Per Microsoft: tenantId (es. abc-123) o dominio email. Per Google/GitHub/Domain: dominio email (es. company.com).",
|
|
7439
|
+
issuer: "L'URL dell'issuer del token JWT (es. https://login.microsoftonline.com/{tenant}/v2.0).",
|
|
7440
|
+
jwksUrl: "L'URL dell'endpoint JWKS utilizzato per verificare la firma JWT (es. https://login.microsoftonline.com/common/discovery/v2.0/keys).",
|
|
7437
7441
|
subAgentName: "Sono consentiti solo lettere, numeri, underscore (_) e trattini (-).",
|
|
7438
7442
|
tool: {
|
|
7439
7443
|
searchInKnowledgeBase: "Permette all'agente di cercare informazioni nei documenti per rispondere alle domande dell'utente.",
|
|
@@ -7481,6 +7485,8 @@ var ph = {
|
|
|
7481
7485
|
attention: "Attenzione",
|
|
7482
7486
|
auto: "Auto",
|
|
7483
7487
|
autoDetected: "Rilevati automaticamente",
|
|
7488
|
+
autoProvisioning: "Auto provisioning",
|
|
7489
|
+
autoProvisioningDescription: "Gli utenti che si autenticano tramite questi provider di identità o domini verranno automaticamente aggiunti alla tua organizzazione con il ruolo predefinito.",
|
|
7484
7490
|
autoRefreshOff: "In pausa",
|
|
7485
7491
|
autoRefreshOn: "Live",
|
|
7486
7492
|
avgTime: "Tempo medio",
|
|
@@ -7521,6 +7527,7 @@ var ph = {
|
|
|
7521
7527
|
dayRateLimit: "Limite al giorno",
|
|
7522
7528
|
days: "{count} giorno | {count} giorni",
|
|
7523
7529
|
deleted: "Eliminato",
|
|
7530
|
+
defaultRole: "Ruolo predefinito",
|
|
7524
7531
|
description: "Descrizione",
|
|
7525
7532
|
deselectAction: "Rimuovi",
|
|
7526
7533
|
details: "Dettagli",
|
|
@@ -7534,6 +7541,7 @@ var ph = {
|
|
|
7534
7541
|
editSubAgent: "Modifica sotto-agente",
|
|
7535
7542
|
effectiveCredit: "Credito effettivo",
|
|
7536
7543
|
email: "Email",
|
|
7544
|
+
emailDomain: "Dominio email",
|
|
7537
7545
|
emailVerified: "Email verificata",
|
|
7538
7546
|
embed: "Incorpora",
|
|
7539
7547
|
embedCode: "Codice Embed",
|
|
@@ -7563,6 +7571,7 @@ var ph = {
|
|
|
7563
7571
|
importing: "Importazione in corso",
|
|
7564
7572
|
inRedis: "In Redis",
|
|
7565
7573
|
inStock: "Disponibile",
|
|
7574
|
+
isAutoJoinEnabled: "Auto-join abilitato",
|
|
7566
7575
|
indexStatus: "Stato indicizzazione",
|
|
7567
7576
|
info: "Info",
|
|
7568
7577
|
initialMessage: "Messaggio iniziale",
|
|
@@ -7616,6 +7625,14 @@ var ph = {
|
|
|
7616
7625
|
pendingCharge: "Addebito in sospeso",
|
|
7617
7626
|
phone: "Telefono",
|
|
7618
7627
|
picture: "Immagine",
|
|
7628
|
+
externalAuth: "Autenticazione esterna",
|
|
7629
|
+
externalAuthDescription: "Configura i provider di autenticazione esterna per consentire l'autenticazione tramite token JWT emessi da questi provider. Gli utenti autenticati tramite questi provider saranno aggiunti automaticamente alla tua organizzazione con il ruolo predefinito (auto provisioning).",
|
|
7630
|
+
issuer: "Issuer",
|
|
7631
|
+
jwksUrl: "JWKS URL",
|
|
7632
|
+
audience: "Audience",
|
|
7633
|
+
enabled: "Abilitato",
|
|
7634
|
+
provider: "Provider",
|
|
7635
|
+
providerOrganizationId: "ID Provider",
|
|
7619
7636
|
presencePenalty: "Penalità di Presenza",
|
|
7620
7637
|
preview: "Anteprima",
|
|
7621
7638
|
privacyPolicy: "Privacy Policy",
|
|
@@ -8019,6 +8036,7 @@ var ph = {
|
|
|
8019
8036
|
importFromCrawler: "Import from Crawler",
|
|
8020
8037
|
invite: "Invite",
|
|
8021
8038
|
inviteMember: "Invite member",
|
|
8039
|
+
addMember: "Add member",
|
|
8022
8040
|
leave: "Leave",
|
|
8023
8041
|
moreActions: "Actions",
|
|
8024
8042
|
moveDown: "Move down",
|
|
@@ -8226,6 +8244,9 @@ var ph = {
|
|
|
8226
8244
|
mcpServerHealthCheckPath: "The endpoint used to check the health of the MCP Server (e.g., /api/health).",
|
|
8227
8245
|
mcpStatelessServer: "Force the client to connect in stateless mode.",
|
|
8228
8246
|
passphrase: "Enter {passphrase} to confirm the operation",
|
|
8247
|
+
providerOrganizationId: "For Microsoft: tenantId (e.g. abc-123) or email domain. For Google/GitHub/Domain: email domain (e.g. company.com).",
|
|
8248
|
+
issuer: "The issuer URL of the JWT token (e.g. https://login.microsoftonline.com/{tenant}/v2.0).",
|
|
8249
|
+
jwksUrl: "The URL of the JWKS endpoint used to verify the JWT signature (e.g. https://login.microsoftonline.com/common/discovery/v2.0/keys).",
|
|
8229
8250
|
subAgentName: "Only letters, numbers, underscores (_) and hyphens (-) are allowed.",
|
|
8230
8251
|
tool: {
|
|
8231
8252
|
searchInKnowledgeBase: "Enables the agent to search for information in documents to answer user questions.",
|
|
@@ -8273,6 +8294,8 @@ var ph = {
|
|
|
8273
8294
|
attention: "Attention",
|
|
8274
8295
|
auto: "Auto",
|
|
8275
8296
|
autoDetected: "Automatically detected",
|
|
8297
|
+
autoProvisioning: "Auto provisioning",
|
|
8298
|
+
autoProvisioningDescription: "Users who authenticate through these identity providers or domains will be automatically added to your organization with the default role.",
|
|
8276
8299
|
autoRefreshOff: "Paused",
|
|
8277
8300
|
autoRefreshOn: "Live",
|
|
8278
8301
|
avgTime: "Avg. time",
|
|
@@ -8313,6 +8336,7 @@ var ph = {
|
|
|
8313
8336
|
dayRateLimit: "Day Rate Limit",
|
|
8314
8337
|
days: "{count} day | {count} days",
|
|
8315
8338
|
deleted: "Deleted",
|
|
8339
|
+
defaultRole: "Default role",
|
|
8316
8340
|
description: "Description",
|
|
8317
8341
|
deselectAction: "Remove",
|
|
8318
8342
|
details: "Details",
|
|
@@ -8326,6 +8350,7 @@ var ph = {
|
|
|
8326
8350
|
editSubAgent: "Edit sub-agent",
|
|
8327
8351
|
effectiveCredit: "Effective credit",
|
|
8328
8352
|
email: "Email",
|
|
8353
|
+
emailDomain: "Email domain",
|
|
8329
8354
|
emailVerified: "Email verified",
|
|
8330
8355
|
embed: "Embed",
|
|
8331
8356
|
embedCode: "Embed Code",
|
|
@@ -8354,6 +8379,7 @@ var ph = {
|
|
|
8354
8379
|
importing: "Importing",
|
|
8355
8380
|
inRedis: "In Redis",
|
|
8356
8381
|
inStock: "In stock",
|
|
8382
|
+
isAutoJoinEnabled: "Auto join enabled",
|
|
8357
8383
|
indexStatus: "Index status",
|
|
8358
8384
|
info: "Info",
|
|
8359
8385
|
initialMessage: "Initial message",
|
|
@@ -8414,6 +8440,14 @@ var ph = {
|
|
|
8414
8440
|
profile: "Profile",
|
|
8415
8441
|
prompt: "Prompt",
|
|
8416
8442
|
properties: "Properties",
|
|
8443
|
+
externalAuth: "External authentication",
|
|
8444
|
+
externalAuthDescription: "Configure external authentication providers to allow authentication via JWT tokens issued by these providers. Users authenticated through these providers will be automatically added to your organization with the default role (auto provisioning).",
|
|
8445
|
+
issuer: "Issuer",
|
|
8446
|
+
jwksUrl: "JWKS URL",
|
|
8447
|
+
audience: "Audience",
|
|
8448
|
+
enabled: "Enabled",
|
|
8449
|
+
provider: "Provider",
|
|
8450
|
+
providerOrganizationId: "Provider ID",
|
|
8417
8451
|
question: "Question",
|
|
8418
8452
|
rateLimits: "Rate Limits",
|
|
8419
8453
|
reasoning: "Reasoning",
|
|
@@ -10233,7 +10267,7 @@ var w_ = class {
|
|
|
10233
10267
|
height: 24
|
|
10234
10268
|
}, D_ = {
|
|
10235
10269
|
prefix: "custom",
|
|
10236
|
-
lastModified:
|
|
10270
|
+
lastModified: 1774448693,
|
|
10237
10271
|
icons: {
|
|
10238
10272
|
"8wave": {
|
|
10239
10273
|
body: "<style>path{fill:currentColor}</style><path fill-rule=\"evenodd\" d=\"M216 108.9c0 14.2-2.8 28.2-8.2 41.3s-13.4 25-23.4 35-21.9 18-35 23.4-27.2 8.2-41.4 8.2-28.2-2.8-41.3-8.2-25-13.4-35.1-23.4c-10-10-17.9-21.9-23.4-35C2.8 137.1 0 123.1 0 108.9s2.8-28.2 8.2-41.3c5.5-13.1 13.4-25 23.4-35 10.1-10 22-18 35.1-23.4S93.8 1 108 1s28.3 2.8 41.4 8.2 25 13.4 35 23.4 18 21.9 23.4 35 8.2 27.1 8.2 41.3M47.4 83.1c-9.8 14.6-10.5 33.8-1.4 49 8.9 14.9 26.4 23.5 43.7 20 10.3-2.1 20.6-8.4 26.5-17.5q.4-.7.9-.1c21 21.6 55.3 9.5 60.2-19.3 5.9-34.6-34.8-58.5-60.3-32.1q-.1 0-.2.1h-.3l-.2-.2c-16.9-24.3-52.2-24.6-68.9.1m25 50.3c-3.1-1.3-5.8-3.3-8.1-5.8s-4.2-5.4-5.4-8.6c-1.3-3.3-1.9-6.7-1.9-10.3 0-3.5.6-6.9 1.9-10.2 1.2-3.2 3.1-6.1 5.4-8.6s5-4.5 8.1-5.8c3-1.3 6.2-2 9.5-2s6.5.7 9.6 2c3 1.3 5.8 3.3 8.1 5.8s4.1 5.4 5.4 8.6c1.2 3.3 1.9 6.7 1.9 10.3 0 3.5-.7 6.9-1.9 10.2-1.3 3.2-3.1 6.1-5.4 8.6s-5.1 4.5-8.1 5.8c-3.1 1.3-6.3 2-9.6 2s-6.5-.7-9.5-2m62.7-6c-2.2-1-4.2-2.4-5.9-4.2-1.6-1.9-3-4-3.9-6.4-.9-2.3-1.3-4.9-1.3-7.4 0-2.6.5-5.1 1.4-7.5.9-2.3 2.3-4.4 3.9-6.2 1.7-1.8 3.7-3.3 5.9-4.2q3.3-1.5 6.9-1.5t6.9 1.5c2.2 1 4.2 2.4 5.8 4.2 1.7 1.9 3 4 3.9 6.4.9 2.3 1.4 4.9 1.4 7.4 0 2.6-.5 5.1-1.4 7.5-.9 2.3-2.3 4.4-4 6.2-1.6 1.8-3.6 3.3-5.8 4.2-2.2 1-4.6 1.5-6.9 1.5q-3.6 0-6.9-1.5\"/><path d=\"M322 40.4V51q0 .2.1.4t.2.3q.2.2.4.3h19.7q.4 0 .5.4l.1 2.3q.1.5-.4.5h-20.1q-.8 0-1.6-.3-.7-.3-1.3-.9-.5-.5-.8-1.3-.3-.7-.3-1.5V26.5q0-4.5 4.5-4.5h19.6q.3 0 .2.3l-.1 2.9q0 .2-.2.2l-19.5-.1q-.1 0-.3.1t-.3.2q-.2.1-.2.3-.1.2-.1.4L322 36q0 .7.7.7h18.8q.9 0 .9.8v1.7q-.1.7-.8.7l-19-.1q-.6 0-.6.6m56-18q0-.3.3-.3h2.9q.3 0 .3.3v32.5q0 .3-.3.3h-2.9q-.3 0-.3-.3zm64.2 28.5V40.7q0-1.2 1.1-1.3h1q1.4-.1 1.4 1.3v10.7q0 3.7-3.7 3.8-6.4.2-13.1 0c-12-.4-12.8-12.4-11.7-21.6q1.4-11.1 12.3-11.5 7-.2 14.9 0 .8.1.7.9l-.1 1.6q-.1.7-.8.7-8.3-.2-15 .1c-10.4.4-9.5 14.5-7.5 21.3 1.2 4.5 4.9 5.3 9 5.4q5.4 0 10.5-.1 1 0 1-1.1m42.5-10.3v14.2q0 .1-.1.2l-.1.1q0 .1-.1.1h-2.9q-.1 0-.2-.1l-.1-.1q-.1 0-.1-.1v-.2l-.1-32.1q0-.1.1-.2 0-.1.1-.2l.1-.1h.2l2.7-.1q.1 0 .2.1.1 0 .1.1.1 0 .1.1.1.1.1.2v14q0 .1.1.1l.1.1q.1.1.2.1l18.9-.1h.2q.1 0 .2-.1l.1-.1V22.4q0-.1.1-.2.1 0 .2-.1h.1l2.7-.1h.2q.1.1.2.1 0 .1.1.2V55q-.1 0-.1.1-.1.1-.2.1h-3q-.1-.1-.2-.1 0-.1-.1-.2V40.6q0-.1-.1-.1 0-.1-.1-.2 0-.1-.1-.1h-.2l-18.9-.1h-.2q0 .1-.1.1-.1.1-.1.2zM554 25.3l-12.3.1h-.2l-.1-.1q-.1-.1-.1-.2l-.1-.1-.2-2.5q0-.5.5-.5h29.2q1.5 0 1 1.4-.2.5-.1 1 .3.9-.6.9h-12q-.2 0-.3.1-.1 0-.2.1t-.2.3v.2l-.1 28.6q0 .6-.6.6h-2.3q-.1 0-.2-.1-.1 0-.2-.1t-.1-.2q-.1-.1-.1-.2V26q0-.1-.1-.3 0-.1-.1-.2t-.2-.1q-.2-.1-.3-.1\"/><path fill-rule=\"evenodd\" d=\"M444.8 128.3h-33.9q-.1.1-.3.2l-.2.2q-.1.1-.2.3l-6.1 15.5q-.1.2-.2.3l-.2.2q-.2.1-.3.2h-15.1q0-.1-.1-.1 0-.1-.1-.2 0-.1.1-.2 13.6-32.6 27.7-65.9c2.9-7 8.8-7.7 15.4-7 6.8.7 8.3 5.4 11.1 11.9q12.7 30 25.6 60.7v.3q0 .2-.1.3l-.2.2h-14.5q-.1 0-.3-.1-.1 0-.3-.1l-.2-.2q-.1-.1-.2-.3l-6.5-15.7q0-.1-.1-.2l-.2-.2q-.1-.1-.3-.1-.1-.1-.3-.1zm-29.7-12q-.1.2-.1.4t.1.3l.3.3q.2.1.4.1h24.6q.2 0 .3-.1.2-.1.3-.3.1-.1.2-.3 0-.2-.1-.4l-12.3-30.6q-.1-.2-.3-.3t-.4-.1q-.3 0-.5.1t-.2.3z\"/><path d=\"M314.4 94.6q-.2-.1-.4 0-.1 0-.3.1l-.2.2q-.1.1-.2.3-6.9 24.3-11.9 42.1-2.1 7.3-9.3 8.7c-6 1.2-13.2.4-16.5-5.4q-1.8-3-2.7-6.3-8.7-30.2-17.5-60.6v-.3q0-.1.1-.3.1-.1.2-.1.1-.1.3-.1h17.8q.5 0 .6.5 6 23.1 13 49.2.2 1 .8 1.7.2.3.4.4.3.1.5 0 .3 0 .5-.2t.3-.4q6-21.2 12.5-44.2 1.6-5.8 7.3-7.2c4.7-1.2 11.1-.7 14.3 3.2q1.4 1.7 2.7 6.4 5.8 20.7 11.7 41.5v.1q0 .1.1.2l.1.1q.1 0 .1.1 1.5 1 2-.8 6.2-22.8 13.3-50.1 0-.1.1-.2l.2-.2q.1-.1.2-.1h18.2q.2.1.3.2 0 .1.1.3v.3q-7.9 26.3-16.2 55.8c-3.1 10.9-5.5 18.2-18.9 16.8q-8.8-1-11.1-9.2-5.7-20.3-11.8-41.8-.2-.6-.7-.7m203.9 42.2h.7q.3 0 .6-.2t.5-.4q.3-.3.4-.6 11.9-31.5 23.7-62.5V73q.1 0 .1-.1h.2l10.2-.1q.1 0 .1.1h.1v.1q-13.5 33.9-27 67.3-2.8 6.9-10.4 5.9-5.4-.6-7.4-5.7-13.6-33.7-26.9-67.4-.1 0-.1-.1h.1v-.1h.1l10.2-.1h.1q0 .1.1.1l.1.1v.1q11.7 31 23.4 62.2.5 1.3 1.1 1.5m70-30.7 43.9.1q1.3 0 1.3 1.3v1.5q0 1.2-1.1 1.2h-44.1q-.8 0-.8.8v25.4q0 4.7 4.6 4.7 19.4 0 42 .1.4 0 .5.4.2 1.4-.1 2.9-.1.6-.6.6-28.2.1-42.7 0-8.5-.1-8.4-9.1.1-25.2-.1-50c-.1-6.9.2-13 8.5-13q22.3-.1 42.3-.1.8 0 .8.8v2.8l-.2.2-.2.2h-.3l-41.8.1q-4.3 0-4.3 4.3v24q0 .8.8.8\"/>",
|