Unified-python-sdk 0.23.23__tar.gz → 0.24.0__tar.gz

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 (522) hide show
  1. {Unified-python-sdk-0.23.23/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.24.0}/PKG-INFO +350 -341
  2. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/README.md +349 -340
  3. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/setup.py +1 -1
  4. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0/src/Unified_python_sdk.egg-info}/PKG-INFO +350 -341
  5. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/Unified_python_sdk.egg-info/SOURCES.txt +7 -3
  6. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/account.py +3 -0
  7. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/accounting.py +18 -0
  8. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/activity.py +3 -0
  9. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/application.py +3 -0
  10. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/ats.py +21 -0
  11. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/candidate.py +3 -0
  12. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/collection.py +3 -0
  13. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/commerce.py +12 -0
  14. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/company.py +6 -0
  15. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/contact.py +9 -0
  16. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/crm.py +18 -0
  17. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/customer.py +3 -0
  18. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/deal.py +3 -0
  19. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/document.py +3 -0
  20. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/employee.py +3 -0
  21. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/event.py +3 -0
  22. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/file.py +3 -0
  23. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/genai.py +1 -0
  24. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/group.py +3 -0
  25. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/hris.py +12 -0
  26. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/interview.py +3 -0
  27. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/inventory.py +3 -0
  28. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/invoice.py +3 -0
  29. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/item.py +3 -0
  30. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/job.py +3 -0
  31. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/journal.py +3 -0
  32. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/kms.py +6 -0
  33. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/lead.py +3 -0
  34. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/link.py +3 -0
  35. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/list.py +3 -0
  36. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/location.py +6 -0
  37. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/martech.py +6 -0
  38. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/member.py +3 -0
  39. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/message.py +3 -0
  40. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/messaging.py +3 -0
  41. Unified-python-sdk-0.24.0/src/unified_to/models/operations/__init__.py +299 -0
  42. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createaccountingaccount.py +3 -1
  43. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createaccountingcontact.py +3 -1
  44. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createaccountinginvoice.py +3 -1
  45. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createaccountingjournal.py +3 -1
  46. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createaccountingtaxrate.py +3 -1
  47. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createaccountingtransaction.py +3 -1
  48. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createatsactivity.py +3 -1
  49. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createatsapplication.py +3 -1
  50. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createatscandidate.py +3 -1
  51. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createatsdocument.py +3 -1
  52. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createatsinterview.py +3 -1
  53. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createatsjob.py +3 -1
  54. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createatsscorecard.py +3 -1
  55. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createcommercecollection.py +3 -1
  56. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createcommerceinventory.py +3 -1
  57. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createcommerceitem.py +3 -1
  58. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createcommercelocation.py +3 -1
  59. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createcrmcompany.py +3 -1
  60. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createcrmcontact.py +3 -1
  61. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createcrmdeal.py +3 -1
  62. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createcrmevent.py +3 -1
  63. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createcrmlead.py +3 -1
  64. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createcrmpipeline.py +3 -1
  65. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/creategenaiprompt.py +3 -1
  66. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createhriscompany.py +3 -1
  67. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createhrisemployee.py +3 -1
  68. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createhrisgroup.py +3 -1
  69. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createhrislocation.py +3 -1
  70. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createkmspage.py +3 -1
  71. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createkmsspace.py +3 -1
  72. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createmartechlist.py +3 -1
  73. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createmartechmember.py +3 -1
  74. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createmessagingmessage.py +3 -1
  75. Unified-python-sdk-0.24.0/src/unified_to/models/operations/createpassthrough_json.py +35 -0
  76. Unified-python-sdk-0.23.23/src/unified_to/models/operations/updatepassthrough.py → Unified-python-sdk-0.24.0/src/unified_to/models/operations/createpassthrough_raw.py +9 -5
  77. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createpaymentlink.py +3 -1
  78. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createpaymentpayment.py +3 -1
  79. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createstoragefile.py +3 -1
  80. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createtaskproject.py +3 -1
  81. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createtasktask.py +3 -1
  82. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createticketingcustomer.py +3 -1
  83. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createticketingnote.py +3 -1
  84. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createticketingticket.py +3 -1
  85. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createuccontact.py +3 -1
  86. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listpassthroughs.py +6 -2
  87. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchaccountingaccount.py +3 -1
  88. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchaccountingcontact.py +3 -1
  89. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchaccountinginvoice.py +3 -1
  90. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchaccountingjournal.py +3 -1
  91. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchaccountingtaxrate.py +3 -1
  92. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchaccountingtransaction.py +3 -1
  93. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchatsactivity.py +3 -1
  94. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchatsapplication.py +3 -1
  95. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchatscandidate.py +3 -1
  96. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchatsdocument.py +3 -1
  97. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchatsinterview.py +3 -1
  98. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchatsjob.py +3 -1
  99. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchatsscorecard.py +3 -1
  100. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchcommercecollection.py +3 -1
  101. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchcommerceinventory.py +3 -1
  102. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchcommerceitem.py +3 -1
  103. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchcommercelocation.py +3 -1
  104. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchcrmcompany.py +3 -1
  105. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchcrmcontact.py +3 -1
  106. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchcrmdeal.py +3 -1
  107. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchcrmevent.py +3 -1
  108. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchcrmlead.py +3 -1
  109. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchcrmpipeline.py +3 -1
  110. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchhriscompany.py +3 -1
  111. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchhrisemployee.py +3 -1
  112. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchhrisgroup.py +3 -1
  113. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchhrislocation.py +3 -1
  114. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchkmspage.py +3 -1
  115. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchkmsspace.py +3 -1
  116. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchmartechlist.py +3 -1
  117. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchmartechmember.py +3 -1
  118. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchmessagingmessage.py +3 -1
  119. Unified-python-sdk-0.24.0/src/unified_to/models/operations/patchpassthrough_json.py +35 -0
  120. Unified-python-sdk-0.23.23/src/unified_to/models/operations/patchpassthrough.py → Unified-python-sdk-0.24.0/src/unified_to/models/operations/patchpassthrough_raw.py +9 -5
  121. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchpaymentlink.py +3 -1
  122. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchpaymentpayment.py +3 -1
  123. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchstoragefile.py +3 -1
  124. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchtaskproject.py +3 -1
  125. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchtasktask.py +3 -1
  126. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchticketingcustomer.py +3 -1
  127. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchticketingnote.py +3 -1
  128. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchticketingticket.py +3 -1
  129. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchuccontact.py +3 -1
  130. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removepassthrough.py +6 -2
  131. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateaccountingaccount.py +3 -1
  132. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateaccountingcontact.py +3 -1
  133. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateaccountinginvoice.py +3 -1
  134. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateaccountingjournal.py +3 -1
  135. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateaccountingtaxrate.py +3 -1
  136. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateaccountingtransaction.py +3 -1
  137. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateatsactivity.py +3 -1
  138. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateatsapplication.py +3 -1
  139. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateatscandidate.py +3 -1
  140. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateatsdocument.py +3 -1
  141. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateatsinterview.py +3 -1
  142. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateatsjob.py +3 -1
  143. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateatsscorecard.py +3 -1
  144. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatecommercecollection.py +3 -1
  145. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatecommerceinventory.py +3 -1
  146. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatecommerceitem.py +3 -1
  147. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatecommercelocation.py +3 -1
  148. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatecrmcompany.py +3 -1
  149. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatecrmcontact.py +3 -1
  150. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatecrmdeal.py +3 -1
  151. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatecrmevent.py +3 -1
  152. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatecrmlead.py +3 -1
  153. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatecrmpipeline.py +3 -1
  154. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatehriscompany.py +3 -1
  155. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatehrisemployee.py +3 -1
  156. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatehrisgroup.py +3 -1
  157. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatehrislocation.py +3 -1
  158. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatekmspage.py +3 -1
  159. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatekmsspace.py +3 -1
  160. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatemartechlist.py +3 -1
  161. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatemartechmember.py +3 -1
  162. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatemessagingmessage.py +3 -1
  163. Unified-python-sdk-0.24.0/src/unified_to/models/operations/updatepassthrough_json.py +35 -0
  164. Unified-python-sdk-0.23.23/src/unified_to/models/operations/createpassthrough.py → Unified-python-sdk-0.24.0/src/unified_to/models/operations/updatepassthrough_raw.py +9 -5
  165. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatepaymentlink.py +3 -1
  166. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatepaymentpayment.py +3 -1
  167. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatestoragefile.py +3 -1
  168. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatetaskproject.py +3 -1
  169. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updatetasktask.py +3 -1
  170. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateticketingcustomer.py +3 -1
  171. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateticketingnote.py +3 -1
  172. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateticketingticket.py +3 -1
  173. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateuccontact.py +3 -1
  174. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/__init__.py +2 -1
  175. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsapplication.py +2 -0
  176. Unified-python-sdk-0.24.0/src/unified_to/models/shared/atsoffer.py +9 -0
  177. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/integrationsupport.py +7 -0
  178. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/note.py +3 -0
  179. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/page.py +3 -0
  180. Unified-python-sdk-0.24.0/src/unified_to/passthrough.py +612 -0
  181. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/payment.py +6 -0
  182. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/pipeline.py +3 -0
  183. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/project.py +3 -0
  184. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/prompt.py +1 -0
  185. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/scorecard.py +3 -0
  186. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/sdkconfiguration.py +3 -3
  187. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/space.py +3 -0
  188. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/storage.py +3 -0
  189. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/task.py +6 -0
  190. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/taxrate.py +3 -0
  191. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/ticket.py +3 -0
  192. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/ticketing.py +9 -0
  193. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/transaction.py +3 -0
  194. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/uc.py +3 -0
  195. Unified-python-sdk-0.23.23/src/unified_to/models/operations/__init__.py +0 -296
  196. Unified-python-sdk-0.23.23/src/unified_to/passthrough.py +0 -301
  197. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/LICENSE.md +0 -0
  198. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/setup.cfg +0 -0
  199. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
  200. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
  201. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
  202. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/__init__.py +0 -0
  203. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/_hooks/__init__.py +0 -0
  204. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/_hooks/sdkhooks.py +0 -0
  205. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/_hooks/types.py +0 -0
  206. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/apicall.py +0 -0
  207. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/applicationstatus.py +0 -0
  208. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/auth.py +0 -0
  209. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/call.py +0 -0
  210. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/channel.py +0 -0
  211. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/connection.py +0 -0
  212. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/enrich.py +0 -0
  213. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/integration.py +0 -0
  214. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/issue.py +0 -0
  215. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/login.py +0 -0
  216. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/model.py +0 -0
  217. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/__init__.py +0 -0
  218. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/errors/__init__.py +0 -0
  219. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/errors/sdkerror.py +0 -0
  220. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
  221. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
  222. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getaccountingaccount.py +0 -0
  223. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getaccountingcontact.py +0 -0
  224. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
  225. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getaccountingjournal.py +0 -0
  226. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getaccountingorganization.py +0 -0
  227. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getaccountingtaxrate.py +0 -0
  228. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getaccountingtransaction.py +0 -0
  229. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getatsactivity.py +0 -0
  230. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getatsapplication.py +0 -0
  231. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getatscandidate.py +0 -0
  232. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getatscompany.py +0 -0
  233. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getatsdocument.py +0 -0
  234. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getatsinterview.py +0 -0
  235. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getatsjob.py +0 -0
  236. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getatsscorecard.py +0 -0
  237. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getcommercecollection.py +0 -0
  238. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getcommerceinventory.py +0 -0
  239. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getcommerceitem.py +0 -0
  240. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getcommercelocation.py +0 -0
  241. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getcrmcompany.py +0 -0
  242. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getcrmcontact.py +0 -0
  243. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getcrmdeal.py +0 -0
  244. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getcrmevent.py +0 -0
  245. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getcrmlead.py +0 -0
  246. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
  247. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/gethriscompany.py +0 -0
  248. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/gethrisemployee.py +0 -0
  249. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/gethrisgroup.py +0 -0
  250. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/gethrislocation.py +0 -0
  251. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/gethrispayslip.py +0 -0
  252. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/gethristimeoff.py +0 -0
  253. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getkmspage.py +0 -0
  254. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getkmsspace.py +0 -0
  255. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getmartechlist.py +0 -0
  256. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getmartechmember.py +0 -0
  257. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getmessagingchannel.py +0 -0
  258. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getmessagingmessage.py +0 -0
  259. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getpaymentlink.py +0 -0
  260. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getpaymentpayment.py +0 -0
  261. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getpaymentpayout.py +0 -0
  262. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getpaymentrefund.py +0 -0
  263. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getstoragefile.py +0 -0
  264. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/gettaskproject.py +0 -0
  265. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/gettasktask.py +0 -0
  266. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
  267. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getticketingnote.py +0 -0
  268. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getticketingticket.py +0 -0
  269. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getuccontact.py +0 -0
  270. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
  271. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
  272. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getunifiedintegrationauth.py +0 -0
  273. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
  274. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
  275. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listaccountingaccounts.py +0 -0
  276. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listaccountingcontacts.py +0 -0
  277. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
  278. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listaccountingjournals.py +0 -0
  279. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listaccountingorganizations.py +0 -0
  280. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listaccountingtaxrates.py +0 -0
  281. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listaccountingtransactions.py +0 -0
  282. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listatsactivities.py +0 -0
  283. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listatsapplications.py +0 -0
  284. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listatsapplicationstatuses.py +0 -0
  285. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listatscandidates.py +0 -0
  286. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listatscompanies.py +0 -0
  287. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listatsdocuments.py +0 -0
  288. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listatsinterviews.py +0 -0
  289. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listatsjobs.py +0 -0
  290. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listatsscorecards.py +0 -0
  291. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listcommercecollections.py +0 -0
  292. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listcommerceinventories.py +0 -0
  293. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listcommerceitems.py +0 -0
  294. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listcommercelocations.py +0 -0
  295. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
  296. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
  297. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listcrmdeals.py +0 -0
  298. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listcrmevents.py +0 -0
  299. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listcrmleads.py +0 -0
  300. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
  301. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
  302. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listenrichpeople.py +0 -0
  303. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listgenaimodels.py +0 -0
  304. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listhriscompanies.py +0 -0
  305. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listhrisemployees.py +0 -0
  306. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listhrisgroups.py +0 -0
  307. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listhrislocations.py +0 -0
  308. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listhrispayslips.py +0 -0
  309. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listhristimeoffs.py +0 -0
  310. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listkmspages.py +0 -0
  311. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listkmsspaces.py +0 -0
  312. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listmartechlists.py +0 -0
  313. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listmartechmembers.py +0 -0
  314. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listmessagingchannels.py +0 -0
  315. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listmessagingmessages.py +0 -0
  316. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listpaymentlinks.py +0 -0
  317. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listpaymentpayments.py +0 -0
  318. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listpaymentpayouts.py +0 -0
  319. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listpaymentrefunds.py +0 -0
  320. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/liststoragefiles.py +0 -0
  321. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listtaskprojects.py +0 -0
  322. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listtasktasks.py +0 -0
  323. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
  324. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listticketingnotes.py +0 -0
  325. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listticketingtickets.py +0 -0
  326. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listuccalls.py +0 -0
  327. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listuccontacts.py +0 -0
  328. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
  329. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listunifiedconnections.py +0 -0
  330. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listunifiedintegrations.py +0 -0
  331. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +0 -0
  332. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listunifiedissues.py +0 -0
  333. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
  334. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
  335. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchunifiedwebhook.py +0 -0
  336. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/patchunifiedwebhooktrigger.py +0 -0
  337. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeaccountingaccount.py +0 -0
  338. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeaccountingcontact.py +0 -0
  339. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
  340. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeaccountingjournal.py +0 -0
  341. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeaccountingtaxrate.py +0 -0
  342. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeaccountingtransaction.py +0 -0
  343. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeatsactivity.py +0 -0
  344. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeatsapplication.py +0 -0
  345. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeatscandidate.py +0 -0
  346. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeatsdocument.py +0 -0
  347. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeatsinterview.py +0 -0
  348. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeatsjob.py +0 -0
  349. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
  350. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removecommercecollection.py +0 -0
  351. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removecommerceinventory.py +0 -0
  352. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removecommerceitem.py +0 -0
  353. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removecommercelocation.py +0 -0
  354. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removecrmcompany.py +0 -0
  355. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removecrmcontact.py +0 -0
  356. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removecrmdeal.py +0 -0
  357. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removecrmevent.py +0 -0
  358. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removecrmlead.py +0 -0
  359. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
  360. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removehriscompany.py +0 -0
  361. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removehrisemployee.py +0 -0
  362. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removehrisgroup.py +0 -0
  363. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removehrislocation.py +0 -0
  364. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removekmspage.py +0 -0
  365. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removekmsspace.py +0 -0
  366. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removemartechlist.py +0 -0
  367. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removemartechmember.py +0 -0
  368. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removemessagingmessage.py +0 -0
  369. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removepaymentlink.py +0 -0
  370. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removepaymentpayment.py +0 -0
  371. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removestoragefile.py +0 -0
  372. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removetaskproject.py +0 -0
  373. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removetasktask.py +0 -0
  374. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
  375. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeticketingnote.py +0 -0
  376. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeticketingticket.py +0 -0
  377. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeuccontact.py +0 -0
  378. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
  379. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
  380. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
  381. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateunifiedwebhook.py +0 -0
  382. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/operations/updateunifiedwebhooktrigger.py +0 -0
  383. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingaccount.py +0 -0
  384. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingcontact.py +0 -0
  385. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingcontactpaymentmethod.py +0 -0
  386. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingemail.py +0 -0
  387. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountinginvoice.py +0 -0
  388. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingjournal.py +0 -0
  389. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingjournallineitem.py +0 -0
  390. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountinglineitem.py +0 -0
  391. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingorganization.py +0 -0
  392. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingtaxrate.py +0 -0
  393. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingtelephone.py +0 -0
  394. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingtransaction.py +0 -0
  395. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/accountingtransactionlineitem.py +0 -0
  396. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/apicall.py +0 -0
  397. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsactivity.py +0 -0
  398. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsaddress.py +0 -0
  399. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsapplicationanswer.py +0 -0
  400. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atscandidate.py +0 -0
  401. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atscompany.py +0 -0
  402. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atscompensation.py +0 -0
  403. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsdocument.py +0 -0
  404. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsemail.py +0 -0
  405. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsinterview.py +0 -0
  406. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsjob.py +0 -0
  407. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsjobquestion.py +0 -0
  408. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsscorecard.py +0 -0
  409. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsscorecardquestion.py +0 -0
  410. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atsstatus.py +0 -0
  411. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/atstelephone.py +0 -0
  412. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/commercecollection.py +0 -0
  413. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/commerceinventory.py +0 -0
  414. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/commerceitem.py +0 -0
  415. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/commerceitemmedia.py +0 -0
  416. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/commerceitemoption.py +0 -0
  417. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/commerceitemprice.py +0 -0
  418. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/commerceitemvariant.py +0 -0
  419. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/commercelocation.py +0 -0
  420. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/connection.py +0 -0
  421. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/crmcompany.py +0 -0
  422. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/crmcontact.py +0 -0
  423. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/crmdeal.py +0 -0
  424. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/crmemail.py +0 -0
  425. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/crmevent.py +0 -0
  426. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/crmlead.py +0 -0
  427. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/crmpipeline.py +0 -0
  428. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/crmstage.py +0 -0
  429. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/crmtelephone.py +0 -0
  430. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/enrichcompany.py +0 -0
  431. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/enrichemail.py +0 -0
  432. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/enrichperson.py +0 -0
  433. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
  434. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/enrichtelephone.py +0 -0
  435. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/genaicontent.py +0 -0
  436. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/genaimodel.py +0 -0
  437. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/genaiprompt.py +0 -0
  438. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/hriscompany.py +0 -0
  439. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/hriscompensation.py +0 -0
  440. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/hrisemail.py +0 -0
  441. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/hrisemployee.py +0 -0
  442. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/hrisgroup.py +0 -0
  443. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/hrislocation.py +0 -0
  444. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/hrispayslip.py +0 -0
  445. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/hrispayslipdetail.py +0 -0
  446. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/hristelephone.py +0 -0
  447. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/hristimeoff.py +0 -0
  448. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/integration.py +0 -0
  449. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/issue.py +0 -0
  450. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/kmspage.py +0 -0
  451. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/kmsspace.py +0 -0
  452. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/marketingemail.py +0 -0
  453. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/marketinglist.py +0 -0
  454. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/marketingmember.py +0 -0
  455. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/messagingattachment.py +0 -0
  456. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/messagingchannel.py +0 -0
  457. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/messagingmember.py +0 -0
  458. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/messagingmessage.py +0 -0
  459. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/paymentlink.py +0 -0
  460. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/paymentlinklineitem.py +0 -0
  461. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/paymentpayment.py +0 -0
  462. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/paymentpayout.py +0 -0
  463. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/paymentrefund.py +0 -0
  464. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_accountingcontact_billing_address.py +0 -0
  465. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_accountingcontact_shipping_address.py +0 -0
  466. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_accountingorganization_address.py +0 -0
  467. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_atsactivity_from.py +0 -0
  468. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
  469. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_atscompany_address.py +0 -0
  470. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_commercelocation_address.py +0 -0
  471. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_connection_auth.py +0 -0
  472. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_connection_categories.py +0 -0
  473. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_connection_permissions.py +0 -0
  474. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
  475. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
  476. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
  477. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
  478. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
  479. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
  480. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
  481. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
  482. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
  483. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
  484. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_hriscompany_address.py +0 -0
  485. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
  486. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_hrisemployee_employee_roles.py +0 -0
  487. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_hrislocation_address.py +0 -0
  488. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_integration_categories.py +0 -0
  489. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
  490. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_messagingmessage_author_member.py +0 -0
  491. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_created.py +0 -0
  492. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_deleted.py +0 -0
  493. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_updated.py +0 -0
  494. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_storagepermission_roles.py +0 -0
  495. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
  496. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/security.py +0 -0
  497. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/storagefile.py +0 -0
  498. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/storagepermission.py +0 -0
  499. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/taskproject.py +0 -0
  500. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/tasktask.py +0 -0
  501. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
  502. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/ticketingemail.py +0 -0
  503. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/ticketingnote.py +0 -0
  504. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
  505. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/ticketingticket.py +0 -0
  506. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/uccall.py +0 -0
  507. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/uccontact.py +0 -0
  508. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/ucemail.py +0 -0
  509. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/uctelephone.py +0 -0
  510. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/models/shared/webhook.py +0 -0
  511. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/organization.py +0 -0
  512. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/payout.py +0 -0
  513. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/payslip.py +0 -0
  514. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/person.py +0 -0
  515. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/refund.py +0 -0
  516. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/sdk.py +0 -0
  517. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/timeoff.py +0 -0
  518. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/unified.py +0 -0
  519. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/utils/__init__.py +0 -0
  520. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/utils/retries.py +0 -0
  521. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/utils/utils.py +0 -0
  522. {Unified-python-sdk-0.23.23 → Unified-python-sdk-0.24.0}/src/unified_to/webhook.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Unified-python-sdk
3
- Version: 0.23.23
3
+ Version: 0.24.0
4
4
  Summary: Python Client SDK for Unified.to
5
5
  Home-page: https://github.com/unified-to/unified-python-sdk.git
6
6
  Author: Unified API Inc
@@ -65,6 +65,18 @@ Description: <div align="left">
65
65
  <!-- Start Available Resources and Operations [operations] -->
66
66
  ## Available Resources and Operations
67
67
 
68
+ <details open>
69
+ <summary>Available methods</summary>
70
+
71
+ ### [account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md)
72
+
73
+ * [create_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#create_accounting_account) - Create an account
74
+ * [get_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#get_accounting_account) - Retrieve an account
75
+ * [list_accounting_accounts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#list_accounting_accounts) - List all accounts
76
+ * [patch_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#patch_accounting_account) - Update an account
77
+ * [remove_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#remove_accounting_account) - Remove an account
78
+ * [update_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#update_accounting_account) - Update an account
79
+
68
80
  ### [accounting](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md)
69
81
 
70
82
  * [create_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#create_accounting_account) - Create an account
@@ -106,76 +118,32 @@ Description: <div align="left">
106
118
  * [update_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#update_accounting_taxrate) - Update a taxrate
107
119
  * [update_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#update_accounting_transaction) - Update a transaction
108
120
 
109
- ### [account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md)
110
-
111
- * [create_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#create_accounting_account) - Create an account
112
- * [get_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#get_accounting_account) - Retrieve an account
113
- * [list_accounting_accounts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#list_accounting_accounts) - List all accounts
114
- * [patch_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#patch_accounting_account) - Update an account
115
- * [remove_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#remove_accounting_account) - Remove an account
116
- * [update_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#update_accounting_account) - Update an account
117
-
118
- ### [contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md)
119
-
120
- * [create_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#create_accounting_contact) - Create a contact
121
- * [create_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#create_crm_contact) - Create a contact
122
- * [create_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#create_uc_contact) - Create a contact
123
- * [get_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#get_accounting_contact) - Retrieve a contact
124
- * [get_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#get_crm_contact) - Retrieve a contact
125
- * [get_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#get_uc_contact) - Retrieve a contact
126
- * [list_accounting_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#list_accounting_contacts) - List all contacts
127
- * [list_crm_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#list_crm_contacts) - List all contacts
128
- * [list_uc_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#list_uc_contacts) - List all contacts
129
- * [patch_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#patch_accounting_contact) - Update a contact
130
- * [patch_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#patch_crm_contact) - Update a contact
131
- * [patch_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#patch_uc_contact) - Update a contact
132
- * [remove_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#remove_accounting_contact) - Remove a contact
133
- * [remove_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#remove_crm_contact) - Remove a contact
134
- * [remove_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#remove_uc_contact) - Remove a contact
135
- * [update_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#update_accounting_contact) - Update a contact
136
- * [update_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#update_crm_contact) - Update a contact
137
- * [update_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#update_uc_contact) - Update a contact
138
-
139
- ### [invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md)
140
-
141
- * [create_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#create_accounting_invoice) - Create an invoice
142
- * [get_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#get_accounting_invoice) - Retrieve an invoice
143
- * [list_accounting_invoices](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#list_accounting_invoices) - List all invoices
144
- * [patch_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#patch_accounting_invoice) - Update an invoice
145
- * [remove_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#remove_accounting_invoice) - Remove an invoice
146
- * [update_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#update_accounting_invoice) - Update an invoice
147
-
148
- ### [journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md)
121
+ ### [activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md)
149
122
 
150
- * [create_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#create_accounting_journal) - Create a journal
151
- * [get_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#get_accounting_journal) - Retrieve a journal
152
- * [list_accounting_journals](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#list_accounting_journals) - List all journals
153
- * [patch_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#patch_accounting_journal) - Update a journal
154
- * [remove_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#remove_accounting_journal) - Remove a journal
155
- * [update_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#update_accounting_journal) - Update a journal
123
+ * [create_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#create_ats_activity) - Create an activity
124
+ * [get_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#get_ats_activity) - Retrieve an activity
125
+ * [list_ats_activities](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#list_ats_activities) - List all activities
126
+ * [patch_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#patch_ats_activity) - Update an activity
127
+ * [remove_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#remove_ats_activity) - Remove an activity
128
+ * [update_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#update_ats_activity) - Update an activity
156
129
 
157
- ### [organization](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/organization/README.md)
130
+ ### [apicall](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/apicall/README.md)
158
131
 
159
- * [get_accounting_organization](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/organization/README.md#get_accounting_organization) - Retrieve an organization
160
- * [list_accounting_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/organization/README.md#list_accounting_organizations) - List all organizations
132
+ * [get_unified_apicall](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/apicall/README.md#get_unified_apicall) - Retrieve specific API Call by its ID
133
+ * [list_unified_apicalls](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/apicall/README.md#list_unified_apicalls) - Returns API Calls
161
134
 
162
- ### [taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md)
135
+ ### [application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md)
163
136
 
164
- * [create_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#create_accounting_taxrate) - Create a taxrate
165
- * [get_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#get_accounting_taxrate) - Retrieve a taxrate
166
- * [list_accounting_taxrates](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#list_accounting_taxrates) - List all taxrates
167
- * [patch_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#patch_accounting_taxrate) - Update a taxrate
168
- * [remove_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#remove_accounting_taxrate) - Remove a taxrate
169
- * [update_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#update_accounting_taxrate) - Update a taxrate
137
+ * [create_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#create_ats_application) - Create an application
138
+ * [get_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#get_ats_application) - Retrieve an application
139
+ * [list_ats_applications](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#list_ats_applications) - List all applications
140
+ * [patch_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#patch_ats_application) - Update an application
141
+ * [remove_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#remove_ats_application) - Remove an application
142
+ * [update_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#update_ats_application) - Update an application
170
143
 
171
- ### [transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md)
144
+ ### [applicationstatus](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/applicationstatus/README.md)
172
145
 
173
- * [create_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#create_accounting_transaction) - Create a transaction
174
- * [get_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#get_accounting_transaction) - Retrieve a transaction
175
- * [list_accounting_transactions](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#list_accounting_transactions) - List all transactions
176
- * [patch_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#patch_accounting_transaction) - Update a transaction
177
- * [remove_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#remove_accounting_transaction) - Remove a transaction
178
- * [update_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#update_accounting_transaction) - Update a transaction
146
+ * [list_ats_applicationstatuses](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/applicationstatus/README.md#list_ats_applicationstatuses) - List all applicationstatuses
179
147
 
180
148
  ### [ats](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md)
181
149
 
@@ -225,27 +193,14 @@ Description: <div align="left">
225
193
  * [update_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#update_ats_job) - Update a job
226
194
  * [update_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#update_ats_scorecard) - Update a scorecard
227
195
 
228
- ### [activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md)
229
-
230
- * [create_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#create_ats_activity) - Create an activity
231
- * [get_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#get_ats_activity) - Retrieve an activity
232
- * [list_ats_activities](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#list_ats_activities) - List all activities
233
- * [patch_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#patch_ats_activity) - Update an activity
234
- * [remove_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#remove_ats_activity) - Remove an activity
235
- * [update_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#update_ats_activity) - Update an activity
236
-
237
- ### [application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md)
196
+ ### [auth](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/auth/README.md)
238
197
 
239
- * [create_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#create_ats_application) - Create an application
240
- * [get_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#get_ats_application) - Retrieve an application
241
- * [list_ats_applications](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#list_ats_applications) - List all applications
242
- * [patch_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#patch_ats_application) - Update an application
243
- * [remove_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#remove_ats_application) - Remove an application
244
- * [update_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#update_ats_application) - Update an application
198
+ * [get_unified_integration_auth](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/auth/README.md#get_unified_integration_auth) - Create connection indirectly
199
+ * [get_unified_integration_login](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/auth/README.md#get_unified_integration_login) - Sign in a user
245
200
 
246
- ### [applicationstatus](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/applicationstatus/README.md)
201
+ ### [call](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/call/README.md)
247
202
 
248
- * [list_ats_applicationstatuses](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/applicationstatus/README.md#list_ats_applicationstatuses) - List all applicationstatuses
203
+ * [list_uc_calls](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/call/README.md#list_uc_calls) - List all calls
249
204
 
250
205
  ### [candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/candidate/README.md)
251
206
 
@@ -256,59 +211,19 @@ Description: <div align="left">
256
211
  * [remove_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/candidate/README.md#remove_ats_candidate) - Remove a candidate
257
212
  * [update_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/candidate/README.md#update_ats_candidate) - Update a candidate
258
213
 
259
- ### [company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md)
260
-
261
- * [create_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#create_crm_company) - Create a company
262
- * [create_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#create_hris_company) - Create a company
263
- * [get_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#get_ats_company) - Retrieve a company
264
- * [get_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#get_crm_company) - Retrieve a company
265
- * [get_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#get_hris_company) - Retrieve a company
266
- * [list_ats_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#list_ats_companies) - List all companies
267
- * [list_crm_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#list_crm_companies) - List all companies
268
- * [list_enrich_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#list_enrich_companies) - Retrieve enrichment information for a company
269
- * [list_hris_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#list_hris_companies) - List all companies
270
- * [patch_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#patch_crm_company) - Update a company
271
- * [patch_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#patch_hris_company) - Update a company
272
- * [remove_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#remove_crm_company) - Remove a company
273
- * [remove_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#remove_hris_company) - Remove a company
274
- * [update_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#update_crm_company) - Update a company
275
- * [update_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#update_hris_company) - Update a company
276
-
277
- ### [document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md)
278
-
279
- * [create_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#create_ats_document) - Create a document
280
- * [get_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#get_ats_document) - Retrieve a document
281
- * [list_ats_documents](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#list_ats_documents) - List all documents
282
- * [patch_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#patch_ats_document) - Update a document
283
- * [remove_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#remove_ats_document) - Remove a document
284
- * [update_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#update_ats_document) - Update a document
285
-
286
- ### [interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md)
287
-
288
- * [create_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#create_ats_interview) - Create an interview
289
- * [get_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#get_ats_interview) - Retrieve an interview
290
- * [list_ats_interviews](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#list_ats_interviews) - List all interviews
291
- * [patch_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#patch_ats_interview) - Update an interview
292
- * [remove_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#remove_ats_interview) - Remove an interview
293
- * [update_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#update_ats_interview) - Update an interview
294
-
295
- ### [job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md)
214
+ ### [channel](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/channel/README.md)
296
215
 
297
- * [create_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#create_ats_job) - Create a job
298
- * [get_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#get_ats_job) - Retrieve a job
299
- * [list_ats_jobs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#list_ats_jobs) - List all jobs
300
- * [patch_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#patch_ats_job) - Update a job
301
- * [remove_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#remove_ats_job) - Remove a job
302
- * [update_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#update_ats_job) - Update a job
216
+ * [get_messaging_channel](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/channel/README.md#get_messaging_channel) - Retrieve a channel
217
+ * [list_messaging_channels](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/channel/README.md#list_messaging_channels) - List all channels
303
218
 
304
- ### [scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md)
219
+ ### [collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md)
305
220
 
306
- * [create_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#create_ats_scorecard) - Create a scorecard
307
- * [get_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#get_ats_scorecard) - Retrieve a scorecard
308
- * [list_ats_scorecards](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#list_ats_scorecards) - List all scorecards
309
- * [patch_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#patch_ats_scorecard) - Update a scorecard
310
- * [remove_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#remove_ats_scorecard) - Remove a scorecard
311
- * [update_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#update_ats_scorecard) - Update a scorecard
221
+ * [create_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#create_commerce_collection) - Create a collection
222
+ * [get_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#get_commerce_collection) - Retrieve a collection
223
+ * [list_commerce_collections](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#list_commerce_collections) - List all collections
224
+ * [patch_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#patch_commerce_collection) - Update a collection
225
+ * [remove_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#remove_commerce_collection) - Remove a collection
226
+ * [update_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#update_commerce_collection) - Update a collection
312
227
 
313
228
  ### [commerce](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md)
314
229
 
@@ -337,47 +252,53 @@ Description: <div align="left">
337
252
  * [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_item) - Update an item
338
253
  * [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_location) - Update a location
339
254
 
340
- ### [collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md)
341
-
342
- * [create_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#create_commerce_collection) - Create a collection
343
- * [get_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#get_commerce_collection) - Retrieve a collection
344
- * [list_commerce_collections](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#list_commerce_collections) - List all collections
345
- * [patch_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#patch_commerce_collection) - Update a collection
346
- * [remove_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#remove_commerce_collection) - Remove a collection
347
- * [update_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#update_commerce_collection) - Update a collection
348
-
349
- ### [inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md)
255
+ ### [company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md)
350
256
 
351
- * [create_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#create_commerce_inventory) - Create an inventory
352
- * [get_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#get_commerce_inventory) - Retrieve an inventory
353
- * [list_commerce_inventories](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#list_commerce_inventories) - List all inventories
354
- * [patch_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#patch_commerce_inventory) - Update an inventory
355
- * [remove_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#remove_commerce_inventory) - Remove an inventory
356
- * [update_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#update_commerce_inventory) - Update an inventory
257
+ * [create_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#create_crm_company) - Create a company
258
+ * [create_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#create_hris_company) - Create a company
259
+ * [get_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#get_ats_company) - Retrieve a company
260
+ * [get_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#get_crm_company) - Retrieve a company
261
+ * [get_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#get_hris_company) - Retrieve a company
262
+ * [list_ats_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#list_ats_companies) - List all companies
263
+ * [list_crm_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#list_crm_companies) - List all companies
264
+ * [list_enrich_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#list_enrich_companies) - Retrieve enrichment information for a company
265
+ * [list_hris_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#list_hris_companies) - List all companies
266
+ * [patch_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#patch_crm_company) - Update a company
267
+ * [patch_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#patch_hris_company) - Update a company
268
+ * [remove_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#remove_crm_company) - Remove a company
269
+ * [remove_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#remove_hris_company) - Remove a company
270
+ * [update_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#update_crm_company) - Update a company
271
+ * [update_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#update_hris_company) - Update a company
357
272
 
358
- ### [item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md)
273
+ ### [connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md)
359
274
 
360
- * [create_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#create_commerce_item) - Create an item
361
- * [get_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#get_commerce_item) - Retrieve an item
362
- * [list_commerce_items](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#list_commerce_items) - List all items
363
- * [patch_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#patch_commerce_item) - Update an item
364
- * [remove_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#remove_commerce_item) - Remove an item
365
- * [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#update_commerce_item) - Update an item
275
+ * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#create_unified_connection) - Create connection
276
+ * [get_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#get_unified_connection) - Retrieve connection
277
+ * [list_unified_connections](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#list_unified_connections) - List all connections
278
+ * [patch_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#patch_unified_connection) - Update connection
279
+ * [remove_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#remove_unified_connection) - Remove connection
280
+ * [update_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#update_unified_connection) - Update connection
366
281
 
367
- ### [location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md)
282
+ ### [contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md)
368
283
 
369
- * [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#create_commerce_location) - Create a location
370
- * [create_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#create_hris_location) - Create a location
371
- * [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#get_commerce_location) - Retrieve a location
372
- * [get_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#get_hris_location) - Retrieve a location
373
- * [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#list_commerce_locations) - List all locations
374
- * [list_hris_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#list_hris_locations) - List all locations
375
- * [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#patch_commerce_location) - Update a location
376
- * [patch_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#patch_hris_location) - Update a location
377
- * [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#remove_commerce_location) - Remove a location
378
- * [remove_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#remove_hris_location) - Remove a location
379
- * [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#update_commerce_location) - Update a location
380
- * [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#update_hris_location) - Update a location
284
+ * [create_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#create_accounting_contact) - Create a contact
285
+ * [create_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#create_crm_contact) - Create a contact
286
+ * [create_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#create_uc_contact) - Create a contact
287
+ * [get_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#get_accounting_contact) - Retrieve a contact
288
+ * [get_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#get_crm_contact) - Retrieve a contact
289
+ * [get_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#get_uc_contact) - Retrieve a contact
290
+ * [list_accounting_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#list_accounting_contacts) - List all contacts
291
+ * [list_crm_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#list_crm_contacts) - List all contacts
292
+ * [list_uc_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#list_uc_contacts) - List all contacts
293
+ * [patch_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#patch_accounting_contact) - Update a contact
294
+ * [patch_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#patch_crm_contact) - Update a contact
295
+ * [patch_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#patch_uc_contact) - Update a contact
296
+ * [remove_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#remove_accounting_contact) - Remove a contact
297
+ * [remove_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#remove_crm_contact) - Remove a contact
298
+ * [remove_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#remove_uc_contact) - Remove a contact
299
+ * [update_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#update_accounting_contact) - Update a contact
300
+ * [update_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#update_crm_contact) - Update a contact
301
+ * [update_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#update_uc_contact) - Update a contact
381
302
 
382
303
  ### [crm](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md)
383
304
 
@@ -418,63 +339,78 @@ Description: <div align="left">
418
339
  * [update_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#update_crm_lead) - Update a lead
419
340
  * [update_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#update_crm_pipeline) - Update a pipeline
420
341
 
421
- ### [deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md)
342
+ ### [customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md)
422
343
 
423
- * [create_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#create_crm_deal) - Create a deal
344
+ * [create_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#create_ticketing_customer) - Create a customer
345
+ * [get_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#get_ticketing_customer) - Retrieve a customer
346
+ * [list_ticketing_customers](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#list_ticketing_customers) - List all customers
347
+ * [patch_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#patch_ticketing_customer) - Update a customer
348
+ * [remove_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#remove_ticketing_customer) - Remove a customer
349
+ * [update_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#update_ticketing_customer) - Update a customer
350
+
351
+ ### [deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md)
352
+
353
+ * [create_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#create_crm_deal) - Create a deal
424
354
  * [get_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#get_crm_deal) - Retrieve a deal
425
355
  * [list_crm_deals](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#list_crm_deals) - List all deals
426
356
  * [patch_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#patch_crm_deal) - Update a deal
427
357
  * [remove_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#remove_crm_deal) - Remove a deal
428
358
  * [update_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#update_crm_deal) - Update a deal
429
359
 
430
- ### [event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md)
431
-
432
- * [create_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#create_crm_event) - Create an event
433
- * [get_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#get_crm_event) - Retrieve an event
434
- * [list_crm_events](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#list_crm_events) - List all events
435
- * [patch_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#patch_crm_event) - Update an event
436
- * [remove_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#remove_crm_event) - Remove an event
437
- * [update_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#update_crm_event) - Update an event
438
-
439
- ### [lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md)
360
+ ### [document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md)
440
361
 
441
- * [create_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#create_crm_lead) - Create a lead
442
- * [get_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#get_crm_lead) - Retrieve a lead
443
- * [list_crm_leads](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#list_crm_leads) - List all leads
444
- * [patch_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#patch_crm_lead) - Update a lead
445
- * [remove_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#remove_crm_lead) - Remove a lead
446
- * [update_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#update_crm_lead) - Update a lead
362
+ * [create_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#create_ats_document) - Create a document
363
+ * [get_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#get_ats_document) - Retrieve a document
364
+ * [list_ats_documents](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#list_ats_documents) - List all documents
365
+ * [patch_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#patch_ats_document) - Update a document
366
+ * [remove_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#remove_ats_document) - Remove a document
367
+ * [update_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#update_ats_document) - Update a document
447
368
 
448
- ### [pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md)
369
+ ### [employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md)
449
370
 
450
- * [create_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#create_crm_pipeline) - Create a pipeline
451
- * [get_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#get_crm_pipeline) - Retrieve a pipeline
452
- * [list_crm_pipelines](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#list_crm_pipelines) - List all pipelines
453
- * [patch_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#patch_crm_pipeline) - Update a pipeline
454
- * [remove_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#remove_crm_pipeline) - Remove a pipeline
455
- * [update_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#update_crm_pipeline) - Update a pipeline
371
+ * [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#create_hris_employee) - Create an employee
372
+ * [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#get_hris_employee) - Retrieve an employee
373
+ * [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#list_hris_employees) - List all employees
374
+ * [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#patch_hris_employee) - Update an employee
375
+ * [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#remove_hris_employee) - Remove an employee
376
+ * [update_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#update_hris_employee) - Update an employee
456
377
 
457
378
  ### [enrich](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/enrich/README.md)
458
379
 
459
380
  * [list_enrich_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/enrich/README.md#list_enrich_companies) - Retrieve enrichment information for a company
460
381
  * [list_enrich_people](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/enrich/README.md#list_enrich_people) - Retrieve enrichment information for a person
461
382
 
462
- ### [person](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/person/README.md)
383
+ ### [event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md)
463
384
 
464
- * [list_enrich_people](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/person/README.md#list_enrich_people) - Retrieve enrichment information for a person
385
+ * [create_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#create_crm_event) - Create an event
386
+ * [get_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#get_crm_event) - Retrieve an event
387
+ * [list_crm_events](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#list_crm_events) - List all events
388
+ * [patch_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#patch_crm_event) - Update an event
389
+ * [remove_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#remove_crm_event) - Remove an event
390
+ * [update_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#update_crm_event) - Update an event
391
+
392
+ ### [file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md)
393
+
394
+ * [create_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#create_storage_file) - Create a file
395
+ * [get_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#get_storage_file) - Retrieve a file
396
+ * [list_storage_files](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#list_storage_files) - List all files
397
+ * [patch_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#patch_storage_file) - Update a file
398
+ * [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#remove_storage_file) - Remove a file
399
+ * [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#update_storage_file) - Update a file
465
400
 
466
401
  ### [genai](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/genai/README.md)
467
402
 
468
403
  * [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/genai/README.md#create_genai_prompt) - Create a prompt
469
404
  * [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/genai/README.md#list_genai_models) - List all models
470
405
 
471
- ### [model](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md)
472
-
473
- * [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md#list_genai_models) - List all models
474
-
475
- ### [prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/prompt/README.md)
406
+ ### [group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md)
476
407
 
477
- * [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/prompt/README.md#create_genai_prompt) - Create a prompt
408
+ * [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#create_hris_group) - Create a group
409
+ * [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#get_hris_group) - Retrieve a group
410
+ * [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#list_hris_groups) - List all groups
411
+ * [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#patch_hris_group) - Update a group
412
+ * [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#remove_hris_group) - Remove a group
413
+ * [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#update_hris_group) - Update a group
478
414
 
479
415
  ### [hris](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md)
480
416
 
@@ -507,33 +443,69 @@ Description: <div align="left">
507
443
  * [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_group) - Update a group
508
444
  * [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_location) - Update a location
509
445
 
510
- ### [employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md)
446
+ ### [integration](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/integration/README.md)
511
447
 
512
- * [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#create_hris_employee) - Create an employee
513
- * [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#get_hris_employee) - Retrieve an employee
514
- * [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#list_hris_employees) - List all employees
515
- * [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#patch_hris_employee) - Update an employee
516
- * [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#remove_hris_employee) - Remove an employee
517
- * [update_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#update_hris_employee) - Update an employee
448
+ * [get_unified_integration_auth](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/integration/README.md#get_unified_integration_auth) - Create connection indirectly
449
+ * [list_unified_integration_workspaces](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/integration/README.md#list_unified_integration_workspaces) - Returns all activated integrations in a workspace
450
+ * [list_unified_integrations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/integration/README.md#list_unified_integrations) - Returns all integrations
518
451
 
519
- ### [group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md)
452
+ ### [interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md)
520
453
 
521
- * [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#create_hris_group) - Create a group
522
- * [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#get_hris_group) - Retrieve a group
523
- * [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#list_hris_groups) - List all groups
524
- * [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#patch_hris_group) - Update a group
525
- * [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#remove_hris_group) - Remove a group
526
- * [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#update_hris_group) - Update a group
454
+ * [create_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#create_ats_interview) - Create an interview
455
+ * [get_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#get_ats_interview) - Retrieve an interview
456
+ * [list_ats_interviews](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#list_ats_interviews) - List all interviews
457
+ * [patch_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#patch_ats_interview) - Update an interview
458
+ * [remove_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#remove_ats_interview) - Remove an interview
459
+ * [update_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#update_ats_interview) - Update an interview
527
460
 
528
- ### [payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md)
461
+ ### [inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md)
529
462
 
530
- * [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md#get_hris_payslip) - Retrieve a payslip
531
- * [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md#list_hris_payslips) - List all payslips
463
+ * [create_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#create_commerce_inventory) - Create an inventory
464
+ * [get_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#get_commerce_inventory) - Retrieve an inventory
465
+ * [list_commerce_inventories](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#list_commerce_inventories) - List all inventories
466
+ * [patch_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#patch_commerce_inventory) - Update an inventory
467
+ * [remove_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#remove_commerce_inventory) - Remove an inventory
468
+ * [update_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#update_commerce_inventory) - Update an inventory
532
469
 
533
- ### [timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md)
470
+ ### [invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md)
534
471
 
535
- * [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md#get_hris_timeoff) - Retrieve a timeoff
536
- * [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md#list_hris_timeoffs) - List all timeoffs
472
+ * [create_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#create_accounting_invoice) - Create an invoice
473
+ * [get_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#get_accounting_invoice) - Retrieve an invoice
474
+ * [list_accounting_invoices](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#list_accounting_invoices) - List all invoices
475
+ * [patch_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#patch_accounting_invoice) - Update an invoice
476
+ * [remove_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#remove_accounting_invoice) - Remove an invoice
477
+ * [update_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#update_accounting_invoice) - Update an invoice
478
+
479
+ ### [issue](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/issue/README.md)
480
+
481
+ * [list_unified_issues](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/issue/README.md#list_unified_issues) - List support issues
482
+
483
+ ### [item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md)
484
+
485
+ * [create_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#create_commerce_item) - Create an item
486
+ * [get_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#get_commerce_item) - Retrieve an item
487
+ * [list_commerce_items](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#list_commerce_items) - List all items
488
+ * [patch_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#patch_commerce_item) - Update an item
489
+ * [remove_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#remove_commerce_item) - Remove an item
490
+ * [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#update_commerce_item) - Update an item
491
+
492
+ ### [job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md)
493
+
494
+ * [create_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#create_ats_job) - Create a job
495
+ * [get_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#get_ats_job) - Retrieve a job
496
+ * [list_ats_jobs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#list_ats_jobs) - List all jobs
497
+ * [patch_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#patch_ats_job) - Update a job
498
+ * [remove_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#remove_ats_job) - Remove a job
499
+ * [update_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#update_ats_job) - Update a job
500
+
501
+ ### [journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md)
502
+
503
+ * [create_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#create_accounting_journal) - Create a journal
504
+ * [get_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#get_accounting_journal) - Retrieve a journal
505
+ * [list_accounting_journals](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#list_accounting_journals) - List all journals
506
+ * [patch_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#patch_accounting_journal) - Update a journal
507
+ * [remove_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#remove_accounting_journal) - Remove a journal
508
+ * [update_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/journal/README.md#update_accounting_journal) - Update a journal
537
509
 
538
510
  ### [kms](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/kms/README.md)
539
511
 
@@ -550,23 +522,51 @@ Description: <div align="left">
550
522
  * [update_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/kms/README.md#update_kms_page) - Update a page
551
523
  * [update_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/kms/README.md#update_kms_space) - Update a space
552
524
 
553
- ### [page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md)
525
+ ### [lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md)
554
526
 
555
- * [create_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#create_kms_page) - Create a page
556
- * [get_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#get_kms_page) - Retrieve a page
557
- * [list_kms_pages](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#list_kms_pages) - List all pages
558
- * [patch_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#patch_kms_page) - Update a page
559
- * [remove_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#remove_kms_page) - Remove a page
560
- * [update_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#update_kms_page) - Update a page
527
+ * [create_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#create_crm_lead) - Create a lead
528
+ * [get_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#get_crm_lead) - Retrieve a lead
529
+ * [list_crm_leads](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#list_crm_leads) - List all leads
530
+ * [patch_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#patch_crm_lead) - Update a lead
531
+ * [remove_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#remove_crm_lead) - Remove a lead
532
+ * [update_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#update_crm_lead) - Update a lead
561
533
 
562
- ### [space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md)
534
+ ### [link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md)
563
535
 
564
- * [create_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#create_kms_space) - Create a space
565
- * [get_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#get_kms_space) - Retrieve a space
566
- * [list_kms_spaces](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#list_kms_spaces) - List all spaces
567
- * [patch_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#patch_kms_space) - Update a space
568
- * [remove_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#remove_kms_space) - Remove a space
569
- * [update_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#update_kms_space) - Update a space
536
+ * [create_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#create_payment_link) - Create a link
537
+ * [get_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#get_payment_link) - Retrieve a link
538
+ * [list_payment_links](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#list_payment_links) - List all links
539
+ * [patch_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#patch_payment_link) - Update a link
540
+ * [remove_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#remove_payment_link) - Remove a link
541
+ * [update_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#update_payment_link) - Update a link
542
+
543
+ ### [list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md)
544
+
545
+ * [create_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#create_martech_list) - Create a list
546
+ * [get_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#get_martech_list) - Retrieve a list
547
+ * [list_martech_lists](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#list_martech_lists) - List all lists
548
+ * [patch_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#patch_martech_list) - Update a list
549
+ * [remove_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#remove_martech_list) - Remove a list
550
+ * [update_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#update_martech_list) - Update a list
551
+
552
+ ### [location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md)
553
+
554
+ * [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#create_commerce_location) - Create a location
555
+ * [create_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#create_hris_location) - Create a location
556
+ * [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#get_commerce_location) - Retrieve a location
557
+ * [get_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#get_hris_location) - Retrieve a location
558
+ * [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#list_commerce_locations) - List all locations
559
+ * [list_hris_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#list_hris_locations) - List all locations
560
+ * [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#patch_commerce_location) - Update a location
561
+ * [patch_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#patch_hris_location) - Update a location
562
+ * [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#remove_commerce_location) - Remove a location
563
+ * [remove_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#remove_hris_location) - Remove a location
564
+ * [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#update_commerce_location) - Update a location
565
+ * [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#update_hris_location) - Update a location
566
+
567
+ ### [login](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/login/README.md)
568
+
569
+ * [get_unified_integration_login](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/login/README.md#get_unified_integration_login) - Sign in a user
570
570
 
571
571
  ### [martech](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md)
572
572
 
@@ -583,15 +583,6 @@ Description: <div align="left">
583
583
  * [update_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#update_martech_list) - Update a list
584
584
  * [update_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#update_martech_member) - Update a member
585
585
 
586
- ### [list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md)
587
-
588
- * [create_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#create_martech_list) - Create a list
589
- * [get_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#get_martech_list) - Retrieve a list
590
- * [list_martech_lists](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#list_martech_lists) - List all lists
591
- * [patch_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#patch_martech_list) - Update a list
592
- * [remove_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#remove_martech_list) - Remove a list
593
- * [update_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#update_martech_list) - Update a list
594
-
595
586
  ### [member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md)
596
587
 
597
588
  * [create_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md#create_martech_member) - Create a member
@@ -601,6 +592,15 @@ Description: <div align="left">
601
592
  * [remove_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md#remove_martech_member) - Remove a member
602
593
  * [update_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md#update_martech_member) - Update a member
603
594
 
595
+ ### [message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md)
596
+
597
+ * [create_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#create_messaging_message) - Create a message
598
+ * [get_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#get_messaging_message) - Retrieve a message
599
+ * [list_messaging_messages](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#list_messaging_messages) - List all messages
600
+ * [patch_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#patch_messaging_message) - Update a message
601
+ * [remove_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#remove_messaging_message) - Remove a message
602
+ * [update_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#update_messaging_message) - Update a message
603
+
604
604
  ### [messaging](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/messaging/README.md)
605
605
 
606
606
  * [create_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/messaging/README.md#create_messaging_message) - Create a message
@@ -612,27 +612,43 @@ Description: <div align="left">
612
612
  * [remove_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/messaging/README.md#remove_messaging_message) - Remove a message
613
613
  * [update_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/messaging/README.md#update_messaging_message) - Update a message
614
614
 
615
- ### [channel](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/channel/README.md)
615
+ ### [model](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md)
616
616
 
617
- * [get_messaging_channel](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/channel/README.md#get_messaging_channel) - Retrieve a channel
618
- * [list_messaging_channels](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/channel/README.md#list_messaging_channels) - List all channels
617
+ * [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md#list_genai_models) - List all models
619
618
 
620
- ### [message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md)
619
+ ### [note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md)
621
620
 
622
- * [create_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#create_messaging_message) - Create a message
623
- * [get_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#get_messaging_message) - Retrieve a message
624
- * [list_messaging_messages](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#list_messaging_messages) - List all messages
625
- * [patch_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#patch_messaging_message) - Update a message
626
- * [remove_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#remove_messaging_message) - Remove a message
627
- * [update_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/message/README.md#update_messaging_message) - Update a message
621
+ * [create_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#create_ticketing_note) - Create a note
622
+ * [get_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#get_ticketing_note) - Retrieve a note
623
+ * [list_ticketing_notes](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#list_ticketing_notes) - List all notes
624
+ * [patch_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#patch_ticketing_note) - Update a note
625
+ * [remove_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#remove_ticketing_note) - Remove a note
626
+ * [update_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#update_ticketing_note) - Update a note
627
+
628
+ ### [organization](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/organization/README.md)
629
+
630
+ * [get_accounting_organization](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/organization/README.md#get_accounting_organization) - Retrieve an organization
631
+ * [list_accounting_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/organization/README.md#list_accounting_organizations) - List all organizations
632
+
633
+ ### [page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md)
634
+
635
+ * [create_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#create_kms_page) - Create a page
636
+ * [get_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#get_kms_page) - Retrieve a page
637
+ * [list_kms_pages](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#list_kms_pages) - List all pages
638
+ * [patch_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#patch_kms_page) - Update a page
639
+ * [remove_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#remove_kms_page) - Remove a page
640
+ * [update_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/page/README.md#update_kms_page) - Update a page
628
641
 
629
642
  ### [passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md)
630
643
 
631
- * [create_passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#create_passthrough) - Passthrough POST
644
+ * [create_passthrough_json](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#create_passthrough_json) - Passthrough POST
645
+ * [create_passthrough_raw](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#create_passthrough_raw) - Passthrough POST
632
646
  * [list_passthroughs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#list_passthroughs) - Passthrough GET
633
- * [patch_passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#patch_passthrough) - Passthrough PUT
647
+ * [patch_passthrough_json](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#patch_passthrough_json) - Passthrough PUT
648
+ * [patch_passthrough_raw](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#patch_passthrough_raw) - Passthrough PUT
634
649
  * [remove_passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#remove_passthrough) - Passthrough DELETE
635
- * [update_passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#update_passthrough) - Passthrough PUT
650
+ * [update_passthrough_json](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#update_passthrough_json) - Passthrough PUT
651
+ * [update_passthrough_raw](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#update_passthrough_raw) - Passthrough PUT
636
652
 
637
653
  ### [payment](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md)
638
654
 
@@ -653,25 +669,65 @@ Description: <div align="left">
653
669
  * [update_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#update_payment_link) - Update a link
654
670
  * [update_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#update_payment_payment) - Update a payment
655
671
 
656
- ### [link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md)
657
-
658
- * [create_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#create_payment_link) - Create a link
659
- * [get_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#get_payment_link) - Retrieve a link
660
- * [list_payment_links](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#list_payment_links) - List all links
661
- * [patch_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#patch_payment_link) - Update a link
662
- * [remove_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#remove_payment_link) - Remove a link
663
- * [update_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#update_payment_link) - Update a link
664
-
665
672
  ### [payout](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payout/README.md)
666
673
 
667
674
  * [get_payment_payout](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payout/README.md#get_payment_payout) - Retrieve a payout
668
675
  * [list_payment_payouts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payout/README.md#list_payment_payouts) - List all payouts
669
676
 
677
+ ### [payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md)
678
+
679
+ * [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md#get_hris_payslip) - Retrieve a payslip
680
+ * [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md#list_hris_payslips) - List all payslips
681
+
682
+ ### [person](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/person/README.md)
683
+
684
+ * [list_enrich_people](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/person/README.md#list_enrich_people) - Retrieve enrichment information for a person
685
+
686
+ ### [pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md)
687
+
688
+ * [create_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#create_crm_pipeline) - Create a pipeline
689
+ * [get_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#get_crm_pipeline) - Retrieve a pipeline
690
+ * [list_crm_pipelines](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#list_crm_pipelines) - List all pipelines
691
+ * [patch_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#patch_crm_pipeline) - Update a pipeline
692
+ * [remove_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#remove_crm_pipeline) - Remove a pipeline
693
+ * [update_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#update_crm_pipeline) - Update a pipeline
694
+
695
+ ### [project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md)
696
+
697
+ * [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#create_task_project) - Create a project
698
+ * [get_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#get_task_project) - Retrieve a project
699
+ * [list_task_projects](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#list_task_projects) - List all projects
700
+ * [patch_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#patch_task_project) - Update a project
701
+ * [remove_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#remove_task_project) - Remove a project
702
+ * [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#update_task_project) - Update a project
703
+
704
+ ### [prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/prompt/README.md)
705
+
706
+ * [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/prompt/README.md#create_genai_prompt) - Create a prompt
707
+
670
708
  ### [refund](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/refund/README.md)
671
709
 
672
710
  * [get_payment_refund](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/refund/README.md#get_payment_refund) - Retrieve a refund
673
711
  * [list_payment_refunds](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/refund/README.md#list_payment_refunds) - List all refunds
674
712
 
713
+ ### [scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md)
714
+
715
+ * [create_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#create_ats_scorecard) - Create a scorecard
716
+ * [get_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#get_ats_scorecard) - Retrieve a scorecard
717
+ * [list_ats_scorecards](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#list_ats_scorecards) - List all scorecards
718
+ * [patch_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#patch_ats_scorecard) - Update a scorecard
719
+ * [remove_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#remove_ats_scorecard) - Remove a scorecard
720
+ * [update_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#update_ats_scorecard) - Update a scorecard
721
+
722
+ ### [space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md)
723
+
724
+ * [create_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#create_kms_space) - Create a space
725
+ * [get_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#get_kms_space) - Retrieve a space
726
+ * [list_kms_spaces](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#list_kms_spaces) - List all spaces
727
+ * [patch_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#patch_kms_space) - Update a space
728
+ * [remove_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#remove_kms_space) - Remove a space
729
+ * [update_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/space/README.md#update_kms_space) - Update a space
730
+
675
731
  ### [storage](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md)
676
732
 
677
733
  * [create_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md#create_storage_file) - Create a file
@@ -681,15 +737,6 @@ Description: <div align="left">
681
737
  * [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md#remove_storage_file) - Remove a file
682
738
  * [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md#update_storage_file) - Update a file
683
739
 
684
- ### [file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md)
685
-
686
- * [create_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#create_storage_file) - Create a file
687
- * [get_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#get_storage_file) - Retrieve a file
688
- * [list_storage_files](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#list_storage_files) - List all files
689
- * [patch_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#patch_storage_file) - Update a file
690
- * [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#remove_storage_file) - Remove a file
691
- * [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#update_storage_file) - Update a file
692
-
693
740
  ### [task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md)
694
741
 
695
742
  * [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#create_task_project) - Create a project
@@ -705,14 +752,23 @@ Description: <div align="left">
705
752
  * [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#update_task_project) - Update a project
706
753
  * [update_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#update_task_task) - Update a task
707
754
 
708
- ### [project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md)
755
+ ### [taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md)
709
756
 
710
- * [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#create_task_project) - Create a project
711
- * [get_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#get_task_project) - Retrieve a project
712
- * [list_task_projects](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#list_task_projects) - List all projects
713
- * [patch_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#patch_task_project) - Update a project
714
- * [remove_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#remove_task_project) - Remove a project
715
- * [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#update_task_project) - Update a project
757
+ * [create_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#create_accounting_taxrate) - Create a taxrate
758
+ * [get_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#get_accounting_taxrate) - Retrieve a taxrate
759
+ * [list_accounting_taxrates](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#list_accounting_taxrates) - List all taxrates
760
+ * [patch_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#patch_accounting_taxrate) - Update a taxrate
761
+ * [remove_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#remove_accounting_taxrate) - Remove a taxrate
762
+ * [update_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#update_accounting_taxrate) - Update a taxrate
763
+
764
+ ### [ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md)
765
+
766
+ * [create_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#create_ticketing_ticket) - Create a ticket
767
+ * [get_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#get_ticketing_ticket) - Retrieve a ticket
768
+ * [list_ticketing_tickets](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#list_ticketing_tickets) - List all tickets
769
+ * [patch_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#patch_ticketing_ticket) - Update a ticket
770
+ * [remove_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#remove_ticketing_ticket) - Remove a ticket
771
+ * [update_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#update_ticketing_ticket) - Update a ticket
716
772
 
717
773
  ### [ticketing](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md)
718
774
 
@@ -735,32 +791,19 @@ Description: <div align="left">
735
791
  * [update_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#update_ticketing_note) - Update a note
736
792
  * [update_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#update_ticketing_ticket) - Update a ticket
737
793
 
738
- ### [customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md)
739
-
740
- * [create_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#create_ticketing_customer) - Create a customer
741
- * [get_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#get_ticketing_customer) - Retrieve a customer
742
- * [list_ticketing_customers](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#list_ticketing_customers) - List all customers
743
- * [patch_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#patch_ticketing_customer) - Update a customer
744
- * [remove_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#remove_ticketing_customer) - Remove a customer
745
- * [update_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#update_ticketing_customer) - Update a customer
746
-
747
- ### [note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md)
794
+ ### [timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md)
748
795
 
749
- * [create_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#create_ticketing_note) - Create a note
750
- * [get_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#get_ticketing_note) - Retrieve a note
751
- * [list_ticketing_notes](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#list_ticketing_notes) - List all notes
752
- * [patch_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#patch_ticketing_note) - Update a note
753
- * [remove_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#remove_ticketing_note) - Remove a note
754
- * [update_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#update_ticketing_note) - Update a note
796
+ * [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md#get_hris_timeoff) - Retrieve a timeoff
797
+ * [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md#list_hris_timeoffs) - List all timeoffs
755
798
 
756
- ### [ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md)
799
+ ### [transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md)
757
800
 
758
- * [create_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#create_ticketing_ticket) - Create a ticket
759
- * [get_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#get_ticketing_ticket) - Retrieve a ticket
760
- * [list_ticketing_tickets](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#list_ticketing_tickets) - List all tickets
761
- * [patch_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#patch_ticketing_ticket) - Update a ticket
762
- * [remove_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#remove_ticketing_ticket) - Remove a ticket
763
- * [update_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#update_ticketing_ticket) - Update a ticket
801
+ * [create_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#create_accounting_transaction) - Create a transaction
802
+ * [get_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#get_accounting_transaction) - Retrieve a transaction
803
+ * [list_accounting_transactions](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#list_accounting_transactions) - List all transactions
804
+ * [patch_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#patch_accounting_transaction) - Update a transaction
805
+ * [remove_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#remove_accounting_transaction) - Remove a transaction
806
+ * [update_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#update_accounting_transaction) - Update a transaction
764
807
 
765
808
  ### [uc](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md)
766
809
 
@@ -772,10 +815,6 @@ Description: <div align="left">
772
815
  * [remove_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md#remove_uc_contact) - Remove a contact
773
816
  * [update_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md#update_uc_contact) - Update a contact
774
817
 
775
- ### [call](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/call/README.md)
776
-
777
- * [list_uc_calls](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/call/README.md#list_uc_calls) - List all calls
778
-
779
818
  ### [unified](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md)
780
819
 
781
820
  * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#create_unified_connection) - Create connection
@@ -799,38 +838,6 @@ Description: <div align="left">
799
838
  * [update_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#update_unified_webhook) - Update webhook subscription
800
839
  * [update_unified_webhook_trigger](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#update_unified_webhook_trigger) - Trigger webhook
801
840
 
802
- ### [apicall](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/apicall/README.md)
803
-
804
- * [get_unified_apicall](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/apicall/README.md#get_unified_apicall) - Retrieve specific API Call by its ID
805
- * [list_unified_apicalls](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/apicall/README.md#list_unified_apicalls) - Returns API Calls
806
-
807
- ### [connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md)
808
-
809
- * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#create_unified_connection) - Create connection
810
- * [get_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#get_unified_connection) - Retrieve connection
811
- * [list_unified_connections](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#list_unified_connections) - List all connections
812
- * [patch_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#patch_unified_connection) - Update connection
813
- * [remove_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#remove_unified_connection) - Remove connection
814
- * [update_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#update_unified_connection) - Update connection
815
-
816
- ### [integration](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/integration/README.md)
817
-
818
- * [get_unified_integration_auth](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/integration/README.md#get_unified_integration_auth) - Create connection indirectly
819
- * [list_unified_integration_workspaces](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/integration/README.md#list_unified_integration_workspaces) - Returns all activated integrations in a workspace
820
- * [list_unified_integrations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/integration/README.md#list_unified_integrations) - Returns all integrations
821
-
822
- ### [auth](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/auth/README.md)
823
-
824
- * [get_unified_integration_auth](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/auth/README.md#get_unified_integration_auth) - Create connection indirectly
825
- * [get_unified_integration_login](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/auth/README.md#get_unified_integration_login) - Sign in a user
826
-
827
- ### [login](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/login/README.md)
828
-
829
- * [get_unified_integration_login](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/login/README.md#get_unified_integration_login) - Sign in a user
830
-
831
- ### [issue](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/issue/README.md)
832
-
833
- * [list_unified_issues](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/issue/README.md#list_unified_issues) - List support issues
834
841
 
835
842
  ### [webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/webhook/README.md)
836
843
 
@@ -842,6 +849,8 @@ Description: <div align="left">
842
849
  * [remove_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/webhook/README.md#remove_unified_webhook) - Remove webhook subscription
843
850
  * [update_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/webhook/README.md#update_unified_webhook) - Update webhook subscription
844
851
  * [update_unified_webhook_trigger](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/webhook/README.md#update_unified_webhook_trigger) - Trigger webhook
852
+
853
+ </details>
845
854
  <!-- End Available Resources and Operations [operations] -->
846
855
 
847
856