@iblai/iblai-api 3.40.0-ai-plus → 3.40.1-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.
- package/dist/index.cjs.js +13504 -14326
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +13504 -14325
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +13504 -14326
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +2 -40
- package/dist/types/models/{VoiceProviderEnum.d.ts → ProviderEnum.d.ts} +1 -1
- package/dist/types/models/Voice.d.ts +2 -2
- package/dist/types/services/OrgsService.d.ts +262 -0
- package/package.json +1 -1
- package/src/core/OpenAPI.ts +1 -1
- package/src/index.ts +2 -40
- package/src/models/{VoiceProviderEnum.ts → ProviderEnum.ts} +1 -1
- package/src/models/Voice.ts +2 -2
- package/src/services/OrgsService.ts +596 -0
- package/dist/types/models/Bot.d.ts +0 -15
- package/dist/types/models/BotCommand.d.ts +0 -6
- package/dist/types/models/BotCreate.d.ts +0 -12
- package/dist/types/models/DataSet.d.ts +0 -21
- package/dist/types/models/DataSetCreate.d.ts +0 -12
- package/dist/types/models/DataSetStatusEnum.d.ts +0 -12
- package/dist/types/models/DiscordConfig.d.ts +0 -7
- package/dist/types/models/DiscordUserConfig.d.ts +0 -10
- package/dist/types/models/DiscordWebhook.d.ts +0 -6
- package/dist/types/models/PaginatedDataSetList.d.ts +0 -7
- package/dist/types/models/PaginatedTrainingList.d.ts +0 -7
- package/dist/types/models/PatchedBotCommand.d.ts +0 -6
- package/dist/types/models/PatchedBotCreate.d.ts +0 -12
- package/dist/types/models/PatchedDataSet.d.ts +0 -21
- package/dist/types/models/PatchedDiscordConfig.d.ts +0 -7
- package/dist/types/models/PatchedDiscordUserConfig.d.ts +0 -10
- package/dist/types/models/PatchedSlackConfig.d.ts +0 -8
- package/dist/types/models/PatchedSlackUserConfig.d.ts +0 -17
- package/dist/types/models/PatchedTeamsConfig.d.ts +0 -7
- package/dist/types/models/PatchedTrainingCreate.d.ts +0 -31
- package/dist/types/models/PatchedWebexConfig.d.ts +0 -10
- package/dist/types/models/PatchedWhatsappConfig.d.ts +0 -11
- package/dist/types/models/PatchedWhatsappUserConfig.d.ts +0 -10
- package/dist/types/models/Provider05cEnum.d.ts +0 -14
- package/dist/types/models/Provider63aEnum.d.ts +0 -6
- package/dist/types/models/SlackConfig.d.ts +0 -8
- package/dist/types/models/SlackUserConfig.d.ts +0 -17
- package/dist/types/models/SlackWebhook.d.ts +0 -6
- package/dist/types/models/TeamsConfig.d.ts +0 -7
- package/dist/types/models/TeamsWebhook.d.ts +0 -17
- package/dist/types/models/Training.d.ts +0 -41
- package/dist/types/models/TrainingCreate.d.ts +0 -31
- package/dist/types/models/WebexConfig.d.ts +0 -10
- package/dist/types/models/WebexWebhook.d.ts +0 -4
- package/dist/types/models/WhatAppWebHook.d.ts +0 -3
- package/dist/types/models/WhatsappConfig.d.ts +0 -11
- package/dist/types/models/WhatsappUserConfig.d.ts +0 -10
- package/dist/types/services/AiBotService.d.ts +0 -486
- package/dist/types/services/AiFinetuningService.d.ts +0 -162
- package/src/models/Bot.ts +0 -20
- package/src/models/BotCommand.ts +0 -11
- package/src/models/BotCreate.ts +0 -17
- package/src/models/DataSet.ts +0 -26
- package/src/models/DataSetCreate.ts +0 -17
- package/src/models/DataSetStatusEnum.ts +0 -16
- package/src/models/DiscordConfig.ts +0 -12
- package/src/models/DiscordUserConfig.ts +0 -15
- package/src/models/DiscordWebhook.ts +0 -11
- package/src/models/PaginatedDataSetList.ts +0 -12
- package/src/models/PaginatedTrainingList.ts +0 -12
- package/src/models/PatchedBotCommand.ts +0 -11
- package/src/models/PatchedBotCreate.ts +0 -17
- package/src/models/PatchedDataSet.ts +0 -26
- package/src/models/PatchedDiscordConfig.ts +0 -12
- package/src/models/PatchedDiscordUserConfig.ts +0 -15
- package/src/models/PatchedSlackConfig.ts +0 -13
- package/src/models/PatchedSlackUserConfig.ts +0 -22
- package/src/models/PatchedTeamsConfig.ts +0 -12
- package/src/models/PatchedTrainingCreate.ts +0 -36
- package/src/models/PatchedWebexConfig.ts +0 -15
- package/src/models/PatchedWhatsappConfig.ts +0 -16
- package/src/models/PatchedWhatsappUserConfig.ts +0 -15
- package/src/models/Provider05cEnum.ts +0 -18
- package/src/models/Provider63aEnum.ts +0 -10
- package/src/models/SlackConfig.ts +0 -13
- package/src/models/SlackUserConfig.ts +0 -22
- package/src/models/SlackWebhook.ts +0 -11
- package/src/models/TeamsConfig.ts +0 -12
- package/src/models/TeamsWebhook.ts +0 -22
- package/src/models/Training.ts +0 -46
- package/src/models/TrainingCreate.ts +0 -36
- package/src/models/WebexConfig.ts +0 -15
- package/src/models/WebexWebhook.ts +0 -9
- package/src/models/WhatAppWebHook.ts +0 -8
- package/src/models/WhatsappConfig.ts +0 -16
- package/src/models/WhatsappUserConfig.ts +0 -15
- package/src/services/AiBotService.ts +0 -1174
- package/src/services/AiFinetuningService.ts +0 -402
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';
|
|
@@ -141,9 +138,6 @@ export type { Credential } from './models/Credential';
|
|
|
141
138
|
export type { CredentialRequest } from './models/CredentialRequest';
|
|
142
139
|
export type { CrontabSchedule } from './models/CrontabSchedule';
|
|
143
140
|
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
141
|
export type { DateRange } from './models/DateRange';
|
|
148
142
|
export type { DesiredRole } from './models/DesiredRole';
|
|
149
143
|
export type { DesiredRoleCreateUpdateRequest } from './models/DesiredRoleCreateUpdateRequest';
|
|
@@ -152,9 +146,6 @@ export type { DesiredSkillCreateUpdateRequest } from './models/DesiredSkillCreat
|
|
|
152
146
|
export type { DetailedGradeSubsection } from './models/DetailedGradeSubsection';
|
|
153
147
|
export type { DetailedGradeView } from './models/DetailedGradeView';
|
|
154
148
|
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
149
|
export type { Document } from './models/Document';
|
|
159
150
|
export type { DocumentFacet } from './models/DocumentFacet';
|
|
160
151
|
export type { DocumentSearchResponse } from './models/DocumentSearchResponse';
|
|
@@ -304,7 +295,6 @@ export type { PaginatedCourseLicense } from './models/PaginatedCourseLicense';
|
|
|
304
295
|
export type { PaginatedCourseLicenseAssignment } from './models/PaginatedCourseLicenseAssignment';
|
|
305
296
|
export type { PaginatedCourseLicenseGroupAssignment } from './models/PaginatedCourseLicenseGroupAssignment';
|
|
306
297
|
export type { PaginatedCourseSuggestion } from './models/PaginatedCourseSuggestion';
|
|
307
|
-
export type { PaginatedDataSetList } from './models/PaginatedDataSetList';
|
|
308
298
|
export type { PaginatedEdxCourseList } from './models/PaginatedEdxCourseList';
|
|
309
299
|
export type { PaginatedEmailPromptListList } from './models/PaginatedEmailPromptListList';
|
|
310
300
|
export type { PaginatedHeygenMarketingVideoListList } from './models/PaginatedHeygenMarketingVideoListList';
|
|
@@ -328,7 +318,6 @@ export type { PaginatedProgramSuggestion } from './models/PaginatedProgramSugges
|
|
|
328
318
|
export type { PaginatedSectionList } from './models/PaginatedSectionList';
|
|
329
319
|
export type { PaginatedSubSectionList } from './models/PaginatedSubSectionList';
|
|
330
320
|
export type { PaginatedTopicStatisticsResponse } from './models/PaginatedTopicStatisticsResponse';
|
|
331
|
-
export type { PaginatedTrainingList } from './models/PaginatedTrainingList';
|
|
332
321
|
export type { PaginatedUnitList } from './models/PaginatedUnitList';
|
|
333
322
|
export type { PaginatedUserAppList } from './models/PaginatedUserAppList';
|
|
334
323
|
export type { PaginatedUserEdxMemoryList } from './models/PaginatedUserEdxMemoryList';
|
|
@@ -337,14 +326,9 @@ export type { PaginatedUserLicenseAssignment } from './models/PaginatedUserLicen
|
|
|
337
326
|
export type { PaginatedUserLicenseGroupAssignment } from './models/PaginatedUserLicenseGroupAssignment';
|
|
338
327
|
export type { PaginatedVoiceList } from './models/PaginatedVoiceList';
|
|
339
328
|
export type { Pagination } from './models/Pagination';
|
|
340
|
-
export type { PatchedBotCommand } from './models/PatchedBotCommand';
|
|
341
|
-
export type { PatchedBotCreate } from './models/PatchedBotCreate';
|
|
342
329
|
export type { PatchedConversations } from './models/PatchedConversations';
|
|
343
330
|
export type { PatchedCourseCreationTaskFile } from './models/PatchedCourseCreationTaskFile';
|
|
344
331
|
export type { PatchedCredentialRequest } from './models/PatchedCredentialRequest';
|
|
345
|
-
export type { PatchedDataSet } from './models/PatchedDataSet';
|
|
346
|
-
export type { PatchedDiscordConfig } from './models/PatchedDiscordConfig';
|
|
347
|
-
export type { PatchedDiscordUserConfig } from './models/PatchedDiscordUserConfig';
|
|
348
332
|
export type { PatchedLLMCredentialRequest } from './models/PatchedLLMCredentialRequest';
|
|
349
333
|
export type { PatchedMCPServer } from './models/PatchedMCPServer';
|
|
350
334
|
export type { PatchedMediaResource } from './models/PatchedMediaResource';
|
|
@@ -357,15 +341,8 @@ export type { PatchedPlayWrightScript } from './models/PatchedPlayWrightScript';
|
|
|
357
341
|
export type { PatchedPrompt } from './models/PatchedPrompt';
|
|
358
342
|
export type { PatchedSection } from './models/PatchedSection';
|
|
359
343
|
export type { PatchedSkillThreshold } from './models/PatchedSkillThreshold';
|
|
360
|
-
export type { PatchedSlackConfig } from './models/PatchedSlackConfig';
|
|
361
|
-
export type { PatchedSlackUserConfig } from './models/PatchedSlackUserConfig';
|
|
362
344
|
export type { PatchedSubSection } from './models/PatchedSubSection';
|
|
363
|
-
export type { PatchedTeamsConfig } from './models/PatchedTeamsConfig';
|
|
364
|
-
export type { PatchedTrainingCreate } from './models/PatchedTrainingCreate';
|
|
365
345
|
export type { PatchedUnit } from './models/PatchedUnit';
|
|
366
|
-
export type { PatchedWebexConfig } from './models/PatchedWebexConfig';
|
|
367
|
-
export type { PatchedWhatsappConfig } from './models/PatchedWhatsappConfig';
|
|
368
|
-
export type { PatchedWhatsappUserConfig } from './models/PatchedWhatsappUserConfig';
|
|
369
346
|
export type { Pathway } from './models/Pathway';
|
|
370
347
|
export type { PathwayCompletionResponse } from './models/PathwayCompletionResponse';
|
|
371
348
|
export type { PathwayCreateUpdateRequest } from './models/PathwayCreateUpdateRequest';
|
|
@@ -462,8 +439,7 @@ export { ProgramTypeEnum } from './models/ProgramTypeEnum';
|
|
|
462
439
|
export type { Prompt } from './models/Prompt';
|
|
463
440
|
export type { PromptCategory } from './models/PromptCategory';
|
|
464
441
|
export { PromptVisibilityEnum } from './models/PromptVisibilityEnum';
|
|
465
|
-
export {
|
|
466
|
-
export { Provider63aEnum } from './models/Provider63aEnum';
|
|
442
|
+
export { ProviderEnum } from './models/ProviderEnum';
|
|
467
443
|
export type { QuestionCardTag } from './models/QuestionCardTag';
|
|
468
444
|
export type { QuestionRequest } from './models/QuestionRequest';
|
|
469
445
|
export type { QuestionResponse } from './models/QuestionResponse';
|
|
@@ -526,9 +502,6 @@ export type { SkillCreateUpdateRequest } from './models/SkillCreateUpdateRequest
|
|
|
526
502
|
export type { SkillDetail } from './models/SkillDetail';
|
|
527
503
|
export type { SkillInfo } from './models/SkillInfo';
|
|
528
504
|
export type { SkillThreshold } from './models/SkillThreshold';
|
|
529
|
-
export type { SlackConfig } from './models/SlackConfig';
|
|
530
|
-
export type { SlackUserConfig } from './models/SlackUserConfig';
|
|
531
|
-
export type { SlackWebhook } from './models/SlackWebhook';
|
|
532
505
|
export type { SpacedRepetitionLearningPath } from './models/SpacedRepetitionLearningPath';
|
|
533
506
|
export type { SpacedRepetitionQuestionStats } from './models/SpacedRepetitionQuestionStats';
|
|
534
507
|
export type { StarMentor } from './models/StarMentor';
|
|
@@ -552,8 +525,6 @@ export type { Summary } from './models/Summary';
|
|
|
552
525
|
export type { TagsView } from './models/TagsView';
|
|
553
526
|
export { TargetSystemEnum } from './models/TargetSystemEnum';
|
|
554
527
|
export type { TaskView } from './models/TaskView';
|
|
555
|
-
export type { TeamsConfig } from './models/TeamsConfig';
|
|
556
|
-
export type { TeamsWebhook } from './models/TeamsWebhook';
|
|
557
528
|
export type { TemplateMentor } from './models/TemplateMentor';
|
|
558
529
|
export type { TenantLaunchError } from './models/TenantLaunchError';
|
|
559
530
|
export type { TenantLaunchFailed } from './models/TenantLaunchFailed';
|
|
@@ -587,8 +558,6 @@ export type { TrainChatSessionDocumentView } from './models/TrainChatSessionDocu
|
|
|
587
558
|
export type { TrainChatSessionDocumentViewRequest } from './models/TrainChatSessionDocumentViewRequest';
|
|
588
559
|
export type { TrainDocumentViewRequest } from './models/TrainDocumentViewRequest';
|
|
589
560
|
export type { TrainDocumentViewResponse } from './models/TrainDocumentViewResponse';
|
|
590
|
-
export type { Training } from './models/Training';
|
|
591
|
-
export type { TrainingCreate } from './models/TrainingCreate';
|
|
592
561
|
export { TrainingStatusEnum } from './models/TrainingStatusEnum';
|
|
593
562
|
export { TransportEnum } from './models/TransportEnum';
|
|
594
563
|
export type { TrendEntry } from './models/TrendEntry';
|
|
@@ -657,25 +626,17 @@ export type { VideosSpecificCourse } from './models/VideosSpecificCourse';
|
|
|
657
626
|
export type { VideosSpecificCourseData } from './models/VideosSpecificCourseData';
|
|
658
627
|
export type { VideosWatchedSubSection } from './models/VideosWatchedSubSection';
|
|
659
628
|
export type { Voice } from './models/Voice';
|
|
660
|
-
export { VoiceProviderEnum } from './models/VoiceProviderEnum';
|
|
661
629
|
export type { WatchedVideosPerCourse } from './models/WatchedVideosPerCourse';
|
|
662
630
|
export type { WatchedVideosPerCourseData } from './models/WatchedVideosPerCourseData';
|
|
663
631
|
export type { WatchedVideosPerUser } from './models/WatchedVideosPerUser';
|
|
664
632
|
export type { WatchedVideosPerUserData } from './models/WatchedVideosPerUserData';
|
|
665
|
-
export type { WebexConfig } from './models/WebexConfig';
|
|
666
|
-
export type { WebexWebhook } from './models/WebexWebhook';
|
|
667
633
|
export type { WebResource } from './models/WebResource';
|
|
668
634
|
export type { WebResourceCard } from './models/WebResourceCard';
|
|
669
635
|
export type { WebResourcesQuery } from './models/WebResourcesQuery';
|
|
670
|
-
export type { WhatAppWebHook } from './models/WhatAppWebHook';
|
|
671
|
-
export type { WhatsappConfig } from './models/WhatsappConfig';
|
|
672
|
-
export type { WhatsappUserConfig } from './models/WhatsappUserConfig';
|
|
673
636
|
export type { WhitelistedDomain } from './models/WhitelistedDomain';
|
|
674
637
|
|
|
675
638
|
export { AiAccountService } from './services/AiAccountService';
|
|
676
639
|
export { AiAnalyticsService } from './services/AiAnalyticsService';
|
|
677
|
-
export { AiBotService } from './services/AiBotService';
|
|
678
|
-
export { AiFinetuningService } from './services/AiFinetuningService';
|
|
679
640
|
export { AiIndexService } from './services/AiIndexService';
|
|
680
641
|
export { AiMarketingService } from './services/AiMarketingService';
|
|
681
642
|
export { AiMediaService } from './services/AiMediaService';
|
|
@@ -694,6 +655,7 @@ export { FinanceService } from './services/FinanceService';
|
|
|
694
655
|
export { MediaResourcesService } from './services/MediaResourcesService';
|
|
695
656
|
export { NotificationService } from './services/NotificationService';
|
|
696
657
|
export { NotificationBuilderService } from './services/NotificationBuilderService';
|
|
658
|
+
export { OrgsService } from './services/OrgsService';
|
|
697
659
|
export { OverviewService } from './services/OverviewService';
|
|
698
660
|
export { PerformanceService } from './services/PerformanceService';
|
|
699
661
|
export { PerlearnerService } from './services/PerlearnerService';
|
package/src/models/Voice.ts
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/* eslint-disable */
|
|
5
|
-
import type {
|
|
5
|
+
import type { ProviderEnum } from './ProviderEnum';
|
|
6
6
|
export type Voice = {
|
|
7
7
|
readonly id: number;
|
|
8
8
|
name: string;
|
|
9
|
-
provider:
|
|
9
|
+
provider: ProviderEnum;
|
|
10
10
|
language?: string;
|
|
11
11
|
description?: string;
|
|
12
12
|
readonly audio_url: string;
|