@entergreat/unipile-wrapper 1.0.11 → 1.0.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entergreat/unipile-wrapper",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -220,9 +220,7 @@ export default class LinkedinService {
220
220
  if (experience.description) {
221
221
  formData.append("experience[description]", experience.description);
222
222
  }
223
- if (experience.notify_network !== undefined) {
224
- formData.append("experience[notify_network]", experience.notify_network.toString());
225
- }
223
+ // Note: notify_network omitted - causes validation issues when sent as string
226
224
 
227
225
  // Start date with bracket notation
228
226
  if (experience.start_month) {