@smvtech/x-flux 1.0.8 → 1.0.9
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -613,7 +613,7 @@ var getFileURLfromFilename = async (filename, signal) => {
|
|
|
613
613
|
};
|
|
614
614
|
var runAllValidations = async (orderId) => {
|
|
615
615
|
const client = getClient();
|
|
616
|
-
const response = await client.post(`/
|
|
616
|
+
const response = await client.post(`/edc/run-all-validations`, { order_id: orderId });
|
|
617
617
|
return { data: response.data.data };
|
|
618
618
|
};
|
|
619
619
|
var updateOrderQCTermsAndConditions = async (orderId) => {
|
package/dist/index.mjs
CHANGED
|
@@ -587,7 +587,7 @@ var getFileURLfromFilename = async (filename, signal) => {
|
|
|
587
587
|
};
|
|
588
588
|
var runAllValidations = async (orderId) => {
|
|
589
589
|
const client = getClient();
|
|
590
|
-
const response = await client.post(`/
|
|
590
|
+
const response = await client.post(`/edc/run-all-validations`, { order_id: orderId });
|
|
591
591
|
return { data: response.data.data };
|
|
592
592
|
};
|
|
593
593
|
var updateOrderQCTermsAndConditions = async (orderId) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smvtech/x-flux",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "x-flux - A powerful React package for managing effective document collection flows, visa questionnaires, travellers, and applications",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|