@marteye/studiojs 1.1.32 → 1.1.34

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.
@@ -67,6 +67,7 @@ export default function create(httpClient: HttpClient): {
67
67
  pin?: boolean;
68
68
  cascade?: boolean;
69
69
  reportEmail?: string;
70
+ queueLots?: boolean;
70
71
  } | null;
71
72
  }) => Promise<Sale>;
72
73
  };
@@ -67,6 +67,7 @@ export default function resources(httpClient: HttpClient): {
67
67
  pin?: boolean;
68
68
  cascade?: boolean;
69
69
  reportEmail?: string;
70
+ queueLots?: boolean;
70
71
  } | null;
71
72
  }) => Promise<import("./types").Sale>;
72
73
  };
package/dist/studio.d.ts CHANGED
@@ -76,6 +76,7 @@ export declare function Studio(info?: {
76
76
  pin?: boolean;
77
77
  cascade?: boolean;
78
78
  reportEmail?: string;
79
+ queueLots?: boolean;
79
80
  } | null;
80
81
  }) => Promise<import("./types").Sale>;
81
82
  };
package/dist/types.d.ts CHANGED
@@ -208,6 +208,7 @@ export interface MartEyeLiveSaleSettings {
208
208
  hideReplay?: boolean;
209
209
  labels?: string[];
210
210
  tags?: string[];
211
+ queueLots?: boolean;
211
212
  }
212
213
  export interface MartEyeTimedSaleSettings {
213
214
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marteye/studiojs",
3
- "version": "1.1.32",
3
+ "version": "1.1.34",
4
4
  "description": "MartEye Studio JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "type": "module",