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

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.
@@ -257,7 +257,7 @@ async function createOrderLogisticIncidentThread({ logisticOrderId, incidentId,
257
257
  customField,
258
258
  message,
259
259
  name,
260
- reasonCode,
260
+ reasonCodes: 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.0",
3
+ "version": "1.18.1",
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",