cashfree-pg 4.3.5 → 4.3.6

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.
package/api.ts CHANGED
@@ -2676,10 +2676,10 @@ export interface DisputesEntity {
2676
2676
  'cf_dispute_remarks'?: string;
2677
2677
  /**
2678
2678
  *
2679
- * @type {object}
2679
+ * @type {Array<EvidencesToContestDispute>}
2680
2680
  * @memberof DisputesEntity
2681
2681
  */
2682
- 'preferred_evidence'?: object;
2682
+ 'preferred_evidence'?: Array<EvidencesToContestDispute>;
2683
2683
  /**
2684
2684
  *
2685
2685
  * @type {Array<Evidence>}
@@ -2825,10 +2825,10 @@ export interface DisputesEntityMerchantAccepted {
2825
2825
  'cf_dispute_remarks'?: string;
2826
2826
  /**
2827
2827
  *
2828
- * @type {object}
2828
+ * @type {Array<EvidencesToContestDispute>}
2829
2829
  * @memberof DisputesEntityMerchantAccepted
2830
2830
  */
2831
- 'preferred_evidence'?: object;
2831
+ 'preferred_evidence'?: Array<EvidencesToContestDispute>;
2832
2832
  /**
2833
2833
  *
2834
2834
  * @type {Array<Evidence>}
@@ -6550,6 +6550,13 @@ export interface PlanEntity {
6550
6550
  */
6551
6551
  'plan_type'?: string;
6552
6552
  }
6553
+ /**
6554
+ *
6555
+ * @export
6556
+ * @interface PreferredEvidence
6557
+ */
6558
+ export interface PreferredEvidence extends Array<EvidencesToContestDispute> {
6559
+ }
6553
6560
  /**
6554
6561
  * Error when rate limit is breached for your api
6555
6562
  * @export
@@ -9883,7 +9890,7 @@ const CustomersApiAxiosParamCreator = function (configuration?: Configuration) {
9883
9890
 
9884
9891
  localVarHeaderParameter['Content-Type'] = 'application/json';
9885
9892
 
9886
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
9893
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
9887
9894
  if (x_api_version != null && x_api_version != undefined) {
9888
9895
  localVarHeaderParameter['x-api-version'] = x_api_version;
9889
9896
  }
@@ -9947,7 +9954,7 @@ const CustomersApiAxiosParamCreator = function (configuration?: Configuration) {
9947
9954
 
9948
9955
  localVarHeaderParameter['Content-Type'] = 'application/json';
9949
9956
 
9950
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
9957
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
9951
9958
  if (x_api_version != null && x_api_version != undefined) {
9952
9959
  localVarHeaderParameter['x-api-version'] = x_api_version;
9953
9960
  }
@@ -10060,7 +10067,7 @@ const DefaultApiAxiosParamCreator = function (configuration?: Configuration) {
10060
10067
 
10061
10068
  localVarHeaderParameter['Content-Type'] = 'application/json';
10062
10069
 
10063
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10070
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10064
10071
  if (x_api_version != null && x_api_version != undefined) {
10065
10072
  localVarHeaderParameter['x-api-version'] = x_api_version;
10066
10073
  }
@@ -10107,7 +10114,7 @@ const DefaultApiAxiosParamCreator = function (configuration?: Configuration) {
10107
10114
 
10108
10115
  localVarHeaderParameter['Content-Type'] = 'application/json';
10109
10116
 
10110
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10117
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10111
10118
  if (x_api_version != null && x_api_version != undefined) {
10112
10119
  localVarHeaderParameter['x-api-version'] = x_api_version;
10113
10120
  }
@@ -10176,7 +10183,7 @@ const DefaultApiAxiosParamCreator = function (configuration?: Configuration) {
10176
10183
 
10177
10184
 
10178
10185
 
10179
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10186
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10180
10187
  if (x_api_version != null && x_api_version != undefined) {
10181
10188
  localVarHeaderParameter['x-api-version'] = x_api_version;
10182
10189
  }
@@ -10232,7 +10239,7 @@ const DefaultApiAxiosParamCreator = function (configuration?: Configuration) {
10232
10239
 
10233
10240
 
10234
10241
 
10235
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10242
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10236
10243
  if (x_api_version != null && x_api_version != undefined) {
10237
10244
  localVarHeaderParameter['x-api-version'] = x_api_version;
10238
10245
  }
@@ -10388,7 +10395,7 @@ const DisputesApiAxiosParamCreator = function (configuration?: Configuration) {
10388
10395
 
10389
10396
 
10390
10397
 
10391
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10398
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10392
10399
  if (x_api_version != null && x_api_version != undefined) {
10393
10400
  localVarHeaderParameter['x-api-version'] = x_api_version;
10394
10401
  }
@@ -10450,7 +10457,7 @@ const DisputesApiAxiosParamCreator = function (configuration?: Configuration) {
10450
10457
 
10451
10458
 
10452
10459
 
10453
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10460
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10454
10461
  if (x_api_version != null && x_api_version != undefined) {
10455
10462
  localVarHeaderParameter['x-api-version'] = x_api_version;
10456
10463
  }
@@ -10523,7 +10530,7 @@ const DisputesApiAxiosParamCreator = function (configuration?: Configuration) {
10523
10530
 
10524
10531
 
10525
10532
 
10526
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10533
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10527
10534
  if (x_api_version != null && x_api_version != undefined) {
10528
10535
  localVarHeaderParameter['x-api-version'] = x_api_version;
10529
10536
  }
@@ -10585,7 +10592,7 @@ const DisputesApiAxiosParamCreator = function (configuration?: Configuration) {
10585
10592
 
10586
10593
 
10587
10594
 
10588
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10595
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10589
10596
  if (x_api_version != null && x_api_version != undefined) {
10590
10597
  localVarHeaderParameter['x-api-version'] = x_api_version;
10591
10598
  }
@@ -10658,7 +10665,7 @@ const DisputesApiAxiosParamCreator = function (configuration?: Configuration) {
10658
10665
 
10659
10666
 
10660
10667
 
10661
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10668
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10662
10669
  if (x_api_version != null && x_api_version != undefined) {
10663
10670
  localVarHeaderParameter['x-api-version'] = x_api_version;
10664
10671
  }
@@ -10720,7 +10727,7 @@ const DisputesApiAxiosParamCreator = function (configuration?: Configuration) {
10720
10727
 
10721
10728
 
10722
10729
 
10723
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10730
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10724
10731
  if (x_api_version != null && x_api_version != undefined) {
10725
10732
  localVarHeaderParameter['x-api-version'] = x_api_version;
10726
10733
  }
@@ -10793,7 +10800,7 @@ const DisputesApiAxiosParamCreator = function (configuration?: Configuration) {
10793
10800
 
10794
10801
 
10795
10802
 
10796
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10803
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10797
10804
  if (x_api_version != null && x_api_version != undefined) {
10798
10805
  localVarHeaderParameter['x-api-version'] = x_api_version;
10799
10806
  }
@@ -10855,7 +10862,7 @@ const DisputesApiAxiosParamCreator = function (configuration?: Configuration) {
10855
10862
 
10856
10863
 
10857
10864
 
10858
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10865
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10859
10866
  if (x_api_version != null && x_api_version != undefined) {
10860
10867
  localVarHeaderParameter['x-api-version'] = x_api_version;
10861
10868
  }
@@ -10950,7 +10957,7 @@ const DisputesApiAxiosParamCreator = function (configuration?: Configuration) {
10950
10957
 
10951
10958
  localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
10952
10959
 
10953
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
10960
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
10954
10961
  if (x_api_version != null && x_api_version != undefined) {
10955
10962
  localVarHeaderParameter['x-api-version'] = x_api_version;
10956
10963
  }
@@ -11032,7 +11039,7 @@ const DisputesApiAxiosParamCreator = function (configuration?: Configuration) {
11032
11039
 
11033
11040
  localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
11034
11041
 
11035
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11042
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11036
11043
  if (x_api_version != null && x_api_version != undefined) {
11037
11044
  localVarHeaderParameter['x-api-version'] = x_api_version;
11038
11045
  }
@@ -11275,7 +11282,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11275
11282
 
11276
11283
  localVarHeaderParameter['Content-Type'] = 'application/json';
11277
11284
 
11278
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11285
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11279
11286
  if (x_api_version != null && x_api_version != undefined) {
11280
11287
  localVarHeaderParameter['x-api-version'] = x_api_version;
11281
11288
  }
@@ -11340,7 +11347,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11340
11347
 
11341
11348
  localVarHeaderParameter['Content-Type'] = 'application/json';
11342
11349
 
11343
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11350
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11344
11351
  if (x_api_version != null && x_api_version != undefined) {
11345
11352
  localVarHeaderParameter['x-api-version'] = x_api_version;
11346
11353
  }
@@ -11417,7 +11424,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11417
11424
 
11418
11425
  localVarHeaderParameter['Content-Type'] = 'application/json';
11419
11426
 
11420
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11427
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11421
11428
  if (x_api_version != null && x_api_version != undefined) {
11422
11429
  localVarHeaderParameter['x-api-version'] = x_api_version;
11423
11430
  }
@@ -11482,7 +11489,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11482
11489
 
11483
11490
  localVarHeaderParameter['Content-Type'] = 'application/json';
11484
11491
 
11485
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11492
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11486
11493
  if (x_api_version != null && x_api_version != undefined) {
11487
11494
  localVarHeaderParameter['x-api-version'] = x_api_version;
11488
11495
  }
@@ -11555,7 +11562,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11555
11562
 
11556
11563
  localVarHeaderParameter['Content-Type'] = 'application/json';
11557
11564
 
11558
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11565
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11559
11566
  if (x_api_version != null && x_api_version != undefined) {
11560
11567
  localVarHeaderParameter['x-api-version'] = x_api_version;
11561
11568
  }
@@ -11617,7 +11624,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11617
11624
 
11618
11625
  localVarHeaderParameter['Content-Type'] = 'application/json';
11619
11626
 
11620
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11627
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11621
11628
  if (x_api_version != null && x_api_version != undefined) {
11622
11629
  localVarHeaderParameter['x-api-version'] = x_api_version;
11623
11630
  }
@@ -11695,7 +11702,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11695
11702
 
11696
11703
 
11697
11704
 
11698
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11705
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11699
11706
  if (x_api_version != null && x_api_version != undefined) {
11700
11707
  localVarHeaderParameter['x-api-version'] = x_api_version;
11701
11708
  }
@@ -11760,7 +11767,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11760
11767
 
11761
11768
 
11762
11769
 
11763
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11770
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11764
11771
  if (x_api_version != null && x_api_version != undefined) {
11765
11772
  localVarHeaderParameter['x-api-version'] = x_api_version;
11766
11773
  }
@@ -11833,7 +11840,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11833
11840
 
11834
11841
 
11835
11842
 
11836
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11843
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11837
11844
  if (x_api_version != null && x_api_version != undefined) {
11838
11845
  localVarHeaderParameter['x-api-version'] = x_api_version;
11839
11846
  }
@@ -11895,7 +11902,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11895
11902
 
11896
11903
 
11897
11904
 
11898
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11905
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11899
11906
  if (x_api_version != null && x_api_version != undefined) {
11900
11907
  localVarHeaderParameter['x-api-version'] = x_api_version;
11901
11908
  }
@@ -11968,7 +11975,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
11968
11975
 
11969
11976
 
11970
11977
 
11971
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
11978
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
11972
11979
  if (x_api_version != null && x_api_version != undefined) {
11973
11980
  localVarHeaderParameter['x-api-version'] = x_api_version;
11974
11981
  }
@@ -12030,7 +12037,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12030
12037
 
12031
12038
 
12032
12039
 
12033
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12040
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12034
12041
  if (x_api_version != null && x_api_version != undefined) {
12035
12042
  localVarHeaderParameter['x-api-version'] = x_api_version;
12036
12043
  }
@@ -12110,7 +12117,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12110
12117
 
12111
12118
 
12112
12119
 
12113
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12120
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12114
12121
  if (x_api_version != null && x_api_version != undefined) {
12115
12122
  localVarHeaderParameter['x-api-version'] = x_api_version;
12116
12123
  }
@@ -12178,7 +12185,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12178
12185
 
12179
12186
 
12180
12187
 
12181
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12188
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12182
12189
  if (x_api_version != null && x_api_version != undefined) {
12183
12190
  localVarHeaderParameter['x-api-version'] = x_api_version;
12184
12191
  }
@@ -12251,7 +12258,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12251
12258
 
12252
12259
 
12253
12260
 
12254
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12261
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12255
12262
  if (x_api_version != null && x_api_version != undefined) {
12256
12263
  localVarHeaderParameter['x-api-version'] = x_api_version;
12257
12264
  }
@@ -12313,7 +12320,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12313
12320
 
12314
12321
 
12315
12322
 
12316
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12323
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12317
12324
  if (x_api_version != null && x_api_version != undefined) {
12318
12325
  localVarHeaderParameter['x-api-version'] = x_api_version;
12319
12326
  }
@@ -12385,7 +12392,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12385
12392
 
12386
12393
  localVarHeaderParameter['Content-Type'] = 'application/json';
12387
12394
 
12388
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12395
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12389
12396
  if (x_api_version != null && x_api_version != undefined) {
12390
12397
  localVarHeaderParameter['x-api-version'] = x_api_version;
12391
12398
  }
@@ -12447,7 +12454,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12447
12454
 
12448
12455
  localVarHeaderParameter['Content-Type'] = 'application/json';
12449
12456
 
12450
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12457
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12451
12458
  if (x_api_version != null && x_api_version != undefined) {
12452
12459
  localVarHeaderParameter['x-api-version'] = x_api_version;
12453
12460
  }
@@ -12524,7 +12531,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12524
12531
 
12525
12532
  localVarHeaderParameter['Content-Type'] = 'application/json';
12526
12533
 
12527
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12534
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12528
12535
  if (x_api_version != null && x_api_version != undefined) {
12529
12536
  localVarHeaderParameter['x-api-version'] = x_api_version;
12530
12537
  }
@@ -12589,7 +12596,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12589
12596
 
12590
12597
  localVarHeaderParameter['Content-Type'] = 'application/json';
12591
12598
 
12592
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12599
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12593
12600
  if (x_api_version != null && x_api_version != undefined) {
12594
12601
  localVarHeaderParameter['x-api-version'] = x_api_version;
12595
12602
  }
@@ -12681,7 +12688,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12681
12688
 
12682
12689
  localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
12683
12690
 
12684
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12691
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12685
12692
  if (x_api_version != null && x_api_version != undefined) {
12686
12693
  localVarHeaderParameter['x-api-version'] = x_api_version;
12687
12694
  }
@@ -12759,7 +12766,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12759
12766
 
12760
12767
  localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
12761
12768
 
12762
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12769
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12763
12770
  if (x_api_version != null && x_api_version != undefined) {
12764
12771
  localVarHeaderParameter['x-api-version'] = x_api_version;
12765
12772
  }
@@ -12836,7 +12843,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12836
12843
 
12837
12844
  localVarHeaderParameter['Content-Type'] = 'application/json';
12838
12845
 
12839
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12846
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12840
12847
  if (x_api_version != null && x_api_version != undefined) {
12841
12848
  localVarHeaderParameter['x-api-version'] = x_api_version;
12842
12849
  }
@@ -12901,7 +12908,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12901
12908
 
12902
12909
  localVarHeaderParameter['Content-Type'] = 'application/json';
12903
12910
 
12904
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12911
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12905
12912
  if (x_api_version != null && x_api_version != undefined) {
12906
12913
  localVarHeaderParameter['x-api-version'] = x_api_version;
12907
12914
  }
@@ -12974,7 +12981,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
12974
12981
 
12975
12982
  localVarHeaderParameter['Content-Type'] = 'application/json';
12976
12983
 
12977
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
12984
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
12978
12985
  if (x_api_version != null && x_api_version != undefined) {
12979
12986
  localVarHeaderParameter['x-api-version'] = x_api_version;
12980
12987
  }
@@ -13036,7 +13043,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
13036
13043
 
13037
13044
  localVarHeaderParameter['Content-Type'] = 'application/json';
13038
13045
 
13039
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
13046
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
13040
13047
  if (x_api_version != null && x_api_version != undefined) {
13041
13048
  localVarHeaderParameter['x-api-version'] = x_api_version;
13042
13049
  }
@@ -13110,7 +13117,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
13110
13117
 
13111
13118
 
13112
13119
 
13113
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
13120
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
13114
13121
  if (x_api_version != null && x_api_version != undefined) {
13115
13122
  localVarHeaderParameter['x-api-version'] = x_api_version;
13116
13123
  }
@@ -13172,7 +13179,7 @@ const EasySplitApiAxiosParamCreator = function (configuration?: Configuration) {
13172
13179
 
13173
13180
 
13174
13181
 
13175
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
13182
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
13176
13183
  if (x_api_version != null && x_api_version != undefined) {
13177
13184
  localVarHeaderParameter['x-api-version'] = x_api_version;
13178
13185
  }
@@ -13661,7 +13668,7 @@ const EligibilityApiAxiosParamCreator = function (configuration?: Configuration)
13661
13668
 
13662
13669
  localVarHeaderParameter['Content-Type'] = 'application/json';
13663
13670
 
13664
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
13671
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
13665
13672
  if (x_api_version != null && x_api_version != undefined) {
13666
13673
  localVarHeaderParameter['x-api-version'] = x_api_version;
13667
13674
  }
@@ -13725,7 +13732,7 @@ const EligibilityApiAxiosParamCreator = function (configuration?: Configuration)
13725
13732
 
13726
13733
  localVarHeaderParameter['Content-Type'] = 'application/json';
13727
13734
 
13728
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
13735
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
13729
13736
  if (x_api_version != null && x_api_version != undefined) {
13730
13737
  localVarHeaderParameter['x-api-version'] = x_api_version;
13731
13738
  }
@@ -13800,7 +13807,7 @@ const EligibilityApiAxiosParamCreator = function (configuration?: Configuration)
13800
13807
 
13801
13808
  localVarHeaderParameter['Content-Type'] = 'application/json';
13802
13809
 
13803
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
13810
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
13804
13811
  if (x_api_version != null && x_api_version != undefined) {
13805
13812
  localVarHeaderParameter['x-api-version'] = x_api_version;
13806
13813
  }
@@ -13864,7 +13871,7 @@ const EligibilityApiAxiosParamCreator = function (configuration?: Configuration)
13864
13871
 
13865
13872
  localVarHeaderParameter['Content-Type'] = 'application/json';
13866
13873
 
13867
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
13874
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
13868
13875
  if (x_api_version != null && x_api_version != undefined) {
13869
13876
  localVarHeaderParameter['x-api-version'] = x_api_version;
13870
13877
  }
@@ -13939,7 +13946,7 @@ const EligibilityApiAxiosParamCreator = function (configuration?: Configuration)
13939
13946
 
13940
13947
  localVarHeaderParameter['Content-Type'] = 'application/json';
13941
13948
 
13942
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
13949
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
13943
13950
  if (x_api_version != null && x_api_version != undefined) {
13944
13951
  localVarHeaderParameter['x-api-version'] = x_api_version;
13945
13952
  }
@@ -14003,7 +14010,7 @@ const EligibilityApiAxiosParamCreator = function (configuration?: Configuration)
14003
14010
 
14004
14011
  localVarHeaderParameter['Content-Type'] = 'application/json';
14005
14012
 
14006
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14013
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14007
14014
  if (x_api_version != null && x_api_version != undefined) {
14008
14015
  localVarHeaderParameter['x-api-version'] = x_api_version;
14009
14016
  }
@@ -14078,7 +14085,7 @@ const EligibilityApiAxiosParamCreator = function (configuration?: Configuration)
14078
14085
 
14079
14086
  localVarHeaderParameter['Content-Type'] = 'application/json';
14080
14087
 
14081
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14088
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14082
14089
  if (x_api_version != null && x_api_version != undefined) {
14083
14090
  localVarHeaderParameter['x-api-version'] = x_api_version;
14084
14091
  }
@@ -14142,7 +14149,7 @@ const EligibilityApiAxiosParamCreator = function (configuration?: Configuration)
14142
14149
 
14143
14150
  localVarHeaderParameter['Content-Type'] = 'application/json';
14144
14151
 
14145
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14152
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14146
14153
  if (x_api_version != null && x_api_version != undefined) {
14147
14154
  localVarHeaderParameter['x-api-version'] = x_api_version;
14148
14155
  }
@@ -14353,7 +14360,7 @@ const OffersApiAxiosParamCreator = function (configuration?: Configuration) {
14353
14360
 
14354
14361
  localVarHeaderParameter['Content-Type'] = 'application/json';
14355
14362
 
14356
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14363
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14357
14364
  if (x_api_version != null && x_api_version != undefined) {
14358
14365
  localVarHeaderParameter['x-api-version'] = x_api_version;
14359
14366
  }
@@ -14417,7 +14424,7 @@ const OffersApiAxiosParamCreator = function (configuration?: Configuration) {
14417
14424
 
14418
14425
  localVarHeaderParameter['Content-Type'] = 'application/json';
14419
14426
 
14420
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14427
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14421
14428
  if (x_api_version != null && x_api_version != undefined) {
14422
14429
  localVarHeaderParameter['x-api-version'] = x_api_version;
14423
14430
  }
@@ -14491,7 +14498,7 @@ const OffersApiAxiosParamCreator = function (configuration?: Configuration) {
14491
14498
 
14492
14499
 
14493
14500
 
14494
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14501
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14495
14502
  if (x_api_version != null && x_api_version != undefined) {
14496
14503
  localVarHeaderParameter['x-api-version'] = x_api_version;
14497
14504
  }
@@ -14553,7 +14560,7 @@ const OffersApiAxiosParamCreator = function (configuration?: Configuration) {
14553
14560
 
14554
14561
 
14555
14562
 
14556
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14563
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14557
14564
  if (x_api_version != null && x_api_version != undefined) {
14558
14565
  localVarHeaderParameter['x-api-version'] = x_api_version;
14559
14566
  }
@@ -14709,7 +14716,7 @@ const OrdersApiAxiosParamCreator = function (configuration?: Configuration) {
14709
14716
 
14710
14717
  localVarHeaderParameter['Content-Type'] = 'application/json';
14711
14718
 
14712
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14719
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14713
14720
  if (x_api_version != null && x_api_version != undefined) {
14714
14721
  localVarHeaderParameter['x-api-version'] = x_api_version;
14715
14722
  }
@@ -14773,7 +14780,7 @@ const OrdersApiAxiosParamCreator = function (configuration?: Configuration) {
14773
14780
 
14774
14781
  localVarHeaderParameter['Content-Type'] = 'application/json';
14775
14782
 
14776
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14783
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14777
14784
  if (x_api_version != null && x_api_version != undefined) {
14778
14785
  localVarHeaderParameter['x-api-version'] = x_api_version;
14779
14786
  }
@@ -14847,7 +14854,7 @@ const OrdersApiAxiosParamCreator = function (configuration?: Configuration) {
14847
14854
 
14848
14855
 
14849
14856
 
14850
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14857
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14851
14858
  if (x_api_version != null && x_api_version != undefined) {
14852
14859
  localVarHeaderParameter['x-api-version'] = x_api_version;
14853
14860
  }
@@ -14909,7 +14916,7 @@ const OrdersApiAxiosParamCreator = function (configuration?: Configuration) {
14909
14916
 
14910
14917
 
14911
14918
 
14912
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14919
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14913
14920
  if (x_api_version != null && x_api_version != undefined) {
14914
14921
  localVarHeaderParameter['x-api-version'] = x_api_version;
14915
14922
  }
@@ -14982,7 +14989,7 @@ const OrdersApiAxiosParamCreator = function (configuration?: Configuration) {
14982
14989
 
14983
14990
 
14984
14991
 
14985
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
14992
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
14986
14993
  if (x_api_version != null && x_api_version != undefined) {
14987
14994
  localVarHeaderParameter['x-api-version'] = x_api_version;
14988
14995
  }
@@ -15044,7 +15051,7 @@ const OrdersApiAxiosParamCreator = function (configuration?: Configuration) {
15044
15051
 
15045
15052
 
15046
15053
 
15047
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15054
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15048
15055
  if (x_api_version != null && x_api_version != undefined) {
15049
15056
  localVarHeaderParameter['x-api-version'] = x_api_version;
15050
15057
  }
@@ -15122,7 +15129,7 @@ const OrdersApiAxiosParamCreator = function (configuration?: Configuration) {
15122
15129
 
15123
15130
  localVarHeaderParameter['Content-Type'] = 'application/json';
15124
15131
 
15125
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15132
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15126
15133
  if (x_api_version != null && x_api_version != undefined) {
15127
15134
  localVarHeaderParameter['x-api-version'] = x_api_version;
15128
15135
  }
@@ -15189,7 +15196,7 @@ const OrdersApiAxiosParamCreator = function (configuration?: Configuration) {
15189
15196
 
15190
15197
  localVarHeaderParameter['Content-Type'] = 'application/json';
15191
15198
 
15192
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15199
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15193
15200
  if (x_api_version != null && x_api_version != undefined) {
15194
15201
  localVarHeaderParameter['x-api-version'] = x_api_version;
15195
15202
  }
@@ -15268,7 +15275,7 @@ const OrdersApiAxiosParamCreator = function (configuration?: Configuration) {
15268
15275
 
15269
15276
  localVarHeaderParameter['Content-Type'] = 'application/json';
15270
15277
 
15271
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15278
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15272
15279
  if (x_api_version != null && x_api_version != undefined) {
15273
15280
  localVarHeaderParameter['x-api-version'] = x_api_version;
15274
15281
  }
@@ -15335,7 +15342,7 @@ const OrdersApiAxiosParamCreator = function (configuration?: Configuration) {
15335
15342
 
15336
15343
  localVarHeaderParameter['Content-Type'] = 'application/json';
15337
15344
 
15338
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15345
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15339
15346
  if (x_api_version != null && x_api_version != undefined) {
15340
15347
  localVarHeaderParameter['x-api-version'] = x_api_version;
15341
15348
  }
@@ -15577,7 +15584,7 @@ const PGReconciliationApiAxiosParamCreator = function (configuration?: Configura
15577
15584
 
15578
15585
  localVarHeaderParameter['Content-Type'] = 'application/json';
15579
15586
 
15580
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15587
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15581
15588
  if (x_api_version != null && x_api_version != undefined) {
15582
15589
  localVarHeaderParameter['x-api-version'] = x_api_version;
15583
15590
  }
@@ -15641,7 +15648,7 @@ const PGReconciliationApiAxiosParamCreator = function (configuration?: Configura
15641
15648
 
15642
15649
  localVarHeaderParameter['Content-Type'] = 'application/json';
15643
15650
 
15644
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15651
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15645
15652
  if (x_api_version != null && x_api_version != undefined) {
15646
15653
  localVarHeaderParameter['x-api-version'] = x_api_version;
15647
15654
  }
@@ -15772,7 +15779,7 @@ const PaymentLinksApiAxiosParamCreator = function (configuration?: Configuration
15772
15779
 
15773
15780
 
15774
15781
 
15775
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15782
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15776
15783
  if (x_api_version != null && x_api_version != undefined) {
15777
15784
  localVarHeaderParameter['x-api-version'] = x_api_version;
15778
15785
  }
@@ -15834,7 +15841,7 @@ const PaymentLinksApiAxiosParamCreator = function (configuration?: Configuration
15834
15841
 
15835
15842
 
15836
15843
 
15837
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15844
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15838
15845
  if (x_api_version != null && x_api_version != undefined) {
15839
15846
  localVarHeaderParameter['x-api-version'] = x_api_version;
15840
15847
  }
@@ -15908,7 +15915,7 @@ const PaymentLinksApiAxiosParamCreator = function (configuration?: Configuration
15908
15915
 
15909
15916
  localVarHeaderParameter['Content-Type'] = 'application/json';
15910
15917
 
15911
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15918
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15912
15919
  if (x_api_version != null && x_api_version != undefined) {
15913
15920
  localVarHeaderParameter['x-api-version'] = x_api_version;
15914
15921
  }
@@ -15972,7 +15979,7 @@ const PaymentLinksApiAxiosParamCreator = function (configuration?: Configuration
15972
15979
 
15973
15980
  localVarHeaderParameter['Content-Type'] = 'application/json';
15974
15981
 
15975
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
15982
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
15976
15983
  if (x_api_version != null && x_api_version != undefined) {
15977
15984
  localVarHeaderParameter['x-api-version'] = x_api_version;
15978
15985
  }
@@ -16046,7 +16053,7 @@ const PaymentLinksApiAxiosParamCreator = function (configuration?: Configuration
16046
16053
 
16047
16054
 
16048
16055
 
16049
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16056
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16050
16057
  if (x_api_version != null && x_api_version != undefined) {
16051
16058
  localVarHeaderParameter['x-api-version'] = x_api_version;
16052
16059
  }
@@ -16108,7 +16115,7 @@ const PaymentLinksApiAxiosParamCreator = function (configuration?: Configuration
16108
16115
 
16109
16116
 
16110
16117
 
16111
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16118
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16112
16119
  if (x_api_version != null && x_api_version != undefined) {
16113
16120
  localVarHeaderParameter['x-api-version'] = x_api_version;
16114
16121
  }
@@ -16186,7 +16193,7 @@ const PaymentLinksApiAxiosParamCreator = function (configuration?: Configuration
16186
16193
 
16187
16194
 
16188
16195
 
16189
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16196
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16190
16197
  if (x_api_version != null && x_api_version != undefined) {
16191
16198
  localVarHeaderParameter['x-api-version'] = x_api_version;
16192
16199
  }
@@ -16252,7 +16259,7 @@ const PaymentLinksApiAxiosParamCreator = function (configuration?: Configuration
16252
16259
 
16253
16260
 
16254
16261
 
16255
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16262
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16256
16263
  if (x_api_version != null && x_api_version != undefined) {
16257
16264
  localVarHeaderParameter['x-api-version'] = x_api_version;
16258
16265
  }
@@ -16467,7 +16474,7 @@ const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
16467
16474
 
16468
16475
  localVarHeaderParameter['Content-Type'] = 'application/json';
16469
16476
 
16470
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16477
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16471
16478
  if (x_api_version != null && x_api_version != undefined) {
16472
16479
  localVarHeaderParameter['x-api-version'] = x_api_version;
16473
16480
  }
@@ -16534,7 +16541,7 @@ const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
16534
16541
 
16535
16542
  localVarHeaderParameter['Content-Type'] = 'application/json';
16536
16543
 
16537
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16544
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16538
16545
  if (x_api_version != null && x_api_version != undefined) {
16539
16546
  localVarHeaderParameter['x-api-version'] = x_api_version;
16540
16547
  }
@@ -16598,7 +16605,7 @@ const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
16598
16605
 
16599
16606
  localVarHeaderParameter['Content-Type'] = 'application/json';
16600
16607
 
16601
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16608
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16602
16609
  if (x_api_version != null && x_api_version != undefined) {
16603
16610
  localVarHeaderParameter['x-api-version'] = x_api_version;
16604
16611
  }
@@ -16650,7 +16657,7 @@ const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
16650
16657
 
16651
16658
  localVarHeaderParameter['Content-Type'] = 'application/json';
16652
16659
 
16653
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16660
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16654
16661
  if (x_api_version != null && x_api_version != undefined) {
16655
16662
  localVarHeaderParameter['x-api-version'] = x_api_version;
16656
16663
  }
@@ -16728,7 +16735,7 @@ const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
16728
16735
 
16729
16736
 
16730
16737
 
16731
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16738
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16732
16739
  if (x_api_version != null && x_api_version != undefined) {
16733
16740
  localVarHeaderParameter['x-api-version'] = x_api_version;
16734
16741
  }
@@ -16793,7 +16800,7 @@ const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
16793
16800
 
16794
16801
 
16795
16802
 
16796
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16803
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16797
16804
  if (x_api_version != null && x_api_version != undefined) {
16798
16805
  localVarHeaderParameter['x-api-version'] = x_api_version;
16799
16806
  }
@@ -16866,7 +16873,7 @@ const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
16866
16873
 
16867
16874
 
16868
16875
 
16869
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16876
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16870
16877
  if (x_api_version != null && x_api_version != undefined) {
16871
16878
  localVarHeaderParameter['x-api-version'] = x_api_version;
16872
16879
  }
@@ -16928,7 +16935,7 @@ const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
16928
16935
 
16929
16936
 
16930
16937
 
16931
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16938
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16932
16939
  if (x_api_version != null && x_api_version != undefined) {
16933
16940
  localVarHeaderParameter['x-api-version'] = x_api_version;
16934
16941
  }
@@ -16987,7 +16994,7 @@ const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
16987
16994
 
16988
16995
  localVarHeaderParameter['Content-Type'] = 'application/json';
16989
16996
 
16990
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
16997
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
16991
16998
  if (x_api_version != null && x_api_version != undefined) {
16992
16999
  localVarHeaderParameter['x-api-version'] = x_api_version;
16993
17000
  }
@@ -17036,7 +17043,7 @@ const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
17036
17043
 
17037
17044
  localVarHeaderParameter['Content-Type'] = 'application/json';
17038
17045
 
17039
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
17046
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
17040
17047
  if (x_api_version != null && x_api_version != undefined) {
17041
17048
  localVarHeaderParameter['x-api-version'] = x_api_version;
17042
17049
  }
@@ -17281,7 +17288,7 @@ const RefundsApiAxiosParamCreator = function (configuration?: Configuration) {
17281
17288
 
17282
17289
  localVarHeaderParameter['Content-Type'] = 'application/json';
17283
17290
 
17284
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
17291
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
17285
17292
  if (x_api_version != null && x_api_version != undefined) {
17286
17293
  localVarHeaderParameter['x-api-version'] = x_api_version;
17287
17294
  }
@@ -17348,7 +17355,7 @@ const RefundsApiAxiosParamCreator = function (configuration?: Configuration) {
17348
17355
 
17349
17356
  localVarHeaderParameter['Content-Type'] = 'application/json';
17350
17357
 
17351
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
17358
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
17352
17359
  if (x_api_version != null && x_api_version != undefined) {
17353
17360
  localVarHeaderParameter['x-api-version'] = x_api_version;
17354
17361
  }
@@ -17426,7 +17433,7 @@ const RefundsApiAxiosParamCreator = function (configuration?: Configuration) {
17426
17433
 
17427
17434
 
17428
17435
 
17429
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
17436
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
17430
17437
  if (x_api_version != null && x_api_version != undefined) {
17431
17438
  localVarHeaderParameter['x-api-version'] = x_api_version;
17432
17439
  }
@@ -17491,7 +17498,7 @@ const RefundsApiAxiosParamCreator = function (configuration?: Configuration) {
17491
17498
 
17492
17499
 
17493
17500
 
17494
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
17501
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
17495
17502
  if (x_api_version != null && x_api_version != undefined) {
17496
17503
  localVarHeaderParameter['x-api-version'] = x_api_version;
17497
17504
  }
@@ -17564,7 +17571,7 @@ const RefundsApiAxiosParamCreator = function (configuration?: Configuration) {
17564
17571
 
17565
17572
 
17566
17573
 
17567
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
17574
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
17568
17575
  if (x_api_version != null && x_api_version != undefined) {
17569
17576
  localVarHeaderParameter['x-api-version'] = x_api_version;
17570
17577
  }
@@ -17626,7 +17633,7 @@ const RefundsApiAxiosParamCreator = function (configuration?: Configuration) {
17626
17633
 
17627
17634
 
17628
17635
 
17629
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
17636
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
17630
17637
  if (x_api_version != null && x_api_version != undefined) {
17631
17638
  localVarHeaderParameter['x-api-version'] = x_api_version;
17632
17639
  }
@@ -17813,7 +17820,7 @@ const SettlementReconciliationApiAxiosParamCreator = function (configuration?: C
17813
17820
 
17814
17821
  localVarHeaderParameter['Content-Type'] = 'application/json';
17815
17822
 
17816
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
17823
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
17817
17824
  if (x_api_version != null && x_api_version != undefined) {
17818
17825
  localVarHeaderParameter['x-api-version'] = x_api_version;
17819
17826
  }
@@ -17877,7 +17884,7 @@ const SettlementReconciliationApiAxiosParamCreator = function (configuration?: C
17877
17884
 
17878
17885
  localVarHeaderParameter['Content-Type'] = 'application/json';
17879
17886
 
17880
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
17887
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
17881
17888
  if (x_api_version != null && x_api_version != undefined) {
17882
17889
  localVarHeaderParameter['x-api-version'] = x_api_version;
17883
17890
  }
@@ -17954,7 +17961,7 @@ const SettlementReconciliationApiAxiosParamCreator = function (configuration?: C
17954
17961
 
17955
17962
  localVarHeaderParameter['Content-Type'] = 'application/json';
17956
17963
 
17957
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
17964
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
17958
17965
  if (x_api_version != null && x_api_version != undefined) {
17959
17966
  localVarHeaderParameter['x-api-version'] = x_api_version;
17960
17967
  }
@@ -18018,7 +18025,7 @@ const SettlementReconciliationApiAxiosParamCreator = function (configuration?: C
18018
18025
 
18019
18026
  localVarHeaderParameter['Content-Type'] = 'application/json';
18020
18027
 
18021
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18028
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18022
18029
  if (x_api_version != null && x_api_version != undefined) {
18023
18030
  localVarHeaderParameter['x-api-version'] = x_api_version;
18024
18031
  }
@@ -18177,7 +18184,7 @@ const SettlementsApiAxiosParamCreator = function (configuration?: Configuration)
18177
18184
 
18178
18185
  localVarHeaderParameter['Content-Type'] = 'application/json';
18179
18186
 
18180
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18187
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18181
18188
  if (x_api_version != null && x_api_version != undefined) {
18182
18189
  localVarHeaderParameter['x-api-version'] = x_api_version;
18183
18190
  }
@@ -18239,7 +18246,7 @@ const SettlementsApiAxiosParamCreator = function (configuration?: Configuration)
18239
18246
 
18240
18247
  localVarHeaderParameter['Content-Type'] = 'application/json';
18241
18248
 
18242
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18249
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18243
18250
  if (x_api_version != null && x_api_version != undefined) {
18244
18251
  localVarHeaderParameter['x-api-version'] = x_api_version;
18245
18252
  }
@@ -18313,7 +18320,7 @@ const SettlementsApiAxiosParamCreator = function (configuration?: Configuration)
18313
18320
 
18314
18321
 
18315
18322
 
18316
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18323
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18317
18324
  if (x_api_version != null && x_api_version != undefined) {
18318
18325
  localVarHeaderParameter['x-api-version'] = x_api_version;
18319
18326
  }
@@ -18375,7 +18382,7 @@ const SettlementsApiAxiosParamCreator = function (configuration?: Configuration)
18375
18382
 
18376
18383
 
18377
18384
 
18378
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18385
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18379
18386
  if (x_api_version != null && x_api_version != undefined) {
18380
18387
  localVarHeaderParameter['x-api-version'] = x_api_version;
18381
18388
  }
@@ -18530,7 +18537,7 @@ const SimulationApiAxiosParamCreator = function (configuration?: Configuration)
18530
18537
 
18531
18538
 
18532
18539
 
18533
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18540
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18534
18541
  if (x_api_version != null && x_api_version != undefined) {
18535
18542
  localVarHeaderParameter['x-api-version'] = x_api_version;
18536
18543
  }
@@ -18592,7 +18599,7 @@ const SimulationApiAxiosParamCreator = function (configuration?: Configuration)
18592
18599
 
18593
18600
 
18594
18601
 
18595
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18602
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18596
18603
  if (x_api_version != null && x_api_version != undefined) {
18597
18604
  localVarHeaderParameter['x-api-version'] = x_api_version;
18598
18605
  }
@@ -18666,7 +18673,7 @@ const SimulationApiAxiosParamCreator = function (configuration?: Configuration)
18666
18673
 
18667
18674
  localVarHeaderParameter['Content-Type'] = 'application/json';
18668
18675
 
18669
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18676
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18670
18677
  if (x_api_version != null && x_api_version != undefined) {
18671
18678
  localVarHeaderParameter['x-api-version'] = x_api_version;
18672
18679
  }
@@ -18730,7 +18737,7 @@ const SimulationApiAxiosParamCreator = function (configuration?: Configuration)
18730
18737
 
18731
18738
  localVarHeaderParameter['Content-Type'] = 'application/json';
18732
18739
 
18733
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18740
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18734
18741
  if (x_api_version != null && x_api_version != undefined) {
18735
18742
  localVarHeaderParameter['x-api-version'] = x_api_version;
18736
18743
  }
@@ -18887,7 +18894,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
18887
18894
 
18888
18895
  localVarHeaderParameter['Content-Type'] = 'application/json';
18889
18896
 
18890
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18897
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18891
18898
  if (x_api_version != null && x_api_version != undefined) {
18892
18899
  localVarHeaderParameter['x-api-version'] = x_api_version;
18893
18900
  }
@@ -18951,7 +18958,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
18951
18958
 
18952
18959
  localVarHeaderParameter['Content-Type'] = 'application/json';
18953
18960
 
18954
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
18961
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
18955
18962
  if (x_api_version != null && x_api_version != undefined) {
18956
18963
  localVarHeaderParameter['x-api-version'] = x_api_version;
18957
18964
  }
@@ -19026,7 +19033,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19026
19033
 
19027
19034
  localVarHeaderParameter['Content-Type'] = 'application/json';
19028
19035
 
19029
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19036
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19030
19037
  if (x_api_version != null && x_api_version != undefined) {
19031
19038
  localVarHeaderParameter['x-api-version'] = x_api_version;
19032
19039
  }
@@ -19090,7 +19097,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19090
19097
 
19091
19098
  localVarHeaderParameter['Content-Type'] = 'application/json';
19092
19099
 
19093
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19100
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19094
19101
  if (x_api_version != null && x_api_version != undefined) {
19095
19102
  localVarHeaderParameter['x-api-version'] = x_api_version;
19096
19103
  }
@@ -19165,7 +19172,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19165
19172
 
19166
19173
  localVarHeaderParameter['Content-Type'] = 'application/json';
19167
19174
 
19168
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19175
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19169
19176
  if (x_api_version != null && x_api_version != undefined) {
19170
19177
  localVarHeaderParameter['x-api-version'] = x_api_version;
19171
19178
  }
@@ -19229,7 +19236,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19229
19236
 
19230
19237
  localVarHeaderParameter['Content-Type'] = 'application/json';
19231
19238
 
19232
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19239
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19233
19240
  if (x_api_version != null && x_api_version != undefined) {
19234
19241
  localVarHeaderParameter['x-api-version'] = x_api_version;
19235
19242
  }
@@ -19303,7 +19310,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19303
19310
 
19304
19311
 
19305
19312
 
19306
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19313
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19307
19314
  if (x_api_version != null && x_api_version != undefined) {
19308
19315
  localVarHeaderParameter['x-api-version'] = x_api_version;
19309
19316
  }
@@ -19365,7 +19372,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19365
19372
 
19366
19373
 
19367
19374
 
19368
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19375
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19369
19376
  if (x_api_version != null && x_api_version != undefined) {
19370
19377
  localVarHeaderParameter['x-api-version'] = x_api_version;
19371
19378
  }
@@ -19448,7 +19455,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19448
19455
 
19449
19456
 
19450
19457
 
19451
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19458
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19452
19459
  if (x_api_version != null && x_api_version != undefined) {
19453
19460
  localVarHeaderParameter['x-api-version'] = x_api_version;
19454
19461
  }
@@ -19519,7 +19526,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19519
19526
 
19520
19527
 
19521
19528
 
19522
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19529
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19523
19530
  if (x_api_version != null && x_api_version != undefined) {
19524
19531
  localVarHeaderParameter['x-api-version'] = x_api_version;
19525
19532
  }
@@ -19602,7 +19609,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19602
19609
 
19603
19610
 
19604
19611
 
19605
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19612
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19606
19613
  if (x_api_version != null && x_api_version != undefined) {
19607
19614
  localVarHeaderParameter['x-api-version'] = x_api_version;
19608
19615
  }
@@ -19673,7 +19680,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19673
19680
 
19674
19681
 
19675
19682
 
19676
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19683
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19677
19684
  if (x_api_version != null && x_api_version != undefined) {
19678
19685
  localVarHeaderParameter['x-api-version'] = x_api_version;
19679
19686
  }
@@ -19753,7 +19760,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19753
19760
 
19754
19761
 
19755
19762
 
19756
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19763
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19757
19764
  if (x_api_version != null && x_api_version != undefined) {
19758
19765
  localVarHeaderParameter['x-api-version'] = x_api_version;
19759
19766
  }
@@ -19821,7 +19828,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19821
19828
 
19822
19829
 
19823
19830
 
19824
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19831
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19825
19832
  if (x_api_version != null && x_api_version != undefined) {
19826
19833
  localVarHeaderParameter['x-api-version'] = x_api_version;
19827
19834
  }
@@ -19895,7 +19902,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19895
19902
 
19896
19903
  localVarHeaderParameter['Content-Type'] = 'application/json';
19897
19904
 
19898
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19905
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19899
19906
  if (x_api_version != null && x_api_version != undefined) {
19900
19907
  localVarHeaderParameter['x-api-version'] = x_api_version;
19901
19908
  }
@@ -19959,7 +19966,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
19959
19966
 
19960
19967
  localVarHeaderParameter['Content-Type'] = 'application/json';
19961
19968
 
19962
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
19969
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
19963
19970
  if (x_api_version != null && x_api_version != undefined) {
19964
19971
  localVarHeaderParameter['x-api-version'] = x_api_version;
19965
19972
  }
@@ -20038,7 +20045,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
20038
20045
 
20039
20046
  localVarHeaderParameter['Content-Type'] = 'application/json';
20040
20047
 
20041
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
20048
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
20042
20049
  if (x_api_version != null && x_api_version != undefined) {
20043
20050
  localVarHeaderParameter['x-api-version'] = x_api_version;
20044
20051
  }
@@ -20105,7 +20112,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
20105
20112
 
20106
20113
  localVarHeaderParameter['Content-Type'] = 'application/json';
20107
20114
 
20108
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
20115
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
20109
20116
  if (x_api_version != null && x_api_version != undefined) {
20110
20117
  localVarHeaderParameter['x-api-version'] = x_api_version;
20111
20118
  }
@@ -20184,7 +20191,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
20184
20191
 
20185
20192
  localVarHeaderParameter['Content-Type'] = 'application/json';
20186
20193
 
20187
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
20194
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
20188
20195
  if (x_api_version != null && x_api_version != undefined) {
20189
20196
  localVarHeaderParameter['x-api-version'] = x_api_version;
20190
20197
  }
@@ -20251,7 +20258,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
20251
20258
 
20252
20259
  localVarHeaderParameter['Content-Type'] = 'application/json';
20253
20260
 
20254
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
20261
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
20255
20262
  if (x_api_version != null && x_api_version != undefined) {
20256
20263
  localVarHeaderParameter['x-api-version'] = x_api_version;
20257
20264
  }
@@ -20330,7 +20337,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
20330
20337
 
20331
20338
  localVarHeaderParameter['Content-Type'] = 'application/json';
20332
20339
 
20333
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
20340
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
20334
20341
  if (x_api_version != null && x_api_version != undefined) {
20335
20342
  localVarHeaderParameter['x-api-version'] = x_api_version;
20336
20343
  }
@@ -20397,7 +20404,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
20397
20404
 
20398
20405
  localVarHeaderParameter['Content-Type'] = 'application/json';
20399
20406
 
20400
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
20407
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
20401
20408
  if (x_api_version != null && x_api_version != undefined) {
20402
20409
  localVarHeaderParameter['x-api-version'] = x_api_version;
20403
20410
  }
@@ -20476,7 +20483,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
20476
20483
 
20477
20484
  localVarHeaderParameter['Content-Type'] = 'application/json';
20478
20485
 
20479
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
20486
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
20480
20487
  if (x_api_version != null && x_api_version != undefined) {
20481
20488
  localVarHeaderParameter['x-api-version'] = x_api_version;
20482
20489
  }
@@ -20543,7 +20550,7 @@ const SoftPOSApiAxiosParamCreator = function (configuration?: Configuration) {
20543
20550
 
20544
20551
  localVarHeaderParameter['Content-Type'] = 'application/json';
20545
20552
 
20546
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
20553
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
20547
20554
  if (x_api_version != null && x_api_version != undefined) {
20548
20555
  localVarHeaderParameter['x-api-version'] = x_api_version;
20549
20556
  }
@@ -20977,7 +20984,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
20977
20984
 
20978
20985
  localVarHeaderParameter['Content-Type'] = 'application/json';
20979
20986
 
20980
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
20987
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
20981
20988
  if (x_api_version != null && x_api_version != undefined) {
20982
20989
  localVarHeaderParameter['x-api-version'] = x_api_version;
20983
20990
  }
@@ -21041,7 +21048,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21041
21048
 
21042
21049
  localVarHeaderParameter['Content-Type'] = 'application/json';
21043
21050
 
21044
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21051
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21045
21052
  if (x_api_version != null && x_api_version != undefined) {
21046
21053
  localVarHeaderParameter['x-api-version'] = x_api_version;
21047
21054
  }
@@ -21116,7 +21123,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21116
21123
 
21117
21124
  localVarHeaderParameter['Content-Type'] = 'application/json';
21118
21125
 
21119
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21126
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21120
21127
  if (x_api_version != null && x_api_version != undefined) {
21121
21128
  localVarHeaderParameter['x-api-version'] = x_api_version;
21122
21129
  }
@@ -21180,7 +21187,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21180
21187
 
21181
21188
  localVarHeaderParameter['Content-Type'] = 'application/json';
21182
21189
 
21183
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21190
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21184
21191
  if (x_api_version != null && x_api_version != undefined) {
21185
21192
  localVarHeaderParameter['x-api-version'] = x_api_version;
21186
21193
  }
@@ -21259,7 +21266,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21259
21266
 
21260
21267
  localVarHeaderParameter['Content-Type'] = 'application/json';
21261
21268
 
21262
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21269
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21263
21270
  if (x_api_version != null && x_api_version != undefined) {
21264
21271
  localVarHeaderParameter['x-api-version'] = x_api_version;
21265
21272
  }
@@ -21326,7 +21333,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21326
21333
 
21327
21334
  localVarHeaderParameter['Content-Type'] = 'application/json';
21328
21335
 
21329
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21336
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21330
21337
  if (x_api_version != null && x_api_version != undefined) {
21331
21338
  localVarHeaderParameter['x-api-version'] = x_api_version;
21332
21339
  }
@@ -21401,7 +21408,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21401
21408
 
21402
21409
  localVarHeaderParameter['Content-Type'] = 'application/json';
21403
21410
 
21404
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21411
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21405
21412
  if (x_api_version != null && x_api_version != undefined) {
21406
21413
  localVarHeaderParameter['x-api-version'] = x_api_version;
21407
21414
  }
@@ -21465,7 +21472,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21465
21472
 
21466
21473
  localVarHeaderParameter['Content-Type'] = 'application/json';
21467
21474
 
21468
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21475
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21469
21476
  if (x_api_version != null && x_api_version != undefined) {
21470
21477
  localVarHeaderParameter['x-api-version'] = x_api_version;
21471
21478
  }
@@ -21539,7 +21546,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21539
21546
 
21540
21547
 
21541
21548
 
21542
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21549
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21543
21550
  if (x_api_version != null && x_api_version != undefined) {
21544
21551
  localVarHeaderParameter['x-api-version'] = x_api_version;
21545
21552
  }
@@ -21601,7 +21608,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21601
21608
 
21602
21609
 
21603
21610
 
21604
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21611
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21605
21612
  if (x_api_version != null && x_api_version != undefined) {
21606
21613
  localVarHeaderParameter['x-api-version'] = x_api_version;
21607
21614
  }
@@ -21674,7 +21681,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21674
21681
 
21675
21682
 
21676
21683
 
21677
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21684
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21678
21685
  if (x_api_version != null && x_api_version != undefined) {
21679
21686
  localVarHeaderParameter['x-api-version'] = x_api_version;
21680
21687
  }
@@ -21736,7 +21743,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21736
21743
 
21737
21744
 
21738
21745
 
21739
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21746
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21740
21747
  if (x_api_version != null && x_api_version != undefined) {
21741
21748
  localVarHeaderParameter['x-api-version'] = x_api_version;
21742
21749
  }
@@ -21813,7 +21820,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21813
21820
 
21814
21821
 
21815
21822
 
21816
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21823
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21817
21824
  if (x_api_version != null && x_api_version != undefined) {
21818
21825
  localVarHeaderParameter['x-api-version'] = x_api_version;
21819
21826
  }
@@ -21878,7 +21885,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21878
21885
 
21879
21886
 
21880
21887
 
21881
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21888
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21882
21889
  if (x_api_version != null && x_api_version != undefined) {
21883
21890
  localVarHeaderParameter['x-api-version'] = x_api_version;
21884
21891
  }
@@ -21951,7 +21958,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
21951
21958
 
21952
21959
 
21953
21960
 
21954
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
21961
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
21955
21962
  if (x_api_version != null && x_api_version != undefined) {
21956
21963
  localVarHeaderParameter['x-api-version'] = x_api_version;
21957
21964
  }
@@ -22013,7 +22020,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22013
22020
 
22014
22021
 
22015
22022
 
22016
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22023
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22017
22024
  if (x_api_version != null && x_api_version != undefined) {
22018
22025
  localVarHeaderParameter['x-api-version'] = x_api_version;
22019
22026
  }
@@ -22090,7 +22097,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22090
22097
 
22091
22098
 
22092
22099
 
22093
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22100
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22094
22101
  if (x_api_version != null && x_api_version != undefined) {
22095
22102
  localVarHeaderParameter['x-api-version'] = x_api_version;
22096
22103
  }
@@ -22155,7 +22162,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22155
22162
 
22156
22163
 
22157
22164
 
22158
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22165
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22159
22166
  if (x_api_version != null && x_api_version != undefined) {
22160
22167
  localVarHeaderParameter['x-api-version'] = x_api_version;
22161
22168
  }
@@ -22233,7 +22240,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22233
22240
 
22234
22241
  localVarHeaderParameter['Content-Type'] = 'application/json';
22235
22242
 
22236
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22243
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22237
22244
  if (x_api_version != null && x_api_version != undefined) {
22238
22245
  localVarHeaderParameter['x-api-version'] = x_api_version;
22239
22246
  }
@@ -22300,7 +22307,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22300
22307
 
22301
22308
  localVarHeaderParameter['Content-Type'] = 'application/json';
22302
22309
 
22303
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22310
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22304
22311
  if (x_api_version != null && x_api_version != undefined) {
22305
22312
  localVarHeaderParameter['x-api-version'] = x_api_version;
22306
22313
  }
@@ -22383,7 +22390,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22383
22390
 
22384
22391
  localVarHeaderParameter['Content-Type'] = 'application/json';
22385
22392
 
22386
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22393
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22387
22394
  if (x_api_version != null && x_api_version != undefined) {
22388
22395
  localVarHeaderParameter['x-api-version'] = x_api_version;
22389
22396
  }
@@ -22453,7 +22460,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22453
22460
 
22454
22461
  localVarHeaderParameter['Content-Type'] = 'application/json';
22455
22462
 
22456
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22463
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22457
22464
  if (x_api_version != null && x_api_version != undefined) {
22458
22465
  localVarHeaderParameter['x-api-version'] = x_api_version;
22459
22466
  }
@@ -22551,7 +22558,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22551
22558
 
22552
22559
  localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
22553
22560
 
22554
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22561
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22555
22562
  if (x_api_version != null && x_api_version != undefined) {
22556
22563
  localVarHeaderParameter['x-api-version'] = x_api_version;
22557
22564
  }
@@ -22635,7 +22642,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22635
22642
 
22636
22643
  localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
22637
22644
 
22638
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22645
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22639
22646
  if (x_api_version != null && x_api_version != undefined) {
22640
22647
  localVarHeaderParameter['x-api-version'] = x_api_version;
22641
22648
  }
@@ -22710,7 +22717,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22710
22717
 
22711
22718
  localVarHeaderParameter['Content-Type'] = 'application/json';
22712
22719
 
22713
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22720
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22714
22721
  if (x_api_version != null && x_api_version != undefined) {
22715
22722
  localVarHeaderParameter['x-api-version'] = x_api_version;
22716
22723
  }
@@ -22774,7 +22781,7 @@ const SubscriptionApiAxiosParamCreator = function (configuration?: Configuration
22774
22781
 
22775
22782
  localVarHeaderParameter['Content-Type'] = 'application/json';
22776
22783
 
22777
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
22784
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
22778
22785
  if (x_api_version != null && x_api_version != undefined) {
22779
22786
  localVarHeaderParameter['x-api-version'] = x_api_version;
22780
22787
  }
@@ -23240,7 +23247,7 @@ const TokenVaultApiAxiosParamCreator = function (configuration?: Configuration)
23240
23247
 
23241
23248
 
23242
23249
 
23243
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
23250
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
23244
23251
  if (x_api_version != null && x_api_version != undefined) {
23245
23252
  localVarHeaderParameter['x-api-version'] = x_api_version;
23246
23253
  }
@@ -23305,7 +23312,7 @@ const TokenVaultApiAxiosParamCreator = function (configuration?: Configuration)
23305
23312
 
23306
23313
 
23307
23314
 
23308
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
23315
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
23309
23316
  if (x_api_version != null && x_api_version != undefined) {
23310
23317
  localVarHeaderParameter['x-api-version'] = x_api_version;
23311
23318
  }
@@ -23382,7 +23389,7 @@ const TokenVaultApiAxiosParamCreator = function (configuration?: Configuration)
23382
23389
 
23383
23390
 
23384
23391
 
23385
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
23392
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
23386
23393
  if (x_api_version != null && x_api_version != undefined) {
23387
23394
  localVarHeaderParameter['x-api-version'] = x_api_version;
23388
23395
  }
@@ -23447,7 +23454,7 @@ const TokenVaultApiAxiosParamCreator = function (configuration?: Configuration)
23447
23454
 
23448
23455
 
23449
23456
 
23450
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
23457
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
23451
23458
  if (x_api_version != null && x_api_version != undefined) {
23452
23459
  localVarHeaderParameter['x-api-version'] = x_api_version;
23453
23460
  }
@@ -23527,7 +23534,7 @@ const TokenVaultApiAxiosParamCreator = function (configuration?: Configuration)
23527
23534
 
23528
23535
 
23529
23536
 
23530
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
23537
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
23531
23538
  if (x_api_version != null && x_api_version != undefined) {
23532
23539
  localVarHeaderParameter['x-api-version'] = x_api_version;
23533
23540
  }
@@ -23595,7 +23602,7 @@ const TokenVaultApiAxiosParamCreator = function (configuration?: Configuration)
23595
23602
 
23596
23603
 
23597
23604
 
23598
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
23605
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
23599
23606
  if (x_api_version != null && x_api_version != undefined) {
23600
23607
  localVarHeaderParameter['x-api-version'] = x_api_version;
23601
23608
  }
@@ -23672,7 +23679,7 @@ const TokenVaultApiAxiosParamCreator = function (configuration?: Configuration)
23672
23679
 
23673
23680
 
23674
23681
 
23675
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
23682
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
23676
23683
  if (x_api_version != null && x_api_version != undefined) {
23677
23684
  localVarHeaderParameter['x-api-version'] = x_api_version;
23678
23685
  }
@@ -23737,7 +23744,7 @@ const TokenVaultApiAxiosParamCreator = function (configuration?: Configuration)
23737
23744
 
23738
23745
 
23739
23746
 
23740
- localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.5';
23747
+ localVarHeaderParameter['x-sdk-platform'] = 'nodejssdk-4.3.6';
23741
23748
  if (x_api_version != null && x_api_version != undefined) {
23742
23749
  localVarHeaderParameter['x-api-version'] = x_api_version;
23743
23750
  }
@@ -24028,7 +24035,7 @@ export class Cashfree {
24028
24035
  } else {
24029
24036
  scope.setExtra('environment', 'production');
24030
24037
  }
24031
- scope.setExtra('release', "4.3.5");
24038
+ scope.setExtra('release', "4.3.6");
24032
24039
  });
24033
24040
  }
24034
24041
  try {
@@ -24078,7 +24085,7 @@ export class Cashfree {
24078
24085
  } else {
24079
24086
  scope.setExtra('environment', 'production');
24080
24087
  }
24081
- scope.setExtra('release', "4.3.5");
24088
+ scope.setExtra('release', "4.3.6");
24082
24089
  });
24083
24090
  }
24084
24091
  try {
@@ -24138,7 +24145,7 @@ export class Cashfree {
24138
24145
  } else {
24139
24146
  scope.setExtra('environment', 'production');
24140
24147
  }
24141
- scope.setExtra('release', "4.3.5");
24148
+ scope.setExtra('release', "4.3.6");
24142
24149
  });
24143
24150
  }
24144
24151
  try {
@@ -24188,7 +24195,7 @@ export class Cashfree {
24188
24195
  } else {
24189
24196
  scope.setExtra('environment', 'production');
24190
24197
  }
24191
- scope.setExtra('release', "4.3.5");
24198
+ scope.setExtra('release', "4.3.6");
24192
24199
  });
24193
24200
  }
24194
24201
  try {
@@ -24249,7 +24256,7 @@ export class Cashfree {
24249
24256
  } else {
24250
24257
  scope.setExtra('environment', 'production');
24251
24258
  }
24252
- scope.setExtra('release', "4.3.5");
24259
+ scope.setExtra('release', "4.3.6");
24253
24260
  });
24254
24261
  }
24255
24262
  try {
@@ -24299,7 +24306,7 @@ export class Cashfree {
24299
24306
  } else {
24300
24307
  scope.setExtra('environment', 'production');
24301
24308
  }
24302
- scope.setExtra('release', "4.3.5");
24309
+ scope.setExtra('release', "4.3.6");
24303
24310
  });
24304
24311
  }
24305
24312
  try {
@@ -24359,7 +24366,7 @@ export class Cashfree {
24359
24366
  } else {
24360
24367
  scope.setExtra('environment', 'production');
24361
24368
  }
24362
- scope.setExtra('release', "4.3.5");
24369
+ scope.setExtra('release', "4.3.6");
24363
24370
  });
24364
24371
  }
24365
24372
  try {
@@ -24409,7 +24416,7 @@ export class Cashfree {
24409
24416
  } else {
24410
24417
  scope.setExtra('environment', 'production');
24411
24418
  }
24412
- scope.setExtra('release', "4.3.5");
24419
+ scope.setExtra('release', "4.3.6");
24413
24420
  });
24414
24421
  }
24415
24422
  try {
@@ -24469,7 +24476,7 @@ export class Cashfree {
24469
24476
  } else {
24470
24477
  scope.setExtra('environment', 'production');
24471
24478
  }
24472
- scope.setExtra('release', "4.3.5");
24479
+ scope.setExtra('release', "4.3.6");
24473
24480
  });
24474
24481
  }
24475
24482
  try {
@@ -24519,7 +24526,7 @@ export class Cashfree {
24519
24526
  } else {
24520
24527
  scope.setExtra('environment', 'production');
24521
24528
  }
24522
- scope.setExtra('release', "4.3.5");
24529
+ scope.setExtra('release', "4.3.6");
24523
24530
  });
24524
24531
  }
24525
24532
  try {
@@ -24579,7 +24586,7 @@ export class Cashfree {
24579
24586
  } else {
24580
24587
  scope.setExtra('environment', 'production');
24581
24588
  }
24582
- scope.setExtra('release', "4.3.5");
24589
+ scope.setExtra('release', "4.3.6");
24583
24590
  });
24584
24591
  }
24585
24592
  try {
@@ -24629,7 +24636,7 @@ export class Cashfree {
24629
24636
  } else {
24630
24637
  scope.setExtra('environment', 'production');
24631
24638
  }
24632
- scope.setExtra('release', "4.3.5");
24639
+ scope.setExtra('release', "4.3.6");
24633
24640
  });
24634
24641
  }
24635
24642
  try {
@@ -24689,7 +24696,7 @@ export class Cashfree {
24689
24696
  } else {
24690
24697
  scope.setExtra('environment', 'production');
24691
24698
  }
24692
- scope.setExtra('release', "4.3.5");
24699
+ scope.setExtra('release', "4.3.6");
24693
24700
  });
24694
24701
  }
24695
24702
  try {
@@ -24739,7 +24746,7 @@ export class Cashfree {
24739
24746
  } else {
24740
24747
  scope.setExtra('environment', 'production');
24741
24748
  }
24742
- scope.setExtra('release', "4.3.5");
24749
+ scope.setExtra('release', "4.3.6");
24743
24750
  });
24744
24751
  }
24745
24752
  try {
@@ -24802,7 +24809,7 @@ export class Cashfree {
24802
24809
  } else {
24803
24810
  scope.setExtra('environment', 'production');
24804
24811
  }
24805
- scope.setExtra('release', "4.3.5");
24812
+ scope.setExtra('release', "4.3.6");
24806
24813
  });
24807
24814
  }
24808
24815
  try {
@@ -24852,7 +24859,7 @@ export class Cashfree {
24852
24859
  } else {
24853
24860
  scope.setExtra('environment', 'production');
24854
24861
  }
24855
- scope.setExtra('release', "4.3.5");
24862
+ scope.setExtra('release', "4.3.6");
24856
24863
  });
24857
24864
  }
24858
24865
  try {
@@ -24913,7 +24920,7 @@ export class Cashfree {
24913
24920
  } else {
24914
24921
  scope.setExtra('environment', 'production');
24915
24922
  }
24916
- scope.setExtra('release', "4.3.5");
24923
+ scope.setExtra('release', "4.3.6");
24917
24924
  });
24918
24925
  }
24919
24926
  try {
@@ -24963,7 +24970,7 @@ export class Cashfree {
24963
24970
  } else {
24964
24971
  scope.setExtra('environment', 'production');
24965
24972
  }
24966
- scope.setExtra('release', "4.3.5");
24973
+ scope.setExtra('release', "4.3.6");
24967
24974
  });
24968
24975
  }
24969
24976
  try {
@@ -25024,7 +25031,7 @@ export class Cashfree {
25024
25031
  } else {
25025
25032
  scope.setExtra('environment', 'production');
25026
25033
  }
25027
- scope.setExtra('release', "4.3.5");
25034
+ scope.setExtra('release', "4.3.6");
25028
25035
  });
25029
25036
  }
25030
25037
  try {
@@ -25074,7 +25081,7 @@ export class Cashfree {
25074
25081
  } else {
25075
25082
  scope.setExtra('environment', 'production');
25076
25083
  }
25077
- scope.setExtra('release', "4.3.5");
25084
+ scope.setExtra('release', "4.3.6");
25078
25085
  });
25079
25086
  }
25080
25087
  try {
@@ -25134,7 +25141,7 @@ export class Cashfree {
25134
25141
  } else {
25135
25142
  scope.setExtra('environment', 'production');
25136
25143
  }
25137
- scope.setExtra('release', "4.3.5");
25144
+ scope.setExtra('release', "4.3.6");
25138
25145
  });
25139
25146
  }
25140
25147
  try {
@@ -25184,7 +25191,7 @@ export class Cashfree {
25184
25191
  } else {
25185
25192
  scope.setExtra('environment', 'production');
25186
25193
  }
25187
- scope.setExtra('release', "4.3.5");
25194
+ scope.setExtra('release', "4.3.6");
25188
25195
  });
25189
25196
  }
25190
25197
  try {
@@ -25245,7 +25252,7 @@ export class Cashfree {
25245
25252
  } else {
25246
25253
  scope.setExtra('environment', 'production');
25247
25254
  }
25248
- scope.setExtra('release', "4.3.5");
25255
+ scope.setExtra('release', "4.3.6");
25249
25256
  });
25250
25257
  }
25251
25258
  try {
@@ -25295,7 +25302,7 @@ export class Cashfree {
25295
25302
  } else {
25296
25303
  scope.setExtra('environment', 'production');
25297
25304
  }
25298
- scope.setExtra('release', "4.3.5");
25305
+ scope.setExtra('release', "4.3.6");
25299
25306
  });
25300
25307
  }
25301
25308
  try {
@@ -25355,7 +25362,7 @@ export class Cashfree {
25355
25362
  } else {
25356
25363
  scope.setExtra('environment', 'production');
25357
25364
  }
25358
- scope.setExtra('release', "4.3.5");
25365
+ scope.setExtra('release', "4.3.6");
25359
25366
  });
25360
25367
  }
25361
25368
  try {
@@ -25405,7 +25412,7 @@ export class Cashfree {
25405
25412
  } else {
25406
25413
  scope.setExtra('environment', 'production');
25407
25414
  }
25408
- scope.setExtra('release', "4.3.5");
25415
+ scope.setExtra('release', "4.3.6");
25409
25416
  });
25410
25417
  }
25411
25418
  try {
@@ -25465,7 +25472,7 @@ export class Cashfree {
25465
25472
  } else {
25466
25473
  scope.setExtra('environment', 'production');
25467
25474
  }
25468
- scope.setExtra('release', "4.3.5");
25475
+ scope.setExtra('release', "4.3.6");
25469
25476
  });
25470
25477
  }
25471
25478
  try {
@@ -25515,7 +25522,7 @@ export class Cashfree {
25515
25522
  } else {
25516
25523
  scope.setExtra('environment', 'production');
25517
25524
  }
25518
- scope.setExtra('release', "4.3.5");
25525
+ scope.setExtra('release', "4.3.6");
25519
25526
  });
25520
25527
  }
25521
25528
  try {
@@ -25576,7 +25583,7 @@ export class Cashfree {
25576
25583
  } else {
25577
25584
  scope.setExtra('environment', 'production');
25578
25585
  }
25579
- scope.setExtra('release', "4.3.5");
25586
+ scope.setExtra('release', "4.3.6");
25580
25587
  });
25581
25588
  }
25582
25589
  try {
@@ -25626,7 +25633,7 @@ export class Cashfree {
25626
25633
  } else {
25627
25634
  scope.setExtra('environment', 'production');
25628
25635
  }
25629
- scope.setExtra('release', "4.3.5");
25636
+ scope.setExtra('release', "4.3.6");
25630
25637
  });
25631
25638
  }
25632
25639
  try {
@@ -25686,7 +25693,7 @@ export class Cashfree {
25686
25693
  } else {
25687
25694
  scope.setExtra('environment', 'production');
25688
25695
  }
25689
- scope.setExtra('release', "4.3.5");
25696
+ scope.setExtra('release', "4.3.6");
25690
25697
  });
25691
25698
  }
25692
25699
  try {
@@ -25736,7 +25743,7 @@ export class Cashfree {
25736
25743
  } else {
25737
25744
  scope.setExtra('environment', 'production');
25738
25745
  }
25739
- scope.setExtra('release', "4.3.5");
25746
+ scope.setExtra('release', "4.3.6");
25740
25747
  });
25741
25748
  }
25742
25749
  try {
@@ -25796,7 +25803,7 @@ export class Cashfree {
25796
25803
  } else {
25797
25804
  scope.setExtra('environment', 'production');
25798
25805
  }
25799
- scope.setExtra('release', "4.3.5");
25806
+ scope.setExtra('release', "4.3.6");
25800
25807
  });
25801
25808
  }
25802
25809
  try {
@@ -25846,7 +25853,7 @@ export class Cashfree {
25846
25853
  } else {
25847
25854
  scope.setExtra('environment', 'production');
25848
25855
  }
25849
- scope.setExtra('release', "4.3.5");
25856
+ scope.setExtra('release', "4.3.6");
25850
25857
  });
25851
25858
  }
25852
25859
  try {
@@ -25907,7 +25914,7 @@ export class Cashfree {
25907
25914
  } else {
25908
25915
  scope.setExtra('environment', 'production');
25909
25916
  }
25910
- scope.setExtra('release', "4.3.5");
25917
+ scope.setExtra('release', "4.3.6");
25911
25918
  });
25912
25919
  }
25913
25920
  try {
@@ -25957,7 +25964,7 @@ export class Cashfree {
25957
25964
  } else {
25958
25965
  scope.setExtra('environment', 'production');
25959
25966
  }
25960
- scope.setExtra('release', "4.3.5");
25967
+ scope.setExtra('release', "4.3.6");
25961
25968
  });
25962
25969
  }
25963
25970
  try {
@@ -26020,7 +26027,7 @@ export class Cashfree {
26020
26027
  } else {
26021
26028
  scope.setExtra('environment', 'production');
26022
26029
  }
26023
- scope.setExtra('release', "4.3.5");
26030
+ scope.setExtra('release', "4.3.6");
26024
26031
  });
26025
26032
  }
26026
26033
  try {
@@ -26070,7 +26077,7 @@ export class Cashfree {
26070
26077
  } else {
26071
26078
  scope.setExtra('environment', 'production');
26072
26079
  }
26073
- scope.setExtra('release', "4.3.5");
26080
+ scope.setExtra('release', "4.3.6");
26074
26081
  });
26075
26082
  }
26076
26083
  try {
@@ -26131,7 +26138,7 @@ export class Cashfree {
26131
26138
  } else {
26132
26139
  scope.setExtra('environment', 'production');
26133
26140
  }
26134
- scope.setExtra('release', "4.3.5");
26141
+ scope.setExtra('release', "4.3.6");
26135
26142
  });
26136
26143
  }
26137
26144
  try {
@@ -26181,7 +26188,7 @@ export class Cashfree {
26181
26188
  } else {
26182
26189
  scope.setExtra('environment', 'production');
26183
26190
  }
26184
- scope.setExtra('release', "4.3.5");
26191
+ scope.setExtra('release', "4.3.6");
26185
26192
  });
26186
26193
  }
26187
26194
  try {
@@ -26241,7 +26248,7 @@ export class Cashfree {
26241
26248
  } else {
26242
26249
  scope.setExtra('environment', 'production');
26243
26250
  }
26244
- scope.setExtra('release', "4.3.5");
26251
+ scope.setExtra('release', "4.3.6");
26245
26252
  });
26246
26253
  }
26247
26254
  try {
@@ -26291,7 +26298,7 @@ export class Cashfree {
26291
26298
  } else {
26292
26299
  scope.setExtra('environment', 'production');
26293
26300
  }
26294
- scope.setExtra('release', "4.3.5");
26301
+ scope.setExtra('release', "4.3.6");
26295
26302
  });
26296
26303
  }
26297
26304
  try {
@@ -26351,7 +26358,7 @@ export class Cashfree {
26351
26358
  } else {
26352
26359
  scope.setExtra('environment', 'production');
26353
26360
  }
26354
- scope.setExtra('release', "4.3.5");
26361
+ scope.setExtra('release', "4.3.6");
26355
26362
  });
26356
26363
  }
26357
26364
  try {
@@ -26401,7 +26408,7 @@ export class Cashfree {
26401
26408
  } else {
26402
26409
  scope.setExtra('environment', 'production');
26403
26410
  }
26404
- scope.setExtra('release', "4.3.5");
26411
+ scope.setExtra('release', "4.3.6");
26405
26412
  });
26406
26413
  }
26407
26414
  try {
@@ -26461,7 +26468,7 @@ export class Cashfree {
26461
26468
  } else {
26462
26469
  scope.setExtra('environment', 'production');
26463
26470
  }
26464
- scope.setExtra('release', "4.3.5");
26471
+ scope.setExtra('release', "4.3.6");
26465
26472
  });
26466
26473
  }
26467
26474
  try {
@@ -26511,7 +26518,7 @@ export class Cashfree {
26511
26518
  } else {
26512
26519
  scope.setExtra('environment', 'production');
26513
26520
  }
26514
- scope.setExtra('release', "4.3.5");
26521
+ scope.setExtra('release', "4.3.6");
26515
26522
  });
26516
26523
  }
26517
26524
  try {
@@ -26571,7 +26578,7 @@ export class Cashfree {
26571
26578
  } else {
26572
26579
  scope.setExtra('environment', 'production');
26573
26580
  }
26574
- scope.setExtra('release', "4.3.5");
26581
+ scope.setExtra('release', "4.3.6");
26575
26582
  });
26576
26583
  }
26577
26584
  try {
@@ -26621,7 +26628,7 @@ export class Cashfree {
26621
26628
  } else {
26622
26629
  scope.setExtra('environment', 'production');
26623
26630
  }
26624
- scope.setExtra('release', "4.3.5");
26631
+ scope.setExtra('release', "4.3.6");
26625
26632
  });
26626
26633
  }
26627
26634
  try {
@@ -26681,7 +26688,7 @@ export class Cashfree {
26681
26688
  } else {
26682
26689
  scope.setExtra('environment', 'production');
26683
26690
  }
26684
- scope.setExtra('release', "4.3.5");
26691
+ scope.setExtra('release', "4.3.6");
26685
26692
  });
26686
26693
  }
26687
26694
  try {
@@ -26731,7 +26738,7 @@ export class Cashfree {
26731
26738
  } else {
26732
26739
  scope.setExtra('environment', 'production');
26733
26740
  }
26734
- scope.setExtra('release', "4.3.5");
26741
+ scope.setExtra('release', "4.3.6");
26735
26742
  });
26736
26743
  }
26737
26744
  try {
@@ -26791,7 +26798,7 @@ export class Cashfree {
26791
26798
  } else {
26792
26799
  scope.setExtra('environment', 'production');
26793
26800
  }
26794
- scope.setExtra('release', "4.3.5");
26801
+ scope.setExtra('release', "4.3.6");
26795
26802
  });
26796
26803
  }
26797
26804
  try {
@@ -26841,7 +26848,7 @@ export class Cashfree {
26841
26848
  } else {
26842
26849
  scope.setExtra('environment', 'production');
26843
26850
  }
26844
- scope.setExtra('release', "4.3.5");
26851
+ scope.setExtra('release', "4.3.6");
26845
26852
  });
26846
26853
  }
26847
26854
  try {
@@ -26901,7 +26908,7 @@ export class Cashfree {
26901
26908
  } else {
26902
26909
  scope.setExtra('environment', 'production');
26903
26910
  }
26904
- scope.setExtra('release', "4.3.5");
26911
+ scope.setExtra('release', "4.3.6");
26905
26912
  });
26906
26913
  }
26907
26914
  try {
@@ -26951,7 +26958,7 @@ export class Cashfree {
26951
26958
  } else {
26952
26959
  scope.setExtra('environment', 'production');
26953
26960
  }
26954
- scope.setExtra('release', "4.3.5");
26961
+ scope.setExtra('release', "4.3.6");
26955
26962
  });
26956
26963
  }
26957
26964
  try {
@@ -27011,7 +27018,7 @@ export class Cashfree {
27011
27018
  } else {
27012
27019
  scope.setExtra('environment', 'production');
27013
27020
  }
27014
- scope.setExtra('release', "4.3.5");
27021
+ scope.setExtra('release', "4.3.6");
27015
27022
  });
27016
27023
  }
27017
27024
  try {
@@ -27061,7 +27068,7 @@ export class Cashfree {
27061
27068
  } else {
27062
27069
  scope.setExtra('environment', 'production');
27063
27070
  }
27064
- scope.setExtra('release', "4.3.5");
27071
+ scope.setExtra('release', "4.3.6");
27065
27072
  });
27066
27073
  }
27067
27074
  try {
@@ -27121,7 +27128,7 @@ export class Cashfree {
27121
27128
  } else {
27122
27129
  scope.setExtra('environment', 'production');
27123
27130
  }
27124
- scope.setExtra('release', "4.3.5");
27131
+ scope.setExtra('release', "4.3.6");
27125
27132
  });
27126
27133
  }
27127
27134
  try {
@@ -27171,7 +27178,7 @@ export class Cashfree {
27171
27178
  } else {
27172
27179
  scope.setExtra('environment', 'production');
27173
27180
  }
27174
- scope.setExtra('release', "4.3.5");
27181
+ scope.setExtra('release', "4.3.6");
27175
27182
  });
27176
27183
  }
27177
27184
  try {
@@ -27231,7 +27238,7 @@ export class Cashfree {
27231
27238
  } else {
27232
27239
  scope.setExtra('environment', 'production');
27233
27240
  }
27234
- scope.setExtra('release', "4.3.5");
27241
+ scope.setExtra('release', "4.3.6");
27235
27242
  });
27236
27243
  }
27237
27244
  try {
@@ -27281,7 +27288,7 @@ export class Cashfree {
27281
27288
  } else {
27282
27289
  scope.setExtra('environment', 'production');
27283
27290
  }
27284
- scope.setExtra('release', "4.3.5");
27291
+ scope.setExtra('release', "4.3.6");
27285
27292
  });
27286
27293
  }
27287
27294
  try {
@@ -27341,7 +27348,7 @@ export class Cashfree {
27341
27348
  } else {
27342
27349
  scope.setExtra('environment', 'production');
27343
27350
  }
27344
- scope.setExtra('release', "4.3.5");
27351
+ scope.setExtra('release', "4.3.6");
27345
27352
  });
27346
27353
  }
27347
27354
  try {
@@ -27391,7 +27398,7 @@ export class Cashfree {
27391
27398
  } else {
27392
27399
  scope.setExtra('environment', 'production');
27393
27400
  }
27394
- scope.setExtra('release', "4.3.5");
27401
+ scope.setExtra('release', "4.3.6");
27395
27402
  });
27396
27403
  }
27397
27404
  try {
@@ -27452,7 +27459,7 @@ export class Cashfree {
27452
27459
  } else {
27453
27460
  scope.setExtra('environment', 'production');
27454
27461
  }
27455
- scope.setExtra('release', "4.3.5");
27462
+ scope.setExtra('release', "4.3.6");
27456
27463
  });
27457
27464
  }
27458
27465
  try {
@@ -27502,7 +27509,7 @@ export class Cashfree {
27502
27509
  } else {
27503
27510
  scope.setExtra('environment', 'production');
27504
27511
  }
27505
- scope.setExtra('release', "4.3.5");
27512
+ scope.setExtra('release', "4.3.6");
27506
27513
  });
27507
27514
  }
27508
27515
  try {
@@ -27563,7 +27570,7 @@ export class Cashfree {
27563
27570
  } else {
27564
27571
  scope.setExtra('environment', 'production');
27565
27572
  }
27566
- scope.setExtra('release', "4.3.5");
27573
+ scope.setExtra('release', "4.3.6");
27567
27574
  });
27568
27575
  }
27569
27576
  try {
@@ -27613,7 +27620,7 @@ export class Cashfree {
27613
27620
  } else {
27614
27621
  scope.setExtra('environment', 'production');
27615
27622
  }
27616
- scope.setExtra('release', "4.3.5");
27623
+ scope.setExtra('release', "4.3.6");
27617
27624
  });
27618
27625
  }
27619
27626
  try {
@@ -27675,7 +27682,7 @@ export class Cashfree {
27675
27682
  } else {
27676
27683
  scope.setExtra('environment', 'production');
27677
27684
  }
27678
- scope.setExtra('release', "4.3.5");
27685
+ scope.setExtra('release', "4.3.6");
27679
27686
  });
27680
27687
  }
27681
27688
  try {
@@ -27725,7 +27732,7 @@ export class Cashfree {
27725
27732
  } else {
27726
27733
  scope.setExtra('environment', 'production');
27727
27734
  }
27728
- scope.setExtra('release', "4.3.5");
27735
+ scope.setExtra('release', "4.3.6");
27729
27736
  });
27730
27737
  }
27731
27738
  try {
@@ -27785,7 +27792,7 @@ export class Cashfree {
27785
27792
  } else {
27786
27793
  scope.setExtra('environment', 'production');
27787
27794
  }
27788
- scope.setExtra('release', "4.3.5");
27795
+ scope.setExtra('release', "4.3.6");
27789
27796
  });
27790
27797
  }
27791
27798
  try {
@@ -27835,7 +27842,7 @@ export class Cashfree {
27835
27842
  } else {
27836
27843
  scope.setExtra('environment', 'production');
27837
27844
  }
27838
- scope.setExtra('release', "4.3.5");
27845
+ scope.setExtra('release', "4.3.6");
27839
27846
  });
27840
27847
  }
27841
27848
  try {
@@ -27895,7 +27902,7 @@ export class Cashfree {
27895
27902
  } else {
27896
27903
  scope.setExtra('environment', 'production');
27897
27904
  }
27898
- scope.setExtra('release', "4.3.5");
27905
+ scope.setExtra('release', "4.3.6");
27899
27906
  });
27900
27907
  }
27901
27908
  try {
@@ -27945,7 +27952,7 @@ export class Cashfree {
27945
27952
  } else {
27946
27953
  scope.setExtra('environment', 'production');
27947
27954
  }
27948
- scope.setExtra('release', "4.3.5");
27955
+ scope.setExtra('release', "4.3.6");
27949
27956
  });
27950
27957
  }
27951
27958
  try {
@@ -28005,7 +28012,7 @@ export class Cashfree {
28005
28012
  } else {
28006
28013
  scope.setExtra('environment', 'production');
28007
28014
  }
28008
- scope.setExtra('release', "4.3.5");
28015
+ scope.setExtra('release', "4.3.6");
28009
28016
  });
28010
28017
  }
28011
28018
  try {
@@ -28055,7 +28062,7 @@ export class Cashfree {
28055
28062
  } else {
28056
28063
  scope.setExtra('environment', 'production');
28057
28064
  }
28058
- scope.setExtra('release', "4.3.5");
28065
+ scope.setExtra('release', "4.3.6");
28059
28066
  });
28060
28067
  }
28061
28068
  try {
@@ -28116,7 +28123,7 @@ export class Cashfree {
28116
28123
  } else {
28117
28124
  scope.setExtra('environment', 'production');
28118
28125
  }
28119
- scope.setExtra('release', "4.3.5");
28126
+ scope.setExtra('release', "4.3.6");
28120
28127
  });
28121
28128
  }
28122
28129
  try {
@@ -28166,7 +28173,7 @@ export class Cashfree {
28166
28173
  } else {
28167
28174
  scope.setExtra('environment', 'production');
28168
28175
  }
28169
- scope.setExtra('release', "4.3.5");
28176
+ scope.setExtra('release', "4.3.6");
28170
28177
  });
28171
28178
  }
28172
28179
  try {
@@ -28227,7 +28234,7 @@ export class Cashfree {
28227
28234
  } else {
28228
28235
  scope.setExtra('environment', 'production');
28229
28236
  }
28230
- scope.setExtra('release', "4.3.5");
28237
+ scope.setExtra('release', "4.3.6");
28231
28238
  });
28232
28239
  }
28233
28240
  try {
@@ -28277,7 +28284,7 @@ export class Cashfree {
28277
28284
  } else {
28278
28285
  scope.setExtra('environment', 'production');
28279
28286
  }
28280
- scope.setExtra('release', "4.3.5");
28287
+ scope.setExtra('release', "4.3.6");
28281
28288
  });
28282
28289
  }
28283
28290
  try {
@@ -28338,7 +28345,7 @@ export class Cashfree {
28338
28345
  } else {
28339
28346
  scope.setExtra('environment', 'production');
28340
28347
  }
28341
- scope.setExtra('release', "4.3.5");
28348
+ scope.setExtra('release', "4.3.6");
28342
28349
  });
28343
28350
  }
28344
28351
  try {
@@ -28388,7 +28395,7 @@ export class Cashfree {
28388
28395
  } else {
28389
28396
  scope.setExtra('environment', 'production');
28390
28397
  }
28391
- scope.setExtra('release', "4.3.5");
28398
+ scope.setExtra('release', "4.3.6");
28392
28399
  });
28393
28400
  }
28394
28401
  try {
@@ -28449,7 +28456,7 @@ export class Cashfree {
28449
28456
  } else {
28450
28457
  scope.setExtra('environment', 'production');
28451
28458
  }
28452
- scope.setExtra('release', "4.3.5");
28459
+ scope.setExtra('release', "4.3.6");
28453
28460
  });
28454
28461
  }
28455
28462
  try {
@@ -28499,7 +28506,7 @@ export class Cashfree {
28499
28506
  } else {
28500
28507
  scope.setExtra('environment', 'production');
28501
28508
  }
28502
- scope.setExtra('release', "4.3.5");
28509
+ scope.setExtra('release', "4.3.6");
28503
28510
  });
28504
28511
  }
28505
28512
  try {
@@ -28559,7 +28566,7 @@ export class Cashfree {
28559
28566
  } else {
28560
28567
  scope.setExtra('environment', 'production');
28561
28568
  }
28562
- scope.setExtra('release', "4.3.5");
28569
+ scope.setExtra('release', "4.3.6");
28563
28570
  });
28564
28571
  }
28565
28572
  try {
@@ -28609,7 +28616,7 @@ export class Cashfree {
28609
28616
  } else {
28610
28617
  scope.setExtra('environment', 'production');
28611
28618
  }
28612
- scope.setExtra('release', "4.3.5");
28619
+ scope.setExtra('release', "4.3.6");
28613
28620
  });
28614
28621
  }
28615
28622
  try {
@@ -28669,7 +28676,7 @@ export class Cashfree {
28669
28676
  } else {
28670
28677
  scope.setExtra('environment', 'production');
28671
28678
  }
28672
- scope.setExtra('release', "4.3.5");
28679
+ scope.setExtra('release', "4.3.6");
28673
28680
  });
28674
28681
  }
28675
28682
  try {
@@ -28719,7 +28726,7 @@ export class Cashfree {
28719
28726
  } else {
28720
28727
  scope.setExtra('environment', 'production');
28721
28728
  }
28722
- scope.setExtra('release', "4.3.5");
28729
+ scope.setExtra('release', "4.3.6");
28723
28730
  });
28724
28731
  }
28725
28732
  try {
@@ -28780,7 +28787,7 @@ export class Cashfree {
28780
28787
  } else {
28781
28788
  scope.setExtra('environment', 'production');
28782
28789
  }
28783
- scope.setExtra('release', "4.3.5");
28790
+ scope.setExtra('release', "4.3.6");
28784
28791
  });
28785
28792
  }
28786
28793
  try {
@@ -28830,7 +28837,7 @@ export class Cashfree {
28830
28837
  } else {
28831
28838
  scope.setExtra('environment', 'production');
28832
28839
  }
28833
- scope.setExtra('release', "4.3.5");
28840
+ scope.setExtra('release', "4.3.6");
28834
28841
  });
28835
28842
  }
28836
28843
  try {
@@ -28891,7 +28898,7 @@ export class Cashfree {
28891
28898
  } else {
28892
28899
  scope.setExtra('environment', 'production');
28893
28900
  }
28894
- scope.setExtra('release', "4.3.5");
28901
+ scope.setExtra('release', "4.3.6");
28895
28902
  });
28896
28903
  }
28897
28904
  try {
@@ -28941,7 +28948,7 @@ export class Cashfree {
28941
28948
  } else {
28942
28949
  scope.setExtra('environment', 'production');
28943
28950
  }
28944
- scope.setExtra('release', "4.3.5");
28951
+ scope.setExtra('release', "4.3.6");
28945
28952
  });
28946
28953
  }
28947
28954
  try {
@@ -29001,7 +29008,7 @@ export class Cashfree {
29001
29008
  } else {
29002
29009
  scope.setExtra('environment', 'production');
29003
29010
  }
29004
- scope.setExtra('release', "4.3.5");
29011
+ scope.setExtra('release', "4.3.6");
29005
29012
  });
29006
29013
  }
29007
29014
  try {
@@ -29051,7 +29058,7 @@ export class Cashfree {
29051
29058
  } else {
29052
29059
  scope.setExtra('environment', 'production');
29053
29060
  }
29054
- scope.setExtra('release', "4.3.5");
29061
+ scope.setExtra('release', "4.3.6");
29055
29062
  });
29056
29063
  }
29057
29064
  try {
@@ -29113,7 +29120,7 @@ export class Cashfree {
29113
29120
  } else {
29114
29121
  scope.setExtra('environment', 'production');
29115
29122
  }
29116
- scope.setExtra('release', "4.3.5");
29123
+ scope.setExtra('release', "4.3.6");
29117
29124
  });
29118
29125
  }
29119
29126
  try {
@@ -29163,7 +29170,7 @@ export class Cashfree {
29163
29170
  } else {
29164
29171
  scope.setExtra('environment', 'production');
29165
29172
  }
29166
- scope.setExtra('release', "4.3.5");
29173
+ scope.setExtra('release', "4.3.6");
29167
29174
  });
29168
29175
  }
29169
29176
  try {
@@ -29225,7 +29232,7 @@ export class Cashfree {
29225
29232
  } else {
29226
29233
  scope.setExtra('environment', 'production');
29227
29234
  }
29228
- scope.setExtra('release', "4.3.5");
29235
+ scope.setExtra('release', "4.3.6");
29229
29236
  });
29230
29237
  }
29231
29238
  try {
@@ -29275,7 +29282,7 @@ export class Cashfree {
29275
29282
  } else {
29276
29283
  scope.setExtra('environment', 'production');
29277
29284
  }
29278
- scope.setExtra('release', "4.3.5");
29285
+ scope.setExtra('release', "4.3.6");
29279
29286
  });
29280
29287
  }
29281
29288
  try {
@@ -29335,7 +29342,7 @@ export class Cashfree {
29335
29342
  } else {
29336
29343
  scope.setExtra('environment', 'production');
29337
29344
  }
29338
- scope.setExtra('release', "4.3.5");
29345
+ scope.setExtra('release', "4.3.6");
29339
29346
  });
29340
29347
  }
29341
29348
  try {
@@ -29385,7 +29392,7 @@ export class Cashfree {
29385
29392
  } else {
29386
29393
  scope.setExtra('environment', 'production');
29387
29394
  }
29388
- scope.setExtra('release', "4.3.5");
29395
+ scope.setExtra('release', "4.3.6");
29389
29396
  });
29390
29397
  }
29391
29398
  try {
@@ -29445,7 +29452,7 @@ export class Cashfree {
29445
29452
  } else {
29446
29453
  scope.setExtra('environment', 'production');
29447
29454
  }
29448
- scope.setExtra('release', "4.3.5");
29455
+ scope.setExtra('release', "4.3.6");
29449
29456
  });
29450
29457
  }
29451
29458
  try {
@@ -29495,7 +29502,7 @@ export class Cashfree {
29495
29502
  } else {
29496
29503
  scope.setExtra('environment', 'production');
29497
29504
  }
29498
- scope.setExtra('release', "4.3.5");
29505
+ scope.setExtra('release', "4.3.6");
29499
29506
  });
29500
29507
  }
29501
29508
  try {
@@ -29555,7 +29562,7 @@ export class Cashfree {
29555
29562
  } else {
29556
29563
  scope.setExtra('environment', 'production');
29557
29564
  }
29558
- scope.setExtra('release', "4.3.5");
29565
+ scope.setExtra('release', "4.3.6");
29559
29566
  });
29560
29567
  }
29561
29568
  try {
@@ -29605,7 +29612,7 @@ export class Cashfree {
29605
29612
  } else {
29606
29613
  scope.setExtra('environment', 'production');
29607
29614
  }
29608
- scope.setExtra('release', "4.3.5");
29615
+ scope.setExtra('release', "4.3.6");
29609
29616
  });
29610
29617
  }
29611
29618
  try {
@@ -29665,7 +29672,7 @@ export class Cashfree {
29665
29672
  } else {
29666
29673
  scope.setExtra('environment', 'production');
29667
29674
  }
29668
- scope.setExtra('release', "4.3.5");
29675
+ scope.setExtra('release', "4.3.6");
29669
29676
  });
29670
29677
  }
29671
29678
  try {
@@ -29715,7 +29722,7 @@ export class Cashfree {
29715
29722
  } else {
29716
29723
  scope.setExtra('environment', 'production');
29717
29724
  }
29718
- scope.setExtra('release', "4.3.5");
29725
+ scope.setExtra('release', "4.3.6");
29719
29726
  });
29720
29727
  }
29721
29728
  try {
@@ -29775,7 +29782,7 @@ export class Cashfree {
29775
29782
  } else {
29776
29783
  scope.setExtra('environment', 'production');
29777
29784
  }
29778
- scope.setExtra('release', "4.3.5");
29785
+ scope.setExtra('release', "4.3.6");
29779
29786
  });
29780
29787
  }
29781
29788
  try {
@@ -29825,7 +29832,7 @@ export class Cashfree {
29825
29832
  } else {
29826
29833
  scope.setExtra('environment', 'production');
29827
29834
  }
29828
- scope.setExtra('release', "4.3.5");
29835
+ scope.setExtra('release', "4.3.6");
29829
29836
  });
29830
29837
  }
29831
29838
  try {
@@ -29885,7 +29892,7 @@ export class Cashfree {
29885
29892
  } else {
29886
29893
  scope.setExtra('environment', 'production');
29887
29894
  }
29888
- scope.setExtra('release', "4.3.5");
29895
+ scope.setExtra('release', "4.3.6");
29889
29896
  });
29890
29897
  }
29891
29898
  try {
@@ -29935,7 +29942,7 @@ export class Cashfree {
29935
29942
  } else {
29936
29943
  scope.setExtra('environment', 'production');
29937
29944
  }
29938
- scope.setExtra('release', "4.3.5");
29945
+ scope.setExtra('release', "4.3.6");
29939
29946
  });
29940
29947
  }
29941
29948
  try {
@@ -29995,7 +30002,7 @@ export class Cashfree {
29995
30002
  } else {
29996
30003
  scope.setExtra('environment', 'production');
29997
30004
  }
29998
- scope.setExtra('release', "4.3.5");
30005
+ scope.setExtra('release', "4.3.6");
29999
30006
  });
30000
30007
  }
30001
30008
  try {
@@ -30045,7 +30052,7 @@ export class Cashfree {
30045
30052
  } else {
30046
30053
  scope.setExtra('environment', 'production');
30047
30054
  }
30048
- scope.setExtra('release', "4.3.5");
30055
+ scope.setExtra('release', "4.3.6");
30049
30056
  });
30050
30057
  }
30051
30058
  try {
@@ -30105,7 +30112,7 @@ export class Cashfree {
30105
30112
  } else {
30106
30113
  scope.setExtra('environment', 'production');
30107
30114
  }
30108
- scope.setExtra('release', "4.3.5");
30115
+ scope.setExtra('release', "4.3.6");
30109
30116
  });
30110
30117
  }
30111
30118
  try {
@@ -30155,7 +30162,7 @@ export class Cashfree {
30155
30162
  } else {
30156
30163
  scope.setExtra('environment', 'production');
30157
30164
  }
30158
- scope.setExtra('release', "4.3.5");
30165
+ scope.setExtra('release', "4.3.6");
30159
30166
  });
30160
30167
  }
30161
30168
  try {
@@ -30216,7 +30223,7 @@ export class Cashfree {
30216
30223
  } else {
30217
30224
  scope.setExtra('environment', 'production');
30218
30225
  }
30219
- scope.setExtra('release', "4.3.5");
30226
+ scope.setExtra('release', "4.3.6");
30220
30227
  });
30221
30228
  }
30222
30229
  try {
@@ -30266,7 +30273,7 @@ export class Cashfree {
30266
30273
  } else {
30267
30274
  scope.setExtra('environment', 'production');
30268
30275
  }
30269
- scope.setExtra('release', "4.3.5");
30276
+ scope.setExtra('release', "4.3.6");
30270
30277
  });
30271
30278
  }
30272
30279
  try {
@@ -30327,7 +30334,7 @@ export class Cashfree {
30327
30334
  } else {
30328
30335
  scope.setExtra('environment', 'production');
30329
30336
  }
30330
- scope.setExtra('release', "4.3.5");
30337
+ scope.setExtra('release', "4.3.6");
30331
30338
  });
30332
30339
  }
30333
30340
  try {
@@ -30377,7 +30384,7 @@ export class Cashfree {
30377
30384
  } else {
30378
30385
  scope.setExtra('environment', 'production');
30379
30386
  }
30380
- scope.setExtra('release', "4.3.5");
30387
+ scope.setExtra('release', "4.3.6");
30381
30388
  });
30382
30389
  }
30383
30390
  try {
@@ -30438,7 +30445,7 @@ export class Cashfree {
30438
30445
  } else {
30439
30446
  scope.setExtra('environment', 'production');
30440
30447
  }
30441
- scope.setExtra('release', "4.3.5");
30448
+ scope.setExtra('release', "4.3.6");
30442
30449
  });
30443
30450
  }
30444
30451
  try {
@@ -30488,7 +30495,7 @@ export class Cashfree {
30488
30495
  } else {
30489
30496
  scope.setExtra('environment', 'production');
30490
30497
  }
30491
- scope.setExtra('release', "4.3.5");
30498
+ scope.setExtra('release', "4.3.6");
30492
30499
  });
30493
30500
  }
30494
30501
  try {
@@ -30548,7 +30555,7 @@ export class Cashfree {
30548
30555
  } else {
30549
30556
  scope.setExtra('environment', 'production');
30550
30557
  }
30551
- scope.setExtra('release', "4.3.5");
30558
+ scope.setExtra('release', "4.3.6");
30552
30559
  });
30553
30560
  }
30554
30561
  try {
@@ -30598,7 +30605,7 @@ export class Cashfree {
30598
30605
  } else {
30599
30606
  scope.setExtra('environment', 'production');
30600
30607
  }
30601
- scope.setExtra('release', "4.3.5");
30608
+ scope.setExtra('release', "4.3.6");
30602
30609
  });
30603
30610
  }
30604
30611
  try {
@@ -30659,7 +30666,7 @@ export class Cashfree {
30659
30666
  } else {
30660
30667
  scope.setExtra('environment', 'production');
30661
30668
  }
30662
- scope.setExtra('release', "4.3.5");
30669
+ scope.setExtra('release', "4.3.6");
30663
30670
  });
30664
30671
  }
30665
30672
  try {
@@ -30709,7 +30716,7 @@ export class Cashfree {
30709
30716
  } else {
30710
30717
  scope.setExtra('environment', 'production');
30711
30718
  }
30712
- scope.setExtra('release', "4.3.5");
30719
+ scope.setExtra('release', "4.3.6");
30713
30720
  });
30714
30721
  }
30715
30722
  try {
@@ -30770,7 +30777,7 @@ export class Cashfree {
30770
30777
  } else {
30771
30778
  scope.setExtra('environment', 'production');
30772
30779
  }
30773
- scope.setExtra('release', "4.3.5");
30780
+ scope.setExtra('release', "4.3.6");
30774
30781
  });
30775
30782
  }
30776
30783
  try {
@@ -30820,7 +30827,7 @@ export class Cashfree {
30820
30827
  } else {
30821
30828
  scope.setExtra('environment', 'production');
30822
30829
  }
30823
- scope.setExtra('release', "4.3.5");
30830
+ scope.setExtra('release', "4.3.6");
30824
30831
  });
30825
30832
  }
30826
30833
  try {
@@ -30881,7 +30888,7 @@ export class Cashfree {
30881
30888
  } else {
30882
30889
  scope.setExtra('environment', 'production');
30883
30890
  }
30884
- scope.setExtra('release', "4.3.5");
30891
+ scope.setExtra('release', "4.3.6");
30885
30892
  });
30886
30893
  }
30887
30894
  try {
@@ -30931,7 +30938,7 @@ export class Cashfree {
30931
30938
  } else {
30932
30939
  scope.setExtra('environment', 'production');
30933
30940
  }
30934
- scope.setExtra('release', "4.3.5");
30941
+ scope.setExtra('release', "4.3.6");
30935
30942
  });
30936
30943
  }
30937
30944
  try {
@@ -30992,7 +30999,7 @@ export class Cashfree {
30992
30999
  } else {
30993
31000
  scope.setExtra('environment', 'production');
30994
31001
  }
30995
- scope.setExtra('release', "4.3.5");
31002
+ scope.setExtra('release', "4.3.6");
30996
31003
  });
30997
31004
  }
30998
31005
  try {
@@ -31042,7 +31049,7 @@ export class Cashfree {
31042
31049
  } else {
31043
31050
  scope.setExtra('environment', 'production');
31044
31051
  }
31045
- scope.setExtra('release', "4.3.5");
31052
+ scope.setExtra('release', "4.3.6");
31046
31053
  });
31047
31054
  }
31048
31055
  try {
@@ -31102,7 +31109,7 @@ export class Cashfree {
31102
31109
  } else {
31103
31110
  scope.setExtra('environment', 'production');
31104
31111
  }
31105
- scope.setExtra('release', "4.3.5");
31112
+ scope.setExtra('release', "4.3.6");
31106
31113
  });
31107
31114
  }
31108
31115
  try {
@@ -31152,7 +31159,7 @@ export class Cashfree {
31152
31159
  } else {
31153
31160
  scope.setExtra('environment', 'production');
31154
31161
  }
31155
- scope.setExtra('release', "4.3.5");
31162
+ scope.setExtra('release', "4.3.6");
31156
31163
  });
31157
31164
  }
31158
31165
  try {
@@ -31212,7 +31219,7 @@ export class Cashfree {
31212
31219
  } else {
31213
31220
  scope.setExtra('environment', 'production');
31214
31221
  }
31215
- scope.setExtra('release', "4.3.5");
31222
+ scope.setExtra('release', "4.3.6");
31216
31223
  });
31217
31224
  }
31218
31225
  try {
@@ -31262,7 +31269,7 @@ export class Cashfree {
31262
31269
  } else {
31263
31270
  scope.setExtra('environment', 'production');
31264
31271
  }
31265
- scope.setExtra('release', "4.3.5");
31272
+ scope.setExtra('release', "4.3.6");
31266
31273
  });
31267
31274
  }
31268
31275
  try {
@@ -31323,7 +31330,7 @@ export class Cashfree {
31323
31330
  } else {
31324
31331
  scope.setExtra('environment', 'production');
31325
31332
  }
31326
- scope.setExtra('release', "4.3.5");
31333
+ scope.setExtra('release', "4.3.6");
31327
31334
  });
31328
31335
  }
31329
31336
  try {
@@ -31373,7 +31380,7 @@ export class Cashfree {
31373
31380
  } else {
31374
31381
  scope.setExtra('environment', 'production');
31375
31382
  }
31376
- scope.setExtra('release', "4.3.5");
31383
+ scope.setExtra('release', "4.3.6");
31377
31384
  });
31378
31385
  }
31379
31386
  try {
@@ -31433,7 +31440,7 @@ export class Cashfree {
31433
31440
  } else {
31434
31441
  scope.setExtra('environment', 'production');
31435
31442
  }
31436
- scope.setExtra('release', "4.3.5");
31443
+ scope.setExtra('release', "4.3.6");
31437
31444
  });
31438
31445
  }
31439
31446
  try {
@@ -31483,7 +31490,7 @@ export class Cashfree {
31483
31490
  } else {
31484
31491
  scope.setExtra('environment', 'production');
31485
31492
  }
31486
- scope.setExtra('release', "4.3.5");
31493
+ scope.setExtra('release', "4.3.6");
31487
31494
  });
31488
31495
  }
31489
31496
  try {
@@ -31543,7 +31550,7 @@ export class Cashfree {
31543
31550
  } else {
31544
31551
  scope.setExtra('environment', 'production');
31545
31552
  }
31546
- scope.setExtra('release', "4.3.5");
31553
+ scope.setExtra('release', "4.3.6");
31547
31554
  });
31548
31555
  }
31549
31556
  try {
@@ -31593,7 +31600,7 @@ export class Cashfree {
31593
31600
  } else {
31594
31601
  scope.setExtra('environment', 'production');
31595
31602
  }
31596
- scope.setExtra('release', "4.3.5");
31603
+ scope.setExtra('release', "4.3.6");
31597
31604
  });
31598
31605
  }
31599
31606
  try {
@@ -31653,7 +31660,7 @@ export class Cashfree {
31653
31660
  } else {
31654
31661
  scope.setExtra('environment', 'production');
31655
31662
  }
31656
- scope.setExtra('release', "4.3.5");
31663
+ scope.setExtra('release', "4.3.6");
31657
31664
  });
31658
31665
  }
31659
31666
  try {
@@ -31703,7 +31710,7 @@ export class Cashfree {
31703
31710
  } else {
31704
31711
  scope.setExtra('environment', 'production');
31705
31712
  }
31706
- scope.setExtra('release', "4.3.5");
31713
+ scope.setExtra('release', "4.3.6");
31707
31714
  });
31708
31715
  }
31709
31716
  try {
@@ -31764,7 +31771,7 @@ export class Cashfree {
31764
31771
  } else {
31765
31772
  scope.setExtra('environment', 'production');
31766
31773
  }
31767
- scope.setExtra('release', "4.3.5");
31774
+ scope.setExtra('release', "4.3.6");
31768
31775
  });
31769
31776
  }
31770
31777
  try {
@@ -31814,7 +31821,7 @@ export class Cashfree {
31814
31821
  } else {
31815
31822
  scope.setExtra('environment', 'production');
31816
31823
  }
31817
- scope.setExtra('release', "4.3.5");
31824
+ scope.setExtra('release', "4.3.6");
31818
31825
  });
31819
31826
  }
31820
31827
  try {
@@ -31874,7 +31881,7 @@ export class Cashfree {
31874
31881
  } else {
31875
31882
  scope.setExtra('environment', 'production');
31876
31883
  }
31877
- scope.setExtra('release', "4.3.5");
31884
+ scope.setExtra('release', "4.3.6");
31878
31885
  });
31879
31886
  }
31880
31887
  try {
@@ -31924,7 +31931,7 @@ export class Cashfree {
31924
31931
  } else {
31925
31932
  scope.setExtra('environment', 'production');
31926
31933
  }
31927
- scope.setExtra('release', "4.3.5");
31934
+ scope.setExtra('release', "4.3.6");
31928
31935
  });
31929
31936
  }
31930
31937
  try {
@@ -31985,7 +31992,7 @@ export class Cashfree {
31985
31992
  } else {
31986
31993
  scope.setExtra('environment', 'production');
31987
31994
  }
31988
- scope.setExtra('release', "4.3.5");
31995
+ scope.setExtra('release', "4.3.6");
31989
31996
  });
31990
31997
  }
31991
31998
  try {
@@ -32035,7 +32042,7 @@ export class Cashfree {
32035
32042
  } else {
32036
32043
  scope.setExtra('environment', 'production');
32037
32044
  }
32038
- scope.setExtra('release', "4.3.5");
32045
+ scope.setExtra('release', "4.3.6");
32039
32046
  });
32040
32047
  }
32041
32048
  try {
@@ -32096,7 +32103,7 @@ export class Cashfree {
32096
32103
  } else {
32097
32104
  scope.setExtra('environment', 'production');
32098
32105
  }
32099
- scope.setExtra('release', "4.3.5");
32106
+ scope.setExtra('release', "4.3.6");
32100
32107
  });
32101
32108
  }
32102
32109
  try {
@@ -32146,7 +32153,7 @@ export class Cashfree {
32146
32153
  } else {
32147
32154
  scope.setExtra('environment', 'production');
32148
32155
  }
32149
- scope.setExtra('release', "4.3.5");
32156
+ scope.setExtra('release', "4.3.6");
32150
32157
  });
32151
32158
  }
32152
32159
  try {
@@ -32208,7 +32215,7 @@ export class Cashfree {
32208
32215
  } else {
32209
32216
  scope.setExtra('environment', 'production');
32210
32217
  }
32211
- scope.setExtra('release', "4.3.5");
32218
+ scope.setExtra('release', "4.3.6");
32212
32219
  });
32213
32220
  }
32214
32221
  try {
@@ -32258,7 +32265,7 @@ export class Cashfree {
32258
32265
  } else {
32259
32266
  scope.setExtra('environment', 'production');
32260
32267
  }
32261
- scope.setExtra('release', "4.3.5");
32268
+ scope.setExtra('release', "4.3.6");
32262
32269
  });
32263
32270
  }
32264
32271
  try {
@@ -32321,7 +32328,7 @@ export class Cashfree {
32321
32328
  } else {
32322
32329
  scope.setExtra('environment', 'production');
32323
32330
  }
32324
- scope.setExtra('release', "4.3.5");
32331
+ scope.setExtra('release', "4.3.6");
32325
32332
  });
32326
32333
  }
32327
32334
  try {
@@ -32371,7 +32378,7 @@ export class Cashfree {
32371
32378
  } else {
32372
32379
  scope.setExtra('environment', 'production');
32373
32380
  }
32374
- scope.setExtra('release', "4.3.5");
32381
+ scope.setExtra('release', "4.3.6");
32375
32382
  });
32376
32383
  }
32377
32384
  try {
@@ -32431,7 +32438,7 @@ export class Cashfree {
32431
32438
  } else {
32432
32439
  scope.setExtra('environment', 'production');
32433
32440
  }
32434
- scope.setExtra('release', "4.3.5");
32441
+ scope.setExtra('release', "4.3.6");
32435
32442
  });
32436
32443
  }
32437
32444
  try {
@@ -32481,7 +32488,7 @@ export class Cashfree {
32481
32488
  } else {
32482
32489
  scope.setExtra('environment', 'production');
32483
32490
  }
32484
- scope.setExtra('release', "4.3.5");
32491
+ scope.setExtra('release', "4.3.6");
32485
32492
  });
32486
32493
  }
32487
32494
  try {
@@ -32542,7 +32549,7 @@ export class Cashfree {
32542
32549
  } else {
32543
32550
  scope.setExtra('environment', 'production');
32544
32551
  }
32545
- scope.setExtra('release', "4.3.5");
32552
+ scope.setExtra('release', "4.3.6");
32546
32553
  });
32547
32554
  }
32548
32555
  try {
@@ -32592,7 +32599,7 @@ export class Cashfree {
32592
32599
  } else {
32593
32600
  scope.setExtra('environment', 'production');
32594
32601
  }
32595
- scope.setExtra('release', "4.3.5");
32602
+ scope.setExtra('release', "4.3.6");
32596
32603
  });
32597
32604
  }
32598
32605
  try {
@@ -32653,7 +32660,7 @@ export class Cashfree {
32653
32660
  } else {
32654
32661
  scope.setExtra('environment', 'production');
32655
32662
  }
32656
- scope.setExtra('release', "4.3.5");
32663
+ scope.setExtra('release', "4.3.6");
32657
32664
  });
32658
32665
  }
32659
32666
  try {
@@ -32703,7 +32710,7 @@ export class Cashfree {
32703
32710
  } else {
32704
32711
  scope.setExtra('environment', 'production');
32705
32712
  }
32706
- scope.setExtra('release', "4.3.5");
32713
+ scope.setExtra('release', "4.3.6");
32707
32714
  });
32708
32715
  }
32709
32716
  try {
@@ -32764,7 +32771,7 @@ export class Cashfree {
32764
32771
  } else {
32765
32772
  scope.setExtra('environment', 'production');
32766
32773
  }
32767
- scope.setExtra('release', "4.3.5");
32774
+ scope.setExtra('release', "4.3.6");
32768
32775
  });
32769
32776
  }
32770
32777
  try {
@@ -32814,7 +32821,7 @@ export class Cashfree {
32814
32821
  } else {
32815
32822
  scope.setExtra('environment', 'production');
32816
32823
  }
32817
- scope.setExtra('release', "4.3.5");
32824
+ scope.setExtra('release', "4.3.6");
32818
32825
  });
32819
32826
  }
32820
32827
  try {
@@ -32875,7 +32882,7 @@ export class Cashfree {
32875
32882
  } else {
32876
32883
  scope.setExtra('environment', 'production');
32877
32884
  }
32878
- scope.setExtra('release', "4.3.5");
32885
+ scope.setExtra('release', "4.3.6");
32879
32886
  });
32880
32887
  }
32881
32888
  try {
@@ -32925,7 +32932,7 @@ export class Cashfree {
32925
32932
  } else {
32926
32933
  scope.setExtra('environment', 'production');
32927
32934
  }
32928
- scope.setExtra('release', "4.3.5");
32935
+ scope.setExtra('release', "4.3.6");
32929
32936
  });
32930
32937
  }
32931
32938
  try {