@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.
package/build/cjs/meta.js CHANGED
@@ -100,6 +100,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
100
100
  {
101
101
  srcPath: "/automations/v1/events/bulk-cancel",
102
102
  destPath: "/v1/events/bulk-cancel"
103
+ },
104
+ {
105
+ srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
106
+ destPath: "/v1/events/rerun-activation"
107
+ },
108
+ {
109
+ srcPath: "/automations/v1/events/test-automation",
110
+ destPath: "/v1/events/test-automation"
103
111
  }
104
112
  ],
105
113
  "platform.rise.ai": [
@@ -124,6 +132,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
124
132
  {
125
133
  srcPath: "/automations/v1/events/cancel",
126
134
  destPath: "/v1/events/cancel"
135
+ },
136
+ {
137
+ srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
138
+ destPath: "/v1/events/rerun-activation"
139
+ },
140
+ {
141
+ srcPath: "/automations/v1/events/test-automation",
142
+ destPath: "/v1/events/test-automation"
127
143
  }
128
144
  ],
129
145
  _: [
@@ -142,6 +158,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
142
158
  {
143
159
  srcPath: "/automations/v1/events/bulk-report",
144
160
  destPath: "/v1/events/bulk-report"
161
+ },
162
+ {
163
+ srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
164
+ destPath: "/v1/events/rerun-activation"
165
+ },
166
+ {
167
+ srcPath: "/automations/v1/events/test-automation",
168
+ destPath: "/v1/events/test-automation"
145
169
  }
146
170
  ]
147
171
  };