@bitbar/cloud-api-client 1.0.5 → 1.0.6

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.
@@ -1,4 +1,4 @@
1
- /* @bitbar/cloud-api-client v1.0.5 | Copyright 2022 (c) SmartBear Software and contributors | .git/blob/master/LICENSE */
1
+ /* @bitbar/cloud-api-client v1.0.6 | Copyright 2022 (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.0.5";
13
+ var version = "1.0.6";
14
14
 
15
15
  /******************************************************************************
16
16
  Copyright (c) Microsoft Corporation.
@@ -2272,6 +2272,13 @@
2272
2272
  FileState["READY"] = "READY";
2273
2273
  })(exports.FileState || (exports.FileState = {}));
2274
2274
 
2275
+ exports.VTImageType = void 0;
2276
+ (function (VTImageType) {
2277
+ VTImageType["FULL_PAGE"] = "FULL_PAGE";
2278
+ VTImageType["VIEWPORT"] = "VIEWPORT";
2279
+ VTImageType["ELEMENT_SCREENSHOT"] = "ELEMENT_SCREENSHOT";
2280
+ })(exports.VTImageType || (exports.VTImageType = {}));
2281
+
2275
2282
  exports.ALLOWED_HTTP_METHODS = ALLOWED_HTTP_METHODS;
2276
2283
  exports.API = API;
2277
2284
  exports.CloudAPIClient = CloudAPIClient;