@marteye/studiojs 1.1.33 → 1.1.35
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/index.d.ts +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/resources/sales.d.ts +1 -1
- package/dist/resources.d.ts +1 -1
- package/dist/studio.d.ts +1 -1
- package/package.json +1 -2
package/dist/index.d.ts
CHANGED
|
@@ -1330,10 +1330,10 @@ declare function resources(httpClient: HttpClient): {
|
|
|
1330
1330
|
}>;
|
|
1331
1331
|
update: (marketId: string, saleId: string, data: {
|
|
1332
1332
|
name?: string;
|
|
1333
|
+
startsAt?: string;
|
|
1333
1334
|
recurring?: "Weekly" | "Bi-weekly" | "Monthly" | null;
|
|
1334
1335
|
defaultProductCode?: string;
|
|
1335
1336
|
attributeDefaults?: Record<string, any>;
|
|
1336
|
-
martEyeId?: string | null;
|
|
1337
1337
|
marteyeSettings?: {
|
|
1338
1338
|
description?: string;
|
|
1339
1339
|
image?: string;
|
|
@@ -1530,10 +1530,10 @@ declare function Studio(info?: {
|
|
|
1530
1530
|
}>;
|
|
1531
1531
|
update: (marketId: string, saleId: string, data: {
|
|
1532
1532
|
name?: string;
|
|
1533
|
+
startsAt?: string;
|
|
1533
1534
|
recurring?: "Weekly" | "Bi-weekly" | "Monthly" | null;
|
|
1534
1535
|
defaultProductCode?: string;
|
|
1535
1536
|
attributeDefaults?: Record<string, any>;
|
|
1536
|
-
martEyeId?: string | null;
|
|
1537
1537
|
marteyeSettings?: {
|
|
1538
1538
|
description?: string;
|
|
1539
1539
|
image?: string;
|
package/dist/index.esm.js
CHANGED
|
@@ -5203,7 +5203,7 @@ function resources(httpClient) {
|
|
|
5203
5203
|
};
|
|
5204
5204
|
}
|
|
5205
5205
|
|
|
5206
|
-
const BaseUrl = "https://
|
|
5206
|
+
const BaseUrl = "https://app.marteyestudio.com/api";
|
|
5207
5207
|
const DefaultTimeout = 10000;
|
|
5208
5208
|
function Studio(info = {}) {
|
|
5209
5209
|
var _a, _b, _c, _d;
|