@bitbar/cloud-api-client 1.5.15 → 1.5.17

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.
@@ -2,7 +2,7 @@ import { API } from '../API';
2
2
  import { APIEntity } from './APIEntity';
3
3
  import { APIList } from './APIList';
4
4
  import { UserFile } from './models/UserFile';
5
- import { FilesQueryParams } from './class';
5
+ import { FilesQueryParams } from './class/FilesQueryParams';
6
6
  export declare class APIListOutputFiles extends APIList<UserFile, FilesQueryParams> {
7
7
  constructor(parent: APIEntity | API);
8
8
  performance(): this;
@@ -1,11 +1,11 @@
1
- /* @bitbar/cloud-api-client v1.5.15 | Copyright 2025 (c) SmartBear Software and contributors | .git/blob/master/LICENSE */
1
+ /* @bitbar/cloud-api-client v1.5.17 | 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.5.15";
8
+ var version = "1.5.17";
9
9
 
10
10
  /******************************************************************************
11
11
  Copyright (c) Microsoft Corporation.
@@ -304,7 +304,8 @@
304
304
  }
305
305
  paramsSerializer(params) {
306
306
  return qs.stringify(params, {
307
- arrayFormat: 'brackets'
307
+ arrayFormat: 'brackets',
308
+ allowEmptyArrays: true
308
309
  });
309
310
  }
310
311
  }