@alwaysmeticulous/client
Advanced tools
Comparing version 2.118.0 to 2.119.0
@@ -32,3 +32,4 @@ import { Project, TestCase, TestCaseResult, TestRunStatus } from "@alwaysmeticulous/api"; | ||
logicalEnvironmentVersion?: number; | ||
useCloudReplayEnvironmentVersion?: boolean; | ||
} | ||
export declare const getLatestTestRunResults: ({ client, commitSha, logicalEnvironmentVersion, }: GetLatestTestRunOptions) => Promise<TestRun | null>; | ||
export declare const getLatestTestRunResults: ({ client, commitSha, logicalEnvironmentVersion, useCloudReplayEnvironmentVersion, }: GetLatestTestRunOptions) => Promise<TestRun | null>; |
@@ -30,3 +30,3 @@ "use strict"; | ||
exports.getTestRun = getTestRun; | ||
const getLatestTestRunResults = async ({ client, commitSha, logicalEnvironmentVersion, }) => { | ||
const getLatestTestRunResults = async ({ client, commitSha, logicalEnvironmentVersion, useCloudReplayEnvironmentVersion, }) => { | ||
var _a; | ||
@@ -42,2 +42,5 @@ const { data } = await client | ||
: {}), | ||
...(useCloudReplayEnvironmentVersion | ||
? { useCloudReplayEnvironmentVersion: true } | ||
: {}), | ||
}, | ||
@@ -44,0 +47,0 @@ }) |
{ | ||
"name": "@alwaysmeticulous/client", | ||
"version": "2.118.0", | ||
"version": "2.119.0", | ||
"description": "Helper methods for using the Meticulous backend API", | ||
@@ -45,3 +45,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "79e655fd5fcec9617b2a4b31640ede21ab112981" | ||
"gitHead": "aa958ab3498dbc599f137ba129710e2fa88ad2db" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26294
353