@onlive.ai/flow-client 0.1.35 → 0.1.37

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.
@@ -242,7 +242,7 @@ var import_zod2 = require("zod");
242
242
  var DEFAULT_CLIENT_OPTIONS = {
243
243
  tracking: {
244
244
  removeExtraneousValues: true,
245
- apiUrl: "https://srvless.onlive.ai/tracking",
245
+ apiUrl: "https://srvless.onlive.site/tracking",
246
246
  data: {
247
247
  widget_type: "OnliveAppFlow"
248
248
  }
@@ -1,6 +1,6 @@
1
- import '@onlive.ai/tracker';
2
1
  import TrackingService from '../tracking/tracking.service.cjs';
3
2
  import { ClientOptions, GetStepOptions, FlowContext, GetStepTrigger } from './client.types.cjs';
3
+ import '@onlive.ai/tracker';
4
4
  import '../tracking/tracking.types.cjs';
5
5
  import 'zod';
6
6
 
@@ -1,6 +1,6 @@
1
- import '@onlive.ai/tracker';
2
1
  import TrackingService from '../tracking/tracking.service.js';
3
2
  import { ClientOptions, GetStepOptions, FlowContext, GetStepTrigger } from './client.types.js';
3
+ import '@onlive.ai/tracker';
4
4
  import '../tracking/tracking.types.js';
5
5
  import 'zod';
6
6
 
@@ -219,7 +219,7 @@ import { z as z2 } from "zod";
219
219
  var DEFAULT_CLIENT_OPTIONS = {
220
220
  tracking: {
221
221
  removeExtraneousValues: true,
222
- apiUrl: "https://srvless.onlive.ai/tracking",
222
+ apiUrl: "https://srvless.onlive.site/tracking",
223
223
  data: {
224
224
  widget_type: "OnliveAppFlow"
225
225
  }
@@ -224,7 +224,7 @@ var import_zod2 = require("zod");
224
224
  var DEFAULT_CLIENT_OPTIONS = {
225
225
  tracking: {
226
226
  removeExtraneousValues: true,
227
- apiUrl: "https://srvless.onlive.ai/tracking",
227
+ apiUrl: "https://srvless.onlive.site/tracking",
228
228
  data: {
229
229
  widget_type: "OnliveAppFlow"
230
230
  }
@@ -223,7 +223,7 @@ import { z as z2 } from "zod";
223
223
  var DEFAULT_CLIENT_OPTIONS = {
224
224
  tracking: {
225
225
  removeExtraneousValues: true,
226
- apiUrl: "https://srvless.onlive.ai/tracking",
226
+ apiUrl: "https://srvless.onlive.site/tracking",
227
227
  data: {
228
228
  widget_type: "OnliveAppFlow"
229
229
  }
@@ -60,7 +60,7 @@ var TrackingOptionsSchema = import_zod.z.object({
60
60
  var DEFAULT_CLIENT_OPTIONS = {
61
61
  tracking: {
62
62
  removeExtraneousValues: true,
63
- apiUrl: "https://srvless.onlive.ai/tracking",
63
+ apiUrl: "https://srvless.onlive.site/tracking",
64
64
  data: {
65
65
  widget_type: "OnliveAppFlow"
66
66
  }
@@ -22,7 +22,7 @@ var TrackingOptionsSchema = z.object({
22
22
  var DEFAULT_CLIENT_OPTIONS = {
23
23
  tracking: {
24
24
  removeExtraneousValues: true,
25
- apiUrl: "https://srvless.onlive.ai/tracking",
25
+ apiUrl: "https://srvless.onlive.site/tracking",
26
26
  data: {
27
27
  widget_type: "OnliveAppFlow"
28
28
  }
package/index.cjs CHANGED
@@ -261,7 +261,7 @@ var import_zod2 = require("zod");
261
261
  var DEFAULT_CLIENT_OPTIONS = {
262
262
  tracking: {
263
263
  removeExtraneousValues: true,
264
- apiUrl: "https://srvless.onlive.ai/tracking",
264
+ apiUrl: "https://srvless.onlive.site/tracking",
265
265
  data: {
266
266
  widget_type: "OnliveAppFlow"
267
267
  }