@faiber/faiber-lms 0.5.1 → 0.6.2
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/.tsbuildinfo +1 -1
- package/dist/operations.d.ts +111 -407
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +138 -498
- package/dist/operations.js.map +1 -1
- package/dist/operations.types.d.ts +717 -896
- package/dist/operations.types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/operations.d.ts
CHANGED
|
@@ -165,6 +165,16 @@ export declare class LmsOperations extends ServiceApi {
|
|
|
165
165
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:classroom:update.
|
|
166
166
|
*/
|
|
167
167
|
classroomUpdateClassroomPatch(id: Identifier, data: T.ClassroomUpdateClassroomPatchInput, options?: RequestOptions<T.ClassroomUpdateClassroomPatchInput>): Promise<import("axios").AxiosResponse<T.ClassroomUpdateClassroomPatchResponse, T.ClassroomUpdateClassroomPatchInput, {}>>;
|
|
168
|
+
/**
|
|
169
|
+
* Performs the finalize classroom operation for the classroom capability.
|
|
170
|
+
* Calls `POST /api/v1/classrooms/{id}/finalize` through the shared IDP-aware Faiber client.
|
|
171
|
+
* @param id Backend path identifier `id`.
|
|
172
|
+
* @param data Typed JSON request body.
|
|
173
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
174
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
175
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:classroom:finalize.
|
|
176
|
+
*/
|
|
177
|
+
classroomFinalizeClassroomPost(id: Identifier, data: T.ClassroomFinalizeClassroomPostInput, options?: RequestOptions<T.ClassroomFinalizeClassroomPostInput>): Promise<import("axios").AxiosResponse<T.ClassroomFinalizeClassroomPostResponse, T.ClassroomFinalizeClassroomPostInput, {}>>;
|
|
168
178
|
/**
|
|
169
179
|
* Performs the index classroom users operation for the classroom capability.
|
|
170
180
|
* Calls `GET /api/v1/classrooms/{id}/users` through the shared IDP-aware Faiber client.
|
|
@@ -244,51 +254,34 @@ export declare class LmsOperations extends ServiceApi {
|
|
|
244
254
|
*/
|
|
245
255
|
classroomUpdateSessionPatch(id: Identifier, data: T.ClassroomUpdateSessionPatchInput, options?: RequestOptions<T.ClassroomUpdateSessionPatchInput>): Promise<import("axios").AxiosResponse<T.ClassroomUpdateSessionPatchResponse, T.ClassroomUpdateSessionPatchInput, {}>>;
|
|
246
256
|
/**
|
|
247
|
-
* Performs the index
|
|
248
|
-
* Calls `GET /api/v1/classrooms/
|
|
257
|
+
* Performs the index attendance operation for the classroom capability.
|
|
258
|
+
* Calls `GET /api/v1/classrooms/sessions/{id}/attendance` through the shared IDP-aware Faiber client.
|
|
259
|
+
* @param id Backend path identifier `id`.
|
|
249
260
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
250
261
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
251
262
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
252
263
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:classroom:read.
|
|
253
264
|
*/
|
|
254
|
-
|
|
255
|
-
/**
|
|
256
|
-
* Performs the index club project operation for the ops capability.
|
|
257
|
-
* Calls `GET /api/v1/club/projects` through the shared IDP-aware Faiber client.
|
|
258
|
-
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
259
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
260
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
261
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:read.
|
|
262
|
-
*/
|
|
263
|
-
opsIndexClubProjectGet(params?: T.OpsIndexClubProjectGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.OpsIndexClubProjectGetResponse, unknown, {}>>;
|
|
264
|
-
/**
|
|
265
|
-
* Performs the store club project operation for the ops capability.
|
|
266
|
-
* Calls `POST /api/v1/club/projects` through the shared IDP-aware Faiber client.
|
|
267
|
-
* @param data Typed JSON request body.
|
|
268
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
269
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
270
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:create.
|
|
271
|
-
*/
|
|
272
|
-
opsStoreClubProjectPost(data: T.OpsStoreClubProjectPostInput, options?: RequestOptions<T.OpsStoreClubProjectPostInput>): Promise<import("axios").AxiosResponse<T.OpsStoreClubProjectPostResponse, T.OpsStoreClubProjectPostInput, {}>>;
|
|
265
|
+
classroomIndexAttendanceGet(id: Identifier, params?: T.ClassroomIndexAttendanceGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ClassroomIndexAttendanceGetResponse, unknown, {}>>;
|
|
273
266
|
/**
|
|
274
|
-
* Performs the
|
|
275
|
-
* Calls `
|
|
267
|
+
* Performs the record attendance operation for the classroom capability.
|
|
268
|
+
* Calls `PUT /api/v1/classrooms/sessions/{id}/attendance` through the shared IDP-aware Faiber client.
|
|
276
269
|
* @param id Backend path identifier `id`.
|
|
270
|
+
* @param data Typed JSON request body.
|
|
277
271
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
278
272
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
279
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:
|
|
273
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:classroom:attendance:update.
|
|
280
274
|
*/
|
|
281
|
-
|
|
275
|
+
classroomRecordAttendancePut(id: Identifier, data: T.ClassroomRecordAttendancePutInput, options?: RequestOptions<T.ClassroomRecordAttendancePutInput>): Promise<import("axios").AxiosResponse<T.ClassroomRecordAttendancePutResponse, T.ClassroomRecordAttendancePutInput, {}>>;
|
|
282
276
|
/**
|
|
283
|
-
* Performs the
|
|
284
|
-
* Calls `
|
|
285
|
-
* @param
|
|
286
|
-
* @param data Typed JSON request body.
|
|
277
|
+
* Performs the index absences operation for the classroom capability.
|
|
278
|
+
* Calls `GET /api/v1/classrooms/users/sessions/absences` through the shared IDP-aware Faiber client.
|
|
279
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
287
280
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
288
281
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
289
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:
|
|
282
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:classroom:read.
|
|
290
283
|
*/
|
|
291
|
-
|
|
284
|
+
classroomIndexAbsencesGet(params?: T.ClassroomIndexAbsencesGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ClassroomIndexAbsencesGetResponse, unknown, {}>>;
|
|
292
285
|
/**
|
|
293
286
|
* Performs the index classroom type operation for the config capability.
|
|
294
287
|
* Calls `GET /api/v1/config/classroom-types` through the shared IDP-aware Faiber client.
|
|
@@ -401,42 +394,42 @@ export declare class LmsOperations extends ServiceApi {
|
|
|
401
394
|
*/
|
|
402
395
|
configUpdateGradePatch(id: Identifier, data: T.ConfigUpdateGradePatchInput, options?: RequestOptions<T.ConfigUpdateGradePatchInput>): Promise<import("axios").AxiosResponse<T.ConfigUpdateGradePatchResponse, T.ConfigUpdateGradePatchInput, {}>>;
|
|
403
396
|
/**
|
|
404
|
-
* Performs the index
|
|
405
|
-
* Calls `GET /api/v1/config/
|
|
397
|
+
* Performs the index holiday operation for the config capability.
|
|
398
|
+
* Calls `GET /api/v1/config/holidays` through the shared IDP-aware Faiber client.
|
|
406
399
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
407
400
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
408
401
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
409
402
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:config:read.
|
|
410
403
|
*/
|
|
411
|
-
|
|
404
|
+
configIndexHolidayGet(params?: T.ConfigIndexHolidayGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ConfigIndexHolidayGetResponse, unknown, {}>>;
|
|
412
405
|
/**
|
|
413
|
-
* Performs the store
|
|
414
|
-
* Calls `POST /api/v1/config/
|
|
406
|
+
* Performs the store holiday operation for the config capability.
|
|
407
|
+
* Calls `POST /api/v1/config/holidays` through the shared IDP-aware Faiber client.
|
|
415
408
|
* @param data Typed JSON request body.
|
|
416
409
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
417
410
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
418
411
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:config:create.
|
|
419
412
|
*/
|
|
420
|
-
|
|
413
|
+
configStoreHolidayPost(data: T.ConfigStoreHolidayPostInput, options?: RequestOptions<T.ConfigStoreHolidayPostInput>): Promise<import("axios").AxiosResponse<T.ConfigStoreHolidayPostResponse, T.ConfigStoreHolidayPostInput, {}>>;
|
|
421
414
|
/**
|
|
422
|
-
* Performs the show
|
|
423
|
-
* Calls `GET /api/v1/config/
|
|
415
|
+
* Performs the show holiday operation for the config capability.
|
|
416
|
+
* Calls `GET /api/v1/config/holidays/{id}` through the shared IDP-aware Faiber client.
|
|
424
417
|
* @param id Backend path identifier `id`.
|
|
425
418
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
426
419
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
427
420
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:config:read.
|
|
428
421
|
*/
|
|
429
|
-
|
|
422
|
+
configShowHolidayGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ConfigShowHolidayGetResponse, unknown, {}>>;
|
|
430
423
|
/**
|
|
431
|
-
* Performs the update
|
|
432
|
-
* Calls `PATCH /api/v1/config/
|
|
424
|
+
* Performs the update holiday operation for the config capability.
|
|
425
|
+
* Calls `PATCH /api/v1/config/holidays/{id}` through the shared IDP-aware Faiber client.
|
|
433
426
|
* @param id Backend path identifier `id`.
|
|
434
427
|
* @param data Typed JSON request body.
|
|
435
428
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
436
429
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
437
430
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:config:update.
|
|
438
431
|
*/
|
|
439
|
-
|
|
432
|
+
configUpdateHolidayPatch(id: Identifier, data: T.ConfigUpdateHolidayPatchInput, options?: RequestOptions<T.ConfigUpdateHolidayPatchInput>): Promise<import("axios").AxiosResponse<T.ConfigUpdateHolidayPatchResponse, T.ConfigUpdateHolidayPatchInput, {}>>;
|
|
440
433
|
/**
|
|
441
434
|
* Performs the index weekend operation for the config capability.
|
|
442
435
|
* Calls `GET /api/v1/config/weekends` through the shared IDP-aware Faiber client.
|
|
@@ -618,51 +611,23 @@ export declare class LmsOperations extends ServiceApi {
|
|
|
618
611
|
*/
|
|
619
612
|
courseUpdateCategoryPatch(id: Identifier, data: T.CourseUpdateCategoryPatchInput, options?: RequestOptions<T.CourseUpdateCategoryPatchInput>): Promise<import("axios").AxiosResponse<T.CourseUpdateCategoryPatchResponse, T.CourseUpdateCategoryPatchInput, {}>>;
|
|
620
613
|
/**
|
|
621
|
-
* Performs the
|
|
622
|
-
* Calls `
|
|
623
|
-
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
624
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
625
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
626
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:course:read.
|
|
627
|
-
*/
|
|
628
|
-
courseIndexVideoSectionGet(params?: T.CourseIndexVideoSectionGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.CourseIndexVideoSectionGetResponse, unknown, {}>>;
|
|
629
|
-
/**
|
|
630
|
-
* Performs the store video section operation for the course capability.
|
|
631
|
-
* Calls `POST /api/v1/courses/video-sections` through the shared IDP-aware Faiber client.
|
|
614
|
+
* Performs the reorder categories operation for the course capability.
|
|
615
|
+
* Calls `PATCH /api/v1/courses/categories/reorder` through the shared IDP-aware Faiber client.
|
|
632
616
|
* @param data Typed JSON request body.
|
|
633
617
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
634
618
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
635
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:course:
|
|
636
|
-
*/
|
|
637
|
-
courseStoreVideoSectionPost(data: T.CourseStoreVideoSectionPostInput, options?: RequestOptions<T.CourseStoreVideoSectionPostInput>): Promise<import("axios").AxiosResponse<T.CourseStoreVideoSectionPostResponse, T.CourseStoreVideoSectionPostInput, {}>>;
|
|
638
|
-
/**
|
|
639
|
-
* Performs the destroy video section operation for the course capability.
|
|
640
|
-
* Calls `DELETE /api/v1/courses/video-sections/{id}` through the shared IDP-aware Faiber client.
|
|
641
|
-
* @param id Backend path identifier `id`.
|
|
642
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
643
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
644
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:course:delete.
|
|
645
|
-
*/
|
|
646
|
-
courseDestroyVideoSectionDelete(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.CourseDestroyVideoSectionDeleteResponse, unknown, {}>>;
|
|
647
|
-
/**
|
|
648
|
-
* Performs the show video section operation for the course capability.
|
|
649
|
-
* Calls `GET /api/v1/courses/video-sections/{id}` through the shared IDP-aware Faiber client.
|
|
650
|
-
* @param id Backend path identifier `id`.
|
|
651
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
652
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
653
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:course:read.
|
|
619
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:course:update.
|
|
654
620
|
*/
|
|
655
|
-
|
|
621
|
+
courseReorderCategoriesPatch(data: T.CourseReorderCategoriesPatchInput, options?: RequestOptions<T.CourseReorderCategoriesPatchInput>): Promise<import("axios").AxiosResponse<T.CourseReorderCategoriesPatchResponse, T.CourseReorderCategoriesPatchInput, {}>>;
|
|
656
622
|
/**
|
|
657
|
-
* Performs the
|
|
658
|
-
* Calls `PATCH /api/v1/courses/
|
|
659
|
-
* @param id Backend path identifier `id`.
|
|
623
|
+
* Performs the reorder courses operation for the course capability.
|
|
624
|
+
* Calls `PATCH /api/v1/courses/reorder` through the shared IDP-aware Faiber client.
|
|
660
625
|
* @param data Typed JSON request body.
|
|
661
626
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
662
627
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
663
628
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:course:update.
|
|
664
629
|
*/
|
|
665
|
-
|
|
630
|
+
courseReorderCoursesPatch(data: T.CourseReorderCoursesPatchInput, options?: RequestOptions<T.CourseReorderCoursesPatchInput>): Promise<import("axios").AxiosResponse<T.CourseReorderCoursesPatchResponse, T.CourseReorderCoursesPatchInput, {}>>;
|
|
666
631
|
/**
|
|
667
632
|
* Performs the index operation for the dashboard capability.
|
|
668
633
|
* Calls `GET /api/v1/dashboard` through the shared IDP-aware Faiber client.
|
|
@@ -679,121 +644,6 @@ export declare class LmsOperations extends ServiceApi {
|
|
|
679
644
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:docs:read.
|
|
680
645
|
*/
|
|
681
646
|
docsIntegrationGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.DocsIntegrationGetResponse, unknown, {}>>;
|
|
682
|
-
/**
|
|
683
|
-
* Performs the index event operation for the event capability.
|
|
684
|
-
* Calls `GET /api/v1/events` through the shared IDP-aware Faiber client.
|
|
685
|
-
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
686
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
687
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
688
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:read.
|
|
689
|
-
*/
|
|
690
|
-
eventIndexEventGet(params?: T.EventIndexEventGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.EventIndexEventGetResponse, unknown, {}>>;
|
|
691
|
-
/**
|
|
692
|
-
* Performs the store event operation for the event capability.
|
|
693
|
-
* Calls `POST /api/v1/events` through the shared IDP-aware Faiber client.
|
|
694
|
-
* @param data Typed JSON request body.
|
|
695
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
696
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
697
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:create.
|
|
698
|
-
*/
|
|
699
|
-
eventStoreEventPost(data: T.EventStoreEventPostInput, options?: RequestOptions<T.EventStoreEventPostInput>): Promise<import("axios").AxiosResponse<T.EventStoreEventPostResponse, T.EventStoreEventPostInput, {}>>;
|
|
700
|
-
/**
|
|
701
|
-
* Performs the index user operation for the event capability.
|
|
702
|
-
* Calls `GET /api/v1/events/{event_id}/users` through the shared IDP-aware Faiber client.
|
|
703
|
-
* @param eventId Backend path identifier `event_id`.
|
|
704
|
-
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
705
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
706
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
707
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:read.
|
|
708
|
-
*/
|
|
709
|
-
eventIndexUserGet(eventId: Identifier, params?: T.EventIndexUserGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.EventIndexUserGetResponse, unknown, {}>>;
|
|
710
|
-
/**
|
|
711
|
-
* Performs the store user operation for the event capability.
|
|
712
|
-
* Calls `POST /api/v1/events/{event_id}/users` through the shared IDP-aware Faiber client.
|
|
713
|
-
* @param eventId Backend path identifier `event_id`.
|
|
714
|
-
* @param data Typed JSON request body.
|
|
715
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
716
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
717
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:create.
|
|
718
|
-
*/
|
|
719
|
-
eventStoreUserPost(eventId: Identifier, data: T.EventStoreUserPostInput, options?: RequestOptions<T.EventStoreUserPostInput>): Promise<import("axios").AxiosResponse<T.EventStoreUserPostResponse, T.EventStoreUserPostInput, {}>>;
|
|
720
|
-
/**
|
|
721
|
-
* Performs the show user operation for the event capability.
|
|
722
|
-
* Calls `GET /api/v1/events/{event_id}/users/{id}` through the shared IDP-aware Faiber client.
|
|
723
|
-
* @param eventId Backend path identifier `event_id`.
|
|
724
|
-
* @param id Backend path identifier `id`.
|
|
725
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
726
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
727
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:read.
|
|
728
|
-
*/
|
|
729
|
-
eventShowUserGet(eventId: Identifier, id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.EventShowUserGetResponse, unknown, {}>>;
|
|
730
|
-
/**
|
|
731
|
-
* Performs the update user operation for the event capability.
|
|
732
|
-
* Calls `PATCH /api/v1/events/{event_id}/users/{id}` through the shared IDP-aware Faiber client.
|
|
733
|
-
* @param eventId Backend path identifier `event_id`.
|
|
734
|
-
* @param id Backend path identifier `id`.
|
|
735
|
-
* @param data Typed JSON request body.
|
|
736
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
737
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
738
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:update.
|
|
739
|
-
*/
|
|
740
|
-
eventUpdateUserPatch(eventId: Identifier, id: Identifier, data: T.EventUpdateUserPatchInput, options?: RequestOptions<T.EventUpdateUserPatchInput>): Promise<import("axios").AxiosResponse<T.EventUpdateUserPatchResponse, T.EventUpdateUserPatchInput, {}>>;
|
|
741
|
-
/**
|
|
742
|
-
* Performs the show event operation for the event capability.
|
|
743
|
-
* Calls `GET /api/v1/events/{id}` through the shared IDP-aware Faiber client.
|
|
744
|
-
* @param id Backend path identifier `id`.
|
|
745
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
746
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
747
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:read.
|
|
748
|
-
*/
|
|
749
|
-
eventShowEventGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.EventShowEventGetResponse, unknown, {}>>;
|
|
750
|
-
/**
|
|
751
|
-
* Performs the update event operation for the event capability.
|
|
752
|
-
* Calls `PATCH /api/v1/events/{id}` through the shared IDP-aware Faiber client.
|
|
753
|
-
* @param id Backend path identifier `id`.
|
|
754
|
-
* @param data Typed JSON request body.
|
|
755
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
756
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
757
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:update.
|
|
758
|
-
*/
|
|
759
|
-
eventUpdateEventPatch(id: Identifier, data: T.EventUpdateEventPatchInput, options?: RequestOptions<T.EventUpdateEventPatchInput>): Promise<import("axios").AxiosResponse<T.EventUpdateEventPatchResponse, T.EventUpdateEventPatchInput, {}>>;
|
|
760
|
-
/**
|
|
761
|
-
* Performs the index session operation for the event capability.
|
|
762
|
-
* Calls `GET /api/v1/events/sessions` through the shared IDP-aware Faiber client.
|
|
763
|
-
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
764
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
765
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
766
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:read.
|
|
767
|
-
*/
|
|
768
|
-
eventIndexSessionGet(params?: T.EventIndexSessionGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.EventIndexSessionGetResponse, unknown, {}>>;
|
|
769
|
-
/**
|
|
770
|
-
* Performs the store session operation for the event capability.
|
|
771
|
-
* Calls `POST /api/v1/events/sessions` through the shared IDP-aware Faiber client.
|
|
772
|
-
* @param data Typed JSON request body.
|
|
773
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
774
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
775
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:create.
|
|
776
|
-
*/
|
|
777
|
-
eventStoreSessionPost(data: T.EventStoreSessionPostInput, options?: RequestOptions<T.EventStoreSessionPostInput>): Promise<import("axios").AxiosResponse<T.EventStoreSessionPostResponse, T.EventStoreSessionPostInput, {}>>;
|
|
778
|
-
/**
|
|
779
|
-
* Performs the show session operation for the event capability.
|
|
780
|
-
* Calls `GET /api/v1/events/sessions/{id}` through the shared IDP-aware Faiber client.
|
|
781
|
-
* @param id Backend path identifier `id`.
|
|
782
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
783
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
784
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:read.
|
|
785
|
-
*/
|
|
786
|
-
eventShowSessionGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.EventShowSessionGetResponse, unknown, {}>>;
|
|
787
|
-
/**
|
|
788
|
-
* Performs the update session operation for the event capability.
|
|
789
|
-
* Calls `PATCH /api/v1/events/sessions/{id}` through the shared IDP-aware Faiber client.
|
|
790
|
-
* @param id Backend path identifier `id`.
|
|
791
|
-
* @param data Typed JSON request body.
|
|
792
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
793
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
794
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:event:update.
|
|
795
|
-
*/
|
|
796
|
-
eventUpdateSessionPatch(id: Identifier, data: T.EventUpdateSessionPatchInput, options?: RequestOptions<T.EventUpdateSessionPatchInput>): Promise<import("axios").AxiosResponse<T.EventUpdateSessionPatchResponse, T.EventUpdateSessionPatchInput, {}>>;
|
|
797
647
|
/**
|
|
798
648
|
* Performs the index exam operation for the exam capability.
|
|
799
649
|
* Calls `GET /api/v1/exams` through the shared IDP-aware Faiber client.
|
|
@@ -840,6 +690,34 @@ export declare class LmsOperations extends ServiceApi {
|
|
|
840
690
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:exam:update.
|
|
841
691
|
*/
|
|
842
692
|
examUpdateExamPatch(id: Identifier, data: T.ExamUpdateExamPatchInput, options?: RequestOptions<T.ExamUpdateExamPatchInput>): Promise<import("axios").AxiosResponse<T.ExamUpdateExamPatchResponse, T.ExamUpdateExamPatchInput, {}>>;
|
|
693
|
+
/**
|
|
694
|
+
* Performs the index attempt operation for the exam capability.
|
|
695
|
+
* Calls `GET /api/v1/exams/attempts` through the shared IDP-aware Faiber client.
|
|
696
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
697
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
698
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
699
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:exam:read.
|
|
700
|
+
*/
|
|
701
|
+
examIndexAttemptGet(params?: T.ExamIndexAttemptGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ExamIndexAttemptGetResponse, unknown, {}>>;
|
|
702
|
+
/**
|
|
703
|
+
* Performs the show attempt operation for the exam capability.
|
|
704
|
+
* Calls `GET /api/v1/exams/attempts/{id}` through the shared IDP-aware Faiber client.
|
|
705
|
+
* @param id Backend path identifier `id`.
|
|
706
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
707
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
708
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:exam:read.
|
|
709
|
+
*/
|
|
710
|
+
examShowAttemptGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ExamShowAttemptGetResponse, unknown, {}>>;
|
|
711
|
+
/**
|
|
712
|
+
* Performs the update attempt operation for the exam capability.
|
|
713
|
+
* Calls `PATCH /api/v1/exams/attempts/{id}` through the shared IDP-aware Faiber client.
|
|
714
|
+
* @param id Backend path identifier `id`.
|
|
715
|
+
* @param data Typed JSON request body.
|
|
716
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
717
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
718
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:exam:update.
|
|
719
|
+
*/
|
|
720
|
+
examUpdateAttemptPatch(id: Identifier, data: T.ExamUpdateAttemptPatchInput, options?: RequestOptions<T.ExamUpdateAttemptPatchInput>): Promise<import("axios").AxiosResponse<T.ExamUpdateAttemptPatchResponse, T.ExamUpdateAttemptPatchInput, {}>>;
|
|
843
721
|
/**
|
|
844
722
|
* Performs the index question operation for the exam capability.
|
|
845
723
|
* Calls `GET /api/v1/exams/questions` through the shared IDP-aware Faiber client.
|
|
@@ -1043,195 +921,95 @@ export declare class LmsOperations extends ServiceApi {
|
|
|
1043
921
|
*/
|
|
1044
922
|
integrationFlowIntegrationShowGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.IntegrationFlowIntegrationShowGetResponse, unknown, {}>>;
|
|
1045
923
|
/**
|
|
1046
|
-
* Performs the
|
|
1047
|
-
* Calls `
|
|
1048
|
-
* @param
|
|
1049
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1050
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1051
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:interactive:read.
|
|
1052
|
-
*/
|
|
1053
|
-
interactiveIndexCategoryGet(params?: T.InteractiveIndexCategoryGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.InteractiveIndexCategoryGetResponse, unknown, {}>>;
|
|
1054
|
-
/**
|
|
1055
|
-
* Performs the store category operation for the interactive capability.
|
|
1056
|
-
* Calls `POST /api/v1/interactive/categories` through the shared IDP-aware Faiber client.
|
|
1057
|
-
* @param data Typed JSON request body.
|
|
1058
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1059
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1060
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:interactive:create.
|
|
1061
|
-
*/
|
|
1062
|
-
interactiveStoreCategoryPost(data: T.InteractiveStoreCategoryPostInput, options?: RequestOptions<T.InteractiveStoreCategoryPostInput>): Promise<import("axios").AxiosResponse<T.InteractiveStoreCategoryPostResponse, T.InteractiveStoreCategoryPostInput, {}>>;
|
|
1063
|
-
/**
|
|
1064
|
-
* Performs the show category operation for the interactive capability.
|
|
1065
|
-
* Calls `GET /api/v1/interactive/categories/{id}` through the shared IDP-aware Faiber client.
|
|
1066
|
-
* @param id Backend path identifier `id`.
|
|
924
|
+
* Performs the upload image operation for the media capability.
|
|
925
|
+
* Calls `POST /api/v1/media/images` through the shared IDP-aware Faiber client.
|
|
926
|
+
* @param data Typed multipart form.
|
|
1067
927
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1068
928
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1069
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:
|
|
929
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:course:update.
|
|
1070
930
|
*/
|
|
1071
|
-
|
|
931
|
+
mediaUploadImagePost(data: T.MediaUploadImagePostInput, options?: RequestOptions<T.MediaUploadImagePostInput>): Promise<import("axios").AxiosResponse<T.MediaUploadImagePostResponse, FormData, {}>>;
|
|
1072
932
|
/**
|
|
1073
|
-
* Performs the
|
|
1074
|
-
* Calls `
|
|
1075
|
-
* @param
|
|
1076
|
-
* @param data Typed JSON request body.
|
|
933
|
+
* Performs the download image operation for the media capability.
|
|
934
|
+
* Calls `GET /api/v1/media/images/{filename}` through the shared IDP-aware Faiber client.
|
|
935
|
+
* @param filename Backend path identifier `filename`.
|
|
1077
936
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1078
937
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1079
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:
|
|
938
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:course:read.
|
|
1080
939
|
*/
|
|
1081
|
-
|
|
940
|
+
mediaDownloadImageGet(filename: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.MediaDownloadImageGetResponse, unknown, {}>>;
|
|
1082
941
|
/**
|
|
1083
|
-
* Performs the index
|
|
1084
|
-
* Calls `GET /api/v1/
|
|
942
|
+
* Performs the index operation for the profile routes capability.
|
|
943
|
+
* Calls `GET /api/v1/profiles` through the shared IDP-aware Faiber client.
|
|
1085
944
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
1086
945
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1087
946
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1088
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:
|
|
1089
|
-
*/
|
|
1090
|
-
interactiveIndexClassroomSessionGet(params?: T.InteractiveIndexClassroomSessionGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.InteractiveIndexClassroomSessionGetResponse, unknown, {}>>;
|
|
1091
|
-
/**
|
|
1092
|
-
* Performs the store classroom session operation for the interactive capability.
|
|
1093
|
-
* Calls `POST /api/v1/interactive/classroom-sessions` through the shared IDP-aware Faiber client.
|
|
1094
|
-
* @param data Typed JSON request body.
|
|
1095
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1096
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1097
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:interactive:create.
|
|
947
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:classroom:read.
|
|
1098
948
|
*/
|
|
1099
|
-
|
|
949
|
+
profileRoutesIndexGet(params?: T.ProfileRoutesIndexGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ProfileRoutesIndexGetResponse, unknown, {}>>;
|
|
1100
950
|
/**
|
|
1101
|
-
* Performs the show
|
|
1102
|
-
* Calls `GET /api/v1/
|
|
1103
|
-
* @param
|
|
951
|
+
* Performs the show operation for the profile routes capability.
|
|
952
|
+
* Calls `GET /api/v1/profiles/{user_id}` through the shared IDP-aware Faiber client.
|
|
953
|
+
* @param userId Backend path identifier `user_id`.
|
|
1104
954
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1105
955
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1106
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:
|
|
956
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:classroom:read.
|
|
1107
957
|
*/
|
|
1108
|
-
|
|
958
|
+
profileRoutesShowGet(userId: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ProfileRoutesShowGetResponse, unknown, {}>>;
|
|
1109
959
|
/**
|
|
1110
|
-
* Performs the
|
|
1111
|
-
* Calls `
|
|
1112
|
-
* @param
|
|
1113
|
-
* @param data Typed JSON request body.
|
|
960
|
+
* Performs the verify certificate operation for the certificate capability.
|
|
961
|
+
* Calls `GET /api/v1/public/certificates/{code}` through the shared IDP-aware Faiber client.
|
|
962
|
+
* @param code Backend path identifier `code`.
|
|
1114
963
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1115
964
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1116
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
965
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
1117
966
|
*/
|
|
1118
|
-
|
|
967
|
+
certificateVerifyCertificateGet(code: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.CertificateVerifyCertificateGetResponse, unknown, {}>>;
|
|
1119
968
|
/**
|
|
1120
|
-
* Performs the
|
|
1121
|
-
* Calls `GET /api/v1/
|
|
969
|
+
* Performs the classrooms operation for the report capability.
|
|
970
|
+
* Calls `GET /api/v1/reports/classrooms` through the shared IDP-aware Faiber client.
|
|
1122
971
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
1123
972
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1124
973
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1125
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:
|
|
1126
|
-
*/
|
|
1127
|
-
interactiveIndexContentGet(params?: T.InteractiveIndexContentGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.InteractiveIndexContentGetResponse, unknown, {}>>;
|
|
1128
|
-
/**
|
|
1129
|
-
* Performs the store content operation for the interactive capability.
|
|
1130
|
-
* Calls `POST /api/v1/interactive/content` through the shared IDP-aware Faiber client.
|
|
1131
|
-
* @param data Typed JSON request body.
|
|
1132
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1133
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1134
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:interactive:create.
|
|
1135
|
-
*/
|
|
1136
|
-
interactiveStoreContentPost(data: T.InteractiveStoreContentPostInput, options?: RequestOptions<T.InteractiveStoreContentPostInput>): Promise<import("axios").AxiosResponse<T.InteractiveStoreContentPostResponse, T.InteractiveStoreContentPostInput, {}>>;
|
|
1137
|
-
/**
|
|
1138
|
-
* Performs the show content operation for the interactive capability.
|
|
1139
|
-
* Calls `GET /api/v1/interactive/content/{id}` through the shared IDP-aware Faiber client.
|
|
1140
|
-
* @param id Backend path identifier `id`.
|
|
1141
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1142
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1143
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:interactive:read.
|
|
1144
|
-
*/
|
|
1145
|
-
interactiveShowContentGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.InteractiveShowContentGetResponse, unknown, {}>>;
|
|
1146
|
-
/**
|
|
1147
|
-
* Performs the update content operation for the interactive capability.
|
|
1148
|
-
* Calls `PATCH /api/v1/interactive/content/{id}` through the shared IDP-aware Faiber client.
|
|
1149
|
-
* @param id Backend path identifier `id`.
|
|
1150
|
-
* @param data Typed JSON request body.
|
|
1151
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1152
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1153
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:interactive:update.
|
|
974
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:report:read.
|
|
1154
975
|
*/
|
|
1155
|
-
|
|
976
|
+
reportClassroomsGet(params?: T.ReportClassroomsGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ReportClassroomsGetResponse, unknown, {}>>;
|
|
1156
977
|
/**
|
|
1157
|
-
* Performs the
|
|
1158
|
-
* Calls `GET /api/v1/
|
|
978
|
+
* Performs the consultants operation for the report capability.
|
|
979
|
+
* Calls `GET /api/v1/reports/consultants` through the shared IDP-aware Faiber client.
|
|
1159
980
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
1160
981
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1161
982
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1162
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:
|
|
1163
|
-
*/
|
|
1164
|
-
opsIndexInvitationGet(params?: T.OpsIndexInvitationGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.OpsIndexInvitationGetResponse, unknown, {}>>;
|
|
1165
|
-
/**
|
|
1166
|
-
* Performs the store invitation operation for the ops capability.
|
|
1167
|
-
* Calls `POST /api/v1/invitations` through the shared IDP-aware Faiber client.
|
|
1168
|
-
* @param data Typed JSON request body.
|
|
1169
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1170
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1171
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:create.
|
|
1172
|
-
*/
|
|
1173
|
-
opsStoreInvitationPost(data: T.OpsStoreInvitationPostInput, options?: RequestOptions<T.OpsStoreInvitationPostInput>): Promise<import("axios").AxiosResponse<T.OpsStoreInvitationPostResponse, T.OpsStoreInvitationPostInput, {}>>;
|
|
1174
|
-
/**
|
|
1175
|
-
* Performs the show invitation operation for the ops capability.
|
|
1176
|
-
* Calls `GET /api/v1/invitations/{id}` through the shared IDP-aware Faiber client.
|
|
1177
|
-
* @param id Backend path identifier `id`.
|
|
1178
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1179
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1180
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:read.
|
|
1181
|
-
*/
|
|
1182
|
-
opsShowInvitationGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.OpsShowInvitationGetResponse, unknown, {}>>;
|
|
1183
|
-
/**
|
|
1184
|
-
* Performs the update invitation operation for the ops capability.
|
|
1185
|
-
* Calls `PATCH /api/v1/invitations/{id}` through the shared IDP-aware Faiber client.
|
|
1186
|
-
* @param id Backend path identifier `id`.
|
|
1187
|
-
* @param data Typed JSON request body.
|
|
1188
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1189
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1190
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:update.
|
|
1191
|
-
*/
|
|
1192
|
-
opsUpdateInvitationPatch(id: Identifier, data: T.OpsUpdateInvitationPatchInput, options?: RequestOptions<T.OpsUpdateInvitationPatchInput>): Promise<import("axios").AxiosResponse<T.OpsUpdateInvitationPatchResponse, T.OpsUpdateInvitationPatchInput, {}>>;
|
|
1193
|
-
/**
|
|
1194
|
-
* Performs the upload image operation for the media capability.
|
|
1195
|
-
* Calls `POST /api/v1/media/images` through the shared IDP-aware Faiber client.
|
|
1196
|
-
* @param data Typed multipart form.
|
|
1197
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1198
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1199
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:course:update.
|
|
1200
|
-
*/
|
|
1201
|
-
mediaUploadImagePost(data: T.MediaUploadImagePostInput, options?: RequestOptions<T.MediaUploadImagePostInput>): Promise<import("axios").AxiosResponse<T.MediaUploadImagePostResponse, FormData, {}>>;
|
|
1202
|
-
/**
|
|
1203
|
-
* Performs the download image operation for the media capability.
|
|
1204
|
-
* Calls `GET /api/v1/media/images/{filename}` through the shared IDP-aware Faiber client.
|
|
1205
|
-
* @param filename Backend path identifier `filename`.
|
|
1206
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1207
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1208
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:course:read.
|
|
983
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:report:read.
|
|
1209
984
|
*/
|
|
1210
|
-
|
|
985
|
+
reportConsultantsGet(params?: T.ReportConsultantsGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ReportConsultantsGetResponse, unknown, {}>>;
|
|
1211
986
|
/**
|
|
1212
|
-
* Performs the
|
|
1213
|
-
* Calls `GET /api/v1/reports/
|
|
987
|
+
* Performs the courses operation for the report capability.
|
|
988
|
+
* Calls `GET /api/v1/reports/courses` through the shared IDP-aware Faiber client.
|
|
989
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
1214
990
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1215
991
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1216
992
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:report:read.
|
|
1217
993
|
*/
|
|
1218
|
-
|
|
994
|
+
reportCoursesGet(params?: T.ReportCoursesGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").AcademyCoursesResponse, unknown, {}>>;
|
|
1219
995
|
/**
|
|
1220
996
|
* Performs the students operation for the report capability.
|
|
1221
997
|
* Calls `GET /api/v1/reports/students` through the shared IDP-aware Faiber client.
|
|
998
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
1222
999
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1223
1000
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1224
1001
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:report:read.
|
|
1225
1002
|
*/
|
|
1226
|
-
reportStudentsGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ReportStudentsGetResponse, unknown, {}>>;
|
|
1003
|
+
reportStudentsGet(params?: T.ReportStudentsGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ReportStudentsGetResponse, unknown, {}>>;
|
|
1227
1004
|
/**
|
|
1228
1005
|
* Performs the teachers operation for the report capability.
|
|
1229
1006
|
* Calls `GET /api/v1/reports/teachers` through the shared IDP-aware Faiber client.
|
|
1007
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
1230
1008
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1231
1009
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1232
1010
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:report:read.
|
|
1233
1011
|
*/
|
|
1234
|
-
reportTeachersGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ReportTeachersGetResponse, unknown, {}>>;
|
|
1012
|
+
reportTeachersGet(params?: T.ReportTeachersGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ReportTeachersGetResponse, unknown, {}>>;
|
|
1235
1013
|
/**
|
|
1236
1014
|
* Performs the check licence operation for the service capability.
|
|
1237
1015
|
* Calls `GET /api/v1/service/licence/check` through the shared IDP-aware Faiber client.
|
|
@@ -1241,80 +1019,6 @@ export declare class LmsOperations extends ServiceApi {
|
|
|
1241
1019
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
1242
1020
|
*/
|
|
1243
1021
|
serviceCheckLicenceGet(params?: T.ServiceCheckLicenceGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.ServiceCheckLicenceGetResponse, unknown, {}>>;
|
|
1244
|
-
/**
|
|
1245
|
-
* Performs the index support interaction operation for the ops capability.
|
|
1246
|
-
* Calls `GET /api/v1/support-interactions` through the shared IDP-aware Faiber client.
|
|
1247
|
-
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
1248
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1249
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1250
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:read.
|
|
1251
|
-
*/
|
|
1252
|
-
opsIndexSupportInteractionGet(params?: T.OpsIndexSupportInteractionGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.OpsIndexSupportInteractionGetResponse, unknown, {}>>;
|
|
1253
|
-
/**
|
|
1254
|
-
* Performs the store support interaction operation for the ops capability.
|
|
1255
|
-
* Calls `POST /api/v1/support-interactions` through the shared IDP-aware Faiber client.
|
|
1256
|
-
* @param data Typed JSON request body.
|
|
1257
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1258
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1259
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:create.
|
|
1260
|
-
*/
|
|
1261
|
-
opsStoreSupportInteractionPost(data: T.OpsStoreSupportInteractionPostInput, options?: RequestOptions<T.OpsStoreSupportInteractionPostInput>): Promise<import("axios").AxiosResponse<T.OpsStoreSupportInteractionPostResponse, T.OpsStoreSupportInteractionPostInput, {}>>;
|
|
1262
|
-
/**
|
|
1263
|
-
* Performs the show support interaction operation for the ops capability.
|
|
1264
|
-
* Calls `GET /api/v1/support-interactions/{id}` through the shared IDP-aware Faiber client.
|
|
1265
|
-
* @param id Backend path identifier `id`.
|
|
1266
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1267
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1268
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:read.
|
|
1269
|
-
*/
|
|
1270
|
-
opsShowSupportInteractionGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.OpsShowSupportInteractionGetResponse, unknown, {}>>;
|
|
1271
|
-
/**
|
|
1272
|
-
* Performs the update support interaction operation for the ops capability.
|
|
1273
|
-
* Calls `PATCH /api/v1/support-interactions/{id}` through the shared IDP-aware Faiber client.
|
|
1274
|
-
* @param id Backend path identifier `id`.
|
|
1275
|
-
* @param data Typed JSON request body.
|
|
1276
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1277
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1278
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:update.
|
|
1279
|
-
*/
|
|
1280
|
-
opsUpdateSupportInteractionPatch(id: Identifier, data: T.OpsUpdateSupportInteractionPatchInput, options?: RequestOptions<T.OpsUpdateSupportInteractionPatchInput>): Promise<import("axios").AxiosResponse<T.OpsUpdateSupportInteractionPatchResponse, T.OpsUpdateSupportInteractionPatchInput, {}>>;
|
|
1281
|
-
/**
|
|
1282
|
-
* Performs the index worktime operation for the ops capability.
|
|
1283
|
-
* Calls `GET /api/v1/worktime` through the shared IDP-aware Faiber client.
|
|
1284
|
-
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
1285
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1286
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1287
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:read.
|
|
1288
|
-
*/
|
|
1289
|
-
opsIndexWorktimeGet(params?: T.OpsIndexWorktimeGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.OpsIndexWorktimeGetResponse, unknown, {}>>;
|
|
1290
|
-
/**
|
|
1291
|
-
* Performs the store worktime operation for the ops capability.
|
|
1292
|
-
* Calls `POST /api/v1/worktime` through the shared IDP-aware Faiber client.
|
|
1293
|
-
* @param data Typed JSON request body.
|
|
1294
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1295
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1296
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:create.
|
|
1297
|
-
*/
|
|
1298
|
-
opsStoreWorktimePost(data: T.OpsStoreWorktimePostInput, options?: RequestOptions<T.OpsStoreWorktimePostInput>): Promise<import("axios").AxiosResponse<T.OpsStoreWorktimePostResponse, T.OpsStoreWorktimePostInput, {}>>;
|
|
1299
|
-
/**
|
|
1300
|
-
* Performs the show worktime operation for the ops capability.
|
|
1301
|
-
* Calls `GET /api/v1/worktime/{id}` through the shared IDP-aware Faiber client.
|
|
1302
|
-
* @param id Backend path identifier `id`.
|
|
1303
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1304
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1305
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:read.
|
|
1306
|
-
*/
|
|
1307
|
-
opsShowWorktimeGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.OpsShowWorktimeGetResponse, unknown, {}>>;
|
|
1308
|
-
/**
|
|
1309
|
-
* Performs the update worktime operation for the ops capability.
|
|
1310
|
-
* Calls `PATCH /api/v1/worktime/{id}` through the shared IDP-aware Faiber client.
|
|
1311
|
-
* @param id Backend path identifier `id`.
|
|
1312
|
-
* @param data Typed JSON request body.
|
|
1313
|
-
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
1314
|
-
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
1315
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: lms:ops:update.
|
|
1316
|
-
*/
|
|
1317
|
-
opsUpdateWorktimePatch(id: Identifier, data: T.OpsUpdateWorktimePatchInput, options?: RequestOptions<T.OpsUpdateWorktimePatchInput>): Promise<import("axios").AxiosResponse<T.OpsUpdateWorktimePatchResponse, T.OpsUpdateWorktimePatchInput, {}>>;
|
|
1318
1022
|
/**
|
|
1319
1023
|
* Performs the status route operation for the router capability.
|
|
1320
1024
|
* Calls `GET /health` through the shared IDP-aware Faiber client.
|