@webitel/api-services 0.0.17 → 0.0.19

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 (51) hide show
  1. package/package.json +1 -1
  2. package/src/gen/_docs/html/assets/navigation.js +1 -1
  3. package/src/gen/_docs/html/assets/search.js +1 -1
  4. package/src/gen/_docs/html/functions/groups_groups.api.gen.getGroups.html +1 -1
  5. package/src/gen/_docs/html/functions/groups_groups.msw.api.gen.getGroupsAddContactsToGroupsMockHandler.html +1 -0
  6. package/src/gen/_docs/html/functions/groups_groups.msw.api.gen.getGroupsAddContactsToGroupsResponseMock.html +1 -0
  7. package/src/gen/_docs/html/index.html +1 -1
  8. package/src/gen/_docs/html/interfaces/_models_webitelContactsAddContactsToGroupRequest.WebitelContactsAddContactsToGroupRequest.html +6 -0
  9. package/src/gen/_docs/html/modules/_models.html +1 -1
  10. package/src/gen/_docs/html/modules/_models_webitelContactsAddContactsToGroupRequest.html +1 -0
  11. package/src/gen/_docs/html/modules/groups_groups.api.gen.html +1 -1
  12. package/src/gen/_docs/html/modules/groups_groups.msw.api.gen.html +1 -1
  13. package/src/gen/_docs/html/modules/groups_groups.zod.gen.html +3 -3
  14. package/src/gen/_docs/html/modules/index.html +1 -1
  15. package/src/gen/_docs/html/types/groups_groups.api.gen.GroupsAddContactsToGroupsResult.html +1 -0
  16. package/src/gen/_docs/html/variables/groups_groups.zod.gen.groupsAddContactsToGroupsBody.html +1 -0
  17. package/src/gen/_docs/html/variables/{groups_groups.zod.gen.groupsAddContactsToGroupResponse.html → groups_groups.zod.gen.groupsAddContactsToGroupsResponse.html} +1 -1
  18. package/src/gen/_models/index.ts +1 -1
  19. package/src/gen/_models/webitelContactsAddContactsToGroupRequest.ts +16 -0
  20. package/src/gen/groups/groups.api.gen.ts +16 -16
  21. package/src/gen/groups/groups.msw.api.gen.ts +11 -11
  22. package/src/gen/groups/groups.zod.gen.ts +19 -17
  23. package/types/gen/_models/index.d.ts +1 -1
  24. package/types/gen/_models/webitelContactsAddContactsToGroupRequest.d.ts +15 -0
  25. package/types/gen/groups/groups.api.gen.d.ts +3 -3
  26. package/types/gen/groups/groups.msw.api.gen.d.ts +2 -2
  27. package/types/gen/groups/groups.zod.gen.d.ts +10 -14
  28. package/src/gen/_docs/html/functions/groups_groups.msw.api.gen.getGroupsAddContactsToGroupMockHandler.html +0 -1
  29. package/src/gen/_docs/html/functions/groups_groups.msw.api.gen.getGroupsAddContactsToGroupResponseMock.html +0 -1
  30. package/src/gen/_docs/html/modules/_models_groupsAddContactsToGroupParams.html +0 -1
  31. package/src/gen/_docs/html/types/_models_groupsAddContactsToGroupParams.GroupsAddContactsToGroupParams.html +0 -7
  32. package/src/gen/_docs/html/types/groups_groups.api.gen.GroupsAddContactsToGroupResult.html +0 -1
  33. package/src/gen/_docs/html/variables/groups_groups.zod.gen.groupsAddContactsToGroupParams.html +0 -1
  34. package/src/gen/_docs/html/variables/groups_groups.zod.gen.groupsAddContactsToGroupQueryParams.html +0 -1
  35. package/src/gen/_models/groupsAddContactsToGroupParams.ts +0 -13
  36. package/types/gen/_models/configServiceReadSystemObjectsParams.d.ts +0 -9
  37. package/types/gen/_models/configServiceSearchConfigObjectItem.d.ts +0 -24
  38. package/types/gen/_models/configServiceSearchConfigParams.d.ts +0 -18
  39. package/types/gen/_models/groupsAddContactsToGroupParams.d.ts +0 -12
  40. package/types/gen/_models/loggerDeleteConfigBulkRequest.d.ts +0 -9
  41. package/types/gen/_models/loggerDeleteConfigLogsRequest.d.ts +0 -10
  42. package/types/gen/_models/loggerDeleteConfigLogsResponse.d.ts +0 -9
  43. package/types/gen/_models/loggerPatchConfigRequest.d.ts +0 -16
  44. package/types/gen/_models/loggerServiceSearchLogByConfigIdActionItem.d.ts +0 -14
  45. package/types/gen/_models/loggerServiceSearchLogByConfigIdParams.d.ts +0 -19
  46. package/types/gen/_models/loggerServiceSearchLogByRecordIdActionItem.d.ts +0 -14
  47. package/types/gen/_models/loggerServiceSearchLogByRecordIdParams.d.ts +0 -22
  48. package/types/gen/_models/loggerServiceSearchLogByUserIdActionItem.d.ts +0 -14
  49. package/types/gen/_models/loggerServiceSearchLogByUserIdParams.d.ts +0 -25
  50. package/types/gen/_models/loggerUpdateConfigRequest.d.ts +0 -15
  51. package/types/gen/_models/runtimeError.d.ts +0 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/api-services",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "make-all": "npm run gen:api && npm version patch && npm run publish-lib",