@webitel/ui-sdk 25.6.22 → 25.6.24
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/types/enums/WebitelApplications/AdminSections.d.ts +1 -0
- package/dist/types/enums/WtObject/WtObject.d.ts +1 -0
- package/dist/ui-sdk.js +2 -2
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/wt-action-bar/WtActionBarActionsOrder.js +1 -1
- package/src/enums/WebitelApplications/AdminSections.ts +1 -0
- package/src/enums/WtObject/WtObject.ts +1 -0
- package/src/locale/en/en.js +1 -0
- package/src/locale/ru/ru.js +1 -0
- package/src/locale/ua/ua.js +1 -0
- package/src/modules/Userinfo/classes/ApplicationsAccess.js +4 -0
- package/src/modules/Userinfo/v2/mappings/mappings.ts +1 -0
|
@@ -41,5 +41,6 @@ export declare const AdminSections: {
|
|
|
41
41
|
readonly Triggers: "triggers";
|
|
42
42
|
readonly Users: "users";
|
|
43
43
|
readonly WorkingConditions: "working-conditions";
|
|
44
|
+
readonly QuickReplies: "quick-replies";
|
|
44
45
|
};
|
|
45
46
|
export type AdminSections = (typeof AdminSections)[keyof typeof AdminSections];
|
package/dist/ui-sdk.js
CHANGED
|
@@ -9762,6 +9762,7 @@ const __ = /* @__PURE__ */ Y1(b_), x_ = {
|
|
|
9762
9762
|
}
|
|
9763
9763
|
}, hu = [
|
|
9764
9764
|
t2.ADD,
|
|
9765
|
+
t2.ADD_CONTACT,
|
|
9765
9766
|
t2.COPY,
|
|
9766
9767
|
t2.DOWNLOAD,
|
|
9767
9768
|
t2.UPLOAD,
|
|
@@ -9769,8 +9770,7 @@ const __ = /* @__PURE__ */ Y1(b_), x_ = {
|
|
|
9769
9770
|
t2.VARIABLES,
|
|
9770
9771
|
t2.FILTERS,
|
|
9771
9772
|
t2.REFRESH,
|
|
9772
|
-
t2.DELETE
|
|
9773
|
-
t2.ADD_CONTACT
|
|
9773
|
+
t2.DELETE
|
|
9774
9774
|
], S_ = hu, k_ = { class: "wt-action-bar" }, O_ = {
|
|
9775
9775
|
__name: "wt-action-bar",
|
|
9776
9776
|
props: {
|