-
- Downloads
feat(sci): Restrict livechat visitors to their source type scope (#33569)
Showing
- .changeset/fuzzy-pans-share.md 9 additions, 0 deletions.changeset/fuzzy-pans-share.md
- apps/meteor/app/apps/server/bridges/livechat.ts 32 additions, 5 deletionsapps/meteor/app/apps/server/bridges/livechat.ts
- apps/meteor/app/apps/server/converters/visitors.js 21 additions, 0 deletionsapps/meteor/app/apps/server/converters/visitors.js
- apps/meteor/app/livechat/imports/server/rest/sms.ts 19 additions, 4 deletionsapps/meteor/app/livechat/imports/server/rest/sms.ts
- apps/meteor/app/livechat/imports/server/rest/upload.ts 11 additions, 1 deletionapps/meteor/app/livechat/imports/server/rest/upload.ts
- apps/meteor/app/livechat/server/api/lib/livechat.ts 23 additions, 1 deletionapps/meteor/app/livechat/server/api/lib/livechat.ts
- apps/meteor/app/livechat/server/api/v1/message.ts 21 additions, 6 deletionsapps/meteor/app/livechat/server/api/v1/message.ts
- apps/meteor/app/livechat/server/lib/LivechatTyped.ts 4 additions, 1 deletionapps/meteor/app/livechat/server/lib/LivechatTyped.ts
- apps/meteor/app/livechat/server/methods/sendMessageLivechat.ts 15 additions, 7 deletions...meteor/app/livechat/server/methods/sendMessageLivechat.ts
- apps/meteor/app/livechat/server/sendMessageBySMS.ts 12 additions, 2 deletionsapps/meteor/app/livechat/server/sendMessageBySMS.ts
- apps/meteor/ee/server/apps/communication/uikit.ts 2 additions, 1 deletionapps/meteor/ee/server/apps/communication/uikit.ts
- apps/meteor/server/features/EmailInbox/EmailInbox_Incoming.ts 15 additions, 3 deletions.../meteor/server/features/EmailInbox/EmailInbox_Incoming.ts
- apps/meteor/server/models/raw/LivechatVisitors.ts 69 additions, 1 deletionapps/meteor/server/models/raw/LivechatVisitors.ts
- apps/meteor/tests/end-to-end/api/livechat/00-rooms.ts 74 additions, 20 deletionsapps/meteor/tests/end-to-end/api/livechat/00-rooms.ts
- apps/meteor/tests/end-to-end/api/livechat/06-integrations.ts 51 additions, 1 deletionapps/meteor/tests/end-to-end/api/livechat/06-integrations.ts
- apps/meteor/tests/end-to-end/api/livechat/11-livechat.ts 31 additions, 0 deletionsapps/meteor/tests/end-to-end/api/livechat/11-livechat.ts
- packages/apps/src/converters/IAppVisitorsConverter.ts 2 additions, 0 deletionspackages/apps/src/converters/IAppVisitorsConverter.ts
- packages/core-typings/src/ILivechatVisitor.ts 2 additions, 0 deletionspackages/core-typings/src/ILivechatVisitor.ts
- packages/model-typings/src/models/ILivechatVisitorsModel.ts 27 additions, 1 deletionpackages/model-typings/src/models/ILivechatVisitorsModel.ts
Loading