@bindu-dashing/dam-solution-v2 5.9.244 → 5.9.245

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.
@@ -252,7 +252,7 @@ const CreateClientForm = ({ teamsApi, username, password, toggleShow, onSuccess,
252
252
  if (((_a = data.showFilePreview) !== null && _a !== void 0 ? _a : false) !== get(clientData, "showFilePreview", false))
253
253
  payload.showFilePreview = (_b = data.showFilePreview) !== null && _b !== void 0 ? _b : false;
254
254
  if (((_c = data.showEditImagePicker) !== null && _c !== void 0 ? _c : false) !== ((_e = (_d = get(clientData, "showEditImagePicker")) !== null && _d !== void 0 ? _d : get(clientData, "ShowEditImagePicker")) !== null && _e !== void 0 ? _e : get(clientData, "ShowEditImagepicker", false)))
255
- payload.ShowEditImagePicker = (_f = data.showEditImagePicker) !== null && _f !== void 0 ? _f : false;
255
+ payload.ShowEditImagepicker = (_f = data.showEditImagePicker) !== null && _f !== void 0 ? _f : false;
256
256
  if (teamsApiDetailsChanged)
257
257
  payload.teamsApiDetails = {
258
258
  teamsApi: newTeamsApiDetails.teamsApi || "",
@@ -299,7 +299,7 @@ const CreateClientForm = ({ teamsApi, username, password, toggleShow, onSuccess,
299
299
  rootPath: formDamLocation === null || formDamLocation === void 0 ? void 0 : formDamLocation.rootPath,
300
300
  };
301
301
  const { showEditImagePicker: _showEditImagePickerFromData } = data, restData = __rest(data, ["showEditImagePicker"]);
302
- const values = Object.assign(Object.assign({}, restData), { adminTeams: adminTeamsAsStrings, showFilePreview: (_g = data.showFilePreview) !== null && _g !== void 0 ? _g : false, ShowEditImagePicker: (_h = data.showEditImagePicker) !== null && _h !== void 0 ? _h : false, accessKey: appType == "reactJs"
302
+ const values = Object.assign(Object.assign({}, restData), { adminTeams: adminTeamsAsStrings, showFilePreview: (_g = data.showFilePreview) !== null && _g !== void 0 ? _g : false, ShowEditImagepicker: (_h = data.showEditImagePicker) !== null && _h !== void 0 ? _h : false, accessKey: appType == "reactJs"
303
303
  ? process.env.REACT_APP_MIXDRIVE_CLIENT_PARENT_ACCESS_KEY
304
304
  : process.env.NEXT_PUBLIC_MIXDRIVE_CLIENT_PARENT_ACCESS_KEY, secretKey: appType == "reactJs"
305
305
  ? process.env.REACT_APP_MIXDRIVE_CLIENT_PARENT_SECRET_KEY
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bindu-dashing/dam-solution-v2",
3
- "version": "5.9.244",
3
+ "version": "5.9.245",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.0.1",
6
6
  "@emoji-mart/data": "^1.2.1",