File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export interface MParticleWebSDK {
196196 getDeviceId ( ) : string ;
197197 setDeviceId ( deviceId : string ) : void ;
198198 setSessionAttribute ( key : string , value : string ) : void ;
199- getInstance ( instanceName ?: string ) : MParticleWebSDK ; // TODO: Create a new type for MParticleWebSDKInstance
199+ getInstance ( instanceName ?: string ) : MParticleWebSDK ; // https://go.mparticle.com/work/SQDSDKS-4804
200200 ServerModel ( ) ;
201201 upload ( ) ;
202202 setLogLevel ( logLevel : LogLevelType ) : void ;
@@ -214,7 +214,7 @@ export interface MParticleWebSDK {
214214 ProductActionType : SDKProductActionType ;
215215 generateHash ( value : string ) : string ;
216216 isIOS ?: boolean ;
217- sessionManager : Pick < ISessionManager , 'getSession' > ;
217+ sessionManager : Pick < ISessionManager , 'getSession' > ; // https://go.mparticle.com/work/SQDSDKS-6949
218218}
219219
220220// Used in cases where server requires booleans as strings
You can’t perform that action at this time.
0 commit comments