@webitel/ui-sdk 26.6.54 → 26.6.55
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/{clients-CUPgptgn.js → clients-BylvVtUg.js} +294 -3
- package/dist/{components-B27elm12.js → components-C4TtdcHZ.js} +4 -4
- package/dist/{composables-dhUrqIsW.js → composables-Bq_oS99i.js} +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +668 -649
- package/dist/{wt-chat-emoji-DUGhBznp.js → wt-chat-emoji-BBAMIuZ1.js} +1 -1
- package/dist/{wt-display-chip-items-B3XX1FDO.js → wt-display-chip-items-D8SIyLU9.js} +1 -1
- package/dist/{wt-expansion-card-BoVLPEoJ.js → wt-expansion-card-B0HgFJLA.js} +1 -1
- package/dist/{wt-galleria-BTtEUFfD.js → wt-galleria-CyGPEi8u.js} +1 -1
- package/dist/{wt-send-message-popup-CI3ofbaP.js → wt-send-message-popup-DSrq1UDc.js} +2 -2
- package/dist/{wt-table-CN9xr0Mt.js → wt-table-D9A4EDJO.js} +1 -1
- package/dist/{wt-type-extension-value-input-w9g-SKkN.js → wt-type-extension-value-input-C91azxav.js} +2 -2
- package/dist/{wt-vidstack-player-DXvko-1j.js → wt-vidstack-player-B-bNOiYJ.js} +1 -1
- package/package.json +1 -1
- package/src/components/_internals/composables/useSelect/useSelectOptions.ts +1 -5
|
@@ -33839,6 +33839,11 @@ p.array(ze), p.object({
|
|
|
33839
33839
|
"ROLE_SUPERVISOR"
|
|
33840
33840
|
]).default("ROLE_UNSPECIFIED")
|
|
33841
33841
|
}).optional().describe("Sender user aggregated information."),
|
|
33842
|
+
system: p.object({
|
|
33843
|
+
messageId: p.string().optional().describe("ID of message for which system messages is binded."),
|
|
33844
|
+
metadata: p.looseObject({}).optional().describe("Represents additional metadata binded into system message."),
|
|
33845
|
+
type: p.string().optional().describe("Represents type of the message.")
|
|
33846
|
+
}).optional().describe("System message content."),
|
|
33842
33847
|
threadId: p.string().optional().describe("Identifier of the thread the message belongs to."),
|
|
33843
33848
|
type: p.number().optional().describe("Message type identifier.")
|
|
33844
33849
|
}).describe("HistoryMessage represents a single message\nin thread history.")).optional().describe("List of messages matching the search criteria."),
|
|
@@ -33970,6 +33975,11 @@ p.array(ze), p.object({
|
|
|
33970
33975
|
"ROLE_SUPERVISOR"
|
|
33971
33976
|
]).default("ROLE_UNSPECIFIED")
|
|
33972
33977
|
}).optional().describe("Sender user aggregated information."),
|
|
33978
|
+
system: p.object({
|
|
33979
|
+
messageId: p.string().optional().describe("ID of message for which system messages is binded."),
|
|
33980
|
+
metadata: p.looseObject({}).optional().describe("Represents additional metadata binded into system message."),
|
|
33981
|
+
type: p.string().optional().describe("Represents type of the message.")
|
|
33982
|
+
}).optional().describe("System message content."),
|
|
33973
33983
|
threadId: p.string().optional().describe("Identifier of the thread the message belongs to."),
|
|
33974
33984
|
type: p.number().optional().describe("Message type identifier.")
|
|
33975
33985
|
}).describe("HistoryMessage represents a single message\nin thread history.")).optional().describe("List of messages matching the search criteria."),
|
|
@@ -34111,6 +34121,11 @@ p.array(ze), p.object({
|
|
|
34111
34121
|
"ROLE_SUPERVISOR"
|
|
34112
34122
|
]).default("ROLE_UNSPECIFIED")
|
|
34113
34123
|
}).optional().describe("Sender user aggregated information."),
|
|
34124
|
+
system: p.object({
|
|
34125
|
+
messageId: p.string().optional().describe("ID of message for which system messages is binded."),
|
|
34126
|
+
metadata: p.looseObject({}).optional().describe("Represents additional metadata binded into system message."),
|
|
34127
|
+
type: p.string().optional().describe("Represents type of the message.")
|
|
34128
|
+
}).optional().describe("System message content."),
|
|
34114
34129
|
threadId: p.string().optional().describe("Identifier of the thread the message belongs to."),
|
|
34115
34130
|
type: p.number().optional().describe("Message type identifier.")
|
|
34116
34131
|
}).optional().describe("Last message of the linked thread."),
|
|
@@ -34201,7 +34216,225 @@ p.array(ze), p.object({
|
|
|
34201
34216
|
}).optional().describe("Optional variables associated with the thread.")
|
|
34202
34217
|
}).describe("Thread represents a thread (aka chat or conversation) entity.")).optional().describe("List of threads matching the search criteria."),
|
|
34203
34218
|
next: p.boolean().optional().describe("Indicates whether there is a next page available.")
|
|
34204
|
-
}).describe("SearchThreadResponse contains the list of threads\nand pagination metadata."), p.object({
|
|
34219
|
+
}).describe("SearchThreadResponse contains the list of threads\nand pagination metadata."), p.object({ direct: p.object({ member: p.object({
|
|
34220
|
+
iss: p.string().optional(),
|
|
34221
|
+
sub: p.string().optional(),
|
|
34222
|
+
via: p.string().optional()
|
|
34223
|
+
}).optional().describe("IM contact that will be added to the created thread as second member.") }).optional().describe("DirectConfig defines settings required to establish a 1:1 thread.") }).describe("ThreadManagementCreateRequest defines parameters for creating a specific thread type."), p.object({ thread: p.object({
|
|
34224
|
+
createdAt: p.string().optional().describe("Thread creation timestamp (Unix time, milliseconds)."),
|
|
34225
|
+
description: p.string().optional().describe("Optional thread description."),
|
|
34226
|
+
id: p.string().optional().describe("Unique thread identifier."),
|
|
34227
|
+
lastMsg: p.object({
|
|
34228
|
+
body: p.string().optional().describe("Message body content."),
|
|
34229
|
+
contact: p.object({
|
|
34230
|
+
email: p.string().optional(),
|
|
34231
|
+
name: p.string().optional(),
|
|
34232
|
+
phone: p.string().optional()
|
|
34233
|
+
}).optional(),
|
|
34234
|
+
createdAt: p.string().optional().describe("Message creation timestamp (Unix time, milliseconds)."),
|
|
34235
|
+
documents: p.array(p.object({
|
|
34236
|
+
createdAt: p.string().optional().describe("Creation timestamp (Unix time, milliseconds)."),
|
|
34237
|
+
fileId: p.string().optional().describe("File storage identifier."),
|
|
34238
|
+
id: p.string().optional().describe("Document identifier."),
|
|
34239
|
+
messageId: p.string().optional().describe("Identifier of the message this document belongs to."),
|
|
34240
|
+
mime: p.string().optional().describe("MIME type of the document."),
|
|
34241
|
+
name: p.string().optional().describe("Original file name."),
|
|
34242
|
+
size: p.string().optional().describe("File size in bytes."),
|
|
34243
|
+
url: p.string().optional().describe("Public signed URL for downloading the document.")
|
|
34244
|
+
}).describe("Document represents a file attachment\nassociated with a message.")).optional().describe("List of document attachments."),
|
|
34245
|
+
editedAt: p.string().optional().describe("Message last update timestamp (Unix time, milliseconds)."),
|
|
34246
|
+
id: p.string().optional().describe("Unique message identifier."),
|
|
34247
|
+
images: p.array(p.object({
|
|
34248
|
+
createdAt: p.string().optional().describe("Creation timestamp (Unix time, milliseconds)."),
|
|
34249
|
+
fileId: p.string().optional().describe("File storage identifier."),
|
|
34250
|
+
height: p.number().optional().describe("Image height in pixels."),
|
|
34251
|
+
id: p.string().optional().describe("Image identifier."),
|
|
34252
|
+
messageId: p.string().optional().describe("Identifier of the message this message belongs to."),
|
|
34253
|
+
mime: p.string().optional().describe("MIME type of the image."),
|
|
34254
|
+
url: p.string().optional().describe("Public signed URL for accessing the image."),
|
|
34255
|
+
width: p.number().optional().describe("Image width in pixels.")
|
|
34256
|
+
}).describe("Image represents an image attachment\nassociated with a message.")).optional().describe("List of image attachments."),
|
|
34257
|
+
interactive: p.object({
|
|
34258
|
+
documents: p.object({ documents: p.array(p.object({
|
|
34259
|
+
fileName: p.string().optional(),
|
|
34260
|
+
id: p.string().optional(),
|
|
34261
|
+
mimeType: p.string().optional(),
|
|
34262
|
+
sizeBytes: p.string().optional(),
|
|
34263
|
+
url: p.string().optional()
|
|
34264
|
+
}).describe("Represents `Document` message with necessary fields\nto process it into frequently used `document`\nentity in messaging systems.")).optional().describe("Documents to be attached to the header of interactive message.\nMax allowed documents: 10.") }).optional().describe("Document attachments header."),
|
|
34265
|
+
images: p.object({ images: p.array(p.object({
|
|
34266
|
+
id: p.string().optional(),
|
|
34267
|
+
link: p.string().optional(),
|
|
34268
|
+
mimeType: p.string().optional(),
|
|
34269
|
+
name: p.string().optional()
|
|
34270
|
+
}).describe("Represents `Image` entity with\nnecessary fields.")).optional().describe("Images to be attached to the header of interactive message.\nMax allowed images: 10.") }).optional().describe("Images attachment header."),
|
|
34271
|
+
listReply: p.object({
|
|
34272
|
+
mainButtonTitle: p.string().optional().describe("Title of the main button, that on-click show up list."),
|
|
34273
|
+
sections: p.array(p.object({
|
|
34274
|
+
buttons: p.array(p.object({
|
|
34275
|
+
callback: p.object({ data: p.string().optional().describe("Opaque data payload passed back to the server upon interaction.") }).optional().describe("Triggers a backend event (callback) with associated metadata."),
|
|
34276
|
+
id: p.string().optional().describe("Unique idempotent identifier for the button.\nUsed by the frontend to track state and prevent duplicate interactions."),
|
|
34277
|
+
label: p.string().optional().describe("The human-readable label displayed on the button."),
|
|
34278
|
+
metadata: p.looseObject({}).optional().describe("Extensible metadata for UI/UX styling (e.g., \"color\", \"theme\", \"size\").\nUsage: Allows for future-proofing without breaking schema changes."),
|
|
34279
|
+
request: p.object({ action: p.string().optional().describe("The specific action to be performed by the client application.") }).optional().describe("Requests sensitive information from the client (e.g., location or contact)."),
|
|
34280
|
+
url: p.object({ url: p.string().optional().describe("Must be a valid absolute URI (e.g., https://example.com).") }).optional().describe("Directs the user to an external web resource.")
|
|
34281
|
+
}).describe("Defines a single interactive element within the keyboard.\nEach button must have a unique identifier and a specific action type.")).optional().describe("Collection of buttons within this section.\nMinimum of 1 button is required to prevent empty sections."),
|
|
34282
|
+
section: p.string().optional().describe("The header text for this section. Must be concise and descriptive.")
|
|
34283
|
+
}).describe("Represents a row of buttons grouped under a specific logical section header.\nUseful for creating categorized menus or structured interactive interfaces.")).optional().describe("List with sections with buttons.")
|
|
34284
|
+
}).optional().describe("List reply with main list button text and sections with buttons."),
|
|
34285
|
+
markup: p.object({ rows: p.array(p.object({ buttons: p.array(p.object({
|
|
34286
|
+
callback: p.object({ data: p.string().optional().describe("Opaque data payload passed back to the server upon interaction.") }).optional().describe("Triggers a backend event (callback) with associated metadata."),
|
|
34287
|
+
id: p.string().optional().describe("Unique idempotent identifier for the button.\nUsed by the frontend to track state and prevent duplicate interactions."),
|
|
34288
|
+
label: p.string().optional().describe("The human-readable label displayed on the button."),
|
|
34289
|
+
metadata: p.looseObject({}).optional().describe("Extensible metadata for UI/UX styling (e.g., \"color\", \"theme\", \"size\").\nUsage: Allows for future-proofing without breaking schema changes."),
|
|
34290
|
+
request: p.object({ action: p.string().optional().describe("The specific action to be performed by the client application.") }).optional().describe("Requests sensitive information from the client (e.g., location or contact)."),
|
|
34291
|
+
url: p.object({ url: p.string().optional().describe("Must be a valid absolute URI (e.g., https://example.com).") }).optional().describe("Directs the user to an external web resource.")
|
|
34292
|
+
}).describe("Defines a single interactive element within the keyboard.\nEach button must have a unique identifier and a specific action type.")).optional().describe("Horizontal collection of buttons.\nCapped at 10 to ensure UI responsiveness and prevent overflow.") }).describe("A standard horizontal row of interactive buttons without a section header.")).optional().describe("Rows of buttons matrix.") }).optional().describe("Markup matrix with buttons."),
|
|
34293
|
+
singleUse: p.boolean().optional().describe("Force to block user keyboard.")
|
|
34294
|
+
}).optional().describe("Interactive represents a rich message with UI elements."),
|
|
34295
|
+
location: p.object({
|
|
34296
|
+
address: p.string().optional(),
|
|
34297
|
+
latitude: p.number().optional(),
|
|
34298
|
+
longitude: p.number().optional(),
|
|
34299
|
+
name: p.string().optional()
|
|
34300
|
+
}).optional(),
|
|
34301
|
+
metadata: p.looseObject({}).optional().describe("Arbitrary message metadata.\nCan contain structured data depending on message type."),
|
|
34302
|
+
sender: p.object({
|
|
34303
|
+
contact: p.object({
|
|
34304
|
+
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
34305
|
+
createdAt: p.string().optional().describe("Record creation timestamp (Unix Epoch in milliseconds)."),
|
|
34306
|
+
isBot: p.boolean().optional().describe("Represents if usere is real person or automatic script."),
|
|
34307
|
+
iss: p.string().optional().describe("Provider-specific unique identifier (Issuer ID)."),
|
|
34308
|
+
metadata: p.record(p.string(), p.string()).optional().describe("Additional dynamic attributes provided by the messenger."),
|
|
34309
|
+
name: p.string().optional().describe("Display name of the contact."),
|
|
34310
|
+
sub: p.string().optional().describe("Associated internal system subject/identifier."),
|
|
34311
|
+
type: p.string().optional().describe("Channel type (e.g., 'webchat', 'telegram')."),
|
|
34312
|
+
updatedAt: p.string().optional().describe("Last record update timestamp (Unix Epoch in milliseconds)."),
|
|
34313
|
+
username: p.string().optional().describe("Technical username or handle."),
|
|
34314
|
+
vias: p.array(p.object({
|
|
34315
|
+
contactId: p.string().optional(),
|
|
34316
|
+
createdAt: p.string().optional(),
|
|
34317
|
+
disable: p.boolean().optional(),
|
|
34318
|
+
disableReason: p.string().optional(),
|
|
34319
|
+
metadata: p.looseObject({}).optional(),
|
|
34320
|
+
updatedAt: p.string().optional(),
|
|
34321
|
+
via: p.string().optional()
|
|
34322
|
+
})).optional()
|
|
34323
|
+
}).optional().describe("Contact represents an external messaging identity."),
|
|
34324
|
+
id: p.string().optional(),
|
|
34325
|
+
permissions: p.object({
|
|
34326
|
+
canAddMembers: p.boolean().optional(),
|
|
34327
|
+
canChangeMembersPermissions: p.boolean().optional(),
|
|
34328
|
+
canChangeThreadInfo: p.boolean().optional(),
|
|
34329
|
+
canRemoveMembers: p.boolean().optional(),
|
|
34330
|
+
canSendMessages: p.boolean().optional(),
|
|
34331
|
+
createdAt: p.string().optional(),
|
|
34332
|
+
id: p.string().optional(),
|
|
34333
|
+
memberId: p.string().optional(),
|
|
34334
|
+
updatedAt: p.string().optional()
|
|
34335
|
+
}).optional(),
|
|
34336
|
+
role: p.enum([
|
|
34337
|
+
"ROLE_UNSPECIFIED",
|
|
34338
|
+
"ROLE_MEMBER",
|
|
34339
|
+
"ROLE_ADMIN",
|
|
34340
|
+
"ROLE_OWNER",
|
|
34341
|
+
"ROLE_SUPERVISOR"
|
|
34342
|
+
]).default("ROLE_UNSPECIFIED")
|
|
34343
|
+
}).optional().describe("Sender user aggregated information."),
|
|
34344
|
+
system: p.object({
|
|
34345
|
+
messageId: p.string().optional().describe("ID of message for which system messages is binded."),
|
|
34346
|
+
metadata: p.looseObject({}).optional().describe("Represents additional metadata binded into system message."),
|
|
34347
|
+
type: p.string().optional().describe("Represents type of the message.")
|
|
34348
|
+
}).optional().describe("System message content."),
|
|
34349
|
+
threadId: p.string().optional().describe("Identifier of the thread the message belongs to."),
|
|
34350
|
+
type: p.number().optional().describe("Message type identifier.")
|
|
34351
|
+
}).optional().describe("Last message of the linked thread."),
|
|
34352
|
+
members: p.array(p.object({
|
|
34353
|
+
contact: p.object({
|
|
34354
|
+
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
34355
|
+
createdAt: p.string().optional().describe("Record creation timestamp (Unix Epoch in milliseconds)."),
|
|
34356
|
+
isBot: p.boolean().optional().describe("Represents if usere is real person or automatic script."),
|
|
34357
|
+
iss: p.string().optional().describe("Provider-specific unique identifier (Issuer ID)."),
|
|
34358
|
+
metadata: p.record(p.string(), p.string()).optional().describe("Additional dynamic attributes provided by the messenger."),
|
|
34359
|
+
name: p.string().optional().describe("Display name of the contact."),
|
|
34360
|
+
sub: p.string().optional().describe("Associated internal system subject/identifier."),
|
|
34361
|
+
type: p.string().optional().describe("Channel type (e.g., 'webchat', 'telegram')."),
|
|
34362
|
+
updatedAt: p.string().optional().describe("Last record update timestamp (Unix Epoch in milliseconds)."),
|
|
34363
|
+
username: p.string().optional().describe("Technical username or handle."),
|
|
34364
|
+
vias: p.array(p.object({
|
|
34365
|
+
contactId: p.string().optional(),
|
|
34366
|
+
createdAt: p.string().optional(),
|
|
34367
|
+
disable: p.boolean().optional(),
|
|
34368
|
+
disableReason: p.string().optional(),
|
|
34369
|
+
metadata: p.looseObject({}).optional(),
|
|
34370
|
+
updatedAt: p.string().optional(),
|
|
34371
|
+
via: p.string().optional()
|
|
34372
|
+
})).optional()
|
|
34373
|
+
}).optional().describe("Contact represents an external messaging identity."),
|
|
34374
|
+
id: p.string().optional(),
|
|
34375
|
+
permissions: p.object({
|
|
34376
|
+
canAddMembers: p.boolean().optional(),
|
|
34377
|
+
canChangeMembersPermissions: p.boolean().optional(),
|
|
34378
|
+
canChangeThreadInfo: p.boolean().optional(),
|
|
34379
|
+
canRemoveMembers: p.boolean().optional(),
|
|
34380
|
+
canSendMessages: p.boolean().optional(),
|
|
34381
|
+
createdAt: p.string().optional(),
|
|
34382
|
+
id: p.string().optional(),
|
|
34383
|
+
memberId: p.string().optional(),
|
|
34384
|
+
updatedAt: p.string().optional()
|
|
34385
|
+
}).optional(),
|
|
34386
|
+
role: p.enum([
|
|
34387
|
+
"ROLE_UNSPECIFIED",
|
|
34388
|
+
"ROLE_MEMBER",
|
|
34389
|
+
"ROLE_ADMIN",
|
|
34390
|
+
"ROLE_OWNER",
|
|
34391
|
+
"ROLE_SUPERVISOR"
|
|
34392
|
+
]).default("ROLE_UNSPECIFIED")
|
|
34393
|
+
}).describe("ThreadMember represents a thread participant\nwith optional type-specific settings.")).optional().describe("Detailed member information."),
|
|
34394
|
+
settings: p.object({
|
|
34395
|
+
createdAt: p.string().optional().describe("Creation timestamp (Unix time, milliseconds)."),
|
|
34396
|
+
domainId: p.number().optional().describe("Domain identifier."),
|
|
34397
|
+
id: p.string().optional().describe("Settings identifier."),
|
|
34398
|
+
title: p.string().optional().describe("Custom title for the direct thread.\nUsually represents the display name of the conversation."),
|
|
34399
|
+
updatedAt: p.string().optional().describe("Last update timestamp (Unix time, milliseconds).")
|
|
34400
|
+
}).optional().describe("User-specific settings for this thread."),
|
|
34401
|
+
subject: p.string().optional().describe("Thread subject or title."),
|
|
34402
|
+
type: p.enum([
|
|
34403
|
+
"UNKNOWN",
|
|
34404
|
+
"DIRECT",
|
|
34405
|
+
"GROUP",
|
|
34406
|
+
"CHANNEL"
|
|
34407
|
+
]).default("UNKNOWN").describe("Type of the thread."),
|
|
34408
|
+
updatedAt: p.string().optional().describe("Last update timestamp (Unix time, milliseconds)."),
|
|
34409
|
+
variables: p.object({
|
|
34410
|
+
threadId: p.string().optional().describe("Unique identifier for the thread."),
|
|
34411
|
+
variables: p.record(p.string(), p.object({
|
|
34412
|
+
setAt: p.string().optional().describe("Timestamp when the variable was set (Unix time, milliseconds)."),
|
|
34413
|
+
setBy: p.object({
|
|
34414
|
+
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
34415
|
+
createdAt: p.string().optional().describe("Record creation timestamp (Unix Epoch in milliseconds)."),
|
|
34416
|
+
isBot: p.boolean().optional().describe("Represents if usere is real person or automatic script."),
|
|
34417
|
+
iss: p.string().optional().describe("Provider-specific unique identifier (Issuer ID)."),
|
|
34418
|
+
metadata: p.record(p.string(), p.string()).optional().describe("Additional dynamic attributes provided by the messenger."),
|
|
34419
|
+
name: p.string().optional().describe("Display name of the contact."),
|
|
34420
|
+
sub: p.string().optional().describe("Associated internal system subject/identifier."),
|
|
34421
|
+
type: p.string().optional().describe("Channel type (e.g., 'webchat', 'telegram')."),
|
|
34422
|
+
updatedAt: p.string().optional().describe("Last record update timestamp (Unix Epoch in milliseconds)."),
|
|
34423
|
+
username: p.string().optional().describe("Technical username or handle."),
|
|
34424
|
+
vias: p.array(p.object({
|
|
34425
|
+
contactId: p.string().optional(),
|
|
34426
|
+
createdAt: p.string().optional(),
|
|
34427
|
+
disable: p.boolean().optional(),
|
|
34428
|
+
disableReason: p.string().optional(),
|
|
34429
|
+
metadata: p.looseObject({}).optional(),
|
|
34430
|
+
updatedAt: p.string().optional(),
|
|
34431
|
+
via: p.string().optional()
|
|
34432
|
+
})).optional()
|
|
34433
|
+
}).optional().describe("Contact who set the variable."),
|
|
34434
|
+
value: p.looseObject({}).optional().describe("Arbitrary structured value of the variable.\nSupports dynamic JSON-like content.")
|
|
34435
|
+
}).describe("VariableEntry represents a single variable value\nalong with metadata about who and when it was set.")).optional().describe("Key-value map of variables.\nKey is the variable name, value contains data and metadata.")
|
|
34436
|
+
}).optional().describe("Optional variables associated with the thread.")
|
|
34437
|
+
}).optional().describe("Represents main entity for thread.") }).describe("ThreadManagementCreateResponse represents information enabled after thread creation."), p.object({
|
|
34205
34438
|
fields: p.array(p.string()).optional().describe("List of fields that should be returned in the response.\nIf empty, a default set of fields is returned.\nUsed for response optimization."),
|
|
34206
34439
|
types: p.array(p.enum([
|
|
34207
34440
|
"UNKNOWN",
|
|
@@ -34334,6 +34567,11 @@ p.array(ze), p.object({
|
|
|
34334
34567
|
"ROLE_SUPERVISOR"
|
|
34335
34568
|
]).default("ROLE_UNSPECIFIED")
|
|
34336
34569
|
}).optional().describe("Sender user aggregated information."),
|
|
34570
|
+
system: p.object({
|
|
34571
|
+
messageId: p.string().optional().describe("ID of message for which system messages is binded."),
|
|
34572
|
+
metadata: p.looseObject({}).optional().describe("Represents additional metadata binded into system message."),
|
|
34573
|
+
type: p.string().optional().describe("Represents type of the message.")
|
|
34574
|
+
}).optional().describe("System message content."),
|
|
34337
34575
|
threadId: p.string().optional().describe("Identifier of the thread the message belongs to."),
|
|
34338
34576
|
type: p.number().optional().describe("Message type identifier.")
|
|
34339
34577
|
}).optional().describe("Last message of the linked thread."),
|
|
@@ -34545,6 +34783,11 @@ p.array(ze), p.object({
|
|
|
34545
34783
|
"ROLE_SUPERVISOR"
|
|
34546
34784
|
]).default("ROLE_UNSPECIFIED")
|
|
34547
34785
|
}).optional().describe("Sender user aggregated information."),
|
|
34786
|
+
system: p.object({
|
|
34787
|
+
messageId: p.string().optional().describe("ID of message for which system messages is binded."),
|
|
34788
|
+
metadata: p.looseObject({}).optional().describe("Represents additional metadata binded into system message."),
|
|
34789
|
+
type: p.string().optional().describe("Represents type of the message.")
|
|
34790
|
+
}).optional().describe("System message content."),
|
|
34548
34791
|
threadId: p.string().optional().describe("Identifier of the thread the message belongs to."),
|
|
34549
34792
|
type: p.number().optional().describe("Message type identifier.")
|
|
34550
34793
|
}).optional().describe("Last message of the linked thread."),
|
|
@@ -34895,7 +35138,15 @@ p.array(ze), p.object({
|
|
|
34895
35138
|
id: p.string().optional(),
|
|
34896
35139
|
memberId: p.string().optional(),
|
|
34897
35140
|
updatedAt: p.string().optional()
|
|
34898
|
-
}).optional() }), p.object({
|
|
35141
|
+
}).optional() }), p.object({ gate_id: p.string() }), p.looseObject({}), p.object({ gate_id: p.string() }), p.object({ payload: p.string().optional() }), p.looseObject({}), p.object({ gate_id: p.string() }), p.looseObject({}), p.object({ gate_id: p.string() }), p.object({
|
|
35142
|
+
composerInputDisabled: p.boolean().optional(),
|
|
35143
|
+
items: p.array(p.object({
|
|
35144
|
+
nested: p.object({ items: p.array(p.unknown()).optional() }).optional(),
|
|
35145
|
+
payload: p.string().optional(),
|
|
35146
|
+
title: p.string().optional(),
|
|
35147
|
+
url: p.string().optional()
|
|
35148
|
+
})).optional()
|
|
35149
|
+
}), p.looseObject({}), p.object({ id: p.string() }), p.object({ item: p.object({
|
|
34899
35150
|
createdAt: p.string().optional(),
|
|
34900
35151
|
enabled: p.boolean().optional(),
|
|
34901
35152
|
id: p.string().optional(),
|
|
@@ -35068,7 +35319,15 @@ p.array(ze), p.object({
|
|
|
35068
35319
|
"PROVIDER_STATUS_ERROR"
|
|
35069
35320
|
]).default("PROVIDER_STATUS_UNSPECIFIED").describe("/ ProviderStatus represents the operational state of a provider gateway.\n\n - PROVIDER_STATUS_ACTIVE: Provider is healthy and processing messages\n - PROVIDER_STATUS_INACTIVE: Manually disabled by user\n - PROVIDER_STATUS_ERROR: Connection or authentication failed"),
|
|
35070
35321
|
updatedAt: p.string().optional()
|
|
35071
|
-
}).optional() }).describe("/ ProviderCreateFacebookGateResponse returns the newly activated Facebook provider."), p.object({
|
|
35322
|
+
}).optional() }).describe("/ ProviderCreateFacebookGateResponse returns the newly activated Facebook provider."), p.object({ gate_id_1: p.string() }), p.looseObject({}), p.object({ gate_id_1: p.string() }), p.object({ payload: p.string().optional() }), p.looseObject({}), p.object({ gate_id_1: p.string() }), p.looseObject({}), p.object({ gate_id_1: p.string() }), p.object({
|
|
35323
|
+
composerInputDisabled: p.boolean().optional(),
|
|
35324
|
+
items: p.array(p.object({
|
|
35325
|
+
nested: p.object({ items: p.array(p.unknown()).optional() }).optional(),
|
|
35326
|
+
payload: p.string().optional(),
|
|
35327
|
+
title: p.string().optional(),
|
|
35328
|
+
url: p.string().optional()
|
|
35329
|
+
})).optional()
|
|
35330
|
+
}), p.looseObject({}), p.object({ id_1: p.string() }), p.object({ item: p.object({
|
|
35072
35331
|
createdAt: p.string().optional(),
|
|
35073
35332
|
enabled: p.boolean().optional(),
|
|
35074
35333
|
id: p.string().optional(),
|
|
@@ -35284,6 +35543,38 @@ p.array(ze), p.object({
|
|
|
35284
35543
|
}).describe("ProviderSendImageRequest sends an image with an optional caption."), p.object({
|
|
35285
35544
|
createdAt: p.string().optional(),
|
|
35286
35545
|
externalId: p.string().optional()
|
|
35546
|
+
}).describe("ProviderSendMessageResponse returns the delivery status and external message ID."), p.object({
|
|
35547
|
+
body: p.string().optional().describe("Optional text body displayed above the interactive element."),
|
|
35548
|
+
domainId: p.number().optional(),
|
|
35549
|
+
externalUserId: p.string().optional(),
|
|
35550
|
+
gateId: p.string().optional(),
|
|
35551
|
+
interactive: p.object({
|
|
35552
|
+
listReply: p.object({
|
|
35553
|
+
mainButtonTitle: p.string().optional().describe("Label of the main button that expands the list."),
|
|
35554
|
+
sections: p.array(p.object({
|
|
35555
|
+
buttons: p.array(p.object({
|
|
35556
|
+
callback: p.object({ data: p.string().optional() }).optional().describe("ProviderKeyboardButtonCallback sends a backend event when clicked."),
|
|
35557
|
+
id: p.string().optional().describe("Unique identifier returned in SendInteractiveCallback."),
|
|
35558
|
+
label: p.string().optional().describe("Display label on the button."),
|
|
35559
|
+
request: p.object({ action: p.string().optional() }).optional().describe("ProviderKeyboardButtonRequest prompts the user for device data (location, phone, email)."),
|
|
35560
|
+
url: p.object({ url: p.string().optional() }).optional().describe("ProviderKeyboardButtonURL opens a web page when clicked.")
|
|
35561
|
+
}).describe("ProviderKeyboardButton is a single interactive element.")).optional(),
|
|
35562
|
+
section: p.string().optional()
|
|
35563
|
+
}).describe("ProviderKeyboardRowWithSection is a titled group of buttons.")).optional()
|
|
35564
|
+
}).optional().describe("ProviderKeyboardListReply is a dropdown-style menu with labeled sections."),
|
|
35565
|
+
markup: p.object({ rows: p.array(p.object({ buttons: p.array(p.object({
|
|
35566
|
+
callback: p.object({ data: p.string().optional() }).optional().describe("ProviderKeyboardButtonCallback sends a backend event when clicked."),
|
|
35567
|
+
id: p.string().optional().describe("Unique identifier returned in SendInteractiveCallback."),
|
|
35568
|
+
label: p.string().optional().describe("Display label on the button."),
|
|
35569
|
+
request: p.object({ action: p.string().optional() }).optional().describe("ProviderKeyboardButtonRequest prompts the user for device data (location, phone, email)."),
|
|
35570
|
+
url: p.object({ url: p.string().optional() }).optional().describe("ProviderKeyboardButtonURL opens a web page when clicked.")
|
|
35571
|
+
}).describe("ProviderKeyboardButton is a single interactive element.")).optional() }).describe("ProviderKeyboardRow is a horizontal row of buttons.")).optional() }).optional().describe("ProviderKeyboardMarkup is a grid of button rows."),
|
|
35572
|
+
singleUse: p.boolean().optional().describe("When true the keyboard is hidden after the user interacts once.")
|
|
35573
|
+
}).optional().describe("Interactive payload — exactly one kind must be set."),
|
|
35574
|
+
sendId: p.string().optional().describe("Optional idempotency key to prevent duplicate delivery.")
|
|
35575
|
+
}).describe("ProviderSendInteractiveRequest sends a message with interactive UI elements."), p.object({
|
|
35576
|
+
createdAt: p.string().optional(),
|
|
35577
|
+
externalId: p.string().optional()
|
|
35287
35578
|
}).describe("ProviderSendMessageResponse returns the delivery status and external message ID."), p.object({
|
|
35288
35579
|
domainId: p.number().optional(),
|
|
35289
35580
|
externalUserId: p.string().optional(),
|
|
@@ -8,7 +8,7 @@ import { n as ie, t as ae } from "./wt-icon-btn-B66HR8qM.js";
|
|
|
8
8
|
import { t as oe } from "./vue-i18n-B8Px6VcD.js";
|
|
9
9
|
import { t as se } from "./wt-icon-action-DlZx4RV6.js";
|
|
10
10
|
import { t as b } from "./useValidation-NX7UjlXi.js";
|
|
11
|
-
import { i as ce, n as le, r as ue } from "./composables-
|
|
11
|
+
import { i as ce, n as le, r as ue } from "./composables-Bq_oS99i.js";
|
|
12
12
|
import { t as de } from "./debounce-DPzXwiOS.js";
|
|
13
13
|
import { t as fe } from "./wt-expand-transition-C2p9bR4j.js";
|
|
14
14
|
import { t as pe } from "./wt-toast-gaZL33Am.js";
|
|
@@ -5289,9 +5289,9 @@ var jo = {
|
|
|
5289
5289
|
])), [[r, d]]) : w("", !0)], 2);
|
|
5290
5290
|
};
|
|
5291
5291
|
}
|
|
5292
|
-
}, [["__scopeId", "data-v-72aa56d0"]]), Io = k(() => import("./wt-action-bar-BHg0dHh-.js")), Lo = k(() => import("./wt-button-select-BnRHgJ4i.js")), Ro = k(() => import("./wt-confirm-dialog-DCUitG2v.js")), zo = k(() => import("./wt-context-menu-yW52oF-2.js")), Bo = k(() => import("./wt-copy-action-d9gVzAsB.js")), Vo = k(() => import("./wt-datepicker-DmmqWre1.js")), Ho = k(() => import("./wt-dual-panel-Cnzr4m-k.js")), Uo = k(() => import("./wt-dummy-CLjhRWZ6.js")), Wo = k(() => import("./wt-error-page-vhu4lIyF.js")), Go = k(() => import("./wt-expansion-panel-CYZR6tYG.js")), Ko = k(() => import("./wt-expansion-card-
|
|
5293
|
-
k(() => import("./wt-type-extension-value-input-
|
|
5294
|
-
var ys = k(() => import("./wt-screen-recordings-action-Dzzo0eqW.js")), bs = k(() => import("./wt-send-message-popup-
|
|
5292
|
+
}, [["__scopeId", "data-v-72aa56d0"]]), Io = k(() => import("./wt-action-bar-BHg0dHh-.js")), Lo = k(() => import("./wt-button-select-BnRHgJ4i.js")), Ro = k(() => import("./wt-confirm-dialog-DCUitG2v.js")), zo = k(() => import("./wt-context-menu-yW52oF-2.js")), Bo = k(() => import("./wt-copy-action-d9gVzAsB.js")), Vo = k(() => import("./wt-datepicker-DmmqWre1.js")), Ho = k(() => import("./wt-dual-panel-Cnzr4m-k.js")), Uo = k(() => import("./wt-dummy-CLjhRWZ6.js")), Wo = k(() => import("./wt-error-page-vhu4lIyF.js")), Go = k(() => import("./wt-expansion-panel-CYZR6tYG.js")), Ko = k(() => import("./wt-expansion-card-B0HgFJLA.js")), qo = k(() => import("./wt-filters-panel-wrapper-Cc9b3aci.js")), Jo = k(() => import("./wt-galleria-CyGPEi8u.js")), Yo = k(() => import("./wt-notifications-bar-Bbzp4mi1.js")), Xo = k(() => import("./wt-page-header-CDbd4aOh.js")), Zo = k(() => import("./wt-pagination-CZuQFM3-.js")), Qo = k(() => import("./wt-player-CFL51-s6.js")), $o = k(() => import("./wt-popover-CJin-2BO.js").then((e) => e.n)), es = k(() => import("./wt-search-bar--ACLsoNo.js")), ts = k(() => import("./wt-slider-BS3SoGht.js").then((e) => e.n)), ns = k(() => import("./wt-status-select-A5t6Vjm4.js")), rs = k(() => import("./wt-stepper-B6zpd1Uh.js")), is = k(() => import("./wt-table-D9A4EDJO.js")), as = k(() => import("./wt-table-actions-4-peSVkc.js")), os = k(() => import("./wt-table-column-select-DFF6z3a3.js")), ss = k(() => import("./wt-tabs-DuOgj-lZ.js")), cs = k(() => import("./wt-time-input-CO2cop3y.js")), ls = k(() => import("./wt-timepicker-DpZmWZdv.js")), us = k(() => import("./wt-tree-ZyoPrNOl.js")), ds = k(() => import("./wt-tree-table-DkK3EyzZ.js")), fs = k(() => import("./wt-vidstack-player-B-bNOiYJ.js")), ps = k(() => import("./wt-call-media-action-Bn2bGCWs.js")), ms = k(() => import("./wt-chat-emoji-BBAMIuZ1.js")), hs = k(() => import("./wt-display-chip-items-D8SIyLU9.js")), gs = k(() => import("./wt-navigation-menu-CenQi_-T.js")), _s = k(() => import("./wt-selection-popup-B77UY7Yu.js")), vs = k(() => import("./wt-start-page-eN1PEokc.js"));
|
|
5293
|
+
k(() => import("./wt-type-extension-value-input-C91azxav.js"));
|
|
5294
|
+
var ys = k(() => import("./wt-screen-recordings-action-Dzzo0eqW.js")), bs = k(() => import("./wt-send-message-popup-DSrq1UDc.js")), xs = {
|
|
5295
5295
|
WtActionBar: Io,
|
|
5296
5296
|
WtImage: ir,
|
|
5297
5297
|
WtEmpty: lr,
|
|
@@ -122,7 +122,7 @@ var l = () => {
|
|
|
122
122
|
if (!n.value) return t;
|
|
123
123
|
let r = f(n.value), i = [], a = [];
|
|
124
124
|
for (let e of t) (p(e, r, l.value) ? i : a).push(e);
|
|
125
|
-
return
|
|
125
|
+
return i.concat(a);
|
|
126
126
|
}, C = (e) => {
|
|
127
127
|
if (!e) return "";
|
|
128
128
|
if (u.value && e.isTag) return e.label;
|