Unified-python-sdk 0.57.10__tar.gz → 0.57.13__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 (2052) hide show
  1. unified_python_sdk-0.57.13/PKG-INFO +2265 -0
  2. unified_python_sdk-0.57.13/pyproject.toml +58 -0
  3. unified_python_sdk-0.57.13/src/unified_python_sdk/_version.py +15 -0
  4. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingaccount.py +132 -0
  5. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingbill.py +136 -0
  6. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingcategory.py +122 -0
  7. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingcontact.py +134 -0
  8. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingcreditmemo.py +142 -0
  9. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingexpense.py +130 -0
  10. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountinginvoice.py +140 -0
  11. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingjournal.py +124 -0
  12. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingorder.py +124 -0
  13. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingpurchaseorder.py +131 -0
  14. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingsalesorder.py +130 -0
  15. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingtaxrate.py +120 -0
  16. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createaccountingtransaction.py +134 -0
  17. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createadsad.py +136 -0
  18. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createadscampaign.py +131 -0
  19. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createadscreative.py +141 -0
  20. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createadsgroup.py +142 -0
  21. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createadsinsertionorder.py +127 -0
  22. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createadsorganization.py +118 -0
  23. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createassessmentpackage.py +73 -0
  24. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createatsactivity.py +129 -0
  25. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createatsapplication.py +127 -0
  26. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createatscandidate.py +136 -0
  27. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createatscompany.py +121 -0
  28. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createatsdocument.py +122 -0
  29. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createatsinterview.py +123 -0
  30. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createatsjob.py +136 -0
  31. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createatsscorecard.py +122 -0
  32. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcalendarcalendar.py +118 -0
  33. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcalendarevent.py +134 -0
  34. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcalendarlink.py +121 -0
  35. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcalendarwebinar.py +144 -0
  36. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcommercecollection.py +133 -0
  37. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcommerceinventory.py +120 -0
  38. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcommerceitem.py +132 -0
  39. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcommerceitemvariant.py +144 -0
  40. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcommercelocation.py +121 -0
  41. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcommercereview.py +133 -0
  42. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcommercesaleschannel.py +124 -0
  43. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcrmcompany.py +133 -0
  44. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcrmcontact.py +131 -0
  45. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcrmdeal.py +136 -0
  46. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcrmevent.py +130 -0
  47. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcrmlead.py +130 -0
  48. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createcrmpipeline.py +119 -0
  49. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createformsform.py +125 -0
  50. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/creategenaiembedding.py +120 -0
  51. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/creategenaiprompt.py +120 -0
  52. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createhrisbankaccount.py +125 -0
  53. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createhrisbenefit.py +128 -0
  54. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createhriscompany.py +117 -0
  55. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createhrisdeduction.py +127 -0
  56. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createhrisdevice.py +130 -0
  57. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createhrisemployee.py +150 -0
  58. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createhrisgroup.py +122 -0
  59. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createhrislocation.py +126 -0
  60. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createhristimeshift.py +125 -0
  61. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createkmscomment.py +120 -0
  62. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createkmspage.py +124 -0
  63. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createkmsspace.py +120 -0
  64. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createlmsactivity.py +122 -0
  65. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createlmsclass.py +121 -0
  66. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createlmscollection.py +119 -0
  67. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createlmscontent.py +130 -0
  68. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createlmscourse.py +125 -0
  69. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createlmsinstructor.py +121 -0
  70. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createlmsstudent.py +121 -0
  71. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createmartechcampaign.py +128 -0
  72. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createmartechlist.py +122 -0
  73. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createmartechmember.py +123 -0
  74. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createmessagingmessage.py +135 -0
  75. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createmetadatametadata.py +122 -0
  76. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createpassthrough_json.py +133 -0
  77. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createpassthrough_raw.py +134 -0
  78. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createpaymentlink.py +123 -0
  79. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createpaymentpayment.py +124 -0
  80. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createpaymentsubscription.py +136 -0
  81. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createrepobranch.py +116 -0
  82. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createrepocommit.py +118 -0
  83. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createrepoorganization.py +119 -0
  84. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createrepopullrequest.py +120 -0
  85. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createreporepository.py +120 -0
  86. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createscimgroups.py +69 -0
  87. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createscimusers.py +125 -0
  88. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createshippinglabel.py +124 -0
  89. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createshippingrate.py +120 -0
  90. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createshippingshipment.py +146 -0
  91. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createstoragefile.py +127 -0
  92. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createtaskcomment.py +118 -0
  93. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createtaskproject.py +121 -0
  94. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createtasktask.py +131 -0
  95. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createticketingcategory.py +120 -0
  96. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createticketingcustomer.py +120 -0
  97. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createticketingnote.py +118 -0
  98. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createticketingticket.py +127 -0
  99. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createuccomment.py +117 -0
  100. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createuccontact.py +123 -0
  101. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createucrecording.py +124 -0
  102. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createunifiedconnection.py +50 -0
  103. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createunifiedenvironment.py +49 -0
  104. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createunifiedwebhook.py +88 -0
  105. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/createverificationrequest.py +141 -0
  106. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingaccount.py +130 -0
  107. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingbalancesheet.py +128 -0
  108. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingbill.py +136 -0
  109. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingcashflow.py +130 -0
  110. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingcategory.py +122 -0
  111. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingcontact.py +134 -0
  112. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingcreditmemo.py +142 -0
  113. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingexpense.py +130 -0
  114. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountinginvoice.py +140 -0
  115. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingjournal.py +124 -0
  116. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingorder.py +124 -0
  117. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingorganization.py +130 -0
  118. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingprofitloss.py +137 -0
  119. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingpurchaseorder.py +129 -0
  120. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingreport.py +122 -0
  121. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingsalesorder.py +130 -0
  122. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingtaxrate.py +120 -0
  123. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingtransaction.py +134 -0
  124. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getaccountingtrialbalance.py +127 -0
  125. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getadsad.py +136 -0
  126. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getadscampaign.py +131 -0
  127. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getadscreative.py +141 -0
  128. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getadsgroup.py +142 -0
  129. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getadsinsertionorder.py +127 -0
  130. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getadsorganization.py +118 -0
  131. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getassessmentpackage.py +72 -0
  132. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getatsactivity.py +129 -0
  133. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getatsapplication.py +127 -0
  134. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getatscandidate.py +136 -0
  135. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getatscompany.py +121 -0
  136. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getatsdocument.py +122 -0
  137. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getatsinterview.py +123 -0
  138. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getatsjob.py +136 -0
  139. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getatsscorecard.py +122 -0
  140. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcalendarcalendar.py +118 -0
  141. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcalendarevent.py +134 -0
  142. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcalendarlink.py +121 -0
  143. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcalendarrecording.py +122 -0
  144. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcalendarwebinar.py +144 -0
  145. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcommercecollection.py +131 -0
  146. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcommerceinventory.py +120 -0
  147. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcommerceitem.py +132 -0
  148. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcommerceitemvariant.py +144 -0
  149. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcommercelocation.py +121 -0
  150. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcommercereview.py +133 -0
  151. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcommercesaleschannel.py +124 -0
  152. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcrmcompany.py +131 -0
  153. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcrmcontact.py +129 -0
  154. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcrmdeal.py +134 -0
  155. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcrmevent.py +128 -0
  156. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcrmlead.py +130 -0
  157. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getcrmpipeline.py +119 -0
  158. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getformsform.py +125 -0
  159. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getformssubmission.py +118 -0
  160. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getgenaimodel.py +117 -0
  161. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethrisbankaccount.py +123 -0
  162. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethrisbenefit.py +126 -0
  163. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethriscompany.py +117 -0
  164. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethrisdeduction.py +125 -0
  165. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethrisdevice.py +130 -0
  166. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethrisemployee.py +150 -0
  167. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethrisgroup.py +122 -0
  168. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethrislocation.py +126 -0
  169. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethrispayslip.py +125 -0
  170. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethristimeoff.py +124 -0
  171. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gethristimeshift.py +125 -0
  172. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getkmscomment.py +120 -0
  173. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getkmspage.py +124 -0
  174. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getkmsspace.py +120 -0
  175. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getlmsactivity.py +122 -0
  176. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getlmsclass.py +121 -0
  177. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getlmscollection.py +119 -0
  178. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getlmscontent.py +130 -0
  179. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getlmscourse.py +125 -0
  180. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getlmsinstructor.py +121 -0
  181. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getlmsstudent.py +121 -0
  182. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getmartechcampaign.py +126 -0
  183. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getmartechlist.py +120 -0
  184. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getmartechmember.py +121 -0
  185. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getmessagingchannel.py +123 -0
  186. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getmessagingmessage.py +135 -0
  187. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getmetadatametadata.py +122 -0
  188. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getpaymentlink.py +123 -0
  189. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getpaymentpayment.py +124 -0
  190. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getpaymentpayout.py +118 -0
  191. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getpaymentrefund.py +120 -0
  192. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getpaymentsubscription.py +136 -0
  193. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getrepobranch.py +116 -0
  194. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getrepocommit.py +118 -0
  195. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getrepoorganization.py +119 -0
  196. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getrepopullrequest.py +120 -0
  197. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getreporepository.py +120 -0
  198. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getscimgroups.py +70 -0
  199. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getscimusers.py +70 -0
  200. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getshippingcarrier.py +119 -0
  201. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getshippinglabel.py +124 -0
  202. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getshippingshipment.py +146 -0
  203. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getshippingtracking.py +124 -0
  204. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getstoragefile.py +127 -0
  205. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gettaskchange.py +117 -0
  206. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gettaskcomment.py +118 -0
  207. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gettaskproject.py +121 -0
  208. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/gettasktask.py +131 -0
  209. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getticketingcategory.py +120 -0
  210. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getticketingcustomer.py +120 -0
  211. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getticketingnote.py +118 -0
  212. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getticketingticket.py +127 -0
  213. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getuccall.py +121 -0
  214. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getuccomment.py +117 -0
  215. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getuccontact.py +121 -0
  216. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getucrecording.py +124 -0
  217. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getunifiedapicall.py +63 -0
  218. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getunifiedconnection.py +63 -0
  219. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getunifiedintegrationauth.py +165 -0
  220. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getunifiedintegrationlogin.py +127 -0
  221. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getunifiedissue.py +63 -0
  222. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getunifiedwebhook.py +63 -0
  223. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getverificationpackage.py +135 -0
  224. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/getverificationrequest.py +141 -0
  225. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingaccounts.py +187 -0
  226. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingbalancesheets.py +208 -0
  227. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingbills.py +198 -0
  228. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingcashflows.py +212 -0
  229. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingcategories.py +177 -0
  230. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingcontacts.py +198 -0
  231. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingcreditmemoes.py +204 -0
  232. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingexpenses.py +232 -0
  233. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountinginvoices.py +213 -0
  234. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingjournals.py +181 -0
  235. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingorders.py +186 -0
  236. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingorganizations.py +174 -0
  237. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingprofitlosses.py +217 -0
  238. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingpurchaseorders.py +182 -0
  239. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingreports.py +193 -0
  240. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingsalesorders.py +183 -0
  241. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingtaxrates.py +177 -0
  242. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingtransactions.py +187 -0
  243. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listaccountingtrialbalances.py +189 -0
  244. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listadsads.py +207 -0
  245. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listadscampaigns.py +184 -0
  246. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listadscreatives.py +203 -0
  247. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listadsgroups.py +213 -0
  248. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listadsinsertionorders.py +193 -0
  249. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listadsorganizations.py +173 -0
  250. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listadsreports.py +224 -0
  251. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listassessmentpackages.py +101 -0
  252. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listatsactivities.py +236 -0
  253. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listatsapplications.py +198 -0
  254. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listatsapplicationstatuses.py +159 -0
  255. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listatscandidates.py +189 -0
  256. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listatscompanies.py +165 -0
  257. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listatsdocuments.py +202 -0
  258. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listatsinterviews.py +176 -0
  259. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listatsjobs.py +207 -0
  260. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listatsscorecards.py +202 -0
  261. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcalendarbusies.py +196 -0
  262. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcalendarcalendars.py +164 -0
  263. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcalendarevents.py +214 -0
  264. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcalendarlinks.py +165 -0
  265. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcalendarrecordings.py +197 -0
  266. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcalendarwebinars.py +217 -0
  267. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcommercecollections.py +202 -0
  268. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcommerceinventories.py +186 -0
  269. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcommerceitems.py +185 -0
  270. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcommerceitemvariants.py +206 -0
  271. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcommercelocations.py +176 -0
  272. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcommercereviews.py +195 -0
  273. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcommercesaleschannels.py +168 -0
  274. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcrmcompanies.py +202 -0
  275. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcrmcontacts.py +200 -0
  276. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcrmdeals.py +214 -0
  277. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcrmevents.py +224 -0
  278. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcrmleads.py +201 -0
  279. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listcrmpipelines.py +163 -0
  280. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listenrichcompanies.py +99 -0
  281. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listenrichpeople.py +125 -0
  282. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listformsforms.py +169 -0
  283. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listformssubmissions.py +173 -0
  284. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listgenaimodels.py +161 -0
  285. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhrisbankaccounts.py +187 -0
  286. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhrisbenefits.py +179 -0
  287. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhriscompanies.py +161 -0
  288. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhrisdeductions.py +205 -0
  289. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhrisdevices.py +183 -0
  290. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhrisemployees.py +203 -0
  291. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhrisgroups.py +175 -0
  292. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhrislocations.py +179 -0
  293. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhrispayslips.py +187 -0
  294. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhristimeoffs.py +204 -0
  295. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listhristimeshifts.py +214 -0
  296. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listkmscomments.py +191 -0
  297. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listkmspages.py +186 -0
  298. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listkmsspaces.py +173 -0
  299. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listlmsactivities.py +193 -0
  300. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listlmsclasses.py +174 -0
  301. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listlmscollections.py +181 -0
  302. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listlmscontents.py +192 -0
  303. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listlmscourses.py +187 -0
  304. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listlmsinstructors.py +192 -0
  305. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listlmsstudents.py +183 -0
  306. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listmartechcampaigns.py +192 -0
  307. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listmartechlists.py +164 -0
  308. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listmartechmembers.py +176 -0
  309. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listmartechreports.py +217 -0
  310. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listmessagingchannels.py +185 -0
  311. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listmessagingmessages.py +251 -0
  312. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listmetadatametadatas.py +177 -0
  313. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listpassthroughs.py +124 -0
  314. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listpaymentlinks.py +185 -0
  315. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listpaymentpayments.py +213 -0
  316. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listpaymentpayouts.py +162 -0
  317. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listpaymentrefunds.py +173 -0
  318. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listpaymentsubscriptions.py +207 -0
  319. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listrepobranches.py +169 -0
  320. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listrepocommits.py +180 -0
  321. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listrepoorganizations.py +165 -0
  322. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listrepopullrequests.py +175 -0
  323. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listreporepositories.py +173 -0
  324. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listscimgroups.py +118 -0
  325. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listscimusers.py +118 -0
  326. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listshippingcarriers.py +165 -0
  327. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listshippinglabels.py +177 -0
  328. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listshippingshipments.py +210 -0
  329. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/liststoragefiles.py +189 -0
  330. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listtaskchanges.py +170 -0
  331. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listtaskcomments.py +171 -0
  332. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listtaskprojects.py +192 -0
  333. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listtasktasks.py +211 -0
  334. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listticketingcategories.py +177 -0
  335. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listticketingcustomers.py +168 -0
  336. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listticketingnotes.py +180 -0
  337. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listticketingtickets.py +191 -0
  338. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listuccalls.py +201 -0
  339. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listuccomments.py +179 -0
  340. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listuccontacts.py +174 -0
  341. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listucrecordings.py +213 -0
  342. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listunifiedapicalls.py +182 -0
  343. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listunifiedconnections.py +168 -0
  344. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listunifiedenvironments.py +49 -0
  345. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listunifiedintegrations.py +168 -0
  346. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listunifiedintegrationworkspaces.py +162 -0
  347. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listunifiedissues.py +104 -0
  348. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listunifiedwebhooks.py +155 -0
  349. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listverificationpackages.py +179 -0
  350. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/listverificationrequests.py +203 -0
  351. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingaccount.py +139 -0
  352. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingbill.py +143 -0
  353. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingcategory.py +129 -0
  354. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingcontact.py +141 -0
  355. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingcreditmemo.py +149 -0
  356. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingexpense.py +137 -0
  357. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountinginvoice.py +147 -0
  358. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingjournal.py +131 -0
  359. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingorder.py +131 -0
  360. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingpurchaseorder.py +138 -0
  361. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingsalesorder.py +137 -0
  362. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingtaxrate.py +127 -0
  363. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchaccountingtransaction.py +141 -0
  364. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchadsad.py +143 -0
  365. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchadscampaign.py +138 -0
  366. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchadscreative.py +148 -0
  367. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchadsgroup.py +149 -0
  368. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchadsinsertionorder.py +134 -0
  369. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchadsorganization.py +125 -0
  370. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchassessmentorder.py +158 -0
  371. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchassessmentpackage.py +80 -0
  372. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchatsactivity.py +136 -0
  373. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchatsapplication.py +134 -0
  374. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchatscandidate.py +143 -0
  375. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchatscompany.py +128 -0
  376. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchatsdocument.py +129 -0
  377. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchatsinterview.py +130 -0
  378. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchatsjob.py +143 -0
  379. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchatsscorecard.py +129 -0
  380. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcalendarcalendar.py +125 -0
  381. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcalendarevent.py +141 -0
  382. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcalendarlink.py +128 -0
  383. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcalendarwebinar.py +151 -0
  384. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcommercecollection.py +140 -0
  385. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcommerceinventory.py +127 -0
  386. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcommerceitem.py +139 -0
  387. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcommerceitemvariant.py +151 -0
  388. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcommercelocation.py +128 -0
  389. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcommercereview.py +140 -0
  390. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcommercesaleschannel.py +131 -0
  391. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcrmcompany.py +140 -0
  392. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcrmcontact.py +138 -0
  393. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcrmdeal.py +143 -0
  394. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcrmevent.py +137 -0
  395. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcrmlead.py +137 -0
  396. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchcrmpipeline.py +126 -0
  397. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchformsform.py +132 -0
  398. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchhrisbankaccount.py +132 -0
  399. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchhrisbenefit.py +135 -0
  400. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchhriscompany.py +124 -0
  401. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchhrisdeduction.py +134 -0
  402. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchhrisdevice.py +137 -0
  403. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchhrisemployee.py +157 -0
  404. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchhrisgroup.py +129 -0
  405. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchhrislocation.py +133 -0
  406. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchhristimeshift.py +132 -0
  407. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchkmscomment.py +127 -0
  408. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchkmspage.py +131 -0
  409. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchkmsspace.py +127 -0
  410. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchlmsactivity.py +129 -0
  411. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchlmsclass.py +128 -0
  412. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchlmscollection.py +126 -0
  413. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchlmscontent.py +137 -0
  414. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchlmscourse.py +132 -0
  415. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchlmsinstructor.py +128 -0
  416. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchlmsstudent.py +128 -0
  417. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchmartechcampaign.py +135 -0
  418. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchmartechlist.py +129 -0
  419. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchmartechmember.py +130 -0
  420. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchmessagingevent.py +126 -0
  421. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchmessagingmessage.py +142 -0
  422. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchmetadatametadata.py +129 -0
  423. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchpassthrough_json.py +133 -0
  424. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchpassthrough_raw.py +134 -0
  425. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchpaymentlink.py +130 -0
  426. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchpaymentpayment.py +131 -0
  427. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchpaymentsubscription.py +143 -0
  428. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchrepobranch.py +123 -0
  429. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchrepocommit.py +125 -0
  430. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchrepoorganization.py +126 -0
  431. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchrepopullrequest.py +127 -0
  432. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchreporepository.py +127 -0
  433. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchscimgroups.py +76 -0
  434. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchscimusers.py +76 -0
  435. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchshippinglabel.py +131 -0
  436. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchshippingshipment.py +153 -0
  437. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchstoragefile.py +134 -0
  438. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchtaskcomment.py +125 -0
  439. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchtaskproject.py +128 -0
  440. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchtasktask.py +138 -0
  441. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchticketingcategory.py +127 -0
  442. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchticketingcustomer.py +127 -0
  443. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchticketingnote.py +125 -0
  444. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchticketingticket.py +134 -0
  445. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchuccomment.py +124 -0
  446. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchuccontact.py +130 -0
  447. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchucrecording.py +131 -0
  448. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchunifiedconnection.py +71 -0
  449. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchunifiedwebhook.py +71 -0
  450. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/patchverificationrequest.py +148 -0
  451. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/removepassthrough.py +124 -0
  452. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/removeunifiedenvironment.py +60 -0
  453. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingaccount.py +139 -0
  454. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingbill.py +143 -0
  455. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingcategory.py +129 -0
  456. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingcontact.py +141 -0
  457. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingcreditmemo.py +149 -0
  458. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingexpense.py +137 -0
  459. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountinginvoice.py +147 -0
  460. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingjournal.py +131 -0
  461. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingorder.py +131 -0
  462. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingpurchaseorder.py +138 -0
  463. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingsalesorder.py +137 -0
  464. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingtaxrate.py +127 -0
  465. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateaccountingtransaction.py +141 -0
  466. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateadsad.py +143 -0
  467. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateadscampaign.py +138 -0
  468. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateadscreative.py +148 -0
  469. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateadsgroup.py +149 -0
  470. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateadsinsertionorder.py +134 -0
  471. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateadsorganization.py +125 -0
  472. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateassessmentorder.py +158 -0
  473. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateassessmentpackage.py +80 -0
  474. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateatsactivity.py +136 -0
  475. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateatsapplication.py +134 -0
  476. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateatscandidate.py +143 -0
  477. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateatscompany.py +128 -0
  478. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateatsdocument.py +129 -0
  479. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateatsinterview.py +130 -0
  480. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateatsjob.py +143 -0
  481. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateatsscorecard.py +129 -0
  482. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecalendarcalendar.py +125 -0
  483. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecalendarevent.py +141 -0
  484. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecalendarlink.py +128 -0
  485. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecalendarwebinar.py +151 -0
  486. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecommercecollection.py +140 -0
  487. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecommerceinventory.py +127 -0
  488. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecommerceitem.py +139 -0
  489. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecommerceitemvariant.py +151 -0
  490. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecommercelocation.py +128 -0
  491. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecommercereview.py +140 -0
  492. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecommercesaleschannel.py +131 -0
  493. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecrmcompany.py +140 -0
  494. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecrmcontact.py +138 -0
  495. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecrmdeal.py +143 -0
  496. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecrmevent.py +137 -0
  497. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecrmlead.py +137 -0
  498. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatecrmpipeline.py +126 -0
  499. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateformsform.py +132 -0
  500. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatehrisbankaccount.py +132 -0
  501. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatehrisbenefit.py +135 -0
  502. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatehriscompany.py +124 -0
  503. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatehrisdeduction.py +134 -0
  504. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatehrisdevice.py +137 -0
  505. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatehrisemployee.py +157 -0
  506. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatehrisgroup.py +129 -0
  507. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatehrislocation.py +133 -0
  508. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatehristimeshift.py +132 -0
  509. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatekmscomment.py +127 -0
  510. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatekmspage.py +131 -0
  511. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatekmsspace.py +127 -0
  512. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatelmsactivity.py +129 -0
  513. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatelmsclass.py +128 -0
  514. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatelmscollection.py +126 -0
  515. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatelmscontent.py +137 -0
  516. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatelmscourse.py +132 -0
  517. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatelmsinstructor.py +128 -0
  518. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatelmsstudent.py +128 -0
  519. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatemartechcampaign.py +135 -0
  520. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatemartechlist.py +129 -0
  521. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatemartechmember.py +130 -0
  522. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatemessagingevent.py +126 -0
  523. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatemessagingmessage.py +142 -0
  524. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatemetadatametadata.py +129 -0
  525. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatepassthrough_json.py +133 -0
  526. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatepassthrough_raw.py +134 -0
  527. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatepaymentlink.py +130 -0
  528. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatepaymentpayment.py +131 -0
  529. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatepaymentsubscription.py +143 -0
  530. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updaterepobranch.py +123 -0
  531. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updaterepocommit.py +125 -0
  532. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updaterepoorganization.py +126 -0
  533. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updaterepopullrequest.py +127 -0
  534. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatereporepository.py +127 -0
  535. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatescimgroups.py +76 -0
  536. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatescimusers.py +76 -0
  537. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateshippinglabel.py +131 -0
  538. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateshippingshipment.py +153 -0
  539. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatestoragefile.py +134 -0
  540. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatetaskcomment.py +125 -0
  541. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatetaskproject.py +128 -0
  542. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updatetasktask.py +138 -0
  543. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateticketingcategory.py +127 -0
  544. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateticketingcustomer.py +127 -0
  545. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateticketingnote.py +125 -0
  546. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateticketingticket.py +134 -0
  547. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateuccomment.py +124 -0
  548. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateuccontact.py +130 -0
  549. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateucrecording.py +131 -0
  550. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateunifiedconnection.py +71 -0
  551. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateunifiedwebhook.py +71 -0
  552. unified_python_sdk-0.57.13/src/unified_python_sdk/models/operations/updateverificationrequest.py +148 -0
  553. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/__init__.py +3724 -0
  554. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingaccount.py +151 -0
  555. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingaccounttaxonomy.py +57 -0
  556. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingassociatedcontact.py +38 -0
  557. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingattachment.py +40 -0
  558. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingbalancesheet.py +84 -0
  559. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingbalancesheetitem.py +40 -0
  560. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingbill.py +177 -0
  561. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingcashflow.py +104 -0
  562. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingcashflowitem.py +47 -0
  563. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingcashflowsection.py +41 -0
  564. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingcategory.py +64 -0
  565. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingcontact.py +164 -0
  566. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingcontactpaymentmethod.py +64 -0
  567. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingcreditmemo.py +181 -0
  568. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingemail.py +52 -0
  569. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingexpense.py +105 -0
  570. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountinginvoice.py +200 -0
  571. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingjournal.py +86 -0
  572. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingjournallineitem.py +87 -0
  573. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountinglineitem.py +113 -0
  574. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingorder.py +135 -0
  575. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingorganization.py +92 -0
  576. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingprofitloss.py +130 -0
  577. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingprofitlossaccount.py +42 -0
  578. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingprofitlosscategory.py +45 -0
  579. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingprofitlosssection.py +46 -0
  580. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingprofitlosssubcategory.py +41 -0
  581. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingpurchaseorder.py +119 -0
  582. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingreference.py +34 -0
  583. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingreport.py +114 -0
  584. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingsalesorder.py +121 -0
  585. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingtaxrate.py +64 -0
  586. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingtelephone.py +54 -0
  587. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingtransaction.py +112 -0
  588. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingtransactioncontact.py +37 -0
  589. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingtransactionlineitem.py +63 -0
  590. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingtrialbalance.py +80 -0
  591. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/accountingtrialbalancesubitem.py +37 -0
  592. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/adsad.py +187 -0
  593. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/adscampaign.py +211 -0
  594. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/adscreative.py +218 -0
  595. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/adsgroup.py +272 -0
  596. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/adsinsertionorder.py +150 -0
  597. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/adsinsertionorderbudgetsegment.py +41 -0
  598. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/adsmetadata.py +59 -0
  599. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/adsorganization.py +64 -0
  600. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/adsreport.py +69 -0
  601. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/adsreportmetrics.py +91 -0
  602. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/apicall.py +125 -0
  603. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/assessmentaddress.py +63 -0
  604. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/assessmentattribute.py +86 -0
  605. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/assessmentorder.py +264 -0
  606. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/assessmentpackage.py +143 -0
  607. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/assessmentpackageregion.py +42 -0
  608. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/assessmentparameter.py +89 -0
  609. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/assessmentparameterinput.py +37 -0
  610. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/assessmentresponsedetail.py +55 -0
  611. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsactivity.py +144 -0
  612. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsaddress.py +63 -0
  613. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsapplication.py +132 -0
  614. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atscandidate.py +171 -0
  615. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atscandidateeducation.py +49 -0
  616. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atscandidateexperience.py +41 -0
  617. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atscompany.py +80 -0
  618. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atscompensation.py +82 -0
  619. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsdocument.py +101 -0
  620. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsemail.py +55 -0
  621. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsgroup.py +59 -0
  622. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsinterview.py +104 -0
  623. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsjob.py +191 -0
  624. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsjobopening.py +63 -0
  625. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsjobposting.py +74 -0
  626. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsjobquestion.py +76 -0
  627. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsmetadata.py +141 -0
  628. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsoffer.py +102 -0
  629. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsscorecard.py +100 -0
  630. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsscorecardquestion.py +37 -0
  631. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atsstatus.py +72 -0
  632. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/atstelephone.py +54 -0
  633. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarattachment.py +40 -0
  634. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarattendee.py +66 -0
  635. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarbusy.py +47 -0
  636. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarcalendar.py +63 -0
  637. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarconference.py +67 -0
  638. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarevent.py +156 -0
  639. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendareventrecurrence.py +139 -0
  640. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarlink.py +74 -0
  641. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarrecording.py +76 -0
  642. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarrecordingmedia.py +65 -0
  643. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarrecordingtranscript.py +48 -0
  644. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarwebinar.py +203 -0
  645. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarwebinarpanelist.py +66 -0
  646. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/calendarwebinarregistrant.py +71 -0
  647. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commercecollection.py +123 -0
  648. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commerceinventory.py +63 -0
  649. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commerceitem.py +130 -0
  650. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commerceitemmedia.py +72 -0
  651. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commerceitemoption.py +40 -0
  652. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commerceitemprice.py +37 -0
  653. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commerceitemvariant.py +165 -0
  654. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commerceitemvariant1.py +184 -0
  655. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commercelocation.py +79 -0
  656. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commercemetadata.py +161 -0
  657. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commercereference.py +37 -0
  658. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commercereview.py +147 -0
  659. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commercereviewcomment.py +111 -0
  660. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/commercesaleschannel.py +67 -0
  661. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/connection.py +115 -0
  662. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmcompany.py +133 -0
  663. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmcontact.py +129 -0
  664. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmdeal.py +134 -0
  665. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmemail.py +52 -0
  666. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmevent.py +167 -0
  667. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmeventformfield.py +70 -0
  668. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmeventformoption.py +34 -0
  669. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmlead.py +119 -0
  670. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmmetadata.py +143 -0
  671. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmpipeline.py +69 -0
  672. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmreference.py +37 -0
  673. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmstage.py +64 -0
  674. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/crmtelephone.py +54 -0
  675. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/enrichcompany.py +153 -0
  676. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/enrichemail.py +55 -0
  677. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/enrichperson.py +173 -0
  678. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/enrichpersonworkhistory.py +59 -0
  679. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/enrichtelephone.py +54 -0
  680. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/formanswer.py +42 -0
  681. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/formfield.py +129 -0
  682. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/formsform.py +92 -0
  683. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/formssubmission.py +63 -0
  684. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/genaicontent.py +51 -0
  685. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/genaiembedding.py +93 -0
  686. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/genaimodel.py +59 -0
  687. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/genaiprompt.py +72 -0
  688. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrisbankaccount.py +105 -0
  689. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrisbenefit.py +200 -0
  690. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hriscompany.py +56 -0
  691. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hriscompensation.py +87 -0
  692. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrisdeduction.py +151 -0
  693. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrisdevice.py +113 -0
  694. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrisemail.py +52 -0
  695. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrisemployee.py +281 -0
  696. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrisemployeerelationship.py +104 -0
  697. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrisgroup.py +102 -0
  698. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrislocation.py +101 -0
  699. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrismetadata.py +144 -0
  700. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrispayslip.py +116 -0
  701. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hrispayslipdetail.py +80 -0
  702. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hristelephone.py +54 -0
  703. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hristimeoff.py +105 -0
  704. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/hristimeshift.py +90 -0
  705. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/integration.py +267 -0
  706. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/integrationsupport.py +2823 -0
  707. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/issue.py +97 -0
  708. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/kmscomment.py +104 -0
  709. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/kmspage.py +106 -0
  710. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/kmspagemetadata.py +151 -0
  711. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/kmsspace.py +71 -0
  712. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/lmsactivity.py +80 -0
  713. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/lmsclass.py +75 -0
  714. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/lmscollection.py +69 -0
  715. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/lmscontent.py +117 -0
  716. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/lmscontentshapelocalization.py +40 -0
  717. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/lmscourse.py +92 -0
  718. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/lmsinstructor.py +78 -0
  719. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/lmsmedia.py +72 -0
  720. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/lmsstudent.py +82 -0
  721. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/lmstelephone.py +54 -0
  722. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/marketingcampaign.py +117 -0
  723. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/marketingemail.py +52 -0
  724. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/marketinglist.py +76 -0
  725. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/marketingmember.py +107 -0
  726. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/marketingreport.py +139 -0
  727. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/marketingreportlink.py +56 -0
  728. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/messagingattachment.py +55 -0
  729. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/messagingbutton.py +37 -0
  730. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/messagingchannel.py +84 -0
  731. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/messagingevent.py +111 -0
  732. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/messagingmember.py +40 -0
  733. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/messagingmessage.py +153 -0
  734. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/messagingreference.py +34 -0
  735. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/metadatametadata.py +115 -0
  736. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/paymentlineitem.py +100 -0
  737. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/paymentlink.py +85 -0
  738. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/paymentpayment.py +105 -0
  739. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/paymentpayout.py +73 -0
  740. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/paymentrefund.py +89 -0
  741. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/paymentsubscription.py +148 -0
  742. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingcontact_billing_address.py +63 -0
  743. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingcontact_shipping_address.py +63 -0
  744. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingorder_billing_address.py +63 -0
  745. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingorder_shipping_address.py +63 -0
  746. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingorganization_address.py +63 -0
  747. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingpurchaseorder_billing_address.py +63 -0
  748. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingpurchaseorder_shipping_address.py +63 -0
  749. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingreport_balance_sheet.py +84 -0
  750. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingreport_profit_and_loss.py +130 -0
  751. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingreport_trial_balance.py +80 -0
  752. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingsalesorder_billing_address.py +63 -0
  753. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_accountingsalesorder_shipping_address.py +63 -0
  754. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsad_targeting.py +119 -0
  755. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adscampaign_bid_strategy.py +137 -0
  756. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adscampaign_frequency_cap.py +73 -0
  757. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adscampaign_targeting.py +119 -0
  758. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsgroup_bid_strategy.py +147 -0
  759. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsgroup_frequency_cap.py +73 -0
  760. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsgroup_pacing.py +60 -0
  761. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsgroup_targeting.py +119 -0
  762. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsinsertionorder_bid_strategy.py +155 -0
  763. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsinsertionorder_frequency_cap.py +75 -0
  764. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsinsertionorder_kpi.py +81 -0
  765. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsinsertionorder_pacing.py +60 -0
  766. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_ad.py +187 -0
  767. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_ad_targeting.py +119 -0
  768. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign.py +221 -0
  769. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_bid_strategy.py +155 -0
  770. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_frequency_cap.py +77 -0
  771. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting.py +119 -0
  772. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_group.py +280 -0
  773. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_bid_strategy.py +157 -0
  774. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_frequency_cap.py +75 -0
  775. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_pacing.py +62 -0
  776. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting.py +119 -0
  777. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_atsactivity_from.py +55 -0
  778. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_atscandidate_address.py +63 -0
  779. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_atscompany_address.py +63 -0
  780. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_atsjobposting_address.py +67 -0
  781. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_calendarevent_organizer.py +66 -0
  782. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_calendarrecordingtranscript_attendee.py +68 -0
  783. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_calendarwebinar_organizer.py +66 -0
  784. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_commercelocation_address.py +63 -0
  785. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_connection_auth.py +142 -0
  786. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmcompany_address.py +63 -0
  787. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmcontact_address.py +63 -0
  788. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmevent_call.py +42 -0
  789. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmevent_email.py +63 -0
  790. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmevent_form.py +42 -0
  791. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmevent_marketing_email.py +62 -0
  792. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmevent_meeting.py +45 -0
  793. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmevent_note.py +38 -0
  794. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmevent_page_view.py +37 -0
  795. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmevent_task.py +82 -0
  796. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_crmlead_address.py +63 -0
  797. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_enrichcompany_address.py +67 -0
  798. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_enrichperson_address.py +67 -0
  799. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_hriscompany_address.py +63 -0
  800. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_hrisemployee_address.py +63 -0
  801. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_hrisemployeerelationship_address.py +63 -0
  802. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_hrislocation_address.py +63 -0
  803. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_hrispayslip_deduction.py +153 -0
  804. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events.py +46 -0
  805. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_lmsstudent_address.py +63 -0
  806. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_messagingevent_button.py +37 -0
  807. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_messagingevent_channel.py +84 -0
  808. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_messagingevent_message.py +153 -0
  809. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_messagingevent_message_author_member.py +44 -0
  810. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_messagingevent_user.py +34 -0
  811. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_messagingmessage_author_member.py +44 -0
  812. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_messagingreaction_member.py +40 -0
  813. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_scimgroup_meta.py +71 -0
  814. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_scimuser_meta.py +71 -0
  815. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_scimuser_name.py +66 -0
  816. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_enterprise_2_0_user.py +137 -0
  817. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_enterprise_2_0_user_manager.py +83 -0
  818. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_lattice_attributes_1_0_user.py +155 -0
  819. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_peakon_2_0_user.py +76 -0
  820. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_shippingrate_from_address.py +95 -0
  821. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_shippingrate_to_address.py +95 -0
  822. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_shippingshipment_customs.py +157 -0
  823. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_shippingshipment_from_address.py +95 -0
  824. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_shippingshipment_insurance.py +85 -0
  825. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_shippingshipment_return_address.py +95 -0
  826. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_shippingshipment_to_address.py +95 -0
  827. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_shippingtrackingevent_location_address.py +91 -0
  828. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/property_uccall_telephone.py +58 -0
  829. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/repobranch.py +47 -0
  830. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/repocommit.py +55 -0
  831. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/repoorganization.py +70 -0
  832. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/repopullrequest.py +90 -0
  833. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/reporepository.py +71 -0
  834. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimaddress.py +86 -0
  835. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimemail.py +58 -0
  836. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimentitlement.py +40 -0
  837. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimgroup.py +68 -0
  838. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimgroupmember.py +81 -0
  839. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimims.py +63 -0
  840. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimmanager.py +71 -0
  841. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimphonenumber.py +61 -0
  842. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimphoto.py +57 -0
  843. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimrole.py +40 -0
  844. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimuser.py +204 -0
  845. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/scimusergroups.py +64 -0
  846. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/shippingcarrier.py +68 -0
  847. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/shippingcustomsitem.py +86 -0
  848. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/shippinglabel.py +137 -0
  849. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/shippingpackage.py +108 -0
  850. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/shippingrate.py +88 -0
  851. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/shippingraterate.py +114 -0
  852. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/shippingratesurcharge.py +40 -0
  853. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/shippingshipment.py +257 -0
  854. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/shippingtracking.py +120 -0
  855. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/shippingtrackingevent.py +105 -0
  856. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/storagefile.py +118 -0
  857. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/storagepermission.py +44 -0
  858. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/taskchange.py +53 -0
  859. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/taskchangeitem.py +44 -0
  860. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/taskcomment.py +55 -0
  861. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/taskmetadata.py +150 -0
  862. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/taskproject.py +76 -0
  863. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/tasktask.py +137 -0
  864. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/ticketingcategory.py +64 -0
  865. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/ticketingcustomer.py +66 -0
  866. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/ticketingemail.py +52 -0
  867. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/ticketingnote.py +64 -0
  868. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/ticketingtelephone.py +54 -0
  869. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/ticketingticket.py +117 -0
  870. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/uccall.py +83 -0
  871. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/uccomment.py +51 -0
  872. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/uccontact.py +86 -0
  873. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/ucemail.py +52 -0
  874. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/ucrecording.py +89 -0
  875. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/ucrecordingmedia.py +57 -0
  876. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/ucrecordingtranscript.py +44 -0
  877. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/uctelephone.py +54 -0
  878. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/verificationaddress.py +63 -0
  879. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/verificationpackage.py +138 -0
  880. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/verificationparameter.py +89 -0
  881. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/verificationparameterinput.py +37 -0
  882. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/verificationrequest.py +179 -0
  883. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/verificationresponsedetail.py +55 -0
  884. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/verificationtime.py +36 -0
  885. unified_python_sdk-0.57.13/src/unified_python_sdk/models/shared/webhook.py +314 -0
  886. unified_python_sdk-0.57.13/src/unified_python_sdk/sdk.py +570 -0
  887. unified_python_sdk-0.57.10/PKG-INFO +0 -2265
  888. unified_python_sdk-0.57.10/pyproject.toml +0 -58
  889. unified_python_sdk-0.57.10/src/unified_python_sdk/_version.py +0 -15
  890. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingaccount.py +0 -132
  891. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingbill.py +0 -136
  892. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingcategory.py +0 -122
  893. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingcontact.py +0 -134
  894. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingcreditmemo.py +0 -142
  895. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingexpense.py +0 -130
  896. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountinginvoice.py +0 -140
  897. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingjournal.py +0 -124
  898. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingorder.py +0 -124
  899. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingpurchaseorder.py +0 -131
  900. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingsalesorder.py +0 -130
  901. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingtaxrate.py +0 -120
  902. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createaccountingtransaction.py +0 -134
  903. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createadsad.py +0 -130
  904. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createadscampaign.py +0 -128
  905. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createadscreative.py +0 -130
  906. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createadsgroup.py +0 -137
  907. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createadsinsertionorder.py +0 -127
  908. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createadsorganization.py +0 -118
  909. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createassessmentpackage.py +0 -73
  910. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createatsactivity.py +0 -129
  911. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createatsapplication.py +0 -127
  912. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createatscandidate.py +0 -136
  913. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createatscompany.py +0 -121
  914. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createatsdocument.py +0 -122
  915. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createatsinterview.py +0 -123
  916. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createatsjob.py +0 -136
  917. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createatsscorecard.py +0 -122
  918. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcalendarcalendar.py +0 -118
  919. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcalendarevent.py +0 -134
  920. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcalendarlink.py +0 -121
  921. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcalendarwebinar.py +0 -144
  922. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcommercecollection.py +0 -133
  923. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcommerceinventory.py +0 -120
  924. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcommerceitem.py +0 -132
  925. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcommerceitemvariant.py +0 -144
  926. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcommercelocation.py +0 -121
  927. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcommercereview.py +0 -133
  928. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcommercesaleschannel.py +0 -124
  929. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcrmcompany.py +0 -133
  930. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcrmcontact.py +0 -131
  931. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcrmdeal.py +0 -136
  932. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcrmevent.py +0 -130
  933. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcrmlead.py +0 -130
  934. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createcrmpipeline.py +0 -119
  935. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createformsform.py +0 -125
  936. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/creategenaiembedding.py +0 -120
  937. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/creategenaiprompt.py +0 -120
  938. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createhrisbankaccount.py +0 -125
  939. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createhrisbenefit.py +0 -128
  940. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createhriscompany.py +0 -117
  941. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createhrisdeduction.py +0 -127
  942. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createhrisdevice.py +0 -130
  943. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createhrisemployee.py +0 -150
  944. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createhrisgroup.py +0 -122
  945. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createhrislocation.py +0 -126
  946. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createhristimeshift.py +0 -125
  947. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createkmscomment.py +0 -120
  948. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createkmspage.py +0 -124
  949. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createkmsspace.py +0 -120
  950. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createlmsactivity.py +0 -122
  951. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createlmsclass.py +0 -121
  952. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createlmscollection.py +0 -119
  953. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createlmscontent.py +0 -130
  954. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createlmscourse.py +0 -125
  955. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createlmsinstructor.py +0 -121
  956. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createlmsstudent.py +0 -121
  957. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createmartechcampaign.py +0 -128
  958. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createmartechlist.py +0 -122
  959. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createmartechmember.py +0 -122
  960. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createmessagingmessage.py +0 -135
  961. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createmetadatametadata.py +0 -121
  962. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createpassthrough_json.py +0 -133
  963. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createpassthrough_raw.py +0 -134
  964. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createpaymentlink.py +0 -123
  965. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createpaymentpayment.py +0 -122
  966. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createpaymentsubscription.py +0 -136
  967. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createrepobranch.py +0 -116
  968. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createrepocommit.py +0 -118
  969. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createrepoorganization.py +0 -119
  970. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createrepopullrequest.py +0 -120
  971. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createreporepository.py +0 -120
  972. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createscimgroups.py +0 -69
  973. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createscimusers.py +0 -125
  974. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createshippinglabel.py +0 -124
  975. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createshippingrate.py +0 -120
  976. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createshippingshipment.py +0 -146
  977. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createstoragefile.py +0 -127
  978. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createtaskcomment.py +0 -118
  979. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createtaskproject.py +0 -121
  980. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createtasktask.py +0 -131
  981. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createticketingcategory.py +0 -120
  982. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createticketingcustomer.py +0 -120
  983. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createticketingnote.py +0 -118
  984. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createticketingticket.py +0 -127
  985. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createuccomment.py +0 -117
  986. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createuccontact.py +0 -123
  987. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createucrecording.py +0 -124
  988. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createunifiedconnection.py +0 -50
  989. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createunifiedenvironment.py +0 -49
  990. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createunifiedwebhook.py +0 -88
  991. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/createverificationrequest.py +0 -141
  992. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingaccount.py +0 -130
  993. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingbalancesheet.py +0 -128
  994. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingbill.py +0 -136
  995. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingcashflow.py +0 -130
  996. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingcategory.py +0 -122
  997. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingcontact.py +0 -134
  998. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingcreditmemo.py +0 -142
  999. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingexpense.py +0 -130
  1000. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountinginvoice.py +0 -140
  1001. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingjournal.py +0 -124
  1002. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingorder.py +0 -124
  1003. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingorganization.py +0 -130
  1004. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingprofitloss.py +0 -137
  1005. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingpurchaseorder.py +0 -129
  1006. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingreport.py +0 -122
  1007. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingsalesorder.py +0 -130
  1008. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingtaxrate.py +0 -120
  1009. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingtransaction.py +0 -134
  1010. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getaccountingtrialbalance.py +0 -127
  1011. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getadsad.py +0 -130
  1012. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getadscampaign.py +0 -128
  1013. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getadscreative.py +0 -130
  1014. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getadsgroup.py +0 -137
  1015. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getadsinsertionorder.py +0 -127
  1016. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getadsorganization.py +0 -118
  1017. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getassessmentpackage.py +0 -72
  1018. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getatsactivity.py +0 -129
  1019. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getatsapplication.py +0 -127
  1020. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getatscandidate.py +0 -136
  1021. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getatscompany.py +0 -121
  1022. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getatsdocument.py +0 -122
  1023. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getatsinterview.py +0 -123
  1024. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getatsjob.py +0 -136
  1025. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getatsscorecard.py +0 -122
  1026. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcalendarcalendar.py +0 -118
  1027. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcalendarevent.py +0 -134
  1028. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcalendarlink.py +0 -121
  1029. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcalendarrecording.py +0 -122
  1030. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcalendarwebinar.py +0 -144
  1031. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcommercecollection.py +0 -131
  1032. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcommerceinventory.py +0 -120
  1033. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcommerceitem.py +0 -132
  1034. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcommerceitemvariant.py +0 -144
  1035. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcommercelocation.py +0 -121
  1036. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcommercereview.py +0 -133
  1037. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcommercesaleschannel.py +0 -124
  1038. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcrmcompany.py +0 -131
  1039. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcrmcontact.py +0 -129
  1040. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcrmdeal.py +0 -134
  1041. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcrmevent.py +0 -128
  1042. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcrmlead.py +0 -130
  1043. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getcrmpipeline.py +0 -119
  1044. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getformsform.py +0 -125
  1045. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getformssubmission.py +0 -118
  1046. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getgenaimodel.py +0 -117
  1047. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethrisbankaccount.py +0 -123
  1048. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethrisbenefit.py +0 -126
  1049. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethriscompany.py +0 -117
  1050. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethrisdeduction.py +0 -125
  1051. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethrisdevice.py +0 -130
  1052. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethrisemployee.py +0 -150
  1053. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethrisgroup.py +0 -122
  1054. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethrislocation.py +0 -126
  1055. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethrispayslip.py +0 -125
  1056. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethristimeoff.py +0 -124
  1057. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gethristimeshift.py +0 -125
  1058. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getkmscomment.py +0 -120
  1059. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getkmspage.py +0 -124
  1060. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getkmsspace.py +0 -120
  1061. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getlmsactivity.py +0 -122
  1062. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getlmsclass.py +0 -121
  1063. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getlmscollection.py +0 -119
  1064. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getlmscontent.py +0 -130
  1065. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getlmscourse.py +0 -125
  1066. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getlmsinstructor.py +0 -121
  1067. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getlmsstudent.py +0 -121
  1068. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getmartechcampaign.py +0 -126
  1069. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getmartechlist.py +0 -120
  1070. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getmartechmember.py +0 -120
  1071. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getmessagingchannel.py +0 -123
  1072. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getmessagingmessage.py +0 -135
  1073. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getmetadatametadata.py +0 -121
  1074. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getpaymentlink.py +0 -123
  1075. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getpaymentpayment.py +0 -122
  1076. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getpaymentpayout.py +0 -118
  1077. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getpaymentrefund.py +0 -120
  1078. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getpaymentsubscription.py +0 -136
  1079. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getrepobranch.py +0 -116
  1080. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getrepocommit.py +0 -118
  1081. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getrepoorganization.py +0 -119
  1082. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getrepopullrequest.py +0 -120
  1083. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getreporepository.py +0 -120
  1084. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getscimgroups.py +0 -70
  1085. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getscimusers.py +0 -70
  1086. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getshippingcarrier.py +0 -119
  1087. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getshippinglabel.py +0 -124
  1088. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getshippingshipment.py +0 -146
  1089. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getshippingtracking.py +0 -124
  1090. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getstoragefile.py +0 -127
  1091. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gettaskchange.py +0 -117
  1092. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gettaskcomment.py +0 -118
  1093. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gettaskproject.py +0 -121
  1094. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/gettasktask.py +0 -131
  1095. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getticketingcategory.py +0 -120
  1096. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getticketingcustomer.py +0 -120
  1097. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getticketingnote.py +0 -118
  1098. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getticketingticket.py +0 -127
  1099. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getuccall.py +0 -121
  1100. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getuccomment.py +0 -117
  1101. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getuccontact.py +0 -121
  1102. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getucrecording.py +0 -124
  1103. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getunifiedapicall.py +0 -63
  1104. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getunifiedconnection.py +0 -63
  1105. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getunifiedintegrationauth.py +0 -165
  1106. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getunifiedintegrationlogin.py +0 -127
  1107. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getunifiedissue.py +0 -63
  1108. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getunifiedwebhook.py +0 -63
  1109. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getverificationpackage.py +0 -135
  1110. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/getverificationrequest.py +0 -141
  1111. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingaccounts.py +0 -187
  1112. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingbalancesheets.py +0 -208
  1113. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingbills.py +0 -198
  1114. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingcashflows.py +0 -212
  1115. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingcategories.py +0 -177
  1116. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingcontacts.py +0 -198
  1117. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingcreditmemoes.py +0 -204
  1118. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingexpenses.py +0 -232
  1119. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountinginvoices.py +0 -213
  1120. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingjournals.py +0 -181
  1121. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingorders.py +0 -186
  1122. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingorganizations.py +0 -174
  1123. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingprofitlosses.py +0 -217
  1124. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingpurchaseorders.py +0 -182
  1125. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingreports.py +0 -193
  1126. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingsalesorders.py +0 -183
  1127. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingtaxrates.py +0 -177
  1128. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingtransactions.py +0 -187
  1129. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listaccountingtrialbalances.py +0 -189
  1130. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listadsads.py +0 -201
  1131. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listadscampaigns.py +0 -181
  1132. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listadscreatives.py +0 -192
  1133. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listadsgroups.py +0 -208
  1134. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listadsinsertionorders.py +0 -193
  1135. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listadsorganizations.py +0 -173
  1136. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listadsreports.py +0 -224
  1137. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listassessmentpackages.py +0 -101
  1138. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listatsactivities.py +0 -236
  1139. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listatsapplications.py +0 -198
  1140. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listatsapplicationstatuses.py +0 -159
  1141. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listatscandidates.py +0 -189
  1142. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listatscompanies.py +0 -165
  1143. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listatsdocuments.py +0 -202
  1144. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listatsinterviews.py +0 -176
  1145. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listatsjobs.py +0 -207
  1146. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listatsscorecards.py +0 -202
  1147. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcalendarbusies.py +0 -196
  1148. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcalendarcalendars.py +0 -164
  1149. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcalendarevents.py +0 -214
  1150. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcalendarlinks.py +0 -165
  1151. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcalendarrecordings.py +0 -197
  1152. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcalendarwebinars.py +0 -217
  1153. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcommercecollections.py +0 -202
  1154. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcommerceinventories.py +0 -186
  1155. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcommerceitems.py +0 -185
  1156. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcommerceitemvariants.py +0 -206
  1157. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcommercelocations.py +0 -176
  1158. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcommercereviews.py +0 -195
  1159. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcommercesaleschannels.py +0 -168
  1160. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcrmcompanies.py +0 -202
  1161. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcrmcontacts.py +0 -200
  1162. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcrmdeals.py +0 -214
  1163. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcrmevents.py +0 -224
  1164. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcrmleads.py +0 -201
  1165. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listcrmpipelines.py +0 -163
  1166. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listenrichcompanies.py +0 -99
  1167. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listenrichpeople.py +0 -125
  1168. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listformsforms.py +0 -169
  1169. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listformssubmissions.py +0 -173
  1170. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listgenaimodels.py +0 -161
  1171. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhrisbankaccounts.py +0 -187
  1172. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhrisbenefits.py +0 -179
  1173. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhriscompanies.py +0 -161
  1174. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhrisdeductions.py +0 -205
  1175. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhrisdevices.py +0 -183
  1176. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhrisemployees.py +0 -203
  1177. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhrisgroups.py +0 -175
  1178. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhrislocations.py +0 -179
  1179. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhrispayslips.py +0 -187
  1180. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhristimeoffs.py +0 -204
  1181. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listhristimeshifts.py +0 -214
  1182. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listkmscomments.py +0 -191
  1183. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listkmspages.py +0 -186
  1184. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listkmsspaces.py +0 -173
  1185. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listlmsactivities.py +0 -193
  1186. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listlmsclasses.py +0 -174
  1187. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listlmscollections.py +0 -181
  1188. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listlmscontents.py +0 -192
  1189. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listlmscourses.py +0 -187
  1190. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listlmsinstructors.py +0 -192
  1191. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listlmsstudents.py +0 -183
  1192. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listmartechcampaigns.py +0 -192
  1193. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listmartechlists.py +0 -164
  1194. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listmartechmembers.py +0 -175
  1195. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listmartechreports.py +0 -217
  1196. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listmessagingchannels.py +0 -185
  1197. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listmessagingmessages.py +0 -251
  1198. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listmetadatametadatas.py +0 -176
  1199. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listpassthroughs.py +0 -124
  1200. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listpaymentlinks.py +0 -185
  1201. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listpaymentpayments.py +0 -184
  1202. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listpaymentpayouts.py +0 -162
  1203. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listpaymentrefunds.py +0 -173
  1204. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listpaymentsubscriptions.py +0 -207
  1205. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listrepobranches.py +0 -169
  1206. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listrepocommits.py +0 -180
  1207. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listrepoorganizations.py +0 -165
  1208. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listrepopullrequests.py +0 -175
  1209. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listreporepositories.py +0 -173
  1210. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listscimgroups.py +0 -118
  1211. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listscimusers.py +0 -118
  1212. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listshippingcarriers.py +0 -165
  1213. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listshippinglabels.py +0 -177
  1214. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listshippingshipments.py +0 -210
  1215. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/liststoragefiles.py +0 -189
  1216. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listtaskchanges.py +0 -170
  1217. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listtaskcomments.py +0 -171
  1218. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listtaskprojects.py +0 -192
  1219. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listtasktasks.py +0 -211
  1220. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listticketingcategories.py +0 -177
  1221. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listticketingcustomers.py +0 -168
  1222. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listticketingnotes.py +0 -180
  1223. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listticketingtickets.py +0 -191
  1224. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listuccalls.py +0 -201
  1225. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listuccomments.py +0 -179
  1226. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listuccontacts.py +0 -174
  1227. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listucrecordings.py +0 -213
  1228. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listunifiedapicalls.py +0 -182
  1229. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listunifiedconnections.py +0 -168
  1230. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listunifiedenvironments.py +0 -49
  1231. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listunifiedintegrations.py +0 -168
  1232. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listunifiedintegrationworkspaces.py +0 -162
  1233. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listunifiedissues.py +0 -104
  1234. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listunifiedwebhooks.py +0 -155
  1235. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listverificationpackages.py +0 -179
  1236. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/listverificationrequests.py +0 -203
  1237. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingaccount.py +0 -139
  1238. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingbill.py +0 -143
  1239. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingcategory.py +0 -129
  1240. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingcontact.py +0 -141
  1241. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingcreditmemo.py +0 -149
  1242. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingexpense.py +0 -137
  1243. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountinginvoice.py +0 -147
  1244. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingjournal.py +0 -131
  1245. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingorder.py +0 -131
  1246. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingpurchaseorder.py +0 -138
  1247. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingsalesorder.py +0 -137
  1248. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingtaxrate.py +0 -127
  1249. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchaccountingtransaction.py +0 -141
  1250. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchadsad.py +0 -137
  1251. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchadscampaign.py +0 -135
  1252. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchadscreative.py +0 -137
  1253. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchadsgroup.py +0 -144
  1254. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchadsinsertionorder.py +0 -134
  1255. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchadsorganization.py +0 -125
  1256. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchassessmentorder.py +0 -158
  1257. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchassessmentpackage.py +0 -80
  1258. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchatsactivity.py +0 -136
  1259. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchatsapplication.py +0 -134
  1260. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchatscandidate.py +0 -143
  1261. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchatscompany.py +0 -128
  1262. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchatsdocument.py +0 -129
  1263. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchatsinterview.py +0 -130
  1264. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchatsjob.py +0 -143
  1265. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchatsscorecard.py +0 -129
  1266. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcalendarcalendar.py +0 -125
  1267. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcalendarevent.py +0 -141
  1268. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcalendarlink.py +0 -128
  1269. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcalendarwebinar.py +0 -151
  1270. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcommercecollection.py +0 -140
  1271. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcommerceinventory.py +0 -127
  1272. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcommerceitem.py +0 -139
  1273. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcommerceitemvariant.py +0 -151
  1274. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcommercelocation.py +0 -128
  1275. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcommercereview.py +0 -140
  1276. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcommercesaleschannel.py +0 -131
  1277. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcrmcompany.py +0 -140
  1278. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcrmcontact.py +0 -138
  1279. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcrmdeal.py +0 -143
  1280. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcrmevent.py +0 -137
  1281. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcrmlead.py +0 -137
  1282. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchcrmpipeline.py +0 -126
  1283. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchformsform.py +0 -132
  1284. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchhrisbankaccount.py +0 -132
  1285. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchhrisbenefit.py +0 -135
  1286. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchhriscompany.py +0 -124
  1287. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchhrisdeduction.py +0 -134
  1288. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchhrisdevice.py +0 -137
  1289. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchhrisemployee.py +0 -157
  1290. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchhrisgroup.py +0 -129
  1291. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchhrislocation.py +0 -133
  1292. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchhristimeshift.py +0 -132
  1293. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchkmscomment.py +0 -127
  1294. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchkmspage.py +0 -131
  1295. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchkmsspace.py +0 -127
  1296. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchlmsactivity.py +0 -129
  1297. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchlmsclass.py +0 -128
  1298. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchlmscollection.py +0 -126
  1299. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchlmscontent.py +0 -137
  1300. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchlmscourse.py +0 -132
  1301. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchlmsinstructor.py +0 -128
  1302. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchlmsstudent.py +0 -128
  1303. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchmartechcampaign.py +0 -135
  1304. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchmartechlist.py +0 -129
  1305. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchmartechmember.py +0 -129
  1306. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchmessagingevent.py +0 -126
  1307. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchmessagingmessage.py +0 -142
  1308. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchmetadatametadata.py +0 -128
  1309. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchpassthrough_json.py +0 -133
  1310. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchpassthrough_raw.py +0 -134
  1311. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchpaymentlink.py +0 -130
  1312. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchpaymentpayment.py +0 -129
  1313. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchpaymentsubscription.py +0 -143
  1314. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchrepobranch.py +0 -123
  1315. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchrepocommit.py +0 -125
  1316. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchrepoorganization.py +0 -126
  1317. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchrepopullrequest.py +0 -127
  1318. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchreporepository.py +0 -127
  1319. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchscimgroups.py +0 -76
  1320. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchscimusers.py +0 -76
  1321. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchshippinglabel.py +0 -131
  1322. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchshippingshipment.py +0 -153
  1323. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchstoragefile.py +0 -134
  1324. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchtaskcomment.py +0 -125
  1325. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchtaskproject.py +0 -128
  1326. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchtasktask.py +0 -138
  1327. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchticketingcategory.py +0 -127
  1328. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchticketingcustomer.py +0 -127
  1329. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchticketingnote.py +0 -125
  1330. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchticketingticket.py +0 -134
  1331. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchuccomment.py +0 -124
  1332. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchuccontact.py +0 -130
  1333. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchucrecording.py +0 -131
  1334. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchunifiedconnection.py +0 -71
  1335. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchunifiedwebhook.py +0 -71
  1336. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/patchverificationrequest.py +0 -148
  1337. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/removepassthrough.py +0 -124
  1338. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/removeunifiedenvironment.py +0 -60
  1339. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingaccount.py +0 -139
  1340. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingbill.py +0 -143
  1341. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingcategory.py +0 -129
  1342. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingcontact.py +0 -141
  1343. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingcreditmemo.py +0 -149
  1344. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingexpense.py +0 -137
  1345. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountinginvoice.py +0 -147
  1346. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingjournal.py +0 -131
  1347. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingorder.py +0 -131
  1348. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingpurchaseorder.py +0 -138
  1349. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingsalesorder.py +0 -137
  1350. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingtaxrate.py +0 -127
  1351. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateaccountingtransaction.py +0 -141
  1352. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateadsad.py +0 -137
  1353. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateadscampaign.py +0 -135
  1354. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateadscreative.py +0 -137
  1355. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateadsgroup.py +0 -144
  1356. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateadsinsertionorder.py +0 -134
  1357. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateadsorganization.py +0 -125
  1358. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateassessmentorder.py +0 -158
  1359. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateassessmentpackage.py +0 -80
  1360. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateatsactivity.py +0 -136
  1361. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateatsapplication.py +0 -134
  1362. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateatscandidate.py +0 -143
  1363. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateatscompany.py +0 -128
  1364. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateatsdocument.py +0 -129
  1365. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateatsinterview.py +0 -130
  1366. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateatsjob.py +0 -143
  1367. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateatsscorecard.py +0 -129
  1368. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecalendarcalendar.py +0 -125
  1369. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecalendarevent.py +0 -141
  1370. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecalendarlink.py +0 -128
  1371. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecalendarwebinar.py +0 -151
  1372. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecommercecollection.py +0 -140
  1373. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecommerceinventory.py +0 -127
  1374. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecommerceitem.py +0 -139
  1375. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecommerceitemvariant.py +0 -151
  1376. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecommercelocation.py +0 -128
  1377. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecommercereview.py +0 -140
  1378. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecommercesaleschannel.py +0 -131
  1379. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecrmcompany.py +0 -140
  1380. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecrmcontact.py +0 -138
  1381. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecrmdeal.py +0 -143
  1382. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecrmevent.py +0 -137
  1383. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecrmlead.py +0 -137
  1384. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatecrmpipeline.py +0 -126
  1385. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateformsform.py +0 -132
  1386. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatehrisbankaccount.py +0 -132
  1387. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatehrisbenefit.py +0 -135
  1388. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatehriscompany.py +0 -124
  1389. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatehrisdeduction.py +0 -134
  1390. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatehrisdevice.py +0 -137
  1391. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatehrisemployee.py +0 -157
  1392. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatehrisgroup.py +0 -129
  1393. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatehrislocation.py +0 -133
  1394. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatehristimeshift.py +0 -132
  1395. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatekmscomment.py +0 -127
  1396. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatekmspage.py +0 -131
  1397. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatekmsspace.py +0 -127
  1398. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatelmsactivity.py +0 -129
  1399. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatelmsclass.py +0 -128
  1400. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatelmscollection.py +0 -126
  1401. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatelmscontent.py +0 -137
  1402. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatelmscourse.py +0 -132
  1403. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatelmsinstructor.py +0 -128
  1404. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatelmsstudent.py +0 -128
  1405. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatemartechcampaign.py +0 -135
  1406. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatemartechlist.py +0 -129
  1407. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatemartechmember.py +0 -129
  1408. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatemessagingevent.py +0 -126
  1409. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatemessagingmessage.py +0 -142
  1410. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatemetadatametadata.py +0 -128
  1411. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatepassthrough_json.py +0 -133
  1412. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatepassthrough_raw.py +0 -134
  1413. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatepaymentlink.py +0 -130
  1414. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatepaymentpayment.py +0 -129
  1415. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatepaymentsubscription.py +0 -143
  1416. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updaterepobranch.py +0 -123
  1417. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updaterepocommit.py +0 -125
  1418. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updaterepoorganization.py +0 -126
  1419. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updaterepopullrequest.py +0 -127
  1420. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatereporepository.py +0 -127
  1421. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatescimgroups.py +0 -76
  1422. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatescimusers.py +0 -76
  1423. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateshippinglabel.py +0 -131
  1424. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateshippingshipment.py +0 -153
  1425. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatestoragefile.py +0 -134
  1426. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatetaskcomment.py +0 -125
  1427. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatetaskproject.py +0 -128
  1428. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updatetasktask.py +0 -138
  1429. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateticketingcategory.py +0 -127
  1430. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateticketingcustomer.py +0 -127
  1431. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateticketingnote.py +0 -125
  1432. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateticketingticket.py +0 -134
  1433. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateuccomment.py +0 -124
  1434. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateuccontact.py +0 -130
  1435. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateucrecording.py +0 -131
  1436. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateunifiedconnection.py +0 -71
  1437. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateunifiedwebhook.py +0 -71
  1438. unified_python_sdk-0.57.10/src/unified_python_sdk/models/operations/updateverificationrequest.py +0 -148
  1439. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/__init__.py +0 -3634
  1440. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingaccount.py +0 -151
  1441. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingaccounttaxonomy.py +0 -57
  1442. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingassociatedcontact.py +0 -38
  1443. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingattachment.py +0 -40
  1444. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingbalancesheet.py +0 -84
  1445. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingbalancesheetitem.py +0 -40
  1446. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingbill.py +0 -177
  1447. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingcashflow.py +0 -104
  1448. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingcashflowitem.py +0 -47
  1449. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingcashflowsection.py +0 -41
  1450. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingcategory.py +0 -64
  1451. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingcontact.py +0 -164
  1452. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingcontactpaymentmethod.py +0 -64
  1453. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingcreditmemo.py +0 -181
  1454. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingemail.py +0 -52
  1455. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingexpense.py +0 -105
  1456. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountinginvoice.py +0 -200
  1457. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingjournal.py +0 -86
  1458. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingjournallineitem.py +0 -87
  1459. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountinglineitem.py +0 -113
  1460. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingorder.py +0 -135
  1461. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingorganization.py +0 -92
  1462. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingprofitloss.py +0 -130
  1463. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingprofitlossaccount.py +0 -42
  1464. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingprofitlosscategory.py +0 -45
  1465. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingprofitlosssection.py +0 -46
  1466. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingprofitlosssubcategory.py +0 -41
  1467. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingpurchaseorder.py +0 -119
  1468. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingreference.py +0 -34
  1469. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingreport.py +0 -114
  1470. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingsalesorder.py +0 -121
  1471. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingtaxrate.py +0 -64
  1472. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingtelephone.py +0 -54
  1473. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingtransaction.py +0 -112
  1474. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingtransactioncontact.py +0 -37
  1475. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingtransactionlineitem.py +0 -63
  1476. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingtrialbalance.py +0 -80
  1477. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/accountingtrialbalancesubitem.py +0 -37
  1478. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/adsad.py +0 -158
  1479. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/adscampaign.py +0 -168
  1480. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/adscreative.py +0 -173
  1481. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/adsgroup.py +0 -242
  1482. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/adsinsertionorder.py +0 -150
  1483. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/adsinsertionorderbudgetsegment.py +0 -41
  1484. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/adsorganization.py +0 -64
  1485. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/adsreport.py +0 -69
  1486. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/adsreportmetrics.py +0 -91
  1487. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/apicall.py +0 -125
  1488. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/assessmentaddress.py +0 -63
  1489. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/assessmentattribute.py +0 -86
  1490. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/assessmentorder.py +0 -264
  1491. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/assessmentpackage.py +0 -143
  1492. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/assessmentpackageregion.py +0 -42
  1493. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/assessmentparameter.py +0 -89
  1494. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/assessmentparameterinput.py +0 -37
  1495. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/assessmentresponsedetail.py +0 -55
  1496. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsactivity.py +0 -144
  1497. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsaddress.py +0 -63
  1498. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsapplication.py +0 -132
  1499. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atscandidate.py +0 -171
  1500. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atscandidateeducation.py +0 -49
  1501. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atscandidateexperience.py +0 -41
  1502. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atscompany.py +0 -80
  1503. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atscompensation.py +0 -82
  1504. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsdocument.py +0 -101
  1505. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsemail.py +0 -55
  1506. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsgroup.py +0 -59
  1507. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsinterview.py +0 -104
  1508. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsjob.py +0 -191
  1509. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsjobopening.py +0 -63
  1510. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsjobposting.py +0 -74
  1511. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsjobquestion.py +0 -76
  1512. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsmetadata.py +0 -134
  1513. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsoffer.py +0 -102
  1514. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsscorecard.py +0 -100
  1515. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsscorecardquestion.py +0 -37
  1516. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atsstatus.py +0 -72
  1517. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/atstelephone.py +0 -54
  1518. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarattachment.py +0 -40
  1519. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarattendee.py +0 -66
  1520. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarbusy.py +0 -47
  1521. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarcalendar.py +0 -63
  1522. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarconference.py +0 -67
  1523. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarevent.py +0 -156
  1524. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendareventrecurrence.py +0 -139
  1525. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarlink.py +0 -74
  1526. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarrecording.py +0 -76
  1527. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarrecordingmedia.py +0 -65
  1528. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarrecordingtranscript.py +0 -48
  1529. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarwebinar.py +0 -203
  1530. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarwebinarpanelist.py +0 -66
  1531. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/calendarwebinarregistrant.py +0 -71
  1532. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commercecollection.py +0 -123
  1533. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commerceinventory.py +0 -63
  1534. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commerceitem.py +0 -130
  1535. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commerceitemmedia.py +0 -72
  1536. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commerceitemoption.py +0 -40
  1537. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commerceitemprice.py +0 -37
  1538. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commerceitemvariant.py +0 -165
  1539. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commerceitemvariant1.py +0 -184
  1540. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commercelocation.py +0 -79
  1541. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commercemetadata.py +0 -161
  1542. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commercereference.py +0 -37
  1543. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commercereview.py +0 -147
  1544. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commercereviewcomment.py +0 -111
  1545. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/commercesaleschannel.py +0 -67
  1546. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/connection.py +0 -115
  1547. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmcompany.py +0 -133
  1548. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmcontact.py +0 -129
  1549. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmdeal.py +0 -134
  1550. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmemail.py +0 -52
  1551. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmevent.py +0 -167
  1552. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmeventformfield.py +0 -70
  1553. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmeventformoption.py +0 -34
  1554. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmlead.py +0 -119
  1555. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmmetadata.py +0 -143
  1556. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmpipeline.py +0 -69
  1557. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmreference.py +0 -37
  1558. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmstage.py +0 -64
  1559. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/crmtelephone.py +0 -54
  1560. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/enrichcompany.py +0 -153
  1561. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/enrichemail.py +0 -55
  1562. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/enrichperson.py +0 -173
  1563. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/enrichpersonworkhistory.py +0 -59
  1564. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/enrichtelephone.py +0 -54
  1565. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/formanswer.py +0 -42
  1566. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/formfield.py +0 -129
  1567. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/formsform.py +0 -92
  1568. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/formssubmission.py +0 -63
  1569. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/genaicontent.py +0 -51
  1570. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/genaiembedding.py +0 -93
  1571. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/genaimodel.py +0 -59
  1572. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/genaiprompt.py +0 -72
  1573. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrisbankaccount.py +0 -105
  1574. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrisbenefit.py +0 -200
  1575. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hriscompany.py +0 -56
  1576. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hriscompensation.py +0 -87
  1577. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrisdeduction.py +0 -151
  1578. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrisdevice.py +0 -113
  1579. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrisemail.py +0 -52
  1580. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrisemployee.py +0 -281
  1581. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrisemployeerelationship.py +0 -104
  1582. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrisgroup.py +0 -102
  1583. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrislocation.py +0 -101
  1584. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrismetadata.py +0 -144
  1585. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrispayslip.py +0 -116
  1586. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hrispayslipdetail.py +0 -80
  1587. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hristelephone.py +0 -54
  1588. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hristimeoff.py +0 -105
  1589. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/hristimeshift.py +0 -90
  1590. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/integration.py +0 -267
  1591. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/integrationsupport.py +0 -2743
  1592. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/issue.py +0 -97
  1593. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/kmscomment.py +0 -104
  1594. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/kmspage.py +0 -106
  1595. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/kmspagemetadata.py +0 -151
  1596. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/kmsspace.py +0 -71
  1597. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/lmsactivity.py +0 -80
  1598. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/lmsclass.py +0 -75
  1599. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/lmscollection.py +0 -69
  1600. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/lmscontent.py +0 -117
  1601. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/lmscontentshapelocalization.py +0 -40
  1602. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/lmscourse.py +0 -92
  1603. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/lmsinstructor.py +0 -78
  1604. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/lmsmedia.py +0 -72
  1605. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/lmsstudent.py +0 -82
  1606. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/lmstelephone.py +0 -54
  1607. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/marketingcampaign.py +0 -117
  1608. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/marketingemail.py +0 -52
  1609. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/marketinglist.py +0 -76
  1610. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/marketingmember.py +0 -83
  1611. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/marketingreport.py +0 -139
  1612. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/marketingreportlink.py +0 -56
  1613. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/messagingattachment.py +0 -55
  1614. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/messagingbutton.py +0 -37
  1615. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/messagingchannel.py +0 -84
  1616. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/messagingevent.py +0 -111
  1617. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/messagingmember.py +0 -40
  1618. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/messagingmessage.py +0 -153
  1619. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/messagingreference.py +0 -34
  1620. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/metadatametadata.py +0 -111
  1621. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/paymentlineitem.py +0 -100
  1622. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/paymentlink.py +0 -85
  1623. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/paymentpayment.py +0 -80
  1624. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/paymentpayout.py +0 -73
  1625. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/paymentrefund.py +0 -89
  1626. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/paymentsubscription.py +0 -148
  1627. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingcontact_billing_address.py +0 -63
  1628. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingcontact_shipping_address.py +0 -63
  1629. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingorder_billing_address.py +0 -63
  1630. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingorder_shipping_address.py +0 -63
  1631. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingorganization_address.py +0 -63
  1632. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingpurchaseorder_billing_address.py +0 -63
  1633. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingpurchaseorder_shipping_address.py +0 -63
  1634. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingreport_balance_sheet.py +0 -84
  1635. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingreport_profit_and_loss.py +0 -130
  1636. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingreport_trial_balance.py +0 -80
  1637. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingsalesorder_billing_address.py +0 -63
  1638. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_accountingsalesorder_shipping_address.py +0 -63
  1639. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsad_targeting.py +0 -103
  1640. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adscampaign_frequency_cap.py +0 -73
  1641. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adscampaign_targeting.py +0 -103
  1642. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsgroup_bid_strategy.py +0 -133
  1643. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsgroup_frequency_cap.py +0 -73
  1644. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsgroup_pacing.py +0 -60
  1645. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsgroup_targeting.py +0 -103
  1646. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsinsertionorder_bid_strategy.py +0 -151
  1647. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsinsertionorder_frequency_cap.py +0 -75
  1648. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsinsertionorder_kpi.py +0 -81
  1649. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsinsertionorder_pacing.py +0 -60
  1650. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsreportmetrics_ad.py +0 -158
  1651. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsreportmetrics_ad_targeting.py +0 -103
  1652. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign.py +0 -170
  1653. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_frequency_cap.py +0 -77
  1654. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting.py +0 -103
  1655. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsreportmetrics_group.py +0 -250
  1656. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_bid_strategy.py +0 -153
  1657. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_frequency_cap.py +0 -75
  1658. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_pacing.py +0 -62
  1659. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting.py +0 -103
  1660. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_atsactivity_from.py +0 -55
  1661. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_atscandidate_address.py +0 -63
  1662. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_atscompany_address.py +0 -63
  1663. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_atsjobposting_address.py +0 -67
  1664. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_calendarevent_organizer.py +0 -66
  1665. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_calendarrecordingtranscript_attendee.py +0 -68
  1666. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_calendarwebinar_organizer.py +0 -66
  1667. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_commercelocation_address.py +0 -63
  1668. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_connection_auth.py +0 -138
  1669. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmcompany_address.py +0 -63
  1670. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmcontact_address.py +0 -63
  1671. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmevent_call.py +0 -42
  1672. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmevent_email.py +0 -63
  1673. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmevent_form.py +0 -42
  1674. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmevent_marketing_email.py +0 -62
  1675. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmevent_meeting.py +0 -45
  1676. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmevent_note.py +0 -38
  1677. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmevent_page_view.py +0 -37
  1678. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmevent_task.py +0 -82
  1679. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_crmlead_address.py +0 -63
  1680. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_enrichcompany_address.py +0 -67
  1681. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_enrichperson_address.py +0 -67
  1682. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_hriscompany_address.py +0 -63
  1683. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_hrisemployee_address.py +0 -63
  1684. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_hrisemployeerelationship_address.py +0 -63
  1685. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_hrislocation_address.py +0 -63
  1686. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_hrispayslip_deduction.py +0 -153
  1687. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events.py +0 -46
  1688. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_lmsstudent_address.py +0 -63
  1689. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_messagingevent_button.py +0 -37
  1690. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_messagingevent_channel.py +0 -84
  1691. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_messagingevent_message.py +0 -153
  1692. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_messagingevent_message_author_member.py +0 -44
  1693. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_messagingevent_user.py +0 -34
  1694. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_messagingmessage_author_member.py +0 -44
  1695. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_messagingreaction_member.py +0 -40
  1696. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_scimgroup_meta.py +0 -71
  1697. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_scimuser_meta.py +0 -71
  1698. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_scimuser_name.py +0 -66
  1699. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_enterprise_2_0_user.py +0 -137
  1700. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_enterprise_2_0_user_manager.py +0 -83
  1701. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_lattice_attributes_1_0_user.py +0 -155
  1702. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_peakon_2_0_user.py +0 -76
  1703. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_shippingrate_from_address.py +0 -95
  1704. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_shippingrate_to_address.py +0 -95
  1705. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_shippingshipment_customs.py +0 -157
  1706. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_shippingshipment_from_address.py +0 -95
  1707. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_shippingshipment_insurance.py +0 -85
  1708. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_shippingshipment_return_address.py +0 -95
  1709. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_shippingshipment_to_address.py +0 -95
  1710. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_shippingtrackingevent_location_address.py +0 -91
  1711. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/property_uccall_telephone.py +0 -58
  1712. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/repobranch.py +0 -47
  1713. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/repocommit.py +0 -55
  1714. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/repoorganization.py +0 -70
  1715. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/repopullrequest.py +0 -90
  1716. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/reporepository.py +0 -71
  1717. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimaddress.py +0 -86
  1718. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimemail.py +0 -58
  1719. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimentitlement.py +0 -40
  1720. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimgroup.py +0 -68
  1721. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimgroupmember.py +0 -81
  1722. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimims.py +0 -63
  1723. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimmanager.py +0 -71
  1724. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimphonenumber.py +0 -61
  1725. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimphoto.py +0 -57
  1726. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimrole.py +0 -40
  1727. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimuser.py +0 -204
  1728. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/scimusergroups.py +0 -64
  1729. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/shippingcarrier.py +0 -68
  1730. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/shippingcustomsitem.py +0 -86
  1731. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/shippinglabel.py +0 -137
  1732. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/shippingpackage.py +0 -108
  1733. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/shippingrate.py +0 -88
  1734. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/shippingraterate.py +0 -114
  1735. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/shippingratesurcharge.py +0 -40
  1736. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/shippingshipment.py +0 -257
  1737. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/shippingtracking.py +0 -120
  1738. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/shippingtrackingevent.py +0 -105
  1739. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/storagefile.py +0 -118
  1740. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/storagepermission.py +0 -44
  1741. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/taskchange.py +0 -53
  1742. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/taskchangeitem.py +0 -44
  1743. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/taskcomment.py +0 -55
  1744. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/taskmetadata.py +0 -150
  1745. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/taskproject.py +0 -76
  1746. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/tasktask.py +0 -137
  1747. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/ticketingcategory.py +0 -64
  1748. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/ticketingcustomer.py +0 -66
  1749. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/ticketingemail.py +0 -52
  1750. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/ticketingnote.py +0 -64
  1751. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/ticketingtelephone.py +0 -54
  1752. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/ticketingticket.py +0 -117
  1753. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/uccall.py +0 -83
  1754. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/uccomment.py +0 -51
  1755. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/uccontact.py +0 -86
  1756. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/ucemail.py +0 -52
  1757. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/ucrecording.py +0 -89
  1758. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/ucrecordingmedia.py +0 -57
  1759. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/ucrecordingtranscript.py +0 -44
  1760. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/uctelephone.py +0 -54
  1761. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/verificationaddress.py +0 -63
  1762. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/verificationpackage.py +0 -138
  1763. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/verificationparameter.py +0 -89
  1764. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/verificationparameterinput.py +0 -37
  1765. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/verificationrequest.py +0 -179
  1766. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/verificationresponsedetail.py +0 -55
  1767. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/verificationtime.py +0 -36
  1768. unified_python_sdk-0.57.10/src/unified_python_sdk/models/shared/webhook.py +0 -314
  1769. unified_python_sdk-0.57.10/src/unified_python_sdk/sdk.py +0 -570
  1770. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/LICENSE.md +0 -0
  1771. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/README-PYPI.md +0 -0
  1772. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/py.typed +0 -0
  1773. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/__init__.py +0 -0
  1774. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/_hooks/__init__.py +0 -0
  1775. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/_hooks/sdkhooks.py +0 -0
  1776. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/_hooks/types.py +0 -0
  1777. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/account.py +0 -0
  1778. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/accounting.py +0 -0
  1779. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/activity.py +0 -0
  1780. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/ad.py +0 -0
  1781. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/ads.py +0 -0
  1782. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/apicall.py +0 -0
  1783. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/application.py +0 -0
  1784. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/applicationstatus.py +0 -0
  1785. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/assessment.py +0 -0
  1786. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/ats.py +0 -0
  1787. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/auth.py +0 -0
  1788. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/balancesheet.py +0 -0
  1789. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/bankaccount.py +0 -0
  1790. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/basesdk.py +0 -0
  1791. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/benefit.py +0 -0
  1792. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/bill.py +0 -0
  1793. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/branch.py +0 -0
  1794. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/busy.py +0 -0
  1795. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/calendar.py +0 -0
  1796. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/call.py +0 -0
  1797. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/campaign.py +0 -0
  1798. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/candidate.py +0 -0
  1799. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/carrier.py +0 -0
  1800. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/cashflow.py +0 -0
  1801. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/category.py +0 -0
  1802. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/change.py +0 -0
  1803. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/channel.py +0 -0
  1804. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/class_.py +0 -0
  1805. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/collection.py +0 -0
  1806. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/comment.py +0 -0
  1807. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/commerce.py +0 -0
  1808. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/commit.py +0 -0
  1809. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/company.py +0 -0
  1810. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/connection.py +0 -0
  1811. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/contact.py +0 -0
  1812. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/content.py +0 -0
  1813. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/course.py +0 -0
  1814. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/creative.py +0 -0
  1815. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/creditmemo.py +0 -0
  1816. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/crm.py +0 -0
  1817. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/customer.py +0 -0
  1818. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/deal.py +0 -0
  1819. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/deduction.py +0 -0
  1820. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/device.py +0 -0
  1821. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/document.py +0 -0
  1822. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/embedding.py +0 -0
  1823. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/employee.py +0 -0
  1824. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/enrich.py +0 -0
  1825. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/environment.py +0 -0
  1826. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/event.py +0 -0
  1827. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/expense.py +0 -0
  1828. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/file.py +0 -0
  1829. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/form.py +0 -0
  1830. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/forms.py +0 -0
  1831. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/genai.py +0 -0
  1832. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/group.py +0 -0
  1833. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/hris.py +0 -0
  1834. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/httpclient.py +0 -0
  1835. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/insertionorder.py +0 -0
  1836. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/instructor.py +0 -0
  1837. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/integration.py +0 -0
  1838. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/interview.py +0 -0
  1839. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/inventory.py +0 -0
  1840. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/invoice.py +0 -0
  1841. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/issue.py +0 -0
  1842. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/item.py +0 -0
  1843. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/itemvariant.py +0 -0
  1844. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/job.py +0 -0
  1845. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/journal.py +0 -0
  1846. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/kms.py +0 -0
  1847. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/label.py +0 -0
  1848. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/lead.py +0 -0
  1849. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/link.py +0 -0
  1850. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/list.py +0 -0
  1851. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/lms.py +0 -0
  1852. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/location.py +0 -0
  1853. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/login.py +0 -0
  1854. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/martech.py +0 -0
  1855. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/member.py +0 -0
  1856. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/message.py +0 -0
  1857. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/messaging.py +0 -0
  1858. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/metadata.py +0 -0
  1859. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/model.py +0 -0
  1860. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/__init__.py +0 -0
  1861. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/errors/__init__.py +0 -0
  1862. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/errors/no_response_error.py +0 -0
  1863. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/errors/responsevalidationerror.py +0 -0
  1864. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/errors/sdkerror.py +0 -0
  1865. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/errors/unifiedtoerror.py +0 -0
  1866. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/__init__.py +0 -0
  1867. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/patchunifiedwebhooktrigger.py +0 -0
  1868. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingaccount.py +0 -0
  1869. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingbill.py +0 -0
  1870. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingcategory.py +0 -0
  1871. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingcontact.py +0 -0
  1872. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingcreditmemo.py +0 -0
  1873. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingexpense.py +0 -0
  1874. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountinginvoice.py +0 -0
  1875. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingjournal.py +0 -0
  1876. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingorder.py +0 -0
  1877. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingpurchaseorder.py +0 -0
  1878. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingsalesorder.py +0 -0
  1879. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingtaxrate.py +0 -0
  1880. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeaccountingtransaction.py +0 -0
  1881. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeadsad.py +0 -0
  1882. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeadscampaign.py +0 -0
  1883. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeadscreative.py +0 -0
  1884. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeadsgroup.py +0 -0
  1885. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeadsinsertionorder.py +0 -0
  1886. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeadsorganization.py +0 -0
  1887. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeassessmentpackage.py +0 -0
  1888. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeatsactivity.py +0 -0
  1889. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeatsapplication.py +0 -0
  1890. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeatscandidate.py +0 -0
  1891. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeatscompany.py +0 -0
  1892. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeatsdocument.py +0 -0
  1893. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeatsinterview.py +0 -0
  1894. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeatsjob.py +0 -0
  1895. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeatsscorecard.py +0 -0
  1896. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecalendarcalendar.py +0 -0
  1897. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecalendarevent.py +0 -0
  1898. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecalendarlink.py +0 -0
  1899. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecalendarwebinar.py +0 -0
  1900. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecommercecollection.py +0 -0
  1901. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecommerceinventory.py +0 -0
  1902. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecommerceitem.py +0 -0
  1903. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecommerceitemvariant.py +0 -0
  1904. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecommercelocation.py +0 -0
  1905. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecommercereview.py +0 -0
  1906. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecommercesaleschannel.py +0 -0
  1907. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecrmcompany.py +0 -0
  1908. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecrmcontact.py +0 -0
  1909. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecrmdeal.py +0 -0
  1910. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecrmevent.py +0 -0
  1911. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecrmlead.py +0 -0
  1912. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removecrmpipeline.py +0 -0
  1913. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeformsform.py +0 -0
  1914. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removehrisbankaccount.py +0 -0
  1915. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removehrisbenefit.py +0 -0
  1916. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removehriscompany.py +0 -0
  1917. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removehrisdeduction.py +0 -0
  1918. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removehrisdevice.py +0 -0
  1919. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removehrisemployee.py +0 -0
  1920. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removehrisgroup.py +0 -0
  1921. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removehrislocation.py +0 -0
  1922. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removehristimeshift.py +0 -0
  1923. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removekmscomment.py +0 -0
  1924. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removekmspage.py +0 -0
  1925. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removekmsspace.py +0 -0
  1926. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removelmsactivity.py +0 -0
  1927. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removelmsclass.py +0 -0
  1928. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removelmscollection.py +0 -0
  1929. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removelmscontent.py +0 -0
  1930. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removelmscourse.py +0 -0
  1931. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removelmsinstructor.py +0 -0
  1932. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removelmsstudent.py +0 -0
  1933. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removemartechcampaign.py +0 -0
  1934. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removemartechlist.py +0 -0
  1935. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removemartechmember.py +0 -0
  1936. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removemessagingmessage.py +0 -0
  1937. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removemetadatametadata.py +0 -0
  1938. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removepaymentlink.py +0 -0
  1939. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removepaymentpayment.py +0 -0
  1940. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removepaymentsubscription.py +0 -0
  1941. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removerepobranch.py +0 -0
  1942. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removerepocommit.py +0 -0
  1943. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removerepoorganization.py +0 -0
  1944. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removerepopullrequest.py +0 -0
  1945. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removereporepository.py +0 -0
  1946. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removescimgroups.py +0 -0
  1947. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removescimusers.py +0 -0
  1948. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeshippinglabel.py +0 -0
  1949. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeshippingshipment.py +0 -0
  1950. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removestoragefile.py +0 -0
  1951. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removetaskcomment.py +0 -0
  1952. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removetaskproject.py +0 -0
  1953. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removetasktask.py +0 -0
  1954. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeticketingcategory.py +0 -0
  1955. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeticketingcustomer.py +0 -0
  1956. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeticketingnote.py +0 -0
  1957. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeticketingticket.py +0 -0
  1958. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeuccomment.py +0 -0
  1959. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeuccontact.py +0 -0
  1960. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeucrecording.py +0 -0
  1961. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeunifiedconnection.py +0 -0
  1962. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeunifiedwebhook.py +0 -0
  1963. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/removeverificationrequest.py +0 -0
  1964. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/operations/updateunifiedwebhooktrigger.py +0 -0
  1965. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/atsapplicationanswer.py +0 -0
  1966. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/genaiembeddingcontent.py +0 -0
  1967. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/lmsemail.py +0 -0
  1968. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/messagingreaction.py +0 -0
  1969. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_calendareventrecurrence_on_days.py +0 -0
  1970. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_connection_categories.py +0 -0
  1971. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_connection_permissions.py +0 -0
  1972. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_hrisemployee_employee_roles.py +0 -0
  1973. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_integration_categories.py +0 -0
  1974. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events_created.py +0 -0
  1975. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events_deleted.py +0 -0
  1976. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events_updated.py +0 -0
  1977. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_scimgroup_schemas.py +0 -0
  1978. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_scimuser_schemas.py +0 -0
  1979. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/property_storagepermission_roles.py +0 -0
  1980. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/models/shared/security.py +0 -0
  1981. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/note.py +0 -0
  1982. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/order.py +0 -0
  1983. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/organization.py +0 -0
  1984. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/package.py +0 -0
  1985. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/page.py +0 -0
  1986. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/passthrough.py +0 -0
  1987. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/payment.py +0 -0
  1988. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/payout.py +0 -0
  1989. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/payslip.py +0 -0
  1990. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/person.py +0 -0
  1991. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/pipeline.py +0 -0
  1992. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/profitloss.py +0 -0
  1993. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/project.py +0 -0
  1994. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/prompt.py +0 -0
  1995. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/pullrequest.py +0 -0
  1996. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/purchaseorder.py +0 -0
  1997. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/py.typed +0 -0
  1998. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/rate.py +0 -0
  1999. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/recording.py +0 -0
  2000. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/refund.py +0 -0
  2001. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/repo.py +0 -0
  2002. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/report.py +0 -0
  2003. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/repository.py +0 -0
  2004. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/request.py +0 -0
  2005. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/review.py +0 -0
  2006. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/saleschannel.py +0 -0
  2007. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/salesorder.py +0 -0
  2008. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/scim.py +0 -0
  2009. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/scorecard.py +0 -0
  2010. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/sdkconfiguration.py +0 -0
  2011. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/shipment.py +0 -0
  2012. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/shipping.py +0 -0
  2013. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/space.py +0 -0
  2014. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/storage.py +0 -0
  2015. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/student.py +0 -0
  2016. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/submission.py +0 -0
  2017. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/subscription.py +0 -0
  2018. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/task.py +0 -0
  2019. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/taxrate.py +0 -0
  2020. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/ticket.py +0 -0
  2021. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/ticketing.py +0 -0
  2022. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/timeoff.py +0 -0
  2023. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/timeshift.py +0 -0
  2024. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/tracking.py +0 -0
  2025. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/transaction.py +0 -0
  2026. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/trialbalance.py +0 -0
  2027. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/types/__init__.py +0 -0
  2028. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/types/basemodel.py +0 -0
  2029. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/uc.py +0 -0
  2030. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/unified.py +0 -0
  2031. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/user.py +0 -0
  2032. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/__init__.py +0 -0
  2033. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/annotations.py +0 -0
  2034. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/datetimes.py +0 -0
  2035. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/dynamic_imports.py +0 -0
  2036. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/enums.py +0 -0
  2037. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/eventstreaming.py +0 -0
  2038. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/forms.py +0 -0
  2039. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/headers.py +0 -0
  2040. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/logger.py +0 -0
  2041. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/metadata.py +0 -0
  2042. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/queryparams.py +0 -0
  2043. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/requestbodies.py +0 -0
  2044. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/retries.py +0 -0
  2045. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/security.py +0 -0
  2046. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/serializers.py +0 -0
  2047. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/unmarshal_json_response.py +0 -0
  2048. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/url.py +0 -0
  2049. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/utils/values.py +0 -0
  2050. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/verification.py +0 -0
  2051. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/webhook.py +0 -0
  2052. {unified_python_sdk-0.57.10 → unified_python_sdk-0.57.13}/src/unified_python_sdk/webinar.py +0 -0
@@ -0,0 +1,2265 @@
1
+ Metadata-Version: 2.4
2
+ Name: Unified-python-sdk
3
+ Version: 0.57.13
4
+ Summary: Python Client SDK for Unified.to
5
+ License-File: LICENSE.md
6
+ Author: Unified API Inc.
7
+ Requires-Python: >=3.10
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Classifier: Programming Language :: Python :: 3.14
14
+ Requires-Dist: httpcore (>=1.0.9)
15
+ Requires-Dist: httpx (>=0.28.1)
16
+ Requires-Dist: pydantic (>=2.11.2)
17
+ Project-URL: Repository, https://github.com/unified-to/unified-python-sdk.git
18
+ Description-Content-Type: text/markdown
19
+
20
+ <div align="left">
21
+ <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>
22
+ <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>
23
+
24
+ </div>
25
+
26
+ <!-- Start Summary [summary] -->
27
+ ## Summary
28
+
29
+ Unified.to API: One API to Rule Them All
30
+
31
+ For more information about the API: [API Documentation](https://docs.unified.to)
32
+ <!-- End Summary [summary] -->
33
+
34
+ <!-- Start Table of Contents [toc] -->
35
+ ## Table of Contents
36
+ <!-- $toc-max-depth=2 -->
37
+ * [SDK Installation](https://github.com/unified-to/unified-python-sdk/blob/master/./#sdk-installation)
38
+ * [IDE Support](https://github.com/unified-to/unified-python-sdk/blob/master/./#ide-support)
39
+ * [SDK Example Usage](https://github.com/unified-to/unified-python-sdk/blob/master/./#sdk-example-usage)
40
+ * [Available Resources and Operations](https://github.com/unified-to/unified-python-sdk/blob/master/./#available-resources-and-operations)
41
+ * [File uploads](https://github.com/unified-to/unified-python-sdk/blob/master/./#file-uploads)
42
+ * [Retries](https://github.com/unified-to/unified-python-sdk/blob/master/./#retries)
43
+ * [Error Handling](https://github.com/unified-to/unified-python-sdk/blob/master/./#error-handling)
44
+ * [Server Selection](https://github.com/unified-to/unified-python-sdk/blob/master/./#server-selection)
45
+ * [Custom HTTP Client](https://github.com/unified-to/unified-python-sdk/blob/master/./#custom-http-client)
46
+ * [Authentication](https://github.com/unified-to/unified-python-sdk/blob/master/./#authentication)
47
+ * [Resource Management](https://github.com/unified-to/unified-python-sdk/blob/master/./#resource-management)
48
+ * [Debugging](https://github.com/unified-to/unified-python-sdk/blob/master/./#debugging)
49
+
50
+ <!-- End Table of Contents [toc] -->
51
+
52
+ <!-- Start SDK Installation [installation] -->
53
+ ## SDK Installation
54
+
55
+ > [!NOTE]
56
+ > **Python version upgrade policy**
57
+ >
58
+ > Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
59
+
60
+ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
61
+
62
+ ### uv
63
+
64
+ *uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
65
+
66
+ ```bash
67
+ uv add Unified-python-sdk
68
+ ```
69
+
70
+ ### PIP
71
+
72
+ *PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
73
+
74
+ ```bash
75
+ pip install Unified-python-sdk
76
+ ```
77
+
78
+ ### Poetry
79
+
80
+ *Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
81
+
82
+ ```bash
83
+ poetry add Unified-python-sdk
84
+ ```
85
+
86
+ ### Shell and script usage with `uv`
87
+
88
+ You can use this SDK in a Python shell with [uv](https://docs.astral.sh/uv/) and the `uvx` command that comes with it like so:
89
+
90
+ ```shell
91
+ uvx --from Unified-python-sdk python
92
+ ```
93
+
94
+ It's also possible to write a standalone Python script without needing to set up a whole project like so:
95
+
96
+ ```python
97
+ #!/usr/bin/env -S uv run --script
98
+ # /// script
99
+ # requires-python = ">=3.10"
100
+ # dependencies = [
101
+ # "Unified-python-sdk",
102
+ # ]
103
+ # ///
104
+
105
+ from unified_python_sdk import UnifiedTo
106
+
107
+ sdk = UnifiedTo(
108
+ # SDK arguments
109
+ )
110
+
111
+ # Rest of script here...
112
+ ```
113
+
114
+ Once that is saved to a file, you can run it with `uv run script.py` where
115
+ `script.py` can be replaced with the actual file name.
116
+ <!-- End SDK Installation [installation] -->
117
+
118
+ <!-- Start IDE Support [idesupport] -->
119
+ ## IDE Support
120
+
121
+ ### PyCharm
122
+
123
+ Generally, the SDK will work well with most IDEs out of the box. However, when using PyCharm, you can enjoy much better integration with Pydantic by installing an additional plugin.
124
+
125
+ - [PyCharm Pydantic Plugin](https://docs.pydantic.dev/latest/integrations/pycharm/)
126
+ <!-- End IDE Support [idesupport] -->
127
+
128
+ <!-- Start SDK Example Usage [usage] -->
129
+ ## SDK Example Usage
130
+
131
+ ### Example
132
+
133
+ ```python
134
+ # Synchronous Example
135
+ from unified_python_sdk import UnifiedTo
136
+ from unified_python_sdk.models import shared
137
+
138
+
139
+ with UnifiedTo(
140
+ security=shared.Security(
141
+ jwt="<YOUR_API_KEY_HERE>",
142
+ ),
143
+ ) as unified_to:
144
+
145
+ res = unified_to.accounting.create_accounting_account(request={
146
+ "accounting_account": {},
147
+ "connection_id": "<id>",
148
+ })
149
+
150
+ assert res.accounting_account is not None
151
+
152
+ # Handle response
153
+ print(res.accounting_account)
154
+ ```
155
+
156
+ </br>
157
+
158
+ The same SDK client can also be used to make asynchronous requests by importing asyncio.
159
+
160
+ ```python
161
+ # Asynchronous Example
162
+ import asyncio
163
+ from unified_python_sdk import UnifiedTo
164
+ from unified_python_sdk.models import shared
165
+
166
+ async def main():
167
+
168
+ async with UnifiedTo(
169
+ security=shared.Security(
170
+ jwt="<YOUR_API_KEY_HERE>",
171
+ ),
172
+ ) as unified_to:
173
+
174
+ res = await unified_to.accounting.create_accounting_account_async(request={
175
+ "accounting_account": {},
176
+ "connection_id": "<id>",
177
+ })
178
+
179
+ assert res.accounting_account is not None
180
+
181
+ # Handle response
182
+ print(res.accounting_account)
183
+
184
+ asyncio.run(main())
185
+ ```
186
+ <!-- End SDK Example Usage [usage] -->
187
+
188
+ <!-- Start Available Resources and Operations [operations] -->
189
+ ## Available Resources and Operations
190
+
191
+ <details open>
192
+ <summary>Available methods</summary>
193
+
194
+ ### [Account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md)
195
+
196
+ * [create_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#create_accounting_account) - Create an account
197
+ * [get_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#get_accounting_account) - Retrieve an account
198
+ * [list_accounting_accounts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#list_accounting_accounts) - List all accounts
199
+ * [patch_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#patch_accounting_account) - Update an account
200
+ * [remove_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#remove_accounting_account) - Remove an account
201
+ * [update_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#update_accounting_account) - Update an account
202
+
203
+ ### [Accounting](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md)
204
+
205
+ * [create_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_account) - Create an account
206
+ * [create_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_bill) - Create a bill
207
+ * [create_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_category) - Create a category
208
+ * [create_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_contact) - Create a contact
209
+ * [create_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_creditmemo) - Create a creditmemo
210
+ * [create_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_expense) - Create an expense
211
+ * [create_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_invoice) - Create an invoice
212
+ * [create_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_journal) - Create a journal
213
+ * [create_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_order) - Create an order
214
+ * [create_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_purchaseorder) - Create a purchaseorder
215
+ * [create_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_salesorder) - Create a salesorder
216
+ * [create_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_taxrate) - Create a taxrate
217
+ * [create_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_transaction) - Create a transaction
218
+ * [get_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_account) - Retrieve an account
219
+ * [get_accounting_balancesheet](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_balancesheet) - Retrieve a balancesheet
220
+ * [get_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_bill) - Retrieve a bill
221
+ * [get_accounting_cashflow](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_cashflow) - Retrieve a cashflow
222
+ * [get_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_category) - Retrieve a category
223
+ * [get_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_contact) - Retrieve a contact
224
+ * [get_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_creditmemo) - Retrieve a creditmemo
225
+ * [get_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_expense) - Retrieve an expense
226
+ * [get_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_invoice) - Retrieve an invoice
227
+ * [get_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_journal) - Retrieve a journal
228
+ * [get_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_order) - Retrieve an order
229
+ * [get_accounting_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_organization) - Retrieve an organization
230
+ * [get_accounting_profitloss](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_profitloss) - Retrieve a profitloss
231
+ * [get_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_purchaseorder) - Retrieve a purchaseorder
232
+ * [get_accounting_report](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_report) - Retrieve a report
233
+ * [get_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_salesorder) - Retrieve a salesorder
234
+ * [get_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_taxrate) - Retrieve a taxrate
235
+ * [get_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_transaction) - Retrieve a transaction
236
+ * [get_accounting_trialbalance](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_trialbalance) - Retrieve a trialbalance
237
+ * [list_accounting_accounts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_accounts) - List all accounts
238
+ * [list_accounting_balancesheets](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_balancesheets) - List all balancesheets
239
+ * [list_accounting_bills](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_bills) - List all bills
240
+ * [list_accounting_cashflows](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_cashflows) - List all cashflows
241
+ * [list_accounting_categories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_categories) - List all categories
242
+ * [list_accounting_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_contacts) - List all contacts
243
+ * [list_accounting_creditmemoes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_creditmemoes) - List all creditmemoes
244
+ * [list_accounting_expenses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_expenses) - List all expenses
245
+ * [list_accounting_invoices](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_invoices) - List all invoices
246
+ * [list_accounting_journals](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_journals) - List all journals
247
+ * [list_accounting_orders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_orders) - List all orders
248
+ * [list_accounting_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_organizations) - List all organizations
249
+ * [list_accounting_profitlosses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_profitlosses) - List all profitlosses
250
+ * [list_accounting_purchaseorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_purchaseorders) - List all purchaseorders
251
+ * [list_accounting_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_reports) - List all reports
252
+ * [list_accounting_salesorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_salesorders) - List all salesorders
253
+ * [list_accounting_taxrates](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_taxrates) - List all taxrates
254
+ * [list_accounting_transactions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_transactions) - List all transactions
255
+ * [list_accounting_trialbalances](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_trialbalances) - List all trialbalances
256
+ * [patch_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_account) - Update an account
257
+ * [patch_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_bill) - Update a bill
258
+ * [patch_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_category) - Update a category
259
+ * [patch_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_contact) - Update a contact
260
+ * [patch_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_creditmemo) - Update a creditmemo
261
+ * [patch_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_expense) - Update an expense
262
+ * [patch_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_invoice) - Update an invoice
263
+ * [patch_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_journal) - Update a journal
264
+ * [patch_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_order) - Update an order
265
+ * [patch_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_purchaseorder) - Update a purchaseorder
266
+ * [patch_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_salesorder) - Update a salesorder
267
+ * [patch_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_taxrate) - Update a taxrate
268
+ * [patch_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_transaction) - Update a transaction
269
+ * [remove_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_account) - Remove an account
270
+ * [remove_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_bill) - Remove a bill
271
+ * [remove_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_category) - Remove a category
272
+ * [remove_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_contact) - Remove a contact
273
+ * [remove_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_creditmemo) - Remove a creditmemo
274
+ * [remove_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_expense) - Remove an expense
275
+ * [remove_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_invoice) - Remove an invoice
276
+ * [remove_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_journal) - Remove a journal
277
+ * [remove_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_order) - Remove an order
278
+ * [remove_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_purchaseorder) - Remove a purchaseorder
279
+ * [remove_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_salesorder) - Remove a salesorder
280
+ * [remove_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_taxrate) - Remove a taxrate
281
+ * [remove_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_transaction) - Remove a transaction
282
+ * [update_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_account) - Update an account
283
+ * [update_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_bill) - Update a bill
284
+ * [update_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_category) - Update a category
285
+ * [update_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_contact) - Update a contact
286
+ * [update_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_creditmemo) - Update a creditmemo
287
+ * [update_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_expense) - Update an expense
288
+ * [update_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_invoice) - Update an invoice
289
+ * [update_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_journal) - Update a journal
290
+ * [update_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_order) - Update an order
291
+ * [update_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_purchaseorder) - Update a purchaseorder
292
+ * [update_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_salesorder) - Update a salesorder
293
+ * [update_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_taxrate) - Update a taxrate
294
+ * [update_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_transaction) - Update a transaction
295
+
296
+ ### [Activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md)
297
+
298
+ * [create_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#create_ats_activity) - Create an activity
299
+ * [create_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#create_lms_activity) - Create an activity
300
+ * [get_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#get_ats_activity) - Retrieve an activity
301
+ * [get_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#get_lms_activity) - Retrieve an activity
302
+ * [list_ats_activities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#list_ats_activities) - List all activities
303
+ * [list_lms_activities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#list_lms_activities) - List all activities
304
+ * [patch_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#patch_ats_activity) - Update an activity
305
+ * [patch_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#patch_lms_activity) - Update an activity
306
+ * [remove_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#remove_ats_activity) - Remove an activity
307
+ * [remove_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#remove_lms_activity) - Remove an activity
308
+ * [update_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#update_ats_activity) - Update an activity
309
+ * [update_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#update_lms_activity) - Update an activity
310
+
311
+ ### [Ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md)
312
+
313
+ * [create_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#create_ads_ad) - Create an ad
314
+ * [get_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#get_ads_ad) - Retrieve an ad
315
+ * [list_ads_ads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#list_ads_ads) - List all ads
316
+ * [patch_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#patch_ads_ad) - Update an ad
317
+ * [remove_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#remove_ads_ad) - Remove an ad
318
+ * [update_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#update_ads_ad) - Update an ad
319
+
320
+ ### [Ads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md)
321
+
322
+ * [create_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_ad) - Create an ad
323
+ * [create_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_campaign) - Create a campaign
324
+ * [create_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_creative) - Create a creative
325
+ * [create_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_group) - Create a group
326
+ * [create_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_insertionorder) - Create an insertionorder
327
+ * [create_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_organization) - Create an organization
328
+ * [get_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_ad) - Retrieve an ad
329
+ * [get_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_campaign) - Retrieve a campaign
330
+ * [get_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_creative) - Retrieve a creative
331
+ * [get_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_group) - Retrieve a group
332
+ * [get_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_insertionorder) - Retrieve an insertionorder
333
+ * [get_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_organization) - Retrieve an organization
334
+ * [list_ads_ads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_ads) - List all ads
335
+ * [list_ads_campaigns](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_campaigns) - List all campaigns
336
+ * [list_ads_creatives](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_creatives) - List all creatives
337
+ * [list_ads_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_groups) - List all groups
338
+ * [list_ads_insertionorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_insertionorders) - List all insertionorders
339
+ * [list_ads_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_organizations) - List all organizations
340
+ * [list_ads_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_reports) - List all reports
341
+ * [patch_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_ad) - Update an ad
342
+ * [patch_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_campaign) - Update a campaign
343
+ * [patch_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_creative) - Update a creative
344
+ * [patch_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_group) - Update a group
345
+ * [patch_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_insertionorder) - Update an insertionorder
346
+ * [patch_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_organization) - Update an organization
347
+ * [remove_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_ad) - Remove an ad
348
+ * [remove_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_campaign) - Remove a campaign
349
+ * [remove_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_creative) - Remove a creative
350
+ * [remove_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_group) - Remove a group
351
+ * [remove_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_insertionorder) - Remove an insertionorder
352
+ * [remove_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_organization) - Remove an organization
353
+ * [update_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_ad) - Update an ad
354
+ * [update_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_campaign) - Update a campaign
355
+ * [update_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_creative) - Update a creative
356
+ * [update_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_group) - Update a group
357
+ * [update_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_insertionorder) - Update an insertionorder
358
+ * [update_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_organization) - Update an organization
359
+
360
+ ### [Apicall](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/apicall/README.md)
361
+
362
+ * [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
363
+ * [list_unified_apicalls](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/apicall/README.md#list_unified_apicalls) - Returns API Calls
364
+
365
+ ### [Application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md)
366
+
367
+ * [create_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#create_ats_application) - Create an application
368
+ * [get_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#get_ats_application) - Retrieve an application
369
+ * [list_ats_applications](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#list_ats_applications) - List all applications
370
+ * [patch_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#patch_ats_application) - Update an application
371
+ * [remove_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#remove_ats_application) - Remove an application
372
+ * [update_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#update_ats_application) - Update an application
373
+
374
+ ### [Applicationstatus](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/applicationstatus/README.md)
375
+
376
+ * [list_ats_applicationstatuses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/applicationstatus/README.md#list_ats_applicationstatuses) - List all applicationstatuses
377
+
378
+ ### [Assessment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md)
379
+
380
+ * [create_assessment_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#create_assessment_package) - Create an assessment package
381
+ * [get_assessment_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#get_assessment_package) - Get an assessment package
382
+ * [list_assessment_packages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#list_assessment_packages) - List assessment packages
383
+ * [patch_assessment_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#patch_assessment_order) - Update an order
384
+ * [patch_assessment_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#patch_assessment_package) - Update an assessment package
385
+ * [remove_assessment_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#remove_assessment_package) - Delete an assessment package
386
+ * [update_assessment_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#update_assessment_order) - Update an order
387
+ * [update_assessment_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#update_assessment_package) - Update an assessment package
388
+
389
+ ### [Ats](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md)
390
+
391
+ * [create_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_activity) - Create an activity
392
+ * [create_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_application) - Create an application
393
+ * [create_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_candidate) - Create a candidate
394
+ * [create_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_company) - Create a company
395
+ * [create_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_document) - Create a document
396
+ * [create_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_interview) - Create an interview
397
+ * [create_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_job) - Create a job
398
+ * [create_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_scorecard) - Create a scorecard
399
+ * [get_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_activity) - Retrieve an activity
400
+ * [get_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_application) - Retrieve an application
401
+ * [get_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_candidate) - Retrieve a candidate
402
+ * [get_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_company) - Retrieve a company
403
+ * [get_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_document) - Retrieve a document
404
+ * [get_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_interview) - Retrieve an interview
405
+ * [get_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_job) - Retrieve a job
406
+ * [get_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_scorecard) - Retrieve a scorecard
407
+ * [list_ats_activities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_activities) - List all activities
408
+ * [list_ats_applications](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_applications) - List all applications
409
+ * [list_ats_applicationstatuses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_applicationstatuses) - List all applicationstatuses
410
+ * [list_ats_candidates](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_candidates) - List all candidates
411
+ * [list_ats_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_companies) - List all companies
412
+ * [list_ats_documents](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_documents) - List all documents
413
+ * [list_ats_interviews](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_interviews) - List all interviews
414
+ * [list_ats_jobs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_jobs) - List all jobs
415
+ * [list_ats_scorecards](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_scorecards) - List all scorecards
416
+ * [patch_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_activity) - Update an activity
417
+ * [patch_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_application) - Update an application
418
+ * [patch_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_candidate) - Update a candidate
419
+ * [patch_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_company) - Update a company
420
+ * [patch_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_document) - Update a document
421
+ * [patch_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_interview) - Update an interview
422
+ * [patch_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_job) - Update a job
423
+ * [patch_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_scorecard) - Update a scorecard
424
+ * [remove_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_activity) - Remove an activity
425
+ * [remove_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_application) - Remove an application
426
+ * [remove_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_candidate) - Remove a candidate
427
+ * [remove_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_company) - Remove a company
428
+ * [remove_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_document) - Remove a document
429
+ * [remove_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_interview) - Remove an interview
430
+ * [remove_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_job) - Remove a job
431
+ * [remove_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_scorecard) - Remove a scorecard
432
+ * [update_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_activity) - Update an activity
433
+ * [update_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_application) - Update an application
434
+ * [update_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_candidate) - Update a candidate
435
+ * [update_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_company) - Update a company
436
+ * [update_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_document) - Update a document
437
+ * [update_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_interview) - Update an interview
438
+ * [update_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_job) - Update a job
439
+ * [update_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_scorecard) - Update a scorecard
440
+
441
+ ### [Auth](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/auth/README.md)
442
+
443
+ * [get_unified_integration_auth](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/auth/README.md#get_unified_integration_auth) - Authorize new connection
444
+ * [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
445
+
446
+ ### [Balancesheet](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/balancesheet/README.md)
447
+
448
+ * [get_accounting_balancesheet](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/balancesheet/README.md#get_accounting_balancesheet) - Retrieve a balancesheet
449
+ * [list_accounting_balancesheets](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/balancesheet/README.md#list_accounting_balancesheets) - List all balancesheets
450
+
451
+ ### [Bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md)
452
+
453
+ * [create_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#create_hris_bankaccount) - Create a bankaccount
454
+ * [get_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#get_hris_bankaccount) - Retrieve a bankaccount
455
+ * [list_hris_bankaccounts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#list_hris_bankaccounts) - List all bankaccounts
456
+ * [patch_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#patch_hris_bankaccount) - Update a bankaccount
457
+ * [remove_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#remove_hris_bankaccount) - Remove a bankaccount
458
+ * [update_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#update_hris_bankaccount) - Update a bankaccount
459
+
460
+ ### [Benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md)
461
+
462
+ * [create_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#create_hris_benefit) - Create a benefit
463
+ * [get_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#get_hris_benefit) - Retrieve a benefit
464
+ * [list_hris_benefits](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#list_hris_benefits) - List all benefits
465
+ * [patch_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#patch_hris_benefit) - Update a benefit
466
+ * [remove_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#remove_hris_benefit) - Remove a benefit
467
+ * [update_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#update_hris_benefit) - Update a benefit
468
+
469
+ ### [Bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md)
470
+
471
+ * [create_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#create_accounting_bill) - Create a bill
472
+ * [get_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#get_accounting_bill) - Retrieve a bill
473
+ * [list_accounting_bills](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#list_accounting_bills) - List all bills
474
+ * [patch_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#patch_accounting_bill) - Update a bill
475
+ * [remove_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#remove_accounting_bill) - Remove a bill
476
+ * [update_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#update_accounting_bill) - Update a bill
477
+
478
+ ### [Branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md)
479
+
480
+ * [create_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#create_repo_branch) - Create a branch
481
+ * [get_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#get_repo_branch) - Retrieve a branch
482
+ * [list_repo_branches](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#list_repo_branches) - List all branches
483
+ * [patch_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#patch_repo_branch) - Update a branch
484
+ * [remove_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#remove_repo_branch) - Remove a branch
485
+ * [update_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#update_repo_branch) - Update a branch
486
+
487
+ ### [Busy](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/busy/README.md)
488
+
489
+ * [list_calendar_busies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/busy/README.md#list_calendar_busies) - List all busies
490
+
491
+ ### [Calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md)
492
+
493
+ * [create_calendar_calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_calendar) - Create a calendar
494
+ * [create_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_event) - Create an event
495
+ * [create_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_link) - Create a link
496
+ * [create_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_webinar) - Create a webinar
497
+ * [get_calendar_calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_calendar) - Retrieve a calendar
498
+ * [get_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_event) - Retrieve an event
499
+ * [get_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_link) - Retrieve a link
500
+ * [get_calendar_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_recording) - Retrieve a recording
501
+ * [get_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_webinar) - Retrieve a webinar
502
+ * [list_calendar_busies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_busies) - List all busies
503
+ * [list_calendar_calendars](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_calendars) - List all calendars
504
+ * [list_calendar_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_events) - List all events
505
+ * [list_calendar_links](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_links) - List all links
506
+ * [list_calendar_recordings](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_recordings) - List all recordings
507
+ * [list_calendar_webinars](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_webinars) - List all webinars
508
+ * [patch_calendar_calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_calendar) - Update a calendar
509
+ * [patch_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_event) - Update an event
510
+ * [patch_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_link) - Update a link
511
+ * [patch_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_webinar) - Update a webinar
512
+ * [remove_calendar_calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_calendar) - Remove a calendar
513
+ * [remove_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_event) - Remove an event
514
+ * [remove_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_link) - Remove a link
515
+ * [remove_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_webinar) - Remove a webinar
516
+ * [update_calendar_calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_calendar) - Update a calendar
517
+ * [update_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_event) - Update an event
518
+ * [update_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_link) - Update a link
519
+ * [update_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_webinar) - Update a webinar
520
+
521
+ ### [Call](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/call/README.md)
522
+
523
+ * [get_uc_call](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/call/README.md#get_uc_call) - Retrieve a call
524
+ * [list_uc_calls](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/call/README.md#list_uc_calls) - List all calls
525
+
526
+ ### [Campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md)
527
+
528
+ * [create_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#create_ads_campaign) - Create a campaign
529
+ * [create_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#create_martech_campaign) - Create a campaign
530
+ * [get_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#get_ads_campaign) - Retrieve a campaign
531
+ * [get_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#get_martech_campaign) - Retrieve a campaign
532
+ * [list_ads_campaigns](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#list_ads_campaigns) - List all campaigns
533
+ * [list_martech_campaigns](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#list_martech_campaigns) - List all campaigns
534
+ * [patch_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#patch_ads_campaign) - Update a campaign
535
+ * [patch_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#patch_martech_campaign) - Update a campaign
536
+ * [remove_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#remove_ads_campaign) - Remove a campaign
537
+ * [remove_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#remove_martech_campaign) - Remove a campaign
538
+ * [update_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#update_ads_campaign) - Update a campaign
539
+ * [update_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#update_martech_campaign) - Update a campaign
540
+
541
+ ### [Candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md)
542
+
543
+ * [create_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#create_ats_candidate) - Create a candidate
544
+ * [get_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#get_ats_candidate) - Retrieve a candidate
545
+ * [list_ats_candidates](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#list_ats_candidates) - List all candidates
546
+ * [patch_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#patch_ats_candidate) - Update a candidate
547
+ * [remove_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#remove_ats_candidate) - Remove a candidate
548
+ * [update_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#update_ats_candidate) - Update a candidate
549
+
550
+ ### [Carrier](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/carrier/README.md)
551
+
552
+ * [get_shipping_carrier](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/carrier/README.md#get_shipping_carrier) - Retrieve a carrier
553
+ * [list_shipping_carriers](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/carrier/README.md#list_shipping_carriers) - List all carriers
554
+
555
+ ### [Cashflow](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/cashflow/README.md)
556
+
557
+ * [get_accounting_cashflow](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/cashflow/README.md#get_accounting_cashflow) - Retrieve a cashflow
558
+ * [list_accounting_cashflows](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/cashflow/README.md#list_accounting_cashflows) - List all cashflows
559
+
560
+ ### [Category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md)
561
+
562
+ * [create_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#create_accounting_category) - Create a category
563
+ * [create_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#create_ticketing_category) - Create a category
564
+ * [get_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#get_accounting_category) - Retrieve a category
565
+ * [get_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#get_ticketing_category) - Retrieve a category
566
+ * [list_accounting_categories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#list_accounting_categories) - List all categories
567
+ * [list_ticketing_categories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#list_ticketing_categories) - List all categories
568
+ * [patch_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#patch_accounting_category) - Update a category
569
+ * [patch_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#patch_ticketing_category) - Update a category
570
+ * [remove_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#remove_accounting_category) - Remove a category
571
+ * [remove_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#remove_ticketing_category) - Remove a category
572
+ * [update_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#update_accounting_category) - Update a category
573
+ * [update_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#update_ticketing_category) - Update a category
574
+
575
+ ### [Change](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/change/README.md)
576
+
577
+ * [get_task_change](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/change/README.md#get_task_change) - Retrieve a change
578
+ * [list_task_changes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/change/README.md#list_task_changes) - List all changes
579
+
580
+ ### [Channel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/channel/README.md)
581
+
582
+ * [get_messaging_channel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/channel/README.md#get_messaging_channel) - Retrieve a channel
583
+ * [list_messaging_channels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/channel/README.md#list_messaging_channels) - List all channels
584
+
585
+ ### [Class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md)
586
+
587
+ * [create_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#create_lms_class) - Create a class
588
+ * [get_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#get_lms_class) - Retrieve a class
589
+ * [list_lms_classes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#list_lms_classes) - List all classes
590
+ * [patch_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#patch_lms_class) - Update a class
591
+ * [remove_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#remove_lms_class) - Remove a class
592
+ * [update_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#update_lms_class) - Update a class
593
+
594
+ ### [Collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md)
595
+
596
+ * [create_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#create_commerce_collection) - Create a collection
597
+ * [create_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#create_lms_collection) - Create a collection
598
+ * [get_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#get_commerce_collection) - Retrieve a collection
599
+ * [get_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#get_lms_collection) - Retrieve a collection
600
+ * [list_commerce_collections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#list_commerce_collections) - List all collections
601
+ * [list_lms_collections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#list_lms_collections) - List all collections
602
+ * [patch_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#patch_commerce_collection) - Update a collection
603
+ * [patch_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#patch_lms_collection) - Update a collection
604
+ * [remove_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#remove_commerce_collection) - Remove a collection
605
+ * [remove_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#remove_lms_collection) - Remove a collection
606
+ * [update_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#update_commerce_collection) - Update a collection
607
+ * [update_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#update_lms_collection) - Update a collection
608
+
609
+ ### [Comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md)
610
+
611
+ * [create_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#create_kms_comment) - Create a comment
612
+ * [create_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#create_task_comment) - Create a comment
613
+ * [create_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#create_uc_comment) - Create a comment
614
+ * [get_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#get_kms_comment) - Retrieve a comment
615
+ * [get_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#get_task_comment) - Retrieve a comment
616
+ * [get_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#get_uc_comment) - Retrieve a comment
617
+ * [list_kms_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#list_kms_comments) - List all comments
618
+ * [list_task_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#list_task_comments) - List all comments
619
+ * [list_uc_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#list_uc_comments) - List all comments
620
+ * [patch_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#patch_kms_comment) - Update a comment
621
+ * [patch_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#patch_task_comment) - Update a comment
622
+ * [patch_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#patch_uc_comment) - Update a comment
623
+ * [remove_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#remove_kms_comment) - Remove a comment
624
+ * [remove_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#remove_task_comment) - Remove a comment
625
+ * [remove_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#remove_uc_comment) - Remove a comment
626
+ * [update_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#update_kms_comment) - Update a comment
627
+ * [update_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#update_task_comment) - Update a comment
628
+ * [update_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#update_uc_comment) - Update a comment
629
+
630
+ ### [Commerce](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md)
631
+
632
+ * [create_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_collection) - Create a collection
633
+ * [create_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_inventory) - Create an inventory
634
+ * [create_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_item) - Create an item
635
+ * [create_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_itemvariant) - Create an itemvariant
636
+ * [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_location) - Create a location
637
+ * [create_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_review) - Create a review
638
+ * [create_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_saleschannel) - Create a saleschannel
639
+ * [get_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_collection) - Retrieve a collection
640
+ * [get_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_inventory) - Retrieve an inventory
641
+ * [get_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_item) - Retrieve an item
642
+ * [get_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_itemvariant) - Retrieve an itemvariant
643
+ * [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_location) - Retrieve a location
644
+ * [get_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_review) - Retrieve a review
645
+ * [get_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_saleschannel) - Retrieve a saleschannel
646
+ * [list_commerce_collections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_collections) - List all collections
647
+ * [list_commerce_inventories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_inventories) - List all inventories
648
+ * [list_commerce_items](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_items) - List all items
649
+ * [list_commerce_itemvariants](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_itemvariants) - List all itemvariants
650
+ * [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_locations) - List all locations
651
+ * [list_commerce_reviews](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_reviews) - List all reviews
652
+ * [list_commerce_saleschannels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_saleschannels) - List all saleschannels
653
+ * [patch_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_collection) - Update a collection
654
+ * [patch_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_inventory) - Update an inventory
655
+ * [patch_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_item) - Update an item
656
+ * [patch_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_itemvariant) - Update an itemvariant
657
+ * [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_location) - Update a location
658
+ * [patch_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_review) - Update a review
659
+ * [patch_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_saleschannel) - Update a saleschannel
660
+ * [remove_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_collection) - Remove a collection
661
+ * [remove_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_inventory) - Remove an inventory
662
+ * [remove_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_item) - Remove an item
663
+ * [remove_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_itemvariant) - Remove an itemvariant
664
+ * [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_location) - Remove a location
665
+ * [remove_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_review) - Remove a review
666
+ * [remove_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_saleschannel) - Remove a saleschannel
667
+ * [update_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_collection) - Update a collection
668
+ * [update_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_inventory) - Update an inventory
669
+ * [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_item) - Update an item
670
+ * [update_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_itemvariant) - Update an itemvariant
671
+ * [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_location) - Update a location
672
+ * [update_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_review) - Update a review
673
+ * [update_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_saleschannel) - Update a saleschannel
674
+
675
+ ### [Commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md)
676
+
677
+ * [create_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#create_repo_commit) - Create a commit
678
+ * [get_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#get_repo_commit) - Retrieve a commit
679
+ * [list_repo_commits](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#list_repo_commits) - List all commits
680
+ * [patch_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#patch_repo_commit) - Update a commit
681
+ * [remove_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#remove_repo_commit) - Remove a commit
682
+ * [update_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#update_repo_commit) - Update a commit
683
+
684
+ ### [Company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md)
685
+
686
+ * [create_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#create_ats_company) - Create a company
687
+ * [create_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#create_crm_company) - Create a company
688
+ * [create_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#create_hris_company) - Create a company
689
+ * [get_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#get_ats_company) - Retrieve a company
690
+ * [get_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#get_crm_company) - Retrieve a company
691
+ * [get_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#get_hris_company) - Retrieve a company
692
+ * [list_ats_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#list_ats_companies) - List all companies
693
+ * [list_crm_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#list_crm_companies) - List all companies
694
+ * [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
695
+ * [list_hris_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#list_hris_companies) - List all companies
696
+ * [patch_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#patch_ats_company) - Update a company
697
+ * [patch_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#patch_crm_company) - Update a company
698
+ * [patch_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#patch_hris_company) - Update a company
699
+ * [remove_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#remove_ats_company) - Remove a company
700
+ * [remove_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#remove_crm_company) - Remove a company
701
+ * [remove_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#remove_hris_company) - Remove a company
702
+ * [update_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#update_ats_company) - Update a company
703
+ * [update_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#update_crm_company) - Update a company
704
+ * [update_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#update_hris_company) - Update a company
705
+
706
+ ### [Connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md)
707
+
708
+ * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#create_unified_connection) - Create connection
709
+ * [get_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#get_unified_connection) - Retrieve connection
710
+ * [list_unified_connections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#list_unified_connections) - List all connections
711
+ * [patch_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#patch_unified_connection) - Update connection
712
+ * [remove_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#remove_unified_connection) - Remove connection
713
+ * [update_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#update_unified_connection) - Update connection
714
+
715
+ ### [Contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md)
716
+
717
+ * [create_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#create_accounting_contact) - Create a contact
718
+ * [create_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#create_crm_contact) - Create a contact
719
+ * [create_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#create_uc_contact) - Create a contact
720
+ * [get_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#get_accounting_contact) - Retrieve a contact
721
+ * [get_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#get_crm_contact) - Retrieve a contact
722
+ * [get_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#get_uc_contact) - Retrieve a contact
723
+ * [list_accounting_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#list_accounting_contacts) - List all contacts
724
+ * [list_crm_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#list_crm_contacts) - List all contacts
725
+ * [list_uc_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#list_uc_contacts) - List all contacts
726
+ * [patch_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#patch_accounting_contact) - Update a contact
727
+ * [patch_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#patch_crm_contact) - Update a contact
728
+ * [patch_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#patch_uc_contact) - Update a contact
729
+ * [remove_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#remove_accounting_contact) - Remove a contact
730
+ * [remove_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#remove_crm_contact) - Remove a contact
731
+ * [remove_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#remove_uc_contact) - Remove a contact
732
+ * [update_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#update_accounting_contact) - Update a contact
733
+ * [update_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#update_crm_contact) - Update a contact
734
+ * [update_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#update_uc_contact) - Update a contact
735
+
736
+ ### [Content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md)
737
+
738
+ * [create_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#create_lms_content) - Create a content
739
+ * [get_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#get_lms_content) - Retrieve a content
740
+ * [list_lms_contents](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#list_lms_contents) - List all contents
741
+ * [patch_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#patch_lms_content) - Update a content
742
+ * [remove_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#remove_lms_content) - Remove a content
743
+ * [update_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#update_lms_content) - Update a content
744
+
745
+ ### [Course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md)
746
+
747
+ * [create_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#create_lms_course) - Create a course
748
+ * [get_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#get_lms_course) - Retrieve a course
749
+ * [list_lms_courses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#list_lms_courses) - List all courses
750
+ * [patch_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#patch_lms_course) - Update a course
751
+ * [remove_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#remove_lms_course) - Remove a course
752
+ * [update_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#update_lms_course) - Update a course
753
+
754
+ ### [Creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md)
755
+
756
+ * [create_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#create_ads_creative) - Create a creative
757
+ * [get_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#get_ads_creative) - Retrieve a creative
758
+ * [list_ads_creatives](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#list_ads_creatives) - List all creatives
759
+ * [patch_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#patch_ads_creative) - Update a creative
760
+ * [remove_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#remove_ads_creative) - Remove a creative
761
+ * [update_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#update_ads_creative) - Update a creative
762
+
763
+ ### [Creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md)
764
+
765
+ * [create_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#create_accounting_creditmemo) - Create a creditmemo
766
+ * [get_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#get_accounting_creditmemo) - Retrieve a creditmemo
767
+ * [list_accounting_creditmemoes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#list_accounting_creditmemoes) - List all creditmemoes
768
+ * [patch_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#patch_accounting_creditmemo) - Update a creditmemo
769
+ * [remove_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#remove_accounting_creditmemo) - Remove a creditmemo
770
+ * [update_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#update_accounting_creditmemo) - Update a creditmemo
771
+
772
+ ### [Crm](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md)
773
+
774
+ * [create_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_company) - Create a company
775
+ * [create_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_contact) - Create a contact
776
+ * [create_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_deal) - Create a deal
777
+ * [create_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_event) - Create an event
778
+ * [create_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_lead) - Create a lead
779
+ * [create_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_pipeline) - Create a pipeline
780
+ * [get_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_company) - Retrieve a company
781
+ * [get_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_contact) - Retrieve a contact
782
+ * [get_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_deal) - Retrieve a deal
783
+ * [get_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_event) - Retrieve an event
784
+ * [get_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_lead) - Retrieve a lead
785
+ * [get_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_pipeline) - Retrieve a pipeline
786
+ * [list_crm_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_companies) - List all companies
787
+ * [list_crm_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_contacts) - List all contacts
788
+ * [list_crm_deals](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_deals) - List all deals
789
+ * [list_crm_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_events) - List all events
790
+ * [list_crm_leads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_leads) - List all leads
791
+ * [list_crm_pipelines](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_pipelines) - List all pipelines
792
+ * [patch_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_company) - Update a company
793
+ * [patch_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_contact) - Update a contact
794
+ * [patch_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_deal) - Update a deal
795
+ * [patch_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_event) - Update an event
796
+ * [patch_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_lead) - Update a lead
797
+ * [patch_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_pipeline) - Update a pipeline
798
+ * [remove_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_company) - Remove a company
799
+ * [remove_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_contact) - Remove a contact
800
+ * [remove_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_deal) - Remove a deal
801
+ * [remove_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_event) - Remove an event
802
+ * [remove_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_lead) - Remove a lead
803
+ * [remove_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_pipeline) - Remove a pipeline
804
+ * [update_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_company) - Update a company
805
+ * [update_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_contact) - Update a contact
806
+ * [update_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_deal) - Update a deal
807
+ * [update_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_event) - Update an event
808
+ * [update_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_lead) - Update a lead
809
+ * [update_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_pipeline) - Update a pipeline
810
+
811
+ ### [Customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md)
812
+
813
+ * [create_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#create_ticketing_customer) - Create a customer
814
+ * [get_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#get_ticketing_customer) - Retrieve a customer
815
+ * [list_ticketing_customers](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#list_ticketing_customers) - List all customers
816
+ * [patch_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#patch_ticketing_customer) - Update a customer
817
+ * [remove_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#remove_ticketing_customer) - Remove a customer
818
+ * [update_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#update_ticketing_customer) - Update a customer
819
+
820
+ ### [Deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md)
821
+
822
+ * [create_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#create_crm_deal) - Create a deal
823
+ * [get_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#get_crm_deal) - Retrieve a deal
824
+ * [list_crm_deals](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#list_crm_deals) - List all deals
825
+ * [patch_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#patch_crm_deal) - Update a deal
826
+ * [remove_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#remove_crm_deal) - Remove a deal
827
+ * [update_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#update_crm_deal) - Update a deal
828
+
829
+ ### [Deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md)
830
+
831
+ * [create_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#create_hris_deduction) - Create a deduction
832
+ * [get_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#get_hris_deduction) - Retrieve a deduction
833
+ * [list_hris_deductions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#list_hris_deductions) - List all deductions
834
+ * [patch_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#patch_hris_deduction) - Update a deduction
835
+ * [remove_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#remove_hris_deduction) - Remove a deduction
836
+ * [update_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#update_hris_deduction) - Update a deduction
837
+
838
+ ### [Device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md)
839
+
840
+ * [create_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#create_hris_device) - Create a device
841
+ * [get_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#get_hris_device) - Retrieve a device
842
+ * [list_hris_devices](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#list_hris_devices) - List all devices
843
+ * [patch_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#patch_hris_device) - Update a device
844
+ * [remove_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#remove_hris_device) - Remove a device
845
+ * [update_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#update_hris_device) - Update a device
846
+
847
+ ### [Document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md)
848
+
849
+ * [create_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#create_ats_document) - Create a document
850
+ * [get_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#get_ats_document) - Retrieve a document
851
+ * [list_ats_documents](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#list_ats_documents) - List all documents
852
+ * [patch_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#patch_ats_document) - Update a document
853
+ * [remove_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#remove_ats_document) - Remove a document
854
+ * [update_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#update_ats_document) - Update a document
855
+
856
+ ### [Embedding](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/embedding/README.md)
857
+
858
+ * [create_genai_embedding](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/embedding/README.md#create_genai_embedding) - Create an embedding
859
+
860
+ ### [Employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md)
861
+
862
+ * [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#create_hris_employee) - Create an employee
863
+ * [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#get_hris_employee) - Retrieve an employee
864
+ * [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#list_hris_employees) - List all employees
865
+ * [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#patch_hris_employee) - Update an employee
866
+ * [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#remove_hris_employee) - Remove an employee
867
+ * [update_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#update_hris_employee) - Update an employee
868
+
869
+ ### [Enrich](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/enrich/README.md)
870
+
871
+ * [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
872
+ * [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
873
+
874
+ ### [Environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md)
875
+
876
+ * [create_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md#create_unified_environment) - Create new environments
877
+ * [list_unified_environments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md#list_unified_environments) - Returns all environments
878
+ * [remove_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md#remove_unified_environment) - Remove an environment
879
+
880
+ ### [Event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md)
881
+
882
+ * [create_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#create_calendar_event) - Create an event
883
+ * [create_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#create_crm_event) - Create an event
884
+ * [get_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#get_calendar_event) - Retrieve an event
885
+ * [get_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#get_crm_event) - Retrieve an event
886
+ * [list_calendar_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#list_calendar_events) - List all events
887
+ * [list_crm_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#list_crm_events) - List all events
888
+ * [patch_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#patch_calendar_event) - Update an event
889
+ * [patch_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#patch_crm_event) - Update an event
890
+ * [patch_messaging_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#patch_messaging_event) - Update an event
891
+ * [remove_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#remove_calendar_event) - Remove an event
892
+ * [remove_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#remove_crm_event) - Remove an event
893
+ * [update_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#update_calendar_event) - Update an event
894
+ * [update_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#update_crm_event) - Update an event
895
+ * [update_messaging_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#update_messaging_event) - Update an event
896
+
897
+ ### [Expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md)
898
+
899
+ * [create_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#create_accounting_expense) - Create an expense
900
+ * [get_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#get_accounting_expense) - Retrieve an expense
901
+ * [list_accounting_expenses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#list_accounting_expenses) - List all expenses
902
+ * [patch_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#patch_accounting_expense) - Update an expense
903
+ * [remove_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#remove_accounting_expense) - Remove an expense
904
+ * [update_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#update_accounting_expense) - Update an expense
905
+
906
+ ### [File](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md)
907
+
908
+ * [create_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#create_storage_file) - Create a file
909
+ * [get_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#get_storage_file) - Retrieve a file
910
+ * [list_storage_files](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#list_storage_files) - List all files
911
+ * [patch_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#patch_storage_file) - Update a file
912
+ * [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#remove_storage_file) - Remove a file
913
+ * [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#update_storage_file) - Update a file
914
+
915
+ ### [Form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md)
916
+
917
+ * [create_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#create_forms_form) - Create a form
918
+ * [get_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#get_forms_form) - Retrieve a form
919
+ * [list_forms_forms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#list_forms_forms) - List all forms
920
+ * [patch_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#patch_forms_form) - Update a form
921
+ * [remove_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#remove_forms_form) - Remove a form
922
+ * [update_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#update_forms_form) - Update a form
923
+
924
+ ### [Forms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md)
925
+
926
+ * [create_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#create_forms_form) - Create a form
927
+ * [get_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#get_forms_form) - Retrieve a form
928
+ * [get_forms_submission](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#get_forms_submission) - Retrieve a submission
929
+ * [list_forms_forms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#list_forms_forms) - List all forms
930
+ * [list_forms_submissions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#list_forms_submissions) - List all submissions
931
+ * [patch_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#patch_forms_form) - Update a form
932
+ * [remove_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#remove_forms_form) - Remove a form
933
+ * [update_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#update_forms_form) - Update a form
934
+
935
+ ### [Genai](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md)
936
+
937
+ * [create_genai_embedding](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#create_genai_embedding) - Create an embedding
938
+ * [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#create_genai_prompt) - Create a prompt
939
+ * [get_genai_model](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#get_genai_model) - Retrieve a model
940
+ * [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#list_genai_models) - List all models
941
+
942
+ ### [Group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md)
943
+
944
+ * [create_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#create_ads_group) - Create a group
945
+ * [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#create_hris_group) - Create a group
946
+ * [create_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#create_scim_groups) - Create group
947
+ * [get_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_ads_group) - Retrieve a group
948
+ * [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_hris_group) - Retrieve a group
949
+ * [get_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_scim_groups) - Get group
950
+ * [list_ads_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_ads_groups) - List all groups
951
+ * [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_hris_groups) - List all groups
952
+ * [list_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_scim_groups) - List groups
953
+ * [patch_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#patch_ads_group) - Update a group
954
+ * [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#patch_hris_group) - Update a group
955
+ * [patch_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#patch_scim_groups) - Update group
956
+ * [remove_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#remove_ads_group) - Remove a group
957
+ * [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#remove_hris_group) - Remove a group
958
+ * [remove_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#remove_scim_groups) - Delete group
959
+ * [update_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#update_ads_group) - Update a group
960
+ * [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#update_hris_group) - Update a group
961
+ * [update_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#update_scim_groups) - Update group
962
+
963
+ ### [Hris](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md)
964
+
965
+ * [create_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_bankaccount) - Create a bankaccount
966
+ * [create_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_benefit) - Create a benefit
967
+ * [create_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_company) - Create a company
968
+ * [create_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_deduction) - Create a deduction
969
+ * [create_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_device) - Create a device
970
+ * [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_employee) - Create an employee
971
+ * [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_group) - Create a group
972
+ * [create_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_location) - Create a location
973
+ * [create_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_timeshift) - Create a timeshift
974
+ * [get_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_bankaccount) - Retrieve a bankaccount
975
+ * [get_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_benefit) - Retrieve a benefit
976
+ * [get_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_company) - Retrieve a company
977
+ * [get_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_deduction) - Retrieve a deduction
978
+ * [get_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_device) - Retrieve a device
979
+ * [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_employee) - Retrieve an employee
980
+ * [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_group) - Retrieve a group
981
+ * [get_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_location) - Retrieve a location
982
+ * [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_payslip) - Retrieve a payslip
983
+ * [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_timeoff) - Retrieve a timeoff
984
+ * [get_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_timeshift) - Retrieve a timeshift
985
+ * [list_hris_bankaccounts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_bankaccounts) - List all bankaccounts
986
+ * [list_hris_benefits](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_benefits) - List all benefits
987
+ * [list_hris_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_companies) - List all companies
988
+ * [list_hris_deductions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_deductions) - List all deductions
989
+ * [list_hris_devices](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_devices) - List all devices
990
+ * [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_employees) - List all employees
991
+ * [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_groups) - List all groups
992
+ * [list_hris_locations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_locations) - List all locations
993
+ * [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_payslips) - List all payslips
994
+ * [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_timeoffs) - List all timeoffs
995
+ * [list_hris_timeshifts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_timeshifts) - List all timeshifts
996
+ * [patch_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_bankaccount) - Update a bankaccount
997
+ * [patch_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_benefit) - Update a benefit
998
+ * [patch_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_company) - Update a company
999
+ * [patch_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_deduction) - Update a deduction
1000
+ * [patch_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_device) - Update a device
1001
+ * [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_employee) - Update an employee
1002
+ * [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_group) - Update a group
1003
+ * [patch_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_location) - Update a location
1004
+ * [patch_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_timeshift) - Update a timeshift
1005
+ * [remove_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_bankaccount) - Remove a bankaccount
1006
+ * [remove_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_benefit) - Remove a benefit
1007
+ * [remove_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_company) - Remove a company
1008
+ * [remove_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_deduction) - Remove a deduction
1009
+ * [remove_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_device) - Remove a device
1010
+ * [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_employee) - Remove an employee
1011
+ * [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_group) - Remove a group
1012
+ * [remove_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_location) - Remove a location
1013
+ * [remove_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_timeshift) - Remove a timeshift
1014
+ * [update_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_bankaccount) - Update a bankaccount
1015
+ * [update_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_benefit) - Update a benefit
1016
+ * [update_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_company) - Update a company
1017
+ * [update_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_deduction) - Update a deduction
1018
+ * [update_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_device) - Update a device
1019
+ * [update_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_employee) - Update an employee
1020
+ * [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_group) - Update a group
1021
+ * [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_location) - Update a location
1022
+ * [update_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_timeshift) - Update a timeshift
1023
+
1024
+ ### [Insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md)
1025
+
1026
+ * [create_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#create_ads_insertionorder) - Create an insertionorder
1027
+ * [get_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#get_ads_insertionorder) - Retrieve an insertionorder
1028
+ * [list_ads_insertionorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#list_ads_insertionorders) - List all insertionorders
1029
+ * [patch_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#patch_ads_insertionorder) - Update an insertionorder
1030
+ * [remove_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#remove_ads_insertionorder) - Remove an insertionorder
1031
+ * [update_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#update_ads_insertionorder) - Update an insertionorder
1032
+
1033
+ ### [Instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md)
1034
+
1035
+ * [create_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#create_lms_instructor) - Create an instructor
1036
+ * [get_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#get_lms_instructor) - Retrieve an instructor
1037
+ * [list_lms_instructors](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#list_lms_instructors) - List all instructors
1038
+ * [patch_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#patch_lms_instructor) - Update an instructor
1039
+ * [remove_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#remove_lms_instructor) - Remove an instructor
1040
+ * [update_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#update_lms_instructor) - Update an instructor
1041
+
1042
+ ### [Integration](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/integration/README.md)
1043
+
1044
+ * [get_unified_integration_auth](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/integration/README.md#get_unified_integration_auth) - Authorize new connection
1045
+ * [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
1046
+ * [list_unified_integrations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/integration/README.md#list_unified_integrations) - Returns all integrations
1047
+
1048
+ ### [Interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md)
1049
+
1050
+ * [create_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#create_ats_interview) - Create an interview
1051
+ * [get_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#get_ats_interview) - Retrieve an interview
1052
+ * [list_ats_interviews](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#list_ats_interviews) - List all interviews
1053
+ * [patch_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#patch_ats_interview) - Update an interview
1054
+ * [remove_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#remove_ats_interview) - Remove an interview
1055
+ * [update_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#update_ats_interview) - Update an interview
1056
+
1057
+ ### [Inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md)
1058
+
1059
+ * [create_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#create_commerce_inventory) - Create an inventory
1060
+ * [get_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#get_commerce_inventory) - Retrieve an inventory
1061
+ * [list_commerce_inventories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#list_commerce_inventories) - List all inventories
1062
+ * [patch_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#patch_commerce_inventory) - Update an inventory
1063
+ * [remove_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#remove_commerce_inventory) - Remove an inventory
1064
+ * [update_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#update_commerce_inventory) - Update an inventory
1065
+
1066
+ ### [Invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md)
1067
+
1068
+ * [create_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#create_accounting_invoice) - Create an invoice
1069
+ * [get_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#get_accounting_invoice) - Retrieve an invoice
1070
+ * [list_accounting_invoices](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#list_accounting_invoices) - List all invoices
1071
+ * [patch_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#patch_accounting_invoice) - Update an invoice
1072
+ * [remove_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#remove_accounting_invoice) - Remove an invoice
1073
+ * [update_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#update_accounting_invoice) - Update an invoice
1074
+
1075
+ ### [Issue](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/issue/README.md)
1076
+
1077
+ * [get_unified_issue](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/issue/README.md#get_unified_issue) - Retrieve support issue
1078
+ * [list_unified_issues](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/issue/README.md#list_unified_issues) - List support issues
1079
+
1080
+ ### [Item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md)
1081
+
1082
+ * [create_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#create_commerce_item) - Create an item
1083
+ * [get_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#get_commerce_item) - Retrieve an item
1084
+ * [list_commerce_items](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#list_commerce_items) - List all items
1085
+ * [patch_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#patch_commerce_item) - Update an item
1086
+ * [remove_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#remove_commerce_item) - Remove an item
1087
+ * [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#update_commerce_item) - Update an item
1088
+
1089
+ ### [Itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md)
1090
+
1091
+ * [create_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#create_commerce_itemvariant) - Create an itemvariant
1092
+ * [get_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#get_commerce_itemvariant) - Retrieve an itemvariant
1093
+ * [list_commerce_itemvariants](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#list_commerce_itemvariants) - List all itemvariants
1094
+ * [patch_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#patch_commerce_itemvariant) - Update an itemvariant
1095
+ * [remove_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#remove_commerce_itemvariant) - Remove an itemvariant
1096
+ * [update_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#update_commerce_itemvariant) - Update an itemvariant
1097
+
1098
+ ### [Job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md)
1099
+
1100
+ * [create_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#create_ats_job) - Create a job
1101
+ * [get_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#get_ats_job) - Retrieve a job
1102
+ * [list_ats_jobs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#list_ats_jobs) - List all jobs
1103
+ * [patch_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#patch_ats_job) - Update a job
1104
+ * [remove_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#remove_ats_job) - Remove a job
1105
+ * [update_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#update_ats_job) - Update a job
1106
+
1107
+ ### [Journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md)
1108
+
1109
+ * [create_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#create_accounting_journal) - Create a journal
1110
+ * [get_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#get_accounting_journal) - Retrieve a journal
1111
+ * [list_accounting_journals](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#list_accounting_journals) - List all journals
1112
+ * [patch_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#patch_accounting_journal) - Update a journal
1113
+ * [remove_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#remove_accounting_journal) - Remove a journal
1114
+ * [update_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#update_accounting_journal) - Update a journal
1115
+
1116
+ ### [Kms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md)
1117
+
1118
+ * [create_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#create_kms_comment) - Create a comment
1119
+ * [create_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#create_kms_page) - Create a page
1120
+ * [create_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#create_kms_space) - Create a space
1121
+ * [get_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#get_kms_comment) - Retrieve a comment
1122
+ * [get_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#get_kms_page) - Retrieve a page
1123
+ * [get_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#get_kms_space) - Retrieve a space
1124
+ * [list_kms_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#list_kms_comments) - List all comments
1125
+ * [list_kms_pages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#list_kms_pages) - List all pages
1126
+ * [list_kms_spaces](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#list_kms_spaces) - List all spaces
1127
+ * [patch_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#patch_kms_comment) - Update a comment
1128
+ * [patch_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#patch_kms_page) - Update a page
1129
+ * [patch_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#patch_kms_space) - Update a space
1130
+ * [remove_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#remove_kms_comment) - Remove a comment
1131
+ * [remove_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#remove_kms_page) - Remove a page
1132
+ * [remove_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#remove_kms_space) - Remove a space
1133
+ * [update_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#update_kms_comment) - Update a comment
1134
+ * [update_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#update_kms_page) - Update a page
1135
+ * [update_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#update_kms_space) - Update a space
1136
+
1137
+ ### [Label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md)
1138
+
1139
+ * [create_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#create_shipping_label) - Create a label
1140
+ * [get_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#get_shipping_label) - Retrieve a label
1141
+ * [list_shipping_labels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#list_shipping_labels) - List all labels
1142
+ * [patch_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#patch_shipping_label) - Update a label
1143
+ * [remove_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#remove_shipping_label) - Remove a label
1144
+ * [update_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#update_shipping_label) - Update a label
1145
+
1146
+ ### [Lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md)
1147
+
1148
+ * [create_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#create_crm_lead) - Create a lead
1149
+ * [get_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#get_crm_lead) - Retrieve a lead
1150
+ * [list_crm_leads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#list_crm_leads) - List all leads
1151
+ * [patch_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#patch_crm_lead) - Update a lead
1152
+ * [remove_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#remove_crm_lead) - Remove a lead
1153
+ * [update_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#update_crm_lead) - Update a lead
1154
+
1155
+ ### [Link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md)
1156
+
1157
+ * [create_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#create_calendar_link) - Create a link
1158
+ * [create_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#create_payment_link) - Create a link
1159
+ * [get_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#get_calendar_link) - Retrieve a link
1160
+ * [get_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#get_payment_link) - Retrieve a link
1161
+ * [list_calendar_links](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#list_calendar_links) - List all links
1162
+ * [list_payment_links](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#list_payment_links) - List all links
1163
+ * [patch_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#patch_calendar_link) - Update a link
1164
+ * [patch_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#patch_payment_link) - Update a link
1165
+ * [remove_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#remove_calendar_link) - Remove a link
1166
+ * [remove_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#remove_payment_link) - Remove a link
1167
+ * [update_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#update_calendar_link) - Update a link
1168
+ * [update_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#update_payment_link) - Update a link
1169
+
1170
+ ### [List](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md)
1171
+
1172
+ * [create_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#create_martech_list) - Create a list
1173
+ * [get_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#get_martech_list) - Retrieve a list
1174
+ * [list_martech_lists](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#list_martech_lists) - List all lists
1175
+ * [patch_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#patch_martech_list) - Update a list
1176
+ * [remove_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#remove_martech_list) - Remove a list
1177
+ * [update_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#update_martech_list) - Update a list
1178
+
1179
+ ### [Lms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md)
1180
+
1181
+ * [create_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_activity) - Create an activity
1182
+ * [create_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_class) - Create a class
1183
+ * [create_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_collection) - Create a collection
1184
+ * [create_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_content) - Create a content
1185
+ * [create_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_course) - Create a course
1186
+ * [create_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_instructor) - Create an instructor
1187
+ * [create_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_student) - Create a student
1188
+ * [get_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_activity) - Retrieve an activity
1189
+ * [get_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_class) - Retrieve a class
1190
+ * [get_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_collection) - Retrieve a collection
1191
+ * [get_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_content) - Retrieve a content
1192
+ * [get_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_course) - Retrieve a course
1193
+ * [get_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_instructor) - Retrieve an instructor
1194
+ * [get_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_student) - Retrieve a student
1195
+ * [list_lms_activities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_activities) - List all activities
1196
+ * [list_lms_classes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_classes) - List all classes
1197
+ * [list_lms_collections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_collections) - List all collections
1198
+ * [list_lms_contents](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_contents) - List all contents
1199
+ * [list_lms_courses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_courses) - List all courses
1200
+ * [list_lms_instructors](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_instructors) - List all instructors
1201
+ * [list_lms_students](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_students) - List all students
1202
+ * [patch_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_activity) - Update an activity
1203
+ * [patch_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_class) - Update a class
1204
+ * [patch_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_collection) - Update a collection
1205
+ * [patch_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_content) - Update a content
1206
+ * [patch_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_course) - Update a course
1207
+ * [patch_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_instructor) - Update an instructor
1208
+ * [patch_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_student) - Update a student
1209
+ * [remove_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_activity) - Remove an activity
1210
+ * [remove_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_class) - Remove a class
1211
+ * [remove_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_collection) - Remove a collection
1212
+ * [remove_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_content) - Remove a content
1213
+ * [remove_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_course) - Remove a course
1214
+ * [remove_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_instructor) - Remove an instructor
1215
+ * [remove_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_student) - Remove a student
1216
+ * [update_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_activity) - Update an activity
1217
+ * [update_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_class) - Update a class
1218
+ * [update_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_collection) - Update a collection
1219
+ * [update_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_content) - Update a content
1220
+ * [update_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_course) - Update a course
1221
+ * [update_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_instructor) - Update an instructor
1222
+ * [update_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_student) - Update a student
1223
+
1224
+ ### [Location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md)
1225
+
1226
+ * [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#create_commerce_location) - Create a location
1227
+ * [create_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#create_hris_location) - Create a location
1228
+ * [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#get_commerce_location) - Retrieve a location
1229
+ * [get_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#get_hris_location) - Retrieve a location
1230
+ * [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#list_commerce_locations) - List all locations
1231
+ * [list_hris_locations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#list_hris_locations) - List all locations
1232
+ * [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#patch_commerce_location) - Update a location
1233
+ * [patch_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#patch_hris_location) - Update a location
1234
+ * [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#remove_commerce_location) - Remove a location
1235
+ * [remove_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#remove_hris_location) - Remove a location
1236
+ * [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#update_commerce_location) - Update a location
1237
+ * [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#update_hris_location) - Update a location
1238
+
1239
+ ### [Login](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/login/README.md)
1240
+
1241
+ * [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
1242
+
1243
+ ### [Martech](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md)
1244
+
1245
+ * [create_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#create_martech_campaign) - Create a campaign
1246
+ * [create_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#create_martech_list) - Create a list
1247
+ * [create_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#create_martech_member) - Create a member
1248
+ * [get_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#get_martech_campaign) - Retrieve a campaign
1249
+ * [get_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#get_martech_list) - Retrieve a list
1250
+ * [get_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#get_martech_member) - Retrieve a member
1251
+ * [list_martech_campaigns](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_campaigns) - List all campaigns
1252
+ * [list_martech_lists](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_lists) - List all lists
1253
+ * [list_martech_members](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_members) - List all members
1254
+ * [list_martech_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_reports) - List all reports
1255
+ * [patch_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#patch_martech_campaign) - Update a campaign
1256
+ * [patch_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#patch_martech_list) - Update a list
1257
+ * [patch_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#patch_martech_member) - Update a member
1258
+ * [remove_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#remove_martech_campaign) - Remove a campaign
1259
+ * [remove_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#remove_martech_list) - Remove a list
1260
+ * [remove_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#remove_martech_member) - Remove a member
1261
+ * [update_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#update_martech_campaign) - Update a campaign
1262
+ * [update_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#update_martech_list) - Update a list
1263
+ * [update_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#update_martech_member) - Update a member
1264
+
1265
+ ### [Member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md)
1266
+
1267
+ * [create_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#create_martech_member) - Create a member
1268
+ * [get_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#get_martech_member) - Retrieve a member
1269
+ * [list_martech_members](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#list_martech_members) - List all members
1270
+ * [patch_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#patch_martech_member) - Update a member
1271
+ * [remove_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#remove_martech_member) - Remove a member
1272
+ * [update_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#update_martech_member) - Update a member
1273
+
1274
+ ### [Message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md)
1275
+
1276
+ * [create_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#create_messaging_message) - Create a message
1277
+ * [get_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#get_messaging_message) - Retrieve a message
1278
+ * [list_messaging_messages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#list_messaging_messages) - List all messages
1279
+ * [patch_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#patch_messaging_message) - Update a message
1280
+ * [remove_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#remove_messaging_message) - Remove a message
1281
+ * [update_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#update_messaging_message) - Update a message
1282
+
1283
+ ### [Messaging](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md)
1284
+
1285
+ * [create_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#create_messaging_message) - Create a message
1286
+ * [get_messaging_channel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#get_messaging_channel) - Retrieve a channel
1287
+ * [get_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#get_messaging_message) - Retrieve a message
1288
+ * [list_messaging_channels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#list_messaging_channels) - List all channels
1289
+ * [list_messaging_messages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#list_messaging_messages) - List all messages
1290
+ * [patch_messaging_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#patch_messaging_event) - Update an event
1291
+ * [patch_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#patch_messaging_message) - Update a message
1292
+ * [remove_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#remove_messaging_message) - Remove a message
1293
+ * [update_messaging_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#update_messaging_event) - Update an event
1294
+ * [update_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#update_messaging_message) - Update a message
1295
+
1296
+ ### [Metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md)
1297
+
1298
+ * [create_metadata_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#create_metadata_metadata) - Create a metadata
1299
+ * [get_metadata_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#get_metadata_metadata) - Retrieve a metadata
1300
+ * [list_metadata_metadatas](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#list_metadata_metadatas) - List all metadatas
1301
+ * [patch_metadata_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#patch_metadata_metadata) - Update a metadata
1302
+ * [remove_metadata_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#remove_metadata_metadata) - Remove a metadata
1303
+ * [update_metadata_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#update_metadata_metadata) - Update a metadata
1304
+
1305
+ ### [Model](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/model/README.md)
1306
+
1307
+ * [get_genai_model](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/model/README.md#get_genai_model) - Retrieve a model
1308
+ * [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/model/README.md#list_genai_models) - List all models
1309
+
1310
+ ### [Note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md)
1311
+
1312
+ * [create_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#create_ticketing_note) - Create a note
1313
+ * [get_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#get_ticketing_note) - Retrieve a note
1314
+ * [list_ticketing_notes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#list_ticketing_notes) - List all notes
1315
+ * [patch_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#patch_ticketing_note) - Update a note
1316
+ * [remove_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#remove_ticketing_note) - Remove a note
1317
+ * [update_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#update_ticketing_note) - Update a note
1318
+
1319
+ ### [Order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md)
1320
+
1321
+ * [create_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#create_accounting_order) - Create an order
1322
+ * [get_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#get_accounting_order) - Retrieve an order
1323
+ * [list_accounting_orders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#list_accounting_orders) - List all orders
1324
+ * [patch_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#patch_accounting_order) - Update an order
1325
+ * [patch_assessment_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#patch_assessment_order) - Update an order
1326
+ * [remove_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#remove_accounting_order) - Remove an order
1327
+ * [update_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#update_accounting_order) - Update an order
1328
+ * [update_assessment_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#update_assessment_order) - Update an order
1329
+
1330
+ ### [Organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md)
1331
+
1332
+ * [create_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#create_ads_organization) - Create an organization
1333
+ * [create_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#create_repo_organization) - Create an organization
1334
+ * [get_accounting_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#get_accounting_organization) - Retrieve an organization
1335
+ * [get_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#get_ads_organization) - Retrieve an organization
1336
+ * [get_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#get_repo_organization) - Retrieve an organization
1337
+ * [list_accounting_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#list_accounting_organizations) - List all organizations
1338
+ * [list_ads_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#list_ads_organizations) - List all organizations
1339
+ * [list_repo_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#list_repo_organizations) - List all organizations
1340
+ * [patch_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#patch_ads_organization) - Update an organization
1341
+ * [patch_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#patch_repo_organization) - Update an organization
1342
+ * [remove_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#remove_ads_organization) - Remove an organization
1343
+ * [remove_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#remove_repo_organization) - Remove an organization
1344
+ * [update_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#update_ads_organization) - Update an organization
1345
+ * [update_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#update_repo_organization) - Update an organization
1346
+
1347
+ ### [Package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md)
1348
+
1349
+ * [create_assessment_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#create_assessment_package) - Create an assessment package
1350
+ * [get_assessment_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#get_assessment_package) - Get an assessment package
1351
+ * [get_verification_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#get_verification_package) - Retrieve a package
1352
+ * [list_assessment_packages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#list_assessment_packages) - List assessment packages
1353
+ * [list_verification_packages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#list_verification_packages) - List all packages
1354
+ * [patch_assessment_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#patch_assessment_package) - Update an assessment package
1355
+ * [remove_assessment_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#remove_assessment_package) - Delete an assessment package
1356
+ * [update_assessment_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#update_assessment_package) - Update an assessment package
1357
+
1358
+ ### [Page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md)
1359
+
1360
+ * [create_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#create_kms_page) - Create a page
1361
+ * [get_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#get_kms_page) - Retrieve a page
1362
+ * [list_kms_pages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#list_kms_pages) - List all pages
1363
+ * [patch_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#patch_kms_page) - Update a page
1364
+ * [remove_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#remove_kms_page) - Remove a page
1365
+ * [update_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#update_kms_page) - Update a page
1366
+
1367
+ ### [Passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md)
1368
+
1369
+ * [create_passthrough_json](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#create_passthrough_json) - Passthrough POST
1370
+ * [create_passthrough_raw](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#create_passthrough_raw) - Passthrough POST
1371
+ * [list_passthroughs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#list_passthroughs) - Passthrough GET
1372
+ * [patch_passthrough_json](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#patch_passthrough_json) - Passthrough PUT
1373
+ * [patch_passthrough_raw](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#patch_passthrough_raw) - Passthrough PUT
1374
+ * [remove_passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#remove_passthrough) - Passthrough DELETE
1375
+ * [update_passthrough_json](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#update_passthrough_json) - Passthrough PUT
1376
+ * [update_passthrough_raw](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#update_passthrough_raw) - Passthrough PUT
1377
+
1378
+ ### [Payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md)
1379
+
1380
+ * [create_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#create_payment_link) - Create a link
1381
+ * [create_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#create_payment_payment) - Create a payment
1382
+ * [create_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#create_payment_subscription) - Create a subscription
1383
+ * [get_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_link) - Retrieve a link
1384
+ * [get_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_payment) - Retrieve a payment
1385
+ * [get_payment_payout](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_payout) - Retrieve a payout
1386
+ * [get_payment_refund](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_refund) - Retrieve a refund
1387
+ * [get_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_subscription) - Retrieve a subscription
1388
+ * [list_payment_links](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_links) - List all links
1389
+ * [list_payment_payments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_payments) - List all payments
1390
+ * [list_payment_payouts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_payouts) - List all payouts
1391
+ * [list_payment_refunds](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_refunds) - List all refunds
1392
+ * [list_payment_subscriptions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_subscriptions) - List all subscriptions
1393
+ * [patch_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#patch_payment_link) - Update a link
1394
+ * [patch_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#patch_payment_payment) - Update a payment
1395
+ * [patch_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#patch_payment_subscription) - Update a subscription
1396
+ * [remove_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#remove_payment_link) - Remove a link
1397
+ * [remove_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#remove_payment_payment) - Remove a payment
1398
+ * [remove_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#remove_payment_subscription) - Remove a subscription
1399
+ * [update_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#update_payment_link) - Update a link
1400
+ * [update_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#update_payment_payment) - Update a payment
1401
+ * [update_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#update_payment_subscription) - Update a subscription
1402
+
1403
+ ### [Payout](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payout/README.md)
1404
+
1405
+ * [get_payment_payout](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payout/README.md#get_payment_payout) - Retrieve a payout
1406
+ * [list_payment_payouts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payout/README.md#list_payment_payouts) - List all payouts
1407
+
1408
+ ### [Payslip](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payslip/README.md)
1409
+
1410
+ * [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payslip/README.md#get_hris_payslip) - Retrieve a payslip
1411
+ * [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payslip/README.md#list_hris_payslips) - List all payslips
1412
+
1413
+ ### [Person](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/person/README.md)
1414
+
1415
+ * [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
1416
+
1417
+ ### [Pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md)
1418
+
1419
+ * [create_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#create_crm_pipeline) - Create a pipeline
1420
+ * [get_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#get_crm_pipeline) - Retrieve a pipeline
1421
+ * [list_crm_pipelines](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#list_crm_pipelines) - List all pipelines
1422
+ * [patch_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#patch_crm_pipeline) - Update a pipeline
1423
+ * [remove_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#remove_crm_pipeline) - Remove a pipeline
1424
+ * [update_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#update_crm_pipeline) - Update a pipeline
1425
+
1426
+ ### [Profitloss](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/profitloss/README.md)
1427
+
1428
+ * [get_accounting_profitloss](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/profitloss/README.md#get_accounting_profitloss) - Retrieve a profitloss
1429
+ * [list_accounting_profitlosses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/profitloss/README.md#list_accounting_profitlosses) - List all profitlosses
1430
+
1431
+ ### [Project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md)
1432
+
1433
+ * [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#create_task_project) - Create a project
1434
+ * [get_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#get_task_project) - Retrieve a project
1435
+ * [list_task_projects](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#list_task_projects) - List all projects
1436
+ * [patch_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#patch_task_project) - Update a project
1437
+ * [remove_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#remove_task_project) - Remove a project
1438
+ * [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#update_task_project) - Update a project
1439
+
1440
+ ### [Prompt](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/prompt/README.md)
1441
+
1442
+ * [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/prompt/README.md#create_genai_prompt) - Create a prompt
1443
+
1444
+ ### [Pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md)
1445
+
1446
+ * [create_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#create_repo_pullrequest) - Create a pullrequest
1447
+ * [get_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#get_repo_pullrequest) - Retrieve a pullrequest
1448
+ * [list_repo_pullrequests](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#list_repo_pullrequests) - List all pullrequests
1449
+ * [patch_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#patch_repo_pullrequest) - Update a pullrequest
1450
+ * [remove_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#remove_repo_pullrequest) - Remove a pullrequest
1451
+ * [update_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#update_repo_pullrequest) - Update a pullrequest
1452
+
1453
+ ### [Purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md)
1454
+
1455
+ * [create_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#create_accounting_purchaseorder) - Create a purchaseorder
1456
+ * [get_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#get_accounting_purchaseorder) - Retrieve a purchaseorder
1457
+ * [list_accounting_purchaseorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#list_accounting_purchaseorders) - List all purchaseorders
1458
+ * [patch_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#patch_accounting_purchaseorder) - Update a purchaseorder
1459
+ * [remove_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#remove_accounting_purchaseorder) - Remove a purchaseorder
1460
+ * [update_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#update_accounting_purchaseorder) - Update a purchaseorder
1461
+
1462
+ ### [Rate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/rate/README.md)
1463
+
1464
+ * [create_shipping_rate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/rate/README.md#create_shipping_rate) - Create a rate
1465
+
1466
+ ### [Recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md)
1467
+
1468
+ * [create_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#create_uc_recording) - Create a recording
1469
+ * [get_calendar_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#get_calendar_recording) - Retrieve a recording
1470
+ * [get_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#get_uc_recording) - Retrieve a recording
1471
+ * [list_calendar_recordings](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#list_calendar_recordings) - List all recordings
1472
+ * [list_uc_recordings](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#list_uc_recordings) - List all recordings
1473
+ * [patch_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#patch_uc_recording) - Update a recording
1474
+ * [remove_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#remove_uc_recording) - Remove a recording
1475
+ * [update_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#update_uc_recording) - Update a recording
1476
+
1477
+ ### [Refund](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/refund/README.md)
1478
+
1479
+ * [get_payment_refund](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/refund/README.md#get_payment_refund) - Retrieve a refund
1480
+ * [list_payment_refunds](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/refund/README.md#list_payment_refunds) - List all refunds
1481
+
1482
+ ### [Repo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md)
1483
+
1484
+ * [create_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_branch) - Create a branch
1485
+ * [create_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_commit) - Create a commit
1486
+ * [create_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_organization) - Create an organization
1487
+ * [create_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_pullrequest) - Create a pullrequest
1488
+ * [create_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_repository) - Create a repository
1489
+ * [get_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_branch) - Retrieve a branch
1490
+ * [get_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_commit) - Retrieve a commit
1491
+ * [get_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_organization) - Retrieve an organization
1492
+ * [get_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_pullrequest) - Retrieve a pullrequest
1493
+ * [get_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_repository) - Retrieve a repository
1494
+ * [list_repo_branches](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_branches) - List all branches
1495
+ * [list_repo_commits](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_commits) - List all commits
1496
+ * [list_repo_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_organizations) - List all organizations
1497
+ * [list_repo_pullrequests](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_pullrequests) - List all pullrequests
1498
+ * [list_repo_repositories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_repositories) - List all repositories
1499
+ * [patch_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_branch) - Update a branch
1500
+ * [patch_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_commit) - Update a commit
1501
+ * [patch_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_organization) - Update an organization
1502
+ * [patch_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_pullrequest) - Update a pullrequest
1503
+ * [patch_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_repository) - Update a repository
1504
+ * [remove_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_branch) - Remove a branch
1505
+ * [remove_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_commit) - Remove a commit
1506
+ * [remove_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_organization) - Remove an organization
1507
+ * [remove_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_pullrequest) - Remove a pullrequest
1508
+ * [remove_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_repository) - Remove a repository
1509
+ * [update_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_branch) - Update a branch
1510
+ * [update_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_commit) - Update a commit
1511
+ * [update_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_organization) - Update an organization
1512
+ * [update_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_pullrequest) - Update a pullrequest
1513
+ * [update_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_repository) - Update a repository
1514
+
1515
+ ### [Report](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md)
1516
+
1517
+ * [get_accounting_report](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#get_accounting_report) - Retrieve a report
1518
+ * [list_accounting_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_accounting_reports) - List all reports
1519
+ * [list_ads_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_ads_reports) - List all reports
1520
+ * [list_martech_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_martech_reports) - List all reports
1521
+
1522
+ ### [Repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md)
1523
+
1524
+ * [create_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#create_repo_repository) - Create a repository
1525
+ * [get_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#get_repo_repository) - Retrieve a repository
1526
+ * [list_repo_repositories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#list_repo_repositories) - List all repositories
1527
+ * [patch_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#patch_repo_repository) - Update a repository
1528
+ * [remove_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#remove_repo_repository) - Remove a repository
1529
+ * [update_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#update_repo_repository) - Update a repository
1530
+
1531
+ ### [Request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md)
1532
+
1533
+ * [create_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#create_verification_request) - Create a request
1534
+ * [get_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#get_verification_request) - Retrieve a request
1535
+ * [list_verification_requests](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#list_verification_requests) - List all requests
1536
+ * [patch_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#patch_verification_request) - Update a request
1537
+ * [remove_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#remove_verification_request) - Remove a request
1538
+ * [update_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#update_verification_request) - Update a request
1539
+
1540
+ ### [Review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md)
1541
+
1542
+ * [create_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#create_commerce_review) - Create a review
1543
+ * [get_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#get_commerce_review) - Retrieve a review
1544
+ * [list_commerce_reviews](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#list_commerce_reviews) - List all reviews
1545
+ * [patch_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#patch_commerce_review) - Update a review
1546
+ * [remove_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#remove_commerce_review) - Remove a review
1547
+ * [update_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#update_commerce_review) - Update a review
1548
+
1549
+ ### [Saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md)
1550
+
1551
+ * [create_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#create_commerce_saleschannel) - Create a saleschannel
1552
+ * [get_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#get_commerce_saleschannel) - Retrieve a saleschannel
1553
+ * [list_commerce_saleschannels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#list_commerce_saleschannels) - List all saleschannels
1554
+ * [patch_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#patch_commerce_saleschannel) - Update a saleschannel
1555
+ * [remove_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#remove_commerce_saleschannel) - Remove a saleschannel
1556
+ * [update_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#update_commerce_saleschannel) - Update a saleschannel
1557
+
1558
+ ### [Salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md)
1559
+
1560
+ * [create_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#create_accounting_salesorder) - Create a salesorder
1561
+ * [get_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#get_accounting_salesorder) - Retrieve a salesorder
1562
+ * [list_accounting_salesorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#list_accounting_salesorders) - List all salesorders
1563
+ * [patch_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#patch_accounting_salesorder) - Update a salesorder
1564
+ * [remove_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#remove_accounting_salesorder) - Remove a salesorder
1565
+ * [update_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#update_accounting_salesorder) - Update a salesorder
1566
+
1567
+ ### [Scim](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md)
1568
+
1569
+ * [create_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#create_scim_groups) - Create group
1570
+ * [create_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#create_scim_users) - Create user
1571
+ * [get_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#get_scim_groups) - Get group
1572
+ * [get_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#get_scim_users) - Get user
1573
+ * [list_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#list_scim_groups) - List groups
1574
+ * [list_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#list_scim_users) - List users
1575
+ * [patch_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#patch_scim_groups) - Update group
1576
+ * [patch_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#patch_scim_users) - Update user
1577
+ * [remove_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#remove_scim_groups) - Delete group
1578
+ * [remove_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#remove_scim_users) - Delete user
1579
+ * [update_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#update_scim_groups) - Update group
1580
+ * [update_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#update_scim_users) - Update user
1581
+
1582
+ ### [Scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md)
1583
+
1584
+ * [create_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#create_ats_scorecard) - Create a scorecard
1585
+ * [get_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#get_ats_scorecard) - Retrieve a scorecard
1586
+ * [list_ats_scorecards](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#list_ats_scorecards) - List all scorecards
1587
+ * [patch_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#patch_ats_scorecard) - Update a scorecard
1588
+ * [remove_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#remove_ats_scorecard) - Remove a scorecard
1589
+ * [update_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#update_ats_scorecard) - Update a scorecard
1590
+
1591
+ ### [Shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md)
1592
+
1593
+ * [create_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#create_shipping_shipment) - Create a shipment
1594
+ * [get_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#get_shipping_shipment) - Retrieve a shipment
1595
+ * [list_shipping_shipments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#list_shipping_shipments) - List all shipments
1596
+ * [patch_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#patch_shipping_shipment) - Update a shipment
1597
+ * [remove_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#remove_shipping_shipment) - Remove a shipment
1598
+ * [update_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#update_shipping_shipment) - Update a shipment
1599
+
1600
+ ### [Shipping](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md)
1601
+
1602
+ * [create_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#create_shipping_label) - Create a label
1603
+ * [create_shipping_rate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#create_shipping_rate) - Create a rate
1604
+ * [create_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#create_shipping_shipment) - Create a shipment
1605
+ * [get_shipping_carrier](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_carrier) - Retrieve a carrier
1606
+ * [get_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_label) - Retrieve a label
1607
+ * [get_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_shipment) - Retrieve a shipment
1608
+ * [get_shipping_tracking](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_tracking) - Retrieve a tracking
1609
+ * [list_shipping_carriers](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_carriers) - List all carriers
1610
+ * [list_shipping_labels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_labels) - List all labels
1611
+ * [list_shipping_shipments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_shipments) - List all shipments
1612
+ * [patch_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#patch_shipping_label) - Update a label
1613
+ * [patch_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#patch_shipping_shipment) - Update a shipment
1614
+ * [remove_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#remove_shipping_label) - Remove a label
1615
+ * [remove_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#remove_shipping_shipment) - Remove a shipment
1616
+ * [update_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#update_shipping_label) - Update a label
1617
+ * [update_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#update_shipping_shipment) - Update a shipment
1618
+
1619
+ ### [Space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md)
1620
+
1621
+ * [create_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#create_kms_space) - Create a space
1622
+ * [get_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#get_kms_space) - Retrieve a space
1623
+ * [list_kms_spaces](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#list_kms_spaces) - List all spaces
1624
+ * [patch_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#patch_kms_space) - Update a space
1625
+ * [remove_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#remove_kms_space) - Remove a space
1626
+ * [update_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#update_kms_space) - Update a space
1627
+
1628
+ ### [Storage](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md)
1629
+
1630
+ * [create_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#create_storage_file) - Create a file
1631
+ * [get_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#get_storage_file) - Retrieve a file
1632
+ * [list_storage_files](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#list_storage_files) - List all files
1633
+ * [patch_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#patch_storage_file) - Update a file
1634
+ * [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#remove_storage_file) - Remove a file
1635
+ * [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#update_storage_file) - Update a file
1636
+
1637
+ ### [Student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md)
1638
+
1639
+ * [create_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#create_lms_student) - Create a student
1640
+ * [get_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#get_lms_student) - Retrieve a student
1641
+ * [list_lms_students](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#list_lms_students) - List all students
1642
+ * [patch_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#patch_lms_student) - Update a student
1643
+ * [remove_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#remove_lms_student) - Remove a student
1644
+ * [update_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#update_lms_student) - Update a student
1645
+
1646
+ ### [Submission](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/submission/README.md)
1647
+
1648
+ * [get_forms_submission](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/submission/README.md#get_forms_submission) - Retrieve a submission
1649
+ * [list_forms_submissions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/submission/README.md#list_forms_submissions) - List all submissions
1650
+
1651
+ ### [Subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md)
1652
+
1653
+ * [create_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#create_payment_subscription) - Create a subscription
1654
+ * [get_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#get_payment_subscription) - Retrieve a subscription
1655
+ * [list_payment_subscriptions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#list_payment_subscriptions) - List all subscriptions
1656
+ * [patch_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#patch_payment_subscription) - Update a subscription
1657
+ * [remove_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#remove_payment_subscription) - Remove a subscription
1658
+ * [update_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#update_payment_subscription) - Update a subscription
1659
+
1660
+ ### [Task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md)
1661
+
1662
+ * [create_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#create_task_comment) - Create a comment
1663
+ * [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#create_task_project) - Create a project
1664
+ * [create_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#create_task_task) - Create a task
1665
+ * [get_task_change](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_change) - Retrieve a change
1666
+ * [get_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_comment) - Retrieve a comment
1667
+ * [get_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_project) - Retrieve a project
1668
+ * [get_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_task) - Retrieve a task
1669
+ * [list_task_changes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_changes) - List all changes
1670
+ * [list_task_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_comments) - List all comments
1671
+ * [list_task_projects](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_projects) - List all projects
1672
+ * [list_task_tasks](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_tasks) - List all tasks
1673
+ * [patch_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#patch_task_comment) - Update a comment
1674
+ * [patch_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#patch_task_project) - Update a project
1675
+ * [patch_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#patch_task_task) - Update a task
1676
+ * [remove_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#remove_task_comment) - Remove a comment
1677
+ * [remove_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#remove_task_project) - Remove a project
1678
+ * [remove_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#remove_task_task) - Remove a task
1679
+ * [update_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#update_task_comment) - Update a comment
1680
+ * [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#update_task_project) - Update a project
1681
+ * [update_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#update_task_task) - Update a task
1682
+
1683
+ ### [Taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md)
1684
+
1685
+ * [create_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#create_accounting_taxrate) - Create a taxrate
1686
+ * [get_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#get_accounting_taxrate) - Retrieve a taxrate
1687
+ * [list_accounting_taxrates](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#list_accounting_taxrates) - List all taxrates
1688
+ * [patch_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#patch_accounting_taxrate) - Update a taxrate
1689
+ * [remove_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#remove_accounting_taxrate) - Remove a taxrate
1690
+ * [update_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#update_accounting_taxrate) - Update a taxrate
1691
+
1692
+ ### [Ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md)
1693
+
1694
+ * [create_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#create_ticketing_ticket) - Create a ticket
1695
+ * [get_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#get_ticketing_ticket) - Retrieve a ticket
1696
+ * [list_ticketing_tickets](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#list_ticketing_tickets) - List all tickets
1697
+ * [patch_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#patch_ticketing_ticket) - Update a ticket
1698
+ * [remove_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#remove_ticketing_ticket) - Remove a ticket
1699
+ * [update_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#update_ticketing_ticket) - Update a ticket
1700
+
1701
+ ### [Ticketing](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md)
1702
+
1703
+ * [create_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_category) - Create a category
1704
+ * [create_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_customer) - Create a customer
1705
+ * [create_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_note) - Create a note
1706
+ * [create_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_ticket) - Create a ticket
1707
+ * [get_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_category) - Retrieve a category
1708
+ * [get_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_customer) - Retrieve a customer
1709
+ * [get_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_note) - Retrieve a note
1710
+ * [get_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_ticket) - Retrieve a ticket
1711
+ * [list_ticketing_categories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_categories) - List all categories
1712
+ * [list_ticketing_customers](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_customers) - List all customers
1713
+ * [list_ticketing_notes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_notes) - List all notes
1714
+ * [list_ticketing_tickets](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_tickets) - List all tickets
1715
+ * [patch_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_category) - Update a category
1716
+ * [patch_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_customer) - Update a customer
1717
+ * [patch_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_note) - Update a note
1718
+ * [patch_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_ticket) - Update a ticket
1719
+ * [remove_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_category) - Remove a category
1720
+ * [remove_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_customer) - Remove a customer
1721
+ * [remove_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_note) - Remove a note
1722
+ * [remove_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_ticket) - Remove a ticket
1723
+ * [update_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_category) - Update a category
1724
+ * [update_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_customer) - Update a customer
1725
+ * [update_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_note) - Update a note
1726
+ * [update_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_ticket) - Update a ticket
1727
+
1728
+ ### [Timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md)
1729
+
1730
+ * [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#get_hris_timeoff) - Retrieve a timeoff
1731
+ * [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#list_hris_timeoffs) - List all timeoffs
1732
+
1733
+ ### [Timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md)
1734
+
1735
+ * [create_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#create_hris_timeshift) - Create a timeshift
1736
+ * [get_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#get_hris_timeshift) - Retrieve a timeshift
1737
+ * [list_hris_timeshifts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#list_hris_timeshifts) - List all timeshifts
1738
+ * [patch_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#patch_hris_timeshift) - Update a timeshift
1739
+ * [remove_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#remove_hris_timeshift) - Remove a timeshift
1740
+ * [update_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#update_hris_timeshift) - Update a timeshift
1741
+
1742
+ ### [Tracking](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/tracking/README.md)
1743
+
1744
+ * [get_shipping_tracking](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/tracking/README.md#get_shipping_tracking) - Retrieve a tracking
1745
+
1746
+ ### [Transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md)
1747
+
1748
+ * [create_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#create_accounting_transaction) - Create a transaction
1749
+ * [get_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#get_accounting_transaction) - Retrieve a transaction
1750
+ * [list_accounting_transactions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#list_accounting_transactions) - List all transactions
1751
+ * [patch_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#patch_accounting_transaction) - Update a transaction
1752
+ * [remove_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#remove_accounting_transaction) - Remove a transaction
1753
+ * [update_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#update_accounting_transaction) - Update a transaction
1754
+
1755
+ ### [Trialbalance](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/trialbalance/README.md)
1756
+
1757
+ * [get_accounting_trialbalance](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/trialbalance/README.md#get_accounting_trialbalance) - Retrieve a trialbalance
1758
+ * [list_accounting_trialbalances](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/trialbalance/README.md#list_accounting_trialbalances) - List all trialbalances
1759
+
1760
+ ### [Uc](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md)
1761
+
1762
+ * [create_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#create_uc_comment) - Create a comment
1763
+ * [create_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#create_uc_contact) - Create a contact
1764
+ * [create_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#create_uc_recording) - Create a recording
1765
+ * [get_uc_call](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_call) - Retrieve a call
1766
+ * [get_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_comment) - Retrieve a comment
1767
+ * [get_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_contact) - Retrieve a contact
1768
+ * [get_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_recording) - Retrieve a recording
1769
+ * [list_uc_calls](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_calls) - List all calls
1770
+ * [list_uc_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_comments) - List all comments
1771
+ * [list_uc_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_contacts) - List all contacts
1772
+ * [list_uc_recordings](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_recordings) - List all recordings
1773
+ * [patch_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#patch_uc_comment) - Update a comment
1774
+ * [patch_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#patch_uc_contact) - Update a contact
1775
+ * [patch_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#patch_uc_recording) - Update a recording
1776
+ * [remove_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#remove_uc_comment) - Remove a comment
1777
+ * [remove_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#remove_uc_contact) - Remove a contact
1778
+ * [remove_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#remove_uc_recording) - Remove a recording
1779
+ * [update_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#update_uc_comment) - Update a comment
1780
+ * [update_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#update_uc_contact) - Update a contact
1781
+ * [update_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#update_uc_recording) - Update a recording
1782
+
1783
+ ### [Unified](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md)
1784
+
1785
+ * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#create_unified_connection) - Create connection
1786
+ * [create_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#create_unified_environment) - Create new environments
1787
+ * [create_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#create_unified_webhook) - Create webhook subscription
1788
+ * [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
1789
+ * [get_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#get_unified_connection) - Retrieve connection
1790
+ * [get_unified_integration_auth](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#get_unified_integration_auth) - Authorize new connection
1791
+ * [get_unified_issue](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#get_unified_issue) - Retrieve support issue
1792
+ * [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
1793
+ * [list_unified_apicalls](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_apicalls) - Returns API Calls
1794
+ * [list_unified_connections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_connections) - List all connections
1795
+ * [list_unified_environments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_environments) - Returns all environments
1796
+ * [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
1797
+ * [list_unified_integrations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_integrations) - Returns all integrations
1798
+ * [list_unified_issues](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_issues) - List support issues
1799
+ * [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
1800
+ * [patch_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#patch_unified_connection) - Update connection
1801
+ * [patch_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#patch_unified_webhook) - Update webhook subscription
1802
+ * [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
1803
+ * [remove_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#remove_unified_connection) - Remove connection
1804
+ * [remove_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#remove_unified_environment) - Remove an environment
1805
+ * [remove_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#remove_unified_webhook) - Remove webhook subscription
1806
+ * [update_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#update_unified_connection) - Update connection
1807
+ * [update_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#update_unified_webhook) - Update webhook subscription
1808
+ * [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
1809
+
1810
+ ### [User](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md)
1811
+
1812
+ * [create_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#create_scim_users) - Create user
1813
+ * [get_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#get_scim_users) - Get user
1814
+ * [list_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#list_scim_users) - List users
1815
+ * [patch_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#patch_scim_users) - Update user
1816
+ * [remove_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#remove_scim_users) - Delete user
1817
+ * [update_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#update_scim_users) - Update user
1818
+
1819
+ ### [Verification](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md)
1820
+
1821
+ * [create_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#create_verification_request) - Create a request
1822
+ * [get_verification_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#get_verification_package) - Retrieve a package
1823
+ * [get_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#get_verification_request) - Retrieve a request
1824
+ * [list_verification_packages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#list_verification_packages) - List all packages
1825
+ * [list_verification_requests](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#list_verification_requests) - List all requests
1826
+ * [patch_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#patch_verification_request) - Update a request
1827
+ * [remove_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#remove_verification_request) - Remove a request
1828
+ * [update_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#update_verification_request) - Update a request
1829
+
1830
+ ### [Webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md)
1831
+
1832
+ * [create_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#create_unified_webhook) - Create webhook subscription
1833
+ * [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
1834
+ * [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
1835
+ * [patch_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#patch_unified_webhook) - Update webhook subscription
1836
+ * [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
1837
+ * [remove_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#remove_unified_webhook) - Remove webhook subscription
1838
+ * [update_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#update_unified_webhook) - Update webhook subscription
1839
+ * [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
1840
+
1841
+ ### [Webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md)
1842
+
1843
+ * [create_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#create_calendar_webinar) - Create a webinar
1844
+ * [get_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#get_calendar_webinar) - Retrieve a webinar
1845
+ * [list_calendar_webinars](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#list_calendar_webinars) - List all webinars
1846
+ * [patch_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#patch_calendar_webinar) - Update a webinar
1847
+ * [remove_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#remove_calendar_webinar) - Remove a webinar
1848
+ * [update_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#update_calendar_webinar) - Update a webinar
1849
+
1850
+ </details>
1851
+ <!-- End Available Resources and Operations [operations] -->
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+ <!-- Start File uploads [file-upload] -->
1860
+ ## File uploads
1861
+
1862
+ Certain SDK methods accept file objects as part of a request body or multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
1863
+
1864
+ > [!TIP]
1865
+ >
1866
+ > For endpoints that handle file uploads bytes arrays can also be used. However, using streams is recommended for large files.
1867
+ >
1868
+
1869
+ ```python
1870
+ from unified_python_sdk import UnifiedTo
1871
+ from unified_python_sdk.models import shared
1872
+
1873
+
1874
+ with UnifiedTo(
1875
+ security=shared.Security(
1876
+ jwt="<YOUR_API_KEY_HERE>",
1877
+ ),
1878
+ ) as unified_to:
1879
+
1880
+ res = unified_to.passthrough.create_passthrough_raw(request={
1881
+ "connection_id": "<id>",
1882
+ "path": "/var/log",
1883
+ })
1884
+
1885
+ assert res.default_application_json_any is not None
1886
+
1887
+ # Handle response
1888
+ print(res.default_application_json_any)
1889
+
1890
+ ```
1891
+ <!-- End File uploads [file-upload] -->
1892
+
1893
+ <!-- Start Retries [retries] -->
1894
+ ## Retries
1895
+
1896
+ Some of the endpoints in this SDK support retries. If you use the SDK without any configuration, it will fall back to the default retry strategy provided by the API. However, the default retry strategy can be overridden on a per-operation basis, or across the entire SDK.
1897
+
1898
+ To change the default retry strategy for a single API call, simply provide a `RetryConfig` object to the call:
1899
+ ```python
1900
+ from unified_python_sdk import UnifiedTo
1901
+ from unified_python_sdk.models import shared
1902
+ from unified_python_sdk.utils import BackoffStrategy, RetryConfig
1903
+
1904
+
1905
+ with UnifiedTo(
1906
+ security=shared.Security(
1907
+ jwt="<YOUR_API_KEY_HERE>",
1908
+ ),
1909
+ ) as unified_to:
1910
+
1911
+ res = unified_to.accounting.create_accounting_account(request={
1912
+ "accounting_account": {},
1913
+ "connection_id": "<id>",
1914
+ },
1915
+ RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
1916
+
1917
+ assert res.accounting_account is not None
1918
+
1919
+ # Handle response
1920
+ print(res.accounting_account)
1921
+
1922
+ ```
1923
+
1924
+ If you'd like to override the default retry strategy for all operations that support retries, you can use the `retry_config` optional parameter when initializing the SDK:
1925
+ ```python
1926
+ from unified_python_sdk import UnifiedTo
1927
+ from unified_python_sdk.models import shared
1928
+ from unified_python_sdk.utils import BackoffStrategy, RetryConfig
1929
+
1930
+
1931
+ with UnifiedTo(
1932
+ retry_config=RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False),
1933
+ security=shared.Security(
1934
+ jwt="<YOUR_API_KEY_HERE>",
1935
+ ),
1936
+ ) as unified_to:
1937
+
1938
+ res = unified_to.accounting.create_accounting_account(request={
1939
+ "accounting_account": {},
1940
+ "connection_id": "<id>",
1941
+ })
1942
+
1943
+ assert res.accounting_account is not None
1944
+
1945
+ # Handle response
1946
+ print(res.accounting_account)
1947
+
1948
+ ```
1949
+ <!-- End Retries [retries] -->
1950
+
1951
+ <!-- Start Error Handling [errors] -->
1952
+ ## Error Handling
1953
+
1954
+ [`UnifiedToError`](https://github.com/unified-to/unified-python-sdk/blob/master/././src/unified_python_sdk/models/errors/unifiedtoerror.py) is the base class for all HTTP error responses. It has the following properties:
1955
+
1956
+ | Property | Type | Description |
1957
+ | ------------------ | ---------------- | ------------------------------------------------------ |
1958
+ | `err.message` | `str` | Error message |
1959
+ | `err.status_code` | `int` | HTTP response status code eg `404` |
1960
+ | `err.headers` | `httpx.Headers` | HTTP response headers |
1961
+ | `err.body` | `str` | HTTP body. Can be empty string if no body is returned. |
1962
+ | `err.raw_response` | `httpx.Response` | Raw HTTP response |
1963
+
1964
+ ### Example
1965
+ ```python
1966
+ from unified_python_sdk import UnifiedTo
1967
+ from unified_python_sdk.models import errors, shared
1968
+
1969
+
1970
+ with UnifiedTo(
1971
+ security=shared.Security(
1972
+ jwt="<YOUR_API_KEY_HERE>",
1973
+ ),
1974
+ ) as unified_to:
1975
+ res = None
1976
+ try:
1977
+
1978
+ res = unified_to.accounting.create_accounting_account(request={
1979
+ "accounting_account": {},
1980
+ "connection_id": "<id>",
1981
+ })
1982
+
1983
+ assert res.accounting_account is not None
1984
+
1985
+ # Handle response
1986
+ print(res.accounting_account)
1987
+
1988
+
1989
+ except errors.UnifiedToError as e:
1990
+ # The base class for HTTP error responses
1991
+ print(e.message)
1992
+ print(e.status_code)
1993
+ print(e.body)
1994
+ print(e.headers)
1995
+ print(e.raw_response)
1996
+
1997
+ ```
1998
+
1999
+ ### Error Classes
2000
+ **Primary error:**
2001
+ * [`UnifiedToError`](https://github.com/unified-to/unified-python-sdk/blob/master/././src/unified_python_sdk/models/errors/unifiedtoerror.py): The base class for HTTP error responses.
2002
+
2003
+ <details><summary>Less common errors (5)</summary>
2004
+
2005
+ <br />
2006
+
2007
+ **Network errors:**
2008
+ * [`httpx.RequestError`](https://www.python-httpx.org/exceptions/#httpx.RequestError): Base class for request errors.
2009
+ * [`httpx.ConnectError`](https://www.python-httpx.org/exceptions/#httpx.ConnectError): HTTP client was unable to make a request to a server.
2010
+ * [`httpx.TimeoutException`](https://www.python-httpx.org/exceptions/#httpx.TimeoutException): HTTP request timed out.
2011
+
2012
+
2013
+ **Inherit from [`UnifiedToError`](https://github.com/unified-to/unified-python-sdk/blob/master/././src/unified_python_sdk/models/errors/unifiedtoerror.py)**:
2014
+ * [`ResponseValidationError`](https://github.com/unified-to/unified-python-sdk/blob/master/././src/unified_python_sdk/models/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
2015
+
2016
+ </details>
2017
+ <!-- End Error Handling [errors] -->
2018
+
2019
+
2020
+
2021
+ <!-- Start Server Selection [server] -->
2022
+ ## Server Selection
2023
+
2024
+ ### Select Server by Index
2025
+
2026
+ 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:
2027
+
2028
+ | # | Server | Description |
2029
+ | --- | --------------------------- | -------------------------- |
2030
+ | 0 | `https://api.unified.to` | North American data region |
2031
+ | 1 | `https://api-eu.unified.to` | European data region |
2032
+ | 2 | `https://api-au.unified.to` | Australian data region |
2033
+
2034
+ #### Example
2035
+
2036
+ ```python
2037
+ from unified_python_sdk import UnifiedTo
2038
+ from unified_python_sdk.models import shared
2039
+
2040
+
2041
+ with UnifiedTo(
2042
+ server_idx=0,
2043
+ security=shared.Security(
2044
+ jwt="<YOUR_API_KEY_HERE>",
2045
+ ),
2046
+ ) as unified_to:
2047
+
2048
+ res = unified_to.accounting.create_accounting_account(request={
2049
+ "accounting_account": {},
2050
+ "connection_id": "<id>",
2051
+ })
2052
+
2053
+ assert res.accounting_account is not None
2054
+
2055
+ # Handle response
2056
+ print(res.accounting_account)
2057
+
2058
+ ```
2059
+
2060
+ ### Override Server URL Per-Client
2061
+
2062
+ 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:
2063
+ ```python
2064
+ from unified_python_sdk import UnifiedTo
2065
+ from unified_python_sdk.models import shared
2066
+
2067
+
2068
+ with UnifiedTo(
2069
+ server_url="https://api-au.unified.to",
2070
+ security=shared.Security(
2071
+ jwt="<YOUR_API_KEY_HERE>",
2072
+ ),
2073
+ ) as unified_to:
2074
+
2075
+ res = unified_to.accounting.create_accounting_account(request={
2076
+ "accounting_account": {},
2077
+ "connection_id": "<id>",
2078
+ })
2079
+
2080
+ assert res.accounting_account is not None
2081
+
2082
+ # Handle response
2083
+ print(res.accounting_account)
2084
+
2085
+ ```
2086
+ <!-- End Server Selection [server] -->
2087
+
2088
+
2089
+
2090
+ <!-- Start Custom HTTP Client [http-client] -->
2091
+ ## Custom HTTP Client
2092
+
2093
+ The Python SDK makes API calls using the [httpx](https://www.python-httpx.org/) 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 your own HTTP client instance.
2094
+ Depending on whether you are using the sync or async version of the SDK, you can pass an instance of `HttpClient` or `AsyncHttpClient` respectively, which are Protocol's ensuring that the client has the necessary methods to make API calls.
2095
+ This allows you to wrap the client with your own custom logic, such as adding custom headers, logging, or error handling, or you can just pass an instance of `httpx.Client` or `httpx.AsyncClient` directly.
2096
+
2097
+ For example, you could specify a header for every request that this sdk makes as follows:
2098
+ ```python
2099
+ from unified_python_sdk import UnifiedTo
2100
+ import httpx
2101
+
2102
+ http_client = httpx.Client(headers={"x-custom-header": "someValue"})
2103
+ s = UnifiedTo(client=http_client)
2104
+ ```
2105
+
2106
+ or you could wrap the client with your own custom logic:
2107
+ ```python
2108
+ from unified_python_sdk import UnifiedTo
2109
+ from unified_python_sdk.httpclient import AsyncHttpClient
2110
+ import httpx
2111
+
2112
+ class CustomClient(AsyncHttpClient):
2113
+ client: AsyncHttpClient
2114
+
2115
+ def __init__(self, client: AsyncHttpClient):
2116
+ self.client = client
2117
+
2118
+ async def send(
2119
+ self,
2120
+ request: httpx.Request,
2121
+ *,
2122
+ stream: bool = False,
2123
+ auth: Union[
2124
+ httpx._types.AuthTypes, httpx._client.UseClientDefault, None
2125
+ ] = httpx.USE_CLIENT_DEFAULT,
2126
+ follow_redirects: Union[
2127
+ bool, httpx._client.UseClientDefault
2128
+ ] = httpx.USE_CLIENT_DEFAULT,
2129
+ ) -> httpx.Response:
2130
+ request.headers["Client-Level-Header"] = "added by client"
2131
+
2132
+ return await self.client.send(
2133
+ request, stream=stream, auth=auth, follow_redirects=follow_redirects
2134
+ )
2135
+
2136
+ def build_request(
2137
+ self,
2138
+ method: str,
2139
+ url: httpx._types.URLTypes,
2140
+ *,
2141
+ content: Optional[httpx._types.RequestContent] = None,
2142
+ data: Optional[httpx._types.RequestData] = None,
2143
+ files: Optional[httpx._types.RequestFiles] = None,
2144
+ json: Optional[Any] = None,
2145
+ params: Optional[httpx._types.QueryParamTypes] = None,
2146
+ headers: Optional[httpx._types.HeaderTypes] = None,
2147
+ cookies: Optional[httpx._types.CookieTypes] = None,
2148
+ timeout: Union[
2149
+ httpx._types.TimeoutTypes, httpx._client.UseClientDefault
2150
+ ] = httpx.USE_CLIENT_DEFAULT,
2151
+ extensions: Optional[httpx._types.RequestExtensions] = None,
2152
+ ) -> httpx.Request:
2153
+ return self.client.build_request(
2154
+ method,
2155
+ url,
2156
+ content=content,
2157
+ data=data,
2158
+ files=files,
2159
+ json=json,
2160
+ params=params,
2161
+ headers=headers,
2162
+ cookies=cookies,
2163
+ timeout=timeout,
2164
+ extensions=extensions,
2165
+ )
2166
+
2167
+ s = UnifiedTo(async_client=CustomClient(httpx.AsyncClient()))
2168
+ ```
2169
+ <!-- End Custom HTTP Client [http-client] -->
2170
+
2171
+
2172
+
2173
+ <!-- Start Authentication [security] -->
2174
+ ## Authentication
2175
+
2176
+ ### Per-Client Security Schemes
2177
+
2178
+ This SDK supports the following security scheme globally:
2179
+
2180
+ | Name | Type | Scheme |
2181
+ | ----- | ------ | ------- |
2182
+ | `jwt` | apiKey | API key |
2183
+
2184
+ You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. For example:
2185
+ ```python
2186
+ from unified_python_sdk import UnifiedTo
2187
+ from unified_python_sdk.models import shared
2188
+
2189
+
2190
+ with UnifiedTo(
2191
+ security=shared.Security(
2192
+ jwt="<YOUR_API_KEY_HERE>",
2193
+ ),
2194
+ ) as unified_to:
2195
+
2196
+ res = unified_to.accounting.create_accounting_account(request={
2197
+ "accounting_account": {},
2198
+ "connection_id": "<id>",
2199
+ })
2200
+
2201
+ assert res.accounting_account is not None
2202
+
2203
+ # Handle response
2204
+ print(res.accounting_account)
2205
+
2206
+ ```
2207
+ <!-- End Authentication [security] -->
2208
+
2209
+ <!-- Start Resource Management [resource-management] -->
2210
+ ## Resource Management
2211
+
2212
+ The `UnifiedTo` class implements the context manager protocol and registers a finalizer function to close the underlying sync and async HTTPX clients it uses under the hood. This will close HTTP connections, release memory and free up other resources held by the SDK. In short-lived Python programs and notebooks that make a few SDK method calls, resource management may not be a concern. However, in longer-lived programs, it is beneficial to create a single SDK instance via a [context manager][context-manager] and reuse it across the application.
2213
+
2214
+ [context-manager]: https://docs.python.org/3/reference/datamodel.html#context-managers
2215
+
2216
+ ```python
2217
+ from unified_python_sdk import UnifiedTo
2218
+ from unified_python_sdk.models import shared
2219
+ def main():
2220
+
2221
+ with UnifiedTo(
2222
+ security=shared.Security(
2223
+ jwt="<YOUR_API_KEY_HERE>",
2224
+ ),
2225
+ ) as unified_to:
2226
+ # Rest of application here...
2227
+
2228
+
2229
+ # Or when using async:
2230
+ async def amain():
2231
+
2232
+ async with UnifiedTo(
2233
+ security=shared.Security(
2234
+ jwt="<YOUR_API_KEY_HERE>",
2235
+ ),
2236
+ ) as unified_to:
2237
+ # Rest of application here...
2238
+ ```
2239
+ <!-- End Resource Management [resource-management] -->
2240
+
2241
+ <!-- Start Debugging [debug] -->
2242
+ ## Debugging
2243
+
2244
+ You can setup your SDK to emit debug logs for SDK requests and responses.
2245
+
2246
+ You can pass your own logger class directly into your SDK.
2247
+ ```python
2248
+ from unified_python_sdk import UnifiedTo
2249
+ import logging
2250
+
2251
+ logging.basicConfig(level=logging.DEBUG)
2252
+ s = UnifiedTo(debug_logger=logging.getLogger("unified_python_sdk"))
2253
+ ```
2254
+ <!-- End Debugging [debug] -->
2255
+
2256
+ <!-- Placeholder for Future Speakeasy SDK Sections -->
2257
+
2258
+
2259
+ ### Contributions
2260
+
2261
+ While we value open-source contributions to this SDK, this library is generated programmatically.
2262
+ 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!
2263
+
2264
+ ### SDK Created by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
2265
+