@bitbar/cloud-api-client 1.4.1 → 1.4.3
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/models/DeviceFilter.d.ts +2 -0
- package/dist/api/models/User.d.ts +0 -7
- package/dist/bitbar-cloud-api-client.js +2 -8
- 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
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { CollectionQueryParams, QueryParams } from './HTTP';
|
|
2
2
|
import { Role } from './Role';
|
|
3
|
-
export declare enum MfaStatus {
|
|
4
|
-
VERIFICATION_NEED = "VERIFICATION_NEED",
|
|
5
|
-
DISABLED = "DISABLED",
|
|
6
|
-
ENABLED = "ENABLED"
|
|
7
|
-
}
|
|
8
3
|
export declare enum UserStatus {
|
|
9
4
|
INACTIVE = "INACTIVE",
|
|
10
5
|
DISABLED = "DISABLED",
|
|
@@ -33,8 +28,6 @@ export type User = {
|
|
|
33
28
|
lastLaunchedTestTime: number;
|
|
34
29
|
lastLoginTime: number;
|
|
35
30
|
lastName: string;
|
|
36
|
-
mfaQRCodeUrl: string;
|
|
37
|
-
mfaStatus: MfaStatus;
|
|
38
31
|
organization: string;
|
|
39
32
|
phone: string;
|
|
40
33
|
registrationIP: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* @bitbar/cloud-api-client v1.4.
|
|
1
|
+
/* @bitbar/cloud-api-client v1.4.3 | 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.3";
|
|
9
9
|
|
|
10
10
|
/******************************************************************************
|
|
11
11
|
Copyright (c) Microsoft Corporation.
|
|
@@ -2268,12 +2268,6 @@
|
|
|
2268
2268
|
TestRunConfigFileAction["RUN_TEST"] = "RUN_TEST";
|
|
2269
2269
|
})(exports.TestRunConfigFileAction || (exports.TestRunConfigFileAction = {}));
|
|
2270
2270
|
|
|
2271
|
-
exports.MfaStatus = void 0;
|
|
2272
|
-
(function (MfaStatus) {
|
|
2273
|
-
MfaStatus["VERIFICATION_NEED"] = "VERIFICATION_NEED";
|
|
2274
|
-
MfaStatus["DISABLED"] = "DISABLED";
|
|
2275
|
-
MfaStatus["ENABLED"] = "ENABLED";
|
|
2276
|
-
})(exports.MfaStatus || (exports.MfaStatus = {}));
|
|
2277
2271
|
exports.UserStatus = void 0;
|
|
2278
2272
|
(function (UserStatus) {
|
|
2279
2273
|
UserStatus["INACTIVE"] = "INACTIVE";
|