@webitel/ui-sdk 26.6.64 → 26.6.66
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-DtfBVBhI.js → clients-B1AOAvEK.js} +358 -81
- package/dist/{components-eoQi5zKf.js → components-C2Y_Q08L.js} +2993 -1402
- package/dist/toZonedTime-B8L5kbse.js +308 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +12678 -578
- package/dist/ui-sdk.umd.cjs +1841 -1838
- package/dist/{wt-button-DSxkafVk.js → wt-button-uY5Q1GAg.js} +3 -2
- package/dist/{wt-chat-emoji-CROATNmD.js → wt-chat-emoji-B11mhNOu.js} +2 -2
- package/dist/wt-datepicker-BGSK1JFI.js +286 -0
- package/dist/{wt-display-chip-items-BYkx7GAw.js → wt-display-chip-items-DmQstZ3Y.js} +1 -1
- package/dist/{wt-player-C-Ucuchh.js → wt-player-B2SZ_NSb.js} +1 -1
- package/dist/{wt-send-message-popup-DuRb4ozr.js → wt-send-message-popup-DHdVFhOt.js} +2 -2
- package/dist/{wt-type-extension-value-input-BroXv_Jr.js → wt-type-extension-value-input-3100gKfK.js} +6 -6
- package/dist/{wt-vidstack-player-1BqwgHog.js → wt-vidstack-player-BWe7cgoj.js} +2 -2
- package/package.json +2 -1
- package/src/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue +3 -3
- package/src/components/wt-button/wt-button.vue +2 -1
- package/src/components/wt-datepicker/wt-datepicker.vue +193 -253
- package/src/locale/en/en.js +2 -0
- package/src/locale/es/es.js +2 -0
- package/src/locale/kz/kz.js +2 -0
- package/src/locale/pl/pl.js +2 -0
- package/src/locale/ro/ro.js +2 -0
- package/src/locale/ru/ru.js +2 -0
- package/src/locale/uk/uk.js +2 -0
- package/src/locale/uz/uz.js +2 -0
- package/src/locale/vi/vi.js +2 -0
- package/src/modules/Filters/components/filter-datetime.vue +3 -3
- package/src/modules/QueryFilters/components/filter-datetime.vue +3 -3
- package/src/plugins/primevue/primevue.plugin.js +11 -1
- package/src/plugins/primevue/theme/components/button/button.js +1 -1
- package/src/plugins/primevue/theme/components/components.js +2 -0
- package/src/plugins/primevue/theme/components/datepicker/datepicker.js +8 -0
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +62 -140
- package/types/components/wt-popover/wt-popover.vue.d.ts +1 -1
- package/types/locale/en/en.d.ts +2 -0
- package/types/locale/es/es.d.ts +2 -0
- package/types/locale/i18n.d.ts +18 -0
- package/types/locale/index.d.ts +18 -0
- package/types/locale/kz/kz.d.ts +2 -0
- package/types/locale/pl/pl.d.ts +2 -0
- package/types/locale/ro/ro.d.ts +2 -0
- package/types/locale/ru/ru.d.ts +2 -0
- package/types/locale/uk/uk.d.ts +2 -0
- package/types/locale/uz/uz.d.ts +2 -0
- package/types/locale/vi/vi.d.ts +2 -0
- package/types/plugins/primevue/theme/components/components.d.ts +2 -0
- package/types/plugins/primevue/theme/components/datepicker/datepicker.d.ts +214 -0
- package/dist/dist-uCh8HaP3.js +0 -1910
- package/dist/wt-datepicker-EX4vuaeW.js +0 -5774
|
@@ -18415,7 +18415,7 @@ p.array(xe), p.object({
|
|
|
18415
18415
|
id: p.string().optional(),
|
|
18416
18416
|
name: p.string().optional()
|
|
18417
18417
|
}).optional()
|
|
18418
|
-
}), p.object({ id: p.number() }), p.object({ applyToNullChannel: p.boolean().optional() }), p.object({ count: p.string().optional() }), p.object({ call_id: p.string() }), p.object({
|
|
18418
|
+
}), p.object({ id: p.number() }), p.object({ applyToNullChannel: p.boolean().optional() }), p.object({ count: p.string().optional() }), p.object({ call_id: p.string() }), p.object({ id: p.array(p.string()).optional() }), p.looseObject({}), p.object({ call_id: p.string() }), p.object({
|
|
18419
18419
|
page: p.number().optional(),
|
|
18420
18420
|
size: p.number().optional(),
|
|
18421
18421
|
q: p.string().optional(),
|
|
@@ -24134,7 +24134,48 @@ p.object({
|
|
|
24134
24134
|
name: p.string().optional()
|
|
24135
24135
|
}).optional(),
|
|
24136
24136
|
userinfoUrl: p.string().optional()
|
|
24137
|
-
}), p.object({
|
|
24137
|
+
}), p.object({ id: p.array(p.string()).min(1) }), p.object({ permanent: p.boolean().optional() }), p.looseObject({}), p.object({ id: p.array(p.string()).min(1).describe("----- Search Basic Filters ---------------------------\n\nselection: by unique identifier") }), p.object({
|
|
24138
|
+
page: p.number().optional().describe("----- Select Options -------------------------\n\ndefault: 1"),
|
|
24139
|
+
size: p.number().optional().describe("default: 16"),
|
|
24140
|
+
fields: p.array(p.string()).optional().describe("attributes list"),
|
|
24141
|
+
sort: p.array(p.string()).optional().describe("e.g.: \"updated_at\" - ASC; \"!updated_at\" - DESC;"),
|
|
24142
|
+
q: p.string().optional().describe("term-of-search: lookup[name]"),
|
|
24143
|
+
name: p.string().optional().describe("case-ignore substring match: ILIKE '*' - any; '?' - one"),
|
|
24144
|
+
access: p.string().optional().describe("[M]andatory[A]ccess[C]ontrol: with access mode (action) granted!"),
|
|
24145
|
+
enabled: p.boolean().optional().describe("----- OAuthService-Specific Filters ----------------")
|
|
24146
|
+
}), p.object({
|
|
24147
|
+
authUrl: p.string().optional(),
|
|
24148
|
+
claims: p.array(p.object({
|
|
24149
|
+
type: p.string().optional(),
|
|
24150
|
+
value: p.string().optional()
|
|
24151
|
+
})).optional().describe("google.protobuf.Struct claims = 7;"),
|
|
24152
|
+
clientId: p.string().optional(),
|
|
24153
|
+
clientSecret: p.string().optional(),
|
|
24154
|
+
createdAt: p.string().optional(),
|
|
24155
|
+
createdBy: p.object({
|
|
24156
|
+
id: p.string().optional(),
|
|
24157
|
+
name: p.string().optional()
|
|
24158
|
+
}).optional(),
|
|
24159
|
+
discoveryUrl: p.string().optional(),
|
|
24160
|
+
domain: p.object({
|
|
24161
|
+
id: p.string().optional(),
|
|
24162
|
+
name: p.string().optional()
|
|
24163
|
+
}).optional(),
|
|
24164
|
+
enabled: p.boolean().optional(),
|
|
24165
|
+
id: p.string().optional(),
|
|
24166
|
+
logo: p.string().optional(),
|
|
24167
|
+
metadata: p.looseObject({}).optional(),
|
|
24168
|
+
name: p.string().optional(),
|
|
24169
|
+
scopes: p.array(p.string()).optional(),
|
|
24170
|
+
tokenUrl: p.string().optional(),
|
|
24171
|
+
type: p.string().optional(),
|
|
24172
|
+
updatedAt: p.string().optional(),
|
|
24173
|
+
updatedBy: p.object({
|
|
24174
|
+
id: p.string().optional(),
|
|
24175
|
+
name: p.string().optional()
|
|
24176
|
+
}).optional(),
|
|
24177
|
+
userinfoUrl: p.string().optional()
|
|
24178
|
+
}), p.object({ id: p.string().describe("Unique identifier of the OAuthService to update.") }), p.object({
|
|
24138
24179
|
changes: p.object({
|
|
24139
24180
|
authUrl: p.string().optional(),
|
|
24140
24181
|
claims: p.array(p.object({
|
|
@@ -24154,6 +24195,7 @@ p.object({
|
|
|
24154
24195
|
name: p.string().optional()
|
|
24155
24196
|
}).optional(),
|
|
24156
24197
|
enabled: p.boolean().optional(),
|
|
24198
|
+
id: p.string().optional(),
|
|
24157
24199
|
logo: p.string().optional(),
|
|
24158
24200
|
metadata: p.looseObject({}).optional(),
|
|
24159
24201
|
name: p.string().optional(),
|
|
@@ -24200,7 +24242,7 @@ p.object({
|
|
|
24200
24242
|
name: p.string().optional()
|
|
24201
24243
|
}).optional(),
|
|
24202
24244
|
userinfoUrl: p.string().optional()
|
|
24203
|
-
}), p.object({
|
|
24245
|
+
}), p.object({ id: p.string().describe("Unique identifier of the OAuthService to update.") }), p.object({
|
|
24204
24246
|
changes: p.object({
|
|
24205
24247
|
authUrl: p.string().optional(),
|
|
24206
24248
|
claims: p.array(p.object({
|
|
@@ -24220,6 +24262,7 @@ p.object({
|
|
|
24220
24262
|
name: p.string().optional()
|
|
24221
24263
|
}).optional(),
|
|
24222
24264
|
enabled: p.boolean().optional(),
|
|
24265
|
+
id: p.string().optional(),
|
|
24223
24266
|
logo: p.string().optional(),
|
|
24224
24267
|
metadata: p.looseObject({}).optional(),
|
|
24225
24268
|
name: p.string().optional(),
|
|
@@ -24266,47 +24309,6 @@ p.object({
|
|
|
24266
24309
|
name: p.string().optional()
|
|
24267
24310
|
}).optional(),
|
|
24268
24311
|
userinfoUrl: p.string().optional()
|
|
24269
|
-
}), p.object({ id: p.array(p.string()).min(1) }), p.object({ permanent: p.boolean().optional() }), p.looseObject({}), p.object({ id: p.array(p.string()).min(1).describe("----- Search Basic Filters ---------------------------\n\nselection: by unique identifier") }), p.object({
|
|
24270
|
-
page: p.number().optional().describe("----- Select Options -------------------------\n\ndefault: 1"),
|
|
24271
|
-
size: p.number().optional().describe("default: 16"),
|
|
24272
|
-
fields: p.array(p.string()).optional().describe("attributes list"),
|
|
24273
|
-
sort: p.array(p.string()).optional().describe("e.g.: \"updated_at\" - ASC; \"!updated_at\" - DESC;"),
|
|
24274
|
-
q: p.string().optional().describe("term-of-search: lookup[name]"),
|
|
24275
|
-
name: p.string().optional().describe("case-ignore substring match: ILIKE '*' - any; '?' - one"),
|
|
24276
|
-
access: p.string().optional().describe("[M]andatory[A]ccess[C]ontrol: with access mode (action) granted!"),
|
|
24277
|
-
enabled: p.boolean().optional().describe("----- OAuthService-Specific Filters ----------------")
|
|
24278
|
-
}), p.object({
|
|
24279
|
-
authUrl: p.string().optional(),
|
|
24280
|
-
claims: p.array(p.object({
|
|
24281
|
-
type: p.string().optional(),
|
|
24282
|
-
value: p.string().optional()
|
|
24283
|
-
})).optional().describe("google.protobuf.Struct claims = 7;"),
|
|
24284
|
-
clientId: p.string().optional(),
|
|
24285
|
-
clientSecret: p.string().optional(),
|
|
24286
|
-
createdAt: p.string().optional(),
|
|
24287
|
-
createdBy: p.object({
|
|
24288
|
-
id: p.string().optional(),
|
|
24289
|
-
name: p.string().optional()
|
|
24290
|
-
}).optional(),
|
|
24291
|
-
discoveryUrl: p.string().optional(),
|
|
24292
|
-
domain: p.object({
|
|
24293
|
-
id: p.string().optional(),
|
|
24294
|
-
name: p.string().optional()
|
|
24295
|
-
}).optional(),
|
|
24296
|
-
enabled: p.boolean().optional(),
|
|
24297
|
-
id: p.string().optional(),
|
|
24298
|
-
logo: p.string().optional(),
|
|
24299
|
-
metadata: p.looseObject({}).optional(),
|
|
24300
|
-
name: p.string().optional(),
|
|
24301
|
-
scopes: p.array(p.string()).optional(),
|
|
24302
|
-
tokenUrl: p.string().optional(),
|
|
24303
|
-
type: p.string().optional(),
|
|
24304
|
-
updatedAt: p.string().optional(),
|
|
24305
|
-
updatedBy: p.object({
|
|
24306
|
-
id: p.string().optional(),
|
|
24307
|
-
name: p.string().optional()
|
|
24308
|
-
}).optional(),
|
|
24309
|
-
userinfoUrl: p.string().optional()
|
|
24310
24312
|
}), p.object({
|
|
24311
24313
|
page: p.number().optional(),
|
|
24312
24314
|
size: p.number().optional(),
|
|
@@ -33526,42 +33528,6 @@ p.array(ze), p.object({
|
|
|
33526
33528
|
threadId: p.string().optional()
|
|
33527
33529
|
}).optional().describe("Represents a peer in the messaging system.\nIt can be a user, chat, or channel.")
|
|
33528
33530
|
}).describe("Represents a response to send message with document."), p.object({
|
|
33529
|
-
body: p.string().optional(),
|
|
33530
|
-
images: p.array(p.object({
|
|
33531
|
-
id: p.string().optional(),
|
|
33532
|
-
link: p.string().optional(),
|
|
33533
|
-
mimeType: p.string().optional(),
|
|
33534
|
-
name: p.string().optional()
|
|
33535
|
-
}).describe("Represents `Image` entity with\nnecessary fields.")).optional(),
|
|
33536
|
-
sendAs: p.object({
|
|
33537
|
-
iss: p.string().optional(),
|
|
33538
|
-
sub: p.string().optional(),
|
|
33539
|
-
via: p.string().optional()
|
|
33540
|
-
}).optional(),
|
|
33541
|
-
sendId: p.string().optional(),
|
|
33542
|
-
to: p.object({
|
|
33543
|
-
channelId: p.string().optional(),
|
|
33544
|
-
contact: p.object({
|
|
33545
|
-
iss: p.string().optional(),
|
|
33546
|
-
sub: p.string().optional(),
|
|
33547
|
-
via: p.string().optional()
|
|
33548
|
-
}).optional(),
|
|
33549
|
-
groupId: p.string().optional(),
|
|
33550
|
-
threadId: p.string().optional()
|
|
33551
|
-
}).optional().describe("Represents a peer in the messaging system.\nIt can be a user, chat, or channel.")
|
|
33552
|
-
}).describe("Represents a request to send an message with image."), p.object({
|
|
33553
|
-
id: p.string().optional(),
|
|
33554
|
-
to: p.object({
|
|
33555
|
-
channelId: p.string().optional(),
|
|
33556
|
-
contact: p.object({
|
|
33557
|
-
iss: p.string().optional(),
|
|
33558
|
-
sub: p.string().optional(),
|
|
33559
|
-
via: p.string().optional()
|
|
33560
|
-
}).optional(),
|
|
33561
|
-
groupId: p.string().optional(),
|
|
33562
|
-
threadId: p.string().optional()
|
|
33563
|
-
}).optional().describe("Represents a peer in the messaging system.\nIt can be a user, chat, or channel.")
|
|
33564
|
-
}).describe("Represents a response to send message with image."), p.object({
|
|
33565
33531
|
body: p.string().optional().describe("Body text for the message."),
|
|
33566
33532
|
interactive: p.object({
|
|
33567
33533
|
documents: p.object({ documents: p.array(p.object({
|
|
@@ -33797,6 +33763,54 @@ p.array(ze), p.object({
|
|
|
33797
33763
|
name: p.string().optional()
|
|
33798
33764
|
}).optional(),
|
|
33799
33765
|
metadata: p.looseObject({}).optional().describe("Arbitrary message metadata.\nCan contain structured data depending on message type."),
|
|
33766
|
+
reactedMetadata: p.object({
|
|
33767
|
+
buttonCode: p.string().optional().describe("Button identifier."),
|
|
33768
|
+
callbackData: p.string().optional().describe("Optional callback payload."),
|
|
33769
|
+
inReplyTo: p.string().optional().describe("Original message ID."),
|
|
33770
|
+
reactedAt: p.string().optional().describe("Unix time in milliseconds when callback button was clicked."),
|
|
33771
|
+
reactedBy: p.object({
|
|
33772
|
+
contact: p.object({
|
|
33773
|
+
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
33774
|
+
createdAt: p.string().optional().describe("Record creation timestamp (Unix Epoch in milliseconds)."),
|
|
33775
|
+
isBot: p.boolean().optional().describe("Represents if usere is real person or automatic script."),
|
|
33776
|
+
iss: p.string().optional().describe("Provider-specific unique identifier (Issuer ID)."),
|
|
33777
|
+
metadata: p.record(p.string(), p.string()).optional().describe("Additional dynamic attributes provided by the messenger."),
|
|
33778
|
+
name: p.string().optional().describe("Display name of the contact."),
|
|
33779
|
+
sub: p.string().optional().describe("Associated internal system subject/identifier."),
|
|
33780
|
+
type: p.string().optional().describe("Channel type (e.g., 'webchat', 'telegram')."),
|
|
33781
|
+
updatedAt: p.string().optional().describe("Last record update timestamp (Unix Epoch in milliseconds)."),
|
|
33782
|
+
username: p.string().optional().describe("Technical username or handle."),
|
|
33783
|
+
vias: p.array(p.object({
|
|
33784
|
+
contactId: p.string().optional(),
|
|
33785
|
+
createdAt: p.string().optional(),
|
|
33786
|
+
disable: p.boolean().optional(),
|
|
33787
|
+
disableReason: p.string().optional(),
|
|
33788
|
+
metadata: p.looseObject({}).optional(),
|
|
33789
|
+
updatedAt: p.string().optional(),
|
|
33790
|
+
via: p.string().optional()
|
|
33791
|
+
})).optional()
|
|
33792
|
+
}).optional().describe("Contact represents an external messaging identity."),
|
|
33793
|
+
id: p.string().optional(),
|
|
33794
|
+
permissions: p.object({
|
|
33795
|
+
canAddMembers: p.boolean().optional(),
|
|
33796
|
+
canChangeMembersPermissions: p.boolean().optional(),
|
|
33797
|
+
canChangeThreadInfo: p.boolean().optional(),
|
|
33798
|
+
canRemoveMembers: p.boolean().optional(),
|
|
33799
|
+
canSendMessages: p.boolean().optional(),
|
|
33800
|
+
createdAt: p.string().optional(),
|
|
33801
|
+
id: p.string().optional(),
|
|
33802
|
+
memberId: p.string().optional(),
|
|
33803
|
+
updatedAt: p.string().optional()
|
|
33804
|
+
}).optional(),
|
|
33805
|
+
role: p.enum([
|
|
33806
|
+
"ROLE_UNSPECIFIED",
|
|
33807
|
+
"ROLE_MEMBER",
|
|
33808
|
+
"ROLE_ADMIN",
|
|
33809
|
+
"ROLE_OWNER",
|
|
33810
|
+
"ROLE_SUPERVISOR"
|
|
33811
|
+
]).default("ROLE_UNSPECIFIED")
|
|
33812
|
+
}).optional().describe("User who clicked the button.")
|
|
33813
|
+
}).optional().describe("Metadata for button reaction for interactive message."),
|
|
33800
33814
|
sender: p.object({
|
|
33801
33815
|
contact: p.object({
|
|
33802
33816
|
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
@@ -33933,6 +33947,54 @@ p.array(ze), p.object({
|
|
|
33933
33947
|
name: p.string().optional()
|
|
33934
33948
|
}).optional(),
|
|
33935
33949
|
metadata: p.looseObject({}).optional().describe("Arbitrary message metadata.\nCan contain structured data depending on message type."),
|
|
33950
|
+
reactedMetadata: p.object({
|
|
33951
|
+
buttonCode: p.string().optional().describe("Button identifier."),
|
|
33952
|
+
callbackData: p.string().optional().describe("Optional callback payload."),
|
|
33953
|
+
inReplyTo: p.string().optional().describe("Original message ID."),
|
|
33954
|
+
reactedAt: p.string().optional().describe("Unix time in milliseconds when callback button was clicked."),
|
|
33955
|
+
reactedBy: p.object({
|
|
33956
|
+
contact: p.object({
|
|
33957
|
+
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
33958
|
+
createdAt: p.string().optional().describe("Record creation timestamp (Unix Epoch in milliseconds)."),
|
|
33959
|
+
isBot: p.boolean().optional().describe("Represents if usere is real person or automatic script."),
|
|
33960
|
+
iss: p.string().optional().describe("Provider-specific unique identifier (Issuer ID)."),
|
|
33961
|
+
metadata: p.record(p.string(), p.string()).optional().describe("Additional dynamic attributes provided by the messenger."),
|
|
33962
|
+
name: p.string().optional().describe("Display name of the contact."),
|
|
33963
|
+
sub: p.string().optional().describe("Associated internal system subject/identifier."),
|
|
33964
|
+
type: p.string().optional().describe("Channel type (e.g., 'webchat', 'telegram')."),
|
|
33965
|
+
updatedAt: p.string().optional().describe("Last record update timestamp (Unix Epoch in milliseconds)."),
|
|
33966
|
+
username: p.string().optional().describe("Technical username or handle."),
|
|
33967
|
+
vias: p.array(p.object({
|
|
33968
|
+
contactId: p.string().optional(),
|
|
33969
|
+
createdAt: p.string().optional(),
|
|
33970
|
+
disable: p.boolean().optional(),
|
|
33971
|
+
disableReason: p.string().optional(),
|
|
33972
|
+
metadata: p.looseObject({}).optional(),
|
|
33973
|
+
updatedAt: p.string().optional(),
|
|
33974
|
+
via: p.string().optional()
|
|
33975
|
+
})).optional()
|
|
33976
|
+
}).optional().describe("Contact represents an external messaging identity."),
|
|
33977
|
+
id: p.string().optional(),
|
|
33978
|
+
permissions: p.object({
|
|
33979
|
+
canAddMembers: p.boolean().optional(),
|
|
33980
|
+
canChangeMembersPermissions: p.boolean().optional(),
|
|
33981
|
+
canChangeThreadInfo: p.boolean().optional(),
|
|
33982
|
+
canRemoveMembers: p.boolean().optional(),
|
|
33983
|
+
canSendMessages: p.boolean().optional(),
|
|
33984
|
+
createdAt: p.string().optional(),
|
|
33985
|
+
id: p.string().optional(),
|
|
33986
|
+
memberId: p.string().optional(),
|
|
33987
|
+
updatedAt: p.string().optional()
|
|
33988
|
+
}).optional(),
|
|
33989
|
+
role: p.enum([
|
|
33990
|
+
"ROLE_UNSPECIFIED",
|
|
33991
|
+
"ROLE_MEMBER",
|
|
33992
|
+
"ROLE_ADMIN",
|
|
33993
|
+
"ROLE_OWNER",
|
|
33994
|
+
"ROLE_SUPERVISOR"
|
|
33995
|
+
]).default("ROLE_UNSPECIFIED")
|
|
33996
|
+
}).optional().describe("User who clicked the button.")
|
|
33997
|
+
}).optional().describe("Metadata for button reaction for interactive message."),
|
|
33936
33998
|
sender: p.object({
|
|
33937
33999
|
contact: p.object({
|
|
33938
34000
|
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
@@ -34079,6 +34141,54 @@ p.array(ze), p.object({
|
|
|
34079
34141
|
name: p.string().optional()
|
|
34080
34142
|
}).optional(),
|
|
34081
34143
|
metadata: p.looseObject({}).optional().describe("Arbitrary message metadata.\nCan contain structured data depending on message type."),
|
|
34144
|
+
reactedMetadata: p.object({
|
|
34145
|
+
buttonCode: p.string().optional().describe("Button identifier."),
|
|
34146
|
+
callbackData: p.string().optional().describe("Optional callback payload."),
|
|
34147
|
+
inReplyTo: p.string().optional().describe("Original message ID."),
|
|
34148
|
+
reactedAt: p.string().optional().describe("Unix time in milliseconds when callback button was clicked."),
|
|
34149
|
+
reactedBy: p.object({
|
|
34150
|
+
contact: p.object({
|
|
34151
|
+
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
34152
|
+
createdAt: p.string().optional().describe("Record creation timestamp (Unix Epoch in milliseconds)."),
|
|
34153
|
+
isBot: p.boolean().optional().describe("Represents if usere is real person or automatic script."),
|
|
34154
|
+
iss: p.string().optional().describe("Provider-specific unique identifier (Issuer ID)."),
|
|
34155
|
+
metadata: p.record(p.string(), p.string()).optional().describe("Additional dynamic attributes provided by the messenger."),
|
|
34156
|
+
name: p.string().optional().describe("Display name of the contact."),
|
|
34157
|
+
sub: p.string().optional().describe("Associated internal system subject/identifier."),
|
|
34158
|
+
type: p.string().optional().describe("Channel type (e.g., 'webchat', 'telegram')."),
|
|
34159
|
+
updatedAt: p.string().optional().describe("Last record update timestamp (Unix Epoch in milliseconds)."),
|
|
34160
|
+
username: p.string().optional().describe("Technical username or handle."),
|
|
34161
|
+
vias: p.array(p.object({
|
|
34162
|
+
contactId: p.string().optional(),
|
|
34163
|
+
createdAt: p.string().optional(),
|
|
34164
|
+
disable: p.boolean().optional(),
|
|
34165
|
+
disableReason: p.string().optional(),
|
|
34166
|
+
metadata: p.looseObject({}).optional(),
|
|
34167
|
+
updatedAt: p.string().optional(),
|
|
34168
|
+
via: p.string().optional()
|
|
34169
|
+
})).optional()
|
|
34170
|
+
}).optional().describe("Contact represents an external messaging identity."),
|
|
34171
|
+
id: p.string().optional(),
|
|
34172
|
+
permissions: p.object({
|
|
34173
|
+
canAddMembers: p.boolean().optional(),
|
|
34174
|
+
canChangeMembersPermissions: p.boolean().optional(),
|
|
34175
|
+
canChangeThreadInfo: p.boolean().optional(),
|
|
34176
|
+
canRemoveMembers: p.boolean().optional(),
|
|
34177
|
+
canSendMessages: p.boolean().optional(),
|
|
34178
|
+
createdAt: p.string().optional(),
|
|
34179
|
+
id: p.string().optional(),
|
|
34180
|
+
memberId: p.string().optional(),
|
|
34181
|
+
updatedAt: p.string().optional()
|
|
34182
|
+
}).optional(),
|
|
34183
|
+
role: p.enum([
|
|
34184
|
+
"ROLE_UNSPECIFIED",
|
|
34185
|
+
"ROLE_MEMBER",
|
|
34186
|
+
"ROLE_ADMIN",
|
|
34187
|
+
"ROLE_OWNER",
|
|
34188
|
+
"ROLE_SUPERVISOR"
|
|
34189
|
+
]).default("ROLE_UNSPECIFIED")
|
|
34190
|
+
}).optional().describe("User who clicked the button.")
|
|
34191
|
+
}).optional().describe("Metadata for button reaction for interactive message."),
|
|
34082
34192
|
sender: p.object({
|
|
34083
34193
|
contact: p.object({
|
|
34084
34194
|
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
@@ -34299,6 +34409,54 @@ p.array(ze), p.object({
|
|
|
34299
34409
|
name: p.string().optional()
|
|
34300
34410
|
}).optional(),
|
|
34301
34411
|
metadata: p.looseObject({}).optional().describe("Arbitrary message metadata.\nCan contain structured data depending on message type."),
|
|
34412
|
+
reactedMetadata: p.object({
|
|
34413
|
+
buttonCode: p.string().optional().describe("Button identifier."),
|
|
34414
|
+
callbackData: p.string().optional().describe("Optional callback payload."),
|
|
34415
|
+
inReplyTo: p.string().optional().describe("Original message ID."),
|
|
34416
|
+
reactedAt: p.string().optional().describe("Unix time in milliseconds when callback button was clicked."),
|
|
34417
|
+
reactedBy: p.object({
|
|
34418
|
+
contact: p.object({
|
|
34419
|
+
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
34420
|
+
createdAt: p.string().optional().describe("Record creation timestamp (Unix Epoch in milliseconds)."),
|
|
34421
|
+
isBot: p.boolean().optional().describe("Represents if usere is real person or automatic script."),
|
|
34422
|
+
iss: p.string().optional().describe("Provider-specific unique identifier (Issuer ID)."),
|
|
34423
|
+
metadata: p.record(p.string(), p.string()).optional().describe("Additional dynamic attributes provided by the messenger."),
|
|
34424
|
+
name: p.string().optional().describe("Display name of the contact."),
|
|
34425
|
+
sub: p.string().optional().describe("Associated internal system subject/identifier."),
|
|
34426
|
+
type: p.string().optional().describe("Channel type (e.g., 'webchat', 'telegram')."),
|
|
34427
|
+
updatedAt: p.string().optional().describe("Last record update timestamp (Unix Epoch in milliseconds)."),
|
|
34428
|
+
username: p.string().optional().describe("Technical username or handle."),
|
|
34429
|
+
vias: p.array(p.object({
|
|
34430
|
+
contactId: p.string().optional(),
|
|
34431
|
+
createdAt: p.string().optional(),
|
|
34432
|
+
disable: p.boolean().optional(),
|
|
34433
|
+
disableReason: p.string().optional(),
|
|
34434
|
+
metadata: p.looseObject({}).optional(),
|
|
34435
|
+
updatedAt: p.string().optional(),
|
|
34436
|
+
via: p.string().optional()
|
|
34437
|
+
})).optional()
|
|
34438
|
+
}).optional().describe("Contact represents an external messaging identity."),
|
|
34439
|
+
id: p.string().optional(),
|
|
34440
|
+
permissions: p.object({
|
|
34441
|
+
canAddMembers: p.boolean().optional(),
|
|
34442
|
+
canChangeMembersPermissions: p.boolean().optional(),
|
|
34443
|
+
canChangeThreadInfo: p.boolean().optional(),
|
|
34444
|
+
canRemoveMembers: p.boolean().optional(),
|
|
34445
|
+
canSendMessages: p.boolean().optional(),
|
|
34446
|
+
createdAt: p.string().optional(),
|
|
34447
|
+
id: p.string().optional(),
|
|
34448
|
+
memberId: p.string().optional(),
|
|
34449
|
+
updatedAt: p.string().optional()
|
|
34450
|
+
}).optional(),
|
|
34451
|
+
role: p.enum([
|
|
34452
|
+
"ROLE_UNSPECIFIED",
|
|
34453
|
+
"ROLE_MEMBER",
|
|
34454
|
+
"ROLE_ADMIN",
|
|
34455
|
+
"ROLE_OWNER",
|
|
34456
|
+
"ROLE_SUPERVISOR"
|
|
34457
|
+
]).default("ROLE_UNSPECIFIED")
|
|
34458
|
+
}).optional().describe("User who clicked the button.")
|
|
34459
|
+
}).optional().describe("Metadata for button reaction for interactive message."),
|
|
34302
34460
|
sender: p.object({
|
|
34303
34461
|
contact: p.object({
|
|
34304
34462
|
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
@@ -34525,6 +34683,54 @@ p.array(ze), p.object({
|
|
|
34525
34683
|
name: p.string().optional()
|
|
34526
34684
|
}).optional(),
|
|
34527
34685
|
metadata: p.looseObject({}).optional().describe("Arbitrary message metadata.\nCan contain structured data depending on message type."),
|
|
34686
|
+
reactedMetadata: p.object({
|
|
34687
|
+
buttonCode: p.string().optional().describe("Button identifier."),
|
|
34688
|
+
callbackData: p.string().optional().describe("Optional callback payload."),
|
|
34689
|
+
inReplyTo: p.string().optional().describe("Original message ID."),
|
|
34690
|
+
reactedAt: p.string().optional().describe("Unix time in milliseconds when callback button was clicked."),
|
|
34691
|
+
reactedBy: p.object({
|
|
34692
|
+
contact: p.object({
|
|
34693
|
+
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
34694
|
+
createdAt: p.string().optional().describe("Record creation timestamp (Unix Epoch in milliseconds)."),
|
|
34695
|
+
isBot: p.boolean().optional().describe("Represents if usere is real person or automatic script."),
|
|
34696
|
+
iss: p.string().optional().describe("Provider-specific unique identifier (Issuer ID)."),
|
|
34697
|
+
metadata: p.record(p.string(), p.string()).optional().describe("Additional dynamic attributes provided by the messenger."),
|
|
34698
|
+
name: p.string().optional().describe("Display name of the contact."),
|
|
34699
|
+
sub: p.string().optional().describe("Associated internal system subject/identifier."),
|
|
34700
|
+
type: p.string().optional().describe("Channel type (e.g., 'webchat', 'telegram')."),
|
|
34701
|
+
updatedAt: p.string().optional().describe("Last record update timestamp (Unix Epoch in milliseconds)."),
|
|
34702
|
+
username: p.string().optional().describe("Technical username or handle."),
|
|
34703
|
+
vias: p.array(p.object({
|
|
34704
|
+
contactId: p.string().optional(),
|
|
34705
|
+
createdAt: p.string().optional(),
|
|
34706
|
+
disable: p.boolean().optional(),
|
|
34707
|
+
disableReason: p.string().optional(),
|
|
34708
|
+
metadata: p.looseObject({}).optional(),
|
|
34709
|
+
updatedAt: p.string().optional(),
|
|
34710
|
+
via: p.string().optional()
|
|
34711
|
+
})).optional()
|
|
34712
|
+
}).optional().describe("Contact represents an external messaging identity."),
|
|
34713
|
+
id: p.string().optional(),
|
|
34714
|
+
permissions: p.object({
|
|
34715
|
+
canAddMembers: p.boolean().optional(),
|
|
34716
|
+
canChangeMembersPermissions: p.boolean().optional(),
|
|
34717
|
+
canChangeThreadInfo: p.boolean().optional(),
|
|
34718
|
+
canRemoveMembers: p.boolean().optional(),
|
|
34719
|
+
canSendMessages: p.boolean().optional(),
|
|
34720
|
+
createdAt: p.string().optional(),
|
|
34721
|
+
id: p.string().optional(),
|
|
34722
|
+
memberId: p.string().optional(),
|
|
34723
|
+
updatedAt: p.string().optional()
|
|
34724
|
+
}).optional(),
|
|
34725
|
+
role: p.enum([
|
|
34726
|
+
"ROLE_UNSPECIFIED",
|
|
34727
|
+
"ROLE_MEMBER",
|
|
34728
|
+
"ROLE_ADMIN",
|
|
34729
|
+
"ROLE_OWNER",
|
|
34730
|
+
"ROLE_SUPERVISOR"
|
|
34731
|
+
]).default("ROLE_UNSPECIFIED")
|
|
34732
|
+
}).optional().describe("User who clicked the button.")
|
|
34733
|
+
}).optional().describe("Metadata for button reaction for interactive message."),
|
|
34528
34734
|
sender: p.object({
|
|
34529
34735
|
contact: p.object({
|
|
34530
34736
|
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
@@ -34741,6 +34947,54 @@ p.array(ze), p.object({
|
|
|
34741
34947
|
name: p.string().optional()
|
|
34742
34948
|
}).optional(),
|
|
34743
34949
|
metadata: p.looseObject({}).optional().describe("Arbitrary message metadata.\nCan contain structured data depending on message type."),
|
|
34950
|
+
reactedMetadata: p.object({
|
|
34951
|
+
buttonCode: p.string().optional().describe("Button identifier."),
|
|
34952
|
+
callbackData: p.string().optional().describe("Optional callback payload."),
|
|
34953
|
+
inReplyTo: p.string().optional().describe("Original message ID."),
|
|
34954
|
+
reactedAt: p.string().optional().describe("Unix time in milliseconds when callback button was clicked."),
|
|
34955
|
+
reactedBy: p.object({
|
|
34956
|
+
contact: p.object({
|
|
34957
|
+
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
34958
|
+
createdAt: p.string().optional().describe("Record creation timestamp (Unix Epoch in milliseconds)."),
|
|
34959
|
+
isBot: p.boolean().optional().describe("Represents if usere is real person or automatic script."),
|
|
34960
|
+
iss: p.string().optional().describe("Provider-specific unique identifier (Issuer ID)."),
|
|
34961
|
+
metadata: p.record(p.string(), p.string()).optional().describe("Additional dynamic attributes provided by the messenger."),
|
|
34962
|
+
name: p.string().optional().describe("Display name of the contact."),
|
|
34963
|
+
sub: p.string().optional().describe("Associated internal system subject/identifier."),
|
|
34964
|
+
type: p.string().optional().describe("Channel type (e.g., 'webchat', 'telegram')."),
|
|
34965
|
+
updatedAt: p.string().optional().describe("Last record update timestamp (Unix Epoch in milliseconds)."),
|
|
34966
|
+
username: p.string().optional().describe("Technical username or handle."),
|
|
34967
|
+
vias: p.array(p.object({
|
|
34968
|
+
contactId: p.string().optional(),
|
|
34969
|
+
createdAt: p.string().optional(),
|
|
34970
|
+
disable: p.boolean().optional(),
|
|
34971
|
+
disableReason: p.string().optional(),
|
|
34972
|
+
metadata: p.looseObject({}).optional(),
|
|
34973
|
+
updatedAt: p.string().optional(),
|
|
34974
|
+
via: p.string().optional()
|
|
34975
|
+
})).optional()
|
|
34976
|
+
}).optional().describe("Contact represents an external messaging identity."),
|
|
34977
|
+
id: p.string().optional(),
|
|
34978
|
+
permissions: p.object({
|
|
34979
|
+
canAddMembers: p.boolean().optional(),
|
|
34980
|
+
canChangeMembersPermissions: p.boolean().optional(),
|
|
34981
|
+
canChangeThreadInfo: p.boolean().optional(),
|
|
34982
|
+
canRemoveMembers: p.boolean().optional(),
|
|
34983
|
+
canSendMessages: p.boolean().optional(),
|
|
34984
|
+
createdAt: p.string().optional(),
|
|
34985
|
+
id: p.string().optional(),
|
|
34986
|
+
memberId: p.string().optional(),
|
|
34987
|
+
updatedAt: p.string().optional()
|
|
34988
|
+
}).optional(),
|
|
34989
|
+
role: p.enum([
|
|
34990
|
+
"ROLE_UNSPECIFIED",
|
|
34991
|
+
"ROLE_MEMBER",
|
|
34992
|
+
"ROLE_ADMIN",
|
|
34993
|
+
"ROLE_OWNER",
|
|
34994
|
+
"ROLE_SUPERVISOR"
|
|
34995
|
+
]).default("ROLE_UNSPECIFIED")
|
|
34996
|
+
}).optional().describe("User who clicked the button.")
|
|
34997
|
+
}).optional().describe("Metadata for button reaction for interactive message."),
|
|
34744
34998
|
sender: p.object({
|
|
34745
34999
|
contact: p.object({
|
|
34746
35000
|
appId: p.string().optional().describe("Identifier of the specific integration app or bot."),
|
|
@@ -35429,7 +35683,21 @@ p.array(ze), p.object({
|
|
|
35429
35683
|
next: p.boolean().optional().describe("Indicates if there are more pages available."),
|
|
35430
35684
|
page: p.number().optional().describe("Current page number."),
|
|
35431
35685
|
size: p.number().optional().describe("Number of items returned in this batch.")
|
|
35432
|
-
}).describe("/ ProviderListGatesResponse returns a paginated list of provider summaries."), p.object({
|
|
35686
|
+
}).describe("/ ProviderListGatesResponse returns a paginated list of provider summaries."), p.object({ gate_id: p.string() }), p.object({ items: p.array(p.object({
|
|
35687
|
+
eventType: p.string().optional(),
|
|
35688
|
+
gateId: p.string().optional(),
|
|
35689
|
+
template: p.string().optional()
|
|
35690
|
+
})).optional() }), p.object({
|
|
35691
|
+
gate_id: p.string(),
|
|
35692
|
+
event_type: p.string()
|
|
35693
|
+
}), p.looseObject({}), p.object({
|
|
35694
|
+
gate_id: p.string(),
|
|
35695
|
+
event_type: p.string()
|
|
35696
|
+
}), p.object({ template: p.string().optional().describe("Go text/template string. Variables from im-thread-service are accessed\nas {{.var_name}}. Missing keys produce an empty string (missingkey=zero).") }), p.object({ item: p.object({
|
|
35697
|
+
eventType: p.string().optional(),
|
|
35698
|
+
gateId: p.string().optional(),
|
|
35699
|
+
template: p.string().optional()
|
|
35700
|
+
}).optional() }), p.object({
|
|
35433
35701
|
appId: p.string().optional(),
|
|
35434
35702
|
appSecret: p.string().optional(),
|
|
35435
35703
|
name: p.string().optional(),
|
|
@@ -35575,6 +35843,15 @@ p.array(ze), p.object({
|
|
|
35575
35843
|
}).describe("ProviderSendInteractiveRequest sends a message with interactive UI elements."), p.object({
|
|
35576
35844
|
createdAt: p.string().optional(),
|
|
35577
35845
|
externalId: p.string().optional()
|
|
35846
|
+
}).describe("ProviderSendMessageResponse returns the delivery status and external message ID."), p.object({
|
|
35847
|
+
domainId: p.number().optional(),
|
|
35848
|
+
eventType: p.string().optional().describe("System event type (e.g., \"member_added\", \"member_removed\", \"transferred\").\nUsed to look up the gate-specific template or fall back to the built-in default."),
|
|
35849
|
+
externalUserId: p.string().optional().describe("Recipient's platform-specific user identifier."),
|
|
35850
|
+
gateId: p.string().optional().describe("Internal ID of the configured gateway."),
|
|
35851
|
+
vars: p.record(p.string(), p.string()).optional().describe("Template variables sourced from the system message metadata.\nInjected into the template via Go text/template syntax (e.g. {{.new_member_role}}).")
|
|
35852
|
+
}).describe("ProviderSendSystemMessageRequest delivers a system event to the external chat partner.\nThe provider service resolves the gate-specific template and renders the final text\nusing the supplied variables before sending via the underlying provider API."), p.object({
|
|
35853
|
+
createdAt: p.string().optional(),
|
|
35854
|
+
externalId: p.string().optional()
|
|
35578
35855
|
}).describe("ProviderSendMessageResponse returns the delivery status and external message ID."), p.object({
|
|
35579
35856
|
domainId: p.number().optional(),
|
|
35580
35857
|
externalUserId: p.string().optional(),
|