@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,568 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { Company } from '../models/Company';
|
|
6
|
+
import type { Education } from '../models/Education';
|
|
7
|
+
import type { Experience } from '../models/Experience';
|
|
8
|
+
import type { Institution } from '../models/Institution';
|
|
9
|
+
import type { Program } from '../models/Program';
|
|
10
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
11
|
+
import { OpenAPI } from '../core/OpenAPI';
|
|
12
|
+
import { request as __request } from '../core/request';
|
|
13
|
+
export class CareerService {
|
|
14
|
+
/**
|
|
15
|
+
* API endpoint for managing user base locations
|
|
16
|
+
* @param org
|
|
17
|
+
* @param username
|
|
18
|
+
* @returns any No response body
|
|
19
|
+
* @throws ApiError
|
|
20
|
+
*/
|
|
21
|
+
public static careerLocationOrgsUsersRetrieve(
|
|
22
|
+
org: string,
|
|
23
|
+
username: string,
|
|
24
|
+
): CancelablePromise<any> {
|
|
25
|
+
return __request(OpenAPI, {
|
|
26
|
+
method: 'GET',
|
|
27
|
+
url: '/api/career/location/orgs/{org}/users/{username}/',
|
|
28
|
+
path: {
|
|
29
|
+
'org': org,
|
|
30
|
+
'username': username,
|
|
31
|
+
},
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* API endpoint for managing user base locations
|
|
36
|
+
* @param org
|
|
37
|
+
* @param username
|
|
38
|
+
* @returns any No response body
|
|
39
|
+
* @throws ApiError
|
|
40
|
+
*/
|
|
41
|
+
public static careerLocationOrgsUsersCreate(
|
|
42
|
+
org: string,
|
|
43
|
+
username: string,
|
|
44
|
+
): CancelablePromise<any> {
|
|
45
|
+
return __request(OpenAPI, {
|
|
46
|
+
method: 'POST',
|
|
47
|
+
url: '/api/career/location/orgs/{org}/users/{username}/',
|
|
48
|
+
path: {
|
|
49
|
+
'org': org,
|
|
50
|
+
'username': username,
|
|
51
|
+
},
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* API endpoint for managing user base locations
|
|
56
|
+
* @param org
|
|
57
|
+
* @param username
|
|
58
|
+
* @returns any No response body
|
|
59
|
+
* @throws ApiError
|
|
60
|
+
*/
|
|
61
|
+
public static careerLocationOrgsUsersUpdate(
|
|
62
|
+
org: string,
|
|
63
|
+
username: string,
|
|
64
|
+
): CancelablePromise<any> {
|
|
65
|
+
return __request(OpenAPI, {
|
|
66
|
+
method: 'PUT',
|
|
67
|
+
url: '/api/career/location/orgs/{org}/users/{username}/',
|
|
68
|
+
path: {
|
|
69
|
+
'org': org,
|
|
70
|
+
'username': username,
|
|
71
|
+
},
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Platform-wide location statistics (GET only)
|
|
76
|
+
* @param org
|
|
77
|
+
* @returns any No response body
|
|
78
|
+
* @throws ApiError
|
|
79
|
+
*/
|
|
80
|
+
public static careerLocationsOrgsRetrieve(
|
|
81
|
+
org: string,
|
|
82
|
+
): CancelablePromise<any> {
|
|
83
|
+
return __request(OpenAPI, {
|
|
84
|
+
method: 'GET',
|
|
85
|
+
url: '/api/career/locations/orgs/{org}/',
|
|
86
|
+
path: {
|
|
87
|
+
'org': org,
|
|
88
|
+
},
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* @param org
|
|
93
|
+
* @param username
|
|
94
|
+
* @returns Company
|
|
95
|
+
* @throws ApiError
|
|
96
|
+
*/
|
|
97
|
+
public static careerOrgsCompaniesUsersRetrieve(
|
|
98
|
+
org: string,
|
|
99
|
+
username: string,
|
|
100
|
+
): CancelablePromise<Company> {
|
|
101
|
+
return __request(OpenAPI, {
|
|
102
|
+
method: 'GET',
|
|
103
|
+
url: '/api/career/orgs/{org}/companies/users/{username}/',
|
|
104
|
+
path: {
|
|
105
|
+
'org': org,
|
|
106
|
+
'username': username,
|
|
107
|
+
},
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* @param org
|
|
112
|
+
* @param username
|
|
113
|
+
* @param requestBody
|
|
114
|
+
* @returns Company
|
|
115
|
+
* @throws ApiError
|
|
116
|
+
*/
|
|
117
|
+
public static careerOrgsCompaniesUsersCreate(
|
|
118
|
+
org: string,
|
|
119
|
+
username: string,
|
|
120
|
+
requestBody: Company,
|
|
121
|
+
): CancelablePromise<Company> {
|
|
122
|
+
return __request(OpenAPI, {
|
|
123
|
+
method: 'POST',
|
|
124
|
+
url: '/api/career/orgs/{org}/companies/users/{username}/',
|
|
125
|
+
path: {
|
|
126
|
+
'org': org,
|
|
127
|
+
'username': username,
|
|
128
|
+
},
|
|
129
|
+
body: requestBody,
|
|
130
|
+
mediaType: 'application/json',
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* @param org
|
|
135
|
+
* @param username
|
|
136
|
+
* @param requestBody
|
|
137
|
+
* @returns Company
|
|
138
|
+
* @throws ApiError
|
|
139
|
+
*/
|
|
140
|
+
public static careerOrgsCompaniesUsersUpdate(
|
|
141
|
+
org: string,
|
|
142
|
+
username: string,
|
|
143
|
+
requestBody: Company,
|
|
144
|
+
): CancelablePromise<Company> {
|
|
145
|
+
return __request(OpenAPI, {
|
|
146
|
+
method: 'PUT',
|
|
147
|
+
url: '/api/career/orgs/{org}/companies/users/{username}/',
|
|
148
|
+
path: {
|
|
149
|
+
'org': org,
|
|
150
|
+
'username': username,
|
|
151
|
+
},
|
|
152
|
+
body: requestBody,
|
|
153
|
+
mediaType: 'application/json',
|
|
154
|
+
});
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* @param org
|
|
158
|
+
* @param username
|
|
159
|
+
* @returns void
|
|
160
|
+
* @throws ApiError
|
|
161
|
+
*/
|
|
162
|
+
public static careerOrgsCompaniesUsersDestroy(
|
|
163
|
+
org: string,
|
|
164
|
+
username: string,
|
|
165
|
+
): CancelablePromise<void> {
|
|
166
|
+
return __request(OpenAPI, {
|
|
167
|
+
method: 'DELETE',
|
|
168
|
+
url: '/api/career/orgs/{org}/companies/users/{username}/',
|
|
169
|
+
path: {
|
|
170
|
+
'org': org,
|
|
171
|
+
'username': username,
|
|
172
|
+
},
|
|
173
|
+
});
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* @param org
|
|
177
|
+
* @param username
|
|
178
|
+
* @returns Education
|
|
179
|
+
* @throws ApiError
|
|
180
|
+
*/
|
|
181
|
+
public static careerOrgsEducationUsersRetrieve(
|
|
182
|
+
org: string,
|
|
183
|
+
username: string,
|
|
184
|
+
): CancelablePromise<Education> {
|
|
185
|
+
return __request(OpenAPI, {
|
|
186
|
+
method: 'GET',
|
|
187
|
+
url: '/api/career/orgs/{org}/education/users/{username}/',
|
|
188
|
+
path: {
|
|
189
|
+
'org': org,
|
|
190
|
+
'username': username,
|
|
191
|
+
},
|
|
192
|
+
});
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* @param org
|
|
196
|
+
* @param username
|
|
197
|
+
* @param requestBody
|
|
198
|
+
* @returns Education
|
|
199
|
+
* @throws ApiError
|
|
200
|
+
*/
|
|
201
|
+
public static careerOrgsEducationUsersCreate(
|
|
202
|
+
org: string,
|
|
203
|
+
username: string,
|
|
204
|
+
requestBody: Education,
|
|
205
|
+
): CancelablePromise<Education> {
|
|
206
|
+
return __request(OpenAPI, {
|
|
207
|
+
method: 'POST',
|
|
208
|
+
url: '/api/career/orgs/{org}/education/users/{username}/',
|
|
209
|
+
path: {
|
|
210
|
+
'org': org,
|
|
211
|
+
'username': username,
|
|
212
|
+
},
|
|
213
|
+
body: requestBody,
|
|
214
|
+
mediaType: 'application/json',
|
|
215
|
+
});
|
|
216
|
+
}
|
|
217
|
+
/**
|
|
218
|
+
* @param org
|
|
219
|
+
* @param username
|
|
220
|
+
* @param requestBody
|
|
221
|
+
* @returns Education
|
|
222
|
+
* @throws ApiError
|
|
223
|
+
*/
|
|
224
|
+
public static careerOrgsEducationUsersUpdate(
|
|
225
|
+
org: string,
|
|
226
|
+
username: string,
|
|
227
|
+
requestBody: Education,
|
|
228
|
+
): CancelablePromise<Education> {
|
|
229
|
+
return __request(OpenAPI, {
|
|
230
|
+
method: 'PUT',
|
|
231
|
+
url: '/api/career/orgs/{org}/education/users/{username}/',
|
|
232
|
+
path: {
|
|
233
|
+
'org': org,
|
|
234
|
+
'username': username,
|
|
235
|
+
},
|
|
236
|
+
body: requestBody,
|
|
237
|
+
mediaType: 'application/json',
|
|
238
|
+
});
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* @param org
|
|
242
|
+
* @param username
|
|
243
|
+
* @returns void
|
|
244
|
+
* @throws ApiError
|
|
245
|
+
*/
|
|
246
|
+
public static careerOrgsEducationUsersDestroy(
|
|
247
|
+
org: string,
|
|
248
|
+
username: string,
|
|
249
|
+
): CancelablePromise<void> {
|
|
250
|
+
return __request(OpenAPI, {
|
|
251
|
+
method: 'DELETE',
|
|
252
|
+
url: '/api/career/orgs/{org}/education/users/{username}/',
|
|
253
|
+
path: {
|
|
254
|
+
'org': org,
|
|
255
|
+
'username': username,
|
|
256
|
+
},
|
|
257
|
+
});
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* @param org
|
|
261
|
+
* @param username
|
|
262
|
+
* @returns Experience
|
|
263
|
+
* @throws ApiError
|
|
264
|
+
*/
|
|
265
|
+
public static careerOrgsExperienceUsersRetrieve(
|
|
266
|
+
org: string,
|
|
267
|
+
username: string,
|
|
268
|
+
): CancelablePromise<Experience> {
|
|
269
|
+
return __request(OpenAPI, {
|
|
270
|
+
method: 'GET',
|
|
271
|
+
url: '/api/career/orgs/{org}/experience/users/{username}/',
|
|
272
|
+
path: {
|
|
273
|
+
'org': org,
|
|
274
|
+
'username': username,
|
|
275
|
+
},
|
|
276
|
+
});
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* @param org
|
|
280
|
+
* @param username
|
|
281
|
+
* @param requestBody
|
|
282
|
+
* @returns Experience
|
|
283
|
+
* @throws ApiError
|
|
284
|
+
*/
|
|
285
|
+
public static careerOrgsExperienceUsersCreate(
|
|
286
|
+
org: string,
|
|
287
|
+
username: string,
|
|
288
|
+
requestBody: Experience,
|
|
289
|
+
): CancelablePromise<Experience> {
|
|
290
|
+
return __request(OpenAPI, {
|
|
291
|
+
method: 'POST',
|
|
292
|
+
url: '/api/career/orgs/{org}/experience/users/{username}/',
|
|
293
|
+
path: {
|
|
294
|
+
'org': org,
|
|
295
|
+
'username': username,
|
|
296
|
+
},
|
|
297
|
+
body: requestBody,
|
|
298
|
+
mediaType: 'application/json',
|
|
299
|
+
});
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* @param org
|
|
303
|
+
* @param username
|
|
304
|
+
* @param requestBody
|
|
305
|
+
* @returns Experience
|
|
306
|
+
* @throws ApiError
|
|
307
|
+
*/
|
|
308
|
+
public static careerOrgsExperienceUsersUpdate(
|
|
309
|
+
org: string,
|
|
310
|
+
username: string,
|
|
311
|
+
requestBody: Experience,
|
|
312
|
+
): CancelablePromise<Experience> {
|
|
313
|
+
return __request(OpenAPI, {
|
|
314
|
+
method: 'PUT',
|
|
315
|
+
url: '/api/career/orgs/{org}/experience/users/{username}/',
|
|
316
|
+
path: {
|
|
317
|
+
'org': org,
|
|
318
|
+
'username': username,
|
|
319
|
+
},
|
|
320
|
+
body: requestBody,
|
|
321
|
+
mediaType: 'application/json',
|
|
322
|
+
});
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* @param org
|
|
326
|
+
* @param username
|
|
327
|
+
* @returns void
|
|
328
|
+
* @throws ApiError
|
|
329
|
+
*/
|
|
330
|
+
public static careerOrgsExperienceUsersDestroy(
|
|
331
|
+
org: string,
|
|
332
|
+
username: string,
|
|
333
|
+
): CancelablePromise<void> {
|
|
334
|
+
return __request(OpenAPI, {
|
|
335
|
+
method: 'DELETE',
|
|
336
|
+
url: '/api/career/orgs/{org}/experience/users/{username}/',
|
|
337
|
+
path: {
|
|
338
|
+
'org': org,
|
|
339
|
+
'username': username,
|
|
340
|
+
},
|
|
341
|
+
});
|
|
342
|
+
}
|
|
343
|
+
/**
|
|
344
|
+
* @param org
|
|
345
|
+
* @param username
|
|
346
|
+
* @returns Institution
|
|
347
|
+
* @throws ApiError
|
|
348
|
+
*/
|
|
349
|
+
public static careerOrgsInstitutionsUsersRetrieve(
|
|
350
|
+
org: string,
|
|
351
|
+
username: string,
|
|
352
|
+
): CancelablePromise<Institution> {
|
|
353
|
+
return __request(OpenAPI, {
|
|
354
|
+
method: 'GET',
|
|
355
|
+
url: '/api/career/orgs/{org}/institutions/users/{username}/',
|
|
356
|
+
path: {
|
|
357
|
+
'org': org,
|
|
358
|
+
'username': username,
|
|
359
|
+
},
|
|
360
|
+
});
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* @param org
|
|
364
|
+
* @param username
|
|
365
|
+
* @param requestBody
|
|
366
|
+
* @returns Institution
|
|
367
|
+
* @throws ApiError
|
|
368
|
+
*/
|
|
369
|
+
public static careerOrgsInstitutionsUsersCreate(
|
|
370
|
+
org: string,
|
|
371
|
+
username: string,
|
|
372
|
+
requestBody: Institution,
|
|
373
|
+
): CancelablePromise<Institution> {
|
|
374
|
+
return __request(OpenAPI, {
|
|
375
|
+
method: 'POST',
|
|
376
|
+
url: '/api/career/orgs/{org}/institutions/users/{username}/',
|
|
377
|
+
path: {
|
|
378
|
+
'org': org,
|
|
379
|
+
'username': username,
|
|
380
|
+
},
|
|
381
|
+
body: requestBody,
|
|
382
|
+
mediaType: 'application/json',
|
|
383
|
+
});
|
|
384
|
+
}
|
|
385
|
+
/**
|
|
386
|
+
* @param org
|
|
387
|
+
* @param username
|
|
388
|
+
* @param requestBody
|
|
389
|
+
* @returns Institution
|
|
390
|
+
* @throws ApiError
|
|
391
|
+
*/
|
|
392
|
+
public static careerOrgsInstitutionsUsersUpdate(
|
|
393
|
+
org: string,
|
|
394
|
+
username: string,
|
|
395
|
+
requestBody: Institution,
|
|
396
|
+
): CancelablePromise<Institution> {
|
|
397
|
+
return __request(OpenAPI, {
|
|
398
|
+
method: 'PUT',
|
|
399
|
+
url: '/api/career/orgs/{org}/institutions/users/{username}/',
|
|
400
|
+
path: {
|
|
401
|
+
'org': org,
|
|
402
|
+
'username': username,
|
|
403
|
+
},
|
|
404
|
+
body: requestBody,
|
|
405
|
+
mediaType: 'application/json',
|
|
406
|
+
});
|
|
407
|
+
}
|
|
408
|
+
/**
|
|
409
|
+
* @param org
|
|
410
|
+
* @param username
|
|
411
|
+
* @returns void
|
|
412
|
+
* @throws ApiError
|
|
413
|
+
*/
|
|
414
|
+
public static careerOrgsInstitutionsUsersDestroy(
|
|
415
|
+
org: string,
|
|
416
|
+
username: string,
|
|
417
|
+
): CancelablePromise<void> {
|
|
418
|
+
return __request(OpenAPI, {
|
|
419
|
+
method: 'DELETE',
|
|
420
|
+
url: '/api/career/orgs/{org}/institutions/users/{username}/',
|
|
421
|
+
path: {
|
|
422
|
+
'org': org,
|
|
423
|
+
'username': username,
|
|
424
|
+
},
|
|
425
|
+
});
|
|
426
|
+
}
|
|
427
|
+
/**
|
|
428
|
+
* @param org
|
|
429
|
+
* @param username
|
|
430
|
+
* @returns Program
|
|
431
|
+
* @throws ApiError
|
|
432
|
+
*/
|
|
433
|
+
public static careerOrgsProgramsUsersRetrieve(
|
|
434
|
+
org: string,
|
|
435
|
+
username: string,
|
|
436
|
+
): CancelablePromise<Program> {
|
|
437
|
+
return __request(OpenAPI, {
|
|
438
|
+
method: 'GET',
|
|
439
|
+
url: '/api/career/orgs/{org}/programs/users/{username}/',
|
|
440
|
+
path: {
|
|
441
|
+
'org': org,
|
|
442
|
+
'username': username,
|
|
443
|
+
},
|
|
444
|
+
});
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* @param org
|
|
448
|
+
* @param username
|
|
449
|
+
* @param requestBody
|
|
450
|
+
* @returns Program
|
|
451
|
+
* @throws ApiError
|
|
452
|
+
*/
|
|
453
|
+
public static careerOrgsProgramsUsersCreate(
|
|
454
|
+
org: string,
|
|
455
|
+
username: string,
|
|
456
|
+
requestBody: Program,
|
|
457
|
+
): CancelablePromise<Program> {
|
|
458
|
+
return __request(OpenAPI, {
|
|
459
|
+
method: 'POST',
|
|
460
|
+
url: '/api/career/orgs/{org}/programs/users/{username}/',
|
|
461
|
+
path: {
|
|
462
|
+
'org': org,
|
|
463
|
+
'username': username,
|
|
464
|
+
},
|
|
465
|
+
body: requestBody,
|
|
466
|
+
mediaType: 'application/json',
|
|
467
|
+
});
|
|
468
|
+
}
|
|
469
|
+
/**
|
|
470
|
+
* @param org
|
|
471
|
+
* @param username
|
|
472
|
+
* @param requestBody
|
|
473
|
+
* @returns Program
|
|
474
|
+
* @throws ApiError
|
|
475
|
+
*/
|
|
476
|
+
public static careerOrgsProgramsUsersUpdate(
|
|
477
|
+
org: string,
|
|
478
|
+
username: string,
|
|
479
|
+
requestBody: Program,
|
|
480
|
+
): CancelablePromise<Program> {
|
|
481
|
+
return __request(OpenAPI, {
|
|
482
|
+
method: 'PUT',
|
|
483
|
+
url: '/api/career/orgs/{org}/programs/users/{username}/',
|
|
484
|
+
path: {
|
|
485
|
+
'org': org,
|
|
486
|
+
'username': username,
|
|
487
|
+
},
|
|
488
|
+
body: requestBody,
|
|
489
|
+
mediaType: 'application/json',
|
|
490
|
+
});
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* @param org
|
|
494
|
+
* @param username
|
|
495
|
+
* @returns void
|
|
496
|
+
* @throws ApiError
|
|
497
|
+
*/
|
|
498
|
+
public static careerOrgsProgramsUsersDestroy(
|
|
499
|
+
org: string,
|
|
500
|
+
username: string,
|
|
501
|
+
): CancelablePromise<void> {
|
|
502
|
+
return __request(OpenAPI, {
|
|
503
|
+
method: 'DELETE',
|
|
504
|
+
url: '/api/career/orgs/{org}/programs/users/{username}/',
|
|
505
|
+
path: {
|
|
506
|
+
'org': org,
|
|
507
|
+
'username': username,
|
|
508
|
+
},
|
|
509
|
+
});
|
|
510
|
+
}
|
|
511
|
+
/**
|
|
512
|
+
* @param org
|
|
513
|
+
* @param username
|
|
514
|
+
* @returns any No response body
|
|
515
|
+
* @throws ApiError
|
|
516
|
+
*/
|
|
517
|
+
public static careerResumeOrgsUsersRetrieve(
|
|
518
|
+
org: string,
|
|
519
|
+
username: string,
|
|
520
|
+
): CancelablePromise<any> {
|
|
521
|
+
return __request(OpenAPI, {
|
|
522
|
+
method: 'GET',
|
|
523
|
+
url: '/api/career/resume/orgs/{org}/users/{username}/',
|
|
524
|
+
path: {
|
|
525
|
+
'org': org,
|
|
526
|
+
'username': username,
|
|
527
|
+
},
|
|
528
|
+
});
|
|
529
|
+
}
|
|
530
|
+
/**
|
|
531
|
+
* @param org
|
|
532
|
+
* @param username
|
|
533
|
+
* @returns any No response body
|
|
534
|
+
* @throws ApiError
|
|
535
|
+
*/
|
|
536
|
+
public static careerResumeOrgsUsersCreate(
|
|
537
|
+
org: string,
|
|
538
|
+
username: string,
|
|
539
|
+
): CancelablePromise<any> {
|
|
540
|
+
return __request(OpenAPI, {
|
|
541
|
+
method: 'POST',
|
|
542
|
+
url: '/api/career/resume/orgs/{org}/users/{username}/',
|
|
543
|
+
path: {
|
|
544
|
+
'org': org,
|
|
545
|
+
'username': username,
|
|
546
|
+
},
|
|
547
|
+
});
|
|
548
|
+
}
|
|
549
|
+
/**
|
|
550
|
+
* @param org
|
|
551
|
+
* @param username
|
|
552
|
+
* @returns any No response body
|
|
553
|
+
* @throws ApiError
|
|
554
|
+
*/
|
|
555
|
+
public static careerResumeOrgsUsersUpdate(
|
|
556
|
+
org: string,
|
|
557
|
+
username: string,
|
|
558
|
+
): CancelablePromise<any> {
|
|
559
|
+
return __request(OpenAPI, {
|
|
560
|
+
method: 'PUT',
|
|
561
|
+
url: '/api/career/resume/orgs/{org}/users/{username}/',
|
|
562
|
+
path: {
|
|
563
|
+
'org': org,
|
|
564
|
+
'username': username,
|
|
565
|
+
},
|
|
566
|
+
});
|
|
567
|
+
}
|
|
568
|
+
}
|