@wix/automations 1.0.61 → 1.0.63

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.61",
3
+ "version": "1.0.63",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,8 +21,8 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/automations_activations": "1.0.37",
25
- "@wix/automations_automations-service": "1.0.27",
24
+ "@wix/automations_activations": "1.0.38",
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": "73c43da6094bcd897e4ce039bf172c9fab69a7eb408ba0f503965df0"
51
+ "falconPackageHash": "31485e471243aa59e571d9b5f9ff7ed99f6640352deb864e4b438732"
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 */
@@ -3167,6 +3169,8 @@ interface SetVariables {
3167
3169
  postActions?: ActionData[];
3168
3170
  /** Action's post actions ids. */
3169
3171
  postActionsIds?: string[];
3172
+ /** The namespace of the action */
3173
+ namespace?: string | null;
3170
3174
  }
3171
3175
  interface Service {
3172
3176
  /** Action's service mapping. */
@@ -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 */
@@ -3167,6 +3169,8 @@ interface SetVariables {
3167
3169
  postActions?: ActionData[];
3168
3170
  /** Action's post actions ids. */
3169
3171
  postActionsIds?: string[];
3172
+ /** The namespace of the action */
3173
+ namespace?: string | null;
3170
3174
  }
3171
3175
  interface Service {
3172
3176
  /** Action's service mapping. */