@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.
@@ -104,6 +104,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
104
104
  {
105
105
  srcPath: "/automations/v1/events/bulk-cancel",
106
106
  destPath: "/v1/events/bulk-cancel"
107
+ },
108
+ {
109
+ srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
110
+ destPath: "/v1/events/rerun-activation"
111
+ },
112
+ {
113
+ srcPath: "/automations/v1/events/test-automation",
114
+ destPath: "/v1/events/test-automation"
107
115
  }
108
116
  ],
109
117
  "platform.rise.ai": [
@@ -128,6 +136,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
128
136
  {
129
137
  srcPath: "/automations/v1/events/cancel",
130
138
  destPath: "/v1/events/cancel"
139
+ },
140
+ {
141
+ srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
142
+ destPath: "/v1/events/rerun-activation"
143
+ },
144
+ {
145
+ srcPath: "/automations/v1/events/test-automation",
146
+ destPath: "/v1/events/test-automation"
131
147
  }
132
148
  ],
133
149
  _: [
@@ -146,6 +162,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
146
162
  {
147
163
  srcPath: "/automations/v1/events/bulk-report",
148
164
  destPath: "/v1/events/bulk-report"
165
+ },
166
+ {
167
+ srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
168
+ destPath: "/v1/events/rerun-activation"
169
+ },
170
+ {
171
+ srcPath: "/automations/v1/events/test-automation",
172
+ destPath: "/v1/events/test-automation"
149
173
  }
150
174
  ]
151
175
  };