@wix/automations 1.0.75 → 1.0.76

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.75",
3
+ "version": "1.0.76",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/automations_activations": "1.0.47",
24
+ "@wix/automations_activations": "1.0.48",
25
25
  "@wix/automations_automations-service": "1.0.33",
26
26
  "@wix/automations_automations-service-v-2": "1.0.45"
27
27
  },
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "7d9dc65c8b2da7f66202ff4ce0a0cbf7338c88a8d9f2a85416f6c48f"
51
+ "falconPackageHash": "f68d2a3cbba853d47bed993f980ce1d34cb719ddc0f8bb29d1018988"
52
52
  }
@@ -3696,7 +3696,7 @@ interface EndedStatusInfo extends EndedStatusInfoTypeInfoOneOf {
3696
3696
  conditionActionInfo?: ConditionActionInfo;
3697
3697
  /** Rate limit action additional info */
3698
3698
  rateLimitActionInfo?: RateLimitActionInfo;
3699
- /** Rate limit action additional info */
3699
+ /** Delay action additional info */
3700
3700
  delayActionInfo?: DelayActionInfo;
3701
3701
  }
3702
3702
  /** @oneof */
@@ -3707,7 +3707,7 @@ interface EndedStatusInfoTypeInfoOneOf {
3707
3707
  conditionActionInfo?: ConditionActionInfo;
3708
3708
  /** Rate limit action additional info */
3709
3709
  rateLimitActionInfo?: RateLimitActionInfo;
3710
- /** Rate limit action additional info */
3710
+ /** Delay action additional info */
3711
3711
  delayActionInfo?: DelayActionInfo;
3712
3712
  }
3713
3713
  interface FailedStatusInfo {
@@ -3696,7 +3696,7 @@ interface EndedStatusInfo extends EndedStatusInfoTypeInfoOneOf {
3696
3696
  conditionActionInfo?: ConditionActionInfo;
3697
3697
  /** Rate limit action additional info */
3698
3698
  rateLimitActionInfo?: RateLimitActionInfo;
3699
- /** Rate limit action additional info */
3699
+ /** Delay action additional info */
3700
3700
  delayActionInfo?: DelayActionInfo;
3701
3701
  }
3702
3702
  /** @oneof */
@@ -3707,7 +3707,7 @@ interface EndedStatusInfoTypeInfoOneOf {
3707
3707
  conditionActionInfo?: ConditionActionInfo;
3708
3708
  /** Rate limit action additional info */
3709
3709
  rateLimitActionInfo?: RateLimitActionInfo;
3710
- /** Rate limit action additional info */
3710
+ /** Delay action additional info */
3711
3711
  delayActionInfo?: DelayActionInfo;
3712
3712
  }
3713
3713
  interface FailedStatusInfo {