@djust-b2b/djust-front-sdk 1.18.1 → 1.18.2

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.
@@ -198,7 +198,7 @@ async function createOrderLogisticLineIncident({ logisticOrderId, idType, custom
198
198
  body: JSON.stringify({
199
199
  customFieldIdType,
200
200
  orderLines,
201
- reasonCode,
201
+ reasonCodes: reasonCode,
202
202
  }),
203
203
  });
204
204
  return data;
@@ -257,7 +257,7 @@ async function createOrderLogisticIncidentThread({ logisticOrderId, incidentId,
257
257
  customField,
258
258
  message,
259
259
  name,
260
- reasonCodes: reasonCode,
260
+ reasonCode,
261
261
  }),
262
262
  });
263
263
  return data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djust-b2b/djust-front-sdk",
3
- "version": "1.18.1",
3
+ "version": "1.18.2",
4
4
  "description": "DJUST Front SDK is a versatile JavaScript Software Development Kit (SDK) ",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",