@tryvital/vital-node 3.1.501 → 3.1.503
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/api/resources/activity/client/Client.d.ts +6 -10
- package/api/resources/activity/client/Client.js +6 -10
- package/api/resources/activity/client/requests/GetActivityRequest.d.ts +23 -0
- package/api/resources/activity/client/requests/GetRawActivityRequest.d.ts +23 -0
- package/api/resources/activity/client/requests/index.d.ts +2 -2
- package/api/resources/aggregate/client/Client.d.ts +6 -8
- package/api/resources/aggregate/client/Client.js +8 -10
- package/api/resources/aggregate/client/requests/GetResultTableForContinuousQueryAggregateRequest.d.ts +9 -0
- package/api/resources/aggregate/client/requests/GetTaskHistoryForContinuousQueryAggregateRequest.d.ts +11 -0
- package/api/resources/aggregate/client/requests/QueryBatch.d.ts +1 -1
- package/api/resources/aggregate/client/requests/index.d.ts +2 -1
- package/api/resources/body/client/Client.d.ts +6 -10
- package/api/resources/body/client/Client.js +6 -10
- package/api/resources/body/client/requests/GetBodyRequest.d.ts +23 -0
- package/api/resources/body/client/requests/GetRawBodyRequest.d.ts +23 -0
- package/api/resources/body/client/requests/index.d.ts +2 -2
- package/api/resources/devices/client/Client.d.ts +3 -5
- package/api/resources/devices/client/Client.js +3 -5
- package/api/resources/devices/client/requests/GetRawDevicesRequest.d.ts +13 -0
- package/api/resources/devices/client/requests/index.d.ts +1 -1
- package/api/resources/electrocardiogram/client/Client.d.ts +3 -5
- package/api/resources/electrocardiogram/client/Client.js +3 -5
- package/api/resources/electrocardiogram/client/requests/GetElectrocardiogramRequest.d.ts +17 -0
- package/api/resources/electrocardiogram/client/requests/index.d.ts +1 -1
- package/api/resources/index.d.ts +2 -1
- package/api/resources/index.js +3 -2
- package/api/resources/insurance/client/Client.d.ts +5 -9
- package/api/resources/insurance/client/Client.js +6 -10
- package/api/resources/insurance/client/requests/SearchDiagnosisInsuranceRequest.d.ts +12 -0
- package/api/resources/insurance/client/requests/SearchGetPayorInfoInsuranceRequest.d.ts +13 -0
- package/api/resources/insurance/client/requests/index.d.ts +2 -2
- package/api/resources/introspect/client/Client.d.ts +6 -18
- package/api/resources/introspect/client/Client.js +7 -19
- package/api/resources/introspect/client/requests/GetUserHistoricalPullsIntrospectRequest.d.ts +21 -0
- package/api/resources/introspect/client/requests/GetUserResourcesIntrospectRequest.d.ts +21 -0
- package/api/resources/introspect/client/requests/index.d.ts +2 -2
- package/api/resources/introspect/index.d.ts +1 -0
- package/api/resources/introspect/index.js +1 -0
- package/api/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.d.ts +5 -0
- package/api/resources/introspect/types/index.d.ts +1 -0
- package/api/resources/introspect/types/index.js +17 -0
- package/api/resources/labReport/client/Client.d.ts +2 -1
- package/api/resources/labReport/client/Client.js +4 -3
- package/api/resources/labReport/client/requests/ParserGetJobLabReportRequest.d.ts +9 -0
- package/api/resources/labReport/client/requests/index.d.ts +1 -0
- package/api/resources/labTests/client/Client.d.ts +81 -130
- package/api/resources/labTests/client/Client.js +117 -231
- package/api/resources/labTests/client/requests/BookPhlebotomyAppointmentLabTestsRequest.d.ts +15 -0
- package/api/resources/labTests/client/requests/BookPscAppointmentLabTestsRequest.d.ts +15 -0
- package/api/resources/labTests/client/requests/CancelOrderLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -3
- package/api/resources/labTests/client/requests/GetAreaInfoLabTestsRequest.d.ts +32 -0
- package/api/resources/labTests/client/requests/GetByIdLabTestsRequest.d.ts +13 -0
- package/api/resources/labTests/client/requests/GetLabTestCollectionInstructionPdfLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/GetLabTestsRequest.d.ts +40 -0
- package/api/resources/labTests/client/requests/GetLabelsPdfLabTestsRequest.d.ts +19 -0
- package/api/resources/labTests/client/requests/GetMarkersByLabAndProviderIdLabTestsRequest.d.ts +13 -0
- package/api/resources/labTests/client/requests/GetMarkersForLabTestLabTestsRequest.d.ts +15 -0
- package/api/resources/labTests/client/requests/GetMarkersForOrderSetLabTestsRequest.d.ts +15 -0
- package/api/resources/labTests/client/requests/GetMarkersLabTestsRequest.d.ts +24 -0
- package/api/resources/labTests/client/requests/GetOrderAbnPdfLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/GetOrderCollectionInstructionPdfLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/GetOrderLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/GetOrderPscInfoLabTestsRequest.d.ts +18 -0
- package/api/resources/labTests/client/requests/GetOrderRequistionPdfLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/GetOrdersLabTestsRequest.d.ts +76 -0
- package/api/resources/labTests/client/requests/GetPaginatedLabTestsRequest.d.ts +42 -0
- package/api/resources/labTests/client/requests/GetPhlebotomyAppointmentAvailabilityLabTestsRequest.d.ts +25 -0
- package/api/resources/labTests/client/requests/GetPhlebotomyAppointmentLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/GetPscAppointmentAvailabilityLabTestsRequest.d.ts +32 -0
- package/api/resources/labTests/client/requests/GetPscAppointmentLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/GetPscInfoLabTestsRequest.d.ts +33 -0
- package/api/resources/labTests/client/requests/GetResultMetadataLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/GetResultPdfLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/GetResultRawLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/ImportOrderBody.d.ts +1 -1
- package/api/resources/labTests/client/requests/ReschedulePhlebotomyAppointmentLabTestsRequest.d.ts +15 -0
- package/api/resources/labTests/client/requests/ReschedulePscAppointmentLabTestsRequest.d.ts +15 -0
- package/api/resources/labTests/client/requests/SimulateOrderProcessLabTestsRequest.d.ts +15 -0
- package/api/resources/labTests/client/requests/UpdateOnSiteCollectionOrderDrawCompletedLabTestsRequest.d.ts +9 -0
- package/api/resources/labTests/client/requests/index.d.ts +31 -15
- package/api/resources/labTests/types/GetLabTestsRequestOrderDirection.d.ts +8 -0
- package/api/resources/labTests/types/GetLabTestsRequestOrderDirection.js +10 -0
- package/api/resources/labTests/types/GetLabTestsRequestOrderKey.d.ts +9 -0
- package/api/resources/labTests/types/GetLabTestsRequestOrderKey.js +11 -0
- package/api/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.d.ts +8 -0
- package/api/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.js +10 -0
- package/api/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.d.ts +9 -0
- package/api/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.js +11 -0
- package/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.d.ts +8 -0
- package/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.js +10 -0
- package/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.d.ts +9 -0
- package/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.js +11 -0
- package/api/resources/labTests/types/index.d.ts +6 -6
- package/api/resources/labTests/types/index.js +6 -6
- package/api/resources/link/client/Client.d.ts +15 -35
- package/api/resources/link/client/Client.js +29 -49
- package/api/resources/link/client/requests/BulkExportConnectionsBody.d.ts +1 -2
- package/api/resources/link/client/requests/BulkImportConnectionsBody.d.ts +1 -2
- package/api/resources/link/client/requests/BulkPauseConnectionsBody.d.ts +1 -2
- package/api/resources/link/client/requests/BulkTriggerHistoricalPullBody.d.ts +1 -2
- package/api/resources/link/client/requests/CodeCreateLinkRequest.d.ts +16 -0
- package/api/resources/link/client/requests/CompletePasswordProviderMfaBody.d.ts +0 -1
- package/api/resources/link/client/requests/EmailAuthLink.d.ts +0 -1
- package/api/resources/link/client/requests/EmailProviderAuthLink.d.ts +0 -1
- package/api/resources/link/client/requests/GenerateOauthLinkLinkRequest.d.ts +10 -0
- package/api/resources/link/client/requests/GetAllProvidersLinkRequest.d.ts +10 -0
- package/api/resources/link/client/requests/IndividualProviderData.d.ts +0 -1
- package/api/resources/link/client/requests/ListBulkOpsLinkRequest.d.ts +13 -0
- package/api/resources/link/client/requests/PasswordAuthLink.d.ts +0 -1
- package/api/resources/link/client/requests/TokenStateLinkRequest.d.ts +10 -0
- package/api/resources/link/client/requests/index.d.ts +5 -5
- package/api/resources/link/types/BulkExportLinkRequestTeamId.d.ts +7 -0
- package/api/resources/link/types/BulkExportLinkRequestTeamId.js +9 -0
- package/api/resources/link/types/BulkImportLinkRequestTeamId.d.ts +7 -0
- package/api/resources/link/types/BulkImportLinkRequestTeamId.js +9 -0
- package/api/resources/link/types/BulkPauseLinkRequestTeamId.d.ts +7 -0
- package/api/resources/link/types/BulkPauseLinkRequestTeamId.js +9 -0
- package/api/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.d.ts +7 -0
- package/api/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.js +9 -0
- package/api/resources/link/types/ListBulkOpsLinkRequestTeamId.d.ts +7 -0
- package/api/resources/link/types/ListBulkOpsLinkRequestTeamId.js +9 -0
- package/api/resources/link/types/index.d.ts +5 -5
- package/api/resources/link/types/index.js +5 -5
- package/api/resources/meal/client/Client.d.ts +3 -5
- package/api/resources/meal/client/Client.js +3 -5
- package/api/resources/meal/client/requests/GetMealRequest.d.ts +23 -0
- package/api/resources/meal/client/requests/index.d.ts +1 -1
- package/api/resources/menstrualCycle/client/Client.d.ts +3 -5
- package/api/resources/menstrualCycle/client/Client.js +3 -5
- package/api/resources/menstrualCycle/client/requests/GetMenstrualCycleRequest.d.ts +17 -0
- package/api/resources/menstrualCycle/client/requests/index.d.ts +1 -1
- package/api/resources/order/client/Client.js +1 -1
- package/api/resources/payor/client/Client.js +1 -1
- package/api/resources/profile/client/Client.d.ts +6 -10
- package/api/resources/profile/client/Client.js +6 -10
- package/api/resources/profile/client/requests/GetProfileRequest.d.ts +13 -0
- package/api/resources/profile/client/requests/GetRawProfileRequest.d.ts +13 -0
- package/api/resources/profile/client/requests/index.d.ts +2 -2
- package/api/resources/providers/client/Client.d.ts +3 -5
- package/api/resources/providers/client/Client.js +3 -5
- package/api/resources/providers/client/requests/GetAllProvidersRequest.d.ts +10 -0
- package/api/resources/providers/client/requests/index.d.ts +1 -1
- package/api/resources/sleep/client/Client.d.ts +8 -11
- package/api/resources/sleep/client/Client.js +9 -12
- package/api/resources/sleep/client/requests/GetRawSleepRequest.d.ts +23 -0
- package/api/resources/sleep/client/requests/GetSleepRequest.d.ts +23 -0
- package/api/resources/sleep/client/requests/GetStreamBySleepIdSleepRequest.d.ts +9 -0
- package/api/resources/sleep/client/requests/index.d.ts +3 -2
- package/api/resources/sleepCycle/client/Client.d.ts +3 -5
- package/api/resources/sleepCycle/client/Client.js +3 -5
- package/api/resources/sleepCycle/client/requests/GetSleepCycleRequest.d.ts +17 -0
- package/api/resources/sleepCycle/client/requests/index.d.ts +1 -1
- package/api/resources/team/client/Client.d.ts +13 -17
- package/api/resources/team/client/Client.js +17 -21
- package/api/resources/team/client/requests/GetLinkConfigTeamRequest.d.ts +10 -0
- package/api/resources/team/client/requests/GetPhysiciansTeamRequest.d.ts +9 -0
- package/api/resources/team/client/requests/GetSourcePrioritiesTeamRequest.d.ts +11 -0
- package/api/resources/team/client/requests/GetTeamRequest.d.ts +9 -0
- package/api/resources/team/client/requests/GetUserByIdTeamRequest.d.ts +10 -0
- package/api/resources/team/client/requests/index.d.ts +5 -3
- package/api/resources/testkit/client/Client.d.ts +1 -1
- package/api/resources/testkit/client/Client.js +3 -3
- package/api/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +1 -1
- package/api/resources/user/client/Client.d.ts +31 -29
- package/api/resources/user/client/Client.js +47 -45
- package/api/resources/user/client/requests/CreateInsuranceRequest.d.ts +1 -1
- package/api/resources/user/client/requests/DeleteUserRequest.d.ts +9 -0
- package/api/resources/user/client/requests/DeregisterProviderUserRequest.d.ts +9 -0
- package/api/resources/user/client/requests/GetAllUserRequest.d.ts +11 -0
- package/api/resources/user/client/requests/GetByClientUserIdUserRequest.d.ts +9 -0
- package/api/resources/user/client/requests/GetConnectedProvidersUserRequest.d.ts +9 -0
- package/api/resources/user/client/requests/GetDeviceUserRequest.d.ts +9 -0
- package/api/resources/user/client/requests/GetDevicesUserRequest.d.ts +9 -0
- package/api/resources/user/client/requests/GetLatestInsuranceUserRequest.d.ts +9 -0
- package/api/resources/user/client/requests/GetLatestUserInfoUserRequest.d.ts +9 -0
- package/api/resources/user/client/requests/GetUserRequest.d.ts +9 -0
- package/api/resources/user/client/requests/GetUserSignInTokenUserRequest.d.ts +9 -0
- package/api/resources/user/client/requests/RefreshUserRequest.d.ts +10 -0
- package/api/resources/user/client/requests/UndoDeleteUserRequest.d.ts +17 -0
- package/api/resources/user/client/requests/UserInfoCreateRequest.d.ts +1 -1
- package/api/resources/user/client/requests/index.d.ts +13 -3
- package/api/resources/vitals/client/Client.d.ts +234 -492
- package/api/resources/vitals/client/Client.js +234 -492
- package/api/resources/vitals/client/requests/AfibBurdenGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/BasalBodyTemperatureGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/BloodOxygenGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/BloodOxygenVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/BloodPressureGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/BloodPressureVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/BodyFatGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/BodyFatVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/BodyMassIndexGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/BodyTemperatureDeltaGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/BodyTemperatureGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/BodyWeightGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/BodyWeightVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/CaffeineGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/CaffeineVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/CaloriesActiveGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/CaloriesActiveVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/CaloriesBasalGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/CaloriesBasalVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/CarbohydratesGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/CholesterolGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/CholesterolHdlVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/CholesterolLdlVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/CholesterolTotalVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/CholesterolTriglyceridesVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/CholesterolVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/DaylightExposureGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/DistanceGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/DistanceVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/ElectrocardiogramVoltageGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/ElectrocardiogramVoltageVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/FallGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/FloorsClimbedGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/FloorsClimbedVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/ForcedExpiratoryVolume1GroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/ForcedVitalCapacityGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/GlucoseGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/GlucoseVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/HandwashingGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/HeartRateAlertGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/HeartRateRecoveryOneMinuteGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/HeartrateGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/HeartrateVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/HrvGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/HrvVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/HypnogramGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/HypnogramVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/IgeGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/IgeVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/IggGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/IggVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/InhalerUsageGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/InsulinInjectionGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/LeanBodyMassGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/MindfulnessMinutesGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/MindfulnessMinutesVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/NoteGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/PeakExpiratoryFlowRateGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/RespiratoryRateGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/RespiratoryRateVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/SleepApneaAlertGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/SleepBreathingDisturbanceGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/StandDurationGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/StandHourGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/StepsGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/StepsVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/StressLevelGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/StressLevelVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/UvExposureGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/Vo2MaxGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/Vo2MaxVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/WaistCircumferenceGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/WaterGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/WaterVitalsRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/WheelchairPushGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/WorkoutDistanceGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/WorkoutDurationGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/WorkoutSwimmingStrokeGroupedVitalsRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/index.d.ts +78 -78
- package/api/resources/workouts/client/Client.d.ts +8 -11
- package/api/resources/workouts/client/Client.js +9 -12
- package/api/resources/workouts/client/requests/GetByWorkoutIdWorkoutsRequest.d.ts +9 -0
- package/api/resources/workouts/client/requests/GetRawWorkoutsRequest.d.ts +23 -0
- package/api/resources/workouts/client/requests/GetWorkoutsRequest.d.ts +23 -0
- package/api/resources/workouts/client/requests/index.d.ts +3 -2
- package/api/types/ClientFacingLabTest.d.ts +1 -1
- package/api/types/ContinuousQueryTaskStatus.d.ts +1 -1
- package/api/types/LoincMatch.d.ts +2 -2
- package/api/types/ResultType.d.ts +2 -1
- package/api/types/ResultType.js +1 -0
- package/dist/api/resources/activity/client/Client.d.ts +6 -10
- package/dist/api/resources/activity/client/Client.js +6 -10
- package/dist/api/resources/activity/client/requests/GetActivityRequest.d.ts +23 -0
- package/dist/api/resources/activity/client/requests/GetRawActivityRequest.d.ts +23 -0
- package/dist/api/resources/activity/client/requests/index.d.ts +2 -2
- package/dist/api/resources/aggregate/client/Client.d.ts +6 -8
- package/dist/api/resources/aggregate/client/Client.js +8 -10
- package/dist/api/resources/aggregate/client/requests/GetResultTableForContinuousQueryAggregateRequest.d.ts +9 -0
- package/dist/api/resources/aggregate/client/requests/GetTaskHistoryForContinuousQueryAggregateRequest.d.ts +11 -0
- package/dist/api/resources/aggregate/client/requests/QueryBatch.d.ts +1 -1
- package/dist/api/resources/aggregate/client/requests/index.d.ts +2 -1
- package/dist/api/resources/body/client/Client.d.ts +6 -10
- package/dist/api/resources/body/client/Client.js +6 -10
- package/dist/api/resources/body/client/requests/GetBodyRequest.d.ts +23 -0
- package/dist/api/resources/body/client/requests/GetRawBodyRequest.d.ts +23 -0
- package/dist/api/resources/body/client/requests/index.d.ts +2 -2
- package/dist/api/resources/devices/client/Client.d.ts +3 -5
- package/dist/api/resources/devices/client/Client.js +3 -5
- package/dist/api/resources/devices/client/requests/GetRawDevicesRequest.d.ts +13 -0
- package/dist/api/resources/devices/client/requests/index.d.ts +1 -1
- package/dist/api/resources/electrocardiogram/client/Client.d.ts +3 -5
- package/dist/api/resources/electrocardiogram/client/Client.js +3 -5
- package/dist/api/resources/electrocardiogram/client/requests/GetElectrocardiogramRequest.d.ts +17 -0
- package/dist/api/resources/electrocardiogram/client/requests/index.d.ts +1 -1
- package/dist/api/resources/index.d.ts +2 -1
- package/dist/api/resources/index.js +3 -2
- package/dist/api/resources/insurance/client/Client.d.ts +5 -9
- package/dist/api/resources/insurance/client/Client.js +6 -10
- package/dist/api/resources/insurance/client/requests/SearchDiagnosisInsuranceRequest.d.ts +12 -0
- package/dist/api/resources/insurance/client/requests/SearchGetPayorInfoInsuranceRequest.d.ts +13 -0
- package/dist/api/resources/insurance/client/requests/index.d.ts +2 -2
- package/dist/api/resources/introspect/client/Client.d.ts +6 -18
- package/dist/api/resources/introspect/client/Client.js +7 -19
- package/dist/api/resources/introspect/client/requests/GetUserHistoricalPullsIntrospectRequest.d.ts +21 -0
- package/dist/api/resources/introspect/client/requests/GetUserResourcesIntrospectRequest.d.ts +21 -0
- package/dist/api/resources/introspect/client/requests/index.d.ts +2 -2
- package/dist/api/resources/introspect/index.d.ts +1 -0
- package/dist/api/resources/introspect/index.js +1 -0
- package/dist/api/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.d.ts +5 -0
- package/dist/api/resources/introspect/types/index.d.ts +1 -0
- package/dist/api/resources/introspect/types/index.js +17 -0
- package/dist/api/resources/labReport/client/Client.d.ts +2 -1
- package/dist/api/resources/labReport/client/Client.js +4 -3
- package/dist/api/resources/labReport/client/requests/ParserGetJobLabReportRequest.d.ts +9 -0
- package/dist/api/resources/labReport/client/requests/index.d.ts +1 -0
- package/dist/api/resources/labTests/client/Client.d.ts +81 -130
- package/dist/api/resources/labTests/client/Client.js +117 -231
- package/dist/api/resources/labTests/client/requests/BookPhlebotomyAppointmentLabTestsRequest.d.ts +15 -0
- package/dist/api/resources/labTests/client/requests/BookPscAppointmentLabTestsRequest.d.ts +15 -0
- package/dist/api/resources/labTests/client/requests/CancelOrderLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -3
- package/dist/api/resources/labTests/client/requests/GetAreaInfoLabTestsRequest.d.ts +32 -0
- package/dist/api/resources/labTests/client/requests/GetByIdLabTestsRequest.d.ts +13 -0
- package/dist/api/resources/labTests/client/requests/GetLabTestCollectionInstructionPdfLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/GetLabTestsRequest.d.ts +40 -0
- package/dist/api/resources/labTests/client/requests/GetLabelsPdfLabTestsRequest.d.ts +19 -0
- package/dist/api/resources/labTests/client/requests/GetMarkersByLabAndProviderIdLabTestsRequest.d.ts +13 -0
- package/dist/api/resources/labTests/client/requests/GetMarkersForLabTestLabTestsRequest.d.ts +15 -0
- package/dist/api/resources/labTests/client/requests/GetMarkersForOrderSetLabTestsRequest.d.ts +15 -0
- package/dist/api/resources/labTests/client/requests/GetMarkersLabTestsRequest.d.ts +24 -0
- package/dist/api/resources/labTests/client/requests/GetOrderAbnPdfLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/GetOrderCollectionInstructionPdfLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/GetOrderLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/GetOrderPscInfoLabTestsRequest.d.ts +18 -0
- package/dist/api/resources/labTests/client/requests/GetOrderRequistionPdfLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/GetOrdersLabTestsRequest.d.ts +76 -0
- package/dist/api/resources/labTests/client/requests/GetPaginatedLabTestsRequest.d.ts +42 -0
- package/dist/api/resources/labTests/client/requests/GetPhlebotomyAppointmentAvailabilityLabTestsRequest.d.ts +25 -0
- package/dist/api/resources/labTests/client/requests/GetPhlebotomyAppointmentLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/GetPscAppointmentAvailabilityLabTestsRequest.d.ts +32 -0
- package/dist/api/resources/labTests/client/requests/GetPscAppointmentLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/GetPscInfoLabTestsRequest.d.ts +33 -0
- package/dist/api/resources/labTests/client/requests/GetResultMetadataLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/GetResultPdfLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/GetResultRawLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/ImportOrderBody.d.ts +1 -1
- package/dist/api/resources/labTests/client/requests/ReschedulePhlebotomyAppointmentLabTestsRequest.d.ts +15 -0
- package/dist/api/resources/labTests/client/requests/ReschedulePscAppointmentLabTestsRequest.d.ts +15 -0
- package/dist/api/resources/labTests/client/requests/SimulateOrderProcessLabTestsRequest.d.ts +15 -0
- package/dist/api/resources/labTests/client/requests/UpdateOnSiteCollectionOrderDrawCompletedLabTestsRequest.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/index.d.ts +31 -15
- package/dist/api/resources/labTests/types/GetLabTestsRequestOrderDirection.d.ts +8 -0
- package/dist/api/resources/labTests/types/GetLabTestsRequestOrderDirection.js +10 -0
- package/dist/api/resources/labTests/types/GetLabTestsRequestOrderKey.d.ts +9 -0
- package/dist/api/resources/labTests/types/GetLabTestsRequestOrderKey.js +11 -0
- package/dist/api/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.d.ts +8 -0
- package/dist/api/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.js +10 -0
- package/dist/api/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.d.ts +9 -0
- package/dist/api/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.js +11 -0
- package/dist/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.d.ts +8 -0
- package/dist/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.js +10 -0
- package/dist/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.d.ts +9 -0
- package/dist/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.js +11 -0
- package/dist/api/resources/labTests/types/index.d.ts +6 -6
- package/dist/api/resources/labTests/types/index.js +6 -6
- package/dist/api/resources/link/client/Client.d.ts +15 -35
- package/dist/api/resources/link/client/Client.js +29 -49
- package/dist/api/resources/link/client/requests/BulkExportConnectionsBody.d.ts +1 -2
- package/dist/api/resources/link/client/requests/BulkImportConnectionsBody.d.ts +1 -2
- package/dist/api/resources/link/client/requests/BulkPauseConnectionsBody.d.ts +1 -2
- package/dist/api/resources/link/client/requests/BulkTriggerHistoricalPullBody.d.ts +1 -2
- package/dist/api/resources/link/client/requests/CodeCreateLinkRequest.d.ts +16 -0
- package/dist/api/resources/link/client/requests/CompletePasswordProviderMfaBody.d.ts +0 -1
- package/dist/api/resources/link/client/requests/EmailAuthLink.d.ts +0 -1
- package/dist/api/resources/link/client/requests/EmailProviderAuthLink.d.ts +0 -1
- package/dist/api/resources/link/client/requests/GenerateOauthLinkLinkRequest.d.ts +10 -0
- package/dist/api/resources/link/client/requests/GetAllProvidersLinkRequest.d.ts +10 -0
- package/dist/api/resources/link/client/requests/IndividualProviderData.d.ts +0 -1
- package/dist/api/resources/link/client/requests/ListBulkOpsLinkRequest.d.ts +13 -0
- package/dist/api/resources/link/client/requests/PasswordAuthLink.d.ts +0 -1
- package/dist/api/resources/link/client/requests/TokenStateLinkRequest.d.ts +10 -0
- package/dist/api/resources/link/client/requests/index.d.ts +5 -5
- package/dist/api/resources/link/types/BulkExportLinkRequestTeamId.d.ts +7 -0
- package/dist/api/resources/link/types/BulkExportLinkRequestTeamId.js +9 -0
- package/dist/api/resources/link/types/BulkImportLinkRequestTeamId.d.ts +7 -0
- package/dist/api/resources/link/types/BulkImportLinkRequestTeamId.js +9 -0
- package/dist/api/resources/link/types/BulkPauseLinkRequestTeamId.d.ts +7 -0
- package/dist/api/resources/link/types/BulkPauseLinkRequestTeamId.js +9 -0
- package/dist/api/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.d.ts +7 -0
- package/dist/api/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.js +9 -0
- package/dist/api/resources/link/types/ListBulkOpsLinkRequestTeamId.d.ts +7 -0
- package/dist/api/resources/link/types/ListBulkOpsLinkRequestTeamId.js +9 -0
- package/dist/api/resources/link/types/index.d.ts +5 -5
- package/dist/api/resources/link/types/index.js +5 -5
- package/dist/api/resources/meal/client/Client.d.ts +3 -5
- package/dist/api/resources/meal/client/Client.js +3 -5
- package/dist/api/resources/meal/client/requests/GetMealRequest.d.ts +23 -0
- package/dist/api/resources/meal/client/requests/index.d.ts +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.d.ts +3 -5
- package/dist/api/resources/menstrualCycle/client/Client.js +3 -5
- package/dist/api/resources/menstrualCycle/client/requests/GetMenstrualCycleRequest.d.ts +17 -0
- package/dist/api/resources/menstrualCycle/client/requests/index.d.ts +1 -1
- package/dist/api/resources/order/client/Client.js +1 -1
- package/dist/api/resources/payor/client/Client.js +1 -1
- package/dist/api/resources/profile/client/Client.d.ts +6 -10
- package/dist/api/resources/profile/client/Client.js +6 -10
- package/dist/api/resources/profile/client/requests/GetProfileRequest.d.ts +13 -0
- package/dist/api/resources/profile/client/requests/GetRawProfileRequest.d.ts +13 -0
- package/dist/api/resources/profile/client/requests/index.d.ts +2 -2
- package/dist/api/resources/providers/client/Client.d.ts +3 -5
- package/dist/api/resources/providers/client/Client.js +3 -5
- package/dist/api/resources/providers/client/requests/GetAllProvidersRequest.d.ts +10 -0
- package/dist/api/resources/providers/client/requests/index.d.ts +1 -1
- package/dist/api/resources/sleep/client/Client.d.ts +8 -11
- package/dist/api/resources/sleep/client/Client.js +9 -12
- package/dist/api/resources/sleep/client/requests/GetRawSleepRequest.d.ts +23 -0
- package/dist/api/resources/sleep/client/requests/GetSleepRequest.d.ts +23 -0
- package/dist/api/resources/sleep/client/requests/GetStreamBySleepIdSleepRequest.d.ts +9 -0
- package/dist/api/resources/sleep/client/requests/index.d.ts +3 -2
- package/dist/api/resources/sleepCycle/client/Client.d.ts +3 -5
- package/dist/api/resources/sleepCycle/client/Client.js +3 -5
- package/dist/api/resources/sleepCycle/client/requests/GetSleepCycleRequest.d.ts +17 -0
- package/dist/api/resources/sleepCycle/client/requests/index.d.ts +1 -1
- package/dist/api/resources/team/client/Client.d.ts +13 -17
- package/dist/api/resources/team/client/Client.js +17 -21
- package/dist/api/resources/team/client/requests/GetLinkConfigTeamRequest.d.ts +10 -0
- package/dist/api/resources/team/client/requests/GetPhysiciansTeamRequest.d.ts +9 -0
- package/dist/api/resources/team/client/requests/GetSourcePrioritiesTeamRequest.d.ts +11 -0
- package/dist/api/resources/team/client/requests/GetTeamRequest.d.ts +9 -0
- package/dist/api/resources/team/client/requests/GetUserByIdTeamRequest.d.ts +10 -0
- package/dist/api/resources/team/client/requests/index.d.ts +5 -3
- package/dist/api/resources/testkit/client/Client.d.ts +1 -1
- package/dist/api/resources/testkit/client/Client.js +3 -3
- package/dist/api/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +1 -1
- package/dist/api/resources/user/client/Client.d.ts +31 -29
- package/dist/api/resources/user/client/Client.js +47 -45
- package/dist/api/resources/user/client/requests/CreateInsuranceRequest.d.ts +1 -1
- package/dist/api/resources/user/client/requests/DeleteUserRequest.d.ts +9 -0
- package/dist/api/resources/user/client/requests/DeregisterProviderUserRequest.d.ts +9 -0
- package/dist/api/resources/user/client/requests/GetAllUserRequest.d.ts +11 -0
- package/dist/api/resources/user/client/requests/GetByClientUserIdUserRequest.d.ts +9 -0
- package/dist/api/resources/user/client/requests/GetConnectedProvidersUserRequest.d.ts +9 -0
- package/dist/api/resources/user/client/requests/GetDeviceUserRequest.d.ts +9 -0
- package/dist/api/resources/user/client/requests/GetDevicesUserRequest.d.ts +9 -0
- package/dist/api/resources/user/client/requests/GetLatestInsuranceUserRequest.d.ts +9 -0
- package/dist/api/resources/user/client/requests/GetLatestUserInfoUserRequest.d.ts +9 -0
- package/dist/api/resources/user/client/requests/GetUserRequest.d.ts +9 -0
- package/dist/api/resources/user/client/requests/GetUserSignInTokenUserRequest.d.ts +9 -0
- package/dist/api/resources/user/client/requests/RefreshUserRequest.d.ts +10 -0
- package/dist/api/resources/user/client/requests/UndoDeleteUserRequest.d.ts +17 -0
- package/dist/api/resources/user/client/requests/UserInfoCreateRequest.d.ts +1 -1
- package/dist/api/resources/user/client/requests/index.d.ts +13 -3
- package/dist/api/resources/vitals/client/Client.d.ts +234 -492
- package/dist/api/resources/vitals/client/Client.js +234 -492
- package/dist/api/resources/vitals/client/requests/AfibBurdenGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/BasalBodyTemperatureGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/BloodOxygenGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/BloodOxygenVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/BloodPressureGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/BloodPressureVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/BodyFatGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/BodyFatVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/BodyMassIndexGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/BodyTemperatureDeltaGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/BodyTemperatureGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/BodyWeightGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/BodyWeightVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/CaffeineGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/CaffeineVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/CaloriesActiveGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/CaloriesActiveGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/CaloriesActiveVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/CaloriesActiveVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/CaloriesBasalGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/CaloriesBasalGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/CaloriesBasalVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/CaloriesBasalVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/CarbohydratesGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/CarbohydratesGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/CholesterolGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/CholesterolGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/CholesterolHdlVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/CholesterolHdlVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/CholesterolLdlVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/CholesterolLdlVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/CholesterolTotalVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/CholesterolTotalVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/CholesterolTriglyceridesVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/CholesterolTriglyceridesVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/CholesterolVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/CholesterolVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/DaylightExposureGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/DaylightExposureGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/DistanceGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/DistanceGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/DistanceVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/DistanceVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/ElectrocardiogramVoltageGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/ElectrocardiogramVoltageGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/ElectrocardiogramVoltageVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/ElectrocardiogramVoltageVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/FallGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/FallGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/FloorsClimbedGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/FloorsClimbedGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/FloorsClimbedVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/FloorsClimbedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/ForcedExpiratoryVolume1GroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/ForcedExpiratoryVolume1GroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/ForcedVitalCapacityGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/ForcedVitalCapacityGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/GlucoseGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/GlucoseGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/GlucoseVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/GlucoseVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/HandwashingGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/HandwashingGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/HeartRateAlertGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/HeartRateAlertGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/HeartRateRecoveryOneMinuteGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/HeartRateRecoveryOneMinuteGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/HeartrateGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/HeartrateGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/HeartrateVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/HeartrateVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/HrvGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/HrvGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/HrvVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/HrvVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/HypnogramGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/HypnogramGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/HypnogramVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/HypnogramVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/IgeGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/IgeGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/IgeVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/IgeVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/IggGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/IggGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/IggVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/IggVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/InhalerUsageGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/InhalerUsageGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/InsulinInjectionGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/InsulinInjectionGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/LeanBodyMassGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/LeanBodyMassGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/MindfulnessMinutesGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/MindfulnessMinutesGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/MindfulnessMinutesVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/MindfulnessMinutesVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/NoteGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/NoteGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/PeakExpiratoryFlowRateGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/PeakExpiratoryFlowRateGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/RespiratoryRateGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/RespiratoryRateGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/RespiratoryRateVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/RespiratoryRateVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/SleepApneaAlertGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/SleepApneaAlertGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/SleepBreathingDisturbanceGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/SleepBreathingDisturbanceGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/StandDurationGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/StandDurationGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/StandHourGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/StandHourGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/StepsGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/StepsGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/StepsVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/StepsVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/StressLevelGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/StressLevelGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/StressLevelVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/StressLevelVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/UvExposureGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/UvExposureGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/Vo2MaxGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/Vo2MaxGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/Vo2MaxVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/Vo2MaxVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/WaistCircumferenceGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/WaistCircumferenceGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/WaterGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/WaterGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/WaterVitalsRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/WaterVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/WheelchairPushGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/WheelchairPushGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/WorkoutDistanceGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/WorkoutDistanceGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/WorkoutDurationGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/WorkoutDurationGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/WorkoutSwimmingStrokeGroupedVitalsRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/WorkoutSwimmingStrokeGroupedVitalsRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/index.d.ts +78 -78
- package/dist/api/resources/workouts/client/Client.d.ts +8 -11
- package/dist/api/resources/workouts/client/Client.js +9 -12
- package/dist/api/resources/workouts/client/requests/GetByWorkoutIdWorkoutsRequest.d.ts +9 -0
- package/dist/api/resources/workouts/client/requests/GetByWorkoutIdWorkoutsRequest.js +5 -0
- package/dist/api/resources/workouts/client/requests/GetRawWorkoutsRequest.d.ts +23 -0
- package/dist/api/resources/workouts/client/requests/GetRawWorkoutsRequest.js +5 -0
- package/dist/api/resources/workouts/client/requests/GetWorkoutsRequest.d.ts +23 -0
- package/dist/api/resources/workouts/client/requests/GetWorkoutsRequest.js +5 -0
- package/dist/api/resources/workouts/client/requests/index.d.ts +3 -2
- package/dist/api/types/ClientFacingLabTest.d.ts +1 -1
- package/dist/api/types/ContinuousQueryTaskStatus.d.ts +1 -1
- package/dist/api/types/LoincMatch.d.ts +2 -2
- package/dist/api/types/ResultType.d.ts +2 -1
- package/dist/api/types/ResultType.js +1 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/introspect/index.d.ts +1 -0
- package/dist/serialization/resources/introspect/index.js +17 -0
- package/dist/serialization/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.d.ts +12 -0
- package/dist/serialization/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.js +33 -0
- package/dist/serialization/resources/introspect/types/index.d.ts +1 -0
- package/dist/serialization/resources/introspect/types/index.js +17 -0
- package/dist/serialization/resources/labTests/types/GetLabTestsRequestOrderDirection.d.ts +10 -0
- package/dist/serialization/resources/labTests/types/GetLabTestsRequestOrderDirection.js +31 -0
- package/dist/serialization/resources/labTests/types/GetLabTestsRequestOrderKey.d.ts +10 -0
- package/dist/serialization/resources/labTests/types/GetLabTestsRequestOrderKey.js +31 -0
- package/dist/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.d.ts +10 -0
- package/dist/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.js +31 -0
- package/dist/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.d.ts +10 -0
- package/dist/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.js +31 -0
- package/dist/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.d.ts +10 -0
- package/dist/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.js +31 -0
- package/dist/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.d.ts +10 -0
- package/dist/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.js +31 -0
- package/dist/serialization/resources/labTests/types/index.d.ts +6 -6
- package/dist/serialization/resources/labTests/types/index.js +6 -6
- package/dist/serialization/resources/link/types/BulkExportLinkRequestTeamId.d.ts +10 -0
- package/dist/serialization/resources/link/types/BulkExportLinkRequestTeamId.js +31 -0
- package/dist/serialization/resources/link/types/BulkImportLinkRequestTeamId.d.ts +10 -0
- package/dist/serialization/resources/link/types/BulkImportLinkRequestTeamId.js +31 -0
- package/dist/serialization/resources/link/types/BulkPauseLinkRequestTeamId.d.ts +10 -0
- package/dist/serialization/resources/link/types/BulkPauseLinkRequestTeamId.js +31 -0
- package/dist/serialization/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.d.ts +10 -0
- package/dist/serialization/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.js +31 -0
- package/dist/serialization/resources/link/types/ListBulkOpsLinkRequestTeamId.d.ts +10 -0
- package/dist/serialization/resources/link/types/ListBulkOpsLinkRequestTeamId.js +31 -0
- package/dist/serialization/resources/link/types/index.d.ts +5 -5
- package/dist/serialization/resources/link/types/index.js +5 -5
- package/dist/serialization/types/LoincMatch.d.ts +2 -2
- package/dist/serialization/types/LoincMatch.js +2 -2
- package/dist/serialization/types/ResultType.d.ts +1 -1
- package/dist/serialization/types/ResultType.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +428 -603
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/introspect/index.d.ts +1 -0
- package/serialization/resources/introspect/index.js +17 -0
- package/serialization/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.d.ts +12 -0
- package/serialization/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.js +33 -0
- package/serialization/resources/introspect/types/index.d.ts +1 -0
- package/serialization/resources/introspect/types/index.js +17 -0
- package/serialization/resources/labTests/types/GetLabTestsRequestOrderDirection.d.ts +10 -0
- package/serialization/resources/labTests/types/GetLabTestsRequestOrderDirection.js +31 -0
- package/serialization/resources/labTests/types/GetLabTestsRequestOrderKey.d.ts +10 -0
- package/serialization/resources/labTests/types/GetLabTestsRequestOrderKey.js +31 -0
- package/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.d.ts +10 -0
- package/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.js +31 -0
- package/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.d.ts +10 -0
- package/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.js +31 -0
- package/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.d.ts +10 -0
- package/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.js +31 -0
- package/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.d.ts +10 -0
- package/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.js +31 -0
- package/serialization/resources/labTests/types/index.d.ts +6 -6
- package/serialization/resources/labTests/types/index.js +6 -6
- package/serialization/resources/link/types/BulkExportLinkRequestTeamId.d.ts +10 -0
- package/serialization/resources/link/types/BulkExportLinkRequestTeamId.js +31 -0
- package/serialization/resources/link/types/BulkImportLinkRequestTeamId.d.ts +10 -0
- package/serialization/resources/link/types/BulkImportLinkRequestTeamId.js +31 -0
- package/serialization/resources/link/types/BulkPauseLinkRequestTeamId.d.ts +10 -0
- package/serialization/resources/link/types/BulkPauseLinkRequestTeamId.js +31 -0
- package/serialization/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.d.ts +10 -0
- package/serialization/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.js +31 -0
- package/serialization/resources/link/types/ListBulkOpsLinkRequestTeamId.d.ts +10 -0
- package/serialization/resources/link/types/ListBulkOpsLinkRequestTeamId.js +31 -0
- package/serialization/resources/link/types/index.d.ts +5 -5
- package/serialization/resources/link/types/index.js +5 -5
- package/serialization/types/LoincMatch.d.ts +2 -2
- package/serialization/types/LoincMatch.js +2 -2
- package/serialization/types/ResultType.d.ts +1 -1
- package/serialization/types/ResultType.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/activity/client/requests/ActivityGetRawRequest.d.ts +0 -25
- package/api/resources/activity/client/requests/ActivityGetRequest.d.ts +0 -25
- package/api/resources/aggregate/client/requests/AggregateGetTaskHistoryForContinuousQueryRequest.d.ts +0 -14
- package/api/resources/body/client/requests/BodyGetRawRequest.d.ts +0 -25
- package/api/resources/body/client/requests/BodyGetRequest.d.ts +0 -25
- package/api/resources/devices/client/requests/DevicesGetRawRequest.d.ts +0 -15
- package/api/resources/electrocardiogram/client/requests/ElectrocardiogramGetRequest.d.ts +0 -19
- package/api/resources/insurance/client/requests/InsuranceSearchDiagnosisRequest.d.ts +0 -12
- package/api/resources/insurance/client/requests/InsuranceSearchGetPayorInfoRequest.d.ts +0 -17
- package/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +0 -27
- package/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.d.ts +0 -27
- package/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +0 -35
- package/api/resources/labTests/client/requests/LabTestsGetByIdRequest.d.ts +0 -15
- package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +0 -19
- package/api/resources/labTests/client/requests/LabTestsGetMarkersByLabAndProviderIdRequest.d.ts +0 -15
- package/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.d.ts +0 -19
- package/api/resources/labTests/client/requests/LabTestsGetMarkersForOrderSetRequest.d.ts +0 -17
- package/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.d.ts +0 -30
- package/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +0 -20
- package/api/resources/labTests/client/requests/LabTestsGetOrdersRequest.d.ts +0 -91
- package/api/resources/labTests/client/requests/LabTestsGetPaginatedRequest.d.ts +0 -52
- package/api/resources/labTests/client/requests/LabTestsGetPhlebotomyAppointmentAvailabilityRequest.d.ts +0 -26
- package/api/resources/labTests/client/requests/LabTestsGetPscAppointmentAvailabilityRequest.d.ts +0 -35
- package/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +0 -35
- package/api/resources/labTests/client/requests/LabTestsGetRequest.d.ts +0 -48
- package/api/resources/labTests/client/requests/LabTestsSimulateOrderProcessRequest.d.ts +0 -17
- package/api/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.d.ts +0 -8
- package/api/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.js +0 -10
- package/api/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.d.ts +0 -9
- package/api/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.js +0 -11
- package/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.d.ts +0 -8
- package/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.js +0 -10
- package/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.d.ts +0 -9
- package/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.js +0 -11
- package/api/resources/labTests/types/LabTestsGetRequestOrderDirection.d.ts +0 -8
- package/api/resources/labTests/types/LabTestsGetRequestOrderDirection.js +0 -10
- package/api/resources/labTests/types/LabTestsGetRequestOrderKey.d.ts +0 -9
- package/api/resources/labTests/types/LabTestsGetRequestOrderKey.js +0 -11
- package/api/resources/link/client/requests/LinkCodeCreateRequest.d.ts +0 -17
- package/api/resources/link/client/requests/LinkGenerateOauthLinkRequest.d.ts +0 -12
- package/api/resources/link/client/requests/LinkGetAllProvidersRequest.d.ts +0 -12
- package/api/resources/link/client/requests/LinkListBulkOpsRequest.d.ts +0 -17
- package/api/resources/link/client/requests/LinkTokenStateRequest.d.ts +0 -12
- package/api/resources/link/types/LinkBulkExportRequestTeamId.d.ts +0 -7
- package/api/resources/link/types/LinkBulkExportRequestTeamId.js +0 -9
- package/api/resources/link/types/LinkBulkImportRequestTeamId.d.ts +0 -7
- package/api/resources/link/types/LinkBulkImportRequestTeamId.js +0 -9
- package/api/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +0 -7
- package/api/resources/link/types/LinkBulkPauseRequestTeamId.js +0 -9
- package/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +0 -7
- package/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +0 -9
- package/api/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +0 -7
- package/api/resources/link/types/LinkListBulkOpsRequestTeamId.js +0 -9
- package/api/resources/meal/client/requests/MealGetRequest.d.ts +0 -25
- package/api/resources/menstrualCycle/client/requests/MenstrualCycleGetRequest.d.ts +0 -19
- package/api/resources/profile/client/requests/ProfileGetRawRequest.d.ts +0 -15
- package/api/resources/profile/client/requests/ProfileGetRequest.d.ts +0 -15
- package/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +0 -12
- package/api/resources/sleep/client/requests/SleepGetRawRequest.d.ts +0 -25
- package/api/resources/sleep/client/requests/SleepGetRequest.d.ts +0 -25
- package/api/resources/sleepCycle/client/requests/SleepCycleGetRequest.d.ts +0 -19
- package/api/resources/team/client/requests/TeamGetLinkConfigRequest.d.ts +0 -12
- package/api/resources/team/client/requests/TeamGetSourcePrioritiesRequest.d.ts +0 -13
- package/api/resources/team/client/requests/TeamGetUserByIdRequest.d.ts +0 -12
- package/api/resources/user/client/requests/UserGetAllRequest.d.ts +0 -14
- package/api/resources/user/client/requests/UserRefreshRequest.d.ts +0 -12
- package/api/resources/user/client/requests/UserUndoDeleteRequest.d.ts +0 -20
- package/api/resources/vitals/client/requests/VitalsAfibBurdenGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsBloodOxygenRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsBloodPressureRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsBodyFatRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsBodyWeightRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsCaffeineRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsCaloriesActiveRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsCaloriesBasalRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsCarbohydratesGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsCholesterolHdlRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsCholesterolLdlRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsCholesterolRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsCholesterolTotalRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsDistanceRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsFallGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsFloorsClimbedRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsGlucoseRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsHeartRateAlertGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsHeartRateRecoveryOneMinuteGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsHeartrateRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsHrvRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsHypnogramRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsIgeRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsIggRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsInsulinInjectionGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsNoteGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsRespiratoryRateRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsStepsRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsStressLevelRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsVo2MaxRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsWaterRequest.d.ts +0 -25
- package/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsWorkoutDistanceGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsWorkoutDurationGroupedRequest.d.ts +0 -35
- package/api/resources/vitals/client/requests/VitalsWorkoutSwimmingStrokeGroupedRequest.d.ts +0 -35
- package/api/resources/workouts/client/requests/WorkoutsGetRawRequest.d.ts +0 -25
- package/api/resources/workouts/client/requests/WorkoutsGetRequest.d.ts +0 -25
- package/dist/api/resources/activity/client/requests/ActivityGetRawRequest.d.ts +0 -25
- package/dist/api/resources/activity/client/requests/ActivityGetRequest.d.ts +0 -25
- package/dist/api/resources/aggregate/client/requests/AggregateGetTaskHistoryForContinuousQueryRequest.d.ts +0 -14
- package/dist/api/resources/body/client/requests/BodyGetRawRequest.d.ts +0 -25
- package/dist/api/resources/body/client/requests/BodyGetRequest.d.ts +0 -25
- package/dist/api/resources/devices/client/requests/DevicesGetRawRequest.d.ts +0 -15
- package/dist/api/resources/electrocardiogram/client/requests/ElectrocardiogramGetRequest.d.ts +0 -19
- package/dist/api/resources/insurance/client/requests/InsuranceSearchDiagnosisRequest.d.ts +0 -12
- package/dist/api/resources/insurance/client/requests/InsuranceSearchGetPayorInfoRequest.d.ts +0 -17
- package/dist/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +0 -27
- package/dist/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.d.ts +0 -27
- package/dist/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +0 -35
- package/dist/api/resources/labTests/client/requests/LabTestsGetByIdRequest.d.ts +0 -15
- package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +0 -19
- package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersByLabAndProviderIdRequest.d.ts +0 -15
- package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.d.ts +0 -19
- package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersForOrderSetRequest.d.ts +0 -17
- package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.d.ts +0 -30
- package/dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +0 -20
- package/dist/api/resources/labTests/client/requests/LabTestsGetOrdersRequest.d.ts +0 -91
- package/dist/api/resources/labTests/client/requests/LabTestsGetPaginatedRequest.d.ts +0 -52
- package/dist/api/resources/labTests/client/requests/LabTestsGetPhlebotomyAppointmentAvailabilityRequest.d.ts +0 -26
- package/dist/api/resources/labTests/client/requests/LabTestsGetPscAppointmentAvailabilityRequest.d.ts +0 -35
- package/dist/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +0 -35
- package/dist/api/resources/labTests/client/requests/LabTestsGetRequest.d.ts +0 -48
- package/dist/api/resources/labTests/client/requests/LabTestsSimulateOrderProcessRequest.d.ts +0 -17
- package/dist/api/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.d.ts +0 -8
- package/dist/api/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.js +0 -10
- package/dist/api/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.d.ts +0 -9
- package/dist/api/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.js +0 -11
- package/dist/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.d.ts +0 -8
- package/dist/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.js +0 -10
- package/dist/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.d.ts +0 -9
- package/dist/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.js +0 -11
- package/dist/api/resources/labTests/types/LabTestsGetRequestOrderDirection.d.ts +0 -8
- package/dist/api/resources/labTests/types/LabTestsGetRequestOrderDirection.js +0 -10
- package/dist/api/resources/labTests/types/LabTestsGetRequestOrderKey.d.ts +0 -9
- package/dist/api/resources/labTests/types/LabTestsGetRequestOrderKey.js +0 -11
- package/dist/api/resources/link/client/requests/LinkCodeCreateRequest.d.ts +0 -17
- package/dist/api/resources/link/client/requests/LinkGenerateOauthLinkRequest.d.ts +0 -12
- package/dist/api/resources/link/client/requests/LinkGetAllProvidersRequest.d.ts +0 -12
- package/dist/api/resources/link/client/requests/LinkListBulkOpsRequest.d.ts +0 -17
- package/dist/api/resources/link/client/requests/LinkTokenStateRequest.d.ts +0 -12
- package/dist/api/resources/link/types/LinkBulkExportRequestTeamId.d.ts +0 -7
- package/dist/api/resources/link/types/LinkBulkExportRequestTeamId.js +0 -9
- package/dist/api/resources/link/types/LinkBulkImportRequestTeamId.d.ts +0 -7
- package/dist/api/resources/link/types/LinkBulkImportRequestTeamId.js +0 -9
- package/dist/api/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +0 -7
- package/dist/api/resources/link/types/LinkBulkPauseRequestTeamId.js +0 -9
- package/dist/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +0 -7
- package/dist/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +0 -9
- package/dist/api/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +0 -7
- package/dist/api/resources/link/types/LinkListBulkOpsRequestTeamId.js +0 -9
- package/dist/api/resources/meal/client/requests/MealGetRequest.d.ts +0 -25
- package/dist/api/resources/menstrualCycle/client/requests/MenstrualCycleGetRequest.d.ts +0 -19
- package/dist/api/resources/profile/client/requests/ProfileGetRawRequest.d.ts +0 -15
- package/dist/api/resources/profile/client/requests/ProfileGetRequest.d.ts +0 -15
- package/dist/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +0 -12
- package/dist/api/resources/sleep/client/requests/SleepGetRawRequest.d.ts +0 -25
- package/dist/api/resources/sleep/client/requests/SleepGetRequest.d.ts +0 -25
- package/dist/api/resources/sleepCycle/client/requests/SleepCycleGetRequest.d.ts +0 -19
- package/dist/api/resources/team/client/requests/TeamGetLinkConfigRequest.d.ts +0 -12
- package/dist/api/resources/team/client/requests/TeamGetSourcePrioritiesRequest.d.ts +0 -13
- package/dist/api/resources/team/client/requests/TeamGetUserByIdRequest.d.ts +0 -12
- package/dist/api/resources/user/client/requests/UserGetAllRequest.d.ts +0 -14
- package/dist/api/resources/user/client/requests/UserRefreshRequest.d.ts +0 -12
- package/dist/api/resources/user/client/requests/UserUndoDeleteRequest.d.ts +0 -20
- package/dist/api/resources/vitals/client/requests/VitalsAfibBurdenGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsBloodPressureRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsBodyFatRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsBodyWeightRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsCaffeineRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsCarbohydratesGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolHdlRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolLdlRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolTotalRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsDistanceRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsFallGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsGlucoseRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsHeartRateAlertGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsHeartRateRecoveryOneMinuteGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsHeartrateRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsHrvRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsHypnogramRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsIgeRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsIggRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsInsulinInjectionGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsNoteGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsStepsRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsStressLevelRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsVo2MaxRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsWaterRequest.d.ts +0 -25
- package/dist/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsWorkoutDistanceGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsWorkoutDurationGroupedRequest.d.ts +0 -35
- package/dist/api/resources/vitals/client/requests/VitalsWorkoutSwimmingStrokeGroupedRequest.d.ts +0 -35
- package/dist/api/resources/workouts/client/requests/WorkoutsGetRawRequest.d.ts +0 -25
- package/dist/api/resources/workouts/client/requests/WorkoutsGetRequest.d.ts +0 -25
- package/dist/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.d.ts +0 -10
- package/dist/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.js +0 -31
- package/dist/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.d.ts +0 -10
- package/dist/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.js +0 -31
- package/dist/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.d.ts +0 -10
- package/dist/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.js +0 -31
- package/dist/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.d.ts +0 -10
- package/dist/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.js +0 -31
- package/dist/serialization/resources/labTests/types/LabTestsGetRequestOrderDirection.d.ts +0 -10
- package/dist/serialization/resources/labTests/types/LabTestsGetRequestOrderDirection.js +0 -31
- package/dist/serialization/resources/labTests/types/LabTestsGetRequestOrderKey.d.ts +0 -10
- package/dist/serialization/resources/labTests/types/LabTestsGetRequestOrderKey.js +0 -31
- package/dist/serialization/resources/link/types/LinkBulkExportRequestTeamId.d.ts +0 -10
- package/dist/serialization/resources/link/types/LinkBulkExportRequestTeamId.js +0 -31
- package/dist/serialization/resources/link/types/LinkBulkImportRequestTeamId.d.ts +0 -10
- package/dist/serialization/resources/link/types/LinkBulkImportRequestTeamId.js +0 -31
- package/dist/serialization/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +0 -10
- package/dist/serialization/resources/link/types/LinkBulkPauseRequestTeamId.js +0 -31
- package/dist/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +0 -10
- package/dist/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +0 -31
- package/dist/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +0 -10
- package/dist/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.js +0 -31
- package/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.d.ts +0 -10
- package/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.js +0 -31
- package/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.d.ts +0 -10
- package/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.js +0 -31
- package/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.d.ts +0 -10
- package/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.js +0 -31
- package/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.d.ts +0 -10
- package/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.js +0 -31
- package/serialization/resources/labTests/types/LabTestsGetRequestOrderDirection.d.ts +0 -10
- package/serialization/resources/labTests/types/LabTestsGetRequestOrderDirection.js +0 -31
- package/serialization/resources/labTests/types/LabTestsGetRequestOrderKey.d.ts +0 -10
- package/serialization/resources/labTests/types/LabTestsGetRequestOrderKey.js +0 -31
- package/serialization/resources/link/types/LinkBulkExportRequestTeamId.d.ts +0 -10
- package/serialization/resources/link/types/LinkBulkExportRequestTeamId.js +0 -31
- package/serialization/resources/link/types/LinkBulkImportRequestTeamId.d.ts +0 -10
- package/serialization/resources/link/types/LinkBulkImportRequestTeamId.js +0 -31
- package/serialization/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +0 -10
- package/serialization/resources/link/types/LinkBulkPauseRequestTeamId.js +0 -31
- package/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +0 -10
- package/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +0 -31
- package/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +0 -10
- package/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.js +0 -31
- /package/api/resources/activity/client/requests/{ActivityGetRawRequest.js → GetActivityRequest.js} +0 -0
- /package/api/resources/activity/client/requests/{ActivityGetRequest.js → GetRawActivityRequest.js} +0 -0
- /package/api/resources/aggregate/client/requests/{AggregateGetTaskHistoryForContinuousQueryRequest.js → GetResultTableForContinuousQueryAggregateRequest.js} +0 -0
- /package/api/resources/{body/client/requests/BodyGetRawRequest.js → aggregate/client/requests/GetTaskHistoryForContinuousQueryAggregateRequest.js} +0 -0
- /package/api/resources/body/client/requests/{BodyGetRequest.js → GetBodyRequest.js} +0 -0
- /package/api/resources/{devices/client/requests/DevicesGetRawRequest.js → body/client/requests/GetRawBodyRequest.js} +0 -0
- /package/api/resources/{electrocardiogram/client/requests/ElectrocardiogramGetRequest.js → devices/client/requests/GetRawDevicesRequest.js} +0 -0
- /package/api/resources/{insurance/client/requests/InsuranceSearchDiagnosisRequest.js → electrocardiogram/client/requests/GetElectrocardiogramRequest.js} +0 -0
- /package/api/resources/insurance/client/requests/{InsuranceSearchGetPayorInfoRequest.js → SearchDiagnosisInsuranceRequest.js} +0 -0
- /package/api/resources/{introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.js → insurance/client/requests/SearchGetPayorInfoInsuranceRequest.js} +0 -0
- /package/api/resources/introspect/client/requests/{IntrospectGetUserResourcesRequest.js → GetUserHistoricalPullsIntrospectRequest.js} +0 -0
- /package/api/resources/{labTests/client/requests/LabTestsGetAreaInfoRequest.js → introspect/client/requests/GetUserResourcesIntrospectRequest.js} +0 -0
- /package/api/resources/{labTests/client/requests/LabTestsGetByIdRequest.js → introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.js} +0 -0
- /package/api/resources/{labTests/client/requests/LabTestsGetLabelsPdfRequest.js → labReport/client/requests/ParserGetJobLabReportRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetMarkersByLabAndProviderIdRequest.js → BookPhlebotomyAppointmentLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetMarkersForLabTestRequest.js → BookPscAppointmentLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetMarkersForOrderSetRequest.js → CancelOrderLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetMarkersRequest.js → GetAreaInfoLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetOrderPscInfoRequest.js → GetByIdLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetOrdersRequest.js → GetLabTestCollectionInstructionPdfLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetPaginatedRequest.js → GetLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetPhlebotomyAppointmentAvailabilityRequest.js → GetLabelsPdfLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetPscAppointmentAvailabilityRequest.js → GetMarkersByLabAndProviderIdLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetPscInfoRequest.js → GetMarkersForLabTestLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsGetRequest.js → GetMarkersForOrderSetLabTestsRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{LabTestsSimulateOrderProcessRequest.js → GetMarkersLabTestsRequest.js} +0 -0
- /package/api/resources/{link/client/requests/LinkCodeCreateRequest.js → labTests/client/requests/GetOrderAbnPdfLabTestsRequest.js} +0 -0
- /package/api/resources/{link/client/requests/LinkGenerateOauthLinkRequest.js → labTests/client/requests/GetOrderCollectionInstructionPdfLabTestsRequest.js} +0 -0
- /package/api/resources/{link/client/requests/LinkGetAllProvidersRequest.js → labTests/client/requests/GetOrderLabTestsRequest.js} +0 -0
- /package/api/resources/{link/client/requests/LinkListBulkOpsRequest.js → labTests/client/requests/GetOrderPscInfoLabTestsRequest.js} +0 -0
- /package/api/resources/{link/client/requests/LinkTokenStateRequest.js → labTests/client/requests/GetOrderRequistionPdfLabTestsRequest.js} +0 -0
- /package/api/resources/{meal/client/requests/MealGetRequest.js → labTests/client/requests/GetOrdersLabTestsRequest.js} +0 -0
- /package/api/resources/{menstrualCycle/client/requests/MenstrualCycleGetRequest.js → labTests/client/requests/GetPaginatedLabTestsRequest.js} +0 -0
- /package/api/resources/{profile/client/requests/ProfileGetRawRequest.js → labTests/client/requests/GetPhlebotomyAppointmentAvailabilityLabTestsRequest.js} +0 -0
- /package/api/resources/{profile/client/requests/ProfileGetRequest.js → labTests/client/requests/GetPhlebotomyAppointmentLabTestsRequest.js} +0 -0
- /package/api/resources/{providers/client/requests/ProvidersGetAllRequest.js → labTests/client/requests/GetPscAppointmentAvailabilityLabTestsRequest.js} +0 -0
- /package/api/resources/{sleep/client/requests/SleepGetRawRequest.js → labTests/client/requests/GetPscAppointmentLabTestsRequest.js} +0 -0
- /package/api/resources/{sleep/client/requests/SleepGetRequest.js → labTests/client/requests/GetPscInfoLabTestsRequest.js} +0 -0
- /package/api/resources/{sleepCycle/client/requests/SleepCycleGetRequest.js → labTests/client/requests/GetResultMetadataLabTestsRequest.js} +0 -0
- /package/api/resources/{team/client/requests/TeamGetLinkConfigRequest.js → labTests/client/requests/GetResultPdfLabTestsRequest.js} +0 -0
- /package/api/resources/{team/client/requests/TeamGetSourcePrioritiesRequest.js → labTests/client/requests/GetResultRawLabTestsRequest.js} +0 -0
- /package/api/resources/{team/client/requests/TeamGetUserByIdRequest.js → labTests/client/requests/ReschedulePhlebotomyAppointmentLabTestsRequest.js} +0 -0
- /package/api/resources/{user/client/requests/UserGetAllRequest.js → labTests/client/requests/ReschedulePscAppointmentLabTestsRequest.js} +0 -0
- /package/api/resources/{user/client/requests/UserRefreshRequest.js → labTests/client/requests/SimulateOrderProcessLabTestsRequest.js} +0 -0
- /package/api/resources/{user/client/requests/UserUndoDeleteRequest.js → labTests/client/requests/UpdateOnSiteCollectionOrderDrawCompletedLabTestsRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsAfibBurdenGroupedRequest.js → link/client/requests/CodeCreateLinkRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.js → link/client/requests/GenerateOauthLinkLinkRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBloodOxygenGroupedRequest.js → link/client/requests/GetAllProvidersLinkRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBloodOxygenRequest.js → link/client/requests/ListBulkOpsLinkRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBloodPressureGroupedRequest.js → link/client/requests/TokenStateLinkRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBloodPressureRequest.js → meal/client/requests/GetMealRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBodyFatGroupedRequest.js → menstrualCycle/client/requests/GetMenstrualCycleRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBodyFatRequest.js → profile/client/requests/GetProfileRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBodyMassIndexGroupedRequest.js → profile/client/requests/GetRawProfileRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.js → providers/client/requests/GetAllProvidersRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBodyTemperatureGroupedRequest.js → sleep/client/requests/GetRawSleepRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBodyWeightGroupedRequest.js → sleep/client/requests/GetSleepRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsBodyWeightRequest.js → sleep/client/requests/GetStreamBySleepIdSleepRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCaffeineGroupedRequest.js → sleepCycle/client/requests/GetSleepCycleRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCaffeineRequest.js → team/client/requests/GetLinkConfigTeamRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCaloriesActiveGroupedRequest.js → team/client/requests/GetPhysiciansTeamRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCaloriesActiveRequest.js → team/client/requests/GetSourcePrioritiesTeamRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCaloriesBasalGroupedRequest.js → team/client/requests/GetTeamRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCaloriesBasalRequest.js → team/client/requests/GetUserByIdTeamRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCarbohydratesGroupedRequest.js → user/client/requests/DeleteUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCholesterolGroupedRequest.js → user/client/requests/DeregisterProviderUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCholesterolHdlRequest.js → user/client/requests/GetAllUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCholesterolLdlRequest.js → user/client/requests/GetByClientUserIdUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCholesterolRequest.js → user/client/requests/GetConnectedProvidersUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCholesterolTotalRequest.js → user/client/requests/GetDeviceUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsCholesterolTriglyceridesRequest.js → user/client/requests/GetDevicesUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsDaylightExposureGroupedRequest.js → user/client/requests/GetLatestInsuranceUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsDistanceGroupedRequest.js → user/client/requests/GetLatestUserInfoUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsDistanceRequest.js → user/client/requests/GetUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.js → user/client/requests/GetUserSignInTokenUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsElectrocardiogramVoltageRequest.js → user/client/requests/RefreshUserRequest.js} +0 -0
- /package/api/resources/{vitals/client/requests/VitalsFallGroupedRequest.js → user/client/requests/UndoDeleteUserRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsFloorsClimbedGroupedRequest.js → AfibBurdenGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsFloorsClimbedRequest.js → BasalBodyTemperatureGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsForcedExpiratoryVolume1GroupedRequest.js → BloodOxygenGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsForcedVitalCapacityGroupedRequest.js → BloodOxygenVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsGlucoseGroupedRequest.js → BloodPressureGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsGlucoseRequest.js → BloodPressureVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsHandwashingGroupedRequest.js → BodyFatGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsHeartRateAlertGroupedRequest.js → BodyFatVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsHeartRateRecoveryOneMinuteGroupedRequest.js → BodyMassIndexGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsHeartrateGroupedRequest.js → BodyTemperatureDeltaGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsHeartrateRequest.js → BodyTemperatureGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsHrvGroupedRequest.js → BodyWeightGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsHrvRequest.js → BodyWeightVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsHypnogramGroupedRequest.js → CaffeineGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsHypnogramRequest.js → CaffeineVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsIgeGroupedRequest.js → CaloriesActiveGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsIgeRequest.js → CaloriesActiveVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsIggGroupedRequest.js → CaloriesBasalGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsIggRequest.js → CaloriesBasalVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsInhalerUsageGroupedRequest.js → CarbohydratesGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsInsulinInjectionGroupedRequest.js → CholesterolGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsLeanBodyMassGroupedRequest.js → CholesterolHdlVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsMindfulnessMinutesGroupedRequest.js → CholesterolLdlVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsMindfulnessMinutesRequest.js → CholesterolTotalVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsNoteGroupedRequest.js → CholesterolTriglyceridesVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsPeakExpiratoryFlowRateGroupedRequest.js → CholesterolVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsRespiratoryRateGroupedRequest.js → DaylightExposureGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsRespiratoryRateRequest.js → DistanceGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsSleepApneaAlertGroupedRequest.js → DistanceVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsSleepBreathingDisturbanceGroupedRequest.js → ElectrocardiogramVoltageGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsStandDurationGroupedRequest.js → ElectrocardiogramVoltageVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsStandHourGroupedRequest.js → FallGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsStepsGroupedRequest.js → FloorsClimbedGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsStepsRequest.js → FloorsClimbedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsStressLevelGroupedRequest.js → ForcedExpiratoryVolume1GroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsStressLevelRequest.js → ForcedVitalCapacityGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsUvExposureGroupedRequest.js → GlucoseGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsVo2MaxGroupedRequest.js → GlucoseVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsVo2MaxRequest.js → HandwashingGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsWaistCircumferenceGroupedRequest.js → HeartRateAlertGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsWaterGroupedRequest.js → HeartRateRecoveryOneMinuteGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsWaterRequest.js → HeartrateGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsWheelchairPushGroupedRequest.js → HeartrateVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsWorkoutDistanceGroupedRequest.js → HrvGroupedVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsWorkoutDurationGroupedRequest.js → HrvVitalsRequest.js} +0 -0
- /package/api/resources/vitals/client/requests/{VitalsWorkoutSwimmingStrokeGroupedRequest.js → HypnogramGroupedVitalsRequest.js} +0 -0
- /package/api/resources/{workouts/client/requests/WorkoutsGetRawRequest.js → vitals/client/requests/HypnogramVitalsRequest.js} +0 -0
- /package/api/resources/{workouts/client/requests/WorkoutsGetRequest.js → vitals/client/requests/IgeGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/activity/client/requests/ActivityGetRawRequest.js → api/resources/vitals/client/requests/IgeVitalsRequest.js} +0 -0
- /package/{dist/api/resources/activity/client/requests/ActivityGetRequest.js → api/resources/vitals/client/requests/IggGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/aggregate/client/requests/AggregateGetTaskHistoryForContinuousQueryRequest.js → api/resources/vitals/client/requests/IggVitalsRequest.js} +0 -0
- /package/{dist/api/resources/body/client/requests/BodyGetRawRequest.js → api/resources/vitals/client/requests/InhalerUsageGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/body/client/requests/BodyGetRequest.js → api/resources/vitals/client/requests/InsulinInjectionGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/devices/client/requests/DevicesGetRawRequest.js → api/resources/vitals/client/requests/LeanBodyMassGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/electrocardiogram/client/requests/ElectrocardiogramGetRequest.js → api/resources/vitals/client/requests/MindfulnessMinutesGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/insurance/client/requests/InsuranceSearchDiagnosisRequest.js → api/resources/vitals/client/requests/MindfulnessMinutesVitalsRequest.js} +0 -0
- /package/{dist/api/resources/insurance/client/requests/InsuranceSearchGetPayorInfoRequest.js → api/resources/vitals/client/requests/NoteGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.js → api/resources/vitals/client/requests/PeakExpiratoryFlowRateGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.js → api/resources/vitals/client/requests/RespiratoryRateGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.js → api/resources/vitals/client/requests/RespiratoryRateVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetByIdRequest.js → api/resources/vitals/client/requests/SleepApneaAlertGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.js → api/resources/vitals/client/requests/SleepBreathingDisturbanceGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetMarkersByLabAndProviderIdRequest.js → api/resources/vitals/client/requests/StandDurationGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.js → api/resources/vitals/client/requests/StandHourGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetMarkersForOrderSetRequest.js → api/resources/vitals/client/requests/StepsGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.js → api/resources/vitals/client/requests/StepsVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.js → api/resources/vitals/client/requests/StressLevelGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetOrdersRequest.js → api/resources/vitals/client/requests/StressLevelVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetPaginatedRequest.js → api/resources/vitals/client/requests/UvExposureGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetPhlebotomyAppointmentAvailabilityRequest.js → api/resources/vitals/client/requests/Vo2MaxGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetPscAppointmentAvailabilityRequest.js → api/resources/vitals/client/requests/Vo2MaxVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.js → api/resources/vitals/client/requests/WaistCircumferenceGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsGetRequest.js → api/resources/vitals/client/requests/WaterGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/LabTestsSimulateOrderProcessRequest.js → api/resources/vitals/client/requests/WaterVitalsRequest.js} +0 -0
- /package/{dist/api/resources/link/client/requests/LinkCodeCreateRequest.js → api/resources/vitals/client/requests/WheelchairPushGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/link/client/requests/LinkGenerateOauthLinkRequest.js → api/resources/vitals/client/requests/WorkoutDistanceGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/link/client/requests/LinkGetAllProvidersRequest.js → api/resources/vitals/client/requests/WorkoutDurationGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/link/client/requests/LinkListBulkOpsRequest.js → api/resources/vitals/client/requests/WorkoutSwimmingStrokeGroupedVitalsRequest.js} +0 -0
- /package/{dist/api/resources/link/client/requests/LinkTokenStateRequest.js → api/resources/workouts/client/requests/GetByWorkoutIdWorkoutsRequest.js} +0 -0
- /package/{dist/api/resources/meal/client/requests/MealGetRequest.js → api/resources/workouts/client/requests/GetRawWorkoutsRequest.js} +0 -0
- /package/{dist/api/resources/menstrualCycle/client/requests/MenstrualCycleGetRequest.js → api/resources/workouts/client/requests/GetWorkoutsRequest.js} +0 -0
- /package/dist/api/resources/{profile/client/requests/ProfileGetRawRequest.js → activity/client/requests/GetActivityRequest.js} +0 -0
- /package/dist/api/resources/{profile/client/requests/ProfileGetRequest.js → activity/client/requests/GetRawActivityRequest.js} +0 -0
- /package/dist/api/resources/{providers/client/requests/ProvidersGetAllRequest.js → aggregate/client/requests/GetResultTableForContinuousQueryAggregateRequest.js} +0 -0
- /package/dist/api/resources/{sleep/client/requests/SleepGetRawRequest.js → aggregate/client/requests/GetTaskHistoryForContinuousQueryAggregateRequest.js} +0 -0
- /package/dist/api/resources/{sleep/client/requests/SleepGetRequest.js → body/client/requests/GetBodyRequest.js} +0 -0
- /package/dist/api/resources/{sleepCycle/client/requests/SleepCycleGetRequest.js → body/client/requests/GetRawBodyRequest.js} +0 -0
- /package/dist/api/resources/{team/client/requests/TeamGetLinkConfigRequest.js → devices/client/requests/GetRawDevicesRequest.js} +0 -0
- /package/dist/api/resources/{team/client/requests/TeamGetSourcePrioritiesRequest.js → electrocardiogram/client/requests/GetElectrocardiogramRequest.js} +0 -0
- /package/dist/api/resources/{team/client/requests/TeamGetUserByIdRequest.js → insurance/client/requests/SearchDiagnosisInsuranceRequest.js} +0 -0
- /package/dist/api/resources/{user/client/requests/UserGetAllRequest.js → insurance/client/requests/SearchGetPayorInfoInsuranceRequest.js} +0 -0
- /package/dist/api/resources/{user/client/requests/UserRefreshRequest.js → introspect/client/requests/GetUserHistoricalPullsIntrospectRequest.js} +0 -0
- /package/dist/api/resources/{user/client/requests/UserUndoDeleteRequest.js → introspect/client/requests/GetUserResourcesIntrospectRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsAfibBurdenGroupedRequest.js → introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.js → labReport/client/requests/ParserGetJobLabReportRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBloodOxygenGroupedRequest.js → labTests/client/requests/BookPhlebotomyAppointmentLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBloodOxygenRequest.js → labTests/client/requests/BookPscAppointmentLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBloodPressureGroupedRequest.js → labTests/client/requests/CancelOrderLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBloodPressureRequest.js → labTests/client/requests/GetAreaInfoLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBodyFatGroupedRequest.js → labTests/client/requests/GetByIdLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBodyFatRequest.js → labTests/client/requests/GetLabTestCollectionInstructionPdfLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBodyMassIndexGroupedRequest.js → labTests/client/requests/GetLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.js → labTests/client/requests/GetLabelsPdfLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBodyTemperatureGroupedRequest.js → labTests/client/requests/GetMarkersByLabAndProviderIdLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBodyWeightGroupedRequest.js → labTests/client/requests/GetMarkersForLabTestLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsBodyWeightRequest.js → labTests/client/requests/GetMarkersForOrderSetLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCaffeineGroupedRequest.js → labTests/client/requests/GetMarkersLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCaffeineRequest.js → labTests/client/requests/GetOrderAbnPdfLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCaloriesActiveGroupedRequest.js → labTests/client/requests/GetOrderCollectionInstructionPdfLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCaloriesActiveRequest.js → labTests/client/requests/GetOrderLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCaloriesBasalGroupedRequest.js → labTests/client/requests/GetOrderPscInfoLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCaloriesBasalRequest.js → labTests/client/requests/GetOrderRequistionPdfLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCarbohydratesGroupedRequest.js → labTests/client/requests/GetOrdersLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolGroupedRequest.js → labTests/client/requests/GetPaginatedLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolHdlRequest.js → labTests/client/requests/GetPhlebotomyAppointmentAvailabilityLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolLdlRequest.js → labTests/client/requests/GetPhlebotomyAppointmentLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolRequest.js → labTests/client/requests/GetPscAppointmentAvailabilityLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolTotalRequest.js → labTests/client/requests/GetPscAppointmentLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolTriglyceridesRequest.js → labTests/client/requests/GetPscInfoLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsDaylightExposureGroupedRequest.js → labTests/client/requests/GetResultMetadataLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsDistanceGroupedRequest.js → labTests/client/requests/GetResultPdfLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsDistanceRequest.js → labTests/client/requests/GetResultRawLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.js → labTests/client/requests/ReschedulePhlebotomyAppointmentLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsElectrocardiogramVoltageRequest.js → labTests/client/requests/ReschedulePscAppointmentLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsFallGroupedRequest.js → labTests/client/requests/SimulateOrderProcessLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsFloorsClimbedGroupedRequest.js → labTests/client/requests/UpdateOnSiteCollectionOrderDrawCompletedLabTestsRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsFloorsClimbedRequest.js → link/client/requests/CodeCreateLinkRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.js → link/client/requests/GenerateOauthLinkLinkRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.js → link/client/requests/GetAllProvidersLinkRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsGlucoseGroupedRequest.js → link/client/requests/ListBulkOpsLinkRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsGlucoseRequest.js → link/client/requests/TokenStateLinkRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsHandwashingGroupedRequest.js → meal/client/requests/GetMealRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsHeartRateAlertGroupedRequest.js → menstrualCycle/client/requests/GetMenstrualCycleRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsHeartRateRecoveryOneMinuteGroupedRequest.js → profile/client/requests/GetProfileRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsHeartrateGroupedRequest.js → profile/client/requests/GetRawProfileRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsHeartrateRequest.js → providers/client/requests/GetAllProvidersRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsHrvGroupedRequest.js → sleep/client/requests/GetRawSleepRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsHrvRequest.js → sleep/client/requests/GetSleepRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsHypnogramGroupedRequest.js → sleep/client/requests/GetStreamBySleepIdSleepRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsHypnogramRequest.js → sleepCycle/client/requests/GetSleepCycleRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsIgeGroupedRequest.js → team/client/requests/GetLinkConfigTeamRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsIgeRequest.js → team/client/requests/GetPhysiciansTeamRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsIggGroupedRequest.js → team/client/requests/GetSourcePrioritiesTeamRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsIggRequest.js → team/client/requests/GetTeamRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsInhalerUsageGroupedRequest.js → team/client/requests/GetUserByIdTeamRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsInsulinInjectionGroupedRequest.js → user/client/requests/DeleteUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsLeanBodyMassGroupedRequest.js → user/client/requests/DeregisterProviderUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.js → user/client/requests/GetAllUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsMindfulnessMinutesRequest.js → user/client/requests/GetByClientUserIdUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsNoteGroupedRequest.js → user/client/requests/GetConnectedProvidersUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.js → user/client/requests/GetDeviceUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsRespiratoryRateGroupedRequest.js → user/client/requests/GetDevicesUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsRespiratoryRateRequest.js → user/client/requests/GetLatestInsuranceUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.js → user/client/requests/GetLatestUserInfoUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.js → user/client/requests/GetUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsStandDurationGroupedRequest.js → user/client/requests/GetUserSignInTokenUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsStandHourGroupedRequest.js → user/client/requests/RefreshUserRequest.js} +0 -0
- /package/dist/api/resources/{vitals/client/requests/VitalsStepsGroupedRequest.js → user/client/requests/UndoDeleteUserRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsStepsRequest.js → AfibBurdenGroupedVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsStressLevelGroupedRequest.js → BasalBodyTemperatureGroupedVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsStressLevelRequest.js → BloodOxygenGroupedVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsUvExposureGroupedRequest.js → BloodOxygenVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsVo2MaxGroupedRequest.js → BloodPressureGroupedVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsVo2MaxRequest.js → BloodPressureVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsWaistCircumferenceGroupedRequest.js → BodyFatGroupedVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsWaterGroupedRequest.js → BodyFatVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsWaterRequest.js → BodyMassIndexGroupedVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsWheelchairPushGroupedRequest.js → BodyTemperatureDeltaGroupedVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsWorkoutDistanceGroupedRequest.js → BodyTemperatureGroupedVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsWorkoutDurationGroupedRequest.js → BodyWeightGroupedVitalsRequest.js} +0 -0
- /package/dist/api/resources/vitals/client/requests/{VitalsWorkoutSwimmingStrokeGroupedRequest.js → BodyWeightVitalsRequest.js} +0 -0
- /package/dist/api/resources/{workouts/client/requests/WorkoutsGetRawRequest.js → vitals/client/requests/CaffeineGroupedVitalsRequest.js} +0 -0
- /package/dist/api/resources/{workouts/client/requests/WorkoutsGetRequest.js → vitals/client/requests/CaffeineVitalsRequest.js} +0 -0
|
@@ -51,18 +51,14 @@ class Vitals {
|
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* @param {string} userId
|
|
54
|
-
* @param {Vital.
|
|
54
|
+
* @param {Vital.WorkoutSwimmingStrokeGroupedVitalsRequest} request
|
|
55
55
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
58
58
|
*
|
|
59
59
|
* @example
|
|
60
60
|
* await client.vitals.workoutSwimmingStrokeGrouped("user_id", {
|
|
61
|
-
*
|
|
62
|
-
* nextCursor: "next_cursor",
|
|
63
|
-
* provider: "provider",
|
|
64
|
-
* startDate: "start_date",
|
|
65
|
-
* endDate: "end_date"
|
|
61
|
+
* startDate: "start_date"
|
|
66
62
|
* })
|
|
67
63
|
*/
|
|
68
64
|
workoutSwimmingStrokeGrouped(userId, request, requestOptions) {
|
|
@@ -86,7 +82,7 @@ class Vitals {
|
|
|
86
82
|
const _response = yield core.fetcher({
|
|
87
83
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/workout_swimming_stroke/grouped`),
|
|
88
84
|
method: "GET",
|
|
89
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
85
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
90
86
|
contentType: "application/json",
|
|
91
87
|
queryParameters: _queryParams,
|
|
92
88
|
requestType: "json",
|
|
@@ -135,18 +131,14 @@ class Vitals {
|
|
|
135
131
|
}
|
|
136
132
|
/**
|
|
137
133
|
* @param {string} userId
|
|
138
|
-
* @param {Vital.
|
|
134
|
+
* @param {Vital.WorkoutDistanceGroupedVitalsRequest} request
|
|
139
135
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
140
136
|
*
|
|
141
137
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
142
138
|
*
|
|
143
139
|
* @example
|
|
144
140
|
* await client.vitals.workoutDistanceGrouped("user_id", {
|
|
145
|
-
*
|
|
146
|
-
* nextCursor: "next_cursor",
|
|
147
|
-
* provider: "provider",
|
|
148
|
-
* startDate: "start_date",
|
|
149
|
-
* endDate: "end_date"
|
|
141
|
+
* startDate: "start_date"
|
|
150
142
|
* })
|
|
151
143
|
*/
|
|
152
144
|
workoutDistanceGrouped(userId, request, requestOptions) {
|
|
@@ -170,7 +162,7 @@ class Vitals {
|
|
|
170
162
|
const _response = yield core.fetcher({
|
|
171
163
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/workout_distance/grouped`),
|
|
172
164
|
method: "GET",
|
|
173
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
165
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
174
166
|
contentType: "application/json",
|
|
175
167
|
queryParameters: _queryParams,
|
|
176
168
|
requestType: "json",
|
|
@@ -219,18 +211,14 @@ class Vitals {
|
|
|
219
211
|
}
|
|
220
212
|
/**
|
|
221
213
|
* @param {string} userId
|
|
222
|
-
* @param {Vital.
|
|
214
|
+
* @param {Vital.HeartRateRecoveryOneMinuteGroupedVitalsRequest} request
|
|
223
215
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
224
216
|
*
|
|
225
217
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
226
218
|
*
|
|
227
219
|
* @example
|
|
228
220
|
* await client.vitals.heartRateRecoveryOneMinuteGrouped("user_id", {
|
|
229
|
-
*
|
|
230
|
-
* nextCursor: "next_cursor",
|
|
231
|
-
* provider: "provider",
|
|
232
|
-
* startDate: "start_date",
|
|
233
|
-
* endDate: "end_date"
|
|
221
|
+
* startDate: "start_date"
|
|
234
222
|
* })
|
|
235
223
|
*/
|
|
236
224
|
heartRateRecoveryOneMinuteGrouped(userId, request, requestOptions) {
|
|
@@ -254,7 +242,7 @@ class Vitals {
|
|
|
254
242
|
const _response = yield core.fetcher({
|
|
255
243
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/heart_rate_recovery_one_minute/grouped`),
|
|
256
244
|
method: "GET",
|
|
257
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
245
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
258
246
|
contentType: "application/json",
|
|
259
247
|
queryParameters: _queryParams,
|
|
260
248
|
requestType: "json",
|
|
@@ -303,18 +291,14 @@ class Vitals {
|
|
|
303
291
|
}
|
|
304
292
|
/**
|
|
305
293
|
* @param {string} userId
|
|
306
|
-
* @param {Vital.
|
|
294
|
+
* @param {Vital.WaistCircumferenceGroupedVitalsRequest} request
|
|
307
295
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
308
296
|
*
|
|
309
297
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
310
298
|
*
|
|
311
299
|
* @example
|
|
312
300
|
* await client.vitals.waistCircumferenceGrouped("user_id", {
|
|
313
|
-
*
|
|
314
|
-
* nextCursor: "next_cursor",
|
|
315
|
-
* provider: "provider",
|
|
316
|
-
* startDate: "start_date",
|
|
317
|
-
* endDate: "end_date"
|
|
301
|
+
* startDate: "start_date"
|
|
318
302
|
* })
|
|
319
303
|
*/
|
|
320
304
|
waistCircumferenceGrouped(userId, request, requestOptions) {
|
|
@@ -338,7 +322,7 @@ class Vitals {
|
|
|
338
322
|
const _response = yield core.fetcher({
|
|
339
323
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/waist_circumference/grouped`),
|
|
340
324
|
method: "GET",
|
|
341
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
325
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
342
326
|
contentType: "application/json",
|
|
343
327
|
queryParameters: _queryParams,
|
|
344
328
|
requestType: "json",
|
|
@@ -387,18 +371,14 @@ class Vitals {
|
|
|
387
371
|
}
|
|
388
372
|
/**
|
|
389
373
|
* @param {string} userId
|
|
390
|
-
* @param {Vital.
|
|
374
|
+
* @param {Vital.LeanBodyMassGroupedVitalsRequest} request
|
|
391
375
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
392
376
|
*
|
|
393
377
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
394
378
|
*
|
|
395
379
|
* @example
|
|
396
380
|
* await client.vitals.leanBodyMassGrouped("user_id", {
|
|
397
|
-
*
|
|
398
|
-
* nextCursor: "next_cursor",
|
|
399
|
-
* provider: "provider",
|
|
400
|
-
* startDate: "start_date",
|
|
401
|
-
* endDate: "end_date"
|
|
381
|
+
* startDate: "start_date"
|
|
402
382
|
* })
|
|
403
383
|
*/
|
|
404
384
|
leanBodyMassGrouped(userId, request, requestOptions) {
|
|
@@ -422,7 +402,7 @@ class Vitals {
|
|
|
422
402
|
const _response = yield core.fetcher({
|
|
423
403
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/lean_body_mass/grouped`),
|
|
424
404
|
method: "GET",
|
|
425
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
405
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
426
406
|
contentType: "application/json",
|
|
427
407
|
queryParameters: _queryParams,
|
|
428
408
|
requestType: "json",
|
|
@@ -471,18 +451,14 @@ class Vitals {
|
|
|
471
451
|
}
|
|
472
452
|
/**
|
|
473
453
|
* @param {string} userId
|
|
474
|
-
* @param {Vital.
|
|
454
|
+
* @param {Vital.BodyMassIndexGroupedVitalsRequest} request
|
|
475
455
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
476
456
|
*
|
|
477
457
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
478
458
|
*
|
|
479
459
|
* @example
|
|
480
460
|
* await client.vitals.bodyMassIndexGrouped("user_id", {
|
|
481
|
-
*
|
|
482
|
-
* nextCursor: "next_cursor",
|
|
483
|
-
* provider: "provider",
|
|
484
|
-
* startDate: "start_date",
|
|
485
|
-
* endDate: "end_date"
|
|
461
|
+
* startDate: "start_date"
|
|
486
462
|
* })
|
|
487
463
|
*/
|
|
488
464
|
bodyMassIndexGrouped(userId, request, requestOptions) {
|
|
@@ -506,7 +482,7 @@ class Vitals {
|
|
|
506
482
|
const _response = yield core.fetcher({
|
|
507
483
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_mass_index/grouped`),
|
|
508
484
|
method: "GET",
|
|
509
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
485
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
510
486
|
contentType: "application/json",
|
|
511
487
|
queryParameters: _queryParams,
|
|
512
488
|
requestType: "json",
|
|
@@ -555,18 +531,14 @@ class Vitals {
|
|
|
555
531
|
}
|
|
556
532
|
/**
|
|
557
533
|
* @param {string} userId
|
|
558
|
-
* @param {Vital.
|
|
534
|
+
* @param {Vital.BasalBodyTemperatureGroupedVitalsRequest} request
|
|
559
535
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
560
536
|
*
|
|
561
537
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
562
538
|
*
|
|
563
539
|
* @example
|
|
564
540
|
* await client.vitals.basalBodyTemperatureGrouped("user_id", {
|
|
565
|
-
*
|
|
566
|
-
* nextCursor: "next_cursor",
|
|
567
|
-
* provider: "provider",
|
|
568
|
-
* startDate: "start_date",
|
|
569
|
-
* endDate: "end_date"
|
|
541
|
+
* startDate: "start_date"
|
|
570
542
|
* })
|
|
571
543
|
*/
|
|
572
544
|
basalBodyTemperatureGrouped(userId, request, requestOptions) {
|
|
@@ -590,7 +562,7 @@ class Vitals {
|
|
|
590
562
|
const _response = yield core.fetcher({
|
|
591
563
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/basal_body_temperature/grouped`),
|
|
592
564
|
method: "GET",
|
|
593
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
565
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
594
566
|
contentType: "application/json",
|
|
595
567
|
queryParameters: _queryParams,
|
|
596
568
|
requestType: "json",
|
|
@@ -639,18 +611,14 @@ class Vitals {
|
|
|
639
611
|
}
|
|
640
612
|
/**
|
|
641
613
|
* @param {string} userId
|
|
642
|
-
* @param {Vital.
|
|
614
|
+
* @param {Vital.HandwashingGroupedVitalsRequest} request
|
|
643
615
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
644
616
|
*
|
|
645
617
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
646
618
|
*
|
|
647
619
|
* @example
|
|
648
620
|
* await client.vitals.handwashingGrouped("user_id", {
|
|
649
|
-
*
|
|
650
|
-
* nextCursor: "next_cursor",
|
|
651
|
-
* provider: "provider",
|
|
652
|
-
* startDate: "start_date",
|
|
653
|
-
* endDate: "end_date"
|
|
621
|
+
* startDate: "start_date"
|
|
654
622
|
* })
|
|
655
623
|
*/
|
|
656
624
|
handwashingGrouped(userId, request, requestOptions) {
|
|
@@ -674,7 +642,7 @@ class Vitals {
|
|
|
674
642
|
const _response = yield core.fetcher({
|
|
675
643
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/handwashing/grouped`),
|
|
676
644
|
method: "GET",
|
|
677
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
645
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
678
646
|
contentType: "application/json",
|
|
679
647
|
queryParameters: _queryParams,
|
|
680
648
|
requestType: "json",
|
|
@@ -723,18 +691,14 @@ class Vitals {
|
|
|
723
691
|
}
|
|
724
692
|
/**
|
|
725
693
|
* @param {string} userId
|
|
726
|
-
* @param {Vital.
|
|
694
|
+
* @param {Vital.DaylightExposureGroupedVitalsRequest} request
|
|
727
695
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
728
696
|
*
|
|
729
697
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
730
698
|
*
|
|
731
699
|
* @example
|
|
732
700
|
* await client.vitals.daylightExposureGrouped("user_id", {
|
|
733
|
-
*
|
|
734
|
-
* nextCursor: "next_cursor",
|
|
735
|
-
* provider: "provider",
|
|
736
|
-
* startDate: "start_date",
|
|
737
|
-
* endDate: "end_date"
|
|
701
|
+
* startDate: "start_date"
|
|
738
702
|
* })
|
|
739
703
|
*/
|
|
740
704
|
daylightExposureGrouped(userId, request, requestOptions) {
|
|
@@ -758,7 +722,7 @@ class Vitals {
|
|
|
758
722
|
const _response = yield core.fetcher({
|
|
759
723
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/daylight_exposure/grouped`),
|
|
760
724
|
method: "GET",
|
|
761
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
725
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
762
726
|
contentType: "application/json",
|
|
763
727
|
queryParameters: _queryParams,
|
|
764
728
|
requestType: "json",
|
|
@@ -807,18 +771,14 @@ class Vitals {
|
|
|
807
771
|
}
|
|
808
772
|
/**
|
|
809
773
|
* @param {string} userId
|
|
810
|
-
* @param {Vital.
|
|
774
|
+
* @param {Vital.UvExposureGroupedVitalsRequest} request
|
|
811
775
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
812
776
|
*
|
|
813
777
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
814
778
|
*
|
|
815
779
|
* @example
|
|
816
780
|
* await client.vitals.uvExposureGrouped("user_id", {
|
|
817
|
-
*
|
|
818
|
-
* nextCursor: "next_cursor",
|
|
819
|
-
* provider: "provider",
|
|
820
|
-
* startDate: "start_date",
|
|
821
|
-
* endDate: "end_date"
|
|
781
|
+
* startDate: "start_date"
|
|
822
782
|
* })
|
|
823
783
|
*/
|
|
824
784
|
uvExposureGrouped(userId, request, requestOptions) {
|
|
@@ -842,7 +802,7 @@ class Vitals {
|
|
|
842
802
|
const _response = yield core.fetcher({
|
|
843
803
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/uv_exposure/grouped`),
|
|
844
804
|
method: "GET",
|
|
845
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
805
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
846
806
|
contentType: "application/json",
|
|
847
807
|
queryParameters: _queryParams,
|
|
848
808
|
requestType: "json",
|
|
@@ -891,18 +851,14 @@ class Vitals {
|
|
|
891
851
|
}
|
|
892
852
|
/**
|
|
893
853
|
* @param {string} userId
|
|
894
|
-
* @param {Vital.
|
|
854
|
+
* @param {Vital.FallGroupedVitalsRequest} request
|
|
895
855
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
896
856
|
*
|
|
897
857
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
898
858
|
*
|
|
899
859
|
* @example
|
|
900
860
|
* await client.vitals.fallGrouped("user_id", {
|
|
901
|
-
*
|
|
902
|
-
* nextCursor: "next_cursor",
|
|
903
|
-
* provider: "provider",
|
|
904
|
-
* startDate: "start_date",
|
|
905
|
-
* endDate: "end_date"
|
|
861
|
+
* startDate: "start_date"
|
|
906
862
|
* })
|
|
907
863
|
*/
|
|
908
864
|
fallGrouped(userId, request, requestOptions) {
|
|
@@ -926,7 +882,7 @@ class Vitals {
|
|
|
926
882
|
const _response = yield core.fetcher({
|
|
927
883
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/fall/grouped`),
|
|
928
884
|
method: "GET",
|
|
929
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
885
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
930
886
|
contentType: "application/json",
|
|
931
887
|
queryParameters: _queryParams,
|
|
932
888
|
requestType: "json",
|
|
@@ -975,18 +931,14 @@ class Vitals {
|
|
|
975
931
|
}
|
|
976
932
|
/**
|
|
977
933
|
* @param {string} userId
|
|
978
|
-
* @param {Vital.
|
|
934
|
+
* @param {Vital.InhalerUsageGroupedVitalsRequest} request
|
|
979
935
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
980
936
|
*
|
|
981
937
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
982
938
|
*
|
|
983
939
|
* @example
|
|
984
940
|
* await client.vitals.inhalerUsageGrouped("user_id", {
|
|
985
|
-
*
|
|
986
|
-
* nextCursor: "next_cursor",
|
|
987
|
-
* provider: "provider",
|
|
988
|
-
* startDate: "start_date",
|
|
989
|
-
* endDate: "end_date"
|
|
941
|
+
* startDate: "start_date"
|
|
990
942
|
* })
|
|
991
943
|
*/
|
|
992
944
|
inhalerUsageGrouped(userId, request, requestOptions) {
|
|
@@ -1010,7 +962,7 @@ class Vitals {
|
|
|
1010
962
|
const _response = yield core.fetcher({
|
|
1011
963
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/inhaler_usage/grouped`),
|
|
1012
964
|
method: "GET",
|
|
1013
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
965
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1014
966
|
contentType: "application/json",
|
|
1015
967
|
queryParameters: _queryParams,
|
|
1016
968
|
requestType: "json",
|
|
@@ -1059,18 +1011,14 @@ class Vitals {
|
|
|
1059
1011
|
}
|
|
1060
1012
|
/**
|
|
1061
1013
|
* @param {string} userId
|
|
1062
|
-
* @param {Vital.
|
|
1014
|
+
* @param {Vital.PeakExpiratoryFlowRateGroupedVitalsRequest} request
|
|
1063
1015
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1064
1016
|
*
|
|
1065
1017
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1066
1018
|
*
|
|
1067
1019
|
* @example
|
|
1068
1020
|
* await client.vitals.peakExpiratoryFlowRateGrouped("user_id", {
|
|
1069
|
-
*
|
|
1070
|
-
* nextCursor: "next_cursor",
|
|
1071
|
-
* provider: "provider",
|
|
1072
|
-
* startDate: "start_date",
|
|
1073
|
-
* endDate: "end_date"
|
|
1021
|
+
* startDate: "start_date"
|
|
1074
1022
|
* })
|
|
1075
1023
|
*/
|
|
1076
1024
|
peakExpiratoryFlowRateGrouped(userId, request, requestOptions) {
|
|
@@ -1094,7 +1042,7 @@ class Vitals {
|
|
|
1094
1042
|
const _response = yield core.fetcher({
|
|
1095
1043
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/peak_expiratory_flow_rate/grouped`),
|
|
1096
1044
|
method: "GET",
|
|
1097
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1045
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1098
1046
|
contentType: "application/json",
|
|
1099
1047
|
queryParameters: _queryParams,
|
|
1100
1048
|
requestType: "json",
|
|
@@ -1143,18 +1091,14 @@ class Vitals {
|
|
|
1143
1091
|
}
|
|
1144
1092
|
/**
|
|
1145
1093
|
* @param {string} userId
|
|
1146
|
-
* @param {Vital.
|
|
1094
|
+
* @param {Vital.ForcedVitalCapacityGroupedVitalsRequest} request
|
|
1147
1095
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1148
1096
|
*
|
|
1149
1097
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1150
1098
|
*
|
|
1151
1099
|
* @example
|
|
1152
1100
|
* await client.vitals.forcedVitalCapacityGrouped("user_id", {
|
|
1153
|
-
*
|
|
1154
|
-
* nextCursor: "next_cursor",
|
|
1155
|
-
* provider: "provider",
|
|
1156
|
-
* startDate: "start_date",
|
|
1157
|
-
* endDate: "end_date"
|
|
1101
|
+
* startDate: "start_date"
|
|
1158
1102
|
* })
|
|
1159
1103
|
*/
|
|
1160
1104
|
forcedVitalCapacityGrouped(userId, request, requestOptions) {
|
|
@@ -1178,7 +1122,7 @@ class Vitals {
|
|
|
1178
1122
|
const _response = yield core.fetcher({
|
|
1179
1123
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/forced_vital_capacity/grouped`),
|
|
1180
1124
|
method: "GET",
|
|
1181
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1125
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1182
1126
|
contentType: "application/json",
|
|
1183
1127
|
queryParameters: _queryParams,
|
|
1184
1128
|
requestType: "json",
|
|
@@ -1227,18 +1171,14 @@ class Vitals {
|
|
|
1227
1171
|
}
|
|
1228
1172
|
/**
|
|
1229
1173
|
* @param {string} userId
|
|
1230
|
-
* @param {Vital.
|
|
1174
|
+
* @param {Vital.ForcedExpiratoryVolume1GroupedVitalsRequest} request
|
|
1231
1175
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1232
1176
|
*
|
|
1233
1177
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1234
1178
|
*
|
|
1235
1179
|
* @example
|
|
1236
1180
|
* await client.vitals.forcedExpiratoryVolume1Grouped("user_id", {
|
|
1237
|
-
*
|
|
1238
|
-
* nextCursor: "next_cursor",
|
|
1239
|
-
* provider: "provider",
|
|
1240
|
-
* startDate: "start_date",
|
|
1241
|
-
* endDate: "end_date"
|
|
1181
|
+
* startDate: "start_date"
|
|
1242
1182
|
* })
|
|
1243
1183
|
*/
|
|
1244
1184
|
forcedExpiratoryVolume1Grouped(userId, request, requestOptions) {
|
|
@@ -1262,7 +1202,7 @@ class Vitals {
|
|
|
1262
1202
|
const _response = yield core.fetcher({
|
|
1263
1203
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/forced_expiratory_volume_1/grouped`),
|
|
1264
1204
|
method: "GET",
|
|
1265
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1205
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1266
1206
|
contentType: "application/json",
|
|
1267
1207
|
queryParameters: _queryParams,
|
|
1268
1208
|
requestType: "json",
|
|
@@ -1311,18 +1251,14 @@ class Vitals {
|
|
|
1311
1251
|
}
|
|
1312
1252
|
/**
|
|
1313
1253
|
* @param {string} userId
|
|
1314
|
-
* @param {Vital.
|
|
1254
|
+
* @param {Vital.WheelchairPushGroupedVitalsRequest} request
|
|
1315
1255
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1316
1256
|
*
|
|
1317
1257
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1318
1258
|
*
|
|
1319
1259
|
* @example
|
|
1320
1260
|
* await client.vitals.wheelchairPushGrouped("user_id", {
|
|
1321
|
-
*
|
|
1322
|
-
* nextCursor: "next_cursor",
|
|
1323
|
-
* provider: "provider",
|
|
1324
|
-
* startDate: "start_date",
|
|
1325
|
-
* endDate: "end_date"
|
|
1261
|
+
* startDate: "start_date"
|
|
1326
1262
|
* })
|
|
1327
1263
|
*/
|
|
1328
1264
|
wheelchairPushGrouped(userId, request, requestOptions) {
|
|
@@ -1346,7 +1282,7 @@ class Vitals {
|
|
|
1346
1282
|
const _response = yield core.fetcher({
|
|
1347
1283
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/wheelchair_push/grouped`),
|
|
1348
1284
|
method: "GET",
|
|
1349
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1285
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1350
1286
|
contentType: "application/json",
|
|
1351
1287
|
queryParameters: _queryParams,
|
|
1352
1288
|
requestType: "json",
|
|
@@ -1395,18 +1331,14 @@ class Vitals {
|
|
|
1395
1331
|
}
|
|
1396
1332
|
/**
|
|
1397
1333
|
* @param {string} userId
|
|
1398
|
-
* @param {Vital.
|
|
1334
|
+
* @param {Vital.SleepBreathingDisturbanceGroupedVitalsRequest} request
|
|
1399
1335
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1400
1336
|
*
|
|
1401
1337
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1402
1338
|
*
|
|
1403
1339
|
* @example
|
|
1404
1340
|
* await client.vitals.sleepBreathingDisturbanceGrouped("user_id", {
|
|
1405
|
-
*
|
|
1406
|
-
* nextCursor: "next_cursor",
|
|
1407
|
-
* provider: "provider",
|
|
1408
|
-
* startDate: "start_date",
|
|
1409
|
-
* endDate: "end_date"
|
|
1341
|
+
* startDate: "start_date"
|
|
1410
1342
|
* })
|
|
1411
1343
|
*/
|
|
1412
1344
|
sleepBreathingDisturbanceGrouped(userId, request, requestOptions) {
|
|
@@ -1430,7 +1362,7 @@ class Vitals {
|
|
|
1430
1362
|
const _response = yield core.fetcher({
|
|
1431
1363
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/sleep_breathing_disturbance/grouped`),
|
|
1432
1364
|
method: "GET",
|
|
1433
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1365
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1434
1366
|
contentType: "application/json",
|
|
1435
1367
|
queryParameters: _queryParams,
|
|
1436
1368
|
requestType: "json",
|
|
@@ -1479,18 +1411,14 @@ class Vitals {
|
|
|
1479
1411
|
}
|
|
1480
1412
|
/**
|
|
1481
1413
|
* @param {string} userId
|
|
1482
|
-
* @param {Vital.
|
|
1414
|
+
* @param {Vital.SleepApneaAlertGroupedVitalsRequest} request
|
|
1483
1415
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1484
1416
|
*
|
|
1485
1417
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1486
1418
|
*
|
|
1487
1419
|
* @example
|
|
1488
1420
|
* await client.vitals.sleepApneaAlertGrouped("user_id", {
|
|
1489
|
-
*
|
|
1490
|
-
* nextCursor: "next_cursor",
|
|
1491
|
-
* provider: "provider",
|
|
1492
|
-
* startDate: "start_date",
|
|
1493
|
-
* endDate: "end_date"
|
|
1421
|
+
* startDate: "start_date"
|
|
1494
1422
|
* })
|
|
1495
1423
|
*/
|
|
1496
1424
|
sleepApneaAlertGrouped(userId, request, requestOptions) {
|
|
@@ -1514,7 +1442,7 @@ class Vitals {
|
|
|
1514
1442
|
const _response = yield core.fetcher({
|
|
1515
1443
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/sleep_apnea_alert/grouped`),
|
|
1516
1444
|
method: "GET",
|
|
1517
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1445
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1518
1446
|
contentType: "application/json",
|
|
1519
1447
|
queryParameters: _queryParams,
|
|
1520
1448
|
requestType: "json",
|
|
@@ -1563,18 +1491,14 @@ class Vitals {
|
|
|
1563
1491
|
}
|
|
1564
1492
|
/**
|
|
1565
1493
|
* @param {string} userId
|
|
1566
|
-
* @param {Vital.
|
|
1494
|
+
* @param {Vital.StandDurationGroupedVitalsRequest} request
|
|
1567
1495
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1568
1496
|
*
|
|
1569
1497
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1570
1498
|
*
|
|
1571
1499
|
* @example
|
|
1572
1500
|
* await client.vitals.standDurationGrouped("user_id", {
|
|
1573
|
-
*
|
|
1574
|
-
* nextCursor: "next_cursor",
|
|
1575
|
-
* provider: "provider",
|
|
1576
|
-
* startDate: "start_date",
|
|
1577
|
-
* endDate: "end_date"
|
|
1501
|
+
* startDate: "start_date"
|
|
1578
1502
|
* })
|
|
1579
1503
|
*/
|
|
1580
1504
|
standDurationGrouped(userId, request, requestOptions) {
|
|
@@ -1598,7 +1522,7 @@ class Vitals {
|
|
|
1598
1522
|
const _response = yield core.fetcher({
|
|
1599
1523
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/stand_duration/grouped`),
|
|
1600
1524
|
method: "GET",
|
|
1601
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1525
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1602
1526
|
contentType: "application/json",
|
|
1603
1527
|
queryParameters: _queryParams,
|
|
1604
1528
|
requestType: "json",
|
|
@@ -1647,18 +1571,14 @@ class Vitals {
|
|
|
1647
1571
|
}
|
|
1648
1572
|
/**
|
|
1649
1573
|
* @param {string} userId
|
|
1650
|
-
* @param {Vital.
|
|
1574
|
+
* @param {Vital.StandHourGroupedVitalsRequest} request
|
|
1651
1575
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1652
1576
|
*
|
|
1653
1577
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1654
1578
|
*
|
|
1655
1579
|
* @example
|
|
1656
1580
|
* await client.vitals.standHourGrouped("user_id", {
|
|
1657
|
-
*
|
|
1658
|
-
* nextCursor: "next_cursor",
|
|
1659
|
-
* provider: "provider",
|
|
1660
|
-
* startDate: "start_date",
|
|
1661
|
-
* endDate: "end_date"
|
|
1581
|
+
* startDate: "start_date"
|
|
1662
1582
|
* })
|
|
1663
1583
|
*/
|
|
1664
1584
|
standHourGrouped(userId, request, requestOptions) {
|
|
@@ -1682,7 +1602,7 @@ class Vitals {
|
|
|
1682
1602
|
const _response = yield core.fetcher({
|
|
1683
1603
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/stand_hour/grouped`),
|
|
1684
1604
|
method: "GET",
|
|
1685
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1605
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1686
1606
|
contentType: "application/json",
|
|
1687
1607
|
queryParameters: _queryParams,
|
|
1688
1608
|
requestType: "json",
|
|
@@ -1731,18 +1651,14 @@ class Vitals {
|
|
|
1731
1651
|
}
|
|
1732
1652
|
/**
|
|
1733
1653
|
* @param {string} userId
|
|
1734
|
-
* @param {Vital.
|
|
1654
|
+
* @param {Vital.HeartRateAlertGroupedVitalsRequest} request
|
|
1735
1655
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1736
1656
|
*
|
|
1737
1657
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1738
1658
|
*
|
|
1739
1659
|
* @example
|
|
1740
1660
|
* await client.vitals.heartRateAlertGrouped("user_id", {
|
|
1741
|
-
*
|
|
1742
|
-
* nextCursor: "next_cursor",
|
|
1743
|
-
* provider: "provider",
|
|
1744
|
-
* startDate: "start_date",
|
|
1745
|
-
* endDate: "end_date"
|
|
1661
|
+
* startDate: "start_date"
|
|
1746
1662
|
* })
|
|
1747
1663
|
*/
|
|
1748
1664
|
heartRateAlertGrouped(userId, request, requestOptions) {
|
|
@@ -1766,7 +1682,7 @@ class Vitals {
|
|
|
1766
1682
|
const _response = yield core.fetcher({
|
|
1767
1683
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/heart_rate_alert/grouped`),
|
|
1768
1684
|
method: "GET",
|
|
1769
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1685
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1770
1686
|
contentType: "application/json",
|
|
1771
1687
|
queryParameters: _queryParams,
|
|
1772
1688
|
requestType: "json",
|
|
@@ -1815,18 +1731,14 @@ class Vitals {
|
|
|
1815
1731
|
}
|
|
1816
1732
|
/**
|
|
1817
1733
|
* @param {string} userId
|
|
1818
|
-
* @param {Vital.
|
|
1734
|
+
* @param {Vital.AfibBurdenGroupedVitalsRequest} request
|
|
1819
1735
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1820
1736
|
*
|
|
1821
1737
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1822
1738
|
*
|
|
1823
1739
|
* @example
|
|
1824
1740
|
* await client.vitals.afibBurdenGrouped("user_id", {
|
|
1825
|
-
*
|
|
1826
|
-
* nextCursor: "next_cursor",
|
|
1827
|
-
* provider: "provider",
|
|
1828
|
-
* startDate: "start_date",
|
|
1829
|
-
* endDate: "end_date"
|
|
1741
|
+
* startDate: "start_date"
|
|
1830
1742
|
* })
|
|
1831
1743
|
*/
|
|
1832
1744
|
afibBurdenGrouped(userId, request, requestOptions) {
|
|
@@ -1850,7 +1762,7 @@ class Vitals {
|
|
|
1850
1762
|
const _response = yield core.fetcher({
|
|
1851
1763
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/afib_burden/grouped`),
|
|
1852
1764
|
method: "GET",
|
|
1853
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1765
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1854
1766
|
contentType: "application/json",
|
|
1855
1767
|
queryParameters: _queryParams,
|
|
1856
1768
|
requestType: "json",
|
|
@@ -1899,18 +1811,14 @@ class Vitals {
|
|
|
1899
1811
|
}
|
|
1900
1812
|
/**
|
|
1901
1813
|
* @param {string} userId
|
|
1902
|
-
* @param {Vital.
|
|
1814
|
+
* @param {Vital.WorkoutDurationGroupedVitalsRequest} request
|
|
1903
1815
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1904
1816
|
*
|
|
1905
1817
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1906
1818
|
*
|
|
1907
1819
|
* @example
|
|
1908
1820
|
* await client.vitals.workoutDurationGrouped("user_id", {
|
|
1909
|
-
*
|
|
1910
|
-
* nextCursor: "next_cursor",
|
|
1911
|
-
* provider: "provider",
|
|
1912
|
-
* startDate: "start_date",
|
|
1913
|
-
* endDate: "end_date"
|
|
1821
|
+
* startDate: "start_date"
|
|
1914
1822
|
* })
|
|
1915
1823
|
*/
|
|
1916
1824
|
workoutDurationGrouped(userId, request, requestOptions) {
|
|
@@ -1934,7 +1842,7 @@ class Vitals {
|
|
|
1934
1842
|
const _response = yield core.fetcher({
|
|
1935
1843
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/workout_duration/grouped`),
|
|
1936
1844
|
method: "GET",
|
|
1937
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1845
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
1938
1846
|
contentType: "application/json",
|
|
1939
1847
|
queryParameters: _queryParams,
|
|
1940
1848
|
requestType: "json",
|
|
@@ -1983,18 +1891,14 @@ class Vitals {
|
|
|
1983
1891
|
}
|
|
1984
1892
|
/**
|
|
1985
1893
|
* @param {string} userId
|
|
1986
|
-
* @param {Vital.
|
|
1894
|
+
* @param {Vital.Vo2MaxGroupedVitalsRequest} request
|
|
1987
1895
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
1988
1896
|
*
|
|
1989
1897
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
1990
1898
|
*
|
|
1991
1899
|
* @example
|
|
1992
1900
|
* await client.vitals.vo2MaxGrouped("user_id", {
|
|
1993
|
-
*
|
|
1994
|
-
* nextCursor: "next_cursor",
|
|
1995
|
-
* provider: "provider",
|
|
1996
|
-
* startDate: "start_date",
|
|
1997
|
-
* endDate: "end_date"
|
|
1901
|
+
* startDate: "start_date"
|
|
1998
1902
|
* })
|
|
1999
1903
|
*/
|
|
2000
1904
|
vo2MaxGrouped(userId, request, requestOptions) {
|
|
@@ -2018,7 +1922,7 @@ class Vitals {
|
|
|
2018
1922
|
const _response = yield core.fetcher({
|
|
2019
1923
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/vo2_max/grouped`),
|
|
2020
1924
|
method: "GET",
|
|
2021
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
1925
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2022
1926
|
contentType: "application/json",
|
|
2023
1927
|
queryParameters: _queryParams,
|
|
2024
1928
|
requestType: "json",
|
|
@@ -2067,18 +1971,14 @@ class Vitals {
|
|
|
2067
1971
|
}
|
|
2068
1972
|
/**
|
|
2069
1973
|
* @param {string} userId
|
|
2070
|
-
* @param {Vital.
|
|
1974
|
+
* @param {Vital.StressLevelGroupedVitalsRequest} request
|
|
2071
1975
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2072
1976
|
*
|
|
2073
1977
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2074
1978
|
*
|
|
2075
1979
|
* @example
|
|
2076
1980
|
* await client.vitals.stressLevelGrouped("user_id", {
|
|
2077
|
-
*
|
|
2078
|
-
* nextCursor: "next_cursor",
|
|
2079
|
-
* provider: "provider",
|
|
2080
|
-
* startDate: "start_date",
|
|
2081
|
-
* endDate: "end_date"
|
|
1981
|
+
* startDate: "start_date"
|
|
2082
1982
|
* })
|
|
2083
1983
|
*/
|
|
2084
1984
|
stressLevelGrouped(userId, request, requestOptions) {
|
|
@@ -2102,7 +2002,7 @@ class Vitals {
|
|
|
2102
2002
|
const _response = yield core.fetcher({
|
|
2103
2003
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/stress_level/grouped`),
|
|
2104
2004
|
method: "GET",
|
|
2105
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2005
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2106
2006
|
contentType: "application/json",
|
|
2107
2007
|
queryParameters: _queryParams,
|
|
2108
2008
|
requestType: "json",
|
|
@@ -2151,18 +2051,14 @@ class Vitals {
|
|
|
2151
2051
|
}
|
|
2152
2052
|
/**
|
|
2153
2053
|
* @param {string} userId
|
|
2154
|
-
* @param {Vital.
|
|
2054
|
+
* @param {Vital.MindfulnessMinutesGroupedVitalsRequest} request
|
|
2155
2055
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2156
2056
|
*
|
|
2157
2057
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2158
2058
|
*
|
|
2159
2059
|
* @example
|
|
2160
2060
|
* await client.vitals.mindfulnessMinutesGrouped("user_id", {
|
|
2161
|
-
*
|
|
2162
|
-
* nextCursor: "next_cursor",
|
|
2163
|
-
* provider: "provider",
|
|
2164
|
-
* startDate: "start_date",
|
|
2165
|
-
* endDate: "end_date"
|
|
2061
|
+
* startDate: "start_date"
|
|
2166
2062
|
* })
|
|
2167
2063
|
*/
|
|
2168
2064
|
mindfulnessMinutesGrouped(userId, request, requestOptions) {
|
|
@@ -2186,7 +2082,7 @@ class Vitals {
|
|
|
2186
2082
|
const _response = yield core.fetcher({
|
|
2187
2083
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/mindfulness_minutes/grouped`),
|
|
2188
2084
|
method: "GET",
|
|
2189
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2085
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2190
2086
|
contentType: "application/json",
|
|
2191
2087
|
queryParameters: _queryParams,
|
|
2192
2088
|
requestType: "json",
|
|
@@ -2235,18 +2131,14 @@ class Vitals {
|
|
|
2235
2131
|
}
|
|
2236
2132
|
/**
|
|
2237
2133
|
* @param {string} userId
|
|
2238
|
-
* @param {Vital.
|
|
2134
|
+
* @param {Vital.CaffeineGroupedVitalsRequest} request
|
|
2239
2135
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2240
2136
|
*
|
|
2241
2137
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2242
2138
|
*
|
|
2243
2139
|
* @example
|
|
2244
2140
|
* await client.vitals.caffeineGrouped("user_id", {
|
|
2245
|
-
*
|
|
2246
|
-
* nextCursor: "next_cursor",
|
|
2247
|
-
* provider: "provider",
|
|
2248
|
-
* startDate: "start_date",
|
|
2249
|
-
* endDate: "end_date"
|
|
2141
|
+
* startDate: "start_date"
|
|
2250
2142
|
* })
|
|
2251
2143
|
*/
|
|
2252
2144
|
caffeineGrouped(userId, request, requestOptions) {
|
|
@@ -2270,7 +2162,7 @@ class Vitals {
|
|
|
2270
2162
|
const _response = yield core.fetcher({
|
|
2271
2163
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/caffeine/grouped`),
|
|
2272
2164
|
method: "GET",
|
|
2273
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2165
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2274
2166
|
contentType: "application/json",
|
|
2275
2167
|
queryParameters: _queryParams,
|
|
2276
2168
|
requestType: "json",
|
|
@@ -2319,18 +2211,14 @@ class Vitals {
|
|
|
2319
2211
|
}
|
|
2320
2212
|
/**
|
|
2321
2213
|
* @param {string} userId
|
|
2322
|
-
* @param {Vital.
|
|
2214
|
+
* @param {Vital.WaterGroupedVitalsRequest} request
|
|
2323
2215
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2324
2216
|
*
|
|
2325
2217
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2326
2218
|
*
|
|
2327
2219
|
* @example
|
|
2328
2220
|
* await client.vitals.waterGrouped("user_id", {
|
|
2329
|
-
*
|
|
2330
|
-
* nextCursor: "next_cursor",
|
|
2331
|
-
* provider: "provider",
|
|
2332
|
-
* startDate: "start_date",
|
|
2333
|
-
* endDate: "end_date"
|
|
2221
|
+
* startDate: "start_date"
|
|
2334
2222
|
* })
|
|
2335
2223
|
*/
|
|
2336
2224
|
waterGrouped(userId, request, requestOptions) {
|
|
@@ -2354,7 +2242,7 @@ class Vitals {
|
|
|
2354
2242
|
const _response = yield core.fetcher({
|
|
2355
2243
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/water/grouped`),
|
|
2356
2244
|
method: "GET",
|
|
2357
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2245
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2358
2246
|
contentType: "application/json",
|
|
2359
2247
|
queryParameters: _queryParams,
|
|
2360
2248
|
requestType: "json",
|
|
@@ -2403,18 +2291,14 @@ class Vitals {
|
|
|
2403
2291
|
}
|
|
2404
2292
|
/**
|
|
2405
2293
|
* @param {string} userId
|
|
2406
|
-
* @param {Vital.
|
|
2294
|
+
* @param {Vital.StepsGroupedVitalsRequest} request
|
|
2407
2295
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2408
2296
|
*
|
|
2409
2297
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2410
2298
|
*
|
|
2411
2299
|
* @example
|
|
2412
2300
|
* await client.vitals.stepsGrouped("user_id", {
|
|
2413
|
-
*
|
|
2414
|
-
* nextCursor: "next_cursor",
|
|
2415
|
-
* provider: "provider",
|
|
2416
|
-
* startDate: "start_date",
|
|
2417
|
-
* endDate: "end_date"
|
|
2301
|
+
* startDate: "start_date"
|
|
2418
2302
|
* })
|
|
2419
2303
|
*/
|
|
2420
2304
|
stepsGrouped(userId, request, requestOptions) {
|
|
@@ -2438,7 +2322,7 @@ class Vitals {
|
|
|
2438
2322
|
const _response = yield core.fetcher({
|
|
2439
2323
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/steps/grouped`),
|
|
2440
2324
|
method: "GET",
|
|
2441
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2325
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2442
2326
|
contentType: "application/json",
|
|
2443
2327
|
queryParameters: _queryParams,
|
|
2444
2328
|
requestType: "json",
|
|
@@ -2487,18 +2371,14 @@ class Vitals {
|
|
|
2487
2371
|
}
|
|
2488
2372
|
/**
|
|
2489
2373
|
* @param {string} userId
|
|
2490
|
-
* @param {Vital.
|
|
2374
|
+
* @param {Vital.FloorsClimbedGroupedVitalsRequest} request
|
|
2491
2375
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2492
2376
|
*
|
|
2493
2377
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2494
2378
|
*
|
|
2495
2379
|
* @example
|
|
2496
2380
|
* await client.vitals.floorsClimbedGrouped("user_id", {
|
|
2497
|
-
*
|
|
2498
|
-
* nextCursor: "next_cursor",
|
|
2499
|
-
* provider: "provider",
|
|
2500
|
-
* startDate: "start_date",
|
|
2501
|
-
* endDate: "end_date"
|
|
2381
|
+
* startDate: "start_date"
|
|
2502
2382
|
* })
|
|
2503
2383
|
*/
|
|
2504
2384
|
floorsClimbedGrouped(userId, request, requestOptions) {
|
|
@@ -2522,7 +2402,7 @@ class Vitals {
|
|
|
2522
2402
|
const _response = yield core.fetcher({
|
|
2523
2403
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/floors_climbed/grouped`),
|
|
2524
2404
|
method: "GET",
|
|
2525
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2405
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2526
2406
|
contentType: "application/json",
|
|
2527
2407
|
queryParameters: _queryParams,
|
|
2528
2408
|
requestType: "json",
|
|
@@ -2571,18 +2451,14 @@ class Vitals {
|
|
|
2571
2451
|
}
|
|
2572
2452
|
/**
|
|
2573
2453
|
* @param {string} userId
|
|
2574
|
-
* @param {Vital.
|
|
2454
|
+
* @param {Vital.DistanceGroupedVitalsRequest} request
|
|
2575
2455
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2576
2456
|
*
|
|
2577
2457
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2578
2458
|
*
|
|
2579
2459
|
* @example
|
|
2580
2460
|
* await client.vitals.distanceGrouped("user_id", {
|
|
2581
|
-
*
|
|
2582
|
-
* nextCursor: "next_cursor",
|
|
2583
|
-
* provider: "provider",
|
|
2584
|
-
* startDate: "start_date",
|
|
2585
|
-
* endDate: "end_date"
|
|
2461
|
+
* startDate: "start_date"
|
|
2586
2462
|
* })
|
|
2587
2463
|
*/
|
|
2588
2464
|
distanceGrouped(userId, request, requestOptions) {
|
|
@@ -2606,7 +2482,7 @@ class Vitals {
|
|
|
2606
2482
|
const _response = yield core.fetcher({
|
|
2607
2483
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/distance/grouped`),
|
|
2608
2484
|
method: "GET",
|
|
2609
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2485
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2610
2486
|
contentType: "application/json",
|
|
2611
2487
|
queryParameters: _queryParams,
|
|
2612
2488
|
requestType: "json",
|
|
@@ -2655,18 +2531,14 @@ class Vitals {
|
|
|
2655
2531
|
}
|
|
2656
2532
|
/**
|
|
2657
2533
|
* @param {string} userId
|
|
2658
|
-
* @param {Vital.
|
|
2534
|
+
* @param {Vital.CaloriesBasalGroupedVitalsRequest} request
|
|
2659
2535
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2660
2536
|
*
|
|
2661
2537
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2662
2538
|
*
|
|
2663
2539
|
* @example
|
|
2664
2540
|
* await client.vitals.caloriesBasalGrouped("user_id", {
|
|
2665
|
-
*
|
|
2666
|
-
* nextCursor: "next_cursor",
|
|
2667
|
-
* provider: "provider",
|
|
2668
|
-
* startDate: "start_date",
|
|
2669
|
-
* endDate: "end_date"
|
|
2541
|
+
* startDate: "start_date"
|
|
2670
2542
|
* })
|
|
2671
2543
|
*/
|
|
2672
2544
|
caloriesBasalGrouped(userId, request, requestOptions) {
|
|
@@ -2690,7 +2562,7 @@ class Vitals {
|
|
|
2690
2562
|
const _response = yield core.fetcher({
|
|
2691
2563
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/calories_basal/grouped`),
|
|
2692
2564
|
method: "GET",
|
|
2693
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2565
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2694
2566
|
contentType: "application/json",
|
|
2695
2567
|
queryParameters: _queryParams,
|
|
2696
2568
|
requestType: "json",
|
|
@@ -2739,18 +2611,14 @@ class Vitals {
|
|
|
2739
2611
|
}
|
|
2740
2612
|
/**
|
|
2741
2613
|
* @param {string} userId
|
|
2742
|
-
* @param {Vital.
|
|
2614
|
+
* @param {Vital.CaloriesActiveGroupedVitalsRequest} request
|
|
2743
2615
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2744
2616
|
*
|
|
2745
2617
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2746
2618
|
*
|
|
2747
2619
|
* @example
|
|
2748
2620
|
* await client.vitals.caloriesActiveGrouped("user_id", {
|
|
2749
|
-
*
|
|
2750
|
-
* nextCursor: "next_cursor",
|
|
2751
|
-
* provider: "provider",
|
|
2752
|
-
* startDate: "start_date",
|
|
2753
|
-
* endDate: "end_date"
|
|
2621
|
+
* startDate: "start_date"
|
|
2754
2622
|
* })
|
|
2755
2623
|
*/
|
|
2756
2624
|
caloriesActiveGrouped(userId, request, requestOptions) {
|
|
@@ -2774,7 +2642,7 @@ class Vitals {
|
|
|
2774
2642
|
const _response = yield core.fetcher({
|
|
2775
2643
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/calories_active/grouped`),
|
|
2776
2644
|
method: "GET",
|
|
2777
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2645
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2778
2646
|
contentType: "application/json",
|
|
2779
2647
|
queryParameters: _queryParams,
|
|
2780
2648
|
requestType: "json",
|
|
@@ -2823,18 +2691,14 @@ class Vitals {
|
|
|
2823
2691
|
}
|
|
2824
2692
|
/**
|
|
2825
2693
|
* @param {string} userId
|
|
2826
|
-
* @param {Vital.
|
|
2694
|
+
* @param {Vital.RespiratoryRateGroupedVitalsRequest} request
|
|
2827
2695
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2828
2696
|
*
|
|
2829
2697
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2830
2698
|
*
|
|
2831
2699
|
* @example
|
|
2832
2700
|
* await client.vitals.respiratoryRateGrouped("user_id", {
|
|
2833
|
-
*
|
|
2834
|
-
* nextCursor: "next_cursor",
|
|
2835
|
-
* provider: "provider",
|
|
2836
|
-
* startDate: "start_date",
|
|
2837
|
-
* endDate: "end_date"
|
|
2701
|
+
* startDate: "start_date"
|
|
2838
2702
|
* })
|
|
2839
2703
|
*/
|
|
2840
2704
|
respiratoryRateGrouped(userId, request, requestOptions) {
|
|
@@ -2858,7 +2722,7 @@ class Vitals {
|
|
|
2858
2722
|
const _response = yield core.fetcher({
|
|
2859
2723
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/respiratory_rate/grouped`),
|
|
2860
2724
|
method: "GET",
|
|
2861
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2725
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2862
2726
|
contentType: "application/json",
|
|
2863
2727
|
queryParameters: _queryParams,
|
|
2864
2728
|
requestType: "json",
|
|
@@ -2907,18 +2771,14 @@ class Vitals {
|
|
|
2907
2771
|
}
|
|
2908
2772
|
/**
|
|
2909
2773
|
* @param {string} userId
|
|
2910
|
-
* @param {Vital.
|
|
2774
|
+
* @param {Vital.NoteGroupedVitalsRequest} request
|
|
2911
2775
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2912
2776
|
*
|
|
2913
2777
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2914
2778
|
*
|
|
2915
2779
|
* @example
|
|
2916
2780
|
* await client.vitals.noteGrouped("user_id", {
|
|
2917
|
-
*
|
|
2918
|
-
* nextCursor: "next_cursor",
|
|
2919
|
-
* provider: "provider",
|
|
2920
|
-
* startDate: "start_date",
|
|
2921
|
-
* endDate: "end_date"
|
|
2781
|
+
* startDate: "start_date"
|
|
2922
2782
|
* })
|
|
2923
2783
|
*/
|
|
2924
2784
|
noteGrouped(userId, request, requestOptions) {
|
|
@@ -2942,7 +2802,7 @@ class Vitals {
|
|
|
2942
2802
|
const _response = yield core.fetcher({
|
|
2943
2803
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/note/grouped`),
|
|
2944
2804
|
method: "GET",
|
|
2945
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2805
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
2946
2806
|
contentType: "application/json",
|
|
2947
2807
|
queryParameters: _queryParams,
|
|
2948
2808
|
requestType: "json",
|
|
@@ -2991,18 +2851,14 @@ class Vitals {
|
|
|
2991
2851
|
}
|
|
2992
2852
|
/**
|
|
2993
2853
|
* @param {string} userId
|
|
2994
|
-
* @param {Vital.
|
|
2854
|
+
* @param {Vital.InsulinInjectionGroupedVitalsRequest} request
|
|
2995
2855
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
2996
2856
|
*
|
|
2997
2857
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
2998
2858
|
*
|
|
2999
2859
|
* @example
|
|
3000
2860
|
* await client.vitals.insulinInjectionGrouped("user_id", {
|
|
3001
|
-
*
|
|
3002
|
-
* nextCursor: "next_cursor",
|
|
3003
|
-
* provider: "provider",
|
|
3004
|
-
* startDate: "start_date",
|
|
3005
|
-
* endDate: "end_date"
|
|
2861
|
+
* startDate: "start_date"
|
|
3006
2862
|
* })
|
|
3007
2863
|
*/
|
|
3008
2864
|
insulinInjectionGrouped(userId, request, requestOptions) {
|
|
@@ -3026,7 +2882,7 @@ class Vitals {
|
|
|
3026
2882
|
const _response = yield core.fetcher({
|
|
3027
2883
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/insulin_injection/grouped`),
|
|
3028
2884
|
method: "GET",
|
|
3029
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2885
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3030
2886
|
contentType: "application/json",
|
|
3031
2887
|
queryParameters: _queryParams,
|
|
3032
2888
|
requestType: "json",
|
|
@@ -3075,18 +2931,14 @@ class Vitals {
|
|
|
3075
2931
|
}
|
|
3076
2932
|
/**
|
|
3077
2933
|
* @param {string} userId
|
|
3078
|
-
* @param {Vital.
|
|
2934
|
+
* @param {Vital.IgeGroupedVitalsRequest} request
|
|
3079
2935
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3080
2936
|
*
|
|
3081
2937
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3082
2938
|
*
|
|
3083
2939
|
* @example
|
|
3084
2940
|
* await client.vitals.igeGrouped("user_id", {
|
|
3085
|
-
*
|
|
3086
|
-
* nextCursor: "next_cursor",
|
|
3087
|
-
* provider: "provider",
|
|
3088
|
-
* startDate: "start_date",
|
|
3089
|
-
* endDate: "end_date"
|
|
2941
|
+
* startDate: "start_date"
|
|
3090
2942
|
* })
|
|
3091
2943
|
*/
|
|
3092
2944
|
igeGrouped(userId, request, requestOptions) {
|
|
@@ -3110,7 +2962,7 @@ class Vitals {
|
|
|
3110
2962
|
const _response = yield core.fetcher({
|
|
3111
2963
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/ige/grouped`),
|
|
3112
2964
|
method: "GET",
|
|
3113
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
2965
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3114
2966
|
contentType: "application/json",
|
|
3115
2967
|
queryParameters: _queryParams,
|
|
3116
2968
|
requestType: "json",
|
|
@@ -3159,18 +3011,14 @@ class Vitals {
|
|
|
3159
3011
|
}
|
|
3160
3012
|
/**
|
|
3161
3013
|
* @param {string} userId
|
|
3162
|
-
* @param {Vital.
|
|
3014
|
+
* @param {Vital.IggGroupedVitalsRequest} request
|
|
3163
3015
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3164
3016
|
*
|
|
3165
3017
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3166
3018
|
*
|
|
3167
3019
|
* @example
|
|
3168
3020
|
* await client.vitals.iggGrouped("user_id", {
|
|
3169
|
-
*
|
|
3170
|
-
* nextCursor: "next_cursor",
|
|
3171
|
-
* provider: "provider",
|
|
3172
|
-
* startDate: "start_date",
|
|
3173
|
-
* endDate: "end_date"
|
|
3021
|
+
* startDate: "start_date"
|
|
3174
3022
|
* })
|
|
3175
3023
|
*/
|
|
3176
3024
|
iggGrouped(userId, request, requestOptions) {
|
|
@@ -3194,7 +3042,7 @@ class Vitals {
|
|
|
3194
3042
|
const _response = yield core.fetcher({
|
|
3195
3043
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/igg/grouped`),
|
|
3196
3044
|
method: "GET",
|
|
3197
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3045
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3198
3046
|
contentType: "application/json",
|
|
3199
3047
|
queryParameters: _queryParams,
|
|
3200
3048
|
requestType: "json",
|
|
@@ -3243,18 +3091,14 @@ class Vitals {
|
|
|
3243
3091
|
}
|
|
3244
3092
|
/**
|
|
3245
3093
|
* @param {string} userId
|
|
3246
|
-
* @param {Vital.
|
|
3094
|
+
* @param {Vital.HypnogramGroupedVitalsRequest} request
|
|
3247
3095
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3248
3096
|
*
|
|
3249
3097
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3250
3098
|
*
|
|
3251
3099
|
* @example
|
|
3252
3100
|
* await client.vitals.hypnogramGrouped("user_id", {
|
|
3253
|
-
*
|
|
3254
|
-
* nextCursor: "next_cursor",
|
|
3255
|
-
* provider: "provider",
|
|
3256
|
-
* startDate: "start_date",
|
|
3257
|
-
* endDate: "end_date"
|
|
3101
|
+
* startDate: "start_date"
|
|
3258
3102
|
* })
|
|
3259
3103
|
*/
|
|
3260
3104
|
hypnogramGrouped(userId, request, requestOptions) {
|
|
@@ -3278,7 +3122,7 @@ class Vitals {
|
|
|
3278
3122
|
const _response = yield core.fetcher({
|
|
3279
3123
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/hypnogram/grouped`),
|
|
3280
3124
|
method: "GET",
|
|
3281
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3125
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3282
3126
|
contentType: "application/json",
|
|
3283
3127
|
queryParameters: _queryParams,
|
|
3284
3128
|
requestType: "json",
|
|
@@ -3327,18 +3171,14 @@ class Vitals {
|
|
|
3327
3171
|
}
|
|
3328
3172
|
/**
|
|
3329
3173
|
* @param {string} userId
|
|
3330
|
-
* @param {Vital.
|
|
3174
|
+
* @param {Vital.HrvGroupedVitalsRequest} request
|
|
3331
3175
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3332
3176
|
*
|
|
3333
3177
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3334
3178
|
*
|
|
3335
3179
|
* @example
|
|
3336
3180
|
* await client.vitals.hrvGrouped("user_id", {
|
|
3337
|
-
*
|
|
3338
|
-
* nextCursor: "next_cursor",
|
|
3339
|
-
* provider: "provider",
|
|
3340
|
-
* startDate: "start_date",
|
|
3341
|
-
* endDate: "end_date"
|
|
3181
|
+
* startDate: "start_date"
|
|
3342
3182
|
* })
|
|
3343
3183
|
*/
|
|
3344
3184
|
hrvGrouped(userId, request, requestOptions) {
|
|
@@ -3362,7 +3202,7 @@ class Vitals {
|
|
|
3362
3202
|
const _response = yield core.fetcher({
|
|
3363
3203
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/hrv/grouped`),
|
|
3364
3204
|
method: "GET",
|
|
3365
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3205
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3366
3206
|
contentType: "application/json",
|
|
3367
3207
|
queryParameters: _queryParams,
|
|
3368
3208
|
requestType: "json",
|
|
@@ -3411,18 +3251,14 @@ class Vitals {
|
|
|
3411
3251
|
}
|
|
3412
3252
|
/**
|
|
3413
3253
|
* @param {string} userId
|
|
3414
|
-
* @param {Vital.
|
|
3254
|
+
* @param {Vital.HeartrateGroupedVitalsRequest} request
|
|
3415
3255
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3416
3256
|
*
|
|
3417
3257
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3418
3258
|
*
|
|
3419
3259
|
* @example
|
|
3420
3260
|
* await client.vitals.heartrateGrouped("user_id", {
|
|
3421
|
-
*
|
|
3422
|
-
* nextCursor: "next_cursor",
|
|
3423
|
-
* provider: "provider",
|
|
3424
|
-
* startDate: "start_date",
|
|
3425
|
-
* endDate: "end_date"
|
|
3261
|
+
* startDate: "start_date"
|
|
3426
3262
|
* })
|
|
3427
3263
|
*/
|
|
3428
3264
|
heartrateGrouped(userId, request, requestOptions) {
|
|
@@ -3446,7 +3282,7 @@ class Vitals {
|
|
|
3446
3282
|
const _response = yield core.fetcher({
|
|
3447
3283
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/heartrate/grouped`),
|
|
3448
3284
|
method: "GET",
|
|
3449
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3285
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3450
3286
|
contentType: "application/json",
|
|
3451
3287
|
queryParameters: _queryParams,
|
|
3452
3288
|
requestType: "json",
|
|
@@ -3495,18 +3331,14 @@ class Vitals {
|
|
|
3495
3331
|
}
|
|
3496
3332
|
/**
|
|
3497
3333
|
* @param {string} userId
|
|
3498
|
-
* @param {Vital.
|
|
3334
|
+
* @param {Vital.GlucoseGroupedVitalsRequest} request
|
|
3499
3335
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3500
3336
|
*
|
|
3501
3337
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3502
3338
|
*
|
|
3503
3339
|
* @example
|
|
3504
3340
|
* await client.vitals.glucoseGrouped("user_id", {
|
|
3505
|
-
*
|
|
3506
|
-
* nextCursor: "next_cursor",
|
|
3507
|
-
* provider: "provider",
|
|
3508
|
-
* startDate: "start_date",
|
|
3509
|
-
* endDate: "end_date"
|
|
3341
|
+
* startDate: "start_date"
|
|
3510
3342
|
* })
|
|
3511
3343
|
*/
|
|
3512
3344
|
glucoseGrouped(userId, request, requestOptions) {
|
|
@@ -3530,7 +3362,7 @@ class Vitals {
|
|
|
3530
3362
|
const _response = yield core.fetcher({
|
|
3531
3363
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/glucose/grouped`),
|
|
3532
3364
|
method: "GET",
|
|
3533
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3365
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3534
3366
|
contentType: "application/json",
|
|
3535
3367
|
queryParameters: _queryParams,
|
|
3536
3368
|
requestType: "json",
|
|
@@ -3579,18 +3411,14 @@ class Vitals {
|
|
|
3579
3411
|
}
|
|
3580
3412
|
/**
|
|
3581
3413
|
* @param {string} userId
|
|
3582
|
-
* @param {Vital.
|
|
3414
|
+
* @param {Vital.CholesterolGroupedVitalsRequest} request
|
|
3583
3415
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3584
3416
|
*
|
|
3585
3417
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3586
3418
|
*
|
|
3587
3419
|
* @example
|
|
3588
3420
|
* await client.vitals.cholesterolGrouped("user_id", {
|
|
3589
|
-
*
|
|
3590
|
-
* nextCursor: "next_cursor",
|
|
3591
|
-
* provider: "provider",
|
|
3592
|
-
* startDate: "start_date",
|
|
3593
|
-
* endDate: "end_date"
|
|
3421
|
+
* startDate: "start_date"
|
|
3594
3422
|
* })
|
|
3595
3423
|
*/
|
|
3596
3424
|
cholesterolGrouped(userId, request, requestOptions) {
|
|
@@ -3614,7 +3442,7 @@ class Vitals {
|
|
|
3614
3442
|
const _response = yield core.fetcher({
|
|
3615
3443
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol/grouped`),
|
|
3616
3444
|
method: "GET",
|
|
3617
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3445
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3618
3446
|
contentType: "application/json",
|
|
3619
3447
|
queryParameters: _queryParams,
|
|
3620
3448
|
requestType: "json",
|
|
@@ -3663,18 +3491,14 @@ class Vitals {
|
|
|
3663
3491
|
}
|
|
3664
3492
|
/**
|
|
3665
3493
|
* @param {string} userId
|
|
3666
|
-
* @param {Vital.
|
|
3494
|
+
* @param {Vital.CarbohydratesGroupedVitalsRequest} request
|
|
3667
3495
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3668
3496
|
*
|
|
3669
3497
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3670
3498
|
*
|
|
3671
3499
|
* @example
|
|
3672
3500
|
* await client.vitals.carbohydratesGrouped("user_id", {
|
|
3673
|
-
*
|
|
3674
|
-
* nextCursor: "next_cursor",
|
|
3675
|
-
* provider: "provider",
|
|
3676
|
-
* startDate: "start_date",
|
|
3677
|
-
* endDate: "end_date"
|
|
3501
|
+
* startDate: "start_date"
|
|
3678
3502
|
* })
|
|
3679
3503
|
*/
|
|
3680
3504
|
carbohydratesGrouped(userId, request, requestOptions) {
|
|
@@ -3698,7 +3522,7 @@ class Vitals {
|
|
|
3698
3522
|
const _response = yield core.fetcher({
|
|
3699
3523
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/carbohydrates/grouped`),
|
|
3700
3524
|
method: "GET",
|
|
3701
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3525
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3702
3526
|
contentType: "application/json",
|
|
3703
3527
|
queryParameters: _queryParams,
|
|
3704
3528
|
requestType: "json",
|
|
@@ -3747,18 +3571,14 @@ class Vitals {
|
|
|
3747
3571
|
}
|
|
3748
3572
|
/**
|
|
3749
3573
|
* @param {string} userId
|
|
3750
|
-
* @param {Vital.
|
|
3574
|
+
* @param {Vital.BodyTemperatureDeltaGroupedVitalsRequest} request
|
|
3751
3575
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3752
3576
|
*
|
|
3753
3577
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3754
3578
|
*
|
|
3755
3579
|
* @example
|
|
3756
3580
|
* await client.vitals.bodyTemperatureDeltaGrouped("user_id", {
|
|
3757
|
-
*
|
|
3758
|
-
* nextCursor: "next_cursor",
|
|
3759
|
-
* provider: "provider",
|
|
3760
|
-
* startDate: "start_date",
|
|
3761
|
-
* endDate: "end_date"
|
|
3581
|
+
* startDate: "start_date"
|
|
3762
3582
|
* })
|
|
3763
3583
|
*/
|
|
3764
3584
|
bodyTemperatureDeltaGrouped(userId, request, requestOptions) {
|
|
@@ -3782,7 +3602,7 @@ class Vitals {
|
|
|
3782
3602
|
const _response = yield core.fetcher({
|
|
3783
3603
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_temperature_delta/grouped`),
|
|
3784
3604
|
method: "GET",
|
|
3785
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3605
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3786
3606
|
contentType: "application/json",
|
|
3787
3607
|
queryParameters: _queryParams,
|
|
3788
3608
|
requestType: "json",
|
|
@@ -3831,18 +3651,14 @@ class Vitals {
|
|
|
3831
3651
|
}
|
|
3832
3652
|
/**
|
|
3833
3653
|
* @param {string} userId
|
|
3834
|
-
* @param {Vital.
|
|
3654
|
+
* @param {Vital.BodyTemperatureGroupedVitalsRequest} request
|
|
3835
3655
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3836
3656
|
*
|
|
3837
3657
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3838
3658
|
*
|
|
3839
3659
|
* @example
|
|
3840
3660
|
* await client.vitals.bodyTemperatureGrouped("user_id", {
|
|
3841
|
-
*
|
|
3842
|
-
* nextCursor: "next_cursor",
|
|
3843
|
-
* provider: "provider",
|
|
3844
|
-
* startDate: "start_date",
|
|
3845
|
-
* endDate: "end_date"
|
|
3661
|
+
* startDate: "start_date"
|
|
3846
3662
|
* })
|
|
3847
3663
|
*/
|
|
3848
3664
|
bodyTemperatureGrouped(userId, request, requestOptions) {
|
|
@@ -3866,7 +3682,7 @@ class Vitals {
|
|
|
3866
3682
|
const _response = yield core.fetcher({
|
|
3867
3683
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_temperature/grouped`),
|
|
3868
3684
|
method: "GET",
|
|
3869
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3685
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3870
3686
|
contentType: "application/json",
|
|
3871
3687
|
queryParameters: _queryParams,
|
|
3872
3688
|
requestType: "json",
|
|
@@ -3915,18 +3731,14 @@ class Vitals {
|
|
|
3915
3731
|
}
|
|
3916
3732
|
/**
|
|
3917
3733
|
* @param {string} userId
|
|
3918
|
-
* @param {Vital.
|
|
3734
|
+
* @param {Vital.BodyWeightGroupedVitalsRequest} request
|
|
3919
3735
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
3920
3736
|
*
|
|
3921
3737
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
3922
3738
|
*
|
|
3923
3739
|
* @example
|
|
3924
3740
|
* await client.vitals.bodyWeightGrouped("user_id", {
|
|
3925
|
-
*
|
|
3926
|
-
* nextCursor: "next_cursor",
|
|
3927
|
-
* provider: "provider",
|
|
3928
|
-
* startDate: "start_date",
|
|
3929
|
-
* endDate: "end_date"
|
|
3741
|
+
* startDate: "start_date"
|
|
3930
3742
|
* })
|
|
3931
3743
|
*/
|
|
3932
3744
|
bodyWeightGrouped(userId, request, requestOptions) {
|
|
@@ -3950,7 +3762,7 @@ class Vitals {
|
|
|
3950
3762
|
const _response = yield core.fetcher({
|
|
3951
3763
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_weight/grouped`),
|
|
3952
3764
|
method: "GET",
|
|
3953
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3765
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
3954
3766
|
contentType: "application/json",
|
|
3955
3767
|
queryParameters: _queryParams,
|
|
3956
3768
|
requestType: "json",
|
|
@@ -3999,18 +3811,14 @@ class Vitals {
|
|
|
3999
3811
|
}
|
|
4000
3812
|
/**
|
|
4001
3813
|
* @param {string} userId
|
|
4002
|
-
* @param {Vital.
|
|
3814
|
+
* @param {Vital.BodyFatGroupedVitalsRequest} request
|
|
4003
3815
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4004
3816
|
*
|
|
4005
3817
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4006
3818
|
*
|
|
4007
3819
|
* @example
|
|
4008
3820
|
* await client.vitals.bodyFatGrouped("user_id", {
|
|
4009
|
-
*
|
|
4010
|
-
* nextCursor: "next_cursor",
|
|
4011
|
-
* provider: "provider",
|
|
4012
|
-
* startDate: "start_date",
|
|
4013
|
-
* endDate: "end_date"
|
|
3821
|
+
* startDate: "start_date"
|
|
4014
3822
|
* })
|
|
4015
3823
|
*/
|
|
4016
3824
|
bodyFatGrouped(userId, request, requestOptions) {
|
|
@@ -4034,7 +3842,7 @@ class Vitals {
|
|
|
4034
3842
|
const _response = yield core.fetcher({
|
|
4035
3843
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_fat/grouped`),
|
|
4036
3844
|
method: "GET",
|
|
4037
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3845
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4038
3846
|
contentType: "application/json",
|
|
4039
3847
|
queryParameters: _queryParams,
|
|
4040
3848
|
requestType: "json",
|
|
@@ -4083,18 +3891,14 @@ class Vitals {
|
|
|
4083
3891
|
}
|
|
4084
3892
|
/**
|
|
4085
3893
|
* @param {string} userId
|
|
4086
|
-
* @param {Vital.
|
|
3894
|
+
* @param {Vital.BloodOxygenGroupedVitalsRequest} request
|
|
4087
3895
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4088
3896
|
*
|
|
4089
3897
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4090
3898
|
*
|
|
4091
3899
|
* @example
|
|
4092
3900
|
* await client.vitals.bloodOxygenGrouped("user_id", {
|
|
4093
|
-
*
|
|
4094
|
-
* nextCursor: "next_cursor",
|
|
4095
|
-
* provider: "provider",
|
|
4096
|
-
* startDate: "start_date",
|
|
4097
|
-
* endDate: "end_date"
|
|
3901
|
+
* startDate: "start_date"
|
|
4098
3902
|
* })
|
|
4099
3903
|
*/
|
|
4100
3904
|
bloodOxygenGrouped(userId, request, requestOptions) {
|
|
@@ -4118,7 +3922,7 @@ class Vitals {
|
|
|
4118
3922
|
const _response = yield core.fetcher({
|
|
4119
3923
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/blood_oxygen/grouped`),
|
|
4120
3924
|
method: "GET",
|
|
4121
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
3925
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4122
3926
|
contentType: "application/json",
|
|
4123
3927
|
queryParameters: _queryParams,
|
|
4124
3928
|
requestType: "json",
|
|
@@ -4167,18 +3971,14 @@ class Vitals {
|
|
|
4167
3971
|
}
|
|
4168
3972
|
/**
|
|
4169
3973
|
* @param {string} userId
|
|
4170
|
-
* @param {Vital.
|
|
3974
|
+
* @param {Vital.ElectrocardiogramVoltageGroupedVitalsRequest} request
|
|
4171
3975
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4172
3976
|
*
|
|
4173
3977
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4174
3978
|
*
|
|
4175
3979
|
* @example
|
|
4176
3980
|
* await client.vitals.electrocardiogramVoltageGrouped("user_id", {
|
|
4177
|
-
*
|
|
4178
|
-
* nextCursor: "next_cursor",
|
|
4179
|
-
* provider: "provider",
|
|
4180
|
-
* startDate: "start_date",
|
|
4181
|
-
* endDate: "end_date"
|
|
3981
|
+
* startDate: "start_date"
|
|
4182
3982
|
* })
|
|
4183
3983
|
*/
|
|
4184
3984
|
electrocardiogramVoltageGrouped(userId, request, requestOptions) {
|
|
@@ -4202,7 +4002,7 @@ class Vitals {
|
|
|
4202
4002
|
const _response = yield core.fetcher({
|
|
4203
4003
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/electrocardiogram_voltage/grouped`),
|
|
4204
4004
|
method: "GET",
|
|
4205
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4005
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4206
4006
|
contentType: "application/json",
|
|
4207
4007
|
queryParameters: _queryParams,
|
|
4208
4008
|
requestType: "json",
|
|
@@ -4251,18 +4051,14 @@ class Vitals {
|
|
|
4251
4051
|
}
|
|
4252
4052
|
/**
|
|
4253
4053
|
* @param {string} userId
|
|
4254
|
-
* @param {Vital.
|
|
4054
|
+
* @param {Vital.BloodPressureGroupedVitalsRequest} request
|
|
4255
4055
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4256
4056
|
*
|
|
4257
4057
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4258
4058
|
*
|
|
4259
4059
|
* @example
|
|
4260
4060
|
* await client.vitals.bloodPressureGrouped("user_id", {
|
|
4261
|
-
*
|
|
4262
|
-
* nextCursor: "next_cursor",
|
|
4263
|
-
* provider: "provider",
|
|
4264
|
-
* startDate: "start_date",
|
|
4265
|
-
* endDate: "end_date"
|
|
4061
|
+
* startDate: "start_date"
|
|
4266
4062
|
* })
|
|
4267
4063
|
*/
|
|
4268
4064
|
bloodPressureGrouped(userId, request, requestOptions) {
|
|
@@ -4286,7 +4082,7 @@ class Vitals {
|
|
|
4286
4082
|
const _response = yield core.fetcher({
|
|
4287
4083
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/blood_pressure/grouped`),
|
|
4288
4084
|
method: "GET",
|
|
4289
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4085
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4290
4086
|
contentType: "application/json",
|
|
4291
4087
|
queryParameters: _queryParams,
|
|
4292
4088
|
requestType: "json",
|
|
@@ -4335,16 +4131,14 @@ class Vitals {
|
|
|
4335
4131
|
}
|
|
4336
4132
|
/**
|
|
4337
4133
|
* @param {string} userId
|
|
4338
|
-
* @param {Vital.
|
|
4134
|
+
* @param {Vital.Vo2MaxVitalsRequest} request
|
|
4339
4135
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4340
4136
|
*
|
|
4341
4137
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4342
4138
|
*
|
|
4343
4139
|
* @example
|
|
4344
4140
|
* await client.vitals.vo2Max("user_id", {
|
|
4345
|
-
*
|
|
4346
|
-
* startDate: "start_date",
|
|
4347
|
-
* endDate: "end_date"
|
|
4141
|
+
* startDate: "start_date"
|
|
4348
4142
|
* })
|
|
4349
4143
|
*/
|
|
4350
4144
|
vo2Max(userId, request, requestOptions) {
|
|
@@ -4362,7 +4156,7 @@ class Vitals {
|
|
|
4362
4156
|
const _response = yield core.fetcher({
|
|
4363
4157
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/vo2_max`),
|
|
4364
4158
|
method: "GET",
|
|
4365
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4159
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4366
4160
|
contentType: "application/json",
|
|
4367
4161
|
queryParameters: _queryParams,
|
|
4368
4162
|
requestType: "json",
|
|
@@ -4411,16 +4205,14 @@ class Vitals {
|
|
|
4411
4205
|
}
|
|
4412
4206
|
/**
|
|
4413
4207
|
* @param {string} userId
|
|
4414
|
-
* @param {Vital.
|
|
4208
|
+
* @param {Vital.StressLevelVitalsRequest} request
|
|
4415
4209
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4416
4210
|
*
|
|
4417
4211
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4418
4212
|
*
|
|
4419
4213
|
* @example
|
|
4420
4214
|
* await client.vitals.stressLevel("user_id", {
|
|
4421
|
-
*
|
|
4422
|
-
* startDate: "start_date",
|
|
4423
|
-
* endDate: "end_date"
|
|
4215
|
+
* startDate: "start_date"
|
|
4424
4216
|
* })
|
|
4425
4217
|
*/
|
|
4426
4218
|
stressLevel(userId, request, requestOptions) {
|
|
@@ -4438,7 +4230,7 @@ class Vitals {
|
|
|
4438
4230
|
const _response = yield core.fetcher({
|
|
4439
4231
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/stress_level`),
|
|
4440
4232
|
method: "GET",
|
|
4441
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4233
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4442
4234
|
contentType: "application/json",
|
|
4443
4235
|
queryParameters: _queryParams,
|
|
4444
4236
|
requestType: "json",
|
|
@@ -4487,16 +4279,14 @@ class Vitals {
|
|
|
4487
4279
|
}
|
|
4488
4280
|
/**
|
|
4489
4281
|
* @param {string} userId
|
|
4490
|
-
* @param {Vital.
|
|
4282
|
+
* @param {Vital.MindfulnessMinutesVitalsRequest} request
|
|
4491
4283
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4492
4284
|
*
|
|
4493
4285
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4494
4286
|
*
|
|
4495
4287
|
* @example
|
|
4496
4288
|
* await client.vitals.mindfulnessMinutes("user_id", {
|
|
4497
|
-
*
|
|
4498
|
-
* startDate: "start_date",
|
|
4499
|
-
* endDate: "end_date"
|
|
4289
|
+
* startDate: "start_date"
|
|
4500
4290
|
* })
|
|
4501
4291
|
*/
|
|
4502
4292
|
mindfulnessMinutes(userId, request, requestOptions) {
|
|
@@ -4514,7 +4304,7 @@ class Vitals {
|
|
|
4514
4304
|
const _response = yield core.fetcher({
|
|
4515
4305
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/mindfulness_minutes`),
|
|
4516
4306
|
method: "GET",
|
|
4517
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4307
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4518
4308
|
contentType: "application/json",
|
|
4519
4309
|
queryParameters: _queryParams,
|
|
4520
4310
|
requestType: "json",
|
|
@@ -4563,16 +4353,14 @@ class Vitals {
|
|
|
4563
4353
|
}
|
|
4564
4354
|
/**
|
|
4565
4355
|
* @param {string} userId
|
|
4566
|
-
* @param {Vital.
|
|
4356
|
+
* @param {Vital.CaffeineVitalsRequest} request
|
|
4567
4357
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4568
4358
|
*
|
|
4569
4359
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4570
4360
|
*
|
|
4571
4361
|
* @example
|
|
4572
4362
|
* await client.vitals.caffeine("user_id", {
|
|
4573
|
-
*
|
|
4574
|
-
* startDate: "start_date",
|
|
4575
|
-
* endDate: "end_date"
|
|
4363
|
+
* startDate: "start_date"
|
|
4576
4364
|
* })
|
|
4577
4365
|
*/
|
|
4578
4366
|
caffeine(userId, request, requestOptions) {
|
|
@@ -4590,7 +4378,7 @@ class Vitals {
|
|
|
4590
4378
|
const _response = yield core.fetcher({
|
|
4591
4379
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/caffeine`),
|
|
4592
4380
|
method: "GET",
|
|
4593
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4381
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4594
4382
|
contentType: "application/json",
|
|
4595
4383
|
queryParameters: _queryParams,
|
|
4596
4384
|
requestType: "json",
|
|
@@ -4639,16 +4427,14 @@ class Vitals {
|
|
|
4639
4427
|
}
|
|
4640
4428
|
/**
|
|
4641
4429
|
* @param {string} userId
|
|
4642
|
-
* @param {Vital.
|
|
4430
|
+
* @param {Vital.WaterVitalsRequest} request
|
|
4643
4431
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4644
4432
|
*
|
|
4645
4433
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4646
4434
|
*
|
|
4647
4435
|
* @example
|
|
4648
4436
|
* await client.vitals.water("user_id", {
|
|
4649
|
-
*
|
|
4650
|
-
* startDate: "start_date",
|
|
4651
|
-
* endDate: "end_date"
|
|
4437
|
+
* startDate: "start_date"
|
|
4652
4438
|
* })
|
|
4653
4439
|
*/
|
|
4654
4440
|
water(userId, request, requestOptions) {
|
|
@@ -4666,7 +4452,7 @@ class Vitals {
|
|
|
4666
4452
|
const _response = yield core.fetcher({
|
|
4667
4453
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/water`),
|
|
4668
4454
|
method: "GET",
|
|
4669
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4455
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4670
4456
|
contentType: "application/json",
|
|
4671
4457
|
queryParameters: _queryParams,
|
|
4672
4458
|
requestType: "json",
|
|
@@ -4715,16 +4501,14 @@ class Vitals {
|
|
|
4715
4501
|
}
|
|
4716
4502
|
/**
|
|
4717
4503
|
* @param {string} userId
|
|
4718
|
-
* @param {Vital.
|
|
4504
|
+
* @param {Vital.StepsVitalsRequest} request
|
|
4719
4505
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4720
4506
|
*
|
|
4721
4507
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4722
4508
|
*
|
|
4723
4509
|
* @example
|
|
4724
4510
|
* await client.vitals.steps("user_id", {
|
|
4725
|
-
*
|
|
4726
|
-
* startDate: "start_date",
|
|
4727
|
-
* endDate: "end_date"
|
|
4511
|
+
* startDate: "start_date"
|
|
4728
4512
|
* })
|
|
4729
4513
|
*/
|
|
4730
4514
|
steps(userId, request, requestOptions) {
|
|
@@ -4742,7 +4526,7 @@ class Vitals {
|
|
|
4742
4526
|
const _response = yield core.fetcher({
|
|
4743
4527
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/steps`),
|
|
4744
4528
|
method: "GET",
|
|
4745
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4529
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4746
4530
|
contentType: "application/json",
|
|
4747
4531
|
queryParameters: _queryParams,
|
|
4748
4532
|
requestType: "json",
|
|
@@ -4791,16 +4575,14 @@ class Vitals {
|
|
|
4791
4575
|
}
|
|
4792
4576
|
/**
|
|
4793
4577
|
* @param {string} userId
|
|
4794
|
-
* @param {Vital.
|
|
4578
|
+
* @param {Vital.FloorsClimbedVitalsRequest} request
|
|
4795
4579
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4796
4580
|
*
|
|
4797
4581
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4798
4582
|
*
|
|
4799
4583
|
* @example
|
|
4800
4584
|
* await client.vitals.floorsClimbed("user_id", {
|
|
4801
|
-
*
|
|
4802
|
-
* startDate: "start_date",
|
|
4803
|
-
* endDate: "end_date"
|
|
4585
|
+
* startDate: "start_date"
|
|
4804
4586
|
* })
|
|
4805
4587
|
*/
|
|
4806
4588
|
floorsClimbed(userId, request, requestOptions) {
|
|
@@ -4818,7 +4600,7 @@ class Vitals {
|
|
|
4818
4600
|
const _response = yield core.fetcher({
|
|
4819
4601
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/floors_climbed`),
|
|
4820
4602
|
method: "GET",
|
|
4821
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4603
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4822
4604
|
contentType: "application/json",
|
|
4823
4605
|
queryParameters: _queryParams,
|
|
4824
4606
|
requestType: "json",
|
|
@@ -4867,16 +4649,14 @@ class Vitals {
|
|
|
4867
4649
|
}
|
|
4868
4650
|
/**
|
|
4869
4651
|
* @param {string} userId
|
|
4870
|
-
* @param {Vital.
|
|
4652
|
+
* @param {Vital.DistanceVitalsRequest} request
|
|
4871
4653
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4872
4654
|
*
|
|
4873
4655
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4874
4656
|
*
|
|
4875
4657
|
* @example
|
|
4876
4658
|
* await client.vitals.distance("user_id", {
|
|
4877
|
-
*
|
|
4878
|
-
* startDate: "start_date",
|
|
4879
|
-
* endDate: "end_date"
|
|
4659
|
+
* startDate: "start_date"
|
|
4880
4660
|
* })
|
|
4881
4661
|
*/
|
|
4882
4662
|
distance(userId, request, requestOptions) {
|
|
@@ -4894,7 +4674,7 @@ class Vitals {
|
|
|
4894
4674
|
const _response = yield core.fetcher({
|
|
4895
4675
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/distance`),
|
|
4896
4676
|
method: "GET",
|
|
4897
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4677
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4898
4678
|
contentType: "application/json",
|
|
4899
4679
|
queryParameters: _queryParams,
|
|
4900
4680
|
requestType: "json",
|
|
@@ -4943,16 +4723,14 @@ class Vitals {
|
|
|
4943
4723
|
}
|
|
4944
4724
|
/**
|
|
4945
4725
|
* @param {string} userId
|
|
4946
|
-
* @param {Vital.
|
|
4726
|
+
* @param {Vital.CaloriesBasalVitalsRequest} request
|
|
4947
4727
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
4948
4728
|
*
|
|
4949
4729
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
4950
4730
|
*
|
|
4951
4731
|
* @example
|
|
4952
4732
|
* await client.vitals.caloriesBasal("user_id", {
|
|
4953
|
-
*
|
|
4954
|
-
* startDate: "start_date",
|
|
4955
|
-
* endDate: "end_date"
|
|
4733
|
+
* startDate: "start_date"
|
|
4956
4734
|
* })
|
|
4957
4735
|
*/
|
|
4958
4736
|
caloriesBasal(userId, request, requestOptions) {
|
|
@@ -4970,7 +4748,7 @@ class Vitals {
|
|
|
4970
4748
|
const _response = yield core.fetcher({
|
|
4971
4749
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/calories_basal`),
|
|
4972
4750
|
method: "GET",
|
|
4973
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4751
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
4974
4752
|
contentType: "application/json",
|
|
4975
4753
|
queryParameters: _queryParams,
|
|
4976
4754
|
requestType: "json",
|
|
@@ -5019,16 +4797,14 @@ class Vitals {
|
|
|
5019
4797
|
}
|
|
5020
4798
|
/**
|
|
5021
4799
|
* @param {string} userId
|
|
5022
|
-
* @param {Vital.
|
|
4800
|
+
* @param {Vital.CaloriesActiveVitalsRequest} request
|
|
5023
4801
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5024
4802
|
*
|
|
5025
4803
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5026
4804
|
*
|
|
5027
4805
|
* @example
|
|
5028
4806
|
* await client.vitals.caloriesActive("user_id", {
|
|
5029
|
-
*
|
|
5030
|
-
* startDate: "start_date",
|
|
5031
|
-
* endDate: "end_date"
|
|
4807
|
+
* startDate: "start_date"
|
|
5032
4808
|
* })
|
|
5033
4809
|
*/
|
|
5034
4810
|
caloriesActive(userId, request, requestOptions) {
|
|
@@ -5046,7 +4822,7 @@ class Vitals {
|
|
|
5046
4822
|
const _response = yield core.fetcher({
|
|
5047
4823
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/calories_active`),
|
|
5048
4824
|
method: "GET",
|
|
5049
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4825
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5050
4826
|
contentType: "application/json",
|
|
5051
4827
|
queryParameters: _queryParams,
|
|
5052
4828
|
requestType: "json",
|
|
@@ -5095,16 +4871,14 @@ class Vitals {
|
|
|
5095
4871
|
}
|
|
5096
4872
|
/**
|
|
5097
4873
|
* @param {string} userId
|
|
5098
|
-
* @param {Vital.
|
|
4874
|
+
* @param {Vital.RespiratoryRateVitalsRequest} request
|
|
5099
4875
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5100
4876
|
*
|
|
5101
4877
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5102
4878
|
*
|
|
5103
4879
|
* @example
|
|
5104
4880
|
* await client.vitals.respiratoryRate("user_id", {
|
|
5105
|
-
*
|
|
5106
|
-
* startDate: "start_date",
|
|
5107
|
-
* endDate: "end_date"
|
|
4881
|
+
* startDate: "start_date"
|
|
5108
4882
|
* })
|
|
5109
4883
|
*/
|
|
5110
4884
|
respiratoryRate(userId, request, requestOptions) {
|
|
@@ -5122,7 +4896,7 @@ class Vitals {
|
|
|
5122
4896
|
const _response = yield core.fetcher({
|
|
5123
4897
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/respiratory_rate`),
|
|
5124
4898
|
method: "GET",
|
|
5125
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4899
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5126
4900
|
contentType: "application/json",
|
|
5127
4901
|
queryParameters: _queryParams,
|
|
5128
4902
|
requestType: "json",
|
|
@@ -5171,16 +4945,14 @@ class Vitals {
|
|
|
5171
4945
|
}
|
|
5172
4946
|
/**
|
|
5173
4947
|
* @param {string} userId
|
|
5174
|
-
* @param {Vital.
|
|
4948
|
+
* @param {Vital.IgeVitalsRequest} request
|
|
5175
4949
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5176
4950
|
*
|
|
5177
4951
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5178
4952
|
*
|
|
5179
4953
|
* @example
|
|
5180
4954
|
* await client.vitals.ige("user_id", {
|
|
5181
|
-
*
|
|
5182
|
-
* startDate: "start_date",
|
|
5183
|
-
* endDate: "end_date"
|
|
4955
|
+
* startDate: "start_date"
|
|
5184
4956
|
* })
|
|
5185
4957
|
*/
|
|
5186
4958
|
ige(userId, request, requestOptions) {
|
|
@@ -5198,7 +4970,7 @@ class Vitals {
|
|
|
5198
4970
|
const _response = yield core.fetcher({
|
|
5199
4971
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/ige`),
|
|
5200
4972
|
method: "GET",
|
|
5201
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
4973
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5202
4974
|
contentType: "application/json",
|
|
5203
4975
|
queryParameters: _queryParams,
|
|
5204
4976
|
requestType: "json",
|
|
@@ -5247,16 +5019,14 @@ class Vitals {
|
|
|
5247
5019
|
}
|
|
5248
5020
|
/**
|
|
5249
5021
|
* @param {string} userId
|
|
5250
|
-
* @param {Vital.
|
|
5022
|
+
* @param {Vital.IggVitalsRequest} request
|
|
5251
5023
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5252
5024
|
*
|
|
5253
5025
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5254
5026
|
*
|
|
5255
5027
|
* @example
|
|
5256
5028
|
* await client.vitals.igg("user_id", {
|
|
5257
|
-
*
|
|
5258
|
-
* startDate: "start_date",
|
|
5259
|
-
* endDate: "end_date"
|
|
5029
|
+
* startDate: "start_date"
|
|
5260
5030
|
* })
|
|
5261
5031
|
*/
|
|
5262
5032
|
igg(userId, request, requestOptions) {
|
|
@@ -5274,7 +5044,7 @@ class Vitals {
|
|
|
5274
5044
|
const _response = yield core.fetcher({
|
|
5275
5045
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/igg`),
|
|
5276
5046
|
method: "GET",
|
|
5277
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5047
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5278
5048
|
contentType: "application/json",
|
|
5279
5049
|
queryParameters: _queryParams,
|
|
5280
5050
|
requestType: "json",
|
|
@@ -5323,16 +5093,14 @@ class Vitals {
|
|
|
5323
5093
|
}
|
|
5324
5094
|
/**
|
|
5325
5095
|
* @param {string} userId
|
|
5326
|
-
* @param {Vital.
|
|
5096
|
+
* @param {Vital.HypnogramVitalsRequest} request
|
|
5327
5097
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5328
5098
|
*
|
|
5329
5099
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5330
5100
|
*
|
|
5331
5101
|
* @example
|
|
5332
5102
|
* await client.vitals.hypnogram("user_id", {
|
|
5333
|
-
*
|
|
5334
|
-
* startDate: "start_date",
|
|
5335
|
-
* endDate: "end_date"
|
|
5103
|
+
* startDate: "start_date"
|
|
5336
5104
|
* })
|
|
5337
5105
|
*/
|
|
5338
5106
|
hypnogram(userId, request, requestOptions) {
|
|
@@ -5350,7 +5118,7 @@ class Vitals {
|
|
|
5350
5118
|
const _response = yield core.fetcher({
|
|
5351
5119
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/hypnogram`),
|
|
5352
5120
|
method: "GET",
|
|
5353
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5121
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5354
5122
|
contentType: "application/json",
|
|
5355
5123
|
queryParameters: _queryParams,
|
|
5356
5124
|
requestType: "json",
|
|
@@ -5399,16 +5167,14 @@ class Vitals {
|
|
|
5399
5167
|
}
|
|
5400
5168
|
/**
|
|
5401
5169
|
* @param {string} userId
|
|
5402
|
-
* @param {Vital.
|
|
5170
|
+
* @param {Vital.HrvVitalsRequest} request
|
|
5403
5171
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5404
5172
|
*
|
|
5405
5173
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5406
5174
|
*
|
|
5407
5175
|
* @example
|
|
5408
5176
|
* await client.vitals.hrv("user_id", {
|
|
5409
|
-
*
|
|
5410
|
-
* startDate: "start_date",
|
|
5411
|
-
* endDate: "end_date"
|
|
5177
|
+
* startDate: "start_date"
|
|
5412
5178
|
* })
|
|
5413
5179
|
*/
|
|
5414
5180
|
hrv(userId, request, requestOptions) {
|
|
@@ -5426,7 +5192,7 @@ class Vitals {
|
|
|
5426
5192
|
const _response = yield core.fetcher({
|
|
5427
5193
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/hrv`),
|
|
5428
5194
|
method: "GET",
|
|
5429
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5195
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5430
5196
|
contentType: "application/json",
|
|
5431
5197
|
queryParameters: _queryParams,
|
|
5432
5198
|
requestType: "json",
|
|
@@ -5475,16 +5241,14 @@ class Vitals {
|
|
|
5475
5241
|
}
|
|
5476
5242
|
/**
|
|
5477
5243
|
* @param {string} userId
|
|
5478
|
-
* @param {Vital.
|
|
5244
|
+
* @param {Vital.HeartrateVitalsRequest} request
|
|
5479
5245
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5480
5246
|
*
|
|
5481
5247
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5482
5248
|
*
|
|
5483
5249
|
* @example
|
|
5484
5250
|
* await client.vitals.heartrate("user_id", {
|
|
5485
|
-
*
|
|
5486
|
-
* startDate: "start_date",
|
|
5487
|
-
* endDate: "end_date"
|
|
5251
|
+
* startDate: "start_date"
|
|
5488
5252
|
* })
|
|
5489
5253
|
*/
|
|
5490
5254
|
heartrate(userId, request, requestOptions) {
|
|
@@ -5502,7 +5266,7 @@ class Vitals {
|
|
|
5502
5266
|
const _response = yield core.fetcher({
|
|
5503
5267
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/heartrate`),
|
|
5504
5268
|
method: "GET",
|
|
5505
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5269
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5506
5270
|
contentType: "application/json",
|
|
5507
5271
|
queryParameters: _queryParams,
|
|
5508
5272
|
requestType: "json",
|
|
@@ -5551,16 +5315,14 @@ class Vitals {
|
|
|
5551
5315
|
}
|
|
5552
5316
|
/**
|
|
5553
5317
|
* @param {string} userId
|
|
5554
|
-
* @param {Vital.
|
|
5318
|
+
* @param {Vital.GlucoseVitalsRequest} request
|
|
5555
5319
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5556
5320
|
*
|
|
5557
5321
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5558
5322
|
*
|
|
5559
5323
|
* @example
|
|
5560
5324
|
* await client.vitals.glucose("user_id", {
|
|
5561
|
-
*
|
|
5562
|
-
* startDate: "start_date",
|
|
5563
|
-
* endDate: "end_date"
|
|
5325
|
+
* startDate: "start_date"
|
|
5564
5326
|
* })
|
|
5565
5327
|
*/
|
|
5566
5328
|
glucose(userId, request, requestOptions) {
|
|
@@ -5578,7 +5340,7 @@ class Vitals {
|
|
|
5578
5340
|
const _response = yield core.fetcher({
|
|
5579
5341
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/glucose`),
|
|
5580
5342
|
method: "GET",
|
|
5581
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5343
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5582
5344
|
contentType: "application/json",
|
|
5583
5345
|
queryParameters: _queryParams,
|
|
5584
5346
|
requestType: "json",
|
|
@@ -5627,16 +5389,14 @@ class Vitals {
|
|
|
5627
5389
|
}
|
|
5628
5390
|
/**
|
|
5629
5391
|
* @param {string} userId
|
|
5630
|
-
* @param {Vital.
|
|
5392
|
+
* @param {Vital.CholesterolTriglyceridesVitalsRequest} request
|
|
5631
5393
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5632
5394
|
*
|
|
5633
5395
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5634
5396
|
*
|
|
5635
5397
|
* @example
|
|
5636
5398
|
* await client.vitals.cholesterolTriglycerides("user_id", {
|
|
5637
|
-
*
|
|
5638
|
-
* startDate: "start_date",
|
|
5639
|
-
* endDate: "end_date"
|
|
5399
|
+
* startDate: "start_date"
|
|
5640
5400
|
* })
|
|
5641
5401
|
*/
|
|
5642
5402
|
cholesterolTriglycerides(userId, request, requestOptions) {
|
|
@@ -5654,7 +5414,7 @@ class Vitals {
|
|
|
5654
5414
|
const _response = yield core.fetcher({
|
|
5655
5415
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol/triglycerides`),
|
|
5656
5416
|
method: "GET",
|
|
5657
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5417
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5658
5418
|
contentType: "application/json",
|
|
5659
5419
|
queryParameters: _queryParams,
|
|
5660
5420
|
requestType: "json",
|
|
@@ -5703,16 +5463,14 @@ class Vitals {
|
|
|
5703
5463
|
}
|
|
5704
5464
|
/**
|
|
5705
5465
|
* @param {string} userId
|
|
5706
|
-
* @param {Vital.
|
|
5466
|
+
* @param {Vital.CholesterolTotalVitalsRequest} request
|
|
5707
5467
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5708
5468
|
*
|
|
5709
5469
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5710
5470
|
*
|
|
5711
5471
|
* @example
|
|
5712
5472
|
* await client.vitals.cholesterolTotal("user_id", {
|
|
5713
|
-
*
|
|
5714
|
-
* startDate: "start_date",
|
|
5715
|
-
* endDate: "end_date"
|
|
5473
|
+
* startDate: "start_date"
|
|
5716
5474
|
* })
|
|
5717
5475
|
*/
|
|
5718
5476
|
cholesterolTotal(userId, request, requestOptions) {
|
|
@@ -5730,7 +5488,7 @@ class Vitals {
|
|
|
5730
5488
|
const _response = yield core.fetcher({
|
|
5731
5489
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol/total`),
|
|
5732
5490
|
method: "GET",
|
|
5733
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5491
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5734
5492
|
contentType: "application/json",
|
|
5735
5493
|
queryParameters: _queryParams,
|
|
5736
5494
|
requestType: "json",
|
|
@@ -5779,16 +5537,14 @@ class Vitals {
|
|
|
5779
5537
|
}
|
|
5780
5538
|
/**
|
|
5781
5539
|
* @param {string} userId
|
|
5782
|
-
* @param {Vital.
|
|
5540
|
+
* @param {Vital.CholesterolLdlVitalsRequest} request
|
|
5783
5541
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5784
5542
|
*
|
|
5785
5543
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5786
5544
|
*
|
|
5787
5545
|
* @example
|
|
5788
5546
|
* await client.vitals.cholesterolLdl("user_id", {
|
|
5789
|
-
*
|
|
5790
|
-
* startDate: "start_date",
|
|
5791
|
-
* endDate: "end_date"
|
|
5547
|
+
* startDate: "start_date"
|
|
5792
5548
|
* })
|
|
5793
5549
|
*/
|
|
5794
5550
|
cholesterolLdl(userId, request, requestOptions) {
|
|
@@ -5806,7 +5562,7 @@ class Vitals {
|
|
|
5806
5562
|
const _response = yield core.fetcher({
|
|
5807
5563
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol/ldl`),
|
|
5808
5564
|
method: "GET",
|
|
5809
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5565
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5810
5566
|
contentType: "application/json",
|
|
5811
5567
|
queryParameters: _queryParams,
|
|
5812
5568
|
requestType: "json",
|
|
@@ -5855,16 +5611,14 @@ class Vitals {
|
|
|
5855
5611
|
}
|
|
5856
5612
|
/**
|
|
5857
5613
|
* @param {string} userId
|
|
5858
|
-
* @param {Vital.
|
|
5614
|
+
* @param {Vital.CholesterolHdlVitalsRequest} request
|
|
5859
5615
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5860
5616
|
*
|
|
5861
5617
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5862
5618
|
*
|
|
5863
5619
|
* @example
|
|
5864
5620
|
* await client.vitals.cholesterolHdl("user_id", {
|
|
5865
|
-
*
|
|
5866
|
-
* startDate: "start_date",
|
|
5867
|
-
* endDate: "end_date"
|
|
5621
|
+
* startDate: "start_date"
|
|
5868
5622
|
* })
|
|
5869
5623
|
*/
|
|
5870
5624
|
cholesterolHdl(userId, request, requestOptions) {
|
|
@@ -5882,7 +5636,7 @@ class Vitals {
|
|
|
5882
5636
|
const _response = yield core.fetcher({
|
|
5883
5637
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol/hdl`),
|
|
5884
5638
|
method: "GET",
|
|
5885
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5639
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5886
5640
|
contentType: "application/json",
|
|
5887
5641
|
queryParameters: _queryParams,
|
|
5888
5642
|
requestType: "json",
|
|
@@ -5931,16 +5685,14 @@ class Vitals {
|
|
|
5931
5685
|
}
|
|
5932
5686
|
/**
|
|
5933
5687
|
* @param {string} userId
|
|
5934
|
-
* @param {Vital.
|
|
5688
|
+
* @param {Vital.CholesterolVitalsRequest} request
|
|
5935
5689
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
5936
5690
|
*
|
|
5937
5691
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
5938
5692
|
*
|
|
5939
5693
|
* @example
|
|
5940
5694
|
* await client.vitals.cholesterol("user_id", {
|
|
5941
|
-
*
|
|
5942
|
-
* startDate: "start_date",
|
|
5943
|
-
* endDate: "end_date"
|
|
5695
|
+
* startDate: "start_date"
|
|
5944
5696
|
* })
|
|
5945
5697
|
*/
|
|
5946
5698
|
cholesterol(userId, request, requestOptions) {
|
|
@@ -5958,7 +5710,7 @@ class Vitals {
|
|
|
5958
5710
|
const _response = yield core.fetcher({
|
|
5959
5711
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol`),
|
|
5960
5712
|
method: "GET",
|
|
5961
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5713
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
5962
5714
|
contentType: "application/json",
|
|
5963
5715
|
queryParameters: _queryParams,
|
|
5964
5716
|
requestType: "json",
|
|
@@ -6007,16 +5759,14 @@ class Vitals {
|
|
|
6007
5759
|
}
|
|
6008
5760
|
/**
|
|
6009
5761
|
* @param {string} userId
|
|
6010
|
-
* @param {Vital.
|
|
5762
|
+
* @param {Vital.BodyWeightVitalsRequest} request
|
|
6011
5763
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
6012
5764
|
*
|
|
6013
5765
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
6014
5766
|
*
|
|
6015
5767
|
* @example
|
|
6016
5768
|
* await client.vitals.bodyWeight("user_id", {
|
|
6017
|
-
*
|
|
6018
|
-
* startDate: "start_date",
|
|
6019
|
-
* endDate: "end_date"
|
|
5769
|
+
* startDate: "start_date"
|
|
6020
5770
|
* })
|
|
6021
5771
|
*/
|
|
6022
5772
|
bodyWeight(userId, request, requestOptions) {
|
|
@@ -6034,7 +5784,7 @@ class Vitals {
|
|
|
6034
5784
|
const _response = yield core.fetcher({
|
|
6035
5785
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_weight`),
|
|
6036
5786
|
method: "GET",
|
|
6037
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5787
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
6038
5788
|
contentType: "application/json",
|
|
6039
5789
|
queryParameters: _queryParams,
|
|
6040
5790
|
requestType: "json",
|
|
@@ -6083,16 +5833,14 @@ class Vitals {
|
|
|
6083
5833
|
}
|
|
6084
5834
|
/**
|
|
6085
5835
|
* @param {string} userId
|
|
6086
|
-
* @param {Vital.
|
|
5836
|
+
* @param {Vital.BodyFatVitalsRequest} request
|
|
6087
5837
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
6088
5838
|
*
|
|
6089
5839
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
6090
5840
|
*
|
|
6091
5841
|
* @example
|
|
6092
5842
|
* await client.vitals.bodyFat("user_id", {
|
|
6093
|
-
*
|
|
6094
|
-
* startDate: "start_date",
|
|
6095
|
-
* endDate: "end_date"
|
|
5843
|
+
* startDate: "start_date"
|
|
6096
5844
|
* })
|
|
6097
5845
|
*/
|
|
6098
5846
|
bodyFat(userId, request, requestOptions) {
|
|
@@ -6110,7 +5858,7 @@ class Vitals {
|
|
|
6110
5858
|
const _response = yield core.fetcher({
|
|
6111
5859
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_fat`),
|
|
6112
5860
|
method: "GET",
|
|
6113
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5861
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
6114
5862
|
contentType: "application/json",
|
|
6115
5863
|
queryParameters: _queryParams,
|
|
6116
5864
|
requestType: "json",
|
|
@@ -6159,16 +5907,14 @@ class Vitals {
|
|
|
6159
5907
|
}
|
|
6160
5908
|
/**
|
|
6161
5909
|
* @param {string} userId
|
|
6162
|
-
* @param {Vital.
|
|
5910
|
+
* @param {Vital.BloodOxygenVitalsRequest} request
|
|
6163
5911
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
6164
5912
|
*
|
|
6165
5913
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
6166
5914
|
*
|
|
6167
5915
|
* @example
|
|
6168
5916
|
* await client.vitals.bloodOxygen("user_id", {
|
|
6169
|
-
*
|
|
6170
|
-
* startDate: "start_date",
|
|
6171
|
-
* endDate: "end_date"
|
|
5917
|
+
* startDate: "start_date"
|
|
6172
5918
|
* })
|
|
6173
5919
|
*/
|
|
6174
5920
|
bloodOxygen(userId, request, requestOptions) {
|
|
@@ -6186,7 +5932,7 @@ class Vitals {
|
|
|
6186
5932
|
const _response = yield core.fetcher({
|
|
6187
5933
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/blood_oxygen`),
|
|
6188
5934
|
method: "GET",
|
|
6189
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
5935
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
6190
5936
|
contentType: "application/json",
|
|
6191
5937
|
queryParameters: _queryParams,
|
|
6192
5938
|
requestType: "json",
|
|
@@ -6235,16 +5981,14 @@ class Vitals {
|
|
|
6235
5981
|
}
|
|
6236
5982
|
/**
|
|
6237
5983
|
* @param {string} userId
|
|
6238
|
-
* @param {Vital.
|
|
5984
|
+
* @param {Vital.ElectrocardiogramVoltageVitalsRequest} request
|
|
6239
5985
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
6240
5986
|
*
|
|
6241
5987
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
6242
5988
|
*
|
|
6243
5989
|
* @example
|
|
6244
5990
|
* await client.vitals.electrocardiogramVoltage("user_id", {
|
|
6245
|
-
*
|
|
6246
|
-
* startDate: "start_date",
|
|
6247
|
-
* endDate: "end_date"
|
|
5991
|
+
* startDate: "start_date"
|
|
6248
5992
|
* })
|
|
6249
5993
|
*/
|
|
6250
5994
|
electrocardiogramVoltage(userId, request, requestOptions) {
|
|
@@ -6262,7 +6006,7 @@ class Vitals {
|
|
|
6262
6006
|
const _response = yield core.fetcher({
|
|
6263
6007
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/electrocardiogram_voltage`),
|
|
6264
6008
|
method: "GET",
|
|
6265
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
6009
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
6266
6010
|
contentType: "application/json",
|
|
6267
6011
|
queryParameters: _queryParams,
|
|
6268
6012
|
requestType: "json",
|
|
@@ -6311,16 +6055,14 @@ class Vitals {
|
|
|
6311
6055
|
}
|
|
6312
6056
|
/**
|
|
6313
6057
|
* @param {string} userId
|
|
6314
|
-
* @param {Vital.
|
|
6058
|
+
* @param {Vital.BloodPressureVitalsRequest} request
|
|
6315
6059
|
* @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
|
|
6316
6060
|
*
|
|
6317
6061
|
* @throws {@link Vital.UnprocessableEntityError}
|
|
6318
6062
|
*
|
|
6319
6063
|
* @example
|
|
6320
6064
|
* await client.vitals.bloodPressure("user_id", {
|
|
6321
|
-
*
|
|
6322
|
-
* startDate: "start_date",
|
|
6323
|
-
* endDate: "end_date"
|
|
6065
|
+
* startDate: "start_date"
|
|
6324
6066
|
* })
|
|
6325
6067
|
*/
|
|
6326
6068
|
bloodPressure(userId, request, requestOptions) {
|
|
@@ -6338,7 +6080,7 @@ class Vitals {
|
|
|
6338
6080
|
const _response = yield core.fetcher({
|
|
6339
6081
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/blood_pressure`),
|
|
6340
6082
|
method: "GET",
|
|
6341
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
6083
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.503", "User-Agent": "@tryvital/vital-node/3.1.503", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
6342
6084
|
contentType: "application/json",
|
|
6343
6085
|
queryParameters: _queryParams,
|
|
6344
6086
|
requestType: "json",
|