@tryvital/vital-node 3.1.475 → 3.1.476
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.js +2 -2
- package/api/resources/aggregate/client/Client.js +3 -3
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/electrocardiogram/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +3 -3
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.js +42 -42
- package/api/resources/link/client/Client.js +19 -19
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/client/Client.js +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.js +2 -2
- package/api/resources/providers/client/Client.js +1 -1
- package/api/resources/sleep/client/Client.js +3 -3
- package/api/resources/sleepCycle/client/Client.js +1 -1
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +19 -19
- package/api/resources/vitals/client/Client.js +78 -78
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/index.d.ts +190 -190
- package/api/types/index.js +190 -190
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/client/Client.js +3 -3
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +3 -3
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.js +42 -42
- package/dist/api/resources/link/client/Client.js +19 -19
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.js +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.js +2 -2
- package/dist/api/resources/providers/client/Client.js +1 -1
- package/dist/api/resources/sleep/client/Client.js +3 -3
- package/dist/api/resources/sleepCycle/client/Client.js +1 -1
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +19 -19
- package/dist/api/resources/vitals/client/Client.js +78 -78
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/index.d.ts +190 -190
- package/dist/api/types/index.js +190 -190
- package/dist/serialization/types/index.d.ts +190 -190
- package/dist/serialization/types/index.js +190 -190
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +11420 -0
- package/serialization/types/index.d.ts +190 -190
- package/serialization/types/index.js +190 -190
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -78,7 +78,7 @@ class Workouts {
|
|
|
78
78
|
const _response = yield core.fetcher({
|
|
79
79
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}`),
|
|
80
80
|
method: "GET",
|
|
81
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
81
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.476", "User-Agent": "@tryvital/vital-node/3.1.476", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
82
82
|
contentType: "application/json",
|
|
83
83
|
queryParameters: _queryParams,
|
|
84
84
|
requestType: "json",
|
|
@@ -154,7 +154,7 @@ class Workouts {
|
|
|
154
154
|
const _response = yield core.fetcher({
|
|
155
155
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}/raw`),
|
|
156
156
|
method: "GET",
|
|
157
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
157
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.476", "User-Agent": "@tryvital/vital-node/3.1.476", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
158
158
|
contentType: "application/json",
|
|
159
159
|
queryParameters: _queryParams,
|
|
160
160
|
requestType: "json",
|
|
@@ -216,7 +216,7 @@ class Workouts {
|
|
|
216
216
|
const _response = yield core.fetcher({
|
|
217
217
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/workouts/${encodeURIComponent(workoutId)}/stream`),
|
|
218
218
|
method: "GET",
|
|
219
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
|
219
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.476", "User-Agent": "@tryvital/vital-node/3.1.476", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
220
220
|
contentType: "application/json",
|
|
221
221
|
requestType: "json",
|
|
222
222
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
package/api/types/index.d.ts
CHANGED
|
@@ -50,60 +50,165 @@ export * from "./ClientActivityResponse";
|
|
|
50
50
|
export * from "./ClientBodyResponse";
|
|
51
51
|
export * from "./ClientFacingAFibBurdenSample";
|
|
52
52
|
export * from "./ClientFacingActivity";
|
|
53
|
+
export * from "./ClientFacingActivityChangedEventType";
|
|
54
|
+
export * from "./ClientFacingActivityChanged";
|
|
55
|
+
export * from "./ClientFacingActivityHistoricalPullCompleted";
|
|
56
|
+
export * from "./ClientFacingAfibBurdenChangedEventType";
|
|
57
|
+
export * from "./ClientFacingAfibBurdenChanged";
|
|
58
|
+
export * from "./ClientFacingAfibBurdenHistoricalPullCompleted";
|
|
53
59
|
export * from "./ClientFacingApiKey";
|
|
54
60
|
export * from "./ClientFacingAppointment";
|
|
55
61
|
export * from "./ClientFacingAppointmentCancellationReason";
|
|
62
|
+
export * from "./ClientFacingAppointmentChangedEventType";
|
|
63
|
+
export * from "./ClientFacingAppointmentChanged";
|
|
56
64
|
export * from "./ClientFacingAppointmentEvent";
|
|
57
65
|
export * from "./ClientFacingAtHomePhlebotomyOrder";
|
|
58
66
|
export * from "./ClientFacingAtHomePhlebotomyOrderDetails";
|
|
67
|
+
export * from "./ClientFacingBasalBodyTemperatureChangedEventType";
|
|
68
|
+
export * from "./ClientFacingBasalBodyTemperatureChanged";
|
|
69
|
+
export * from "./ClientFacingBasalBodyTemperatureHistoricalPullCompleted";
|
|
59
70
|
export * from "./ClientFacingBasalBodyTemperatureSample";
|
|
71
|
+
export * from "./ClientFacingBloodOxygenChangedEventType";
|
|
72
|
+
export * from "./ClientFacingBloodOxygenChanged";
|
|
73
|
+
export * from "./ClientFacingBloodOxygenHistoricalPullCompleted";
|
|
60
74
|
export * from "./ClientFacingBloodOxygenTimeseries";
|
|
75
|
+
export * from "./ClientFacingBloodPressureChangedEventType";
|
|
76
|
+
export * from "./ClientFacingBloodPressureChanged";
|
|
77
|
+
export * from "./ClientFacingBloodPressureHistoricalPullCompleted";
|
|
61
78
|
export * from "./ClientFacingBloodPressureTimeseries";
|
|
62
79
|
export * from "./ClientFacingBody";
|
|
80
|
+
export * from "./ClientFacingBodyChangedEventType";
|
|
81
|
+
export * from "./ClientFacingBodyChanged";
|
|
63
82
|
export * from "./ClientFacingBodyFatTimeseries";
|
|
83
|
+
export * from "./ClientFacingBodyHistoricalPullCompleted";
|
|
84
|
+
export * from "./ClientFacingBodyMassIndexChangedEventType";
|
|
85
|
+
export * from "./ClientFacingBodyMassIndexChanged";
|
|
86
|
+
export * from "./ClientFacingBodyMassIndexHistoricalPullCompleted";
|
|
64
87
|
export * from "./ClientFacingBodyMassIndexSample";
|
|
88
|
+
export * from "./ClientFacingBodyTemperatureChangedEventType";
|
|
89
|
+
export * from "./ClientFacingBodyTemperatureChanged";
|
|
90
|
+
export * from "./ClientFacingBodyTemperatureDeltaChangedEventType";
|
|
91
|
+
export * from "./ClientFacingBodyTemperatureDeltaChanged";
|
|
92
|
+
export * from "./ClientFacingBodyTemperatureDeltaHistoricalPullCompleted";
|
|
65
93
|
export * from "./ClientFacingBodyTemperatureDeltaSampleSensorLocation";
|
|
66
94
|
export * from "./ClientFacingBodyTemperatureDeltaSample";
|
|
95
|
+
export * from "./ClientFacingBodyTemperatureHistoricalPullCompleted";
|
|
67
96
|
export * from "./ClientFacingBodyTemperatureSampleSensorLocation";
|
|
68
97
|
export * from "./ClientFacingBodyTemperatureSample";
|
|
69
98
|
export * from "./ClientFacingBodyWeightTimeseries";
|
|
99
|
+
export * from "./ClientFacingCaffeineChangedEventType";
|
|
100
|
+
export * from "./ClientFacingCaffeineChanged";
|
|
101
|
+
export * from "./ClientFacingCaffeineHistoricalPullCompleted";
|
|
70
102
|
export * from "./ClientFacingCaffeineTimeseries";
|
|
103
|
+
export * from "./ClientFacingCaloriesActiveChangedEventType";
|
|
104
|
+
export * from "./ClientFacingCaloriesActiveChanged";
|
|
105
|
+
export * from "./ClientFacingCaloriesActiveHistoricalPullCompleted";
|
|
71
106
|
export * from "./ClientFacingCaloriesActiveTimeseries";
|
|
107
|
+
export * from "./ClientFacingCaloriesBasalChangedEventType";
|
|
108
|
+
export * from "./ClientFacingCaloriesBasalChanged";
|
|
109
|
+
export * from "./ClientFacingCaloriesBasalHistoricalPullCompleted";
|
|
72
110
|
export * from "./ClientFacingCaloriesBasalTimeseries";
|
|
111
|
+
export * from "./ClientFacingCarbohydratesChangedEventType";
|
|
112
|
+
export * from "./ClientFacingCarbohydratesChanged";
|
|
113
|
+
export * from "./ClientFacingCarbohydratesHistoricalPullCompleted";
|
|
73
114
|
export * from "./ClientFacingCarbohydratesSample";
|
|
115
|
+
export * from "./ClientFacingCholesterolChangedEventType";
|
|
116
|
+
export * from "./ClientFacingCholesterolChanged";
|
|
117
|
+
export * from "./ClientFacingCholesterolHistoricalPullCompleted";
|
|
74
118
|
export * from "./ClientFacingCholesterolTimeseries";
|
|
75
119
|
export * from "./ClientFacingConnectionErrorDetailsErrorType";
|
|
76
120
|
export * from "./ClientFacingConnectionErrorDetails";
|
|
121
|
+
export * from "./ClientFacingContinuousQueryResultTableChanged";
|
|
77
122
|
export * from "./ClientFacingCriticalResult";
|
|
123
|
+
export * from "./ClientFacingCriticalResultIdentified";
|
|
124
|
+
export * from "./ClientFacingDaylightExposureChangedEventType";
|
|
125
|
+
export * from "./ClientFacingDaylightExposureChanged";
|
|
126
|
+
export * from "./ClientFacingDaylightExposureHistoricalPullCompleted";
|
|
78
127
|
export * from "./ClientFacingDaylightExposureSample";
|
|
79
128
|
export * from "./ClientFacingDeviceSourceType";
|
|
80
129
|
export * from "./ClientFacingDevice";
|
|
130
|
+
export * from "./ClientFacingDeviceChangedEventType";
|
|
131
|
+
export * from "./ClientFacingDeviceChanged";
|
|
81
132
|
export * from "./ClientFacingDiagnosisInformation";
|
|
133
|
+
export * from "./ClientFacingDistanceChangedEventType";
|
|
134
|
+
export * from "./ClientFacingDistanceChanged";
|
|
135
|
+
export * from "./ClientFacingDistanceHistoricalPullCompleted";
|
|
82
136
|
export * from "./ClientFacingDistanceTimeseries";
|
|
83
137
|
export * from "./ClientFacingElectrocardiogramClassification";
|
|
84
138
|
export * from "./ClientFacingElectrocardiogramInconclusiveCause";
|
|
85
139
|
export * from "./ClientFacingElectrocardiogramSourceProvider";
|
|
86
140
|
export * from "./ClientFacingElectrocardiogramSourceType";
|
|
87
141
|
export * from "./ClientFacingElectrocardiogram";
|
|
142
|
+
export * from "./ClientFacingElectrocardiogramChangedEventType";
|
|
143
|
+
export * from "./ClientFacingElectrocardiogramChanged";
|
|
144
|
+
export * from "./ClientFacingElectrocardiogramHistoricalPullCompleted";
|
|
88
145
|
export * from "./ClientFacingElectrocardiogramResponse";
|
|
146
|
+
export * from "./ClientFacingElectrocardiogramVoltageChangedEventType";
|
|
147
|
+
export * from "./ClientFacingElectrocardiogramVoltageChanged";
|
|
148
|
+
export * from "./ClientFacingElectrocardiogramVoltageHistoricalPullCompleted";
|
|
89
149
|
export * from "./ClientFacingElectrocardiogramVoltageTimeseries";
|
|
150
|
+
export * from "./ClientFacingFallChangedEventType";
|
|
151
|
+
export * from "./ClientFacingFallChanged";
|
|
152
|
+
export * from "./ClientFacingFallHistoricalPullCompleted";
|
|
90
153
|
export * from "./ClientFacingFallSample";
|
|
154
|
+
export * from "./ClientFacingFatChangedEventType";
|
|
155
|
+
export * from "./ClientFacingFatChanged";
|
|
156
|
+
export * from "./ClientFacingFatHistoricalPullCompleted";
|
|
157
|
+
export * from "./ClientFacingFloorsClimbedChangedEventType";
|
|
158
|
+
export * from "./ClientFacingFloorsClimbedChanged";
|
|
159
|
+
export * from "./ClientFacingFloorsClimbedHistoricalPullCompleted";
|
|
91
160
|
export * from "./ClientFacingFloorsClimbedTimeseries";
|
|
92
161
|
export * from "./ClientFacingFood";
|
|
162
|
+
export * from "./ClientFacingForcedExpiratoryVolume1ChangedEventType";
|
|
163
|
+
export * from "./ClientFacingForcedExpiratoryVolume1Changed";
|
|
164
|
+
export * from "./ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted";
|
|
93
165
|
export * from "./ClientFacingForcedExpiratoryVolume1Sample";
|
|
166
|
+
export * from "./ClientFacingForcedVitalCapacityChangedEventType";
|
|
167
|
+
export * from "./ClientFacingForcedVitalCapacityChanged";
|
|
168
|
+
export * from "./ClientFacingForcedVitalCapacityHistoricalPullCompleted";
|
|
94
169
|
export * from "./ClientFacingForcedVitalCapacitySample";
|
|
170
|
+
export * from "./ClientFacingGlucoseChangedEventType";
|
|
171
|
+
export * from "./ClientFacingGlucoseChanged";
|
|
172
|
+
export * from "./ClientFacingGlucoseHistoricalPullCompleted";
|
|
95
173
|
export * from "./ClientFacingGlucoseTimeseries";
|
|
96
174
|
export * from "./ClientFacingHrvTimeseries";
|
|
175
|
+
export * from "./ClientFacingHandwashingChangedEventType";
|
|
176
|
+
export * from "./ClientFacingHandwashingChanged";
|
|
177
|
+
export * from "./ClientFacingHandwashingHistoricalPullCompleted";
|
|
97
178
|
export * from "./ClientFacingHandwashingSample";
|
|
98
179
|
export * from "./ClientFacingHeartRate";
|
|
180
|
+
export * from "./ClientFacingHeartRateAlertChangedEventType";
|
|
181
|
+
export * from "./ClientFacingHeartRateAlertChanged";
|
|
182
|
+
export * from "./ClientFacingHeartRateAlertHistoricalPullCompleted";
|
|
99
183
|
export * from "./ClientFacingHeartRateAlertSampleType";
|
|
100
184
|
export * from "./ClientFacingHeartRateAlertSample";
|
|
185
|
+
export * from "./ClientFacingHeartRateRecoveryOneMinuteChangedEventType";
|
|
186
|
+
export * from "./ClientFacingHeartRateRecoveryOneMinuteChanged";
|
|
187
|
+
export * from "./ClientFacingHeartRateRecoveryOneMinuteHistoricalPullCompleted";
|
|
101
188
|
export * from "./ClientFacingHeartRateRecoveryOneMinuteSample";
|
|
102
189
|
export * from "./ClientFacingHeartRateTimeseries";
|
|
190
|
+
export * from "./ClientFacingHeartrateChangedEventType";
|
|
191
|
+
export * from "./ClientFacingHeartrateChanged";
|
|
192
|
+
export * from "./ClientFacingHeartrateHistoricalPullCompleted";
|
|
193
|
+
export * from "./ClientFacingHrvChangedEventType";
|
|
194
|
+
export * from "./ClientFacingHrvChanged";
|
|
195
|
+
export * from "./ClientFacingHrvHistoricalPullCompleted";
|
|
103
196
|
export * from "./ClientFacingHypnogramTimeseries";
|
|
197
|
+
export * from "./ClientFacingIgeChangedEventType";
|
|
198
|
+
export * from "./ClientFacingIgeChanged";
|
|
199
|
+
export * from "./ClientFacingIgeHistoricalPullCompleted";
|
|
104
200
|
export * from "./ClientFacingIgeTimeseries";
|
|
201
|
+
export * from "./ClientFacingIggChangedEventType";
|
|
202
|
+
export * from "./ClientFacingIggChanged";
|
|
203
|
+
export * from "./ClientFacingIggHistoricalPullCompleted";
|
|
105
204
|
export * from "./ClientFacingIggTimeseries";
|
|
205
|
+
export * from "./ClientFacingInhalerUsageChangedEventType";
|
|
206
|
+
export * from "./ClientFacingInhalerUsageChanged";
|
|
207
|
+
export * from "./ClientFacingInhalerUsageHistoricalPullCompleted";
|
|
106
208
|
export * from "./ClientFacingInhalerUsageSample";
|
|
209
|
+
export * from "./ClientFacingInsulinInjectionChangedEventType";
|
|
210
|
+
export * from "./ClientFacingInsulinInjectionChanged";
|
|
211
|
+
export * from "./ClientFacingInsulinInjectionHistoricalPullCompleted";
|
|
107
212
|
export * from "./ClientFacingInsulinInjectionSampleType";
|
|
108
213
|
export * from "./ClientFacingInsulinInjectionSample";
|
|
109
214
|
export * from "./ClientFacingInsurance";
|
|
@@ -111,50 +216,99 @@ export * from "./ClientFacingLab";
|
|
|
111
216
|
export * from "./ClientFacingLabLocation";
|
|
112
217
|
export * from "./ClientFacingLabTest";
|
|
113
218
|
export * from "./ClientFacingLabs";
|
|
219
|
+
export * from "./ClientFacingLeanBodyMassChangedEventType";
|
|
220
|
+
export * from "./ClientFacingLeanBodyMassChanged";
|
|
221
|
+
export * from "./ClientFacingLeanBodyMassHistoricalPullCompleted";
|
|
114
222
|
export * from "./ClientFacingLeanBodyMassSample";
|
|
115
223
|
export * from "./ClientFacingLoinc";
|
|
116
224
|
export * from "./ClientFacingMarker";
|
|
117
225
|
export * from "./ClientFacingMarkerComplete";
|
|
226
|
+
export * from "./ClientFacingMealChangedEventType";
|
|
227
|
+
export * from "./ClientFacingMealChanged";
|
|
228
|
+
export * from "./ClientFacingMealHistoricalPullCompleted";
|
|
118
229
|
export * from "./ClientFacingMealResponse";
|
|
119
230
|
export * from "./ClientFacingMenstrualCycleSourceProvider";
|
|
120
231
|
export * from "./ClientFacingMenstrualCycleSourceType";
|
|
121
232
|
export * from "./ClientFacingMenstrualCycle";
|
|
233
|
+
export * from "./ClientFacingMenstrualCycleChangedEventType";
|
|
234
|
+
export * from "./ClientFacingMenstrualCycleChanged";
|
|
235
|
+
export * from "./ClientFacingMenstrualCycleHistoricalPullCompleted";
|
|
236
|
+
export * from "./ClientFacingMindfulnessMinutesChangedEventType";
|
|
237
|
+
export * from "./ClientFacingMindfulnessMinutesChanged";
|
|
238
|
+
export * from "./ClientFacingMindfulnessMinutesHistoricalPullCompleted";
|
|
122
239
|
export * from "./ClientFacingMindfulnessMinutesTimeseries";
|
|
240
|
+
export * from "./ClientFacingNoteChangedEventType";
|
|
241
|
+
export * from "./ClientFacingNoteChanged";
|
|
242
|
+
export * from "./ClientFacingNoteHistoricalPullCompleted";
|
|
123
243
|
export * from "./ClientFacingNoteSampleTagsItem";
|
|
124
244
|
export * from "./ClientFacingNoteSample";
|
|
125
245
|
export * from "./ClientFacingOnSiteCollectionOrder";
|
|
126
246
|
export * from "./ClientFacingOnSiteCollectionOrderDetails";
|
|
127
247
|
export * from "./ClientFacingOrderDetails";
|
|
128
248
|
export * from "./ClientFacingOrder";
|
|
249
|
+
export * from "./ClientFacingOrderChangedEventType";
|
|
250
|
+
export * from "./ClientFacingOrderChanged";
|
|
129
251
|
export * from "./ClientFacingOrderEvent";
|
|
130
252
|
export * from "./ClientFacingPatientDetailsCompatible";
|
|
131
253
|
export * from "./ClientFacingPayor";
|
|
132
254
|
export * from "./ClientFacingPayorCodeSource";
|
|
133
255
|
export * from "./ClientFacingPayorSearchResponse";
|
|
134
256
|
export * from "./ClientFacingPayorSearchResponseDeprecated";
|
|
257
|
+
export * from "./ClientFacingPeakExpiratoryFlowRateChangedEventType";
|
|
258
|
+
export * from "./ClientFacingPeakExpiratoryFlowRateChanged";
|
|
259
|
+
export * from "./ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted";
|
|
135
260
|
export * from "./ClientFacingPeakExpiratoryFlowRateSample";
|
|
136
261
|
export * from "./ClientFacingPhysician";
|
|
137
262
|
export * from "./ClientFacingProfile";
|
|
263
|
+
export * from "./ClientFacingProfileChangedEventType";
|
|
264
|
+
export * from "./ClientFacingProfileChanged";
|
|
265
|
+
export * from "./ClientFacingProfileHistoricalPullCompleted";
|
|
138
266
|
export * from "./ClientFacingProvider";
|
|
267
|
+
export * from "./ClientFacingProviderConnectionCreatedEvent";
|
|
268
|
+
export * from "./ClientFacingProviderConnectionErrorEvent";
|
|
139
269
|
export * from "./ClientFacingProviderDetailed";
|
|
140
270
|
export * from "./ClientFacingProviderWithStatus";
|
|
271
|
+
export * from "./ClientFacingRespiratoryRateChangedEventType";
|
|
272
|
+
export * from "./ClientFacingRespiratoryRateChanged";
|
|
273
|
+
export * from "./ClientFacingRespiratoryRateHistoricalPullCompleted";
|
|
141
274
|
export * from "./ClientFacingRespiratoryRateTimeseries";
|
|
142
275
|
export * from "./ClientFacingResult";
|
|
143
276
|
export * from "./ClientFacingShallowWorkoutStream";
|
|
144
277
|
export * from "./ClientFacingShipment";
|
|
145
278
|
export * from "./ClientFacingSleep";
|
|
279
|
+
export * from "./ClientFacingSleepApneaAlertChangedEventType";
|
|
280
|
+
export * from "./ClientFacingSleepApneaAlertChanged";
|
|
281
|
+
export * from "./ClientFacingSleepApneaAlertHistoricalPullCompleted";
|
|
146
282
|
export * from "./ClientFacingSleepApneaAlertSample";
|
|
283
|
+
export * from "./ClientFacingSleepBreathingDisturbanceChangedEventType";
|
|
284
|
+
export * from "./ClientFacingSleepBreathingDisturbanceChanged";
|
|
285
|
+
export * from "./ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted";
|
|
147
286
|
export * from "./ClientFacingSleepBreathingDisturbanceSampleType";
|
|
148
287
|
export * from "./ClientFacingSleepBreathingDisturbanceSample";
|
|
288
|
+
export * from "./ClientFacingSleepChangedEventType";
|
|
289
|
+
export * from "./ClientFacingSleepChanged";
|
|
149
290
|
export * from "./ClientFacingSleepCycleSourceProvider";
|
|
150
291
|
export * from "./ClientFacingSleepCycleSourceType";
|
|
151
292
|
export * from "./ClientFacingSleepCycle";
|
|
293
|
+
export * from "./ClientFacingSleepCycleChangedEventType";
|
|
294
|
+
export * from "./ClientFacingSleepCycleChanged";
|
|
295
|
+
export * from "./ClientFacingSleepCycleHistoricalPullCompleted";
|
|
296
|
+
export * from "./ClientFacingSleepHistoricalPullCompleted";
|
|
152
297
|
export * from "./ClientFacingSleepStream";
|
|
153
298
|
export * from "./ClientFacingSource";
|
|
154
299
|
export * from "./ClientFacingSport";
|
|
300
|
+
export * from "./ClientFacingStandDurationChangedEventType";
|
|
301
|
+
export * from "./ClientFacingStandDurationChanged";
|
|
302
|
+
export * from "./ClientFacingStandDurationHistoricalPullCompleted";
|
|
155
303
|
export * from "./ClientFacingStandDurationSample";
|
|
304
|
+
export * from "./ClientFacingStandHourChangedEventType";
|
|
305
|
+
export * from "./ClientFacingStandHourChanged";
|
|
306
|
+
export * from "./ClientFacingStandHourHistoricalPullCompleted";
|
|
156
307
|
export * from "./ClientFacingStandHourSampleType";
|
|
157
308
|
export * from "./ClientFacingStandHourSample";
|
|
309
|
+
export * from "./ClientFacingStepsChangedEventType";
|
|
310
|
+
export * from "./ClientFacingStepsChanged";
|
|
311
|
+
export * from "./ClientFacingStepsHistoricalPullCompleted";
|
|
158
312
|
export * from "./ClientFacingStepsTimeseries";
|
|
159
313
|
export * from "./ClientFacingStreamCadence";
|
|
160
314
|
export * from "./ClientFacingStreamAltitude";
|
|
@@ -167,6 +321,9 @@ export * from "./ClientFacingStreamPower";
|
|
|
167
321
|
export * from "./ClientFacingStreamResistance";
|
|
168
322
|
export * from "./ClientFacingStreamTemperature";
|
|
169
323
|
export * from "./ClientFacingStream";
|
|
324
|
+
export * from "./ClientFacingStressLevelChangedEventType";
|
|
325
|
+
export * from "./ClientFacingStressLevelChanged";
|
|
326
|
+
export * from "./ClientFacingStressLevelHistoricalPullCompleted";
|
|
170
327
|
export * from "./ClientFacingStressLevelTimeseries";
|
|
171
328
|
export * from "./ClientFacingTeam";
|
|
172
329
|
export * from "./ClientFacingTestKitOrderDetails";
|
|
@@ -174,18 +331,51 @@ export * from "./ClientFacingTestkitOrder";
|
|
|
174
331
|
export * from "./ClientFacingUvExposureSample";
|
|
175
332
|
export * from "./ClientFacingUser";
|
|
176
333
|
export * from "./ClientFacingUserKey";
|
|
334
|
+
export * from "./ClientFacingUvExposureChangedEventType";
|
|
335
|
+
export * from "./ClientFacingUvExposureChanged";
|
|
336
|
+
export * from "./ClientFacingUvExposureHistoricalPullCompleted";
|
|
177
337
|
export * from "./ClientFacingVo2MaxTimeseries";
|
|
338
|
+
export * from "./ClientFacingVo2MaxChangedEventType";
|
|
339
|
+
export * from "./ClientFacingVo2MaxChanged";
|
|
340
|
+
export * from "./ClientFacingVo2MaxHistoricalPullCompleted";
|
|
341
|
+
export * from "./ClientFacingWaistCircumferenceChangedEventType";
|
|
342
|
+
export * from "./ClientFacingWaistCircumferenceChanged";
|
|
343
|
+
export * from "./ClientFacingWaistCircumferenceHistoricalPullCompleted";
|
|
178
344
|
export * from "./ClientFacingWaistCircumferenceSample";
|
|
179
345
|
export * from "./ClientFacingWalkInOrderDetails";
|
|
180
346
|
export * from "./ClientFacingWalkInTestOrder";
|
|
347
|
+
export * from "./ClientFacingWaterChangedEventType";
|
|
348
|
+
export * from "./ClientFacingWaterChanged";
|
|
349
|
+
export * from "./ClientFacingWaterHistoricalPullCompleted";
|
|
181
350
|
export * from "./ClientFacingWaterTimeseries";
|
|
351
|
+
export * from "./ClientFacingWeightChangedEventType";
|
|
352
|
+
export * from "./ClientFacingWeightChanged";
|
|
353
|
+
export * from "./ClientFacingWeightHistoricalPullCompleted";
|
|
354
|
+
export * from "./ClientFacingWheelchairPushChangedEventType";
|
|
355
|
+
export * from "./ClientFacingWheelchairPushChanged";
|
|
356
|
+
export * from "./ClientFacingWheelchairPushHistoricalPullCompleted";
|
|
182
357
|
export * from "./ClientFacingWheelchairPushSample";
|
|
183
358
|
export * from "./ClientFacingWorkout";
|
|
359
|
+
export * from "./ClientFacingWorkoutDistanceChangedEventType";
|
|
360
|
+
export * from "./ClientFacingWorkoutDistanceChanged";
|
|
361
|
+
export * from "./ClientFacingWorkoutDistanceHistoricalPullCompleted";
|
|
184
362
|
export * from "./ClientFacingWorkoutDistanceSample";
|
|
363
|
+
export * from "./ClientFacingWorkoutDurationChangedEventType";
|
|
364
|
+
export * from "./ClientFacingWorkoutDurationChanged";
|
|
365
|
+
export * from "./ClientFacingWorkoutDurationHistoricalPullCompleted";
|
|
185
366
|
export * from "./ClientFacingWorkoutDurationSampleIntensity";
|
|
186
367
|
export * from "./ClientFacingWorkoutDurationSample";
|
|
187
368
|
export * from "./ClientFacingWorkoutMap";
|
|
369
|
+
export * from "./ClientFacingWorkoutStreamChangedEventType";
|
|
370
|
+
export * from "./ClientFacingWorkoutStreamChanged";
|
|
371
|
+
export * from "./ClientFacingWorkoutStreamHistoricalPullCompleted";
|
|
372
|
+
export * from "./ClientFacingWorkoutSwimmingStrokeChangedEventType";
|
|
373
|
+
export * from "./ClientFacingWorkoutSwimmingStrokeChanged";
|
|
374
|
+
export * from "./ClientFacingWorkoutSwimmingStrokeHistoricalPullCompleted";
|
|
188
375
|
export * from "./ClientFacingWorkoutSwimmingStrokeSample";
|
|
376
|
+
export * from "./ClientFacingWorkoutsChangedEventType";
|
|
377
|
+
export * from "./ClientFacingWorkoutsChanged";
|
|
378
|
+
export * from "./ClientFacingWorkoutsHistoricalPullCompleted";
|
|
189
379
|
export * from "./ClientSleepCycleResponse";
|
|
190
380
|
export * from "./ClientSleepResponse";
|
|
191
381
|
export * from "./ClientUserIdConflict";
|
|
@@ -516,194 +706,4 @@ export * from "./GroupedBodyFat";
|
|
|
516
706
|
export * from "./GroupedBloodOxygen";
|
|
517
707
|
export * from "./GroupedElectrocardiogramVoltage";
|
|
518
708
|
export * from "./GroupedBloodPressure";
|
|
519
|
-
export * from "./ClientFacingActivityChangedEventType";
|
|
520
|
-
export * from "./ClientFacingActivityChanged";
|
|
521
|
-
export * from "./ClientFacingSleepChangedEventType";
|
|
522
|
-
export * from "./ClientFacingSleepChanged";
|
|
523
|
-
export * from "./ClientFacingSleepCycleChangedEventType";
|
|
524
|
-
export * from "./ClientFacingSleepCycleChanged";
|
|
525
|
-
export * from "./ClientFacingWorkoutsChangedEventType";
|
|
526
|
-
export * from "./ClientFacingWorkoutsChanged";
|
|
527
|
-
export * from "./ClientFacingWorkoutStreamChangedEventType";
|
|
528
|
-
export * from "./ClientFacingWorkoutStreamChanged";
|
|
529
|
-
export * from "./ClientFacingBodyChangedEventType";
|
|
530
|
-
export * from "./ClientFacingBodyChanged";
|
|
531
|
-
export * from "./ClientFacingProfileChangedEventType";
|
|
532
|
-
export * from "./ClientFacingProfileChanged";
|
|
533
|
-
export * from "./ClientFacingMealChangedEventType";
|
|
534
|
-
export * from "./ClientFacingMealChanged";
|
|
535
|
-
export * from "./ClientFacingMenstrualCycleChangedEventType";
|
|
536
|
-
export * from "./ClientFacingMenstrualCycleChanged";
|
|
537
|
-
export * from "./ClientFacingElectrocardiogramChangedEventType";
|
|
538
|
-
export * from "./ClientFacingElectrocardiogramChanged";
|
|
539
|
-
export * from "./ClientFacingActivityHistoricalPullCompleted";
|
|
540
|
-
export * from "./ClientFacingSleepHistoricalPullCompleted";
|
|
541
|
-
export * from "./ClientFacingSleepCycleHistoricalPullCompleted";
|
|
542
|
-
export * from "./ClientFacingWorkoutsHistoricalPullCompleted";
|
|
543
|
-
export * from "./ClientFacingWorkoutStreamHistoricalPullCompleted";
|
|
544
|
-
export * from "./ClientFacingBodyHistoricalPullCompleted";
|
|
545
|
-
export * from "./ClientFacingProfileHistoricalPullCompleted";
|
|
546
|
-
export * from "./ClientFacingMealHistoricalPullCompleted";
|
|
547
|
-
export * from "./ClientFacingMenstrualCycleHistoricalPullCompleted";
|
|
548
|
-
export * from "./ClientFacingElectrocardiogramHistoricalPullCompleted";
|
|
549
|
-
export * from "./ClientFacingContinuousQueryResultTableChanged";
|
|
550
|
-
export * from "./ClientFacingProviderConnectionCreatedEvent";
|
|
551
|
-
export * from "./ClientFacingProviderConnectionErrorEvent";
|
|
552
|
-
export * from "./ClientFacingDeviceChangedEventType";
|
|
553
|
-
export * from "./ClientFacingDeviceChanged";
|
|
554
|
-
export * from "./ClientFacingOrderChangedEventType";
|
|
555
|
-
export * from "./ClientFacingOrderChanged";
|
|
556
|
-
export * from "./ClientFacingAppointmentChangedEventType";
|
|
557
|
-
export * from "./ClientFacingAppointmentChanged";
|
|
558
|
-
export * from "./ClientFacingCriticalResultIdentified";
|
|
559
|
-
export * from "./ClientFacingCaloriesActiveChangedEventType";
|
|
560
|
-
export * from "./ClientFacingCaloriesActiveChanged";
|
|
561
|
-
export * from "./ClientFacingCaloriesActiveHistoricalPullCompleted";
|
|
562
|
-
export * from "./ClientFacingCaloriesBasalChangedEventType";
|
|
563
|
-
export * from "./ClientFacingCaloriesBasalChanged";
|
|
564
|
-
export * from "./ClientFacingCaloriesBasalHistoricalPullCompleted";
|
|
565
|
-
export * from "./ClientFacingBloodPressureChangedEventType";
|
|
566
|
-
export * from "./ClientFacingBloodPressureChanged";
|
|
567
|
-
export * from "./ClientFacingBloodPressureHistoricalPullCompleted";
|
|
568
|
-
export * from "./ClientFacingBloodOxygenChangedEventType";
|
|
569
|
-
export * from "./ClientFacingBloodOxygenChanged";
|
|
570
|
-
export * from "./ClientFacingBloodOxygenHistoricalPullCompleted";
|
|
571
|
-
export * from "./ClientFacingWeightChangedEventType";
|
|
572
|
-
export * from "./ClientFacingWeightChanged";
|
|
573
|
-
export * from "./ClientFacingWeightHistoricalPullCompleted";
|
|
574
|
-
export * from "./ClientFacingFatChangedEventType";
|
|
575
|
-
export * from "./ClientFacingFatChanged";
|
|
576
|
-
export * from "./ClientFacingFatHistoricalPullCompleted";
|
|
577
|
-
export * from "./ClientFacingBodyTemperatureChangedEventType";
|
|
578
|
-
export * from "./ClientFacingBodyTemperatureChanged";
|
|
579
|
-
export * from "./ClientFacingBodyTemperatureHistoricalPullCompleted";
|
|
580
|
-
export * from "./ClientFacingBodyTemperatureDeltaChangedEventType";
|
|
581
|
-
export * from "./ClientFacingBodyTemperatureDeltaChanged";
|
|
582
|
-
export * from "./ClientFacingBodyTemperatureDeltaHistoricalPullCompleted";
|
|
583
|
-
export * from "./ClientFacingCaffeineChangedEventType";
|
|
584
|
-
export * from "./ClientFacingCaffeineChanged";
|
|
585
|
-
export * from "./ClientFacingCaffeineHistoricalPullCompleted";
|
|
586
|
-
export * from "./ClientFacingCholesterolChangedEventType";
|
|
587
|
-
export * from "./ClientFacingCholesterolChanged";
|
|
588
|
-
export * from "./ClientFacingCholesterolHistoricalPullCompleted";
|
|
589
|
-
export * from "./ClientFacingDistanceChangedEventType";
|
|
590
|
-
export * from "./ClientFacingDistanceChanged";
|
|
591
|
-
export * from "./ClientFacingDistanceHistoricalPullCompleted";
|
|
592
|
-
export * from "./ClientFacingFloorsClimbedChangedEventType";
|
|
593
|
-
export * from "./ClientFacingFloorsClimbedChanged";
|
|
594
|
-
export * from "./ClientFacingFloorsClimbedHistoricalPullCompleted";
|
|
595
|
-
export * from "./ClientFacingGlucoseChangedEventType";
|
|
596
|
-
export * from "./ClientFacingGlucoseChanged";
|
|
597
|
-
export * from "./ClientFacingGlucoseHistoricalPullCompleted";
|
|
598
|
-
export * from "./ClientFacingHeartrateChangedEventType";
|
|
599
|
-
export * from "./ClientFacingHeartrateChanged";
|
|
600
|
-
export * from "./ClientFacingHeartrateHistoricalPullCompleted";
|
|
601
|
-
export * from "./ClientFacingHrvChangedEventType";
|
|
602
|
-
export * from "./ClientFacingHrvChanged";
|
|
603
|
-
export * from "./ClientFacingHrvHistoricalPullCompleted";
|
|
604
|
-
export * from "./ClientFacingIgeChangedEventType";
|
|
605
|
-
export * from "./ClientFacingIgeChanged";
|
|
606
|
-
export * from "./ClientFacingIgeHistoricalPullCompleted";
|
|
607
|
-
export * from "./ClientFacingIggChangedEventType";
|
|
608
|
-
export * from "./ClientFacingIggChanged";
|
|
609
|
-
export * from "./ClientFacingIggHistoricalPullCompleted";
|
|
610
|
-
export * from "./ClientFacingMindfulnessMinutesChangedEventType";
|
|
611
|
-
export * from "./ClientFacingMindfulnessMinutesChanged";
|
|
612
|
-
export * from "./ClientFacingMindfulnessMinutesHistoricalPullCompleted";
|
|
613
|
-
export * from "./ClientFacingRespiratoryRateChangedEventType";
|
|
614
|
-
export * from "./ClientFacingRespiratoryRateChanged";
|
|
615
|
-
export * from "./ClientFacingRespiratoryRateHistoricalPullCompleted";
|
|
616
|
-
export * from "./ClientFacingStepsChangedEventType";
|
|
617
|
-
export * from "./ClientFacingStepsChanged";
|
|
618
|
-
export * from "./ClientFacingStepsHistoricalPullCompleted";
|
|
619
|
-
export * from "./ClientFacingStressLevelChangedEventType";
|
|
620
|
-
export * from "./ClientFacingStressLevelChanged";
|
|
621
|
-
export * from "./ClientFacingStressLevelHistoricalPullCompleted";
|
|
622
|
-
export * from "./ClientFacingVo2MaxChangedEventType";
|
|
623
|
-
export * from "./ClientFacingVo2MaxChanged";
|
|
624
|
-
export * from "./ClientFacingVo2MaxHistoricalPullCompleted";
|
|
625
|
-
export * from "./ClientFacingWaterChangedEventType";
|
|
626
|
-
export * from "./ClientFacingWaterChanged";
|
|
627
|
-
export * from "./ClientFacingWaterHistoricalPullCompleted";
|
|
628
|
-
export * from "./ClientFacingElectrocardiogramVoltageChangedEventType";
|
|
629
|
-
export * from "./ClientFacingElectrocardiogramVoltageChanged";
|
|
630
|
-
export * from "./ClientFacingElectrocardiogramVoltageHistoricalPullCompleted";
|
|
631
|
-
export * from "./ClientFacingAfibBurdenChangedEventType";
|
|
632
|
-
export * from "./ClientFacingAfibBurdenChanged";
|
|
633
|
-
export * from "./ClientFacingAfibBurdenHistoricalPullCompleted";
|
|
634
|
-
export * from "./ClientFacingHeartRateAlertChangedEventType";
|
|
635
|
-
export * from "./ClientFacingHeartRateAlertChanged";
|
|
636
|
-
export * from "./ClientFacingHeartRateAlertHistoricalPullCompleted";
|
|
637
|
-
export * from "./ClientFacingWorkoutDurationChangedEventType";
|
|
638
|
-
export * from "./ClientFacingWorkoutDurationChanged";
|
|
639
|
-
export * from "./ClientFacingWorkoutDurationHistoricalPullCompleted";
|
|
640
|
-
export * from "./ClientFacingInsulinInjectionChangedEventType";
|
|
641
|
-
export * from "./ClientFacingInsulinInjectionChanged";
|
|
642
|
-
export * from "./ClientFacingInsulinInjectionHistoricalPullCompleted";
|
|
643
|
-
export * from "./ClientFacingCarbohydratesChangedEventType";
|
|
644
|
-
export * from "./ClientFacingCarbohydratesChanged";
|
|
645
|
-
export * from "./ClientFacingCarbohydratesHistoricalPullCompleted";
|
|
646
|
-
export * from "./ClientFacingNoteChangedEventType";
|
|
647
|
-
export * from "./ClientFacingNoteChanged";
|
|
648
|
-
export * from "./ClientFacingNoteHistoricalPullCompleted";
|
|
649
|
-
export * from "./ClientFacingStandHourChangedEventType";
|
|
650
|
-
export * from "./ClientFacingStandHourChanged";
|
|
651
|
-
export * from "./ClientFacingStandHourHistoricalPullCompleted";
|
|
652
|
-
export * from "./ClientFacingStandDurationChangedEventType";
|
|
653
|
-
export * from "./ClientFacingStandDurationChanged";
|
|
654
|
-
export * from "./ClientFacingStandDurationHistoricalPullCompleted";
|
|
655
|
-
export * from "./ClientFacingSleepApneaAlertChangedEventType";
|
|
656
|
-
export * from "./ClientFacingSleepApneaAlertChanged";
|
|
657
|
-
export * from "./ClientFacingSleepApneaAlertHistoricalPullCompleted";
|
|
658
|
-
export * from "./ClientFacingSleepBreathingDisturbanceChangedEventType";
|
|
659
|
-
export * from "./ClientFacingSleepBreathingDisturbanceChanged";
|
|
660
|
-
export * from "./ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted";
|
|
661
|
-
export * from "./ClientFacingWheelchairPushChangedEventType";
|
|
662
|
-
export * from "./ClientFacingWheelchairPushChanged";
|
|
663
|
-
export * from "./ClientFacingWheelchairPushHistoricalPullCompleted";
|
|
664
|
-
export * from "./ClientFacingForcedExpiratoryVolume1ChangedEventType";
|
|
665
|
-
export * from "./ClientFacingForcedExpiratoryVolume1Changed";
|
|
666
|
-
export * from "./ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted";
|
|
667
|
-
export * from "./ClientFacingForcedVitalCapacityChangedEventType";
|
|
668
|
-
export * from "./ClientFacingForcedVitalCapacityChanged";
|
|
669
|
-
export * from "./ClientFacingForcedVitalCapacityHistoricalPullCompleted";
|
|
670
|
-
export * from "./ClientFacingPeakExpiratoryFlowRateChangedEventType";
|
|
671
|
-
export * from "./ClientFacingPeakExpiratoryFlowRateChanged";
|
|
672
|
-
export * from "./ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted";
|
|
673
|
-
export * from "./ClientFacingInhalerUsageChangedEventType";
|
|
674
|
-
export * from "./ClientFacingInhalerUsageChanged";
|
|
675
|
-
export * from "./ClientFacingInhalerUsageHistoricalPullCompleted";
|
|
676
|
-
export * from "./ClientFacingFallChangedEventType";
|
|
677
|
-
export * from "./ClientFacingFallChanged";
|
|
678
|
-
export * from "./ClientFacingFallHistoricalPullCompleted";
|
|
679
|
-
export * from "./ClientFacingUvExposureChangedEventType";
|
|
680
|
-
export * from "./ClientFacingUvExposureChanged";
|
|
681
|
-
export * from "./ClientFacingUvExposureHistoricalPullCompleted";
|
|
682
|
-
export * from "./ClientFacingDaylightExposureChangedEventType";
|
|
683
|
-
export * from "./ClientFacingDaylightExposureChanged";
|
|
684
|
-
export * from "./ClientFacingDaylightExposureHistoricalPullCompleted";
|
|
685
|
-
export * from "./ClientFacingHandwashingChangedEventType";
|
|
686
|
-
export * from "./ClientFacingHandwashingChanged";
|
|
687
|
-
export * from "./ClientFacingHandwashingHistoricalPullCompleted";
|
|
688
|
-
export * from "./ClientFacingBasalBodyTemperatureChangedEventType";
|
|
689
|
-
export * from "./ClientFacingBasalBodyTemperatureChanged";
|
|
690
|
-
export * from "./ClientFacingBasalBodyTemperatureHistoricalPullCompleted";
|
|
691
|
-
export * from "./ClientFacingBodyMassIndexChangedEventType";
|
|
692
|
-
export * from "./ClientFacingBodyMassIndexChanged";
|
|
693
|
-
export * from "./ClientFacingBodyMassIndexHistoricalPullCompleted";
|
|
694
|
-
export * from "./ClientFacingLeanBodyMassChangedEventType";
|
|
695
|
-
export * from "./ClientFacingLeanBodyMassChanged";
|
|
696
|
-
export * from "./ClientFacingLeanBodyMassHistoricalPullCompleted";
|
|
697
|
-
export * from "./ClientFacingWaistCircumferenceChangedEventType";
|
|
698
|
-
export * from "./ClientFacingWaistCircumferenceChanged";
|
|
699
|
-
export * from "./ClientFacingWaistCircumferenceHistoricalPullCompleted";
|
|
700
|
-
export * from "./ClientFacingHeartRateRecoveryOneMinuteChangedEventType";
|
|
701
|
-
export * from "./ClientFacingHeartRateRecoveryOneMinuteChanged";
|
|
702
|
-
export * from "./ClientFacingHeartRateRecoveryOneMinuteHistoricalPullCompleted";
|
|
703
|
-
export * from "./ClientFacingWorkoutDistanceChangedEventType";
|
|
704
|
-
export * from "./ClientFacingWorkoutDistanceChanged";
|
|
705
|
-
export * from "./ClientFacingWorkoutDistanceHistoricalPullCompleted";
|
|
706
|
-
export * from "./ClientFacingWorkoutSwimmingStrokeChangedEventType";
|
|
707
|
-
export * from "./ClientFacingWorkoutSwimmingStrokeChanged";
|
|
708
|
-
export * from "./ClientFacingWorkoutSwimmingStrokeHistoricalPullCompleted";
|
|
709
709
|
export * from "./Select";
|