@aldb2b/common 1.0.104 → 1.0.105
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/build/events/create-company-setting.interface.d.ts +4 -2
- package/build/events/update-company-setting.interface.d.ts +4 -2
- package/build/index.d.ts +5 -1
- package/build/index.js +5 -1
- package/build/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +66 -26
- package/build/types/analytic-group.interface.d.ts +12 -0
- package/build/types/analytic-group.interface.js +3 -0
- package/build/types/analytic-group.interface.js.map +1 -0
- package/build/types/chat-group.interface.d.ts +4 -0
- package/build/types/{visibility.interface.js → chat-group.interface.js} +1 -1
- package/build/types/chat-group.interface.js.map +1 -0
- package/build/types/{visibility.interface.d.ts → default-visibility.interface.d.ts} +5 -2
- package/build/types/default-visibility.interface.js +3 -0
- package/build/types/default-visibility.interface.js.map +1 -0
- package/build/types/group-visibility.interface.d.ts +13 -0
- package/build/types/group-visibility.interface.js +3 -0
- package/build/types/group-visibility.interface.js.map +1 -0
- package/package.json +1 -1
- package/build/types/visibility.interface.js.map +0 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Match } from '../types/match.interface';
|
|
2
2
|
import { UserInvitation } from '../types/user-invitations.interface';
|
|
3
|
-
import {
|
|
3
|
+
import { DefaultVisibility } from '../types/default-visibility.interface';
|
|
4
4
|
import { Subjects } from './subjects';
|
|
5
|
+
import { GroupVisibility } from 'src/types/group-visibility.interface';
|
|
5
6
|
export declare namespace CreateCompanySetting {
|
|
6
7
|
interface Context {
|
|
7
8
|
subject: Subjects.CreateCompanySetting;
|
|
@@ -9,7 +10,8 @@ export declare namespace CreateCompanySetting {
|
|
|
9
10
|
}
|
|
10
11
|
interface Data {
|
|
11
12
|
event: string;
|
|
12
|
-
|
|
13
|
+
defaultVisibility: DefaultVisibility;
|
|
14
|
+
groupVisibilities: GroupVisibility[];
|
|
13
15
|
match?: Match;
|
|
14
16
|
userInvitation?: UserInvitation;
|
|
15
17
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { UserInvitation } from '../types/user-invitations.interface';
|
|
2
2
|
import { Match } from '../types/match.interface';
|
|
3
|
-
import {
|
|
3
|
+
import { DefaultVisibility } from '../types/default-visibility.interface';
|
|
4
4
|
import { Subjects } from './subjects';
|
|
5
|
+
import { GroupVisibility } from 'src/types/group-visibility.interface';
|
|
5
6
|
export declare namespace UpdateCompanySetting {
|
|
6
7
|
interface Context {
|
|
7
8
|
subject: Subjects.UpdateCompanySetting;
|
|
@@ -9,7 +10,8 @@ export declare namespace UpdateCompanySetting {
|
|
|
9
10
|
}
|
|
10
11
|
interface Data {
|
|
11
12
|
event: string;
|
|
12
|
-
|
|
13
|
+
defaultVisibility?: DefaultVisibility;
|
|
14
|
+
groupVisibilities?: GroupVisibility[];
|
|
13
15
|
match?: Match;
|
|
14
16
|
userInvitation?: UserInvitation;
|
|
15
17
|
}
|
package/build/index.d.ts
CHANGED
|
@@ -60,7 +60,11 @@ export * from './types/match-group.interface';
|
|
|
60
60
|
export * from './types/match.interface';
|
|
61
61
|
export * from './types/user-invitations.interface';
|
|
62
62
|
export * from './types/visibility-group.interface';
|
|
63
|
-
export * from './types/visibility.interface';
|
|
63
|
+
export * from './types/default-visibility.interface';
|
|
64
|
+
export * from './types/analytic-group.interface';
|
|
65
|
+
export * from './types/chat-group.interface';
|
|
66
|
+
export * from './types/default-visibility.interface';
|
|
67
|
+
export * from './types/group-visibility.interface';
|
|
64
68
|
export * from './middlewares/app.middleware';
|
|
65
69
|
export * from './middlewares/authorizer.middleware';
|
|
66
70
|
export * from './utils/create-default-directories';
|
package/build/index.js
CHANGED
|
@@ -72,7 +72,11 @@ __exportStar(require("./types/match-group.interface"), exports);
|
|
|
72
72
|
__exportStar(require("./types/match.interface"), exports);
|
|
73
73
|
__exportStar(require("./types/user-invitations.interface"), exports);
|
|
74
74
|
__exportStar(require("./types/visibility-group.interface"), exports);
|
|
75
|
-
__exportStar(require("./types/visibility.interface"), exports);
|
|
75
|
+
__exportStar(require("./types/default-visibility.interface"), exports);
|
|
76
|
+
__exportStar(require("./types/analytic-group.interface"), exports);
|
|
77
|
+
__exportStar(require("./types/chat-group.interface"), exports);
|
|
78
|
+
__exportStar(require("./types/default-visibility.interface"), exports);
|
|
79
|
+
__exportStar(require("./types/group-visibility.interface"), exports);
|
|
76
80
|
__exportStar(require("./middlewares/app.middleware"), exports);
|
|
77
81
|
__exportStar(require("./middlewares/authorizer.middleware"), exports);
|
|
78
82
|
__exportStar(require("./utils/create-default-directories"), exports);
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAiC;AACjC,iEAA8C;AAC9C,mEAAgD;AAChD,+DAA4C;AAC5C,oEAAiD;AACjD,qEAAkD;AAClD,oEAAiD;AACjD,sEAAmD;AACnD,6EAA0D;AAC1D,uEAAoD;AACpD,sEAAmD;AACnD,6EAA0D;AAC1D,2EAAwD;AACxD,4EAAyD;AACzD,iEAA8C;AAC9C,4EAAyD;AACzD,4EAAyD;AACzD,wEAAqD;AACrD,oEAAiD;AACjD,6EAA0D;AAC1D,2EAAwD;AACxD,8EAA2D;AAC3D,mEAAgD;AAChD,oEAAiD;AACjD,oEAAiD;AACjD,oEAAiD;AAEjD,oEAAiD;AACjD,8DAA2C;AAC3C,+DAA4C;AAC5C,kEAA+C;AAC/C,wEAAqD;AACrD,kEAA+C;AAC/C,gFAA6D;AAC7D,+DAA4C;AAC5C,yEAAsD;AACtD,mFAAgE;AAChE,iFAA8D;AAC9D,iEAA8C;AAC9C,2EAAwD;AAExD,kEAA+C;AAC/C,sEAAmD;AAEnD,sEAAmD;AACnD,uEAAoD;AAEpD,mDAAgC;AAChC,oDAAiC;AACjC,6DAA0C;AAC1C,oEAAiD;AACjD,yEAAsD;AAEtD,gEAA6C;AAC7C,sEAAmD;AACnD,yDAAsC;AACtC,yDAAsC;AACtC,gEAA6C;AAC7C,yEAAsD;AACtD,2EAAwD;AACxD,4DAAyC;AACzC,0EAAuD;AACvD,0DAAuC;AACvC,gEAA6C;AAC7C,0DAAuC;AACvC,qEAAkD;AAClD,qEAAkD;AAClD,+DAA4C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAiC;AACjC,iEAA8C;AAC9C,mEAAgD;AAChD,+DAA4C;AAC5C,oEAAiD;AACjD,qEAAkD;AAClD,oEAAiD;AACjD,sEAAmD;AACnD,6EAA0D;AAC1D,uEAAoD;AACpD,sEAAmD;AACnD,6EAA0D;AAC1D,2EAAwD;AACxD,4EAAyD;AACzD,iEAA8C;AAC9C,4EAAyD;AACzD,4EAAyD;AACzD,wEAAqD;AACrD,oEAAiD;AACjD,6EAA0D;AAC1D,2EAAwD;AACxD,8EAA2D;AAC3D,mEAAgD;AAChD,oEAAiD;AACjD,oEAAiD;AACjD,oEAAiD;AAEjD,oEAAiD;AACjD,8DAA2C;AAC3C,+DAA4C;AAC5C,kEAA+C;AAC/C,wEAAqD;AACrD,kEAA+C;AAC/C,gFAA6D;AAC7D,+DAA4C;AAC5C,yEAAsD;AACtD,mFAAgE;AAChE,iFAA8D;AAC9D,iEAA8C;AAC9C,2EAAwD;AAExD,kEAA+C;AAC/C,sEAAmD;AAEnD,sEAAmD;AACnD,uEAAoD;AAEpD,mDAAgC;AAChC,oDAAiC;AACjC,6DAA0C;AAC1C,oEAAiD;AACjD,yEAAsD;AAEtD,gEAA6C;AAC7C,sEAAmD;AACnD,yDAAsC;AACtC,yDAAsC;AACtC,gEAA6C;AAC7C,yEAAsD;AACtD,2EAAwD;AACxD,4DAAyC;AACzC,0EAAuD;AACvD,0DAAuC;AACvC,gEAA6C;AAC7C,0DAAuC;AACvC,qEAAkD;AAClD,qEAAkD;AAClD,uEAAoD;AACpD,mEAAgD;AAChD,+DAA4C;AAC5C,uEAAoD;AACpD,qEAAkD;AAElD,+DAA4C;AAC5C,sEAAmD;AAEnD,qEAAkD;AAClD,6DAA0C;AAC1C,uDAAoC;AACpC,sDAAmC;AACnC,qDAAkC;AAClC,mDAAgC"}
|
|
@@ -256,24 +256,39 @@
|
|
|
256
256
|
"signature": "b6f9c830093c6b4308cd4b60b036ede59fe39b0e98985954cfdda07fd6a65203",
|
|
257
257
|
"affectsGlobalScope": false
|
|
258
258
|
},
|
|
259
|
+
"../src/types/analytic-group.interface.ts": {
|
|
260
|
+
"version": "2b3869e9f131c6c9f73fa3f9368fb5769910267aa059d757ff50d7d0aa9fac21",
|
|
261
|
+
"signature": "2bc2d68fc43596d5555e6cd680376cfcd02f2fa1760731dbc70d7b07c3beaa56",
|
|
262
|
+
"affectsGlobalScope": false
|
|
263
|
+
},
|
|
259
264
|
"../src/types/visibility-group.interface.ts": {
|
|
260
265
|
"version": "4758e22760837bd3ec59afa914be9209cb086dd5fbfa7f3d3d27d76c3578a905",
|
|
261
266
|
"signature": "d2f1e262e317d7afcb9e48f64d0f9889afbce250852debcf4e109e9c39dcfad0",
|
|
262
267
|
"affectsGlobalScope": false
|
|
263
268
|
},
|
|
264
|
-
"../src/types/visibility.interface.ts": {
|
|
265
|
-
"version": "
|
|
266
|
-
"signature": "
|
|
269
|
+
"../src/types/default-visibility.interface.ts": {
|
|
270
|
+
"version": "e71efda94f1324ba0e50fc4fd61586995b8caf45825ff7ff43c7d92dbf9f567f",
|
|
271
|
+
"signature": "a918a7487ade07b452fc04876134f197dbfc33c0edc6675c3a7f30a7dd80b33d",
|
|
272
|
+
"affectsGlobalScope": false
|
|
273
|
+
},
|
|
274
|
+
"../src/types/chat-group.interface.ts": {
|
|
275
|
+
"version": "62847f016bdb6acc9605ae9a61d5822a2e8b7b794dc0a9f2100fb3b2b399c40d",
|
|
276
|
+
"signature": "df50644003f1fd398929b852da873ad884c79aefd3dc9a844f7a4c4ab66f3e12",
|
|
277
|
+
"affectsGlobalScope": false
|
|
278
|
+
},
|
|
279
|
+
"../src/types/group-visibility.interface.ts": {
|
|
280
|
+
"version": "290448d6d33320d3bb84ba8b2f5b41768cb7dde568b55303249c7bea098b30f0",
|
|
281
|
+
"signature": "41dff19098e4b14d199ce3b894cdcdb6b3b71eef19299d4a9e5ab1f12206e740",
|
|
267
282
|
"affectsGlobalScope": false
|
|
268
283
|
},
|
|
269
284
|
"../src/events/create-company-setting.interface.ts": {
|
|
270
|
-
"version": "
|
|
271
|
-
"signature": "
|
|
285
|
+
"version": "32ebf8e57b4f90dde3c45a76e318a254b1cb8513e2fbac468b117c2cc44359fe",
|
|
286
|
+
"signature": "dde628836c1d66139e5cec48c6a4752af92514e8a6cdf8e16aa2c0e7a41c75d5",
|
|
272
287
|
"affectsGlobalScope": false
|
|
273
288
|
},
|
|
274
289
|
"../src/events/update-company-setting.interface.ts": {
|
|
275
|
-
"version": "
|
|
276
|
-
"signature": "
|
|
290
|
+
"version": "ed79dff6a10ed5d2c4765b84f5d4fcecc55554be5817fdcc0da281b33a1b5e74",
|
|
291
|
+
"signature": "7d988aa0a8e82e764b8d66aa1b546bab60325a4e7adf3cfe7fdfb2166282ce9f",
|
|
277
292
|
"affectsGlobalScope": false
|
|
278
293
|
},
|
|
279
294
|
"../src/events/contacts-by-search.interface.ts": {
|
|
@@ -6022,8 +6037,8 @@
|
|
|
6022
6037
|
"affectsGlobalScope": false
|
|
6023
6038
|
},
|
|
6024
6039
|
"../src/index.ts": {
|
|
6025
|
-
"version": "
|
|
6026
|
-
"signature": "
|
|
6040
|
+
"version": "d5c258e487f0e650b708ae135ab098cbe91dc42aa3f8c48e657177a249e056ab",
|
|
6041
|
+
"signature": "a1c695cf05ccdfcd9a03befad7cdf74851e1b0a1c4b3d0aff10dc7f6715a9e26",
|
|
6027
6042
|
"affectsGlobalScope": false
|
|
6028
6043
|
},
|
|
6029
6044
|
"../node_modules/@types/minimatch/index.d.ts": {
|
|
@@ -10747,9 +10762,10 @@
|
|
|
10747
10762
|
],
|
|
10748
10763
|
"../src/events/create-company-setting.interface.ts": [
|
|
10749
10764
|
"../src/events/subjects.ts",
|
|
10765
|
+
"../src/types/default-visibility.interface.ts",
|
|
10766
|
+
"../src/types/group-visibility.interface.ts",
|
|
10750
10767
|
"../src/types/match.interface.ts",
|
|
10751
|
-
"../src/types/user-invitations.interface.ts"
|
|
10752
|
-
"../src/types/visibility.interface.ts"
|
|
10768
|
+
"../src/types/user-invitations.interface.ts"
|
|
10753
10769
|
],
|
|
10754
10770
|
"../src/events/create-company.interface.ts": [
|
|
10755
10771
|
"../src/events/subjects.ts",
|
|
@@ -10807,9 +10823,10 @@
|
|
|
10807
10823
|
],
|
|
10808
10824
|
"../src/events/update-company-setting.interface.ts": [
|
|
10809
10825
|
"../src/events/subjects.ts",
|
|
10826
|
+
"../src/types/default-visibility.interface.ts",
|
|
10827
|
+
"../src/types/group-visibility.interface.ts",
|
|
10810
10828
|
"../src/types/match.interface.ts",
|
|
10811
|
-
"../src/types/user-invitations.interface.ts"
|
|
10812
|
-
"../src/types/visibility.interface.ts"
|
|
10829
|
+
"../src/types/user-invitations.interface.ts"
|
|
10813
10830
|
],
|
|
10814
10831
|
"../src/events/update-user-event-info.interface.ts": [
|
|
10815
10832
|
"../src/events/subjects.ts",
|
|
@@ -10853,7 +10870,11 @@
|
|
|
10853
10870
|
"../src/interceptors/serialize.interceptor.ts",
|
|
10854
10871
|
"../src/middlewares/app.middleware.ts",
|
|
10855
10872
|
"../src/middlewares/authorizer.middleware.ts",
|
|
10873
|
+
"../src/types/analytic-group.interface.ts",
|
|
10874
|
+
"../src/types/chat-group.interface.ts",
|
|
10875
|
+
"../src/types/default-visibility.interface.ts",
|
|
10856
10876
|
"../src/types/download-presigned-url.interface.ts",
|
|
10877
|
+
"../src/types/group-visibility.interface.ts",
|
|
10857
10878
|
"../src/types/header-user.interface.ts",
|
|
10858
10879
|
"../src/types/match-group.interface.ts",
|
|
10859
10880
|
"../src/types/match.interface.ts",
|
|
@@ -10867,7 +10888,6 @@
|
|
|
10867
10888
|
"../src/types/user-role.enum.ts",
|
|
10868
10889
|
"../src/types/user-type.enum.ts",
|
|
10869
10890
|
"../src/types/visibility-group.interface.ts",
|
|
10870
|
-
"../src/types/visibility.interface.ts",
|
|
10871
10891
|
"../src/utils/create-default-directories.ts",
|
|
10872
10892
|
"../src/utils/equal-array-object.ts",
|
|
10873
10893
|
"../src/utils/equal-object.ts",
|
|
@@ -10914,12 +10934,18 @@
|
|
|
10914
10934
|
"../src/events/authorize-user.interface.ts",
|
|
10915
10935
|
"../src/events/subjects.ts"
|
|
10916
10936
|
],
|
|
10917
|
-
"../src/types/
|
|
10918
|
-
"../src/types/
|
|
10937
|
+
"../src/types/default-visibility.interface.ts": [
|
|
10938
|
+
"../src/types/analytic-group.interface.ts",
|
|
10939
|
+
"../src/types/visibility-group.interface.ts"
|
|
10919
10940
|
],
|
|
10920
|
-
"../src/types/visibility.interface.ts": [
|
|
10941
|
+
"../src/types/group-visibility.interface.ts": [
|
|
10942
|
+
"../src/types/analytic-group.interface.ts",
|
|
10943
|
+
"../src/types/chat-group.interface.ts",
|
|
10921
10944
|
"../src/types/visibility-group.interface.ts"
|
|
10922
10945
|
],
|
|
10946
|
+
"../src/types/match.interface.ts": [
|
|
10947
|
+
"../src/types/match-group.interface.ts"
|
|
10948
|
+
],
|
|
10923
10949
|
"../src/utils/create-default-directories.ts": [
|
|
10924
10950
|
"../node_modules/@types/node/fs.d.ts"
|
|
10925
10951
|
],
|
|
@@ -15601,9 +15627,10 @@
|
|
|
15601
15627
|
],
|
|
15602
15628
|
"../src/events/create-company-setting.interface.ts": [
|
|
15603
15629
|
"../src/events/subjects.ts",
|
|
15630
|
+
"../src/types/default-visibility.interface.ts",
|
|
15631
|
+
"../src/types/group-visibility.interface.ts",
|
|
15604
15632
|
"../src/types/match.interface.ts",
|
|
15605
|
-
"../src/types/user-invitations.interface.ts"
|
|
15606
|
-
"../src/types/visibility.interface.ts"
|
|
15633
|
+
"../src/types/user-invitations.interface.ts"
|
|
15607
15634
|
],
|
|
15608
15635
|
"../src/events/create-company.interface.ts": [
|
|
15609
15636
|
"../src/events/subjects.ts",
|
|
@@ -15661,9 +15688,10 @@
|
|
|
15661
15688
|
],
|
|
15662
15689
|
"../src/events/update-company-setting.interface.ts": [
|
|
15663
15690
|
"../src/events/subjects.ts",
|
|
15691
|
+
"../src/types/default-visibility.interface.ts",
|
|
15692
|
+
"../src/types/group-visibility.interface.ts",
|
|
15664
15693
|
"../src/types/match.interface.ts",
|
|
15665
|
-
"../src/types/user-invitations.interface.ts"
|
|
15666
|
-
"../src/types/visibility.interface.ts"
|
|
15694
|
+
"../src/types/user-invitations.interface.ts"
|
|
15667
15695
|
],
|
|
15668
15696
|
"../src/events/update-user-event-info.interface.ts": [
|
|
15669
15697
|
"../src/events/subjects.ts",
|
|
@@ -15707,7 +15735,11 @@
|
|
|
15707
15735
|
"../src/interceptors/serialize.interceptor.ts",
|
|
15708
15736
|
"../src/middlewares/app.middleware.ts",
|
|
15709
15737
|
"../src/middlewares/authorizer.middleware.ts",
|
|
15738
|
+
"../src/types/analytic-group.interface.ts",
|
|
15739
|
+
"../src/types/chat-group.interface.ts",
|
|
15740
|
+
"../src/types/default-visibility.interface.ts",
|
|
15710
15741
|
"../src/types/download-presigned-url.interface.ts",
|
|
15742
|
+
"../src/types/group-visibility.interface.ts",
|
|
15711
15743
|
"../src/types/header-user.interface.ts",
|
|
15712
15744
|
"../src/types/match-group.interface.ts",
|
|
15713
15745
|
"../src/types/match.interface.ts",
|
|
@@ -15721,7 +15753,6 @@
|
|
|
15721
15753
|
"../src/types/user-role.enum.ts",
|
|
15722
15754
|
"../src/types/user-type.enum.ts",
|
|
15723
15755
|
"../src/types/visibility-group.interface.ts",
|
|
15724
|
-
"../src/types/visibility.interface.ts",
|
|
15725
15756
|
"../src/utils/create-default-directories.ts",
|
|
15726
15757
|
"../src/utils/equal-array-object.ts",
|
|
15727
15758
|
"../src/utils/equal-object.ts",
|
|
@@ -15759,12 +15790,18 @@
|
|
|
15759
15790
|
"../node_modules/@nestjs/microservices/index.d.ts",
|
|
15760
15791
|
"../node_modules/@types/express/index.d.ts"
|
|
15761
15792
|
],
|
|
15762
|
-
"../src/types/
|
|
15763
|
-
"../src/types/
|
|
15793
|
+
"../src/types/default-visibility.interface.ts": [
|
|
15794
|
+
"../src/types/analytic-group.interface.ts",
|
|
15795
|
+
"../src/types/visibility-group.interface.ts"
|
|
15764
15796
|
],
|
|
15765
|
-
"../src/types/visibility.interface.ts": [
|
|
15797
|
+
"../src/types/group-visibility.interface.ts": [
|
|
15798
|
+
"../src/types/analytic-group.interface.ts",
|
|
15799
|
+
"../src/types/chat-group.interface.ts",
|
|
15766
15800
|
"../src/types/visibility-group.interface.ts"
|
|
15767
15801
|
],
|
|
15802
|
+
"../src/types/match.interface.ts": [
|
|
15803
|
+
"../src/types/match-group.interface.ts"
|
|
15804
|
+
],
|
|
15768
15805
|
"../src/validators/conditional-required.ts": [
|
|
15769
15806
|
"../node_modules/class-validator/types/index.d.ts"
|
|
15770
15807
|
],
|
|
@@ -16961,7 +16998,11 @@
|
|
|
16961
16998
|
"../src/interceptors/serialize.interceptor.ts",
|
|
16962
16999
|
"../src/middlewares/app.middleware.ts",
|
|
16963
17000
|
"../src/middlewares/authorizer.middleware.ts",
|
|
17001
|
+
"../src/types/analytic-group.interface.ts",
|
|
17002
|
+
"../src/types/chat-group.interface.ts",
|
|
17003
|
+
"../src/types/default-visibility.interface.ts",
|
|
16964
17004
|
"../src/types/download-presigned-url.interface.ts",
|
|
17005
|
+
"../src/types/group-visibility.interface.ts",
|
|
16965
17006
|
"../src/types/header-user.interface.ts",
|
|
16966
17007
|
"../src/types/match-group.interface.ts",
|
|
16967
17008
|
"../src/types/match.interface.ts",
|
|
@@ -16975,7 +17016,6 @@
|
|
|
16975
17016
|
"../src/types/user-role.enum.ts",
|
|
16976
17017
|
"../src/types/user-type.enum.ts",
|
|
16977
17018
|
"../src/types/visibility-group.interface.ts",
|
|
16978
|
-
"../src/types/visibility.interface.ts",
|
|
16979
17019
|
"../src/utils/create-default-directories.ts",
|
|
16980
17020
|
"../src/utils/equal-array-object.ts",
|
|
16981
17021
|
"../src/utils/equal-object.ts",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface AnalyticGroup {
|
|
2
|
+
scheduledMeetings?: boolean;
|
|
3
|
+
conductedMeetings?: boolean;
|
|
4
|
+
matches?: boolean;
|
|
5
|
+
meetingPerParticipants?: boolean;
|
|
6
|
+
opportunities?: boolean;
|
|
7
|
+
meetingRating?: boolean;
|
|
8
|
+
myWishToMeet?: boolean;
|
|
9
|
+
chat?: boolean;
|
|
10
|
+
totalSwipe?: boolean;
|
|
11
|
+
wishToMeetMe?: boolean;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analytic-group.interface.js","sourceRoot":"","sources":["../../src/types/analytic-group.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-group.interface.js","sourceRoot":"","sources":["../../src/types/chat-group.interface.ts"],"names":[],"mappings":""}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
import { AnalyticGroup } from './analytic-group.interface';
|
|
1
2
|
import { VisibilityGroup } from './visibility-group.interface';
|
|
2
|
-
export interface
|
|
3
|
+
export interface DefaultVisibility {
|
|
3
4
|
name: string;
|
|
4
|
-
batchGroups?: string[];
|
|
5
5
|
exhibitor?: VisibilityGroup;
|
|
6
6
|
visitor?: VisibilityGroup;
|
|
7
7
|
sponsor?: VisibilityGroup;
|
|
8
8
|
RFQ?: VisibilityGroup;
|
|
9
9
|
offer?: VisibilityGroup;
|
|
10
|
+
analyticVisitor?: AnalyticGroup;
|
|
11
|
+
analyticSponsor?: AnalyticGroup;
|
|
12
|
+
analyticExhibitor?: AnalyticGroup;
|
|
10
13
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-visibility.interface.js","sourceRoot":"","sources":["../../src/types/default-visibility.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AnalyticGroup } from './analytic-group.interface';
|
|
2
|
+
import { ChatGroup } from './chat-group.interface';
|
|
3
|
+
import { VisibilityGroup } from './visibility-group.interface';
|
|
4
|
+
export interface GroupVisibility {
|
|
5
|
+
name: string;
|
|
6
|
+
groups: string[];
|
|
7
|
+
visibility?: VisibilityGroup;
|
|
8
|
+
chat?: ChatGroup;
|
|
9
|
+
offer?: boolean;
|
|
10
|
+
RFQ?: boolean;
|
|
11
|
+
requestMeeting?: boolean;
|
|
12
|
+
analytics?: AnalyticGroup;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group-visibility.interface.js","sourceRoot":"","sources":["../../src/types/group-visibility.interface.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"visibility.interface.js","sourceRoot":"","sources":["../../src/types/visibility.interface.ts"],"names":[],"mappings":""}
|