@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,210 @@
|
|
|
1
|
+
import type { Company } from '../models/Company';
|
|
2
|
+
import type { Education } from '../models/Education';
|
|
3
|
+
import type { Experience } from '../models/Experience';
|
|
4
|
+
import type { Institution } from '../models/Institution';
|
|
5
|
+
import type { Program } from '../models/Program';
|
|
6
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
7
|
+
export declare class CareerService {
|
|
8
|
+
/**
|
|
9
|
+
* API endpoint for managing user base locations
|
|
10
|
+
* @param org
|
|
11
|
+
* @param username
|
|
12
|
+
* @returns any No response body
|
|
13
|
+
* @throws ApiError
|
|
14
|
+
*/
|
|
15
|
+
static careerLocationOrgsUsersRetrieve(org: string, username: string): CancelablePromise<any>;
|
|
16
|
+
/**
|
|
17
|
+
* API endpoint for managing user base locations
|
|
18
|
+
* @param org
|
|
19
|
+
* @param username
|
|
20
|
+
* @returns any No response body
|
|
21
|
+
* @throws ApiError
|
|
22
|
+
*/
|
|
23
|
+
static careerLocationOrgsUsersCreate(org: string, username: string): CancelablePromise<any>;
|
|
24
|
+
/**
|
|
25
|
+
* API endpoint for managing user base locations
|
|
26
|
+
* @param org
|
|
27
|
+
* @param username
|
|
28
|
+
* @returns any No response body
|
|
29
|
+
* @throws ApiError
|
|
30
|
+
*/
|
|
31
|
+
static careerLocationOrgsUsersUpdate(org: string, username: string): CancelablePromise<any>;
|
|
32
|
+
/**
|
|
33
|
+
* Platform-wide location statistics (GET only)
|
|
34
|
+
* @param org
|
|
35
|
+
* @returns any No response body
|
|
36
|
+
* @throws ApiError
|
|
37
|
+
*/
|
|
38
|
+
static careerLocationsOrgsRetrieve(org: string): CancelablePromise<any>;
|
|
39
|
+
/**
|
|
40
|
+
* @param org
|
|
41
|
+
* @param username
|
|
42
|
+
* @returns Company
|
|
43
|
+
* @throws ApiError
|
|
44
|
+
*/
|
|
45
|
+
static careerOrgsCompaniesUsersRetrieve(org: string, username: string): CancelablePromise<Company>;
|
|
46
|
+
/**
|
|
47
|
+
* @param org
|
|
48
|
+
* @param username
|
|
49
|
+
* @param requestBody
|
|
50
|
+
* @returns Company
|
|
51
|
+
* @throws ApiError
|
|
52
|
+
*/
|
|
53
|
+
static careerOrgsCompaniesUsersCreate(org: string, username: string, requestBody: Company): CancelablePromise<Company>;
|
|
54
|
+
/**
|
|
55
|
+
* @param org
|
|
56
|
+
* @param username
|
|
57
|
+
* @param requestBody
|
|
58
|
+
* @returns Company
|
|
59
|
+
* @throws ApiError
|
|
60
|
+
*/
|
|
61
|
+
static careerOrgsCompaniesUsersUpdate(org: string, username: string, requestBody: Company): CancelablePromise<Company>;
|
|
62
|
+
/**
|
|
63
|
+
* @param org
|
|
64
|
+
* @param username
|
|
65
|
+
* @returns void
|
|
66
|
+
* @throws ApiError
|
|
67
|
+
*/
|
|
68
|
+
static careerOrgsCompaniesUsersDestroy(org: string, username: string): CancelablePromise<void>;
|
|
69
|
+
/**
|
|
70
|
+
* @param org
|
|
71
|
+
* @param username
|
|
72
|
+
* @returns Education
|
|
73
|
+
* @throws ApiError
|
|
74
|
+
*/
|
|
75
|
+
static careerOrgsEducationUsersRetrieve(org: string, username: string): CancelablePromise<Education>;
|
|
76
|
+
/**
|
|
77
|
+
* @param org
|
|
78
|
+
* @param username
|
|
79
|
+
* @param requestBody
|
|
80
|
+
* @returns Education
|
|
81
|
+
* @throws ApiError
|
|
82
|
+
*/
|
|
83
|
+
static careerOrgsEducationUsersCreate(org: string, username: string, requestBody: Education): CancelablePromise<Education>;
|
|
84
|
+
/**
|
|
85
|
+
* @param org
|
|
86
|
+
* @param username
|
|
87
|
+
* @param requestBody
|
|
88
|
+
* @returns Education
|
|
89
|
+
* @throws ApiError
|
|
90
|
+
*/
|
|
91
|
+
static careerOrgsEducationUsersUpdate(org: string, username: string, requestBody: Education): CancelablePromise<Education>;
|
|
92
|
+
/**
|
|
93
|
+
* @param org
|
|
94
|
+
* @param username
|
|
95
|
+
* @returns void
|
|
96
|
+
* @throws ApiError
|
|
97
|
+
*/
|
|
98
|
+
static careerOrgsEducationUsersDestroy(org: string, username: string): CancelablePromise<void>;
|
|
99
|
+
/**
|
|
100
|
+
* @param org
|
|
101
|
+
* @param username
|
|
102
|
+
* @returns Experience
|
|
103
|
+
* @throws ApiError
|
|
104
|
+
*/
|
|
105
|
+
static careerOrgsExperienceUsersRetrieve(org: string, username: string): CancelablePromise<Experience>;
|
|
106
|
+
/**
|
|
107
|
+
* @param org
|
|
108
|
+
* @param username
|
|
109
|
+
* @param requestBody
|
|
110
|
+
* @returns Experience
|
|
111
|
+
* @throws ApiError
|
|
112
|
+
*/
|
|
113
|
+
static careerOrgsExperienceUsersCreate(org: string, username: string, requestBody: Experience): CancelablePromise<Experience>;
|
|
114
|
+
/**
|
|
115
|
+
* @param org
|
|
116
|
+
* @param username
|
|
117
|
+
* @param requestBody
|
|
118
|
+
* @returns Experience
|
|
119
|
+
* @throws ApiError
|
|
120
|
+
*/
|
|
121
|
+
static careerOrgsExperienceUsersUpdate(org: string, username: string, requestBody: Experience): CancelablePromise<Experience>;
|
|
122
|
+
/**
|
|
123
|
+
* @param org
|
|
124
|
+
* @param username
|
|
125
|
+
* @returns void
|
|
126
|
+
* @throws ApiError
|
|
127
|
+
*/
|
|
128
|
+
static careerOrgsExperienceUsersDestroy(org: string, username: string): CancelablePromise<void>;
|
|
129
|
+
/**
|
|
130
|
+
* @param org
|
|
131
|
+
* @param username
|
|
132
|
+
* @returns Institution
|
|
133
|
+
* @throws ApiError
|
|
134
|
+
*/
|
|
135
|
+
static careerOrgsInstitutionsUsersRetrieve(org: string, username: string): CancelablePromise<Institution>;
|
|
136
|
+
/**
|
|
137
|
+
* @param org
|
|
138
|
+
* @param username
|
|
139
|
+
* @param requestBody
|
|
140
|
+
* @returns Institution
|
|
141
|
+
* @throws ApiError
|
|
142
|
+
*/
|
|
143
|
+
static careerOrgsInstitutionsUsersCreate(org: string, username: string, requestBody: Institution): CancelablePromise<Institution>;
|
|
144
|
+
/**
|
|
145
|
+
* @param org
|
|
146
|
+
* @param username
|
|
147
|
+
* @param requestBody
|
|
148
|
+
* @returns Institution
|
|
149
|
+
* @throws ApiError
|
|
150
|
+
*/
|
|
151
|
+
static careerOrgsInstitutionsUsersUpdate(org: string, username: string, requestBody: Institution): CancelablePromise<Institution>;
|
|
152
|
+
/**
|
|
153
|
+
* @param org
|
|
154
|
+
* @param username
|
|
155
|
+
* @returns void
|
|
156
|
+
* @throws ApiError
|
|
157
|
+
*/
|
|
158
|
+
static careerOrgsInstitutionsUsersDestroy(org: string, username: string): CancelablePromise<void>;
|
|
159
|
+
/**
|
|
160
|
+
* @param org
|
|
161
|
+
* @param username
|
|
162
|
+
* @returns Program
|
|
163
|
+
* @throws ApiError
|
|
164
|
+
*/
|
|
165
|
+
static careerOrgsProgramsUsersRetrieve(org: string, username: string): CancelablePromise<Program>;
|
|
166
|
+
/**
|
|
167
|
+
* @param org
|
|
168
|
+
* @param username
|
|
169
|
+
* @param requestBody
|
|
170
|
+
* @returns Program
|
|
171
|
+
* @throws ApiError
|
|
172
|
+
*/
|
|
173
|
+
static careerOrgsProgramsUsersCreate(org: string, username: string, requestBody: Program): CancelablePromise<Program>;
|
|
174
|
+
/**
|
|
175
|
+
* @param org
|
|
176
|
+
* @param username
|
|
177
|
+
* @param requestBody
|
|
178
|
+
* @returns Program
|
|
179
|
+
* @throws ApiError
|
|
180
|
+
*/
|
|
181
|
+
static careerOrgsProgramsUsersUpdate(org: string, username: string, requestBody: Program): CancelablePromise<Program>;
|
|
182
|
+
/**
|
|
183
|
+
* @param org
|
|
184
|
+
* @param username
|
|
185
|
+
* @returns void
|
|
186
|
+
* @throws ApiError
|
|
187
|
+
*/
|
|
188
|
+
static careerOrgsProgramsUsersDestroy(org: string, username: string): CancelablePromise<void>;
|
|
189
|
+
/**
|
|
190
|
+
* @param org
|
|
191
|
+
* @param username
|
|
192
|
+
* @returns any No response body
|
|
193
|
+
* @throws ApiError
|
|
194
|
+
*/
|
|
195
|
+
static careerResumeOrgsUsersRetrieve(org: string, username: string): CancelablePromise<any>;
|
|
196
|
+
/**
|
|
197
|
+
* @param org
|
|
198
|
+
* @param username
|
|
199
|
+
* @returns any No response body
|
|
200
|
+
* @throws ApiError
|
|
201
|
+
*/
|
|
202
|
+
static careerResumeOrgsUsersCreate(org: string, username: string): CancelablePromise<any>;
|
|
203
|
+
/**
|
|
204
|
+
* @param org
|
|
205
|
+
* @param username
|
|
206
|
+
* @returns any No response body
|
|
207
|
+
* @throws ApiError
|
|
208
|
+
*/
|
|
209
|
+
static careerResumeOrgsUsersUpdate(org: string, username: string): CancelablePromise<any>;
|
|
210
|
+
}
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import type { ImageUpload } from '../models/ImageUpload';
|
|
2
|
+
import type { LtiKey } from '../models/LtiKey';
|
|
3
|
+
import type { LtiTool } from '../models/LtiTool';
|
|
4
|
+
import type { PatchedPlatformPublicMetadata } from '../models/PatchedPlatformPublicMetadata';
|
|
5
|
+
import type { PlatformPublicMetadata } from '../models/PlatformPublicMetadata';
|
|
6
|
+
import type { RedirectTokenRequest } from '../models/RedirectTokenRequest';
|
|
7
|
+
import type { RedirectTokenResponse } from '../models/RedirectTokenResponse';
|
|
8
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
9
|
+
export declare class CoreService {
|
|
10
|
+
/**
|
|
11
|
+
* List your LTI Provider Key's
|
|
12
|
+
* @param platformKey Platform Key
|
|
13
|
+
* @returns LtiKey
|
|
14
|
+
* @throws ApiError
|
|
15
|
+
*/
|
|
16
|
+
static coreLti1P3ProviderLtiKeysList(platformKey: string): CancelablePromise<Array<LtiKey>>;
|
|
17
|
+
/**
|
|
18
|
+
* Create a new LTI Provider Key
|
|
19
|
+
* @param requestBody
|
|
20
|
+
* @returns LtiKey
|
|
21
|
+
* @throws ApiError
|
|
22
|
+
*/
|
|
23
|
+
static coreLti1P3ProviderLtiKeysCreate(requestBody: LtiKey): CancelablePromise<LtiKey>;
|
|
24
|
+
/**
|
|
25
|
+
* Get details about a specific LTI Provider Key
|
|
26
|
+
* @param id
|
|
27
|
+
* @param platformKey Platform Key
|
|
28
|
+
* @returns LtiKey
|
|
29
|
+
* @throws ApiError
|
|
30
|
+
*/
|
|
31
|
+
static coreLti1P3ProviderLtiKeysRetrieve(id: string, platformKey: string): CancelablePromise<LtiKey>;
|
|
32
|
+
/**
|
|
33
|
+
* Update an LTI Provider Key
|
|
34
|
+
* @param id
|
|
35
|
+
* @param requestBody
|
|
36
|
+
* @returns LtiKey
|
|
37
|
+
* @throws ApiError
|
|
38
|
+
*/
|
|
39
|
+
static coreLti1P3ProviderLtiKeysUpdate(id: string, requestBody: LtiKey): CancelablePromise<LtiKey>;
|
|
40
|
+
/**
|
|
41
|
+
* Delete an LTI Provider Key
|
|
42
|
+
*
|
|
43
|
+
* **DANGER:** Deleting a key will also delete all Tools that reference that Key. If you need to delete a Key you should first create a new one and update all Tools to reference the new Key before deleting the old one.
|
|
44
|
+
* @param id
|
|
45
|
+
* @param platformKey Platform Key
|
|
46
|
+
* @returns void
|
|
47
|
+
* @throws ApiError
|
|
48
|
+
*/
|
|
49
|
+
static coreLti1P3ProviderLtiKeysDestroy(id: string, platformKey: string): CancelablePromise<void>;
|
|
50
|
+
/**
|
|
51
|
+
* List your LTI Tool's
|
|
52
|
+
* @param platformKey Platform Key
|
|
53
|
+
* @returns LtiTool
|
|
54
|
+
* @throws ApiError
|
|
55
|
+
*/
|
|
56
|
+
static coreLti1P3ProviderLtiToolsList(platformKey: string): CancelablePromise<Array<LtiTool>>;
|
|
57
|
+
/**
|
|
58
|
+
* Create a new LTI Tool
|
|
59
|
+
* @param requestBody
|
|
60
|
+
* @returns LtiTool
|
|
61
|
+
* @throws ApiError
|
|
62
|
+
*/
|
|
63
|
+
static coreLti1P3ProviderLtiToolsCreate(requestBody: LtiTool): CancelablePromise<LtiTool>;
|
|
64
|
+
/**
|
|
65
|
+
* Get details about a specific LTI Tool
|
|
66
|
+
* @param id
|
|
67
|
+
* @param platformKey Platform Key
|
|
68
|
+
* @returns LtiTool
|
|
69
|
+
* @throws ApiError
|
|
70
|
+
*/
|
|
71
|
+
static coreLti1P3ProviderLtiToolsRetrieve(id: string, platformKey: string): CancelablePromise<LtiTool>;
|
|
72
|
+
/**
|
|
73
|
+
* Update an LTI Tool
|
|
74
|
+
* @param id
|
|
75
|
+
* @param requestBody
|
|
76
|
+
* @returns LtiTool
|
|
77
|
+
* @throws ApiError
|
|
78
|
+
*/
|
|
79
|
+
static coreLti1P3ProviderLtiToolsUpdate(id: string, requestBody: LtiTool): CancelablePromise<LtiTool>;
|
|
80
|
+
/**
|
|
81
|
+
* Delete an LTI Tool
|
|
82
|
+
* @param id
|
|
83
|
+
* @param platformKey Platform Key
|
|
84
|
+
* @returns void
|
|
85
|
+
* @throws ApiError
|
|
86
|
+
*/
|
|
87
|
+
static coreLti1P3ProviderLtiToolsDestroy(id: string, platformKey: string): CancelablePromise<void>;
|
|
88
|
+
/**
|
|
89
|
+
* Get platform logo
|
|
90
|
+
* @param org
|
|
91
|
+
* @returns any
|
|
92
|
+
* @throws ApiError
|
|
93
|
+
*/
|
|
94
|
+
static coreOrgsDarkModeLogoRetrieve(org: string): CancelablePromise<Record<string, any>>;
|
|
95
|
+
/**
|
|
96
|
+
* Upload a new platform logo
|
|
97
|
+
* @param org
|
|
98
|
+
* @param requestBody
|
|
99
|
+
* @returns ImageUpload
|
|
100
|
+
* @throws ApiError
|
|
101
|
+
*/
|
|
102
|
+
static coreOrgsDarkModeLogoCreateCreate(org: string, requestBody: ImageUpload): CancelablePromise<ImageUpload>;
|
|
103
|
+
/**
|
|
104
|
+
* Get platform logo
|
|
105
|
+
* @param org
|
|
106
|
+
* @returns any
|
|
107
|
+
* @throws ApiError
|
|
108
|
+
*/
|
|
109
|
+
static coreOrgsFaviconRetrieve(org: string): CancelablePromise<Record<string, any>>;
|
|
110
|
+
/**
|
|
111
|
+
* Upload a new platform logo
|
|
112
|
+
* @param org
|
|
113
|
+
* @param requestBody
|
|
114
|
+
* @returns ImageUpload
|
|
115
|
+
* @throws ApiError
|
|
116
|
+
*/
|
|
117
|
+
static coreOrgsFaviconCreateCreate(org: string, requestBody: ImageUpload): CancelablePromise<ImageUpload>;
|
|
118
|
+
/**
|
|
119
|
+
* Get platform logo
|
|
120
|
+
* @param org
|
|
121
|
+
* @returns any
|
|
122
|
+
* @throws ApiError
|
|
123
|
+
*/
|
|
124
|
+
static coreOrgsLogoRetrieve(org: string): CancelablePromise<Record<string, any>>;
|
|
125
|
+
/**
|
|
126
|
+
* Upload a new platform logo
|
|
127
|
+
* @param org
|
|
128
|
+
* @param requestBody
|
|
129
|
+
* @returns ImageUpload
|
|
130
|
+
* @throws ApiError
|
|
131
|
+
*/
|
|
132
|
+
static coreOrgsLogoCreateCreate(org: string, requestBody: ImageUpload): CancelablePromise<ImageUpload>;
|
|
133
|
+
/**
|
|
134
|
+
* @param org
|
|
135
|
+
* @returns PlatformPublicMetadata
|
|
136
|
+
* @throws ApiError
|
|
137
|
+
*/
|
|
138
|
+
static coreOrgsMetadataRetrieve(org: string): CancelablePromise<PlatformPublicMetadata>;
|
|
139
|
+
/**
|
|
140
|
+
* @param org
|
|
141
|
+
* @param requestBody
|
|
142
|
+
* @returns PlatformPublicMetadata
|
|
143
|
+
* @throws ApiError
|
|
144
|
+
*/
|
|
145
|
+
static coreOrgsMetadataUpdate(org: string, requestBody?: PlatformPublicMetadata): CancelablePromise<PlatformPublicMetadata>;
|
|
146
|
+
/**
|
|
147
|
+
* @param org
|
|
148
|
+
* @param requestBody
|
|
149
|
+
* @returns PlatformPublicMetadata
|
|
150
|
+
* @throws ApiError
|
|
151
|
+
*/
|
|
152
|
+
static coreOrgsMetadataPartialUpdate(org: string, requestBody?: PatchedPlatformPublicMetadata): CancelablePromise<PlatformPublicMetadata>;
|
|
153
|
+
/**
|
|
154
|
+
* Creates redirect tokens for a URL specified by for a platform
|
|
155
|
+
* @param org
|
|
156
|
+
* @param requestBody
|
|
157
|
+
* @returns RedirectTokenResponse
|
|
158
|
+
* @throws ApiError
|
|
159
|
+
*/
|
|
160
|
+
static coreOrgsRedirectTokensCreate(org: string, requestBody: RedirectTokenRequest): CancelablePromise<RedirectTokenResponse>;
|
|
161
|
+
/**
|
|
162
|
+
* Returns Redirect URL for the token specified.
|
|
163
|
+
*
|
|
164
|
+
* ```
|
|
165
|
+
* Requires user to be a member of the platform with the token passed
|
|
166
|
+
* ```
|
|
167
|
+
* @param org
|
|
168
|
+
* @param redirectToken
|
|
169
|
+
* @returns RedirectTokenResponse
|
|
170
|
+
* @throws ApiError
|
|
171
|
+
*/
|
|
172
|
+
static coreOrgsRedirectTokensRetrieve(org: string, redirectToken: string): CancelablePromise<RedirectTokenResponse>;
|
|
173
|
+
/**
|
|
174
|
+
* Delete specific token
|
|
175
|
+
* @param org
|
|
176
|
+
* @param redirectToken
|
|
177
|
+
* @returns void
|
|
178
|
+
* @throws ApiError
|
|
179
|
+
*/
|
|
180
|
+
static coreOrgsRedirectTokensDeleteDestroy(org: string, redirectToken: string): CancelablePromise<void>;
|
|
181
|
+
/**
|
|
182
|
+
* Get platform logo
|
|
183
|
+
* @param org
|
|
184
|
+
* @returns any
|
|
185
|
+
* @throws ApiError
|
|
186
|
+
*/
|
|
187
|
+
static coreOrgsThumbnailRetrieve(org: string): CancelablePromise<Record<string, any>>;
|
|
188
|
+
/**
|
|
189
|
+
* Upload a new platform logo
|
|
190
|
+
* @param org
|
|
191
|
+
* @param requestBody
|
|
192
|
+
* @returns ImageUpload
|
|
193
|
+
* @throws ApiError
|
|
194
|
+
*/
|
|
195
|
+
static coreOrgsThumbnailCreateCreate(org: string, requestBody: ImageUpload): CancelablePromise<ImageUpload>;
|
|
196
|
+
}
|