@wix/automations 1.0.35 → 1.0.36
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": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.36",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/automations_activations": "1.0.23",
|
|
22
22
|
"@wix/automations_automations-service": "1.0.14",
|
|
23
|
-
"@wix/automations_automations-service-v-2": "1.0.
|
|
23
|
+
"@wix/automations_automations-service-v-2": "1.0.20"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "a9e36745070a06c44802b72b1bf812966299e73f90aff7e24b3334a1"
|
|
49
49
|
}
|
|
@@ -4595,7 +4595,7 @@ interface ProviderConfigurationError {
|
|
|
4595
4595
|
title?: string;
|
|
4596
4596
|
}
|
|
4597
4597
|
declare enum ValidationErrorSeverity {
|
|
4598
|
-
|
|
4598
|
+
UNKNOWN_VALIDATION_ERROR_SEVERITY = "UNKNOWN_VALIDATION_ERROR_SEVERITY",
|
|
4599
4599
|
WARNING = "WARNING",
|
|
4600
4600
|
ERROR = "ERROR"
|
|
4601
4601
|
}
|
|
@@ -4595,7 +4595,7 @@ interface ProviderConfigurationError {
|
|
|
4595
4595
|
title?: string;
|
|
4596
4596
|
}
|
|
4597
4597
|
declare enum ValidationErrorSeverity {
|
|
4598
|
-
|
|
4598
|
+
UNKNOWN_VALIDATION_ERROR_SEVERITY = "UNKNOWN_VALIDATION_ERROR_SEVERITY",
|
|
4599
4599
|
WARNING = "WARNING",
|
|
4600
4600
|
ERROR = "ERROR"
|
|
4601
4601
|
}
|
|
@@ -2675,7 +2675,7 @@ interface ProviderConfigurationError$1 {
|
|
|
2675
2675
|
title?: string;
|
|
2676
2676
|
}
|
|
2677
2677
|
declare enum ValidationErrorSeverity$1 {
|
|
2678
|
-
|
|
2678
|
+
UNKNOWN_VALIDATION_ERROR_SEVERITY = "UNKNOWN_VALIDATION_ERROR_SEVERITY",
|
|
2679
2679
|
WARNING = "WARNING",
|
|
2680
2680
|
ERROR = "ERROR"
|
|
2681
2681
|
}
|
|
@@ -3627,7 +3627,7 @@ interface ProviderConfigurationError {
|
|
|
3627
3627
|
title?: string;
|
|
3628
3628
|
}
|
|
3629
3629
|
declare enum ValidationErrorSeverity {
|
|
3630
|
-
|
|
3630
|
+
UNKNOWN_VALIDATION_ERROR_SEVERITY = "UNKNOWN_VALIDATION_ERROR_SEVERITY",
|
|
3631
3631
|
WARNING = "WARNING",
|
|
3632
3632
|
ERROR = "ERROR"
|
|
3633
3633
|
}
|