@webitel/api-services 0.0.38 → 0.0.41
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/package.json +1 -1
- package/src/api/clients/contactGroups/contactGroups.ts +1 -1
- package/src/api/clients/index.ts +1 -0
- package/src/api/clients/wtTypes/adjunctTypes/adjunctTypes.ts +162 -0
- package/src/api/clients/wtTypes/index.ts +1 -0
- package/src/gen/_docs/html/assets/navigation.js +1 -1
- package/src/gen/_docs/html/assets/search.js +1 -1
- package/src/gen/_docs/html/index.html +1 -1
- package/src/gen/_docs/html/interfaces/_models_engineHistoryCall.EngineHistoryCall.html +4 -2
- package/src/gen/_docs/html/interfaces/_models_engineHistoryCallCallForm.EngineHistoryCallCallForm.html +3 -0
- package/src/gen/_docs/html/modules/_models.html +1 -1
- package/src/gen/_docs/html/modules/_models_engineHistoryCallCallForm.html +1 -0
- package/src/gen/_docs/html/modules/index.html +1 -1
- package/src/gen/_docs/html/variables/call-service_call-service.zod.gen.patchHistoryCallResponse.html +1 -1
- package/src/gen/_docs/html/variables/call-service_call-service.zod.gen.searchHistoryCallPostResponse.html +1 -1
- package/src/gen/_docs/html/variables/call-service_call-service.zod.gen.searchHistoryCallResponse.html +1 -1
- package/src/gen/_models/engineHistoryCall.ts +3 -0
- package/src/gen/_models/engineHistoryCallCallForm.ts +12 -0
- package/src/gen/_models/index.ts +1 -0
- package/src/gen/call-service/call-service.msw.api.gen.ts +87 -0
- package/src/gen/call-service/call-service.zod.gen.ts +42 -0
- package/src/utils/gen/index.ts +2 -2
- package/types/api/clients/index.d.ts +1 -0
- package/types/api/clients/wtTypes/adjunctTypes/adjunctTypes.d.ts +21 -0
- package/types/api/clients/wtTypes/index.d.ts +1 -0
- package/types/gen/_models/agentAbsenceServiceUpdateAgentAbsenceBodyItem.d.ts +1 -1
- package/types/gen/_models/agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody.d.ts +2 -2
- package/types/gen/_models/apiAccessStoreToggleDefaultAccessBody.d.ts +1 -1
- package/types/gen/_models/apiCustomer.d.ts +2 -2
- package/types/gen/_models/apiDevice.d.ts +1 -1
- package/types/gen/_models/apiLDAPCatalog.d.ts +4 -4
- package/types/gen/_models/apiLDAPUpdateLDAPCatalogBodyCatalog.d.ts +4 -4
- package/types/gen/_models/apiLDAProcess.d.ts +2 -2
- package/types/gen/_models/apiLicenseV1.d.ts +1 -1
- package/types/gen/_models/apiRole.d.ts +3 -3
- package/types/gen/_models/apiRolesUpdateRoleBodyRole.d.ts +3 -3
- package/types/gen/_models/apiUser.d.ts +1 -1
- package/types/gen/_models/apiUsersUpdateUserBodyUser.d.ts +1 -1
- package/types/gen/_models/contactsUpdateContactBody.d.ts +1 -1
- package/types/gen/_models/engineActiveCall.d.ts +2 -2
- package/types/gen/_models/engineAgent.d.ts +3 -1
- package/types/gen/_models/engineAgentInQueueStatistics.d.ts +1 -1
- package/types/gen/_models/engineAgentServicePatchAgentBody.d.ts +1 -0
- package/types/gen/_models/engineAgentServiceUpdateAgentBody.d.ts +1 -0
- package/types/gen/_models/engineAgentStatsStatistic.d.ts +1 -0
- package/types/gen/_models/engineAgentStatusStatisticItem.d.ts +1 -0
- package/types/gen/_models/engineAgentTeam.d.ts +1 -0
- package/types/gen/_models/engineAgentTeamServiceUpdateAgentTeamBody.d.ts +1 -0
- package/types/gen/_models/engineAggregateHistoryCallRequest.d.ts +1 -1
- package/types/gen/_models/engineAttempt.d.ts +1 -1
- package/types/gen/_models/engineAttemptHistory.d.ts +1 -1
- package/types/gen/_models/engineAuditFormServicePatchAuditFormBody.d.ts +1 -1
- package/types/gen/_models/engineAuditFormServiceUpdateAuditFormBody.d.ts +1 -1
- package/types/gen/_models/engineAuditRate.d.ts +2 -2
- package/types/gen/_models/engineCreateAgentRequest.d.ts +1 -0
- package/types/gen/_models/engineCreateAgentTeamRequest.d.ts +1 -0
- package/types/gen/_models/engineCreateAuditFormRequest.d.ts +1 -1
- package/types/gen/_models/engineCreateCallRequest.d.ts +1 -1
- package/types/gen/_models/engineCreateMemberBulkItem.d.ts +1 -1
- package/types/gen/_models/engineCreateOutboundResourceRequest.d.ts +2 -2
- package/types/gen/_models/engineCreateQueueRequest.d.ts +2 -2
- package/types/gen/_models/engineCreateRoutingSchemaRequest.d.ts +1 -1
- package/types/gen/_models/engineCreateTriggerRequest.d.ts +2 -2
- package/types/gen/_models/engineDeleteAllMembersRequest.d.ts +1 -1
- package/types/gen/_models/engineHistoryCall.d.ts +9 -6
- package/types/gen/_models/engineHistoryCallCallForm.d.ts +11 -0
- package/types/gen/_models/engineListReportGeneral.d.ts +1 -1
- package/types/gen/_models/engineOutboundResource.d.ts +1 -1
- package/types/gen/_models/engineOutboundResourceServicePatchOutboundResourceBody.d.ts +1 -1
- package/types/gen/_models/engineOutboundResourceServiceUpdateOutboundResourceBody.d.ts +1 -1
- package/types/gen/_models/engineQuestion.d.ts +1 -1
- package/types/gen/_models/engineQueue.d.ts +2 -2
- package/types/gen/_models/engineQueueReportGeneral.d.ts +1 -1
- package/types/gen/_models/engineQueueServicePatchQueueBody.d.ts +2 -2
- package/types/gen/_models/engineQueueServiceUpdateQueueBody.d.ts +2 -2
- package/types/gen/_models/engineRoutingSchema.d.ts +2 -2
- package/types/gen/_models/engineRoutingSchemaServicePatchRoutingSchemaBody.d.ts +1 -1
- package/types/gen/_models/engineRoutingSchemaServiceUpdateRoutingSchemaBody.d.ts +1 -1
- package/types/gen/_models/engineSystemSettingName.d.ts +4 -0
- package/types/gen/_models/engineTeamHook.d.ts +1 -1
- package/types/gen/_models/engineTeamHookServiceCreateTeamHookBody.d.ts +1 -1
- package/types/gen/_models/engineTeamHookServicePatchTeamHookBody.d.ts +1 -1
- package/types/gen/_models/engineTeamHookServiceUpdateTeamHookBody.d.ts +1 -1
- package/types/gen/_models/engineTrigger.d.ts +1 -1
- package/types/gen/_models/engineTriggerJob.d.ts +1 -1
- package/types/gen/_models/engineTriggerServicePatchTriggerBody.d.ts +1 -1
- package/types/gen/_models/engineTriggerServiceUpdateTriggerBody.d.ts +1 -1
- package/types/gen/_models/googleRpcStatus.d.ts +12 -0
- package/types/gen/_models/pauseTemplateServiceUpdatePauseTemplateBodyItem.d.ts +1 -1
- package/types/gen/_models/searchSystemSettingNameItem.d.ts +4 -0
- package/types/gen/_models/storageCreateImportTemplateRequest.d.ts +1 -1
- package/types/gen/_models/storageFile.d.ts +2 -2
- package/types/gen/_models/storageFilePolicy.d.ts +1 -1
- package/types/gen/_models/storageImportTemplate.d.ts +2 -2
- package/types/gen/_models/storageSafeUploadFileResponseMetadata.d.ts +1 -1
- package/types/gen/_models/storageUpdateCognitiveProfileRequest.d.ts +2 -2
- package/types/gen/_models/storageUpdateImportTemplateRequest.d.ts +1 -1
- package/types/gen/_models/storageUploadFileResponse.d.ts +1 -1
- package/types/gen/_models/storageUploadFileUrlResponse.d.ts +1 -1
- package/types/gen/_models/storageUploadP2PVideoResponse.d.ts +1 -0
- package/types/gen/_models/usersUpdateUser2Body.d.ts +1 -1
- package/types/gen/_models/usersUpdateUserBody.d.ts +1 -1
- package/types/gen/_models/usersUpdateUserUserBody.d.ts +1 -1
- package/types/gen/_models/webitelCasesCallEvent.d.ts +1 -1
- package/types/gen/_models/webitelCasesCase.d.ts +3 -2
- package/types/gen/_models/webitelCasesChatEvent.d.ts +1 -1
- package/types/gen/_models/webitelCasesEmailEvent.d.ts +1 -1
- package/types/gen/_models/webitelCasesFile.d.ts +3 -3
- package/types/gen/_models/webitelCasesInputCreateService.d.ts +1 -1
- package/types/gen/_models/webitelCasesInputService.d.ts +1 -1
- package/types/gen/_models/webitelCasesInputSource.d.ts +0 -1
- package/types/gen/_models/webitelCasesService.d.ts +1 -1
- package/types/gen/_models/webitelCasesSource.d.ts +5 -6
- package/types/gen/_models/webitelCasesStatus.d.ts +16 -0
- package/types/gen/_models/webitelChatAgentChat.d.ts +1 -1
- package/types/gen/_models/webitelChatBroadcastMessageRequest.d.ts +1 -1
- package/types/gen/_models/webitelChatChatMessage.d.ts +2 -2
- package/types/gen/_models/webitelChatContactChat.d.ts +1 -1
- package/types/gen/_models/webitelChatDialog.d.ts +1 -1
- package/types/gen/_models/webitelChatGetContactChatHistoryResponse.d.ts +2 -2
- package/types/gen/_models/webitelContactsComment.d.ts +1 -1
- package/types/gen/_models/webitelContactsIMClient.d.ts +2 -0
- package/types/gen/_models/webitelProtoDataStruct.d.ts +1 -1
- package/types/gen/_models/wfmAbsence.d.ts +1 -1
- package/types/gen/_models/wfmAgentScheduleShift.d.ts +2 -2
- package/types/gen/_models/wfmAgentWorkingSchedule.d.ts +1 -1
- package/types/gen/_models/wfmPauseTemplate.d.ts +1 -1
- package/types/gen/_models/wfmSearchAgentsWorkingScheduleResponse.d.ts +1 -1
- package/types/gen/agent-chat-service/agent-chat-service.zod.gen.d.ts +1 -1
- package/types/gen/agent-service/agent-service.zod.gen.d.ts +17 -0
- package/types/gen/agent-team-service/agent-team-service.zod.gen.d.ts +7 -0
- package/types/gen/articles/articles.api.gen.d.ts +1 -1
- package/types/gen/call-service/call-service.zod.gen.d.ts +30 -6
- package/types/gen/cases-chat-catalog/cases-chat-catalog.zod.gen.d.ts +1 -1
- package/types/gen/catalog/catalog.zod.gen.d.ts +3 -3
- package/types/gen/config-service/config-service.zod.gen.d.ts +2 -2
- package/types/gen/contacts/contacts.zod.gen.d.ts +7 -2
- package/types/gen/contacts-chat-catalog/contacts-chat-catalog.zod.gen.d.ts +2 -2
- package/types/gen/dictionaries/dictionaries.zod.gen.d.ts +22 -22
- package/types/gen/extensions/extensions.zod.gen.d.ts +16 -16
- package/types/gen/file-service/file-service.api.gen.d.ts +5 -1
- package/types/gen/file-service/file-service.msw.api.gen.d.ts +5 -1
- package/types/gen/file-service/file-service.zod.gen.d.ts +18 -0
- package/types/gen/groups/groups.zod.gen.d.ts +2 -0
- package/types/gen/imclients/imclients.zod.gen.d.ts +1 -0
- package/types/gen/ldap/ldap.api.gen.d.ts +1 -1
- package/types/gen/ldap/ldap.msw.api.gen.d.ts +1 -1
- package/types/gen/logger-service/logger-service.zod.gen.d.ts +5 -5
- package/types/gen/system-setting-service/system-setting-service.zod.gen.d.ts +32 -0
- package/types/gen/timeline/timeline.zod.gen.d.ts +2 -2
- package/types/gen/trigger-service/trigger-service.zod.gen.d.ts +15 -15
- package/types/gen/types/types.zod.gen.d.ts +4 -4
- package/types/gen/user-helper-service/user-helper-service.api.gen.d.ts +3 -1
- package/types/gen/user-helper-service/user-helper-service.msw.api.gen.d.ts +3 -1
- package/types/gen/user-helper-service/user-helper-service.zod.gen.d.ts +24 -0
- package/types/utils/gen/index.d.ts +12 -6
- package/src/gen/_docs/.nojekyll +0 -1
- package/types/api/clients/roles/roles.d.ts +0 -31
- package/types/defaults/index.d.ts +0 -2
- package/types/gen/_models/casesCaseCustom.d.ts +0 -12
- package/types/gen/_models/casesInputCaseCustom.d.ts +0 -12
- package/types/gen/_models/casesInputCreateCaseCustom.d.ts +0 -12
- package/types/gen/_models/configServicePatchConfigBody.d.ts +0 -15
- package/types/gen/_models/configServiceUpdateConfigBody.d.ts +0 -14
- package/types/gen/_models/groupsAddContactsToGroupParams.d.ts +0 -12
- package/types/gen/_models/loggerDeleteConfigBulkRequest.d.ts +0 -9
- package/types/gen/_models/loggerDeleteConfigLogsRequest.d.ts +0 -10
- package/types/gen/_models/loggerDeleteConfigLogsResponse.d.ts +0 -9
- package/types/gen/_models/protobufNullValue.d.ts +0 -18
- package/types/gen/_models/readSystemObjectsParams.d.ts +0 -9
- package/types/gen/_models/searchConfigObjectItem.d.ts +0 -25
- package/types/gen/_models/searchConfigParams.d.ts +0 -18
- package/types/gen/_models/searchLogByConfigIdActionItem.d.ts +0 -14
- package/types/gen/_models/searchLogByConfigIdParams.d.ts +0 -19
- package/types/gen/_models/searchLogByRecordIdActionItem.d.ts +0 -14
- package/types/gen/_models/searchLogByRecordIdParams.d.ts +0 -22
- package/types/gen/_models/searchLogByUserIdActionItem.d.ts +0 -14
- package/types/gen/_models/searchLogByUserIdParams.d.ts +0 -25
|
@@ -831,6 +831,10 @@ export const getSearchHistoryCallResponseMock = (
|
|
|
831
831
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
832
832
|
undefined,
|
|
833
833
|
]),
|
|
834
|
+
destinationName: faker.helpers.arrayElement([
|
|
835
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
836
|
+
undefined,
|
|
837
|
+
]),
|
|
834
838
|
direction: faker.helpers.arrayElement([
|
|
835
839
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
836
840
|
undefined,
|
|
@@ -919,6 +923,31 @@ export const getSearchHistoryCallResponseMock = (
|
|
|
919
923
|
})),
|
|
920
924
|
undefined,
|
|
921
925
|
]),
|
|
926
|
+
forms: faker.helpers.arrayElement([
|
|
927
|
+
Array.from(
|
|
928
|
+
{ length: faker.number.int({ min: 1, max: 10 }) },
|
|
929
|
+
(_, i) => i + 1,
|
|
930
|
+
).map(() => ({
|
|
931
|
+
agent: faker.helpers.arrayElement([
|
|
932
|
+
{
|
|
933
|
+
id: faker.helpers.arrayElement([
|
|
934
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
935
|
+
undefined,
|
|
936
|
+
]),
|
|
937
|
+
name: faker.helpers.arrayElement([
|
|
938
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
939
|
+
undefined,
|
|
940
|
+
]),
|
|
941
|
+
},
|
|
942
|
+
undefined,
|
|
943
|
+
]),
|
|
944
|
+
reportingAt: faker.helpers.arrayElement([
|
|
945
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
946
|
+
undefined,
|
|
947
|
+
]),
|
|
948
|
+
})),
|
|
949
|
+
undefined,
|
|
950
|
+
]),
|
|
922
951
|
from: faker.helpers.arrayElement([
|
|
923
952
|
{
|
|
924
953
|
id: faker.helpers.arrayElement([
|
|
@@ -1512,6 +1541,10 @@ export const getSearchHistoryCallPostResponseMock = (
|
|
|
1512
1541
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1513
1542
|
undefined,
|
|
1514
1543
|
]),
|
|
1544
|
+
destinationName: faker.helpers.arrayElement([
|
|
1545
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1546
|
+
undefined,
|
|
1547
|
+
]),
|
|
1515
1548
|
direction: faker.helpers.arrayElement([
|
|
1516
1549
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1517
1550
|
undefined,
|
|
@@ -1600,6 +1633,31 @@ export const getSearchHistoryCallPostResponseMock = (
|
|
|
1600
1633
|
})),
|
|
1601
1634
|
undefined,
|
|
1602
1635
|
]),
|
|
1636
|
+
forms: faker.helpers.arrayElement([
|
|
1637
|
+
Array.from(
|
|
1638
|
+
{ length: faker.number.int({ min: 1, max: 10 }) },
|
|
1639
|
+
(_, i) => i + 1,
|
|
1640
|
+
).map(() => ({
|
|
1641
|
+
agent: faker.helpers.arrayElement([
|
|
1642
|
+
{
|
|
1643
|
+
id: faker.helpers.arrayElement([
|
|
1644
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1645
|
+
undefined,
|
|
1646
|
+
]),
|
|
1647
|
+
name: faker.helpers.arrayElement([
|
|
1648
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1649
|
+
undefined,
|
|
1650
|
+
]),
|
|
1651
|
+
},
|
|
1652
|
+
undefined,
|
|
1653
|
+
]),
|
|
1654
|
+
reportingAt: faker.helpers.arrayElement([
|
|
1655
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1656
|
+
undefined,
|
|
1657
|
+
]),
|
|
1658
|
+
})),
|
|
1659
|
+
undefined,
|
|
1660
|
+
]),
|
|
1603
1661
|
from: faker.helpers.arrayElement([
|
|
1604
1662
|
{
|
|
1605
1663
|
id: faker.helpers.arrayElement([
|
|
@@ -2392,6 +2450,10 @@ export const getPatchHistoryCallResponseMock = (
|
|
|
2392
2450
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
2393
2451
|
undefined,
|
|
2394
2452
|
]),
|
|
2453
|
+
destinationName: faker.helpers.arrayElement([
|
|
2454
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
2455
|
+
undefined,
|
|
2456
|
+
]),
|
|
2395
2457
|
direction: faker.helpers.arrayElement([
|
|
2396
2458
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
2397
2459
|
undefined,
|
|
@@ -2476,6 +2538,31 @@ export const getPatchHistoryCallResponseMock = (
|
|
|
2476
2538
|
})),
|
|
2477
2539
|
undefined,
|
|
2478
2540
|
]),
|
|
2541
|
+
forms: faker.helpers.arrayElement([
|
|
2542
|
+
Array.from(
|
|
2543
|
+
{ length: faker.number.int({ min: 1, max: 10 }) },
|
|
2544
|
+
(_, i) => i + 1,
|
|
2545
|
+
).map(() => ({
|
|
2546
|
+
agent: faker.helpers.arrayElement([
|
|
2547
|
+
{
|
|
2548
|
+
id: faker.helpers.arrayElement([
|
|
2549
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
2550
|
+
undefined,
|
|
2551
|
+
]),
|
|
2552
|
+
name: faker.helpers.arrayElement([
|
|
2553
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
2554
|
+
undefined,
|
|
2555
|
+
]),
|
|
2556
|
+
},
|
|
2557
|
+
undefined,
|
|
2558
|
+
]),
|
|
2559
|
+
reportingAt: faker.helpers.arrayElement([
|
|
2560
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
2561
|
+
undefined,
|
|
2562
|
+
]),
|
|
2563
|
+
})),
|
|
2564
|
+
undefined,
|
|
2565
|
+
]),
|
|
2479
2566
|
from: faker.helpers.arrayElement([
|
|
2480
2567
|
{
|
|
2481
2568
|
id: faker.helpers.arrayElement([
|
|
@@ -524,6 +524,7 @@ export const searchHistoryCallResponse = zod.object({
|
|
|
524
524
|
.optional(),
|
|
525
525
|
createdAt: zod.string().optional(),
|
|
526
526
|
destination: zod.string().optional(),
|
|
527
|
+
destinationName: zod.string().optional(),
|
|
527
528
|
direction: zod.string().optional(),
|
|
528
529
|
display: zod.string().optional(),
|
|
529
530
|
duration: zod.number().optional(),
|
|
@@ -560,6 +561,19 @@ export const searchHistoryCallResponse = zod.object({
|
|
|
560
561
|
}),
|
|
561
562
|
)
|
|
562
563
|
.optional(),
|
|
564
|
+
forms: zod
|
|
565
|
+
.array(
|
|
566
|
+
zod.object({
|
|
567
|
+
agent: zod
|
|
568
|
+
.object({
|
|
569
|
+
id: zod.string().optional(),
|
|
570
|
+
name: zod.string().optional(),
|
|
571
|
+
})
|
|
572
|
+
.optional(),
|
|
573
|
+
reportingAt: zod.string().optional(),
|
|
574
|
+
}),
|
|
575
|
+
)
|
|
576
|
+
.optional(),
|
|
563
577
|
from: zod
|
|
564
578
|
.object({
|
|
565
579
|
id: zod.string().optional(),
|
|
@@ -856,6 +870,7 @@ export const searchHistoryCallPostResponse = zod.object({
|
|
|
856
870
|
.optional(),
|
|
857
871
|
createdAt: zod.string().optional(),
|
|
858
872
|
destination: zod.string().optional(),
|
|
873
|
+
destinationName: zod.string().optional(),
|
|
859
874
|
direction: zod.string().optional(),
|
|
860
875
|
display: zod.string().optional(),
|
|
861
876
|
duration: zod.number().optional(),
|
|
@@ -892,6 +907,19 @@ export const searchHistoryCallPostResponse = zod.object({
|
|
|
892
907
|
}),
|
|
893
908
|
)
|
|
894
909
|
.optional(),
|
|
910
|
+
forms: zod
|
|
911
|
+
.array(
|
|
912
|
+
zod.object({
|
|
913
|
+
agent: zod
|
|
914
|
+
.object({
|
|
915
|
+
id: zod.string().optional(),
|
|
916
|
+
name: zod.string().optional(),
|
|
917
|
+
})
|
|
918
|
+
.optional(),
|
|
919
|
+
reportingAt: zod.string().optional(),
|
|
920
|
+
}),
|
|
921
|
+
)
|
|
922
|
+
.optional(),
|
|
895
923
|
from: zod
|
|
896
924
|
.object({
|
|
897
925
|
id: zod.string().optional(),
|
|
@@ -1298,6 +1326,7 @@ export const patchHistoryCallResponse = zod.object({
|
|
|
1298
1326
|
.optional(),
|
|
1299
1327
|
createdAt: zod.string().optional(),
|
|
1300
1328
|
destination: zod.string().optional(),
|
|
1329
|
+
destinationName: zod.string().optional(),
|
|
1301
1330
|
direction: zod.string().optional(),
|
|
1302
1331
|
display: zod.string().optional(),
|
|
1303
1332
|
duration: zod.number().optional(),
|
|
@@ -1330,6 +1359,19 @@ export const patchHistoryCallResponse = zod.object({
|
|
|
1330
1359
|
}),
|
|
1331
1360
|
)
|
|
1332
1361
|
.optional(),
|
|
1362
|
+
forms: zod
|
|
1363
|
+
.array(
|
|
1364
|
+
zod.object({
|
|
1365
|
+
agent: zod
|
|
1366
|
+
.object({
|
|
1367
|
+
id: zod.string().optional(),
|
|
1368
|
+
name: zod.string().optional(),
|
|
1369
|
+
})
|
|
1370
|
+
.optional(),
|
|
1371
|
+
reportingAt: zod.string().optional(),
|
|
1372
|
+
}),
|
|
1373
|
+
)
|
|
1374
|
+
.optional(),
|
|
1333
1375
|
from: zod
|
|
1334
1376
|
.object({
|
|
1335
1377
|
id: zod.string().optional(),
|
package/src/utils/gen/index.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { z } from 'zod/v4';
|
|
|
5
5
|
* only depth=1 fields will be returned
|
|
6
6
|
* */
|
|
7
7
|
export const getShallowFieldsToSendFromZodSchema = (
|
|
8
|
-
schema: z.
|
|
8
|
+
schema: z.ZodObject,
|
|
9
9
|
): string[] => {
|
|
10
10
|
return schema.keyof().options;
|
|
11
11
|
};
|
|
@@ -16,7 +16,7 @@ export const getShallowFieldsToSendFromZodSchema = (
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
// get zod object keys recursively
|
|
19
|
-
export const getFieldsToSendFromZodSchema = <T extends z.
|
|
19
|
+
export const getFieldsToSendFromZodSchema = <T extends z.ZodObject>(
|
|
20
20
|
schema: T,
|
|
21
21
|
): string[] => {
|
|
22
22
|
// make sure schema is not null or undefined
|
|
@@ -26,6 +26,7 @@ export * from './skills/skills';
|
|
|
26
26
|
export * from './slas/slas';
|
|
27
27
|
export * from './teams/teams';
|
|
28
28
|
export * from './users/users';
|
|
29
|
+
export * from './wtTypes/adjunctTypes/adjunctTypes';
|
|
29
30
|
export * from './wtTypes/sysTypes/sysTypes';
|
|
30
31
|
export * from './wtTypes/typeExtensions/typeExtensions';
|
|
31
32
|
export * from './сontacts';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const AdjunctTypesAPI: {
|
|
2
|
+
getList: ({ repo, ...params }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
repo: any;
|
|
5
|
+
}) => Promise<{
|
|
6
|
+
items: any;
|
|
7
|
+
next: any;
|
|
8
|
+
}>;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* @alias AdjunctTypesAPI
|
|
12
|
+
*/
|
|
13
|
+
export declare const CustomLookupAPI: {
|
|
14
|
+
getList: ({ repo, ...params }: {
|
|
15
|
+
[x: string]: any;
|
|
16
|
+
repo: any;
|
|
17
|
+
}) => Promise<{
|
|
18
|
+
items: any;
|
|
19
|
+
next: any;
|
|
20
|
+
}>;
|
|
21
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { WfmAbsenceType } from './wfmAbsenceType';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { WfmAbsenceType } from './wfmAbsenceType';
|
|
8
8
|
import type { WfmLookupEntity } from './wfmLookupEntity';
|
|
9
9
|
export type AgentAbsenceServiceUpdateAgentAbsenceBodyItem = {
|
|
10
10
|
absentAt?: string;
|
package/types/gen/_models/agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { AgentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBodyItems } from './agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBodyItems';
|
|
2
|
-
import type { WfmFilterBetween } from './wfmFilterBetween';
|
|
3
1
|
/**
|
|
4
2
|
* Generated by orval v7.10.0 🍺
|
|
5
3
|
* Do not edit manually.
|
|
6
4
|
* Webitel API
|
|
7
5
|
* OpenAPI spec version: 24.04.0
|
|
8
6
|
*/
|
|
7
|
+
import type { AgentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBodyItems } from './agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBodyItems';
|
|
8
|
+
import type { WfmFilterBetween } from './wfmFilterBetween';
|
|
9
9
|
import type { WfmLookupEntity } from './wfmLookupEntity';
|
|
10
10
|
export type AgentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody = {
|
|
11
11
|
agents?: WfmLookupEntity[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ApiAccessStoreToggleDefaultAccessBodyObject } from './apiAccessStoreToggleDefaultAccessBodyObject';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { ApiAccessStoreToggleDefaultAccessBodyObject } from './apiAccessStoreToggleDefaultAccessBodyObject';
|
|
8
8
|
import type { ApiGrantAccessRequestV1 } from './apiGrantAccessRequestV1';
|
|
9
9
|
export interface ApiAccessStoreToggleDefaultAccessBody {
|
|
10
10
|
/** list of changes ...
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { ApiCustomerLimit } from './apiCustomerLimit';
|
|
2
|
-
import type { ApiLicenseV1 } from './apiLicenseV1';
|
|
3
1
|
/**
|
|
4
2
|
* Generated by orval v7.10.0 🍺
|
|
5
3
|
* Do not edit manually.
|
|
6
4
|
* Webitel API
|
|
7
5
|
* OpenAPI spec version: 24.04.0
|
|
8
6
|
*/
|
|
7
|
+
import type { ApiCustomerLimit } from './apiCustomerLimit';
|
|
8
|
+
import type { ApiLicenseV1 } from './apiLicenseV1';
|
|
9
9
|
import type { ApiObjectId } from './apiObjectId';
|
|
10
10
|
import type { ApiVerification } from './apiVerification';
|
|
11
11
|
export interface ApiCustomer {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ApiDeviceProvision } from './apiDeviceProvision';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { ApiDeviceProvision } from './apiDeviceProvision';
|
|
8
8
|
import type { ApiUserId } from './apiUserId';
|
|
9
9
|
export interface ApiDevice {
|
|
10
10
|
/** username */
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type { ApiLDAPCatalogTLSConfig } from './apiLDAPCatalogTLSConfig';
|
|
2
|
-
import type { ApiLDAPTemplate } from './apiLDAPTemplate';
|
|
3
|
-
import type { ApiLDAProcess } from './apiLDAProcess';
|
|
4
|
-
import type { ApiLDAProcessOptions } from './apiLDAProcessOptions';
|
|
5
1
|
/**
|
|
6
2
|
* Generated by orval v7.10.0 🍺
|
|
7
3
|
* Do not edit manually.
|
|
8
4
|
* Webitel API
|
|
9
5
|
* OpenAPI spec version: 24.04.0
|
|
10
6
|
*/
|
|
7
|
+
import type { ApiLDAPCatalogTLSConfig } from './apiLDAPCatalogTLSConfig';
|
|
8
|
+
import type { ApiLDAProcess } from './apiLDAProcess';
|
|
9
|
+
import type { ApiLDAProcessOptions } from './apiLDAProcessOptions';
|
|
10
|
+
import type { ApiLDAPTemplate } from './apiLDAPTemplate';
|
|
11
11
|
import type { ApiUserId } from './apiUserId';
|
|
12
12
|
export interface ApiLDAPCatalog {
|
|
13
13
|
baseDn?: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type { ApiLDAPCatalogTLSConfig } from './apiLDAPCatalogTLSConfig';
|
|
2
|
-
import type { ApiLDAPTemplate } from './apiLDAPTemplate';
|
|
3
|
-
import type { ApiLDAProcess } from './apiLDAProcess';
|
|
4
|
-
import type { ApiLDAProcessOptions } from './apiLDAProcessOptions';
|
|
5
1
|
/**
|
|
6
2
|
* Generated by orval v7.10.0 🍺
|
|
7
3
|
* Do not edit manually.
|
|
8
4
|
* Webitel API
|
|
9
5
|
* OpenAPI spec version: 24.04.0
|
|
10
6
|
*/
|
|
7
|
+
import type { ApiLDAPCatalogTLSConfig } from './apiLDAPCatalogTLSConfig';
|
|
8
|
+
import type { ApiLDAProcess } from './apiLDAProcess';
|
|
9
|
+
import type { ApiLDAProcessOptions } from './apiLDAProcessOptions';
|
|
10
|
+
import type { ApiLDAPTemplate } from './apiLDAPTemplate';
|
|
11
11
|
import type { ApiUserId } from './apiUserId';
|
|
12
12
|
/**
|
|
13
13
|
* LDAP Catalog changes.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { ApiLDAPObjentry } from './apiLDAPObjentry';
|
|
2
|
-
import type { ApiLDAProcessOptions } from './apiLDAProcessOptions';
|
|
3
1
|
/**
|
|
4
2
|
* Generated by orval v7.10.0 🍺
|
|
5
3
|
* Do not edit manually.
|
|
6
4
|
* Webitel API
|
|
7
5
|
* OpenAPI spec version: 24.04.0
|
|
8
6
|
*/
|
|
7
|
+
import type { ApiLDAPObjentry } from './apiLDAPObjentry';
|
|
8
|
+
import type { ApiLDAProcessOptions } from './apiLDAProcessOptions';
|
|
9
9
|
import type { ApiRoleId } from './apiRoleId';
|
|
10
10
|
export interface ApiLDAProcess {
|
|
11
11
|
/** Optional. If not <zero> indicates that this process is completed. */
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ApiLicenseUser } from './apiLicenseUser';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { ApiLicenseUser } from './apiLicenseUser';
|
|
8
8
|
import type { ApiVerification } from './apiVerification';
|
|
9
9
|
export interface ApiLicenseV1 {
|
|
10
10
|
competitive?: boolean;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { ApiObjectId } from './apiObjectId';
|
|
2
|
-
import type { ApiPermission } from './apiPermission';
|
|
3
|
-
import type { ApiRoleMetadata } from './apiRoleMetadata';
|
|
4
1
|
/**
|
|
5
2
|
* Generated by orval v7.10.0 🍺
|
|
6
3
|
* Do not edit manually.
|
|
7
4
|
* Webitel API
|
|
8
5
|
* OpenAPI spec version: 24.04.0
|
|
9
6
|
*/
|
|
7
|
+
import type { ApiObjectId } from './apiObjectId';
|
|
8
|
+
import type { ApiPermission } from './apiPermission';
|
|
9
|
+
import type { ApiRoleMetadata } from './apiRoleMetadata';
|
|
10
10
|
import type { ApiUserId } from './apiUserId';
|
|
11
11
|
export interface ApiRole {
|
|
12
12
|
createdAt?: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { ApiObjectId } from './apiObjectId';
|
|
2
|
-
import type { ApiPermission } from './apiPermission';
|
|
3
|
-
import type { ApiRolesUpdateRoleBodyRoleMetadata } from './apiRolesUpdateRoleBodyRoleMetadata';
|
|
4
1
|
/**
|
|
5
2
|
* Generated by orval v7.10.0 🍺
|
|
6
3
|
* Do not edit manually.
|
|
7
4
|
* Webitel API
|
|
8
5
|
* OpenAPI spec version: 24.04.0
|
|
9
6
|
*/
|
|
7
|
+
import type { ApiObjectId } from './apiObjectId';
|
|
8
|
+
import type { ApiPermission } from './apiPermission';
|
|
9
|
+
import type { ApiRolesUpdateRoleBodyRoleMetadata } from './apiRolesUpdateRoleBodyRoleMetadata';
|
|
10
10
|
import type { ApiUserId } from './apiUserId';
|
|
11
11
|
export type ApiRolesUpdateRoleBodyRole = {
|
|
12
12
|
createdAt?: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ApiLicenseUser } from './apiLicenseUser';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { ApiLicenseUser } from './apiLicenseUser';
|
|
8
8
|
import type { ApiObjectId } from './apiObjectId';
|
|
9
9
|
import type { ApiPermission } from './apiPermission';
|
|
10
10
|
import type { ApiUserId } from './apiUserId';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ApiLicenseUser } from './apiLicenseUser';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { ApiLicenseUser } from './apiLicenseUser';
|
|
8
8
|
import type { ApiObjectId } from './apiObjectId';
|
|
9
9
|
import type { ApiPermission } from './apiPermission';
|
|
10
10
|
import type { ApiUserId } from './apiUserId';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ContactsUpdateContactBodyCustom } from './contactsUpdateContactBodyCustom';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { ContactsUpdateContactBodyCustom } from './contactsUpdateContactBodyCustom';
|
|
8
8
|
import type { WebitelContactsInputComment } from './webitelContactsInputComment';
|
|
9
9
|
import type { WebitelContactsInputContactGroup } from './webitelContactsInputContactGroup';
|
|
10
10
|
import type { WebitelContactsInputEmailAddress } from './webitelContactsInputEmailAddress';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { EngineActiveCallVariables } from './engineActiveCallVariables';
|
|
2
|
-
import type { EngineEndpoint } from './engineEndpoint';
|
|
3
1
|
/**
|
|
4
2
|
* Generated by orval v7.10.0 🍺
|
|
5
3
|
* Do not edit manually.
|
|
6
4
|
* Webitel API
|
|
7
5
|
* OpenAPI spec version: 24.04.0
|
|
8
6
|
*/
|
|
7
|
+
import type { EngineActiveCallVariables } from './engineActiveCallVariables';
|
|
8
|
+
import type { EngineEndpoint } from './engineEndpoint';
|
|
9
9
|
import type { EngineLookup } from './engineLookup';
|
|
10
10
|
export interface EngineActiveCall {
|
|
11
11
|
agent?: EngineLookup;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import type { EngineAgentChannel } from './engineAgentChannel';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { EngineAgentChannel } from './engineAgentChannel';
|
|
8
8
|
import type { EngineLookup } from './engineLookup';
|
|
9
9
|
export interface EngineAgent {
|
|
10
10
|
allowChannels?: string[];
|
|
11
|
+
allowSetScreenControl?: boolean;
|
|
11
12
|
auditor?: EngineLookup[];
|
|
12
13
|
channel?: EngineAgentChannel[];
|
|
13
14
|
chatCount?: number;
|
|
@@ -20,6 +21,7 @@ export interface EngineAgent {
|
|
|
20
21
|
name?: string;
|
|
21
22
|
progressiveCount?: number;
|
|
22
23
|
region?: EngineLookup;
|
|
24
|
+
screenControl?: boolean;
|
|
23
25
|
skills?: EngineLookup[];
|
|
24
26
|
status?: string;
|
|
25
27
|
statusDuration?: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { EngineAgentInQueueStatisticsAgentInQueueStatisticsItem } from './engineAgentInQueueStatisticsAgentInQueueStatisticsItem';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { EngineAgentInQueueStatisticsAgentInQueueStatisticsItem } from './engineAgentInQueueStatisticsAgentInQueueStatisticsItem';
|
|
8
8
|
import type { EngineLookup } from './engineLookup';
|
|
9
9
|
export interface EngineAgentInQueueStatistics {
|
|
10
10
|
queue?: EngineLookup;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { EngineAggregateHistoryCallRequestVariables } from './engineAggregateHistoryCallRequestVariables';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { EngineAggregateHistoryCallRequestVariables } from './engineAggregateHistoryCallRequestVariables';
|
|
8
8
|
import type { EngineAggregateRequest } from './engineAggregateRequest';
|
|
9
9
|
import type { EngineFilterBetween } from './engineFilterBetween';
|
|
10
10
|
export interface EngineAggregateHistoryCallRequest {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { EngineAttemptVariables } from './engineAttemptVariables';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { EngineAttemptVariables } from './engineAttemptVariables';
|
|
8
8
|
import type { EngineLookup } from './engineLookup';
|
|
9
9
|
import type { EngineMemberCommunication } from './engineMemberCommunication';
|
|
10
10
|
export interface EngineAttempt {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { EngineAttemptHistoryVariables } from './engineAttemptHistoryVariables';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { EngineAttemptHistoryVariables } from './engineAttemptHistoryVariables';
|
|
8
8
|
import type { EngineLookup } from './engineLookup';
|
|
9
9
|
import type { EngineMemberCommunication } from './engineMemberCommunication';
|
|
10
10
|
export interface EngineAttemptHistory {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { EngineLookup } from './engineLookup';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { EngineLookup } from './engineLookup';
|
|
8
8
|
import type { EngineQuestion } from './engineQuestion';
|
|
9
9
|
export interface EngineAuditFormServicePatchAuditFormBody {
|
|
10
10
|
description?: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { EngineLookup } from './engineLookup';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { EngineLookup } from './engineLookup';
|
|
8
8
|
import type { EngineQuestion } from './engineQuestion';
|
|
9
9
|
export interface EngineAuditFormServiceUpdateAuditFormBody {
|
|
10
10
|
description?: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { EngineLookup } from './engineLookup';
|
|
2
|
-
import type { EngineQuestion } from './engineQuestion';
|
|
3
1
|
/**
|
|
4
2
|
* Generated by orval v7.10.0 🍺
|
|
5
3
|
* Do not edit manually.
|
|
6
4
|
* Webitel API
|
|
7
5
|
* OpenAPI spec version: 24.04.0
|
|
8
6
|
*/
|
|
7
|
+
import type { EngineLookup } from './engineLookup';
|
|
8
|
+
import type { EngineQuestion } from './engineQuestion';
|
|
9
9
|
import type { EngineQuestionAnswer } from './engineQuestionAnswer';
|
|
10
10
|
export interface EngineAuditRate {
|
|
11
11
|
answers?: EngineQuestionAnswer[];
|