@@ -43,31 +43,31 @@ declare module '@optimizely/optimizely-sdk' {
43
43
44
44
export type OptimizelyFeature = import ( './shared_types' ) . OptimizelyFeature ;
45
45
46
- export type EventTags = import ( './shared_types' ) . EventTags ;
46
+ export type EventTags = import ( './shared_types' ) . EventTags ;
47
47
48
- export type Event = import ( './shared_types' ) . Event ;
48
+ export type Event = import ( './shared_types' ) . Event ;
49
49
50
- export type EventDispatcher = import ( './shared_types' ) . EventDispatcher ;
50
+ export type EventDispatcher = import ( './shared_types' ) . EventDispatcher ;
51
51
52
- export type DatafileOptions = import ( './shared_types' ) . DatafileOptions ;
52
+ export type DatafileOptions = import ( './shared_types' ) . DatafileOptions ;
53
53
54
- export type SDKOptions = import ( './shared_types' ) . SDKOptions ;
54
+ export type SDKOptions = import ( './shared_types' ) . SDKOptions ;
55
55
56
- export type OptimizelyOptions = import ( './shared_types' ) . OptimizelyOptions ;
56
+ export type OptimizelyOptions = import ( './shared_types' ) . OptimizelyOptions ;
57
57
58
58
export type UserProfileService = import ( './shared_types' ) . UserProfileService ;
59
59
60
60
export type UserProfile = import ( './shared_types' ) . UserProfile ;
61
61
62
62
export type ListenerPayload = import ( './shared_types' ) . ListenerPayload ;
63
63
64
- export type OptimizelyUserContext = import ( './optimizely_user_context ' ) . default ;
64
+ export type OptimizelyDecision = import ( './shared_types ' ) . OptimizelyDecision ;
65
65
66
- export type OptimizelyDecision = import ( './optimizely_decision ' ) . OptimizelyDecision ;
66
+ export type OptimizelyUserContext = import ( './shared_types ' ) . OptimizelyUserContext ;
67
67
68
68
export enum OptimizelyDecideOption {
69
69
DISABLE_DECISION_EVENT = 'DISABLE_DECISION_EVENT' ,
70
- ENABLED_FLAGS_ONLY = 'ENABLED_FLAGS_ONLY' ,
70
+ ENABLED_FLAGS_ONLY = 'ENABLED_FLAGS_ONLY' ,
71
71
IGNORE_USER_PROFILE_SERVICE = 'IGNORE_USER_PROFILE_SERVICE' ,
72
72
INCLUDE_REASONS = 'INCLUDE_REASONS' ,
73
73
EXCLUDE_VARIABLES = 'EXCLUDE_VARIABLES'
0 commit comments