react-memory-optimization 0.0.23 → 0.0.24

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.
@@ -13,7 +13,9 @@ import { BaseObservableSubscriber, UpdateData } from 'service/observable/type';
13
13
  import { BettingResponseAdapter } from './adapter';
14
14
  import { BazarFrame } from './entities/BazarFrame';
15
15
  import { ResponseAdapterService } from 'service/responseAdapter/services';
16
- export declare class Betting extends ObservableEntity<undefined> {
16
+ export declare class Betting extends ObservableEntity<{
17
+ gameId: number;
18
+ }> {
17
19
  bettingResponseAdapter: BettingResponseAdapter;
18
20
  bazarFrame: BazarFrame;
19
21
  markets: BettingMarkets;
@@ -19,5 +19,8 @@ export declare class CasinoGames extends ObservableEntity<undefined> {
19
19
  private sendGameInfoUpdates;
20
20
  private sendGameDemoModeUpdates;
21
21
  private sendProviderGames;
22
- sendUpdateEntity(d: SubscribeCasinoGamesProps): UpdateData | null;
22
+ private sendAllGames;
23
+ sendUpdateEntity(d: SubscribeCasinoGamesProps & {
24
+ isAllGames?: boolean;
25
+ }): UpdateData | null;
23
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-memory-optimization",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "react memory optimization library",
5
5
  "sideEffects": false,
6
6
  "files": [