@wix/evalforge-evaluator 0.210.0 → 0.211.0

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/index.js CHANGED
@@ -6267,6 +6267,12 @@ function resolveWixEvalforgeV1CapabilityServiceUrl(opts) {
6267
6267
  srcPath: "/_api/evalforge-backend",
6268
6268
  destPath: ""
6269
6269
  }
6270
+ ],
6271
+ "www.wixapis.com": [
6272
+ {
6273
+ srcPath: "/_api/evalforge-backend",
6274
+ destPath: ""
6275
+ }
6270
6276
  ]
6271
6277
  };
6272
6278
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -6343,7 +6349,7 @@ function getLatestCapabilityVersion(payload) {
6343
6349
  optInTransformResponse: true
6344
6350
  },
6345
6351
  url: resolveWixEvalforgeV1CapabilityServiceUrl({
6346
- protoPath: "/v1/projects/{projectId}/capabilities/{capabilityId}/versions/latest",
6352
+ protoPath: "/v1/projects/{projectId}/capabilities/{capabilityId}/latest-version",
6347
6353
  data: serializedData,
6348
6354
  host
6349
6355
  }),