@aldb2b/common 1.0.365 → 1.0.366
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Subjects } from './subjects';
|
|
2
|
+
import { ChatSetting } from "../types/chat-setting.interface";
|
|
2
3
|
export declare namespace UpdateChatSetting {
|
|
3
4
|
interface Context {
|
|
4
5
|
subject: Subjects.UpdateChatSetting;
|
|
@@ -6,11 +7,6 @@ export declare namespace UpdateChatSetting {
|
|
|
6
7
|
}
|
|
7
8
|
interface Data {
|
|
8
9
|
event: string;
|
|
9
|
-
chatVisibility?:
|
|
10
|
-
hostProfile: string;
|
|
11
|
-
guestProfile: string;
|
|
12
|
-
createdBy: string;
|
|
13
|
-
updatedBy: string;
|
|
14
|
-
};
|
|
10
|
+
chatVisibility?: ChatSetting;
|
|
15
11
|
}
|
|
16
12
|
}
|
|
@@ -786,9 +786,14 @@
|
|
|
786
786
|
"signature": "b8632a55823ecd0681a05b8305ff34f13e8d8812fac975172c78708563aaf929",
|
|
787
787
|
"affectsGlobalScope": false
|
|
788
788
|
},
|
|
789
|
+
"../src/types/chat-setting.interface.ts": {
|
|
790
|
+
"version": "3473d2cd50bb4ccf7c14419cd7de69f3d46bd2c76ccc34a4b041ae221ace5351",
|
|
791
|
+
"signature": "7087f0f7fbf342e5fb10a7cbe368d3cc044f30b3cbb990118474f2abf1132d27",
|
|
792
|
+
"affectsGlobalScope": false
|
|
793
|
+
},
|
|
789
794
|
"../src/events/update-chat-setting.interface.ts": {
|
|
790
|
-
"version": "
|
|
791
|
-
"signature": "
|
|
795
|
+
"version": "6cdefcd3d7ea356a164b8cf7fc443bd31dc74dc97d8fc67f86cd9ae08f190ec3",
|
|
796
|
+
"signature": "bc213d80b07328885750711fac7ee9b5c06ffc214fe37bad860cc3c233760b59",
|
|
792
797
|
"affectsGlobalScope": false
|
|
793
798
|
},
|
|
794
799
|
"../node_modules/class-validator/types/validation/ValidationError.d.ts": {
|
|
@@ -11982,7 +11987,8 @@
|
|
|
11982
11987
|
"../src/types/header-user.interface.ts"
|
|
11983
11988
|
],
|
|
11984
11989
|
"../src/events/update-chat-setting.interface.ts": [
|
|
11985
|
-
"../src/events/subjects.ts"
|
|
11990
|
+
"../src/events/subjects.ts",
|
|
11991
|
+
"../src/types/chat-setting.interface.ts"
|
|
11986
11992
|
],
|
|
11987
11993
|
"../src/events/update-company-meeting-stats.interface.ts": [
|
|
11988
11994
|
"../src/events/subjects.ts",
|
|
@@ -17448,7 +17454,8 @@
|
|
|
17448
17454
|
"../src/types/header-user.interface.ts"
|
|
17449
17455
|
],
|
|
17450
17456
|
"../src/events/update-chat-setting.interface.ts": [
|
|
17451
|
-
"../src/events/subjects.ts"
|
|
17457
|
+
"../src/events/subjects.ts",
|
|
17458
|
+
"../src/types/chat-setting.interface.ts"
|
|
17452
17459
|
],
|
|
17453
17460
|
"../src/events/update-company-meeting-stats.interface.ts": [
|
|
17454
17461
|
"../src/events/subjects.ts",
|
|
@@ -19079,6 +19086,7 @@
|
|
|
19079
19086
|
"../src/types/bulk-users.enum.ts",
|
|
19080
19087
|
"../src/types/calendar-source-type.enum.ts",
|
|
19081
19088
|
"../src/types/chat-group.interface.ts",
|
|
19089
|
+
"../src/types/chat-setting.interface.ts",
|
|
19082
19090
|
"../src/types/default-visibility.interface.ts",
|
|
19083
19091
|
"../src/types/download-presigned-url.interface.ts",
|
|
19084
19092
|
"../src/types/enddpoint.interface.ts",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-setting.interface.js","sourceRoot":"","sources":["../../src/types/chat-setting.interface.ts"],"names":[],"mappings":""}
|