@bitbar/cloud-api-client 1.2.10 → 1.2.12
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/dist/api/APIResourceDeviceSessionStandalone.d.ts +1 -1
- package/dist/api/models/AccountService.d.ts +0 -1
- package/dist/api/models/Service.d.ts +0 -1
- package/dist/bitbar-cloud-api-client.js +4 -4
- package/dist/bitbar-cloud-api-client.js.map +1 -1
- package/dist/bitbar-cloud-api-client.min.js +2 -2
- package/dist/bitbar-cloud-api-client.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,6 +16,6 @@ export declare class APIResourceDeviceSessionStandalone extends APIResource<Devi
|
|
|
16
16
|
input(): InputFileset;
|
|
17
17
|
output(): OutputFileset;
|
|
18
18
|
release(): APIResource<DeviceSession, NoQueryParams, DeviceSessionRelease>;
|
|
19
|
-
|
|
19
|
+
visualTestsImages(): APIList<VisualTest, NoQueryParams, void>;
|
|
20
20
|
}
|
|
21
21
|
export default APIResourceDeviceSessionStandalone;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @bitbar/cloud-api-client v1.2.
|
|
1
|
+
/* @bitbar/cloud-api-client v1.2.12 | Copyright 2024 (c) SmartBear Software and contributors | .git/blob/master/LICENSE */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('axios'), require('@bitbar/finka'), require('qs'), require('node-abort-controller')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'axios', '@bitbar/finka', 'qs', 'node-abort-controller'], factory) :
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
|
|
11
11
|
var finka__default = /*#__PURE__*/_interopDefaultLegacy(finka);
|
|
12
12
|
|
|
13
|
-
var version = "1.2.
|
|
13
|
+
var version = "1.2.12";
|
|
14
14
|
|
|
15
15
|
/******************************************************************************
|
|
16
16
|
Copyright (c) Microsoft Corporation.
|
|
@@ -940,8 +940,8 @@
|
|
|
940
940
|
release() {
|
|
941
941
|
return new APIResource(this).push('release').post();
|
|
942
942
|
}
|
|
943
|
-
|
|
944
|
-
return new APIList(this).push('
|
|
943
|
+
visualTestsImages() {
|
|
944
|
+
return new APIList(this).push('visual-tests', 'images');
|
|
945
945
|
}
|
|
946
946
|
}
|
|
947
947
|
|