@wix/evalforge-evaluator 0.209.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.mjs CHANGED
@@ -5740,6 +5740,12 @@ function resolveWixEvalforgeV1TestScenarioServiceUrl(opts) {
5740
5740
  srcPath: "/_api/evalforge-backend",
5741
5741
  destPath: ""
5742
5742
  }
5743
+ ],
5744
+ "www.wixapis.com": [
5745
+ {
5746
+ srcPath: "/_api/evalforge-backend",
5747
+ destPath: ""
5748
+ }
5743
5749
  ]
5744
5750
  };
5745
5751
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -6266,6 +6272,12 @@ function resolveWixEvalforgeV1CapabilityServiceUrl(opts) {
6266
6272
  srcPath: "/_api/evalforge-backend",
6267
6273
  destPath: ""
6268
6274
  }
6275
+ ],
6276
+ "www.wixapis.com": [
6277
+ {
6278
+ srcPath: "/_api/evalforge-backend",
6279
+ destPath: ""
6280
+ }
6269
6281
  ]
6270
6282
  };
6271
6283
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -6342,7 +6354,7 @@ function getLatestCapabilityVersion(payload) {
6342
6354
  optInTransformResponse: true
6343
6355
  },
6344
6356
  url: resolveWixEvalforgeV1CapabilityServiceUrl({
6345
- protoPath: "/v1/projects/{projectId}/capabilities/{capabilityId}/versions/latest",
6357
+ protoPath: "/v1/projects/{projectId}/capabilities/{capabilityId}/latest-version",
6346
6358
  data: serializedData,
6347
6359
  host
6348
6360
  }),
@@ -6466,6 +6478,12 @@ var WebhookIdentityType;
6466
6478
  WebhookIdentityType2["WIX_USER"] = "WIX_USER";
6467
6479
  WebhookIdentityType2["APP"] = "APP";
6468
6480
  })(WebhookIdentityType || (WebhookIdentityType = {}));
6481
+ var Status;
6482
+ (function(Status2) {
6483
+ Status2["UNKNOWN_STATUS"] = "UNKNOWN_STATUS";
6484
+ Status2["VALID"] = "VALID";
6485
+ Status2["INVALID"] = "INVALID";
6486
+ })(Status || (Status = {}));
6469
6487
  var SiteBootstrapHttpMethod;
6470
6488
  (function(SiteBootstrapHttpMethod2) {
6471
6489
  SiteBootstrapHttpMethod2["SITE_BOOTSTRAP_HTTP_METHOD_UNSPECIFIED"] = "SITE_BOOTSTRAP_HTTP_METHOD_UNSPECIFIED";