You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/__snapshots__/extended.test.ts.snap
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ export type AllTriggersData = Trigger[];
116
116
117
117
export type BatchCreateDataData = DataResponse[];
118
118
119
+
/** A collection of data records including \`value\` (required) and optionally including: \`lat\`, \`lon\`, \`ele\` (latitude, longitude, and elevation values), and \`created_at\` (a date/time string). */
119
120
export type BatchCreateDataPayload = {
120
121
/** @format dateTime */
121
122
created_at?: string;
@@ -128,6 +129,7 @@ export type BatchCreateDataPayload = {
128
129
129
130
export type BatchCreateGroupFeedDataData = DataResponse[];
130
131
132
+
/** A collection of data records including \`value\` (required) and optionally including: \`lat\`, \`lon\`, \`ele\` (latitude, longitude, and elevation values), and \`created_at\` (a date/time string). */
/** Data record including a \`value\` field (required) and optionally including: \`lat\`, \`lon\`, \`ele\` (latitude, longitude, and elevation values), and \`created_at\` (a date/time string). */
228
231
export interface CreateDataPayload {
229
232
/** @format dateTime */
230
233
created_at?: string;
@@ -274,6 +277,7 @@ export type CreateGroupFeedData = Feed;
274
277
275
278
export type CreateGroupFeedDataData = DataResponse;
276
279
280
+
/** Data record including a \`value\` field (required) and optionally including: \`lat\`, \`lon\`, \`ele\` (latitude, longitude, and elevation values), and \`created_at\` (a date/time string). */
/** Data record including a \`value\` field (required) and optionally including: \`lat\`, \`lon\`, \`ele\` (latitude, longitude, and elevation values), and \`created_at\` (a date/time string). */
/** Data record including a \`value\` field (required) and optionally including: \`lat\`, \`lon\`, \`ele\` (latitude, longitude, and elevation values), and \`created_at\` (a date/time string). */
0 commit comments