@nativesquare/soma 0.18.0 → 0.18.1

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.
@@ -296,126 +296,126 @@ export type ComponentApi<Name extends string | undefined = string | undefined> =
296
296
  handleGarminWebhookActivities: FunctionReference<
297
297
  "action",
298
298
  "internal",
299
- { autoIngest?: boolean; payload: any },
299
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
300
300
  any,
301
301
  Name
302
302
  >;
303
303
  handleGarminWebhookActivityDetails: FunctionReference<
304
304
  "action",
305
305
  "internal",
306
- { autoIngest?: boolean; payload: any },
306
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
307
307
  any,
308
308
  Name
309
309
  >;
310
310
  handleGarminWebhookBloodPressures: FunctionReference<
311
311
  "action",
312
312
  "internal",
313
- { autoIngest?: boolean; payload: any },
313
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
314
314
  any,
315
315
  Name
316
316
  >;
317
317
  handleGarminWebhookBodyCompositions: FunctionReference<
318
318
  "action",
319
319
  "internal",
320
- { autoIngest?: boolean; payload: any },
320
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
321
321
  any,
322
322
  Name
323
323
  >;
324
324
  handleGarminWebhookDailies: FunctionReference<
325
325
  "action",
326
326
  "internal",
327
- { autoIngest?: boolean; payload: any },
327
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
328
328
  any,
329
329
  Name
330
330
  >;
331
331
  handleGarminWebhookDeregistration: FunctionReference<
332
332
  "action",
333
333
  "internal",
334
- { autoIngest?: boolean; payload: any },
334
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
335
335
  any,
336
336
  Name
337
337
  >;
338
338
  handleGarminWebhookEpochs: FunctionReference<
339
339
  "action",
340
340
  "internal",
341
- { autoIngest?: boolean; payload: any },
341
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
342
342
  any,
343
343
  Name
344
344
  >;
345
345
  handleGarminWebhookHealthSnapshot: FunctionReference<
346
346
  "action",
347
347
  "internal",
348
- { autoIngest?: boolean; payload: any },
348
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
349
349
  any,
350
350
  Name
351
351
  >;
352
352
  handleGarminWebhookHRVSummary: FunctionReference<
353
353
  "action",
354
354
  "internal",
355
- { autoIngest?: boolean; payload: any },
355
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
356
356
  any,
357
357
  Name
358
358
  >;
359
359
  handleGarminWebhookManuallyUpdatedActivities: FunctionReference<
360
360
  "action",
361
361
  "internal",
362
- { autoIngest?: boolean; payload: any },
362
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
363
363
  any,
364
364
  Name
365
365
  >;
366
366
  handleGarminWebhookMenstrualCycleTracking: FunctionReference<
367
367
  "action",
368
368
  "internal",
369
- { autoIngest?: boolean; payload: any },
369
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
370
370
  any,
371
371
  Name
372
372
  >;
373
373
  handleGarminWebhookMoveIQ: FunctionReference<
374
374
  "action",
375
375
  "internal",
376
- { autoIngest?: boolean; payload: any },
376
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
377
377
  any,
378
378
  Name
379
379
  >;
380
380
  handleGarminWebhookPulseOx: FunctionReference<
381
381
  "action",
382
382
  "internal",
383
- { autoIngest?: boolean; payload: any },
383
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
384
384
  any,
385
385
  Name
386
386
  >;
387
387
  handleGarminWebhookRespiration: FunctionReference<
388
388
  "action",
389
389
  "internal",
390
- { autoIngest?: boolean; payload: any },
390
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
391
391
  any,
392
392
  Name
393
393
  >;
394
394
  handleGarminWebhookSkinTemp: FunctionReference<
395
395
  "action",
396
396
  "internal",
397
- { autoIngest?: boolean; payload: any },
397
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
398
398
  any,
399
399
  Name
400
400
  >;
401
401
  handleGarminWebhookSleeps: FunctionReference<
402
402
  "action",
403
403
  "internal",
404
- { autoIngest?: boolean; payload: any },
404
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
405
405
  any,
406
406
  Name
407
407
  >;
408
408
  handleGarminWebhookStress: FunctionReference<
409
409
  "action",
410
410
  "internal",
411
- { autoIngest?: boolean; payload: any },
411
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
412
412
  any,
413
413
  Name
414
414
  >;
415
415
  handleGarminWebhookUserMetrics: FunctionReference<
416
416
  "action",
417
417
  "internal",
418
- { autoIngest?: boolean; payload: any },
418
+ { autoIngest?: boolean; payload: any; rawPassthrough?: boolean },
419
419
  any,
420
420
  Name
421
421
  >;