react-memory-optimization 0.0.66 → 0.0.67

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.
@@ -3295,4 +3295,49 @@ exports.REQUEST_COMMANDS = Object.assign(Object.assign(Object.assign(Object.assi
3295
3295
  key: 'requestId',
3296
3296
  },
3297
3297
  ],
3298
+ }, '\\83x': {
3299
+ command: 'ClientAfterRegister',
3300
+ responseKey: '-',
3301
+ writeScheme: [
3302
+ {
3303
+ type: 0 /* EWriteModifiedDataType.Usual */,
3304
+ binary: types_1.EWriteDataType.UTF,
3305
+ key: 'clickId',
3306
+ },
3307
+ {
3308
+ type: 0 /* EWriteModifiedDataType.Usual */,
3309
+ binary: types_1.EWriteDataType.UTF,
3310
+ key: 'utmMedium',
3311
+ },
3312
+ {
3313
+ type: 0 /* EWriteModifiedDataType.Usual */,
3314
+ binary: types_1.EWriteDataType.UTF,
3315
+ key: 'utmSource',
3316
+ },
3317
+ {
3318
+ type: 0 /* EWriteModifiedDataType.Usual */,
3319
+ binary: types_1.EWriteDataType.UTF,
3320
+ key: 'utmCampaign',
3321
+ },
3322
+ {
3323
+ type: 0 /* EWriteModifiedDataType.Usual */,
3324
+ binary: types_1.EWriteDataType.UTF,
3325
+ key: 'utmReferrer',
3326
+ },
3327
+ {
3328
+ type: 0 /* EWriteModifiedDataType.Usual */,
3329
+ binary: types_1.EWriteDataType.UTF,
3330
+ key: 'promoCode',
3331
+ },
3332
+ {
3333
+ type: 0 /* EWriteModifiedDataType.Usual */,
3334
+ binary: types_1.EWriteDataType.Short,
3335
+ key: 'idCurrency',
3336
+ },
3337
+ {
3338
+ type: 0 /* EWriteModifiedDataType.Usual */,
3339
+ binary: types_1.EWriteDataType.Byte,
3340
+ key: 'requestId',
3341
+ },
3342
+ ],
3298
3343
  } }, PlixoRequests_1.PLIXO_REQUESTS), APayRequest_1.APAY_REQUESTS), PlixoTryRequests_1.PLIXO_TRY_REQUESTS), PlixoCreedo_1.PLIXO_CREEDO_REQUESTS), PlixoPkr_1.PLIXO_CASHX_REQUESTS);
@@ -124,7 +124,8 @@ export declare enum ERequestCommand {
124
124
  StopBetting = "stopbet",
125
125
  RublesDeposit = "bet_payment_create_deposit",
126
126
  BetPaymentCreateWithdraw = "bet_payment_create_withdraw",
127
- BetPaymentCreateDeposit = "bet_payment_create_deposit"
127
+ BetPaymentCreateDeposit = "bet_payment_create_deposit",
128
+ ClientAfterRegister = "client_after_register"
128
129
  }
129
130
  export type SendCommand = (key: string, data: {
130
131
  [key: string]: string | number | any[];
@@ -72,6 +72,7 @@ var ERequestCommand;
72
72
  ERequestCommand["RublesDeposit"] = "bet_payment_create_deposit";
73
73
  ERequestCommand["BetPaymentCreateWithdraw"] = "bet_payment_create_withdraw";
74
74
  ERequestCommand["BetPaymentCreateDeposit"] = "bet_payment_create_deposit";
75
+ ERequestCommand["ClientAfterRegister"] = "client_after_register";
75
76
  })(ERequestCommand || (exports.ERequestCommand = ERequestCommand = {}));
76
77
  // ============== END MARKETS ==============
77
78
  var ERequestStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-memory-optimization",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "description": "react memory optimization library",
5
5
  "sideEffects": false,
6
6
  "files": [