@webitel/ui-sdk 26.6.98 → 26.6.100
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-Ban2DI-G.js → clients-DBR1e2Vq.js} +211 -202
- package/dist/{components-CgRNe7Of.js → components-89d9wbnp.js} +3 -3
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +47 -47
- package/dist/{wt-chat-emoji-CkQhDrp4.js → wt-chat-emoji-D9JuBz2G.js} +1 -1
- package/dist/{wt-display-chip-items-Cehd6VzJ.js → wt-display-chip-items-BKf1iLN9.js} +1 -1
- package/dist/{wt-send-message-popup-bkFSm2O6.js → wt-send-message-popup-DgiD0_MI.js} +2 -2
- package/dist/{wt-type-extension-value-input-BN3bi6Vl.js → wt-type-extension-value-input-CuniJHNW.js} +2 -2
- package/dist/{wt-vidstack-player-Bk4LL-2K.js → wt-vidstack-player-2y5Cn9Cg.js} +1 -1
- package/package.json +1 -1
- package/src/api/clients/roles/roles.ts +5 -3
- package/src/composables/useEventBus/useEventBus.d.ts +4 -4
- package/src/enums/BroadcastChannelName/BroadcastChannelName.d.ts +2 -3
- package/src/enums/BroadcastChannelName/UserSettingsBroadcastMessage.d.ts +7 -7
- package/src/enums/ButtonColor/ButtonColor.d.ts +8 -8
- package/src/enums/ButtonVariant/ButtonVariant.d.ts +3 -3
- package/src/enums/ChipColor/ChipColor.d.ts +8 -8
- package/src/enums/ComponentSize/ComponentSize.d.ts +14 -14
- package/src/enums/ConnectionQualityLevel/ConnectionQualityLevel.enum.d.ts +4 -5
- package/src/enums/CrudAction/CrudAction.d.ts +4 -4
- package/src/enums/DefaultWorkspaceTabSettings/DefaultWorkspaceTabSettings.d.ts +7 -8
- package/src/enums/EmptyCause/EmptyCause.d.ts +3 -3
- package/src/enums/FormatDateMode/FormatDateMode.d.ts +6 -7
- package/src/enums/IconColor/IconColor.d.ts +14 -14
- package/src/enums/LoginOptions/LoginOptions.d.ts +3 -3
- package/src/enums/MessageColor/MessageColor.d.ts +6 -6
- package/src/enums/MessageVariant/MessageVariant.d.ts +3 -3
- package/src/enums/MimeTypes/MimeTypes.enum.d.ts +14 -14
- package/src/enums/ProcessingTableColumnType/ProcessingTableColumnType.d.ts +6 -7
- package/src/enums/QueueType/QueueType.enum.d.ts +22 -22
- package/src/enums/RelativeDatetimeValue/RelativeDatetimeValue.d.ts +5 -6
- package/src/enums/RingtoneType/RingtoneType.d.ts +3 -3
- package/src/enums/SingleSignOnProvider/SingleSignOnProvider.d.ts +5 -6
- package/src/enums/SingleSignOnProviderIconMappings/SingleSignOnProviderIconMappings.d.ts +2 -6
- package/src/enums/WebitelApplications/AdminSections.d.ts +38 -38
- package/src/enums/WebitelApplications/AuditorSections.d.ts +2 -3
- package/src/enums/WebitelApplications/CrmSections.d.ts +13 -13
- package/src/enums/WebitelApplications/SupervisorSections.d.ts +4 -5
- package/src/enums/WebitelApplications/WfmSections.d.ts +3 -3
- package/src/enums/WebitelApplications/WtApplication.d.ts +9 -9
- package/src/enums/WtObject/WtObject.d.ts +57 -57
- package/src/enums/WtTypeExtensionFieldKind/WtTypeExtensionFieldKind.d.ts +7 -8
- package/src/enums/index.d.ts +4 -54
- package/src/locale/en/en.js +5 -5
- package/src/locale/es/es.js +6 -6
- package/src/locale/kz/kz.js +5 -5
- package/src/locale/pl/pl.js +5 -5
- package/src/locale/ro/ro.js +5 -5
- package/src/locale/ru/ru.js +5 -5
- package/src/locale/uk/uk.js +5 -5
- package/src/locale/uz/uz.js +5 -5
- package/src/locale/vi/vi.js +5 -5
- package/src/modules/ObjectPermissions/components/_internal/permissions-tab-content.vue +190 -0
- package/src/modules/ObjectPermissions/{_internals/components → components/_internal}/permissions-tab-role-popup.vue +10 -20
- package/src/modules/ObjectPermissions/components/permissions-tab.vue +43 -160
- package/src/modules/ObjectPermissions/enums/AccessMode.enum.d.ts +6 -0
- package/src/modules/ObjectPermissions/enums/AccessMode.enum.ts +7 -0
- package/src/modules/ObjectPermissions/enums/AccessRuleName.enum.d.ts +7 -0
- package/src/modules/ObjectPermissions/enums/AccessRuleName.enum.ts +9 -0
- package/src/modules/ObjectPermissions/enums/index.d.ts +2 -0
- package/src/modules/ObjectPermissions/enums/index.ts +2 -0
- package/{types/modules/ObjectPermissions/_internals/store/modules → src/modules/ObjectPermissions/headers}/headers.d.ts +2 -2
- package/src/modules/ObjectPermissions/{_internals/store/modules/headers.js → headers/headers.ts} +6 -2
- package/src/modules/ObjectPermissions/index.d.ts +7 -0
- package/src/modules/ObjectPermissions/index.ts +6 -0
- package/src/modules/ObjectPermissions/{_internals/modules → modules}/filters/store/filters.store.js +1 -1
- package/src/modules/ObjectPermissions/{_internals/store/helpers → store}/createObjectPermissionsStoreModule.js +2 -2
- package/src/modules/ObjectPermissions/store/index.js +1 -1
- package/src/modules/ObjectPermissions/{_internals/store/modules → store}/objectPermissionsStoreModule.js +6 -7
- package/src/modules/ObjectPermissions/types/PermissionsUserAccess.d.ts +3 -0
- package/src/modules/ObjectPermissions/types/PermissionsUserAccess.ts +10 -0
- package/src/modules/Userinfo/constants/UserSettingsConstants.d.ts +1 -1
- package/src/utils/displayText.d.ts +1 -1
- package/src/utils/formatDate.d.ts +3 -9
- package/types/locale/en/en.d.ts +1 -1
- package/types/locale/es/es.d.ts +1 -1
- package/types/locale/i18n.d.ts +9 -9
- package/types/locale/index.d.ts +9 -9
- package/types/locale/kz/kz.d.ts +1 -1
- package/types/locale/pl/pl.d.ts +1 -1
- package/types/locale/ro/ro.d.ts +1 -1
- package/types/locale/ru/ru.d.ts +1 -1
- package/types/locale/uk/uk.d.ts +1 -1
- package/types/locale/uz/uz.d.ts +1 -1
- package/types/locale/vi/vi.d.ts +1 -1
- package/types/modules/ObjectPermissions/components/_internal/permissions-tab-content.vue.d.ts +97 -0
- package/types/modules/ObjectPermissions/components/_internal/permissions-tab-role-popup.vue.d.ts +23 -0
- package/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +10 -43
- package/types/modules/ObjectPermissions/enums/AccessMode.enum.d.ts +6 -0
- package/types/modules/ObjectPermissions/enums/AccessRuleName.enum.d.ts +7 -0
- package/types/modules/ObjectPermissions/enums/index.d.ts +2 -0
- package/types/modules/ObjectPermissions/headers/headers.d.ts +7 -0
- package/types/modules/ObjectPermissions/index.d.ts +6 -0
- package/types/modules/ObjectPermissions/store/index.d.ts +1 -1
- package/types/modules/ObjectPermissions/{_internals/store/modules → store}/objectPermissionsStoreModule.d.ts +1 -0
- package/types/modules/ObjectPermissions/types/PermissionsUserAccess.d.ts +3 -0
- package/src/modules/ObjectPermissions/_internals/enums/AccessMode.enum.js +0 -5
- package/src/modules/Userinfo/composables/types/CreateUserAccessControl.d.ts +0 -2
- package/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +0 -13
- package/types/modules/ObjectPermissions/_internals/enums/AccessMode.enum.d.ts +0 -5
- /package/src/modules/ObjectPermissions/{_internals/components → components/_internal}/permissions-role-row.vue +0 -0
- /package/src/modules/ObjectPermissions/{_internals/components → components/_internal}/permissions-role-select.vue +0 -0
- /package/types/modules/ObjectPermissions/{_internals/components → components/_internal}/permissions-role-row.vue.d.ts +0 -0
- /package/types/modules/ObjectPermissions/{_internals/components → components/_internal}/permissions-role-select.vue.d.ts +0 -0
- /package/types/modules/ObjectPermissions/{_internals/modules → modules}/filters/store/filters.store.d.ts +0 -0
- /package/types/modules/ObjectPermissions/{_internals/store/helpers → store}/createObjectPermissionsStoreModule.d.ts +0 -0
|
@@ -1898,6 +1898,7 @@ m.object({
|
|
|
1898
1898
|
chatCount: m.number().optional(),
|
|
1899
1899
|
description: m.string().optional(),
|
|
1900
1900
|
extension: m.string().optional(),
|
|
1901
|
+
extraChatCount: m.number().optional(),
|
|
1901
1902
|
greetingMedia: m.object({
|
|
1902
1903
|
id: m.string().optional(),
|
|
1903
1904
|
name: m.string().optional()
|
|
@@ -1943,6 +1944,7 @@ m.object({
|
|
|
1943
1944
|
chatCount: m.number().optional(),
|
|
1944
1945
|
description: m.string().optional(),
|
|
1945
1946
|
domainId: m.string().optional(),
|
|
1947
|
+
extraChatCount: m.number().optional(),
|
|
1946
1948
|
greetingMedia: m.object({
|
|
1947
1949
|
id: m.string().optional(),
|
|
1948
1950
|
name: m.string().optional()
|
|
@@ -1983,6 +1985,7 @@ m.object({
|
|
|
1983
1985
|
chatCount: m.number().optional(),
|
|
1984
1986
|
description: m.string().optional(),
|
|
1985
1987
|
extension: m.string().optional(),
|
|
1988
|
+
extraChatCount: m.number().optional(),
|
|
1986
1989
|
greetingMedia: m.object({
|
|
1987
1990
|
id: m.string().optional(),
|
|
1988
1991
|
name: m.string().optional()
|
|
@@ -2020,8 +2023,8 @@ m.object({
|
|
|
2020
2023
|
}), m.object({
|
|
2021
2024
|
page: m.number().optional(),
|
|
2022
2025
|
size: m.number().optional(),
|
|
2023
|
-
|
|
2024
|
-
|
|
2026
|
+
"time.from": m.string().optional(),
|
|
2027
|
+
"time.to": m.string().optional(),
|
|
2025
2028
|
agentId: m.array(m.number()).optional(),
|
|
2026
2029
|
domainId: m.string().optional(),
|
|
2027
2030
|
q: m.string().optional(),
|
|
@@ -2054,13 +2057,13 @@ m.object({
|
|
|
2054
2057
|
sort: m.string().optional(),
|
|
2055
2058
|
fields: m.array(m.string()).optional(),
|
|
2056
2059
|
agentId: m.array(m.string()).optional(),
|
|
2057
|
-
|
|
2058
|
-
|
|
2060
|
+
"time.from": m.string().optional(),
|
|
2061
|
+
"time.to": m.string().optional(),
|
|
2059
2062
|
status: m.array(m.string()).optional(),
|
|
2060
2063
|
queueId: m.array(m.number()).optional(),
|
|
2061
2064
|
teamId: m.array(m.number()).optional(),
|
|
2062
|
-
|
|
2063
|
-
|
|
2065
|
+
"utilization.from": m.string().optional(),
|
|
2066
|
+
"utilization.to": m.string().optional(),
|
|
2064
2067
|
hasCall: m.boolean().optional(),
|
|
2065
2068
|
skillId: m.array(m.number()).optional(),
|
|
2066
2069
|
regionId: m.array(m.number()).optional(),
|
|
@@ -2118,8 +2121,8 @@ m.object({
|
|
|
2118
2121
|
})).optional(),
|
|
2119
2122
|
next: m.boolean().optional()
|
|
2120
2123
|
}), m.object({ agent_id: m.string() }), m.object({
|
|
2121
|
-
|
|
2122
|
-
|
|
2124
|
+
"time.from": m.string().optional(),
|
|
2125
|
+
"time.to": m.string().optional()
|
|
2123
2126
|
}), m.object({
|
|
2124
2127
|
agentId: m.number().optional(),
|
|
2125
2128
|
auditor: m.array(m.object({
|
|
@@ -2161,8 +2164,8 @@ m.object({
|
|
|
2161
2164
|
}), m.object({
|
|
2162
2165
|
page: m.number().optional(),
|
|
2163
2166
|
size: m.number().optional(),
|
|
2164
|
-
|
|
2165
|
-
|
|
2167
|
+
"joinedAt.from": m.string().optional(),
|
|
2168
|
+
"joinedAt.to": m.string().optional(),
|
|
2166
2169
|
agentId: m.array(m.string()).optional(),
|
|
2167
2170
|
sort: m.string().optional(),
|
|
2168
2171
|
domainId: m.string().optional(),
|
|
@@ -2278,6 +2281,7 @@ m.object({
|
|
|
2278
2281
|
chatCount: m.number().optional(),
|
|
2279
2282
|
description: m.string().optional(),
|
|
2280
2283
|
extension: m.string().optional(),
|
|
2284
|
+
extraChatCount: m.number().optional(),
|
|
2281
2285
|
greetingMedia: m.object({
|
|
2282
2286
|
id: m.string().optional(),
|
|
2283
2287
|
name: m.string().optional()
|
|
@@ -2328,6 +2332,7 @@ m.object({
|
|
|
2328
2332
|
chatCount: m.number().optional(),
|
|
2329
2333
|
description: m.string().optional(),
|
|
2330
2334
|
extension: m.string().optional(),
|
|
2335
|
+
extraChatCount: m.number().optional(),
|
|
2331
2336
|
greetingMedia: m.object({
|
|
2332
2337
|
id: m.string().optional(),
|
|
2333
2338
|
name: m.string().optional()
|
|
@@ -2370,6 +2375,7 @@ m.object({
|
|
|
2370
2375
|
})).optional(),
|
|
2371
2376
|
chatCount: m.number().optional(),
|
|
2372
2377
|
description: m.string().optional(),
|
|
2378
|
+
extraChatCount: m.number().optional(),
|
|
2373
2379
|
fields: m.array(m.string()).optional(),
|
|
2374
2380
|
greetingMedia: m.object({
|
|
2375
2381
|
id: m.string().optional(),
|
|
@@ -2410,6 +2416,7 @@ m.object({
|
|
|
2410
2416
|
chatCount: m.number().optional(),
|
|
2411
2417
|
description: m.string().optional(),
|
|
2412
2418
|
extension: m.string().optional(),
|
|
2419
|
+
extraChatCount: m.number().optional(),
|
|
2413
2420
|
greetingMedia: m.object({
|
|
2414
2421
|
id: m.string().optional(),
|
|
2415
2422
|
name: m.string().optional()
|
|
@@ -2453,6 +2460,7 @@ m.object({
|
|
|
2453
2460
|
chatCount: m.number().optional(),
|
|
2454
2461
|
description: m.string().optional(),
|
|
2455
2462
|
domainId: m.string().optional(),
|
|
2463
|
+
extraChatCount: m.number().optional(),
|
|
2456
2464
|
greetingMedia: m.object({
|
|
2457
2465
|
id: m.string().optional(),
|
|
2458
2466
|
name: m.string().optional()
|
|
@@ -2493,6 +2501,7 @@ m.object({
|
|
|
2493
2501
|
chatCount: m.number().optional(),
|
|
2494
2502
|
description: m.string().optional(),
|
|
2495
2503
|
extension: m.string().optional(),
|
|
2504
|
+
extraChatCount: m.number().optional(),
|
|
2496
2505
|
greetingMedia: m.object({
|
|
2497
2506
|
id: m.string().optional(),
|
|
2498
2507
|
name: m.string().optional()
|
|
@@ -3031,8 +3040,8 @@ m.object({
|
|
|
3031
3040
|
name: m.string().optional()
|
|
3032
3041
|
}).optional()
|
|
3033
3042
|
}).optional() }), m.object({ working_schedule_id: m.string() }), m.object({
|
|
3034
|
-
|
|
3035
|
-
|
|
3043
|
+
"date.from": m.string().optional(),
|
|
3044
|
+
"date.to": m.string().optional(),
|
|
3036
3045
|
supervisorId: m.array(m.string()).optional(),
|
|
3037
3046
|
teamId: m.array(m.string()).optional(),
|
|
3038
3047
|
skillId: m.array(m.string()).optional(),
|
|
@@ -3607,8 +3616,8 @@ m.object({
|
|
|
3607
3616
|
q: m.string().optional(),
|
|
3608
3617
|
sort: m.string().optional(),
|
|
3609
3618
|
fields: m.array(m.string()).optional(),
|
|
3610
|
-
|
|
3611
|
-
|
|
3619
|
+
"createdAt.from": m.string().optional(),
|
|
3620
|
+
"createdAt.to": m.string().optional(),
|
|
3612
3621
|
id: m.array(m.number()).optional(),
|
|
3613
3622
|
callId: m.array(m.string()).optional(),
|
|
3614
3623
|
ratedUser: m.array(m.string()).optional()
|
|
@@ -4727,16 +4736,16 @@ m.object({
|
|
|
4727
4736
|
q: m.string().optional(),
|
|
4728
4737
|
sort: m.string().optional(),
|
|
4729
4738
|
fields: m.array(m.string()).optional(),
|
|
4730
|
-
|
|
4731
|
-
|
|
4739
|
+
"createdAt.from": m.string().optional(),
|
|
4740
|
+
"createdAt.to": m.string().optional(),
|
|
4732
4741
|
userId: m.array(m.string()).optional(),
|
|
4733
4742
|
agentId: m.array(m.string()).optional(),
|
|
4734
4743
|
queueId: m.array(m.string()).optional(),
|
|
4735
4744
|
teamId: m.array(m.string()).optional(),
|
|
4736
4745
|
memberId: m.array(m.string()).optional(),
|
|
4737
4746
|
gatewayId: m.array(m.string()).optional(),
|
|
4738
|
-
|
|
4739
|
-
|
|
4747
|
+
"duration.from": m.string().optional(),
|
|
4748
|
+
"duration.to": m.string().optional(),
|
|
4740
4749
|
skipParent: m.boolean().optional(),
|
|
4741
4750
|
parentId: m.string().optional(),
|
|
4742
4751
|
cause: m.array(m.string()).optional(),
|
|
@@ -4744,11 +4753,11 @@ m.object({
|
|
|
4744
4753
|
domainId: m.string().optional(),
|
|
4745
4754
|
number: m.string().optional(),
|
|
4746
4755
|
direction: m.array(m.string()).optional(),
|
|
4747
|
-
|
|
4748
|
-
|
|
4756
|
+
"answeredAt.from": m.string().optional(),
|
|
4757
|
+
"answeredAt.to": m.string().optional(),
|
|
4749
4758
|
missed: m.boolean().optional(),
|
|
4750
|
-
|
|
4751
|
-
|
|
4759
|
+
"storedAt.from": m.string().optional(),
|
|
4760
|
+
"storedAt.to": m.string().optional(),
|
|
4752
4761
|
supervisorId: m.array(m.string()).optional(),
|
|
4753
4762
|
state: m.array(m.string()).optional()
|
|
4754
4763
|
}), m.object({
|
|
@@ -4927,16 +4936,16 @@ m.object({
|
|
|
4927
4936
|
q: m.string().optional(),
|
|
4928
4937
|
sort: m.string().optional(),
|
|
4929
4938
|
fields: m.array(m.string()).optional(),
|
|
4930
|
-
|
|
4931
|
-
|
|
4939
|
+
"createdAt.from": m.string().optional(),
|
|
4940
|
+
"createdAt.to": m.string().optional(),
|
|
4932
4941
|
userId: m.array(m.string()).optional(),
|
|
4933
4942
|
agentId: m.array(m.string()).optional(),
|
|
4934
4943
|
queueId: m.array(m.string()).optional(),
|
|
4935
4944
|
teamId: m.array(m.string()).optional(),
|
|
4936
4945
|
memberId: m.array(m.string()).optional(),
|
|
4937
4946
|
gatewayId: m.array(m.string()).optional(),
|
|
4938
|
-
|
|
4939
|
-
|
|
4947
|
+
"duration.from": m.string().optional(),
|
|
4948
|
+
"duration.to": m.string().optional(),
|
|
4940
4949
|
skipParent: m.boolean().optional(),
|
|
4941
4950
|
parentId: m.string().optional(),
|
|
4942
4951
|
cause: m.array(m.string()).optional(),
|
|
@@ -4944,11 +4953,11 @@ m.object({
|
|
|
4944
4953
|
domainId: m.string().optional(),
|
|
4945
4954
|
number: m.string().optional(),
|
|
4946
4955
|
direction: m.string().optional(),
|
|
4947
|
-
|
|
4948
|
-
|
|
4956
|
+
"answeredAt.from": m.string().optional(),
|
|
4957
|
+
"answeredAt.to": m.string().optional(),
|
|
4949
4958
|
missed: m.boolean().optional(),
|
|
4950
|
-
|
|
4951
|
-
|
|
4959
|
+
"storedAt.from": m.string().optional(),
|
|
4960
|
+
"storedAt.to": m.string().optional(),
|
|
4952
4961
|
id: m.array(m.string()).optional(),
|
|
4953
4962
|
transferFrom: m.array(m.string()).optional(),
|
|
4954
4963
|
transferTo: m.array(m.string()).optional(),
|
|
@@ -4963,14 +4972,14 @@ m.object({
|
|
|
4963
4972
|
ownerId: m.array(m.string()).optional(),
|
|
4964
4973
|
granteeId: m.array(m.string()).optional(),
|
|
4965
4974
|
amdAiResult: m.array(m.string()).optional(),
|
|
4966
|
-
|
|
4967
|
-
|
|
4975
|
+
"talk.from": m.string().optional(),
|
|
4976
|
+
"talk.to": m.string().optional(),
|
|
4968
4977
|
rated: m.boolean().optional(),
|
|
4969
4978
|
ratedBy: m.array(m.string()).optional(),
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4979
|
+
"scoreRequired.from": m.string().optional(),
|
|
4980
|
+
"scoreRequired.to": m.string().optional(),
|
|
4981
|
+
"scoreOptional.from": m.string().optional(),
|
|
4982
|
+
"scoreOptional.to": m.string().optional(),
|
|
4974
4983
|
ratedUser: m.array(m.string()).optional(),
|
|
4975
4984
|
contactId: m.array(m.string()).optional(),
|
|
4976
4985
|
schemaId: m.array(m.number()).optional(),
|
|
@@ -6116,11 +6125,11 @@ m.object({
|
|
|
6116
6125
|
page: m.string().optional()
|
|
6117
6126
|
}), m.object({ case_etag: m.string().describe("new comment link") }), m.object({
|
|
6118
6127
|
fields: m.array(m.string()).optional().describe("result fields needed on the front-end for each comment"),
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
|
|
6122
|
-
|
|
6123
|
-
|
|
6128
|
+
"input.etag": m.string().optional(),
|
|
6129
|
+
"input.url": m.string().optional(),
|
|
6130
|
+
"input.name": m.string().optional(),
|
|
6131
|
+
"input.userId.id": m.string().optional(),
|
|
6132
|
+
"input.userId.name": m.string().optional()
|
|
6124
6133
|
}), m.object({
|
|
6125
6134
|
author: m.object({
|
|
6126
6135
|
id: m.string().optional(),
|
|
@@ -8668,8 +8677,8 @@ m.object({
|
|
|
8668
8677
|
case_id: m.string().describe("Contact identificator"),
|
|
8669
8678
|
chat_id: m.string().describe("Unique chat dialog")
|
|
8670
8679
|
}), m.object({
|
|
8671
|
-
|
|
8672
|
-
|
|
8680
|
+
"offset.id": m.string().optional().describe("Messages ONLY starting from the specified message ID"),
|
|
8681
|
+
"offset.date": m.string().optional().describe("Messages ONLY been sent before the specified epochtime(milli)."),
|
|
8673
8682
|
size: m.number().optional().describe("Number of messages to return."),
|
|
8674
8683
|
page: m.number().optional(),
|
|
8675
8684
|
q: m.string().optional().describe("Search term: message.text"),
|
|
@@ -10067,14 +10076,14 @@ m.object({
|
|
|
10067
10076
|
"WRITE",
|
|
10068
10077
|
"DELETE"
|
|
10069
10078
|
]).default("READ").describe("The requirement of [M]andatory [A]ccess [C]ontrol.\n\n - READ: Can `fetch` record. [GET]\n - WRITE: Can `update` record. [PUT|PATCH]\n - DELETE: Can `delete` record. [DELETE]"),
|
|
10070
|
-
|
|
10071
|
-
|
|
10072
|
-
|
|
10073
|
-
|
|
10074
|
-
|
|
10075
|
-
|
|
10076
|
-
|
|
10077
|
-
|
|
10079
|
+
"date.since": m.string().optional().describe("Since timestamp(milli). Not before."),
|
|
10080
|
+
"date.until": m.string().optional().describe("Until timestamp(milli). Not after."),
|
|
10081
|
+
"author.id": m.string().optional().describe("Reference Object unique ID."),
|
|
10082
|
+
"author.type": m.string().optional().describe("Reference Object well-known type."),
|
|
10083
|
+
"author.name": m.string().optional().describe("Reference Object display name."),
|
|
10084
|
+
"editor.id": m.string().optional().describe("Reference Object unique ID."),
|
|
10085
|
+
"editor.type": m.string().optional().describe("Reference Object well-known type."),
|
|
10086
|
+
"editor.name": m.string().optional().describe("Reference Object display name.")
|
|
10078
10087
|
}), m.object({
|
|
10079
10088
|
data: m.array(m.object({
|
|
10080
10089
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -10747,10 +10756,10 @@ m.array(ye), m.object({
|
|
|
10747
10756
|
next: m.boolean().optional(),
|
|
10748
10757
|
page: m.number().optional().describe("The page number of the partial result.")
|
|
10749
10758
|
}).describe("Contact groups dataset.\nNOTE: Edge represents connection between two nodes.\nSo this ContactGroupList.data are always subordinate to some contact.id."), m.object({ conversation_id: m.string() }), m.object({
|
|
10750
|
-
|
|
10751
|
-
|
|
10752
|
-
|
|
10753
|
-
|
|
10759
|
+
"timezone.id": m.string().optional(),
|
|
10760
|
+
"timezone.name": m.string().optional(),
|
|
10761
|
+
"owner.id": m.string().optional(),
|
|
10762
|
+
"owner.name": m.string().optional(),
|
|
10754
10763
|
label: m.array(m.string()).optional(),
|
|
10755
10764
|
name: m.string().optional(),
|
|
10756
10765
|
description: m.string().optional()
|
|
@@ -13015,8 +13024,8 @@ m.array(be), m.object({
|
|
|
13015
13024
|
}).optional().describe("Arbitrary client data that is populated by clients.\nDuplicate keys and values are allowed."),
|
|
13016
13025
|
ver: m.number().optional().describe("READONLY. Operational attributes\nVersion of the latest update. Numeric sequence.")
|
|
13017
13026
|
}).describe("The Contact principal source.\nOUTPUT purpose only."), m.object({ contact_id: m.string().describe("Contact identificator") }), m.object({
|
|
13018
|
-
|
|
13019
|
-
|
|
13027
|
+
"offset.id": m.string().optional().describe("Messages ONLY starting from the specified message ID"),
|
|
13028
|
+
"offset.date": m.string().optional().describe("Messages ONLY been sent before the specified epochtime(milli)."),
|
|
13020
13029
|
size: m.number().optional().describe("Number of messages to return."),
|
|
13021
13030
|
page: m.number().optional(),
|
|
13022
13031
|
q: m.string().optional().describe("Search term: message.text"),
|
|
@@ -13139,8 +13148,8 @@ m.array(be), m.object({
|
|
|
13139
13148
|
contact_id: m.string().describe("Contact identificator"),
|
|
13140
13149
|
chat_id: m.string().describe("Unique chat dialog")
|
|
13141
13150
|
}), m.object({
|
|
13142
|
-
|
|
13143
|
-
|
|
13151
|
+
"offset.id": m.string().optional().describe("Messages ONLY starting from the specified message ID"),
|
|
13152
|
+
"offset.date": m.string().optional().describe("Messages ONLY been sent before the specified epochtime(milli)."),
|
|
13144
13153
|
size: m.number().optional().describe("Number of messages to return."),
|
|
13145
13154
|
page: m.number().optional(),
|
|
13146
13155
|
q: m.string().optional().describe("Search term: message.text"),
|
|
@@ -13261,8 +13270,8 @@ m.array(be), m.object({
|
|
|
13261
13270
|
}), m.object({
|
|
13262
13271
|
id: m.string().optional().describe("Available Filters\n\nshow by customer id; serial number (uuid)"),
|
|
13263
13272
|
valid: m.boolean().optional().describe("show if valid only!"),
|
|
13264
|
-
|
|
13265
|
-
|
|
13273
|
+
"domain.id": m.string().optional().describe("identifier"),
|
|
13274
|
+
"domain.name": m.string().optional().describe("display name"),
|
|
13266
13275
|
fields: m.array(m.string()).optional().describe("Request Controls\n\nserial,"),
|
|
13267
13276
|
sort: m.array(m.string()).optional()
|
|
13268
13277
|
}), m.object({ customer: m.object({
|
|
@@ -13369,10 +13378,10 @@ m.array(be), m.object({
|
|
|
13369
13378
|
page: m.number().optional().describe("default: 1"),
|
|
13370
13379
|
fields: m.array(m.string()).optional().describe("set of output fields"),
|
|
13371
13380
|
sort: m.array(m.string()).optional().describe("e.g.: \"updated_at\" - ASC; \"!updated_at\" - DESC;"),
|
|
13372
|
-
|
|
13373
|
-
|
|
13374
|
-
|
|
13375
|
-
|
|
13381
|
+
"user.id": m.string().optional().describe("identifier"),
|
|
13382
|
+
"user.name": m.string().optional().describe("display name"),
|
|
13383
|
+
"domain.id": m.string().optional().describe("identifier"),
|
|
13384
|
+
"domain.name": m.string().optional().describe("display name"),
|
|
13376
13385
|
id: m.array(m.string()).optional().describe("by serial number(s)"),
|
|
13377
13386
|
product: m.array(m.string()).optional().describe("by product name(s)"),
|
|
13378
13387
|
valid: m.boolean().optional().describe("view: all|valid|grantable\n\nshow: available to be granted"),
|
|
@@ -13409,8 +13418,8 @@ m.array(be), m.object({
|
|
|
13409
13418
|
page: m.number().optional().describe("this page number !")
|
|
13410
13419
|
}), m.object({ id: m.string().describe("Available Filters\n\nshow by customer id; serial number (uuid)") }), m.object({
|
|
13411
13420
|
valid: m.boolean().optional().describe("show if valid only!"),
|
|
13412
|
-
|
|
13413
|
-
|
|
13421
|
+
"domain.id": m.string().optional().describe("identifier"),
|
|
13422
|
+
"domain.name": m.string().optional().describe("display name"),
|
|
13414
13423
|
fields: m.array(m.string()).optional().describe("Request Controls\n\nserial,"),
|
|
13415
13424
|
sort: m.array(m.string()).optional()
|
|
13416
13425
|
}), m.object({ customer: m.object({
|
|
@@ -13465,10 +13474,10 @@ m.array(be), m.object({
|
|
|
13465
13474
|
page: m.number().optional().describe("default: 1"),
|
|
13466
13475
|
fields: m.array(m.string()).optional().describe("set of output fields"),
|
|
13467
13476
|
sort: m.array(m.string()).optional().describe("e.g.: \"updated_at\" - ASC; \"!updated_at\" - DESC;"),
|
|
13468
|
-
|
|
13469
|
-
|
|
13470
|
-
|
|
13471
|
-
|
|
13477
|
+
"user.id": m.string().optional().describe("identifier"),
|
|
13478
|
+
"user.name": m.string().optional().describe("display name"),
|
|
13479
|
+
"domain.id": m.string().optional().describe("identifier"),
|
|
13480
|
+
"domain.name": m.string().optional().describe("display name"),
|
|
13472
13481
|
customerId: m.string().optional(),
|
|
13473
13482
|
id: m.array(m.string()).optional().describe("by serial number(s)"),
|
|
13474
13483
|
product: m.array(m.string()).optional().describe("by product name(s)"),
|
|
@@ -13509,10 +13518,10 @@ m.array(be), m.object({
|
|
|
13509
13518
|
page: m.number().optional().describe("default: 1"),
|
|
13510
13519
|
fields: m.array(m.string()).optional().describe("set of output fields"),
|
|
13511
13520
|
sort: m.array(m.string()).optional().describe("e.g.: \"updated_at\" - ASC; \"!updated_at\" - DESC;"),
|
|
13512
|
-
|
|
13513
|
-
|
|
13514
|
-
|
|
13515
|
-
|
|
13521
|
+
"user.id": m.string().optional().describe("identifier"),
|
|
13522
|
+
"user.name": m.string().optional().describe("display name"),
|
|
13523
|
+
"domain.id": m.string().optional().describe("identifier"),
|
|
13524
|
+
"domain.name": m.string().optional().describe("display name"),
|
|
13516
13525
|
customerId: m.string().optional(),
|
|
13517
13526
|
id: m.array(m.string()).optional().describe("by serial number(s)"),
|
|
13518
13527
|
product: m.array(m.string()).optional().describe("by product name(s)"),
|
|
@@ -13619,8 +13628,8 @@ m.array(xe), m.object({ deleted: m.array(m.object({
|
|
|
13619
13628
|
access: m.string().optional().describe("[M]andatory[A]ccess[C]ontrol: with access mode (action) granted!"),
|
|
13620
13629
|
account: m.string().optional().describe("----- Device-Specific Filters ----------------\n\nsubstring like '%name%'"),
|
|
13621
13630
|
hotdesk: m.string().optional().describe("filter: has hotdesk (=pattern); is hotdesk (=*)"),
|
|
13622
|
-
|
|
13623
|
-
|
|
13631
|
+
"user.id": m.string().optional().describe("Object ID"),
|
|
13632
|
+
"user.name": m.string().optional().describe("Display Name"),
|
|
13624
13633
|
mac: m.string().optional().describe("filter: by MAC address"),
|
|
13625
13634
|
ip: m.string().optional().describe("filter: by IP address")
|
|
13626
13635
|
}), m.object({
|
|
@@ -13858,9 +13867,9 @@ m.array(xe), m.object({ deleted: m.array(m.object({
|
|
|
13858
13867
|
name: m.string().optional()
|
|
13859
13868
|
}).optional().describe("UserId lookup value.")
|
|
13860
13869
|
}).optional() }), m.object({ "device.id": m.string().describe("Object ID") }), m.object({
|
|
13861
|
-
|
|
13862
|
-
|
|
13863
|
-
|
|
13870
|
+
"user.id": m.string().optional().describe("Object ID"),
|
|
13871
|
+
"user.name": m.string().optional().describe("Display Name"),
|
|
13872
|
+
"device.name": m.string().optional().describe("Display Name")
|
|
13864
13873
|
}), m.object({
|
|
13865
13874
|
items: m.array(m.object({
|
|
13866
13875
|
callid: m.string().optional(),
|
|
@@ -13885,9 +13894,9 @@ m.array(xe), m.object({ deleted: m.array(m.object({
|
|
|
13885
13894
|
page: m.number().optional(),
|
|
13886
13895
|
size: m.number().optional()
|
|
13887
13896
|
}), m.object({ "device.id": m.string().describe("Object ID") }), m.object({
|
|
13888
|
-
|
|
13889
|
-
|
|
13890
|
-
|
|
13897
|
+
"user.id": m.string().optional().describe("Object ID"),
|
|
13898
|
+
"user.name": m.string().optional().describe("Display Name"),
|
|
13899
|
+
"device.name": m.string().optional().describe("Display Name"),
|
|
13891
13900
|
timeFrom: m.string().optional().describe("Filter: timing range (optional)\n\nunix milliseconds"),
|
|
13892
13901
|
timeTill: m.string().optional().describe("unix milliseconds"),
|
|
13893
13902
|
fields: m.array(m.string()).optional().describe("Search Options"),
|
|
@@ -16604,9 +16613,9 @@ m.array(xe), m.object({ deleted: m.array(m.object({
|
|
|
16604
16613
|
id: m.array(m.string()).optional().describe("Link(s) with unique ID only."),
|
|
16605
16614
|
primary: m.boolean().optional().describe("Primary email address only."),
|
|
16606
16615
|
verified: m.boolean().optional().describe("Verified email addresses only."),
|
|
16607
|
-
|
|
16608
|
-
|
|
16609
|
-
|
|
16616
|
+
"type.id": m.string().optional().describe("Reference Object unique ID."),
|
|
16617
|
+
"type.type": m.string().optional().describe("Reference Object well-known type."),
|
|
16618
|
+
"type.name": m.string().optional().describe("Reference Object display name.")
|
|
16610
16619
|
}), m.object({
|
|
16611
16620
|
data: m.array(m.object({
|
|
16612
16621
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -18274,11 +18283,11 @@ m.array(Ce), m.object({
|
|
|
18274
18283
|
sort: m.string().optional(),
|
|
18275
18284
|
fields: m.array(m.string()).optional(),
|
|
18276
18285
|
id: m.array(m.string()).optional(),
|
|
18277
|
-
|
|
18278
|
-
|
|
18286
|
+
"uploadedAt.from": m.string().optional(),
|
|
18287
|
+
"uploadedAt.to": m.string().optional(),
|
|
18279
18288
|
referenceId: m.array(m.string()).optional(),
|
|
18280
|
-
|
|
18281
|
-
|
|
18289
|
+
"retentionUntil.from": m.string().optional(),
|
|
18290
|
+
"retentionUntil.to": m.string().optional(),
|
|
18282
18291
|
channel: m.array(m.enum([
|
|
18283
18292
|
"UnknownChannel",
|
|
18284
18293
|
"ChatChannel",
|
|
@@ -18337,11 +18346,11 @@ m.array(Ce), m.object({
|
|
|
18337
18346
|
sort: m.string().optional(),
|
|
18338
18347
|
fields: m.array(m.string()).optional(),
|
|
18339
18348
|
id: m.array(m.string()).optional(),
|
|
18340
|
-
|
|
18341
|
-
|
|
18349
|
+
"uploadedAt.from": m.string().optional(),
|
|
18350
|
+
"uploadedAt.to": m.string().optional(),
|
|
18342
18351
|
referenceId: m.array(m.string()).optional(),
|
|
18343
|
-
|
|
18344
|
-
|
|
18352
|
+
"retentionUntil.from": m.string().optional(),
|
|
18353
|
+
"retentionUntil.to": m.string().optional(),
|
|
18345
18354
|
type: m.enum([
|
|
18346
18355
|
"PDF",
|
|
18347
18356
|
"SCREENSHOT",
|
|
@@ -18398,8 +18407,8 @@ m.array(Ce), m.object({
|
|
|
18398
18407
|
sort: m.string().optional(),
|
|
18399
18408
|
fields: m.array(m.string()).optional(),
|
|
18400
18409
|
id: m.array(m.string()).optional(),
|
|
18401
|
-
|
|
18402
|
-
|
|
18410
|
+
"uploadedAt.from": m.string().optional(),
|
|
18411
|
+
"uploadedAt.to": m.string().optional(),
|
|
18403
18412
|
uploadedBy: m.array(m.string()).optional(),
|
|
18404
18413
|
referenceId: m.array(m.string()).optional(),
|
|
18405
18414
|
channel: m.array(m.enum([
|
|
@@ -18413,8 +18422,8 @@ m.array(Ce), m.object({
|
|
|
18413
18422
|
"CasesChannel",
|
|
18414
18423
|
"ScreenRecordingChannel"
|
|
18415
18424
|
])).optional().describe(" - ScreenRecordingChannel: ScreenshotChannel = 8; // deprecated"),
|
|
18416
|
-
|
|
18417
|
-
|
|
18425
|
+
"retentionUntil.from": m.string().optional(),
|
|
18426
|
+
"retentionUntil.to": m.string().optional()
|
|
18418
18427
|
}), m.object({
|
|
18419
18428
|
items: m.array(m.object({
|
|
18420
18429
|
channel: m.enum([
|
|
@@ -18462,11 +18471,11 @@ m.array(Ce), m.object({
|
|
|
18462
18471
|
sort: m.string().optional(),
|
|
18463
18472
|
fields: m.array(m.string()).optional(),
|
|
18464
18473
|
id: m.array(m.string()).optional(),
|
|
18465
|
-
|
|
18466
|
-
|
|
18474
|
+
"uploadedAt.from": m.string().optional(),
|
|
18475
|
+
"uploadedAt.to": m.string().optional(),
|
|
18467
18476
|
referenceId: m.array(m.string()).optional(),
|
|
18468
|
-
|
|
18469
|
-
|
|
18477
|
+
"retentionUntil.from": m.string().optional(),
|
|
18478
|
+
"retentionUntil.to": m.string().optional(),
|
|
18470
18479
|
type: m.enum([
|
|
18471
18480
|
"PDF",
|
|
18472
18481
|
"SCREENSHOT",
|
|
@@ -18634,8 +18643,8 @@ m.array(Ce), m.object({
|
|
|
18634
18643
|
}).optional()
|
|
18635
18644
|
}).optional() }), m.object({ id: m.string() }), m.object({
|
|
18636
18645
|
teamId: m.string().optional(),
|
|
18637
|
-
|
|
18638
|
-
|
|
18646
|
+
"forecastData.from": m.string().optional(),
|
|
18647
|
+
"forecastData.to": m.string().optional()
|
|
18639
18648
|
}), m.object({ items: m.array(m.object({
|
|
18640
18649
|
agents: m.string().optional(),
|
|
18641
18650
|
timestamp: m.string().optional()
|
|
@@ -20446,7 +20455,7 @@ m.array(De), m.object({
|
|
|
20446
20455
|
}), m.object({
|
|
20447
20456
|
catalogId: m.string().optional().describe("----- connection -----\nOptional. ID of the preconfigured LDAP catalog"),
|
|
20448
20457
|
url: m.string().optional().describe("Optional. URL to establish connection to LDAP catalog\n\nURL e.g.: [(ldap|ldapi|ldaps)://]host[:port]"),
|
|
20449
|
-
|
|
20458
|
+
"tls.pem": m.string().optional().describe("TODO: (!)\n\nbase64"),
|
|
20450
20459
|
bind: m.string().optional().describe("----- BIND: Authorization -----\n\nauthorization method e.g.: SIMPLE, SAML, NTLM, etc."),
|
|
20451
20460
|
username: m.string().optional().describe("bind_dn"),
|
|
20452
20461
|
password: m.string().optional().describe("password"),
|
|
@@ -20986,7 +20995,7 @@ m.array(De), m.object({
|
|
|
20986
20995
|
status: m.string().optional()
|
|
20987
20996
|
}), m.object({ catalog_id: m.string().describe("----- connection -----\nOptional. ID of the preconfigured LDAP catalog") }), m.object({
|
|
20988
20997
|
url: m.string().optional().describe("Optional. URL to establish connection to LDAP catalog\n\nURL e.g.: [(ldap|ldapi|ldaps)://]host[:port]"),
|
|
20989
|
-
|
|
20998
|
+
"tls.pem": m.string().optional().describe("TODO: (!)\n\nbase64"),
|
|
20990
20999
|
bind: m.string().optional().describe("----- BIND: Authorization -----\n\nauthorization method e.g.: SIMPLE, SAML, NTLM, etc."),
|
|
20991
21000
|
username: m.string().optional().describe("bind_dn"),
|
|
20992
21001
|
password: m.string().optional().describe("password"),
|
|
@@ -21577,8 +21586,8 @@ m.array(De), m.object({
|
|
|
21577
21586
|
sort: m.string().optional(),
|
|
21578
21587
|
fields: m.array(m.string()).optional(),
|
|
21579
21588
|
id: m.array(m.number()).optional(),
|
|
21580
|
-
|
|
21581
|
-
|
|
21589
|
+
"expireAt.from": m.string().optional(),
|
|
21590
|
+
"expireAt.to": m.string().optional()
|
|
21582
21591
|
}), m.object({
|
|
21583
21592
|
items: m.array(m.object({
|
|
21584
21593
|
description: m.string().optional(),
|
|
@@ -22115,16 +22124,16 @@ m.array(Ae), m.object({
|
|
|
22115
22124
|
queueId: m.array(m.number()).optional(),
|
|
22116
22125
|
bucketId: m.array(m.number()).optional(),
|
|
22117
22126
|
destination: m.string().optional(),
|
|
22118
|
-
|
|
22119
|
-
|
|
22120
|
-
|
|
22121
|
-
|
|
22127
|
+
"createdAt.from": m.string().optional(),
|
|
22128
|
+
"createdAt.to": m.string().optional(),
|
|
22129
|
+
"offeringAt.from": m.string().optional(),
|
|
22130
|
+
"offeringAt.to": m.string().optional(),
|
|
22122
22131
|
stopCause: m.array(m.string()).optional(),
|
|
22123
|
-
|
|
22124
|
-
|
|
22132
|
+
"priority.from": m.string().optional(),
|
|
22133
|
+
"priority.to": m.string().optional(),
|
|
22125
22134
|
name: m.string().optional(),
|
|
22126
|
-
|
|
22127
|
-
|
|
22135
|
+
"attempts.from": m.string().optional(),
|
|
22136
|
+
"attempts.to": m.string().optional(),
|
|
22128
22137
|
agentId: m.array(m.number()).optional()
|
|
22129
22138
|
}), m.object({
|
|
22130
22139
|
items: m.array(m.object({
|
|
@@ -22283,20 +22292,20 @@ m.array(Ae), m.object({
|
|
|
22283
22292
|
q: m.string().optional(),
|
|
22284
22293
|
sort: m.string().optional(),
|
|
22285
22294
|
fields: m.array(m.string()).optional(),
|
|
22286
|
-
|
|
22287
|
-
|
|
22295
|
+
"joinedAt.from": m.string().optional(),
|
|
22296
|
+
"joinedAt.to": m.string().optional(),
|
|
22288
22297
|
id: m.array(m.string()).optional(),
|
|
22289
22298
|
queueId: m.array(m.string()).optional(),
|
|
22290
22299
|
bucketId: m.array(m.string()).optional(),
|
|
22291
22300
|
memberId: m.array(m.string()).optional(),
|
|
22292
22301
|
agentId: m.array(m.string()).optional(),
|
|
22293
22302
|
result: m.array(m.string()).optional(),
|
|
22294
|
-
|
|
22295
|
-
|
|
22296
|
-
|
|
22297
|
-
|
|
22298
|
-
|
|
22299
|
-
|
|
22303
|
+
"leavingAt.from": m.string().optional(),
|
|
22304
|
+
"leavingAt.to": m.string().optional(),
|
|
22305
|
+
"offeringAt.from": m.string().optional(),
|
|
22306
|
+
"offeringAt.to": m.string().optional(),
|
|
22307
|
+
"duration.from": m.string().optional(),
|
|
22308
|
+
"duration.to": m.string().optional(),
|
|
22300
22309
|
offeredAgentId: m.array(m.string()).optional()
|
|
22301
22310
|
}), m.object({
|
|
22302
22311
|
items: m.array(m.object({
|
|
@@ -22374,20 +22383,20 @@ m.array(Ae), m.object({
|
|
|
22374
22383
|
q: m.string().optional(),
|
|
22375
22384
|
sort: m.string().optional(),
|
|
22376
22385
|
fields: m.array(m.string()).optional(),
|
|
22377
|
-
|
|
22378
|
-
|
|
22386
|
+
"joinedAt.from": m.string().optional(),
|
|
22387
|
+
"joinedAt.to": m.string().optional(),
|
|
22379
22388
|
id: m.array(m.string()).optional(),
|
|
22380
22389
|
queueId: m.array(m.string()).optional(),
|
|
22381
22390
|
bucketId: m.array(m.string()).optional(),
|
|
22382
22391
|
memberId: m.array(m.string()).optional(),
|
|
22383
22392
|
agentId: m.array(m.string()).optional(),
|
|
22384
22393
|
result: m.array(m.string()).optional(),
|
|
22385
|
-
|
|
22386
|
-
|
|
22387
|
-
|
|
22388
|
-
|
|
22389
|
-
|
|
22390
|
-
|
|
22394
|
+
"leavingAt.from": m.string().optional(),
|
|
22395
|
+
"leavingAt.to": m.string().optional(),
|
|
22396
|
+
"offeringAt.from": m.string().optional(),
|
|
22397
|
+
"offeringAt.to": m.string().optional(),
|
|
22398
|
+
"duration.from": m.string().optional(),
|
|
22399
|
+
"duration.to": m.string().optional(),
|
|
22391
22400
|
offeredAgentId: m.array(m.string()).optional()
|
|
22392
22401
|
}), m.object({
|
|
22393
22402
|
items: m.array(m.object({
|
|
@@ -22638,16 +22647,16 @@ m.array(Ae), m.object({
|
|
|
22638
22647
|
id: m.array(m.string()).optional(),
|
|
22639
22648
|
bucketId: m.array(m.number()).optional(),
|
|
22640
22649
|
destination: m.string().optional(),
|
|
22641
|
-
|
|
22642
|
-
|
|
22643
|
-
|
|
22644
|
-
|
|
22650
|
+
"createdAt.from": m.string().optional(),
|
|
22651
|
+
"createdAt.to": m.string().optional(),
|
|
22652
|
+
"offeringAt.from": m.string().optional(),
|
|
22653
|
+
"offeringAt.to": m.string().optional(),
|
|
22645
22654
|
stopCause: m.array(m.string()).optional(),
|
|
22646
|
-
|
|
22647
|
-
|
|
22655
|
+
"priority.from": m.string().optional(),
|
|
22656
|
+
"priority.to": m.string().optional(),
|
|
22648
22657
|
name: m.string().optional(),
|
|
22649
|
-
|
|
22650
|
-
|
|
22658
|
+
"attempts.from": m.string().optional(),
|
|
22659
|
+
"attempts.to": m.string().optional(),
|
|
22651
22660
|
agentId: m.array(m.number()).optional(),
|
|
22652
22661
|
variablesString: m.string().optional().describe("This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18")
|
|
22653
22662
|
}), m.object({
|
|
@@ -23306,9 +23315,9 @@ m.object({
|
|
|
23306
23315
|
fields: m.array(m.string()).optional().describe("Fields [Q]uery to build result dataset record."),
|
|
23307
23316
|
id: m.array(m.string()).optional().describe("Set of unique contact **ID**entifier(s)."),
|
|
23308
23317
|
type: m.string().optional().describe("The type of contact to filter."),
|
|
23309
|
-
|
|
23310
|
-
|
|
23311
|
-
|
|
23318
|
+
"via.id": m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
23319
|
+
"via.type": m.string().optional().describe("Contact **type** provider."),
|
|
23320
|
+
"via.name": m.string().optional().describe("Contact display **name**.")
|
|
23312
23321
|
}), m.object({
|
|
23313
23322
|
next: m.boolean().optional(),
|
|
23314
23323
|
page: m.number().optional().describe("Page number of results."),
|
|
@@ -23334,14 +23343,14 @@ m.object({
|
|
|
23334
23343
|
sort: m.array(m.string()).optional().describe("Sort records by { fields } specification."),
|
|
23335
23344
|
fields: m.array(m.string()).optional().describe("Fields [Q]uery to build result dataset record."),
|
|
23336
23345
|
id: m.array(m.string()).optional().describe("Set of unique chat IDentifier(s).\nAccept: dialog -or- member ID."),
|
|
23337
|
-
|
|
23338
|
-
|
|
23339
|
-
|
|
23340
|
-
|
|
23341
|
-
|
|
23342
|
-
|
|
23343
|
-
|
|
23344
|
-
|
|
23346
|
+
"via.id": m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
23347
|
+
"via.type": m.string().optional().describe("Contact **type** provider."),
|
|
23348
|
+
"via.name": m.string().optional().describe("Contact display **name**."),
|
|
23349
|
+
"peer.id": m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
23350
|
+
"peer.type": m.string().optional().describe("Contact **type** provider."),
|
|
23351
|
+
"peer.name": m.string().optional().describe("Contact display **name**."),
|
|
23352
|
+
"date.since": m.string().optional().describe("Since epochtime (milli).\n**Match**: greater than .."),
|
|
23353
|
+
"date.until": m.string().optional().describe("Until epochtime (milli).\n**Match**: less or equal .."),
|
|
23345
23354
|
online: m.boolean().optional().describe("Dialogs ONLY that are currently [not] active( closed: ? )."),
|
|
23346
23355
|
groupString: m.string().optional().describe("Includes ONLY those chat dialogs\nwhose member channel(s) contain\na specified set of variables.\n\n10")
|
|
23347
23356
|
}), m.object({
|
|
@@ -23499,14 +23508,14 @@ m.object({
|
|
|
23499
23508
|
sort: m.array(m.string()).optional().describe("Sort records by { fields } specification."),
|
|
23500
23509
|
fields: m.array(m.string()).optional().describe("Fields [Q]uery to build result dataset record."),
|
|
23501
23510
|
id: m.array(m.string()).optional().describe("Set of unique chat member ID."),
|
|
23502
|
-
|
|
23503
|
-
|
|
23504
|
-
|
|
23505
|
-
|
|
23506
|
-
|
|
23507
|
-
|
|
23508
|
-
|
|
23509
|
-
|
|
23511
|
+
"via.id": m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
23512
|
+
"via.type": m.string().optional().describe("Contact **type** provider."),
|
|
23513
|
+
"via.name": m.string().optional().describe("Contact display **name**."),
|
|
23514
|
+
"peer.id": m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
23515
|
+
"peer.type": m.string().optional().describe("Contact **type** provider."),
|
|
23516
|
+
"peer.name": m.string().optional().describe("Contact display **name**."),
|
|
23517
|
+
"date.since": m.string().optional().describe("Since epochtime (milli).\n**Match**: greater than .."),
|
|
23518
|
+
"date.until": m.string().optional().describe("Until epochtime (milli).\n**Match**: less or equal .."),
|
|
23510
23519
|
online: m.boolean().optional().describe("Participants ONLY who are currently [not] connected to the chat.\n( left: ( 0 ? online : offline ) )"),
|
|
23511
23520
|
joined: m.boolean().optional().describe("Participants ONLY who have [not] been connected to the chat.\n( join: ( 0 ? [request|abandoned] : connected ) )")
|
|
23512
23521
|
}), m.object({
|
|
@@ -23540,14 +23549,14 @@ m.object({
|
|
|
23540
23549
|
next: m.boolean().optional(),
|
|
23541
23550
|
page: m.number().optional().describe("Page number of results.")
|
|
23542
23551
|
}), m.object({ chat_id: m.string().describe("Unique chat dialog") }), m.object({
|
|
23543
|
-
|
|
23544
|
-
|
|
23552
|
+
"offset.id": m.string().optional().describe("Messages ONLY starting from the specified message ID"),
|
|
23553
|
+
"offset.date": m.string().optional().describe("Messages ONLY been sent before the specified epochtime(milli)."),
|
|
23545
23554
|
limit: m.number().optional().describe("Number of messages to return."),
|
|
23546
23555
|
q: m.string().optional().describe("Search term: message.text"),
|
|
23547
23556
|
fields: m.array(m.string()).optional().describe("Fields to return into result."),
|
|
23548
|
-
|
|
23549
|
-
|
|
23550
|
-
|
|
23557
|
+
"peer.id": m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
23558
|
+
"peer.type": m.string().optional().describe("Contact **type** provider."),
|
|
23559
|
+
"peer.name": m.string().optional().describe("Contact display **name**."),
|
|
23551
23560
|
groupString: m.string().optional().describe("Includes the history of ONLY those dialogs\nwhose member channel(s) contain\na specified set of variables.")
|
|
23552
23561
|
}), m.object({
|
|
23553
23562
|
chats: m.array(m.object({
|
|
@@ -23681,13 +23690,13 @@ m.object({
|
|
|
23681
23690
|
"peer.type": m.string().describe("Contact **type** provider."),
|
|
23682
23691
|
"peer.id": m.string().describe("Contact unique **ID**entifier.\nContact **type**-specific string.")
|
|
23683
23692
|
}), m.object({
|
|
23684
|
-
|
|
23685
|
-
|
|
23693
|
+
"offset.id": m.string().optional().describe("Messages ONLY starting from the specified message ID"),
|
|
23694
|
+
"offset.date": m.string().optional().describe("Messages ONLY been sent before the specified epochtime(milli)."),
|
|
23686
23695
|
limit: m.number().optional().describe("Number of messages to return."),
|
|
23687
23696
|
q: m.string().optional().describe("Search term: message.text"),
|
|
23688
23697
|
fields: m.array(m.string()).optional().describe("Fields to return into result."),
|
|
23689
23698
|
chatId: m.string().optional().describe("Unique chat dialog"),
|
|
23690
|
-
|
|
23699
|
+
"peer.name": m.string().optional().describe("Contact display **name**."),
|
|
23691
23700
|
groupStringString: m.string().optional().describe("Includes the history of ONLY those dialogs\nwhose member channel(s) contain\na specified set of variables.")
|
|
23692
23701
|
}), m.object({
|
|
23693
23702
|
chats: m.array(m.object({
|
|
@@ -24952,9 +24961,9 @@ m.object({
|
|
|
24952
24961
|
id: m.array(m.string()).optional().describe("Link(s) with unique ID only."),
|
|
24953
24962
|
primary: m.boolean().optional().describe("Primary phone only."),
|
|
24954
24963
|
verified: m.boolean().optional().describe("Verified phone only."),
|
|
24955
|
-
|
|
24956
|
-
|
|
24957
|
-
|
|
24964
|
+
"type.id": m.string().optional().describe("Reference Object unique ID."),
|
|
24965
|
+
"type.type": m.string().optional().describe("Reference Object well-known type."),
|
|
24966
|
+
"type.name": m.string().optional().describe("Reference Object display name.")
|
|
24958
24967
|
}), m.object({
|
|
24959
24968
|
data: m.array(m.object({
|
|
24960
24969
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -26186,8 +26195,8 @@ m.array(Ie), m.object({
|
|
|
26186
26195
|
}), m.object({
|
|
26187
26196
|
page: m.number().optional(),
|
|
26188
26197
|
size: m.number().optional(),
|
|
26189
|
-
|
|
26190
|
-
|
|
26198
|
+
"joinedAt.from": m.string().optional(),
|
|
26199
|
+
"joinedAt.to": m.string().optional(),
|
|
26191
26200
|
domainId: m.string().optional(),
|
|
26192
26201
|
fields: m.array(m.string()).optional(),
|
|
26193
26202
|
sort: m.string().optional(),
|
|
@@ -31095,12 +31104,12 @@ m.array(ze), m.object({
|
|
|
31095
31104
|
q: m.string().optional(),
|
|
31096
31105
|
sort: m.string().optional(),
|
|
31097
31106
|
fields: m.array(m.string()).optional(),
|
|
31098
|
-
|
|
31099
|
-
|
|
31100
|
-
|
|
31101
|
-
|
|
31102
|
-
|
|
31103
|
-
|
|
31107
|
+
"createdAt.from": m.string().optional(),
|
|
31108
|
+
"createdAt.to": m.string().optional(),
|
|
31109
|
+
"startedAt.from": m.string().optional(),
|
|
31110
|
+
"startedAt.to": m.string().optional(),
|
|
31111
|
+
"duration.from": m.string().optional(),
|
|
31112
|
+
"duration.to": m.string().optional(),
|
|
31104
31113
|
state: m.array(m.enum([
|
|
31105
31114
|
"idle",
|
|
31106
31115
|
"active",
|
|
@@ -31601,7 +31610,7 @@ m.array(ze), m.object({
|
|
|
31601
31610
|
name: m.string().optional()
|
|
31602
31611
|
}).optional()
|
|
31603
31612
|
}).describe("UserId lookup value."), m.object({ "user.id": m.string().describe("identifier") }), m.object({
|
|
31604
|
-
|
|
31613
|
+
"user.name": m.string().optional().describe("display name"),
|
|
31605
31614
|
q: m.string().optional().describe("int32 page = 2;\nint64 size = 3;\n\n.usage ILIKE :q"),
|
|
31606
31615
|
fields: m.array(m.string()).optional().describe("----- Search Options -------------------------\n\nselect: output (fields,...)"),
|
|
31607
31616
|
sort: m.array(m.string()).optional().describe("select: order by (fields,...)"),
|
|
@@ -31638,7 +31647,7 @@ m.array(ze), m.object({
|
|
|
31638
31647
|
}), m.object({
|
|
31639
31648
|
"user.id": m.string().describe("identifier"),
|
|
31640
31649
|
id: m.string().describe("tokenKey::uuid")
|
|
31641
|
-
}), m.object({
|
|
31650
|
+
}), m.object({ "user.name": m.string().optional().describe("display name") }), m.object({
|
|
31642
31651
|
createdAt: m.string().optional(),
|
|
31643
31652
|
createdBy: m.object({
|
|
31644
31653
|
id: m.string().optional(),
|
|
@@ -31664,7 +31673,7 @@ m.array(ze), m.object({
|
|
|
31664
31673
|
}).describe("UserId lookup value."), m.object({
|
|
31665
31674
|
"user.id": m.string().describe("identifier"),
|
|
31666
31675
|
id: m.string().describe("tokenKey::uuid")
|
|
31667
|
-
}), m.object({
|
|
31676
|
+
}), m.object({ "user.name": m.string().optional().describe("display name") }), m.object({
|
|
31668
31677
|
createdAt: m.string().optional(),
|
|
31669
31678
|
createdBy: m.object({
|
|
31670
31679
|
id: m.string().optional(),
|
|
@@ -31908,8 +31917,8 @@ m.array(Be), m.object({ deleted: m.array(m.object({
|
|
|
31908
31917
|
extension: m.string().optional().describe("filter: .extension LIKE '{extension}'"),
|
|
31909
31918
|
any: m.boolean().optional().describe("----- View Modes -----------------------------\nNOTE: by default, search NOT 'deleted' objects ONLY\n\nfilter: include 'deleted' ALSO ! (inactive)"),
|
|
31910
31919
|
deleted: m.boolean().optional().describe("filter: .deleted_at NOTNULL (view: RECYCLE)"),
|
|
31911
|
-
|
|
31912
|
-
|
|
31920
|
+
"presence.status": m.string().optional(),
|
|
31921
|
+
"presence.note": m.string().optional(),
|
|
31913
31922
|
fields: m.array(m.string()).optional().describe("// navigation filter\nrepeated int64 roles = 7;\n----- Search Options -------------------------\n\nselect: output (fields,...)"),
|
|
31914
31923
|
sort: m.array(m.string()).optional().describe("select: order by (fields,...)"),
|
|
31915
31924
|
page: m.number().optional().describe("select: offset {page}"),
|
|
@@ -31993,10 +32002,10 @@ m.array(Be), m.object({ deleted: m.array(m.object({
|
|
|
31993
32002
|
userPassword: m.string().optional(),
|
|
31994
32003
|
confirmPassword: m.string().optional(),
|
|
31995
32004
|
generateDevice: m.boolean().optional().describe("Generate credentials & assign SIP [device] for NEW [user]"),
|
|
31996
|
-
|
|
31997
|
-
|
|
31998
|
-
|
|
31999
|
-
|
|
32005
|
+
"device.name": m.string().optional().describe("SIP display name"),
|
|
32006
|
+
"device.account": m.string().optional().describe("SIP auth-id"),
|
|
32007
|
+
"device.password": m.string().optional().describe("SIP password"),
|
|
32008
|
+
"device.generatePassword": m.boolean().optional().describe("[re]generate SIP password ?")
|
|
32000
32009
|
}), m.object({
|
|
32001
32010
|
chatName: m.string().optional().describe("The \"chat_name\" field is used to store the name displayed externally on the platform.\nFor example, \"chat_name\" is shown when an agent connects to chats with clients."),
|
|
32002
32011
|
contact: m.object({
|
|
@@ -32397,10 +32406,10 @@ m.array(Be), m.object({ deleted: m.array(m.object({
|
|
|
32397
32406
|
}).optional().describe("User profile.") }), m.object({ id: m.string().describe("path: /users/{id}") }), m.object({
|
|
32398
32407
|
fields: m.array(m.string()).optional().describe("PATCH: partial update"),
|
|
32399
32408
|
generateDevice: m.boolean().optional().describe("Generate SIP credentials & assign NEW [device] for [user]"),
|
|
32400
|
-
|
|
32401
|
-
|
|
32402
|
-
|
|
32403
|
-
|
|
32409
|
+
"device.name": m.string().optional().describe("SIP display name"),
|
|
32410
|
+
"device.account": m.string().optional().describe("SIP auth-id"),
|
|
32411
|
+
"device.password": m.string().optional().describe("SIP password"),
|
|
32412
|
+
"device.generatePassword": m.boolean().optional().describe("[re]generate SIP password ?")
|
|
32404
32413
|
}), m.object({
|
|
32405
32414
|
chatName: m.string().optional().describe("The \"chat_name\" field is used to store the name displayed externally on the platform.\nFor example, \"chat_name\" is shown when an agent connects to chats with clients."),
|
|
32406
32415
|
contact: m.object({
|
|
@@ -32528,10 +32537,10 @@ m.array(Be), m.object({ deleted: m.array(m.object({
|
|
|
32528
32537
|
}).describe("User profile."), m.object({ id: m.string().describe("path: /users/{id}") }), m.object({
|
|
32529
32538
|
fields: m.array(m.string()).optional().describe("PATCH: partial update"),
|
|
32530
32539
|
generateDevice: m.boolean().optional().describe("Generate SIP credentials & assign NEW [device] for [user]"),
|
|
32531
|
-
|
|
32532
|
-
|
|
32533
|
-
|
|
32534
|
-
|
|
32540
|
+
"device.name": m.string().optional().describe("SIP display name"),
|
|
32541
|
+
"device.account": m.string().optional().describe("SIP auth-id"),
|
|
32542
|
+
"device.password": m.string().optional().describe("SIP password"),
|
|
32543
|
+
"device.generatePassword": m.boolean().optional().describe("[re]generate SIP password ?")
|
|
32535
32544
|
}), m.object({
|
|
32536
32545
|
chatName: m.string().optional().describe("The \"chat_name\" field is used to store the name displayed externally on the platform.\nFor example, \"chat_name\" is shown when an agent connects to chats with clients."),
|
|
32537
32546
|
contact: m.object({
|
|
@@ -33485,8 +33494,8 @@ m.array(He), m.object({
|
|
|
33485
33494
|
types: m.array(m.number()).optional().describe("Filter messages by message types."),
|
|
33486
33495
|
periodFrom: m.string().optional().describe("Inclusive lower bound on the dialog interval (Unix time, milliseconds).\nZero means unbounded."),
|
|
33487
33496
|
periodTo: m.string().optional().describe("Inclusive upper bound on the dialog interval (Unix time, milliseconds).\nZero means unbounded."),
|
|
33488
|
-
|
|
33489
|
-
|
|
33497
|
+
"cursor.id": m.string().optional().describe("Cursor identifier.\nMust be a valid UUID referencing an existing message.\nDefines the starting point for pagination."),
|
|
33498
|
+
"cursor.before": m.boolean().optional().describe("Pagination direction flag.\n\ntrue -> fetch newer messages (back before history)\nfalse -> fetch older messages (back to older history)"),
|
|
33490
33499
|
size: m.number().optional().describe("Maximum number of messages to return.")
|
|
33491
33500
|
}), m.object({
|
|
33492
33501
|
items: m.array(m.object({
|
|
@@ -33669,8 +33678,8 @@ m.array(He), m.object({
|
|
|
33669
33678
|
ids: m.array(m.string()).optional().describe("Filter by specific message IDs."),
|
|
33670
33679
|
senderIds: m.array(m.string()).optional().describe("Filter messages by sender user IDs."),
|
|
33671
33680
|
types: m.array(m.number()).optional().describe("Filter messages by message types."),
|
|
33672
|
-
|
|
33673
|
-
|
|
33681
|
+
"cursor.id": m.string().optional().describe("Cursor identifier.\nMust be a valid UUID referencing an existing message.\nDefines the starting point for pagination."),
|
|
33682
|
+
"cursor.before": m.boolean().optional().describe("Pagination direction flag.\n\ntrue -> fetch newer messages (back before history)\nfalse -> fetch older messages (back to older history)"),
|
|
33674
33683
|
size: m.number().optional().describe("Maximum number of messages to return.")
|
|
33675
33684
|
}), m.object({
|
|
33676
33685
|
items: m.array(m.object({
|
|
@@ -36140,8 +36149,8 @@ m.array(He), m.object({
|
|
|
36140
36149
|
id: m.string(),
|
|
36141
36150
|
agent_id: m.string()
|
|
36142
36151
|
}), m.object({ id: m.string().optional() }), m.object({ id: m.string() }), m.object({
|
|
36143
|
-
|
|
36144
|
-
|
|
36152
|
+
"date.from": m.string().optional(),
|
|
36153
|
+
"date.to": m.string().optional()
|
|
36145
36154
|
}), m.object({ items: m.record(m.string(), m.object({ forecast: m.array(m.object({
|
|
36146
36155
|
agents: m.string().optional(),
|
|
36147
36156
|
hour: m.string().optional()
|
|
@@ -36450,7 +36459,7 @@ var Ye = {
|
|
|
36450
36459
|
}
|
|
36451
36460
|
}
|
|
36452
36461
|
};
|
|
36453
|
-
h(Me), { ...he("/oauth") }, W(), G(), W(), G(), W(), G(), W(), G(), W(), G(), W(), G(), W(), G(), W(), { ...he("/users") };
|
|
36462
|
+
h(Me), { ...he("/oauth/apps") }, W(), G(), W(), G(), W(), G(), W(), G(), W(), G(), W(), G(), W(), G(), W(), { ...he("/users") };
|
|
36454
36463
|
//#endregion
|
|
36455
36464
|
//#region packages/api-services/src/api/clients/wtTypes/sysTypes/sysTypes.ts
|
|
36456
36465
|
var Xe = W(), Ze = async ({ path: e, display: t, primary: n, ...r }) => {
|