@wix/automations 1.0.61 → 1.0.62
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.62",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@wix/automations_activations": "1.0.37",
|
|
25
|
-
"@wix/automations_automations-service": "1.0.
|
|
25
|
+
"@wix/automations_automations-service": "1.0.28",
|
|
26
26
|
"@wix/automations_automations-service-v-2": "1.0.38"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "4d78d98480cfd41ff6b053ca79fc4cbd4be0c824b6ca54a2723cef28"
|
|
52
52
|
}
|
|
@@ -1274,6 +1274,8 @@ interface MigrationBulkCreateAutomationsRequest {
|
|
|
1274
1274
|
automationIdToCounter?: Record<string, string>;
|
|
1275
1275
|
/** automation id to last triggered map */
|
|
1276
1276
|
automationIdToLastTriggered?: Record<string, string>;
|
|
1277
|
+
/** ignore validations */
|
|
1278
|
+
ignoreValidations?: boolean | null;
|
|
1277
1279
|
}
|
|
1278
1280
|
interface MigrationBulkCreateAutomationsResponse {
|
|
1279
1281
|
/** bulk action metadata */
|
|
@@ -1274,6 +1274,8 @@ interface MigrationBulkCreateAutomationsRequest {
|
|
|
1274
1274
|
automationIdToCounter?: Record<string, string>;
|
|
1275
1275
|
/** automation id to last triggered map */
|
|
1276
1276
|
automationIdToLastTriggered?: Record<string, string>;
|
|
1277
|
+
/** ignore validations */
|
|
1278
|
+
ignoreValidations?: boolean | null;
|
|
1277
1279
|
}
|
|
1278
1280
|
interface MigrationBulkCreateAutomationsResponse {
|
|
1279
1281
|
/** bulk action metadata */
|