@iblai/iblai-api 3.45.8-ai-plus → 3.45.9-ai

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 (118) hide show
  1. package/dist/index.cjs.js +536 -1984
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.esm.js +537 -1983
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.umd.js +536 -1984
  6. package/dist/index.umd.js.map +1 -1
  7. package/dist/types/index.d.ts +11 -41
  8. package/dist/types/models/CatalogAutoIncrementResponse.d.ts +11 -11
  9. package/dist/types/models/CourseReviewPaginatedResponse.d.ts +18 -0
  10. package/dist/types/models/CourseReviewRequest.d.ts +37 -0
  11. package/dist/types/models/CourseReviewResponse.d.ts +40 -0
  12. package/dist/types/models/PaginatedSkill.d.ts +7 -0
  13. package/dist/types/models/ProgramEnrollmentSearchResponse.d.ts +22 -0
  14. package/dist/types/models/ProgramMetadataRequest.d.ts +29 -0
  15. package/dist/types/models/ProgramMetadataResponse.d.ts +29 -0
  16. package/dist/types/models/ProgramReview.d.ts +41 -0
  17. package/dist/types/models/ProgramReviewPaginatedResponse.d.ts +22 -0
  18. package/dist/types/models/ProgramReviewRequest.d.ts +37 -0
  19. package/dist/types/models/{VoiceProviderEnum.d.ts → ProviderEnum.d.ts} +1 -1
  20. package/dist/types/models/Voice.d.ts +2 -2
  21. package/dist/types/services/CatalogService.d.ts +168 -458
  22. package/package.json +1 -1
  23. package/src/core/OpenAPI.ts +1 -1
  24. package/src/index.ts +11 -41
  25. package/src/models/CatalogAutoIncrementResponse.ts +11 -11
  26. package/src/models/CourseReviewPaginatedResponse.ts +23 -0
  27. package/src/models/CourseReviewRequest.ts +42 -0
  28. package/src/models/CourseReviewResponse.ts +45 -0
  29. package/src/models/PaginatedSkill.ts +12 -0
  30. package/src/models/ProgramEnrollmentSearchResponse.ts +27 -0
  31. package/src/models/ProgramMetadataRequest.ts +34 -0
  32. package/src/models/ProgramMetadataResponse.ts +34 -0
  33. package/src/models/ProgramReview.ts +46 -0
  34. package/src/models/ProgramReviewPaginatedResponse.ts +27 -0
  35. package/src/models/ProgramReviewRequest.ts +42 -0
  36. package/src/models/{VoiceProviderEnum.ts → ProviderEnum.ts} +1 -1
  37. package/src/models/Voice.ts +2 -2
  38. package/src/services/CatalogService.ts +3415 -3417
  39. package/dist/types/models/Bot.d.ts +0 -15
  40. package/dist/types/models/BotCommand.d.ts +0 -6
  41. package/dist/types/models/BotCreate.d.ts +0 -12
  42. package/dist/types/models/CourseEligibilityCheckResponse.d.ts +0 -25
  43. package/dist/types/models/DataSet.d.ts +0 -21
  44. package/dist/types/models/DataSetCreate.d.ts +0 -12
  45. package/dist/types/models/DataSetStatusEnum.d.ts +0 -12
  46. package/dist/types/models/DiscordConfig.d.ts +0 -7
  47. package/dist/types/models/DiscordUserConfig.d.ts +0 -10
  48. package/dist/types/models/DiscordWebhook.d.ts +0 -6
  49. package/dist/types/models/PaginatedDataSetList.d.ts +0 -7
  50. package/dist/types/models/PaginatedTrainingList.d.ts +0 -7
  51. package/dist/types/models/PatchedBotCommand.d.ts +0 -6
  52. package/dist/types/models/PatchedBotCreate.d.ts +0 -12
  53. package/dist/types/models/PatchedDataSet.d.ts +0 -21
  54. package/dist/types/models/PatchedDiscordConfig.d.ts +0 -7
  55. package/dist/types/models/PatchedDiscordUserConfig.d.ts +0 -10
  56. package/dist/types/models/PatchedSlackConfig.d.ts +0 -8
  57. package/dist/types/models/PatchedSlackUserConfig.d.ts +0 -17
  58. package/dist/types/models/PatchedTeamsConfig.d.ts +0 -7
  59. package/dist/types/models/PatchedTrainingCreate.d.ts +0 -31
  60. package/dist/types/models/PatchedWebexConfig.d.ts +0 -10
  61. package/dist/types/models/PatchedWhatsappConfig.d.ts +0 -11
  62. package/dist/types/models/PatchedWhatsappUserConfig.d.ts +0 -10
  63. package/dist/types/models/Provider05cEnum.d.ts +0 -14
  64. package/dist/types/models/Provider63aEnum.d.ts +0 -6
  65. package/dist/types/models/SlackConfig.d.ts +0 -8
  66. package/dist/types/models/SlackUserConfig.d.ts +0 -17
  67. package/dist/types/models/SlackWebhook.d.ts +0 -6
  68. package/dist/types/models/TeamsConfig.d.ts +0 -7
  69. package/dist/types/models/TeamsWebhook.d.ts +0 -17
  70. package/dist/types/models/Training.d.ts +0 -41
  71. package/dist/types/models/TrainingCreate.d.ts +0 -31
  72. package/dist/types/models/WebexConfig.d.ts +0 -10
  73. package/dist/types/models/WebexWebhook.d.ts +0 -4
  74. package/dist/types/models/WhatAppWebHook.d.ts +0 -3
  75. package/dist/types/models/WhatsappConfig.d.ts +0 -11
  76. package/dist/types/models/WhatsappUserConfig.d.ts +0 -10
  77. package/dist/types/services/AiBotService.d.ts +0 -486
  78. package/dist/types/services/AiFinetuningService.d.ts +0 -162
  79. package/src/models/Bot.ts +0 -20
  80. package/src/models/BotCommand.ts +0 -11
  81. package/src/models/BotCreate.ts +0 -17
  82. package/src/models/CourseEligibilityCheckResponse.ts +0 -30
  83. package/src/models/DataSet.ts +0 -26
  84. package/src/models/DataSetCreate.ts +0 -17
  85. package/src/models/DataSetStatusEnum.ts +0 -16
  86. package/src/models/DiscordConfig.ts +0 -12
  87. package/src/models/DiscordUserConfig.ts +0 -15
  88. package/src/models/DiscordWebhook.ts +0 -11
  89. package/src/models/PaginatedDataSetList.ts +0 -12
  90. package/src/models/PaginatedTrainingList.ts +0 -12
  91. package/src/models/PatchedBotCommand.ts +0 -11
  92. package/src/models/PatchedBotCreate.ts +0 -17
  93. package/src/models/PatchedDataSet.ts +0 -26
  94. package/src/models/PatchedDiscordConfig.ts +0 -12
  95. package/src/models/PatchedDiscordUserConfig.ts +0 -15
  96. package/src/models/PatchedSlackConfig.ts +0 -13
  97. package/src/models/PatchedSlackUserConfig.ts +0 -22
  98. package/src/models/PatchedTeamsConfig.ts +0 -12
  99. package/src/models/PatchedTrainingCreate.ts +0 -36
  100. package/src/models/PatchedWebexConfig.ts +0 -15
  101. package/src/models/PatchedWhatsappConfig.ts +0 -16
  102. package/src/models/PatchedWhatsappUserConfig.ts +0 -15
  103. package/src/models/Provider05cEnum.ts +0 -18
  104. package/src/models/Provider63aEnum.ts +0 -10
  105. package/src/models/SlackConfig.ts +0 -13
  106. package/src/models/SlackUserConfig.ts +0 -22
  107. package/src/models/SlackWebhook.ts +0 -11
  108. package/src/models/TeamsConfig.ts +0 -12
  109. package/src/models/TeamsWebhook.ts +0 -22
  110. package/src/models/Training.ts +0 -46
  111. package/src/models/TrainingCreate.ts +0 -36
  112. package/src/models/WebexConfig.ts +0 -15
  113. package/src/models/WebexWebhook.ts +0 -9
  114. package/src/models/WhatAppWebHook.ts +0 -8
  115. package/src/models/WhatsappConfig.ts +0 -16
  116. package/src/models/WhatsappUserConfig.ts +0 -15
  117. package/src/services/AiBotService.ts +0 -1174
  118. package/src/services/AiFinetuningService.ts +0 -402
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/iblai-api",
3
- "version": "3.45.8-ai-plus",
3
+ "version": "3.45.9-ai",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "type": "module",
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: 'https://base.manager.iblai.app',
24
- VERSION: '3.45.8-ai-plus',
24
+ VERSION: '3.45.9-ai',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
package/src/index.ts CHANGED
@@ -49,9 +49,6 @@ export type { BlankPlatformInvitationCreate } from './models/BlankPlatformInvita
49
49
  export type { BlankProgramInvitationCreate } from './models/BlankProgramInvitationCreate';
50
50
  export type { BlockSkillPointInfoRequest } from './models/BlockSkillPointInfoRequest';
51
51
  export type { BlockSkillPointInfoResponse } from './models/BlockSkillPointInfoResponse';
52
- export type { Bot } from './models/Bot';
53
- export type { BotCommand } from './models/BotCommand';
54
- export type { BotCreate } from './models/BotCreate';
55
52
  export type { BulkCourseInvitationCreate } from './models/BulkCourseInvitationCreate';
56
53
  export type { BulkCourseInvitationResponse } from './models/BulkCourseInvitationResponse';
57
54
  export type { BulkCreateAssertion } from './models/BulkCreateAssertion';
@@ -107,7 +104,6 @@ export type { CourseCreationTask } from './models/CourseCreationTask';
107
104
  export type { CourseCreationTaskFile } from './models/CourseCreationTaskFile';
108
105
  export { CourseCreationTaskStatusEnum } from './models/CourseCreationTaskStatusEnum';
109
106
  export type { CourseDeleteResponse } from './models/CourseDeleteResponse';
110
- export type { CourseEligibilityCheckResponse } from './models/CourseEligibilityCheckResponse';
111
107
  export type { CourseEnrollmentSearchResponse } from './models/CourseEnrollmentSearchResponse';
112
108
  export type { CourseGradeDetailBlock } from './models/CourseGradeDetailBlock';
113
109
  export type { CourseGradeDetailSubSection } from './models/CourseGradeDetailSubSection';
@@ -131,6 +127,9 @@ export type { CourseMetadataSearchRequest } from './models/CourseMetadataSearchR
131
127
  export type { CourseMetadataUpdateRequest } from './models/CourseMetadataUpdateRequest';
132
128
  export type { CoursePoint } from './models/CoursePoint';
133
129
  export type { CourseReviewInfoResponse } from './models/CourseReviewInfoResponse';
130
+ export type { CourseReviewPaginatedResponse } from './models/CourseReviewPaginatedResponse';
131
+ export type { CourseReviewRequest } from './models/CourseReviewRequest';
132
+ export type { CourseReviewResponse } from './models/CourseReviewResponse';
134
133
  export type { CourseSkill } from './models/CourseSkill';
135
134
  export type { CourseSkillPointInfoRequest } from './models/CourseSkillPointInfoRequest';
136
135
  export type { CourseSkillPointInfoResponse } from './models/CourseSkillPointInfoResponse';
@@ -141,9 +140,6 @@ export type { Credential } from './models/Credential';
141
140
  export type { CredentialRequest } from './models/CredentialRequest';
142
141
  export type { CrontabSchedule } from './models/CrontabSchedule';
143
142
  export type { CustomInstructionResponse } from './models/CustomInstructionResponse';
144
- export type { DataSet } from './models/DataSet';
145
- export type { DataSetCreate } from './models/DataSetCreate';
146
- export { DataSetStatusEnum } from './models/DataSetStatusEnum';
147
143
  export type { DateRange } from './models/DateRange';
148
144
  export type { DesiredRole } from './models/DesiredRole';
149
145
  export type { DesiredRoleCreateUpdateRequest } from './models/DesiredRoleCreateUpdateRequest';
@@ -152,9 +148,6 @@ export type { DesiredSkillCreateUpdateRequest } from './models/DesiredSkillCreat
152
148
  export type { DetailedGradeSubsection } from './models/DetailedGradeSubsection';
153
149
  export type { DetailedGradeView } from './models/DetailedGradeView';
154
150
  export type { DetailedGradeViewData } from './models/DetailedGradeViewData';
155
- export type { DiscordConfig } from './models/DiscordConfig';
156
- export type { DiscordUserConfig } from './models/DiscordUserConfig';
157
- export type { DiscordWebhook } from './models/DiscordWebhook';
158
151
  export type { Document } from './models/Document';
159
152
  export type { DocumentFacet } from './models/DocumentFacet';
160
153
  export type { DocumentSearchResponse } from './models/DocumentSearchResponse';
@@ -308,7 +301,6 @@ export type { PaginatedCourseLicense } from './models/PaginatedCourseLicense';
308
301
  export type { PaginatedCourseLicenseAssignment } from './models/PaginatedCourseLicenseAssignment';
309
302
  export type { PaginatedCourseLicenseGroupAssignment } from './models/PaginatedCourseLicenseGroupAssignment';
310
303
  export type { PaginatedCourseSuggestion } from './models/PaginatedCourseSuggestion';
311
- export type { PaginatedDataSetList } from './models/PaginatedDataSetList';
312
304
  export type { PaginatedEdxCourseList } from './models/PaginatedEdxCourseList';
313
305
  export type { PaginatedEmailPromptListList } from './models/PaginatedEmailPromptListList';
314
306
  export type { PaginatedHeygenMarketingVideoListList } from './models/PaginatedHeygenMarketingVideoListList';
@@ -331,9 +323,9 @@ export type { PaginatedProgramLicenseAssignment } from './models/PaginatedProgra
331
323
  export type { PaginatedProgramLicenseGroupAssignment } from './models/PaginatedProgramLicenseGroupAssignment';
332
324
  export type { PaginatedProgramSuggestion } from './models/PaginatedProgramSuggestion';
333
325
  export type { PaginatedSectionList } from './models/PaginatedSectionList';
326
+ export type { PaginatedSkill } from './models/PaginatedSkill';
334
327
  export type { PaginatedSubSectionList } from './models/PaginatedSubSectionList';
335
328
  export type { PaginatedTopicStatisticsResponse } from './models/PaginatedTopicStatisticsResponse';
336
- export type { PaginatedTrainingList } from './models/PaginatedTrainingList';
337
329
  export type { PaginatedUnitList } from './models/PaginatedUnitList';
338
330
  export type { PaginatedUserAppList } from './models/PaginatedUserAppList';
339
331
  export type { PaginatedUserEdxMemoryList } from './models/PaginatedUserEdxMemoryList';
@@ -342,14 +334,9 @@ export type { PaginatedUserLicenseAssignment } from './models/PaginatedUserLicen
342
334
  export type { PaginatedUserLicenseGroupAssignment } from './models/PaginatedUserLicenseGroupAssignment';
343
335
  export type { PaginatedVoiceList } from './models/PaginatedVoiceList';
344
336
  export type { Pagination } from './models/Pagination';
345
- export type { PatchedBotCommand } from './models/PatchedBotCommand';
346
- export type { PatchedBotCreate } from './models/PatchedBotCreate';
347
337
  export type { PatchedConversations } from './models/PatchedConversations';
348
338
  export type { PatchedCourseCreationTaskFile } from './models/PatchedCourseCreationTaskFile';
349
339
  export type { PatchedCredentialRequest } from './models/PatchedCredentialRequest';
350
- export type { PatchedDataSet } from './models/PatchedDataSet';
351
- export type { PatchedDiscordConfig } from './models/PatchedDiscordConfig';
352
- export type { PatchedDiscordUserConfig } from './models/PatchedDiscordUserConfig';
353
340
  export type { PatchedLLMCredentialRequest } from './models/PatchedLLMCredentialRequest';
354
341
  export type { PatchedMCPServer } from './models/PatchedMCPServer';
355
342
  export type { PatchedMediaResource } from './models/PatchedMediaResource';
@@ -362,15 +349,8 @@ export type { PatchedPlayWrightScript } from './models/PatchedPlayWrightScript';
362
349
  export type { PatchedPrompt } from './models/PatchedPrompt';
363
350
  export type { PatchedSection } from './models/PatchedSection';
364
351
  export type { PatchedSkillThreshold } from './models/PatchedSkillThreshold';
365
- export type { PatchedSlackConfig } from './models/PatchedSlackConfig';
366
- export type { PatchedSlackUserConfig } from './models/PatchedSlackUserConfig';
367
352
  export type { PatchedSubSection } from './models/PatchedSubSection';
368
- export type { PatchedTeamsConfig } from './models/PatchedTeamsConfig';
369
- export type { PatchedTrainingCreate } from './models/PatchedTrainingCreate';
370
353
  export type { PatchedUnit } from './models/PatchedUnit';
371
- export type { PatchedWebexConfig } from './models/PatchedWebexConfig';
372
- export type { PatchedWhatsappConfig } from './models/PatchedWhatsappConfig';
373
- export type { PatchedWhatsappUserConfig } from './models/PatchedWhatsappUserConfig';
374
354
  export type { Pathway } from './models/Pathway';
375
355
  export type { PathwayCompletionResponse } from './models/PathwayCompletionResponse';
376
356
  export type { PathwayCreateUpdateRequest } from './models/PathwayCreateUpdateRequest';
@@ -446,6 +426,7 @@ export type { ProgramCreateUpdateRequest } from './models/ProgramCreateUpdateReq
446
426
  export type { ProgramDeleteResponse } from './models/ProgramDeleteResponse';
447
427
  export type { ProgramEnrollment } from './models/ProgramEnrollment';
448
428
  export type { ProgramEnrollmentPlus } from './models/ProgramEnrollmentPlus';
429
+ export type { ProgramEnrollmentSearchResponse } from './models/ProgramEnrollmentSearchResponse';
449
430
  export type { ProgramGroupSuggestionCreate } from './models/ProgramGroupSuggestionCreate';
450
431
  export type { ProgramGroupSuggestionDetail } from './models/ProgramGroupSuggestionDetail';
451
432
  export type { ProgramInvitationCreate } from './models/ProgramInvitationCreate';
@@ -458,7 +439,12 @@ export type { ProgramLicenseDetail } from './models/ProgramLicenseDetail';
458
439
  export type { ProgramLicenseGroupAssignmentCreate } from './models/ProgramLicenseGroupAssignmentCreate';
459
440
  export type { ProgramLicenseGroupAssignmentDetail } from './models/ProgramLicenseGroupAssignmentDetail';
460
441
  export type { ProgramLicenseUpdateDetail } from './models/ProgramLicenseUpdateDetail';
442
+ export type { ProgramMetadataRequest } from './models/ProgramMetadataRequest';
443
+ export type { ProgramMetadataResponse } from './models/ProgramMetadataResponse';
444
+ export type { ProgramReview } from './models/ProgramReview';
461
445
  export type { ProgramReviewInfoResponse } from './models/ProgramReviewInfoResponse';
446
+ export type { ProgramReviewPaginatedResponse } from './models/ProgramReviewPaginatedResponse';
447
+ export type { ProgramReviewRequest } from './models/ProgramReviewRequest';
462
448
  export type { ProgramSearch } from './models/ProgramSearch';
463
449
  export type { ProgramSuggestionBulkCreate } from './models/ProgramSuggestionBulkCreate';
464
450
  export type { ProgramSuggestionCreate } from './models/ProgramSuggestionCreate';
@@ -467,8 +453,7 @@ export { ProgramTypeEnum } from './models/ProgramTypeEnum';
467
453
  export type { Prompt } from './models/Prompt';
468
454
  export type { PromptCategory } from './models/PromptCategory';
469
455
  export { PromptVisibilityEnum } from './models/PromptVisibilityEnum';
470
- export { Provider05cEnum } from './models/Provider05cEnum';
471
- export { Provider63aEnum } from './models/Provider63aEnum';
456
+ export { ProviderEnum } from './models/ProviderEnum';
472
457
  export type { QuestionCardTag } from './models/QuestionCardTag';
473
458
  export type { QuestionRequest } from './models/QuestionRequest';
474
459
  export type { QuestionResponse } from './models/QuestionResponse';
@@ -531,9 +516,6 @@ export type { SkillCreateUpdateRequest } from './models/SkillCreateUpdateRequest
531
516
  export type { SkillDetail } from './models/SkillDetail';
532
517
  export type { SkillInfo } from './models/SkillInfo';
533
518
  export type { SkillThreshold } from './models/SkillThreshold';
534
- export type { SlackConfig } from './models/SlackConfig';
535
- export type { SlackUserConfig } from './models/SlackUserConfig';
536
- export type { SlackWebhook } from './models/SlackWebhook';
537
519
  export type { SpacedRepetitionLearningPath } from './models/SpacedRepetitionLearningPath';
538
520
  export type { SpacedRepetitionQuestionStats } from './models/SpacedRepetitionQuestionStats';
539
521
  export type { StarMentor } from './models/StarMentor';
@@ -557,8 +539,6 @@ export type { Summary } from './models/Summary';
557
539
  export type { TagsView } from './models/TagsView';
558
540
  export { TargetSystemEnum } from './models/TargetSystemEnum';
559
541
  export type { TaskView } from './models/TaskView';
560
- export type { TeamsConfig } from './models/TeamsConfig';
561
- export type { TeamsWebhook } from './models/TeamsWebhook';
562
542
  export type { TemplateMentor } from './models/TemplateMentor';
563
543
  export type { TenantLaunchError } from './models/TenantLaunchError';
564
544
  export type { TenantLaunchFailed } from './models/TenantLaunchFailed';
@@ -592,8 +572,6 @@ export type { TrainChatSessionDocumentView } from './models/TrainChatSessionDocu
592
572
  export type { TrainChatSessionDocumentViewRequest } from './models/TrainChatSessionDocumentViewRequest';
593
573
  export type { TrainDocumentViewRequest } from './models/TrainDocumentViewRequest';
594
574
  export type { TrainDocumentViewResponse } from './models/TrainDocumentViewResponse';
595
- export type { Training } from './models/Training';
596
- export type { TrainingCreate } from './models/TrainingCreate';
597
575
  export { TrainingStatusEnum } from './models/TrainingStatusEnum';
598
576
  export { TransportEnum } from './models/TransportEnum';
599
577
  export type { TrendEntry } from './models/TrendEntry';
@@ -663,25 +641,17 @@ export type { VideosSpecificCourse } from './models/VideosSpecificCourse';
663
641
  export type { VideosSpecificCourseData } from './models/VideosSpecificCourseData';
664
642
  export type { VideosWatchedSubSection } from './models/VideosWatchedSubSection';
665
643
  export type { Voice } from './models/Voice';
666
- export { VoiceProviderEnum } from './models/VoiceProviderEnum';
667
644
  export type { WatchedVideosPerCourse } from './models/WatchedVideosPerCourse';
668
645
  export type { WatchedVideosPerCourseData } from './models/WatchedVideosPerCourseData';
669
646
  export type { WatchedVideosPerUser } from './models/WatchedVideosPerUser';
670
647
  export type { WatchedVideosPerUserData } from './models/WatchedVideosPerUserData';
671
- export type { WebexConfig } from './models/WebexConfig';
672
- export type { WebexWebhook } from './models/WebexWebhook';
673
648
  export type { WebResource } from './models/WebResource';
674
649
  export type { WebResourceCard } from './models/WebResourceCard';
675
650
  export type { WebResourcesQuery } from './models/WebResourcesQuery';
676
- export type { WhatAppWebHook } from './models/WhatAppWebHook';
677
- export type { WhatsappConfig } from './models/WhatsappConfig';
678
- export type { WhatsappUserConfig } from './models/WhatsappUserConfig';
679
651
  export type { WhitelistedDomain } from './models/WhitelistedDomain';
680
652
 
681
653
  export { AiAccountService } from './services/AiAccountService';
682
654
  export { AiAnalyticsService } from './services/AiAnalyticsService';
683
- export { AiBotService } from './services/AiBotService';
684
- export { AiFinetuningService } from './services/AiFinetuningService';
685
655
  export { AiIndexService } from './services/AiIndexService';
686
656
  export { AiMarketingService } from './services/AiMarketingService';
687
657
  export { AiMediaService } from './services/AiMediaService';
@@ -3,28 +3,28 @@
3
3
  /* tslint:disable */
4
4
  /* eslint-disable */
5
5
  /**
6
- * Serializer for auto increment information response.
6
+ * Response serializer for CatalogAutoIncrementView GET endpoint.
7
7
  */
8
8
  export type CatalogAutoIncrementResponse = {
9
9
  /**
10
- * Platform key identifier
10
+ * Current course auto-increment number
11
11
  */
12
- platform_key: string;
12
+ course_number: number;
13
13
  /**
14
- * Platform organization identifier
14
+ * Current item auto-increment number
15
15
  */
16
- platform_org: string;
16
+ item_number?: number;
17
17
  /**
18
- * Current course number
18
+ * Current program auto-increment number
19
19
  */
20
- course_number: number;
20
+ program_number?: number;
21
21
  /**
22
- * Current program number
22
+ * Platform organization
23
23
  */
24
- program_number: number;
24
+ org: string;
25
25
  /**
26
- * Current pathway number
26
+ * Platform key
27
27
  */
28
- pathway_number: number;
28
+ key: string;
29
29
  };
30
30
 
@@ -0,0 +1,23 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * Paginated response serializer for CourseReviewQueryView GET endpoint.
7
+ */
8
+ export type CourseReviewPaginatedResponse = {
9
+ /**
10
+ * Total number of reviews
11
+ */
12
+ count: number;
13
+ /**
14
+ * Next page number
15
+ */
16
+ next_page: number | null;
17
+ /**
18
+ * Previous page number
19
+ */
20
+ previous_page: number | null;
21
+ results: Array<Record<string, any>>;
22
+ };
23
+
@@ -0,0 +1,42 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * Request serializer for CourseReviewUpdateView POST endpoint.
7
+ */
8
+ export type CourseReviewRequest = {
9
+ /**
10
+ * The course ID to review
11
+ */
12
+ course_id: string;
13
+ /**
14
+ * The username of the reviewer
15
+ */
16
+ username: string;
17
+ /**
18
+ * The user ID of the reviewer (alternative to username)
19
+ */
20
+ user_id?: number;
21
+ /**
22
+ * The rating value (typically 1-5)
23
+ */
24
+ rating?: number | null;
25
+ /**
26
+ * The review title
27
+ */
28
+ title?: string;
29
+ /**
30
+ * The review content/text
31
+ */
32
+ content?: string;
33
+ /**
34
+ * Whether the review is visible
35
+ */
36
+ visible?: boolean;
37
+ /**
38
+ * Additional review metadata
39
+ */
40
+ metadata?: any;
41
+ };
42
+
@@ -0,0 +1,45 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * Response serializer for CourseReviewQueryView GET endpoint.
7
+ * Matches the actual structure returned by review.to_json()
8
+ */
9
+ export type CourseReviewResponse = {
10
+ /**
11
+ * User ID of the reviewer
12
+ */
13
+ user_id: number;
14
+ course_id?: string;
15
+ /**
16
+ * Username of the reviewer
17
+ */
18
+ username: string;
19
+ /**
20
+ * Review content
21
+ */
22
+ content: string;
23
+ /**
24
+ * Review rating
25
+ */
26
+ rating: number | null;
27
+ /**
28
+ * Review title
29
+ */
30
+ title: string;
31
+ /**
32
+ * Whether review is visible
33
+ */
34
+ visible: boolean;
35
+ /**
36
+ * Review creation date
37
+ */
38
+ created: string;
39
+ /**
40
+ * Review modification date
41
+ */
42
+ modified: string;
43
+ metadata: any;
44
+ };
45
+
@@ -0,0 +1,12 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Skill } from './Skill';
6
+ export type PaginatedSkill = {
7
+ next_page: string;
8
+ previous_page: string;
9
+ readonly results: Array<Skill>;
10
+ readonly count: number;
11
+ };
12
+
@@ -0,0 +1,27 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { ProgramEnrollmentPlus } from './ProgramEnrollmentPlus';
6
+ /**
7
+ * Response serializer for ProgramEnrollmentSearchView GET endpoint.
8
+ */
9
+ export type ProgramEnrollmentSearchResponse = {
10
+ /**
11
+ * List of program enrollments
12
+ */
13
+ results: Array<ProgramEnrollmentPlus>;
14
+ /**
15
+ * Total number of reviews
16
+ */
17
+ count: number;
18
+ /**
19
+ * Next page number
20
+ */
21
+ next_page: number | null;
22
+ /**
23
+ * Previous page number
24
+ */
25
+ previous_page: number | null;
26
+ };
27
+
@@ -0,0 +1,34 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * Request serializer for ProgramMetadataView POST endpoint.
7
+ */
8
+ export type ProgramMetadataRequest = {
9
+ /**
10
+ * The unique identifier for the program
11
+ */
12
+ program_id: string;
13
+ /**
14
+ * The organization associated with the program
15
+ */
16
+ org?: string;
17
+ /**
18
+ * Platform key identifier (alternative to org)
19
+ */
20
+ platform_key?: string;
21
+ /**
22
+ * Program key (alternative to program_id + org)
23
+ */
24
+ program_key?: string;
25
+ /**
26
+ * Metadata to update for the program
27
+ */
28
+ metadata: Record<string, any>;
29
+ /**
30
+ * Whether to update existing metadata
31
+ */
32
+ update?: boolean;
33
+ };
34
+
@@ -0,0 +1,34 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * Response serializer for ProgramMetadataView GET endpoint.
7
+ */
8
+ export type ProgramMetadataResponse = {
9
+ /**
10
+ * Program name
11
+ */
12
+ name?: string | null;
13
+ /**
14
+ * Program description
15
+ */
16
+ description?: string | null;
17
+ /**
18
+ * Whether the program is enabled
19
+ */
20
+ enabled?: boolean | null;
21
+ /**
22
+ * Program slug
23
+ */
24
+ slug?: string | null;
25
+ /**
26
+ * List of associated skills
27
+ */
28
+ skills?: Array<string>;
29
+ /**
30
+ * Platform key
31
+ */
32
+ platform_key?: string | null;
33
+ };
34
+
@@ -0,0 +1,46 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * Serializer for program review data.
7
+ */
8
+ export type ProgramReview = {
9
+ /**
10
+ * The user identifier
11
+ */
12
+ user_id: number;
13
+ /**
14
+ * The username of the reviewer
15
+ */
16
+ username: string;
17
+ /**
18
+ * Review content/text
19
+ */
20
+ content: string;
21
+ /**
22
+ * Rating value (typically 1-5)
23
+ */
24
+ rating: number | null;
25
+ /**
26
+ * Review title
27
+ */
28
+ title: string;
29
+ /**
30
+ * Whether the review is visible
31
+ */
32
+ visible: boolean;
33
+ /**
34
+ * Date when review was created
35
+ */
36
+ created: string | null;
37
+ /**
38
+ * Date when review was last modified
39
+ */
40
+ modified: string | null;
41
+ /**
42
+ * The program key identifier
43
+ */
44
+ program_key: string;
45
+ };
46
+
@@ -0,0 +1,27 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { ProgramReview } from './ProgramReview';
6
+ /**
7
+ * Paginated response serializer for ProgramReviewQueryView GET endpoint.
8
+ */
9
+ export type ProgramReviewPaginatedResponse = {
10
+ /**
11
+ * Total number of reviews
12
+ */
13
+ count: number;
14
+ /**
15
+ * Next page number
16
+ */
17
+ next_page: number | null;
18
+ /**
19
+ * Previous page number
20
+ */
21
+ previous_page: number | null;
22
+ /**
23
+ * List of program reviews
24
+ */
25
+ results: Array<ProgramReview>;
26
+ };
27
+
@@ -0,0 +1,42 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * Request serializer for ProgramReviewUpdateView POST endpoint.
7
+ */
8
+ export type ProgramReviewRequest = {
9
+ /**
10
+ * The program key to review (format: program-v1:org+program_id)
11
+ */
12
+ program_key: string;
13
+ /**
14
+ * The username of the reviewer
15
+ */
16
+ username: string;
17
+ /**
18
+ * The user ID of the reviewer (alternative to username)
19
+ */
20
+ user_id?: number;
21
+ /**
22
+ * The rating value (typically 1-5)
23
+ */
24
+ rating?: number | null;
25
+ /**
26
+ * The review title
27
+ */
28
+ title?: string;
29
+ /**
30
+ * The review content/text
31
+ */
32
+ content?: string;
33
+ /**
34
+ * Whether the review is visible
35
+ */
36
+ visible?: boolean;
37
+ /**
38
+ * Additional review metadata
39
+ */
40
+ metadata?: any;
41
+ };
42
+
@@ -7,7 +7,7 @@
7
7
  * * `google` - Google
8
8
  * * `elevenlabs` - Elevenlabs
9
9
  */
10
- export enum VoiceProviderEnum {
10
+ export enum ProviderEnum {
11
11
  OPENAI = 'openai',
12
12
  GOOGLE = 'google',
13
13
  ELEVENLABS = 'elevenlabs',
@@ -2,11 +2,11 @@
2
2
  /* istanbul ignore file */
3
3
  /* tslint:disable */
4
4
  /* eslint-disable */
5
- import type { VoiceProviderEnum } from './VoiceProviderEnum';
5
+ import type { ProviderEnum } from './ProviderEnum';
6
6
  export type Voice = {
7
7
  readonly id: number;
8
8
  name: string;
9
- provider: VoiceProviderEnum;
9
+ provider: ProviderEnum;
10
10
  language?: string;
11
11
  description?: string;
12
12
  readonly audio_url: string;