/** * Caliper Schemas * * Zod schemas for the IMS Caliper Analytics standard with Timeback Profile. */ import { z } from 'zod/v4'; /** IRI: a dereferenceable HTTP(S) URL or a URN. */ export declare const CaliperIri: z.ZodUnion; export declare const TimebackUser: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>; export declare const TimebackActivityContext: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityContext">; subject: z.ZodEnum<{ FastMath: "FastMath"; Language: "Language"; Math: "Math"; None: "None"; Other: "Other"; Reading: "Reading"; Science: "Science"; "Social Studies": "Social Studies"; Vocabulary: "Vocabulary"; Writing: "Writing"; }>; app: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; activity: z.ZodOptional; name: z.ZodString; }, z.core.$strict>>; course: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; }, z.core.$strict>; process: z.ZodOptional; }, z.core.$strip>; export declare const CaliperEventBase: z.ZodObject<{ '@context': z.ZodLiteral<"http://purl.imsglobal.org/ctx/caliper/v1p2">; id: z.ZodString; type: z.ZodString; eventTime: z.ZodString; profile: z.ZodLiteral<"TimebackProfile">; actor: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>; action: z.ZodString; object: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityContext">; subject: z.ZodEnum<{ FastMath: "FastMath"; Language: "Language"; Math: "Math"; None: "None"; Other: "Other"; Reading: "Reading"; Science: "Science"; "Social Studies": "Social Studies"; Vocabulary: "Vocabulary"; Writing: "Writing"; }>; app: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; activity: z.ZodOptional; name: z.ZodString; }, z.core.$strict>>; course: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; }, z.core.$strict>; process: z.ZodOptional; }, z.core.$strip>; edApp: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const TimebackActivityMetric: z.ZodObject<{ type: z.ZodEnum<{ correctQuestions: "correctQuestions"; masteredUnits: "masteredUnits"; totalQuestions: "totalQuestions"; xpEarned: "xpEarned"; }>; value: z.ZodNumber; }, z.core.$strip>; export declare const TimebackActivityMetricsCollection: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityMetricsCollection">; attempt: z.ZodOptional; items: z.ZodArray; value: z.ZodNumber; }, z.core.$strip>>; extensions: z.ZodOptional>; }, z.core.$strip>; export declare const TimebackActivityEvent: z.ZodObject<{ '@context': z.ZodLiteral<"http://purl.imsglobal.org/ctx/caliper/v1p2">; id: z.ZodString; eventTime: z.ZodString; profile: z.ZodLiteral<"TimebackProfile">; actor: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>; object: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityContext">; subject: z.ZodEnum<{ FastMath: "FastMath"; Language: "Language"; Math: "Math"; None: "None"; Other: "Other"; Reading: "Reading"; Science: "Science"; "Social Studies": "Social Studies"; Vocabulary: "Vocabulary"; Writing: "Writing"; }>; app: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; activity: z.ZodOptional; name: z.ZodString; }, z.core.$strict>>; course: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; }, z.core.$strict>; process: z.ZodOptional; }, z.core.$strip>; edApp: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"ActivityEvent">; action: z.ZodLiteral<"Completed">; generated: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityMetricsCollection">; attempt: z.ZodOptional; items: z.ZodArray; value: z.ZodNumber; }, z.core.$strip>>; extensions: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>; export declare const TimebackTimeMetric: z.ZodObject<{ type: z.ZodEnum<{ active: "active"; "anti-pattern": "anti-pattern"; inactive: "inactive"; unknown: "unknown"; waste: "waste"; }>; value: z.ZodNumber; subType: z.ZodOptional; }, z.core.$strip>; export declare const TimebackTimeSpentMetricsCollection: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackTimeSpentMetricsCollection">; items: z.ZodArray; value: z.ZodNumber; subType: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const TimebackTimeSpentEvent: z.ZodObject<{ '@context': z.ZodLiteral<"http://purl.imsglobal.org/ctx/caliper/v1p2">; id: z.ZodString; eventTime: z.ZodString; profile: z.ZodLiteral<"TimebackProfile">; actor: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>; object: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityContext">; subject: z.ZodEnum<{ FastMath: "FastMath"; Language: "Language"; Math: "Math"; None: "None"; Other: "Other"; Reading: "Reading"; Science: "Science"; "Social Studies": "Social Studies"; Vocabulary: "Vocabulary"; Writing: "Writing"; }>; app: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; activity: z.ZodOptional; name: z.ZodString; }, z.core.$strict>>; course: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; }, z.core.$strict>; process: z.ZodOptional; }, z.core.$strip>; edApp: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"TimeSpentEvent">; action: z.ZodLiteral<"SpentTime">; generated: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackTimeSpentMetricsCollection">; items: z.ZodArray; value: z.ZodNumber; subType: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const ActivityCompletedInput: z.ZodObject<{ actor: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>; object: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityContext">; subject: z.ZodEnum<{ FastMath: "FastMath"; Language: "Language"; Math: "Math"; None: "None"; Other: "Other"; Reading: "Reading"; Science: "Science"; "Social Studies": "Social Studies"; Vocabulary: "Vocabulary"; Writing: "Writing"; }>; app: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; activity: z.ZodOptional; name: z.ZodString; }, z.core.$strict>>; course: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; }, z.core.$strict>; process: z.ZodOptional; }, z.core.$strip>; metrics: z.ZodArray; value: z.ZodNumber; }, z.core.$strip>>; eventTime: z.ZodOptional; metricsId: z.ZodOptional; id: z.ZodOptional; extensions: z.ZodOptional>; edApp: z.ZodOptional]>>; session: z.ZodOptional]>>; attempt: z.ZodOptional; generatedExtensions: z.ZodOptional; }, z.core.$loose>>; }, z.core.$strict>; export declare const TimeSpentInput: z.ZodObject<{ actor: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>; object: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityContext">; subject: z.ZodEnum<{ FastMath: "FastMath"; Language: "Language"; Math: "Math"; None: "None"; Other: "Other"; Reading: "Reading"; Science: "Science"; "Social Studies": "Social Studies"; Vocabulary: "Vocabulary"; Writing: "Writing"; }>; app: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; activity: z.ZodOptional; name: z.ZodString; }, z.core.$strict>>; course: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; }, z.core.$strict>; process: z.ZodOptional; }, z.core.$strip>; metrics: z.ZodArray; value: z.ZodNumber; subType: z.ZodOptional; }, z.core.$strip>>; eventTime: z.ZodOptional; metricsId: z.ZodOptional; id: z.ZodOptional; extensions: z.ZodOptional>; edApp: z.ZodOptional]>>; session: z.ZodOptional]>>; }, z.core.$strict>; export declare const TimebackEvent: z.ZodUnion; id: z.ZodString; eventTime: z.ZodString; profile: z.ZodLiteral<"TimebackProfile">; actor: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>; object: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityContext">; subject: z.ZodEnum<{ FastMath: "FastMath"; Language: "Language"; Math: "Math"; None: "None"; Other: "Other"; Reading: "Reading"; Science: "Science"; "Social Studies": "Social Studies"; Vocabulary: "Vocabulary"; Writing: "Writing"; }>; app: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; activity: z.ZodOptional; name: z.ZodString; }, z.core.$strict>>; course: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; }, z.core.$strict>; process: z.ZodOptional; }, z.core.$strip>; edApp: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"ActivityEvent">; action: z.ZodLiteral<"Completed">; generated: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityMetricsCollection">; attempt: z.ZodOptional; items: z.ZodArray; value: z.ZodNumber; }, z.core.$strip>>; extensions: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ '@context': z.ZodLiteral<"http://purl.imsglobal.org/ctx/caliper/v1p2">; id: z.ZodString; eventTime: z.ZodString; profile: z.ZodLiteral<"TimebackProfile">; actor: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>; object: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityContext">; subject: z.ZodEnum<{ FastMath: "FastMath"; Language: "Language"; Math: "Math"; None: "None"; Other: "Other"; Reading: "Reading"; Science: "Science"; "Social Studies": "Social Studies"; Vocabulary: "Vocabulary"; Writing: "Writing"; }>; app: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; activity: z.ZodOptional; name: z.ZodString; }, z.core.$strict>>; course: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; }, z.core.$strict>; process: z.ZodOptional; }, z.core.$strip>; edApp: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"TimeSpentEvent">; action: z.ZodLiteral<"SpentTime">; generated: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackTimeSpentMetricsCollection">; items: z.ZodArray; value: z.ZodNumber; subType: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>; export declare const CaliperEnvelope: z.ZodObject<{ sensor: z.ZodString; sendTime: z.ZodString; dataVersion: z.ZodLiteral<"http://purl.imsglobal.org/ctx/caliper/v1p2">; data: z.ZodArray; id: z.ZodString; eventTime: z.ZodString; profile: z.ZodLiteral<"TimebackProfile">; actor: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>; object: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityContext">; subject: z.ZodEnum<{ FastMath: "FastMath"; Language: "Language"; Math: "Math"; None: "None"; Other: "Other"; Reading: "Reading"; Science: "Science"; "Social Studies": "Social Studies"; Vocabulary: "Vocabulary"; Writing: "Writing"; }>; app: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; activity: z.ZodOptional; name: z.ZodString; }, z.core.$strict>>; course: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; }, z.core.$strict>; process: z.ZodOptional; }, z.core.$strip>; edApp: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"ActivityEvent">; action: z.ZodLiteral<"Completed">; generated: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityMetricsCollection">; attempt: z.ZodOptional; items: z.ZodArray; value: z.ZodNumber; }, z.core.$strip>>; extensions: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ '@context': z.ZodLiteral<"http://purl.imsglobal.org/ctx/caliper/v1p2">; id: z.ZodString; eventTime: z.ZodString; profile: z.ZodLiteral<"TimebackProfile">; actor: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>; object: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackActivityContext">; subject: z.ZodEnum<{ FastMath: "FastMath"; Language: "Language"; Math: "Math"; None: "None"; Other: "Other"; Reading: "Reading"; Science: "Science"; "Social Studies": "Social Studies"; Vocabulary: "Vocabulary"; Writing: "Writing"; }>; app: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; activity: z.ZodOptional; name: z.ZodString; }, z.core.$strict>>; course: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; }, z.core.$strict>; process: z.ZodOptional; }, z.core.$strip>; edApp: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"TimeSpentEvent">; action: z.ZodLiteral<"SpentTime">; generated: z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackTimeSpentMetricsCollection">; items: z.ZodArray; value: z.ZodNumber; subType: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>; export declare const CaliperProfile: z.ZodEnum<{ AnnotationProfile: "AnnotationProfile"; AssessmentProfile: "AssessmentProfile"; AssignableProfile: "AssignableProfile"; FeedbackProfile: "FeedbackProfile"; ForumProfile: "ForumProfile"; GeneralProfile: "GeneralProfile"; GradingProfile: "GradingProfile"; MediaProfile: "MediaProfile"; ReadingProfile: "ReadingProfile"; ResourceManagementProfile: "ResourceManagementProfile"; SearchProfile: "SearchProfile"; SessionProfile: "SessionProfile"; SurveyProfile: "SurveyProfile"; TimebackProfile: "TimebackProfile"; ToolLaunchProfile: "ToolLaunchProfile"; ToolUseProfile: "ToolUseProfile"; }>; export declare const CaliperEntity: z.ZodUnion]>; export declare const CaliperActor: z.ZodObject<{ id: z.ZodUnion; type: z.ZodString; name: z.ZodOptional; extensions: z.ZodOptional>; }, z.core.$strict>; export declare const CaliperEvent: z.ZodObject<{ '@context': z.ZodOptional; id: z.ZodString; type: z.ZodString; actor: z.ZodUnion; type: z.ZodString; name: z.ZodOptional; extensions: z.ZodOptional>; }, z.core.$strict>, z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>]>; action: z.ZodString; object: z.ZodUnion]>; eventTime: z.ZodString; profile: z.ZodEnum<{ AnnotationProfile: "AnnotationProfile"; AssessmentProfile: "AssessmentProfile"; AssignableProfile: "AssignableProfile"; FeedbackProfile: "FeedbackProfile"; ForumProfile: "ForumProfile"; GeneralProfile: "GeneralProfile"; GradingProfile: "GradingProfile"; MediaProfile: "MediaProfile"; ReadingProfile: "ReadingProfile"; ResourceManagementProfile: "ResourceManagementProfile"; SearchProfile: "SearchProfile"; SessionProfile: "SessionProfile"; SurveyProfile: "SurveyProfile"; TimebackProfile: "TimebackProfile"; ToolLaunchProfile: "ToolLaunchProfile"; ToolUseProfile: "ToolUseProfile"; }>; edApp: z.ZodOptional]>>; generated: z.ZodOptional]>>; target: z.ZodOptional]>>; referrer: z.ZodOptional]>>; group: z.ZodOptional]>>; membership: z.ZodOptional]>>; session: z.ZodOptional]>>; federatedSession: z.ZodOptional]>>; extensions: z.ZodOptional>; }, z.core.$strict>; export declare const CaliperEnvelopeInput: z.ZodObject<{ sensor: z.ZodString; sendTime: z.ZodString; dataVersion: z.ZodLiteral<"http://purl.imsglobal.org/ctx/caliper/v1p2">; data: z.ZodArray; id: z.ZodString; type: z.ZodString; actor: z.ZodUnion; type: z.ZodString; name: z.ZodOptional; extensions: z.ZodOptional>; }, z.core.$strict>, z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>]>; action: z.ZodString; object: z.ZodUnion]>; eventTime: z.ZodString; profile: z.ZodEnum<{ AnnotationProfile: "AnnotationProfile"; AssessmentProfile: "AssessmentProfile"; AssignableProfile: "AssignableProfile"; FeedbackProfile: "FeedbackProfile"; ForumProfile: "ForumProfile"; GeneralProfile: "GeneralProfile"; GradingProfile: "GradingProfile"; MediaProfile: "MediaProfile"; ReadingProfile: "ReadingProfile"; ResourceManagementProfile: "ResourceManagementProfile"; SearchProfile: "SearchProfile"; SessionProfile: "SessionProfile"; SurveyProfile: "SurveyProfile"; TimebackProfile: "TimebackProfile"; ToolLaunchProfile: "ToolLaunchProfile"; ToolUseProfile: "ToolUseProfile"; }>; edApp: z.ZodOptional]>>; generated: z.ZodOptional]>>; target: z.ZodOptional]>>; referrer: z.ZodOptional]>>; group: z.ZodOptional]>>; membership: z.ZodOptional]>>; session: z.ZodOptional]>>; federatedSession: z.ZodOptional]>>; extensions: z.ZodOptional>; }, z.core.$strict>>; }, z.core.$strip>; export declare const CaliperSendEventsInput: z.ZodObject<{ sensor: z.ZodString; events: z.ZodArray; id: z.ZodString; type: z.ZodString; actor: z.ZodUnion; type: z.ZodString; name: z.ZodOptional; extensions: z.ZodOptional>; }, z.core.$strict>, z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>]>; action: z.ZodString; object: z.ZodUnion]>; eventTime: z.ZodString; profile: z.ZodEnum<{ AnnotationProfile: "AnnotationProfile"; AssessmentProfile: "AssessmentProfile"; AssignableProfile: "AssignableProfile"; FeedbackProfile: "FeedbackProfile"; ForumProfile: "ForumProfile"; GeneralProfile: "GeneralProfile"; GradingProfile: "GradingProfile"; MediaProfile: "MediaProfile"; ReadingProfile: "ReadingProfile"; ResourceManagementProfile: "ResourceManagementProfile"; SearchProfile: "SearchProfile"; SessionProfile: "SessionProfile"; SurveyProfile: "SurveyProfile"; TimebackProfile: "TimebackProfile"; ToolLaunchProfile: "ToolLaunchProfile"; ToolUseProfile: "ToolUseProfile"; }>; edApp: z.ZodOptional]>>; generated: z.ZodOptional]>>; target: z.ZodOptional]>>; referrer: z.ZodOptional]>>; group: z.ZodOptional]>>; membership: z.ZodOptional]>>; session: z.ZodOptional]>>; federatedSession: z.ZodOptional]>>; extensions: z.ZodOptional>; }, z.core.$strict>>; }, z.core.$strip>; export declare const CaliperListEventsParams: z.ZodObject<{ limit: z.ZodOptional; offset: z.ZodOptional; sensor: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; actorId: z.ZodOptional; actorEmail: z.ZodOptional; }, z.core.$strict>; export declare const QuestionSeenInput: z.ZodObject<{ actor: z.ZodUnion; type: z.ZodString; name: z.ZodOptional; extensions: z.ZodOptional>; }, z.core.$strict>, z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>]>; object: z.ZodObject<{ id: z.ZodString; name: z.ZodOptional; isPartOf: z.ZodOptional]>>; extensions: z.ZodOptional>; }, z.core.$strip>; edApp: z.ZodUnion]>; id: z.ZodOptional; eventTime: z.ZodOptional; session: z.ZodOptional]>>; extensions: z.ZodOptional>; }, z.core.$strict>; export declare const QuestionAnsweredInput: z.ZodObject<{ actor: z.ZodUnion; type: z.ZodString; name: z.ZodOptional; extensions: z.ZodOptional>; }, z.core.$strict>, z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>]>; object: z.ZodObject<{ id: z.ZodString; name: z.ZodOptional; isPartOf: z.ZodOptional]>>; extensions: z.ZodOptional>; }, z.core.$strip>; edApp: z.ZodUnion]>; generated: z.ZodOptional]>>; startedAtTime: z.ZodOptional; endedAtTime: z.ZodOptional; duration: z.ZodOptional; extensions: z.ZodOptional>; }, z.core.$strip>>; id: z.ZodOptional; eventTime: z.ZodOptional; session: z.ZodOptional]>>; extensions: z.ZodOptional>; }, z.core.$strict>; export declare const QuestionGradedInput: z.ZodObject<{ actor: z.ZodUnion; type: z.ZodString; name: z.ZodOptional; extensions: z.ZodOptional>; }, z.core.$strict>, z.ZodObject<{ id: z.ZodURL; type: z.ZodLiteral<"TimebackUser">; email: z.ZodString; }, z.core.$strip>]>; object: z.ZodString; generated: z.ZodObject<{ id: z.ZodOptional; scoreGiven: z.ZodNumber; maxScore: z.ZodOptional; attempt: z.ZodOptional]>>; comment: z.ZodOptional; extensions: z.ZodOptional>; }, z.core.$strip>; edApp: z.ZodUnion]>; id: z.ZodOptional; eventTime: z.ZodOptional; session: z.ZodOptional]>>; extensions: z.ZodOptional>; }, z.core.$strict>; export type ActivityCompletedInput = z.input; export type TimeSpentInput = z.input; export type QuestionSeenInput = z.input; export type QuestionAnsweredInput = z.input; export type QuestionGradedInput = z.input; export type CaliperEnvelopeInput = z.input; export type CaliperSendEventsInput = z.input; export type CaliperListEventsParams = z.input; //# sourceMappingURL=caliper.d.ts.map