@bitbar/cloud-api-client 1.0.10 → 1.0.11

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.
@@ -8,5 +8,6 @@ export declare class APIResourceUserSession extends APIResource {
8
8
  logout(): APIResource<any, import("./models/HTTP").QueryParams, import("./models/HTTP").QueryParams>;
9
9
  sso(name: string): APIResource<any, import("./models/HTTP").QueryParams, import("./models/HTTP").QueryParams>;
10
10
  portalLogin(): APIResource<any, import("./models/HTTP").QueryParams, import("./models/HTTP").QueryParams>;
11
+ sbidCallbackUrl(): string;
11
12
  }
12
13
  export default APIResourceUserSession;
@@ -1,4 +1,4 @@
1
- /* @bitbar/cloud-api-client v1.0.10 | Copyright 2022 (c) SmartBear Software and contributors | .git/blob/master/LICENSE */
1
+ /* @bitbar/cloud-api-client v1.0.11 | 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.10";
13
+ var version = "1.0.11";
14
14
 
15
15
  /******************************************************************************
16
16
  Copyright (c) Microsoft Corporation.
@@ -1782,6 +1782,9 @@
1782
1782
  portalLogin() {
1783
1783
  return new APIResource(this).push('portal-login').post();
1784
1784
  }
1785
+ sbidCallbackUrl() {
1786
+ return new APIResource(this).push('sbid', 'callback').toUrl(true);
1787
+ }
1785
1788
  }
1786
1789
 
1787
1790
  if (globalThis.isNodeJs) {