@iblai/iblai-api 3.34.5-core
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/README.md +222 -0
- package/dist/index.cjs.js +7291 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.esm.js +7267 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.umd.js +7297 -0
- package/dist/index.umd.js.map +1 -0
- package/dist/types/core/ApiError.d.ts +10 -0
- package/dist/types/core/ApiRequestOptions.d.ts +13 -0
- package/dist/types/core/ApiResult.d.ts +7 -0
- package/dist/types/core/CancelablePromise.d.ts +20 -0
- package/dist/types/core/OpenAPI.d.ts +16 -0
- package/dist/types/core/request.d.ts +30 -0
- package/dist/types/index.d.ts +183 -0
- package/dist/types/models/AcceptanceEnum.d.ts +10 -0
- package/dist/types/models/ActiveUsersData.d.ts +18 -0
- package/dist/types/models/ActiveUsersList.d.ts +6 -0
- package/dist/types/models/ActiveUsersPerCourse.d.ts +10 -0
- package/dist/types/models/ActiveUsersPerCourseData.d.ts +14 -0
- package/dist/types/models/ActivityAPI.d.ts +8 -0
- package/dist/types/models/ActivityData.d.ts +38 -0
- package/dist/types/models/Assertion.d.ts +15 -0
- package/dist/types/models/Average.d.ts +4 -0
- package/dist/types/models/AverageData.d.ts +6 -0
- package/dist/types/models/AverageOvertime.d.ts +22 -0
- package/dist/types/models/AvgCourseGradeWithCutoff.d.ts +4 -0
- package/dist/types/models/AvgCourseGradeWithCutoffData.d.ts +10 -0
- package/dist/types/models/BlankEnum.d.ts +2 -0
- package/dist/types/models/BulkCreateAssertion.d.ts +4 -0
- package/dist/types/models/CampaignEnablement.d.ts +8 -0
- package/dist/types/models/CampaignExclusion.d.ts +8 -0
- package/dist/types/models/Company.d.ts +23 -0
- package/dist/types/models/ContextResponse.d.ts +7 -0
- package/dist/types/models/Count.d.ts +4 -0
- package/dist/types/models/CountData.d.ts +6 -0
- package/dist/types/models/CourseCompletionPerCourse.d.ts +6 -0
- package/dist/types/models/CourseCompletionPerCourseData.d.ts +22 -0
- package/dist/types/models/CourseCompletionSummaryDataOvertime.d.ts +18 -0
- package/dist/types/models/CourseCompletionSummaryOvertime.d.ts +6 -0
- package/dist/types/models/CourseGradeDetailBlock.d.ts +18 -0
- package/dist/types/models/CourseGradeDetailSubSection.d.ts +23 -0
- package/dist/types/models/CourseGradeSummary.d.ts +4 -0
- package/dist/types/models/CourseGradeSummaryData.d.ts +18 -0
- package/dist/types/models/CourseGradingDetail.d.ts +4 -0
- package/dist/types/models/CourseGradingDetailData.d.ts +12 -0
- package/dist/types/models/CoursePoint.d.ts +7 -0
- package/dist/types/models/CourseSkill.d.ts +8 -0
- package/dist/types/models/Credential.d.ts +28 -0
- package/dist/types/models/DesiredSkill.d.ts +4 -0
- package/dist/types/models/DetailedGradeSubsection.d.ts +22 -0
- package/dist/types/models/DetailedGradeView.d.ts +4 -0
- package/dist/types/models/DetailedGradeViewData.d.ts +12 -0
- package/dist/types/models/Education.d.ts +30 -0
- package/dist/types/models/EngagementPerCourse.d.ts +6 -0
- package/dist/types/models/EngagementPerCourseData.d.ts +26 -0
- package/dist/types/models/Enrollments.d.ts +8 -0
- package/dist/types/models/EnrollmentsData.d.ts +18 -0
- package/dist/types/models/EnrollmentsPerUser.d.ts +6 -0
- package/dist/types/models/EnrollmentsPerUserData.d.ts +18 -0
- package/dist/types/models/ErrorResponse.d.ts +8 -0
- package/dist/types/models/Experience.d.ts +29 -0
- package/dist/types/models/FloatOverTime.d.ts +10 -0
- package/dist/types/models/GradingPerUser.d.ts +8 -0
- package/dist/types/models/GradingPerUserData.d.ts +26 -0
- package/dist/types/models/GroupList.d.ts +6 -0
- package/dist/types/models/GroupListData.d.ts +16 -0
- package/dist/types/models/ImageUpload.d.ts +3 -0
- package/dist/types/models/Institution.d.ts +20 -0
- package/dist/types/models/InstitutionTypeEnum.d.ts +14 -0
- package/dist/types/models/Issuer.d.ts +9 -0
- package/dist/types/models/IssuerAuthority.d.ts +5 -0
- package/dist/types/models/LearnerInformationAPI.d.ts +4 -0
- package/dist/types/models/LearnerInformationAPIData.d.ts +83 -0
- package/dist/types/models/LtiKey.d.ts +19 -0
- package/dist/types/models/LtiLaunchGate.d.ts +8 -0
- package/dist/types/models/LtiTool.d.ts +46 -0
- package/dist/types/models/NetRevenueOverTime.d.ts +8 -0
- package/dist/types/models/NewPerLearnerList.d.ts +6 -0
- package/dist/types/models/NewPerLearnerListData.d.ts +17 -0
- package/dist/types/models/Notification.d.ts +13 -0
- package/dist/types/models/NotificationCount.d.ts +4 -0
- package/dist/types/models/NotificationPreview.d.ts +31 -0
- package/dist/types/models/NotificationSource.d.ts +8 -0
- package/dist/types/models/NotificationTemplateData.d.ts +26 -0
- package/dist/types/models/Order.d.ts +22 -0
- package/dist/types/models/OverTime.d.ts +3 -0
- package/dist/types/models/OverTimeWithTotal.d.ts +22 -0
- package/dist/types/models/OvertimeMeta.d.ts +30 -0
- package/dist/types/models/OvertimeWithChangeInfo.d.ts +24 -0
- package/dist/types/models/Pagination.d.ts +18 -0
- package/dist/types/models/PatchedNotification.d.ts +13 -0
- package/dist/types/models/PatchedPlatformPublicMetadata.d.ts +8 -0
- package/dist/types/models/PatchedSkillThreshold.d.ts +14 -0
- package/dist/types/models/PerLearnerCourseLastAccessData.d.ts +30 -0
- package/dist/types/models/PerLearnerCourseVideosWatched.d.ts +8 -0
- package/dist/types/models/PerLearnerCourseVideosWatchedData.d.ts +14 -0
- package/dist/types/models/PerLearnerLastAccess.d.ts +4 -0
- package/dist/types/models/PerLearnerLastAccessData.d.ts +11 -0
- package/dist/types/models/PerLearnerTimeSpentInCourseTree.d.ts +8 -0
- package/dist/types/models/PerformanceGradesPerCourse.d.ts +6 -0
- package/dist/types/models/PerformanceGradesPerCourseData.d.ts +22 -0
- package/dist/types/models/PerlearnerCourseProgress.d.ts +4 -0
- package/dist/types/models/PerlearnerCourseProgressData.d.ts +6 -0
- package/dist/types/models/PerlearnerEngagementVideosData.d.ts +30 -0
- package/dist/types/models/PerlearnerEngagementVideosWatchedPerCourse.d.ts +4 -0
- package/dist/types/models/PerlearnerGradeSummary.d.ts +4 -0
- package/dist/types/models/PerlearnerGradeSummaryData.d.ts +18 -0
- package/dist/types/models/PerlearnerGradeWithCutOff.d.ts +4 -0
- package/dist/types/models/PerlearnerGradeWithCutOffData.d.ts +10 -0
- package/dist/types/models/PerlearnerGradingPerCourseAPI.d.ts +4 -0
- package/dist/types/models/PerlearnerGradingPerCourseAPIData.d.ts +34 -0
- package/dist/types/models/PerlearnerUserList.d.ts +6 -0
- package/dist/types/models/PerlearnerUserListData.d.ts +34 -0
- package/dist/types/models/PlatformPublicMetadata.d.ts +8 -0
- package/dist/types/models/PointsPercentile.d.ts +8 -0
- package/dist/types/models/PreviewResponse.d.ts +11 -0
- package/dist/types/models/Product.d.ts +22 -0
- package/dist/types/models/ProductTable.d.ts +26 -0
- package/dist/types/models/Program.d.ts +24 -0
- package/dist/types/models/ProgramTypeEnum.d.ts +18 -0
- package/dist/types/models/Recipient.d.ts +8 -0
- package/dist/types/models/RecommendationSearchAPI.d.ts +3 -0
- package/dist/types/models/RedirectTokenRequest.d.ts +3 -0
- package/dist/types/models/RedirectTokenResponse.d.ts +5 -0
- package/dist/types/models/ReportCreate.d.ts +7 -0
- package/dist/types/models/ReportData.d.ts +28 -0
- package/dist/types/models/ReportDetail.d.ts +4 -0
- package/dist/types/models/ReportList.d.ts +4 -0
- package/dist/types/models/ReportRequest.d.ts +21 -0
- package/dist/types/models/ReportStatus.d.ts +41 -0
- package/dist/types/models/ReportedSkill.d.ts +4 -0
- package/dist/types/models/ResourcePoint.d.ts +7 -0
- package/dist/types/models/RevenueByProduct.d.ts +6 -0
- package/dist/types/models/SendNotification.d.ts +6 -0
- package/dist/types/models/SendResponse.d.ts +9 -0
- package/dist/types/models/Skill.d.ts +7 -0
- package/dist/types/models/SkillDetail.d.ts +9 -0
- package/dist/types/models/SkillInfo.d.ts +23 -0
- package/dist/types/models/SkillThreshold.d.ts +14 -0
- package/dist/types/models/StateEnum.d.ts +22 -0
- package/dist/types/models/StatusEnum.d.ts +10 -0
- package/dist/types/models/SubTimeChild.d.ts +18 -0
- package/dist/types/models/Summary.d.ts +18 -0
- package/dist/types/models/TimeChildData.d.ts +20 -0
- package/dist/types/models/TimeDetail.d.ts +8 -0
- package/dist/types/models/TimeDetailChild.d.ts +26 -0
- package/dist/types/models/TimeDetailData.d.ts +24 -0
- package/dist/types/models/TimeSpentByUsersInCourse.d.ts +6 -0
- package/dist/types/models/TimeSpentByUsersInCourseData.d.ts +22 -0
- package/dist/types/models/TimeSpentPerCourse.d.ts +6 -0
- package/dist/types/models/TimeSpentPerCourseData.d.ts +26 -0
- package/dist/types/models/TimeSpentPerUserResponse.d.ts +3 -0
- package/dist/types/models/TimeSpentUpdateRequest.d.ts +11 -0
- package/dist/types/models/TimeSpentUpdateResponse.d.ts +4 -0
- package/dist/types/models/TypeEnum.d.ts +18 -0
- package/dist/types/models/UploadedImage.d.ts +5 -0
- package/dist/types/models/UserInfo.d.ts +13 -0
- package/dist/types/models/UserSkill.d.ts +22 -0
- package/dist/types/models/UserSkillPointsPercentile.d.ts +8 -0
- package/dist/types/models/ValidateSourceResponse.d.ts +10 -0
- package/dist/types/models/Value.d.ts +4 -0
- package/dist/types/models/ValueData.d.ts +6 -0
- package/dist/types/models/VideoBlock.d.ts +14 -0
- package/dist/types/models/VideoEngagementPerCourse.d.ts +6 -0
- package/dist/types/models/VideoEngagementPerCourseData.d.ts +30 -0
- package/dist/types/models/VideosCount.d.ts +4 -0
- package/dist/types/models/VideosCountData.d.ts +6 -0
- package/dist/types/models/VideosInCourseSummary.d.ts +4 -0
- package/dist/types/models/VideosInCourseSummaryData.d.ts +12 -0
- package/dist/types/models/VideosSpecificCourse.d.ts +4 -0
- package/dist/types/models/VideosSpecificCourseData.d.ts +26 -0
- package/dist/types/models/VideosWatchedSubSection.d.ts +19 -0
- package/dist/types/models/WatchedVideosPerUser.d.ts +8 -0
- package/dist/types/models/WatchedVideosPerUserData.d.ts +18 -0
- package/dist/types/services/AnalyticsService.d.ts +51 -0
- package/dist/types/services/AudienceService.d.ts +348 -0
- package/dist/types/services/CareerService.d.ts +210 -0
- package/dist/types/services/CoreService.d.ts +196 -0
- package/dist/types/services/CredentialsService.d.ts +1184 -0
- package/dist/types/services/DepartmentsService.d.ts +43 -0
- package/dist/types/services/EngagementService.d.ts +467 -0
- package/dist/types/services/FinanceService.d.ts +52 -0
- package/dist/types/services/NotificationBuilderService.d.ts +58 -0
- package/dist/types/services/NotificationService.d.ts +118 -0
- package/dist/types/services/OverviewService.d.ts +184 -0
- package/dist/types/services/PerformanceService.d.ts +183 -0
- package/dist/types/services/PerlearnerService.d.ts +501 -0
- package/dist/types/services/PlatformService.d.ts +77 -0
- package/dist/types/services/RecommendationsService.d.ts +13 -0
- package/dist/types/services/ReportsService.d.ts +142 -0
- package/dist/types/services/SearchService.d.ts +276 -0
- package/dist/types/services/SkillsService.d.ts +377 -0
- package/dist/types/services/UserGroupsService.d.ts +49 -0
- package/package.json +39 -0
- package/rollup.config.js +113 -0
- package/src/core/ApiError.ts +25 -0
- package/src/core/ApiRequestOptions.ts +17 -0
- package/src/core/ApiResult.ts +11 -0
- package/src/core/CancelablePromise.ts +131 -0
- package/src/core/OpenAPI.ts +32 -0
- package/src/core/request.ts +322 -0
- package/src/index.ts +189 -0
- package/src/models/AcceptanceEnum.ts +14 -0
- package/src/models/ActiveUsersData.ts +23 -0
- package/src/models/ActiveUsersList.ts +11 -0
- package/src/models/ActiveUsersPerCourse.ts +15 -0
- package/src/models/ActiveUsersPerCourseData.ts +19 -0
- package/src/models/ActivityAPI.ts +13 -0
- package/src/models/ActivityData.ts +43 -0
- package/src/models/Assertion.ts +20 -0
- package/src/models/Average.ts +9 -0
- package/src/models/AverageData.ts +11 -0
- package/src/models/AverageOvertime.ts +27 -0
- package/src/models/AvgCourseGradeWithCutoff.ts +9 -0
- package/src/models/AvgCourseGradeWithCutoffData.ts +15 -0
- package/src/models/BlankEnum.ts +7 -0
- package/src/models/BulkCreateAssertion.ts +9 -0
- package/src/models/CampaignEnablement.ts +13 -0
- package/src/models/CampaignExclusion.ts +13 -0
- package/src/models/Company.ts +28 -0
- package/src/models/ContextResponse.ts +12 -0
- package/src/models/Count.ts +9 -0
- package/src/models/CountData.ts +11 -0
- package/src/models/CourseCompletionPerCourse.ts +11 -0
- package/src/models/CourseCompletionPerCourseData.ts +27 -0
- package/src/models/CourseCompletionSummaryDataOvertime.ts +23 -0
- package/src/models/CourseCompletionSummaryOvertime.ts +11 -0
- package/src/models/CourseGradeDetailBlock.ts +23 -0
- package/src/models/CourseGradeDetailSubSection.ts +28 -0
- package/src/models/CourseGradeSummary.ts +9 -0
- package/src/models/CourseGradeSummaryData.ts +23 -0
- package/src/models/CourseGradingDetail.ts +9 -0
- package/src/models/CourseGradingDetailData.ts +17 -0
- package/src/models/CoursePoint.ts +12 -0
- package/src/models/CourseSkill.ts +13 -0
- package/src/models/Credential.ts +33 -0
- package/src/models/DesiredSkill.ts +9 -0
- package/src/models/DetailedGradeSubsection.ts +27 -0
- package/src/models/DetailedGradeView.ts +9 -0
- package/src/models/DetailedGradeViewData.ts +17 -0
- package/src/models/Education.ts +35 -0
- package/src/models/EngagementPerCourse.ts +11 -0
- package/src/models/EngagementPerCourseData.ts +31 -0
- package/src/models/Enrollments.ts +13 -0
- package/src/models/EnrollmentsData.ts +23 -0
- package/src/models/EnrollmentsPerUser.ts +11 -0
- package/src/models/EnrollmentsPerUserData.ts +23 -0
- package/src/models/ErrorResponse.ts +13 -0
- package/src/models/Experience.ts +34 -0
- package/src/models/FloatOverTime.ts +15 -0
- package/src/models/GradingPerUser.ts +13 -0
- package/src/models/GradingPerUserData.ts +31 -0
- package/src/models/GroupList.ts +11 -0
- package/src/models/GroupListData.ts +21 -0
- package/src/models/ImageUpload.ts +8 -0
- package/src/models/Institution.ts +25 -0
- package/src/models/InstitutionTypeEnum.ts +18 -0
- package/src/models/Issuer.ts +14 -0
- package/src/models/IssuerAuthority.ts +10 -0
- package/src/models/LearnerInformationAPI.ts +9 -0
- package/src/models/LearnerInformationAPIData.ts +88 -0
- package/src/models/LtiKey.ts +24 -0
- package/src/models/LtiLaunchGate.ts +13 -0
- package/src/models/LtiTool.ts +51 -0
- package/src/models/NetRevenueOverTime.ts +13 -0
- package/src/models/NewPerLearnerList.ts +11 -0
- package/src/models/NewPerLearnerListData.ts +22 -0
- package/src/models/Notification.ts +18 -0
- package/src/models/NotificationCount.ts +9 -0
- package/src/models/NotificationPreview.ts +36 -0
- package/src/models/NotificationSource.ts +13 -0
- package/src/models/NotificationTemplateData.ts +31 -0
- package/src/models/Order.ts +27 -0
- package/src/models/OverTime.ts +8 -0
- package/src/models/OverTimeWithTotal.ts +27 -0
- package/src/models/OvertimeMeta.ts +35 -0
- package/src/models/OvertimeWithChangeInfo.ts +29 -0
- package/src/models/Pagination.ts +23 -0
- package/src/models/PatchedNotification.ts +18 -0
- package/src/models/PatchedPlatformPublicMetadata.ts +13 -0
- package/src/models/PatchedSkillThreshold.ts +19 -0
- package/src/models/PerLearnerCourseLastAccessData.ts +35 -0
- package/src/models/PerLearnerCourseVideosWatched.ts +13 -0
- package/src/models/PerLearnerCourseVideosWatchedData.ts +19 -0
- package/src/models/PerLearnerLastAccess.ts +9 -0
- package/src/models/PerLearnerLastAccessData.ts +16 -0
- package/src/models/PerLearnerTimeSpentInCourseTree.ts +13 -0
- package/src/models/PerformanceGradesPerCourse.ts +11 -0
- package/src/models/PerformanceGradesPerCourseData.ts +27 -0
- package/src/models/PerlearnerCourseProgress.ts +9 -0
- package/src/models/PerlearnerCourseProgressData.ts +11 -0
- package/src/models/PerlearnerEngagementVideosData.ts +35 -0
- package/src/models/PerlearnerEngagementVideosWatchedPerCourse.ts +9 -0
- package/src/models/PerlearnerGradeSummary.ts +9 -0
- package/src/models/PerlearnerGradeSummaryData.ts +23 -0
- package/src/models/PerlearnerGradeWithCutOff.ts +9 -0
- package/src/models/PerlearnerGradeWithCutOffData.ts +15 -0
- package/src/models/PerlearnerGradingPerCourseAPI.ts +9 -0
- package/src/models/PerlearnerGradingPerCourseAPIData.ts +39 -0
- package/src/models/PerlearnerUserList.ts +11 -0
- package/src/models/PerlearnerUserListData.ts +39 -0
- package/src/models/PlatformPublicMetadata.ts +13 -0
- package/src/models/PointsPercentile.ts +13 -0
- package/src/models/PreviewResponse.ts +16 -0
- package/src/models/Product.ts +27 -0
- package/src/models/ProductTable.ts +31 -0
- package/src/models/Program.ts +29 -0
- package/src/models/ProgramTypeEnum.ts +22 -0
- package/src/models/Recipient.ts +13 -0
- package/src/models/RecommendationSearchAPI.ts +8 -0
- package/src/models/RedirectTokenRequest.ts +8 -0
- package/src/models/RedirectTokenResponse.ts +10 -0
- package/src/models/ReportCreate.ts +12 -0
- package/src/models/ReportData.ts +33 -0
- package/src/models/ReportDetail.ts +9 -0
- package/src/models/ReportList.ts +9 -0
- package/src/models/ReportRequest.ts +26 -0
- package/src/models/ReportStatus.ts +46 -0
- package/src/models/ReportedSkill.ts +9 -0
- package/src/models/ResourcePoint.ts +12 -0
- package/src/models/RevenueByProduct.ts +11 -0
- package/src/models/SendNotification.ts +11 -0
- package/src/models/SendResponse.ts +14 -0
- package/src/models/Skill.ts +12 -0
- package/src/models/SkillDetail.ts +14 -0
- package/src/models/SkillInfo.ts +28 -0
- package/src/models/SkillThreshold.ts +19 -0
- package/src/models/StateEnum.ts +26 -0
- package/src/models/StatusEnum.ts +14 -0
- package/src/models/SubTimeChild.ts +23 -0
- package/src/models/Summary.ts +23 -0
- package/src/models/TimeChildData.ts +25 -0
- package/src/models/TimeDetail.ts +13 -0
- package/src/models/TimeDetailChild.ts +31 -0
- package/src/models/TimeDetailData.ts +29 -0
- package/src/models/TimeSpentByUsersInCourse.ts +11 -0
- package/src/models/TimeSpentByUsersInCourseData.ts +27 -0
- package/src/models/TimeSpentPerCourse.ts +11 -0
- package/src/models/TimeSpentPerCourseData.ts +31 -0
- package/src/models/TimeSpentPerUserResponse.ts +8 -0
- package/src/models/TimeSpentUpdateRequest.ts +16 -0
- package/src/models/TimeSpentUpdateResponse.ts +9 -0
- package/src/models/TypeEnum.ts +22 -0
- package/src/models/UploadedImage.ts +10 -0
- package/src/models/UserInfo.ts +18 -0
- package/src/models/UserSkill.ts +27 -0
- package/src/models/UserSkillPointsPercentile.ts +13 -0
- package/src/models/ValidateSourceResponse.ts +15 -0
- package/src/models/Value.ts +9 -0
- package/src/models/ValueData.ts +11 -0
- package/src/models/VideoBlock.ts +19 -0
- package/src/models/VideoEngagementPerCourse.ts +11 -0
- package/src/models/VideoEngagementPerCourseData.ts +35 -0
- package/src/models/VideosCount.ts +9 -0
- package/src/models/VideosCountData.ts +11 -0
- package/src/models/VideosInCourseSummary.ts +9 -0
- package/src/models/VideosInCourseSummaryData.ts +17 -0
- package/src/models/VideosSpecificCourse.ts +9 -0
- package/src/models/VideosSpecificCourseData.ts +31 -0
- package/src/models/VideosWatchedSubSection.ts +24 -0
- package/src/models/WatchedVideosPerUser.ts +13 -0
- package/src/models/WatchedVideosPerUserData.ts +23 -0
- package/src/services/AnalyticsService.ts +94 -0
- package/src/services/AudienceService.ts +602 -0
- package/src/services/CareerService.ts +568 -0
- package/src/services/CoreService.ts +487 -0
- package/src/services/CredentialsService.ts +1647 -0
- package/src/services/DepartmentsService.ts +85 -0
- package/src/services/EngagementService.ts +907 -0
- package/src/services/FinanceService.ts +136 -0
- package/src/services/NotificationBuilderService.ts +133 -0
- package/src/services/NotificationService.ts +294 -0
- package/src/services/OverviewService.ts +324 -0
- package/src/services/PerformanceService.ts +329 -0
- package/src/services/PerlearnerService.ts +1009 -0
- package/src/services/PlatformService.ts +181 -0
- package/src/services/RecommendationsService.ts +31 -0
- package/src/services/ReportsService.ts +218 -0
- package/src/services/SearchService.ts +309 -0
- package/src/services/SkillsService.ts +521 -0
- package/src/services/UserGroupsService.ts +91 -0
- package/tsconfig.json +15 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type PerlearnerUserListData = {
|
|
6
|
+
/**
|
|
7
|
+
* learner username
|
|
8
|
+
*/
|
|
9
|
+
username: string;
|
|
10
|
+
/**
|
|
11
|
+
* learner Name
|
|
12
|
+
*/
|
|
13
|
+
full_name: string;
|
|
14
|
+
/**
|
|
15
|
+
* Total enrollments
|
|
16
|
+
*/
|
|
17
|
+
enrollments: number;
|
|
18
|
+
/**
|
|
19
|
+
* Total completions
|
|
20
|
+
*/
|
|
21
|
+
completions: number;
|
|
22
|
+
/**
|
|
23
|
+
* Last active time
|
|
24
|
+
*/
|
|
25
|
+
last_active: string;
|
|
26
|
+
/**
|
|
27
|
+
* Time spent formatted in seconds
|
|
28
|
+
*/
|
|
29
|
+
time_spent: string;
|
|
30
|
+
/**
|
|
31
|
+
* Engagement index
|
|
32
|
+
*/
|
|
33
|
+
engagement_index: number;
|
|
34
|
+
/**
|
|
35
|
+
* Performance index
|
|
36
|
+
*/
|
|
37
|
+
performance_index: number;
|
|
38
|
+
};
|
|
39
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type PlatformPublicMetadata = {
|
|
6
|
+
readonly platform_key: string;
|
|
7
|
+
readonly platform_name: string;
|
|
8
|
+
/**
|
|
9
|
+
* The public metadata
|
|
10
|
+
*/
|
|
11
|
+
metadata?: any;
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type PointsPercentile = {
|
|
6
|
+
username: string;
|
|
7
|
+
points: number;
|
|
8
|
+
/**
|
|
9
|
+
* Percentile of points for user. If an `org` was provided, this is the percentile of the user relative to users within the org.
|
|
10
|
+
*/
|
|
11
|
+
percentile: number;
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { Recipient } from './Recipient';
|
|
6
|
+
/**
|
|
7
|
+
* Response serializer for notification preview
|
|
8
|
+
*/
|
|
9
|
+
export type PreviewResponse = {
|
|
10
|
+
status: string;
|
|
11
|
+
build_id: string;
|
|
12
|
+
count: number;
|
|
13
|
+
warning: string | null;
|
|
14
|
+
recipients: Array<Recipient>;
|
|
15
|
+
};
|
|
16
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type Product = {
|
|
6
|
+
/**
|
|
7
|
+
* Product Name
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Product type (Course or Program)
|
|
12
|
+
*/
|
|
13
|
+
type: string;
|
|
14
|
+
/**
|
|
15
|
+
* Product slug
|
|
16
|
+
*/
|
|
17
|
+
slug: string;
|
|
18
|
+
/**
|
|
19
|
+
* DateTime product was created
|
|
20
|
+
*/
|
|
21
|
+
created_on: string;
|
|
22
|
+
/**
|
|
23
|
+
* Product cost
|
|
24
|
+
*/
|
|
25
|
+
price: string;
|
|
26
|
+
};
|
|
27
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type ProductTable = {
|
|
6
|
+
/**
|
|
7
|
+
* Product name
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Product Type (Course or Program)
|
|
12
|
+
*/
|
|
13
|
+
type: string;
|
|
14
|
+
/**
|
|
15
|
+
* Gross sales for product
|
|
16
|
+
*/
|
|
17
|
+
total_sales: number;
|
|
18
|
+
/**
|
|
19
|
+
* Total of all coupons for product
|
|
20
|
+
*/
|
|
21
|
+
coupons: number;
|
|
22
|
+
/**
|
|
23
|
+
* Net sales for product
|
|
24
|
+
*/
|
|
25
|
+
net_sales: number;
|
|
26
|
+
/**
|
|
27
|
+
* Quantity of product purchased
|
|
28
|
+
*/
|
|
29
|
+
orders: number;
|
|
30
|
+
};
|
|
31
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { Institution } from './Institution';
|
|
6
|
+
import type { ProgramTypeEnum } from './ProgramTypeEnum';
|
|
7
|
+
export type Program = {
|
|
8
|
+
readonly id: number;
|
|
9
|
+
readonly institution: Institution;
|
|
10
|
+
institution_id: number;
|
|
11
|
+
name: string;
|
|
12
|
+
program_type: ProgramTypeEnum;
|
|
13
|
+
/**
|
|
14
|
+
* Duration in months
|
|
15
|
+
*/
|
|
16
|
+
duration: number;
|
|
17
|
+
description?: string | null;
|
|
18
|
+
/**
|
|
19
|
+
* Metadata
|
|
20
|
+
*/
|
|
21
|
+
data?: any;
|
|
22
|
+
/**
|
|
23
|
+
* Metadata
|
|
24
|
+
*/
|
|
25
|
+
metadata?: any;
|
|
26
|
+
created_at?: string;
|
|
27
|
+
readonly updated_at: string;
|
|
28
|
+
};
|
|
29
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* * `bachelors` - Bachelor's Degree
|
|
7
|
+
* * `masters` - Master's Degree
|
|
8
|
+
* * `phd` - PhD
|
|
9
|
+
* * `diploma` - Diploma
|
|
10
|
+
* * `certificate` - Certificate
|
|
11
|
+
* * `ungraded` - Ungraded
|
|
12
|
+
* * `other` - Other
|
|
13
|
+
*/
|
|
14
|
+
export enum ProgramTypeEnum {
|
|
15
|
+
BACHELORS = 'bachelors',
|
|
16
|
+
MASTERS = 'masters',
|
|
17
|
+
PHD = 'phd',
|
|
18
|
+
DIPLOMA = 'diploma',
|
|
19
|
+
CERTIFICATE = 'certificate',
|
|
20
|
+
UNGRADED = 'ungraded',
|
|
21
|
+
OTHER = 'other',
|
|
22
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* Serializer for recipient data
|
|
7
|
+
*/
|
|
8
|
+
export type Recipient = {
|
|
9
|
+
username: string;
|
|
10
|
+
email: string;
|
|
11
|
+
status?: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { ReportStatus } from './ReportStatus';
|
|
6
|
+
/**
|
|
7
|
+
* Returns this a report is successfully created
|
|
8
|
+
*/
|
|
9
|
+
export type ReportCreate = {
|
|
10
|
+
data: ReportStatus;
|
|
11
|
+
};
|
|
12
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { ReportStatus } from './ReportStatus';
|
|
6
|
+
export type ReportData = {
|
|
7
|
+
/**
|
|
8
|
+
* Report Name
|
|
9
|
+
*/
|
|
10
|
+
display_name?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Report Description
|
|
13
|
+
*/
|
|
14
|
+
description?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Report slug
|
|
17
|
+
*/
|
|
18
|
+
report_name?: string;
|
|
19
|
+
icon?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Extra parameters to be passed to the report create view, e.g learner_id
|
|
22
|
+
*/
|
|
23
|
+
extra_query_params?: Array<any>;
|
|
24
|
+
/**
|
|
25
|
+
* Columns to be available in the report
|
|
26
|
+
*/
|
|
27
|
+
result_columns?: Array<any>;
|
|
28
|
+
/**
|
|
29
|
+
* Report Status if any available
|
|
30
|
+
*/
|
|
31
|
+
status?: ReportStatus;
|
|
32
|
+
};
|
|
33
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type ReportRequest = {
|
|
6
|
+
/**
|
|
7
|
+
* Report slug, this is passed when calling the create report endpoint
|
|
8
|
+
*/
|
|
9
|
+
report_name?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Advanced report filtering. e,g: {'username': 'username1, username2' }
|
|
12
|
+
*/
|
|
13
|
+
params?: Record<string, any>;
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* Advanced Query to run the report, supports SQL Like queries.
|
|
17
|
+
*
|
|
18
|
+
* e.g For date type filtering
|
|
19
|
+
* date_joined > '2021-01-01'
|
|
20
|
+
*
|
|
21
|
+
* See https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.query.html#pandas.DataFrame.query
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
query?: string;
|
|
25
|
+
};
|
|
26
|
+
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { StateEnum } from './StateEnum';
|
|
6
|
+
export type ReportStatus = {
|
|
7
|
+
/**
|
|
8
|
+
* Used to download the report
|
|
9
|
+
*/
|
|
10
|
+
report_id?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Report slug, this is passed when calling the create report endpoint
|
|
13
|
+
*/
|
|
14
|
+
report_name?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Report States
|
|
17
|
+
*
|
|
18
|
+
* * `pending` - Pending
|
|
19
|
+
* * `running` - Running
|
|
20
|
+
* * `accumulating` - Accumulating
|
|
21
|
+
* * `processing` - Processing
|
|
22
|
+
* * `storing` - Storing
|
|
23
|
+
* * `completed` - Completed
|
|
24
|
+
* * `cancelled` - Cancelled
|
|
25
|
+
* * `error` - Error
|
|
26
|
+
* * `expired` - Expired
|
|
27
|
+
*/
|
|
28
|
+
state?: StateEnum;
|
|
29
|
+
/**
|
|
30
|
+
* Report request timestamp (ISO 8601)
|
|
31
|
+
*/
|
|
32
|
+
started_on?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Report Owner
|
|
35
|
+
*/
|
|
36
|
+
owner?: string;
|
|
37
|
+
/**
|
|
38
|
+
* When report would expire and not available for download anymore
|
|
39
|
+
*/
|
|
40
|
+
expires?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Download link for report when available
|
|
43
|
+
*/
|
|
44
|
+
url?: string;
|
|
45
|
+
};
|
|
46
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type ResourcePoint = {
|
|
6
|
+
/**
|
|
7
|
+
* The display name of the resource.
|
|
8
|
+
*/
|
|
9
|
+
name?: string | null;
|
|
10
|
+
readonly points: number;
|
|
11
|
+
};
|
|
12
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { ProductTable } from './ProductTable';
|
|
6
|
+
import type { Summary } from './Summary';
|
|
7
|
+
export type RevenueByProduct = {
|
|
8
|
+
product_table?: Array<ProductTable>;
|
|
9
|
+
summary?: Summary;
|
|
10
|
+
};
|
|
11
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* Request serializer for sending notification
|
|
7
|
+
*/
|
|
8
|
+
export type SendNotification = {
|
|
9
|
+
build_id: string;
|
|
10
|
+
};
|
|
11
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* Response serializer for send notification
|
|
7
|
+
*/
|
|
8
|
+
export type SendResponse = {
|
|
9
|
+
status: string;
|
|
10
|
+
notifications_sent: number;
|
|
11
|
+
build_id: string;
|
|
12
|
+
message: string;
|
|
13
|
+
};
|
|
14
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { CourseSkill } from './CourseSkill';
|
|
6
|
+
export type SkillDetail = {
|
|
7
|
+
/**
|
|
8
|
+
* Display name
|
|
9
|
+
*/
|
|
10
|
+
name?: string | null;
|
|
11
|
+
courses: Array<CourseSkill>;
|
|
12
|
+
readonly related_skills: number;
|
|
13
|
+
};
|
|
14
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type SkillInfo = {
|
|
6
|
+
readonly id: number;
|
|
7
|
+
/**
|
|
8
|
+
* Display name
|
|
9
|
+
*/
|
|
10
|
+
name?: string | null;
|
|
11
|
+
/**
|
|
12
|
+
* Number of courses with skill
|
|
13
|
+
*/
|
|
14
|
+
readonly course_count: number;
|
|
15
|
+
/**
|
|
16
|
+
* Number of users with skill
|
|
17
|
+
*/
|
|
18
|
+
readonly user_count: number;
|
|
19
|
+
/**
|
|
20
|
+
* Total points for skill
|
|
21
|
+
*/
|
|
22
|
+
readonly total_points: number;
|
|
23
|
+
/**
|
|
24
|
+
* Average points for skill
|
|
25
|
+
*/
|
|
26
|
+
readonly average_points: number;
|
|
27
|
+
};
|
|
28
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type SkillThreshold = {
|
|
6
|
+
/**
|
|
7
|
+
* The name of the threshold e.g Beginner.
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* The threshold for the skill.
|
|
12
|
+
*/
|
|
13
|
+
threshold: number;
|
|
14
|
+
/**
|
|
15
|
+
* The platform key
|
|
16
|
+
*/
|
|
17
|
+
platform: string;
|
|
18
|
+
};
|
|
19
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* * `pending` - Pending
|
|
7
|
+
* * `running` - Running
|
|
8
|
+
* * `accumulating` - Accumulating
|
|
9
|
+
* * `processing` - Processing
|
|
10
|
+
* * `storing` - Storing
|
|
11
|
+
* * `completed` - Completed
|
|
12
|
+
* * `cancelled` - Cancelled
|
|
13
|
+
* * `error` - Error
|
|
14
|
+
* * `expired` - Expired
|
|
15
|
+
*/
|
|
16
|
+
export enum StateEnum {
|
|
17
|
+
PENDING = 'pending',
|
|
18
|
+
RUNNING = 'running',
|
|
19
|
+
ACCUMULATING = 'accumulating',
|
|
20
|
+
PROCESSING = 'processing',
|
|
21
|
+
STORING = 'storing',
|
|
22
|
+
COMPLETED = 'completed',
|
|
23
|
+
CANCELLED = 'cancelled',
|
|
24
|
+
ERROR = 'error',
|
|
25
|
+
EXPIRED = 'expired',
|
|
26
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* * `READ` - Read
|
|
7
|
+
* * `UNREAD` - Unread
|
|
8
|
+
* * `CANCELLED` - Cancelled
|
|
9
|
+
*/
|
|
10
|
+
export enum StatusEnum {
|
|
11
|
+
READ = 'READ',
|
|
12
|
+
UNREAD = 'UNREAD',
|
|
13
|
+
CANCELLED = 'CANCELLED',
|
|
14
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type SubTimeChild = {
|
|
6
|
+
/**
|
|
7
|
+
* Display name
|
|
8
|
+
*/
|
|
9
|
+
display_name: string;
|
|
10
|
+
/**
|
|
11
|
+
* block id
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
/**
|
|
15
|
+
* block id
|
|
16
|
+
*/
|
|
17
|
+
block_id?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Total time spent
|
|
20
|
+
*/
|
|
21
|
+
total_time?: number;
|
|
22
|
+
};
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type Summary = {
|
|
6
|
+
/**
|
|
7
|
+
* Total number of products
|
|
8
|
+
*/
|
|
9
|
+
num_products: number;
|
|
10
|
+
/**
|
|
11
|
+
* Total number of items ordered
|
|
12
|
+
*/
|
|
13
|
+
num_orders: number;
|
|
14
|
+
/**
|
|
15
|
+
* Total Net revenue
|
|
16
|
+
*/
|
|
17
|
+
net_revenue: number;
|
|
18
|
+
/**
|
|
19
|
+
* Average Net value per item sold
|
|
20
|
+
*/
|
|
21
|
+
avg_order_value: number;
|
|
22
|
+
};
|
|
23
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { SubTimeChild } from './SubTimeChild';
|
|
6
|
+
export type TimeChildData = {
|
|
7
|
+
/**
|
|
8
|
+
* Display name
|
|
9
|
+
*/
|
|
10
|
+
display_name: string;
|
|
11
|
+
/**
|
|
12
|
+
* block id
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
/**
|
|
16
|
+
* block id
|
|
17
|
+
*/
|
|
18
|
+
block_id?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Total time spent
|
|
21
|
+
*/
|
|
22
|
+
total_time?: number;
|
|
23
|
+
children: Array<SubTimeChild>;
|
|
24
|
+
};
|
|
25
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { TimeDetailData } from './TimeDetailData';
|
|
6
|
+
export type TimeDetail = {
|
|
7
|
+
data?: Array<TimeDetailData>;
|
|
8
|
+
/**
|
|
9
|
+
* Total time spent
|
|
10
|
+
*/
|
|
11
|
+
total?: number;
|
|
12
|
+
};
|
|
13
|
+
|