@iblai/iblai-api 0.0.2-core → 0.0.12-scan-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/dist/index.cjs.js +3800 -3143
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3800 -3143
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +3800 -3143
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +27 -5
- package/dist/types/models/CatalogAutoIncrementResponse.d.ts +11 -11
- package/dist/types/models/CourseGroupSuggestionDetail.d.ts +2 -2
- package/dist/types/models/CourseInvitationDetail.d.ts +2 -2
- package/dist/types/models/CourseLicenseAssignmentDetail.d.ts +2 -2
- package/dist/types/models/CourseLicenseDetail.d.ts +4 -0
- package/dist/types/models/CourseLicenseGroupAssignmentDetail.d.ts +2 -2
- package/dist/types/models/CourseReviewPaginatedResponse.d.ts +18 -0
- package/dist/types/models/CourseReviewRequest.d.ts +37 -0
- package/dist/types/models/CourseReviewResponse.d.ts +40 -0
- package/dist/types/models/PaginatedAssertionsResponse.d.ts +21 -0
- package/dist/types/models/PaginatedCourseAccessRequest.d.ts +2 -2
- package/dist/types/models/PaginatedCourseGroupSuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedCourseInvitation.d.ts +2 -2
- package/dist/types/models/PaginatedCourseLicense.d.ts +2 -2
- package/dist/types/models/PaginatedCourseLicenseAssignment.d.ts +2 -2
- package/dist/types/models/PaginatedCourseLicenseGroupAssignment.d.ts +2 -2
- package/dist/types/models/PaginatedCourseSuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedPathwayGroupSuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedPathwaySuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedPlatformInvitation.d.ts +2 -2
- package/dist/types/models/PaginatedPlatformLicense.d.ts +2 -2
- package/dist/types/models/PaginatedProgramGroupSuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedProgramInvitation.d.ts +2 -2
- package/dist/types/models/PaginatedProgramLicense.d.ts +2 -2
- package/dist/types/models/PaginatedProgramLicenseAssignment.d.ts +2 -2
- package/dist/types/models/PaginatedProgramLicenseGroupAssignment.d.ts +2 -2
- package/dist/types/models/PaginatedProgramSuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedRbacGroupList.d.ts +7 -0
- package/dist/types/models/PaginatedRbacPolicyList.d.ts +7 -0
- package/dist/types/models/PaginatedRbacRoleList.d.ts +7 -0
- package/dist/types/models/PaginatedSkill.d.ts +7 -0
- package/dist/types/models/PaginatedUserLicense.d.ts +2 -2
- package/dist/types/models/PaginatedUserLicenseAssignment.d.ts +2 -2
- package/dist/types/models/PaginatedUserLicenseGroupAssignment.d.ts +2 -2
- package/dist/types/models/PatchedRbacGroup.d.ts +34 -0
- package/dist/types/models/PatchedRbacPolicy.d.ts +48 -0
- package/dist/types/models/PatchedRbacRole.d.ts +20 -0
- package/dist/types/models/PathwayGroupSuggestionDetail.d.ts +2 -2
- package/dist/types/models/PlatformInvitationDetail.d.ts +2 -2
- package/dist/types/models/PlatformSkillPointResponse.d.ts +2 -2
- package/dist/types/models/ProgramEnrollmentSearchResponse.d.ts +22 -0
- package/dist/types/models/ProgramLicenseAssignmentDetail.d.ts +4 -9
- package/dist/types/models/ProgramLicenseDetail.d.ts +6 -2
- package/dist/types/models/ProgramMetadataRequest.d.ts +29 -0
- package/dist/types/models/ProgramMetadataResponse.d.ts +29 -0
- package/dist/types/models/ProgramReview.d.ts +41 -0
- package/dist/types/models/ProgramReviewPaginatedResponse.d.ts +22 -0
- package/dist/types/models/ProgramReviewRequest.d.ts +37 -0
- package/dist/types/models/RbacBaseRole.d.ts +15 -0
- package/dist/types/models/RbacGroup.d.ts +34 -0
- package/dist/types/models/RbacPlatform.d.ts +14 -0
- package/dist/types/models/RbacPolicy.d.ts +48 -0
- package/dist/types/models/RbacPolicyGroup.d.ts +20 -0
- package/dist/types/models/RbacRole.d.ts +20 -0
- package/dist/types/models/RbacUser.d.ts +13 -0
- package/dist/types/models/StripeBillingPageIdentifierResponse.d.ts +9 -0
- package/dist/types/models/StripeContext.d.ts +7 -0
- package/dist/types/models/StripeNewUserTenantLaunchRequest.d.ts +20 -0
- package/dist/types/models/UserApp.d.ts +0 -2
- package/dist/types/models/UserLicenseAssignmentDetail.d.ts +1 -1
- package/dist/types/models/UserLicenseDetail.d.ts +5 -1
- package/dist/types/models/UserLicenseGroupAssignmentDetail.d.ts +2 -2
- package/dist/types/services/AnalyticsService.d.ts +42 -13
- package/dist/types/services/AudienceService.d.ts +345 -149
- package/dist/types/services/CareerService.d.ts +117 -90
- package/dist/types/services/CatalogService.d.ts +3799 -1430
- package/dist/types/services/CoreService.d.ts +452 -126
- package/dist/types/services/CredentialsService.d.ts +177 -141
- package/dist/types/services/DepartmentsService.d.ts +53 -16
- package/dist/types/services/EngagementService.d.ts +459 -179
- package/dist/types/services/FeaturesService.d.ts +16 -7
- package/dist/types/services/FinanceService.d.ts +49 -20
- package/dist/types/services/MediaResourcesService.d.ts +243 -67
- package/dist/types/services/NotificationBuilderService.d.ts +31 -17
- package/dist/types/services/NotificationService.d.ts +56 -49
- package/dist/types/services/OrgsService.d.ts +106 -77
- package/dist/types/services/OverviewService.d.ts +154 -55
- package/dist/types/services/PerformanceService.d.ts +132 -56
- package/dist/types/services/PerlearnerService.d.ts +431 -217
- package/dist/types/services/PlatformService.d.ts +221 -116
- package/dist/types/services/ProviderAssociationService.d.ts +3 -2
- package/dist/types/services/ProvidersService.d.ts +40 -18
- package/dist/types/services/ProvisionService.d.ts +3 -2
- package/dist/types/services/RecommendationsService.d.ts +3 -3
- package/dist/types/services/ReportsService.d.ts +22 -16
- package/dist/types/services/RolesService.d.ts +8 -6
- package/dist/types/services/SearchService.d.ts +305 -80
- package/dist/types/services/ServiceService.d.ts +89 -29
- package/dist/types/services/SkillsService.d.ts +40 -32
- package/dist/types/services/UserGroupsService.d.ts +53 -16
- package/package.json +3 -2
- package/src/core/OpenAPI.ts +1 -1
- package/src/index.ts +27 -5
- package/src/models/CatalogAutoIncrementResponse.ts +11 -11
- package/src/models/CourseGroupSuggestionDetail.ts +2 -2
- package/src/models/CourseInvitationDetail.ts +2 -2
- package/src/models/CourseLicenseAssignmentDetail.ts +2 -2
- package/src/models/CourseLicenseDetail.ts +4 -0
- package/src/models/CourseLicenseGroupAssignmentDetail.ts +2 -2
- package/src/models/CourseReviewPaginatedResponse.ts +23 -0
- package/src/models/CourseReviewRequest.ts +42 -0
- package/src/models/CourseReviewResponse.ts +45 -0
- package/src/models/PaginatedAssertionsResponse.ts +26 -0
- package/src/models/PaginatedCourseAccessRequest.ts +2 -2
- package/src/models/PaginatedCourseGroupSuggestion.ts +2 -2
- package/src/models/PaginatedCourseInvitation.ts +2 -2
- package/src/models/PaginatedCourseLicense.ts +2 -2
- package/src/models/PaginatedCourseLicenseAssignment.ts +2 -2
- package/src/models/PaginatedCourseLicenseGroupAssignment.ts +2 -2
- package/src/models/PaginatedCourseSuggestion.ts +2 -2
- package/src/models/PaginatedPathwayGroupSuggestion.ts +2 -2
- package/src/models/PaginatedPathwaySuggestion.ts +2 -2
- package/src/models/PaginatedPlatformInvitation.ts +2 -2
- package/src/models/PaginatedPlatformLicense.ts +2 -2
- package/src/models/PaginatedProgramGroupSuggestion.ts +2 -2
- package/src/models/PaginatedProgramInvitation.ts +2 -2
- package/src/models/PaginatedProgramLicense.ts +2 -2
- package/src/models/PaginatedProgramLicenseAssignment.ts +2 -2
- package/src/models/PaginatedProgramLicenseGroupAssignment.ts +2 -2
- package/src/models/PaginatedProgramSuggestion.ts +2 -2
- package/src/models/PaginatedRbacGroupList.ts +12 -0
- package/src/models/PaginatedRbacPolicyList.ts +12 -0
- package/src/models/PaginatedRbacRoleList.ts +12 -0
- package/src/models/PaginatedSkill.ts +12 -0
- package/src/models/PaginatedUserLicense.ts +2 -2
- package/src/models/PaginatedUserLicenseAssignment.ts +2 -2
- package/src/models/PaginatedUserLicenseGroupAssignment.ts +2 -2
- package/src/models/PatchedRbacGroup.ts +39 -0
- package/src/models/PatchedRbacPolicy.ts +53 -0
- package/src/models/PatchedRbacRole.ts +25 -0
- package/src/models/PathwayGroupSuggestionDetail.ts +2 -2
- package/src/models/PlatformInvitationDetail.ts +2 -2
- package/src/models/PlatformSkillPointResponse.ts +2 -2
- package/src/models/ProgramEnrollmentSearchResponse.ts +27 -0
- package/src/models/ProgramLicenseAssignmentDetail.ts +4 -9
- package/src/models/ProgramLicenseDetail.ts +6 -2
- package/src/models/ProgramMetadataRequest.ts +34 -0
- package/src/models/ProgramMetadataResponse.ts +34 -0
- package/src/models/ProgramReview.ts +46 -0
- package/src/models/ProgramReviewPaginatedResponse.ts +27 -0
- package/src/models/ProgramReviewRequest.ts +42 -0
- package/src/models/RbacBaseRole.ts +20 -0
- package/src/models/RbacGroup.ts +39 -0
- package/src/models/RbacPlatform.ts +19 -0
- package/src/models/RbacPolicy.ts +53 -0
- package/src/models/RbacPolicyGroup.ts +25 -0
- package/src/models/RbacRole.ts +25 -0
- package/src/models/RbacUser.ts +18 -0
- package/src/models/StripeBillingPageIdentifierResponse.ts +14 -0
- package/src/models/StripeContext.ts +12 -0
- package/src/models/StripeNewUserTenantLaunchRequest.ts +25 -0
- package/src/models/UserApp.ts +0 -2
- package/src/models/UserLicenseAssignmentDetail.ts +1 -1
- package/src/models/UserLicenseDetail.ts +5 -1
- package/src/models/UserLicenseGroupAssignmentDetail.ts +2 -2
- package/src/services/AnalyticsService.ts +45 -16
- package/src/services/AudienceService.ts +380 -184
- package/src/services/CareerService.ts +144 -117
- package/src/services/CatalogService.ts +6902 -4245
- package/src/services/CoreService.ts +782 -172
- package/src/services/CredentialsService.ts +257 -176
- package/src/services/DepartmentsService.ts +56 -19
- package/src/services/EngagementService.ts +528 -236
- package/src/services/FeaturesService.ts +19 -10
- package/src/services/FinanceService.ts +54 -25
- package/src/services/MediaResourcesService.ts +251 -75
- package/src/services/NotificationBuilderService.ts +36 -22
- package/src/services/NotificationService.ts +73 -61
- package/src/services/OrgsService.ts +135 -106
- package/src/services/OverviewService.ts +172 -73
- package/src/services/PerformanceService.ts +153 -77
- package/src/services/PerlearnerService.ts +591 -279
- package/src/services/PlatformService.ts +278 -157
- package/src/services/ProviderAssociationService.ts +4 -3
- package/src/services/ProvidersService.ts +58 -27
- package/src/services/ProvisionService.ts +4 -3
- package/src/services/RecommendationsService.ts +5 -4
- package/src/services/ReportsService.ts +28 -22
- package/src/services/RolesService.ts +10 -8
- package/src/services/SearchService.ts +323 -98
- package/src/services/ServiceService.ts +149 -39
- package/src/services/SkillsService.ts +56 -44
- package/src/services/UserGroupsService.ts +56 -19
- package/dist/types/models/BlockSkillPointInfoResponse.d.ts +0 -10
- package/dist/types/models/CourseCompletionCatalogResponse.d.ts +0 -11
- package/dist/types/models/CourseEligibilityCheckResponse.d.ts +0 -25
- package/dist/types/models/CourseSkillPointInfoResponse.d.ts +0 -10
- package/dist/types/models/UserSkillPointInfoResponse.d.ts +0 -10
- package/src/models/BlockSkillPointInfoResponse.ts +0 -15
- package/src/models/CourseCompletionCatalogResponse.ts +0 -16
- package/src/models/CourseEligibilityCheckResponse.ts +0 -30
- package/src/models/CourseSkillPointInfoResponse.ts +0 -15
- package/src/models/UserSkillPointInfoResponse.ts +0 -15
|
@@ -167,80 +167,265 @@ export declare class SearchService {
|
|
|
167
167
|
* - Results are cached for performance
|
|
168
168
|
* - The 'resources' content type is only included by default if IBL_ENABLE_RESOURCES_IN_FACET is true
|
|
169
169
|
* - For debugging, add ?debug=true to see detailed information about skill matching
|
|
170
|
-
* @param allowSkillSearch Enable skill-based search
|
|
171
|
-
* @param alphabetical Sort alphabetically by name
|
|
172
|
-
* @param certificate Filter by certificate type
|
|
173
|
-
* @param content Content types to include in results
|
|
174
|
-
* @param courseId Filter by specific course ID
|
|
175
|
-
* @param duration Filter by course duration range
|
|
176
|
-
* @param language Filter by content language
|
|
177
|
-
* @param level Filter by difficulty level
|
|
178
|
-
* @param limit Number of results per page
|
|
179
|
-
* @param offset Starting position for pagination
|
|
180
|
-
* @param orderAscending Sort direction
|
|
181
|
-
* @param orderBy Field to sort results by
|
|
182
|
-
* @param pathwayId Filter by specific pathway ID
|
|
183
|
-
* @param price Filter by price/audit status
|
|
184
|
-
* @param programId Filter by specific program ID
|
|
185
|
-
* @param programType Filter by program type
|
|
186
|
-
* @param promotion Filter by promotion status
|
|
187
|
-
* @param query Search term to filter content by name or description
|
|
188
|
-
* @param resourceType Filter by resource type
|
|
189
|
-
* @param returnFacet Include facet data in response
|
|
190
|
-
* @param returnItems Include items in programs/pathways
|
|
191
|
-
* @param selfPaced Filter by course format
|
|
192
|
-
* @param skillId Filter by specific skill ID
|
|
193
|
-
* @param skills Filter by skills
|
|
194
|
-
* @param subject Filter by subject areas
|
|
195
|
-
* @param tags Filter by tags
|
|
196
|
-
* @param tenant Filter by tenant/organization
|
|
197
|
-
* @param topics Filter by topic areas
|
|
198
|
-
* @param updateFacet Force facet update
|
|
199
170
|
* @returns GlobalCatalogSearchResponse
|
|
200
171
|
* @throws ApiError
|
|
201
172
|
*/
|
|
202
|
-
static searchCatalogRetrieve(allowSkillSearch
|
|
173
|
+
static searchCatalogRetrieve({ allowSkillSearch, alphabetical, certificate, content, courseId, duration, language, level, limit, offset, orderAscending, orderBy, pathwayId, price, programId, programType, promotion, query, resourceType, returnFacet, returnItems, selfPaced, skillId, skills, subject, tags, tenant, topics, updateFacet, }: {
|
|
174
|
+
/**
|
|
175
|
+
* Enable skill-based search
|
|
176
|
+
*/
|
|
177
|
+
allowSkillSearch?: boolean;
|
|
178
|
+
/**
|
|
179
|
+
* Sort alphabetically by name
|
|
180
|
+
*/
|
|
181
|
+
alphabetical?: boolean;
|
|
182
|
+
/**
|
|
183
|
+
* Filter by certificate type
|
|
184
|
+
*/
|
|
185
|
+
certificate?: Array<string>;
|
|
186
|
+
/**
|
|
187
|
+
* Content types to include in results
|
|
188
|
+
*/
|
|
189
|
+
content?: Array<string>;
|
|
190
|
+
/**
|
|
191
|
+
* Filter by specific course ID
|
|
192
|
+
*/
|
|
193
|
+
courseId?: string;
|
|
194
|
+
/**
|
|
195
|
+
* Filter by course duration range
|
|
196
|
+
*/
|
|
197
|
+
duration?: Array<string>;
|
|
198
|
+
/**
|
|
199
|
+
* Filter by content language
|
|
200
|
+
*/
|
|
201
|
+
language?: Array<string>;
|
|
202
|
+
/**
|
|
203
|
+
* Filter by difficulty level
|
|
204
|
+
*/
|
|
205
|
+
level?: Array<string>;
|
|
206
|
+
/**
|
|
207
|
+
* Number of results per page
|
|
208
|
+
*/
|
|
209
|
+
limit?: number;
|
|
210
|
+
/**
|
|
211
|
+
* Starting position for pagination
|
|
212
|
+
*/
|
|
213
|
+
offset?: number;
|
|
214
|
+
/**
|
|
215
|
+
* Sort direction
|
|
216
|
+
*/
|
|
217
|
+
orderAscending?: boolean;
|
|
218
|
+
/**
|
|
219
|
+
* Field to sort results by
|
|
220
|
+
*/
|
|
221
|
+
orderBy?: string;
|
|
222
|
+
/**
|
|
223
|
+
* Filter by specific pathway ID
|
|
224
|
+
*/
|
|
225
|
+
pathwayId?: string;
|
|
226
|
+
/**
|
|
227
|
+
* Filter by price/audit status
|
|
228
|
+
*/
|
|
229
|
+
price?: string;
|
|
230
|
+
/**
|
|
231
|
+
* Filter by specific program ID
|
|
232
|
+
*/
|
|
233
|
+
programId?: string;
|
|
234
|
+
/**
|
|
235
|
+
* Filter by program type
|
|
236
|
+
*/
|
|
237
|
+
programType?: Array<string>;
|
|
238
|
+
/**
|
|
239
|
+
* Filter by promotion status
|
|
240
|
+
*/
|
|
241
|
+
promotion?: Array<string>;
|
|
242
|
+
/**
|
|
243
|
+
* Search term to filter content by name or description
|
|
244
|
+
*/
|
|
245
|
+
query?: string;
|
|
246
|
+
/**
|
|
247
|
+
* Filter by resource type
|
|
248
|
+
*/
|
|
249
|
+
resourceType?: Array<string>;
|
|
250
|
+
/**
|
|
251
|
+
* Include facet data in response
|
|
252
|
+
*/
|
|
253
|
+
returnFacet?: boolean;
|
|
254
|
+
/**
|
|
255
|
+
* Include items in programs/pathways
|
|
256
|
+
*/
|
|
257
|
+
returnItems?: boolean;
|
|
258
|
+
/**
|
|
259
|
+
* Filter by course format
|
|
260
|
+
*/
|
|
261
|
+
selfPaced?: Array<string>;
|
|
262
|
+
/**
|
|
263
|
+
* Filter by specific skill ID
|
|
264
|
+
*/
|
|
265
|
+
skillId?: string;
|
|
266
|
+
/**
|
|
267
|
+
* Filter by skills
|
|
268
|
+
*/
|
|
269
|
+
skills?: Array<string>;
|
|
270
|
+
/**
|
|
271
|
+
* Filter by subject areas
|
|
272
|
+
*/
|
|
273
|
+
subject?: Array<string>;
|
|
274
|
+
/**
|
|
275
|
+
* Filter by tags
|
|
276
|
+
*/
|
|
277
|
+
tags?: Array<string>;
|
|
278
|
+
/**
|
|
279
|
+
* Filter by tenant/organization
|
|
280
|
+
*/
|
|
281
|
+
tenant?: Array<string>;
|
|
282
|
+
/**
|
|
283
|
+
* Filter by topic areas
|
|
284
|
+
*/
|
|
285
|
+
topics?: Array<string>;
|
|
286
|
+
/**
|
|
287
|
+
* Force facet update
|
|
288
|
+
*/
|
|
289
|
+
updateFacet?: string;
|
|
290
|
+
}): CancelablePromise<GlobalCatalogSearchResponse>;
|
|
203
291
|
/**
|
|
204
292
|
* Determine whether to serve a detail view or a list view.
|
|
205
293
|
* If any detail-identifying parameters are present (course_id, program_id, etc.)
|
|
206
294
|
* the detail view is returned; otherwise the aggregated list view is returned.
|
|
207
|
-
* @param username
|
|
208
|
-
* @param allowSkillSearch Enable skill-based search
|
|
209
|
-
* @param alphabetical Sort alphabetically by name
|
|
210
|
-
* @param certificate Filter by certificate type
|
|
211
|
-
* @param content Content types to include in results
|
|
212
|
-
* @param courseId Retrieve a specific course by ID
|
|
213
|
-
* @param duration Filter by course duration range
|
|
214
|
-
* @param language Filter by content language
|
|
215
|
-
* @param level Filter by difficulty level
|
|
216
|
-
* @param limit Number of results per page
|
|
217
|
-
* @param offset Starting position for pagination
|
|
218
|
-
* @param orderAscending Sort direction
|
|
219
|
-
* @param orderBy Field to sort results by
|
|
220
|
-
* @param pathwayId Retrieve a specific pathway by ID
|
|
221
|
-
* @param price Filter by price/audit status
|
|
222
|
-
* @param programId Retrieve a specific program by ID
|
|
223
|
-
* @param programType Filter by program type
|
|
224
|
-
* @param promotion Filter by promotion status
|
|
225
|
-
* @param query Search term to filter content by name or description
|
|
226
|
-
* @param recommended Show only recommended content
|
|
227
|
-
* @param resourceId Retrieve a specific resource by ID
|
|
228
|
-
* @param resourceType Filter by resource type
|
|
229
|
-
* @param returnFacet Include facet data in response
|
|
230
|
-
* @param returnItems Include items in programs/pathways
|
|
231
|
-
* @param roleId Retrieve a specific role by ID
|
|
232
|
-
* @param selfPaced Filter by course format
|
|
233
|
-
* @param skillId Retrieve a specific skill by ID
|
|
234
|
-
* @param skills Filter by skills
|
|
235
|
-
* @param subject Filter by subject areas
|
|
236
|
-
* @param tags Filter by tags
|
|
237
|
-
* @param tenant Filter by tenant/organization
|
|
238
|
-
* @param topics Filter by topic areas
|
|
239
|
-
* @param updateFacet Force facet update
|
|
240
295
|
* @returns any
|
|
241
296
|
* @throws ApiError
|
|
242
297
|
*/
|
|
243
|
-
static searchPersonalizedCatalogRetrieve(username
|
|
298
|
+
static searchPersonalizedCatalogRetrieve({ username, allowSkillSearch, alphabetical, certificate, content, courseId, duration, language, level, limit, offset, orderAscending, orderBy, pathwayId, price, programId, programType, promotion, query, recommended, resourceId, resourceType, returnFacet, returnItems, roleId, selfPaced, skillId, skills, subject, tags, tenant, topics, updateFacet, }: {
|
|
299
|
+
username: string;
|
|
300
|
+
/**
|
|
301
|
+
* Enable skill-based search
|
|
302
|
+
*/
|
|
303
|
+
allowSkillSearch?: boolean;
|
|
304
|
+
/**
|
|
305
|
+
* Sort alphabetically by name
|
|
306
|
+
*/
|
|
307
|
+
alphabetical?: boolean;
|
|
308
|
+
/**
|
|
309
|
+
* Filter by certificate type
|
|
310
|
+
*/
|
|
311
|
+
certificate?: Array<string>;
|
|
312
|
+
/**
|
|
313
|
+
* Content types to include in results
|
|
314
|
+
*/
|
|
315
|
+
content?: Array<string>;
|
|
316
|
+
/**
|
|
317
|
+
* Retrieve a specific course by ID
|
|
318
|
+
*/
|
|
319
|
+
courseId?: string;
|
|
320
|
+
/**
|
|
321
|
+
* Filter by course duration range
|
|
322
|
+
*/
|
|
323
|
+
duration?: Array<string>;
|
|
324
|
+
/**
|
|
325
|
+
* Filter by content language
|
|
326
|
+
*/
|
|
327
|
+
language?: Array<string>;
|
|
328
|
+
/**
|
|
329
|
+
* Filter by difficulty level
|
|
330
|
+
*/
|
|
331
|
+
level?: Array<string>;
|
|
332
|
+
/**
|
|
333
|
+
* Number of results per page
|
|
334
|
+
*/
|
|
335
|
+
limit?: number;
|
|
336
|
+
/**
|
|
337
|
+
* Starting position for pagination
|
|
338
|
+
*/
|
|
339
|
+
offset?: number;
|
|
340
|
+
/**
|
|
341
|
+
* Sort direction
|
|
342
|
+
*/
|
|
343
|
+
orderAscending?: boolean;
|
|
344
|
+
/**
|
|
345
|
+
* Field to sort results by
|
|
346
|
+
*/
|
|
347
|
+
orderBy?: string;
|
|
348
|
+
/**
|
|
349
|
+
* Retrieve a specific pathway by ID
|
|
350
|
+
*/
|
|
351
|
+
pathwayId?: string;
|
|
352
|
+
/**
|
|
353
|
+
* Filter by price/audit status
|
|
354
|
+
*/
|
|
355
|
+
price?: string;
|
|
356
|
+
/**
|
|
357
|
+
* Retrieve a specific program by ID
|
|
358
|
+
*/
|
|
359
|
+
programId?: string;
|
|
360
|
+
/**
|
|
361
|
+
* Filter by program type
|
|
362
|
+
*/
|
|
363
|
+
programType?: Array<string>;
|
|
364
|
+
/**
|
|
365
|
+
* Filter by promotion status
|
|
366
|
+
*/
|
|
367
|
+
promotion?: Array<string>;
|
|
368
|
+
/**
|
|
369
|
+
* Search term to filter content by name or description
|
|
370
|
+
*/
|
|
371
|
+
query?: string;
|
|
372
|
+
/**
|
|
373
|
+
* Show only recommended content
|
|
374
|
+
*/
|
|
375
|
+
recommended?: boolean;
|
|
376
|
+
/**
|
|
377
|
+
* Retrieve a specific resource by ID
|
|
378
|
+
*/
|
|
379
|
+
resourceId?: string;
|
|
380
|
+
/**
|
|
381
|
+
* Filter by resource type
|
|
382
|
+
*/
|
|
383
|
+
resourceType?: Array<string>;
|
|
384
|
+
/**
|
|
385
|
+
* Include facet data in response
|
|
386
|
+
*/
|
|
387
|
+
returnFacet?: boolean;
|
|
388
|
+
/**
|
|
389
|
+
* Include items in programs/pathways
|
|
390
|
+
*/
|
|
391
|
+
returnItems?: boolean;
|
|
392
|
+
/**
|
|
393
|
+
* Retrieve a specific role by ID
|
|
394
|
+
*/
|
|
395
|
+
roleId?: string;
|
|
396
|
+
/**
|
|
397
|
+
* Filter by course format
|
|
398
|
+
*/
|
|
399
|
+
selfPaced?: Array<string>;
|
|
400
|
+
/**
|
|
401
|
+
* Retrieve a specific skill by ID
|
|
402
|
+
*/
|
|
403
|
+
skillId?: string;
|
|
404
|
+
/**
|
|
405
|
+
* Filter by skills
|
|
406
|
+
*/
|
|
407
|
+
skills?: Array<string>;
|
|
408
|
+
/**
|
|
409
|
+
* Filter by subject areas
|
|
410
|
+
*/
|
|
411
|
+
subject?: Array<string>;
|
|
412
|
+
/**
|
|
413
|
+
* Filter by tags
|
|
414
|
+
*/
|
|
415
|
+
tags?: Array<string>;
|
|
416
|
+
/**
|
|
417
|
+
* Filter by tenant/organization
|
|
418
|
+
*/
|
|
419
|
+
tenant?: Array<string>;
|
|
420
|
+
/**
|
|
421
|
+
* Filter by topic areas
|
|
422
|
+
*/
|
|
423
|
+
topics?: Array<string>;
|
|
424
|
+
/**
|
|
425
|
+
* Force facet update
|
|
426
|
+
*/
|
|
427
|
+
updateFacet?: string;
|
|
428
|
+
}): CancelablePromise<Record<string, any>>;
|
|
244
429
|
/**
|
|
245
430
|
* Search and filter users within a specific organization/tenant.
|
|
246
431
|
*
|
|
@@ -330,23 +515,63 @@ export declare class SearchService {
|
|
|
330
515
|
* - The requesting user must have an active account in the specified organization
|
|
331
516
|
* - When department_mode is enabled, the user must be an admin of at least one department
|
|
332
517
|
* - Department filtering restricts results to users in departments where the requesting user is an admin
|
|
333
|
-
* @param org
|
|
334
|
-
* @param username
|
|
335
|
-
* @param department Filter by department names
|
|
336
|
-
* @param educationDegree Filter by degree
|
|
337
|
-
* @param educationFieldOfStudy Filter by field of study
|
|
338
|
-
* @param educationInstitution Filter by institution
|
|
339
|
-
* @param includeMembershipData Include user group membership data in results
|
|
340
|
-
* @param limit Number of results per page
|
|
341
|
-
* @param offset Starting position for pagination
|
|
342
|
-
* @param q Search term to filter users by name, email, or other attributes
|
|
343
|
-
* @param userResumeCompany Filter by company
|
|
344
|
-
* @param userResumeIndustry Filter by industry
|
|
345
|
-
* @param userResumeJobTitle Filter by job title
|
|
346
|
-
* @param userResumeLocation Filter by location
|
|
347
|
-
* @param userResumeSkills Filter by skills
|
|
348
518
|
* @returns UserSearchResponse
|
|
349
519
|
* @throws ApiError
|
|
350
520
|
*/
|
|
351
|
-
static searchUsersOrgsUsersRetrieve(org
|
|
521
|
+
static searchUsersOrgsUsersRetrieve({ org, username, department, educationDegree, educationFieldOfStudy, educationInstitution, includeMembershipData, limit, offset, q, userResumeCompany, userResumeIndustry, userResumeJobTitle, userResumeLocation, userResumeSkills, }: {
|
|
522
|
+
org: string;
|
|
523
|
+
username: string;
|
|
524
|
+
/**
|
|
525
|
+
* Filter by department names
|
|
526
|
+
*/
|
|
527
|
+
department?: Array<string>;
|
|
528
|
+
/**
|
|
529
|
+
* Filter by degree
|
|
530
|
+
*/
|
|
531
|
+
educationDegree?: string;
|
|
532
|
+
/**
|
|
533
|
+
* Filter by field of study
|
|
534
|
+
*/
|
|
535
|
+
educationFieldOfStudy?: string;
|
|
536
|
+
/**
|
|
537
|
+
* Filter by institution
|
|
538
|
+
*/
|
|
539
|
+
educationInstitution?: string;
|
|
540
|
+
/**
|
|
541
|
+
* Include user group membership data in results
|
|
542
|
+
*/
|
|
543
|
+
includeMembershipData?: boolean;
|
|
544
|
+
/**
|
|
545
|
+
* Number of results per page
|
|
546
|
+
*/
|
|
547
|
+
limit?: number;
|
|
548
|
+
/**
|
|
549
|
+
* Starting position for pagination
|
|
550
|
+
*/
|
|
551
|
+
offset?: number;
|
|
552
|
+
/**
|
|
553
|
+
* Search term to filter users by name, email, or other attributes
|
|
554
|
+
*/
|
|
555
|
+
q?: string;
|
|
556
|
+
/**
|
|
557
|
+
* Filter by company
|
|
558
|
+
*/
|
|
559
|
+
userResumeCompany?: string;
|
|
560
|
+
/**
|
|
561
|
+
* Filter by industry
|
|
562
|
+
*/
|
|
563
|
+
userResumeIndustry?: string;
|
|
564
|
+
/**
|
|
565
|
+
* Filter by job title
|
|
566
|
+
*/
|
|
567
|
+
userResumeJobTitle?: string;
|
|
568
|
+
/**
|
|
569
|
+
* Filter by location
|
|
570
|
+
*/
|
|
571
|
+
userResumeLocation?: string;
|
|
572
|
+
/**
|
|
573
|
+
* Filter by skills
|
|
574
|
+
*/
|
|
575
|
+
userResumeSkills?: string;
|
|
576
|
+
}): CancelablePromise<UserSearchResponse>;
|
|
352
577
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import type { StripeBillingPageIdentifierResponse } from '../models/StripeBillingPageIdentifierResponse';
|
|
1
2
|
import type { StripeCheckoutSessionRequest } from '../models/StripeCheckoutSessionRequest';
|
|
2
3
|
import type { StripeCheckoutSessionResponse } from '../models/StripeCheckoutSessionResponse';
|
|
4
|
+
import type { StripeContext } from '../models/StripeContext';
|
|
3
5
|
import type { StripeCustomerPortalRequest } from '../models/StripeCustomerPortalRequest';
|
|
4
6
|
import type { StripeCustomerPortalResponse } from '../models/StripeCustomerPortalResponse';
|
|
5
7
|
import type { StripeLocalProduct } from '../models/StripeLocalProduct';
|
|
@@ -24,11 +26,12 @@ export declare class ServiceService {
|
|
|
24
26
|
* ```
|
|
25
27
|
*
|
|
26
28
|
* To create a tenant without a payment provider, call the API without ny of the above provider keys in the request body
|
|
27
|
-
* @param requestBody
|
|
28
29
|
* @returns TenantLaunchResponse
|
|
29
30
|
* @throws ApiError
|
|
30
31
|
*/
|
|
31
|
-
static serviceLaunchTenantCreate(requestBody
|
|
32
|
+
static serviceLaunchTenantCreate({ requestBody, }: {
|
|
33
|
+
requestBody: TenantLaunchRequest;
|
|
34
|
+
}): CancelablePromise<TenantLaunchResponse>;
|
|
32
35
|
/**
|
|
33
36
|
* User creation flow
|
|
34
37
|
* @returns any No response body
|
|
@@ -56,55 +59,55 @@ export declare class ServiceService {
|
|
|
56
59
|
* {
|
|
57
60
|
* "redirect_to": "https://checkout.stripe.com/xxx/xxxx/xxxx",
|
|
58
61
|
* }
|
|
59
|
-
* @param org
|
|
60
|
-
* @param userId
|
|
61
|
-
* @param requestBody
|
|
62
62
|
* @returns StripeCheckoutSessionResponse
|
|
63
63
|
* @throws ApiError
|
|
64
64
|
*/
|
|
65
|
-
static serviceOrgsUsersStripeCheckoutSessionCreate(org
|
|
65
|
+
static serviceOrgsUsersStripeCheckoutSessionCreate({ org, userId, requestBody, }: {
|
|
66
|
+
org: string;
|
|
67
|
+
requestBody: StripeCheckoutSessionRequest;
|
|
68
|
+
}): CancelablePromise<StripeCheckoutSessionResponse>;
|
|
66
69
|
/**
|
|
67
70
|
* Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
|
|
68
|
-
* @param org
|
|
69
|
-
* @param userId
|
|
70
|
-
* @param requestBody
|
|
71
71
|
* @returns StripeCustomerPortalResponse
|
|
72
72
|
* @throws ApiError
|
|
73
73
|
*/
|
|
74
|
-
static serviceOrgsUsersStripeCustomerPortalCreate(org
|
|
74
|
+
static serviceOrgsUsersStripeCustomerPortalCreate({ org, userId, requestBody, }: {
|
|
75
|
+
org: string;
|
|
76
|
+
requestBody: StripeCustomerPortalRequest;
|
|
77
|
+
}): CancelablePromise<StripeCustomerPortalResponse>;
|
|
75
78
|
/**
|
|
76
79
|
* Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
|
|
77
|
-
* @param org
|
|
78
|
-
* @param userId
|
|
79
80
|
* @returns StripeLocalProduct
|
|
80
81
|
* @throws ApiError
|
|
81
82
|
*/
|
|
82
|
-
static serviceOrgsUsersStripeProductsRetrieve(org
|
|
83
|
+
static serviceOrgsUsersStripeProductsRetrieve({ org, userId, }: {
|
|
84
|
+
org: string;
|
|
85
|
+
}): CancelablePromise<StripeLocalProduct>;
|
|
83
86
|
/**
|
|
84
87
|
* Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin
|
|
85
|
-
* @param org
|
|
86
|
-
* @param userId
|
|
87
88
|
* @returns any No response body
|
|
88
89
|
* @throws ApiError
|
|
89
90
|
*/
|
|
90
|
-
static serviceOrgsUsersStripeProductsManageCreate(org
|
|
91
|
+
static serviceOrgsUsersStripeProductsManageCreate({ org, userId, }: {
|
|
92
|
+
org: string;
|
|
93
|
+
}): CancelablePromise<any>;
|
|
91
94
|
/**
|
|
92
95
|
* Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
|
|
93
|
-
* @param org
|
|
94
|
-
* @param userId
|
|
95
|
-
* @param requestBody
|
|
96
96
|
* @returns StripeSubscriptionRenewalResponse
|
|
97
97
|
* @throws ApiError
|
|
98
98
|
*/
|
|
99
|
-
static serviceOrgsUsersStripeSubscriptionRenewalCreate(org
|
|
99
|
+
static serviceOrgsUsersStripeSubscriptionRenewalCreate({ org, userId, requestBody, }: {
|
|
100
|
+
org: string;
|
|
101
|
+
requestBody: StripeSubscriptionRenewalRequest;
|
|
102
|
+
}): CancelablePromise<StripeSubscriptionRenewalResponse>;
|
|
100
103
|
/**
|
|
101
104
|
* Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
|
|
102
|
-
* @param org
|
|
103
|
-
* @param userId
|
|
104
105
|
* @returns any No response body
|
|
105
106
|
* @throws ApiError
|
|
106
107
|
*/
|
|
107
|
-
static serviceOrgsUsersStripeSubscriptionsRetrieve(org
|
|
108
|
+
static serviceOrgsUsersStripeSubscriptionsRetrieve({ org, userId, }: {
|
|
109
|
+
org: string;
|
|
110
|
+
}): CancelablePromise<any>;
|
|
108
111
|
/**
|
|
109
112
|
* Handle course payment callback after successful Stripe checkout.
|
|
110
113
|
* Enrolls the user in the purchased course.
|
|
@@ -117,17 +120,73 @@ export declare class ServiceService {
|
|
|
117
120
|
* - 404: Checkout session not found
|
|
118
121
|
* - 400: Invalid checkout session or product
|
|
119
122
|
* - 500: Server error during processing
|
|
120
|
-
* @param platformKey
|
|
121
123
|
* @returns any No response body
|
|
122
124
|
* @throws ApiError
|
|
123
125
|
*/
|
|
124
|
-
static serviceOrgsStripeCoursePaymentCallbackRetrieve(platformKey
|
|
126
|
+
static serviceOrgsStripeCoursePaymentCallbackRetrieve({ platformKey, }: {
|
|
127
|
+
platformKey: string;
|
|
128
|
+
}): CancelablePromise<any>;
|
|
129
|
+
/**
|
|
130
|
+
* Create a uuid to help us track internally user initiated checkout
|
|
131
|
+
* @returns StripeContext
|
|
132
|
+
* @throws ApiError
|
|
133
|
+
*/
|
|
134
|
+
static servicePlatformsStripeContextRetrieve({ platformKey, }: {
|
|
135
|
+
platformKey: string;
|
|
136
|
+
}): CancelablePromise<StripeContext>;
|
|
137
|
+
/**
|
|
138
|
+
* Handle callback after successful Stripe checkout for credit top up.
|
|
139
|
+
* Redirects user to another page, ensures user credit is updated accordingly.
|
|
140
|
+
*
|
|
141
|
+
* URL Parameters:
|
|
142
|
+
* - stripe_checkout_id: The Checkout Session UUID
|
|
143
|
+
*
|
|
144
|
+
* Response:
|
|
145
|
+
* - Redirect: Successfully validated and sending to next page
|
|
146
|
+
* - 404: Checkout session not found
|
|
147
|
+
* - 400: Invalid checkout session or product
|
|
148
|
+
* - 500: Server error during processing
|
|
149
|
+
* @returns any No response body
|
|
150
|
+
* @throws ApiError
|
|
151
|
+
*/
|
|
152
|
+
static servicePlatformsStripeCreditTopupCallbackRetrieve({ checkoutSessionId, platformKey, }: {
|
|
153
|
+
checkoutSessionId: string;
|
|
154
|
+
platformKey: string;
|
|
155
|
+
}): CancelablePromise<any>;
|
|
156
|
+
/**
|
|
157
|
+
* Handle callback after successful Stripe checkout.
|
|
158
|
+
* Redirects user to another page, ensures user subscription is updated accordingly.
|
|
159
|
+
*
|
|
160
|
+
* URL Parameters:
|
|
161
|
+
* - stripe_checkout_id: The local Checkout Session UUID
|
|
162
|
+
*
|
|
163
|
+
* Response:
|
|
164
|
+
* - Redirect: Successfully validated and sending to next page
|
|
165
|
+
* - 404: Checkout session not found
|
|
166
|
+
* - 400: Invalid checkout session or product
|
|
167
|
+
* - 500: Server error during processing
|
|
168
|
+
* @returns any No response body
|
|
169
|
+
* @throws ApiError
|
|
170
|
+
*/
|
|
171
|
+
static servicePlatformsStripePricingPageCallbackRetrieve({ checkoutSessionId, platformKey, }: {
|
|
172
|
+
checkoutSessionId: string;
|
|
173
|
+
platformKey: string;
|
|
174
|
+
}): CancelablePromise<any>;
|
|
175
|
+
/**
|
|
176
|
+
* Create a uuid to help us track internally user initiated checkout
|
|
177
|
+
* @returns StripeBillingPageIdentifierResponse
|
|
178
|
+
* @throws ApiError
|
|
179
|
+
*/
|
|
180
|
+
static servicePlatformsStripePricingPageSessionRetrieve({ platformKey, }: {
|
|
181
|
+
platformKey: string;
|
|
182
|
+
}): CancelablePromise<StripeBillingPageIdentifierResponse>;
|
|
125
183
|
/**
|
|
126
|
-
* @param checkoutUuid
|
|
127
184
|
* @returns any No response body
|
|
128
185
|
* @throws ApiError
|
|
129
186
|
*/
|
|
130
|
-
static serviceStripeCheckoutRetrieve(checkoutUuid
|
|
187
|
+
static serviceStripeCheckoutRetrieve({ checkoutUuid, }: {
|
|
188
|
+
checkoutUuid: string;
|
|
189
|
+
}): CancelablePromise<any>;
|
|
131
190
|
/**
|
|
132
191
|
* Stripe free trial checkout session. No user auth
|
|
133
192
|
*
|
|
@@ -141,11 +200,12 @@ export declare class ServiceService {
|
|
|
141
200
|
* {
|
|
142
201
|
* "redirect_to": "https://checkout.stripe.com/xxx/xxxx/xxxx",
|
|
143
202
|
* }
|
|
144
|
-
* @param requestBody
|
|
145
203
|
* @returns StripeCheckoutSessionResponse
|
|
146
204
|
* @throws ApiError
|
|
147
205
|
*/
|
|
148
|
-
static serviceStripeCheckoutFreeTrialCreate(requestBody
|
|
206
|
+
static serviceStripeCheckoutFreeTrialCreate({ requestBody, }: {
|
|
207
|
+
requestBody: StripeCheckoutSessionResponse;
|
|
208
|
+
}): CancelablePromise<StripeCheckoutSessionResponse>;
|
|
149
209
|
/**
|
|
150
210
|
* Check if tenant exists or not
|
|
151
211
|
* @returns any No response body
|