@juhuu/sdk-ts 1.0.8 → 1.0.9
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -288,7 +288,7 @@ var SessionService = class extends Service {
|
|
288
288
|
return await super.sendRequest(
|
289
289
|
{
|
290
290
|
method: "POST",
|
291
|
-
url: "sessions",
|
291
|
+
url: "sessions/export",
|
292
292
|
body: {
|
293
293
|
propertyId: SessionExportParams.propertyId,
|
294
294
|
outputType: SessionExportParams.outputType
|
package/dist/index.mjs
CHANGED
@@ -243,7 +243,7 @@ var SessionService = class extends Service {
|
|
243
243
|
return await super.sendRequest(
|
244
244
|
{
|
245
245
|
method: "POST",
|
246
|
-
url: "sessions",
|
246
|
+
url: "sessions/export",
|
247
247
|
body: {
|
248
248
|
propertyId: SessionExportParams.propertyId,
|
249
249
|
outputType: SessionExportParams.outputType
|