mbt-puzzle-preview-lb 1.0.113 → 1.0.114

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 (40) hide show
  1. package/dist/api/index.d.ts +4 -4
  2. package/dist/index.js +12046 -2
  3. package/dist/pages/Preview/index.d.ts +1 -1
  4. package/dist/pages/Preview/types.d.ts +0 -1
  5. package/dist/reactPlayerDailyMotion.index.js +21 -0
  6. package/dist/reactPlayerFacebook.index.js +21 -0
  7. package/dist/reactPlayerKaltura.index.js +21 -0
  8. package/dist/reactPlayerMixcloud.index.js +21 -0
  9. package/dist/reactPlayerMux.index.js +21 -0
  10. package/dist/reactPlayerPreview.index.js +21 -0
  11. package/dist/reactPlayerSoundCloud.index.js +21 -0
  12. package/dist/reactPlayerStreamable.index.js +21 -0
  13. package/dist/reactPlayerTwitch.index.js +21 -0
  14. package/dist/reactPlayerVidyard.index.js +21 -0
  15. package/dist/reactPlayerVimeo.index.js +21 -0
  16. package/dist/reactPlayerWistia.index.js +21 -0
  17. package/dist/reactPlayerYouTube.index.js +21 -0
  18. package/dist/ui/main-layout/context.d.ts +0 -2
  19. package/dist/ui/pattern-popup/utils/get-popup-status/index.d.ts +1 -2
  20. package/dist/ui/puzzle-summary-modal/index.d.ts +3 -3
  21. package/dist/ui/puzzle-summary-modal/types.d.ts +1 -2
  22. package/dist/ui/start-puzzle-card/index.d.ts +1 -1
  23. package/dist/ui/start-puzzle-card/types.d.ts +0 -1
  24. package/dist/utils/hooks.d.ts +1 -1
  25. package/dist/utils/pps-progress-transform/index.d.ts +0 -1
  26. package/package.json +2 -2
  27. package/dist/173.index.js +0 -1
  28. package/dist/328.index.js +0 -1
  29. package/dist/340.index.js +0 -1
  30. package/dist/353.index.js +0 -1
  31. package/dist/392.index.js +0 -1
  32. package/dist/42.index.js +0 -1
  33. package/dist/446.index.js +0 -1
  34. package/dist/463.index.js +0 -1
  35. package/dist/570.index.js +0 -1
  36. package/dist/627.index.js +0 -1
  37. package/dist/723.index.js +0 -1
  38. package/dist/887.index.js +0 -1
  39. package/dist/979.index.js +0 -1
  40. package/dist/index.js.LICENSE.txt +0 -9
@@ -1,8 +1,8 @@
1
1
  import { AxiosRequestConfig } from 'axios';
2
- export declare const API_BASE_URL = "https://my-dev.mobatrainer.ai";
3
- export declare const PROGRESS_SERVICE_BASE_URL = "https://my-dev.mobatrainer.ai/api/ups";
4
- export declare const RECOMMENDATION_SERVICE_BASE_URL = "https://my-dev.mobatrainer.ai/api/rs";
5
- export declare const AUTH_SERVICE_BASE_URL = "https://my-dev.mobatrainer.ai/api/uas";
2
+ export declare const API_BASE_URL = "https://prod.mobatrainer.ai";
3
+ export declare const PROGRESS_SERVICE_BASE_URL = "https://prod.mobatrainer.ai/api/ups";
4
+ export declare const RECOMMENDATION_SERVICE_BASE_URL = "https://prod.mobatrainer.ai/api/rs";
5
+ export declare const AUTH_SERVICE_BASE_URL = "https://prod.mobatrainer.ai/api/uas";
6
6
  export declare const apiFetch: {
7
7
  get: <T>(url: string, config?: AxiosRequestConfig) => Promise<T>;
8
8
  post: <T>(url: string, data?: any, config?: AxiosRequestConfig) => Promise<T>;