@bitbar/cloud-api-client 1.4.6 → 1.4.7
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/APIResourceRunCommon.d.ts +2 -2
- package/dist/api/models/AdminTestRun.d.ts +2 -0
- package/dist/api/models/DeviceSession.d.ts +1 -1
- package/dist/bitbar-cloud-api-client.js +2 -2
- 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
|
@@ -3,7 +3,7 @@ import { APIEntity } from './APIEntity';
|
|
|
3
3
|
import { APIList } from './APIList';
|
|
4
4
|
import { APIResource } from './APIResource';
|
|
5
5
|
import { AdminTestRun } from './models/AdminTestRun';
|
|
6
|
-
import { DeviceSession, DeviceSessionStep,
|
|
6
|
+
import { DeviceSession, DeviceSessionStep, TestRunDeviceSessionQueryParams } from './models/DeviceSession';
|
|
7
7
|
import { CollectionBasicQueryParams, NoQueryParams } from './models/HTTP';
|
|
8
8
|
import { Screenshot, ScreenshotExtended, ScreenshotQueryParams } from './models/Screenshot';
|
|
9
9
|
import { Tag, TagsData, TagsQueryParams, TaqQueryParams, TestRunTagsData } from './models/Tag';
|
|
@@ -15,7 +15,7 @@ export declare class APIResourceRunCommon extends APIResource<TestRun, RunQueryP
|
|
|
15
15
|
abort(): APIResource<TestRun | AdminTestRun, NoQueryParams, RunData>;
|
|
16
16
|
buildLogsZip(ids?: Array<number>): APIResource<UserFile, import("./models/UserFile").BuildLogsData, import("./models/UserFile").BuildLogsData>;
|
|
17
17
|
dataAvailability(): APIResource<TestRunDataAvailability, TestRunDataAvailabilityQueryParams, void>;
|
|
18
|
-
deviceSessions(): APIList<DeviceSession, CollectionBasicQueryParams |
|
|
18
|
+
deviceSessions(): APIList<DeviceSession, CollectionBasicQueryParams | TestRunDeviceSessionQueryParams, void>;
|
|
19
19
|
filesZip(ids?: Array<number>): APIResource<UserFile, import("./models/UserFile").BuildLogsData, import("./models/UserFile").BuildLogsData>;
|
|
20
20
|
logsZip(ids?: Array<number>): APIResource<UserFile, import("./models/UserFile").BuildLogsData, import("./models/UserFile").BuildLogsData>;
|
|
21
21
|
performanceZip(ids?: Array<number>): APIResource<UserFile, import("./models/UserFile").BuildLogsData, import("./models/UserFile").BuildLogsData>;
|
|
@@ -133,7 +133,7 @@ export interface SessionRunStepQueryParams extends CollectionBasicQueryParams {
|
|
|
133
133
|
export interface SessionStepQueryParams extends SessionRunStepQueryParams {
|
|
134
134
|
projectId: number;
|
|
135
135
|
}
|
|
136
|
-
export interface
|
|
136
|
+
export interface TestRunDeviceSessionQueryParams extends CollectionBasicQueryParams {
|
|
137
137
|
projectId: number;
|
|
138
138
|
}
|
|
139
139
|
export declare enum SessionReleaseReason {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* @bitbar/cloud-api-client v1.4.
|
|
1
|
+
/* @bitbar/cloud-api-client v1.4.7 | Copyright 2025 (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('@bitbar/finka'), require('qs'), require('node-abort-controller')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', '@bitbar/finka', 'qs', 'node-abort-controller'], factory) :
|
|
5
5
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["bitbar-cloud-api-client"] = {}, global["@bitbar/finka"], global.qs, global["node-abort-controller"]));
|
|
6
6
|
})(this, (function (exports, finka, qs, nodeAbortController) { 'use strict';
|
|
7
7
|
|
|
8
|
-
var version = "1.4.
|
|
8
|
+
var version = "1.4.7";
|
|
9
9
|
|
|
10
10
|
/******************************************************************************
|
|
11
11
|
Copyright (c) Microsoft Corporation.
|