@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.
Files changed (200) hide show
  1. package/dist/index.cjs.js +3800 -3143
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.esm.js +3800 -3143
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.umd.js +3800 -3143
  6. package/dist/index.umd.js.map +1 -1
  7. package/dist/types/index.d.ts +27 -5
  8. package/dist/types/models/CatalogAutoIncrementResponse.d.ts +11 -11
  9. package/dist/types/models/CourseGroupSuggestionDetail.d.ts +2 -2
  10. package/dist/types/models/CourseInvitationDetail.d.ts +2 -2
  11. package/dist/types/models/CourseLicenseAssignmentDetail.d.ts +2 -2
  12. package/dist/types/models/CourseLicenseDetail.d.ts +4 -0
  13. package/dist/types/models/CourseLicenseGroupAssignmentDetail.d.ts +2 -2
  14. package/dist/types/models/CourseReviewPaginatedResponse.d.ts +18 -0
  15. package/dist/types/models/CourseReviewRequest.d.ts +37 -0
  16. package/dist/types/models/CourseReviewResponse.d.ts +40 -0
  17. package/dist/types/models/PaginatedAssertionsResponse.d.ts +21 -0
  18. package/dist/types/models/PaginatedCourseAccessRequest.d.ts +2 -2
  19. package/dist/types/models/PaginatedCourseGroupSuggestion.d.ts +2 -2
  20. package/dist/types/models/PaginatedCourseInvitation.d.ts +2 -2
  21. package/dist/types/models/PaginatedCourseLicense.d.ts +2 -2
  22. package/dist/types/models/PaginatedCourseLicenseAssignment.d.ts +2 -2
  23. package/dist/types/models/PaginatedCourseLicenseGroupAssignment.d.ts +2 -2
  24. package/dist/types/models/PaginatedCourseSuggestion.d.ts +2 -2
  25. package/dist/types/models/PaginatedPathwayGroupSuggestion.d.ts +2 -2
  26. package/dist/types/models/PaginatedPathwaySuggestion.d.ts +2 -2
  27. package/dist/types/models/PaginatedPlatformInvitation.d.ts +2 -2
  28. package/dist/types/models/PaginatedPlatformLicense.d.ts +2 -2
  29. package/dist/types/models/PaginatedProgramGroupSuggestion.d.ts +2 -2
  30. package/dist/types/models/PaginatedProgramInvitation.d.ts +2 -2
  31. package/dist/types/models/PaginatedProgramLicense.d.ts +2 -2
  32. package/dist/types/models/PaginatedProgramLicenseAssignment.d.ts +2 -2
  33. package/dist/types/models/PaginatedProgramLicenseGroupAssignment.d.ts +2 -2
  34. package/dist/types/models/PaginatedProgramSuggestion.d.ts +2 -2
  35. package/dist/types/models/PaginatedRbacGroupList.d.ts +7 -0
  36. package/dist/types/models/PaginatedRbacPolicyList.d.ts +7 -0
  37. package/dist/types/models/PaginatedRbacRoleList.d.ts +7 -0
  38. package/dist/types/models/PaginatedSkill.d.ts +7 -0
  39. package/dist/types/models/PaginatedUserLicense.d.ts +2 -2
  40. package/dist/types/models/PaginatedUserLicenseAssignment.d.ts +2 -2
  41. package/dist/types/models/PaginatedUserLicenseGroupAssignment.d.ts +2 -2
  42. package/dist/types/models/PatchedRbacGroup.d.ts +34 -0
  43. package/dist/types/models/PatchedRbacPolicy.d.ts +48 -0
  44. package/dist/types/models/PatchedRbacRole.d.ts +20 -0
  45. package/dist/types/models/PathwayGroupSuggestionDetail.d.ts +2 -2
  46. package/dist/types/models/PlatformInvitationDetail.d.ts +2 -2
  47. package/dist/types/models/PlatformSkillPointResponse.d.ts +2 -2
  48. package/dist/types/models/ProgramEnrollmentSearchResponse.d.ts +22 -0
  49. package/dist/types/models/ProgramLicenseAssignmentDetail.d.ts +4 -9
  50. package/dist/types/models/ProgramLicenseDetail.d.ts +6 -2
  51. package/dist/types/models/ProgramMetadataRequest.d.ts +29 -0
  52. package/dist/types/models/ProgramMetadataResponse.d.ts +29 -0
  53. package/dist/types/models/ProgramReview.d.ts +41 -0
  54. package/dist/types/models/ProgramReviewPaginatedResponse.d.ts +22 -0
  55. package/dist/types/models/ProgramReviewRequest.d.ts +37 -0
  56. package/dist/types/models/RbacBaseRole.d.ts +15 -0
  57. package/dist/types/models/RbacGroup.d.ts +34 -0
  58. package/dist/types/models/RbacPlatform.d.ts +14 -0
  59. package/dist/types/models/RbacPolicy.d.ts +48 -0
  60. package/dist/types/models/RbacPolicyGroup.d.ts +20 -0
  61. package/dist/types/models/RbacRole.d.ts +20 -0
  62. package/dist/types/models/RbacUser.d.ts +13 -0
  63. package/dist/types/models/StripeBillingPageIdentifierResponse.d.ts +9 -0
  64. package/dist/types/models/StripeContext.d.ts +7 -0
  65. package/dist/types/models/StripeNewUserTenantLaunchRequest.d.ts +20 -0
  66. package/dist/types/models/UserApp.d.ts +0 -2
  67. package/dist/types/models/UserLicenseAssignmentDetail.d.ts +1 -1
  68. package/dist/types/models/UserLicenseDetail.d.ts +5 -1
  69. package/dist/types/models/UserLicenseGroupAssignmentDetail.d.ts +2 -2
  70. package/dist/types/services/AnalyticsService.d.ts +42 -13
  71. package/dist/types/services/AudienceService.d.ts +345 -149
  72. package/dist/types/services/CareerService.d.ts +117 -90
  73. package/dist/types/services/CatalogService.d.ts +3799 -1430
  74. package/dist/types/services/CoreService.d.ts +452 -126
  75. package/dist/types/services/CredentialsService.d.ts +177 -141
  76. package/dist/types/services/DepartmentsService.d.ts +53 -16
  77. package/dist/types/services/EngagementService.d.ts +459 -179
  78. package/dist/types/services/FeaturesService.d.ts +16 -7
  79. package/dist/types/services/FinanceService.d.ts +49 -20
  80. package/dist/types/services/MediaResourcesService.d.ts +243 -67
  81. package/dist/types/services/NotificationBuilderService.d.ts +31 -17
  82. package/dist/types/services/NotificationService.d.ts +56 -49
  83. package/dist/types/services/OrgsService.d.ts +106 -77
  84. package/dist/types/services/OverviewService.d.ts +154 -55
  85. package/dist/types/services/PerformanceService.d.ts +132 -56
  86. package/dist/types/services/PerlearnerService.d.ts +431 -217
  87. package/dist/types/services/PlatformService.d.ts +221 -116
  88. package/dist/types/services/ProviderAssociationService.d.ts +3 -2
  89. package/dist/types/services/ProvidersService.d.ts +40 -18
  90. package/dist/types/services/ProvisionService.d.ts +3 -2
  91. package/dist/types/services/RecommendationsService.d.ts +3 -3
  92. package/dist/types/services/ReportsService.d.ts +22 -16
  93. package/dist/types/services/RolesService.d.ts +8 -6
  94. package/dist/types/services/SearchService.d.ts +305 -80
  95. package/dist/types/services/ServiceService.d.ts +89 -29
  96. package/dist/types/services/SkillsService.d.ts +40 -32
  97. package/dist/types/services/UserGroupsService.d.ts +53 -16
  98. package/package.json +3 -2
  99. package/src/core/OpenAPI.ts +1 -1
  100. package/src/index.ts +27 -5
  101. package/src/models/CatalogAutoIncrementResponse.ts +11 -11
  102. package/src/models/CourseGroupSuggestionDetail.ts +2 -2
  103. package/src/models/CourseInvitationDetail.ts +2 -2
  104. package/src/models/CourseLicenseAssignmentDetail.ts +2 -2
  105. package/src/models/CourseLicenseDetail.ts +4 -0
  106. package/src/models/CourseLicenseGroupAssignmentDetail.ts +2 -2
  107. package/src/models/CourseReviewPaginatedResponse.ts +23 -0
  108. package/src/models/CourseReviewRequest.ts +42 -0
  109. package/src/models/CourseReviewResponse.ts +45 -0
  110. package/src/models/PaginatedAssertionsResponse.ts +26 -0
  111. package/src/models/PaginatedCourseAccessRequest.ts +2 -2
  112. package/src/models/PaginatedCourseGroupSuggestion.ts +2 -2
  113. package/src/models/PaginatedCourseInvitation.ts +2 -2
  114. package/src/models/PaginatedCourseLicense.ts +2 -2
  115. package/src/models/PaginatedCourseLicenseAssignment.ts +2 -2
  116. package/src/models/PaginatedCourseLicenseGroupAssignment.ts +2 -2
  117. package/src/models/PaginatedCourseSuggestion.ts +2 -2
  118. package/src/models/PaginatedPathwayGroupSuggestion.ts +2 -2
  119. package/src/models/PaginatedPathwaySuggestion.ts +2 -2
  120. package/src/models/PaginatedPlatformInvitation.ts +2 -2
  121. package/src/models/PaginatedPlatformLicense.ts +2 -2
  122. package/src/models/PaginatedProgramGroupSuggestion.ts +2 -2
  123. package/src/models/PaginatedProgramInvitation.ts +2 -2
  124. package/src/models/PaginatedProgramLicense.ts +2 -2
  125. package/src/models/PaginatedProgramLicenseAssignment.ts +2 -2
  126. package/src/models/PaginatedProgramLicenseGroupAssignment.ts +2 -2
  127. package/src/models/PaginatedProgramSuggestion.ts +2 -2
  128. package/src/models/PaginatedRbacGroupList.ts +12 -0
  129. package/src/models/PaginatedRbacPolicyList.ts +12 -0
  130. package/src/models/PaginatedRbacRoleList.ts +12 -0
  131. package/src/models/PaginatedSkill.ts +12 -0
  132. package/src/models/PaginatedUserLicense.ts +2 -2
  133. package/src/models/PaginatedUserLicenseAssignment.ts +2 -2
  134. package/src/models/PaginatedUserLicenseGroupAssignment.ts +2 -2
  135. package/src/models/PatchedRbacGroup.ts +39 -0
  136. package/src/models/PatchedRbacPolicy.ts +53 -0
  137. package/src/models/PatchedRbacRole.ts +25 -0
  138. package/src/models/PathwayGroupSuggestionDetail.ts +2 -2
  139. package/src/models/PlatformInvitationDetail.ts +2 -2
  140. package/src/models/PlatformSkillPointResponse.ts +2 -2
  141. package/src/models/ProgramEnrollmentSearchResponse.ts +27 -0
  142. package/src/models/ProgramLicenseAssignmentDetail.ts +4 -9
  143. package/src/models/ProgramLicenseDetail.ts +6 -2
  144. package/src/models/ProgramMetadataRequest.ts +34 -0
  145. package/src/models/ProgramMetadataResponse.ts +34 -0
  146. package/src/models/ProgramReview.ts +46 -0
  147. package/src/models/ProgramReviewPaginatedResponse.ts +27 -0
  148. package/src/models/ProgramReviewRequest.ts +42 -0
  149. package/src/models/RbacBaseRole.ts +20 -0
  150. package/src/models/RbacGroup.ts +39 -0
  151. package/src/models/RbacPlatform.ts +19 -0
  152. package/src/models/RbacPolicy.ts +53 -0
  153. package/src/models/RbacPolicyGroup.ts +25 -0
  154. package/src/models/RbacRole.ts +25 -0
  155. package/src/models/RbacUser.ts +18 -0
  156. package/src/models/StripeBillingPageIdentifierResponse.ts +14 -0
  157. package/src/models/StripeContext.ts +12 -0
  158. package/src/models/StripeNewUserTenantLaunchRequest.ts +25 -0
  159. package/src/models/UserApp.ts +0 -2
  160. package/src/models/UserLicenseAssignmentDetail.ts +1 -1
  161. package/src/models/UserLicenseDetail.ts +5 -1
  162. package/src/models/UserLicenseGroupAssignmentDetail.ts +2 -2
  163. package/src/services/AnalyticsService.ts +45 -16
  164. package/src/services/AudienceService.ts +380 -184
  165. package/src/services/CareerService.ts +144 -117
  166. package/src/services/CatalogService.ts +6902 -4245
  167. package/src/services/CoreService.ts +782 -172
  168. package/src/services/CredentialsService.ts +257 -176
  169. package/src/services/DepartmentsService.ts +56 -19
  170. package/src/services/EngagementService.ts +528 -236
  171. package/src/services/FeaturesService.ts +19 -10
  172. package/src/services/FinanceService.ts +54 -25
  173. package/src/services/MediaResourcesService.ts +251 -75
  174. package/src/services/NotificationBuilderService.ts +36 -22
  175. package/src/services/NotificationService.ts +73 -61
  176. package/src/services/OrgsService.ts +135 -106
  177. package/src/services/OverviewService.ts +172 -73
  178. package/src/services/PerformanceService.ts +153 -77
  179. package/src/services/PerlearnerService.ts +591 -279
  180. package/src/services/PlatformService.ts +278 -157
  181. package/src/services/ProviderAssociationService.ts +4 -3
  182. package/src/services/ProvidersService.ts +58 -27
  183. package/src/services/ProvisionService.ts +4 -3
  184. package/src/services/RecommendationsService.ts +5 -4
  185. package/src/services/ReportsService.ts +28 -22
  186. package/src/services/RolesService.ts +10 -8
  187. package/src/services/SearchService.ts +323 -98
  188. package/src/services/ServiceService.ts +149 -39
  189. package/src/services/SkillsService.ts +56 -44
  190. package/src/services/UserGroupsService.ts +56 -19
  191. package/dist/types/models/BlockSkillPointInfoResponse.d.ts +0 -10
  192. package/dist/types/models/CourseCompletionCatalogResponse.d.ts +0 -11
  193. package/dist/types/models/CourseEligibilityCheckResponse.d.ts +0 -25
  194. package/dist/types/models/CourseSkillPointInfoResponse.d.ts +0 -10
  195. package/dist/types/models/UserSkillPointInfoResponse.d.ts +0 -10
  196. package/src/models/BlockSkillPointInfoResponse.ts +0 -15
  197. package/src/models/CourseCompletionCatalogResponse.ts +0 -16
  198. package/src/models/CourseEligibilityCheckResponse.ts +0 -30
  199. package/src/models/CourseSkillPointInfoResponse.ts +0 -15
  200. 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?: boolean, alphabetical?: boolean, certificate?: Array<string>, content?: Array<string>, courseId?: string, duration?: Array<string>, language?: Array<string>, level?: Array<string>, limit?: number, offset?: number, orderAscending?: boolean, orderBy?: string, pathwayId?: string, price?: string, programId?: string, programType?: Array<string>, promotion?: Array<string>, query?: string, resourceType?: Array<string>, returnFacet?: boolean, returnItems?: boolean, selfPaced?: Array<string>, skillId?: string, skills?: Array<string>, subject?: Array<string>, tags?: Array<string>, tenant?: Array<string>, topics?: Array<string>, updateFacet?: string): CancelablePromise<GlobalCatalogSearchResponse>;
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: string, allowSkillSearch?: boolean, alphabetical?: boolean, certificate?: Array<string>, content?: Array<string>, courseId?: string, duration?: Array<string>, language?: Array<string>, level?: Array<string>, limit?: number, offset?: number, orderAscending?: boolean, orderBy?: string, pathwayId?: string, price?: string, programId?: string, programType?: Array<string>, promotion?: Array<string>, query?: string, recommended?: boolean, resourceId?: string, resourceType?: Array<string>, returnFacet?: boolean, returnItems?: boolean, roleId?: string, selfPaced?: Array<string>, skillId?: string, skills?: Array<string>, subject?: Array<string>, tags?: Array<string>, tenant?: Array<string>, topics?: Array<string>, updateFacet?: string): CancelablePromise<Record<string, any>>;
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: string, username: string, department?: Array<string>, educationDegree?: string, educationFieldOfStudy?: string, educationInstitution?: string, includeMembershipData?: boolean, limit?: number, offset?: number, q?: string, userResumeCompany?: string, userResumeIndustry?: string, userResumeJobTitle?: string, userResumeLocation?: string, userResumeSkills?: string): CancelablePromise<UserSearchResponse>;
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: TenantLaunchRequest): CancelablePromise<TenantLaunchResponse>;
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: string, userId: string, requestBody: StripeCheckoutSessionRequest): CancelablePromise<StripeCheckoutSessionResponse>;
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: string, userId: string, requestBody: StripeCustomerPortalRequest): CancelablePromise<StripeCustomerPortalResponse>;
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: string, userId: string): CancelablePromise<StripeLocalProduct>;
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: string, userId: string): CancelablePromise<any>;
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: string, userId: string, requestBody: StripeSubscriptionRenewalRequest): CancelablePromise<StripeSubscriptionRenewalResponse>;
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: string, userId: string): CancelablePromise<any>;
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: string): CancelablePromise<any>;
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: string): CancelablePromise<any>;
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: StripeCheckoutSessionResponse): CancelablePromise<StripeCheckoutSessionResponse>;
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