@maestro_io/maestro-web-sdk 2.3.1 → 3.1.0

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.
Files changed (182) hide show
  1. package/dist/maestro-web-sdk.umd.js +17 -3
  2. package/dist/maestro-web-sdk.umd.js.map +1 -1
  3. package/dist/{development → src/development}/MaestroEventDelegate.d.ts +8 -2
  4. package/dist/src/helpers/strings.d.ts +1 -0
  5. package/dist/{index.d.ts → src/index.d.ts} +3 -30
  6. package/dist/src/interfaces/IMaestroManager.d.ts +45 -0
  7. package/dist/{modules → src/modules}/bets/interfaces/IBets.d.ts +1 -0
  8. package/dist/{modules → src/modules}/bets/view/BetsView.d.ts +2 -1
  9. package/dist/{modules → src/modules}/bets/view/SixPack/SixPackView.d.ts +1 -0
  10. package/dist/{modules → src/modules}/bets/view/components/PromoCodeBanner/PromoCodeBanner.d.ts +1 -0
  11. package/dist/{modules → src/modules}/bets/view-model/BetsViewModel.d.ts +7 -3
  12. package/dist/{modules → src/modules}/key-plays/view/KeyPlayCardView.d.ts +2 -0
  13. package/dist/{modules → src/modules}/key-plays/view/KeyPlaysView.d.ts +3 -1
  14. package/dist/{modules → src/modules}/stats/interfaces/IStats.d.ts +35 -1
  15. package/dist/{modules → src/modules}/stats/view/ActiveAthletes/ExpandedAthletes/ExpandedAthletes.d.ts +1 -0
  16. package/dist/src/modules/stats/view/Penalties/Penalties.d.ts +10 -0
  17. package/dist/src/modules/stats/view/Penalties/index.d.ts +2 -0
  18. package/dist/src/modules/stats/view/ScoringSummary/ExpandedScores/ExpandedScores.d.ts +30 -0
  19. package/dist/src/modules/stats/view/ScoringSummary/ExpandedScores/index.d.ts +2 -0
  20. package/dist/src/modules/stats/view/ScoringSummary/ScoreItem/ScoreItem.d.ts +52 -0
  21. package/dist/src/modules/stats/view/ScoringSummary/ScoreItem/index.d.ts +2 -0
  22. package/dist/src/modules/stats/view/ScoringSummary/ScoresSection/ScoresSection.d.ts +7 -0
  23. package/dist/src/modules/stats/view/ScoringSummary/ScoresSection/index.d.ts +2 -0
  24. package/dist/src/modules/stats/view/ScoringSummary/ScoringSummary.d.ts +26 -0
  25. package/dist/src/modules/stats/view/ScoringSummary/index.d.ts +2 -0
  26. package/dist/{modules → src/modules}/stats/view/StatsView.d.ts +2 -1
  27. package/dist/{modules → src/modules}/stats/view-model/StatsViewModel.d.ts +29 -1
  28. package/dist/src/sentry.d.ts +3 -0
  29. package/dist/{services → src/services}/AnalyticsService/AnalyticsService.d.ts +10 -0
  30. package/dist/{services → src/services}/InsightsService/InsightsPayloadBuilder.d.ts +6 -6
  31. package/dist/{services → src/services}/NetworkManager/NetworkManager.d.ts +1 -2
  32. package/dist/{services → src/services}/PageService/PageService.d.ts +1 -0
  33. package/dist/src/test-polyfills.d.ts +1 -0
  34. package/dist/{view-models → src/view-models}/MaestroEventViewModel.d.ts +5 -3
  35. package/package.json +3 -1
  36. package/dist/development/development.d.ts +0 -2
  37. package/dist/interfaces/IMaestroManager.d.ts +0 -103
  38. /package/dist/{components → src/components}/atoms/BaseButton/BaseButton.d.ts +0 -0
  39. /package/dist/{components → src/components}/atoms/BaseButton/index.d.ts +0 -0
  40. /package/dist/{components → src/components}/atoms/Image/index.d.ts +0 -0
  41. /package/dist/{components → src/components}/atoms/Rive/index.d.ts +0 -0
  42. /package/dist/{components → src/components}/atoms/SvgIcon/BetGeneralIcon.d.ts +0 -0
  43. /package/dist/{components → src/components}/atoms/SvgIcon/BetsIcon.d.ts +0 -0
  44. /package/dist/{components → src/components}/atoms/SvgIcon/BetsWarningIcon.d.ts +0 -0
  45. /package/dist/{components → src/components}/atoms/SvgIcon/CheckmarkIcon.d.ts +0 -0
  46. /package/dist/{components → src/components}/atoms/SvgIcon/CollapseIcon.d.ts +0 -0
  47. /package/dist/{components → src/components}/atoms/SvgIcon/ExpandIcon.d.ts +0 -0
  48. /package/dist/{components → src/components}/atoms/SvgIcon/FlameIcon.d.ts +0 -0
  49. /package/dist/{components → src/components}/atoms/SvgIcon/Icon.d.ts +0 -0
  50. /package/dist/{components → src/components}/atoms/SvgIcon/KeyPlaysIcon.d.ts +0 -0
  51. /package/dist/{components → src/components}/atoms/SvgIcon/MobilePhoneIcon.d.ts +0 -0
  52. /package/dist/{components → src/components}/atoms/SvgIcon/PlayIcon.d.ts +0 -0
  53. /package/dist/{components → src/components}/atoms/SvgIcon/StatsIcon.d.ts +0 -0
  54. /package/dist/{components → src/components}/atoms/SvgIcon/TimesIcon.d.ts +0 -0
  55. /package/dist/{components → src/components}/atoms/SvgIcon/WarningIcon.d.ts +0 -0
  56. /package/dist/{components → src/components}/atoms/SvgIcon/index.d.ts +0 -0
  57. /package/dist/{components → src/components}/core/App/App.d.ts +0 -0
  58. /package/dist/{components → src/components}/core/App/index.d.ts +0 -0
  59. /package/dist/{components → src/components}/core/OverlayContainer.d.ts +0 -0
  60. /package/dist/{components → src/components}/core/PanelManager/PanelManager.d.ts +0 -0
  61. /package/dist/{components → src/components}/core/PanelManager/index.d.ts +0 -0
  62. /package/dist/{components → src/components}/core/ScrollableContainer/FocusableItem.d.ts +0 -0
  63. /package/dist/{components → src/components}/core/ScrollableContainer/ScrollableContainer.d.ts +0 -0
  64. /package/dist/{components → src/components}/core/ScrollableContainer/index.d.ts +0 -0
  65. /package/dist/{components → src/components}/molecules/ActionButton/ActionButton.d.ts +0 -0
  66. /package/dist/{components → src/components}/molecules/ActionButton/index.d.ts +0 -0
  67. /package/dist/{components → src/components}/molecules/Overlay/Overlay.d.ts +0 -0
  68. /package/dist/{components → src/components}/molecules/Overlay/index.d.ts +0 -0
  69. /package/dist/{components → src/components}/molecules/PanelNavButton/PanelNavButton.d.ts +0 -0
  70. /package/dist/{components → src/components}/molecules/PanelNavButton/index.d.ts +0 -0
  71. /package/dist/{components → src/components}/molecules/SegmentButton/SegmentButton.d.ts +0 -0
  72. /package/dist/{components → src/components}/molecules/SegmentButton/index.d.ts +0 -0
  73. /package/dist/{components → src/components}/molecules/TabLoadError/TabLoadError.d.ts +0 -0
  74. /package/dist/{components → src/components}/molecules/TabLoadError/index.d.ts +0 -0
  75. /package/dist/{components → src/components}/molecules/WatchButton/WatchButton.d.ts +0 -0
  76. /package/dist/{components → src/components}/molecules/WatchButton/index.d.ts +0 -0
  77. /package/dist/{components → src/components}/organisms/PanelNavigation/PanelNavigation.d.ts +0 -0
  78. /package/dist/{components → src/components}/organisms/PanelNavigation/index.d.ts +0 -0
  79. /package/dist/{components → src/components}/organisms/SegmentController/SegmentController.d.ts +0 -0
  80. /package/dist/{components → src/components}/organisms/SegmentController/index.d.ts +0 -0
  81. /package/dist/{development → src/development}/TimeSeek.d.ts +0 -0
  82. /package/dist/{test-polyfills.d.ts → src/development/development.d.ts} +0 -0
  83. /package/dist/{external → src/external}/AxiosNetworkClient.d.ts +0 -0
  84. /package/dist/{external → src/external}/LocalStorageCacheManager.d.ts +0 -0
  85. /package/dist/{external → src/external}/ReactRenderer.d.ts +0 -0
  86. /package/dist/{external → src/external}/mocks/MockExternalNetworkClient.d.ts +0 -0
  87. /package/dist/{external → src/external}/ports/cacheManager.d.ts +0 -0
  88. /package/dist/{external → src/external}/ports/networkClient.d.ts +0 -0
  89. /package/dist/{external → src/external}/ports/renderer.d.ts +0 -0
  90. /package/dist/{external → src/external}/spatial-navigation/index.d.ts +0 -0
  91. /package/dist/{external → src/external}/spatial-navigation/measureLayout.d.ts +0 -0
  92. /package/dist/{external → src/external}/spatial-navigation/spatialNavigation.d.ts +0 -0
  93. /package/dist/{external → src/external}/spatial-navigation/utils.d.ts +0 -0
  94. /package/dist/{external → src/external}/spatial-navigation/visualDebugger.d.ts +0 -0
  95. /package/dist/{external → src/external}/spatial-navigation/withFocusable.d.ts +0 -0
  96. /package/dist/{helpers → src/helpers}/Observable.d.ts +0 -0
  97. /package/dist/{helpers → src/helpers}/url.d.ts +0 -0
  98. /package/dist/{interfaces → src/interfaces}/IMaestroEvent.d.ts +0 -0
  99. /package/dist/{interfaces → src/interfaces}/IMaestroEventDelegate.d.ts +0 -0
  100. /package/dist/{interfaces → src/interfaces}/IUserSettings.d.ts +0 -0
  101. /package/dist/{models → src/models}/IModel.d.ts +0 -0
  102. /package/dist/{models → src/models}/IPanel.d.ts +0 -0
  103. /package/dist/{models → src/models}/ITheme.d.ts +0 -0
  104. /package/dist/{models → src/models}/IWinningBet.d.ts +0 -0
  105. /package/dist/{modules → src/modules}/bets/mocks.d.ts +0 -0
  106. /package/dist/{modules → src/modules}/bets/types/BetsAnalyticsTypes.d.ts +0 -0
  107. /package/dist/{modules → src/modules}/bets/view/HotProps/HotPropsView.d.ts +0 -0
  108. /package/dist/{modules → src/modules}/bets/view/UserBets/BetResult/BetResult.d.ts +0 -0
  109. /package/dist/{modules → src/modules}/bets/view/UserBets/BetsCard/BetsCard.d.ts +0 -0
  110. /package/dist/{modules → src/modules}/bets/view/UserBets/BetsCard/BetsCardEvent.d.ts +0 -0
  111. /package/dist/{modules → src/modules}/bets/view/UserBets/BetsCard/BetsCardFooter.d.ts +0 -0
  112. /package/dist/{modules → src/modules}/bets/view/UserBets/Boost/Boost.d.ts +0 -0
  113. /package/dist/{modules → src/modules}/bets/view/UserBets/OutcomeBadge/OutcomeBadge.d.ts +0 -0
  114. /package/dist/{modules → src/modules}/bets/view/UserBets/Parlay/Parlay.d.ts +0 -0
  115. /package/dist/{modules → src/modules}/bets/view/UserBets/Straight/Straight.d.ts +0 -0
  116. /package/dist/{modules → src/modules}/bets/view/UserBets/Teaser/Teaser.d.ts +0 -0
  117. /package/dist/{modules → src/modules}/bets/view/UserBets/UserBetsView.d.ts +0 -0
  118. /package/dist/{modules → src/modules}/bets/view/components/Bet/Bet.d.ts +0 -0
  119. /package/dist/{modules → src/modules}/bets/view/components/BetPill/BetPill.d.ts +0 -0
  120. /package/dist/{modules → src/modules}/bets/view/components/BetsCard/BetsCard.d.ts +0 -0
  121. /package/dist/{modules → src/modules}/bets/view/components/BetsCard/BetsCardHeader.d.ts +0 -0
  122. /package/dist/{modules → src/modules}/bets/view/components/GamblingDisclaimer/GamblingDisclaimer.d.ts +0 -0
  123. /package/dist/{modules → src/modules}/bets/view/components/LocationWarning/LocationWarning.d.ts +0 -0
  124. /package/dist/{modules → src/modules}/bets/view/components/PromoCodeBanner/index.d.ts +0 -0
  125. /package/dist/{modules → src/modules}/key-plays/constants.d.ts +0 -0
  126. /package/dist/{modules → src/modules}/key-plays/interfaces/IKeyPlays.d.ts +0 -0
  127. /package/dist/{modules → src/modules}/key-plays/interfaces/IKeyPlaysResponse.d.ts +0 -0
  128. /package/dist/{modules → src/modules}/key-plays/view/KeyPlayCardScoreTagView.d.ts +0 -0
  129. /package/dist/{modules → src/modules}/key-plays/view/KeyPlayErrorStateView.d.ts +0 -0
  130. /package/dist/{modules → src/modules}/key-plays/view-model/KeyPlaysViewModel.d.ts +0 -0
  131. /package/dist/{modules → src/modules}/stats/mocks.d.ts +0 -0
  132. /package/dist/{modules → src/modules}/stats/utils/driveSummaryUtils.d.ts +0 -0
  133. /package/dist/{modules → src/modules}/stats/utils/renderTeamStatistic.d.ts +0 -0
  134. /package/dist/{modules → src/modules}/stats/utils.d.ts +0 -0
  135. /package/dist/{modules → src/modules}/stats/view/ActiveAthletes/ActiveAthletes.d.ts +0 -0
  136. /package/dist/{modules → src/modules}/stats/view/ActiveAthletes/CollapsedAthletes/CollapsedAthletes.d.ts +0 -0
  137. /package/dist/{modules → src/modules}/stats/view/ActiveAthletes/index.d.ts +0 -0
  138. /package/dist/{modules → src/modules}/stats/view/DriveSummary/DrivePlayCard.d.ts +0 -0
  139. /package/dist/{modules → src/modules}/stats/view/DriveSummary/DriveSummary.d.ts +0 -0
  140. /package/dist/{modules → src/modules}/stats/view/DriveSummary/ExpandedItems/DriveSummaryExpanded.d.ts +0 -0
  141. /package/dist/{modules → src/modules}/stats/view/DriveSummary/Header/DriveSummaryHeader.d.ts +0 -0
  142. /package/dist/{modules → src/modules}/stats/view/DriveSummary/MainStat/MainStat.d.ts +0 -0
  143. /package/dist/{modules → src/modules}/stats/view/DriveSummary/index.d.ts +0 -0
  144. /package/dist/{modules → src/modules}/stats/view/GameLeaders/GameLeaders.d.ts +0 -0
  145. /package/dist/{modules → src/modules}/stats/view/GameLeaders/index.d.ts +0 -0
  146. /package/dist/{modules → src/modules}/stats/view/MatchPredictor/DonutChart/DonutChart.d.ts +0 -0
  147. /package/dist/{modules → src/modules}/stats/view/MatchPredictor/DonutChart/index.d.ts +0 -0
  148. /package/dist/{modules → src/modules}/stats/view/MatchPredictor/MatchPredictorView.d.ts +0 -0
  149. /package/dist/{modules → src/modules}/stats/view/MatchPredictor/index.d.ts +0 -0
  150. /package/dist/{modules → src/modules}/stats/view/RecentGames/RecentGames.d.ts +0 -0
  151. /package/dist/{modules → src/modules}/stats/view/RecentGames/index.d.ts +0 -0
  152. /package/dist/{modules → src/modules}/stats/view/StatsItemView.d.ts +0 -0
  153. /package/dist/{modules → src/modules}/stats/view/StatsQRCode/StatsQRCodeView.d.ts +0 -0
  154. /package/dist/{modules → src/modules}/stats/view/StatsQRCode/index.d.ts +0 -0
  155. /package/dist/{modules → src/modules}/stats/view/TeamStats/TeamStatsView.d.ts +0 -0
  156. /package/dist/{modules → src/modules}/stats/view/TeamStats/index.d.ts +0 -0
  157. /package/dist/{modules → src/modules}/stats/view/Teams/StatsCarousel.d.ts +0 -0
  158. /package/dist/{modules → src/modules}/stats/view/Teams/StatsProgressBar.d.ts +0 -0
  159. /package/dist/{modules → src/modules}/stats/view/Teams/Teams.d.ts +0 -0
  160. /package/dist/{modules → src/modules}/stats/view/Teams/index.d.ts +0 -0
  161. /package/dist/{modules → src/modules}/stats/view/WinProbability/WinProbability.d.ts +0 -0
  162. /package/dist/{modules → src/modules}/stats/view/WinProbability/index.d.ts +0 -0
  163. /package/dist/{modules → src/modules}/stats/view/components/AthletesStatistics/AthletesStatistics.d.ts +0 -0
  164. /package/dist/{modules → src/modules}/stats/view/components/AthletesStatistics/StatisticTable.d.ts +0 -0
  165. /package/dist/{modules → src/modules}/stats/view/components/AthletesStatistics/index.d.ts +0 -0
  166. /package/dist/{modules → src/modules}/stats/view/index.d.ts +0 -0
  167. /package/dist/{services → src/services}/AnalyticsService/types.d.ts +0 -0
  168. /package/dist/{services → src/services}/BetsService.d.ts +0 -0
  169. /package/dist/{services → src/services}/InsightsService/InsightsService.d.ts +0 -0
  170. /package/dist/{services → src/services}/NetworkManager/NetworkManagerFactory.d.ts +0 -0
  171. /package/dist/{services → src/services}/NetworkManager/errors.d.ts +0 -0
  172. /package/dist/{services → src/services}/NetworkManager/types.d.ts +0 -0
  173. /package/dist/{services → src/services}/PageService/index.d.ts +0 -0
  174. /package/dist/{services → src/services}/PageService/mocks.d.ts +0 -0
  175. /package/dist/{services → src/services}/PageService/types.d.ts +0 -0
  176. /package/dist/{services → src/services}/StatsService.d.ts +0 -0
  177. /package/dist/{services → src/services}/ThemeManager/constants.d.ts +0 -0
  178. /package/dist/{services → src/services}/UserSettingsManager.d.ts +0 -0
  179. /package/dist/{types → src/types}/OverlayTypes.d.ts +0 -0
  180. /package/dist/{view-models → src/view-models}/OverlayViewModel.d.ts +0 -0
  181. /package/dist/{view-models → src/view-models}/PanelManagerViewModel.d.ts +0 -0
  182. /package/dist/{view-models → src/view-models}/ViewModel.d.ts +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maestro_io/maestro-web-sdk",
3
3
  "private": false,
4
- "version": "2.3.1",
4
+ "version": "3.1.0",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "main": "dist/maestro-web-sdk.umd.js",
@@ -74,6 +74,8 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@rive-app/canvas": "^2.27.3",
77
+ "@sentry/browser": "^6.19.7",
78
+ "@sentry/tracing": "^6.19.7",
77
79
  "axios": "^0.27.2",
78
80
  "flexibility": "^2.0.1",
79
81
  "prop-types": "15",
@@ -1,2 +0,0 @@
1
- export declare const LOGGED_IN_USER_SWID = "{45636D22-B82E-494E-B0BD-DBF25AB34BB5}";
2
- export declare const LOGGED_IN_USER_COOKIE = "AEA916LtQmdBEZaslSodIec3p/BaLeVs//M0vT1/lWr7EB/O3KAYs194dsnz/ytViMfYJw7sw0psPTaLeiDSljkUoZ8oei6NXfyANi2aHiFNzXJVRhVX9RxgBivWJbwMW9+UNriY+OpQAtmvdJ8Z4YImkg8I/ObizzP1p2us9RpqrKByaG0hejzX7qGx3EkkD0gLi5jp19IZxVGrqvXusM8rOSAiKytR0by9elfs0KGCXjdw6M0/qmolfyQviKQpTlwakeixqUsvngwX+Ws/rgm88IuQFwfdg9KWgFkMPhwEFj3LMdu155Gbh4fJM8p2wwtN+/MtynUXQPiGXWoB9AZC";
@@ -1,103 +0,0 @@
1
- import IMaestroEventDelegate from './IMaestroEventDelegate';
2
- import IMaestroEvent from './IMaestroEvent';
3
- import { Environment } from '..';
4
- import { IUserSettings } from './IUserSettings';
5
- export type SDKConfigParams = {
6
- /**
7
- * The type of environment to use. Defaults to `development`. The available options are `development`, `staging`, and `production`.
8
- */
9
- environment?: Environment;
10
- /**
11
- * The frequency in seconds to poll for updates. Defaults to 5.0.
12
- */
13
- pollFrequency?: number;
14
- /**
15
- * The frequency in seconds to update progress. Defaults to 0.1.
16
- */
17
- progressUpdateFrequency?: number;
18
- /**
19
- * The site ID to use for the SDK.
20
- */
21
- siteID?: string;
22
- /**
23
- * The user ID of the logged account.
24
- */
25
- userID?: string;
26
- /**
27
- * The Maestro JWT token for authentication.
28
- */
29
- maestroJwt?: string;
30
- /**
31
- * The client app Cookie Token for authentication.
32
- */
33
- clientAppToken?: string;
34
- /**
35
- * The client app SWID for authentication.
36
- */
37
- clientAppSwid?: string;
38
- /**
39
- * User settings for customizing SDK behavior (panel visibility, feature toggles, etc.)
40
- */
41
- userSettings?: IUserSettings;
42
- };
43
- /**
44
- This is the MaestroKit top-level API for initializing and configuring the framework. It encompasses all functionality that is not specific to an event.
45
- */
46
- export default interface IMaestroManager {
47
- /**
48
- * @description Configure the MaestroWebSDK.
49
- * @param {SDKConfigParams} configParams - Configuration parameters
50
- * @param {SDKConfigParams['environment']} configParams.environment - The type of environment to use. Defaults to 'development'.
51
- * @param {SDKConfigParams['pollFrequency']} configParams.pollFrequency - The frequency in seconds to poll for updates. Defaults to 5.0.
52
- * @param {SDKConfigParams['progressUpdateFrequency']} configParams.progressUpdateFrequency - The frequency in seconds to update progress. Defaults to 0.1.
53
- * @param {SDKConfigParams['siteID']} configParams.siteID - The site ID to use for the SDK.
54
- * @param {SDKConfigParams['jwt']} configParams.jwt - The JWT token to use for authentication.
55
- * @param {SDKConfigParams['userID']} configParams.userID - The user ID of the logged account.
56
- * @param {SDKConfigParams['userSettings']} configParams.userSettings - User settings for customizing SDK behavior.
57
- */
58
- configure(configParams: SDKConfigParams): void;
59
- /**
60
- Tells the SDK the user has opened an event in the app's player.
61
- Arguments:
62
- - eventID: The Event ID for the event opened in the player.
63
- - delegate: an instance of the app's implementation of IMaestroEventDelegate
64
- - userSettings: Optional user settings to override the configured settings for this event
65
- The function returns an instance of MaestroEventViewModel, which includes an implementation of IMaestroEvent. IMaestroEvent represents the app-facing portion of the MaestroKit API related to the currently-loaded event. So after `userDidStartWatchingEvent` is called, the SDK has access to the API detailed in `MaestroEventDelegate` for making calls to the app, and the app has access to the API detailed in `IMaestroEvent` for making calls to the SDK.
66
- */
67
- userDidStartWatchingEvent(eventID: string, delegate: IMaestroEventDelegate, userSettings?: IUserSettings): Promise<IMaestroEvent>;
68
- /**
69
- * @description Tells the SDK the user has closed an event that was open in the app's player.
70
- * @param eventID
71
- */
72
- userDidStopWatchingEvent(eventID: string): void;
73
- /**
74
- * @description Authenticates user with SWID and Token.
75
- * @param swid - The user's SWID.
76
- * @param token - The user's Cookie Token.
77
- */
78
- authenticateUser(swid: string, token: string): Promise<void>;
79
- /**
80
- * Logs out currently-authenticated user.
81
- */
82
- deauthenticateUser(): Promise<void>;
83
- /**
84
- * Gets the site ID for the SDK
85
- * @returns The site ID
86
- */
87
- getSiteID(): string | undefined;
88
- /**
89
- * Gets the current JWT token used in conjunction with the user's SWID.
90
- * @returns The current JWT token
91
- */
92
- getClientAppToken(): string | undefined;
93
- /**
94
- * Gets the current user ID.
95
- * @returns The current user ID
96
- */
97
- getCurrentUserID(): string | undefined;
98
- /**
99
- * Gets the current SWID.
100
- * @returns The current SWID
101
- */
102
- getClientAppSwid(): string | undefined;
103
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes