Unified-python-sdk 0.21.0__tar.gz → 0.21.2__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 (431) hide show
  1. Unified-python-sdk-0.21.2/PKG-INFO +881 -0
  2. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/README.md +14 -0
  3. Unified-python-sdk-0.21.2/setup.py +53 -0
  4. Unified-python-sdk-0.21.2/src/Unified_python_sdk.egg-info/PKG-INFO +881 -0
  5. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/Unified_python_sdk.egg-info/SOURCES.txt +9 -0
  6. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/hris.py +220 -0
  7. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/__init__.py +5 -1
  8. Unified-python-sdk-0.21.2/src/unified_to/models/operations/gethrispayslip.py +33 -0
  9. Unified-python-sdk-0.21.2/src/unified_to/models/operations/gethristimeoff.py +33 -0
  10. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getunifiedintegrationauth.py +4 -0
  11. Unified-python-sdk-0.21.2/src/unified_to/models/operations/listhrispayslips.py +42 -0
  12. Unified-python-sdk-0.21.2/src/unified_to/models/operations/listhristimeoffs.py +42 -0
  13. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/__init__.py +4 -1
  14. Unified-python-sdk-0.21.2/src/unified_to/models/shared/hrispayslip.py +36 -0
  15. Unified-python-sdk-0.21.2/src/unified_to/models/shared/hrispayslipdetail.py +40 -0
  16. Unified-python-sdk-0.21.2/src/unified_to/models/shared/hristimeoff.py +38 -0
  17. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_connection_permissions.py +4 -0
  18. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/webhook.py +2 -0
  19. Unified-python-sdk-0.21.2/src/unified_to/payslip.py +126 -0
  20. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/sdk.py +6 -0
  21. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/sdkconfiguration.py +3 -3
  22. Unified-python-sdk-0.21.2/src/unified_to/timeoff.py +126 -0
  23. Unified-python-sdk-0.21.0/PKG-INFO +0 -867
  24. Unified-python-sdk-0.21.0/setup.py +0 -44
  25. Unified-python-sdk-0.21.0/src/Unified_python_sdk.egg-info/PKG-INFO +0 -867
  26. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/LICENSE.md +0 -0
  27. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/setup.cfg +0 -0
  28. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
  29. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
  30. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
  31. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/__init__.py +0 -0
  32. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/_hooks/__init__.py +0 -0
  33. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/_hooks/sdkhooks.py +0 -0
  34. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/_hooks/types.py +0 -0
  35. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/account.py +0 -0
  36. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/accounting.py +0 -0
  37. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/activity.py +0 -0
  38. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/apicall.py +0 -0
  39. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/application.py +0 -0
  40. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/applicationstatus.py +0 -0
  41. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/ats.py +0 -0
  42. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/auth.py +0 -0
  43. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/call.py +0 -0
  44. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/candidate.py +0 -0
  45. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/collection.py +0 -0
  46. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/commerce.py +0 -0
  47. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/company.py +0 -0
  48. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/connection.py +0 -0
  49. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/contact.py +0 -0
  50. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/crm.py +0 -0
  51. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/customer.py +0 -0
  52. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/deal.py +0 -0
  53. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/document.py +0 -0
  54. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/employee.py +0 -0
  55. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/enrich.py +0 -0
  56. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/event.py +0 -0
  57. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/file.py +0 -0
  58. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/group.py +0 -0
  59. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/integration.py +0 -0
  60. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/interview.py +0 -0
  61. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/inventory.py +0 -0
  62. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/invoice.py +0 -0
  63. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/issue.py +0 -0
  64. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/item.py +0 -0
  65. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/job.py +0 -0
  66. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/lead.py +0 -0
  67. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/link.py +0 -0
  68. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/list.py +0 -0
  69. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/location.py +0 -0
  70. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/login.py +0 -0
  71. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/martech.py +0 -0
  72. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/member.py +0 -0
  73. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/__init__.py +0 -0
  74. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/errors/__init__.py +0 -0
  75. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/errors/sdkerror.py +0 -0
  76. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createaccountingaccount.py +0 -0
  77. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createaccountingcontact.py +0 -0
  78. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
  79. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createaccountingtaxrate.py +0 -0
  80. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createaccountingtransaction.py +0 -0
  81. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsactivity.py +0 -0
  82. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsapplication.py +0 -0
  83. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatscandidate.py +0 -0
  84. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsdocument.py +0 -0
  85. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsinterview.py +0 -0
  86. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsjob.py +0 -0
  87. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsscorecard.py +0 -0
  88. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcommercecollection.py +0 -0
  89. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcommerceinventory.py +0 -0
  90. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcommerceitem.py +0 -0
  91. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcommercelocation.py +0 -0
  92. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmcompany.py +0 -0
  93. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmcontact.py +0 -0
  94. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmdeal.py +0 -0
  95. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmevent.py +0 -0
  96. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmlead.py +0 -0
  97. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
  98. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createhrisemployee.py +0 -0
  99. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createhrisgroup.py +0 -0
  100. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createmartechlist.py +0 -0
  101. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createmartechmember.py +0 -0
  102. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createpassthrough.py +0 -0
  103. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createpaymentlink.py +0 -0
  104. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createpaymentpayment.py +0 -0
  105. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createstoragefile.py +0 -0
  106. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
  107. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createticketingnote.py +0 -0
  108. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createticketingticket.py +0 -0
  109. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createuccontact.py +0 -0
  110. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
  111. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
  112. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountingaccount.py +0 -0
  113. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountingcontact.py +0 -0
  114. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
  115. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountingorganization.py +0 -0
  116. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountingtaxrate.py +0 -0
  117. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountingtransaction.py +0 -0
  118. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsactivity.py +0 -0
  119. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsapplication.py +0 -0
  120. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatscandidate.py +0 -0
  121. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatscompany.py +0 -0
  122. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsdocument.py +0 -0
  123. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsinterview.py +0 -0
  124. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsjob.py +0 -0
  125. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsscorecard.py +0 -0
  126. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcommercecollection.py +0 -0
  127. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcommerceinventory.py +0 -0
  128. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcommerceitem.py +0 -0
  129. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcommercelocation.py +0 -0
  130. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmcompany.py +0 -0
  131. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmcontact.py +0 -0
  132. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmdeal.py +0 -0
  133. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmevent.py +0 -0
  134. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmlead.py +0 -0
  135. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
  136. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/gethrisemployee.py +0 -0
  137. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/gethrisgroup.py +0 -0
  138. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getmartechlist.py +0 -0
  139. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getmartechmember.py +0 -0
  140. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getpaymentlink.py +0 -0
  141. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getpaymentpayment.py +0 -0
  142. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getpaymentpayout.py +0 -0
  143. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getpaymentrefund.py +0 -0
  144. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getstoragefile.py +0 -0
  145. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
  146. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getticketingnote.py +0 -0
  147. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getticketingticket.py +0 -0
  148. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getuccontact.py +0 -0
  149. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
  150. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
  151. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
  152. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
  153. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountingaccounts.py +0 -0
  154. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountingcontacts.py +0 -0
  155. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
  156. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountingorganizations.py +0 -0
  157. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountingtaxrates.py +0 -0
  158. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountingtransactions.py +0 -0
  159. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsactivities.py +0 -0
  160. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsapplications.py +0 -0
  161. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsapplicationstatuses.py +0 -0
  162. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatscandidates.py +0 -0
  163. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatscompanies.py +0 -0
  164. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsdocuments.py +0 -0
  165. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsinterviews.py +0 -0
  166. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsjobs.py +0 -0
  167. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsscorecards.py +0 -0
  168. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcommercecollections.py +0 -0
  169. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcommerceinventories.py +0 -0
  170. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcommerceitems.py +0 -0
  171. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcommercelocations.py +0 -0
  172. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
  173. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
  174. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmdeals.py +0 -0
  175. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmevents.py +0 -0
  176. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmleads.py +0 -0
  177. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
  178. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
  179. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listenrichpeople.py +0 -0
  180. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listhrisemployees.py +0 -0
  181. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listhrisgroups.py +0 -0
  182. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listmartechlists.py +0 -0
  183. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listmartechmembers.py +0 -0
  184. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listpassthroughs.py +0 -0
  185. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listpaymentlinks.py +0 -0
  186. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listpaymentpayments.py +0 -0
  187. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listpaymentpayouts.py +0 -0
  188. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listpaymentrefunds.py +0 -0
  189. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/liststoragefiles.py +0 -0
  190. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
  191. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listticketingnotes.py +0 -0
  192. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listticketingtickets.py +0 -0
  193. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listuccalls.py +0 -0
  194. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listuccontacts.py +0 -0
  195. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
  196. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedconnections.py +0 -0
  197. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedintegrations.py +0 -0
  198. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +0 -0
  199. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedissues.py +0 -0
  200. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
  201. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchaccountingaccount.py +0 -0
  202. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchaccountingcontact.py +0 -0
  203. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
  204. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchaccountingtaxrate.py +0 -0
  205. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchaccountingtransaction.py +0 -0
  206. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsactivity.py +0 -0
  207. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsapplication.py +0 -0
  208. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatscandidate.py +0 -0
  209. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsdocument.py +0 -0
  210. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsinterview.py +0 -0
  211. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsjob.py +0 -0
  212. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
  213. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcommercecollection.py +0 -0
  214. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcommerceinventory.py +0 -0
  215. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcommerceitem.py +0 -0
  216. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcommercelocation.py +0 -0
  217. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
  218. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
  219. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
  220. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmevent.py +0 -0
  221. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmlead.py +0 -0
  222. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
  223. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
  224. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
  225. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchmartechlist.py +0 -0
  226. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchmartechmember.py +0 -0
  227. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchpassthrough.py +0 -0
  228. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchpaymentlink.py +0 -0
  229. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchpaymentpayment.py +0 -0
  230. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchstoragefile.py +0 -0
  231. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
  232. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchticketingnote.py +0 -0
  233. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchticketingticket.py +0 -0
  234. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchuccontact.py +0 -0
  235. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
  236. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchunifiedwebhooktrigger.py +0 -0
  237. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeaccountingaccount.py +0 -0
  238. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeaccountingcontact.py +0 -0
  239. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
  240. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeaccountingtaxrate.py +0 -0
  241. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeaccountingtransaction.py +0 -0
  242. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsactivity.py +0 -0
  243. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsapplication.py +0 -0
  244. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatscandidate.py +0 -0
  245. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsdocument.py +0 -0
  246. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsinterview.py +0 -0
  247. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsjob.py +0 -0
  248. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
  249. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecommercecollection.py +0 -0
  250. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecommerceinventory.py +0 -0
  251. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecommerceitem.py +0 -0
  252. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecommercelocation.py +0 -0
  253. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmcompany.py +0 -0
  254. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmcontact.py +0 -0
  255. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmdeal.py +0 -0
  256. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmevent.py +0 -0
  257. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmlead.py +0 -0
  258. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
  259. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removehrisemployee.py +0 -0
  260. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removehrisgroup.py +0 -0
  261. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removemartechlist.py +0 -0
  262. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removemartechmember.py +0 -0
  263. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removepassthrough.py +0 -0
  264. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removepaymentlink.py +0 -0
  265. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removepaymentpayment.py +0 -0
  266. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removestoragefile.py +0 -0
  267. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
  268. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeticketingnote.py +0 -0
  269. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeticketingticket.py +0 -0
  270. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeuccontact.py +0 -0
  271. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
  272. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
  273. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateaccountingaccount.py +0 -0
  274. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateaccountingcontact.py +0 -0
  275. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
  276. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateaccountingtaxrate.py +0 -0
  277. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateaccountingtransaction.py +0 -0
  278. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsactivity.py +0 -0
  279. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsapplication.py +0 -0
  280. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatscandidate.py +0 -0
  281. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsdocument.py +0 -0
  282. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsinterview.py +0 -0
  283. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsjob.py +0 -0
  284. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
  285. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecommercecollection.py +0 -0
  286. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecommerceinventory.py +0 -0
  287. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecommerceitem.py +0 -0
  288. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecommercelocation.py +0 -0
  289. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
  290. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
  291. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
  292. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmevent.py +0 -0
  293. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmlead.py +0 -0
  294. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
  295. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
  296. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
  297. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatemartechlist.py +0 -0
  298. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatemartechmember.py +0 -0
  299. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatepassthrough.py +0 -0
  300. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatepaymentlink.py +0 -0
  301. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatepaymentpayment.py +0 -0
  302. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatestoragefile.py +0 -0
  303. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
  304. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateticketingnote.py +0 -0
  305. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateticketingticket.py +0 -0
  306. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateuccontact.py +0 -0
  307. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
  308. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateunifiedwebhooktrigger.py +0 -0
  309. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingaccount.py +0 -0
  310. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingcontact.py +0 -0
  311. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingcontactpaymentmethod.py +0 -0
  312. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingemail.py +0 -0
  313. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountinginvoice.py +0 -0
  314. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountinglineitem.py +0 -0
  315. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingorganization.py +0 -0
  316. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingtaxrate.py +0 -0
  317. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingtelephone.py +0 -0
  318. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingtransaction.py +0 -0
  319. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingtransactionlineitem.py +0 -0
  320. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/apicall.py +0 -0
  321. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsactivity.py +0 -0
  322. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsaddress.py +0 -0
  323. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsapplication.py +0 -0
  324. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsapplicationanswer.py +0 -0
  325. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atscandidate.py +0 -0
  326. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atscompany.py +0 -0
  327. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atscompensation.py +0 -0
  328. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsdocument.py +0 -0
  329. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsemail.py +0 -0
  330. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsinterview.py +0 -0
  331. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsjob.py +0 -0
  332. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsjobquestion.py +0 -0
  333. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsscorecard.py +0 -0
  334. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsscorecardquestion.py +0 -0
  335. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsstatus.py +0 -0
  336. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atstelephone.py +0 -0
  337. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commercecollection.py +0 -0
  338. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceinventory.py +0 -0
  339. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceitem.py +0 -0
  340. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceitemmedia.py +0 -0
  341. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceitemoption.py +0 -0
  342. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceitemprice.py +0 -0
  343. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceitemvariant.py +0 -0
  344. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commercelocation.py +0 -0
  345. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/connection.py +0 -0
  346. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmcompany.py +0 -0
  347. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmcontact.py +0 -0
  348. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmdeal.py +0 -0
  349. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmemail.py +0 -0
  350. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmevent.py +0 -0
  351. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmlead.py +0 -0
  352. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmpipeline.py +0 -0
  353. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmtelephone.py +0 -0
  354. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/enrichcompany.py +0 -0
  355. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/enrichemail.py +0 -0
  356. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/enrichperson.py +0 -0
  357. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
  358. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/enrichtelephone.py +0 -0
  359. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/hrisemail.py +0 -0
  360. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/hrisemployee.py +0 -0
  361. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/hrisgroup.py +0 -0
  362. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/hristelephone.py +0 -0
  363. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/integration.py +0 -0
  364. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/integrationsupport.py +0 -0
  365. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/issue.py +0 -0
  366. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/marketingemail.py +0 -0
  367. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/marketinglist.py +0 -0
  368. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/marketingmember.py +0 -0
  369. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/paymentlink.py +0 -0
  370. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/paymentlinklineitem.py +0 -0
  371. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/paymentpayment.py +0 -0
  372. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/paymentpayout.py +0 -0
  373. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/paymentrefund.py +0 -0
  374. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_accountingcontact_billing_address.py +0 -0
  375. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_accountingcontact_shipping_address.py +0 -0
  376. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_accountingorganization_address.py +0 -0
  377. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
  378. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_atscompany_address.py +0 -0
  379. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_commercelocation_address.py +0 -0
  380. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_connection_auth.py +0 -0
  381. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_connection_categories.py +0 -0
  382. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
  383. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
  384. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
  385. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
  386. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
  387. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
  388. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
  389. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
  390. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
  391. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
  392. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
  393. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_integration_categories.py +0 -0
  394. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
  395. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_created.py +0 -0
  396. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_deleted.py +0 -0
  397. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_updated.py +0 -0
  398. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_storagepermission_roles.py +0 -0
  399. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
  400. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/security.py +0 -0
  401. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/storagefile.py +0 -0
  402. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/storagepermission.py +0 -0
  403. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
  404. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ticketingemail.py +0 -0
  405. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ticketingnote.py +0 -0
  406. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
  407. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ticketingticket.py +0 -0
  408. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/uccall.py +0 -0
  409. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/uccontact.py +0 -0
  410. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ucemail.py +0 -0
  411. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/uctelephone.py +0 -0
  412. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/note.py +0 -0
  413. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/organization.py +0 -0
  414. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/passthrough.py +0 -0
  415. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/payment.py +0 -0
  416. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/payout.py +0 -0
  417. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/person.py +0 -0
  418. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/pipeline.py +0 -0
  419. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/refund.py +0 -0
  420. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/scorecard.py +0 -0
  421. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/storage.py +0 -0
  422. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/taxrate.py +0 -0
  423. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/ticket.py +0 -0
  424. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/ticketing.py +0 -0
  425. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/transaction.py +0 -0
  426. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/uc.py +0 -0
  427. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/unified.py +0 -0
  428. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/utils/__init__.py +0 -0
  429. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/utils/retries.py +0 -0
  430. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/utils/utils.py +0 -0
  431. {Unified-python-sdk-0.21.0 → Unified-python-sdk-0.21.2}/src/unified_to/webhook.py +0 -0
@@ -0,0 +1,881 @@
1
+ Metadata-Version: 2.1
2
+ Name: Unified-python-sdk
3
+ Version: 0.21.2
4
+ Summary: Python Client SDK for Unified.to
5
+ Home-page: https://github.com/unified-to/unified-python-sdk.git
6
+ Author: Unified API Inc
7
+ License: UNKNOWN
8
+ Description: <div align="left">
9
+ <a href="https://speakeasyapi.dev/"><img src="https://custom-icon-badges.demolab.com/badge/-Built%20By%20Speakeasy-212015?style=for-the-badge&logoColor=FBE331&logo=speakeasy&labelColor=545454" /></a>
10
+ <a href="https://github.com/unified-to/unified-python-sdk/actions"><img src="https://img.shields.io/github/actions/workflow/status/unified-to/unified-python-sdk/speakeasy_sdk_generation.yml?style=for-the-badge" /></a>
11
+
12
+ </div>
13
+
14
+ <!-- Start SDK Installation [installation] -->
15
+ ## SDK Installation
16
+
17
+ ```bash
18
+ pip install Unified-python-sdk
19
+ ```
20
+ <!-- End SDK Installation [installation] -->
21
+
22
+ <!-- Start SDK Example Usage [usage] -->
23
+ ## SDK Example Usage
24
+
25
+ ### Example
26
+
27
+ ```python
28
+ import unified_to
29
+ from unified_to.models import operations, shared
30
+
31
+ s = unified_to.UnifiedTo(
32
+ security=shared.Security(
33
+ jwt="<YOUR_API_KEY_HERE>",
34
+ ),
35
+ )
36
+
37
+ req = operations.CreateAccountingAccountRequest(
38
+ connection_id='<value>',
39
+ )
40
+
41
+ res = s.accounting.create_accounting_account(req)
42
+
43
+ if res.accounting_account is not None:
44
+ # handle response
45
+ pass
46
+
47
+ ```
48
+ <!-- End SDK Example Usage [usage] -->
49
+
50
+ <!-- Start Available Resources and Operations [operations] -->
51
+ ## Available Resources and Operations
52
+
53
+ ### [accounting](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md)
54
+
55
+ * [create_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#create_accounting_account) - Create an account
56
+ * [create_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#create_accounting_contact) - Create a contact
57
+ * [create_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#create_accounting_invoice) - Create a invoice
58
+ * [create_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#create_accounting_taxrate) - Create a taxrate
59
+ * [create_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#create_accounting_transaction) - Create a transaction
60
+ * [get_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#get_accounting_account) - Retrieve an account
61
+ * [get_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#get_accounting_contact) - Retrieve a contact
62
+ * [get_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#get_accounting_invoice) - Retrieve a invoice
63
+ * [get_accounting_organization](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#get_accounting_organization) - Retrieve an organization
64
+ * [get_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#get_accounting_taxrate) - Retrieve a taxrate
65
+ * [get_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#get_accounting_transaction) - Retrieve a transaction
66
+ * [list_accounting_accounts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#list_accounting_accounts) - List all accounts
67
+ * [list_accounting_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#list_accounting_contacts) - List all contacts
68
+ * [list_accounting_invoices](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#list_accounting_invoices) - List all invoices
69
+ * [list_accounting_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#list_accounting_organizations) - List all organizations
70
+ * [list_accounting_taxrates](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#list_accounting_taxrates) - List all taxrates
71
+ * [list_accounting_transactions](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#list_accounting_transactions) - List all transactions
72
+ * [patch_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#patch_accounting_account) - Update an account
73
+ * [patch_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#patch_accounting_contact) - Update a contact
74
+ * [patch_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#patch_accounting_invoice) - Update a invoice
75
+ * [patch_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#patch_accounting_taxrate) - Update a taxrate
76
+ * [patch_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#patch_accounting_transaction) - Update a transaction
77
+ * [remove_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#remove_accounting_account) - Remove an account
78
+ * [remove_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#remove_accounting_contact) - Remove a contact
79
+ * [remove_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#remove_accounting_invoice) - Remove a invoice
80
+ * [remove_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#remove_accounting_taxrate) - Remove a taxrate
81
+ * [remove_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#remove_accounting_transaction) - Remove a transaction
82
+ * [update_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#update_accounting_account) - Update an account
83
+ * [update_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#update_accounting_contact) - Update a contact
84
+ * [update_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#update_accounting_invoice) - Update a invoice
85
+ * [update_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#update_accounting_taxrate) - Update a taxrate
86
+ * [update_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/accounting/README.md#update_accounting_transaction) - Update a transaction
87
+
88
+ ### [account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md)
89
+
90
+ * [create_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#create_accounting_account) - Create an account
91
+ * [get_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#get_accounting_account) - Retrieve an account
92
+ * [list_accounting_accounts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#list_accounting_accounts) - List all accounts
93
+ * [patch_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#patch_accounting_account) - Update an account
94
+ * [remove_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#remove_accounting_account) - Remove an account
95
+ * [update_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/account/README.md#update_accounting_account) - Update an account
96
+
97
+ ### [contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md)
98
+
99
+ * [create_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#create_accounting_contact) - Create a contact
100
+ * [create_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#create_crm_contact) - Create a contact
101
+ * [create_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#create_uc_contact) - Create a contact
102
+ * [get_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#get_accounting_contact) - Retrieve a contact
103
+ * [get_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#get_crm_contact) - Retrieve a contact
104
+ * [get_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#get_uc_contact) - Retrieve a contact
105
+ * [list_accounting_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#list_accounting_contacts) - List all contacts
106
+ * [list_crm_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#list_crm_contacts) - List all contacts
107
+ * [list_uc_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#list_uc_contacts) - List all contacts
108
+ * [patch_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#patch_accounting_contact) - Update a contact
109
+ * [patch_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#patch_crm_contact) - Update a contact
110
+ * [patch_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#patch_uc_contact) - Update a contact
111
+ * [remove_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#remove_accounting_contact) - Remove a contact
112
+ * [remove_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#remove_crm_contact) - Remove a contact
113
+ * [remove_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#remove_uc_contact) - Remove a contact
114
+ * [update_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#update_accounting_contact) - Update a contact
115
+ * [update_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#update_crm_contact) - Update a contact
116
+ * [update_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/contact/README.md#update_uc_contact) - Update a contact
117
+
118
+ ### [invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md)
119
+
120
+ * [create_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#create_accounting_invoice) - Create a invoice
121
+ * [get_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#get_accounting_invoice) - Retrieve a invoice
122
+ * [list_accounting_invoices](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#list_accounting_invoices) - List all invoices
123
+ * [patch_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#patch_accounting_invoice) - Update a invoice
124
+ * [remove_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#remove_accounting_invoice) - Remove a invoice
125
+ * [update_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/invoice/README.md#update_accounting_invoice) - Update a invoice
126
+
127
+ ### [organization](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/organization/README.md)
128
+
129
+ * [get_accounting_organization](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/organization/README.md#get_accounting_organization) - Retrieve an organization
130
+ * [list_accounting_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/organization/README.md#list_accounting_organizations) - List all organizations
131
+
132
+ ### [taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md)
133
+
134
+ * [create_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#create_accounting_taxrate) - Create a taxrate
135
+ * [get_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#get_accounting_taxrate) - Retrieve a taxrate
136
+ * [list_accounting_taxrates](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#list_accounting_taxrates) - List all taxrates
137
+ * [patch_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#patch_accounting_taxrate) - Update a taxrate
138
+ * [remove_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#remove_accounting_taxrate) - Remove a taxrate
139
+ * [update_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/taxrate/README.md#update_accounting_taxrate) - Update a taxrate
140
+
141
+ ### [transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md)
142
+
143
+ * [create_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#create_accounting_transaction) - Create a transaction
144
+ * [get_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#get_accounting_transaction) - Retrieve a transaction
145
+ * [list_accounting_transactions](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#list_accounting_transactions) - List all transactions
146
+ * [patch_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#patch_accounting_transaction) - Update a transaction
147
+ * [remove_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#remove_accounting_transaction) - Remove a transaction
148
+ * [update_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/transaction/README.md#update_accounting_transaction) - Update a transaction
149
+
150
+ ### [ats](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md)
151
+
152
+ * [create_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#create_ats_activity) - Create an activity
153
+ * [create_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#create_ats_application) - Create an application
154
+ * [create_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#create_ats_candidate) - Create a candidate
155
+ * [create_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#create_ats_document) - Create a document
156
+ * [create_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#create_ats_interview) - Create a interview
157
+ * [create_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#create_ats_job) - Create a job
158
+ * [create_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#create_ats_scorecard) - Create a scorecard
159
+ * [get_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#get_ats_activity) - Retrieve an activity
160
+ * [get_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#get_ats_application) - Retrieve an application
161
+ * [get_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#get_ats_candidate) - Retrieve a candidate
162
+ * [get_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#get_ats_company) - Retrieve a company
163
+ * [get_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#get_ats_document) - Retrieve a document
164
+ * [get_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#get_ats_interview) - Retrieve a interview
165
+ * [get_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#get_ats_job) - Retrieve a job
166
+ * [get_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#get_ats_scorecard) - Retrieve a scorecard
167
+ * [list_ats_activities](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#list_ats_activities) - List all activities
168
+ * [list_ats_applications](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#list_ats_applications) - List all applications
169
+ * [list_ats_applicationstatuses](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#list_ats_applicationstatuses) - List all application statuses
170
+ * [list_ats_candidates](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#list_ats_candidates) - List all candidates
171
+ * [list_ats_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#list_ats_companies) - List all companies
172
+ * [list_ats_documents](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#list_ats_documents) - List all documents
173
+ * [list_ats_interviews](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#list_ats_interviews) - List all interviews
174
+ * [list_ats_jobs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#list_ats_jobs) - List all jobs
175
+ * [list_ats_scorecards](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#list_ats_scorecards) - List all scorecards
176
+ * [patch_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#patch_ats_activity) - Update an activity
177
+ * [patch_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#patch_ats_application) - Update an application
178
+ * [patch_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#patch_ats_candidate) - Update a candidate
179
+ * [patch_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#patch_ats_document) - Update a document
180
+ * [patch_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#patch_ats_interview) - Update a interview
181
+ * [patch_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#patch_ats_job) - Update a job
182
+ * [patch_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#patch_ats_scorecard) - Update a scorecard
183
+ * [remove_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#remove_ats_activity) - Remove an activity
184
+ * [remove_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#remove_ats_application) - Remove an application
185
+ * [remove_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#remove_ats_candidate) - Remove a candidate
186
+ * [remove_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#remove_ats_document) - Remove a document
187
+ * [remove_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#remove_ats_interview) - Remove a interview
188
+ * [remove_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#remove_ats_job) - Remove a job
189
+ * [remove_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#remove_ats_scorecard) - Remove a scorecard
190
+ * [update_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#update_ats_activity) - Update an activity
191
+ * [update_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#update_ats_application) - Update an application
192
+ * [update_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#update_ats_candidate) - Update a candidate
193
+ * [update_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#update_ats_document) - Update a document
194
+ * [update_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#update_ats_interview) - Update a interview
195
+ * [update_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#update_ats_job) - Update a job
196
+ * [update_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ats/README.md#update_ats_scorecard) - Update a scorecard
197
+
198
+ ### [activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md)
199
+
200
+ * [create_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#create_ats_activity) - Create an activity
201
+ * [get_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#get_ats_activity) - Retrieve an activity
202
+ * [list_ats_activities](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#list_ats_activities) - List all activities
203
+ * [patch_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#patch_ats_activity) - Update an activity
204
+ * [remove_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#remove_ats_activity) - Remove an activity
205
+ * [update_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/activity/README.md#update_ats_activity) - Update an activity
206
+
207
+ ### [application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md)
208
+
209
+ * [create_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#create_ats_application) - Create an application
210
+ * [get_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#get_ats_application) - Retrieve an application
211
+ * [list_ats_applications](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#list_ats_applications) - List all applications
212
+ * [patch_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#patch_ats_application) - Update an application
213
+ * [remove_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#remove_ats_application) - Remove an application
214
+ * [update_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/application/README.md#update_ats_application) - Update an application
215
+
216
+ ### [applicationstatus](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/applicationstatus/README.md)
217
+
218
+ * [list_ats_applicationstatuses](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/applicationstatus/README.md#list_ats_applicationstatuses) - List all application statuses
219
+
220
+ ### [candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/candidate/README.md)
221
+
222
+ * [create_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/candidate/README.md#create_ats_candidate) - Create a candidate
223
+ * [get_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/candidate/README.md#get_ats_candidate) - Retrieve a candidate
224
+ * [list_ats_candidates](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/candidate/README.md#list_ats_candidates) - List all candidates
225
+ * [patch_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/candidate/README.md#patch_ats_candidate) - Update a candidate
226
+ * [remove_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/candidate/README.md#remove_ats_candidate) - Remove a candidate
227
+ * [update_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/candidate/README.md#update_ats_candidate) - Update a candidate
228
+
229
+ ### [company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md)
230
+
231
+ * [create_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#create_crm_company) - Create a company
232
+ * [get_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#get_ats_company) - Retrieve a company
233
+ * [get_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#get_crm_company) - Retrieve a company
234
+ * [list_ats_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#list_ats_companies) - List all companies
235
+ * [list_crm_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#list_crm_companies) - List all companies
236
+ * [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
237
+ * [patch_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#patch_crm_company) - Update a company
238
+ * [remove_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#remove_crm_company) - Remove a company
239
+ * [update_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/company/README.md#update_crm_company) - Update a company
240
+
241
+ ### [document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md)
242
+
243
+ * [create_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#create_ats_document) - Create a document
244
+ * [get_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#get_ats_document) - Retrieve a document
245
+ * [list_ats_documents](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#list_ats_documents) - List all documents
246
+ * [patch_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#patch_ats_document) - Update a document
247
+ * [remove_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#remove_ats_document) - Remove a document
248
+ * [update_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/document/README.md#update_ats_document) - Update a document
249
+
250
+ ### [interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md)
251
+
252
+ * [create_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#create_ats_interview) - Create a interview
253
+ * [get_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#get_ats_interview) - Retrieve a interview
254
+ * [list_ats_interviews](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#list_ats_interviews) - List all interviews
255
+ * [patch_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#patch_ats_interview) - Update a interview
256
+ * [remove_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#remove_ats_interview) - Remove a interview
257
+ * [update_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/interview/README.md#update_ats_interview) - Update a interview
258
+
259
+ ### [job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md)
260
+
261
+ * [create_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#create_ats_job) - Create a job
262
+ * [get_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#get_ats_job) - Retrieve a job
263
+ * [list_ats_jobs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#list_ats_jobs) - List all jobs
264
+ * [patch_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#patch_ats_job) - Update a job
265
+ * [remove_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#remove_ats_job) - Remove a job
266
+ * [update_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/job/README.md#update_ats_job) - Update a job
267
+
268
+ ### [scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md)
269
+
270
+ * [create_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#create_ats_scorecard) - Create a scorecard
271
+ * [get_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#get_ats_scorecard) - Retrieve a scorecard
272
+ * [list_ats_scorecards](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#list_ats_scorecards) - List all scorecards
273
+ * [patch_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#patch_ats_scorecard) - Update a scorecard
274
+ * [remove_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#remove_ats_scorecard) - Remove a scorecard
275
+ * [update_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/scorecard/README.md#update_ats_scorecard) - Update a scorecard
276
+
277
+ ### [commerce](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md)
278
+
279
+ * [create_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_collection) - Create a collection
280
+ * [create_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_inventory) - Create an inventory
281
+ * [create_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_item) - Create an item
282
+ * [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_location) - Create a location
283
+ * [get_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_collection) - Retrieve a collection
284
+ * [get_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_inventory) - Retrieve an inventory
285
+ * [get_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_item) - Retrieve an item
286
+ * [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_location) - Retrieve a location
287
+ * [list_commerce_collections](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_collections) - List all collections
288
+ * [list_commerce_inventories](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_inventories) - List all inventories
289
+ * [list_commerce_items](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_items) - List all items
290
+ * [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_locations) - List all locations
291
+ * [patch_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_collection) - Update a collection
292
+ * [patch_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_inventory) - Update an inventory
293
+ * [patch_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_item) - Update an item
294
+ * [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_location) - Update a location
295
+ * [remove_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_collection) - Remove a collection
296
+ * [remove_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_inventory) - Remove an inventory
297
+ * [remove_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_item) - Remove an item
298
+ * [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_location) - Remove a location
299
+ * [update_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_collection) - Update a collection
300
+ * [update_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_inventory) - Update an inventory
301
+ * [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_item) - Update an item
302
+ * [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_location) - Update a location
303
+
304
+ ### [collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md)
305
+
306
+ * [create_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#create_commerce_collection) - Create a collection
307
+ * [get_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#get_commerce_collection) - Retrieve a collection
308
+ * [list_commerce_collections](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#list_commerce_collections) - List all collections
309
+ * [patch_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#patch_commerce_collection) - Update a collection
310
+ * [remove_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/collection/README.md#remove_commerce_collection) - Remove a collection
311
+ * [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
+
313
+ ### [inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md)
314
+
315
+ * [create_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#create_commerce_inventory) - Create an inventory
316
+ * [get_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#get_commerce_inventory) - Retrieve an inventory
317
+ * [list_commerce_inventories](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#list_commerce_inventories) - List all inventories
318
+ * [patch_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#patch_commerce_inventory) - Update an inventory
319
+ * [remove_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#remove_commerce_inventory) - Remove an inventory
320
+ * [update_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/inventory/README.md#update_commerce_inventory) - Update an inventory
321
+
322
+ ### [item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md)
323
+
324
+ * [create_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#create_commerce_item) - Create an item
325
+ * [get_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#get_commerce_item) - Retrieve an item
326
+ * [list_commerce_items](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#list_commerce_items) - List all items
327
+ * [patch_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#patch_commerce_item) - Update an item
328
+ * [remove_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#remove_commerce_item) - Remove an item
329
+ * [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/item/README.md#update_commerce_item) - Update an item
330
+
331
+ ### [location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md)
332
+
333
+ * [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#create_commerce_location) - Create a location
334
+ * [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#get_commerce_location) - Retrieve a location
335
+ * [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#list_commerce_locations) - List all locations
336
+ * [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#patch_commerce_location) - Update a location
337
+ * [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#remove_commerce_location) - Remove a location
338
+ * [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#update_commerce_location) - Update a location
339
+
340
+ ### [crm](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md)
341
+
342
+ * [create_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#create_crm_company) - Create a company
343
+ * [create_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#create_crm_contact) - Create a contact
344
+ * [create_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#create_crm_deal) - Create a deal
345
+ * [create_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#create_crm_event) - Create a event
346
+ * [create_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#create_crm_lead) - Create a lead
347
+ * [create_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#create_crm_pipeline) - Create a pipeline
348
+ * [get_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#get_crm_company) - Retrieve a company
349
+ * [get_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#get_crm_contact) - Retrieve a contact
350
+ * [get_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#get_crm_deal) - Retrieve a deal
351
+ * [get_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#get_crm_event) - Retrieve a event
352
+ * [get_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#get_crm_lead) - Retrieve a lead
353
+ * [get_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#get_crm_pipeline) - Retrieve a pipeline
354
+ * [list_crm_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#list_crm_companies) - List all companies
355
+ * [list_crm_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#list_crm_contacts) - List all contacts
356
+ * [list_crm_deals](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#list_crm_deals) - List all deals
357
+ * [list_crm_events](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#list_crm_events) - List all events
358
+ * [list_crm_leads](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#list_crm_leads) - List all leads
359
+ * [list_crm_pipelines](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#list_crm_pipelines) - List all pipelines
360
+ * [patch_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#patch_crm_company) - Update a company
361
+ * [patch_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#patch_crm_contact) - Update a contact
362
+ * [patch_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#patch_crm_deal) - Update a deal
363
+ * [patch_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#patch_crm_event) - Update a event
364
+ * [patch_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#patch_crm_lead) - Update a lead
365
+ * [patch_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#patch_crm_pipeline) - Update a pipeline
366
+ * [remove_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#remove_crm_company) - Remove a company
367
+ * [remove_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#remove_crm_contact) - Remove a contact
368
+ * [remove_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#remove_crm_deal) - Remove a deal
369
+ * [remove_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#remove_crm_event) - Remove a event
370
+ * [remove_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#remove_crm_lead) - Remove a lead
371
+ * [remove_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#remove_crm_pipeline) - Remove a pipeline
372
+ * [update_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#update_crm_company) - Update a company
373
+ * [update_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#update_crm_contact) - Update a contact
374
+ * [update_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#update_crm_deal) - Update a deal
375
+ * [update_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#update_crm_event) - Update a event
376
+ * [update_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#update_crm_lead) - Update a lead
377
+ * [update_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md#update_crm_pipeline) - Update a pipeline
378
+
379
+ ### [deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md)
380
+
381
+ * [create_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#create_crm_deal) - Create a deal
382
+ * [get_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#get_crm_deal) - Retrieve a deal
383
+ * [list_crm_deals](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#list_crm_deals) - List all deals
384
+ * [patch_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#patch_crm_deal) - Update a deal
385
+ * [remove_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#remove_crm_deal) - Remove a deal
386
+ * [update_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/deal/README.md#update_crm_deal) - Update a deal
387
+
388
+ ### [event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md)
389
+
390
+ * [create_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#create_crm_event) - Create a event
391
+ * [get_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#get_crm_event) - Retrieve a event
392
+ * [list_crm_events](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#list_crm_events) - List all events
393
+ * [patch_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#patch_crm_event) - Update a event
394
+ * [remove_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#remove_crm_event) - Remove a event
395
+ * [update_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/event/README.md#update_crm_event) - Update a event
396
+
397
+ ### [lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md)
398
+
399
+ * [create_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#create_crm_lead) - Create a lead
400
+ * [get_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#get_crm_lead) - Retrieve a lead
401
+ * [list_crm_leads](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#list_crm_leads) - List all leads
402
+ * [patch_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#patch_crm_lead) - Update a lead
403
+ * [remove_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#remove_crm_lead) - Remove a lead
404
+ * [update_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/lead/README.md#update_crm_lead) - Update a lead
405
+
406
+ ### [pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md)
407
+
408
+ * [create_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#create_crm_pipeline) - Create a pipeline
409
+ * [get_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#get_crm_pipeline) - Retrieve a pipeline
410
+ * [list_crm_pipelines](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#list_crm_pipelines) - List all pipelines
411
+ * [patch_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#patch_crm_pipeline) - Update a pipeline
412
+ * [remove_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#remove_crm_pipeline) - Remove a pipeline
413
+ * [update_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/pipeline/README.md#update_crm_pipeline) - Update a pipeline
414
+
415
+ ### [enrich](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/enrich/README.md)
416
+
417
+ * [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
418
+ * [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
419
+
420
+ ### [person](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/person/README.md)
421
+
422
+ * [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
423
+
424
+ ### [hris](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md)
425
+
426
+ * [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_employee) - Create an employee
427
+ * [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_group) - Create a group
428
+ * [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_employee) - Retrieve an employee
429
+ * [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_group) - Retrieve a group
430
+ * [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_payslip) - Retrieve a payslip
431
+ * [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_timeoff) - Retrieve a timeoff
432
+ * [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_employees) - List all employees
433
+ * [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_groups) - List all groups
434
+ * [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_payslips) - List all payslip
435
+ * [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_timeoffs) - List all timeoffs
436
+ * [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_employee) - Update an employee
437
+ * [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_group) - Update a group
438
+ * [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_employee) - Remove an employee
439
+ * [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_group) - Remove a group
440
+ * [update_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_employee) - Update an employee
441
+ * [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_group) - Update a group
442
+
443
+ ### [employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md)
444
+
445
+ * [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#create_hris_employee) - Create an employee
446
+ * [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#get_hris_employee) - Retrieve an employee
447
+ * [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#list_hris_employees) - List all employees
448
+ * [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#patch_hris_employee) - Update an employee
449
+ * [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#remove_hris_employee) - Remove an employee
450
+ * [update_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md#update_hris_employee) - Update an employee
451
+
452
+ ### [group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md)
453
+
454
+ * [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#create_hris_group) - Create a group
455
+ * [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#get_hris_group) - Retrieve a group
456
+ * [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#list_hris_groups) - List all groups
457
+ * [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#patch_hris_group) - Update a group
458
+ * [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#remove_hris_group) - Remove a group
459
+ * [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#update_hris_group) - Update a group
460
+
461
+ ### [payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md)
462
+
463
+ * [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md#get_hris_payslip) - Retrieve a payslip
464
+ * [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md#list_hris_payslips) - List all payslip
465
+
466
+ ### [timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md)
467
+
468
+ * [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md#get_hris_timeoff) - Retrieve a timeoff
469
+ * [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md#list_hris_timeoffs) - List all timeoffs
470
+
471
+ ### [martech](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md)
472
+
473
+ * [create_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#create_martech_list) - Create a list
474
+ * [create_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#create_martech_member) - Create a member
475
+ * [get_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#get_martech_list) - Retrieve a list
476
+ * [get_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#get_martech_member) - Retrieve a member
477
+ * [list_martech_lists](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#list_martech_lists) - List all lists
478
+ * [list_martech_members](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#list_martech_members) - List all members
479
+ * [patch_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#patch_martech_list) - Update a list
480
+ * [patch_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#patch_martech_member) - Update a member
481
+ * [remove_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#remove_martech_list) - Remove a list
482
+ * [remove_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#remove_martech_member) - Remove member
483
+ * [update_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#update_martech_list) - Update a list
484
+ * [update_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#update_martech_member) - Update a member
485
+
486
+ ### [list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md)
487
+
488
+ * [create_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#create_martech_list) - Create a list
489
+ * [get_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#get_martech_list) - Retrieve a list
490
+ * [list_martech_lists](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#list_martech_lists) - List all lists
491
+ * [patch_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#patch_martech_list) - Update a list
492
+ * [remove_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#remove_martech_list) - Remove a list
493
+ * [update_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/list/README.md#update_martech_list) - Update a list
494
+
495
+ ### [member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md)
496
+
497
+ * [create_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md#create_martech_member) - Create a member
498
+ * [get_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md#get_martech_member) - Retrieve a member
499
+ * [list_martech_members](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md#list_martech_members) - List all members
500
+ * [patch_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md#patch_martech_member) - Update a member
501
+ * [remove_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md#remove_martech_member) - Remove member
502
+ * [update_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/member/README.md#update_martech_member) - Update a member
503
+
504
+ ### [passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md)
505
+
506
+ * [create_passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#create_passthrough) - Passthrough POST
507
+ * [list_passthroughs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#list_passthroughs) - Passthrough GET
508
+ * [patch_passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#patch_passthrough) - Passthrough PUT
509
+ * [remove_passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#remove_passthrough) - Passthrough DELETE
510
+ * [update_passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/passthrough/README.md#update_passthrough) - Passthrough PUT
511
+
512
+ ### [payment](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md)
513
+
514
+ * [create_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#create_payment_link) - Create a payment link
515
+ * [create_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#create_payment_payment) - Create a payment
516
+ * [get_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#get_payment_link) - Retrieve a payment link
517
+ * [get_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#get_payment_payment) - Retrieve a payment
518
+ * [get_payment_payout](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#get_payment_payout) - Retrieve a payout
519
+ * [get_payment_refund](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#get_payment_refund) - Retrieve a refund
520
+ * [list_payment_links](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#list_payment_links) - List all payment links
521
+ * [list_payment_payments](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#list_payment_payments) - List all payments
522
+ * [list_payment_payouts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#list_payment_payouts) - List all payouts
523
+ * [list_payment_refunds](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#list_payment_refunds) - List all refunds
524
+ * [patch_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#patch_payment_link) - Update a payment link
525
+ * [patch_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#patch_payment_payment) - Update a payment
526
+ * [remove_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#remove_payment_link) - Remove a payment link
527
+ * [remove_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#remove_payment_payment) - Remove a payment
528
+ * [update_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#update_payment_link) - Update a payment link
529
+ * [update_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payment/README.md#update_payment_payment) - Update a payment
530
+
531
+ ### [link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md)
532
+
533
+ * [create_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#create_payment_link) - Create a payment link
534
+ * [get_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#get_payment_link) - Retrieve a payment link
535
+ * [list_payment_links](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#list_payment_links) - List all payment links
536
+ * [patch_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#patch_payment_link) - Update a payment link
537
+ * [remove_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#remove_payment_link) - Remove a payment link
538
+ * [update_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/link/README.md#update_payment_link) - Update a payment link
539
+
540
+ ### [payout](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payout/README.md)
541
+
542
+ * [get_payment_payout](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payout/README.md#get_payment_payout) - Retrieve a payout
543
+ * [list_payment_payouts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payout/README.md#list_payment_payouts) - List all payouts
544
+
545
+ ### [refund](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/refund/README.md)
546
+
547
+ * [get_payment_refund](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/refund/README.md#get_payment_refund) - Retrieve a refund
548
+ * [list_payment_refunds](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/refund/README.md#list_payment_refunds) - List all refunds
549
+
550
+ ### [storage](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md)
551
+
552
+ * [create_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md#create_storage_file) - Create a file
553
+ * [get_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md#get_storage_file) - Retrieve a file
554
+ * [list_storage_files](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md#list_storage_files) - List all files
555
+ * [patch_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md#patch_storage_file) - Update a file
556
+ * [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md#remove_storage_file) - Remove a file
557
+ * [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/storage/README.md#update_storage_file) - Update a file
558
+
559
+ ### [file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md)
560
+
561
+ * [create_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#create_storage_file) - Create a file
562
+ * [get_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#get_storage_file) - Retrieve a file
563
+ * [list_storage_files](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#list_storage_files) - List all files
564
+ * [patch_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#patch_storage_file) - Update a file
565
+ * [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#remove_storage_file) - Remove a file
566
+ * [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#update_storage_file) - Update a file
567
+
568
+ ### [ticketing](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md)
569
+
570
+ * [create_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#create_ticketing_customer) - Create a customer
571
+ * [create_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#create_ticketing_note) - Create a note
572
+ * [create_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#create_ticketing_ticket) - Create a ticket
573
+ * [get_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#get_ticketing_customer) - Retrieve a customer
574
+ * [get_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#get_ticketing_note) - Retrieve a note
575
+ * [get_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#get_ticketing_ticket) - Retrieve a ticket
576
+ * [list_ticketing_customers](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#list_ticketing_customers) - List all customers
577
+ * [list_ticketing_notes](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#list_ticketing_notes) - List all notes
578
+ * [list_ticketing_tickets](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#list_ticketing_tickets) - List all tickets
579
+ * [patch_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#patch_ticketing_customer) - Update a customer
580
+ * [patch_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#patch_ticketing_note) - Update a note
581
+ * [patch_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#patch_ticketing_ticket) - Update a ticket
582
+ * [remove_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#remove_ticketing_customer) - Remove a customer
583
+ * [remove_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#remove_ticketing_note) - Remove a note
584
+ * [remove_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#remove_ticketing_ticket) - Remove a ticket
585
+ * [update_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#update_ticketing_customer) - Update a customer
586
+ * [update_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#update_ticketing_note) - Update a note
587
+ * [update_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#update_ticketing_ticket) - Update a ticket
588
+
589
+ ### [customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md)
590
+
591
+ * [create_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#create_ticketing_customer) - Create a customer
592
+ * [get_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#get_ticketing_customer) - Retrieve a customer
593
+ * [list_ticketing_customers](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#list_ticketing_customers) - List all customers
594
+ * [patch_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#patch_ticketing_customer) - Update a customer
595
+ * [remove_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#remove_ticketing_customer) - Remove a customer
596
+ * [update_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/customer/README.md#update_ticketing_customer) - Update a customer
597
+
598
+ ### [note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md)
599
+
600
+ * [create_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#create_ticketing_note) - Create a note
601
+ * [get_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#get_ticketing_note) - Retrieve a note
602
+ * [list_ticketing_notes](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#list_ticketing_notes) - List all notes
603
+ * [patch_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#patch_ticketing_note) - Update a note
604
+ * [remove_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#remove_ticketing_note) - Remove a note
605
+ * [update_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/note/README.md#update_ticketing_note) - Update a note
606
+
607
+ ### [ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md)
608
+
609
+ * [create_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#create_ticketing_ticket) - Create a ticket
610
+ * [get_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#get_ticketing_ticket) - Retrieve a ticket
611
+ * [list_ticketing_tickets](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#list_ticketing_tickets) - List all tickets
612
+ * [patch_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#patch_ticketing_ticket) - Update a ticket
613
+ * [remove_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#remove_ticketing_ticket) - Remove a ticket
614
+ * [update_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticket/README.md#update_ticketing_ticket) - Update a ticket
615
+
616
+ ### [uc](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md)
617
+
618
+ * [create_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md#create_uc_contact) - Create a contact
619
+ * [get_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md#get_uc_contact) - Retrieve a contact
620
+ * [list_uc_calls](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md#list_uc_calls) - List all calls
621
+ * [list_uc_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md#list_uc_contacts) - List all contacts
622
+ * [patch_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md#patch_uc_contact) - Update a contact
623
+ * [remove_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md#remove_uc_contact) - Remove a contact
624
+ * [update_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/uc/README.md#update_uc_contact) - Update a contact
625
+
626
+ ### [call](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/call/README.md)
627
+
628
+ * [list_uc_calls](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/call/README.md#list_uc_calls) - List all calls
629
+
630
+ ### [unified](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md)
631
+
632
+ * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#create_unified_connection) - Create connection
633
+ * [create_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#create_unified_webhook) - Create webhook subscription
634
+ * [get_unified_apicall](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#get_unified_apicall) - Retrieve specific API Call by its ID
635
+ * [get_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#get_unified_connection) - Retrieve connection
636
+ * [get_unified_integration_auth](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#get_unified_integration_auth) - Create connection indirectly
637
+ * [get_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#get_unified_webhook) - Retrieve webhook by its ID
638
+ * [list_unified_apicalls](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#list_unified_apicalls) - Returns API Calls
639
+ * [list_unified_connections](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#list_unified_connections) - List all connections
640
+ * [list_unified_integration_workspaces](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#list_unified_integration_workspaces) - Returns all activated integrations in a workspace
641
+ * [list_unified_integrations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#list_unified_integrations) - Returns all integrations
642
+ * [list_unified_issues](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#list_unified_issues) - List support issues
643
+ * [list_unified_webhooks](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#list_unified_webhooks) - Returns all registered webhooks
644
+ * [patch_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#patch_unified_connection) - Update connection
645
+ * [patch_unified_webhook_trigger](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#patch_unified_webhook_trigger) - Trigger webhook
646
+ * [remove_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#remove_unified_connection) - Remove connection
647
+ * [remove_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#remove_unified_webhook) - Remove webhook subscription
648
+ * [update_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/unified/README.md#update_unified_connection) - Update connection
649
+ * [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
650
+
651
+ ### [apicall](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/apicall/README.md)
652
+
653
+ * [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
654
+ * [list_unified_apicalls](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/apicall/README.md#list_unified_apicalls) - Returns API Calls
655
+
656
+ ### [connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md)
657
+
658
+ * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#create_unified_connection) - Create connection
659
+ * [get_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#get_unified_connection) - Retrieve connection
660
+ * [list_unified_connections](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#list_unified_connections) - List all connections
661
+ * [patch_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#patch_unified_connection) - Update connection
662
+ * [remove_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#remove_unified_connection) - Remove connection
663
+ * [update_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/connection/README.md#update_unified_connection) - Update connection
664
+
665
+ ### [integration](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/integration/README.md)
666
+
667
+ * [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
668
+ * [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
669
+ * [list_unified_integrations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/integration/README.md#list_unified_integrations) - Returns all integrations
670
+
671
+ ### [auth](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/auth/README.md)
672
+
673
+ * [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
674
+ * [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
675
+
676
+ ### [login](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/login/README.md)
677
+
678
+ * [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
679
+
680
+ ### [issue](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/issue/README.md)
681
+
682
+ * [list_unified_issues](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/issue/README.md#list_unified_issues) - List support issues
683
+
684
+ ### [webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/webhook/README.md)
685
+
686
+ * [create_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/webhook/README.md#create_unified_webhook) - Create webhook subscription
687
+ * [get_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/webhook/README.md#get_unified_webhook) - Retrieve webhook by its ID
688
+ * [list_unified_webhooks](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/webhook/README.md#list_unified_webhooks) - Returns all registered webhooks
689
+ * [patch_unified_webhook_trigger](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/webhook/README.md#patch_unified_webhook_trigger) - Trigger webhook
690
+ * [remove_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/webhook/README.md#remove_unified_webhook) - Remove webhook subscription
691
+ * [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
692
+ <!-- End Available Resources and Operations [operations] -->
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+ <!-- Start Error Handling [errors] -->
701
+ ## Error Handling
702
+
703
+ Handling errors in this SDK should largely match your expectations. All operations return a response object or raise an error. If Error objects are specified in your OpenAPI Spec, the SDK will raise the appropriate Error type.
704
+
705
+ | Error Object | Status Code | Content Type |
706
+ | --------------- | --------------- | --------------- |
707
+ | errors.SDKError | 4xx-5xx | */* |
708
+
709
+ ### Example
710
+
711
+ ```python
712
+ import unified_to
713
+ from unified_to.models import errors, operations, shared
714
+
715
+ s = unified_to.UnifiedTo(
716
+ security=shared.Security(
717
+ jwt="<YOUR_API_KEY_HERE>",
718
+ ),
719
+ )
720
+
721
+ req = operations.CreateAccountingAccountRequest(
722
+ connection_id='<value>',
723
+ )
724
+
725
+ res = None
726
+ try:
727
+ res = s.accounting.create_accounting_account(req)
728
+ except errors.SDKError as e:
729
+ # handle exception
730
+ raise(e)
731
+
732
+ if res.accounting_account is not None:
733
+ # handle response
734
+ pass
735
+
736
+ ```
737
+ <!-- End Error Handling [errors] -->
738
+
739
+
740
+
741
+ <!-- Start Server Selection [server] -->
742
+ ## Server Selection
743
+
744
+ ### Select Server by Index
745
+
746
+ You can override the default server globally by passing a server index to the `server_idx: int` optional parameter when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the indexes associated with the available servers:
747
+
748
+ | # | Server | Variables |
749
+ | - | ------ | --------- |
750
+ | 0 | `https://api.unified.to` | None |
751
+ | 1 | `https://api-eu.unified.to` | None |
752
+
753
+ #### Example
754
+
755
+ ```python
756
+ import unified_to
757
+ from unified_to.models import operations, shared
758
+
759
+ s = unified_to.UnifiedTo(
760
+ server_idx=1,
761
+ security=shared.Security(
762
+ jwt="<YOUR_API_KEY_HERE>",
763
+ ),
764
+ )
765
+
766
+ req = operations.CreateAccountingAccountRequest(
767
+ connection_id='<value>',
768
+ )
769
+
770
+ res = s.accounting.create_accounting_account(req)
771
+
772
+ if res.accounting_account is not None:
773
+ # handle response
774
+ pass
775
+
776
+ ```
777
+
778
+
779
+ ### Override Server URL Per-Client
780
+
781
+ The default server can also be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
782
+ ```python
783
+ import unified_to
784
+ from unified_to.models import operations, shared
785
+
786
+ s = unified_to.UnifiedTo(
787
+ server_url="https://api.unified.to",
788
+ security=shared.Security(
789
+ jwt="<YOUR_API_KEY_HERE>",
790
+ ),
791
+ )
792
+
793
+ req = operations.CreateAccountingAccountRequest(
794
+ connection_id='<value>',
795
+ )
796
+
797
+ res = s.accounting.create_accounting_account(req)
798
+
799
+ if res.accounting_account is not None:
800
+ # handle response
801
+ pass
802
+
803
+ ```
804
+ <!-- End Server Selection [server] -->
805
+
806
+
807
+
808
+ <!-- Start Custom HTTP Client [http-client] -->
809
+ ## Custom HTTP Client
810
+
811
+ The Python SDK makes API calls using the [requests](https://pypi.org/project/requests/) HTTP library. In order to provide a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration, you can initialize the SDK client with a custom `requests.Session` object.
812
+
813
+ For example, you could specify a header for every request that this sdk makes as follows:
814
+ ```python
815
+ import unified_to
816
+ import requests
817
+
818
+ http_client = requests.Session()
819
+ http_client.headers.update({'x-custom-header': 'someValue'})
820
+ s = unified_to.UnifiedTo(client=http_client)
821
+ ```
822
+ <!-- End Custom HTTP Client [http-client] -->
823
+
824
+
825
+
826
+ <!-- Start Authentication [security] -->
827
+ ## Authentication
828
+
829
+ ### Per-Client Security Schemes
830
+
831
+ This SDK supports the following security scheme globally:
832
+
833
+ | Name | Type | Scheme |
834
+ | ------- | ------- | ------- |
835
+ | `jwt` | apiKey | API key |
836
+
837
+ You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. For example:
838
+ ```python
839
+ import unified_to
840
+ from unified_to.models import operations, shared
841
+
842
+ s = unified_to.UnifiedTo(
843
+ security=shared.Security(
844
+ jwt="<YOUR_API_KEY_HERE>",
845
+ ),
846
+ )
847
+
848
+ req = operations.CreateAccountingAccountRequest(
849
+ connection_id='<value>',
850
+ )
851
+
852
+ res = s.accounting.create_accounting_account(req)
853
+
854
+ if res.accounting_account is not None:
855
+ # handle response
856
+ pass
857
+
858
+ ```
859
+ <!-- End Authentication [security] -->
860
+
861
+ <!-- Placeholder for Future Speakeasy SDK Sections -->
862
+
863
+
864
+
865
+ ### Maturity
866
+
867
+ This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage
868
+ to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally
869
+ looking for the latest version.
870
+
871
+ ### Contributions
872
+
873
+ While we value open-source contributions to this SDK, this library is generated programmatically.
874
+ Feel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release!
875
+
876
+ ### SDK Created by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
877
+
878
+ Platform: UNKNOWN
879
+ Requires-Python: >=3.8
880
+ Description-Content-Type: text/markdown
881
+ Provides-Extra: dev