@tap-payments/auth-jsconnect 2.6.101-test → 2.6.102-test

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.
@@ -296,7 +296,7 @@ export var checkBrandNameAvailability = createAsyncThunk('checkBrandNameAvailabi
296
296
  requestBody = {
297
297
  profile_name: name,
298
298
  country_code: (_b = settings.data.businessCountry) === null || _b === void 0 ? void 0 : _b.iso2,
299
- encryption_contract: ['profile_name']
299
+ encryption_contract: []
300
300
  };
301
301
  return [4, API.availabilityServices.checkBrand(requestBody, { cancelToken: cancelToken })];
302
302
  case 1:
@@ -541,7 +541,7 @@ export var updateLeadBrand = createAsyncThunk('updateLeadBrand', function (param
541
541
  terms_conditions_accepted: termAndConditionChecked,
542
542
  id: (responseBody === null || responseBody === void 0 ? void 0 : responseBody.lead_id) || '',
543
543
  step_name: CONNECT_STEP_NAMES.UPDATE_LEAD_BRAND,
544
- encryption_contract: ['brand.name.en', 'brand.name.ar', 'brand.name.zh']
544
+ encryption_contract: []
545
545
  };
546
546
  return [4, API.leadService.updateLead(payload)];
547
547
  case 9:
@@ -641,7 +641,7 @@ export var checkBrandNameAvailability = createAsyncThunk('checkBrandNameAvailabi
641
641
  requestBody = {
642
642
  profile_name: name,
643
643
  country_code: (_b = settings.data.businessCountry) === null || _b === void 0 ? void 0 : _b.iso2,
644
- encryption_contract: ['profile_name']
644
+ encryption_contract: []
645
645
  };
646
646
  return [4, API.availabilityServices.checkBrand(requestBody, { cancelToken: cancelToken })];
647
647
  case 1:
@@ -845,7 +845,7 @@ export var checkBrandNameAvailabilityAsync = createAsyncThunk('connectExpress/ch
845
845
  requestBody = {
846
846
  profile_name: name,
847
847
  country_code: (_b = settings.data.businessCountry) === null || _b === void 0 ? void 0 : _b.iso2,
848
- encryption_contract: ['profile_name']
848
+ encryption_contract: []
849
849
  };
850
850
  return [4, API.availabilityServices.checkBrand(requestBody, { cancelToken: cancelToken })];
851
851
  case 1:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.6.101-test",
3
+ "version": "2.6.102-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",