@webitel/api-services 0.0.27 → 0.0.28

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 (93) hide show
  1. package/package.json +42 -26
  2. package/src/api/clients/_shared/generatePermissionsApi.ts +4 -3
  3. package/src/api/clients/agents/agentChats.ts +5 -7
  4. package/src/api/clients/agents/agents.ts +4 -3
  5. package/src/api/clients/buckets/buckets.ts +4 -3
  6. package/src/api/clients/calendars/calendars.ts +4 -3
  7. package/src/api/clients/caseCloseReasonGroups/caseCloseReasonGroups.ts +4 -3
  8. package/src/api/clients/caseCloseReasons/caseCloseReasons.ts +4 -3
  9. package/src/api/clients/casePriorities/casePriorities.ts +4 -3
  10. package/src/api/clients/caseServiceCatalogs/serviceCatalogs.ts +9 -9
  11. package/src/api/clients/caseServices/services.ts +4 -3
  12. package/src/api/clients/caseSources/caseSources.ts +8 -12
  13. package/src/api/clients/caseStatusConditions/caseStatusConditions.ts +6 -5
  14. package/src/api/clients/caseStatuses/caseStatuses.ts +4 -3
  15. package/src/api/clients/catalog/catalog.ts +2 -5
  16. package/src/api/clients/chatGateways/chatGateways.ts +2 -2
  17. package/src/api/clients/communications/communications.ts +9 -7
  18. package/src/api/clients/configurations/configurations.ts +4 -3
  19. package/src/api/clients/contactGroups/contactGroups.ts +4 -3
  20. package/src/api/clients/flows/flow.ts +4 -3
  21. package/src/api/clients/gateways/gateways.ts +4 -3
  22. package/src/api/clients/history/transcript/callTranscript.ts +79 -0
  23. package/src/api/clients/index.ts +34 -68
  24. package/src/api/clients/labels/labels.ts +4 -3
  25. package/src/api/clients/lists/blacklists.ts +4 -3
  26. package/src/api/clients/media/media.ts +4 -3
  27. package/src/api/clients/object/object.ts +4 -3
  28. package/src/api/clients/queues/queues.ts +5 -4
  29. package/src/api/clients/quickReplies/quickReplies.ts +8 -12
  30. package/src/api/clients/roles/roles.ts +4 -3
  31. package/src/api/clients/skills/skills.ts +4 -3
  32. package/src/api/clients/slaConditions/slaConditions.ts +4 -3
  33. package/src/api/clients/slas/slas.ts +4 -3
  34. package/src/api/clients/teams/teams.ts +4 -3
  35. package/src/api/clients/users/users.ts +4 -3
  36. package/src/api/clients/wtTypes/index.ts +2 -0
  37. package/src/api/clients/wtTypes/sysTypes/sysTypes.ts +2 -1
  38. package/src/api/clients/wtTypes/typeExtensions/typeExtensions.ts +3 -2
  39. package/src/api/clients//321/201ontacts/contactChatMessagesHistory.ts +5 -7
  40. package/src/api/clients//321/201ontacts/contacts.ts +5 -4
  41. package/src/api/clients//321/201ontacts/enums/ContactsSearchMode.ts +1 -3
  42. package/src/api/clients//321/201ontacts/index.ts +3 -5
  43. package/src/api/defaults/index.ts +4 -11
  44. package/src/api/interceptors/request/index.ts +1 -1
  45. package/src/api/interceptors/response/index.ts +1 -1
  46. package/src/api/transformers/camelToSnake/camelToSnake.transformer.ts +1 -1
  47. package/src/api/transformers/notify/notify.transformer.ts +3 -3
  48. package/src/api/transformers/snakeToCamel/snakeToCamel.transformer.ts +1 -1
  49. package/src/api/transformers/starToSearch/starToSearch.transformer.ts +2 -4
  50. package/src/config/config.ts +13 -0
  51. package/src/gen/_docs/.nojekyll +1 -0
  52. package/src/gen/_docs/html/assets/hierarchy.js +1 -1
  53. package/src/gen/_docs/html/assets/highlight.css +101 -76
  54. package/src/gen/_docs/html/assets/icons.js +20 -17
  55. package/src/gen/_docs/html/assets/main.js +2503 -6
  56. package/src/gen/_docs/html/assets/navigation.js +2 -1
  57. package/src/gen/_docs/html/assets/search.js +2 -1
  58. package/src/gen/_docs/html/assets/style.css +1623 -1634
  59. package/src/index.ts +2 -2
  60. package/src/utils/api/caseConverters.ts +77 -0
  61. package/src/utils/api/index.ts +1 -0
  62. package/src/utils/gen/index.ts +19 -1
  63. package/src/utils/index.ts +1 -20
  64. package/types/api/clients/caseStatusConditions/caseStatusConditions.d.ts +2 -1
  65. package/types/api/clients/history/transcript/callTranscript.d.ts +11 -0
  66. package/types/api/clients/index.d.ts +31 -33
  67. package/types/api/clients/media/media.d.ts +2 -2
  68. package/types/api/clients/wtTypes/index.d.ts +2 -0
  69. package/types/api/clients/wtTypes/typeExtensions/typeExtensions.d.ts +1 -1
  70. package/types/api/clients//321/201ontacts/enums/ContactsSearchMode.d.ts +1 -2
  71. package/types/api/clients//321/201ontacts/index.d.ts +3 -4
  72. package/types/api/defaults/index.d.ts +4 -5
  73. package/types/api/interceptors/request/index.d.ts +1 -1
  74. package/types/api/interceptors/response/index.d.ts +1 -1
  75. package/types/config/config.d.ts +7 -0
  76. package/types/gen/_models/casesCaseCustom.d.ts +12 -0
  77. package/types/gen/_models/casesInputCaseCustom.d.ts +12 -0
  78. package/types/gen/_models/casesInputCreateCaseCustom.d.ts +12 -0
  79. package/types/gen/_models/engineTriggerObjectType.d.ts +1 -0
  80. package/types/gen/_models/fileServiceSearchFilesChannelItem.d.ts +2 -0
  81. package/types/gen/_models/protobufNullValue.d.ts +18 -0
  82. package/types/gen/_models/storageUploadFileChannel.d.ts +2 -0
  83. package/types/gen/file-policies-service/file-policies-service.zod.gen.d.ts +18 -0
  84. package/types/gen/file-service/file-service.api.gen.d.ts +3 -1
  85. package/types/gen/file-service/file-service.msw.api.gen.d.ts +3 -1
  86. package/types/gen/file-service/file-service.zod.gen.d.ts +18 -0
  87. package/types/gen/trigger-service/trigger-service.zod.gen.d.ts +9 -0
  88. package/types/index.d.ts +2 -2
  89. package/types/utils/api/caseConverters.d.ts +9 -0
  90. package/types/utils/api/index.d.ts +1 -0
  91. package/types/utils/index.d.ts +1 -7
  92. package/types/gen/_models/googleRpcStatus.d.ts +0 -12
  93. package/types/gen/_models/webitelCasesStatus.d.ts +0 -16
@@ -1,12 +0,0 @@
1
- /**
2
- * Generated by orval v7.10.0 🍺
3
- * Do not edit manually.
4
- * Webitel API
5
- * OpenAPI spec version: 24.04.0
6
- */
7
- import type { GoogleProtobufAny } from './googleProtobufAny';
8
- export interface GoogleRpcStatus {
9
- code?: number;
10
- details?: GoogleProtobufAny[];
11
- message?: string;
12
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * Generated by orval v7.10.0 🍺
3
- * Do not edit manually.
4
- * Webitel API
5
- * OpenAPI spec version: 24.04.0
6
- */
7
- import type { GeneralLookup } from './generalLookup';
8
- export interface WebitelCasesStatus {
9
- createdAt?: string;
10
- createdBy?: GeneralLookup;
11
- description?: string;
12
- id?: string;
13
- name?: string;
14
- updatedAt?: string;
15
- updatedBy?: GeneralLookup;
16
- }