react-memory-optimization 0.0.27 → 0.0.29

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.
@@ -3174,4 +3174,140 @@ exports.REQUEST_COMMANDS = {
3174
3174
  },
3175
3175
  ],
3176
3176
  },
3177
+ '\\81x': {
3178
+ command: 'Registration',
3179
+ responseKey: '-',
3180
+ writeScheme: [
3181
+ {
3182
+ type: 0 /* EWriteModifiedDataType.Usual */,
3183
+ binary: types_1.EWriteDataType.Byte,
3184
+ key: 'registrationType',
3185
+ },
3186
+ {
3187
+ type: 0 /* EWriteModifiedDataType.Usual */,
3188
+ binary: types_1.EWriteDataType.Byte,
3189
+ key: 'appType',
3190
+ },
3191
+ {
3192
+ type: 0 /* EWriteModifiedDataType.Usual */,
3193
+ binary: types_1.EWriteDataType.UTF,
3194
+ key: 'name',
3195
+ },
3196
+ {
3197
+ type: 0 /* EWriteModifiedDataType.Usual */,
3198
+ binary: types_1.EWriteDataType.UTF,
3199
+ key: 'surname',
3200
+ },
3201
+ {
3202
+ type: 0 /* EWriteModifiedDataType.Usual */,
3203
+ binary: types_1.EWriteDataType.UTF,
3204
+ key: 'password',
3205
+ },
3206
+ {
3207
+ type: 0 /* EWriteModifiedDataType.Usual */,
3208
+ binary: types_1.EWriteDataType.UTF,
3209
+ key: 'email',
3210
+ },
3211
+ {
3212
+ type: 0 /* EWriteModifiedDataType.Usual */,
3213
+ binary: types_1.EWriteDataType.UTF,
3214
+ key: 'phone',
3215
+ },
3216
+ {
3217
+ type: 0 /* EWriteModifiedDataType.Usual */,
3218
+ binary: types_1.EWriteDataType.UTF,
3219
+ key: 'address',
3220
+ },
3221
+ {
3222
+ type: 0 /* EWriteModifiedDataType.Usual */,
3223
+ binary: types_1.EWriteDataType.UTF,
3224
+ key: 'postalCode',
3225
+ },
3226
+ {
3227
+ type: 0 /* EWriteModifiedDataType.Usual */,
3228
+ binary: types_1.EWriteDataType.UTF,
3229
+ key: 'cityName',
3230
+ },
3231
+ {
3232
+ type: 0 /* EWriteModifiedDataType.Usual */,
3233
+ binary: types_1.EWriteDataType.UTF,
3234
+ key: 'countryName',
3235
+ },
3236
+ {
3237
+ type: 0 /* EWriteModifiedDataType.Usual */,
3238
+ binary: types_1.EWriteDataType.Short,
3239
+ key: 'birthDay',
3240
+ },
3241
+ {
3242
+ type: 0 /* EWriteModifiedDataType.Usual */,
3243
+ binary: types_1.EWriteDataType.Short,
3244
+ key: 'month',
3245
+ },
3246
+ {
3247
+ type: 0 /* EWriteModifiedDataType.Usual */,
3248
+ binary: types_1.EWriteDataType.Short,
3249
+ key: 'year',
3250
+ },
3251
+ {
3252
+ type: 0 /* EWriteModifiedDataType.Usual */,
3253
+ binary: types_1.EWriteDataType.Byte,
3254
+ key: 'gender',
3255
+ },
3256
+ {
3257
+ type: 0 /* EWriteModifiedDataType.Usual */,
3258
+ binary: types_1.EWriteDataType.Short,
3259
+ key: 'currencyId',
3260
+ },
3261
+ {
3262
+ type: 0 /* EWriteModifiedDataType.Usual */,
3263
+ binary: types_1.EWriteDataType.Byte,
3264
+ key: 'gmt',
3265
+ },
3266
+ {
3267
+ type: 0 /* EWriteModifiedDataType.Usual */,
3268
+ binary: types_1.EWriteDataType.UTF,
3269
+ key: 'location',
3270
+ },
3271
+ {
3272
+ type: 0 /* EWriteModifiedDataType.Usual */,
3273
+ binary: types_1.EWriteDataType.UTF,
3274
+ key: 'promoCode',
3275
+ },
3276
+ {
3277
+ type: 0 /* EWriteModifiedDataType.Usual */,
3278
+ binary: types_1.EWriteDataType.UTF,
3279
+ key: 'utmMedium',
3280
+ },
3281
+ {
3282
+ type: 0 /* EWriteModifiedDataType.Usual */,
3283
+ binary: types_1.EWriteDataType.UTF,
3284
+ key: 'utmSource',
3285
+ },
3286
+ {
3287
+ type: 0 /* EWriteModifiedDataType.Usual */,
3288
+ binary: types_1.EWriteDataType.UTF,
3289
+ key: 'utmCampaign',
3290
+ },
3291
+ {
3292
+ type: 0 /* EWriteModifiedDataType.Usual */,
3293
+ binary: types_1.EWriteDataType.UTF,
3294
+ key: 'language',
3295
+ },
3296
+ {
3297
+ type: 0 /* EWriteModifiedDataType.Usual */,
3298
+ binary: types_1.EWriteDataType.UTF,
3299
+ key: 'clickId',
3300
+ },
3301
+ {
3302
+ type: 0 /* EWriteModifiedDataType.Usual */,
3303
+ binary: types_1.EWriteDataType.Byte,
3304
+ key: 'deviceType',
3305
+ },
3306
+ {
3307
+ type: 0 /* EWriteModifiedDataType.Usual */,
3308
+ binary: types_1.EWriteDataType.Byte,
3309
+ key: 'requestId',
3310
+ },
3311
+ ],
3312
+ },
3177
3313
  };
@@ -3,8 +3,10 @@ import { ObservableEntity } from 'service/observableEntity';
3
3
  import { BaseObservableSubscriber, UpdateData } from 'service/observable/type';
4
4
  import { CashBonusChannelType, CashOperation } from './types';
5
5
  export declare class CashBonuses extends ObservableEntity<undefined> {
6
- cashBonuses: CashOperation[];
6
+ _cashBonuses: CashOperation[];
7
7
  constructor();
8
+ set cashBonuses(v: CashOperation[]);
9
+ get cashBonuses(): CashOperation[];
8
10
  isCashBonusType(type: ChannelType): boolean;
9
11
  update(channelType?: CashBonusChannelType): {
10
12
  data: {
@@ -11,6 +11,7 @@ export declare class UserOperationServices {
11
11
  handleNewVipLevel(): MixerTransactionResponse;
12
12
  handleEgtOperation(): MixerTransactionResponse;
13
13
  handleSupportBonusCash(): MixerTransactionResponse;
14
+ handlePromoAccuralBonusCash(): MixerTransactionResponse;
14
15
  handleWeekly(isActive?: boolean): MixerTransactionResponse;
15
16
  handleMonthly(isActive?: boolean): MixerTransactionResponse;
16
17
  handleTournamentOperation(isActive?: boolean): MixerTransactionResponse;
@@ -196,12 +196,13 @@ export declare enum TransactionFilterType {
196
196
  WeeklyHistory = 7,
197
197
  TournamentPrizeHistory = 8,
198
198
  Bonuses = 9,
199
- ActiveTournament = 10,
200
- ActiveWeekly = 11,
201
- ActiveMonthly = 12,
202
- ActiveRakeBack = 13,
203
- Referral = 14,
204
- SupportBonus = 15
199
+ BonusPromoAccural = 10,
200
+ ActiveTournament = 11,
201
+ ActiveWeekly = 12,
202
+ ActiveMonthly = 13,
203
+ ActiveRakeBack = 14,
204
+ Referral = 15,
205
+ SupportBonus = 16
205
206
  }
206
207
  export type MixerTransactionResponse = {
207
208
  id: number;
@@ -71,10 +71,11 @@ var TransactionFilterType;
71
71
  TransactionFilterType[TransactionFilterType["WeeklyHistory"] = 7] = "WeeklyHistory";
72
72
  TransactionFilterType[TransactionFilterType["TournamentPrizeHistory"] = 8] = "TournamentPrizeHistory";
73
73
  TransactionFilterType[TransactionFilterType["Bonuses"] = 9] = "Bonuses";
74
- TransactionFilterType[TransactionFilterType["ActiveTournament"] = 10] = "ActiveTournament";
75
- TransactionFilterType[TransactionFilterType["ActiveWeekly"] = 11] = "ActiveWeekly";
76
- TransactionFilterType[TransactionFilterType["ActiveMonthly"] = 12] = "ActiveMonthly";
77
- TransactionFilterType[TransactionFilterType["ActiveRakeBack"] = 13] = "ActiveRakeBack";
78
- TransactionFilterType[TransactionFilterType["Referral"] = 14] = "Referral";
79
- TransactionFilterType[TransactionFilterType["SupportBonus"] = 15] = "SupportBonus";
74
+ TransactionFilterType[TransactionFilterType["BonusPromoAccural"] = 10] = "BonusPromoAccural";
75
+ TransactionFilterType[TransactionFilterType["ActiveTournament"] = 11] = "ActiveTournament";
76
+ TransactionFilterType[TransactionFilterType["ActiveWeekly"] = 12] = "ActiveWeekly";
77
+ TransactionFilterType[TransactionFilterType["ActiveMonthly"] = 13] = "ActiveMonthly";
78
+ TransactionFilterType[TransactionFilterType["ActiveRakeBack"] = 14] = "ActiveRakeBack";
79
+ TransactionFilterType[TransactionFilterType["Referral"] = 15] = "Referral";
80
+ TransactionFilterType[TransactionFilterType["SupportBonus"] = 16] = "SupportBonus";
80
81
  })(TransactionFilterType || (exports.TransactionFilterType = TransactionFilterType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-memory-optimization",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "description": "react memory optimization library",
5
5
  "sideEffects": false,
6
6
  "files": [