@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.
- package/dist/cjs/api/api.js +1 -1
- package/dist/esm/api/api.js +1 -1
- package/dist/types/api/api.d.ts +9 -1
- package/dist/umd/index.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/api/api.js
CHANGED
package/dist/esm/api/api.js
CHANGED
package/dist/types/api/api.d.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
18682
|
+
* @version 0.0.15
|
|
18683
18683
|
* @baseUrl https://api.app.veritaswinestorage.com
|
|
18684
18684
|
* @contact
|
|
18685
18685
|
*/
|