@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.
- package/dist/index.d.ts +3 -0
- 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 -0
- package/dist/resources.d.ts +1 -0
- package/dist/studio.d.ts +1 -0
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5207,7 +5207,7 @@ function resources(httpClient) {
|
|
|
5207
5207
|
};
|
|
5208
5208
|
}
|
|
5209
5209
|
|
|
5210
|
-
const BaseUrl = "https://
|
|
5210
|
+
const BaseUrl = "https://app.marteyestudio.com/api";
|
|
5211
5211
|
const DefaultTimeout = 10000;
|
|
5212
5212
|
function Studio(info = {}) {
|
|
5213
5213
|
var _a, _b, _c, _d;
|