File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ import { FlexFlowListInstance } from "./flexApi/v1/flexFlow";
4
4
import { InteractionListInstance } from "./flexApi/v1/interaction" ;
5
5
import { WebChannelListInstance } from "./flexApi/v1/webChannel" ;
6
6
import { AssessmentsListInstance } from "./flexApi/v1/assessments" ;
7
- import { GoodDataListInstance } from "./flexApi/v1/goodData" ;
8
- import { UserRolesListInstance } from "./flexApi/v1/userRoles" ;
9
7
import { WebChannelsListInstance } from "./flexApi/v2/webChannels" ;
10
8
11
9
import FlexApiBase from "./FlexApiBase" ;
@@ -43,14 +41,6 @@ class FlexApi extends FlexApiBase {
43
41
return this . v1 . flexFlow ;
44
42
}
45
43
46
- /**
47
- * @deprecated - Use v1.goodData instead
48
- */
49
- get goodData ( ) : GoodDataListInstance {
50
- console . warn ( "goodData is deprecated. Use v1.goodData instead." ) ;
51
- return this . v1 . goodData ;
52
- }
53
-
54
44
/**
55
45
* @deprecated - Use v1.interaction instead
56
46
*/
@@ -59,14 +49,6 @@ class FlexApi extends FlexApiBase {
59
49
return this . v1 . interaction ;
60
50
}
61
51
62
- /**
63
- * @deprecated - Use v1.userRoles instead
64
- */
65
- get userRoles ( ) : UserRolesListInstance {
66
- console . warn ( "userRoles is deprecated. Use v1.userRoles instead." ) ;
67
- return this . v1 . userRoles ;
68
- }
69
-
70
52
/**
71
53
* @deprecated - Use v1.webChannel instead
72
54
*/
You can’t perform that action at this time.
0 commit comments