Unified-python-sdk 0.59.1__tar.gz → 0.59.3__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 (2232) hide show
  1. unified_python_sdk-0.59.3/PKG-INFO +2501 -0
  2. unified_python_sdk-0.59.3/README-PYPI.md +2481 -0
  3. unified_python_sdk-0.59.3/pyproject.toml +58 -0
  4. unified_python_sdk-0.59.3/src/unified_python_sdk/_version.py +15 -0
  5. unified_python_sdk-0.59.3/src/unified_python_sdk/account.py +1179 -0
  6. unified_python_sdk-0.59.3/src/unified_python_sdk/accounting.py +18603 -0
  7. unified_python_sdk-0.59.3/src/unified_python_sdk/activity.py +2639 -0
  8. unified_python_sdk-0.59.3/src/unified_python_sdk/ad.py +1107 -0
  9. unified_python_sdk-0.59.3/src/unified_python_sdk/ads.py +7683 -0
  10. unified_python_sdk-0.59.3/src/unified_python_sdk/analytics.py +3425 -0
  11. unified_python_sdk-0.59.3/src/unified_python_sdk/application.py +1143 -0
  12. unified_python_sdk-0.59.3/src/unified_python_sdk/applicationstatus.py +199 -0
  13. unified_python_sdk-0.59.3/src/unified_python_sdk/assessment.py +1559 -0
  14. unified_python_sdk-0.59.3/src/unified_python_sdk/ats.py +9221 -0
  15. unified_python_sdk-0.59.3/src/unified_python_sdk/availability.py +199 -0
  16. unified_python_sdk-0.59.3/src/unified_python_sdk/balancesheet.py +387 -0
  17. unified_python_sdk-0.59.3/src/unified_python_sdk/bankaccount.py +1143 -0
  18. unified_python_sdk-0.59.3/src/unified_python_sdk/benefit.py +1141 -0
  19. unified_python_sdk-0.59.3/src/unified_python_sdk/bill.py +1143 -0
  20. unified_python_sdk-0.59.3/src/unified_python_sdk/branch.py +1141 -0
  21. unified_python_sdk-0.59.3/src/unified_python_sdk/busy.py +195 -0
  22. unified_python_sdk-0.59.3/src/unified_python_sdk/calendar.py +5091 -0
  23. unified_python_sdk-0.59.3/src/unified_python_sdk/call.py +371 -0
  24. unified_python_sdk-0.59.3/src/unified_python_sdk/campaign.py +2297 -0
  25. unified_python_sdk-0.59.3/src/unified_python_sdk/candidate.py +1143 -0
  26. unified_python_sdk-0.59.3/src/unified_python_sdk/carrier.py +379 -0
  27. unified_python_sdk-0.59.3/src/unified_python_sdk/cashflow.py +383 -0
  28. unified_python_sdk-0.59.3/src/unified_python_sdk/category.py +2359 -0
  29. unified_python_sdk-0.59.3/src/unified_python_sdk/change.py +377 -0
  30. unified_python_sdk-0.59.3/src/unified_python_sdk/channel.py +379 -0
  31. unified_python_sdk-0.59.3/src/unified_python_sdk/class_.py +1115 -0
  32. unified_python_sdk-0.59.3/src/unified_python_sdk/clubs.py +1845 -0
  33. unified_python_sdk-0.59.3/src/unified_python_sdk/collection.py +2319 -0
  34. unified_python_sdk-0.59.3/src/unified_python_sdk/comment.py +3397 -0
  35. unified_python_sdk-0.59.3/src/unified_python_sdk/commerce.py +9475 -0
  36. unified_python_sdk-0.59.3/src/unified_python_sdk/commit.py +1141 -0
  37. unified_python_sdk-0.59.3/src/unified_python_sdk/company.py +3585 -0
  38. unified_python_sdk-0.59.3/src/unified_python_sdk/contact.py +3435 -0
  39. unified_python_sdk-0.59.3/src/unified_python_sdk/content.py +1141 -0
  40. unified_python_sdk-0.59.3/src/unified_python_sdk/course.py +1137 -0
  41. unified_python_sdk-0.59.3/src/unified_python_sdk/creative.py +1141 -0
  42. unified_python_sdk-0.59.3/src/unified_python_sdk/creditmemo.py +1191 -0
  43. unified_python_sdk-0.59.3/src/unified_python_sdk/crm.py +6897 -0
  44. unified_python_sdk-0.59.3/src/unified_python_sdk/customer.py +1179 -0
  45. unified_python_sdk-0.59.3/src/unified_python_sdk/database.py +1179 -0
  46. unified_python_sdk-0.59.3/src/unified_python_sdk/datastore.py +3633 -0
  47. unified_python_sdk-0.59.3/src/unified_python_sdk/deal.py +1115 -0
  48. unified_python_sdk-0.59.3/src/unified_python_sdk/deduction.py +1143 -0
  49. unified_python_sdk-0.59.3/src/unified_python_sdk/device.py +1141 -0
  50. unified_python_sdk-0.59.3/src/unified_python_sdk/document.py +2273 -0
  51. unified_python_sdk-0.59.3/src/unified_python_sdk/embedding.py +201 -0
  52. unified_python_sdk-0.59.3/src/unified_python_sdk/employee.py +1143 -0
  53. unified_python_sdk-0.59.3/src/unified_python_sdk/enrich.py +379 -0
  54. unified_python_sdk-0.59.3/src/unified_python_sdk/event.py +3551 -0
  55. unified_python_sdk-0.59.3/src/unified_python_sdk/expense.py +1179 -0
  56. unified_python_sdk-0.59.3/src/unified_python_sdk/file.py +1141 -0
  57. unified_python_sdk-0.59.3/src/unified_python_sdk/form.py +1137 -0
  58. unified_python_sdk-0.59.3/src/unified_python_sdk/forms.py +1505 -0
  59. unified_python_sdk-0.59.3/src/unified_python_sdk/genai.py +757 -0
  60. unified_python_sdk-0.59.3/src/unified_python_sdk/group.py +3735 -0
  61. unified_python_sdk-0.59.3/src/unified_python_sdk/hris.py +11683 -0
  62. unified_python_sdk-0.59.3/src/unified_python_sdk/insertionorder.py +1179 -0
  63. unified_python_sdk-0.59.3/src/unified_python_sdk/instructor.py +1143 -0
  64. unified_python_sdk-0.59.3/src/unified_python_sdk/interview.py +1143 -0
  65. unified_python_sdk-0.59.3/src/unified_python_sdk/inventory.py +1183 -0
  66. unified_python_sdk-0.59.3/src/unified_python_sdk/invoice.py +1179 -0
  67. unified_python_sdk-0.59.3/src/unified_python_sdk/item.py +1143 -0
  68. unified_python_sdk-0.59.3/src/unified_python_sdk/itemvariant.py +1187 -0
  69. unified_python_sdk-0.59.3/src/unified_python_sdk/job.py +1115 -0
  70. unified_python_sdk-0.59.3/src/unified_python_sdk/journal.py +1179 -0
  71. unified_python_sdk-0.59.3/src/unified_python_sdk/kms.py +3349 -0
  72. unified_python_sdk-0.59.3/src/unified_python_sdk/label.py +1143 -0
  73. unified_python_sdk-0.59.3/src/unified_python_sdk/lead.py +1115 -0
  74. unified_python_sdk-0.59.3/src/unified_python_sdk/link.py +2273 -0
  75. unified_python_sdk-0.59.3/src/unified_python_sdk/list.py +1141 -0
  76. unified_python_sdk-0.59.3/src/unified_python_sdk/lms.py +7895 -0
  77. unified_python_sdk-0.59.3/src/unified_python_sdk/location.py +2643 -0
  78. unified_python_sdk-0.59.3/src/unified_python_sdk/martech.py +3613 -0
  79. unified_python_sdk-0.59.3/src/unified_python_sdk/member.py +1509 -0
  80. unified_python_sdk-0.59.3/src/unified_python_sdk/message.py +1143 -0
  81. unified_python_sdk-0.59.3/src/unified_python_sdk/messaging.py +1891 -0
  82. unified_python_sdk-0.59.3/src/unified_python_sdk/metadata.py +1143 -0
  83. unified_python_sdk-0.59.3/src/unified_python_sdk/model.py +377 -0
  84. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/__init__.py +12029 -0
  85. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingaccount.py +133 -0
  86. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingbill.py +137 -0
  87. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingcategory.py +122 -0
  88. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingcontact.py +135 -0
  89. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingcreditmemo.py +143 -0
  90. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingexpense.py +131 -0
  91. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountinginvoice.py +141 -0
  92. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingjournal.py +125 -0
  93. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingorder.py +124 -0
  94. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingpurchaseorder.py +132 -0
  95. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingsalesorder.py +132 -0
  96. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingtaxrate.py +121 -0
  97. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingtransaction.py +135 -0
  98. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createaccountingvendorcredit.py +134 -0
  99. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createadsad.py +131 -0
  100. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createadscampaign.py +131 -0
  101. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createadscreative.py +138 -0
  102. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createadsgroup.py +139 -0
  103. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createadsinsertionorder.py +127 -0
  104. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createadsorganization.py +118 -0
  105. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createanalyticsevent.py +137 -0
  106. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createanalyticsproperty.py +121 -0
  107. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createanalyticsvisitor.py +130 -0
  108. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createassessmentpackage.py +73 -0
  109. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createatsactivity.py +130 -0
  110. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createatsapplication.py +128 -0
  111. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createatscandidate.py +137 -0
  112. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createatscompany.py +121 -0
  113. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createatsdocument.py +122 -0
  114. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createatsinterview.py +123 -0
  115. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createatsjob.py +138 -0
  116. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createatsscorecard.py +122 -0
  117. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcalendarcalendar.py +118 -0
  118. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcalendarevent.py +134 -0
  119. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcalendarlink.py +121 -0
  120. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcalendarwebinar.py +144 -0
  121. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcommercecollection.py +133 -0
  122. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcommerceinventory.py +120 -0
  123. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcommerceitem.py +142 -0
  124. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcommerceitemvariant.py +144 -0
  125. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcommercelocation.py +132 -0
  126. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcommercereservation.py +134 -0
  127. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcommercereview.py +135 -0
  128. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcommercesaleschannel.py +124 -0
  129. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcrmcompany.py +133 -0
  130. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcrmcontact.py +131 -0
  131. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcrmdeal.py +136 -0
  132. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcrmevent.py +130 -0
  133. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcrmlead.py +130 -0
  134. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createcrmpipeline.py +119 -0
  135. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createdatastoredatabase.py +122 -0
  136. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createdatastorequery.py +115 -0
  137. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createdatastorerecord.py +118 -0
  138. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createdatastoretable.py +121 -0
  139. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createformsform.py +125 -0
  140. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/creategenaiembedding.py +120 -0
  141. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/creategenaiprompt.py +120 -0
  142. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createhrisbankaccount.py +123 -0
  143. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createhrisbenefit.py +128 -0
  144. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createhriscompany.py +117 -0
  145. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createhrisdeduction.py +127 -0
  146. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createhrisdevice.py +130 -0
  147. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createhrisemployee.py +152 -0
  148. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createhrisgroup.py +122 -0
  149. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createhrislocation.py +126 -0
  150. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createhristimeoff.py +127 -0
  151. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createhristimeshift.py +125 -0
  152. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createkmscomment.py +120 -0
  153. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createkmspage.py +124 -0
  154. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createkmsspace.py +120 -0
  155. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createlmsactivity.py +123 -0
  156. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createlmsclass.py +121 -0
  157. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createlmscollection.py +119 -0
  158. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createlmscontent.py +130 -0
  159. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createlmscourse.py +133 -0
  160. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createlmsinstructor.py +121 -0
  161. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createlmsstudent.py +121 -0
  162. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createmartechcampaign.py +126 -0
  163. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createmartechlist.py +129 -0
  164. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createmartechmember.py +124 -0
  165. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createmessagingmessage.py +135 -0
  166. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createmetadatametadata.py +122 -0
  167. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createpassthrough_json.py +133 -0
  168. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createpassthrough_raw.py +134 -0
  169. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createpaymentlink.py +123 -0
  170. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createpaymentpayment.py +126 -0
  171. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createpaymentsubscription.py +136 -0
  172. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createrepobranch.py +116 -0
  173. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createrepocommit.py +118 -0
  174. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createrepoorganization.py +119 -0
  175. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createrepopullrequest.py +120 -0
  176. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createreporepository.py +120 -0
  177. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createshippinglabel.py +124 -0
  178. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createshippingrate.py +120 -0
  179. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createshippingshipment.py +146 -0
  180. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createsigningdocument.py +123 -0
  181. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createsigningsignatory.py +122 -0
  182. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createstoragefile.py +128 -0
  183. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createtaskcomment.py +118 -0
  184. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createtaskproject.py +122 -0
  185. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createtasktask.py +131 -0
  186. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createticketingcategory.py +120 -0
  187. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createticketingcustomer.py +120 -0
  188. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createticketingnote.py +118 -0
  189. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createticketingticket.py +127 -0
  190. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createuccomment.py +117 -0
  191. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createuccontact.py +123 -0
  192. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createucrecording.py +128 -0
  193. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/createverificationrequest.py +141 -0
  194. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingaccount.py +131 -0
  195. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingbalancesheet.py +128 -0
  196. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingbill.py +137 -0
  197. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingcashflow.py +130 -0
  198. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingcategory.py +122 -0
  199. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingcontact.py +135 -0
  200. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingcreditmemo.py +143 -0
  201. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingexpense.py +131 -0
  202. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountinginvoice.py +141 -0
  203. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingjournal.py +125 -0
  204. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingorder.py +124 -0
  205. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingorganization.py +130 -0
  206. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingprofitloss.py +137 -0
  207. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingpurchaseorder.py +130 -0
  208. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingreport.py +122 -0
  209. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingsalesorder.py +132 -0
  210. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingtaxrate.py +121 -0
  211. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingtransaction.py +135 -0
  212. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingtrialbalance.py +127 -0
  213. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getaccountingvendorcredit.py +132 -0
  214. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getadsad.py +131 -0
  215. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getadscampaign.py +131 -0
  216. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getadscreative.py +138 -0
  217. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getadsgroup.py +139 -0
  218. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getadsinsertionorder.py +127 -0
  219. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getadsorganization.py +118 -0
  220. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getadspromoted.py +114 -0
  221. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getadstarget.py +118 -0
  222. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getanalyticsevent.py +137 -0
  223. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getanalyticsproperty.py +121 -0
  224. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getanalyticssession.py +133 -0
  225. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getanalyticsvisitor.py +130 -0
  226. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getassessmentpackage.py +72 -0
  227. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getatsactivity.py +130 -0
  228. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getatsapplication.py +128 -0
  229. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getatscandidate.py +137 -0
  230. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getatscompany.py +121 -0
  231. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getatsdocument.py +122 -0
  232. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getatsinterview.py +123 -0
  233. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getatsjob.py +138 -0
  234. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getatsscorecard.py +122 -0
  235. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcalendarcalendar.py +118 -0
  236. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcalendarevent.py +134 -0
  237. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcalendarlink.py +121 -0
  238. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcalendarrecording.py +122 -0
  239. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcalendarwebinar.py +144 -0
  240. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getclubsactivity.py +153 -0
  241. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getclubsevent.py +135 -0
  242. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getclubsgroup.py +132 -0
  243. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getclubslocation.py +121 -0
  244. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getclubsmember.py +121 -0
  245. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcommercecollection.py +131 -0
  246. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcommerceinventory.py +120 -0
  247. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcommerceitem.py +142 -0
  248. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcommerceitemvariant.py +144 -0
  249. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcommercelocation.py +132 -0
  250. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcommercereservation.py +134 -0
  251. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcommercereview.py +135 -0
  252. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcommercesaleschannel.py +124 -0
  253. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcrmcompany.py +131 -0
  254. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcrmcontact.py +129 -0
  255. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcrmdeal.py +134 -0
  256. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcrmevent.py +128 -0
  257. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcrmlead.py +130 -0
  258. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getcrmpipeline.py +119 -0
  259. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getdatastoredatabase.py +122 -0
  260. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getdatastorerecord.py +118 -0
  261. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getdatastoretable.py +121 -0
  262. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getformsform.py +125 -0
  263. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getformssubmission.py +118 -0
  264. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getgenaimodel.py +117 -0
  265. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethrisbankaccount.py +123 -0
  266. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethrisbenefit.py +126 -0
  267. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethriscompany.py +117 -0
  268. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethrisdeduction.py +125 -0
  269. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethrisdevice.py +130 -0
  270. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethrisemployee.py +152 -0
  271. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethrisgroup.py +122 -0
  272. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethrislocation.py +126 -0
  273. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethrispayslip.py +125 -0
  274. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethristimeoff.py +127 -0
  275. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gethristimeshift.py +125 -0
  276. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getkmscomment.py +120 -0
  277. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getkmspage.py +124 -0
  278. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getkmsspace.py +120 -0
  279. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getlmsactivity.py +123 -0
  280. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getlmsclass.py +121 -0
  281. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getlmscollection.py +119 -0
  282. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getlmscontent.py +130 -0
  283. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getlmscourse.py +133 -0
  284. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getlmsinstructor.py +121 -0
  285. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getlmsstudent.py +121 -0
  286. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getmartechcampaign.py +126 -0
  287. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getmartechlist.py +127 -0
  288. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getmartechmember.py +122 -0
  289. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getmessagingchannel.py +122 -0
  290. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getmessagingmessage.py +135 -0
  291. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getmetadatametadata.py +122 -0
  292. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getpaymentlink.py +123 -0
  293. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getpaymentpayment.py +126 -0
  294. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getpaymentpayout.py +118 -0
  295. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getpaymentrefund.py +120 -0
  296. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getpaymentsubscription.py +136 -0
  297. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getrepobranch.py +116 -0
  298. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getrepocommit.py +118 -0
  299. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getrepoorganization.py +119 -0
  300. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getrepopullrequest.py +120 -0
  301. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getreporepository.py +120 -0
  302. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getshippingcarrier.py +119 -0
  303. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getshippinglabel.py +124 -0
  304. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getshippingshipment.py +146 -0
  305. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getshippingtracking.py +124 -0
  306. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getsigningdocument.py +123 -0
  307. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getsigningsignatory.py +122 -0
  308. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getsigningtemplate.py +118 -0
  309. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getstoragefile.py +128 -0
  310. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gettaskchange.py +117 -0
  311. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gettaskcomment.py +118 -0
  312. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gettaskproject.py +122 -0
  313. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/gettasktask.py +131 -0
  314. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getticketingcategory.py +120 -0
  315. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getticketingcustomer.py +120 -0
  316. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getticketingnote.py +118 -0
  317. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getticketingticket.py +127 -0
  318. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getuccall.py +124 -0
  319. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getuccomment.py +117 -0
  320. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getuccontact.py +121 -0
  321. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getucrecording.py +128 -0
  322. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getverificationpackage.py +135 -0
  323. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/getverificationrequest.py +141 -0
  324. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingaccounts.py +197 -0
  325. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingbalancesheets.py +208 -0
  326. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingbills.py +199 -0
  327. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingcashflows.py +212 -0
  328. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingcategories.py +177 -0
  329. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingcontacts.py +199 -0
  330. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingcreditmemoes.py +205 -0
  331. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingexpenses.py +242 -0
  332. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountinginvoices.py +232 -0
  333. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingjournals.py +191 -0
  334. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingorders.py +195 -0
  335. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingorganizations.py +174 -0
  336. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingprofitlosses.py +217 -0
  337. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingpurchaseorders.py +192 -0
  338. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingreports.py +193 -0
  339. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingsalesorders.py +194 -0
  340. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingtaxrates.py +178 -0
  341. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingtransactions.py +224 -0
  342. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingtrialbalances.py +189 -0
  343. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listaccountingvendorcredits.py +194 -0
  344. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listadsads.py +211 -0
  345. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listadscampaigns.py +211 -0
  346. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listadscreatives.py +209 -0
  347. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listadsgroups.py +246 -0
  348. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listadsinsertionorders.py +193 -0
  349. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listadsorganizations.py +173 -0
  350. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listadspromoteds.py +174 -0
  351. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listadsreports.py +226 -0
  352. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listadstargets.py +178 -0
  353. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listanalyticsevents.py +233 -0
  354. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listanalyticsproperties.py +178 -0
  355. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listanalyticsreports.py +205 -0
  356. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listanalyticssessions.py +233 -0
  357. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listanalyticsvisitors.py +185 -0
  358. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listassessmentpackages.py +101 -0
  359. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listatsactivities.py +237 -0
  360. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listatsapplications.py +208 -0
  361. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listatsapplicationstatuses.py +160 -0
  362. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listatscandidates.py +190 -0
  363. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listatscompanies.py +165 -0
  364. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listatsdocuments.py +200 -0
  365. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listatsinterviews.py +176 -0
  366. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listatsjobs.py +209 -0
  367. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listatsscorecards.py +202 -0
  368. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcalendarbusies.py +196 -0
  369. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcalendarcalendars.py +164 -0
  370. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcalendarevents.py +214 -0
  371. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcalendarlinks.py +165 -0
  372. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcalendarrecordings.py +197 -0
  373. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcalendarwebinars.py +217 -0
  374. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listclubsactivities.py +224 -0
  375. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listclubsevents.py +188 -0
  376. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listclubsgroups.py +176 -0
  377. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listclubslocations.py +174 -0
  378. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listclubsmembers.py +174 -0
  379. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcommerceavailabilities.py +221 -0
  380. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcommercecollections.py +211 -0
  381. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcommerceinventories.py +186 -0
  382. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcommerceitems.py +204 -0
  383. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcommerceitemvariants.py +215 -0
  384. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcommercelocations.py +187 -0
  385. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcommercereservations.py +223 -0
  386. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcommercereviews.py +206 -0
  387. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcommercesaleschannels.py +168 -0
  388. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcrmcompanies.py +202 -0
  389. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcrmcontacts.py +200 -0
  390. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcrmdeals.py +214 -0
  391. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcrmevents.py +224 -0
  392. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcrmleads.py +201 -0
  393. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcrmpicklists.py +166 -0
  394. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listcrmpipelines.py +163 -0
  395. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listdatastoredatabases.py +170 -0
  396. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listdatastorerecords.py +182 -0
  397. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listdatastoretables.py +183 -0
  398. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listenrichcompanies.py +99 -0
  399. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listenrichpeople.py +125 -0
  400. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listformsforms.py +169 -0
  401. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listformssubmissions.py +173 -0
  402. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listgenaimodels.py +161 -0
  403. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhrisbankaccounts.py +187 -0
  404. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhrisbenefits.py +179 -0
  405. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhriscompanies.py +161 -0
  406. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhrisdeductions.py +223 -0
  407. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhrisdevices.py +183 -0
  408. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhrisemployees.py +223 -0
  409. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhrisgroups.py +184 -0
  410. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhrislocations.py +179 -0
  411. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhrispayslips.py +187 -0
  412. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhristimeoffs.py +214 -0
  413. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listhristimeshifts.py +214 -0
  414. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listkmscomments.py +191 -0
  415. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listkmspages.py +195 -0
  416. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listkmsspaces.py +173 -0
  417. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listlmsactivities.py +194 -0
  418. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listlmsclasses.py +174 -0
  419. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listlmscollections.py +181 -0
  420. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listlmscontents.py +192 -0
  421. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listlmscourses.py +195 -0
  422. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listlmsinstructors.py +192 -0
  423. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listlmsstudents.py +183 -0
  424. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listmartechcampaigns.py +192 -0
  425. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listmartechlists.py +171 -0
  426. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listmartechmembers.py +177 -0
  427. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listmartechreports.py +220 -0
  428. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listmessagingchannels.py +184 -0
  429. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listmessagingmessages.py +251 -0
  430. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listmetadatametadatas.py +177 -0
  431. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listpassthroughs.py +124 -0
  432. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listpaymentlinks.py +185 -0
  433. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listpaymentpayments.py +242 -0
  434. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listpaymentpayouts.py +162 -0
  435. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listpaymentrefunds.py +173 -0
  436. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listpaymentsubscriptions.py +207 -0
  437. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listrepobranches.py +169 -0
  438. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listrepocommits.py +180 -0
  439. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listrepoorganizations.py +165 -0
  440. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listrepopullrequests.py +175 -0
  441. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listreporepositories.py +173 -0
  442. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listshippingcarriers.py +165 -0
  443. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listshippinglabels.py +177 -0
  444. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listshippingshipments.py +210 -0
  445. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listshippingtrackings.py +170 -0
  446. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listsigningdocuments.py +187 -0
  447. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listsigningsignatories.py +177 -0
  448. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listsigningtemplates.py +164 -0
  449. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/liststoragefiles.py +217 -0
  450. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listtaskchanges.py +170 -0
  451. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listtaskcomments.py +171 -0
  452. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listtaskprojects.py +193 -0
  453. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listtasktasks.py +229 -0
  454. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listticketingcategories.py +177 -0
  455. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listticketingcustomers.py +168 -0
  456. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listticketingnotes.py +180 -0
  457. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listticketingtickets.py +191 -0
  458. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listuccalls.py +204 -0
  459. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listuccomments.py +197 -0
  460. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listuccontacts.py +174 -0
  461. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listucrecordings.py +217 -0
  462. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listverificationpackages.py +179 -0
  463. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/listverificationrequests.py +203 -0
  464. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingaccount.py +140 -0
  465. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingbill.py +144 -0
  466. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingcategory.py +129 -0
  467. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingcontact.py +142 -0
  468. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingcreditmemo.py +150 -0
  469. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingexpense.py +138 -0
  470. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountinginvoice.py +148 -0
  471. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingjournal.py +132 -0
  472. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingorder.py +131 -0
  473. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingpurchaseorder.py +139 -0
  474. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingsalesorder.py +139 -0
  475. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingtaxrate.py +128 -0
  476. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingtransaction.py +142 -0
  477. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchaccountingvendorcredit.py +141 -0
  478. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchadsad.py +138 -0
  479. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchadscampaign.py +138 -0
  480. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchadscreative.py +145 -0
  481. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchadsgroup.py +146 -0
  482. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchadsinsertionorder.py +134 -0
  483. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchadsorganization.py +125 -0
  484. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchanalyticsproperty.py +128 -0
  485. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchanalyticsvisitor.py +137 -0
  486. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchassessmentorder.py +158 -0
  487. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchassessmentpackage.py +80 -0
  488. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchatsactivity.py +137 -0
  489. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchatsapplication.py +135 -0
  490. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchatscandidate.py +144 -0
  491. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchatscompany.py +128 -0
  492. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchatsdocument.py +129 -0
  493. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchatsinterview.py +130 -0
  494. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchatsjob.py +145 -0
  495. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchatsscorecard.py +129 -0
  496. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcalendarcalendar.py +125 -0
  497. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcalendarevent.py +141 -0
  498. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcalendarlink.py +128 -0
  499. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcalendarwebinar.py +151 -0
  500. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcommercecollection.py +140 -0
  501. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcommerceinventory.py +127 -0
  502. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcommerceitem.py +149 -0
  503. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcommerceitemvariant.py +151 -0
  504. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcommercelocation.py +139 -0
  505. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcommercereservation.py +141 -0
  506. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcommercereview.py +142 -0
  507. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcommercesaleschannel.py +131 -0
  508. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcrmcompany.py +140 -0
  509. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcrmcontact.py +138 -0
  510. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcrmdeal.py +143 -0
  511. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcrmevent.py +137 -0
  512. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcrmlead.py +137 -0
  513. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchcrmpipeline.py +126 -0
  514. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchdatastoredatabase.py +129 -0
  515. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchdatastorerecord.py +125 -0
  516. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchdatastoretable.py +128 -0
  517. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchformsform.py +132 -0
  518. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchhrisbankaccount.py +130 -0
  519. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchhrisbenefit.py +135 -0
  520. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchhriscompany.py +124 -0
  521. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchhrisdeduction.py +134 -0
  522. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchhrisdevice.py +137 -0
  523. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchhrisemployee.py +159 -0
  524. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchhrisgroup.py +129 -0
  525. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchhrislocation.py +133 -0
  526. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchhristimeoff.py +134 -0
  527. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchhristimeshift.py +132 -0
  528. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchkmscomment.py +127 -0
  529. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchkmspage.py +131 -0
  530. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchkmsspace.py +127 -0
  531. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchlmsactivity.py +130 -0
  532. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchlmsclass.py +128 -0
  533. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchlmscollection.py +126 -0
  534. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchlmscontent.py +137 -0
  535. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchlmscourse.py +140 -0
  536. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchlmsinstructor.py +128 -0
  537. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchlmsstudent.py +128 -0
  538. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchmartechcampaign.py +133 -0
  539. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchmartechlist.py +136 -0
  540. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchmartechmember.py +131 -0
  541. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchmessagingevent.py +126 -0
  542. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchmessagingmessage.py +142 -0
  543. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchmetadatametadata.py +129 -0
  544. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchpassthrough_json.py +133 -0
  545. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchpassthrough_raw.py +134 -0
  546. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchpaymentlink.py +130 -0
  547. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchpaymentpayment.py +133 -0
  548. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchpaymentsubscription.py +143 -0
  549. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchrepobranch.py +123 -0
  550. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchrepocommit.py +125 -0
  551. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchrepoorganization.py +126 -0
  552. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchrepopullrequest.py +127 -0
  553. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchreporepository.py +127 -0
  554. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchshippinglabel.py +131 -0
  555. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchshippingshipment.py +153 -0
  556. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchsigningdocument.py +130 -0
  557. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchsigningsignatory.py +129 -0
  558. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchstoragefile.py +135 -0
  559. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchtaskcomment.py +125 -0
  560. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchtaskproject.py +129 -0
  561. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchtasktask.py +138 -0
  562. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchticketingcategory.py +127 -0
  563. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchticketingcustomer.py +127 -0
  564. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchticketingnote.py +125 -0
  565. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchticketingticket.py +134 -0
  566. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchuccomment.py +124 -0
  567. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchuccontact.py +130 -0
  568. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchucrecording.py +135 -0
  569. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/patchverificationrequest.py +148 -0
  570. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingaccount.py +50 -0
  571. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingbill.py +50 -0
  572. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingcategory.py +50 -0
  573. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingcontact.py +50 -0
  574. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingcreditmemo.py +50 -0
  575. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingexpense.py +50 -0
  576. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountinginvoice.py +50 -0
  577. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingjournal.py +50 -0
  578. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingorder.py +50 -0
  579. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingpurchaseorder.py +50 -0
  580. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingsalesorder.py +50 -0
  581. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingtaxrate.py +50 -0
  582. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingtransaction.py +50 -0
  583. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeaccountingvendorcredit.py +50 -0
  584. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeadsad.py +50 -0
  585. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeadscampaign.py +50 -0
  586. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeadscreative.py +50 -0
  587. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeadsgroup.py +50 -0
  588. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeadsinsertionorder.py +50 -0
  589. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeadsorganization.py +50 -0
  590. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeanalyticsproperty.py +50 -0
  591. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeanalyticsvisitor.py +50 -0
  592. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeassessmentpackage.py +50 -0
  593. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeatsactivity.py +50 -0
  594. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeatsapplication.py +50 -0
  595. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeatscandidate.py +50 -0
  596. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeatscompany.py +50 -0
  597. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeatsdocument.py +50 -0
  598. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeatsinterview.py +50 -0
  599. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeatsjob.py +50 -0
  600. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeatsscorecard.py +50 -0
  601. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecalendarcalendar.py +50 -0
  602. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecalendarevent.py +50 -0
  603. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecalendarlink.py +50 -0
  604. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecalendarwebinar.py +50 -0
  605. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecommercecollection.py +50 -0
  606. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecommerceinventory.py +50 -0
  607. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecommerceitem.py +50 -0
  608. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecommerceitemvariant.py +50 -0
  609. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecommercelocation.py +50 -0
  610. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecommercereservation.py +50 -0
  611. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecommercereview.py +50 -0
  612. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecommercesaleschannel.py +50 -0
  613. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecrmcompany.py +50 -0
  614. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecrmcontact.py +50 -0
  615. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecrmdeal.py +50 -0
  616. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecrmevent.py +50 -0
  617. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecrmlead.py +50 -0
  618. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removecrmpipeline.py +50 -0
  619. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removedatastoredatabase.py +50 -0
  620. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removedatastorerecord.py +50 -0
  621. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removedatastoretable.py +50 -0
  622. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeformsform.py +50 -0
  623. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removehrisbankaccount.py +50 -0
  624. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removehrisbenefit.py +50 -0
  625. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removehriscompany.py +50 -0
  626. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removehrisdeduction.py +50 -0
  627. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removehrisdevice.py +50 -0
  628. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removehrisemployee.py +50 -0
  629. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removehrisgroup.py +50 -0
  630. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removehrislocation.py +50 -0
  631. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removehristimeoff.py +50 -0
  632. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removehristimeshift.py +50 -0
  633. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removekmscomment.py +50 -0
  634. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removekmspage.py +50 -0
  635. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removekmsspace.py +50 -0
  636. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removelmsactivity.py +50 -0
  637. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removelmsclass.py +50 -0
  638. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removelmscollection.py +50 -0
  639. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removelmscontent.py +50 -0
  640. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removelmscourse.py +50 -0
  641. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removelmsinstructor.py +50 -0
  642. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removelmsstudent.py +50 -0
  643. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removemartechcampaign.py +50 -0
  644. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removemartechlist.py +50 -0
  645. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removemartechmember.py +50 -0
  646. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removemessagingmessage.py +50 -0
  647. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removemetadatametadata.py +50 -0
  648. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removepassthrough.py +124 -0
  649. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removepaymentlink.py +50 -0
  650. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removepaymentpayment.py +50 -0
  651. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removepaymentsubscription.py +50 -0
  652. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removerepobranch.py +50 -0
  653. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removerepocommit.py +50 -0
  654. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removerepoorganization.py +50 -0
  655. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removerepopullrequest.py +50 -0
  656. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removereporepository.py +50 -0
  657. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeshippinglabel.py +50 -0
  658. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeshippingshipment.py +50 -0
  659. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removesigningdocument.py +50 -0
  660. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removesigningsignatory.py +50 -0
  661. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removestoragefile.py +50 -0
  662. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removetaskcomment.py +50 -0
  663. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removetaskproject.py +50 -0
  664. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removetasktask.py +50 -0
  665. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeticketingcategory.py +50 -0
  666. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeticketingcustomer.py +50 -0
  667. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeticketingnote.py +50 -0
  668. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeticketingticket.py +50 -0
  669. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeuccomment.py +50 -0
  670. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeuccontact.py +50 -0
  671. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeucrecording.py +50 -0
  672. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/removeverificationrequest.py +50 -0
  673. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingaccount.py +140 -0
  674. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingbill.py +144 -0
  675. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingcategory.py +129 -0
  676. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingcontact.py +142 -0
  677. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingcreditmemo.py +150 -0
  678. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingexpense.py +138 -0
  679. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountinginvoice.py +148 -0
  680. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingjournal.py +132 -0
  681. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingorder.py +131 -0
  682. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingpurchaseorder.py +139 -0
  683. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingsalesorder.py +139 -0
  684. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingtaxrate.py +128 -0
  685. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingtransaction.py +142 -0
  686. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateaccountingvendorcredit.py +141 -0
  687. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateadsad.py +138 -0
  688. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateadscampaign.py +138 -0
  689. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateadscreative.py +145 -0
  690. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateadsgroup.py +146 -0
  691. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateadsinsertionorder.py +134 -0
  692. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateadsorganization.py +125 -0
  693. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateanalyticsproperty.py +128 -0
  694. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateanalyticsvisitor.py +137 -0
  695. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateassessmentorder.py +158 -0
  696. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateassessmentpackage.py +80 -0
  697. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateatsactivity.py +137 -0
  698. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateatsapplication.py +135 -0
  699. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateatscandidate.py +144 -0
  700. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateatscompany.py +128 -0
  701. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateatsdocument.py +129 -0
  702. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateatsinterview.py +130 -0
  703. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateatsjob.py +145 -0
  704. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateatsscorecard.py +129 -0
  705. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecalendarcalendar.py +125 -0
  706. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecalendarevent.py +141 -0
  707. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecalendarlink.py +128 -0
  708. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecalendarwebinar.py +151 -0
  709. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecommercecollection.py +140 -0
  710. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecommerceinventory.py +127 -0
  711. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecommerceitem.py +149 -0
  712. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecommerceitemvariant.py +151 -0
  713. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecommercelocation.py +139 -0
  714. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecommercereservation.py +141 -0
  715. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecommercereview.py +142 -0
  716. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecommercesaleschannel.py +131 -0
  717. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecrmcompany.py +140 -0
  718. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecrmcontact.py +138 -0
  719. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecrmdeal.py +143 -0
  720. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecrmevent.py +137 -0
  721. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecrmlead.py +137 -0
  722. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatecrmpipeline.py +126 -0
  723. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatedatastoredatabase.py +129 -0
  724. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatedatastorerecord.py +125 -0
  725. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatedatastoretable.py +128 -0
  726. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateformsform.py +132 -0
  727. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatehrisbankaccount.py +130 -0
  728. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatehrisbenefit.py +135 -0
  729. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatehriscompany.py +124 -0
  730. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatehrisdeduction.py +134 -0
  731. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatehrisdevice.py +137 -0
  732. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatehrisemployee.py +159 -0
  733. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatehrisgroup.py +129 -0
  734. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatehrislocation.py +133 -0
  735. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatehristimeoff.py +134 -0
  736. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatehristimeshift.py +132 -0
  737. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatekmscomment.py +127 -0
  738. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatekmspage.py +131 -0
  739. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatekmsspace.py +127 -0
  740. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatelmsactivity.py +130 -0
  741. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatelmsclass.py +128 -0
  742. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatelmscollection.py +126 -0
  743. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatelmscontent.py +137 -0
  744. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatelmscourse.py +140 -0
  745. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatelmsinstructor.py +128 -0
  746. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatelmsstudent.py +128 -0
  747. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatemartechcampaign.py +133 -0
  748. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatemartechlist.py +136 -0
  749. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatemartechmember.py +131 -0
  750. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatemessagingevent.py +126 -0
  751. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatemessagingmessage.py +142 -0
  752. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatemetadatametadata.py +129 -0
  753. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatepassthrough_json.py +133 -0
  754. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatepassthrough_raw.py +134 -0
  755. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatepaymentlink.py +130 -0
  756. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatepaymentpayment.py +133 -0
  757. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatepaymentsubscription.py +143 -0
  758. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updaterepobranch.py +123 -0
  759. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updaterepocommit.py +125 -0
  760. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updaterepoorganization.py +126 -0
  761. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updaterepopullrequest.py +127 -0
  762. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatereporepository.py +127 -0
  763. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateshippinglabel.py +131 -0
  764. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateshippingshipment.py +153 -0
  765. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatesigningdocument.py +130 -0
  766. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatesigningsignatory.py +129 -0
  767. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatestoragefile.py +135 -0
  768. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatetaskcomment.py +125 -0
  769. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatetaskproject.py +129 -0
  770. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updatetasktask.py +138 -0
  771. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateticketingcategory.py +127 -0
  772. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateticketingcustomer.py +127 -0
  773. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateticketingnote.py +125 -0
  774. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateticketingticket.py +134 -0
  775. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateuccomment.py +124 -0
  776. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateuccontact.py +130 -0
  777. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateucrecording.py +135 -0
  778. unified_python_sdk-0.59.3/src/unified_python_sdk/models/operations/updateverificationrequest.py +148 -0
  779. unified_python_sdk-0.59.3/src/unified_python_sdk/models/shared/__init__.py +4714 -0
  780. unified_python_sdk-0.59.3/src/unified_python_sdk/models/shared/accountinglineitem.py +122 -0
  781. unified_python_sdk-0.59.3/src/unified_python_sdk/models/shared/accountingvendorcredit.py +122 -0
  782. unified_python_sdk-0.59.3/src/unified_python_sdk/models/shared/atsstatus.py +77 -0
  783. unified_python_sdk-0.59.3/src/unified_python_sdk/models/shared/property_connection_permissions.py +279 -0
  784. unified_python_sdk-0.59.3/src/unified_python_sdk/models/shared/webhook.py +342 -0
  785. unified_python_sdk-0.59.3/src/unified_python_sdk/note.py +1143 -0
  786. unified_python_sdk-0.59.3/src/unified_python_sdk/order.py +1523 -0
  787. unified_python_sdk-0.59.3/src/unified_python_sdk/organization.py +2651 -0
  788. unified_python_sdk-0.59.3/src/unified_python_sdk/package.py +1551 -0
  789. unified_python_sdk-0.59.3/src/unified_python_sdk/page.py +1115 -0
  790. unified_python_sdk-0.59.3/src/unified_python_sdk/passthrough.py +2545 -0
  791. unified_python_sdk-0.59.3/src/unified_python_sdk/payment.py +4185 -0
  792. unified_python_sdk-0.59.3/src/unified_python_sdk/payout.py +379 -0
  793. unified_python_sdk-0.59.3/src/unified_python_sdk/payslip.py +377 -0
  794. unified_python_sdk-0.59.3/src/unified_python_sdk/person.py +195 -0
  795. unified_python_sdk-0.59.3/src/unified_python_sdk/picklist.py +195 -0
  796. unified_python_sdk-0.59.3/src/unified_python_sdk/pipeline.py +1141 -0
  797. unified_python_sdk-0.59.3/src/unified_python_sdk/profitloss.py +387 -0
  798. unified_python_sdk-0.59.3/src/unified_python_sdk/project.py +1141 -0
  799. unified_python_sdk-0.59.3/src/unified_python_sdk/promoted.py +377 -0
  800. unified_python_sdk-0.59.3/src/unified_python_sdk/prompt.py +201 -0
  801. unified_python_sdk-0.59.3/src/unified_python_sdk/property.py +1183 -0
  802. unified_python_sdk-0.59.3/src/unified_python_sdk/pullrequest.py +1143 -0
  803. unified_python_sdk-0.59.3/src/unified_python_sdk/purchaseorder.py +1191 -0
  804. unified_python_sdk-0.59.3/src/unified_python_sdk/query.py +201 -0
  805. unified_python_sdk-0.59.3/src/unified_python_sdk/rate.py +201 -0
  806. unified_python_sdk-0.59.3/src/unified_python_sdk/record.py +1143 -0
  807. unified_python_sdk-0.59.3/src/unified_python_sdk/recording.py +1509 -0
  808. unified_python_sdk-0.59.3/src/unified_python_sdk/refund.py +379 -0
  809. unified_python_sdk-0.59.3/src/unified_python_sdk/repo.py +5667 -0
  810. unified_python_sdk-0.59.3/src/unified_python_sdk/report.py +929 -0
  811. unified_python_sdk-0.59.3/src/unified_python_sdk/repository.py +1143 -0
  812. unified_python_sdk-0.59.3/src/unified_python_sdk/request.py +1187 -0
  813. unified_python_sdk-0.59.3/src/unified_python_sdk/reservation.py +1187 -0
  814. unified_python_sdk-0.59.3/src/unified_python_sdk/review.py +1143 -0
  815. unified_python_sdk-0.59.3/src/unified_python_sdk/saleschannel.py +1191 -0
  816. unified_python_sdk-0.59.3/src/unified_python_sdk/salesorder.py +1191 -0
  817. unified_python_sdk-0.59.3/src/unified_python_sdk/scorecard.py +1143 -0
  818. unified_python_sdk-0.59.3/src/unified_python_sdk/sdk.py +630 -0
  819. unified_python_sdk-0.59.3/src/unified_python_sdk/session.py +379 -0
  820. unified_python_sdk-0.59.3/src/unified_python_sdk/shipment.py +1143 -0
  821. unified_python_sdk-0.59.3/src/unified_python_sdk/shipping.py +3201 -0
  822. unified_python_sdk-0.59.3/src/unified_python_sdk/signatory.py +1143 -0
  823. unified_python_sdk-0.59.3/src/unified_python_sdk/signing.py +2643 -0
  824. unified_python_sdk-0.59.3/src/unified_python_sdk/space.py +1115 -0
  825. unified_python_sdk-0.59.3/src/unified_python_sdk/storage.py +1141 -0
  826. unified_python_sdk-0.59.3/src/unified_python_sdk/student.py +1141 -0
  827. unified_python_sdk-0.59.3/src/unified_python_sdk/submission.py +379 -0
  828. unified_python_sdk-0.59.3/src/unified_python_sdk/subscription.py +1187 -0
  829. unified_python_sdk-0.59.3/src/unified_python_sdk/table.py +1143 -0
  830. unified_python_sdk-0.59.3/src/unified_python_sdk/target.py +375 -0
  831. unified_python_sdk-0.59.3/src/unified_python_sdk/task.py +3741 -0
  832. unified_python_sdk-0.59.3/src/unified_python_sdk/taxrate.py +1179 -0
  833. unified_python_sdk-0.59.3/src/unified_python_sdk/template.py +379 -0
  834. unified_python_sdk-0.59.3/src/unified_python_sdk/ticket.py +1143 -0
  835. unified_python_sdk-0.59.3/src/unified_python_sdk/ticketing.py +4615 -0
  836. unified_python_sdk-0.59.3/src/unified_python_sdk/timeoff.py +1141 -0
  837. unified_python_sdk-0.59.3/src/unified_python_sdk/timeshift.py +1143 -0
  838. unified_python_sdk-0.59.3/src/unified_python_sdk/tracking.py +379 -0
  839. unified_python_sdk-0.59.3/src/unified_python_sdk/transaction.py +1191 -0
  840. unified_python_sdk-0.59.3/src/unified_python_sdk/trialbalance.py +387 -0
  841. unified_python_sdk-0.59.3/src/unified_python_sdk/uc.py +3753 -0
  842. unified_python_sdk-0.59.3/src/unified_python_sdk/vendorcredit.py +1191 -0
  843. unified_python_sdk-0.59.3/src/unified_python_sdk/verification.py +1559 -0
  844. unified_python_sdk-0.59.3/src/unified_python_sdk/visitor.py +1143 -0
  845. unified_python_sdk-0.59.3/src/unified_python_sdk/webinar.py +1143 -0
  846. unified_python_sdk-0.59.1/PKG-INFO +0 -2486
  847. unified_python_sdk-0.59.1/README-PYPI.md +0 -2466
  848. unified_python_sdk-0.59.1/pyproject.toml +0 -58
  849. unified_python_sdk-0.59.1/src/unified_python_sdk/_version.py +0 -15
  850. unified_python_sdk-0.59.1/src/unified_python_sdk/account.py +0 -1187
  851. unified_python_sdk-0.59.1/src/unified_python_sdk/accounting.py +0 -17471
  852. unified_python_sdk-0.59.1/src/unified_python_sdk/activity.py +0 -2643
  853. unified_python_sdk-0.59.1/src/unified_python_sdk/ad.py +0 -1111
  854. unified_python_sdk-0.59.1/src/unified_python_sdk/ads.py +0 -7711
  855. unified_python_sdk-0.59.1/src/unified_python_sdk/analytics.py +0 -3441
  856. unified_python_sdk-0.59.1/src/unified_python_sdk/application.py +0 -1143
  857. unified_python_sdk-0.59.1/src/unified_python_sdk/applicationstatus.py +0 -199
  858. unified_python_sdk-0.59.1/src/unified_python_sdk/assessment.py +0 -1567
  859. unified_python_sdk-0.59.1/src/unified_python_sdk/ats.py +0 -9225
  860. unified_python_sdk-0.59.1/src/unified_python_sdk/availability.py +0 -199
  861. unified_python_sdk-0.59.1/src/unified_python_sdk/balancesheet.py +0 -387
  862. unified_python_sdk-0.59.1/src/unified_python_sdk/bankaccount.py +0 -1143
  863. unified_python_sdk-0.59.1/src/unified_python_sdk/benefit.py +0 -1143
  864. unified_python_sdk-0.59.1/src/unified_python_sdk/bill.py +0 -1143
  865. unified_python_sdk-0.59.1/src/unified_python_sdk/branch.py +0 -1141
  866. unified_python_sdk-0.59.1/src/unified_python_sdk/busy.py +0 -195
  867. unified_python_sdk-0.59.1/src/unified_python_sdk/calendar.py +0 -5107
  868. unified_python_sdk-0.59.1/src/unified_python_sdk/call.py +0 -371
  869. unified_python_sdk-0.59.1/src/unified_python_sdk/campaign.py +0 -2299
  870. unified_python_sdk-0.59.1/src/unified_python_sdk/candidate.py +0 -1143
  871. unified_python_sdk-0.59.1/src/unified_python_sdk/carrier.py +0 -379
  872. unified_python_sdk-0.59.1/src/unified_python_sdk/cashflow.py +0 -383
  873. unified_python_sdk-0.59.1/src/unified_python_sdk/category.py +0 -2363
  874. unified_python_sdk-0.59.1/src/unified_python_sdk/change.py +0 -377
  875. unified_python_sdk-0.59.1/src/unified_python_sdk/channel.py +0 -379
  876. unified_python_sdk-0.59.1/src/unified_python_sdk/class_.py +0 -1123
  877. unified_python_sdk-0.59.1/src/unified_python_sdk/clubs.py +0 -1847
  878. unified_python_sdk-0.59.1/src/unified_python_sdk/collection.py +0 -2319
  879. unified_python_sdk-0.59.1/src/unified_python_sdk/comment.py +0 -3403
  880. unified_python_sdk-0.59.1/src/unified_python_sdk/commerce.py +0 -9499
  881. unified_python_sdk-0.59.1/src/unified_python_sdk/commit.py +0 -1141
  882. unified_python_sdk-0.59.1/src/unified_python_sdk/company.py +0 -3587
  883. unified_python_sdk-0.59.1/src/unified_python_sdk/contact.py +0 -3447
  884. unified_python_sdk-0.59.1/src/unified_python_sdk/content.py +0 -1141
  885. unified_python_sdk-0.59.1/src/unified_python_sdk/course.py +0 -1141
  886. unified_python_sdk-0.59.1/src/unified_python_sdk/creative.py +0 -1143
  887. unified_python_sdk-0.59.1/src/unified_python_sdk/creditmemo.py +0 -1191
  888. unified_python_sdk-0.59.1/src/unified_python_sdk/crm.py +0 -6905
  889. unified_python_sdk-0.59.1/src/unified_python_sdk/customer.py +0 -1187
  890. unified_python_sdk-0.59.1/src/unified_python_sdk/database.py +0 -1187
  891. unified_python_sdk-0.59.1/src/unified_python_sdk/datastore.py +0 -3641
  892. unified_python_sdk-0.59.1/src/unified_python_sdk/deal.py +0 -1115
  893. unified_python_sdk-0.59.1/src/unified_python_sdk/deduction.py +0 -1143
  894. unified_python_sdk-0.59.1/src/unified_python_sdk/device.py +0 -1141
  895. unified_python_sdk-0.59.1/src/unified_python_sdk/document.py +0 -2275
  896. unified_python_sdk-0.59.1/src/unified_python_sdk/embedding.py +0 -201
  897. unified_python_sdk-0.59.1/src/unified_python_sdk/employee.py +0 -1143
  898. unified_python_sdk-0.59.1/src/unified_python_sdk/enrich.py +0 -379
  899. unified_python_sdk-0.59.1/src/unified_python_sdk/event.py +0 -3557
  900. unified_python_sdk-0.59.1/src/unified_python_sdk/expense.py +0 -1187
  901. unified_python_sdk-0.59.1/src/unified_python_sdk/file.py +0 -1143
  902. unified_python_sdk-0.59.1/src/unified_python_sdk/form.py +0 -1141
  903. unified_python_sdk-0.59.1/src/unified_python_sdk/forms.py +0 -1509
  904. unified_python_sdk-0.59.1/src/unified_python_sdk/genai.py +0 -757
  905. unified_python_sdk-0.59.1/src/unified_python_sdk/group.py +0 -3745
  906. unified_python_sdk-0.59.1/src/unified_python_sdk/hris.py +0 -11695
  907. unified_python_sdk-0.59.1/src/unified_python_sdk/insertionorder.py +0 -1187
  908. unified_python_sdk-0.59.1/src/unified_python_sdk/instructor.py +0 -1143
  909. unified_python_sdk-0.59.1/src/unified_python_sdk/interview.py +0 -1143
  910. unified_python_sdk-0.59.1/src/unified_python_sdk/inventory.py +0 -1187
  911. unified_python_sdk-0.59.1/src/unified_python_sdk/invoice.py +0 -1187
  912. unified_python_sdk-0.59.1/src/unified_python_sdk/item.py +0 -1143
  913. unified_python_sdk-0.59.1/src/unified_python_sdk/itemvariant.py +0 -1191
  914. unified_python_sdk-0.59.1/src/unified_python_sdk/job.py +0 -1115
  915. unified_python_sdk-0.59.1/src/unified_python_sdk/journal.py +0 -1187
  916. unified_python_sdk-0.59.1/src/unified_python_sdk/kms.py +0 -3355
  917. unified_python_sdk-0.59.1/src/unified_python_sdk/label.py +0 -1143
  918. unified_python_sdk-0.59.1/src/unified_python_sdk/lead.py +0 -1115
  919. unified_python_sdk-0.59.1/src/unified_python_sdk/link.py +0 -2275
  920. unified_python_sdk-0.59.1/src/unified_python_sdk/list.py +0 -1143
  921. unified_python_sdk-0.59.1/src/unified_python_sdk/lms.py +0 -7909
  922. unified_python_sdk-0.59.1/src/unified_python_sdk/location.py +0 -2655
  923. unified_python_sdk-0.59.1/src/unified_python_sdk/martech.py +0 -3615
  924. unified_python_sdk-0.59.1/src/unified_python_sdk/member.py +0 -1511
  925. unified_python_sdk-0.59.1/src/unified_python_sdk/message.py +0 -1155
  926. unified_python_sdk-0.59.1/src/unified_python_sdk/messaging.py +0 -1903
  927. unified_python_sdk-0.59.1/src/unified_python_sdk/metadata.py +0 -1155
  928. unified_python_sdk-0.59.1/src/unified_python_sdk/model.py +0 -377
  929. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/__init__.py +0 -11930
  930. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingaccount2.py +0 -133
  931. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingbill2.py +0 -137
  932. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingcategory2.py +0 -122
  933. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingcontact2.py +0 -135
  934. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingcreditmemo2.py +0 -143
  935. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingexpense2.py +0 -131
  936. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountinginvoice2.py +0 -141
  937. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingjournal2.py +0 -125
  938. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingorder2.py +0 -124
  939. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingpurchaseorder2.py +0 -132
  940. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingsalesorder2.py +0 -132
  941. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingtaxrate2.py +0 -121
  942. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createaccountingtransaction2.py +0 -135
  943. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createadsad2.py +0 -131
  944. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createadscampaign2.py +0 -131
  945. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createadscreative2.py +0 -138
  946. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createadsgroup2.py +0 -139
  947. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createadsinsertionorder2.py +0 -127
  948. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createadsorganization2.py +0 -118
  949. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createanalyticsevent2.py +0 -137
  950. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createanalyticsproperty2.py +0 -121
  951. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createanalyticsvisitor2.py +0 -130
  952. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createassessmentpackage2.py +0 -73
  953. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createatsactivity2.py +0 -130
  954. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createatsapplication2.py +0 -128
  955. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createatscandidate2.py +0 -137
  956. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createatscompany2.py +0 -121
  957. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createatsdocument2.py +0 -122
  958. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createatsinterview2.py +0 -123
  959. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createatsjob2.py +0 -138
  960. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createatsscorecard2.py +0 -122
  961. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcalendarcalendar2.py +0 -118
  962. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcalendarevent2.py +0 -134
  963. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcalendarlink2.py +0 -121
  964. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcalendarwebinar2.py +0 -144
  965. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcommercecollection2.py +0 -133
  966. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcommerceinventory2.py +0 -120
  967. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcommerceitem2.py +0 -142
  968. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcommerceitemvariant2.py +0 -144
  969. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcommercelocation2.py +0 -132
  970. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcommercereservation2.py +0 -134
  971. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcommercereview2.py +0 -135
  972. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcommercesaleschannel2.py +0 -124
  973. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcrmcompany2.py +0 -133
  974. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcrmcontact2.py +0 -131
  975. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcrmdeal2.py +0 -136
  976. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcrmevent2.py +0 -130
  977. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcrmlead2.py +0 -130
  978. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createcrmpipeline2.py +0 -119
  979. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createdatastoredatabase2.py +0 -122
  980. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createdatastorequery2.py +0 -115
  981. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createdatastorerecord2.py +0 -118
  982. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createdatastoretable2.py +0 -121
  983. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createformsform2.py +0 -125
  984. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/creategenaiembedding2.py +0 -120
  985. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/creategenaiprompt2.py +0 -120
  986. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createhrisbankaccount2.py +0 -123
  987. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createhrisbenefit2.py +0 -128
  988. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createhriscompany2.py +0 -117
  989. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createhrisdeduction2.py +0 -127
  990. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createhrisdevice2.py +0 -130
  991. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createhrisemployee2.py +0 -152
  992. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createhrisgroup2.py +0 -122
  993. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createhrislocation2.py +0 -126
  994. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createhristimeoff2.py +0 -127
  995. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createhristimeshift2.py +0 -125
  996. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createkmscomment2.py +0 -120
  997. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createkmspage2.py +0 -124
  998. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createkmsspace2.py +0 -120
  999. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createlmsactivity2.py +0 -123
  1000. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createlmsclass2.py +0 -121
  1001. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createlmscollection2.py +0 -119
  1002. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createlmscontent2.py +0 -130
  1003. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createlmscourse2.py +0 -133
  1004. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createlmsinstructor2.py +0 -121
  1005. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createlmsstudent2.py +0 -121
  1006. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createmartechcampaign2.py +0 -126
  1007. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createmartechlist2.py +0 -129
  1008. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createmartechmember2.py +0 -124
  1009. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createmessagingmessage2.py +0 -135
  1010. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createmetadatametadata2.py +0 -122
  1011. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createpassthrough2_json.py +0 -133
  1012. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createpassthrough2_raw.py +0 -134
  1013. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createpaymentlink2.py +0 -123
  1014. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createpaymentpayment2.py +0 -126
  1015. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createpaymentsubscription2.py +0 -136
  1016. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createrepobranch2.py +0 -116
  1017. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createrepocommit2.py +0 -118
  1018. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createrepoorganization2.py +0 -119
  1019. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createrepopullrequest2.py +0 -120
  1020. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createreporepository2.py +0 -120
  1021. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createshippinglabel2.py +0 -124
  1022. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createshippingrate2.py +0 -120
  1023. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createshippingshipment2.py +0 -146
  1024. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createsigningdocument2.py +0 -123
  1025. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createsigningsignatory2.py +0 -122
  1026. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createstoragefile2.py +0 -128
  1027. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createtaskcomment2.py +0 -118
  1028. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createtaskproject2.py +0 -122
  1029. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createtasktask2.py +0 -131
  1030. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createticketingcategory2.py +0 -120
  1031. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createticketingcustomer2.py +0 -120
  1032. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createticketingnote2.py +0 -118
  1033. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createticketingticket2.py +0 -127
  1034. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createuccomment2.py +0 -117
  1035. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createuccontact2.py +0 -123
  1036. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createucrecording2.py +0 -128
  1037. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/createverificationrequest2.py +0 -141
  1038. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingaccount2.py +0 -131
  1039. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingbalancesheet2.py +0 -128
  1040. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingbill2.py +0 -137
  1041. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingcashflow2.py +0 -130
  1042. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingcategory2.py +0 -122
  1043. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingcontact2.py +0 -135
  1044. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingcreditmemo2.py +0 -143
  1045. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingexpense2.py +0 -131
  1046. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountinginvoice2.py +0 -141
  1047. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingjournal2.py +0 -125
  1048. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingorder2.py +0 -124
  1049. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingorganization2.py +0 -130
  1050. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingprofitloss2.py +0 -137
  1051. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingpurchaseorder2.py +0 -130
  1052. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingreport2.py +0 -122
  1053. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingsalesorder2.py +0 -132
  1054. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingtaxrate2.py +0 -121
  1055. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingtransaction2.py +0 -135
  1056. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getaccountingtrialbalance2.py +0 -127
  1057. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getadsad2.py +0 -131
  1058. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getadscampaign2.py +0 -131
  1059. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getadscreative2.py +0 -138
  1060. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getadsgroup2.py +0 -139
  1061. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getadsinsertionorder2.py +0 -127
  1062. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getadsorganization2.py +0 -118
  1063. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getadspromoted2.py +0 -114
  1064. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getadstarget2.py +0 -118
  1065. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getanalyticsevent2.py +0 -137
  1066. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getanalyticsproperty2.py +0 -121
  1067. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getanalyticssession2.py +0 -133
  1068. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getanalyticsvisitor2.py +0 -130
  1069. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getassessmentpackage2.py +0 -72
  1070. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getatsactivity2.py +0 -130
  1071. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getatsapplication2.py +0 -128
  1072. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getatscandidate2.py +0 -137
  1073. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getatscompany2.py +0 -121
  1074. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getatsdocument2.py +0 -122
  1075. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getatsinterview2.py +0 -123
  1076. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getatsjob2.py +0 -138
  1077. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getatsscorecard2.py +0 -122
  1078. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcalendarcalendar2.py +0 -118
  1079. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcalendarevent2.py +0 -134
  1080. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcalendarlink2.py +0 -121
  1081. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcalendarrecording2.py +0 -122
  1082. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcalendarwebinar2.py +0 -144
  1083. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getclubsactivity2.py +0 -153
  1084. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getclubsevent2.py +0 -135
  1085. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getclubsgroup2.py +0 -132
  1086. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getclubslocation2.py +0 -121
  1087. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getclubsmember2.py +0 -121
  1088. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcommercecollection2.py +0 -131
  1089. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcommerceinventory2.py +0 -120
  1090. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcommerceitem2.py +0 -142
  1091. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcommerceitemvariant2.py +0 -144
  1092. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcommercelocation2.py +0 -132
  1093. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcommercereservation2.py +0 -134
  1094. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcommercereview2.py +0 -135
  1095. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcommercesaleschannel2.py +0 -124
  1096. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcrmcompany2.py +0 -131
  1097. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcrmcontact2.py +0 -129
  1098. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcrmdeal2.py +0 -134
  1099. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcrmevent2.py +0 -128
  1100. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcrmlead2.py +0 -130
  1101. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getcrmpipeline2.py +0 -119
  1102. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getdatastoredatabase2.py +0 -122
  1103. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getdatastorerecord2.py +0 -118
  1104. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getdatastoretable2.py +0 -121
  1105. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getformsform2.py +0 -125
  1106. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getformssubmission2.py +0 -118
  1107. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getgenaimodel2.py +0 -117
  1108. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethrisbankaccount2.py +0 -123
  1109. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethrisbenefit2.py +0 -126
  1110. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethriscompany2.py +0 -117
  1111. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethrisdeduction2.py +0 -125
  1112. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethrisdevice2.py +0 -130
  1113. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethrisemployee2.py +0 -152
  1114. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethrisgroup2.py +0 -122
  1115. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethrislocation2.py +0 -126
  1116. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethrispayslip2.py +0 -125
  1117. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethristimeoff2.py +0 -127
  1118. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gethristimeshift2.py +0 -125
  1119. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getkmscomment2.py +0 -120
  1120. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getkmspage2.py +0 -124
  1121. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getkmsspace2.py +0 -120
  1122. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getlmsactivity2.py +0 -123
  1123. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getlmsclass2.py +0 -121
  1124. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getlmscollection2.py +0 -119
  1125. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getlmscontent2.py +0 -130
  1126. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getlmscourse2.py +0 -133
  1127. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getlmsinstructor2.py +0 -121
  1128. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getlmsstudent2.py +0 -121
  1129. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getmartechcampaign2.py +0 -126
  1130. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getmartechlist2.py +0 -127
  1131. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getmartechmember2.py +0 -122
  1132. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getmessagingchannel2.py +0 -122
  1133. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getmessagingmessage2.py +0 -135
  1134. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getmetadatametadata2.py +0 -122
  1135. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getpaymentlink2.py +0 -123
  1136. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getpaymentpayment2.py +0 -126
  1137. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getpaymentpayout2.py +0 -118
  1138. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getpaymentrefund2.py +0 -120
  1139. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getpaymentsubscription2.py +0 -136
  1140. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getrepobranch2.py +0 -116
  1141. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getrepocommit2.py +0 -118
  1142. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getrepoorganization2.py +0 -119
  1143. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getrepopullrequest2.py +0 -120
  1144. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getreporepository2.py +0 -120
  1145. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getshippingcarrier2.py +0 -119
  1146. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getshippinglabel2.py +0 -124
  1147. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getshippingshipment2.py +0 -146
  1148. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getshippingtracking2.py +0 -124
  1149. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getsigningdocument2.py +0 -123
  1150. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getsigningsignatory2.py +0 -122
  1151. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getsigningtemplate2.py +0 -118
  1152. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getstoragefile2.py +0 -128
  1153. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gettaskchange2.py +0 -117
  1154. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gettaskcomment2.py +0 -118
  1155. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gettaskproject2.py +0 -122
  1156. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/gettasktask2.py +0 -131
  1157. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getticketingcategory2.py +0 -120
  1158. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getticketingcustomer2.py +0 -120
  1159. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getticketingnote2.py +0 -118
  1160. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getticketingticket2.py +0 -127
  1161. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getuccall2.py +0 -124
  1162. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getuccomment2.py +0 -117
  1163. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getuccontact2.py +0 -121
  1164. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getucrecording2.py +0 -128
  1165. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getverificationpackage2.py +0 -135
  1166. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/getverificationrequest2.py +0 -141
  1167. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingaccounts2.py +0 -197
  1168. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingbalancesheets2.py +0 -208
  1169. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingbills2.py +0 -199
  1170. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingcashflows2.py +0 -212
  1171. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingcategories2.py +0 -177
  1172. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingcontacts2.py +0 -199
  1173. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingcreditmemoes2.py +0 -205
  1174. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingexpenses2.py +0 -242
  1175. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountinginvoices2.py +0 -232
  1176. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingjournals2.py +0 -191
  1177. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingorders2.py +0 -195
  1178. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingorganizations2.py +0 -174
  1179. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingprofitlosses2.py +0 -217
  1180. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingpurchaseorders2.py +0 -192
  1181. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingreports2.py +0 -193
  1182. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingsalesorders2.py +0 -194
  1183. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingtaxrates2.py +0 -178
  1184. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingtransactions2.py +0 -224
  1185. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listaccountingtrialbalances2.py +0 -189
  1186. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listadsads2.py +0 -211
  1187. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listadscampaigns2.py +0 -211
  1188. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listadscreatives2.py +0 -209
  1189. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listadsgroups2.py +0 -246
  1190. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listadsinsertionorders2.py +0 -193
  1191. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listadsorganizations2.py +0 -173
  1192. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listadspromoteds2.py +0 -174
  1193. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listadsreports2.py +0 -226
  1194. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listadstargets2.py +0 -178
  1195. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listanalyticsevents2.py +0 -233
  1196. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listanalyticsproperties2.py +0 -178
  1197. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listanalyticsreports2.py +0 -205
  1198. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listanalyticssessions2.py +0 -233
  1199. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listanalyticsvisitors2.py +0 -185
  1200. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listassessmentpackages2.py +0 -101
  1201. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listatsactivities2.py +0 -237
  1202. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listatsapplications2.py +0 -208
  1203. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listatsapplicationstatuses2.py +0 -159
  1204. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listatscandidates2.py +0 -190
  1205. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listatscompanies2.py +0 -165
  1206. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listatsdocuments2.py +0 -200
  1207. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listatsinterviews2.py +0 -176
  1208. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listatsjobs2.py +0 -209
  1209. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listatsscorecards2.py +0 -202
  1210. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcalendarbusies2.py +0 -196
  1211. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcalendarcalendars2.py +0 -164
  1212. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcalendarevents2.py +0 -214
  1213. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcalendarlinks2.py +0 -165
  1214. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcalendarrecordings2.py +0 -197
  1215. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcalendarwebinars2.py +0 -217
  1216. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listclubsactivities2.py +0 -224
  1217. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listclubsevents2.py +0 -188
  1218. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listclubsgroups2.py +0 -176
  1219. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listclubslocations2.py +0 -174
  1220. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listclubsmembers2.py +0 -174
  1221. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcommerceavailabilities2.py +0 -221
  1222. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcommercecollections2.py +0 -211
  1223. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcommerceinventories2.py +0 -186
  1224. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcommerceitems2.py +0 -204
  1225. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcommerceitemvariants2.py +0 -215
  1226. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcommercelocations2.py +0 -187
  1227. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcommercereservations2.py +0 -223
  1228. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcommercereviews2.py +0 -206
  1229. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcommercesaleschannels2.py +0 -168
  1230. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcrmcompanies2.py +0 -202
  1231. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcrmcontacts2.py +0 -200
  1232. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcrmdeals2.py +0 -214
  1233. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcrmevents2.py +0 -224
  1234. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcrmleads2.py +0 -201
  1235. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcrmpicklists2.py +0 -166
  1236. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listcrmpipelines2.py +0 -163
  1237. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listdatastoredatabases2.py +0 -170
  1238. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listdatastorerecords2.py +0 -182
  1239. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listdatastoretables2.py +0 -183
  1240. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listenrichcompanies2.py +0 -99
  1241. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listenrichpeople2.py +0 -125
  1242. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listformsforms2.py +0 -169
  1243. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listformssubmissions2.py +0 -173
  1244. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listgenaimodels2.py +0 -161
  1245. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhrisbankaccounts2.py +0 -187
  1246. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhrisbenefits2.py +0 -179
  1247. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhriscompanies2.py +0 -161
  1248. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhrisdeductions2.py +0 -223
  1249. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhrisdevices2.py +0 -183
  1250. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhrisemployees2.py +0 -223
  1251. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhrisgroups2.py +0 -184
  1252. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhrislocations2.py +0 -179
  1253. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhrispayslips2.py +0 -187
  1254. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhristimeoffs2.py +0 -214
  1255. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listhristimeshifts2.py +0 -214
  1256. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listkmscomments2.py +0 -191
  1257. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listkmspages2.py +0 -195
  1258. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listkmsspaces2.py +0 -173
  1259. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listlmsactivities2.py +0 -194
  1260. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listlmsclasses2.py +0 -174
  1261. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listlmscollections2.py +0 -181
  1262. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listlmscontents2.py +0 -192
  1263. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listlmscourses2.py +0 -195
  1264. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listlmsinstructors2.py +0 -192
  1265. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listlmsstudents2.py +0 -183
  1266. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listmartechcampaigns2.py +0 -192
  1267. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listmartechlists2.py +0 -171
  1268. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listmartechmembers2.py +0 -177
  1269. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listmartechreports2.py +0 -220
  1270. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listmessagingchannels2.py +0 -184
  1271. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listmessagingmessages2.py +0 -251
  1272. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listmetadatametadatas2.py +0 -177
  1273. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listpassthroughs2.py +0 -124
  1274. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listpaymentlinks2.py +0 -185
  1275. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listpaymentpayments2.py +0 -242
  1276. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listpaymentpayouts2.py +0 -162
  1277. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listpaymentrefunds2.py +0 -173
  1278. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listpaymentsubscriptions2.py +0 -207
  1279. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listrepobranches2.py +0 -169
  1280. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listrepocommits2.py +0 -180
  1281. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listrepoorganizations2.py +0 -165
  1282. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listrepopullrequests2.py +0 -175
  1283. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listreporepositories2.py +0 -173
  1284. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listshippingcarriers2.py +0 -165
  1285. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listshippinglabels2.py +0 -177
  1286. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listshippingshipments2.py +0 -210
  1287. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listshippingtrackings2.py +0 -170
  1288. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listsigningdocuments2.py +0 -187
  1289. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listsigningsignatories2.py +0 -177
  1290. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listsigningtemplates2.py +0 -164
  1291. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/liststoragefiles2.py +0 -217
  1292. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listtaskchanges2.py +0 -170
  1293. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listtaskcomments2.py +0 -171
  1294. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listtaskprojects2.py +0 -193
  1295. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listtasktasks2.py +0 -211
  1296. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listticketingcategories2.py +0 -177
  1297. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listticketingcustomers2.py +0 -168
  1298. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listticketingnotes2.py +0 -180
  1299. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listticketingtickets2.py +0 -191
  1300. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listuccalls2.py +0 -204
  1301. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listuccomments2.py +0 -179
  1302. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listuccontacts2.py +0 -174
  1303. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listucrecordings2.py +0 -217
  1304. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listverificationpackages2.py +0 -179
  1305. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/listverificationrequests2.py +0 -203
  1306. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingaccount2.py +0 -140
  1307. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingbill2.py +0 -144
  1308. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingcategory2.py +0 -129
  1309. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingcontact2.py +0 -142
  1310. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingcreditmemo2.py +0 -150
  1311. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingexpense2.py +0 -138
  1312. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountinginvoice2.py +0 -148
  1313. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingjournal2.py +0 -132
  1314. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingorder2.py +0 -131
  1315. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingpurchaseorder2.py +0 -139
  1316. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingsalesorder2.py +0 -139
  1317. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingtaxrate2.py +0 -128
  1318. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchaccountingtransaction2.py +0 -142
  1319. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchadsad2.py +0 -138
  1320. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchadscampaign2.py +0 -138
  1321. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchadscreative2.py +0 -145
  1322. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchadsgroup2.py +0 -146
  1323. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchadsinsertionorder2.py +0 -134
  1324. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchadsorganization2.py +0 -125
  1325. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchanalyticsproperty2.py +0 -128
  1326. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchanalyticsvisitor2.py +0 -137
  1327. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchassessmentorder2.py +0 -158
  1328. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchassessmentpackage2.py +0 -80
  1329. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchatsactivity2.py +0 -137
  1330. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchatsapplication2.py +0 -135
  1331. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchatscandidate2.py +0 -144
  1332. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchatscompany2.py +0 -128
  1333. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchatsdocument2.py +0 -129
  1334. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchatsinterview2.py +0 -130
  1335. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchatsjob2.py +0 -145
  1336. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchatsscorecard2.py +0 -129
  1337. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcalendarcalendar2.py +0 -125
  1338. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcalendarevent2.py +0 -141
  1339. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcalendarlink2.py +0 -128
  1340. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcalendarwebinar2.py +0 -151
  1341. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcommercecollection2.py +0 -140
  1342. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcommerceinventory2.py +0 -127
  1343. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcommerceitem2.py +0 -149
  1344. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcommerceitemvariant2.py +0 -151
  1345. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcommercelocation2.py +0 -139
  1346. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcommercereservation2.py +0 -141
  1347. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcommercereview2.py +0 -142
  1348. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcommercesaleschannel2.py +0 -131
  1349. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcrmcompany2.py +0 -140
  1350. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcrmcontact2.py +0 -138
  1351. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcrmdeal2.py +0 -143
  1352. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcrmevent2.py +0 -137
  1353. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcrmlead2.py +0 -137
  1354. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchcrmpipeline2.py +0 -126
  1355. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchdatastoredatabase2.py +0 -129
  1356. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchdatastorerecord2.py +0 -125
  1357. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchdatastoretable2.py +0 -128
  1358. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchformsform2.py +0 -132
  1359. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchhrisbankaccount2.py +0 -130
  1360. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchhrisbenefit2.py +0 -135
  1361. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchhriscompany2.py +0 -124
  1362. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchhrisdeduction2.py +0 -134
  1363. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchhrisdevice2.py +0 -137
  1364. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchhrisemployee2.py +0 -159
  1365. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchhrisgroup2.py +0 -129
  1366. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchhrislocation2.py +0 -133
  1367. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchhristimeoff2.py +0 -134
  1368. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchhristimeshift2.py +0 -132
  1369. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchkmscomment2.py +0 -127
  1370. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchkmspage2.py +0 -131
  1371. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchkmsspace2.py +0 -127
  1372. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchlmsactivity2.py +0 -130
  1373. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchlmsclass2.py +0 -128
  1374. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchlmscollection2.py +0 -126
  1375. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchlmscontent2.py +0 -137
  1376. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchlmscourse2.py +0 -140
  1377. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchlmsinstructor2.py +0 -128
  1378. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchlmsstudent2.py +0 -128
  1379. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchmartechcampaign2.py +0 -133
  1380. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchmartechlist2.py +0 -136
  1381. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchmartechmember2.py +0 -131
  1382. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchmessagingevent2.py +0 -126
  1383. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchmessagingmessage2.py +0 -142
  1384. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchmetadatametadata2.py +0 -129
  1385. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchpassthrough2_json.py +0 -133
  1386. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchpassthrough2_raw.py +0 -134
  1387. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchpaymentlink2.py +0 -130
  1388. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchpaymentpayment2.py +0 -133
  1389. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchpaymentsubscription2.py +0 -143
  1390. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchrepobranch2.py +0 -123
  1391. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchrepocommit2.py +0 -125
  1392. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchrepoorganization2.py +0 -126
  1393. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchrepopullrequest2.py +0 -127
  1394. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchreporepository2.py +0 -127
  1395. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchshippinglabel2.py +0 -131
  1396. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchshippingshipment2.py +0 -153
  1397. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchsigningdocument2.py +0 -130
  1398. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchsigningsignatory2.py +0 -129
  1399. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchstoragefile2.py +0 -135
  1400. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchtaskcomment2.py +0 -125
  1401. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchtaskproject2.py +0 -129
  1402. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchtasktask2.py +0 -138
  1403. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchticketingcategory2.py +0 -127
  1404. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchticketingcustomer2.py +0 -127
  1405. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchticketingnote2.py +0 -125
  1406. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchticketingticket2.py +0 -134
  1407. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchuccomment2.py +0 -124
  1408. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchuccontact2.py +0 -130
  1409. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchucrecording2.py +0 -135
  1410. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/patchverificationrequest2.py +0 -148
  1411. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingaccount2.py +0 -50
  1412. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingbill2.py +0 -50
  1413. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingcategory2.py +0 -50
  1414. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingcontact2.py +0 -50
  1415. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingcreditmemo2.py +0 -50
  1416. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingexpense2.py +0 -50
  1417. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountinginvoice2.py +0 -50
  1418. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingjournal2.py +0 -50
  1419. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingorder2.py +0 -50
  1420. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingpurchaseorder2.py +0 -50
  1421. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingsalesorder2.py +0 -50
  1422. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingtaxrate2.py +0 -50
  1423. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeaccountingtransaction2.py +0 -50
  1424. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeadsad2.py +0 -50
  1425. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeadscampaign2.py +0 -50
  1426. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeadscreative2.py +0 -50
  1427. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeadsgroup2.py +0 -50
  1428. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeadsinsertionorder2.py +0 -50
  1429. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeadsorganization2.py +0 -50
  1430. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeanalyticsproperty2.py +0 -50
  1431. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeanalyticsvisitor2.py +0 -50
  1432. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeassessmentpackage2.py +0 -50
  1433. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeatsactivity2.py +0 -50
  1434. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeatsapplication2.py +0 -50
  1435. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeatscandidate2.py +0 -50
  1436. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeatscompany2.py +0 -50
  1437. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeatsdocument2.py +0 -50
  1438. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeatsinterview2.py +0 -50
  1439. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeatsjob2.py +0 -50
  1440. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeatsscorecard2.py +0 -50
  1441. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecalendarcalendar2.py +0 -50
  1442. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecalendarevent2.py +0 -50
  1443. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecalendarlink2.py +0 -50
  1444. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecalendarwebinar2.py +0 -50
  1445. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecommercecollection2.py +0 -50
  1446. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecommerceinventory2.py +0 -50
  1447. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecommerceitem2.py +0 -50
  1448. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecommerceitemvariant2.py +0 -50
  1449. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecommercelocation2.py +0 -50
  1450. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecommercereservation2.py +0 -50
  1451. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecommercereview2.py +0 -50
  1452. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecommercesaleschannel2.py +0 -50
  1453. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecrmcompany2.py +0 -50
  1454. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecrmcontact2.py +0 -50
  1455. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecrmdeal2.py +0 -50
  1456. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecrmevent2.py +0 -50
  1457. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecrmlead2.py +0 -50
  1458. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removecrmpipeline2.py +0 -50
  1459. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removedatastoredatabase2.py +0 -50
  1460. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removedatastorerecord2.py +0 -50
  1461. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removedatastoretable2.py +0 -50
  1462. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeformsform2.py +0 -50
  1463. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removehrisbankaccount2.py +0 -50
  1464. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removehrisbenefit2.py +0 -50
  1465. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removehriscompany2.py +0 -50
  1466. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removehrisdeduction2.py +0 -50
  1467. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removehrisdevice2.py +0 -50
  1468. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removehrisemployee2.py +0 -50
  1469. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removehrisgroup2.py +0 -50
  1470. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removehrislocation2.py +0 -50
  1471. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removehristimeoff2.py +0 -50
  1472. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removehristimeshift2.py +0 -50
  1473. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removekmscomment2.py +0 -50
  1474. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removekmspage2.py +0 -50
  1475. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removekmsspace2.py +0 -50
  1476. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removelmsactivity2.py +0 -50
  1477. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removelmsclass2.py +0 -50
  1478. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removelmscollection2.py +0 -50
  1479. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removelmscontent2.py +0 -50
  1480. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removelmscourse2.py +0 -50
  1481. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removelmsinstructor2.py +0 -50
  1482. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removelmsstudent2.py +0 -50
  1483. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removemartechcampaign2.py +0 -50
  1484. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removemartechlist2.py +0 -50
  1485. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removemartechmember2.py +0 -50
  1486. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removemessagingmessage2.py +0 -50
  1487. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removemetadatametadata2.py +0 -50
  1488. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removepassthrough2.py +0 -124
  1489. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removepaymentlink2.py +0 -50
  1490. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removepaymentpayment2.py +0 -50
  1491. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removepaymentsubscription2.py +0 -50
  1492. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removerepobranch2.py +0 -50
  1493. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removerepocommit2.py +0 -50
  1494. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removerepoorganization2.py +0 -50
  1495. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removerepopullrequest2.py +0 -50
  1496. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removereporepository2.py +0 -50
  1497. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeshippinglabel2.py +0 -50
  1498. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeshippingshipment2.py +0 -50
  1499. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removesigningdocument2.py +0 -50
  1500. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removesigningsignatory2.py +0 -50
  1501. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removestoragefile2.py +0 -50
  1502. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removetaskcomment2.py +0 -50
  1503. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removetaskproject2.py +0 -50
  1504. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removetasktask2.py +0 -50
  1505. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeticketingcategory2.py +0 -50
  1506. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeticketingcustomer2.py +0 -50
  1507. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeticketingnote2.py +0 -50
  1508. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeticketingticket2.py +0 -50
  1509. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeuccomment2.py +0 -50
  1510. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeuccontact2.py +0 -50
  1511. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeucrecording2.py +0 -50
  1512. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/removeverificationrequest2.py +0 -50
  1513. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingaccount2.py +0 -140
  1514. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingbill2.py +0 -144
  1515. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingcategory2.py +0 -129
  1516. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingcontact2.py +0 -142
  1517. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingcreditmemo2.py +0 -150
  1518. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingexpense2.py +0 -138
  1519. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountinginvoice2.py +0 -148
  1520. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingjournal2.py +0 -132
  1521. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingorder2.py +0 -131
  1522. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingpurchaseorder2.py +0 -139
  1523. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingsalesorder2.py +0 -139
  1524. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingtaxrate2.py +0 -128
  1525. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateaccountingtransaction2.py +0 -142
  1526. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateadsad2.py +0 -138
  1527. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateadscampaign2.py +0 -138
  1528. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateadscreative2.py +0 -145
  1529. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateadsgroup2.py +0 -146
  1530. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateadsinsertionorder2.py +0 -134
  1531. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateadsorganization2.py +0 -125
  1532. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateanalyticsproperty2.py +0 -128
  1533. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateanalyticsvisitor2.py +0 -137
  1534. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateassessmentorder2.py +0 -158
  1535. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateassessmentpackage2.py +0 -80
  1536. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateatsactivity2.py +0 -137
  1537. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateatsapplication2.py +0 -135
  1538. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateatscandidate2.py +0 -144
  1539. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateatscompany2.py +0 -128
  1540. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateatsdocument2.py +0 -129
  1541. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateatsinterview2.py +0 -130
  1542. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateatsjob2.py +0 -145
  1543. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateatsscorecard2.py +0 -129
  1544. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecalendarcalendar2.py +0 -125
  1545. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecalendarevent2.py +0 -141
  1546. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecalendarlink2.py +0 -128
  1547. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecalendarwebinar2.py +0 -151
  1548. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecommercecollection2.py +0 -140
  1549. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecommerceinventory2.py +0 -127
  1550. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecommerceitem2.py +0 -149
  1551. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecommerceitemvariant2.py +0 -151
  1552. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecommercelocation2.py +0 -139
  1553. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecommercereservation2.py +0 -141
  1554. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecommercereview2.py +0 -142
  1555. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecommercesaleschannel2.py +0 -131
  1556. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecrmcompany2.py +0 -140
  1557. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecrmcontact2.py +0 -138
  1558. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecrmdeal2.py +0 -143
  1559. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecrmevent2.py +0 -137
  1560. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecrmlead2.py +0 -137
  1561. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatecrmpipeline2.py +0 -126
  1562. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatedatastoredatabase2.py +0 -129
  1563. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatedatastorerecord2.py +0 -125
  1564. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatedatastoretable2.py +0 -128
  1565. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateformsform2.py +0 -132
  1566. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatehrisbankaccount2.py +0 -130
  1567. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatehrisbenefit2.py +0 -135
  1568. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatehriscompany2.py +0 -124
  1569. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatehrisdeduction2.py +0 -134
  1570. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatehrisdevice2.py +0 -137
  1571. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatehrisemployee2.py +0 -159
  1572. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatehrisgroup2.py +0 -129
  1573. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatehrislocation2.py +0 -133
  1574. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatehristimeoff2.py +0 -134
  1575. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatehristimeshift2.py +0 -132
  1576. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatekmscomment2.py +0 -127
  1577. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatekmspage2.py +0 -131
  1578. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatekmsspace2.py +0 -127
  1579. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatelmsactivity2.py +0 -130
  1580. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatelmsclass2.py +0 -128
  1581. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatelmscollection2.py +0 -126
  1582. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatelmscontent2.py +0 -137
  1583. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatelmscourse2.py +0 -140
  1584. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatelmsinstructor2.py +0 -128
  1585. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatelmsstudent2.py +0 -128
  1586. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatemartechcampaign2.py +0 -133
  1587. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatemartechlist2.py +0 -136
  1588. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatemartechmember2.py +0 -131
  1589. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatemessagingevent2.py +0 -126
  1590. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatemessagingmessage2.py +0 -142
  1591. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatemetadatametadata2.py +0 -129
  1592. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatepassthrough2_json.py +0 -133
  1593. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatepassthrough2_raw.py +0 -134
  1594. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatepaymentlink2.py +0 -130
  1595. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatepaymentpayment2.py +0 -133
  1596. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatepaymentsubscription2.py +0 -143
  1597. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updaterepobranch2.py +0 -123
  1598. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updaterepocommit2.py +0 -125
  1599. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updaterepoorganization2.py +0 -126
  1600. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updaterepopullrequest2.py +0 -127
  1601. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatereporepository2.py +0 -127
  1602. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateshippinglabel2.py +0 -131
  1603. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateshippingshipment2.py +0 -153
  1604. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatesigningdocument2.py +0 -130
  1605. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatesigningsignatory2.py +0 -129
  1606. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatestoragefile2.py +0 -135
  1607. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatetaskcomment2.py +0 -125
  1608. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatetaskproject2.py +0 -129
  1609. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updatetasktask2.py +0 -138
  1610. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateticketingcategory2.py +0 -127
  1611. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateticketingcustomer2.py +0 -127
  1612. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateticketingnote2.py +0 -125
  1613. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateticketingticket2.py +0 -134
  1614. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateuccomment2.py +0 -124
  1615. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateuccontact2.py +0 -130
  1616. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateucrecording2.py +0 -135
  1617. unified_python_sdk-0.59.1/src/unified_python_sdk/models/operations/updateverificationrequest2.py +0 -148
  1618. unified_python_sdk-0.59.1/src/unified_python_sdk/models/shared/__init__.py +0 -4703
  1619. unified_python_sdk-0.59.1/src/unified_python_sdk/models/shared/accountinglineitem.py +0 -118
  1620. unified_python_sdk-0.59.1/src/unified_python_sdk/models/shared/atsstatus.py +0 -72
  1621. unified_python_sdk-0.59.1/src/unified_python_sdk/models/shared/property_connection_permissions.py +0 -277
  1622. unified_python_sdk-0.59.1/src/unified_python_sdk/models/shared/webhook.py +0 -341
  1623. unified_python_sdk-0.59.1/src/unified_python_sdk/note.py +0 -1143
  1624. unified_python_sdk-0.59.1/src/unified_python_sdk/order.py +0 -1523
  1625. unified_python_sdk-0.59.1/src/unified_python_sdk/organization.py +0 -2663
  1626. unified_python_sdk-0.59.1/src/unified_python_sdk/package.py +0 -1563
  1627. unified_python_sdk-0.59.1/src/unified_python_sdk/page.py +0 -1115
  1628. unified_python_sdk-0.59.1/src/unified_python_sdk/passthrough.py +0 -2545
  1629. unified_python_sdk-0.59.1/src/unified_python_sdk/payment.py +0 -4191
  1630. unified_python_sdk-0.59.1/src/unified_python_sdk/payout.py +0 -379
  1631. unified_python_sdk-0.59.1/src/unified_python_sdk/payslip.py +0 -379
  1632. unified_python_sdk-0.59.1/src/unified_python_sdk/person.py +0 -195
  1633. unified_python_sdk-0.59.1/src/unified_python_sdk/picklist.py +0 -195
  1634. unified_python_sdk-0.59.1/src/unified_python_sdk/pipeline.py +0 -1143
  1635. unified_python_sdk-0.59.1/src/unified_python_sdk/profitloss.py +0 -387
  1636. unified_python_sdk-0.59.1/src/unified_python_sdk/project.py +0 -1143
  1637. unified_python_sdk-0.59.1/src/unified_python_sdk/promoted.py +0 -379
  1638. unified_python_sdk-0.59.1/src/unified_python_sdk/prompt.py +0 -201
  1639. unified_python_sdk-0.59.1/src/unified_python_sdk/property.py +0 -1187
  1640. unified_python_sdk-0.59.1/src/unified_python_sdk/pullrequest.py +0 -1143
  1641. unified_python_sdk-0.59.1/src/unified_python_sdk/purchaseorder.py +0 -1191
  1642. unified_python_sdk-0.59.1/src/unified_python_sdk/query.py +0 -201
  1643. unified_python_sdk-0.59.1/src/unified_python_sdk/rate.py +0 -201
  1644. unified_python_sdk-0.59.1/src/unified_python_sdk/record.py +0 -1143
  1645. unified_python_sdk-0.59.1/src/unified_python_sdk/recording.py +0 -1515
  1646. unified_python_sdk-0.59.1/src/unified_python_sdk/refund.py +0 -379
  1647. unified_python_sdk-0.59.1/src/unified_python_sdk/repo.py +0 -5679
  1648. unified_python_sdk-0.59.1/src/unified_python_sdk/report.py +0 -931
  1649. unified_python_sdk-0.59.1/src/unified_python_sdk/repository.py +0 -1143
  1650. unified_python_sdk-0.59.1/src/unified_python_sdk/request.py +0 -1191
  1651. unified_python_sdk-0.59.1/src/unified_python_sdk/reservation.py +0 -1191
  1652. unified_python_sdk-0.59.1/src/unified_python_sdk/review.py +0 -1143
  1653. unified_python_sdk-0.59.1/src/unified_python_sdk/saleschannel.py +0 -1191
  1654. unified_python_sdk-0.59.1/src/unified_python_sdk/salesorder.py +0 -1191
  1655. unified_python_sdk-0.59.1/src/unified_python_sdk/scorecard.py +0 -1143
  1656. unified_python_sdk-0.59.1/src/unified_python_sdk/sdk.py +0 -627
  1657. unified_python_sdk-0.59.1/src/unified_python_sdk/session.py +0 -379
  1658. unified_python_sdk-0.59.1/src/unified_python_sdk/shipment.py +0 -1155
  1659. unified_python_sdk-0.59.1/src/unified_python_sdk/shipping.py +0 -3213
  1660. unified_python_sdk-0.59.1/src/unified_python_sdk/signatory.py +0 -1159
  1661. unified_python_sdk-0.59.1/src/unified_python_sdk/signing.py +0 -2659
  1662. unified_python_sdk-0.59.1/src/unified_python_sdk/space.py +0 -1121
  1663. unified_python_sdk-0.59.1/src/unified_python_sdk/storage.py +0 -1143
  1664. unified_python_sdk-0.59.1/src/unified_python_sdk/student.py +0 -1141
  1665. unified_python_sdk-0.59.1/src/unified_python_sdk/submission.py +0 -379
  1666. unified_python_sdk-0.59.1/src/unified_python_sdk/subscription.py +0 -1191
  1667. unified_python_sdk-0.59.1/src/unified_python_sdk/table.py +0 -1143
  1668. unified_python_sdk-0.59.1/src/unified_python_sdk/target.py +0 -377
  1669. unified_python_sdk-0.59.1/src/unified_python_sdk/task.py +0 -3751
  1670. unified_python_sdk-0.59.1/src/unified_python_sdk/taxrate.py +0 -1187
  1671. unified_python_sdk-0.59.1/src/unified_python_sdk/template.py +0 -379
  1672. unified_python_sdk-0.59.1/src/unified_python_sdk/ticket.py +0 -1143
  1673. unified_python_sdk-0.59.1/src/unified_python_sdk/ticketing.py +0 -4627
  1674. unified_python_sdk-0.59.1/src/unified_python_sdk/timeoff.py +0 -1143
  1675. unified_python_sdk-0.59.1/src/unified_python_sdk/timeshift.py +0 -1143
  1676. unified_python_sdk-0.59.1/src/unified_python_sdk/tracking.py +0 -379
  1677. unified_python_sdk-0.59.1/src/unified_python_sdk/transaction.py +0 -1191
  1678. unified_python_sdk-0.59.1/src/unified_python_sdk/trialbalance.py +0 -387
  1679. unified_python_sdk-0.59.1/src/unified_python_sdk/uc.py +0 -3763
  1680. unified_python_sdk-0.59.1/src/unified_python_sdk/verification.py +0 -1567
  1681. unified_python_sdk-0.59.1/src/unified_python_sdk/visitor.py +0 -1155
  1682. unified_python_sdk-0.59.1/src/unified_python_sdk/webinar.py +0 -1143
  1683. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/LICENSE.md +0 -0
  1684. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/py.typed +0 -0
  1685. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/__init__.py +0 -0
  1686. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/_hooks/__init__.py +0 -0
  1687. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/_hooks/sdkhooks.py +0 -0
  1688. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/_hooks/types.py +0 -0
  1689. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/apicall.py +0 -0
  1690. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/auth.py +0 -0
  1691. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/basesdk.py +0 -0
  1692. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/connection.py +0 -0
  1693. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/environment.py +0 -0
  1694. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/httpclient.py +0 -0
  1695. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/integration.py +0 -0
  1696. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/issue.py +0 -0
  1697. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/login.py +0 -0
  1698. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/__init__.py +0 -0
  1699. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/errors/__init__.py +0 -0
  1700. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/errors/no_response_error.py +0 -0
  1701. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/errors/responsevalidationerror.py +0 -0
  1702. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/errors/sdkerror.py +0 -0
  1703. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/errors/unifiedtoerror.py +0 -0
  1704. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/createscimgroups.py +0 -0
  1705. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/createscimusers.py +0 -0
  1706. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/createunifiedconnection.py +0 -0
  1707. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/createunifiedenvironment.py +0 -0
  1708. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/createunifiedwebhook.py +0 -0
  1709. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/createunifiedworkspacesecretsmanager.py +0 -0
  1710. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/getscimgroups.py +0 -0
  1711. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/getscimusers.py +0 -0
  1712. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/getunifiedapicall.py +0 -0
  1713. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/getunifiedconnection.py +0 -0
  1714. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/getunifiedintegrationauth.py +0 -0
  1715. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/getunifiedintegrationlogin.py +0 -0
  1716. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/getunifiedissue.py +0 -0
  1717. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/getunifiedwebhook.py +0 -0
  1718. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/getunifiedworkspacesecretsmanager.py +0 -0
  1719. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/listscimgroups.py +0 -0
  1720. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/listscimusers.py +0 -0
  1721. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/listunifiedapicalls.py +0 -0
  1722. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/listunifiedconnections.py +0 -0
  1723. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/listunifiedenvironments.py +0 -0
  1724. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/listunifiedintegrations.py +0 -0
  1725. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/listunifiedintegrationworkspaces.py +0 -0
  1726. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/listunifiedissues.py +0 -0
  1727. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/listunifiedwebhooks.py +0 -0
  1728. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/listunifiedworkspacesecretsmanagers.py +0 -0
  1729. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/patchscimgroups.py +0 -0
  1730. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/patchscimusers.py +0 -0
  1731. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/patchunifiedconnection.py +0 -0
  1732. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/patchunifiedwebhook.py +0 -0
  1733. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/patchunifiedwebhooktrigger.py +0 -0
  1734. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/removescimgroups.py +0 -0
  1735. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/removescimusers.py +0 -0
  1736. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/removeunifiedconnection.py +0 -0
  1737. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/removeunifiedenvironment.py +0 -0
  1738. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/removeunifiedwebhook.py +0 -0
  1739. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/removeunifiedworkspacesecretsmanager.py +0 -0
  1740. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/updatescimgroups.py +0 -0
  1741. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/updatescimusers.py +0 -0
  1742. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/updateunifiedconnection.py +0 -0
  1743. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/updateunifiedwebhook.py +0 -0
  1744. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/operations/updateunifiedwebhooktrigger.py +0 -0
  1745. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingaccount.py +0 -0
  1746. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingaccounttaxonomy.py +0 -0
  1747. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingassociatedcontact.py +0 -0
  1748. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingattachment.py +0 -0
  1749. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingbalancesheet.py +0 -0
  1750. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingbalancesheetitem.py +0 -0
  1751. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingbill.py +0 -0
  1752. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingcashflow.py +0 -0
  1753. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingcashflowitem.py +0 -0
  1754. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingcashflowsection.py +0 -0
  1755. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingcategory.py +0 -0
  1756. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingcontact.py +0 -0
  1757. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingcontactpaymentmethod.py +0 -0
  1758. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingcreditmemo.py +0 -0
  1759. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingemail.py +0 -0
  1760. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingexpense.py +0 -0
  1761. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingfee.py +0 -0
  1762. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountinginvoice.py +0 -0
  1763. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingjournal.py +0 -0
  1764. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingjournallineitem.py +0 -0
  1765. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingorder.py +0 -0
  1766. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingorganization.py +0 -0
  1767. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingprofitloss.py +0 -0
  1768. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingprofitlossaccount.py +0 -0
  1769. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingprofitlosscategory.py +0 -0
  1770. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingprofitlosssection.py +0 -0
  1771. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingprofitlosssubcategory.py +0 -0
  1772. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingpurchaseorder.py +0 -0
  1773. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingreference.py +0 -0
  1774. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingreport.py +0 -0
  1775. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingsalesorder.py +0 -0
  1776. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingtaxrate.py +0 -0
  1777. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingtelephone.py +0 -0
  1778. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingtransaction.py +0 -0
  1779. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingtransactioncontact.py +0 -0
  1780. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingtransactionlineitem.py +0 -0
  1781. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingtrialbalance.py +0 -0
  1782. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/accountingtrialbalancesubitem.py +0 -0
  1783. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adsad.py +0 -0
  1784. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adscampaign.py +0 -0
  1785. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adschedule.py +0 -0
  1786. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adscreative.py +0 -0
  1787. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adsgroup.py +0 -0
  1788. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adsinsertionorder.py +0 -0
  1789. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adsinsertionorderbudgetsegment.py +0 -0
  1790. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adskeyword.py +0 -0
  1791. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adsorganization.py +0 -0
  1792. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adspromoted.py +0 -0
  1793. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adsreport.py +0 -0
  1794. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adsreportmetrics.py +0 -0
  1795. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/adstarget.py +0 -0
  1796. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/analyticsevent.py +0 -0
  1797. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/analyticsproperty.py +0 -0
  1798. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/analyticsreport.py +0 -0
  1799. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/analyticsreportmetrics.py +0 -0
  1800. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/analyticssession.py +0 -0
  1801. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/analyticsvisitor.py +0 -0
  1802. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/apicall.py +0 -0
  1803. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/assessmentaddress.py +0 -0
  1804. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/assessmentattribute.py +0 -0
  1805. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/assessmentorder.py +0 -0
  1806. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/assessmentpackage.py +0 -0
  1807. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/assessmentpackageregion.py +0 -0
  1808. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/assessmentparameter.py +0 -0
  1809. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/assessmentparameterinput.py +0 -0
  1810. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/assessmentresponsedetail.py +0 -0
  1811. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsactivity.py +0 -0
  1812. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsaddress.py +0 -0
  1813. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsapplication.py +0 -0
  1814. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsapplicationanswer.py +0 -0
  1815. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atscandidate.py +0 -0
  1816. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atscandidateeducation.py +0 -0
  1817. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atscandidateexperience.py +0 -0
  1818. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atscompany.py +0 -0
  1819. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atscompensation.py +0 -0
  1820. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsdocument.py +0 -0
  1821. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsemail.py +0 -0
  1822. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsgroup.py +0 -0
  1823. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsinterview.py +0 -0
  1824. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsjob.py +0 -0
  1825. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsjobopening.py +0 -0
  1826. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsjobposting.py +0 -0
  1827. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsjobquestion.py +0 -0
  1828. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsmetadata.py +0 -0
  1829. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsoffer.py +0 -0
  1830. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsreference.py +0 -0
  1831. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsscorecard.py +0 -0
  1832. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atsscorecardquestion.py +0 -0
  1833. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/atstelephone.py +0 -0
  1834. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/audiencecombination.py +0 -0
  1835. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarattachment.py +0 -0
  1836. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarattendee.py +0 -0
  1837. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarbusy.py +0 -0
  1838. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarcalendar.py +0 -0
  1839. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarconference.py +0 -0
  1840. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarevent.py +0 -0
  1841. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendareventrecurrence.py +0 -0
  1842. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarlink.py +0 -0
  1843. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarrecording.py +0 -0
  1844. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarrecordingmedia.py +0 -0
  1845. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarrecordingtranscript.py +0 -0
  1846. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarwebinar.py +0 -0
  1847. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarwebinarpanelist.py +0 -0
  1848. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/calendarwebinarregistrant.py +0 -0
  1849. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/citytarget.py +0 -0
  1850. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/clubsactivity.py +0 -0
  1851. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/clubsevent.py +0 -0
  1852. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/clubsgroup.py +0 -0
  1853. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/clubslocation.py +0 -0
  1854. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/clubsmember.py +0 -0
  1855. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commerceavailability.py +0 -0
  1856. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commercecollection.py +0 -0
  1857. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commerceinventory.py +0 -0
  1858. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commerceitem.py +0 -0
  1859. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commerceitemmedia.py +0 -0
  1860. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commerceitemoption.py +0 -0
  1861. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commerceitemprice.py +0 -0
  1862. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commerceitemvariant.py +0 -0
  1863. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commercelocation.py +0 -0
  1864. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commercemetadata.py +0 -0
  1865. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commercereference.py +0 -0
  1866. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commercereservation.py +0 -0
  1867. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commercereview.py +0 -0
  1868. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commercereviewcomment.py +0 -0
  1869. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commercesaleschannel.py +0 -0
  1870. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/commercetelephone.py +0 -0
  1871. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/connection.py +0 -0
  1872. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmcompany.py +0 -0
  1873. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmcontact.py +0 -0
  1874. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmdeal.py +0 -0
  1875. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmemail.py +0 -0
  1876. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmevent.py +0 -0
  1877. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmeventformfield.py +0 -0
  1878. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmeventformoption.py +0 -0
  1879. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmlead.py +0 -0
  1880. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmmetadata.py +0 -0
  1881. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmpicklist.py +0 -0
  1882. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmpipeline.py +0 -0
  1883. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmreference.py +0 -0
  1884. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmstage.py +0 -0
  1885. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/crmtelephone.py +0 -0
  1886. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/datastoredatabase.py +0 -0
  1887. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/datastorefield.py +0 -0
  1888. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/datastorefieldvalue.py +0 -0
  1889. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/datastorefilter.py +0 -0
  1890. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/datastorequery.py +0 -0
  1891. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/datastorequeryexpand.py +0 -0
  1892. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/datastorerecord.py +0 -0
  1893. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/datastorerelationship.py +0 -0
  1894. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/datastoretable.py +0 -0
  1895. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/enrichcompany.py +0 -0
  1896. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/enrichemail.py +0 -0
  1897. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/enrichperson.py +0 -0
  1898. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/enrichpersonworkhistory.py +0 -0
  1899. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/enrichtelephone.py +0 -0
  1900. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/formanswer.py +0 -0
  1901. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/formfield.py +0 -0
  1902. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/formsform.py +0 -0
  1903. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/formssubmission.py +0 -0
  1904. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/genaicontent.py +0 -0
  1905. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/genaiembedding.py +0 -0
  1906. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/genaiembeddingcontent.py +0 -0
  1907. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/genaimodel.py +0 -0
  1908. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/genaiprompt.py +0 -0
  1909. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrisbankaccount.py +0 -0
  1910. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrisbenefit.py +0 -0
  1911. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hriscompany.py +0 -0
  1912. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hriscompensation.py +0 -0
  1913. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrisdeduction.py +0 -0
  1914. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrisdevice.py +0 -0
  1915. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrisemail.py +0 -0
  1916. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrisemployee.py +0 -0
  1917. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrisemployeerelationship.py +0 -0
  1918. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrisgroup.py +0 -0
  1919. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrislocation.py +0 -0
  1920. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrismetadata.py +0 -0
  1921. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrispayslip.py +0 -0
  1922. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hrispayslipdetail.py +0 -0
  1923. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hristelephone.py +0 -0
  1924. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hristimeoff.py +0 -0
  1925. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/hristimeshift.py +0 -0
  1926. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/integration.py +0 -0
  1927. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/integrationsupport.py +0 -0
  1928. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/issue.py +0 -0
  1929. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/kmscomment.py +0 -0
  1930. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/kmspage.py +0 -0
  1931. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/kmspagemetadata.py +0 -0
  1932. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/kmsspace.py +0 -0
  1933. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmsactivity.py +0 -0
  1934. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmsclass.py +0 -0
  1935. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmscollection.py +0 -0
  1936. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmscontent.py +0 -0
  1937. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmscontentlocalization.py +0 -0
  1938. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmscourse.py +0 -0
  1939. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmsemail.py +0 -0
  1940. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmsinstructor.py +0 -0
  1941. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmsmedia.py +0 -0
  1942. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmsstudent.py +0 -0
  1943. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lmstelephone.py +0 -0
  1944. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/lookalikeaudience.py +0 -0
  1945. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/marketingcampaign.py +0 -0
  1946. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/marketingemail.py +0 -0
  1947. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/marketinglist.py +0 -0
  1948. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/marketingmember.py +0 -0
  1949. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/marketingreport.py +0 -0
  1950. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/marketingreportlink.py +0 -0
  1951. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/messagingattachment.py +0 -0
  1952. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/messagingbutton.py +0 -0
  1953. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/messagingchannel.py +0 -0
  1954. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/messagingevent.py +0 -0
  1955. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/messagingmember.py +0 -0
  1956. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/messagingmessage.py +0 -0
  1957. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/messagingreaction.py +0 -0
  1958. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/messagingreference.py +0 -0
  1959. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/metadatametadata.py +0 -0
  1960. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/paymentlineitem.py +0 -0
  1961. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/paymentlink.py +0 -0
  1962. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/paymentpayment.py +0 -0
  1963. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/paymentpayout.py +0 -0
  1964. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/paymentrefund.py +0 -0
  1965. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/paymentsubscription.py +0 -0
  1966. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingcontact_billing_address.py +0 -0
  1967. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingcontact_shipping_address.py +0 -0
  1968. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingorder_billing_address.py +0 -0
  1969. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingorder_shipping_address.py +0 -0
  1970. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingorganization_address.py +0 -0
  1971. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingpurchaseorder_billing_address.py +0 -0
  1972. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingpurchaseorder_shipping_address.py +0 -0
  1973. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingreport_balance_sheet.py +0 -0
  1974. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingreport_profit_and_loss.py +0 -0
  1975. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingreport_trial_balance.py +0 -0
  1976. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingsalesorder_billing_address.py +0 -0
  1977. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_accountingsalesorder_shipping_address.py +0 -0
  1978. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_frequency_cap.py +0 -0
  1979. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting.py +0 -0
  1980. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_audience.py +0 -0
  1981. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_brand_safety.py +0 -0
  1982. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_brand_safety_publisher_visibility_categories.py +0 -0
  1983. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_content.py +0 -0
  1984. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_content_video.py +0 -0
  1985. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_content_video_durations.py +0 -0
  1986. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_content_video_player_sizes.py +0 -0
  1987. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_content_video_positions.py +0 -0
  1988. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_demographic.py +0 -0
  1989. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_device.py +0 -0
  1990. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_geographic.py +0 -0
  1991. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_geographic_location_types.py +0 -0
  1992. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_optimization.py +0 -0
  1993. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_placement.py +0 -0
  1994. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_bid_strategy.py +0 -0
  1995. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_frequency_cap.py +0 -0
  1996. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_pacing.py +0 -0
  1997. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting.py +0 -0
  1998. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_audience.py +0 -0
  1999. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_brand_safety.py +0 -0
  2000. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_brand_safety_publisher_visibility_categories.py +0 -0
  2001. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_content.py +0 -0
  2002. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_content_video.py +0 -0
  2003. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_content_video_durations.py +0 -0
  2004. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_content_video_player_sizes.py +0 -0
  2005. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_content_video_positions.py +0 -0
  2006. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_demographic.py +0 -0
  2007. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_device.py +0 -0
  2008. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_geographic.py +0 -0
  2009. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_geographic_location_types.py +0 -0
  2010. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_optimization.py +0 -0
  2011. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_placement.py +0 -0
  2012. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsinsertionorder_bid_strategy.py +0 -0
  2013. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsinsertionorder_frequency_cap.py +0 -0
  2014. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsinsertionorder_kpi.py +0 -0
  2015. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsinsertionorder_pacing.py +0 -0
  2016. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_ad.py +0 -0
  2017. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign.py +0 -0
  2018. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_frequency_cap.py +0 -0
  2019. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting.py +0 -0
  2020. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_audience.py +0 -0
  2021. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_brand_safety.py +0 -0
  2022. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_brand_safety_publisher_visibility_categories.py +0 -0
  2023. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_content.py +0 -0
  2024. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_content_video.py +0 -0
  2025. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_content_video_durations.py +0 -0
  2026. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_content_video_player_sizes.py +0 -0
  2027. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_content_video_positions.py +0 -0
  2028. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_demographic.py +0 -0
  2029. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_device.py +0 -0
  2030. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_geographic.py +0 -0
  2031. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_geographic_location_types.py +0 -0
  2032. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_optimization.py +0 -0
  2033. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_placement.py +0 -0
  2034. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group.py +0 -0
  2035. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_bid_strategy.py +0 -0
  2036. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_frequency_cap.py +0 -0
  2037. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_pacing.py +0 -0
  2038. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting.py +0 -0
  2039. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_audience.py +0 -0
  2040. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_brand_safety.py +0 -0
  2041. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_brand_safety_publisher_visibility_categories.py +0 -0
  2042. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_content.py +0 -0
  2043. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_content_video.py +0 -0
  2044. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_content_video_durations.py +0 -0
  2045. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_content_video_player_sizes.py +0 -0
  2046. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_content_video_positions.py +0 -0
  2047. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_demographic.py +0 -0
  2048. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_device.py +0 -0
  2049. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_geographic.py +0 -0
  2050. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_geographic_location_types.py +0 -0
  2051. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_optimization.py +0 -0
  2052. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_placement.py +0 -0
  2053. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_analyticsevent_metadata.py +0 -0
  2054. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_analyticsvisitor_metadata.py +0 -0
  2055. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_atsactivity_from.py +0 -0
  2056. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_atscandidate_address.py +0 -0
  2057. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_atscompany_address.py +0 -0
  2058. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_atsjobposting_address.py +0 -0
  2059. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_calendarevent_organizer.py +0 -0
  2060. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_calendareventrecurrence_on_days.py +0 -0
  2061. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_calendarrecordingtranscript_attendee.py +0 -0
  2062. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_calendarwebinar_organizer.py +0 -0
  2063. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_clubsgroup_address.py +0 -0
  2064. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_clubslocation_address.py +0 -0
  2065. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_commercelocation_address.py +0 -0
  2066. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_connection_auth.py +0 -0
  2067. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_connection_categories.py +0 -0
  2068. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmcompany_address.py +0 -0
  2069. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmcontact_address.py +0 -0
  2070. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmevent_call.py +0 -0
  2071. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmevent_email.py +0 -0
  2072. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmevent_form.py +0 -0
  2073. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmevent_marketing_email.py +0 -0
  2074. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmevent_meeting.py +0 -0
  2075. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmevent_note.py +0 -0
  2076. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmevent_page_view.py +0 -0
  2077. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmevent_task.py +0 -0
  2078. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_crmlead_address.py +0 -0
  2079. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefield_default_value.py +0 -0
  2080. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition.py +0 -0
  2081. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition_contains.py +0 -0
  2082. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition_eq.py +0 -0
  2083. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition_gt.py +0 -0
  2084. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition_gte.py +0 -0
  2085. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition_ilike.py +0 -0
  2086. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition_like.py +0 -0
  2087. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition_lt.py +0 -0
  2088. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition_lte.py +0 -0
  2089. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition_neq.py +0 -0
  2090. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorefilter_condition_not_contains.py +0 -0
  2091. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorequery_query.py +0 -0
  2092. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorequery_query_aggregate.py +0 -0
  2093. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorequery_query_aggregate_avg.py +0 -0
  2094. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorequery_query_aggregate_max.py +0 -0
  2095. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorequery_query_aggregate_min.py +0 -0
  2096. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorequery_query_aggregate_sum.py +0 -0
  2097. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorequery_query_filter.py +0 -0
  2098. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorequery_response.py +0 -0
  2099. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorequery_response_aggregates.py +0 -0
  2100. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_datastorequeryexpand_filter.py +0 -0
  2101. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_enrichcompany_address.py +0 -0
  2102. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_enrichperson_address.py +0 -0
  2103. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_hriscompany_address.py +0 -0
  2104. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_hrisemployee_address.py +0 -0
  2105. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_hrisemployee_employee_roles.py +0 -0
  2106. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_hrisemployeerelationship_address.py +0 -0
  2107. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_hrislocation_address.py +0 -0
  2108. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_hrispayslip_deduction.py +0 -0
  2109. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_integration_categories.py +0 -0
  2110. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events.py +0 -0
  2111. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events_created.py +0 -0
  2112. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events_deleted.py +0 -0
  2113. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events_updated.py +0 -0
  2114. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_lmsstudent_address.py +0 -0
  2115. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_marketinglist_address.py +0 -0
  2116. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_messagingevent_button.py +0 -0
  2117. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_messagingevent_channel.py +0 -0
  2118. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_messagingevent_message.py +0 -0
  2119. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_messagingevent_message_author_member.py +0 -0
  2120. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_messagingevent_user.py +0 -0
  2121. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_messagingmessage_author_member.py +0 -0
  2122. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_messagingreaction_member.py +0 -0
  2123. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_scimgroup_meta.py +0 -0
  2124. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_scimgroup_schemas.py +0 -0
  2125. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_scimuser_meta.py +0 -0
  2126. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_scimuser_name.py +0 -0
  2127. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_scimuser_schemas.py +0 -0
  2128. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_enterprise_2_0_user.py +0 -0
  2129. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_enterprise_2_0_user_manager.py +0 -0
  2130. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_lattice_attributes_1_0_user.py +0 -0
  2131. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_peakon_2_0_user.py +0 -0
  2132. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_shippingrate_from_address.py +0 -0
  2133. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_shippingrate_to_address.py +0 -0
  2134. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_shippingshipment_customs.py +0 -0
  2135. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_shippingshipment_from_address.py +0 -0
  2136. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_shippingshipment_insurance.py +0 -0
  2137. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_shippingshipment_return_address.py +0 -0
  2138. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_shippingshipment_to_address.py +0 -0
  2139. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_shippingtrackingevent_location_address.py +0 -0
  2140. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_storagepermission_roles.py +0 -0
  2141. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/property_uccall_telephone.py +0 -0
  2142. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/repobranch.py +0 -0
  2143. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/repocommit.py +0 -0
  2144. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/repoorganization.py +0 -0
  2145. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/repopullrequest.py +0 -0
  2146. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/reporepository.py +0 -0
  2147. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimaddress.py +0 -0
  2148. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimemail.py +0 -0
  2149. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimentitlement.py +0 -0
  2150. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimgroup.py +0 -0
  2151. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimgroupmember.py +0 -0
  2152. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimims.py +0 -0
  2153. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimmanager.py +0 -0
  2154. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimphonenumber.py +0 -0
  2155. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimphoto.py +0 -0
  2156. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimrole.py +0 -0
  2157. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimuser.py +0 -0
  2158. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/scimusergroups.py +0 -0
  2159. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/secretsmanager.py +0 -0
  2160. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/security.py +0 -0
  2161. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/shippingcarrier.py +0 -0
  2162. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/shippingcustomsitem.py +0 -0
  2163. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/shippinglabel.py +0 -0
  2164. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/shippingpackage.py +0 -0
  2165. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/shippingrate.py +0 -0
  2166. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/shippingraterate.py +0 -0
  2167. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/shippingratesurcharge.py +0 -0
  2168. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/shippingshipment.py +0 -0
  2169. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/shippingtracking.py +0 -0
  2170. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/shippingtrackingevent.py +0 -0
  2171. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/signingdocument.py +0 -0
  2172. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/signingsignatory.py +0 -0
  2173. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/signingtemplate.py +0 -0
  2174. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/storagefile.py +0 -0
  2175. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/storagepermission.py +0 -0
  2176. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/storagereference.py +0 -0
  2177. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/targetref.py +0 -0
  2178. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/taskchange.py +0 -0
  2179. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/taskchangeitem.py +0 -0
  2180. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/taskcomment.py +0 -0
  2181. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/taskmetadata.py +0 -0
  2182. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/taskproject.py +0 -0
  2183. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/tasktask.py +0 -0
  2184. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/ticketingcategory.py +0 -0
  2185. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/ticketingcustomer.py +0 -0
  2186. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/ticketingemail.py +0 -0
  2187. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/ticketingnote.py +0 -0
  2188. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/ticketingtelephone.py +0 -0
  2189. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/ticketingticket.py +0 -0
  2190. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/uccall.py +0 -0
  2191. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/uccomment.py +0 -0
  2192. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/uccontact.py +0 -0
  2193. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/ucemail.py +0 -0
  2194. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/ucrecording.py +0 -0
  2195. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/ucrecordingmedia.py +0 -0
  2196. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/ucrecordingtranscript.py +0 -0
  2197. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/uctelephone.py +0 -0
  2198. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/verificationaddress.py +0 -0
  2199. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/verificationpackage.py +0 -0
  2200. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/verificationparameter.py +0 -0
  2201. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/verificationparameterinput.py +0 -0
  2202. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/verificationrequest.py +0 -0
  2203. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/verificationresponsedetail.py +0 -0
  2204. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/models/shared/verificationtime.py +0 -0
  2205. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/py.typed +0 -0
  2206. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/scim.py +0 -0
  2207. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/sdkconfiguration.py +0 -0
  2208. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/secretsmanager.py +0 -0
  2209. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/types/__init__.py +0 -0
  2210. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/types/base64fileinput.py +0 -0
  2211. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/types/basemodel.py +0 -0
  2212. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/unified.py +0 -0
  2213. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/user.py +0 -0
  2214. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/__init__.py +0 -0
  2215. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/annotations.py +0 -0
  2216. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/datetimes.py +0 -0
  2217. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/dynamic_imports.py +0 -0
  2218. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/enums.py +0 -0
  2219. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/eventstreaming.py +0 -0
  2220. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/forms.py +0 -0
  2221. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/headers.py +0 -0
  2222. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/logger.py +0 -0
  2223. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/metadata.py +0 -0
  2224. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/queryparams.py +0 -0
  2225. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/requestbodies.py +0 -0
  2226. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/retries.py +0 -0
  2227. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/security.py +0 -0
  2228. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/serializers.py +0 -0
  2229. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/unmarshal_json_response.py +0 -0
  2230. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/url.py +0 -0
  2231. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/utils/values.py +0 -0
  2232. {unified_python_sdk-0.59.1 → unified_python_sdk-0.59.3}/src/unified_python_sdk/webhook.py +0 -0
@@ -0,0 +1,2501 @@
1
+ Metadata-Version: 2.4
2
+ Name: Unified-python-sdk
3
+ Version: 0.59.3
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,<2.13)
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
+ * [create_accounting_vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_vendorcredit) - Create a vendorcredit
219
+ * [get_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_account) - Retrieve an account
220
+ * [get_accounting_balancesheet](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_balancesheet) - Retrieve a balancesheet
221
+ * [get_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_bill) - Retrieve a bill
222
+ * [get_accounting_cashflow](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_cashflow) - Retrieve a cashflow
223
+ * [get_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_category) - Retrieve a category
224
+ * [get_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_contact) - Retrieve a contact
225
+ * [get_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_creditmemo) - Retrieve a creditmemo
226
+ * [get_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_expense) - Retrieve an expense
227
+ * [get_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_invoice) - Retrieve an invoice
228
+ * [get_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_journal) - Retrieve a journal
229
+ * [get_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_order) - Retrieve an order
230
+ * [get_accounting_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_organization) - Retrieve an organization
231
+ * [get_accounting_profitloss](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_profitloss) - Retrieve a profitloss
232
+ * [get_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_purchaseorder) - Retrieve a purchaseorder
233
+ * [get_accounting_report](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_report) - Retrieve a report
234
+ * [get_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_salesorder) - Retrieve a salesorder
235
+ * [get_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_taxrate) - Retrieve a taxrate
236
+ * [get_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_transaction) - Retrieve a transaction
237
+ * [get_accounting_trialbalance](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_trialbalance) - Retrieve a trialbalance
238
+ * [get_accounting_vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_vendorcredit) - Retrieve a vendorcredit
239
+ * [list_accounting_accounts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_accounts) - List all accounts
240
+ * [list_accounting_balancesheets](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_balancesheets) - List all balancesheets
241
+ * [list_accounting_bills](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_bills) - List all bills
242
+ * [list_accounting_cashflows](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_cashflows) - List all cashflows
243
+ * [list_accounting_categories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_categories) - List all categories
244
+ * [list_accounting_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_contacts) - List all contacts
245
+ * [list_accounting_creditmemoes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_creditmemoes) - List all creditmemoes
246
+ * [list_accounting_expenses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_expenses) - List all expenses
247
+ * [list_accounting_invoices](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_invoices) - List all invoices
248
+ * [list_accounting_journals](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_journals) - List all journals
249
+ * [list_accounting_orders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_orders) - List all orders
250
+ * [list_accounting_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_organizations) - List all organizations
251
+ * [list_accounting_profitlosses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_profitlosses) - List all profitlosses
252
+ * [list_accounting_purchaseorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_purchaseorders) - List all purchaseorders
253
+ * [list_accounting_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_reports) - List all reports
254
+ * [list_accounting_salesorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_salesorders) - List all salesorders
255
+ * [list_accounting_taxrates](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_taxrates) - List all taxrates
256
+ * [list_accounting_transactions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_transactions) - List all transactions
257
+ * [list_accounting_trialbalances](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_trialbalances) - List all trialbalances
258
+ * [list_accounting_vendorcredits](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_vendorcredits) - List all vendorcredits
259
+ * [patch_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_account) - Update an account
260
+ * [patch_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_bill) - Update a bill
261
+ * [patch_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_category) - Update a category
262
+ * [patch_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_contact) - Update a contact
263
+ * [patch_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_creditmemo) - Update a creditmemo
264
+ * [patch_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_expense) - Update an expense
265
+ * [patch_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_invoice) - Update an invoice
266
+ * [patch_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_journal) - Update a journal
267
+ * [patch_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_order) - Update an order
268
+ * [patch_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_purchaseorder) - Update a purchaseorder
269
+ * [patch_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_salesorder) - Update a salesorder
270
+ * [patch_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_taxrate) - Update a taxrate
271
+ * [patch_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_transaction) - Update a transaction
272
+ * [patch_accounting_vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_vendorcredit) - Update a vendorcredit
273
+ * [remove_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_account) - Remove an account
274
+ * [remove_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_bill) - Remove a bill
275
+ * [remove_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_category) - Remove a category
276
+ * [remove_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_contact) - Remove a contact
277
+ * [remove_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_creditmemo) - Remove a creditmemo
278
+ * [remove_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_expense) - Remove an expense
279
+ * [remove_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_invoice) - Remove an invoice
280
+ * [remove_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_journal) - Remove a journal
281
+ * [remove_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_order) - Remove an order
282
+ * [remove_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_purchaseorder) - Remove a purchaseorder
283
+ * [remove_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_salesorder) - Remove a salesorder
284
+ * [remove_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_taxrate) - Remove a taxrate
285
+ * [remove_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_transaction) - Remove a transaction
286
+ * [remove_accounting_vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_vendorcredit) - Remove a vendorcredit
287
+ * [update_accounting_account](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_account) - Update an account
288
+ * [update_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_bill) - Update a bill
289
+ * [update_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_category) - Update a category
290
+ * [update_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_contact) - Update a contact
291
+ * [update_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_creditmemo) - Update a creditmemo
292
+ * [update_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_expense) - Update an expense
293
+ * [update_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_invoice) - Update an invoice
294
+ * [update_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_journal) - Update a journal
295
+ * [update_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_order) - Update an order
296
+ * [update_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_purchaseorder) - Update a purchaseorder
297
+ * [update_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_salesorder) - Update a salesorder
298
+ * [update_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_taxrate) - Update a taxrate
299
+ * [update_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_transaction) - Update a transaction
300
+ * [update_accounting_vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_vendorcredit) - Update a vendorcredit
301
+
302
+ ### [Activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md)
303
+
304
+ * [create_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#create_ats_activity) - Create an activity
305
+ * [create_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#create_lms_activity) - Create an activity
306
+ * [get_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#get_ats_activity) - Retrieve an activity
307
+ * [get_clubs_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#get_clubs_activity) - Retrieve an activity
308
+ * [get_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#get_lms_activity) - Retrieve an activity
309
+ * [list_ats_activities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#list_ats_activities) - List all activities
310
+ * [list_clubs_activities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#list_clubs_activities) - List all activities
311
+ * [list_lms_activities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#list_lms_activities) - List all activities
312
+ * [patch_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#patch_ats_activity) - Update an activity
313
+ * [patch_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#patch_lms_activity) - Update an activity
314
+ * [remove_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#remove_ats_activity) - Remove an activity
315
+ * [remove_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#remove_lms_activity) - Remove an activity
316
+ * [update_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#update_ats_activity) - Update an activity
317
+ * [update_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#update_lms_activity) - Update an activity
318
+
319
+ ### [Ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md)
320
+
321
+ * [create_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#create_ads_ad) - Create an ad
322
+ * [get_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#get_ads_ad) - Retrieve an ad
323
+ * [list_ads_ads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#list_ads_ads) - List all ads
324
+ * [patch_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#patch_ads_ad) - Update an ad
325
+ * [remove_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#remove_ads_ad) - Remove an ad
326
+ * [update_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#update_ads_ad) - Update an ad
327
+
328
+ ### [Ads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md)
329
+
330
+ * [create_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_ad) - Create an ad
331
+ * [create_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_campaign) - Create a campaign
332
+ * [create_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_creative) - Create a creative
333
+ * [create_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_group) - Create a group
334
+ * [create_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_insertionorder) - Create an insertionorder
335
+ * [create_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_organization) - Create an organization
336
+ * [get_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_ad) - Retrieve an ad
337
+ * [get_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_campaign) - Retrieve a campaign
338
+ * [get_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_creative) - Retrieve a creative
339
+ * [get_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_group) - Retrieve a group
340
+ * [get_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_insertionorder) - Retrieve an insertionorder
341
+ * [get_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_organization) - Retrieve an organization
342
+ * [get_ads_promoted](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_promoted) - Retrieve a promoted
343
+ * [get_ads_target](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_target) - Retrieve a target
344
+ * [list_ads_ads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_ads) - List all ads
345
+ * [list_ads_campaigns](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_campaigns) - List all campaigns
346
+ * [list_ads_creatives](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_creatives) - List all creatives
347
+ * [list_ads_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_groups) - List all groups
348
+ * [list_ads_insertionorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_insertionorders) - List all insertionorders
349
+ * [list_ads_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_organizations) - List all organizations
350
+ * [list_ads_promoteds](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_promoteds) - List all promoteds
351
+ * [list_ads_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_reports) - List all reports
352
+ * [list_ads_targets](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_targets) - List all targets
353
+ * [patch_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_ad) - Update an ad
354
+ * [patch_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_campaign) - Update a campaign
355
+ * [patch_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_creative) - Update a creative
356
+ * [patch_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_group) - Update a group
357
+ * [patch_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_insertionorder) - Update an insertionorder
358
+ * [patch_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_organization) - Update an organization
359
+ * [remove_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_ad) - Remove an ad
360
+ * [remove_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_campaign) - Remove a campaign
361
+ * [remove_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_creative) - Remove a creative
362
+ * [remove_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_group) - Remove a group
363
+ * [remove_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_insertionorder) - Remove an insertionorder
364
+ * [remove_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_organization) - Remove an organization
365
+ * [update_ads_ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_ad) - Update an ad
366
+ * [update_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_campaign) - Update a campaign
367
+ * [update_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_creative) - Update a creative
368
+ * [update_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_group) - Update a group
369
+ * [update_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_insertionorder) - Update an insertionorder
370
+ * [update_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_organization) - Update an organization
371
+
372
+ ### [Analytics](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md)
373
+
374
+ * [create_analytics_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#create_analytics_event) - Create an event
375
+ * [create_analytics_property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#create_analytics_property) - Create a property
376
+ * [create_analytics_visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#create_analytics_visitor) - Create a visitor
377
+ * [get_analytics_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#get_analytics_event) - Retrieve an event
378
+ * [get_analytics_property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#get_analytics_property) - Retrieve a property
379
+ * [get_analytics_session](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#get_analytics_session) - Retrieve a session
380
+ * [get_analytics_visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#get_analytics_visitor) - Retrieve a visitor
381
+ * [list_analytics_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#list_analytics_events) - List all events
382
+ * [list_analytics_properties](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#list_analytics_properties) - List all properties
383
+ * [list_analytics_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#list_analytics_reports) - List all reports
384
+ * [list_analytics_sessions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#list_analytics_sessions) - List all sessions
385
+ * [list_analytics_visitors](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#list_analytics_visitors) - List all visitors
386
+ * [patch_analytics_property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#patch_analytics_property) - Update a property
387
+ * [patch_analytics_visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#patch_analytics_visitor) - Update a visitor
388
+ * [remove_analytics_property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#remove_analytics_property) - Remove a property
389
+ * [remove_analytics_visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#remove_analytics_visitor) - Remove a visitor
390
+ * [update_analytics_property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#update_analytics_property) - Update a property
391
+ * [update_analytics_visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#update_analytics_visitor) - Update a visitor
392
+
393
+ ### [Apicall](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/apicall/README.md)
394
+
395
+ * [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
396
+ * [list_unified_apicalls](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/apicall/README.md#list_unified_apicalls) - Returns API Calls
397
+
398
+ ### [Application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md)
399
+
400
+ * [create_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#create_ats_application) - Create an application
401
+ * [get_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#get_ats_application) - Retrieve an application
402
+ * [list_ats_applications](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#list_ats_applications) - List all applications
403
+ * [patch_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#patch_ats_application) - Update an application
404
+ * [remove_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#remove_ats_application) - Remove an application
405
+ * [update_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#update_ats_application) - Update an application
406
+
407
+ ### [Applicationstatus](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/applicationstatus/README.md)
408
+
409
+ * [list_ats_applicationstatuses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/applicationstatus/README.md#list_ats_applicationstatuses) - List all applicationstatuses
410
+
411
+ ### [Assessment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md)
412
+
413
+ * [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
414
+ * [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
415
+ * [list_assessment_packages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#list_assessment_packages) - List assessment packages
416
+ * [patch_assessment_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#patch_assessment_order) - Update an order
417
+ * [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
418
+ * [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
419
+ * [update_assessment_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#update_assessment_order) - Update an order
420
+ * [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
421
+
422
+ ### [Ats](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md)
423
+
424
+ * [create_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_activity) - Create an activity
425
+ * [create_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_application) - Create an application
426
+ * [create_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_candidate) - Create a candidate
427
+ * [create_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_company) - Create a company
428
+ * [create_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_document) - Create a document
429
+ * [create_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_interview) - Create an interview
430
+ * [create_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_job) - Create a job
431
+ * [create_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_scorecard) - Create a scorecard
432
+ * [get_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_activity) - Retrieve an activity
433
+ * [get_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_application) - Retrieve an application
434
+ * [get_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_candidate) - Retrieve a candidate
435
+ * [get_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_company) - Retrieve a company
436
+ * [get_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_document) - Retrieve a document
437
+ * [get_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_interview) - Retrieve an interview
438
+ * [get_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_job) - Retrieve a job
439
+ * [get_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_scorecard) - Retrieve a scorecard
440
+ * [list_ats_activities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_activities) - List all activities
441
+ * [list_ats_applications](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_applications) - List all applications
442
+ * [list_ats_applicationstatuses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_applicationstatuses) - List all applicationstatuses
443
+ * [list_ats_candidates](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_candidates) - List all candidates
444
+ * [list_ats_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_companies) - List all companies
445
+ * [list_ats_documents](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_documents) - List all documents
446
+ * [list_ats_interviews](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_interviews) - List all interviews
447
+ * [list_ats_jobs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_jobs) - List all jobs
448
+ * [list_ats_scorecards](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_scorecards) - List all scorecards
449
+ * [patch_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_activity) - Update an activity
450
+ * [patch_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_application) - Update an application
451
+ * [patch_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_candidate) - Update a candidate
452
+ * [patch_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_company) - Update a company
453
+ * [patch_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_document) - Update a document
454
+ * [patch_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_interview) - Update an interview
455
+ * [patch_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_job) - Update a job
456
+ * [patch_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_scorecard) - Update a scorecard
457
+ * [remove_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_activity) - Remove an activity
458
+ * [remove_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_application) - Remove an application
459
+ * [remove_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_candidate) - Remove a candidate
460
+ * [remove_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_company) - Remove a company
461
+ * [remove_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_document) - Remove a document
462
+ * [remove_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_interview) - Remove an interview
463
+ * [remove_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_job) - Remove a job
464
+ * [remove_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_scorecard) - Remove a scorecard
465
+ * [update_ats_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_activity) - Update an activity
466
+ * [update_ats_application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_application) - Update an application
467
+ * [update_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_candidate) - Update a candidate
468
+ * [update_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_company) - Update a company
469
+ * [update_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_document) - Update a document
470
+ * [update_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_interview) - Update an interview
471
+ * [update_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_job) - Update a job
472
+ * [update_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_scorecard) - Update a scorecard
473
+
474
+ ### [Auth](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/auth/README.md)
475
+
476
+ * [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
477
+ * [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
478
+
479
+ ### [Availability](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/availability/README.md)
480
+
481
+ * [list_commerce_availabilities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/availability/README.md#list_commerce_availabilities) - List all availabilities
482
+
483
+ ### [Balancesheet](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/balancesheet/README.md)
484
+
485
+ * [get_accounting_balancesheet](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/balancesheet/README.md#get_accounting_balancesheet) - Retrieve a balancesheet
486
+ * [list_accounting_balancesheets](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/balancesheet/README.md#list_accounting_balancesheets) - List all balancesheets
487
+
488
+ ### [Bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md)
489
+
490
+ * [create_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#create_hris_bankaccount) - Create a bankaccount
491
+ * [get_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#get_hris_bankaccount) - Retrieve a bankaccount
492
+ * [list_hris_bankaccounts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#list_hris_bankaccounts) - List all bankaccounts
493
+ * [patch_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#patch_hris_bankaccount) - Update a bankaccount
494
+ * [remove_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#remove_hris_bankaccount) - Remove a bankaccount
495
+ * [update_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#update_hris_bankaccount) - Update a bankaccount
496
+
497
+ ### [Benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md)
498
+
499
+ * [create_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#create_hris_benefit) - Create a benefit
500
+ * [get_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#get_hris_benefit) - Retrieve a benefit
501
+ * [list_hris_benefits](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#list_hris_benefits) - List all benefits
502
+ * [patch_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#patch_hris_benefit) - Update a benefit
503
+ * [remove_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#remove_hris_benefit) - Remove a benefit
504
+ * [update_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#update_hris_benefit) - Update a benefit
505
+
506
+ ### [Bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md)
507
+
508
+ * [create_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#create_accounting_bill) - Create a bill
509
+ * [get_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#get_accounting_bill) - Retrieve a bill
510
+ * [list_accounting_bills](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#list_accounting_bills) - List all bills
511
+ * [patch_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#patch_accounting_bill) - Update a bill
512
+ * [remove_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#remove_accounting_bill) - Remove a bill
513
+ * [update_accounting_bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#update_accounting_bill) - Update a bill
514
+
515
+ ### [Branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md)
516
+
517
+ * [create_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#create_repo_branch) - Create a branch
518
+ * [get_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#get_repo_branch) - Retrieve a branch
519
+ * [list_repo_branches](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#list_repo_branches) - List all branches
520
+ * [patch_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#patch_repo_branch) - Update a branch
521
+ * [remove_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#remove_repo_branch) - Remove a branch
522
+ * [update_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#update_repo_branch) - Update a branch
523
+
524
+ ### [Busy](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/busy/README.md)
525
+
526
+ * [list_calendar_busies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/busy/README.md#list_calendar_busies) - List all busies
527
+
528
+ ### [Calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md)
529
+
530
+ * [create_calendar_calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_calendar) - Create a calendar
531
+ * [create_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_event) - Create an event
532
+ * [create_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_link) - Create a link
533
+ * [create_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_webinar) - Create a webinar
534
+ * [get_calendar_calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_calendar) - Retrieve a calendar
535
+ * [get_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_event) - Retrieve an event
536
+ * [get_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_link) - Retrieve a link
537
+ * [get_calendar_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_recording) - Retrieve a recording
538
+ * [get_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_webinar) - Retrieve a webinar
539
+ * [list_calendar_busies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_busies) - List all busies
540
+ * [list_calendar_calendars](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_calendars) - List all calendars
541
+ * [list_calendar_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_events) - List all events
542
+ * [list_calendar_links](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_links) - List all links
543
+ * [list_calendar_recordings](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_recordings) - List all recordings
544
+ * [list_calendar_webinars](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_webinars) - List all webinars
545
+ * [patch_calendar_calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_calendar) - Update a calendar
546
+ * [patch_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_event) - Update an event
547
+ * [patch_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_link) - Update a link
548
+ * [patch_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_webinar) - Update a webinar
549
+ * [remove_calendar_calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_calendar) - Remove a calendar
550
+ * [remove_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_event) - Remove an event
551
+ * [remove_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_link) - Remove a link
552
+ * [remove_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_webinar) - Remove a webinar
553
+ * [update_calendar_calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_calendar) - Update a calendar
554
+ * [update_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_event) - Update an event
555
+ * [update_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_link) - Update a link
556
+ * [update_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_webinar) - Update a webinar
557
+
558
+ ### [Call](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/call/README.md)
559
+
560
+ * [get_uc_call](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/call/README.md#get_uc_call) - Retrieve a call
561
+ * [list_uc_calls](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/call/README.md#list_uc_calls) - List all calls
562
+
563
+ ### [Campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md)
564
+
565
+ * [create_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#create_ads_campaign) - Create a campaign
566
+ * [create_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#create_martech_campaign) - Create a campaign
567
+ * [get_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#get_ads_campaign) - Retrieve a campaign
568
+ * [get_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#get_martech_campaign) - Retrieve a campaign
569
+ * [list_ads_campaigns](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#list_ads_campaigns) - List all campaigns
570
+ * [list_martech_campaigns](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#list_martech_campaigns) - List all campaigns
571
+ * [patch_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#patch_ads_campaign) - Update a campaign
572
+ * [patch_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#patch_martech_campaign) - Update a campaign
573
+ * [remove_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#remove_ads_campaign) - Remove a campaign
574
+ * [remove_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#remove_martech_campaign) - Remove a campaign
575
+ * [update_ads_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#update_ads_campaign) - Update a campaign
576
+ * [update_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#update_martech_campaign) - Update a campaign
577
+
578
+ ### [Candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md)
579
+
580
+ * [create_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#create_ats_candidate) - Create a candidate
581
+ * [get_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#get_ats_candidate) - Retrieve a candidate
582
+ * [list_ats_candidates](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#list_ats_candidates) - List all candidates
583
+ * [patch_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#patch_ats_candidate) - Update a candidate
584
+ * [remove_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#remove_ats_candidate) - Remove a candidate
585
+ * [update_ats_candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#update_ats_candidate) - Update a candidate
586
+
587
+ ### [Carrier](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/carrier/README.md)
588
+
589
+ * [get_shipping_carrier](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/carrier/README.md#get_shipping_carrier) - Retrieve a carrier
590
+ * [list_shipping_carriers](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/carrier/README.md#list_shipping_carriers) - List all carriers
591
+
592
+ ### [Cashflow](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/cashflow/README.md)
593
+
594
+ * [get_accounting_cashflow](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/cashflow/README.md#get_accounting_cashflow) - Retrieve a cashflow
595
+ * [list_accounting_cashflows](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/cashflow/README.md#list_accounting_cashflows) - List all cashflows
596
+
597
+ ### [Category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md)
598
+
599
+ * [create_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#create_accounting_category) - Create a category
600
+ * [create_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#create_ticketing_category) - Create a category
601
+ * [get_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#get_accounting_category) - Retrieve a category
602
+ * [get_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#get_ticketing_category) - Retrieve a category
603
+ * [list_accounting_categories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#list_accounting_categories) - List all categories
604
+ * [list_ticketing_categories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#list_ticketing_categories) - List all categories
605
+ * [patch_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#patch_accounting_category) - Update a category
606
+ * [patch_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#patch_ticketing_category) - Update a category
607
+ * [remove_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#remove_accounting_category) - Remove a category
608
+ * [remove_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#remove_ticketing_category) - Remove a category
609
+ * [update_accounting_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#update_accounting_category) - Update a category
610
+ * [update_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#update_ticketing_category) - Update a category
611
+
612
+ ### [Change](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/change/README.md)
613
+
614
+ * [get_task_change](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/change/README.md#get_task_change) - Retrieve a change
615
+ * [list_task_changes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/change/README.md#list_task_changes) - List all changes
616
+
617
+ ### [Channel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/channel/README.md)
618
+
619
+ * [get_messaging_channel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/channel/README.md#get_messaging_channel) - Retrieve a channel
620
+ * [list_messaging_channels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/channel/README.md#list_messaging_channels) - List all channels
621
+
622
+ ### [Class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md)
623
+
624
+ * [create_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#create_lms_class) - Create a class
625
+ * [get_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#get_lms_class) - Retrieve a class
626
+ * [list_lms_classes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#list_lms_classes) - List all classes
627
+ * [patch_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#patch_lms_class) - Update a class
628
+ * [remove_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#remove_lms_class) - Remove a class
629
+ * [update_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#update_lms_class) - Update a class
630
+
631
+ ### [Clubs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md)
632
+
633
+ * [get_clubs_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#get_clubs_activity) - Retrieve an activity
634
+ * [get_clubs_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#get_clubs_event) - Retrieve an event
635
+ * [get_clubs_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#get_clubs_group) - Retrieve a group
636
+ * [get_clubs_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#get_clubs_location) - Retrieve a location
637
+ * [get_clubs_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#get_clubs_member) - Retrieve a member
638
+ * [list_clubs_activities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#list_clubs_activities) - List all activities
639
+ * [list_clubs_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#list_clubs_events) - List all events
640
+ * [list_clubs_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#list_clubs_groups) - List all groups
641
+ * [list_clubs_locations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#list_clubs_locations) - List all locations
642
+ * [list_clubs_members](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#list_clubs_members) - List all members
643
+
644
+ ### [Collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md)
645
+
646
+ * [create_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#create_commerce_collection) - Create a collection
647
+ * [create_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#create_lms_collection) - Create a collection
648
+ * [get_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#get_commerce_collection) - Retrieve a collection
649
+ * [get_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#get_lms_collection) - Retrieve a collection
650
+ * [list_commerce_collections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#list_commerce_collections) - List all collections
651
+ * [list_lms_collections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#list_lms_collections) - List all collections
652
+ * [patch_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#patch_commerce_collection) - Update a collection
653
+ * [patch_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#patch_lms_collection) - Update a collection
654
+ * [remove_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#remove_commerce_collection) - Remove a collection
655
+ * [remove_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#remove_lms_collection) - Remove a collection
656
+ * [update_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#update_commerce_collection) - Update a collection
657
+ * [update_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#update_lms_collection) - Update a collection
658
+
659
+ ### [Comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md)
660
+
661
+ * [create_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#create_kms_comment) - Create a comment
662
+ * [create_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#create_task_comment) - Create a comment
663
+ * [create_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#create_uc_comment) - Create a comment
664
+ * [get_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#get_kms_comment) - Retrieve a comment
665
+ * [get_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#get_task_comment) - Retrieve a comment
666
+ * [get_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#get_uc_comment) - Retrieve a comment
667
+ * [list_kms_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#list_kms_comments) - List all comments
668
+ * [list_task_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#list_task_comments) - List all comments
669
+ * [list_uc_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#list_uc_comments) - List all comments
670
+ * [patch_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#patch_kms_comment) - Update a comment
671
+ * [patch_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#patch_task_comment) - Update a comment
672
+ * [patch_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#patch_uc_comment) - Update a comment
673
+ * [remove_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#remove_kms_comment) - Remove a comment
674
+ * [remove_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#remove_task_comment) - Remove a comment
675
+ * [remove_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#remove_uc_comment) - Remove a comment
676
+ * [update_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#update_kms_comment) - Update a comment
677
+ * [update_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#update_task_comment) - Update a comment
678
+ * [update_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#update_uc_comment) - Update a comment
679
+
680
+ ### [Commerce](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md)
681
+
682
+ * [create_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_collection) - Create a collection
683
+ * [create_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_inventory) - Create an inventory
684
+ * [create_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_item) - Create an item
685
+ * [create_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_itemvariant) - Create an itemvariant
686
+ * [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_location) - Create a location
687
+ * [create_commerce_reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_reservation) - Create a reservation
688
+ * [create_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_review) - Create a review
689
+ * [create_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_saleschannel) - Create a saleschannel
690
+ * [get_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_collection) - Retrieve a collection
691
+ * [get_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_inventory) - Retrieve an inventory
692
+ * [get_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_item) - Retrieve an item
693
+ * [get_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_itemvariant) - Retrieve an itemvariant
694
+ * [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_location) - Retrieve a location
695
+ * [get_commerce_reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_reservation) - Retrieve a reservation
696
+ * [get_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_review) - Retrieve a review
697
+ * [get_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_saleschannel) - Retrieve a saleschannel
698
+ * [list_commerce_availabilities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_availabilities) - List all availabilities
699
+ * [list_commerce_collections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_collections) - List all collections
700
+ * [list_commerce_inventories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_inventories) - List all inventories
701
+ * [list_commerce_items](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_items) - List all items
702
+ * [list_commerce_itemvariants](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_itemvariants) - List all itemvariants
703
+ * [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_locations) - List all locations
704
+ * [list_commerce_reservations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_reservations) - List all reservations
705
+ * [list_commerce_reviews](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_reviews) - List all reviews
706
+ * [list_commerce_saleschannels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_saleschannels) - List all saleschannels
707
+ * [patch_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_collection) - Update a collection
708
+ * [patch_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_inventory) - Update an inventory
709
+ * [patch_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_item) - Update an item
710
+ * [patch_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_itemvariant) - Update an itemvariant
711
+ * [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_location) - Update a location
712
+ * [patch_commerce_reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_reservation) - Update a reservation
713
+ * [patch_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_review) - Update a review
714
+ * [patch_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_saleschannel) - Update a saleschannel
715
+ * [remove_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_collection) - Remove a collection
716
+ * [remove_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_inventory) - Remove an inventory
717
+ * [remove_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_item) - Remove an item
718
+ * [remove_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_itemvariant) - Remove an itemvariant
719
+ * [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_location) - Remove a location
720
+ * [remove_commerce_reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_reservation) - Remove a reservation
721
+ * [remove_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_review) - Remove a review
722
+ * [remove_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_saleschannel) - Remove a saleschannel
723
+ * [update_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_collection) - Update a collection
724
+ * [update_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_inventory) - Update an inventory
725
+ * [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_item) - Update an item
726
+ * [update_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_itemvariant) - Update an itemvariant
727
+ * [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_location) - Update a location
728
+ * [update_commerce_reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_reservation) - Update a reservation
729
+ * [update_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_review) - Update a review
730
+ * [update_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_saleschannel) - Update a saleschannel
731
+
732
+ ### [Commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md)
733
+
734
+ * [create_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#create_repo_commit) - Create a commit
735
+ * [get_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#get_repo_commit) - Retrieve a commit
736
+ * [list_repo_commits](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#list_repo_commits) - List all commits
737
+ * [patch_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#patch_repo_commit) - Update a commit
738
+ * [remove_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#remove_repo_commit) - Remove a commit
739
+ * [update_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#update_repo_commit) - Update a commit
740
+
741
+ ### [Company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md)
742
+
743
+ * [create_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#create_ats_company) - Create a company
744
+ * [create_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#create_crm_company) - Create a company
745
+ * [create_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#create_hris_company) - Create a company
746
+ * [get_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#get_ats_company) - Retrieve a company
747
+ * [get_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#get_crm_company) - Retrieve a company
748
+ * [get_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#get_hris_company) - Retrieve a company
749
+ * [list_ats_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#list_ats_companies) - List all companies
750
+ * [list_crm_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#list_crm_companies) - List all companies
751
+ * [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
752
+ * [list_hris_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#list_hris_companies) - List all companies
753
+ * [patch_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#patch_ats_company) - Update a company
754
+ * [patch_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#patch_crm_company) - Update a company
755
+ * [patch_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#patch_hris_company) - Update a company
756
+ * [remove_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#remove_ats_company) - Remove a company
757
+ * [remove_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#remove_crm_company) - Remove a company
758
+ * [remove_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#remove_hris_company) - Remove a company
759
+ * [update_ats_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#update_ats_company) - Update a company
760
+ * [update_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#update_crm_company) - Update a company
761
+ * [update_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#update_hris_company) - Update a company
762
+
763
+ ### [Connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md)
764
+
765
+ * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#create_unified_connection) - Create connection
766
+ * [get_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#get_unified_connection) - Retrieve connection
767
+ * [list_unified_connections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#list_unified_connections) - List all connections
768
+ * [patch_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#patch_unified_connection) - Update connection
769
+ * [remove_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#remove_unified_connection) - Remove connection
770
+ * [update_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#update_unified_connection) - Update connection
771
+
772
+ ### [Contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md)
773
+
774
+ * [create_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#create_accounting_contact) - Create a contact
775
+ * [create_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#create_crm_contact) - Create a contact
776
+ * [create_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#create_uc_contact) - Create a contact
777
+ * [get_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#get_accounting_contact) - Retrieve a contact
778
+ * [get_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#get_crm_contact) - Retrieve a contact
779
+ * [get_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#get_uc_contact) - Retrieve a contact
780
+ * [list_accounting_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#list_accounting_contacts) - List all contacts
781
+ * [list_crm_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#list_crm_contacts) - List all contacts
782
+ * [list_uc_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#list_uc_contacts) - List all contacts
783
+ * [patch_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#patch_accounting_contact) - Update a contact
784
+ * [patch_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#patch_crm_contact) - Update a contact
785
+ * [patch_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#patch_uc_contact) - Update a contact
786
+ * [remove_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#remove_accounting_contact) - Remove a contact
787
+ * [remove_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#remove_crm_contact) - Remove a contact
788
+ * [remove_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#remove_uc_contact) - Remove a contact
789
+ * [update_accounting_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#update_accounting_contact) - Update a contact
790
+ * [update_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#update_crm_contact) - Update a contact
791
+ * [update_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#update_uc_contact) - Update a contact
792
+
793
+ ### [Content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md)
794
+
795
+ * [create_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#create_lms_content) - Create a content
796
+ * [get_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#get_lms_content) - Retrieve a content
797
+ * [list_lms_contents](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#list_lms_contents) - List all contents
798
+ * [patch_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#patch_lms_content) - Update a content
799
+ * [remove_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#remove_lms_content) - Remove a content
800
+ * [update_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#update_lms_content) - Update a content
801
+
802
+ ### [Course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md)
803
+
804
+ * [create_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#create_lms_course) - Create a course
805
+ * [get_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#get_lms_course) - Retrieve a course
806
+ * [list_lms_courses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#list_lms_courses) - List all courses
807
+ * [patch_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#patch_lms_course) - Update a course
808
+ * [remove_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#remove_lms_course) - Remove a course
809
+ * [update_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#update_lms_course) - Update a course
810
+
811
+ ### [Creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md)
812
+
813
+ * [create_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#create_ads_creative) - Create a creative
814
+ * [get_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#get_ads_creative) - Retrieve a creative
815
+ * [list_ads_creatives](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#list_ads_creatives) - List all creatives
816
+ * [patch_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#patch_ads_creative) - Update a creative
817
+ * [remove_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#remove_ads_creative) - Remove a creative
818
+ * [update_ads_creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#update_ads_creative) - Update a creative
819
+
820
+ ### [Creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md)
821
+
822
+ * [create_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#create_accounting_creditmemo) - Create a creditmemo
823
+ * [get_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#get_accounting_creditmemo) - Retrieve a creditmemo
824
+ * [list_accounting_creditmemoes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#list_accounting_creditmemoes) - List all creditmemoes
825
+ * [patch_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#patch_accounting_creditmemo) - Update a creditmemo
826
+ * [remove_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#remove_accounting_creditmemo) - Remove a creditmemo
827
+ * [update_accounting_creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#update_accounting_creditmemo) - Update a creditmemo
828
+
829
+ ### [Crm](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md)
830
+
831
+ * [create_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_company) - Create a company
832
+ * [create_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_contact) - Create a contact
833
+ * [create_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_deal) - Create a deal
834
+ * [create_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_event) - Create an event
835
+ * [create_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_lead) - Create a lead
836
+ * [create_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_pipeline) - Create a pipeline
837
+ * [get_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_company) - Retrieve a company
838
+ * [get_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_contact) - Retrieve a contact
839
+ * [get_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_deal) - Retrieve a deal
840
+ * [get_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_event) - Retrieve an event
841
+ * [get_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_lead) - Retrieve a lead
842
+ * [get_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_pipeline) - Retrieve a pipeline
843
+ * [list_crm_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_companies) - List all companies
844
+ * [list_crm_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_contacts) - List all contacts
845
+ * [list_crm_deals](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_deals) - List all deals
846
+ * [list_crm_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_events) - List all events
847
+ * [list_crm_leads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_leads) - List all leads
848
+ * [list_crm_picklists](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_picklists) - List all picklists
849
+ * [list_crm_pipelines](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_pipelines) - List all pipelines
850
+ * [patch_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_company) - Update a company
851
+ * [patch_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_contact) - Update a contact
852
+ * [patch_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_deal) - Update a deal
853
+ * [patch_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_event) - Update an event
854
+ * [patch_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_lead) - Update a lead
855
+ * [patch_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_pipeline) - Update a pipeline
856
+ * [remove_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_company) - Remove a company
857
+ * [remove_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_contact) - Remove a contact
858
+ * [remove_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_deal) - Remove a deal
859
+ * [remove_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_event) - Remove an event
860
+ * [remove_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_lead) - Remove a lead
861
+ * [remove_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_pipeline) - Remove a pipeline
862
+ * [update_crm_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_company) - Update a company
863
+ * [update_crm_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_contact) - Update a contact
864
+ * [update_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_deal) - Update a deal
865
+ * [update_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_event) - Update an event
866
+ * [update_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_lead) - Update a lead
867
+ * [update_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_pipeline) - Update a pipeline
868
+
869
+ ### [Customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md)
870
+
871
+ * [create_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#create_ticketing_customer) - Create a customer
872
+ * [get_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#get_ticketing_customer) - Retrieve a customer
873
+ * [list_ticketing_customers](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#list_ticketing_customers) - List all customers
874
+ * [patch_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#patch_ticketing_customer) - Update a customer
875
+ * [remove_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#remove_ticketing_customer) - Remove a customer
876
+ * [update_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#update_ticketing_customer) - Update a customer
877
+
878
+ ### [Database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md)
879
+
880
+ * [create_datastore_database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#create_datastore_database) - Create a database
881
+ * [get_datastore_database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#get_datastore_database) - Retrieve a database
882
+ * [list_datastore_databases](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#list_datastore_databases) - List all databases
883
+ * [patch_datastore_database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#patch_datastore_database) - Update a database
884
+ * [remove_datastore_database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#remove_datastore_database) - Remove a database
885
+ * [update_datastore_database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#update_datastore_database) - Update a database
886
+
887
+ ### [Datastore](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md)
888
+
889
+ * [create_datastore_database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#create_datastore_database) - Create a database
890
+ * [create_datastore_query](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#create_datastore_query) - Create a query
891
+ * [create_datastore_record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#create_datastore_record) - Create a record
892
+ * [create_datastore_table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#create_datastore_table) - Create a table
893
+ * [get_datastore_database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#get_datastore_database) - Retrieve a database
894
+ * [get_datastore_record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#get_datastore_record) - Retrieve a record
895
+ * [get_datastore_table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#get_datastore_table) - Retrieve a table
896
+ * [list_datastore_databases](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#list_datastore_databases) - List all databases
897
+ * [list_datastore_records](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#list_datastore_records) - List all records
898
+ * [list_datastore_tables](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#list_datastore_tables) - List all tables
899
+ * [patch_datastore_database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#patch_datastore_database) - Update a database
900
+ * [patch_datastore_record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#patch_datastore_record) - Update a record
901
+ * [patch_datastore_table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#patch_datastore_table) - Update a table
902
+ * [remove_datastore_database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#remove_datastore_database) - Remove a database
903
+ * [remove_datastore_record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#remove_datastore_record) - Remove a record
904
+ * [remove_datastore_table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#remove_datastore_table) - Remove a table
905
+ * [update_datastore_database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#update_datastore_database) - Update a database
906
+ * [update_datastore_record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#update_datastore_record) - Update a record
907
+ * [update_datastore_table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#update_datastore_table) - Update a table
908
+
909
+ ### [Deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md)
910
+
911
+ * [create_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#create_crm_deal) - Create a deal
912
+ * [get_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#get_crm_deal) - Retrieve a deal
913
+ * [list_crm_deals](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#list_crm_deals) - List all deals
914
+ * [patch_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#patch_crm_deal) - Update a deal
915
+ * [remove_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#remove_crm_deal) - Remove a deal
916
+ * [update_crm_deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#update_crm_deal) - Update a deal
917
+
918
+ ### [Deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md)
919
+
920
+ * [create_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#create_hris_deduction) - Create a deduction
921
+ * [get_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#get_hris_deduction) - Retrieve a deduction
922
+ * [list_hris_deductions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#list_hris_deductions) - List all deductions
923
+ * [patch_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#patch_hris_deduction) - Update a deduction
924
+ * [remove_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#remove_hris_deduction) - Remove a deduction
925
+ * [update_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#update_hris_deduction) - Update a deduction
926
+
927
+ ### [Device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md)
928
+
929
+ * [create_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#create_hris_device) - Create a device
930
+ * [get_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#get_hris_device) - Retrieve a device
931
+ * [list_hris_devices](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#list_hris_devices) - List all devices
932
+ * [patch_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#patch_hris_device) - Update a device
933
+ * [remove_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#remove_hris_device) - Remove a device
934
+ * [update_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#update_hris_device) - Update a device
935
+
936
+ ### [Document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md)
937
+
938
+ * [create_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#create_ats_document) - Create a document
939
+ * [create_signing_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#create_signing_document) - Create a document
940
+ * [get_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#get_ats_document) - Retrieve a document
941
+ * [get_signing_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#get_signing_document) - Retrieve a document
942
+ * [list_ats_documents](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#list_ats_documents) - List all documents
943
+ * [list_signing_documents](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#list_signing_documents) - List all documents
944
+ * [patch_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#patch_ats_document) - Update a document
945
+ * [patch_signing_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#patch_signing_document) - Update a document
946
+ * [remove_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#remove_ats_document) - Remove a document
947
+ * [remove_signing_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#remove_signing_document) - Remove a document
948
+ * [update_ats_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#update_ats_document) - Update a document
949
+ * [update_signing_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#update_signing_document) - Update a document
950
+
951
+ ### [Embedding](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/embedding/README.md)
952
+
953
+ * [create_genai_embedding](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/embedding/README.md#create_genai_embedding) - Create an embedding
954
+
955
+ ### [Employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md)
956
+
957
+ * [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#create_hris_employee) - Create an employee
958
+ * [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#get_hris_employee) - Retrieve an employee
959
+ * [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#list_hris_employees) - List all employees
960
+ * [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#patch_hris_employee) - Update an employee
961
+ * [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#remove_hris_employee) - Remove an employee
962
+ * [update_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#update_hris_employee) - Update an employee
963
+
964
+ ### [Enrich](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/enrich/README.md)
965
+
966
+ * [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
967
+ * [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
968
+
969
+ ### [Environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md)
970
+
971
+ * [create_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md#create_unified_environment) - Create new environments
972
+ * [list_unified_environments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md#list_unified_environments) - Returns all environments
973
+ * [remove_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md#remove_unified_environment) - Remove an environment
974
+
975
+ ### [Event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md)
976
+
977
+ * [create_analytics_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#create_analytics_event) - Create an event
978
+ * [create_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#create_calendar_event) - Create an event
979
+ * [create_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#create_crm_event) - Create an event
980
+ * [get_analytics_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#get_analytics_event) - Retrieve an event
981
+ * [get_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#get_calendar_event) - Retrieve an event
982
+ * [get_clubs_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#get_clubs_event) - Retrieve an event
983
+ * [get_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#get_crm_event) - Retrieve an event
984
+ * [list_analytics_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#list_analytics_events) - List all events
985
+ * [list_calendar_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#list_calendar_events) - List all events
986
+ * [list_clubs_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#list_clubs_events) - List all events
987
+ * [list_crm_events](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#list_crm_events) - List all events
988
+ * [patch_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#patch_calendar_event) - Update an event
989
+ * [patch_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#patch_crm_event) - Update an event
990
+ * [patch_messaging_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#patch_messaging_event) - Update an event
991
+ * [remove_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#remove_calendar_event) - Remove an event
992
+ * [remove_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#remove_crm_event) - Remove an event
993
+ * [update_calendar_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#update_calendar_event) - Update an event
994
+ * [update_crm_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#update_crm_event) - Update an event
995
+ * [update_messaging_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#update_messaging_event) - Update an event
996
+
997
+ ### [Expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md)
998
+
999
+ * [create_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#create_accounting_expense) - Create an expense
1000
+ * [get_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#get_accounting_expense) - Retrieve an expense
1001
+ * [list_accounting_expenses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#list_accounting_expenses) - List all expenses
1002
+ * [patch_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#patch_accounting_expense) - Update an expense
1003
+ * [remove_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#remove_accounting_expense) - Remove an expense
1004
+ * [update_accounting_expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#update_accounting_expense) - Update an expense
1005
+
1006
+ ### [File](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md)
1007
+
1008
+ * [create_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#create_storage_file) - Create a file
1009
+ * [get_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#get_storage_file) - Retrieve a file
1010
+ * [list_storage_files](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#list_storage_files) - List all files
1011
+ * [patch_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#patch_storage_file) - Update a file
1012
+ * [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#remove_storage_file) - Remove a file
1013
+ * [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#update_storage_file) - Update a file
1014
+
1015
+ ### [Form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md)
1016
+
1017
+ * [create_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#create_forms_form) - Create a form
1018
+ * [get_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#get_forms_form) - Retrieve a form
1019
+ * [list_forms_forms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#list_forms_forms) - List all forms
1020
+ * [patch_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#patch_forms_form) - Update a form
1021
+ * [remove_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#remove_forms_form) - Remove a form
1022
+ * [update_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#update_forms_form) - Update a form
1023
+
1024
+ ### [Forms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md)
1025
+
1026
+ * [create_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#create_forms_form) - Create a form
1027
+ * [get_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#get_forms_form) - Retrieve a form
1028
+ * [get_forms_submission](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#get_forms_submission) - Retrieve a submission
1029
+ * [list_forms_forms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#list_forms_forms) - List all forms
1030
+ * [list_forms_submissions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#list_forms_submissions) - List all submissions
1031
+ * [patch_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#patch_forms_form) - Update a form
1032
+ * [remove_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#remove_forms_form) - Remove a form
1033
+ * [update_forms_form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#update_forms_form) - Update a form
1034
+
1035
+ ### [Genai](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md)
1036
+
1037
+ * [create_genai_embedding](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#create_genai_embedding) - Create an embedding
1038
+ * [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#create_genai_prompt) - Create a prompt
1039
+ * [get_genai_model](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#get_genai_model) - Retrieve a model
1040
+ * [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#list_genai_models) - List all models
1041
+
1042
+ ### [Group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md)
1043
+
1044
+ * [create_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#create_ads_group) - Create a group
1045
+ * [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#create_hris_group) - Create a group
1046
+ * [create_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#create_scim_groups) - Create group
1047
+ * [get_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_ads_group) - Retrieve a group
1048
+ * [get_clubs_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_clubs_group) - Retrieve a group
1049
+ * [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_hris_group) - Retrieve a group
1050
+ * [get_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_scim_groups) - Get group
1051
+ * [list_ads_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_ads_groups) - List all groups
1052
+ * [list_clubs_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_clubs_groups) - List all groups
1053
+ * [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_hris_groups) - List all groups
1054
+ * [list_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_scim_groups) - List groups
1055
+ * [patch_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#patch_ads_group) - Update a group
1056
+ * [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#patch_hris_group) - Update a group
1057
+ * [patch_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#patch_scim_groups) - Update group
1058
+ * [remove_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#remove_ads_group) - Remove a group
1059
+ * [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#remove_hris_group) - Remove a group
1060
+ * [remove_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#remove_scim_groups) - Delete group
1061
+ * [update_ads_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#update_ads_group) - Update a group
1062
+ * [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#update_hris_group) - Update a group
1063
+ * [update_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#update_scim_groups) - Update group
1064
+
1065
+ ### [Hris](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md)
1066
+
1067
+ * [create_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_bankaccount) - Create a bankaccount
1068
+ * [create_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_benefit) - Create a benefit
1069
+ * [create_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_company) - Create a company
1070
+ * [create_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_deduction) - Create a deduction
1071
+ * [create_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_device) - Create a device
1072
+ * [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_employee) - Create an employee
1073
+ * [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_group) - Create a group
1074
+ * [create_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_location) - Create a location
1075
+ * [create_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_timeoff) - Create a timeoff
1076
+ * [create_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_timeshift) - Create a timeshift
1077
+ * [get_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_bankaccount) - Retrieve a bankaccount
1078
+ * [get_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_benefit) - Retrieve a benefit
1079
+ * [get_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_company) - Retrieve a company
1080
+ * [get_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_deduction) - Retrieve a deduction
1081
+ * [get_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_device) - Retrieve a device
1082
+ * [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_employee) - Retrieve an employee
1083
+ * [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_group) - Retrieve a group
1084
+ * [get_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_location) - Retrieve a location
1085
+ * [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_payslip) - Retrieve a payslip
1086
+ * [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_timeoff) - Retrieve a timeoff
1087
+ * [get_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_timeshift) - Retrieve a timeshift
1088
+ * [list_hris_bankaccounts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_bankaccounts) - List all bankaccounts
1089
+ * [list_hris_benefits](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_benefits) - List all benefits
1090
+ * [list_hris_companies](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_companies) - List all companies
1091
+ * [list_hris_deductions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_deductions) - List all deductions
1092
+ * [list_hris_devices](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_devices) - List all devices
1093
+ * [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_employees) - List all employees
1094
+ * [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_groups) - List all groups
1095
+ * [list_hris_locations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_locations) - List all locations
1096
+ * [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_payslips) - List all payslips
1097
+ * [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_timeoffs) - List all timeoffs
1098
+ * [list_hris_timeshifts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_timeshifts) - List all timeshifts
1099
+ * [patch_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_bankaccount) - Update a bankaccount
1100
+ * [patch_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_benefit) - Update a benefit
1101
+ * [patch_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_company) - Update a company
1102
+ * [patch_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_deduction) - Update a deduction
1103
+ * [patch_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_device) - Update a device
1104
+ * [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_employee) - Update an employee
1105
+ * [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_group) - Update a group
1106
+ * [patch_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_location) - Update a location
1107
+ * [patch_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_timeoff) - Update a timeoff
1108
+ * [patch_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_timeshift) - Update a timeshift
1109
+ * [remove_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_bankaccount) - Remove a bankaccount
1110
+ * [remove_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_benefit) - Remove a benefit
1111
+ * [remove_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_company) - Remove a company
1112
+ * [remove_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_deduction) - Remove a deduction
1113
+ * [remove_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_device) - Remove a device
1114
+ * [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_employee) - Remove an employee
1115
+ * [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_group) - Remove a group
1116
+ * [remove_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_location) - Remove a location
1117
+ * [remove_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_timeoff) - Remove a timeoff
1118
+ * [remove_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_timeshift) - Remove a timeshift
1119
+ * [update_hris_bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_bankaccount) - Update a bankaccount
1120
+ * [update_hris_benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_benefit) - Update a benefit
1121
+ * [update_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_company) - Update a company
1122
+ * [update_hris_deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_deduction) - Update a deduction
1123
+ * [update_hris_device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_device) - Update a device
1124
+ * [update_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_employee) - Update an employee
1125
+ * [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_group) - Update a group
1126
+ * [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_location) - Update a location
1127
+ * [update_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_timeoff) - Update a timeoff
1128
+ * [update_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_timeshift) - Update a timeshift
1129
+
1130
+ ### [Insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md)
1131
+
1132
+ * [create_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#create_ads_insertionorder) - Create an insertionorder
1133
+ * [get_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#get_ads_insertionorder) - Retrieve an insertionorder
1134
+ * [list_ads_insertionorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#list_ads_insertionorders) - List all insertionorders
1135
+ * [patch_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#patch_ads_insertionorder) - Update an insertionorder
1136
+ * [remove_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#remove_ads_insertionorder) - Remove an insertionorder
1137
+ * [update_ads_insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#update_ads_insertionorder) - Update an insertionorder
1138
+
1139
+ ### [Instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md)
1140
+
1141
+ * [create_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#create_lms_instructor) - Create an instructor
1142
+ * [get_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#get_lms_instructor) - Retrieve an instructor
1143
+ * [list_lms_instructors](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#list_lms_instructors) - List all instructors
1144
+ * [patch_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#patch_lms_instructor) - Update an instructor
1145
+ * [remove_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#remove_lms_instructor) - Remove an instructor
1146
+ * [update_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#update_lms_instructor) - Update an instructor
1147
+
1148
+ ### [Integration](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/integration/README.md)
1149
+
1150
+ * [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
1151
+ * [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
1152
+ * [list_unified_integrations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/integration/README.md#list_unified_integrations) - Returns all integrations
1153
+
1154
+ ### [Interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md)
1155
+
1156
+ * [create_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#create_ats_interview) - Create an interview
1157
+ * [get_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#get_ats_interview) - Retrieve an interview
1158
+ * [list_ats_interviews](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#list_ats_interviews) - List all interviews
1159
+ * [patch_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#patch_ats_interview) - Update an interview
1160
+ * [remove_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#remove_ats_interview) - Remove an interview
1161
+ * [update_ats_interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#update_ats_interview) - Update an interview
1162
+
1163
+ ### [Inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md)
1164
+
1165
+ * [create_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#create_commerce_inventory) - Create an inventory
1166
+ * [get_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#get_commerce_inventory) - Retrieve an inventory
1167
+ * [list_commerce_inventories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#list_commerce_inventories) - List all inventories
1168
+ * [patch_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#patch_commerce_inventory) - Update an inventory
1169
+ * [remove_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#remove_commerce_inventory) - Remove an inventory
1170
+ * [update_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#update_commerce_inventory) - Update an inventory
1171
+
1172
+ ### [Invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md)
1173
+
1174
+ * [create_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#create_accounting_invoice) - Create an invoice
1175
+ * [get_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#get_accounting_invoice) - Retrieve an invoice
1176
+ * [list_accounting_invoices](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#list_accounting_invoices) - List all invoices
1177
+ * [patch_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#patch_accounting_invoice) - Update an invoice
1178
+ * [remove_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#remove_accounting_invoice) - Remove an invoice
1179
+ * [update_accounting_invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#update_accounting_invoice) - Update an invoice
1180
+
1181
+ ### [Issue](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/issue/README.md)
1182
+
1183
+ * [get_unified_issue](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/issue/README.md#get_unified_issue) - Retrieve support issue
1184
+ * [list_unified_issues](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/issue/README.md#list_unified_issues) - List support issues
1185
+
1186
+ ### [Item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md)
1187
+
1188
+ * [create_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#create_commerce_item) - Create an item
1189
+ * [get_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#get_commerce_item) - Retrieve an item
1190
+ * [list_commerce_items](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#list_commerce_items) - List all items
1191
+ * [patch_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#patch_commerce_item) - Update an item
1192
+ * [remove_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#remove_commerce_item) - Remove an item
1193
+ * [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#update_commerce_item) - Update an item
1194
+
1195
+ ### [Itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md)
1196
+
1197
+ * [create_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#create_commerce_itemvariant) - Create an itemvariant
1198
+ * [get_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#get_commerce_itemvariant) - Retrieve an itemvariant
1199
+ * [list_commerce_itemvariants](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#list_commerce_itemvariants) - List all itemvariants
1200
+ * [patch_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#patch_commerce_itemvariant) - Update an itemvariant
1201
+ * [remove_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#remove_commerce_itemvariant) - Remove an itemvariant
1202
+ * [update_commerce_itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#update_commerce_itemvariant) - Update an itemvariant
1203
+
1204
+ ### [Job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md)
1205
+
1206
+ * [create_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#create_ats_job) - Create a job
1207
+ * [get_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#get_ats_job) - Retrieve a job
1208
+ * [list_ats_jobs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#list_ats_jobs) - List all jobs
1209
+ * [patch_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#patch_ats_job) - Update a job
1210
+ * [remove_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#remove_ats_job) - Remove a job
1211
+ * [update_ats_job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#update_ats_job) - Update a job
1212
+
1213
+ ### [Journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md)
1214
+
1215
+ * [create_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#create_accounting_journal) - Create a journal
1216
+ * [get_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#get_accounting_journal) - Retrieve a journal
1217
+ * [list_accounting_journals](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#list_accounting_journals) - List all journals
1218
+ * [patch_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#patch_accounting_journal) - Update a journal
1219
+ * [remove_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#remove_accounting_journal) - Remove a journal
1220
+ * [update_accounting_journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#update_accounting_journal) - Update a journal
1221
+
1222
+ ### [Kms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md)
1223
+
1224
+ * [create_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#create_kms_comment) - Create a comment
1225
+ * [create_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#create_kms_page) - Create a page
1226
+ * [create_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#create_kms_space) - Create a space
1227
+ * [get_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#get_kms_comment) - Retrieve a comment
1228
+ * [get_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#get_kms_page) - Retrieve a page
1229
+ * [get_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#get_kms_space) - Retrieve a space
1230
+ * [list_kms_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#list_kms_comments) - List all comments
1231
+ * [list_kms_pages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#list_kms_pages) - List all pages
1232
+ * [list_kms_spaces](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#list_kms_spaces) - List all spaces
1233
+ * [patch_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#patch_kms_comment) - Update a comment
1234
+ * [patch_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#patch_kms_page) - Update a page
1235
+ * [patch_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#patch_kms_space) - Update a space
1236
+ * [remove_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#remove_kms_comment) - Remove a comment
1237
+ * [remove_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#remove_kms_page) - Remove a page
1238
+ * [remove_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#remove_kms_space) - Remove a space
1239
+ * [update_kms_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#update_kms_comment) - Update a comment
1240
+ * [update_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#update_kms_page) - Update a page
1241
+ * [update_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#update_kms_space) - Update a space
1242
+
1243
+ ### [Label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md)
1244
+
1245
+ * [create_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#create_shipping_label) - Create a label
1246
+ * [get_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#get_shipping_label) - Retrieve a label
1247
+ * [list_shipping_labels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#list_shipping_labels) - List all labels
1248
+ * [patch_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#patch_shipping_label) - Update a label
1249
+ * [remove_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#remove_shipping_label) - Remove a label
1250
+ * [update_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#update_shipping_label) - Update a label
1251
+
1252
+ ### [Lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md)
1253
+
1254
+ * [create_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#create_crm_lead) - Create a lead
1255
+ * [get_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#get_crm_lead) - Retrieve a lead
1256
+ * [list_crm_leads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#list_crm_leads) - List all leads
1257
+ * [patch_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#patch_crm_lead) - Update a lead
1258
+ * [remove_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#remove_crm_lead) - Remove a lead
1259
+ * [update_crm_lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#update_crm_lead) - Update a lead
1260
+
1261
+ ### [Link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md)
1262
+
1263
+ * [create_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#create_calendar_link) - Create a link
1264
+ * [create_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#create_payment_link) - Create a link
1265
+ * [get_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#get_calendar_link) - Retrieve a link
1266
+ * [get_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#get_payment_link) - Retrieve a link
1267
+ * [list_calendar_links](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#list_calendar_links) - List all links
1268
+ * [list_payment_links](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#list_payment_links) - List all links
1269
+ * [patch_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#patch_calendar_link) - Update a link
1270
+ * [patch_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#patch_payment_link) - Update a link
1271
+ * [remove_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#remove_calendar_link) - Remove a link
1272
+ * [remove_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#remove_payment_link) - Remove a link
1273
+ * [update_calendar_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#update_calendar_link) - Update a link
1274
+ * [update_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#update_payment_link) - Update a link
1275
+
1276
+ ### [List](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md)
1277
+
1278
+ * [create_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#create_martech_list) - Create a list
1279
+ * [get_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#get_martech_list) - Retrieve a list
1280
+ * [list_martech_lists](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#list_martech_lists) - List all lists
1281
+ * [patch_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#patch_martech_list) - Update a list
1282
+ * [remove_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#remove_martech_list) - Remove a list
1283
+ * [update_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#update_martech_list) - Update a list
1284
+
1285
+ ### [Lms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md)
1286
+
1287
+ * [create_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_activity) - Create an activity
1288
+ * [create_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_class) - Create a class
1289
+ * [create_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_collection) - Create a collection
1290
+ * [create_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_content) - Create a content
1291
+ * [create_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_course) - Create a course
1292
+ * [create_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_instructor) - Create an instructor
1293
+ * [create_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_student) - Create a student
1294
+ * [get_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_activity) - Retrieve an activity
1295
+ * [get_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_class) - Retrieve a class
1296
+ * [get_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_collection) - Retrieve a collection
1297
+ * [get_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_content) - Retrieve a content
1298
+ * [get_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_course) - Retrieve a course
1299
+ * [get_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_instructor) - Retrieve an instructor
1300
+ * [get_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_student) - Retrieve a student
1301
+ * [list_lms_activities](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_activities) - List all activities
1302
+ * [list_lms_classes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_classes) - List all classes
1303
+ * [list_lms_collections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_collections) - List all collections
1304
+ * [list_lms_contents](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_contents) - List all contents
1305
+ * [list_lms_courses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_courses) - List all courses
1306
+ * [list_lms_instructors](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_instructors) - List all instructors
1307
+ * [list_lms_students](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_students) - List all students
1308
+ * [patch_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_activity) - Update an activity
1309
+ * [patch_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_class) - Update a class
1310
+ * [patch_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_collection) - Update a collection
1311
+ * [patch_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_content) - Update a content
1312
+ * [patch_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_course) - Update a course
1313
+ * [patch_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_instructor) - Update an instructor
1314
+ * [patch_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_student) - Update a student
1315
+ * [remove_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_activity) - Remove an activity
1316
+ * [remove_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_class) - Remove a class
1317
+ * [remove_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_collection) - Remove a collection
1318
+ * [remove_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_content) - Remove a content
1319
+ * [remove_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_course) - Remove a course
1320
+ * [remove_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_instructor) - Remove an instructor
1321
+ * [remove_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_student) - Remove a student
1322
+ * [update_lms_activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_activity) - Update an activity
1323
+ * [update_lms_class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_class) - Update a class
1324
+ * [update_lms_collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_collection) - Update a collection
1325
+ * [update_lms_content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_content) - Update a content
1326
+ * [update_lms_course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_course) - Update a course
1327
+ * [update_lms_instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_instructor) - Update an instructor
1328
+ * [update_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_student) - Update a student
1329
+
1330
+ ### [Location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md)
1331
+
1332
+ * [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#create_commerce_location) - Create a location
1333
+ * [create_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#create_hris_location) - Create a location
1334
+ * [get_clubs_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#get_clubs_location) - Retrieve a location
1335
+ * [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#get_commerce_location) - Retrieve a location
1336
+ * [get_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#get_hris_location) - Retrieve a location
1337
+ * [list_clubs_locations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#list_clubs_locations) - List all locations
1338
+ * [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#list_commerce_locations) - List all locations
1339
+ * [list_hris_locations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#list_hris_locations) - List all locations
1340
+ * [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#patch_commerce_location) - Update a location
1341
+ * [patch_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#patch_hris_location) - Update a location
1342
+ * [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#remove_commerce_location) - Remove a location
1343
+ * [remove_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#remove_hris_location) - Remove a location
1344
+ * [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#update_commerce_location) - Update a location
1345
+ * [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#update_hris_location) - Update a location
1346
+
1347
+ ### [Login](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/login/README.md)
1348
+
1349
+ * [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
1350
+
1351
+ ### [Martech](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md)
1352
+
1353
+ * [create_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#create_martech_campaign) - Create a campaign
1354
+ * [create_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#create_martech_list) - Create a list
1355
+ * [create_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#create_martech_member) - Create a member
1356
+ * [get_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#get_martech_campaign) - Retrieve a campaign
1357
+ * [get_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#get_martech_list) - Retrieve a list
1358
+ * [get_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#get_martech_member) - Retrieve a member
1359
+ * [list_martech_campaigns](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_campaigns) - List all campaigns
1360
+ * [list_martech_lists](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_lists) - List all lists
1361
+ * [list_martech_members](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_members) - List all members
1362
+ * [list_martech_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_reports) - List all reports
1363
+ * [patch_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#patch_martech_campaign) - Update a campaign
1364
+ * [patch_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#patch_martech_list) - Update a list
1365
+ * [patch_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#patch_martech_member) - Update a member
1366
+ * [remove_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#remove_martech_campaign) - Remove a campaign
1367
+ * [remove_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#remove_martech_list) - Remove a list
1368
+ * [remove_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#remove_martech_member) - Remove a member
1369
+ * [update_martech_campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#update_martech_campaign) - Update a campaign
1370
+ * [update_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#update_martech_list) - Update a list
1371
+ * [update_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#update_martech_member) - Update a member
1372
+
1373
+ ### [Member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md)
1374
+
1375
+ * [create_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#create_martech_member) - Create a member
1376
+ * [get_clubs_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#get_clubs_member) - Retrieve a member
1377
+ * [get_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#get_martech_member) - Retrieve a member
1378
+ * [list_clubs_members](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#list_clubs_members) - List all members
1379
+ * [list_martech_members](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#list_martech_members) - List all members
1380
+ * [patch_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#patch_martech_member) - Update a member
1381
+ * [remove_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#remove_martech_member) - Remove a member
1382
+ * [update_martech_member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#update_martech_member) - Update a member
1383
+
1384
+ ### [Message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md)
1385
+
1386
+ * [create_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#create_messaging_message) - Create a message
1387
+ * [get_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#get_messaging_message) - Retrieve a message
1388
+ * [list_messaging_messages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#list_messaging_messages) - List all messages
1389
+ * [patch_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#patch_messaging_message) - Update a message
1390
+ * [remove_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#remove_messaging_message) - Remove a message
1391
+ * [update_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#update_messaging_message) - Update a message
1392
+
1393
+ ### [Messaging](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md)
1394
+
1395
+ * [create_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#create_messaging_message) - Create a message
1396
+ * [get_messaging_channel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#get_messaging_channel) - Retrieve a channel
1397
+ * [get_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#get_messaging_message) - Retrieve a message
1398
+ * [list_messaging_channels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#list_messaging_channels) - List all channels
1399
+ * [list_messaging_messages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#list_messaging_messages) - List all messages
1400
+ * [patch_messaging_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#patch_messaging_event) - Update an event
1401
+ * [patch_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#patch_messaging_message) - Update a message
1402
+ * [remove_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#remove_messaging_message) - Remove a message
1403
+ * [update_messaging_event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#update_messaging_event) - Update an event
1404
+ * [update_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#update_messaging_message) - Update a message
1405
+
1406
+ ### [Metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md)
1407
+
1408
+ * [create_metadata_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#create_metadata_metadata) - Create a metadata
1409
+ * [get_metadata_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#get_metadata_metadata) - Retrieve a metadata
1410
+ * [list_metadata_metadatas](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#list_metadata_metadatas) - List all metadatas
1411
+ * [patch_metadata_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#patch_metadata_metadata) - Update a metadata
1412
+ * [remove_metadata_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#remove_metadata_metadata) - Remove a metadata
1413
+ * [update_metadata_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#update_metadata_metadata) - Update a metadata
1414
+
1415
+ ### [Model](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/model/README.md)
1416
+
1417
+ * [get_genai_model](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/model/README.md#get_genai_model) - Retrieve a model
1418
+ * [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/model/README.md#list_genai_models) - List all models
1419
+
1420
+ ### [Note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md)
1421
+
1422
+ * [create_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#create_ticketing_note) - Create a note
1423
+ * [get_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#get_ticketing_note) - Retrieve a note
1424
+ * [list_ticketing_notes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#list_ticketing_notes) - List all notes
1425
+ * [patch_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#patch_ticketing_note) - Update a note
1426
+ * [remove_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#remove_ticketing_note) - Remove a note
1427
+ * [update_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#update_ticketing_note) - Update a note
1428
+
1429
+ ### [Order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md)
1430
+
1431
+ * [create_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#create_accounting_order) - Create an order
1432
+ * [get_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#get_accounting_order) - Retrieve an order
1433
+ * [list_accounting_orders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#list_accounting_orders) - List all orders
1434
+ * [patch_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#patch_accounting_order) - Update an order
1435
+ * [patch_assessment_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#patch_assessment_order) - Update an order
1436
+ * [remove_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#remove_accounting_order) - Remove an order
1437
+ * [update_accounting_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#update_accounting_order) - Update an order
1438
+ * [update_assessment_order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#update_assessment_order) - Update an order
1439
+
1440
+ ### [Organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md)
1441
+
1442
+ * [create_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#create_ads_organization) - Create an organization
1443
+ * [create_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#create_repo_organization) - Create an organization
1444
+ * [get_accounting_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#get_accounting_organization) - Retrieve an organization
1445
+ * [get_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#get_ads_organization) - Retrieve an organization
1446
+ * [get_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#get_repo_organization) - Retrieve an organization
1447
+ * [list_accounting_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#list_accounting_organizations) - List all organizations
1448
+ * [list_ads_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#list_ads_organizations) - List all organizations
1449
+ * [list_repo_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#list_repo_organizations) - List all organizations
1450
+ * [patch_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#patch_ads_organization) - Update an organization
1451
+ * [patch_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#patch_repo_organization) - Update an organization
1452
+ * [remove_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#remove_ads_organization) - Remove an organization
1453
+ * [remove_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#remove_repo_organization) - Remove an organization
1454
+ * [update_ads_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#update_ads_organization) - Update an organization
1455
+ * [update_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#update_repo_organization) - Update an organization
1456
+
1457
+ ### [Package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md)
1458
+
1459
+ * [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
1460
+ * [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
1461
+ * [get_verification_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#get_verification_package) - Retrieve a package
1462
+ * [list_assessment_packages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#list_assessment_packages) - List assessment packages
1463
+ * [list_verification_packages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#list_verification_packages) - List all packages
1464
+ * [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
1465
+ * [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
1466
+ * [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
1467
+
1468
+ ### [Page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md)
1469
+
1470
+ * [create_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#create_kms_page) - Create a page
1471
+ * [get_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#get_kms_page) - Retrieve a page
1472
+ * [list_kms_pages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#list_kms_pages) - List all pages
1473
+ * [patch_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#patch_kms_page) - Update a page
1474
+ * [remove_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#remove_kms_page) - Remove a page
1475
+ * [update_kms_page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#update_kms_page) - Update a page
1476
+
1477
+ ### [Passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md)
1478
+
1479
+ * [create_passthrough_json](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#create_passthrough_json) - Passthrough POST
1480
+ * [create_passthrough_raw](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#create_passthrough_raw) - Passthrough POST
1481
+ * [list_passthroughs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#list_passthroughs) - Passthrough GET
1482
+ * [patch_passthrough_json](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#patch_passthrough_json) - Passthrough PUT
1483
+ * [patch_passthrough_raw](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#patch_passthrough_raw) - Passthrough PUT
1484
+ * [remove_passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#remove_passthrough) - Passthrough DELETE
1485
+ * [update_passthrough_json](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#update_passthrough_json) - Passthrough PUT
1486
+ * [update_passthrough_raw](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#update_passthrough_raw) - Passthrough PUT
1487
+
1488
+ ### [Payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md)
1489
+
1490
+ * [create_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#create_payment_link) - Create a link
1491
+ * [create_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#create_payment_payment) - Create a payment
1492
+ * [create_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#create_payment_subscription) - Create a subscription
1493
+ * [get_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_link) - Retrieve a link
1494
+ * [get_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_payment) - Retrieve a payment
1495
+ * [get_payment_payout](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_payout) - Retrieve a payout
1496
+ * [get_payment_refund](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_refund) - Retrieve a refund
1497
+ * [get_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_subscription) - Retrieve a subscription
1498
+ * [list_payment_links](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_links) - List all links
1499
+ * [list_payment_payments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_payments) - List all payments
1500
+ * [list_payment_payouts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_payouts) - List all payouts
1501
+ * [list_payment_refunds](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_refunds) - List all refunds
1502
+ * [list_payment_subscriptions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_subscriptions) - List all subscriptions
1503
+ * [patch_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#patch_payment_link) - Update a link
1504
+ * [patch_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#patch_payment_payment) - Update a payment
1505
+ * [patch_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#patch_payment_subscription) - Update a subscription
1506
+ * [remove_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#remove_payment_link) - Remove a link
1507
+ * [remove_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#remove_payment_payment) - Remove a payment
1508
+ * [remove_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#remove_payment_subscription) - Remove a subscription
1509
+ * [update_payment_link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#update_payment_link) - Update a link
1510
+ * [update_payment_payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#update_payment_payment) - Update a payment
1511
+ * [update_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#update_payment_subscription) - Update a subscription
1512
+
1513
+ ### [Payout](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payout/README.md)
1514
+
1515
+ * [get_payment_payout](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payout/README.md#get_payment_payout) - Retrieve a payout
1516
+ * [list_payment_payouts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payout/README.md#list_payment_payouts) - List all payouts
1517
+
1518
+ ### [Payslip](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payslip/README.md)
1519
+
1520
+ * [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payslip/README.md#get_hris_payslip) - Retrieve a payslip
1521
+ * [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payslip/README.md#list_hris_payslips) - List all payslips
1522
+
1523
+ ### [Person](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/person/README.md)
1524
+
1525
+ * [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
1526
+
1527
+ ### [Picklist](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/picklist/README.md)
1528
+
1529
+ * [list_crm_picklists](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/picklist/README.md#list_crm_picklists) - List all picklists
1530
+
1531
+ ### [Pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md)
1532
+
1533
+ * [create_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#create_crm_pipeline) - Create a pipeline
1534
+ * [get_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#get_crm_pipeline) - Retrieve a pipeline
1535
+ * [list_crm_pipelines](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#list_crm_pipelines) - List all pipelines
1536
+ * [patch_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#patch_crm_pipeline) - Update a pipeline
1537
+ * [remove_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#remove_crm_pipeline) - Remove a pipeline
1538
+ * [update_crm_pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#update_crm_pipeline) - Update a pipeline
1539
+
1540
+ ### [Profitloss](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/profitloss/README.md)
1541
+
1542
+ * [get_accounting_profitloss](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/profitloss/README.md#get_accounting_profitloss) - Retrieve a profitloss
1543
+ * [list_accounting_profitlosses](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/profitloss/README.md#list_accounting_profitlosses) - List all profitlosses
1544
+
1545
+ ### [Project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md)
1546
+
1547
+ * [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#create_task_project) - Create a project
1548
+ * [get_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#get_task_project) - Retrieve a project
1549
+ * [list_task_projects](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#list_task_projects) - List all projects
1550
+ * [patch_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#patch_task_project) - Update a project
1551
+ * [remove_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#remove_task_project) - Remove a project
1552
+ * [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#update_task_project) - Update a project
1553
+
1554
+ ### [Promoted](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/promoted/README.md)
1555
+
1556
+ * [get_ads_promoted](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/promoted/README.md#get_ads_promoted) - Retrieve a promoted
1557
+ * [list_ads_promoteds](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/promoted/README.md#list_ads_promoteds) - List all promoteds
1558
+
1559
+ ### [Prompt](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/prompt/README.md)
1560
+
1561
+ * [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/prompt/README.md#create_genai_prompt) - Create a prompt
1562
+
1563
+ ### [Property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md)
1564
+
1565
+ * [create_analytics_property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#create_analytics_property) - Create a property
1566
+ * [get_analytics_property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#get_analytics_property) - Retrieve a property
1567
+ * [list_analytics_properties](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#list_analytics_properties) - List all properties
1568
+ * [patch_analytics_property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#patch_analytics_property) - Update a property
1569
+ * [remove_analytics_property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#remove_analytics_property) - Remove a property
1570
+ * [update_analytics_property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#update_analytics_property) - Update a property
1571
+
1572
+ ### [Pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md)
1573
+
1574
+ * [create_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#create_repo_pullrequest) - Create a pullrequest
1575
+ * [get_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#get_repo_pullrequest) - Retrieve a pullrequest
1576
+ * [list_repo_pullrequests](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#list_repo_pullrequests) - List all pullrequests
1577
+ * [patch_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#patch_repo_pullrequest) - Update a pullrequest
1578
+ * [remove_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#remove_repo_pullrequest) - Remove a pullrequest
1579
+ * [update_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#update_repo_pullrequest) - Update a pullrequest
1580
+
1581
+ ### [Purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md)
1582
+
1583
+ * [create_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#create_accounting_purchaseorder) - Create a purchaseorder
1584
+ * [get_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#get_accounting_purchaseorder) - Retrieve a purchaseorder
1585
+ * [list_accounting_purchaseorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#list_accounting_purchaseorders) - List all purchaseorders
1586
+ * [patch_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#patch_accounting_purchaseorder) - Update a purchaseorder
1587
+ * [remove_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#remove_accounting_purchaseorder) - Remove a purchaseorder
1588
+ * [update_accounting_purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#update_accounting_purchaseorder) - Update a purchaseorder
1589
+
1590
+ ### [Query](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/query/README.md)
1591
+
1592
+ * [create_datastore_query](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/query/README.md#create_datastore_query) - Create a query
1593
+
1594
+ ### [Rate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/rate/README.md)
1595
+
1596
+ * [create_shipping_rate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/rate/README.md#create_shipping_rate) - Create a rate
1597
+
1598
+ ### [Record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md)
1599
+
1600
+ * [create_datastore_record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#create_datastore_record) - Create a record
1601
+ * [get_datastore_record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#get_datastore_record) - Retrieve a record
1602
+ * [list_datastore_records](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#list_datastore_records) - List all records
1603
+ * [patch_datastore_record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#patch_datastore_record) - Update a record
1604
+ * [remove_datastore_record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#remove_datastore_record) - Remove a record
1605
+ * [update_datastore_record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#update_datastore_record) - Update a record
1606
+
1607
+ ### [Recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md)
1608
+
1609
+ * [create_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#create_uc_recording) - Create a recording
1610
+ * [get_calendar_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#get_calendar_recording) - Retrieve a recording
1611
+ * [get_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#get_uc_recording) - Retrieve a recording
1612
+ * [list_calendar_recordings](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#list_calendar_recordings) - List all recordings
1613
+ * [list_uc_recordings](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#list_uc_recordings) - List all recordings
1614
+ * [patch_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#patch_uc_recording) - Update a recording
1615
+ * [remove_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#remove_uc_recording) - Remove a recording
1616
+ * [update_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#update_uc_recording) - Update a recording
1617
+
1618
+ ### [Refund](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/refund/README.md)
1619
+
1620
+ * [get_payment_refund](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/refund/README.md#get_payment_refund) - Retrieve a refund
1621
+ * [list_payment_refunds](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/refund/README.md#list_payment_refunds) - List all refunds
1622
+
1623
+ ### [Repo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md)
1624
+
1625
+ * [create_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_branch) - Create a branch
1626
+ * [create_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_commit) - Create a commit
1627
+ * [create_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_organization) - Create an organization
1628
+ * [create_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_pullrequest) - Create a pullrequest
1629
+ * [create_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_repository) - Create a repository
1630
+ * [get_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_branch) - Retrieve a branch
1631
+ * [get_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_commit) - Retrieve a commit
1632
+ * [get_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_organization) - Retrieve an organization
1633
+ * [get_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_pullrequest) - Retrieve a pullrequest
1634
+ * [get_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_repository) - Retrieve a repository
1635
+ * [list_repo_branches](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_branches) - List all branches
1636
+ * [list_repo_commits](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_commits) - List all commits
1637
+ * [list_repo_organizations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_organizations) - List all organizations
1638
+ * [list_repo_pullrequests](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_pullrequests) - List all pullrequests
1639
+ * [list_repo_repositories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_repositories) - List all repositories
1640
+ * [patch_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_branch) - Update a branch
1641
+ * [patch_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_commit) - Update a commit
1642
+ * [patch_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_organization) - Update an organization
1643
+ * [patch_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_pullrequest) - Update a pullrequest
1644
+ * [patch_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_repository) - Update a repository
1645
+ * [remove_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_branch) - Remove a branch
1646
+ * [remove_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_commit) - Remove a commit
1647
+ * [remove_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_organization) - Remove an organization
1648
+ * [remove_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_pullrequest) - Remove a pullrequest
1649
+ * [remove_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_repository) - Remove a repository
1650
+ * [update_repo_branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_branch) - Update a branch
1651
+ * [update_repo_commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_commit) - Update a commit
1652
+ * [update_repo_organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_organization) - Update an organization
1653
+ * [update_repo_pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_pullrequest) - Update a pullrequest
1654
+ * [update_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_repository) - Update a repository
1655
+
1656
+ ### [Report](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md)
1657
+
1658
+ * [get_accounting_report](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#get_accounting_report) - Retrieve a report
1659
+ * [list_accounting_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_accounting_reports) - List all reports
1660
+ * [list_ads_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_ads_reports) - List all reports
1661
+ * [list_analytics_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_analytics_reports) - List all reports
1662
+ * [list_martech_reports](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_martech_reports) - List all reports
1663
+
1664
+ ### [Repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md)
1665
+
1666
+ * [create_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#create_repo_repository) - Create a repository
1667
+ * [get_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#get_repo_repository) - Retrieve a repository
1668
+ * [list_repo_repositories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#list_repo_repositories) - List all repositories
1669
+ * [patch_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#patch_repo_repository) - Update a repository
1670
+ * [remove_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#remove_repo_repository) - Remove a repository
1671
+ * [update_repo_repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#update_repo_repository) - Update a repository
1672
+
1673
+ ### [Request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md)
1674
+
1675
+ * [create_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#create_verification_request) - Create a request
1676
+ * [get_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#get_verification_request) - Retrieve a request
1677
+ * [list_verification_requests](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#list_verification_requests) - List all requests
1678
+ * [patch_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#patch_verification_request) - Update a request
1679
+ * [remove_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#remove_verification_request) - Remove a request
1680
+ * [update_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#update_verification_request) - Update a request
1681
+
1682
+ ### [Reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md)
1683
+
1684
+ * [create_commerce_reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#create_commerce_reservation) - Create a reservation
1685
+ * [get_commerce_reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#get_commerce_reservation) - Retrieve a reservation
1686
+ * [list_commerce_reservations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#list_commerce_reservations) - List all reservations
1687
+ * [patch_commerce_reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#patch_commerce_reservation) - Update a reservation
1688
+ * [remove_commerce_reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#remove_commerce_reservation) - Remove a reservation
1689
+ * [update_commerce_reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#update_commerce_reservation) - Update a reservation
1690
+
1691
+ ### [Review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md)
1692
+
1693
+ * [create_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#create_commerce_review) - Create a review
1694
+ * [get_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#get_commerce_review) - Retrieve a review
1695
+ * [list_commerce_reviews](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#list_commerce_reviews) - List all reviews
1696
+ * [patch_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#patch_commerce_review) - Update a review
1697
+ * [remove_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#remove_commerce_review) - Remove a review
1698
+ * [update_commerce_review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#update_commerce_review) - Update a review
1699
+
1700
+ ### [Saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md)
1701
+
1702
+ * [create_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#create_commerce_saleschannel) - Create a saleschannel
1703
+ * [get_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#get_commerce_saleschannel) - Retrieve a saleschannel
1704
+ * [list_commerce_saleschannels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#list_commerce_saleschannels) - List all saleschannels
1705
+ * [patch_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#patch_commerce_saleschannel) - Update a saleschannel
1706
+ * [remove_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#remove_commerce_saleschannel) - Remove a saleschannel
1707
+ * [update_commerce_saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#update_commerce_saleschannel) - Update a saleschannel
1708
+
1709
+ ### [Salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md)
1710
+
1711
+ * [create_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#create_accounting_salesorder) - Create a salesorder
1712
+ * [get_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#get_accounting_salesorder) - Retrieve a salesorder
1713
+ * [list_accounting_salesorders](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#list_accounting_salesorders) - List all salesorders
1714
+ * [patch_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#patch_accounting_salesorder) - Update a salesorder
1715
+ * [remove_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#remove_accounting_salesorder) - Remove a salesorder
1716
+ * [update_accounting_salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#update_accounting_salesorder) - Update a salesorder
1717
+
1718
+ ### [Scim](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md)
1719
+
1720
+ * [create_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#create_scim_groups) - Create group
1721
+ * [create_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#create_scim_users) - Create user
1722
+ * [get_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#get_scim_groups) - Get group
1723
+ * [get_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#get_scim_users) - Get user
1724
+ * [list_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#list_scim_groups) - List groups
1725
+ * [list_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#list_scim_users) - List users
1726
+ * [patch_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#patch_scim_groups) - Update group
1727
+ * [patch_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#patch_scim_users) - Update user
1728
+ * [remove_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#remove_scim_groups) - Delete group
1729
+ * [remove_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#remove_scim_users) - Delete user
1730
+ * [update_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#update_scim_groups) - Update group
1731
+ * [update_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#update_scim_users) - Update user
1732
+
1733
+ ### [Scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md)
1734
+
1735
+ * [create_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#create_ats_scorecard) - Create a scorecard
1736
+ * [get_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#get_ats_scorecard) - Retrieve a scorecard
1737
+ * [list_ats_scorecards](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#list_ats_scorecards) - List all scorecards
1738
+ * [patch_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#patch_ats_scorecard) - Update a scorecard
1739
+ * [remove_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#remove_ats_scorecard) - Remove a scorecard
1740
+ * [update_ats_scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#update_ats_scorecard) - Update a scorecard
1741
+
1742
+ ### [Secretsmanager](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/secretsmanager/README.md)
1743
+
1744
+ * [create_unified_workspace_secretsmanager](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/secretsmanager/README.md#create_unified_workspace_secretsmanager) - Create secrets manager
1745
+ * [get_unified_workspace_secretsmanager](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/secretsmanager/README.md#get_unified_workspace_secretsmanager) - Retrieve secrets manager
1746
+ * [list_unified_workspace_secretsmanagers](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/secretsmanager/README.md#list_unified_workspace_secretsmanagers) - List secrets managers
1747
+ * [remove_unified_workspace_secretsmanager](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/secretsmanager/README.md#remove_unified_workspace_secretsmanager) - Remove secrets manager
1748
+
1749
+ ### [Session](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/session/README.md)
1750
+
1751
+ * [get_analytics_session](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/session/README.md#get_analytics_session) - Retrieve a session
1752
+ * [list_analytics_sessions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/session/README.md#list_analytics_sessions) - List all sessions
1753
+
1754
+ ### [Shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md)
1755
+
1756
+ * [create_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#create_shipping_shipment) - Create a shipment
1757
+ * [get_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#get_shipping_shipment) - Retrieve a shipment
1758
+ * [list_shipping_shipments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#list_shipping_shipments) - List all shipments
1759
+ * [patch_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#patch_shipping_shipment) - Update a shipment
1760
+ * [remove_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#remove_shipping_shipment) - Remove a shipment
1761
+ * [update_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#update_shipping_shipment) - Update a shipment
1762
+
1763
+ ### [Shipping](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md)
1764
+
1765
+ * [create_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#create_shipping_label) - Create a label
1766
+ * [create_shipping_rate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#create_shipping_rate) - Create a rate
1767
+ * [create_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#create_shipping_shipment) - Create a shipment
1768
+ * [get_shipping_carrier](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_carrier) - Retrieve a carrier
1769
+ * [get_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_label) - Retrieve a label
1770
+ * [get_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_shipment) - Retrieve a shipment
1771
+ * [get_shipping_tracking](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_tracking) - Retrieve a tracking
1772
+ * [list_shipping_carriers](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_carriers) - List all carriers
1773
+ * [list_shipping_labels](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_labels) - List all labels
1774
+ * [list_shipping_shipments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_shipments) - List all shipments
1775
+ * [list_shipping_trackings](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_trackings) - List all trackings
1776
+ * [patch_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#patch_shipping_label) - Update a label
1777
+ * [patch_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#patch_shipping_shipment) - Update a shipment
1778
+ * [remove_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#remove_shipping_label) - Remove a label
1779
+ * [remove_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#remove_shipping_shipment) - Remove a shipment
1780
+ * [update_shipping_label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#update_shipping_label) - Update a label
1781
+ * [update_shipping_shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#update_shipping_shipment) - Update a shipment
1782
+
1783
+ ### [Signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md)
1784
+
1785
+ * [create_signing_signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#create_signing_signatory) - Create a signatory
1786
+ * [get_signing_signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#get_signing_signatory) - Retrieve a signatory
1787
+ * [list_signing_signatories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#list_signing_signatories) - List all signatories
1788
+ * [patch_signing_signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#patch_signing_signatory) - Update a signatory
1789
+ * [remove_signing_signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#remove_signing_signatory) - Remove a signatory
1790
+ * [update_signing_signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#update_signing_signatory) - Update a signatory
1791
+
1792
+ ### [Signing](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md)
1793
+
1794
+ * [create_signing_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#create_signing_document) - Create a document
1795
+ * [create_signing_signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#create_signing_signatory) - Create a signatory
1796
+ * [get_signing_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#get_signing_document) - Retrieve a document
1797
+ * [get_signing_signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#get_signing_signatory) - Retrieve a signatory
1798
+ * [get_signing_template](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#get_signing_template) - Retrieve a template
1799
+ * [list_signing_documents](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#list_signing_documents) - List all documents
1800
+ * [list_signing_signatories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#list_signing_signatories) - List all signatories
1801
+ * [list_signing_templates](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#list_signing_templates) - List all templates
1802
+ * [patch_signing_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#patch_signing_document) - Update a document
1803
+ * [patch_signing_signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#patch_signing_signatory) - Update a signatory
1804
+ * [remove_signing_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#remove_signing_document) - Remove a document
1805
+ * [remove_signing_signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#remove_signing_signatory) - Remove a signatory
1806
+ * [update_signing_document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#update_signing_document) - Update a document
1807
+ * [update_signing_signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#update_signing_signatory) - Update a signatory
1808
+
1809
+ ### [Space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md)
1810
+
1811
+ * [create_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#create_kms_space) - Create a space
1812
+ * [get_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#get_kms_space) - Retrieve a space
1813
+ * [list_kms_spaces](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#list_kms_spaces) - List all spaces
1814
+ * [patch_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#patch_kms_space) - Update a space
1815
+ * [remove_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#remove_kms_space) - Remove a space
1816
+ * [update_kms_space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#update_kms_space) - Update a space
1817
+
1818
+ ### [Storage](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md)
1819
+
1820
+ * [create_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#create_storage_file) - Create a file
1821
+ * [get_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#get_storage_file) - Retrieve a file
1822
+ * [list_storage_files](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#list_storage_files) - List all files
1823
+ * [patch_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#patch_storage_file) - Update a file
1824
+ * [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#remove_storage_file) - Remove a file
1825
+ * [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#update_storage_file) - Update a file
1826
+
1827
+ ### [Student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md)
1828
+
1829
+ * [create_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#create_lms_student) - Create a student
1830
+ * [get_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#get_lms_student) - Retrieve a student
1831
+ * [list_lms_students](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#list_lms_students) - List all students
1832
+ * [patch_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#patch_lms_student) - Update a student
1833
+ * [remove_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#remove_lms_student) - Remove a student
1834
+ * [update_lms_student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#update_lms_student) - Update a student
1835
+
1836
+ ### [Submission](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/submission/README.md)
1837
+
1838
+ * [get_forms_submission](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/submission/README.md#get_forms_submission) - Retrieve a submission
1839
+ * [list_forms_submissions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/submission/README.md#list_forms_submissions) - List all submissions
1840
+
1841
+ ### [Subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md)
1842
+
1843
+ * [create_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#create_payment_subscription) - Create a subscription
1844
+ * [get_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#get_payment_subscription) - Retrieve a subscription
1845
+ * [list_payment_subscriptions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#list_payment_subscriptions) - List all subscriptions
1846
+ * [patch_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#patch_payment_subscription) - Update a subscription
1847
+ * [remove_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#remove_payment_subscription) - Remove a subscription
1848
+ * [update_payment_subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#update_payment_subscription) - Update a subscription
1849
+
1850
+ ### [Table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md)
1851
+
1852
+ * [create_datastore_table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#create_datastore_table) - Create a table
1853
+ * [get_datastore_table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#get_datastore_table) - Retrieve a table
1854
+ * [list_datastore_tables](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#list_datastore_tables) - List all tables
1855
+ * [patch_datastore_table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#patch_datastore_table) - Update a table
1856
+ * [remove_datastore_table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#remove_datastore_table) - Remove a table
1857
+ * [update_datastore_table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#update_datastore_table) - Update a table
1858
+
1859
+ ### [Target](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/target/README.md)
1860
+
1861
+ * [get_ads_target](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/target/README.md#get_ads_target) - Retrieve a target
1862
+ * [list_ads_targets](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/target/README.md#list_ads_targets) - List all targets
1863
+
1864
+ ### [Task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md)
1865
+
1866
+ * [create_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#create_task_comment) - Create a comment
1867
+ * [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#create_task_project) - Create a project
1868
+ * [create_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#create_task_task) - Create a task
1869
+ * [get_task_change](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_change) - Retrieve a change
1870
+ * [get_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_comment) - Retrieve a comment
1871
+ * [get_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_project) - Retrieve a project
1872
+ * [get_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_task) - Retrieve a task
1873
+ * [list_task_changes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_changes) - List all changes
1874
+ * [list_task_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_comments) - List all comments
1875
+ * [list_task_projects](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_projects) - List all projects
1876
+ * [list_task_tasks](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_tasks) - List all tasks
1877
+ * [patch_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#patch_task_comment) - Update a comment
1878
+ * [patch_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#patch_task_project) - Update a project
1879
+ * [patch_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#patch_task_task) - Update a task
1880
+ * [remove_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#remove_task_comment) - Remove a comment
1881
+ * [remove_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#remove_task_project) - Remove a project
1882
+ * [remove_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#remove_task_task) - Remove a task
1883
+ * [update_task_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#update_task_comment) - Update a comment
1884
+ * [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#update_task_project) - Update a project
1885
+ * [update_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#update_task_task) - Update a task
1886
+
1887
+ ### [Taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md)
1888
+
1889
+ * [create_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#create_accounting_taxrate) - Create a taxrate
1890
+ * [get_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#get_accounting_taxrate) - Retrieve a taxrate
1891
+ * [list_accounting_taxrates](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#list_accounting_taxrates) - List all taxrates
1892
+ * [patch_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#patch_accounting_taxrate) - Update a taxrate
1893
+ * [remove_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#remove_accounting_taxrate) - Remove a taxrate
1894
+ * [update_accounting_taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#update_accounting_taxrate) - Update a taxrate
1895
+
1896
+ ### [Template](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/template/README.md)
1897
+
1898
+ * [get_signing_template](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/template/README.md#get_signing_template) - Retrieve a template
1899
+ * [list_signing_templates](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/template/README.md#list_signing_templates) - List all templates
1900
+
1901
+ ### [Ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md)
1902
+
1903
+ * [create_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#create_ticketing_ticket) - Create a ticket
1904
+ * [get_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#get_ticketing_ticket) - Retrieve a ticket
1905
+ * [list_ticketing_tickets](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#list_ticketing_tickets) - List all tickets
1906
+ * [patch_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#patch_ticketing_ticket) - Update a ticket
1907
+ * [remove_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#remove_ticketing_ticket) - Remove a ticket
1908
+ * [update_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#update_ticketing_ticket) - Update a ticket
1909
+
1910
+ ### [Ticketing](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md)
1911
+
1912
+ * [create_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_category) - Create a category
1913
+ * [create_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_customer) - Create a customer
1914
+ * [create_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_note) - Create a note
1915
+ * [create_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_ticket) - Create a ticket
1916
+ * [get_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_category) - Retrieve a category
1917
+ * [get_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_customer) - Retrieve a customer
1918
+ * [get_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_note) - Retrieve a note
1919
+ * [get_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_ticket) - Retrieve a ticket
1920
+ * [list_ticketing_categories](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_categories) - List all categories
1921
+ * [list_ticketing_customers](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_customers) - List all customers
1922
+ * [list_ticketing_notes](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_notes) - List all notes
1923
+ * [list_ticketing_tickets](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_tickets) - List all tickets
1924
+ * [patch_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_category) - Update a category
1925
+ * [patch_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_customer) - Update a customer
1926
+ * [patch_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_note) - Update a note
1927
+ * [patch_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_ticket) - Update a ticket
1928
+ * [remove_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_category) - Remove a category
1929
+ * [remove_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_customer) - Remove a customer
1930
+ * [remove_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_note) - Remove a note
1931
+ * [remove_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_ticket) - Remove a ticket
1932
+ * [update_ticketing_category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_category) - Update a category
1933
+ * [update_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_customer) - Update a customer
1934
+ * [update_ticketing_note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_note) - Update a note
1935
+ * [update_ticketing_ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_ticket) - Update a ticket
1936
+
1937
+ ### [Timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md)
1938
+
1939
+ * [create_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#create_hris_timeoff) - Create a timeoff
1940
+ * [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#get_hris_timeoff) - Retrieve a timeoff
1941
+ * [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#list_hris_timeoffs) - List all timeoffs
1942
+ * [patch_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#patch_hris_timeoff) - Update a timeoff
1943
+ * [remove_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#remove_hris_timeoff) - Remove a timeoff
1944
+ * [update_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#update_hris_timeoff) - Update a timeoff
1945
+
1946
+ ### [Timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md)
1947
+
1948
+ * [create_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#create_hris_timeshift) - Create a timeshift
1949
+ * [get_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#get_hris_timeshift) - Retrieve a timeshift
1950
+ * [list_hris_timeshifts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#list_hris_timeshifts) - List all timeshifts
1951
+ * [patch_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#patch_hris_timeshift) - Update a timeshift
1952
+ * [remove_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#remove_hris_timeshift) - Remove a timeshift
1953
+ * [update_hris_timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#update_hris_timeshift) - Update a timeshift
1954
+
1955
+ ### [Tracking](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/tracking/README.md)
1956
+
1957
+ * [get_shipping_tracking](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/tracking/README.md#get_shipping_tracking) - Retrieve a tracking
1958
+ * [list_shipping_trackings](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/tracking/README.md#list_shipping_trackings) - List all trackings
1959
+
1960
+ ### [Transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md)
1961
+
1962
+ * [create_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#create_accounting_transaction) - Create a transaction
1963
+ * [get_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#get_accounting_transaction) - Retrieve a transaction
1964
+ * [list_accounting_transactions](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#list_accounting_transactions) - List all transactions
1965
+ * [patch_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#patch_accounting_transaction) - Update a transaction
1966
+ * [remove_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#remove_accounting_transaction) - Remove a transaction
1967
+ * [update_accounting_transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#update_accounting_transaction) - Update a transaction
1968
+
1969
+ ### [Trialbalance](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/trialbalance/README.md)
1970
+
1971
+ * [get_accounting_trialbalance](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/trialbalance/README.md#get_accounting_trialbalance) - Retrieve a trialbalance
1972
+ * [list_accounting_trialbalances](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/trialbalance/README.md#list_accounting_trialbalances) - List all trialbalances
1973
+
1974
+ ### [Uc](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md)
1975
+
1976
+ * [create_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#create_uc_comment) - Create a comment
1977
+ * [create_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#create_uc_contact) - Create a contact
1978
+ * [create_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#create_uc_recording) - Create a recording
1979
+ * [get_uc_call](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_call) - Retrieve a call
1980
+ * [get_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_comment) - Retrieve a comment
1981
+ * [get_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_contact) - Retrieve a contact
1982
+ * [get_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_recording) - Retrieve a recording
1983
+ * [list_uc_calls](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_calls) - List all calls
1984
+ * [list_uc_comments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_comments) - List all comments
1985
+ * [list_uc_contacts](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_contacts) - List all contacts
1986
+ * [list_uc_recordings](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_recordings) - List all recordings
1987
+ * [patch_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#patch_uc_comment) - Update a comment
1988
+ * [patch_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#patch_uc_contact) - Update a contact
1989
+ * [patch_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#patch_uc_recording) - Update a recording
1990
+ * [remove_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#remove_uc_comment) - Remove a comment
1991
+ * [remove_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#remove_uc_contact) - Remove a contact
1992
+ * [remove_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#remove_uc_recording) - Remove a recording
1993
+ * [update_uc_comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#update_uc_comment) - Update a comment
1994
+ * [update_uc_contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#update_uc_contact) - Update a contact
1995
+ * [update_uc_recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#update_uc_recording) - Update a recording
1996
+
1997
+ ### [Unified](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md)
1998
+
1999
+ * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#create_unified_connection) - Create connection
2000
+ * [create_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#create_unified_environment) - Create new environments
2001
+ * [create_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#create_unified_webhook) - Create webhook subscription
2002
+ * [create_unified_workspace_secretsmanager](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#create_unified_workspace_secretsmanager) - Create secrets manager
2003
+ * [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
2004
+ * [get_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#get_unified_connection) - Retrieve connection
2005
+ * [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
2006
+ * [get_unified_issue](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#get_unified_issue) - Retrieve support issue
2007
+ * [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
2008
+ * [get_unified_workspace_secretsmanager](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#get_unified_workspace_secretsmanager) - Retrieve secrets manager
2009
+ * [list_unified_apicalls](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_apicalls) - Returns API Calls
2010
+ * [list_unified_connections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_connections) - List all connections
2011
+ * [list_unified_environments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_environments) - Returns all environments
2012
+ * [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
2013
+ * [list_unified_integrations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_integrations) - Returns all integrations
2014
+ * [list_unified_issues](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_issues) - List support issues
2015
+ * [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
2016
+ * [list_unified_workspace_secretsmanagers](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_workspace_secretsmanagers) - List secrets managers
2017
+ * [patch_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#patch_unified_connection) - Update connection
2018
+ * [patch_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#patch_unified_webhook) - Update webhook subscription
2019
+ * [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
2020
+ * [remove_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#remove_unified_connection) - Remove connection
2021
+ * [remove_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#remove_unified_environment) - Remove an environment
2022
+ * [remove_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#remove_unified_webhook) - Remove webhook subscription
2023
+ * [remove_unified_workspace_secretsmanager](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#remove_unified_workspace_secretsmanager) - Remove secrets manager
2024
+ * [update_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#update_unified_connection) - Update connection
2025
+ * [update_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#update_unified_webhook) - Update webhook subscription
2026
+ * [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
2027
+
2028
+ ### [User](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md)
2029
+
2030
+ * [create_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#create_scim_users) - Create user
2031
+ * [get_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#get_scim_users) - Get user
2032
+ * [list_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#list_scim_users) - List users
2033
+ * [patch_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#patch_scim_users) - Update user
2034
+ * [remove_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#remove_scim_users) - Delete user
2035
+ * [update_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#update_scim_users) - Update user
2036
+
2037
+ ### [Vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/vendorcredit/README.md)
2038
+
2039
+ * [create_accounting_vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/vendorcredit/README.md#create_accounting_vendorcredit) - Create a vendorcredit
2040
+ * [get_accounting_vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/vendorcredit/README.md#get_accounting_vendorcredit) - Retrieve a vendorcredit
2041
+ * [list_accounting_vendorcredits](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/vendorcredit/README.md#list_accounting_vendorcredits) - List all vendorcredits
2042
+ * [patch_accounting_vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/vendorcredit/README.md#patch_accounting_vendorcredit) - Update a vendorcredit
2043
+ * [remove_accounting_vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/vendorcredit/README.md#remove_accounting_vendorcredit) - Remove a vendorcredit
2044
+ * [update_accounting_vendorcredit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/vendorcredit/README.md#update_accounting_vendorcredit) - Update a vendorcredit
2045
+
2046
+ ### [Verification](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md)
2047
+
2048
+ * [create_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#create_verification_request) - Create a request
2049
+ * [get_verification_package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#get_verification_package) - Retrieve a package
2050
+ * [get_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#get_verification_request) - Retrieve a request
2051
+ * [list_verification_packages](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#list_verification_packages) - List all packages
2052
+ * [list_verification_requests](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#list_verification_requests) - List all requests
2053
+ * [patch_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#patch_verification_request) - Update a request
2054
+ * [remove_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#remove_verification_request) - Remove a request
2055
+ * [update_verification_request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#update_verification_request) - Update a request
2056
+
2057
+ ### [Visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md)
2058
+
2059
+ * [create_analytics_visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#create_analytics_visitor) - Create a visitor
2060
+ * [get_analytics_visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#get_analytics_visitor) - Retrieve a visitor
2061
+ * [list_analytics_visitors](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#list_analytics_visitors) - List all visitors
2062
+ * [patch_analytics_visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#patch_analytics_visitor) - Update a visitor
2063
+ * [remove_analytics_visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#remove_analytics_visitor) - Remove a visitor
2064
+ * [update_analytics_visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#update_analytics_visitor) - Update a visitor
2065
+
2066
+ ### [Webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md)
2067
+
2068
+ * [create_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#create_unified_webhook) - Create webhook subscription
2069
+ * [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
2070
+ * [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
2071
+ * [patch_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#patch_unified_webhook) - Update webhook subscription
2072
+ * [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
2073
+ * [remove_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#remove_unified_webhook) - Remove webhook subscription
2074
+ * [update_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#update_unified_webhook) - Update webhook subscription
2075
+ * [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
2076
+
2077
+ ### [Webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md)
2078
+
2079
+ * [create_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#create_calendar_webinar) - Create a webinar
2080
+ * [get_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#get_calendar_webinar) - Retrieve a webinar
2081
+ * [list_calendar_webinars](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#list_calendar_webinars) - List all webinars
2082
+ * [patch_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#patch_calendar_webinar) - Update a webinar
2083
+ * [remove_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#remove_calendar_webinar) - Remove a webinar
2084
+ * [update_calendar_webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#update_calendar_webinar) - Update a webinar
2085
+
2086
+ </details>
2087
+ <!-- End Available Resources and Operations [operations] -->
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+
2095
+ <!-- Start File uploads [file-upload] -->
2096
+ ## File uploads
2097
+
2098
+ 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.
2099
+
2100
+ > [!TIP]
2101
+ >
2102
+ > For endpoints that handle file uploads bytes arrays can also be used. However, using streams is recommended for large files.
2103
+ >
2104
+
2105
+ ```python
2106
+ from unified_python_sdk import UnifiedTo
2107
+ from unified_python_sdk.models import shared
2108
+
2109
+
2110
+ with UnifiedTo(
2111
+ security=shared.Security(
2112
+ jwt="<YOUR_API_KEY_HERE>",
2113
+ ),
2114
+ ) as unified_to:
2115
+
2116
+ res = unified_to.passthrough.create_passthrough_raw(request={
2117
+ "connection_id": "<id>",
2118
+ "path": "/var/log",
2119
+ })
2120
+
2121
+ assert res.default_application_json_any is not None
2122
+
2123
+ # Handle response
2124
+ print(res.default_application_json_any)
2125
+
2126
+ ```
2127
+ <!-- End File uploads [file-upload] -->
2128
+
2129
+ <!-- Start Retries [retries] -->
2130
+ ## Retries
2131
+
2132
+ 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.
2133
+
2134
+ To change the default retry strategy for a single API call, simply provide a `RetryConfig` object to the call:
2135
+ ```python
2136
+ from unified_python_sdk import UnifiedTo
2137
+ from unified_python_sdk.models import shared
2138
+ from unified_python_sdk.utils import BackoffStrategy, RetryConfig
2139
+
2140
+
2141
+ with UnifiedTo(
2142
+ security=shared.Security(
2143
+ jwt="<YOUR_API_KEY_HERE>",
2144
+ ),
2145
+ ) as unified_to:
2146
+
2147
+ res = unified_to.accounting.create_accounting_account(request={
2148
+ "accounting_account": {},
2149
+ "connection_id": "<id>",
2150
+ },
2151
+ RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
2152
+
2153
+ assert res.accounting_account is not None
2154
+
2155
+ # Handle response
2156
+ print(res.accounting_account)
2157
+
2158
+ ```
2159
+
2160
+ 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:
2161
+ ```python
2162
+ from unified_python_sdk import UnifiedTo
2163
+ from unified_python_sdk.models import shared
2164
+ from unified_python_sdk.utils import BackoffStrategy, RetryConfig
2165
+
2166
+
2167
+ with UnifiedTo(
2168
+ retry_config=RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False),
2169
+ security=shared.Security(
2170
+ jwt="<YOUR_API_KEY_HERE>",
2171
+ ),
2172
+ ) as unified_to:
2173
+
2174
+ res = unified_to.accounting.create_accounting_account(request={
2175
+ "accounting_account": {},
2176
+ "connection_id": "<id>",
2177
+ })
2178
+
2179
+ assert res.accounting_account is not None
2180
+
2181
+ # Handle response
2182
+ print(res.accounting_account)
2183
+
2184
+ ```
2185
+ <!-- End Retries [retries] -->
2186
+
2187
+ <!-- Start Error Handling [errors] -->
2188
+ ## Error Handling
2189
+
2190
+ [`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:
2191
+
2192
+ | Property | Type | Description |
2193
+ | ------------------ | ---------------- | ------------------------------------------------------ |
2194
+ | `err.message` | `str` | Error message |
2195
+ | `err.status_code` | `int` | HTTP response status code eg `404` |
2196
+ | `err.headers` | `httpx.Headers` | HTTP response headers |
2197
+ | `err.body` | `str` | HTTP body. Can be empty string if no body is returned. |
2198
+ | `err.raw_response` | `httpx.Response` | Raw HTTP response |
2199
+
2200
+ ### Example
2201
+ ```python
2202
+ from unified_python_sdk import UnifiedTo
2203
+ from unified_python_sdk.models import errors, shared
2204
+
2205
+
2206
+ with UnifiedTo(
2207
+ security=shared.Security(
2208
+ jwt="<YOUR_API_KEY_HERE>",
2209
+ ),
2210
+ ) as unified_to:
2211
+ res = None
2212
+ try:
2213
+
2214
+ res = unified_to.accounting.create_accounting_account(request={
2215
+ "accounting_account": {},
2216
+ "connection_id": "<id>",
2217
+ })
2218
+
2219
+ assert res.accounting_account is not None
2220
+
2221
+ # Handle response
2222
+ print(res.accounting_account)
2223
+
2224
+
2225
+ except errors.UnifiedToError as e:
2226
+ # The base class for HTTP error responses
2227
+ print(e.message)
2228
+ print(e.status_code)
2229
+ print(e.body)
2230
+ print(e.headers)
2231
+ print(e.raw_response)
2232
+
2233
+ ```
2234
+
2235
+ ### Error Classes
2236
+ **Primary error:**
2237
+ * [`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.
2238
+
2239
+ <details><summary>Less common errors (5)</summary>
2240
+
2241
+ <br />
2242
+
2243
+ **Network errors:**
2244
+ * [`httpx.RequestError`](https://www.python-httpx.org/exceptions/#httpx.RequestError): Base class for request errors.
2245
+ * [`httpx.ConnectError`](https://www.python-httpx.org/exceptions/#httpx.ConnectError): HTTP client was unable to make a request to a server.
2246
+ * [`httpx.TimeoutException`](https://www.python-httpx.org/exceptions/#httpx.TimeoutException): HTTP request timed out.
2247
+
2248
+
2249
+ **Inherit from [`UnifiedToError`](https://github.com/unified-to/unified-python-sdk/blob/master/././src/unified_python_sdk/models/errors/unifiedtoerror.py)**:
2250
+ * [`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.
2251
+
2252
+ </details>
2253
+ <!-- End Error Handling [errors] -->
2254
+
2255
+
2256
+
2257
+ <!-- Start Server Selection [server] -->
2258
+ ## Server Selection
2259
+
2260
+ ### Select Server by Index
2261
+
2262
+ 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:
2263
+
2264
+ | # | Server | Description |
2265
+ | --- | --------------------------- | -------------------------- |
2266
+ | 0 | `https://api.unified.to` | North American data region |
2267
+ | 1 | `https://api-eu.unified.to` | European data region |
2268
+ | 2 | `https://api-au.unified.to` | Australian data region |
2269
+
2270
+ #### Example
2271
+
2272
+ ```python
2273
+ from unified_python_sdk import UnifiedTo
2274
+ from unified_python_sdk.models import shared
2275
+
2276
+
2277
+ with UnifiedTo(
2278
+ server_idx=0,
2279
+ security=shared.Security(
2280
+ jwt="<YOUR_API_KEY_HERE>",
2281
+ ),
2282
+ ) as unified_to:
2283
+
2284
+ res = unified_to.accounting.create_accounting_account(request={
2285
+ "accounting_account": {},
2286
+ "connection_id": "<id>",
2287
+ })
2288
+
2289
+ assert res.accounting_account is not None
2290
+
2291
+ # Handle response
2292
+ print(res.accounting_account)
2293
+
2294
+ ```
2295
+
2296
+ ### Override Server URL Per-Client
2297
+
2298
+ 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:
2299
+ ```python
2300
+ from unified_python_sdk import UnifiedTo
2301
+ from unified_python_sdk.models import shared
2302
+
2303
+
2304
+ with UnifiedTo(
2305
+ server_url="https://api-au.unified.to",
2306
+ security=shared.Security(
2307
+ jwt="<YOUR_API_KEY_HERE>",
2308
+ ),
2309
+ ) as unified_to:
2310
+
2311
+ res = unified_to.accounting.create_accounting_account(request={
2312
+ "accounting_account": {},
2313
+ "connection_id": "<id>",
2314
+ })
2315
+
2316
+ assert res.accounting_account is not None
2317
+
2318
+ # Handle response
2319
+ print(res.accounting_account)
2320
+
2321
+ ```
2322
+ <!-- End Server Selection [server] -->
2323
+
2324
+
2325
+
2326
+ <!-- Start Custom HTTP Client [http-client] -->
2327
+ ## Custom HTTP Client
2328
+
2329
+ 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.
2330
+ 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.
2331
+ 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.
2332
+
2333
+ For example, you could specify a header for every request that this sdk makes as follows:
2334
+ ```python
2335
+ from unified_python_sdk import UnifiedTo
2336
+ import httpx
2337
+
2338
+ http_client = httpx.Client(headers={"x-custom-header": "someValue"})
2339
+ s = UnifiedTo(client=http_client)
2340
+ ```
2341
+
2342
+ or you could wrap the client with your own custom logic:
2343
+ ```python
2344
+ from unified_python_sdk import UnifiedTo
2345
+ from unified_python_sdk.httpclient import AsyncHttpClient
2346
+ import httpx
2347
+
2348
+ class CustomClient(AsyncHttpClient):
2349
+ client: AsyncHttpClient
2350
+
2351
+ def __init__(self, client: AsyncHttpClient):
2352
+ self.client = client
2353
+
2354
+ async def send(
2355
+ self,
2356
+ request: httpx.Request,
2357
+ *,
2358
+ stream: bool = False,
2359
+ auth: Union[
2360
+ httpx._types.AuthTypes, httpx._client.UseClientDefault, None
2361
+ ] = httpx.USE_CLIENT_DEFAULT,
2362
+ follow_redirects: Union[
2363
+ bool, httpx._client.UseClientDefault
2364
+ ] = httpx.USE_CLIENT_DEFAULT,
2365
+ ) -> httpx.Response:
2366
+ request.headers["Client-Level-Header"] = "added by client"
2367
+
2368
+ return await self.client.send(
2369
+ request, stream=stream, auth=auth, follow_redirects=follow_redirects
2370
+ )
2371
+
2372
+ def build_request(
2373
+ self,
2374
+ method: str,
2375
+ url: httpx._types.URLTypes,
2376
+ *,
2377
+ content: Optional[httpx._types.RequestContent] = None,
2378
+ data: Optional[httpx._types.RequestData] = None,
2379
+ files: Optional[httpx._types.RequestFiles] = None,
2380
+ json: Optional[Any] = None,
2381
+ params: Optional[httpx._types.QueryParamTypes] = None,
2382
+ headers: Optional[httpx._types.HeaderTypes] = None,
2383
+ cookies: Optional[httpx._types.CookieTypes] = None,
2384
+ timeout: Union[
2385
+ httpx._types.TimeoutTypes, httpx._client.UseClientDefault
2386
+ ] = httpx.USE_CLIENT_DEFAULT,
2387
+ extensions: Optional[httpx._types.RequestExtensions] = None,
2388
+ ) -> httpx.Request:
2389
+ return self.client.build_request(
2390
+ method,
2391
+ url,
2392
+ content=content,
2393
+ data=data,
2394
+ files=files,
2395
+ json=json,
2396
+ params=params,
2397
+ headers=headers,
2398
+ cookies=cookies,
2399
+ timeout=timeout,
2400
+ extensions=extensions,
2401
+ )
2402
+
2403
+ s = UnifiedTo(async_client=CustomClient(httpx.AsyncClient()))
2404
+ ```
2405
+ <!-- End Custom HTTP Client [http-client] -->
2406
+
2407
+
2408
+
2409
+ <!-- Start Authentication [security] -->
2410
+ ## Authentication
2411
+
2412
+ ### Per-Client Security Schemes
2413
+
2414
+ This SDK supports the following security scheme globally:
2415
+
2416
+ | Name | Type | Scheme |
2417
+ | ----- | ------ | ------- |
2418
+ | `jwt` | apiKey | API key |
2419
+
2420
+ You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. For example:
2421
+ ```python
2422
+ from unified_python_sdk import UnifiedTo
2423
+ from unified_python_sdk.models import shared
2424
+
2425
+
2426
+ with UnifiedTo(
2427
+ security=shared.Security(
2428
+ jwt="<YOUR_API_KEY_HERE>",
2429
+ ),
2430
+ ) as unified_to:
2431
+
2432
+ res = unified_to.accounting.create_accounting_account(request={
2433
+ "accounting_account": {},
2434
+ "connection_id": "<id>",
2435
+ })
2436
+
2437
+ assert res.accounting_account is not None
2438
+
2439
+ # Handle response
2440
+ print(res.accounting_account)
2441
+
2442
+ ```
2443
+ <!-- End Authentication [security] -->
2444
+
2445
+ <!-- Start Resource Management [resource-management] -->
2446
+ ## Resource Management
2447
+
2448
+ 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.
2449
+
2450
+ [context-manager]: https://docs.python.org/3/reference/datamodel.html#context-managers
2451
+
2452
+ ```python
2453
+ from unified_python_sdk import UnifiedTo
2454
+ from unified_python_sdk.models import shared
2455
+ def main():
2456
+
2457
+ with UnifiedTo(
2458
+ security=shared.Security(
2459
+ jwt="<YOUR_API_KEY_HERE>",
2460
+ ),
2461
+ ) as unified_to:
2462
+ # Rest of application here...
2463
+
2464
+
2465
+ # Or when using async:
2466
+ async def amain():
2467
+
2468
+ async with UnifiedTo(
2469
+ security=shared.Security(
2470
+ jwt="<YOUR_API_KEY_HERE>",
2471
+ ),
2472
+ ) as unified_to:
2473
+ # Rest of application here...
2474
+ ```
2475
+ <!-- End Resource Management [resource-management] -->
2476
+
2477
+ <!-- Start Debugging [debug] -->
2478
+ ## Debugging
2479
+
2480
+ You can setup your SDK to emit debug logs for SDK requests and responses.
2481
+
2482
+ You can pass your own logger class directly into your SDK.
2483
+ ```python
2484
+ from unified_python_sdk import UnifiedTo
2485
+ import logging
2486
+
2487
+ logging.basicConfig(level=logging.DEBUG)
2488
+ s = UnifiedTo(debug_logger=logging.getLogger("unified_python_sdk"))
2489
+ ```
2490
+ <!-- End Debugging [debug] -->
2491
+
2492
+ <!-- Placeholder for Future Speakeasy SDK Sections -->
2493
+
2494
+
2495
+ ### Contributions
2496
+
2497
+ While we value open-source contributions to this SDK, this library is generated programmatically.
2498
+ 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!
2499
+
2500
+ ### SDK Created by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
2501
+