@thelllabs/winehaus-sdk 0.0.41 → 0.0.42

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.
@@ -354,7 +354,7 @@ var HttpClient = /** @class */ (function () {
354
354
  exports.HttpClient = HttpClient;
355
355
  /**
356
356
  * @title winehaus-api
357
- * @version 0.0.14
357
+ * @version 0.0.15
358
358
  * @baseUrl https://api.app.veritaswinestorage.com
359
359
  * @contact
360
360
  */
@@ -348,7 +348,7 @@ var HttpClient = /** @class */ (function () {
348
348
  export { HttpClient };
349
349
  /**
350
350
  * @title winehaus-api
351
- * @version 0.0.14
351
+ * @version 0.0.15
352
352
  * @baseUrl https://api.app.veritaswinestorage.com
353
353
  * @contact
354
354
  */
@@ -2528,6 +2528,8 @@ export declare namespace Tenants {
2528
2528
  */
2529
2529
  limit?: number;
2530
2530
  /** @min 1 */
2531
+ minCurrentItems?: number;
2532
+ /** @min 1 */
2531
2533
  minRemainingItems?: number;
2532
2534
  orderBy?: OrderByEnum;
2533
2535
  /**
@@ -3984,6 +3986,8 @@ export declare namespace Admin {
3984
3986
  */
3985
3987
  limit?: number;
3986
3988
  /** @min 1 */
3989
+ minCurrentItems?: number;
3990
+ /** @min 1 */
3987
3991
  minRemainingItems?: number;
3988
3992
  orderBy?: OrderByEnum;
3989
3993
  /**
@@ -5166,7 +5170,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
5166
5170
  }
5167
5171
  /**
5168
5172
  * @title winehaus-api
5169
- * @version 0.0.14
5173
+ * @version 0.0.15
5170
5174
  * @baseUrl https://api.app.veritaswinestorage.com
5171
5175
  * @contact
5172
5176
  */
@@ -5559,6 +5563,8 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5559
5563
  */
5560
5564
  limit?: number | undefined;
5561
5565
  /** @min 1 */
5566
+ minCurrentItems?: number | undefined;
5567
+ /** @min 1 */
5562
5568
  minRemainingItems?: number | undefined;
5563
5569
  orderBy?: OrderByEnum | undefined;
5564
5570
  /**
@@ -6505,6 +6511,8 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6505
6511
  */
6506
6512
  limit?: number | undefined;
6507
6513
  /** @min 1 */
6514
+ minCurrentItems?: number | undefined;
6515
+ /** @min 1 */
6508
6516
  minRemainingItems?: number | undefined;
6509
6517
  orderBy?: OrderByEnum | undefined;
6510
6518
  /**
package/dist/umd/index.ts CHANGED
@@ -18679,7 +18679,7 @@ var HttpClient = /** @class */ (function () {
18679
18679
  exports.HttpClient = HttpClient;
18680
18680
  /**
18681
18681
  * @title winehaus-api
18682
- * @version 0.0.14
18682
+ * @version 0.0.15
18683
18683
  * @baseUrl https://api.app.veritaswinestorage.com
18684
18684
  * @contact
18685
18685
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thelllabs/winehaus-sdk",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "Winehaus SDK",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",