@wix/auto_sdk_automations_activations 1.0.129 → 1.0.131

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.
@@ -54,6 +54,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
54
54
  {
55
55
  srcPath: "/automations/v1/events/bulk-cancel",
56
56
  destPath: "/v1/events/bulk-cancel"
57
+ },
58
+ {
59
+ srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
60
+ destPath: "/v1/events/rerun-activation"
61
+ },
62
+ {
63
+ srcPath: "/automations/v1/events/test-automation",
64
+ destPath: "/v1/events/test-automation"
57
65
  }
58
66
  ],
59
67
  "platform.rise.ai": [
@@ -78,6 +86,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
78
86
  {
79
87
  srcPath: "/automations/v1/events/cancel",
80
88
  destPath: "/v1/events/cancel"
89
+ },
90
+ {
91
+ srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
92
+ destPath: "/v1/events/rerun-activation"
93
+ },
94
+ {
95
+ srcPath: "/automations/v1/events/test-automation",
96
+ destPath: "/v1/events/test-automation"
81
97
  }
82
98
  ],
83
99
  _: [
@@ -96,6 +112,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
96
112
  {
97
113
  srcPath: "/automations/v1/events/bulk-report",
98
114
  destPath: "/v1/events/bulk-report"
115
+ },
116
+ {
117
+ srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
118
+ destPath: "/v1/events/rerun-activation"
119
+ },
120
+ {
121
+ srcPath: "/automations/v1/events/test-automation",
122
+ destPath: "/v1/events/test-automation"
99
123
  }
100
124
  ]
101
125
  };