Unified-python-sdk 0.58.1__tar.gz → 0.58.4__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 (2202) hide show
  1. unified_python_sdk-0.58.4/PKG-INFO +2481 -0
  2. unified_python_sdk-0.58.4/README-PYPI.md +2461 -0
  3. unified_python_sdk-0.58.4/pyproject.toml +58 -0
  4. unified_python_sdk-0.58.4/src/unified_python_sdk/_version.py +15 -0
  5. unified_python_sdk-0.58.4/src/unified_python_sdk/account.py +1163 -0
  6. unified_python_sdk-0.58.4/src/unified_python_sdk/accounting.py +17111 -0
  7. unified_python_sdk-0.58.4/src/unified_python_sdk/activity.py +2587 -0
  8. unified_python_sdk-0.58.4/src/unified_python_sdk/ad.py +1087 -0
  9. unified_python_sdk-0.58.4/src/unified_python_sdk/ads.py +7547 -0
  10. unified_python_sdk-0.58.4/src/unified_python_sdk/analytics.py +3369 -0
  11. unified_python_sdk-0.58.4/src/unified_python_sdk/application.py +1119 -0
  12. unified_python_sdk-0.58.4/src/unified_python_sdk/applicationstatus.py +195 -0
  13. unified_python_sdk-0.58.4/src/unified_python_sdk/assessment.py +1535 -0
  14. unified_python_sdk-0.58.4/src/unified_python_sdk/ats.py +9029 -0
  15. unified_python_sdk-0.58.4/src/unified_python_sdk/availability.py +195 -0
  16. unified_python_sdk-0.58.4/src/unified_python_sdk/balancesheet.py +379 -0
  17. unified_python_sdk-0.58.4/src/unified_python_sdk/bankaccount.py +1119 -0
  18. unified_python_sdk-0.58.4/src/unified_python_sdk/benefit.py +1119 -0
  19. unified_python_sdk-0.58.4/src/unified_python_sdk/bill.py +1119 -0
  20. unified_python_sdk-0.58.4/src/unified_python_sdk/branch.py +1117 -0
  21. unified_python_sdk-0.58.4/src/unified_python_sdk/busy.py +191 -0
  22. unified_python_sdk-0.58.4/src/unified_python_sdk/calendar.py +4999 -0
  23. unified_python_sdk-0.58.4/src/unified_python_sdk/call.py +363 -0
  24. unified_python_sdk-0.58.4/src/unified_python_sdk/campaign.py +2251 -0
  25. unified_python_sdk-0.58.4/src/unified_python_sdk/candidate.py +1119 -0
  26. unified_python_sdk-0.58.4/src/unified_python_sdk/carrier.py +371 -0
  27. unified_python_sdk-0.58.4/src/unified_python_sdk/cashflow.py +375 -0
  28. unified_python_sdk-0.58.4/src/unified_python_sdk/category.py +2315 -0
  29. unified_python_sdk-0.58.4/src/unified_python_sdk/change.py +369 -0
  30. unified_python_sdk-0.58.4/src/unified_python_sdk/channel.py +371 -0
  31. unified_python_sdk-0.58.4/src/unified_python_sdk/class_.py +1099 -0
  32. unified_python_sdk-0.58.4/src/unified_python_sdk/clubs.py +1807 -0
  33. unified_python_sdk-0.58.4/src/unified_python_sdk/collection.py +2271 -0
  34. unified_python_sdk-0.58.4/src/unified_python_sdk/comment.py +3331 -0
  35. unified_python_sdk-0.58.4/src/unified_python_sdk/commerce.py +9303 -0
  36. unified_python_sdk-0.58.4/src/unified_python_sdk/commit.py +1117 -0
  37. unified_python_sdk-0.58.4/src/unified_python_sdk/company.py +3511 -0
  38. unified_python_sdk-0.58.4/src/unified_python_sdk/contact.py +3375 -0
  39. unified_python_sdk-0.58.4/src/unified_python_sdk/content.py +1117 -0
  40. unified_python_sdk-0.58.4/src/unified_python_sdk/course.py +1117 -0
  41. unified_python_sdk-0.58.4/src/unified_python_sdk/creative.py +1119 -0
  42. unified_python_sdk-0.58.4/src/unified_python_sdk/creditmemo.py +1167 -0
  43. unified_python_sdk-0.58.4/src/unified_python_sdk/crm.py +6577 -0
  44. unified_python_sdk-0.58.4/src/unified_python_sdk/customer.py +1163 -0
  45. unified_python_sdk-0.58.4/src/unified_python_sdk/database.py +1163 -0
  46. unified_python_sdk-0.58.4/src/unified_python_sdk/datastore.py +3565 -0
  47. unified_python_sdk-0.58.4/src/unified_python_sdk/deal.py +1091 -0
  48. unified_python_sdk-0.58.4/src/unified_python_sdk/deduction.py +1119 -0
  49. unified_python_sdk-0.58.4/src/unified_python_sdk/device.py +1117 -0
  50. unified_python_sdk-0.58.4/src/unified_python_sdk/document.py +2227 -0
  51. unified_python_sdk-0.58.4/src/unified_python_sdk/embedding.py +197 -0
  52. unified_python_sdk-0.58.4/src/unified_python_sdk/employee.py +1119 -0
  53. unified_python_sdk-0.58.4/src/unified_python_sdk/enrich.py +371 -0
  54. unified_python_sdk-0.58.4/src/unified_python_sdk/environment.py +515 -0
  55. unified_python_sdk-0.58.4/src/unified_python_sdk/event.py +3481 -0
  56. unified_python_sdk-0.58.4/src/unified_python_sdk/expense.py +1163 -0
  57. unified_python_sdk-0.58.4/src/unified_python_sdk/file.py +1119 -0
  58. unified_python_sdk-0.58.4/src/unified_python_sdk/form.py +1117 -0
  59. unified_python_sdk-0.58.4/src/unified_python_sdk/forms.py +1477 -0
  60. unified_python_sdk-0.58.4/src/unified_python_sdk/genai.py +741 -0
  61. unified_python_sdk-0.58.4/src/unified_python_sdk/group.py +3665 -0
  62. unified_python_sdk-0.58.4/src/unified_python_sdk/hris.py +11447 -0
  63. unified_python_sdk-0.58.4/src/unified_python_sdk/insertionorder.py +1163 -0
  64. unified_python_sdk-0.58.4/src/unified_python_sdk/instructor.py +1119 -0
  65. unified_python_sdk-0.58.4/src/unified_python_sdk/interview.py +1119 -0
  66. unified_python_sdk-0.58.4/src/unified_python_sdk/inventory.py +1163 -0
  67. unified_python_sdk-0.58.4/src/unified_python_sdk/invoice.py +1163 -0
  68. unified_python_sdk-0.58.4/src/unified_python_sdk/item.py +1119 -0
  69. unified_python_sdk-0.58.4/src/unified_python_sdk/itemvariant.py +1167 -0
  70. unified_python_sdk-0.58.4/src/unified_python_sdk/job.py +1091 -0
  71. unified_python_sdk-0.58.4/src/unified_python_sdk/journal.py +1163 -0
  72. unified_python_sdk-0.58.4/src/unified_python_sdk/kms.py +3283 -0
  73. unified_python_sdk-0.58.4/src/unified_python_sdk/label.py +1119 -0
  74. unified_python_sdk-0.58.4/src/unified_python_sdk/lead.py +1091 -0
  75. unified_python_sdk-0.58.4/src/unified_python_sdk/link.py +2227 -0
  76. unified_python_sdk-0.58.4/src/unified_python_sdk/list.py +1119 -0
  77. unified_python_sdk-0.58.4/src/unified_python_sdk/lms.py +7741 -0
  78. unified_python_sdk-0.58.4/src/unified_python_sdk/location.py +2599 -0
  79. unified_python_sdk-0.58.4/src/unified_python_sdk/martech.py +3539 -0
  80. unified_python_sdk-0.58.4/src/unified_python_sdk/member.py +1479 -0
  81. unified_python_sdk-0.58.4/src/unified_python_sdk/message.py +1131 -0
  82. unified_python_sdk-0.58.4/src/unified_python_sdk/messaging.py +1863 -0
  83. unified_python_sdk-0.58.4/src/unified_python_sdk/metadata.py +1131 -0
  84. unified_python_sdk-0.58.4/src/unified_python_sdk/model.py +369 -0
  85. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/__init__.py +11913 -0
  86. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingaccount2.py +133 -0
  87. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingbill2.py +137 -0
  88. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingcategory2.py +122 -0
  89. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingcontact2.py +135 -0
  90. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingcreditmemo2.py +143 -0
  91. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingexpense2.py +131 -0
  92. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountinginvoice2.py +141 -0
  93. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingjournal2.py +125 -0
  94. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingorder2.py +124 -0
  95. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingpurchaseorder2.py +132 -0
  96. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingsalesorder2.py +132 -0
  97. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingtaxrate2.py +121 -0
  98. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createaccountingtransaction2.py +135 -0
  99. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createadsad2.py +131 -0
  100. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createadscampaign2.py +131 -0
  101. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createadscreative2.py +138 -0
  102. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createadsgroup2.py +139 -0
  103. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createadsinsertionorder2.py +127 -0
  104. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createadsorganization2.py +118 -0
  105. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createanalyticsevent2.py +137 -0
  106. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createanalyticsproperty2.py +121 -0
  107. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createanalyticsvisitor2.py +130 -0
  108. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createassessmentpackage2.py +73 -0
  109. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createatsactivity2.py +130 -0
  110. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createatsapplication2.py +128 -0
  111. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createatscandidate2.py +137 -0
  112. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createatscompany2.py +121 -0
  113. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createatsdocument2.py +122 -0
  114. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createatsinterview2.py +123 -0
  115. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createatsjob2.py +138 -0
  116. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createatsscorecard2.py +122 -0
  117. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcalendarcalendar2.py +118 -0
  118. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcalendarevent2.py +134 -0
  119. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcalendarlink2.py +121 -0
  120. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcalendarwebinar2.py +144 -0
  121. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcommercecollection2.py +133 -0
  122. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcommerceinventory2.py +120 -0
  123. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcommerceitem2.py +142 -0
  124. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcommerceitemvariant2.py +144 -0
  125. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcommercelocation2.py +132 -0
  126. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcommercereservation2.py +134 -0
  127. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcommercereview2.py +135 -0
  128. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcommercesaleschannel2.py +124 -0
  129. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcrmcompany2.py +133 -0
  130. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcrmcontact2.py +131 -0
  131. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcrmdeal2.py +136 -0
  132. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcrmevent2.py +130 -0
  133. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcrmlead2.py +130 -0
  134. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createcrmpipeline2.py +119 -0
  135. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createdatastoredatabase2.py +122 -0
  136. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createdatastorequery2.py +115 -0
  137. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createdatastorerecord2.py +118 -0
  138. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createdatastoretable2.py +121 -0
  139. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createformsform2.py +125 -0
  140. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/creategenaiembedding2.py +120 -0
  141. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/creategenaiprompt2.py +120 -0
  142. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createhrisbankaccount2.py +123 -0
  143. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createhrisbenefit2.py +128 -0
  144. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createhriscompany2.py +117 -0
  145. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createhrisdeduction2.py +127 -0
  146. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createhrisdevice2.py +130 -0
  147. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createhrisemployee2.py +152 -0
  148. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createhrisgroup2.py +122 -0
  149. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createhrislocation2.py +126 -0
  150. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createhristimeoff2.py +127 -0
  151. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createhristimeshift2.py +125 -0
  152. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createkmscomment2.py +120 -0
  153. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createkmspage2.py +124 -0
  154. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createkmsspace2.py +120 -0
  155. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createlmsactivity2.py +123 -0
  156. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createlmsclass2.py +121 -0
  157. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createlmscollection2.py +119 -0
  158. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createlmscontent2.py +130 -0
  159. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createlmscourse2.py +133 -0
  160. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createlmsinstructor2.py +121 -0
  161. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createlmsstudent2.py +121 -0
  162. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createmartechcampaign2.py +126 -0
  163. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createmartechlist2.py +129 -0
  164. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createmartechmember2.py +123 -0
  165. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createmessagingmessage2.py +135 -0
  166. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createmetadatametadata2.py +122 -0
  167. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createpassthrough2_json.py +133 -0
  168. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createpassthrough2_raw.py +134 -0
  169. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createpaymentlink2.py +123 -0
  170. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createpaymentpayment2.py +126 -0
  171. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createpaymentsubscription2.py +136 -0
  172. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createrepobranch2.py +116 -0
  173. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createrepocommit2.py +118 -0
  174. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createrepoorganization2.py +119 -0
  175. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createrepopullrequest2.py +120 -0
  176. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createreporepository2.py +120 -0
  177. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createshippinglabel2.py +124 -0
  178. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createshippingrate2.py +120 -0
  179. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createshippingshipment2.py +146 -0
  180. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createsigningdocument2.py +123 -0
  181. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createsigningsignatory2.py +122 -0
  182. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createstoragefile2.py +128 -0
  183. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createtaskcomment2.py +118 -0
  184. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createtaskproject2.py +122 -0
  185. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createtasktask2.py +131 -0
  186. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createticketingcategory2.py +120 -0
  187. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createticketingcustomer2.py +120 -0
  188. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createticketingnote2.py +118 -0
  189. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createticketingticket2.py +127 -0
  190. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createuccomment2.py +117 -0
  191. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createuccontact2.py +123 -0
  192. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createucrecording2.py +128 -0
  193. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createunifiedworkspacesecretsmanager.py +50 -0
  194. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/createverificationrequest2.py +141 -0
  195. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingaccount2.py +131 -0
  196. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingbalancesheet2.py +128 -0
  197. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingbill2.py +137 -0
  198. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingcashflow2.py +130 -0
  199. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingcategory2.py +122 -0
  200. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingcontact2.py +135 -0
  201. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingcreditmemo2.py +143 -0
  202. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingexpense2.py +131 -0
  203. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountinginvoice2.py +141 -0
  204. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingjournal2.py +125 -0
  205. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingorder2.py +124 -0
  206. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingorganization2.py +130 -0
  207. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingprofitloss2.py +137 -0
  208. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingpurchaseorder2.py +130 -0
  209. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingreport2.py +122 -0
  210. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingsalesorder2.py +132 -0
  211. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingtaxrate2.py +121 -0
  212. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingtransaction2.py +135 -0
  213. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getaccountingtrialbalance2.py +127 -0
  214. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getadsad2.py +131 -0
  215. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getadscampaign2.py +131 -0
  216. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getadscreative2.py +138 -0
  217. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getadsgroup2.py +139 -0
  218. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getadsinsertionorder2.py +127 -0
  219. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getadsorganization2.py +118 -0
  220. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getadspromoted2.py +114 -0
  221. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getadstarget2.py +118 -0
  222. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getanalyticsevent2.py +137 -0
  223. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getanalyticsproperty2.py +121 -0
  224. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getanalyticssession2.py +133 -0
  225. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getanalyticsvisitor2.py +130 -0
  226. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getassessmentpackage2.py +72 -0
  227. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getatsactivity2.py +130 -0
  228. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getatsapplication2.py +128 -0
  229. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getatscandidate2.py +137 -0
  230. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getatscompany2.py +121 -0
  231. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getatsdocument2.py +122 -0
  232. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getatsinterview2.py +123 -0
  233. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getatsjob2.py +138 -0
  234. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getatsscorecard2.py +122 -0
  235. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcalendarcalendar2.py +118 -0
  236. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcalendarevent2.py +134 -0
  237. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcalendarlink2.py +121 -0
  238. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcalendarrecording2.py +122 -0
  239. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcalendarwebinar2.py +144 -0
  240. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getclubsactivity2.py +153 -0
  241. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getclubsevent2.py +135 -0
  242. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getclubsgroup2.py +132 -0
  243. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getclubslocation2.py +121 -0
  244. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getclubsmember2.py +121 -0
  245. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcommercecollection2.py +131 -0
  246. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcommerceinventory2.py +120 -0
  247. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcommerceitem2.py +142 -0
  248. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcommerceitemvariant2.py +144 -0
  249. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcommercelocation2.py +132 -0
  250. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcommercereservation2.py +134 -0
  251. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcommercereview2.py +135 -0
  252. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcommercesaleschannel2.py +124 -0
  253. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcrmcompany2.py +131 -0
  254. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcrmcontact2.py +129 -0
  255. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcrmdeal2.py +134 -0
  256. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcrmevent2.py +128 -0
  257. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcrmlead2.py +130 -0
  258. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getcrmpipeline2.py +119 -0
  259. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getdatastoredatabase2.py +122 -0
  260. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getdatastorerecord2.py +118 -0
  261. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getdatastoretable2.py +121 -0
  262. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getformsform2.py +125 -0
  263. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getformssubmission2.py +118 -0
  264. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getgenaimodel2.py +117 -0
  265. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethrisbankaccount2.py +123 -0
  266. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethrisbenefit2.py +126 -0
  267. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethriscompany2.py +117 -0
  268. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethrisdeduction2.py +125 -0
  269. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethrisdevice2.py +130 -0
  270. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethrisemployee2.py +152 -0
  271. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethrisgroup2.py +122 -0
  272. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethrislocation2.py +126 -0
  273. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethrispayslip2.py +125 -0
  274. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethristimeoff2.py +127 -0
  275. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gethristimeshift2.py +125 -0
  276. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getkmscomment2.py +120 -0
  277. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getkmspage2.py +124 -0
  278. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getkmsspace2.py +120 -0
  279. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getlmsactivity2.py +123 -0
  280. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getlmsclass2.py +121 -0
  281. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getlmscollection2.py +119 -0
  282. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getlmscontent2.py +130 -0
  283. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getlmscourse2.py +133 -0
  284. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getlmsinstructor2.py +121 -0
  285. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getlmsstudent2.py +121 -0
  286. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getmartechcampaign2.py +126 -0
  287. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getmartechlist2.py +127 -0
  288. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getmartechmember2.py +121 -0
  289. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getmessagingchannel2.py +122 -0
  290. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getmessagingmessage2.py +135 -0
  291. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getmetadatametadata2.py +122 -0
  292. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getpaymentlink2.py +123 -0
  293. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getpaymentpayment2.py +126 -0
  294. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getpaymentpayout2.py +118 -0
  295. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getpaymentrefund2.py +120 -0
  296. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getpaymentsubscription2.py +136 -0
  297. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getrepobranch2.py +116 -0
  298. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getrepocommit2.py +118 -0
  299. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getrepoorganization2.py +119 -0
  300. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getrepopullrequest2.py +120 -0
  301. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getreporepository2.py +120 -0
  302. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getshippingcarrier2.py +119 -0
  303. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getshippinglabel2.py +124 -0
  304. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getshippingshipment2.py +146 -0
  305. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getshippingtracking2.py +124 -0
  306. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getsigningdocument2.py +123 -0
  307. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getsigningsignatory2.py +122 -0
  308. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getsigningtemplate2.py +118 -0
  309. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getstoragefile2.py +128 -0
  310. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gettaskchange2.py +117 -0
  311. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gettaskcomment2.py +118 -0
  312. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gettaskproject2.py +122 -0
  313. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/gettasktask2.py +131 -0
  314. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getticketingcategory2.py +120 -0
  315. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getticketingcustomer2.py +120 -0
  316. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getticketingnote2.py +118 -0
  317. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getticketingticket2.py +127 -0
  318. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getuccall2.py +124 -0
  319. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getuccomment2.py +117 -0
  320. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getuccontact2.py +121 -0
  321. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getucrecording2.py +128 -0
  322. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getunifiedworkspacesecretsmanager.py +63 -0
  323. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getverificationpackage2.py +135 -0
  324. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/getverificationrequest2.py +141 -0
  325. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingaccounts2.py +197 -0
  326. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingbalancesheets2.py +208 -0
  327. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingbills2.py +199 -0
  328. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingcashflows2.py +212 -0
  329. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingcategories2.py +177 -0
  330. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingcontacts2.py +199 -0
  331. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingcreditmemoes2.py +205 -0
  332. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingexpenses2.py +242 -0
  333. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountinginvoices2.py +232 -0
  334. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingjournals2.py +191 -0
  335. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingorders2.py +195 -0
  336. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingorganizations2.py +174 -0
  337. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingprofitlosses2.py +217 -0
  338. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingpurchaseorders2.py +192 -0
  339. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingreports2.py +193 -0
  340. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingsalesorders2.py +194 -0
  341. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingtaxrates2.py +178 -0
  342. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingtransactions2.py +224 -0
  343. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listaccountingtrialbalances2.py +189 -0
  344. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listadsads2.py +211 -0
  345. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listadscampaigns2.py +211 -0
  346. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listadscreatives2.py +209 -0
  347. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listadsgroups2.py +246 -0
  348. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listadsinsertionorders2.py +193 -0
  349. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listadsorganizations2.py +173 -0
  350. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listadspromoteds2.py +174 -0
  351. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listadsreports2.py +226 -0
  352. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listadstargets2.py +178 -0
  353. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listanalyticsevents2.py +233 -0
  354. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listanalyticsproperties2.py +178 -0
  355. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listanalyticsreports2.py +205 -0
  356. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listanalyticssessions2.py +233 -0
  357. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listanalyticsvisitors2.py +185 -0
  358. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listassessmentpackages2.py +101 -0
  359. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listatsactivities2.py +237 -0
  360. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listatsapplications2.py +208 -0
  361. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listatsapplicationstatuses2.py +159 -0
  362. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listatscandidates2.py +190 -0
  363. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listatscompanies2.py +165 -0
  364. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listatsdocuments2.py +200 -0
  365. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listatsinterviews2.py +176 -0
  366. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listatsjobs2.py +209 -0
  367. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listatsscorecards2.py +202 -0
  368. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcalendarbusies2.py +196 -0
  369. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcalendarcalendars2.py +164 -0
  370. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcalendarevents2.py +214 -0
  371. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcalendarlinks2.py +165 -0
  372. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcalendarrecordings2.py +197 -0
  373. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcalendarwebinars2.py +217 -0
  374. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listclubsactivities2.py +224 -0
  375. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listclubsevents2.py +188 -0
  376. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listclubsgroups2.py +176 -0
  377. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listclubslocations2.py +174 -0
  378. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listclubsmembers2.py +174 -0
  379. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcommerceavailabilities2.py +221 -0
  380. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcommercecollections2.py +211 -0
  381. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcommerceinventories2.py +186 -0
  382. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcommerceitems2.py +204 -0
  383. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcommerceitemvariants2.py +215 -0
  384. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcommercelocations2.py +187 -0
  385. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcommercereservations2.py +223 -0
  386. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcommercereviews2.py +206 -0
  387. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcommercesaleschannels2.py +168 -0
  388. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcrmcompanies2.py +202 -0
  389. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcrmcontacts2.py +200 -0
  390. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcrmdeals2.py +214 -0
  391. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcrmevents2.py +224 -0
  392. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcrmleads2.py +201 -0
  393. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listcrmpipelines2.py +163 -0
  394. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listdatastoredatabases2.py +170 -0
  395. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listdatastorerecords2.py +182 -0
  396. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listdatastoretables2.py +183 -0
  397. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listenrichcompanies2.py +99 -0
  398. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listenrichpeople2.py +125 -0
  399. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listformsforms2.py +169 -0
  400. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listformssubmissions2.py +173 -0
  401. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listgenaimodels2.py +161 -0
  402. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhrisbankaccounts2.py +187 -0
  403. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhrisbenefits2.py +179 -0
  404. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhriscompanies2.py +161 -0
  405. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhrisdeductions2.py +223 -0
  406. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhrisdevices2.py +183 -0
  407. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhrisemployees2.py +223 -0
  408. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhrisgroups2.py +184 -0
  409. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhrislocations2.py +179 -0
  410. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhrispayslips2.py +187 -0
  411. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhristimeoffs2.py +207 -0
  412. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listhristimeshifts2.py +214 -0
  413. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listkmscomments2.py +191 -0
  414. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listkmspages2.py +195 -0
  415. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listkmsspaces2.py +173 -0
  416. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listlmsactivities2.py +194 -0
  417. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listlmsclasses2.py +174 -0
  418. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listlmscollections2.py +181 -0
  419. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listlmscontents2.py +192 -0
  420. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listlmscourses2.py +195 -0
  421. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listlmsinstructors2.py +192 -0
  422. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listlmsstudents2.py +183 -0
  423. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listmartechcampaigns2.py +192 -0
  424. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listmartechlists2.py +171 -0
  425. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listmartechmembers2.py +176 -0
  426. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listmartechreports2.py +217 -0
  427. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listmessagingchannels2.py +184 -0
  428. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listmessagingmessages2.py +251 -0
  429. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listmetadatametadatas2.py +177 -0
  430. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listpassthroughs2.py +124 -0
  431. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listpaymentlinks2.py +185 -0
  432. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listpaymentpayments2.py +242 -0
  433. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listpaymentpayouts2.py +162 -0
  434. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listpaymentrefunds2.py +173 -0
  435. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listpaymentsubscriptions2.py +207 -0
  436. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listrepobranches2.py +169 -0
  437. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listrepocommits2.py +180 -0
  438. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listrepoorganizations2.py +165 -0
  439. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listrepopullrequests2.py +175 -0
  440. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listreporepositories2.py +173 -0
  441. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listshippingcarriers2.py +165 -0
  442. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listshippinglabels2.py +177 -0
  443. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listshippingshipments2.py +210 -0
  444. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listshippingtrackings2.py +170 -0
  445. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listsigningdocuments2.py +187 -0
  446. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listsigningsignatories2.py +177 -0
  447. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listsigningtemplates2.py +164 -0
  448. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/liststoragefiles2.py +217 -0
  449. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listtaskchanges2.py +170 -0
  450. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listtaskcomments2.py +171 -0
  451. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listtaskprojects2.py +193 -0
  452. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listtasktasks2.py +211 -0
  453. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listticketingcategories2.py +177 -0
  454. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listticketingcustomers2.py +168 -0
  455. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listticketingnotes2.py +180 -0
  456. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listticketingtickets2.py +191 -0
  457. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listuccalls2.py +204 -0
  458. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listuccomments2.py +179 -0
  459. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listuccontacts2.py +174 -0
  460. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listucrecordings2.py +217 -0
  461. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listunifiedconnections.py +172 -0
  462. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listunifiedintegrations.py +172 -0
  463. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listunifiedintegrationworkspaces.py +166 -0
  464. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listunifiedworkspacesecretsmanagers.py +102 -0
  465. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listverificationpackages2.py +179 -0
  466. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/listverificationrequests2.py +203 -0
  467. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingaccount2.py +140 -0
  468. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingbill2.py +144 -0
  469. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingcategory2.py +129 -0
  470. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingcontact2.py +142 -0
  471. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingcreditmemo2.py +150 -0
  472. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingexpense2.py +138 -0
  473. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountinginvoice2.py +148 -0
  474. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingjournal2.py +132 -0
  475. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingorder2.py +131 -0
  476. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingpurchaseorder2.py +139 -0
  477. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingsalesorder2.py +139 -0
  478. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingtaxrate2.py +128 -0
  479. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchaccountingtransaction2.py +142 -0
  480. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchadsad2.py +138 -0
  481. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchadscampaign2.py +138 -0
  482. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchadscreative2.py +145 -0
  483. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchadsgroup2.py +146 -0
  484. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchadsinsertionorder2.py +134 -0
  485. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchadsorganization2.py +125 -0
  486. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchanalyticsproperty2.py +128 -0
  487. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchanalyticsvisitor2.py +137 -0
  488. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchassessmentorder2.py +158 -0
  489. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchassessmentpackage2.py +80 -0
  490. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchatsactivity2.py +137 -0
  491. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchatsapplication2.py +135 -0
  492. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchatscandidate2.py +144 -0
  493. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchatscompany2.py +128 -0
  494. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchatsdocument2.py +129 -0
  495. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchatsinterview2.py +130 -0
  496. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchatsjob2.py +145 -0
  497. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchatsscorecard2.py +129 -0
  498. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcalendarcalendar2.py +125 -0
  499. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcalendarevent2.py +141 -0
  500. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcalendarlink2.py +128 -0
  501. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcalendarwebinar2.py +151 -0
  502. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcommercecollection2.py +140 -0
  503. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcommerceinventory2.py +127 -0
  504. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcommerceitem2.py +149 -0
  505. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcommerceitemvariant2.py +151 -0
  506. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcommercelocation2.py +139 -0
  507. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcommercereservation2.py +141 -0
  508. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcommercereview2.py +142 -0
  509. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcommercesaleschannel2.py +131 -0
  510. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcrmcompany2.py +140 -0
  511. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcrmcontact2.py +138 -0
  512. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcrmdeal2.py +143 -0
  513. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcrmevent2.py +137 -0
  514. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcrmlead2.py +137 -0
  515. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchcrmpipeline2.py +126 -0
  516. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchdatastoredatabase2.py +129 -0
  517. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchdatastorerecord2.py +125 -0
  518. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchdatastoretable2.py +128 -0
  519. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchformsform2.py +132 -0
  520. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchhrisbankaccount2.py +130 -0
  521. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchhrisbenefit2.py +135 -0
  522. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchhriscompany2.py +124 -0
  523. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchhrisdeduction2.py +134 -0
  524. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchhrisdevice2.py +137 -0
  525. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchhrisemployee2.py +159 -0
  526. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchhrisgroup2.py +129 -0
  527. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchhrislocation2.py +133 -0
  528. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchhristimeoff2.py +134 -0
  529. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchhristimeshift2.py +132 -0
  530. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchkmscomment2.py +127 -0
  531. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchkmspage2.py +131 -0
  532. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchkmsspace2.py +127 -0
  533. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchlmsactivity2.py +130 -0
  534. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchlmsclass2.py +128 -0
  535. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchlmscollection2.py +126 -0
  536. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchlmscontent2.py +137 -0
  537. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchlmscourse2.py +140 -0
  538. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchlmsinstructor2.py +128 -0
  539. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchlmsstudent2.py +128 -0
  540. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchmartechcampaign2.py +133 -0
  541. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchmartechlist2.py +136 -0
  542. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchmartechmember2.py +130 -0
  543. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchmessagingevent2.py +126 -0
  544. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchmessagingmessage2.py +142 -0
  545. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchmetadatametadata2.py +129 -0
  546. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchpassthrough2_json.py +133 -0
  547. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchpassthrough2_raw.py +134 -0
  548. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchpaymentlink2.py +130 -0
  549. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchpaymentpayment2.py +133 -0
  550. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchpaymentsubscription2.py +143 -0
  551. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchrepobranch2.py +123 -0
  552. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchrepocommit2.py +125 -0
  553. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchrepoorganization2.py +126 -0
  554. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchrepopullrequest2.py +127 -0
  555. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchreporepository2.py +127 -0
  556. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchshippinglabel2.py +131 -0
  557. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchshippingshipment2.py +153 -0
  558. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchsigningdocument2.py +130 -0
  559. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchsigningsignatory2.py +129 -0
  560. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchstoragefile2.py +135 -0
  561. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchtaskcomment2.py +125 -0
  562. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchtaskproject2.py +129 -0
  563. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchtasktask2.py +138 -0
  564. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchticketingcategory2.py +127 -0
  565. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchticketingcustomer2.py +127 -0
  566. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchticketingnote2.py +125 -0
  567. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchticketingticket2.py +134 -0
  568. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchuccomment2.py +124 -0
  569. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchuccontact2.py +130 -0
  570. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchucrecording2.py +135 -0
  571. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/patchverificationrequest2.py +148 -0
  572. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingaccount2.py +50 -0
  573. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingbill2.py +50 -0
  574. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingcategory2.py +50 -0
  575. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingcontact2.py +50 -0
  576. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingcreditmemo2.py +50 -0
  577. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingexpense2.py +50 -0
  578. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountinginvoice2.py +50 -0
  579. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingjournal2.py +50 -0
  580. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingorder2.py +50 -0
  581. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingpurchaseorder2.py +50 -0
  582. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingsalesorder2.py +50 -0
  583. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingtaxrate2.py +50 -0
  584. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeaccountingtransaction2.py +50 -0
  585. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeadsad2.py +50 -0
  586. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeadscampaign2.py +50 -0
  587. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeadscreative2.py +50 -0
  588. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeadsgroup2.py +50 -0
  589. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeadsinsertionorder2.py +50 -0
  590. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeadsorganization2.py +50 -0
  591. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeanalyticsproperty2.py +50 -0
  592. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeanalyticsvisitor2.py +50 -0
  593. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeassessmentpackage2.py +50 -0
  594. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeatsactivity2.py +50 -0
  595. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeatsapplication2.py +50 -0
  596. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeatscandidate2.py +50 -0
  597. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeatscompany2.py +50 -0
  598. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeatsdocument2.py +50 -0
  599. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeatsinterview2.py +50 -0
  600. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeatsjob2.py +50 -0
  601. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeatsscorecard2.py +50 -0
  602. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecalendarcalendar2.py +50 -0
  603. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecalendarevent2.py +50 -0
  604. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecalendarlink2.py +50 -0
  605. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecalendarwebinar2.py +50 -0
  606. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecommercecollection2.py +50 -0
  607. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecommerceinventory2.py +50 -0
  608. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecommerceitem2.py +50 -0
  609. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecommerceitemvariant2.py +50 -0
  610. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecommercelocation2.py +50 -0
  611. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecommercereservation2.py +50 -0
  612. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecommercereview2.py +50 -0
  613. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecommercesaleschannel2.py +50 -0
  614. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecrmcompany2.py +50 -0
  615. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecrmcontact2.py +50 -0
  616. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecrmdeal2.py +50 -0
  617. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecrmevent2.py +50 -0
  618. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecrmlead2.py +50 -0
  619. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removecrmpipeline2.py +50 -0
  620. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removedatastoredatabase2.py +50 -0
  621. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removedatastorerecord2.py +50 -0
  622. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removedatastoretable2.py +50 -0
  623. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeformsform2.py +50 -0
  624. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removehrisbankaccount2.py +50 -0
  625. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removehrisbenefit2.py +50 -0
  626. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removehriscompany2.py +50 -0
  627. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removehrisdeduction2.py +50 -0
  628. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removehrisdevice2.py +50 -0
  629. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removehrisemployee2.py +50 -0
  630. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removehrisgroup2.py +50 -0
  631. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removehrislocation2.py +50 -0
  632. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removehristimeoff2.py +50 -0
  633. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removehristimeshift2.py +50 -0
  634. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removekmscomment2.py +50 -0
  635. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removekmspage2.py +50 -0
  636. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removekmsspace2.py +50 -0
  637. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removelmsactivity2.py +50 -0
  638. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removelmsclass2.py +50 -0
  639. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removelmscollection2.py +50 -0
  640. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removelmscontent2.py +50 -0
  641. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removelmscourse2.py +50 -0
  642. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removelmsinstructor2.py +50 -0
  643. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removelmsstudent2.py +50 -0
  644. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removemartechcampaign2.py +50 -0
  645. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removemartechlist2.py +50 -0
  646. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removemartechmember2.py +50 -0
  647. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removemessagingmessage2.py +50 -0
  648. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removemetadatametadata2.py +50 -0
  649. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removepassthrough2.py +124 -0
  650. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removepaymentlink2.py +50 -0
  651. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removepaymentpayment2.py +50 -0
  652. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removepaymentsubscription2.py +50 -0
  653. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removerepobranch2.py +50 -0
  654. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removerepocommit2.py +50 -0
  655. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removerepoorganization2.py +50 -0
  656. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removerepopullrequest2.py +50 -0
  657. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removereporepository2.py +50 -0
  658. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeshippinglabel2.py +50 -0
  659. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeshippingshipment2.py +50 -0
  660. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removesigningdocument2.py +50 -0
  661. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removesigningsignatory2.py +50 -0
  662. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removestoragefile2.py +50 -0
  663. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removetaskcomment2.py +50 -0
  664. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removetaskproject2.py +50 -0
  665. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removetasktask2.py +50 -0
  666. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeticketingcategory2.py +50 -0
  667. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeticketingcustomer2.py +50 -0
  668. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeticketingnote2.py +50 -0
  669. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeticketingticket2.py +50 -0
  670. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeuccomment2.py +50 -0
  671. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeuccontact2.py +50 -0
  672. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeucrecording2.py +50 -0
  673. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeunifiedworkspacesecretsmanager.py +43 -0
  674. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/removeverificationrequest2.py +50 -0
  675. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingaccount2.py +140 -0
  676. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingbill2.py +144 -0
  677. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingcategory2.py +129 -0
  678. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingcontact2.py +142 -0
  679. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingcreditmemo2.py +150 -0
  680. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingexpense2.py +138 -0
  681. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountinginvoice2.py +148 -0
  682. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingjournal2.py +132 -0
  683. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingorder2.py +131 -0
  684. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingpurchaseorder2.py +139 -0
  685. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingsalesorder2.py +139 -0
  686. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingtaxrate2.py +128 -0
  687. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateaccountingtransaction2.py +142 -0
  688. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateadsad2.py +138 -0
  689. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateadscampaign2.py +138 -0
  690. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateadscreative2.py +145 -0
  691. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateadsgroup2.py +146 -0
  692. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateadsinsertionorder2.py +134 -0
  693. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateadsorganization2.py +125 -0
  694. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateanalyticsproperty2.py +128 -0
  695. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateanalyticsvisitor2.py +137 -0
  696. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateassessmentorder2.py +158 -0
  697. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateassessmentpackage2.py +80 -0
  698. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateatsactivity2.py +137 -0
  699. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateatsapplication2.py +135 -0
  700. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateatscandidate2.py +144 -0
  701. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateatscompany2.py +128 -0
  702. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateatsdocument2.py +129 -0
  703. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateatsinterview2.py +130 -0
  704. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateatsjob2.py +145 -0
  705. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateatsscorecard2.py +129 -0
  706. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecalendarcalendar2.py +125 -0
  707. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecalendarevent2.py +141 -0
  708. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecalendarlink2.py +128 -0
  709. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecalendarwebinar2.py +151 -0
  710. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecommercecollection2.py +140 -0
  711. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecommerceinventory2.py +127 -0
  712. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecommerceitem2.py +149 -0
  713. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecommerceitemvariant2.py +151 -0
  714. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecommercelocation2.py +139 -0
  715. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecommercereservation2.py +141 -0
  716. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecommercereview2.py +142 -0
  717. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecommercesaleschannel2.py +131 -0
  718. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecrmcompany2.py +140 -0
  719. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecrmcontact2.py +138 -0
  720. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecrmdeal2.py +143 -0
  721. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecrmevent2.py +137 -0
  722. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecrmlead2.py +137 -0
  723. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatecrmpipeline2.py +126 -0
  724. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatedatastoredatabase2.py +129 -0
  725. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatedatastorerecord2.py +125 -0
  726. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatedatastoretable2.py +128 -0
  727. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateformsform2.py +132 -0
  728. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatehrisbankaccount2.py +130 -0
  729. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatehrisbenefit2.py +135 -0
  730. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatehriscompany2.py +124 -0
  731. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatehrisdeduction2.py +134 -0
  732. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatehrisdevice2.py +137 -0
  733. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatehrisemployee2.py +159 -0
  734. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatehrisgroup2.py +129 -0
  735. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatehrislocation2.py +133 -0
  736. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatehristimeoff2.py +134 -0
  737. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatehristimeshift2.py +132 -0
  738. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatekmscomment2.py +127 -0
  739. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatekmspage2.py +131 -0
  740. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatekmsspace2.py +127 -0
  741. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatelmsactivity2.py +130 -0
  742. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatelmsclass2.py +128 -0
  743. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatelmscollection2.py +126 -0
  744. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatelmscontent2.py +137 -0
  745. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatelmscourse2.py +140 -0
  746. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatelmsinstructor2.py +128 -0
  747. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatelmsstudent2.py +128 -0
  748. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatemartechcampaign2.py +133 -0
  749. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatemartechlist2.py +136 -0
  750. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatemartechmember2.py +130 -0
  751. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatemessagingevent2.py +126 -0
  752. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatemessagingmessage2.py +142 -0
  753. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatemetadatametadata2.py +129 -0
  754. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatepassthrough2_json.py +133 -0
  755. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatepassthrough2_raw.py +134 -0
  756. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatepaymentlink2.py +130 -0
  757. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatepaymentpayment2.py +133 -0
  758. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatepaymentsubscription2.py +143 -0
  759. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updaterepobranch2.py +123 -0
  760. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updaterepocommit2.py +125 -0
  761. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updaterepoorganization2.py +126 -0
  762. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updaterepopullrequest2.py +127 -0
  763. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatereporepository2.py +127 -0
  764. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateshippinglabel2.py +131 -0
  765. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateshippingshipment2.py +153 -0
  766. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatesigningdocument2.py +130 -0
  767. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatesigningsignatory2.py +129 -0
  768. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatestoragefile2.py +135 -0
  769. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatetaskcomment2.py +125 -0
  770. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatetaskproject2.py +129 -0
  771. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updatetasktask2.py +138 -0
  772. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateticketingcategory2.py +127 -0
  773. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateticketingcustomer2.py +127 -0
  774. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateticketingnote2.py +125 -0
  775. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateticketingticket2.py +134 -0
  776. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateuccomment2.py +124 -0
  777. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateuccontact2.py +130 -0
  778. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateucrecording2.py +135 -0
  779. unified_python_sdk-0.58.4/src/unified_python_sdk/models/operations/updateverificationrequest2.py +148 -0
  780. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/__init__.py +4702 -0
  781. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/accountingfee.py +63 -0
  782. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/accountinglineitem.py +118 -0
  783. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/accountingsalesorder.py +130 -0
  784. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/adsad.py +165 -0
  785. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/adscampaign.py +207 -0
  786. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/adscreative.py +210 -0
  787. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/adsgroup.py +308 -0
  788. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/adsinsertionorder.py +152 -0
  789. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/adsreportmetrics.py +202 -0
  790. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/analyticsevent.py +175 -0
  791. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/analyticsproperty.py +68 -0
  792. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/analyticsreport.py +68 -0
  793. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/analyticsreportmetrics.py +120 -0
  794. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/analyticssession.py +124 -0
  795. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/analyticsvisitor.py +136 -0
  796. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/atsapplication.py +136 -0
  797. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/atsmetadata.py +134 -0
  798. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/calendarrecordingmedia.py +73 -0
  799. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/connection.py +107 -0
  800. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/datastoredatabase.py +72 -0
  801. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/datastorefield.py +121 -0
  802. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/datastorefieldvalue.py +55 -0
  803. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/datastorefilter.py +20 -0
  804. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/datastorequery.py +51 -0
  805. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/datastorequeryexpand.py +53 -0
  806. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/datastorerecord.py +64 -0
  807. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/datastorerelationship.py +40 -0
  808. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/datastoretable.py +78 -0
  809. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/enrichperson.py +173 -0
  810. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/hristimeoff.py +151 -0
  811. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/integrationsupport.py +3427 -0
  812. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_adsreportmetrics_ad.py +165 -0
  813. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign.py +217 -0
  814. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_adsreportmetrics_group.py +320 -0
  815. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_analyticsevent_metadata.py +13 -0
  816. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_analyticsvisitor_metadata.py +13 -0
  817. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_connection_categories.py +39 -0
  818. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_connection_permissions.py +276 -0
  819. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefield_default_value.py +55 -0
  820. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition.py +133 -0
  821. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition_contains.py +55 -0
  822. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition_eq.py +55 -0
  823. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition_gt.py +55 -0
  824. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition_gte.py +55 -0
  825. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition_ilike.py +55 -0
  826. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition_like.py +55 -0
  827. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition_lt.py +55 -0
  828. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition_lte.py +55 -0
  829. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition_neq.py +55 -0
  830. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorefilter_condition_not_contains.py +55 -0
  831. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorequery_query.py +106 -0
  832. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorequery_query_aggregate.py +62 -0
  833. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorequery_query_aggregate_avg.py +34 -0
  834. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorequery_query_aggregate_max.py +34 -0
  835. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorequery_query_aggregate_min.py +34 -0
  836. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorequery_query_aggregate_sum.py +34 -0
  837. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorequery_query_filter.py +70 -0
  838. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorequery_response.py +42 -0
  839. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorequery_response_aggregates.py +47 -0
  840. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_datastorequeryexpand_filter.py +70 -0
  841. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/property_integration_categories.py +39 -0
  842. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/secretsmanager.py +77 -0
  843. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/ucrecording.py +123 -0
  844. unified_python_sdk-0.58.4/src/unified_python_sdk/models/shared/webhook.py +340 -0
  845. unified_python_sdk-0.58.4/src/unified_python_sdk/note.py +1119 -0
  846. unified_python_sdk-0.58.4/src/unified_python_sdk/order.py +1491 -0
  847. unified_python_sdk-0.58.4/src/unified_python_sdk/organization.py +2607 -0
  848. unified_python_sdk-0.58.4/src/unified_python_sdk/package.py +1531 -0
  849. unified_python_sdk-0.58.4/src/unified_python_sdk/page.py +1091 -0
  850. unified_python_sdk-0.58.4/src/unified_python_sdk/passthrough.py +2513 -0
  851. unified_python_sdk-0.58.4/src/unified_python_sdk/payment.py +4103 -0
  852. unified_python_sdk-0.58.4/src/unified_python_sdk/payout.py +371 -0
  853. unified_python_sdk-0.58.4/src/unified_python_sdk/payslip.py +371 -0
  854. unified_python_sdk-0.58.4/src/unified_python_sdk/person.py +191 -0
  855. unified_python_sdk-0.58.4/src/unified_python_sdk/pipeline.py +1119 -0
  856. unified_python_sdk-0.58.4/src/unified_python_sdk/profitloss.py +379 -0
  857. unified_python_sdk-0.58.4/src/unified_python_sdk/project.py +1119 -0
  858. unified_python_sdk-0.58.4/src/unified_python_sdk/promoted.py +371 -0
  859. unified_python_sdk-0.58.4/src/unified_python_sdk/prompt.py +197 -0
  860. unified_python_sdk-0.58.4/src/unified_python_sdk/property.py +1163 -0
  861. unified_python_sdk-0.58.4/src/unified_python_sdk/pullrequest.py +1119 -0
  862. unified_python_sdk-0.58.4/src/unified_python_sdk/purchaseorder.py +1167 -0
  863. unified_python_sdk-0.58.4/src/unified_python_sdk/query.py +197 -0
  864. unified_python_sdk-0.58.4/src/unified_python_sdk/rate.py +197 -0
  865. unified_python_sdk-0.58.4/src/unified_python_sdk/record.py +1119 -0
  866. unified_python_sdk-0.58.4/src/unified_python_sdk/recording.py +1483 -0
  867. unified_python_sdk-0.58.4/src/unified_python_sdk/refund.py +371 -0
  868. unified_python_sdk-0.58.4/src/unified_python_sdk/repo.py +5559 -0
  869. unified_python_sdk-0.58.4/src/unified_python_sdk/report.py +911 -0
  870. unified_python_sdk-0.58.4/src/unified_python_sdk/repository.py +1119 -0
  871. unified_python_sdk-0.58.4/src/unified_python_sdk/request.py +1167 -0
  872. unified_python_sdk-0.58.4/src/unified_python_sdk/reservation.py +1167 -0
  873. unified_python_sdk-0.58.4/src/unified_python_sdk/review.py +1119 -0
  874. unified_python_sdk-0.58.4/src/unified_python_sdk/saleschannel.py +1167 -0
  875. unified_python_sdk-0.58.4/src/unified_python_sdk/salesorder.py +1167 -0
  876. unified_python_sdk-0.58.4/src/unified_python_sdk/scorecard.py +1119 -0
  877. unified_python_sdk-0.58.4/src/unified_python_sdk/sdk.py +624 -0
  878. unified_python_sdk-0.58.4/src/unified_python_sdk/secretsmanager.py +753 -0
  879. unified_python_sdk-0.58.4/src/unified_python_sdk/session.py +371 -0
  880. unified_python_sdk-0.58.4/src/unified_python_sdk/shipment.py +1131 -0
  881. unified_python_sdk-0.58.4/src/unified_python_sdk/shipping.py +3145 -0
  882. unified_python_sdk-0.58.4/src/unified_python_sdk/signatory.py +1135 -0
  883. unified_python_sdk-0.58.4/src/unified_python_sdk/signing.py +2603 -0
  884. unified_python_sdk-0.58.4/src/unified_python_sdk/space.py +1097 -0
  885. unified_python_sdk-0.58.4/src/unified_python_sdk/storage.py +1119 -0
  886. unified_python_sdk-0.58.4/src/unified_python_sdk/student.py +1117 -0
  887. unified_python_sdk-0.58.4/src/unified_python_sdk/submission.py +371 -0
  888. unified_python_sdk-0.58.4/src/unified_python_sdk/subscription.py +1167 -0
  889. unified_python_sdk-0.58.4/src/unified_python_sdk/table.py +1119 -0
  890. unified_python_sdk-0.58.4/src/unified_python_sdk/target.py +369 -0
  891. unified_python_sdk-0.58.4/src/unified_python_sdk/task.py +3671 -0
  892. unified_python_sdk-0.58.4/src/unified_python_sdk/taxrate.py +1163 -0
  893. unified_python_sdk-0.58.4/src/unified_python_sdk/template.py +371 -0
  894. unified_python_sdk-0.58.4/src/unified_python_sdk/ticket.py +1119 -0
  895. unified_python_sdk-0.58.4/src/unified_python_sdk/ticketing.py +4531 -0
  896. unified_python_sdk-0.58.4/src/unified_python_sdk/timeoff.py +1119 -0
  897. unified_python_sdk-0.58.4/src/unified_python_sdk/timeshift.py +1119 -0
  898. unified_python_sdk-0.58.4/src/unified_python_sdk/tracking.py +371 -0
  899. unified_python_sdk-0.58.4/src/unified_python_sdk/transaction.py +1167 -0
  900. unified_python_sdk-0.58.4/src/unified_python_sdk/trialbalance.py +379 -0
  901. unified_python_sdk-0.58.4/src/unified_python_sdk/types/base64fileinput.py +43 -0
  902. unified_python_sdk-0.58.4/src/unified_python_sdk/uc.py +3683 -0
  903. unified_python_sdk-0.58.4/src/unified_python_sdk/unified.py +5119 -0
  904. unified_python_sdk-0.58.4/src/unified_python_sdk/utils/eventstreaming.py +326 -0
  905. unified_python_sdk-0.58.4/src/unified_python_sdk/utils/forms.py +239 -0
  906. unified_python_sdk-0.58.4/src/unified_python_sdk/utils/retries.py +356 -0
  907. unified_python_sdk-0.58.4/src/unified_python_sdk/utils/serializers.py +306 -0
  908. unified_python_sdk-0.58.4/src/unified_python_sdk/verification.py +1535 -0
  909. unified_python_sdk-0.58.4/src/unified_python_sdk/visitor.py +1131 -0
  910. unified_python_sdk-0.58.4/src/unified_python_sdk/webinar.py +1119 -0
  911. unified_python_sdk-0.58.1/PKG-INFO +0 -2369
  912. unified_python_sdk-0.58.1/README-PYPI.md +0 -2349
  913. unified_python_sdk-0.58.1/pyproject.toml +0 -58
  914. unified_python_sdk-0.58.1/src/unified_python_sdk/_version.py +0 -15
  915. unified_python_sdk-0.58.1/src/unified_python_sdk/account.py +0 -1155
  916. unified_python_sdk-0.58.1/src/unified_python_sdk/accounting.py +0 -17063
  917. unified_python_sdk-0.58.1/src/unified_python_sdk/activity.py +0 -2583
  918. unified_python_sdk-0.58.1/src/unified_python_sdk/ad.py +0 -1083
  919. unified_python_sdk-0.58.1/src/unified_python_sdk/ads.py +0 -7519
  920. unified_python_sdk-0.58.1/src/unified_python_sdk/application.py +0 -1119
  921. unified_python_sdk-0.58.1/src/unified_python_sdk/applicationstatus.py +0 -195
  922. unified_python_sdk-0.58.1/src/unified_python_sdk/assessment.py +0 -1527
  923. unified_python_sdk-0.58.1/src/unified_python_sdk/ats.py +0 -9025
  924. unified_python_sdk-0.58.1/src/unified_python_sdk/availability.py +0 -195
  925. unified_python_sdk-0.58.1/src/unified_python_sdk/balancesheet.py +0 -379
  926. unified_python_sdk-0.58.1/src/unified_python_sdk/bankaccount.py +0 -1119
  927. unified_python_sdk-0.58.1/src/unified_python_sdk/benefit.py +0 -1117
  928. unified_python_sdk-0.58.1/src/unified_python_sdk/bill.py +0 -1119
  929. unified_python_sdk-0.58.1/src/unified_python_sdk/branch.py +0 -1117
  930. unified_python_sdk-0.58.1/src/unified_python_sdk/busy.py +0 -191
  931. unified_python_sdk-0.58.1/src/unified_python_sdk/calendar.py +0 -4983
  932. unified_python_sdk-0.58.1/src/unified_python_sdk/call.py +0 -363
  933. unified_python_sdk-0.58.1/src/unified_python_sdk/campaign.py +0 -2249
  934. unified_python_sdk-0.58.1/src/unified_python_sdk/candidate.py +0 -1119
  935. unified_python_sdk-0.58.1/src/unified_python_sdk/carrier.py +0 -371
  936. unified_python_sdk-0.58.1/src/unified_python_sdk/cashflow.py +0 -375
  937. unified_python_sdk-0.58.1/src/unified_python_sdk/category.py +0 -2311
  938. unified_python_sdk-0.58.1/src/unified_python_sdk/change.py +0 -369
  939. unified_python_sdk-0.58.1/src/unified_python_sdk/channel.py +0 -371
  940. unified_python_sdk-0.58.1/src/unified_python_sdk/class_.py +0 -1091
  941. unified_python_sdk-0.58.1/src/unified_python_sdk/clubs.py +0 -1805
  942. unified_python_sdk-0.58.1/src/unified_python_sdk/collection.py +0 -2271
  943. unified_python_sdk-0.58.1/src/unified_python_sdk/comment.py +0 -3325
  944. unified_python_sdk-0.58.1/src/unified_python_sdk/commerce.py +0 -9279
  945. unified_python_sdk-0.58.1/src/unified_python_sdk/commit.py +0 -1117
  946. unified_python_sdk-0.58.1/src/unified_python_sdk/company.py +0 -3509
  947. unified_python_sdk-0.58.1/src/unified_python_sdk/contact.py +0 -3363
  948. unified_python_sdk-0.58.1/src/unified_python_sdk/content.py +0 -1117
  949. unified_python_sdk-0.58.1/src/unified_python_sdk/course.py +0 -1113
  950. unified_python_sdk-0.58.1/src/unified_python_sdk/creative.py +0 -1117
  951. unified_python_sdk-0.58.1/src/unified_python_sdk/creditmemo.py +0 -1167
  952. unified_python_sdk-0.58.1/src/unified_python_sdk/crm.py +0 -6569
  953. unified_python_sdk-0.58.1/src/unified_python_sdk/customer.py +0 -1155
  954. unified_python_sdk-0.58.1/src/unified_python_sdk/deal.py +0 -1091
  955. unified_python_sdk-0.58.1/src/unified_python_sdk/deduction.py +0 -1119
  956. unified_python_sdk-0.58.1/src/unified_python_sdk/device.py +0 -1117
  957. unified_python_sdk-0.58.1/src/unified_python_sdk/document.py +0 -2225
  958. unified_python_sdk-0.58.1/src/unified_python_sdk/embedding.py +0 -197
  959. unified_python_sdk-0.58.1/src/unified_python_sdk/employee.py +0 -1119
  960. unified_python_sdk-0.58.1/src/unified_python_sdk/enrich.py +0 -371
  961. unified_python_sdk-0.58.1/src/unified_python_sdk/environment.py +0 -515
  962. unified_python_sdk-0.58.1/src/unified_python_sdk/event.py +0 -2929
  963. unified_python_sdk-0.58.1/src/unified_python_sdk/expense.py +0 -1155
  964. unified_python_sdk-0.58.1/src/unified_python_sdk/file.py +0 -1117
  965. unified_python_sdk-0.58.1/src/unified_python_sdk/form.py +0 -1113
  966. unified_python_sdk-0.58.1/src/unified_python_sdk/forms.py +0 -1473
  967. unified_python_sdk-0.58.1/src/unified_python_sdk/genai.py +0 -741
  968. unified_python_sdk-0.58.1/src/unified_python_sdk/group.py +0 -3655
  969. unified_python_sdk-0.58.1/src/unified_python_sdk/hris.py +0 -11435
  970. unified_python_sdk-0.58.1/src/unified_python_sdk/insertionorder.py +0 -1155
  971. unified_python_sdk-0.58.1/src/unified_python_sdk/instructor.py +0 -1119
  972. unified_python_sdk-0.58.1/src/unified_python_sdk/interview.py +0 -1119
  973. unified_python_sdk-0.58.1/src/unified_python_sdk/inventory.py +0 -1159
  974. unified_python_sdk-0.58.1/src/unified_python_sdk/invoice.py +0 -1155
  975. unified_python_sdk-0.58.1/src/unified_python_sdk/item.py +0 -1119
  976. unified_python_sdk-0.58.1/src/unified_python_sdk/itemvariant.py +0 -1163
  977. unified_python_sdk-0.58.1/src/unified_python_sdk/job.py +0 -1091
  978. unified_python_sdk-0.58.1/src/unified_python_sdk/journal.py +0 -1155
  979. unified_python_sdk-0.58.1/src/unified_python_sdk/kms.py +0 -3277
  980. unified_python_sdk-0.58.1/src/unified_python_sdk/label.py +0 -1119
  981. unified_python_sdk-0.58.1/src/unified_python_sdk/lead.py +0 -1091
  982. unified_python_sdk-0.58.1/src/unified_python_sdk/link.py +0 -2225
  983. unified_python_sdk-0.58.1/src/unified_python_sdk/list.py +0 -1117
  984. unified_python_sdk-0.58.1/src/unified_python_sdk/lms.py +0 -7727
  985. unified_python_sdk-0.58.1/src/unified_python_sdk/location.py +0 -2587
  986. unified_python_sdk-0.58.1/src/unified_python_sdk/martech.py +0 -3537
  987. unified_python_sdk-0.58.1/src/unified_python_sdk/member.py +0 -1477
  988. unified_python_sdk-0.58.1/src/unified_python_sdk/message.py +0 -1119
  989. unified_python_sdk-0.58.1/src/unified_python_sdk/messaging.py +0 -1851
  990. unified_python_sdk-0.58.1/src/unified_python_sdk/metadata.py +0 -1119
  991. unified_python_sdk-0.58.1/src/unified_python_sdk/model.py +0 -369
  992. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/__init__.py +0 -11249
  993. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingaccount.py +0 -133
  994. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingbill.py +0 -137
  995. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingcategory.py +0 -122
  996. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingcontact.py +0 -135
  997. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingcreditmemo.py +0 -143
  998. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingexpense.py +0 -131
  999. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountinginvoice.py +0 -141
  1000. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingjournal.py +0 -125
  1001. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingorder.py +0 -124
  1002. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingpurchaseorder.py +0 -132
  1003. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingsalesorder.py +0 -131
  1004. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingtaxrate.py +0 -121
  1005. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createaccountingtransaction.py +0 -135
  1006. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createadsad.py +0 -131
  1007. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createadscampaign.py +0 -131
  1008. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createadscreative.py +0 -138
  1009. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createadsgroup.py +0 -139
  1010. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createadsinsertionorder.py +0 -127
  1011. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createadsorganization.py +0 -118
  1012. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createassessmentpackage.py +0 -73
  1013. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createatsactivity.py +0 -130
  1014. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createatsapplication.py +0 -127
  1015. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createatscandidate.py +0 -137
  1016. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createatscompany.py +0 -121
  1017. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createatsdocument.py +0 -122
  1018. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createatsinterview.py +0 -123
  1019. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createatsjob.py +0 -138
  1020. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createatsscorecard.py +0 -122
  1021. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcalendarcalendar.py +0 -118
  1022. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcalendarevent.py +0 -134
  1023. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcalendarlink.py +0 -121
  1024. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcalendarwebinar.py +0 -144
  1025. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcommercecollection.py +0 -133
  1026. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcommerceinventory.py +0 -120
  1027. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcommerceitem.py +0 -142
  1028. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcommerceitemvariant.py +0 -144
  1029. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcommercelocation.py +0 -132
  1030. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcommercereservation.py +0 -134
  1031. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcommercereview.py +0 -135
  1032. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcommercesaleschannel.py +0 -124
  1033. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcrmcompany.py +0 -133
  1034. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcrmcontact.py +0 -131
  1035. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcrmdeal.py +0 -136
  1036. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcrmevent.py +0 -130
  1037. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcrmlead.py +0 -130
  1038. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createcrmpipeline.py +0 -119
  1039. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createformsform.py +0 -125
  1040. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/creategenaiembedding.py +0 -120
  1041. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/creategenaiprompt.py +0 -120
  1042. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createhrisbankaccount.py +0 -123
  1043. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createhrisbenefit.py +0 -128
  1044. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createhriscompany.py +0 -117
  1045. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createhrisdeduction.py +0 -127
  1046. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createhrisdevice.py +0 -130
  1047. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createhrisemployee.py +0 -152
  1048. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createhrisgroup.py +0 -122
  1049. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createhrislocation.py +0 -126
  1050. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createhristimeoff.py +0 -125
  1051. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createhristimeshift.py +0 -125
  1052. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createkmscomment.py +0 -120
  1053. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createkmspage.py +0 -124
  1054. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createkmsspace.py +0 -120
  1055. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createlmsactivity.py +0 -123
  1056. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createlmsclass.py +0 -121
  1057. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createlmscollection.py +0 -119
  1058. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createlmscontent.py +0 -130
  1059. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createlmscourse.py +0 -133
  1060. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createlmsinstructor.py +0 -121
  1061. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createlmsstudent.py +0 -121
  1062. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createmartechcampaign.py +0 -126
  1063. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createmartechlist.py +0 -129
  1064. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createmartechmember.py +0 -123
  1065. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createmessagingmessage.py +0 -135
  1066. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createmetadatametadata.py +0 -122
  1067. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createpassthrough_json.py +0 -133
  1068. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createpassthrough_raw.py +0 -134
  1069. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createpaymentlink.py +0 -123
  1070. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createpaymentpayment.py +0 -126
  1071. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createpaymentsubscription.py +0 -136
  1072. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createrepobranch.py +0 -116
  1073. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createrepocommit.py +0 -118
  1074. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createrepoorganization.py +0 -119
  1075. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createrepopullrequest.py +0 -120
  1076. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createreporepository.py +0 -120
  1077. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createshippinglabel.py +0 -124
  1078. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createshippingrate.py +0 -120
  1079. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createshippingshipment.py +0 -146
  1080. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createsigningdocument.py +0 -123
  1081. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createsigningsignatory.py +0 -122
  1082. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createstoragefile.py +0 -128
  1083. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createtaskcomment.py +0 -118
  1084. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createtaskproject.py +0 -122
  1085. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createtasktask.py +0 -131
  1086. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createticketingcategory.py +0 -120
  1087. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createticketingcustomer.py +0 -120
  1088. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createticketingnote.py +0 -118
  1089. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createticketingticket.py +0 -127
  1090. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createuccomment.py +0 -117
  1091. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createuccontact.py +0 -123
  1092. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createucrecording.py +0 -127
  1093. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/createverificationrequest.py +0 -141
  1094. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingaccount.py +0 -131
  1095. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingbalancesheet.py +0 -128
  1096. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingbill.py +0 -137
  1097. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingcashflow.py +0 -130
  1098. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingcategory.py +0 -122
  1099. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingcontact.py +0 -135
  1100. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingcreditmemo.py +0 -143
  1101. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingexpense.py +0 -131
  1102. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountinginvoice.py +0 -141
  1103. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingjournal.py +0 -125
  1104. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingorder.py +0 -124
  1105. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingorganization.py +0 -130
  1106. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingprofitloss.py +0 -137
  1107. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingpurchaseorder.py +0 -130
  1108. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingreport.py +0 -122
  1109. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingsalesorder.py +0 -131
  1110. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingtaxrate.py +0 -121
  1111. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingtransaction.py +0 -135
  1112. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getaccountingtrialbalance.py +0 -127
  1113. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getadsad.py +0 -131
  1114. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getadscampaign.py +0 -131
  1115. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getadscreative.py +0 -138
  1116. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getadsgroup.py +0 -139
  1117. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getadsinsertionorder.py +0 -127
  1118. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getadsorganization.py +0 -118
  1119. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getadspromoted.py +0 -114
  1120. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getadstarget.py +0 -118
  1121. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getassessmentpackage.py +0 -72
  1122. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getatsactivity.py +0 -130
  1123. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getatsapplication.py +0 -127
  1124. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getatscandidate.py +0 -137
  1125. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getatscompany.py +0 -121
  1126. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getatsdocument.py +0 -122
  1127. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getatsinterview.py +0 -123
  1128. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getatsjob.py +0 -138
  1129. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getatsscorecard.py +0 -122
  1130. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcalendarcalendar.py +0 -118
  1131. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcalendarevent.py +0 -134
  1132. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcalendarlink.py +0 -121
  1133. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcalendarrecording.py +0 -122
  1134. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcalendarwebinar.py +0 -144
  1135. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getclubsactivity.py +0 -153
  1136. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getclubsevent.py +0 -135
  1137. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getclubsgroup.py +0 -132
  1138. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getclubslocation.py +0 -121
  1139. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getclubsmember.py +0 -121
  1140. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcommercecollection.py +0 -131
  1141. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcommerceinventory.py +0 -120
  1142. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcommerceitem.py +0 -142
  1143. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcommerceitemvariant.py +0 -144
  1144. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcommercelocation.py +0 -132
  1145. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcommercereservation.py +0 -134
  1146. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcommercereview.py +0 -135
  1147. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcommercesaleschannel.py +0 -124
  1148. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcrmcompany.py +0 -131
  1149. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcrmcontact.py +0 -129
  1150. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcrmdeal.py +0 -134
  1151. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcrmevent.py +0 -128
  1152. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcrmlead.py +0 -130
  1153. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getcrmpipeline.py +0 -119
  1154. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getformsform.py +0 -125
  1155. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getformssubmission.py +0 -118
  1156. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getgenaimodel.py +0 -117
  1157. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethrisbankaccount.py +0 -123
  1158. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethrisbenefit.py +0 -126
  1159. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethriscompany.py +0 -117
  1160. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethrisdeduction.py +0 -125
  1161. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethrisdevice.py +0 -130
  1162. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethrisemployee.py +0 -152
  1163. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethrisgroup.py +0 -122
  1164. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethrislocation.py +0 -126
  1165. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethrispayslip.py +0 -125
  1166. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethristimeoff.py +0 -125
  1167. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gethristimeshift.py +0 -125
  1168. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getkmscomment.py +0 -120
  1169. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getkmspage.py +0 -124
  1170. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getkmsspace.py +0 -120
  1171. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getlmsactivity.py +0 -123
  1172. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getlmsclass.py +0 -121
  1173. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getlmscollection.py +0 -119
  1174. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getlmscontent.py +0 -130
  1175. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getlmscourse.py +0 -133
  1176. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getlmsinstructor.py +0 -121
  1177. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getlmsstudent.py +0 -121
  1178. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getmartechcampaign.py +0 -126
  1179. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getmartechlist.py +0 -127
  1180. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getmartechmember.py +0 -121
  1181. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getmessagingchannel.py +0 -122
  1182. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getmessagingmessage.py +0 -135
  1183. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getmetadatametadata.py +0 -122
  1184. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getpaymentlink.py +0 -123
  1185. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getpaymentpayment.py +0 -126
  1186. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getpaymentpayout.py +0 -118
  1187. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getpaymentrefund.py +0 -120
  1188. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getpaymentsubscription.py +0 -136
  1189. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getrepobranch.py +0 -116
  1190. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getrepocommit.py +0 -118
  1191. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getrepoorganization.py +0 -119
  1192. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getrepopullrequest.py +0 -120
  1193. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getreporepository.py +0 -120
  1194. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getshippingcarrier.py +0 -119
  1195. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getshippinglabel.py +0 -124
  1196. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getshippingshipment.py +0 -146
  1197. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getshippingtracking.py +0 -124
  1198. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getsigningdocument.py +0 -123
  1199. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getsigningsignatory.py +0 -122
  1200. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getsigningtemplate.py +0 -118
  1201. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getstoragefile.py +0 -128
  1202. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gettaskchange.py +0 -117
  1203. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gettaskcomment.py +0 -118
  1204. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gettaskproject.py +0 -122
  1205. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/gettasktask.py +0 -131
  1206. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getticketingcategory.py +0 -120
  1207. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getticketingcustomer.py +0 -120
  1208. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getticketingnote.py +0 -118
  1209. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getticketingticket.py +0 -127
  1210. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getuccall.py +0 -124
  1211. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getuccomment.py +0 -117
  1212. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getuccontact.py +0 -121
  1213. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getucrecording.py +0 -127
  1214. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getverificationpackage.py +0 -135
  1215. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/getverificationrequest.py +0 -141
  1216. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingaccounts.py +0 -197
  1217. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingbalancesheets.py +0 -208
  1218. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingbills.py +0 -199
  1219. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingcashflows.py +0 -212
  1220. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingcategories.py +0 -177
  1221. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingcontacts.py +0 -199
  1222. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingcreditmemoes.py +0 -205
  1223. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingexpenses.py +0 -242
  1224. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountinginvoices.py +0 -232
  1225. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingjournals.py +0 -191
  1226. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingorders.py +0 -195
  1227. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingorganizations.py +0 -174
  1228. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingprofitlosses.py +0 -217
  1229. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingpurchaseorders.py +0 -192
  1230. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingreports.py +0 -193
  1231. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingsalesorders.py +0 -193
  1232. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingtaxrates.py +0 -178
  1233. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingtransactions.py +0 -224
  1234. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listaccountingtrialbalances.py +0 -189
  1235. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listadsads.py +0 -211
  1236. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listadscampaigns.py +0 -211
  1237. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listadscreatives.py +0 -209
  1238. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listadsgroups.py +0 -246
  1239. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listadsinsertionorders.py +0 -193
  1240. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listadsorganizations.py +0 -173
  1241. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listadspromoteds.py +0 -174
  1242. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listadsreports.py +0 -224
  1243. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listadstargets.py +0 -178
  1244. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listassessmentpackages.py +0 -101
  1245. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listatsactivities.py +0 -237
  1246. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listatsapplications.py +0 -207
  1247. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listatsapplicationstatuses.py +0 -159
  1248. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listatscandidates.py +0 -190
  1249. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listatscompanies.py +0 -165
  1250. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listatsdocuments.py +0 -200
  1251. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listatsinterviews.py +0 -176
  1252. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listatsjobs.py +0 -209
  1253. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listatsscorecards.py +0 -202
  1254. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcalendarbusies.py +0 -196
  1255. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcalendarcalendars.py +0 -164
  1256. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcalendarevents.py +0 -214
  1257. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcalendarlinks.py +0 -165
  1258. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcalendarrecordings.py +0 -197
  1259. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcalendarwebinars.py +0 -217
  1260. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listclubsactivities.py +0 -224
  1261. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listclubsevents.py +0 -188
  1262. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listclubsgroups.py +0 -176
  1263. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listclubslocations.py +0 -174
  1264. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listclubsmembers.py +0 -174
  1265. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcommerceavailabilities.py +0 -221
  1266. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcommercecollections.py +0 -211
  1267. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcommerceinventories.py +0 -186
  1268. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcommerceitems.py +0 -204
  1269. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcommerceitemvariants.py +0 -215
  1270. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcommercelocations.py +0 -187
  1271. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcommercereservations.py +0 -223
  1272. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcommercereviews.py +0 -206
  1273. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcommercesaleschannels.py +0 -168
  1274. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcrmcompanies.py +0 -202
  1275. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcrmcontacts.py +0 -200
  1276. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcrmdeals.py +0 -214
  1277. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcrmevents.py +0 -224
  1278. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcrmleads.py +0 -201
  1279. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listcrmpipelines.py +0 -163
  1280. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listenrichcompanies.py +0 -99
  1281. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listenrichpeople.py +0 -125
  1282. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listformsforms.py +0 -169
  1283. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listformssubmissions.py +0 -173
  1284. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listgenaimodels.py +0 -161
  1285. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhrisbankaccounts.py +0 -187
  1286. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhrisbenefits.py +0 -179
  1287. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhriscompanies.py +0 -161
  1288. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhrisdeductions.py +0 -223
  1289. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhrisdevices.py +0 -183
  1290. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhrisemployees.py +0 -205
  1291. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhrisgroups.py +0 -184
  1292. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhrislocations.py +0 -179
  1293. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhrispayslips.py +0 -187
  1294. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhristimeoffs.py +0 -205
  1295. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listhristimeshifts.py +0 -214
  1296. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listkmscomments.py +0 -191
  1297. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listkmspages.py +0 -195
  1298. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listkmsspaces.py +0 -173
  1299. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listlmsactivities.py +0 -194
  1300. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listlmsclasses.py +0 -174
  1301. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listlmscollections.py +0 -181
  1302. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listlmscontents.py +0 -192
  1303. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listlmscourses.py +0 -195
  1304. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listlmsinstructors.py +0 -192
  1305. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listlmsstudents.py +0 -183
  1306. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listmartechcampaigns.py +0 -192
  1307. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listmartechlists.py +0 -171
  1308. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listmartechmembers.py +0 -176
  1309. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listmartechreports.py +0 -217
  1310. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listmessagingchannels.py +0 -184
  1311. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listmessagingmessages.py +0 -251
  1312. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listmetadatametadatas.py +0 -177
  1313. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listpassthroughs.py +0 -124
  1314. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listpaymentlinks.py +0 -185
  1315. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listpaymentpayments.py +0 -242
  1316. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listpaymentpayouts.py +0 -162
  1317. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listpaymentrefunds.py +0 -173
  1318. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listpaymentsubscriptions.py +0 -207
  1319. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listrepobranches.py +0 -169
  1320. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listrepocommits.py +0 -180
  1321. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listrepoorganizations.py +0 -165
  1322. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listrepopullrequests.py +0 -175
  1323. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listreporepositories.py +0 -173
  1324. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listshippingcarriers.py +0 -165
  1325. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listshippinglabels.py +0 -177
  1326. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listshippingshipments.py +0 -210
  1327. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listshippingtrackings.py +0 -170
  1328. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listsigningdocuments.py +0 -187
  1329. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listsigningsignatories.py +0 -177
  1330. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listsigningtemplates.py +0 -164
  1331. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/liststoragefiles.py +0 -217
  1332. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listtaskchanges.py +0 -170
  1333. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listtaskcomments.py +0 -171
  1334. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listtaskprojects.py +0 -193
  1335. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listtasktasks.py +0 -211
  1336. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listticketingcategories.py +0 -177
  1337. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listticketingcustomers.py +0 -168
  1338. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listticketingnotes.py +0 -180
  1339. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listticketingtickets.py +0 -191
  1340. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listuccalls.py +0 -204
  1341. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listuccomments.py +0 -179
  1342. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listuccontacts.py +0 -174
  1343. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listucrecordings.py +0 -216
  1344. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listunifiedconnections.py +0 -170
  1345. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listunifiedintegrations.py +0 -170
  1346. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listunifiedintegrationworkspaces.py +0 -164
  1347. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listverificationpackages.py +0 -179
  1348. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/listverificationrequests.py +0 -203
  1349. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingaccount.py +0 -140
  1350. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingbill.py +0 -144
  1351. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingcategory.py +0 -129
  1352. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingcontact.py +0 -142
  1353. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingcreditmemo.py +0 -150
  1354. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingexpense.py +0 -138
  1355. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountinginvoice.py +0 -148
  1356. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingjournal.py +0 -132
  1357. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingorder.py +0 -131
  1358. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingpurchaseorder.py +0 -139
  1359. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingsalesorder.py +0 -138
  1360. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingtaxrate.py +0 -128
  1361. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchaccountingtransaction.py +0 -142
  1362. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchadsad.py +0 -138
  1363. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchadscampaign.py +0 -138
  1364. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchadscreative.py +0 -145
  1365. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchadsgroup.py +0 -146
  1366. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchadsinsertionorder.py +0 -134
  1367. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchadsorganization.py +0 -125
  1368. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchassessmentorder.py +0 -158
  1369. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchassessmentpackage.py +0 -80
  1370. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchatsactivity.py +0 -137
  1371. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchatsapplication.py +0 -134
  1372. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchatscandidate.py +0 -144
  1373. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchatscompany.py +0 -128
  1374. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchatsdocument.py +0 -129
  1375. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchatsinterview.py +0 -130
  1376. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchatsjob.py +0 -145
  1377. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchatsscorecard.py +0 -129
  1378. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcalendarcalendar.py +0 -125
  1379. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcalendarevent.py +0 -141
  1380. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcalendarlink.py +0 -128
  1381. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcalendarwebinar.py +0 -151
  1382. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcommercecollection.py +0 -140
  1383. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcommerceinventory.py +0 -127
  1384. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcommerceitem.py +0 -149
  1385. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcommerceitemvariant.py +0 -151
  1386. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcommercelocation.py +0 -139
  1387. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcommercereservation.py +0 -141
  1388. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcommercereview.py +0 -142
  1389. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcommercesaleschannel.py +0 -131
  1390. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcrmcompany.py +0 -140
  1391. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcrmcontact.py +0 -138
  1392. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcrmdeal.py +0 -143
  1393. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcrmevent.py +0 -137
  1394. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcrmlead.py +0 -137
  1395. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchcrmpipeline.py +0 -126
  1396. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchformsform.py +0 -132
  1397. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchhrisbankaccount.py +0 -130
  1398. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchhrisbenefit.py +0 -135
  1399. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchhriscompany.py +0 -124
  1400. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchhrisdeduction.py +0 -134
  1401. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchhrisdevice.py +0 -137
  1402. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchhrisemployee.py +0 -159
  1403. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchhrisgroup.py +0 -129
  1404. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchhrislocation.py +0 -133
  1405. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchhristimeoff.py +0 -132
  1406. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchhristimeshift.py +0 -132
  1407. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchkmscomment.py +0 -127
  1408. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchkmspage.py +0 -131
  1409. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchkmsspace.py +0 -127
  1410. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchlmsactivity.py +0 -130
  1411. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchlmsclass.py +0 -128
  1412. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchlmscollection.py +0 -126
  1413. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchlmscontent.py +0 -137
  1414. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchlmscourse.py +0 -140
  1415. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchlmsinstructor.py +0 -128
  1416. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchlmsstudent.py +0 -128
  1417. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchmartechcampaign.py +0 -133
  1418. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchmartechlist.py +0 -136
  1419. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchmartechmember.py +0 -130
  1420. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchmessagingevent.py +0 -126
  1421. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchmessagingmessage.py +0 -142
  1422. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchmetadatametadata.py +0 -129
  1423. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchpassthrough_json.py +0 -133
  1424. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchpassthrough_raw.py +0 -134
  1425. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchpaymentlink.py +0 -130
  1426. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchpaymentpayment.py +0 -133
  1427. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchpaymentsubscription.py +0 -143
  1428. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchrepobranch.py +0 -123
  1429. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchrepocommit.py +0 -125
  1430. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchrepoorganization.py +0 -126
  1431. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchrepopullrequest.py +0 -127
  1432. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchreporepository.py +0 -127
  1433. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchshippinglabel.py +0 -131
  1434. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchshippingshipment.py +0 -153
  1435. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchsigningdocument.py +0 -130
  1436. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchsigningsignatory.py +0 -129
  1437. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchstoragefile.py +0 -135
  1438. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchtaskcomment.py +0 -125
  1439. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchtaskproject.py +0 -129
  1440. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchtasktask.py +0 -138
  1441. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchticketingcategory.py +0 -127
  1442. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchticketingcustomer.py +0 -127
  1443. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchticketingnote.py +0 -125
  1444. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchticketingticket.py +0 -134
  1445. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchuccomment.py +0 -124
  1446. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchuccontact.py +0 -130
  1447. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchucrecording.py +0 -134
  1448. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/patchverificationrequest.py +0 -148
  1449. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingaccount.py +0 -50
  1450. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingbill.py +0 -50
  1451. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingcategory.py +0 -50
  1452. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingcontact.py +0 -50
  1453. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingcreditmemo.py +0 -50
  1454. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingexpense.py +0 -50
  1455. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountinginvoice.py +0 -50
  1456. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingjournal.py +0 -50
  1457. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingorder.py +0 -50
  1458. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingpurchaseorder.py +0 -50
  1459. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingsalesorder.py +0 -50
  1460. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingtaxrate.py +0 -50
  1461. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeaccountingtransaction.py +0 -50
  1462. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeadsad.py +0 -50
  1463. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeadscampaign.py +0 -50
  1464. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeadscreative.py +0 -50
  1465. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeadsgroup.py +0 -50
  1466. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeadsinsertionorder.py +0 -50
  1467. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeadsorganization.py +0 -50
  1468. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeassessmentpackage.py +0 -50
  1469. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeatsactivity.py +0 -50
  1470. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeatsapplication.py +0 -50
  1471. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeatscandidate.py +0 -50
  1472. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeatscompany.py +0 -50
  1473. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeatsdocument.py +0 -50
  1474. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeatsinterview.py +0 -50
  1475. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeatsjob.py +0 -50
  1476. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeatsscorecard.py +0 -50
  1477. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecalendarcalendar.py +0 -50
  1478. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecalendarevent.py +0 -50
  1479. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecalendarlink.py +0 -50
  1480. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecalendarwebinar.py +0 -50
  1481. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecommercecollection.py +0 -50
  1482. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecommerceinventory.py +0 -50
  1483. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecommerceitem.py +0 -50
  1484. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecommerceitemvariant.py +0 -50
  1485. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecommercelocation.py +0 -50
  1486. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecommercereservation.py +0 -50
  1487. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecommercereview.py +0 -50
  1488. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecommercesaleschannel.py +0 -50
  1489. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecrmcompany.py +0 -50
  1490. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecrmcontact.py +0 -50
  1491. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecrmdeal.py +0 -50
  1492. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecrmevent.py +0 -50
  1493. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecrmlead.py +0 -50
  1494. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removecrmpipeline.py +0 -50
  1495. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeformsform.py +0 -50
  1496. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removehrisbankaccount.py +0 -50
  1497. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removehrisbenefit.py +0 -50
  1498. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removehriscompany.py +0 -50
  1499. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removehrisdeduction.py +0 -50
  1500. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removehrisdevice.py +0 -50
  1501. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removehrisemployee.py +0 -50
  1502. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removehrisgroup.py +0 -50
  1503. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removehrislocation.py +0 -50
  1504. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removehristimeoff.py +0 -50
  1505. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removehristimeshift.py +0 -50
  1506. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removekmscomment.py +0 -50
  1507. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removekmspage.py +0 -50
  1508. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removekmsspace.py +0 -50
  1509. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removelmsactivity.py +0 -50
  1510. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removelmsclass.py +0 -50
  1511. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removelmscollection.py +0 -50
  1512. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removelmscontent.py +0 -50
  1513. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removelmscourse.py +0 -50
  1514. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removelmsinstructor.py +0 -50
  1515. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removelmsstudent.py +0 -50
  1516. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removemartechcampaign.py +0 -50
  1517. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removemartechlist.py +0 -50
  1518. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removemartechmember.py +0 -50
  1519. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removemessagingmessage.py +0 -50
  1520. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removemetadatametadata.py +0 -50
  1521. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removepassthrough.py +0 -124
  1522. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removepaymentlink.py +0 -50
  1523. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removepaymentpayment.py +0 -50
  1524. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removepaymentsubscription.py +0 -50
  1525. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removerepobranch.py +0 -50
  1526. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removerepocommit.py +0 -50
  1527. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removerepoorganization.py +0 -50
  1528. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removerepopullrequest.py +0 -50
  1529. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removereporepository.py +0 -50
  1530. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeshippinglabel.py +0 -50
  1531. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeshippingshipment.py +0 -50
  1532. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removesigningdocument.py +0 -50
  1533. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removesigningsignatory.py +0 -50
  1534. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removestoragefile.py +0 -50
  1535. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removetaskcomment.py +0 -50
  1536. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removetaskproject.py +0 -50
  1537. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removetasktask.py +0 -50
  1538. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeticketingcategory.py +0 -50
  1539. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeticketingcustomer.py +0 -50
  1540. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeticketingnote.py +0 -50
  1541. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeticketingticket.py +0 -50
  1542. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeuccomment.py +0 -50
  1543. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeuccontact.py +0 -50
  1544. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeucrecording.py +0 -50
  1545. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/removeverificationrequest.py +0 -50
  1546. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingaccount.py +0 -140
  1547. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingbill.py +0 -144
  1548. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingcategory.py +0 -129
  1549. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingcontact.py +0 -142
  1550. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingcreditmemo.py +0 -150
  1551. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingexpense.py +0 -138
  1552. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountinginvoice.py +0 -148
  1553. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingjournal.py +0 -132
  1554. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingorder.py +0 -131
  1555. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingpurchaseorder.py +0 -139
  1556. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingsalesorder.py +0 -138
  1557. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingtaxrate.py +0 -128
  1558. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateaccountingtransaction.py +0 -142
  1559. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateadsad.py +0 -138
  1560. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateadscampaign.py +0 -138
  1561. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateadscreative.py +0 -145
  1562. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateadsgroup.py +0 -146
  1563. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateadsinsertionorder.py +0 -134
  1564. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateadsorganization.py +0 -125
  1565. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateassessmentorder.py +0 -158
  1566. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateassessmentpackage.py +0 -80
  1567. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateatsactivity.py +0 -137
  1568. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateatsapplication.py +0 -134
  1569. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateatscandidate.py +0 -144
  1570. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateatscompany.py +0 -128
  1571. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateatsdocument.py +0 -129
  1572. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateatsinterview.py +0 -130
  1573. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateatsjob.py +0 -145
  1574. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateatsscorecard.py +0 -129
  1575. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecalendarcalendar.py +0 -125
  1576. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecalendarevent.py +0 -141
  1577. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecalendarlink.py +0 -128
  1578. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecalendarwebinar.py +0 -151
  1579. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecommercecollection.py +0 -140
  1580. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecommerceinventory.py +0 -127
  1581. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecommerceitem.py +0 -149
  1582. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecommerceitemvariant.py +0 -151
  1583. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecommercelocation.py +0 -139
  1584. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecommercereservation.py +0 -141
  1585. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecommercereview.py +0 -142
  1586. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecommercesaleschannel.py +0 -131
  1587. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecrmcompany.py +0 -140
  1588. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecrmcontact.py +0 -138
  1589. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecrmdeal.py +0 -143
  1590. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecrmevent.py +0 -137
  1591. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecrmlead.py +0 -137
  1592. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatecrmpipeline.py +0 -126
  1593. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateformsform.py +0 -132
  1594. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatehrisbankaccount.py +0 -130
  1595. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatehrisbenefit.py +0 -135
  1596. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatehriscompany.py +0 -124
  1597. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatehrisdeduction.py +0 -134
  1598. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatehrisdevice.py +0 -137
  1599. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatehrisemployee.py +0 -159
  1600. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatehrisgroup.py +0 -129
  1601. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatehrislocation.py +0 -133
  1602. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatehristimeoff.py +0 -132
  1603. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatehristimeshift.py +0 -132
  1604. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatekmscomment.py +0 -127
  1605. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatekmspage.py +0 -131
  1606. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatekmsspace.py +0 -127
  1607. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatelmsactivity.py +0 -130
  1608. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatelmsclass.py +0 -128
  1609. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatelmscollection.py +0 -126
  1610. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatelmscontent.py +0 -137
  1611. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatelmscourse.py +0 -140
  1612. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatelmsinstructor.py +0 -128
  1613. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatelmsstudent.py +0 -128
  1614. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatemartechcampaign.py +0 -133
  1615. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatemartechlist.py +0 -136
  1616. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatemartechmember.py +0 -130
  1617. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatemessagingevent.py +0 -126
  1618. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatemessagingmessage.py +0 -142
  1619. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatemetadatametadata.py +0 -129
  1620. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatepassthrough_json.py +0 -133
  1621. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatepassthrough_raw.py +0 -134
  1622. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatepaymentlink.py +0 -130
  1623. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatepaymentpayment.py +0 -133
  1624. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatepaymentsubscription.py +0 -143
  1625. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updaterepobranch.py +0 -123
  1626. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updaterepocommit.py +0 -125
  1627. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updaterepoorganization.py +0 -126
  1628. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updaterepopullrequest.py +0 -127
  1629. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatereporepository.py +0 -127
  1630. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateshippinglabel.py +0 -131
  1631. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateshippingshipment.py +0 -153
  1632. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatesigningdocument.py +0 -130
  1633. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatesigningsignatory.py +0 -129
  1634. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatestoragefile.py +0 -135
  1635. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatetaskcomment.py +0 -125
  1636. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatetaskproject.py +0 -129
  1637. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updatetasktask.py +0 -138
  1638. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateticketingcategory.py +0 -127
  1639. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateticketingcustomer.py +0 -127
  1640. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateticketingnote.py +0 -125
  1641. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateticketingticket.py +0 -134
  1642. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateuccomment.py +0 -124
  1643. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateuccontact.py +0 -130
  1644. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateucrecording.py +0 -134
  1645. unified_python_sdk-0.58.1/src/unified_python_sdk/models/operations/updateverificationrequest.py +0 -148
  1646. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/__init__.py +0 -4317
  1647. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/accountinglineitem.py +0 -113
  1648. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/accountingsalesorder.py +0 -125
  1649. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/adsad.py +0 -165
  1650. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/adscampaign.py +0 -207
  1651. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/adscreative.py +0 -210
  1652. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/adsgroup.py +0 -308
  1653. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/adsinsertionorder.py +0 -152
  1654. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/adsreportmetrics.py +0 -91
  1655. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/atsapplication.py +0 -132
  1656. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/atsmetadata.py +0 -134
  1657. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/calendarrecordingmedia.py +0 -65
  1658. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/connection.py +0 -123
  1659. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/enrichperson.py +0 -173
  1660. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/hristimeoff.py +0 -129
  1661. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/integrationsupport.py +0 -3085
  1662. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/property_adsreportmetrics_ad.py +0 -165
  1663. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign.py +0 -217
  1664. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/property_adsreportmetrics_group.py +0 -320
  1665. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/property_connection_categories.py +0 -37
  1666. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/property_connection_permissions.py +0 -260
  1667. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/property_integration_categories.py +0 -37
  1668. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/ucrecording.py +0 -118
  1669. unified_python_sdk-0.58.1/src/unified_python_sdk/models/shared/webhook.py +0 -330
  1670. unified_python_sdk-0.58.1/src/unified_python_sdk/note.py +0 -1119
  1671. unified_python_sdk-0.58.1/src/unified_python_sdk/order.py +0 -1491
  1672. unified_python_sdk-0.58.1/src/unified_python_sdk/organization.py +0 -2595
  1673. unified_python_sdk-0.58.1/src/unified_python_sdk/package.py +0 -1519
  1674. unified_python_sdk-0.58.1/src/unified_python_sdk/page.py +0 -1091
  1675. unified_python_sdk-0.58.1/src/unified_python_sdk/passthrough.py +0 -2513
  1676. unified_python_sdk-0.58.1/src/unified_python_sdk/payment.py +0 -4097
  1677. unified_python_sdk-0.58.1/src/unified_python_sdk/payout.py +0 -371
  1678. unified_python_sdk-0.58.1/src/unified_python_sdk/payslip.py +0 -369
  1679. unified_python_sdk-0.58.1/src/unified_python_sdk/person.py +0 -191
  1680. unified_python_sdk-0.58.1/src/unified_python_sdk/pipeline.py +0 -1117
  1681. unified_python_sdk-0.58.1/src/unified_python_sdk/profitloss.py +0 -379
  1682. unified_python_sdk-0.58.1/src/unified_python_sdk/project.py +0 -1117
  1683. unified_python_sdk-0.58.1/src/unified_python_sdk/promoted.py +0 -369
  1684. unified_python_sdk-0.58.1/src/unified_python_sdk/prompt.py +0 -197
  1685. unified_python_sdk-0.58.1/src/unified_python_sdk/pullrequest.py +0 -1119
  1686. unified_python_sdk-0.58.1/src/unified_python_sdk/purchaseorder.py +0 -1167
  1687. unified_python_sdk-0.58.1/src/unified_python_sdk/rate.py +0 -197
  1688. unified_python_sdk-0.58.1/src/unified_python_sdk/recording.py +0 -1477
  1689. unified_python_sdk-0.58.1/src/unified_python_sdk/refund.py +0 -371
  1690. unified_python_sdk-0.58.1/src/unified_python_sdk/repo.py +0 -5547
  1691. unified_python_sdk-0.58.1/src/unified_python_sdk/report.py +0 -729
  1692. unified_python_sdk-0.58.1/src/unified_python_sdk/repository.py +0 -1119
  1693. unified_python_sdk-0.58.1/src/unified_python_sdk/request.py +0 -1163
  1694. unified_python_sdk-0.58.1/src/unified_python_sdk/reservation.py +0 -1163
  1695. unified_python_sdk-0.58.1/src/unified_python_sdk/review.py +0 -1119
  1696. unified_python_sdk-0.58.1/src/unified_python_sdk/saleschannel.py +0 -1167
  1697. unified_python_sdk-0.58.1/src/unified_python_sdk/salesorder.py +0 -1167
  1698. unified_python_sdk-0.58.1/src/unified_python_sdk/scorecard.py +0 -1119
  1699. unified_python_sdk-0.58.1/src/unified_python_sdk/sdk.py +0 -594
  1700. unified_python_sdk-0.58.1/src/unified_python_sdk/shipment.py +0 -1119
  1701. unified_python_sdk-0.58.1/src/unified_python_sdk/shipping.py +0 -3133
  1702. unified_python_sdk-0.58.1/src/unified_python_sdk/signatory.py +0 -1119
  1703. unified_python_sdk-0.58.1/src/unified_python_sdk/signing.py +0 -2587
  1704. unified_python_sdk-0.58.1/src/unified_python_sdk/space.py +0 -1091
  1705. unified_python_sdk-0.58.1/src/unified_python_sdk/storage.py +0 -1117
  1706. unified_python_sdk-0.58.1/src/unified_python_sdk/student.py +0 -1117
  1707. unified_python_sdk-0.58.1/src/unified_python_sdk/submission.py +0 -371
  1708. unified_python_sdk-0.58.1/src/unified_python_sdk/subscription.py +0 -1163
  1709. unified_python_sdk-0.58.1/src/unified_python_sdk/target.py +0 -367
  1710. unified_python_sdk-0.58.1/src/unified_python_sdk/task.py +0 -3661
  1711. unified_python_sdk-0.58.1/src/unified_python_sdk/taxrate.py +0 -1155
  1712. unified_python_sdk-0.58.1/src/unified_python_sdk/template.py +0 -371
  1713. unified_python_sdk-0.58.1/src/unified_python_sdk/ticket.py +0 -1119
  1714. unified_python_sdk-0.58.1/src/unified_python_sdk/ticketing.py +0 -4519
  1715. unified_python_sdk-0.58.1/src/unified_python_sdk/timeoff.py +0 -1117
  1716. unified_python_sdk-0.58.1/src/unified_python_sdk/timeshift.py +0 -1119
  1717. unified_python_sdk-0.58.1/src/unified_python_sdk/tracking.py +0 -371
  1718. unified_python_sdk-0.58.1/src/unified_python_sdk/transaction.py +0 -1167
  1719. unified_python_sdk-0.58.1/src/unified_python_sdk/trialbalance.py +0 -379
  1720. unified_python_sdk-0.58.1/src/unified_python_sdk/types/base64fileinput.py +0 -39
  1721. unified_python_sdk-0.58.1/src/unified_python_sdk/uc.py +0 -3673
  1722. unified_python_sdk-0.58.1/src/unified_python_sdk/unified.py +0 -4377
  1723. unified_python_sdk-0.58.1/src/unified_python_sdk/utils/eventstreaming.py +0 -309
  1724. unified_python_sdk-0.58.1/src/unified_python_sdk/utils/forms.py +0 -234
  1725. unified_python_sdk-0.58.1/src/unified_python_sdk/utils/retries.py +0 -271
  1726. unified_python_sdk-0.58.1/src/unified_python_sdk/utils/serializers.py +0 -225
  1727. unified_python_sdk-0.58.1/src/unified_python_sdk/verification.py +0 -1527
  1728. unified_python_sdk-0.58.1/src/unified_python_sdk/webinar.py +0 -1119
  1729. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/LICENSE.md +0 -0
  1730. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/py.typed +0 -0
  1731. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/__init__.py +0 -0
  1732. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/_hooks/__init__.py +0 -0
  1733. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/_hooks/sdkhooks.py +0 -0
  1734. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/_hooks/types.py +0 -0
  1735. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/apicall.py +0 -0
  1736. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/auth.py +0 -0
  1737. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/basesdk.py +0 -0
  1738. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/connection.py +0 -0
  1739. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/httpclient.py +0 -0
  1740. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/integration.py +0 -0
  1741. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/issue.py +0 -0
  1742. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/login.py +0 -0
  1743. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/__init__.py +0 -0
  1744. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/errors/__init__.py +0 -0
  1745. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/errors/no_response_error.py +0 -0
  1746. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/errors/responsevalidationerror.py +0 -0
  1747. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/errors/sdkerror.py +0 -0
  1748. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/errors/unifiedtoerror.py +0 -0
  1749. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/createscimgroups.py +0 -0
  1750. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/createscimusers.py +0 -0
  1751. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/createunifiedconnection.py +0 -0
  1752. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/createunifiedenvironment.py +0 -0
  1753. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/createunifiedwebhook.py +0 -0
  1754. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/getscimgroups.py +0 -0
  1755. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/getscimusers.py +0 -0
  1756. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/getunifiedapicall.py +0 -0
  1757. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/getunifiedconnection.py +0 -0
  1758. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/getunifiedintegrationauth.py +0 -0
  1759. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/getunifiedintegrationlogin.py +0 -0
  1760. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/getunifiedissue.py +0 -0
  1761. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/getunifiedwebhook.py +0 -0
  1762. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/listscimgroups.py +0 -0
  1763. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/listscimusers.py +0 -0
  1764. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/listunifiedapicalls.py +0 -0
  1765. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/listunifiedenvironments.py +0 -0
  1766. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/listunifiedissues.py +0 -0
  1767. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/listunifiedwebhooks.py +0 -0
  1768. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/patchscimgroups.py +0 -0
  1769. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/patchscimusers.py +0 -0
  1770. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/patchunifiedconnection.py +0 -0
  1771. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/patchunifiedwebhook.py +0 -0
  1772. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/patchunifiedwebhooktrigger.py +0 -0
  1773. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/removescimgroups.py +0 -0
  1774. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/removescimusers.py +0 -0
  1775. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/removeunifiedconnection.py +0 -0
  1776. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/removeunifiedenvironment.py +0 -0
  1777. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/removeunifiedwebhook.py +0 -0
  1778. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/updatescimgroups.py +0 -0
  1779. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/updatescimusers.py +0 -0
  1780. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/updateunifiedconnection.py +0 -0
  1781. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/updateunifiedwebhook.py +0 -0
  1782. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/operations/updateunifiedwebhooktrigger.py +0 -0
  1783. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingaccount.py +0 -0
  1784. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingaccounttaxonomy.py +0 -0
  1785. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingassociatedcontact.py +0 -0
  1786. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingattachment.py +0 -0
  1787. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingbalancesheet.py +0 -0
  1788. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingbalancesheetitem.py +0 -0
  1789. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingbill.py +0 -0
  1790. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingcashflow.py +0 -0
  1791. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingcashflowitem.py +0 -0
  1792. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingcashflowsection.py +0 -0
  1793. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingcategory.py +0 -0
  1794. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingcontact.py +0 -0
  1795. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingcontactpaymentmethod.py +0 -0
  1796. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingcreditmemo.py +0 -0
  1797. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingemail.py +0 -0
  1798. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingexpense.py +0 -0
  1799. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountinginvoice.py +0 -0
  1800. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingjournal.py +0 -0
  1801. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingjournallineitem.py +0 -0
  1802. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingorder.py +0 -0
  1803. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingorganization.py +0 -0
  1804. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingprofitloss.py +0 -0
  1805. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingprofitlossaccount.py +0 -0
  1806. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingprofitlosscategory.py +0 -0
  1807. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingprofitlosssection.py +0 -0
  1808. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingprofitlosssubcategory.py +0 -0
  1809. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingpurchaseorder.py +0 -0
  1810. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingreference.py +0 -0
  1811. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingreport.py +0 -0
  1812. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingtaxrate.py +0 -0
  1813. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingtelephone.py +0 -0
  1814. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingtransaction.py +0 -0
  1815. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingtransactioncontact.py +0 -0
  1816. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingtransactionlineitem.py +0 -0
  1817. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingtrialbalance.py +0 -0
  1818. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/accountingtrialbalancesubitem.py +0 -0
  1819. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/adschedule.py +0 -0
  1820. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/adsinsertionorderbudgetsegment.py +0 -0
  1821. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/adskeyword.py +0 -0
  1822. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/adsorganization.py +0 -0
  1823. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/adspromoted.py +0 -0
  1824. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/adsreport.py +0 -0
  1825. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/adstarget.py +0 -0
  1826. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/apicall.py +0 -0
  1827. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/assessmentaddress.py +0 -0
  1828. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/assessmentattribute.py +0 -0
  1829. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/assessmentorder.py +0 -0
  1830. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/assessmentpackage.py +0 -0
  1831. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/assessmentpackageregion.py +0 -0
  1832. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/assessmentparameter.py +0 -0
  1833. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/assessmentparameterinput.py +0 -0
  1834. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/assessmentresponsedetail.py +0 -0
  1835. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsactivity.py +0 -0
  1836. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsaddress.py +0 -0
  1837. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsapplicationanswer.py +0 -0
  1838. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atscandidate.py +0 -0
  1839. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atscandidateeducation.py +0 -0
  1840. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atscandidateexperience.py +0 -0
  1841. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atscompany.py +0 -0
  1842. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atscompensation.py +0 -0
  1843. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsdocument.py +0 -0
  1844. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsemail.py +0 -0
  1845. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsgroup.py +0 -0
  1846. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsinterview.py +0 -0
  1847. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsjob.py +0 -0
  1848. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsjobopening.py +0 -0
  1849. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsjobposting.py +0 -0
  1850. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsjobquestion.py +0 -0
  1851. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsoffer.py +0 -0
  1852. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsreference.py +0 -0
  1853. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsscorecard.py +0 -0
  1854. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsscorecardquestion.py +0 -0
  1855. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atsstatus.py +0 -0
  1856. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/atstelephone.py +0 -0
  1857. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/audiencecombination.py +0 -0
  1858. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarattachment.py +0 -0
  1859. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarattendee.py +0 -0
  1860. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarbusy.py +0 -0
  1861. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarcalendar.py +0 -0
  1862. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarconference.py +0 -0
  1863. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarevent.py +0 -0
  1864. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendareventrecurrence.py +0 -0
  1865. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarlink.py +0 -0
  1866. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarrecording.py +0 -0
  1867. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarrecordingtranscript.py +0 -0
  1868. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarwebinar.py +0 -0
  1869. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarwebinarpanelist.py +0 -0
  1870. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/calendarwebinarregistrant.py +0 -0
  1871. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/citytarget.py +0 -0
  1872. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/clubsactivity.py +0 -0
  1873. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/clubsevent.py +0 -0
  1874. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/clubsgroup.py +0 -0
  1875. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/clubslocation.py +0 -0
  1876. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/clubsmember.py +0 -0
  1877. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commerceavailability.py +0 -0
  1878. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commercecollection.py +0 -0
  1879. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commerceinventory.py +0 -0
  1880. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commerceitem.py +0 -0
  1881. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commerceitemmedia.py +0 -0
  1882. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commerceitemoption.py +0 -0
  1883. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commerceitemprice.py +0 -0
  1884. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commerceitemvariant.py +0 -0
  1885. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commercelocation.py +0 -0
  1886. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commercemetadata.py +0 -0
  1887. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commercereference.py +0 -0
  1888. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commercereservation.py +0 -0
  1889. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commercereview.py +0 -0
  1890. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commercereviewcomment.py +0 -0
  1891. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commercesaleschannel.py +0 -0
  1892. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/commercetelephone.py +0 -0
  1893. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmcompany.py +0 -0
  1894. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmcontact.py +0 -0
  1895. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmdeal.py +0 -0
  1896. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmemail.py +0 -0
  1897. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmevent.py +0 -0
  1898. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmeventformfield.py +0 -0
  1899. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmeventformoption.py +0 -0
  1900. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmlead.py +0 -0
  1901. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmmetadata.py +0 -0
  1902. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmpipeline.py +0 -0
  1903. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmreference.py +0 -0
  1904. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmstage.py +0 -0
  1905. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/crmtelephone.py +0 -0
  1906. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/enrichcompany.py +0 -0
  1907. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/enrichemail.py +0 -0
  1908. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/enrichpersonworkhistory.py +0 -0
  1909. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/enrichtelephone.py +0 -0
  1910. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/formanswer.py +0 -0
  1911. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/formfield.py +0 -0
  1912. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/formsform.py +0 -0
  1913. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/formssubmission.py +0 -0
  1914. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/genaicontent.py +0 -0
  1915. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/genaiembedding.py +0 -0
  1916. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/genaiembeddingcontent.py +0 -0
  1917. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/genaimodel.py +0 -0
  1918. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/genaiprompt.py +0 -0
  1919. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrisbankaccount.py +0 -0
  1920. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrisbenefit.py +0 -0
  1921. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hriscompany.py +0 -0
  1922. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hriscompensation.py +0 -0
  1923. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrisdeduction.py +0 -0
  1924. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrisdevice.py +0 -0
  1925. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrisemail.py +0 -0
  1926. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrisemployee.py +0 -0
  1927. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrisemployeerelationship.py +0 -0
  1928. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrisgroup.py +0 -0
  1929. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrislocation.py +0 -0
  1930. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrismetadata.py +0 -0
  1931. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrispayslip.py +0 -0
  1932. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hrispayslipdetail.py +0 -0
  1933. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hristelephone.py +0 -0
  1934. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/hristimeshift.py +0 -0
  1935. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/integration.py +0 -0
  1936. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/issue.py +0 -0
  1937. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/kmscomment.py +0 -0
  1938. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/kmspage.py +0 -0
  1939. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/kmspagemetadata.py +0 -0
  1940. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/kmsspace.py +0 -0
  1941. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmsactivity.py +0 -0
  1942. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmsclass.py +0 -0
  1943. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmscollection.py +0 -0
  1944. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmscontent.py +0 -0
  1945. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmscontentlocalization.py +0 -0
  1946. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmscourse.py +0 -0
  1947. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmsemail.py +0 -0
  1948. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmsinstructor.py +0 -0
  1949. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmsmedia.py +0 -0
  1950. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmsstudent.py +0 -0
  1951. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lmstelephone.py +0 -0
  1952. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/lookalikeaudience.py +0 -0
  1953. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/marketingcampaign.py +0 -0
  1954. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/marketingemail.py +0 -0
  1955. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/marketinglist.py +0 -0
  1956. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/marketingmember.py +0 -0
  1957. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/marketingreport.py +0 -0
  1958. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/marketingreportlink.py +0 -0
  1959. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/messagingattachment.py +0 -0
  1960. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/messagingbutton.py +0 -0
  1961. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/messagingchannel.py +0 -0
  1962. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/messagingevent.py +0 -0
  1963. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/messagingmember.py +0 -0
  1964. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/messagingmessage.py +0 -0
  1965. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/messagingreaction.py +0 -0
  1966. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/messagingreference.py +0 -0
  1967. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/metadatametadata.py +0 -0
  1968. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/paymentlineitem.py +0 -0
  1969. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/paymentlink.py +0 -0
  1970. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/paymentpayment.py +0 -0
  1971. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/paymentpayout.py +0 -0
  1972. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/paymentrefund.py +0 -0
  1973. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/paymentsubscription.py +0 -0
  1974. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingcontact_billing_address.py +0 -0
  1975. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingcontact_shipping_address.py +0 -0
  1976. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingorder_billing_address.py +0 -0
  1977. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingorder_shipping_address.py +0 -0
  1978. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingorganization_address.py +0 -0
  1979. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingpurchaseorder_billing_address.py +0 -0
  1980. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingpurchaseorder_shipping_address.py +0 -0
  1981. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingreport_balance_sheet.py +0 -0
  1982. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingreport_profit_and_loss.py +0 -0
  1983. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingreport_trial_balance.py +0 -0
  1984. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingsalesorder_billing_address.py +0 -0
  1985. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_accountingsalesorder_shipping_address.py +0 -0
  1986. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_frequency_cap.py +0 -0
  1987. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting.py +0 -0
  1988. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_audience.py +0 -0
  1989. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_brand_safety.py +0 -0
  1990. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_brand_safety_publisher_visibility_categories.py +0 -0
  1991. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_content.py +0 -0
  1992. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_content_video.py +0 -0
  1993. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_content_video_durations.py +0 -0
  1994. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_content_video_player_sizes.py +0 -0
  1995. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_content_video_positions.py +0 -0
  1996. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_demographic.py +0 -0
  1997. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_device.py +0 -0
  1998. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_geographic.py +0 -0
  1999. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_geographic_location_types.py +0 -0
  2000. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_optimization.py +0 -0
  2001. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adscampaign_targeting_placement.py +0 -0
  2002. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_bid_strategy.py +0 -0
  2003. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_frequency_cap.py +0 -0
  2004. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_pacing.py +0 -0
  2005. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting.py +0 -0
  2006. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_audience.py +0 -0
  2007. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_brand_safety.py +0 -0
  2008. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_brand_safety_publisher_visibility_categories.py +0 -0
  2009. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_content.py +0 -0
  2010. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_content_video.py +0 -0
  2011. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_content_video_durations.py +0 -0
  2012. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_content_video_player_sizes.py +0 -0
  2013. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_content_video_positions.py +0 -0
  2014. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_demographic.py +0 -0
  2015. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_device.py +0 -0
  2016. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_geographic.py +0 -0
  2017. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_geographic_location_types.py +0 -0
  2018. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_optimization.py +0 -0
  2019. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsgroup_targeting_placement.py +0 -0
  2020. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsinsertionorder_bid_strategy.py +0 -0
  2021. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsinsertionorder_frequency_cap.py +0 -0
  2022. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsinsertionorder_kpi.py +0 -0
  2023. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsinsertionorder_pacing.py +0 -0
  2024. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_frequency_cap.py +0 -0
  2025. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting.py +0 -0
  2026. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_audience.py +0 -0
  2027. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_brand_safety.py +0 -0
  2028. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_brand_safety_publisher_visibility_categories.py +0 -0
  2029. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_content.py +0 -0
  2030. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_content_video.py +0 -0
  2031. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_content_video_durations.py +0 -0
  2032. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_content_video_player_sizes.py +0 -0
  2033. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_content_video_positions.py +0 -0
  2034. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_demographic.py +0 -0
  2035. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_device.py +0 -0
  2036. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_geographic.py +0 -0
  2037. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_geographic_location_types.py +0 -0
  2038. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_optimization.py +0 -0
  2039. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_campaign_targeting_placement.py +0 -0
  2040. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_bid_strategy.py +0 -0
  2041. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_frequency_cap.py +0 -0
  2042. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_pacing.py +0 -0
  2043. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting.py +0 -0
  2044. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_audience.py +0 -0
  2045. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_brand_safety.py +0 -0
  2046. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_brand_safety_publisher_visibility_categories.py +0 -0
  2047. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_content.py +0 -0
  2048. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_content_video.py +0 -0
  2049. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_content_video_durations.py +0 -0
  2050. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_content_video_player_sizes.py +0 -0
  2051. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_content_video_positions.py +0 -0
  2052. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_demographic.py +0 -0
  2053. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_device.py +0 -0
  2054. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_geographic.py +0 -0
  2055. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_geographic_location_types.py +0 -0
  2056. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_optimization.py +0 -0
  2057. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_adsreportmetrics_group_targeting_placement.py +0 -0
  2058. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_atsactivity_from.py +0 -0
  2059. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_atscandidate_address.py +0 -0
  2060. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_atscompany_address.py +0 -0
  2061. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_atsjobposting_address.py +0 -0
  2062. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_calendarevent_organizer.py +0 -0
  2063. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_calendareventrecurrence_on_days.py +0 -0
  2064. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_calendarrecordingtranscript_attendee.py +0 -0
  2065. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_calendarwebinar_organizer.py +0 -0
  2066. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_clubsgroup_address.py +0 -0
  2067. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_clubslocation_address.py +0 -0
  2068. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_commercelocation_address.py +0 -0
  2069. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_connection_auth.py +0 -0
  2070. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmcompany_address.py +0 -0
  2071. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmcontact_address.py +0 -0
  2072. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmevent_call.py +0 -0
  2073. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmevent_email.py +0 -0
  2074. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmevent_form.py +0 -0
  2075. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmevent_marketing_email.py +0 -0
  2076. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmevent_meeting.py +0 -0
  2077. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmevent_note.py +0 -0
  2078. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmevent_page_view.py +0 -0
  2079. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmevent_task.py +0 -0
  2080. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_crmlead_address.py +0 -0
  2081. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_enrichcompany_address.py +0 -0
  2082. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_enrichperson_address.py +0 -0
  2083. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_hriscompany_address.py +0 -0
  2084. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_hrisemployee_address.py +0 -0
  2085. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_hrisemployee_employee_roles.py +0 -0
  2086. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_hrisemployeerelationship_address.py +0 -0
  2087. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_hrislocation_address.py +0 -0
  2088. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_hrispayslip_deduction.py +0 -0
  2089. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events.py +0 -0
  2090. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events_created.py +0 -0
  2091. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events_deleted.py +0 -0
  2092. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_integrationsupport_webhook_events_updated.py +0 -0
  2093. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_lmsstudent_address.py +0 -0
  2094. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_marketinglist_address.py +0 -0
  2095. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_messagingevent_button.py +0 -0
  2096. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_messagingevent_channel.py +0 -0
  2097. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_messagingevent_message.py +0 -0
  2098. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_messagingevent_message_author_member.py +0 -0
  2099. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_messagingevent_user.py +0 -0
  2100. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_messagingmessage_author_member.py +0 -0
  2101. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_messagingreaction_member.py +0 -0
  2102. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_scimgroup_meta.py +0 -0
  2103. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_scimgroup_schemas.py +0 -0
  2104. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_scimuser_meta.py +0 -0
  2105. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_scimuser_name.py +0 -0
  2106. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_scimuser_schemas.py +0 -0
  2107. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_enterprise_2_0_user.py +0 -0
  2108. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_enterprise_2_0_user_manager.py +0 -0
  2109. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_lattice_attributes_1_0_user.py +0 -0
  2110. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_peakon_2_0_user.py +0 -0
  2111. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_shippingrate_from_address.py +0 -0
  2112. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_shippingrate_to_address.py +0 -0
  2113. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_shippingshipment_customs.py +0 -0
  2114. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_shippingshipment_from_address.py +0 -0
  2115. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_shippingshipment_insurance.py +0 -0
  2116. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_shippingshipment_return_address.py +0 -0
  2117. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_shippingshipment_to_address.py +0 -0
  2118. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_shippingtrackingevent_location_address.py +0 -0
  2119. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_storagepermission_roles.py +0 -0
  2120. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/property_uccall_telephone.py +0 -0
  2121. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/repobranch.py +0 -0
  2122. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/repocommit.py +0 -0
  2123. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/repoorganization.py +0 -0
  2124. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/repopullrequest.py +0 -0
  2125. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/reporepository.py +0 -0
  2126. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimaddress.py +0 -0
  2127. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimemail.py +0 -0
  2128. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimentitlement.py +0 -0
  2129. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimgroup.py +0 -0
  2130. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimgroupmember.py +0 -0
  2131. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimims.py +0 -0
  2132. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimmanager.py +0 -0
  2133. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimphonenumber.py +0 -0
  2134. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimphoto.py +0 -0
  2135. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimrole.py +0 -0
  2136. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimuser.py +0 -0
  2137. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/scimusergroups.py +0 -0
  2138. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/security.py +0 -0
  2139. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/shippingcarrier.py +0 -0
  2140. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/shippingcustomsitem.py +0 -0
  2141. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/shippinglabel.py +0 -0
  2142. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/shippingpackage.py +0 -0
  2143. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/shippingrate.py +0 -0
  2144. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/shippingraterate.py +0 -0
  2145. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/shippingratesurcharge.py +0 -0
  2146. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/shippingshipment.py +0 -0
  2147. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/shippingtracking.py +0 -0
  2148. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/shippingtrackingevent.py +0 -0
  2149. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/signingdocument.py +0 -0
  2150. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/signingsignatory.py +0 -0
  2151. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/signingtemplate.py +0 -0
  2152. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/storagefile.py +0 -0
  2153. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/storagepermission.py +0 -0
  2154. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/storagereference.py +0 -0
  2155. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/targetref.py +0 -0
  2156. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/taskchange.py +0 -0
  2157. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/taskchangeitem.py +0 -0
  2158. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/taskcomment.py +0 -0
  2159. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/taskmetadata.py +0 -0
  2160. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/taskproject.py +0 -0
  2161. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/tasktask.py +0 -0
  2162. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/ticketingcategory.py +0 -0
  2163. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/ticketingcustomer.py +0 -0
  2164. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/ticketingemail.py +0 -0
  2165. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/ticketingnote.py +0 -0
  2166. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/ticketingtelephone.py +0 -0
  2167. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/ticketingticket.py +0 -0
  2168. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/uccall.py +0 -0
  2169. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/uccomment.py +0 -0
  2170. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/uccontact.py +0 -0
  2171. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/ucemail.py +0 -0
  2172. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/ucrecordingmedia.py +0 -0
  2173. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/ucrecordingtranscript.py +0 -0
  2174. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/uctelephone.py +0 -0
  2175. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/verificationaddress.py +0 -0
  2176. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/verificationpackage.py +0 -0
  2177. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/verificationparameter.py +0 -0
  2178. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/verificationparameterinput.py +0 -0
  2179. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/verificationrequest.py +0 -0
  2180. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/verificationresponsedetail.py +0 -0
  2181. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/models/shared/verificationtime.py +0 -0
  2182. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/py.typed +0 -0
  2183. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/scim.py +0 -0
  2184. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/sdkconfiguration.py +0 -0
  2185. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/types/__init__.py +0 -0
  2186. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/types/basemodel.py +0 -0
  2187. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/user.py +0 -0
  2188. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/__init__.py +0 -0
  2189. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/annotations.py +0 -0
  2190. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/datetimes.py +0 -0
  2191. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/dynamic_imports.py +0 -0
  2192. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/enums.py +0 -0
  2193. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/headers.py +0 -0
  2194. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/logger.py +0 -0
  2195. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/metadata.py +0 -0
  2196. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/queryparams.py +0 -0
  2197. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/requestbodies.py +0 -0
  2198. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/security.py +0 -0
  2199. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/unmarshal_json_response.py +0 -0
  2200. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/url.py +0 -0
  2201. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/utils/values.py +0 -0
  2202. {unified_python_sdk-0.58.1 → unified_python_sdk-0.58.4}/src/unified_python_sdk/webhook.py +0 -0
@@ -0,0 +1,2481 @@
1
+ Metadata-Version: 2.4
2
+ Name: Unified-python-sdk
3
+ Version: 0.58.4
4
+ Summary: Python Client SDK for Unified.to
5
+ License-File: LICENSE.md
6
+ Author: Unified API Inc.
7
+ Requires-Python: >=3.10
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Classifier: Programming Language :: Python :: 3.14
14
+ Requires-Dist: httpcore (>=1.0.9)
15
+ Requires-Dist: httpx (>=0.28.1)
16
+ Requires-Dist: pydantic (>=2.11.2)
17
+ Project-URL: Repository, https://github.com/unified-to/unified-python-sdk.git
18
+ Description-Content-Type: text/markdown
19
+
20
+ <div align="left">
21
+ <a href="https://speakeasyapi.dev/"><img src="https://custom-icon-badges.demolab.com/badge/-Built%20By%20Speakeasy-212015?style=for-the-badge&logoColor=FBE331&logo=speakeasy&labelColor=545454" /></a>
22
+ <a href="https://github.com/unified-to/unified-python-sdk/actions"><img src="https://img.shields.io/github/actions/workflow/status/unified-to/unified-python-sdk/speakeasy_sdk_generation.yml?style=for-the-badge" /></a>
23
+
24
+ </div>
25
+
26
+ <!-- Start Summary [summary] -->
27
+ ## Summary
28
+
29
+ Unified.to API: One API to Rule Them All
30
+
31
+ For more information about the API: [API Documentation](https://docs.unified.to)
32
+ <!-- End Summary [summary] -->
33
+
34
+ <!-- Start Table of Contents [toc] -->
35
+ ## Table of Contents
36
+ <!-- $toc-max-depth=2 -->
37
+ * [SDK Installation](https://github.com/unified-to/unified-python-sdk/blob/master/./#sdk-installation)
38
+ * [IDE Support](https://github.com/unified-to/unified-python-sdk/blob/master/./#ide-support)
39
+ * [SDK Example Usage](https://github.com/unified-to/unified-python-sdk/blob/master/./#sdk-example-usage)
40
+ * [Available Resources and Operations](https://github.com/unified-to/unified-python-sdk/blob/master/./#available-resources-and-operations)
41
+ * [File uploads](https://github.com/unified-to/unified-python-sdk/blob/master/./#file-uploads)
42
+ * [Retries](https://github.com/unified-to/unified-python-sdk/blob/master/./#retries)
43
+ * [Error Handling](https://github.com/unified-to/unified-python-sdk/blob/master/./#error-handling)
44
+ * [Server Selection](https://github.com/unified-to/unified-python-sdk/blob/master/./#server-selection)
45
+ * [Custom HTTP Client](https://github.com/unified-to/unified-python-sdk/blob/master/./#custom-http-client)
46
+ * [Authentication](https://github.com/unified-to/unified-python-sdk/blob/master/./#authentication)
47
+ * [Resource Management](https://github.com/unified-to/unified-python-sdk/blob/master/./#resource-management)
48
+ * [Debugging](https://github.com/unified-to/unified-python-sdk/blob/master/./#debugging)
49
+
50
+ <!-- End Table of Contents [toc] -->
51
+
52
+ <!-- Start SDK Installation [installation] -->
53
+ ## SDK Installation
54
+
55
+ > [!NOTE]
56
+ > **Python version upgrade policy**
57
+ >
58
+ > Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
59
+
60
+ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
61
+
62
+ ### uv
63
+
64
+ *uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
65
+
66
+ ```bash
67
+ uv add Unified-python-sdk
68
+ ```
69
+
70
+ ### PIP
71
+
72
+ *PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
73
+
74
+ ```bash
75
+ pip install Unified-python-sdk
76
+ ```
77
+
78
+ ### Poetry
79
+
80
+ *Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
81
+
82
+ ```bash
83
+ poetry add Unified-python-sdk
84
+ ```
85
+
86
+ ### Shell and script usage with `uv`
87
+
88
+ You can use this SDK in a Python shell with [uv](https://docs.astral.sh/uv/) and the `uvx` command that comes with it like so:
89
+
90
+ ```shell
91
+ uvx --from Unified-python-sdk python
92
+ ```
93
+
94
+ It's also possible to write a standalone Python script without needing to set up a whole project like so:
95
+
96
+ ```python
97
+ #!/usr/bin/env -S uv run --script
98
+ # /// script
99
+ # requires-python = ">=3.10"
100
+ # dependencies = [
101
+ # "Unified-python-sdk",
102
+ # ]
103
+ # ///
104
+
105
+ from unified_python_sdk import UnifiedTo
106
+
107
+ sdk = UnifiedTo(
108
+ # SDK arguments
109
+ )
110
+
111
+ # Rest of script here...
112
+ ```
113
+
114
+ Once that is saved to a file, you can run it with `uv run script.py` where
115
+ `script.py` can be replaced with the actual file name.
116
+ <!-- End SDK Installation [installation] -->
117
+
118
+ <!-- Start IDE Support [idesupport] -->
119
+ ## IDE Support
120
+
121
+ ### PyCharm
122
+
123
+ Generally, the SDK will work well with most IDEs out of the box. However, when using PyCharm, you can enjoy much better integration with Pydantic by installing an additional plugin.
124
+
125
+ - [PyCharm Pydantic Plugin](https://docs.pydantic.dev/latest/integrations/pycharm/)
126
+ <!-- End IDE Support [idesupport] -->
127
+
128
+ <!-- Start SDK Example Usage [usage] -->
129
+ ## SDK Example Usage
130
+
131
+ ### Example
132
+
133
+ ```python
134
+ # Synchronous Example
135
+ from unified_python_sdk import UnifiedTo
136
+ from unified_python_sdk.models import shared
137
+
138
+
139
+ with UnifiedTo(
140
+ security=shared.Security(
141
+ jwt="<YOUR_API_KEY_HERE>",
142
+ ),
143
+ ) as unified_to:
144
+
145
+ res = unified_to.accounting.create_accounting_account2(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_account2_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_account2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#create_accounting_account2) - Create an account
197
+ * [get_accounting_account2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#get_accounting_account2) - Retrieve an account
198
+ * [list_accounting_accounts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#list_accounting_accounts2) - List all accounts
199
+ * [patch_accounting_account2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#patch_accounting_account2) - Update an account
200
+ * [remove_accounting_account2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#remove_accounting_account2) - Remove an account
201
+ * [update_accounting_account2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/account/README.md#update_accounting_account2) - 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_account2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_account2) - Create an account
206
+ * [create_accounting_bill2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_bill2) - Create a bill
207
+ * [create_accounting_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_category2) - Create a category
208
+ * [create_accounting_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_contact2) - Create a contact
209
+ * [create_accounting_creditmemo2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_creditmemo2) - Create a creditmemo
210
+ * [create_accounting_expense2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_expense2) - Create an expense
211
+ * [create_accounting_invoice2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_invoice2) - Create an invoice
212
+ * [create_accounting_journal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_journal2) - Create a journal
213
+ * [create_accounting_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_order2) - Create an order
214
+ * [create_accounting_purchaseorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_purchaseorder2) - Create a purchaseorder
215
+ * [create_accounting_salesorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_salesorder2) - Create a salesorder
216
+ * [create_accounting_taxrate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_taxrate2) - Create a taxrate
217
+ * [create_accounting_transaction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#create_accounting_transaction2) - Create a transaction
218
+ * [get_accounting_account2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_account2) - Retrieve an account
219
+ * [get_accounting_balancesheet2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_balancesheet2) - Retrieve a balancesheet
220
+ * [get_accounting_bill2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_bill2) - Retrieve a bill
221
+ * [get_accounting_cashflow2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_cashflow2) - Retrieve a cashflow
222
+ * [get_accounting_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_category2) - Retrieve a category
223
+ * [get_accounting_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_contact2) - Retrieve a contact
224
+ * [get_accounting_creditmemo2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_creditmemo2) - Retrieve a creditmemo
225
+ * [get_accounting_expense2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_expense2) - Retrieve an expense
226
+ * [get_accounting_invoice2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_invoice2) - Retrieve an invoice
227
+ * [get_accounting_journal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_journal2) - Retrieve a journal
228
+ * [get_accounting_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_order2) - Retrieve an order
229
+ * [get_accounting_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_organization2) - Retrieve an organization
230
+ * [get_accounting_profitloss2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_profitloss2) - Retrieve a profitloss
231
+ * [get_accounting_purchaseorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_purchaseorder2) - Retrieve a purchaseorder
232
+ * [get_accounting_report2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_report2) - Retrieve a report
233
+ * [get_accounting_salesorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_salesorder2) - Retrieve a salesorder
234
+ * [get_accounting_taxrate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_taxrate2) - Retrieve a taxrate
235
+ * [get_accounting_transaction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_transaction2) - Retrieve a transaction
236
+ * [get_accounting_trialbalance2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#get_accounting_trialbalance2) - Retrieve a trialbalance
237
+ * [list_accounting_accounts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_accounts2) - List all accounts
238
+ * [list_accounting_balancesheets2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_balancesheets2) - List all balancesheets
239
+ * [list_accounting_bills2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_bills2) - List all bills
240
+ * [list_accounting_cashflows2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_cashflows2) - List all cashflows
241
+ * [list_accounting_categories2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_categories2) - List all categories
242
+ * [list_accounting_contacts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_contacts2) - List all contacts
243
+ * [list_accounting_creditmemoes2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_creditmemoes2) - List all creditmemoes
244
+ * [list_accounting_expenses2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_expenses2) - List all expenses
245
+ * [list_accounting_invoices2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_invoices2) - List all invoices
246
+ * [list_accounting_journals2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_journals2) - List all journals
247
+ * [list_accounting_orders2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_orders2) - List all orders
248
+ * [list_accounting_organizations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_organizations2) - List all organizations
249
+ * [list_accounting_profitlosses2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_profitlosses2) - List all profitlosses
250
+ * [list_accounting_purchaseorders2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_purchaseorders2) - List all purchaseorders
251
+ * [list_accounting_reports2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_reports2) - List all reports
252
+ * [list_accounting_salesorders2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_salesorders2) - List all salesorders
253
+ * [list_accounting_taxrates2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_taxrates2) - List all taxrates
254
+ * [list_accounting_transactions2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_transactions2) - List all transactions
255
+ * [list_accounting_trialbalances2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#list_accounting_trialbalances2) - List all trialbalances
256
+ * [patch_accounting_account2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_account2) - Update an account
257
+ * [patch_accounting_bill2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_bill2) - Update a bill
258
+ * [patch_accounting_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_category2) - Update a category
259
+ * [patch_accounting_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_contact2) - Update a contact
260
+ * [patch_accounting_creditmemo2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_creditmemo2) - Update a creditmemo
261
+ * [patch_accounting_expense2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_expense2) - Update an expense
262
+ * [patch_accounting_invoice2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_invoice2) - Update an invoice
263
+ * [patch_accounting_journal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_journal2) - Update a journal
264
+ * [patch_accounting_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_order2) - Update an order
265
+ * [patch_accounting_purchaseorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_purchaseorder2) - Update a purchaseorder
266
+ * [patch_accounting_salesorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_salesorder2) - Update a salesorder
267
+ * [patch_accounting_taxrate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_taxrate2) - Update a taxrate
268
+ * [patch_accounting_transaction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#patch_accounting_transaction2) - Update a transaction
269
+ * [remove_accounting_account2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_account2) - Remove an account
270
+ * [remove_accounting_bill2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_bill2) - Remove a bill
271
+ * [remove_accounting_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_category2) - Remove a category
272
+ * [remove_accounting_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_contact2) - Remove a contact
273
+ * [remove_accounting_creditmemo2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_creditmemo2) - Remove a creditmemo
274
+ * [remove_accounting_expense2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_expense2) - Remove an expense
275
+ * [remove_accounting_invoice2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_invoice2) - Remove an invoice
276
+ * [remove_accounting_journal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_journal2) - Remove a journal
277
+ * [remove_accounting_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_order2) - Remove an order
278
+ * [remove_accounting_purchaseorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_purchaseorder2) - Remove a purchaseorder
279
+ * [remove_accounting_salesorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_salesorder2) - Remove a salesorder
280
+ * [remove_accounting_taxrate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_taxrate2) - Remove a taxrate
281
+ * [remove_accounting_transaction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#remove_accounting_transaction2) - Remove a transaction
282
+ * [update_accounting_account2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_account2) - Update an account
283
+ * [update_accounting_bill2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_bill2) - Update a bill
284
+ * [update_accounting_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_category2) - Update a category
285
+ * [update_accounting_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_contact2) - Update a contact
286
+ * [update_accounting_creditmemo2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_creditmemo2) - Update a creditmemo
287
+ * [update_accounting_expense2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_expense2) - Update an expense
288
+ * [update_accounting_invoice2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_invoice2) - Update an invoice
289
+ * [update_accounting_journal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_journal2) - Update a journal
290
+ * [update_accounting_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_order2) - Update an order
291
+ * [update_accounting_purchaseorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_purchaseorder2) - Update a purchaseorder
292
+ * [update_accounting_salesorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_salesorder2) - Update a salesorder
293
+ * [update_accounting_taxrate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_taxrate2) - Update a taxrate
294
+ * [update_accounting_transaction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/accounting/README.md#update_accounting_transaction2) - Update a transaction
295
+
296
+ ### [Activity](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md)
297
+
298
+ * [create_ats_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#create_ats_activity2) - Create an activity
299
+ * [create_lms_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#create_lms_activity2) - Create an activity
300
+ * [get_ats_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#get_ats_activity2) - Retrieve an activity
301
+ * [get_clubs_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#get_clubs_activity2) - Retrieve an activity
302
+ * [get_lms_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#get_lms_activity2) - Retrieve an activity
303
+ * [list_ats_activities2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#list_ats_activities2) - List all activities
304
+ * [list_clubs_activities2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#list_clubs_activities2) - List all activities
305
+ * [list_lms_activities2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#list_lms_activities2) - List all activities
306
+ * [patch_ats_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#patch_ats_activity2) - Update an activity
307
+ * [patch_lms_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#patch_lms_activity2) - Update an activity
308
+ * [remove_ats_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#remove_ats_activity2) - Remove an activity
309
+ * [remove_lms_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#remove_lms_activity2) - Remove an activity
310
+ * [update_ats_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#update_ats_activity2) - Update an activity
311
+ * [update_lms_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/activity/README.md#update_lms_activity2) - Update an activity
312
+
313
+ ### [Ad](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md)
314
+
315
+ * [create_ads_ad2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#create_ads_ad2) - Create an ad
316
+ * [get_ads_ad2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#get_ads_ad2) - Retrieve an ad
317
+ * [list_ads_ads2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#list_ads_ads2) - List all ads
318
+ * [patch_ads_ad2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#patch_ads_ad2) - Update an ad
319
+ * [remove_ads_ad2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#remove_ads_ad2) - Remove an ad
320
+ * [update_ads_ad2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ad/README.md#update_ads_ad2) - Update an ad
321
+
322
+ ### [Ads](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md)
323
+
324
+ * [create_ads_ad2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_ad2) - Create an ad
325
+ * [create_ads_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_campaign2) - Create a campaign
326
+ * [create_ads_creative2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_creative2) - Create a creative
327
+ * [create_ads_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_group2) - Create a group
328
+ * [create_ads_insertionorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_insertionorder2) - Create an insertionorder
329
+ * [create_ads_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#create_ads_organization2) - Create an organization
330
+ * [get_ads_ad2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_ad2) - Retrieve an ad
331
+ * [get_ads_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_campaign2) - Retrieve a campaign
332
+ * [get_ads_creative2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_creative2) - Retrieve a creative
333
+ * [get_ads_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_group2) - Retrieve a group
334
+ * [get_ads_insertionorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_insertionorder2) - Retrieve an insertionorder
335
+ * [get_ads_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_organization2) - Retrieve an organization
336
+ * [get_ads_promoted2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_promoted2) - Retrieve a promoted
337
+ * [get_ads_target2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#get_ads_target2) - Retrieve a target
338
+ * [list_ads_ads2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_ads2) - List all ads
339
+ * [list_ads_campaigns2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_campaigns2) - List all campaigns
340
+ * [list_ads_creatives2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_creatives2) - List all creatives
341
+ * [list_ads_groups2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_groups2) - List all groups
342
+ * [list_ads_insertionorders2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_insertionorders2) - List all insertionorders
343
+ * [list_ads_organizations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_organizations2) - List all organizations
344
+ * [list_ads_promoteds2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_promoteds2) - List all promoteds
345
+ * [list_ads_reports2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_reports2) - List all reports
346
+ * [list_ads_targets2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#list_ads_targets2) - List all targets
347
+ * [patch_ads_ad2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_ad2) - Update an ad
348
+ * [patch_ads_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_campaign2) - Update a campaign
349
+ * [patch_ads_creative2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_creative2) - Update a creative
350
+ * [patch_ads_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_group2) - Update a group
351
+ * [patch_ads_insertionorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_insertionorder2) - Update an insertionorder
352
+ * [patch_ads_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#patch_ads_organization2) - Update an organization
353
+ * [remove_ads_ad2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_ad2) - Remove an ad
354
+ * [remove_ads_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_campaign2) - Remove a campaign
355
+ * [remove_ads_creative2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_creative2) - Remove a creative
356
+ * [remove_ads_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_group2) - Remove a group
357
+ * [remove_ads_insertionorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_insertionorder2) - Remove an insertionorder
358
+ * [remove_ads_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#remove_ads_organization2) - Remove an organization
359
+ * [update_ads_ad2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_ad2) - Update an ad
360
+ * [update_ads_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_campaign2) - Update a campaign
361
+ * [update_ads_creative2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_creative2) - Update a creative
362
+ * [update_ads_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_group2) - Update a group
363
+ * [update_ads_insertionorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_insertionorder2) - Update an insertionorder
364
+ * [update_ads_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ads/README.md#update_ads_organization2) - Update an organization
365
+
366
+ ### [Analytics](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md)
367
+
368
+ * [create_analytics_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#create_analytics_event2) - Create an event
369
+ * [create_analytics_property2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#create_analytics_property2) - Create a property
370
+ * [create_analytics_visitor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#create_analytics_visitor2) - Create a visitor
371
+ * [get_analytics_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#get_analytics_event2) - Retrieve an event
372
+ * [get_analytics_property2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#get_analytics_property2) - Retrieve a property
373
+ * [get_analytics_session2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#get_analytics_session2) - Retrieve a session
374
+ * [get_analytics_visitor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#get_analytics_visitor2) - Retrieve a visitor
375
+ * [list_analytics_events2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#list_analytics_events2) - List all events
376
+ * [list_analytics_properties2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#list_analytics_properties2) - List all properties
377
+ * [list_analytics_reports2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#list_analytics_reports2) - List all reports
378
+ * [list_analytics_sessions2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#list_analytics_sessions2) - List all sessions
379
+ * [list_analytics_visitors2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#list_analytics_visitors2) - List all visitors
380
+ * [patch_analytics_property2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#patch_analytics_property2) - Update a property
381
+ * [patch_analytics_visitor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#patch_analytics_visitor2) - Update a visitor
382
+ * [remove_analytics_property2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#remove_analytics_property2) - Remove a property
383
+ * [remove_analytics_visitor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#remove_analytics_visitor2) - Remove a visitor
384
+ * [update_analytics_property2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#update_analytics_property2) - Update a property
385
+ * [update_analytics_visitor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/analytics/README.md#update_analytics_visitor2) - Update a visitor
386
+
387
+ ### [Apicall](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/apicall/README.md)
388
+
389
+ * [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
390
+ * [list_unified_apicalls](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/apicall/README.md#list_unified_apicalls) - Returns API Calls
391
+
392
+ ### [Application](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md)
393
+
394
+ * [create_ats_application2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#create_ats_application2) - Create an application
395
+ * [get_ats_application2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#get_ats_application2) - Retrieve an application
396
+ * [list_ats_applications2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#list_ats_applications2) - List all applications
397
+ * [patch_ats_application2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#patch_ats_application2) - Update an application
398
+ * [remove_ats_application2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#remove_ats_application2) - Remove an application
399
+ * [update_ats_application2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/application/README.md#update_ats_application2) - Update an application
400
+
401
+ ### [Applicationstatus](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/applicationstatus/README.md)
402
+
403
+ * [list_ats_applicationstatuses2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/applicationstatus/README.md#list_ats_applicationstatuses2) - List all applicationstatuses
404
+
405
+ ### [Assessment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md)
406
+
407
+ * [create_assessment_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#create_assessment_package2) - Create an assessment package
408
+ * [get_assessment_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#get_assessment_package2) - Get an assessment package
409
+ * [list_assessment_packages2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#list_assessment_packages2) - List assessment packages
410
+ * [patch_assessment_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#patch_assessment_order2) - Update an order
411
+ * [patch_assessment_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#patch_assessment_package2) - Update an assessment package
412
+ * [remove_assessment_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#remove_assessment_package2) - Delete an assessment package
413
+ * [update_assessment_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#update_assessment_order2) - Update an order
414
+ * [update_assessment_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/assessment/README.md#update_assessment_package2) - Update an assessment package
415
+
416
+ ### [Ats](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md)
417
+
418
+ * [create_ats_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_activity2) - Create an activity
419
+ * [create_ats_application2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_application2) - Create an application
420
+ * [create_ats_candidate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_candidate2) - Create a candidate
421
+ * [create_ats_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_company2) - Create a company
422
+ * [create_ats_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_document2) - Create a document
423
+ * [create_ats_interview2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_interview2) - Create an interview
424
+ * [create_ats_job2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_job2) - Create a job
425
+ * [create_ats_scorecard2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#create_ats_scorecard2) - Create a scorecard
426
+ * [get_ats_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_activity2) - Retrieve an activity
427
+ * [get_ats_application2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_application2) - Retrieve an application
428
+ * [get_ats_candidate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_candidate2) - Retrieve a candidate
429
+ * [get_ats_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_company2) - Retrieve a company
430
+ * [get_ats_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_document2) - Retrieve a document
431
+ * [get_ats_interview2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_interview2) - Retrieve an interview
432
+ * [get_ats_job2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_job2) - Retrieve a job
433
+ * [get_ats_scorecard2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#get_ats_scorecard2) - Retrieve a scorecard
434
+ * [list_ats_activities2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_activities2) - List all activities
435
+ * [list_ats_applications2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_applications2) - List all applications
436
+ * [list_ats_applicationstatuses2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_applicationstatuses2) - List all applicationstatuses
437
+ * [list_ats_candidates2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_candidates2) - List all candidates
438
+ * [list_ats_companies2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_companies2) - List all companies
439
+ * [list_ats_documents2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_documents2) - List all documents
440
+ * [list_ats_interviews2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_interviews2) - List all interviews
441
+ * [list_ats_jobs2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_jobs2) - List all jobs
442
+ * [list_ats_scorecards2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#list_ats_scorecards2) - List all scorecards
443
+ * [patch_ats_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_activity2) - Update an activity
444
+ * [patch_ats_application2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_application2) - Update an application
445
+ * [patch_ats_candidate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_candidate2) - Update a candidate
446
+ * [patch_ats_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_company2) - Update a company
447
+ * [patch_ats_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_document2) - Update a document
448
+ * [patch_ats_interview2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_interview2) - Update an interview
449
+ * [patch_ats_job2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_job2) - Update a job
450
+ * [patch_ats_scorecard2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#patch_ats_scorecard2) - Update a scorecard
451
+ * [remove_ats_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_activity2) - Remove an activity
452
+ * [remove_ats_application2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_application2) - Remove an application
453
+ * [remove_ats_candidate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_candidate2) - Remove a candidate
454
+ * [remove_ats_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_company2) - Remove a company
455
+ * [remove_ats_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_document2) - Remove a document
456
+ * [remove_ats_interview2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_interview2) - Remove an interview
457
+ * [remove_ats_job2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_job2) - Remove a job
458
+ * [remove_ats_scorecard2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#remove_ats_scorecard2) - Remove a scorecard
459
+ * [update_ats_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_activity2) - Update an activity
460
+ * [update_ats_application2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_application2) - Update an application
461
+ * [update_ats_candidate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_candidate2) - Update a candidate
462
+ * [update_ats_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_company2) - Update a company
463
+ * [update_ats_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_document2) - Update a document
464
+ * [update_ats_interview2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_interview2) - Update an interview
465
+ * [update_ats_job2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_job2) - Update a job
466
+ * [update_ats_scorecard2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ats/README.md#update_ats_scorecard2) - Update a scorecard
467
+
468
+ ### [Auth](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/auth/README.md)
469
+
470
+ * [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
471
+ * [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
472
+
473
+ ### [Availability](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/availability/README.md)
474
+
475
+ * [list_commerce_availabilities2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/availability/README.md#list_commerce_availabilities2) - List all availabilities
476
+
477
+ ### [Balancesheet](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/balancesheet/README.md)
478
+
479
+ * [get_accounting_balancesheet2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/balancesheet/README.md#get_accounting_balancesheet2) - Retrieve a balancesheet
480
+ * [list_accounting_balancesheets2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/balancesheet/README.md#list_accounting_balancesheets2) - List all balancesheets
481
+
482
+ ### [Bankaccount](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md)
483
+
484
+ * [create_hris_bankaccount2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#create_hris_bankaccount2) - Create a bankaccount
485
+ * [get_hris_bankaccount2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#get_hris_bankaccount2) - Retrieve a bankaccount
486
+ * [list_hris_bankaccounts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#list_hris_bankaccounts2) - List all bankaccounts
487
+ * [patch_hris_bankaccount2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#patch_hris_bankaccount2) - Update a bankaccount
488
+ * [remove_hris_bankaccount2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#remove_hris_bankaccount2) - Remove a bankaccount
489
+ * [update_hris_bankaccount2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bankaccount/README.md#update_hris_bankaccount2) - Update a bankaccount
490
+
491
+ ### [Benefit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md)
492
+
493
+ * [create_hris_benefit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#create_hris_benefit2) - Create a benefit
494
+ * [get_hris_benefit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#get_hris_benefit2) - Retrieve a benefit
495
+ * [list_hris_benefits2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#list_hris_benefits2) - List all benefits
496
+ * [patch_hris_benefit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#patch_hris_benefit2) - Update a benefit
497
+ * [remove_hris_benefit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#remove_hris_benefit2) - Remove a benefit
498
+ * [update_hris_benefit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/benefit/README.md#update_hris_benefit2) - Update a benefit
499
+
500
+ ### [Bill](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md)
501
+
502
+ * [create_accounting_bill2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#create_accounting_bill2) - Create a bill
503
+ * [get_accounting_bill2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#get_accounting_bill2) - Retrieve a bill
504
+ * [list_accounting_bills2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#list_accounting_bills2) - List all bills
505
+ * [patch_accounting_bill2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#patch_accounting_bill2) - Update a bill
506
+ * [remove_accounting_bill2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#remove_accounting_bill2) - Remove a bill
507
+ * [update_accounting_bill2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/bill/README.md#update_accounting_bill2) - Update a bill
508
+
509
+ ### [Branch](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md)
510
+
511
+ * [create_repo_branch2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#create_repo_branch2) - Create a branch
512
+ * [get_repo_branch2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#get_repo_branch2) - Retrieve a branch
513
+ * [list_repo_branches2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#list_repo_branches2) - List all branches
514
+ * [patch_repo_branch2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#patch_repo_branch2) - Update a branch
515
+ * [remove_repo_branch2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#remove_repo_branch2) - Remove a branch
516
+ * [update_repo_branch2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/branch/README.md#update_repo_branch2) - Update a branch
517
+
518
+ ### [Busy](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/busy/README.md)
519
+
520
+ * [list_calendar_busies2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/busy/README.md#list_calendar_busies2) - List all busies
521
+
522
+ ### [Calendar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md)
523
+
524
+ * [create_calendar_calendar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_calendar2) - Create a calendar
525
+ * [create_calendar_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_event2) - Create an event
526
+ * [create_calendar_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_link2) - Create a link
527
+ * [create_calendar_webinar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#create_calendar_webinar2) - Create a webinar
528
+ * [get_calendar_calendar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_calendar2) - Retrieve a calendar
529
+ * [get_calendar_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_event2) - Retrieve an event
530
+ * [get_calendar_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_link2) - Retrieve a link
531
+ * [get_calendar_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_recording2) - Retrieve a recording
532
+ * [get_calendar_webinar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#get_calendar_webinar2) - Retrieve a webinar
533
+ * [list_calendar_busies2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_busies2) - List all busies
534
+ * [list_calendar_calendars2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_calendars2) - List all calendars
535
+ * [list_calendar_events2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_events2) - List all events
536
+ * [list_calendar_links2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_links2) - List all links
537
+ * [list_calendar_recordings2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_recordings2) - List all recordings
538
+ * [list_calendar_webinars2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#list_calendar_webinars2) - List all webinars
539
+ * [patch_calendar_calendar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_calendar2) - Update a calendar
540
+ * [patch_calendar_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_event2) - Update an event
541
+ * [patch_calendar_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_link2) - Update a link
542
+ * [patch_calendar_webinar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#patch_calendar_webinar2) - Update a webinar
543
+ * [remove_calendar_calendar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_calendar2) - Remove a calendar
544
+ * [remove_calendar_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_event2) - Remove an event
545
+ * [remove_calendar_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_link2) - Remove a link
546
+ * [remove_calendar_webinar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#remove_calendar_webinar2) - Remove a webinar
547
+ * [update_calendar_calendar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_calendar2) - Update a calendar
548
+ * [update_calendar_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_event2) - Update an event
549
+ * [update_calendar_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_link2) - Update a link
550
+ * [update_calendar_webinar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/calendar/README.md#update_calendar_webinar2) - Update a webinar
551
+
552
+ ### [Call](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/call/README.md)
553
+
554
+ * [get_uc_call2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/call/README.md#get_uc_call2) - Retrieve a call
555
+ * [list_uc_calls2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/call/README.md#list_uc_calls2) - List all calls
556
+
557
+ ### [Campaign](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md)
558
+
559
+ * [create_ads_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#create_ads_campaign2) - Create a campaign
560
+ * [create_martech_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#create_martech_campaign2) - Create a campaign
561
+ * [get_ads_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#get_ads_campaign2) - Retrieve a campaign
562
+ * [get_martech_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#get_martech_campaign2) - Retrieve a campaign
563
+ * [list_ads_campaigns2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#list_ads_campaigns2) - List all campaigns
564
+ * [list_martech_campaigns2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#list_martech_campaigns2) - List all campaigns
565
+ * [patch_ads_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#patch_ads_campaign2) - Update a campaign
566
+ * [patch_martech_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#patch_martech_campaign2) - Update a campaign
567
+ * [remove_ads_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#remove_ads_campaign2) - Remove a campaign
568
+ * [remove_martech_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#remove_martech_campaign2) - Remove a campaign
569
+ * [update_ads_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#update_ads_campaign2) - Update a campaign
570
+ * [update_martech_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/campaign/README.md#update_martech_campaign2) - Update a campaign
571
+
572
+ ### [Candidate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md)
573
+
574
+ * [create_ats_candidate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#create_ats_candidate2) - Create a candidate
575
+ * [get_ats_candidate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#get_ats_candidate2) - Retrieve a candidate
576
+ * [list_ats_candidates2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#list_ats_candidates2) - List all candidates
577
+ * [patch_ats_candidate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#patch_ats_candidate2) - Update a candidate
578
+ * [remove_ats_candidate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#remove_ats_candidate2) - Remove a candidate
579
+ * [update_ats_candidate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/candidate/README.md#update_ats_candidate2) - Update a candidate
580
+
581
+ ### [Carrier](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/carrier/README.md)
582
+
583
+ * [get_shipping_carrier2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/carrier/README.md#get_shipping_carrier2) - Retrieve a carrier
584
+ * [list_shipping_carriers2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/carrier/README.md#list_shipping_carriers2) - List all carriers
585
+
586
+ ### [Cashflow](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/cashflow/README.md)
587
+
588
+ * [get_accounting_cashflow2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/cashflow/README.md#get_accounting_cashflow2) - Retrieve a cashflow
589
+ * [list_accounting_cashflows2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/cashflow/README.md#list_accounting_cashflows2) - List all cashflows
590
+
591
+ ### [Category](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md)
592
+
593
+ * [create_accounting_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#create_accounting_category2) - Create a category
594
+ * [create_ticketing_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#create_ticketing_category2) - Create a category
595
+ * [get_accounting_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#get_accounting_category2) - Retrieve a category
596
+ * [get_ticketing_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#get_ticketing_category2) - Retrieve a category
597
+ * [list_accounting_categories2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#list_accounting_categories2) - List all categories
598
+ * [list_ticketing_categories2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#list_ticketing_categories2) - List all categories
599
+ * [patch_accounting_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#patch_accounting_category2) - Update a category
600
+ * [patch_ticketing_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#patch_ticketing_category2) - Update a category
601
+ * [remove_accounting_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#remove_accounting_category2) - Remove a category
602
+ * [remove_ticketing_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#remove_ticketing_category2) - Remove a category
603
+ * [update_accounting_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#update_accounting_category2) - Update a category
604
+ * [update_ticketing_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/category/README.md#update_ticketing_category2) - Update a category
605
+
606
+ ### [Change](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/change/README.md)
607
+
608
+ * [get_task_change2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/change/README.md#get_task_change2) - Retrieve a change
609
+ * [list_task_changes2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/change/README.md#list_task_changes2) - List all changes
610
+
611
+ ### [Channel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/channel/README.md)
612
+
613
+ * [get_messaging_channel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/channel/README.md#get_messaging_channel2) - Retrieve a channel
614
+ * [list_messaging_channels2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/channel/README.md#list_messaging_channels2) - List all channels
615
+
616
+ ### [Class](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md)
617
+
618
+ * [create_lms_class2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#create_lms_class2) - Create a class
619
+ * [get_lms_class2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#get_lms_class2) - Retrieve a class
620
+ * [list_lms_classes2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#list_lms_classes2) - List all classes
621
+ * [patch_lms_class2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#patch_lms_class2) - Update a class
622
+ * [remove_lms_class2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#remove_lms_class2) - Remove a class
623
+ * [update_lms_class2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/class/README.md#update_lms_class2) - Update a class
624
+
625
+ ### [Clubs](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md)
626
+
627
+ * [get_clubs_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#get_clubs_activity2) - Retrieve an activity
628
+ * [get_clubs_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#get_clubs_event2) - Retrieve an event
629
+ * [get_clubs_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#get_clubs_group2) - Retrieve a group
630
+ * [get_clubs_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#get_clubs_location2) - Retrieve a location
631
+ * [get_clubs_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#get_clubs_member2) - Retrieve a member
632
+ * [list_clubs_activities2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#list_clubs_activities2) - List all activities
633
+ * [list_clubs_events2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#list_clubs_events2) - List all events
634
+ * [list_clubs_groups2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#list_clubs_groups2) - List all groups
635
+ * [list_clubs_locations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#list_clubs_locations2) - List all locations
636
+ * [list_clubs_members2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/clubs/README.md#list_clubs_members2) - List all members
637
+
638
+ ### [Collection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md)
639
+
640
+ * [create_commerce_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#create_commerce_collection2) - Create a collection
641
+ * [create_lms_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#create_lms_collection2) - Create a collection
642
+ * [get_commerce_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#get_commerce_collection2) - Retrieve a collection
643
+ * [get_lms_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#get_lms_collection2) - Retrieve a collection
644
+ * [list_commerce_collections2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#list_commerce_collections2) - List all collections
645
+ * [list_lms_collections2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#list_lms_collections2) - List all collections
646
+ * [patch_commerce_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#patch_commerce_collection2) - Update a collection
647
+ * [patch_lms_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#patch_lms_collection2) - Update a collection
648
+ * [remove_commerce_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#remove_commerce_collection2) - Remove a collection
649
+ * [remove_lms_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#remove_lms_collection2) - Remove a collection
650
+ * [update_commerce_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#update_commerce_collection2) - Update a collection
651
+ * [update_lms_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/collection/README.md#update_lms_collection2) - Update a collection
652
+
653
+ ### [Comment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md)
654
+
655
+ * [create_kms_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#create_kms_comment2) - Create a comment
656
+ * [create_task_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#create_task_comment2) - Create a comment
657
+ * [create_uc_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#create_uc_comment2) - Create a comment
658
+ * [get_kms_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#get_kms_comment2) - Retrieve a comment
659
+ * [get_task_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#get_task_comment2) - Retrieve a comment
660
+ * [get_uc_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#get_uc_comment2) - Retrieve a comment
661
+ * [list_kms_comments2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#list_kms_comments2) - List all comments
662
+ * [list_task_comments2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#list_task_comments2) - List all comments
663
+ * [list_uc_comments2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#list_uc_comments2) - List all comments
664
+ * [patch_kms_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#patch_kms_comment2) - Update a comment
665
+ * [patch_task_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#patch_task_comment2) - Update a comment
666
+ * [patch_uc_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#patch_uc_comment2) - Update a comment
667
+ * [remove_kms_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#remove_kms_comment2) - Remove a comment
668
+ * [remove_task_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#remove_task_comment2) - Remove a comment
669
+ * [remove_uc_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#remove_uc_comment2) - Remove a comment
670
+ * [update_kms_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#update_kms_comment2) - Update a comment
671
+ * [update_task_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#update_task_comment2) - Update a comment
672
+ * [update_uc_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/comment/README.md#update_uc_comment2) - Update a comment
673
+
674
+ ### [Commerce](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md)
675
+
676
+ * [create_commerce_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_collection2) - Create a collection
677
+ * [create_commerce_inventory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_inventory2) - Create an inventory
678
+ * [create_commerce_item2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_item2) - Create an item
679
+ * [create_commerce_itemvariant2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_itemvariant2) - Create an itemvariant
680
+ * [create_commerce_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_location2) - Create a location
681
+ * [create_commerce_reservation2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_reservation2) - Create a reservation
682
+ * [create_commerce_review2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_review2) - Create a review
683
+ * [create_commerce_saleschannel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#create_commerce_saleschannel2) - Create a saleschannel
684
+ * [get_commerce_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_collection2) - Retrieve a collection
685
+ * [get_commerce_inventory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_inventory2) - Retrieve an inventory
686
+ * [get_commerce_item2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_item2) - Retrieve an item
687
+ * [get_commerce_itemvariant2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_itemvariant2) - Retrieve an itemvariant
688
+ * [get_commerce_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_location2) - Retrieve a location
689
+ * [get_commerce_reservation2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_reservation2) - Retrieve a reservation
690
+ * [get_commerce_review2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_review2) - Retrieve a review
691
+ * [get_commerce_saleschannel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#get_commerce_saleschannel2) - Retrieve a saleschannel
692
+ * [list_commerce_availabilities2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_availabilities2) - List all availabilities
693
+ * [list_commerce_collections2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_collections2) - List all collections
694
+ * [list_commerce_inventories2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_inventories2) - List all inventories
695
+ * [list_commerce_items2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_items2) - List all items
696
+ * [list_commerce_itemvariants2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_itemvariants2) - List all itemvariants
697
+ * [list_commerce_locations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_locations2) - List all locations
698
+ * [list_commerce_reservations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_reservations2) - List all reservations
699
+ * [list_commerce_reviews2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_reviews2) - List all reviews
700
+ * [list_commerce_saleschannels2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#list_commerce_saleschannels2) - List all saleschannels
701
+ * [patch_commerce_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_collection2) - Update a collection
702
+ * [patch_commerce_inventory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_inventory2) - Update an inventory
703
+ * [patch_commerce_item2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_item2) - Update an item
704
+ * [patch_commerce_itemvariant2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_itemvariant2) - Update an itemvariant
705
+ * [patch_commerce_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_location2) - Update a location
706
+ * [patch_commerce_reservation2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_reservation2) - Update a reservation
707
+ * [patch_commerce_review2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_review2) - Update a review
708
+ * [patch_commerce_saleschannel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#patch_commerce_saleschannel2) - Update a saleschannel
709
+ * [remove_commerce_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_collection2) - Remove a collection
710
+ * [remove_commerce_inventory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_inventory2) - Remove an inventory
711
+ * [remove_commerce_item2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_item2) - Remove an item
712
+ * [remove_commerce_itemvariant2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_itemvariant2) - Remove an itemvariant
713
+ * [remove_commerce_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_location2) - Remove a location
714
+ * [remove_commerce_reservation2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_reservation2) - Remove a reservation
715
+ * [remove_commerce_review2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_review2) - Remove a review
716
+ * [remove_commerce_saleschannel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#remove_commerce_saleschannel2) - Remove a saleschannel
717
+ * [update_commerce_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_collection2) - Update a collection
718
+ * [update_commerce_inventory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_inventory2) - Update an inventory
719
+ * [update_commerce_item2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_item2) - Update an item
720
+ * [update_commerce_itemvariant2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_itemvariant2) - Update an itemvariant
721
+ * [update_commerce_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_location2) - Update a location
722
+ * [update_commerce_reservation2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_reservation2) - Update a reservation
723
+ * [update_commerce_review2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_review2) - Update a review
724
+ * [update_commerce_saleschannel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commerce/README.md#update_commerce_saleschannel2) - Update a saleschannel
725
+
726
+ ### [Commit](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md)
727
+
728
+ * [create_repo_commit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#create_repo_commit2) - Create a commit
729
+ * [get_repo_commit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#get_repo_commit2) - Retrieve a commit
730
+ * [list_repo_commits2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#list_repo_commits2) - List all commits
731
+ * [patch_repo_commit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#patch_repo_commit2) - Update a commit
732
+ * [remove_repo_commit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#remove_repo_commit2) - Remove a commit
733
+ * [update_repo_commit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/commit/README.md#update_repo_commit2) - Update a commit
734
+
735
+ ### [Company](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md)
736
+
737
+ * [create_ats_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#create_ats_company2) - Create a company
738
+ * [create_crm_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#create_crm_company2) - Create a company
739
+ * [create_hris_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#create_hris_company2) - Create a company
740
+ * [get_ats_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#get_ats_company2) - Retrieve a company
741
+ * [get_crm_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#get_crm_company2) - Retrieve a company
742
+ * [get_hris_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#get_hris_company2) - Retrieve a company
743
+ * [list_ats_companies2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#list_ats_companies2) - List all companies
744
+ * [list_crm_companies2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#list_crm_companies2) - List all companies
745
+ * [list_enrich_companies2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#list_enrich_companies2) - Retrieve enrichment information for a company
746
+ * [list_hris_companies2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#list_hris_companies2) - List all companies
747
+ * [patch_ats_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#patch_ats_company2) - Update a company
748
+ * [patch_crm_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#patch_crm_company2) - Update a company
749
+ * [patch_hris_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#patch_hris_company2) - Update a company
750
+ * [remove_ats_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#remove_ats_company2) - Remove a company
751
+ * [remove_crm_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#remove_crm_company2) - Remove a company
752
+ * [remove_hris_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#remove_hris_company2) - Remove a company
753
+ * [update_ats_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#update_ats_company2) - Update a company
754
+ * [update_crm_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#update_crm_company2) - Update a company
755
+ * [update_hris_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/company/README.md#update_hris_company2) - Update a company
756
+
757
+ ### [Connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md)
758
+
759
+ * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#create_unified_connection) - Create connection
760
+ * [get_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#get_unified_connection) - Retrieve connection
761
+ * [list_unified_connections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#list_unified_connections) - List all connections
762
+ * [patch_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#patch_unified_connection) - Update connection
763
+ * [remove_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#remove_unified_connection) - Remove connection
764
+ * [update_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/connection/README.md#update_unified_connection) - Update connection
765
+
766
+ ### [Contact](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md)
767
+
768
+ * [create_accounting_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#create_accounting_contact2) - Create a contact
769
+ * [create_crm_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#create_crm_contact2) - Create a contact
770
+ * [create_uc_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#create_uc_contact2) - Create a contact
771
+ * [get_accounting_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#get_accounting_contact2) - Retrieve a contact
772
+ * [get_crm_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#get_crm_contact2) - Retrieve a contact
773
+ * [get_uc_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#get_uc_contact2) - Retrieve a contact
774
+ * [list_accounting_contacts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#list_accounting_contacts2) - List all contacts
775
+ * [list_crm_contacts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#list_crm_contacts2) - List all contacts
776
+ * [list_uc_contacts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#list_uc_contacts2) - List all contacts
777
+ * [patch_accounting_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#patch_accounting_contact2) - Update a contact
778
+ * [patch_crm_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#patch_crm_contact2) - Update a contact
779
+ * [patch_uc_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#patch_uc_contact2) - Update a contact
780
+ * [remove_accounting_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#remove_accounting_contact2) - Remove a contact
781
+ * [remove_crm_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#remove_crm_contact2) - Remove a contact
782
+ * [remove_uc_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#remove_uc_contact2) - Remove a contact
783
+ * [update_accounting_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#update_accounting_contact2) - Update a contact
784
+ * [update_crm_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#update_crm_contact2) - Update a contact
785
+ * [update_uc_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/contact/README.md#update_uc_contact2) - Update a contact
786
+
787
+ ### [Content](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md)
788
+
789
+ * [create_lms_content2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#create_lms_content2) - Create a content
790
+ * [get_lms_content2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#get_lms_content2) - Retrieve a content
791
+ * [list_lms_contents2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#list_lms_contents2) - List all contents
792
+ * [patch_lms_content2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#patch_lms_content2) - Update a content
793
+ * [remove_lms_content2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#remove_lms_content2) - Remove a content
794
+ * [update_lms_content2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/content/README.md#update_lms_content2) - Update a content
795
+
796
+ ### [Course](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md)
797
+
798
+ * [create_lms_course2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#create_lms_course2) - Create a course
799
+ * [get_lms_course2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#get_lms_course2) - Retrieve a course
800
+ * [list_lms_courses2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#list_lms_courses2) - List all courses
801
+ * [patch_lms_course2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#patch_lms_course2) - Update a course
802
+ * [remove_lms_course2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#remove_lms_course2) - Remove a course
803
+ * [update_lms_course2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/course/README.md#update_lms_course2) - Update a course
804
+
805
+ ### [Creative](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md)
806
+
807
+ * [create_ads_creative2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#create_ads_creative2) - Create a creative
808
+ * [get_ads_creative2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#get_ads_creative2) - Retrieve a creative
809
+ * [list_ads_creatives2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#list_ads_creatives2) - List all creatives
810
+ * [patch_ads_creative2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#patch_ads_creative2) - Update a creative
811
+ * [remove_ads_creative2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#remove_ads_creative2) - Remove a creative
812
+ * [update_ads_creative2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creative/README.md#update_ads_creative2) - Update a creative
813
+
814
+ ### [Creditmemo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md)
815
+
816
+ * [create_accounting_creditmemo2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#create_accounting_creditmemo2) - Create a creditmemo
817
+ * [get_accounting_creditmemo2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#get_accounting_creditmemo2) - Retrieve a creditmemo
818
+ * [list_accounting_creditmemoes2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#list_accounting_creditmemoes2) - List all creditmemoes
819
+ * [patch_accounting_creditmemo2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#patch_accounting_creditmemo2) - Update a creditmemo
820
+ * [remove_accounting_creditmemo2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#remove_accounting_creditmemo2) - Remove a creditmemo
821
+ * [update_accounting_creditmemo2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/creditmemo/README.md#update_accounting_creditmemo2) - Update a creditmemo
822
+
823
+ ### [Crm](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md)
824
+
825
+ * [create_crm_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_company2) - Create a company
826
+ * [create_crm_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_contact2) - Create a contact
827
+ * [create_crm_deal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_deal2) - Create a deal
828
+ * [create_crm_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_event2) - Create an event
829
+ * [create_crm_lead2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_lead2) - Create a lead
830
+ * [create_crm_pipeline2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#create_crm_pipeline2) - Create a pipeline
831
+ * [get_crm_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_company2) - Retrieve a company
832
+ * [get_crm_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_contact2) - Retrieve a contact
833
+ * [get_crm_deal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_deal2) - Retrieve a deal
834
+ * [get_crm_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_event2) - Retrieve an event
835
+ * [get_crm_lead2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_lead2) - Retrieve a lead
836
+ * [get_crm_pipeline2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#get_crm_pipeline2) - Retrieve a pipeline
837
+ * [list_crm_companies2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_companies2) - List all companies
838
+ * [list_crm_contacts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_contacts2) - List all contacts
839
+ * [list_crm_deals2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_deals2) - List all deals
840
+ * [list_crm_events2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_events2) - List all events
841
+ * [list_crm_leads2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_leads2) - List all leads
842
+ * [list_crm_pipelines2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#list_crm_pipelines2) - List all pipelines
843
+ * [patch_crm_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_company2) - Update a company
844
+ * [patch_crm_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_contact2) - Update a contact
845
+ * [patch_crm_deal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_deal2) - Update a deal
846
+ * [patch_crm_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_event2) - Update an event
847
+ * [patch_crm_lead2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_lead2) - Update a lead
848
+ * [patch_crm_pipeline2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#patch_crm_pipeline2) - Update a pipeline
849
+ * [remove_crm_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_company2) - Remove a company
850
+ * [remove_crm_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_contact2) - Remove a contact
851
+ * [remove_crm_deal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_deal2) - Remove a deal
852
+ * [remove_crm_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_event2) - Remove an event
853
+ * [remove_crm_lead2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_lead2) - Remove a lead
854
+ * [remove_crm_pipeline2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#remove_crm_pipeline2) - Remove a pipeline
855
+ * [update_crm_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_company2) - Update a company
856
+ * [update_crm_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_contact2) - Update a contact
857
+ * [update_crm_deal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_deal2) - Update a deal
858
+ * [update_crm_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_event2) - Update an event
859
+ * [update_crm_lead2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_lead2) - Update a lead
860
+ * [update_crm_pipeline2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/crm/README.md#update_crm_pipeline2) - Update a pipeline
861
+
862
+ ### [Customer](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md)
863
+
864
+ * [create_ticketing_customer2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#create_ticketing_customer2) - Create a customer
865
+ * [get_ticketing_customer2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#get_ticketing_customer2) - Retrieve a customer
866
+ * [list_ticketing_customers2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#list_ticketing_customers2) - List all customers
867
+ * [patch_ticketing_customer2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#patch_ticketing_customer2) - Update a customer
868
+ * [remove_ticketing_customer2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#remove_ticketing_customer2) - Remove a customer
869
+ * [update_ticketing_customer2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/customer/README.md#update_ticketing_customer2) - Update a customer
870
+
871
+ ### [Database](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md)
872
+
873
+ * [create_datastore_database2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#create_datastore_database2) - Create a database
874
+ * [get_datastore_database2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#get_datastore_database2) - Retrieve a database
875
+ * [list_datastore_databases2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#list_datastore_databases2) - List all databases
876
+ * [patch_datastore_database2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#patch_datastore_database2) - Update a database
877
+ * [remove_datastore_database2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#remove_datastore_database2) - Remove a database
878
+ * [update_datastore_database2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/database/README.md#update_datastore_database2) - Update a database
879
+
880
+ ### [Datastore](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md)
881
+
882
+ * [create_datastore_database2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#create_datastore_database2) - Create a database
883
+ * [create_datastore_query2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#create_datastore_query2) - Create a query
884
+ * [create_datastore_record2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#create_datastore_record2) - Create a record
885
+ * [create_datastore_table2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#create_datastore_table2) - Create a table
886
+ * [get_datastore_database2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#get_datastore_database2) - Retrieve a database
887
+ * [get_datastore_record2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#get_datastore_record2) - Retrieve a record
888
+ * [get_datastore_table2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#get_datastore_table2) - Retrieve a table
889
+ * [list_datastore_databases2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#list_datastore_databases2) - List all databases
890
+ * [list_datastore_records2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#list_datastore_records2) - List all records
891
+ * [list_datastore_tables2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#list_datastore_tables2) - List all tables
892
+ * [patch_datastore_database2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#patch_datastore_database2) - Update a database
893
+ * [patch_datastore_record2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#patch_datastore_record2) - Update a record
894
+ * [patch_datastore_table2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#patch_datastore_table2) - Update a table
895
+ * [remove_datastore_database2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#remove_datastore_database2) - Remove a database
896
+ * [remove_datastore_record2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#remove_datastore_record2) - Remove a record
897
+ * [remove_datastore_table2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#remove_datastore_table2) - Remove a table
898
+ * [update_datastore_database2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#update_datastore_database2) - Update a database
899
+ * [update_datastore_record2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#update_datastore_record2) - Update a record
900
+ * [update_datastore_table2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/datastore/README.md#update_datastore_table2) - Update a table
901
+
902
+ ### [Deal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md)
903
+
904
+ * [create_crm_deal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#create_crm_deal2) - Create a deal
905
+ * [get_crm_deal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#get_crm_deal2) - Retrieve a deal
906
+ * [list_crm_deals2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#list_crm_deals2) - List all deals
907
+ * [patch_crm_deal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#patch_crm_deal2) - Update a deal
908
+ * [remove_crm_deal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#remove_crm_deal2) - Remove a deal
909
+ * [update_crm_deal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deal/README.md#update_crm_deal2) - Update a deal
910
+
911
+ ### [Deduction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md)
912
+
913
+ * [create_hris_deduction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#create_hris_deduction2) - Create a deduction
914
+ * [get_hris_deduction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#get_hris_deduction2) - Retrieve a deduction
915
+ * [list_hris_deductions2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#list_hris_deductions2) - List all deductions
916
+ * [patch_hris_deduction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#patch_hris_deduction2) - Update a deduction
917
+ * [remove_hris_deduction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#remove_hris_deduction2) - Remove a deduction
918
+ * [update_hris_deduction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/deduction/README.md#update_hris_deduction2) - Update a deduction
919
+
920
+ ### [Device](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md)
921
+
922
+ * [create_hris_device2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#create_hris_device2) - Create a device
923
+ * [get_hris_device2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#get_hris_device2) - Retrieve a device
924
+ * [list_hris_devices2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#list_hris_devices2) - List all devices
925
+ * [patch_hris_device2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#patch_hris_device2) - Update a device
926
+ * [remove_hris_device2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#remove_hris_device2) - Remove a device
927
+ * [update_hris_device2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/device/README.md#update_hris_device2) - Update a device
928
+
929
+ ### [Document](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md)
930
+
931
+ * [create_ats_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#create_ats_document2) - Create a document
932
+ * [create_signing_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#create_signing_document2) - Create a document
933
+ * [get_ats_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#get_ats_document2) - Retrieve a document
934
+ * [get_signing_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#get_signing_document2) - Retrieve a document
935
+ * [list_ats_documents2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#list_ats_documents2) - List all documents
936
+ * [list_signing_documents2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#list_signing_documents2) - List all documents
937
+ * [patch_ats_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#patch_ats_document2) - Update a document
938
+ * [patch_signing_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#patch_signing_document2) - Update a document
939
+ * [remove_ats_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#remove_ats_document2) - Remove a document
940
+ * [remove_signing_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#remove_signing_document2) - Remove a document
941
+ * [update_ats_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#update_ats_document2) - Update a document
942
+ * [update_signing_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/document/README.md#update_signing_document2) - Update a document
943
+
944
+ ### [Embedding](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/embedding/README.md)
945
+
946
+ * [create_genai_embedding2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/embedding/README.md#create_genai_embedding2) - Create an embedding
947
+
948
+ ### [Employee](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md)
949
+
950
+ * [create_hris_employee2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#create_hris_employee2) - Create an employee
951
+ * [get_hris_employee2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#get_hris_employee2) - Retrieve an employee
952
+ * [list_hris_employees2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#list_hris_employees2) - List all employees
953
+ * [patch_hris_employee2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#patch_hris_employee2) - Update an employee
954
+ * [remove_hris_employee2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#remove_hris_employee2) - Remove an employee
955
+ * [update_hris_employee2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/employee/README.md#update_hris_employee2) - Update an employee
956
+
957
+ ### [Enrich](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/enrich/README.md)
958
+
959
+ * [list_enrich_companies2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/enrich/README.md#list_enrich_companies2) - Retrieve enrichment information for a company
960
+ * [list_enrich_people2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/enrich/README.md#list_enrich_people2) - Retrieve enrichment information for a person
961
+
962
+ ### [Environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md)
963
+
964
+ * [create_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md#create_unified_environment) - Create new environments
965
+ * [list_unified_environments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md#list_unified_environments) - Returns all environments
966
+ * [remove_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/environment/README.md#remove_unified_environment) - Remove an environment
967
+
968
+ ### [Event](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md)
969
+
970
+ * [create_analytics_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#create_analytics_event2) - Create an event
971
+ * [create_calendar_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#create_calendar_event2) - Create an event
972
+ * [create_crm_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#create_crm_event2) - Create an event
973
+ * [get_analytics_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#get_analytics_event2) - Retrieve an event
974
+ * [get_calendar_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#get_calendar_event2) - Retrieve an event
975
+ * [get_clubs_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#get_clubs_event2) - Retrieve an event
976
+ * [get_crm_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#get_crm_event2) - Retrieve an event
977
+ * [list_analytics_events2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#list_analytics_events2) - List all events
978
+ * [list_calendar_events2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#list_calendar_events2) - List all events
979
+ * [list_clubs_events2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#list_clubs_events2) - List all events
980
+ * [list_crm_events2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#list_crm_events2) - List all events
981
+ * [patch_calendar_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#patch_calendar_event2) - Update an event
982
+ * [patch_crm_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#patch_crm_event2) - Update an event
983
+ * [patch_messaging_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#patch_messaging_event2) - Update an event
984
+ * [remove_calendar_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#remove_calendar_event2) - Remove an event
985
+ * [remove_crm_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#remove_crm_event2) - Remove an event
986
+ * [update_calendar_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#update_calendar_event2) - Update an event
987
+ * [update_crm_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#update_crm_event2) - Update an event
988
+ * [update_messaging_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/event/README.md#update_messaging_event2) - Update an event
989
+
990
+ ### [Expense](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md)
991
+
992
+ * [create_accounting_expense2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#create_accounting_expense2) - Create an expense
993
+ * [get_accounting_expense2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#get_accounting_expense2) - Retrieve an expense
994
+ * [list_accounting_expenses2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#list_accounting_expenses2) - List all expenses
995
+ * [patch_accounting_expense2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#patch_accounting_expense2) - Update an expense
996
+ * [remove_accounting_expense2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#remove_accounting_expense2) - Remove an expense
997
+ * [update_accounting_expense2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/expense/README.md#update_accounting_expense2) - Update an expense
998
+
999
+ ### [File](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md)
1000
+
1001
+ * [create_storage_file2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#create_storage_file2) - Create a file
1002
+ * [get_storage_file2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#get_storage_file2) - Retrieve a file
1003
+ * [list_storage_files2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#list_storage_files2) - List all files
1004
+ * [patch_storage_file2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#patch_storage_file2) - Update a file
1005
+ * [remove_storage_file2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#remove_storage_file2) - Remove a file
1006
+ * [update_storage_file2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/file/README.md#update_storage_file2) - Update a file
1007
+
1008
+ ### [Form](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md)
1009
+
1010
+ * [create_forms_form2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#create_forms_form2) - Create a form
1011
+ * [get_forms_form2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#get_forms_form2) - Retrieve a form
1012
+ * [list_forms_forms2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#list_forms_forms2) - List all forms
1013
+ * [patch_forms_form2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#patch_forms_form2) - Update a form
1014
+ * [remove_forms_form2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#remove_forms_form2) - Remove a form
1015
+ * [update_forms_form2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/form/README.md#update_forms_form2) - Update a form
1016
+
1017
+ ### [Forms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md)
1018
+
1019
+ * [create_forms_form2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#create_forms_form2) - Create a form
1020
+ * [get_forms_form2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#get_forms_form2) - Retrieve a form
1021
+ * [get_forms_submission2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#get_forms_submission2) - Retrieve a submission
1022
+ * [list_forms_forms2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#list_forms_forms2) - List all forms
1023
+ * [list_forms_submissions2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#list_forms_submissions2) - List all submissions
1024
+ * [patch_forms_form2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#patch_forms_form2) - Update a form
1025
+ * [remove_forms_form2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#remove_forms_form2) - Remove a form
1026
+ * [update_forms_form2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/forms/README.md#update_forms_form2) - Update a form
1027
+
1028
+ ### [Genai](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md)
1029
+
1030
+ * [create_genai_embedding2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#create_genai_embedding2) - Create an embedding
1031
+ * [create_genai_prompt2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#create_genai_prompt2) - Create a prompt
1032
+ * [get_genai_model2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#get_genai_model2) - Retrieve a model
1033
+ * [list_genai_models2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/genai/README.md#list_genai_models2) - List all models
1034
+
1035
+ ### [Group](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md)
1036
+
1037
+ * [create_ads_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#create_ads_group2) - Create a group
1038
+ * [create_hris_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#create_hris_group2) - Create a group
1039
+ * [create_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#create_scim_groups) - Create group
1040
+ * [get_ads_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_ads_group2) - Retrieve a group
1041
+ * [get_clubs_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_clubs_group2) - Retrieve a group
1042
+ * [get_hris_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_hris_group2) - Retrieve a group
1043
+ * [get_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#get_scim_groups) - Get group
1044
+ * [list_ads_groups2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_ads_groups2) - List all groups
1045
+ * [list_clubs_groups2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_clubs_groups2) - List all groups
1046
+ * [list_hris_groups2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_hris_groups2) - List all groups
1047
+ * [list_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#list_scim_groups) - List groups
1048
+ * [patch_ads_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#patch_ads_group2) - Update a group
1049
+ * [patch_hris_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#patch_hris_group2) - Update a group
1050
+ * [patch_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#patch_scim_groups) - Update group
1051
+ * [remove_ads_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#remove_ads_group2) - Remove a group
1052
+ * [remove_hris_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#remove_hris_group2) - Remove a group
1053
+ * [remove_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#remove_scim_groups) - Delete group
1054
+ * [update_ads_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#update_ads_group2) - Update a group
1055
+ * [update_hris_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#update_hris_group2) - Update a group
1056
+ * [update_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/group/README.md#update_scim_groups) - Update group
1057
+
1058
+ ### [Hris](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md)
1059
+
1060
+ * [create_hris_bankaccount2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_bankaccount2) - Create a bankaccount
1061
+ * [create_hris_benefit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_benefit2) - Create a benefit
1062
+ * [create_hris_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_company2) - Create a company
1063
+ * [create_hris_deduction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_deduction2) - Create a deduction
1064
+ * [create_hris_device2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_device2) - Create a device
1065
+ * [create_hris_employee2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_employee2) - Create an employee
1066
+ * [create_hris_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_group2) - Create a group
1067
+ * [create_hris_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_location2) - Create a location
1068
+ * [create_hris_timeoff2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_timeoff2) - Create a timeoff
1069
+ * [create_hris_timeshift2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#create_hris_timeshift2) - Create a timeshift
1070
+ * [get_hris_bankaccount2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_bankaccount2) - Retrieve a bankaccount
1071
+ * [get_hris_benefit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_benefit2) - Retrieve a benefit
1072
+ * [get_hris_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_company2) - Retrieve a company
1073
+ * [get_hris_deduction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_deduction2) - Retrieve a deduction
1074
+ * [get_hris_device2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_device2) - Retrieve a device
1075
+ * [get_hris_employee2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_employee2) - Retrieve an employee
1076
+ * [get_hris_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_group2) - Retrieve a group
1077
+ * [get_hris_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_location2) - Retrieve a location
1078
+ * [get_hris_payslip2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_payslip2) - Retrieve a payslip
1079
+ * [get_hris_timeoff2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_timeoff2) - Retrieve a timeoff
1080
+ * [get_hris_timeshift2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#get_hris_timeshift2) - Retrieve a timeshift
1081
+ * [list_hris_bankaccounts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_bankaccounts2) - List all bankaccounts
1082
+ * [list_hris_benefits2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_benefits2) - List all benefits
1083
+ * [list_hris_companies2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_companies2) - List all companies
1084
+ * [list_hris_deductions2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_deductions2) - List all deductions
1085
+ * [list_hris_devices2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_devices2) - List all devices
1086
+ * [list_hris_employees2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_employees2) - List all employees
1087
+ * [list_hris_groups2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_groups2) - List all groups
1088
+ * [list_hris_locations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_locations2) - List all locations
1089
+ * [list_hris_payslips2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_payslips2) - List all payslips
1090
+ * [list_hris_timeoffs2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_timeoffs2) - List all timeoffs
1091
+ * [list_hris_timeshifts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#list_hris_timeshifts2) - List all timeshifts
1092
+ * [patch_hris_bankaccount2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_bankaccount2) - Update a bankaccount
1093
+ * [patch_hris_benefit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_benefit2) - Update a benefit
1094
+ * [patch_hris_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_company2) - Update a company
1095
+ * [patch_hris_deduction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_deduction2) - Update a deduction
1096
+ * [patch_hris_device2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_device2) - Update a device
1097
+ * [patch_hris_employee2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_employee2) - Update an employee
1098
+ * [patch_hris_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_group2) - Update a group
1099
+ * [patch_hris_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_location2) - Update a location
1100
+ * [patch_hris_timeoff2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_timeoff2) - Update a timeoff
1101
+ * [patch_hris_timeshift2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#patch_hris_timeshift2) - Update a timeshift
1102
+ * [remove_hris_bankaccount2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_bankaccount2) - Remove a bankaccount
1103
+ * [remove_hris_benefit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_benefit2) - Remove a benefit
1104
+ * [remove_hris_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_company2) - Remove a company
1105
+ * [remove_hris_deduction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_deduction2) - Remove a deduction
1106
+ * [remove_hris_device2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_device2) - Remove a device
1107
+ * [remove_hris_employee2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_employee2) - Remove an employee
1108
+ * [remove_hris_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_group2) - Remove a group
1109
+ * [remove_hris_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_location2) - Remove a location
1110
+ * [remove_hris_timeoff2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_timeoff2) - Remove a timeoff
1111
+ * [remove_hris_timeshift2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#remove_hris_timeshift2) - Remove a timeshift
1112
+ * [update_hris_bankaccount2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_bankaccount2) - Update a bankaccount
1113
+ * [update_hris_benefit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_benefit2) - Update a benefit
1114
+ * [update_hris_company2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_company2) - Update a company
1115
+ * [update_hris_deduction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_deduction2) - Update a deduction
1116
+ * [update_hris_device2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_device2) - Update a device
1117
+ * [update_hris_employee2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_employee2) - Update an employee
1118
+ * [update_hris_group2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_group2) - Update a group
1119
+ * [update_hris_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_location2) - Update a location
1120
+ * [update_hris_timeoff2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_timeoff2) - Update a timeoff
1121
+ * [update_hris_timeshift2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/hris/README.md#update_hris_timeshift2) - Update a timeshift
1122
+
1123
+ ### [Insertionorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md)
1124
+
1125
+ * [create_ads_insertionorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#create_ads_insertionorder2) - Create an insertionorder
1126
+ * [get_ads_insertionorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#get_ads_insertionorder2) - Retrieve an insertionorder
1127
+ * [list_ads_insertionorders2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#list_ads_insertionorders2) - List all insertionorders
1128
+ * [patch_ads_insertionorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#patch_ads_insertionorder2) - Update an insertionorder
1129
+ * [remove_ads_insertionorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#remove_ads_insertionorder2) - Remove an insertionorder
1130
+ * [update_ads_insertionorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/insertionorder/README.md#update_ads_insertionorder2) - Update an insertionorder
1131
+
1132
+ ### [Instructor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md)
1133
+
1134
+ * [create_lms_instructor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#create_lms_instructor2) - Create an instructor
1135
+ * [get_lms_instructor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#get_lms_instructor2) - Retrieve an instructor
1136
+ * [list_lms_instructors2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#list_lms_instructors2) - List all instructors
1137
+ * [patch_lms_instructor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#patch_lms_instructor2) - Update an instructor
1138
+ * [remove_lms_instructor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#remove_lms_instructor2) - Remove an instructor
1139
+ * [update_lms_instructor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/instructor/README.md#update_lms_instructor2) - Update an instructor
1140
+
1141
+ ### [Integration](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/integration/README.md)
1142
+
1143
+ * [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
1144
+ * [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
1145
+ * [list_unified_integrations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/integration/README.md#list_unified_integrations) - Returns all integrations
1146
+
1147
+ ### [Interview](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md)
1148
+
1149
+ * [create_ats_interview2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#create_ats_interview2) - Create an interview
1150
+ * [get_ats_interview2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#get_ats_interview2) - Retrieve an interview
1151
+ * [list_ats_interviews2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#list_ats_interviews2) - List all interviews
1152
+ * [patch_ats_interview2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#patch_ats_interview2) - Update an interview
1153
+ * [remove_ats_interview2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#remove_ats_interview2) - Remove an interview
1154
+ * [update_ats_interview2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/interview/README.md#update_ats_interview2) - Update an interview
1155
+
1156
+ ### [Inventory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md)
1157
+
1158
+ * [create_commerce_inventory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#create_commerce_inventory2) - Create an inventory
1159
+ * [get_commerce_inventory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#get_commerce_inventory2) - Retrieve an inventory
1160
+ * [list_commerce_inventories2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#list_commerce_inventories2) - List all inventories
1161
+ * [patch_commerce_inventory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#patch_commerce_inventory2) - Update an inventory
1162
+ * [remove_commerce_inventory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#remove_commerce_inventory2) - Remove an inventory
1163
+ * [update_commerce_inventory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/inventory/README.md#update_commerce_inventory2) - Update an inventory
1164
+
1165
+ ### [Invoice](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md)
1166
+
1167
+ * [create_accounting_invoice2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#create_accounting_invoice2) - Create an invoice
1168
+ * [get_accounting_invoice2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#get_accounting_invoice2) - Retrieve an invoice
1169
+ * [list_accounting_invoices2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#list_accounting_invoices2) - List all invoices
1170
+ * [patch_accounting_invoice2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#patch_accounting_invoice2) - Update an invoice
1171
+ * [remove_accounting_invoice2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#remove_accounting_invoice2) - Remove an invoice
1172
+ * [update_accounting_invoice2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/invoice/README.md#update_accounting_invoice2) - Update an invoice
1173
+
1174
+ ### [Issue](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/issue/README.md)
1175
+
1176
+ * [get_unified_issue](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/issue/README.md#get_unified_issue) - Retrieve support issue
1177
+ * [list_unified_issues](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/issue/README.md#list_unified_issues) - List support issues
1178
+
1179
+ ### [Item](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md)
1180
+
1181
+ * [create_commerce_item2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#create_commerce_item2) - Create an item
1182
+ * [get_commerce_item2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#get_commerce_item2) - Retrieve an item
1183
+ * [list_commerce_items2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#list_commerce_items2) - List all items
1184
+ * [patch_commerce_item2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#patch_commerce_item2) - Update an item
1185
+ * [remove_commerce_item2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#remove_commerce_item2) - Remove an item
1186
+ * [update_commerce_item2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/item/README.md#update_commerce_item2) - Update an item
1187
+
1188
+ ### [Itemvariant](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md)
1189
+
1190
+ * [create_commerce_itemvariant2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#create_commerce_itemvariant2) - Create an itemvariant
1191
+ * [get_commerce_itemvariant2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#get_commerce_itemvariant2) - Retrieve an itemvariant
1192
+ * [list_commerce_itemvariants2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#list_commerce_itemvariants2) - List all itemvariants
1193
+ * [patch_commerce_itemvariant2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#patch_commerce_itemvariant2) - Update an itemvariant
1194
+ * [remove_commerce_itemvariant2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#remove_commerce_itemvariant2) - Remove an itemvariant
1195
+ * [update_commerce_itemvariant2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/itemvariant/README.md#update_commerce_itemvariant2) - Update an itemvariant
1196
+
1197
+ ### [Job](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md)
1198
+
1199
+ * [create_ats_job2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#create_ats_job2) - Create a job
1200
+ * [get_ats_job2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#get_ats_job2) - Retrieve a job
1201
+ * [list_ats_jobs2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#list_ats_jobs2) - List all jobs
1202
+ * [patch_ats_job2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#patch_ats_job2) - Update a job
1203
+ * [remove_ats_job2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#remove_ats_job2) - Remove a job
1204
+ * [update_ats_job2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/job/README.md#update_ats_job2) - Update a job
1205
+
1206
+ ### [Journal](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md)
1207
+
1208
+ * [create_accounting_journal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#create_accounting_journal2) - Create a journal
1209
+ * [get_accounting_journal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#get_accounting_journal2) - Retrieve a journal
1210
+ * [list_accounting_journals2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#list_accounting_journals2) - List all journals
1211
+ * [patch_accounting_journal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#patch_accounting_journal2) - Update a journal
1212
+ * [remove_accounting_journal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#remove_accounting_journal2) - Remove a journal
1213
+ * [update_accounting_journal2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/journal/README.md#update_accounting_journal2) - Update a journal
1214
+
1215
+ ### [Kms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md)
1216
+
1217
+ * [create_kms_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#create_kms_comment2) - Create a comment
1218
+ * [create_kms_page2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#create_kms_page2) - Create a page
1219
+ * [create_kms_space2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#create_kms_space2) - Create a space
1220
+ * [get_kms_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#get_kms_comment2) - Retrieve a comment
1221
+ * [get_kms_page2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#get_kms_page2) - Retrieve a page
1222
+ * [get_kms_space2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#get_kms_space2) - Retrieve a space
1223
+ * [list_kms_comments2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#list_kms_comments2) - List all comments
1224
+ * [list_kms_pages2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#list_kms_pages2) - List all pages
1225
+ * [list_kms_spaces2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#list_kms_spaces2) - List all spaces
1226
+ * [patch_kms_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#patch_kms_comment2) - Update a comment
1227
+ * [patch_kms_page2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#patch_kms_page2) - Update a page
1228
+ * [patch_kms_space2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#patch_kms_space2) - Update a space
1229
+ * [remove_kms_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#remove_kms_comment2) - Remove a comment
1230
+ * [remove_kms_page2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#remove_kms_page2) - Remove a page
1231
+ * [remove_kms_space2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#remove_kms_space2) - Remove a space
1232
+ * [update_kms_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#update_kms_comment2) - Update a comment
1233
+ * [update_kms_page2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#update_kms_page2) - Update a page
1234
+ * [update_kms_space2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/kms/README.md#update_kms_space2) - Update a space
1235
+
1236
+ ### [Label](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md)
1237
+
1238
+ * [create_shipping_label2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#create_shipping_label2) - Create a label
1239
+ * [get_shipping_label2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#get_shipping_label2) - Retrieve a label
1240
+ * [list_shipping_labels2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#list_shipping_labels2) - List all labels
1241
+ * [patch_shipping_label2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#patch_shipping_label2) - Update a label
1242
+ * [remove_shipping_label2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#remove_shipping_label2) - Remove a label
1243
+ * [update_shipping_label2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/label/README.md#update_shipping_label2) - Update a label
1244
+
1245
+ ### [Lead](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md)
1246
+
1247
+ * [create_crm_lead2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#create_crm_lead2) - Create a lead
1248
+ * [get_crm_lead2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#get_crm_lead2) - Retrieve a lead
1249
+ * [list_crm_leads2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#list_crm_leads2) - List all leads
1250
+ * [patch_crm_lead2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#patch_crm_lead2) - Update a lead
1251
+ * [remove_crm_lead2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#remove_crm_lead2) - Remove a lead
1252
+ * [update_crm_lead2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lead/README.md#update_crm_lead2) - Update a lead
1253
+
1254
+ ### [Link](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md)
1255
+
1256
+ * [create_calendar_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#create_calendar_link2) - Create a link
1257
+ * [create_payment_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#create_payment_link2) - Create a link
1258
+ * [get_calendar_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#get_calendar_link2) - Retrieve a link
1259
+ * [get_payment_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#get_payment_link2) - Retrieve a link
1260
+ * [list_calendar_links2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#list_calendar_links2) - List all links
1261
+ * [list_payment_links2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#list_payment_links2) - List all links
1262
+ * [patch_calendar_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#patch_calendar_link2) - Update a link
1263
+ * [patch_payment_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#patch_payment_link2) - Update a link
1264
+ * [remove_calendar_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#remove_calendar_link2) - Remove a link
1265
+ * [remove_payment_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#remove_payment_link2) - Remove a link
1266
+ * [update_calendar_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#update_calendar_link2) - Update a link
1267
+ * [update_payment_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/link/README.md#update_payment_link2) - Update a link
1268
+
1269
+ ### [List](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md)
1270
+
1271
+ * [create_martech_list2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#create_martech_list2) - Create a list
1272
+ * [get_martech_list2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#get_martech_list2) - Retrieve a list
1273
+ * [list_martech_lists2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#list_martech_lists2) - List all lists
1274
+ * [patch_martech_list2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#patch_martech_list2) - Update a list
1275
+ * [remove_martech_list2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#remove_martech_list2) - Remove a list
1276
+ * [update_martech_list2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/list/README.md#update_martech_list2) - Update a list
1277
+
1278
+ ### [Lms](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md)
1279
+
1280
+ * [create_lms_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_activity2) - Create an activity
1281
+ * [create_lms_class2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_class2) - Create a class
1282
+ * [create_lms_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_collection2) - Create a collection
1283
+ * [create_lms_content2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_content2) - Create a content
1284
+ * [create_lms_course2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_course2) - Create a course
1285
+ * [create_lms_instructor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_instructor2) - Create an instructor
1286
+ * [create_lms_student2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#create_lms_student2) - Create a student
1287
+ * [get_lms_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_activity2) - Retrieve an activity
1288
+ * [get_lms_class2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_class2) - Retrieve a class
1289
+ * [get_lms_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_collection2) - Retrieve a collection
1290
+ * [get_lms_content2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_content2) - Retrieve a content
1291
+ * [get_lms_course2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_course2) - Retrieve a course
1292
+ * [get_lms_instructor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_instructor2) - Retrieve an instructor
1293
+ * [get_lms_student2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#get_lms_student2) - Retrieve a student
1294
+ * [list_lms_activities2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_activities2) - List all activities
1295
+ * [list_lms_classes2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_classes2) - List all classes
1296
+ * [list_lms_collections2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_collections2) - List all collections
1297
+ * [list_lms_contents2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_contents2) - List all contents
1298
+ * [list_lms_courses2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_courses2) - List all courses
1299
+ * [list_lms_instructors2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_instructors2) - List all instructors
1300
+ * [list_lms_students2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#list_lms_students2) - List all students
1301
+ * [patch_lms_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_activity2) - Update an activity
1302
+ * [patch_lms_class2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_class2) - Update a class
1303
+ * [patch_lms_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_collection2) - Update a collection
1304
+ * [patch_lms_content2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_content2) - Update a content
1305
+ * [patch_lms_course2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_course2) - Update a course
1306
+ * [patch_lms_instructor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_instructor2) - Update an instructor
1307
+ * [patch_lms_student2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#patch_lms_student2) - Update a student
1308
+ * [remove_lms_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_activity2) - Remove an activity
1309
+ * [remove_lms_class2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_class2) - Remove a class
1310
+ * [remove_lms_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_collection2) - Remove a collection
1311
+ * [remove_lms_content2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_content2) - Remove a content
1312
+ * [remove_lms_course2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_course2) - Remove a course
1313
+ * [remove_lms_instructor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_instructor2) - Remove an instructor
1314
+ * [remove_lms_student2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#remove_lms_student2) - Remove a student
1315
+ * [update_lms_activity2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_activity2) - Update an activity
1316
+ * [update_lms_class2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_class2) - Update a class
1317
+ * [update_lms_collection2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_collection2) - Update a collection
1318
+ * [update_lms_content2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_content2) - Update a content
1319
+ * [update_lms_course2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_course2) - Update a course
1320
+ * [update_lms_instructor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_instructor2) - Update an instructor
1321
+ * [update_lms_student2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/lms/README.md#update_lms_student2) - Update a student
1322
+
1323
+ ### [Location](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md)
1324
+
1325
+ * [create_commerce_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#create_commerce_location2) - Create a location
1326
+ * [create_hris_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#create_hris_location2) - Create a location
1327
+ * [get_clubs_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#get_clubs_location2) - Retrieve a location
1328
+ * [get_commerce_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#get_commerce_location2) - Retrieve a location
1329
+ * [get_hris_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#get_hris_location2) - Retrieve a location
1330
+ * [list_clubs_locations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#list_clubs_locations2) - List all locations
1331
+ * [list_commerce_locations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#list_commerce_locations2) - List all locations
1332
+ * [list_hris_locations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#list_hris_locations2) - List all locations
1333
+ * [patch_commerce_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#patch_commerce_location2) - Update a location
1334
+ * [patch_hris_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#patch_hris_location2) - Update a location
1335
+ * [remove_commerce_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#remove_commerce_location2) - Remove a location
1336
+ * [remove_hris_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#remove_hris_location2) - Remove a location
1337
+ * [update_commerce_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#update_commerce_location2) - Update a location
1338
+ * [update_hris_location2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/location/README.md#update_hris_location2) - Update a location
1339
+
1340
+ ### [Login](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/login/README.md)
1341
+
1342
+ * [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
1343
+
1344
+ ### [Martech](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md)
1345
+
1346
+ * [create_martech_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#create_martech_campaign2) - Create a campaign
1347
+ * [create_martech_list2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#create_martech_list2) - Create a list
1348
+ * [create_martech_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#create_martech_member2) - Create a member
1349
+ * [get_martech_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#get_martech_campaign2) - Retrieve a campaign
1350
+ * [get_martech_list2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#get_martech_list2) - Retrieve a list
1351
+ * [get_martech_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#get_martech_member2) - Retrieve a member
1352
+ * [list_martech_campaigns2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_campaigns2) - List all campaigns
1353
+ * [list_martech_lists2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_lists2) - List all lists
1354
+ * [list_martech_members2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_members2) - List all members
1355
+ * [list_martech_reports2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#list_martech_reports2) - List all reports
1356
+ * [patch_martech_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#patch_martech_campaign2) - Update a campaign
1357
+ * [patch_martech_list2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#patch_martech_list2) - Update a list
1358
+ * [patch_martech_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#patch_martech_member2) - Update a member
1359
+ * [remove_martech_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#remove_martech_campaign2) - Remove a campaign
1360
+ * [remove_martech_list2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#remove_martech_list2) - Remove a list
1361
+ * [remove_martech_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#remove_martech_member2) - Remove a member
1362
+ * [update_martech_campaign2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#update_martech_campaign2) - Update a campaign
1363
+ * [update_martech_list2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#update_martech_list2) - Update a list
1364
+ * [update_martech_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/martech/README.md#update_martech_member2) - Update a member
1365
+
1366
+ ### [Member](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md)
1367
+
1368
+ * [create_martech_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#create_martech_member2) - Create a member
1369
+ * [get_clubs_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#get_clubs_member2) - Retrieve a member
1370
+ * [get_martech_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#get_martech_member2) - Retrieve a member
1371
+ * [list_clubs_members2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#list_clubs_members2) - List all members
1372
+ * [list_martech_members2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#list_martech_members2) - List all members
1373
+ * [patch_martech_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#patch_martech_member2) - Update a member
1374
+ * [remove_martech_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#remove_martech_member2) - Remove a member
1375
+ * [update_martech_member2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/member/README.md#update_martech_member2) - Update a member
1376
+
1377
+ ### [Message](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md)
1378
+
1379
+ * [create_messaging_message2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#create_messaging_message2) - Create a message
1380
+ * [get_messaging_message2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#get_messaging_message2) - Retrieve a message
1381
+ * [list_messaging_messages2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#list_messaging_messages2) - List all messages
1382
+ * [patch_messaging_message2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#patch_messaging_message2) - Update a message
1383
+ * [remove_messaging_message2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#remove_messaging_message2) - Remove a message
1384
+ * [update_messaging_message2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/message/README.md#update_messaging_message2) - Update a message
1385
+
1386
+ ### [Messaging](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md)
1387
+
1388
+ * [create_messaging_message2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#create_messaging_message2) - Create a message
1389
+ * [get_messaging_channel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#get_messaging_channel2) - Retrieve a channel
1390
+ * [get_messaging_message2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#get_messaging_message2) - Retrieve a message
1391
+ * [list_messaging_channels2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#list_messaging_channels2) - List all channels
1392
+ * [list_messaging_messages2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#list_messaging_messages2) - List all messages
1393
+ * [patch_messaging_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#patch_messaging_event2) - Update an event
1394
+ * [patch_messaging_message2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#patch_messaging_message2) - Update a message
1395
+ * [remove_messaging_message2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#remove_messaging_message2) - Remove a message
1396
+ * [update_messaging_event2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#update_messaging_event2) - Update an event
1397
+ * [update_messaging_message2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/messaging/README.md#update_messaging_message2) - Update a message
1398
+
1399
+ ### [Metadata](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md)
1400
+
1401
+ * [create_metadata_metadata2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#create_metadata_metadata2) - Create a metadata
1402
+ * [get_metadata_metadata2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#get_metadata_metadata2) - Retrieve a metadata
1403
+ * [list_metadata_metadatas2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#list_metadata_metadatas2) - List all metadatas
1404
+ * [patch_metadata_metadata2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#patch_metadata_metadata2) - Update a metadata
1405
+ * [remove_metadata_metadata2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#remove_metadata_metadata2) - Remove a metadata
1406
+ * [update_metadata_metadata2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/metadata/README.md#update_metadata_metadata2) - Update a metadata
1407
+
1408
+ ### [Model](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/model/README.md)
1409
+
1410
+ * [get_genai_model2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/model/README.md#get_genai_model2) - Retrieve a model
1411
+ * [list_genai_models2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/model/README.md#list_genai_models2) - List all models
1412
+
1413
+ ### [Note](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md)
1414
+
1415
+ * [create_ticketing_note2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#create_ticketing_note2) - Create a note
1416
+ * [get_ticketing_note2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#get_ticketing_note2) - Retrieve a note
1417
+ * [list_ticketing_notes2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#list_ticketing_notes2) - List all notes
1418
+ * [patch_ticketing_note2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#patch_ticketing_note2) - Update a note
1419
+ * [remove_ticketing_note2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#remove_ticketing_note2) - Remove a note
1420
+ * [update_ticketing_note2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/note/README.md#update_ticketing_note2) - Update a note
1421
+
1422
+ ### [Order](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md)
1423
+
1424
+ * [create_accounting_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#create_accounting_order2) - Create an order
1425
+ * [get_accounting_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#get_accounting_order2) - Retrieve an order
1426
+ * [list_accounting_orders2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#list_accounting_orders2) - List all orders
1427
+ * [patch_accounting_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#patch_accounting_order2) - Update an order
1428
+ * [patch_assessment_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#patch_assessment_order2) - Update an order
1429
+ * [remove_accounting_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#remove_accounting_order2) - Remove an order
1430
+ * [update_accounting_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#update_accounting_order2) - Update an order
1431
+ * [update_assessment_order2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/order/README.md#update_assessment_order2) - Update an order
1432
+
1433
+ ### [Organization](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md)
1434
+
1435
+ * [create_ads_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#create_ads_organization2) - Create an organization
1436
+ * [create_repo_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#create_repo_organization2) - Create an organization
1437
+ * [get_accounting_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#get_accounting_organization2) - Retrieve an organization
1438
+ * [get_ads_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#get_ads_organization2) - Retrieve an organization
1439
+ * [get_repo_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#get_repo_organization2) - Retrieve an organization
1440
+ * [list_accounting_organizations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#list_accounting_organizations2) - List all organizations
1441
+ * [list_ads_organizations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#list_ads_organizations2) - List all organizations
1442
+ * [list_repo_organizations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#list_repo_organizations2) - List all organizations
1443
+ * [patch_ads_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#patch_ads_organization2) - Update an organization
1444
+ * [patch_repo_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#patch_repo_organization2) - Update an organization
1445
+ * [remove_ads_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#remove_ads_organization2) - Remove an organization
1446
+ * [remove_repo_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#remove_repo_organization2) - Remove an organization
1447
+ * [update_ads_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#update_ads_organization2) - Update an organization
1448
+ * [update_repo_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/organization/README.md#update_repo_organization2) - Update an organization
1449
+
1450
+ ### [Package](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md)
1451
+
1452
+ * [create_assessment_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#create_assessment_package2) - Create an assessment package
1453
+ * [get_assessment_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#get_assessment_package2) - Get an assessment package
1454
+ * [get_verification_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#get_verification_package2) - Retrieve a package
1455
+ * [list_assessment_packages2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#list_assessment_packages2) - List assessment packages
1456
+ * [list_verification_packages2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#list_verification_packages2) - List all packages
1457
+ * [patch_assessment_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#patch_assessment_package2) - Update an assessment package
1458
+ * [remove_assessment_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#remove_assessment_package2) - Delete an assessment package
1459
+ * [update_assessment_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/package/README.md#update_assessment_package2) - Update an assessment package
1460
+
1461
+ ### [Page](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md)
1462
+
1463
+ * [create_kms_page2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#create_kms_page2) - Create a page
1464
+ * [get_kms_page2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#get_kms_page2) - Retrieve a page
1465
+ * [list_kms_pages2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#list_kms_pages2) - List all pages
1466
+ * [patch_kms_page2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#patch_kms_page2) - Update a page
1467
+ * [remove_kms_page2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#remove_kms_page2) - Remove a page
1468
+ * [update_kms_page2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/page/README.md#update_kms_page2) - Update a page
1469
+
1470
+ ### [Passthrough](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md)
1471
+
1472
+ * [create_passthrough2_json](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#create_passthrough2_json) - Passthrough POST
1473
+ * [create_passthrough2_raw](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#create_passthrough2_raw) - Passthrough POST
1474
+ * [list_passthroughs2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#list_passthroughs2) - Passthrough GET
1475
+ * [patch_passthrough2_json](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#patch_passthrough2_json) - Passthrough PUT
1476
+ * [patch_passthrough2_raw](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#patch_passthrough2_raw) - Passthrough PUT
1477
+ * [remove_passthrough2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#remove_passthrough2) - Passthrough DELETE
1478
+ * [update_passthrough2_json](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#update_passthrough2_json) - Passthrough PUT
1479
+ * [update_passthrough2_raw](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/passthrough/README.md#update_passthrough2_raw) - Passthrough PUT
1480
+
1481
+ ### [Payment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md)
1482
+
1483
+ * [create_payment_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#create_payment_link2) - Create a link
1484
+ * [create_payment_payment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#create_payment_payment2) - Create a payment
1485
+ * [create_payment_subscription2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#create_payment_subscription2) - Create a subscription
1486
+ * [get_payment_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_link2) - Retrieve a link
1487
+ * [get_payment_payment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_payment2) - Retrieve a payment
1488
+ * [get_payment_payout2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_payout2) - Retrieve a payout
1489
+ * [get_payment_refund2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_refund2) - Retrieve a refund
1490
+ * [get_payment_subscription2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#get_payment_subscription2) - Retrieve a subscription
1491
+ * [list_payment_links2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_links2) - List all links
1492
+ * [list_payment_payments2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_payments2) - List all payments
1493
+ * [list_payment_payouts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_payouts2) - List all payouts
1494
+ * [list_payment_refunds2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_refunds2) - List all refunds
1495
+ * [list_payment_subscriptions2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#list_payment_subscriptions2) - List all subscriptions
1496
+ * [patch_payment_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#patch_payment_link2) - Update a link
1497
+ * [patch_payment_payment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#patch_payment_payment2) - Update a payment
1498
+ * [patch_payment_subscription2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#patch_payment_subscription2) - Update a subscription
1499
+ * [remove_payment_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#remove_payment_link2) - Remove a link
1500
+ * [remove_payment_payment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#remove_payment_payment2) - Remove a payment
1501
+ * [remove_payment_subscription2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#remove_payment_subscription2) - Remove a subscription
1502
+ * [update_payment_link2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#update_payment_link2) - Update a link
1503
+ * [update_payment_payment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#update_payment_payment2) - Update a payment
1504
+ * [update_payment_subscription2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payment/README.md#update_payment_subscription2) - Update a subscription
1505
+
1506
+ ### [Payout](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payout/README.md)
1507
+
1508
+ * [get_payment_payout2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payout/README.md#get_payment_payout2) - Retrieve a payout
1509
+ * [list_payment_payouts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payout/README.md#list_payment_payouts2) - List all payouts
1510
+
1511
+ ### [Payslip](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payslip/README.md)
1512
+
1513
+ * [get_hris_payslip2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payslip/README.md#get_hris_payslip2) - Retrieve a payslip
1514
+ * [list_hris_payslips2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/payslip/README.md#list_hris_payslips2) - List all payslips
1515
+
1516
+ ### [Person](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/person/README.md)
1517
+
1518
+ * [list_enrich_people2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/person/README.md#list_enrich_people2) - Retrieve enrichment information for a person
1519
+
1520
+ ### [Pipeline](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md)
1521
+
1522
+ * [create_crm_pipeline2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#create_crm_pipeline2) - Create a pipeline
1523
+ * [get_crm_pipeline2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#get_crm_pipeline2) - Retrieve a pipeline
1524
+ * [list_crm_pipelines2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#list_crm_pipelines2) - List all pipelines
1525
+ * [patch_crm_pipeline2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#patch_crm_pipeline2) - Update a pipeline
1526
+ * [remove_crm_pipeline2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#remove_crm_pipeline2) - Remove a pipeline
1527
+ * [update_crm_pipeline2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pipeline/README.md#update_crm_pipeline2) - Update a pipeline
1528
+
1529
+ ### [Profitloss](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/profitloss/README.md)
1530
+
1531
+ * [get_accounting_profitloss2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/profitloss/README.md#get_accounting_profitloss2) - Retrieve a profitloss
1532
+ * [list_accounting_profitlosses2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/profitloss/README.md#list_accounting_profitlosses2) - List all profitlosses
1533
+
1534
+ ### [Project](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md)
1535
+
1536
+ * [create_task_project2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#create_task_project2) - Create a project
1537
+ * [get_task_project2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#get_task_project2) - Retrieve a project
1538
+ * [list_task_projects2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#list_task_projects2) - List all projects
1539
+ * [patch_task_project2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#patch_task_project2) - Update a project
1540
+ * [remove_task_project2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#remove_task_project2) - Remove a project
1541
+ * [update_task_project2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/project/README.md#update_task_project2) - Update a project
1542
+
1543
+ ### [Promoted](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/promoted/README.md)
1544
+
1545
+ * [get_ads_promoted2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/promoted/README.md#get_ads_promoted2) - Retrieve a promoted
1546
+ * [list_ads_promoteds2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/promoted/README.md#list_ads_promoteds2) - List all promoteds
1547
+
1548
+ ### [Prompt](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/prompt/README.md)
1549
+
1550
+ * [create_genai_prompt2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/prompt/README.md#create_genai_prompt2) - Create a prompt
1551
+
1552
+ ### [Property](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md)
1553
+
1554
+ * [create_analytics_property2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#create_analytics_property2) - Create a property
1555
+ * [get_analytics_property2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#get_analytics_property2) - Retrieve a property
1556
+ * [list_analytics_properties2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#list_analytics_properties2) - List all properties
1557
+ * [patch_analytics_property2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#patch_analytics_property2) - Update a property
1558
+ * [remove_analytics_property2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#remove_analytics_property2) - Remove a property
1559
+ * [update_analytics_property2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/property/README.md#update_analytics_property2) - Update a property
1560
+
1561
+ ### [Pullrequest](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md)
1562
+
1563
+ * [create_repo_pullrequest2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#create_repo_pullrequest2) - Create a pullrequest
1564
+ * [get_repo_pullrequest2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#get_repo_pullrequest2) - Retrieve a pullrequest
1565
+ * [list_repo_pullrequests2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#list_repo_pullrequests2) - List all pullrequests
1566
+ * [patch_repo_pullrequest2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#patch_repo_pullrequest2) - Update a pullrequest
1567
+ * [remove_repo_pullrequest2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#remove_repo_pullrequest2) - Remove a pullrequest
1568
+ * [update_repo_pullrequest2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/pullrequest/README.md#update_repo_pullrequest2) - Update a pullrequest
1569
+
1570
+ ### [Purchaseorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md)
1571
+
1572
+ * [create_accounting_purchaseorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#create_accounting_purchaseorder2) - Create a purchaseorder
1573
+ * [get_accounting_purchaseorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#get_accounting_purchaseorder2) - Retrieve a purchaseorder
1574
+ * [list_accounting_purchaseorders2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#list_accounting_purchaseorders2) - List all purchaseorders
1575
+ * [patch_accounting_purchaseorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#patch_accounting_purchaseorder2) - Update a purchaseorder
1576
+ * [remove_accounting_purchaseorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#remove_accounting_purchaseorder2) - Remove a purchaseorder
1577
+ * [update_accounting_purchaseorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/purchaseorder/README.md#update_accounting_purchaseorder2) - Update a purchaseorder
1578
+
1579
+ ### [Query](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/query/README.md)
1580
+
1581
+ * [create_datastore_query2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/query/README.md#create_datastore_query2) - Create a query
1582
+
1583
+ ### [Rate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/rate/README.md)
1584
+
1585
+ * [create_shipping_rate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/rate/README.md#create_shipping_rate2) - Create a rate
1586
+
1587
+ ### [Record](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md)
1588
+
1589
+ * [create_datastore_record2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#create_datastore_record2) - Create a record
1590
+ * [get_datastore_record2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#get_datastore_record2) - Retrieve a record
1591
+ * [list_datastore_records2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#list_datastore_records2) - List all records
1592
+ * [patch_datastore_record2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#patch_datastore_record2) - Update a record
1593
+ * [remove_datastore_record2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#remove_datastore_record2) - Remove a record
1594
+ * [update_datastore_record2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/record/README.md#update_datastore_record2) - Update a record
1595
+
1596
+ ### [Recording](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md)
1597
+
1598
+ * [create_uc_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#create_uc_recording2) - Create a recording
1599
+ * [get_calendar_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#get_calendar_recording2) - Retrieve a recording
1600
+ * [get_uc_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#get_uc_recording2) - Retrieve a recording
1601
+ * [list_calendar_recordings2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#list_calendar_recordings2) - List all recordings
1602
+ * [list_uc_recordings2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#list_uc_recordings2) - List all recordings
1603
+ * [patch_uc_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#patch_uc_recording2) - Update a recording
1604
+ * [remove_uc_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#remove_uc_recording2) - Remove a recording
1605
+ * [update_uc_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/recording/README.md#update_uc_recording2) - Update a recording
1606
+
1607
+ ### [Refund](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/refund/README.md)
1608
+
1609
+ * [get_payment_refund2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/refund/README.md#get_payment_refund2) - Retrieve a refund
1610
+ * [list_payment_refunds2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/refund/README.md#list_payment_refunds2) - List all refunds
1611
+
1612
+ ### [Repo](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md)
1613
+
1614
+ * [create_repo_branch2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_branch2) - Create a branch
1615
+ * [create_repo_commit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_commit2) - Create a commit
1616
+ * [create_repo_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_organization2) - Create an organization
1617
+ * [create_repo_pullrequest2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_pullrequest2) - Create a pullrequest
1618
+ * [create_repo_repository2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#create_repo_repository2) - Create a repository
1619
+ * [get_repo_branch2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_branch2) - Retrieve a branch
1620
+ * [get_repo_commit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_commit2) - Retrieve a commit
1621
+ * [get_repo_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_organization2) - Retrieve an organization
1622
+ * [get_repo_pullrequest2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_pullrequest2) - Retrieve a pullrequest
1623
+ * [get_repo_repository2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#get_repo_repository2) - Retrieve a repository
1624
+ * [list_repo_branches2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_branches2) - List all branches
1625
+ * [list_repo_commits2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_commits2) - List all commits
1626
+ * [list_repo_organizations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_organizations2) - List all organizations
1627
+ * [list_repo_pullrequests2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_pullrequests2) - List all pullrequests
1628
+ * [list_repo_repositories2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#list_repo_repositories2) - List all repositories
1629
+ * [patch_repo_branch2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_branch2) - Update a branch
1630
+ * [patch_repo_commit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_commit2) - Update a commit
1631
+ * [patch_repo_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_organization2) - Update an organization
1632
+ * [patch_repo_pullrequest2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_pullrequest2) - Update a pullrequest
1633
+ * [patch_repo_repository2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#patch_repo_repository2) - Update a repository
1634
+ * [remove_repo_branch2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_branch2) - Remove a branch
1635
+ * [remove_repo_commit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_commit2) - Remove a commit
1636
+ * [remove_repo_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_organization2) - Remove an organization
1637
+ * [remove_repo_pullrequest2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_pullrequest2) - Remove a pullrequest
1638
+ * [remove_repo_repository2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#remove_repo_repository2) - Remove a repository
1639
+ * [update_repo_branch2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_branch2) - Update a branch
1640
+ * [update_repo_commit2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_commit2) - Update a commit
1641
+ * [update_repo_organization2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_organization2) - Update an organization
1642
+ * [update_repo_pullrequest2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_pullrequest2) - Update a pullrequest
1643
+ * [update_repo_repository2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repo/README.md#update_repo_repository2) - Update a repository
1644
+
1645
+ ### [Report](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md)
1646
+
1647
+ * [get_accounting_report2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#get_accounting_report2) - Retrieve a report
1648
+ * [list_accounting_reports2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_accounting_reports2) - List all reports
1649
+ * [list_ads_reports2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_ads_reports2) - List all reports
1650
+ * [list_analytics_reports2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_analytics_reports2) - List all reports
1651
+ * [list_martech_reports2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/report/README.md#list_martech_reports2) - List all reports
1652
+
1653
+ ### [Repository](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md)
1654
+
1655
+ * [create_repo_repository2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#create_repo_repository2) - Create a repository
1656
+ * [get_repo_repository2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#get_repo_repository2) - Retrieve a repository
1657
+ * [list_repo_repositories2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#list_repo_repositories2) - List all repositories
1658
+ * [patch_repo_repository2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#patch_repo_repository2) - Update a repository
1659
+ * [remove_repo_repository2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#remove_repo_repository2) - Remove a repository
1660
+ * [update_repo_repository2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/repository/README.md#update_repo_repository2) - Update a repository
1661
+
1662
+ ### [Request](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md)
1663
+
1664
+ * [create_verification_request2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#create_verification_request2) - Create a request
1665
+ * [get_verification_request2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#get_verification_request2) - Retrieve a request
1666
+ * [list_verification_requests2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#list_verification_requests2) - List all requests
1667
+ * [patch_verification_request2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#patch_verification_request2) - Update a request
1668
+ * [remove_verification_request2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#remove_verification_request2) - Remove a request
1669
+ * [update_verification_request2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/request/README.md#update_verification_request2) - Update a request
1670
+
1671
+ ### [Reservation](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md)
1672
+
1673
+ * [create_commerce_reservation2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#create_commerce_reservation2) - Create a reservation
1674
+ * [get_commerce_reservation2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#get_commerce_reservation2) - Retrieve a reservation
1675
+ * [list_commerce_reservations2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#list_commerce_reservations2) - List all reservations
1676
+ * [patch_commerce_reservation2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#patch_commerce_reservation2) - Update a reservation
1677
+ * [remove_commerce_reservation2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#remove_commerce_reservation2) - Remove a reservation
1678
+ * [update_commerce_reservation2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/reservation/README.md#update_commerce_reservation2) - Update a reservation
1679
+
1680
+ ### [Review](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md)
1681
+
1682
+ * [create_commerce_review2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#create_commerce_review2) - Create a review
1683
+ * [get_commerce_review2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#get_commerce_review2) - Retrieve a review
1684
+ * [list_commerce_reviews2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#list_commerce_reviews2) - List all reviews
1685
+ * [patch_commerce_review2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#patch_commerce_review2) - Update a review
1686
+ * [remove_commerce_review2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#remove_commerce_review2) - Remove a review
1687
+ * [update_commerce_review2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/review/README.md#update_commerce_review2) - Update a review
1688
+
1689
+ ### [Saleschannel](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md)
1690
+
1691
+ * [create_commerce_saleschannel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#create_commerce_saleschannel2) - Create a saleschannel
1692
+ * [get_commerce_saleschannel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#get_commerce_saleschannel2) - Retrieve a saleschannel
1693
+ * [list_commerce_saleschannels2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#list_commerce_saleschannels2) - List all saleschannels
1694
+ * [patch_commerce_saleschannel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#patch_commerce_saleschannel2) - Update a saleschannel
1695
+ * [remove_commerce_saleschannel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#remove_commerce_saleschannel2) - Remove a saleschannel
1696
+ * [update_commerce_saleschannel2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/saleschannel/README.md#update_commerce_saleschannel2) - Update a saleschannel
1697
+
1698
+ ### [Salesorder](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md)
1699
+
1700
+ * [create_accounting_salesorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#create_accounting_salesorder2) - Create a salesorder
1701
+ * [get_accounting_salesorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#get_accounting_salesorder2) - Retrieve a salesorder
1702
+ * [list_accounting_salesorders2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#list_accounting_salesorders2) - List all salesorders
1703
+ * [patch_accounting_salesorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#patch_accounting_salesorder2) - Update a salesorder
1704
+ * [remove_accounting_salesorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#remove_accounting_salesorder2) - Remove a salesorder
1705
+ * [update_accounting_salesorder2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/salesorder/README.md#update_accounting_salesorder2) - Update a salesorder
1706
+
1707
+ ### [Scim](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md)
1708
+
1709
+ * [create_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#create_scim_groups) - Create group
1710
+ * [create_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#create_scim_users) - Create user
1711
+ * [get_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#get_scim_groups) - Get group
1712
+ * [get_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#get_scim_users) - Get user
1713
+ * [list_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#list_scim_groups) - List groups
1714
+ * [list_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#list_scim_users) - List users
1715
+ * [patch_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#patch_scim_groups) - Update group
1716
+ * [patch_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#patch_scim_users) - Update user
1717
+ * [remove_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#remove_scim_groups) - Delete group
1718
+ * [remove_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#remove_scim_users) - Delete user
1719
+ * [update_scim_groups](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#update_scim_groups) - Update group
1720
+ * [update_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scim/README.md#update_scim_users) - Update user
1721
+
1722
+ ### [Scorecard](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md)
1723
+
1724
+ * [create_ats_scorecard2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#create_ats_scorecard2) - Create a scorecard
1725
+ * [get_ats_scorecard2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#get_ats_scorecard2) - Retrieve a scorecard
1726
+ * [list_ats_scorecards2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#list_ats_scorecards2) - List all scorecards
1727
+ * [patch_ats_scorecard2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#patch_ats_scorecard2) - Update a scorecard
1728
+ * [remove_ats_scorecard2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#remove_ats_scorecard2) - Remove a scorecard
1729
+ * [update_ats_scorecard2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/scorecard/README.md#update_ats_scorecard2) - Update a scorecard
1730
+
1731
+ ### [Secretsmanager](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/secretsmanager/README.md)
1732
+
1733
+ * [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
1734
+ * [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
1735
+ * [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
1736
+ * [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
1737
+
1738
+ ### [Session](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/session/README.md)
1739
+
1740
+ * [get_analytics_session2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/session/README.md#get_analytics_session2) - Retrieve a session
1741
+ * [list_analytics_sessions2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/session/README.md#list_analytics_sessions2) - List all sessions
1742
+
1743
+ ### [Shipment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md)
1744
+
1745
+ * [create_shipping_shipment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#create_shipping_shipment2) - Create a shipment
1746
+ * [get_shipping_shipment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#get_shipping_shipment2) - Retrieve a shipment
1747
+ * [list_shipping_shipments2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#list_shipping_shipments2) - List all shipments
1748
+ * [patch_shipping_shipment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#patch_shipping_shipment2) - Update a shipment
1749
+ * [remove_shipping_shipment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#remove_shipping_shipment2) - Remove a shipment
1750
+ * [update_shipping_shipment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipment/README.md#update_shipping_shipment2) - Update a shipment
1751
+
1752
+ ### [Shipping](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md)
1753
+
1754
+ * [create_shipping_label2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#create_shipping_label2) - Create a label
1755
+ * [create_shipping_rate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#create_shipping_rate2) - Create a rate
1756
+ * [create_shipping_shipment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#create_shipping_shipment2) - Create a shipment
1757
+ * [get_shipping_carrier2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_carrier2) - Retrieve a carrier
1758
+ * [get_shipping_label2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_label2) - Retrieve a label
1759
+ * [get_shipping_shipment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_shipment2) - Retrieve a shipment
1760
+ * [get_shipping_tracking2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#get_shipping_tracking2) - Retrieve a tracking
1761
+ * [list_shipping_carriers2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_carriers2) - List all carriers
1762
+ * [list_shipping_labels2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_labels2) - List all labels
1763
+ * [list_shipping_shipments2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_shipments2) - List all shipments
1764
+ * [list_shipping_trackings2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#list_shipping_trackings2) - List all trackings
1765
+ * [patch_shipping_label2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#patch_shipping_label2) - Update a label
1766
+ * [patch_shipping_shipment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#patch_shipping_shipment2) - Update a shipment
1767
+ * [remove_shipping_label2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#remove_shipping_label2) - Remove a label
1768
+ * [remove_shipping_shipment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#remove_shipping_shipment2) - Remove a shipment
1769
+ * [update_shipping_label2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#update_shipping_label2) - Update a label
1770
+ * [update_shipping_shipment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/shipping/README.md#update_shipping_shipment2) - Update a shipment
1771
+
1772
+ ### [Signatory](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md)
1773
+
1774
+ * [create_signing_signatory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#create_signing_signatory2) - Create a signatory
1775
+ * [get_signing_signatory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#get_signing_signatory2) - Retrieve a signatory
1776
+ * [list_signing_signatories2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#list_signing_signatories2) - List all signatories
1777
+ * [patch_signing_signatory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#patch_signing_signatory2) - Update a signatory
1778
+ * [remove_signing_signatory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#remove_signing_signatory2) - Remove a signatory
1779
+ * [update_signing_signatory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signatory/README.md#update_signing_signatory2) - Update a signatory
1780
+
1781
+ ### [Signing](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md)
1782
+
1783
+ * [create_signing_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#create_signing_document2) - Create a document
1784
+ * [create_signing_signatory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#create_signing_signatory2) - Create a signatory
1785
+ * [get_signing_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#get_signing_document2) - Retrieve a document
1786
+ * [get_signing_signatory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#get_signing_signatory2) - Retrieve a signatory
1787
+ * [get_signing_template2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#get_signing_template2) - Retrieve a template
1788
+ * [list_signing_documents2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#list_signing_documents2) - List all documents
1789
+ * [list_signing_signatories2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#list_signing_signatories2) - List all signatories
1790
+ * [list_signing_templates2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#list_signing_templates2) - List all templates
1791
+ * [patch_signing_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#patch_signing_document2) - Update a document
1792
+ * [patch_signing_signatory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#patch_signing_signatory2) - Update a signatory
1793
+ * [remove_signing_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#remove_signing_document2) - Remove a document
1794
+ * [remove_signing_signatory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#remove_signing_signatory2) - Remove a signatory
1795
+ * [update_signing_document2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#update_signing_document2) - Update a document
1796
+ * [update_signing_signatory2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/signing/README.md#update_signing_signatory2) - Update a signatory
1797
+
1798
+ ### [Space](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md)
1799
+
1800
+ * [create_kms_space2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#create_kms_space2) - Create a space
1801
+ * [get_kms_space2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#get_kms_space2) - Retrieve a space
1802
+ * [list_kms_spaces2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#list_kms_spaces2) - List all spaces
1803
+ * [patch_kms_space2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#patch_kms_space2) - Update a space
1804
+ * [remove_kms_space2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#remove_kms_space2) - Remove a space
1805
+ * [update_kms_space2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/space/README.md#update_kms_space2) - Update a space
1806
+
1807
+ ### [Storage](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md)
1808
+
1809
+ * [create_storage_file2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#create_storage_file2) - Create a file
1810
+ * [get_storage_file2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#get_storage_file2) - Retrieve a file
1811
+ * [list_storage_files2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#list_storage_files2) - List all files
1812
+ * [patch_storage_file2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#patch_storage_file2) - Update a file
1813
+ * [remove_storage_file2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#remove_storage_file2) - Remove a file
1814
+ * [update_storage_file2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/storage/README.md#update_storage_file2) - Update a file
1815
+
1816
+ ### [Student](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md)
1817
+
1818
+ * [create_lms_student2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#create_lms_student2) - Create a student
1819
+ * [get_lms_student2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#get_lms_student2) - Retrieve a student
1820
+ * [list_lms_students2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#list_lms_students2) - List all students
1821
+ * [patch_lms_student2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#patch_lms_student2) - Update a student
1822
+ * [remove_lms_student2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#remove_lms_student2) - Remove a student
1823
+ * [update_lms_student2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/student/README.md#update_lms_student2) - Update a student
1824
+
1825
+ ### [Submission](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/submission/README.md)
1826
+
1827
+ * [get_forms_submission2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/submission/README.md#get_forms_submission2) - Retrieve a submission
1828
+ * [list_forms_submissions2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/submission/README.md#list_forms_submissions2) - List all submissions
1829
+
1830
+ ### [Subscription](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md)
1831
+
1832
+ * [create_payment_subscription2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#create_payment_subscription2) - Create a subscription
1833
+ * [get_payment_subscription2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#get_payment_subscription2) - Retrieve a subscription
1834
+ * [list_payment_subscriptions2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#list_payment_subscriptions2) - List all subscriptions
1835
+ * [patch_payment_subscription2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#patch_payment_subscription2) - Update a subscription
1836
+ * [remove_payment_subscription2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#remove_payment_subscription2) - Remove a subscription
1837
+ * [update_payment_subscription2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/subscription/README.md#update_payment_subscription2) - Update a subscription
1838
+
1839
+ ### [Table](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md)
1840
+
1841
+ * [create_datastore_table2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#create_datastore_table2) - Create a table
1842
+ * [get_datastore_table2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#get_datastore_table2) - Retrieve a table
1843
+ * [list_datastore_tables2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#list_datastore_tables2) - List all tables
1844
+ * [patch_datastore_table2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#patch_datastore_table2) - Update a table
1845
+ * [remove_datastore_table2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#remove_datastore_table2) - Remove a table
1846
+ * [update_datastore_table2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/table/README.md#update_datastore_table2) - Update a table
1847
+
1848
+ ### [Target](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/target/README.md)
1849
+
1850
+ * [get_ads_target2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/target/README.md#get_ads_target2) - Retrieve a target
1851
+ * [list_ads_targets2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/target/README.md#list_ads_targets2) - List all targets
1852
+
1853
+ ### [Task](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md)
1854
+
1855
+ * [create_task_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#create_task_comment2) - Create a comment
1856
+ * [create_task_project2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#create_task_project2) - Create a project
1857
+ * [create_task_task2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#create_task_task2) - Create a task
1858
+ * [get_task_change2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_change2) - Retrieve a change
1859
+ * [get_task_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_comment2) - Retrieve a comment
1860
+ * [get_task_project2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_project2) - Retrieve a project
1861
+ * [get_task_task2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#get_task_task2) - Retrieve a task
1862
+ * [list_task_changes2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_changes2) - List all changes
1863
+ * [list_task_comments2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_comments2) - List all comments
1864
+ * [list_task_projects2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_projects2) - List all projects
1865
+ * [list_task_tasks2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#list_task_tasks2) - List all tasks
1866
+ * [patch_task_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#patch_task_comment2) - Update a comment
1867
+ * [patch_task_project2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#patch_task_project2) - Update a project
1868
+ * [patch_task_task2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#patch_task_task2) - Update a task
1869
+ * [remove_task_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#remove_task_comment2) - Remove a comment
1870
+ * [remove_task_project2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#remove_task_project2) - Remove a project
1871
+ * [remove_task_task2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#remove_task_task2) - Remove a task
1872
+ * [update_task_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#update_task_comment2) - Update a comment
1873
+ * [update_task_project2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#update_task_project2) - Update a project
1874
+ * [update_task_task2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/task/README.md#update_task_task2) - Update a task
1875
+
1876
+ ### [Taxrate](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md)
1877
+
1878
+ * [create_accounting_taxrate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#create_accounting_taxrate2) - Create a taxrate
1879
+ * [get_accounting_taxrate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#get_accounting_taxrate2) - Retrieve a taxrate
1880
+ * [list_accounting_taxrates2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#list_accounting_taxrates2) - List all taxrates
1881
+ * [patch_accounting_taxrate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#patch_accounting_taxrate2) - Update a taxrate
1882
+ * [remove_accounting_taxrate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#remove_accounting_taxrate2) - Remove a taxrate
1883
+ * [update_accounting_taxrate2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/taxrate/README.md#update_accounting_taxrate2) - Update a taxrate
1884
+
1885
+ ### [Template](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/template/README.md)
1886
+
1887
+ * [get_signing_template2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/template/README.md#get_signing_template2) - Retrieve a template
1888
+ * [list_signing_templates2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/template/README.md#list_signing_templates2) - List all templates
1889
+
1890
+ ### [Ticket](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md)
1891
+
1892
+ * [create_ticketing_ticket2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#create_ticketing_ticket2) - Create a ticket
1893
+ * [get_ticketing_ticket2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#get_ticketing_ticket2) - Retrieve a ticket
1894
+ * [list_ticketing_tickets2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#list_ticketing_tickets2) - List all tickets
1895
+ * [patch_ticketing_ticket2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#patch_ticketing_ticket2) - Update a ticket
1896
+ * [remove_ticketing_ticket2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#remove_ticketing_ticket2) - Remove a ticket
1897
+ * [update_ticketing_ticket2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticket/README.md#update_ticketing_ticket2) - Update a ticket
1898
+
1899
+ ### [Ticketing](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md)
1900
+
1901
+ * [create_ticketing_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_category2) - Create a category
1902
+ * [create_ticketing_customer2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_customer2) - Create a customer
1903
+ * [create_ticketing_note2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_note2) - Create a note
1904
+ * [create_ticketing_ticket2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#create_ticketing_ticket2) - Create a ticket
1905
+ * [get_ticketing_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_category2) - Retrieve a category
1906
+ * [get_ticketing_customer2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_customer2) - Retrieve a customer
1907
+ * [get_ticketing_note2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_note2) - Retrieve a note
1908
+ * [get_ticketing_ticket2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#get_ticketing_ticket2) - Retrieve a ticket
1909
+ * [list_ticketing_categories2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_categories2) - List all categories
1910
+ * [list_ticketing_customers2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_customers2) - List all customers
1911
+ * [list_ticketing_notes2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_notes2) - List all notes
1912
+ * [list_ticketing_tickets2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#list_ticketing_tickets2) - List all tickets
1913
+ * [patch_ticketing_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_category2) - Update a category
1914
+ * [patch_ticketing_customer2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_customer2) - Update a customer
1915
+ * [patch_ticketing_note2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_note2) - Update a note
1916
+ * [patch_ticketing_ticket2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#patch_ticketing_ticket2) - Update a ticket
1917
+ * [remove_ticketing_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_category2) - Remove a category
1918
+ * [remove_ticketing_customer2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_customer2) - Remove a customer
1919
+ * [remove_ticketing_note2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_note2) - Remove a note
1920
+ * [remove_ticketing_ticket2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#remove_ticketing_ticket2) - Remove a ticket
1921
+ * [update_ticketing_category2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_category2) - Update a category
1922
+ * [update_ticketing_customer2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_customer2) - Update a customer
1923
+ * [update_ticketing_note2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_note2) - Update a note
1924
+ * [update_ticketing_ticket2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/ticketing/README.md#update_ticketing_ticket2) - Update a ticket
1925
+
1926
+ ### [Timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md)
1927
+
1928
+ * [create_hris_timeoff2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#create_hris_timeoff2) - Create a timeoff
1929
+ * [get_hris_timeoff2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#get_hris_timeoff2) - Retrieve a timeoff
1930
+ * [list_hris_timeoffs2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#list_hris_timeoffs2) - List all timeoffs
1931
+ * [patch_hris_timeoff2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#patch_hris_timeoff2) - Update a timeoff
1932
+ * [remove_hris_timeoff2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#remove_hris_timeoff2) - Remove a timeoff
1933
+ * [update_hris_timeoff2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeoff/README.md#update_hris_timeoff2) - Update a timeoff
1934
+
1935
+ ### [Timeshift](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md)
1936
+
1937
+ * [create_hris_timeshift2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#create_hris_timeshift2) - Create a timeshift
1938
+ * [get_hris_timeshift2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#get_hris_timeshift2) - Retrieve a timeshift
1939
+ * [list_hris_timeshifts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#list_hris_timeshifts2) - List all timeshifts
1940
+ * [patch_hris_timeshift2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#patch_hris_timeshift2) - Update a timeshift
1941
+ * [remove_hris_timeshift2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#remove_hris_timeshift2) - Remove a timeshift
1942
+ * [update_hris_timeshift2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/timeshift/README.md#update_hris_timeshift2) - Update a timeshift
1943
+
1944
+ ### [Tracking](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/tracking/README.md)
1945
+
1946
+ * [get_shipping_tracking2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/tracking/README.md#get_shipping_tracking2) - Retrieve a tracking
1947
+ * [list_shipping_trackings2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/tracking/README.md#list_shipping_trackings2) - List all trackings
1948
+
1949
+ ### [Transaction](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md)
1950
+
1951
+ * [create_accounting_transaction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#create_accounting_transaction2) - Create a transaction
1952
+ * [get_accounting_transaction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#get_accounting_transaction2) - Retrieve a transaction
1953
+ * [list_accounting_transactions2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#list_accounting_transactions2) - List all transactions
1954
+ * [patch_accounting_transaction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#patch_accounting_transaction2) - Update a transaction
1955
+ * [remove_accounting_transaction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#remove_accounting_transaction2) - Remove a transaction
1956
+ * [update_accounting_transaction2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/transaction/README.md#update_accounting_transaction2) - Update a transaction
1957
+
1958
+ ### [Trialbalance](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/trialbalance/README.md)
1959
+
1960
+ * [get_accounting_trialbalance2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/trialbalance/README.md#get_accounting_trialbalance2) - Retrieve a trialbalance
1961
+ * [list_accounting_trialbalances2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/trialbalance/README.md#list_accounting_trialbalances2) - List all trialbalances
1962
+
1963
+ ### [Uc](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md)
1964
+
1965
+ * [create_uc_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#create_uc_comment2) - Create a comment
1966
+ * [create_uc_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#create_uc_contact2) - Create a contact
1967
+ * [create_uc_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#create_uc_recording2) - Create a recording
1968
+ * [get_uc_call2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_call2) - Retrieve a call
1969
+ * [get_uc_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_comment2) - Retrieve a comment
1970
+ * [get_uc_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_contact2) - Retrieve a contact
1971
+ * [get_uc_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#get_uc_recording2) - Retrieve a recording
1972
+ * [list_uc_calls2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_calls2) - List all calls
1973
+ * [list_uc_comments2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_comments2) - List all comments
1974
+ * [list_uc_contacts2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_contacts2) - List all contacts
1975
+ * [list_uc_recordings2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#list_uc_recordings2) - List all recordings
1976
+ * [patch_uc_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#patch_uc_comment2) - Update a comment
1977
+ * [patch_uc_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#patch_uc_contact2) - Update a contact
1978
+ * [patch_uc_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#patch_uc_recording2) - Update a recording
1979
+ * [remove_uc_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#remove_uc_comment2) - Remove a comment
1980
+ * [remove_uc_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#remove_uc_contact2) - Remove a contact
1981
+ * [remove_uc_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#remove_uc_recording2) - Remove a recording
1982
+ * [update_uc_comment2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#update_uc_comment2) - Update a comment
1983
+ * [update_uc_contact2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#update_uc_contact2) - Update a contact
1984
+ * [update_uc_recording2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/uc/README.md#update_uc_recording2) - Update a recording
1985
+
1986
+ ### [Unified](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md)
1987
+
1988
+ * [create_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#create_unified_connection) - Create connection
1989
+ * [create_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#create_unified_environment) - Create new environments
1990
+ * [create_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#create_unified_webhook) - Create webhook subscription
1991
+ * [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
1992
+ * [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
1993
+ * [get_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#get_unified_connection) - Retrieve connection
1994
+ * [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
1995
+ * [get_unified_issue](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#get_unified_issue) - Retrieve support issue
1996
+ * [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
1997
+ * [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
1998
+ * [list_unified_apicalls](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_apicalls) - Returns API Calls
1999
+ * [list_unified_connections](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_connections) - List all connections
2000
+ * [list_unified_environments](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_environments) - Returns all environments
2001
+ * [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
2002
+ * [list_unified_integrations](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_integrations) - Returns all integrations
2003
+ * [list_unified_issues](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#list_unified_issues) - List support issues
2004
+ * [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
2005
+ * [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
2006
+ * [patch_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#patch_unified_connection) - Update connection
2007
+ * [patch_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#patch_unified_webhook) - Update webhook subscription
2008
+ * [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
2009
+ * [remove_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#remove_unified_connection) - Remove connection
2010
+ * [remove_unified_environment](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#remove_unified_environment) - Remove an environment
2011
+ * [remove_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#remove_unified_webhook) - Remove webhook subscription
2012
+ * [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
2013
+ * [update_unified_connection](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#update_unified_connection) - Update connection
2014
+ * [update_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/unified/README.md#update_unified_webhook) - Update webhook subscription
2015
+ * [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
2016
+
2017
+ ### [User](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md)
2018
+
2019
+ * [create_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#create_scim_users) - Create user
2020
+ * [get_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#get_scim_users) - Get user
2021
+ * [list_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#list_scim_users) - List users
2022
+ * [patch_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#patch_scim_users) - Update user
2023
+ * [remove_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#remove_scim_users) - Delete user
2024
+ * [update_scim_users](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/user/README.md#update_scim_users) - Update user
2025
+
2026
+ ### [Verification](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md)
2027
+
2028
+ * [create_verification_request2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#create_verification_request2) - Create a request
2029
+ * [get_verification_package2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#get_verification_package2) - Retrieve a package
2030
+ * [get_verification_request2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#get_verification_request2) - Retrieve a request
2031
+ * [list_verification_packages2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#list_verification_packages2) - List all packages
2032
+ * [list_verification_requests2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#list_verification_requests2) - List all requests
2033
+ * [patch_verification_request2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#patch_verification_request2) - Update a request
2034
+ * [remove_verification_request2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#remove_verification_request2) - Remove a request
2035
+ * [update_verification_request2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/verification/README.md#update_verification_request2) - Update a request
2036
+
2037
+ ### [Visitor](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md)
2038
+
2039
+ * [create_analytics_visitor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#create_analytics_visitor2) - Create a visitor
2040
+ * [get_analytics_visitor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#get_analytics_visitor2) - Retrieve a visitor
2041
+ * [list_analytics_visitors2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#list_analytics_visitors2) - List all visitors
2042
+ * [patch_analytics_visitor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#patch_analytics_visitor2) - Update a visitor
2043
+ * [remove_analytics_visitor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#remove_analytics_visitor2) - Remove a visitor
2044
+ * [update_analytics_visitor2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/visitor/README.md#update_analytics_visitor2) - Update a visitor
2045
+
2046
+ ### [Webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md)
2047
+
2048
+ * [create_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#create_unified_webhook) - Create webhook subscription
2049
+ * [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
2050
+ * [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
2051
+ * [patch_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#patch_unified_webhook) - Update webhook subscription
2052
+ * [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
2053
+ * [remove_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#remove_unified_webhook) - Remove webhook subscription
2054
+ * [update_unified_webhook](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webhook/README.md#update_unified_webhook) - Update webhook subscription
2055
+ * [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
2056
+
2057
+ ### [Webinar](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md)
2058
+
2059
+ * [create_calendar_webinar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#create_calendar_webinar2) - Create a webinar
2060
+ * [get_calendar_webinar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#get_calendar_webinar2) - Retrieve a webinar
2061
+ * [list_calendar_webinars2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#list_calendar_webinars2) - List all webinars
2062
+ * [patch_calendar_webinar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#patch_calendar_webinar2) - Update a webinar
2063
+ * [remove_calendar_webinar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#remove_calendar_webinar2) - Remove a webinar
2064
+ * [update_calendar_webinar2](https://github.com/unified-to/unified-python-sdk/blob/master/./docs/sdks/webinar/README.md#update_calendar_webinar2) - Update a webinar
2065
+
2066
+ </details>
2067
+ <!-- End Available Resources and Operations [operations] -->
2068
+
2069
+
2070
+
2071
+
2072
+
2073
+
2074
+
2075
+ <!-- Start File uploads [file-upload] -->
2076
+ ## File uploads
2077
+
2078
+ 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.
2079
+
2080
+ > [!TIP]
2081
+ >
2082
+ > For endpoints that handle file uploads bytes arrays can also be used. However, using streams is recommended for large files.
2083
+ >
2084
+
2085
+ ```python
2086
+ from unified_python_sdk import UnifiedTo
2087
+ from unified_python_sdk.models import shared
2088
+
2089
+
2090
+ with UnifiedTo(
2091
+ security=shared.Security(
2092
+ jwt="<YOUR_API_KEY_HERE>",
2093
+ ),
2094
+ ) as unified_to:
2095
+
2096
+ res = unified_to.passthrough.create_passthrough2_raw(request={
2097
+ "connection_id": "<id>",
2098
+ "path": "/net",
2099
+ })
2100
+
2101
+ assert res.default_application_json_any is not None
2102
+
2103
+ # Handle response
2104
+ print(res.default_application_json_any)
2105
+
2106
+ ```
2107
+ <!-- End File uploads [file-upload] -->
2108
+
2109
+ <!-- Start Retries [retries] -->
2110
+ ## Retries
2111
+
2112
+ 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.
2113
+
2114
+ To change the default retry strategy for a single API call, simply provide a `RetryConfig` object to the call:
2115
+ ```python
2116
+ from unified_python_sdk import UnifiedTo
2117
+ from unified_python_sdk.models import shared
2118
+ from unified_python_sdk.utils import BackoffStrategy, RetryConfig
2119
+
2120
+
2121
+ with UnifiedTo(
2122
+ security=shared.Security(
2123
+ jwt="<YOUR_API_KEY_HERE>",
2124
+ ),
2125
+ ) as unified_to:
2126
+
2127
+ res = unified_to.accounting.create_accounting_account2(request={
2128
+ "accounting_account": {},
2129
+ "connection_id": "<id>",
2130
+ },
2131
+ RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
2132
+
2133
+ assert res.accounting_account is not None
2134
+
2135
+ # Handle response
2136
+ print(res.accounting_account)
2137
+
2138
+ ```
2139
+
2140
+ 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:
2141
+ ```python
2142
+ from unified_python_sdk import UnifiedTo
2143
+ from unified_python_sdk.models import shared
2144
+ from unified_python_sdk.utils import BackoffStrategy, RetryConfig
2145
+
2146
+
2147
+ with UnifiedTo(
2148
+ retry_config=RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False),
2149
+ security=shared.Security(
2150
+ jwt="<YOUR_API_KEY_HERE>",
2151
+ ),
2152
+ ) as unified_to:
2153
+
2154
+ res = unified_to.accounting.create_accounting_account2(request={
2155
+ "accounting_account": {},
2156
+ "connection_id": "<id>",
2157
+ })
2158
+
2159
+ assert res.accounting_account is not None
2160
+
2161
+ # Handle response
2162
+ print(res.accounting_account)
2163
+
2164
+ ```
2165
+ <!-- End Retries [retries] -->
2166
+
2167
+ <!-- Start Error Handling [errors] -->
2168
+ ## Error Handling
2169
+
2170
+ [`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:
2171
+
2172
+ | Property | Type | Description |
2173
+ | ------------------ | ---------------- | ------------------------------------------------------ |
2174
+ | `err.message` | `str` | Error message |
2175
+ | `err.status_code` | `int` | HTTP response status code eg `404` |
2176
+ | `err.headers` | `httpx.Headers` | HTTP response headers |
2177
+ | `err.body` | `str` | HTTP body. Can be empty string if no body is returned. |
2178
+ | `err.raw_response` | `httpx.Response` | Raw HTTP response |
2179
+
2180
+ ### Example
2181
+ ```python
2182
+ from unified_python_sdk import UnifiedTo
2183
+ from unified_python_sdk.models import errors, shared
2184
+
2185
+
2186
+ with UnifiedTo(
2187
+ security=shared.Security(
2188
+ jwt="<YOUR_API_KEY_HERE>",
2189
+ ),
2190
+ ) as unified_to:
2191
+ res = None
2192
+ try:
2193
+
2194
+ res = unified_to.accounting.create_accounting_account2(request={
2195
+ "accounting_account": {},
2196
+ "connection_id": "<id>",
2197
+ })
2198
+
2199
+ assert res.accounting_account is not None
2200
+
2201
+ # Handle response
2202
+ print(res.accounting_account)
2203
+
2204
+
2205
+ except errors.UnifiedToError as e:
2206
+ # The base class for HTTP error responses
2207
+ print(e.message)
2208
+ print(e.status_code)
2209
+ print(e.body)
2210
+ print(e.headers)
2211
+ print(e.raw_response)
2212
+
2213
+ ```
2214
+
2215
+ ### Error Classes
2216
+ **Primary error:**
2217
+ * [`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.
2218
+
2219
+ <details><summary>Less common errors (5)</summary>
2220
+
2221
+ <br />
2222
+
2223
+ **Network errors:**
2224
+ * [`httpx.RequestError`](https://www.python-httpx.org/exceptions/#httpx.RequestError): Base class for request errors.
2225
+ * [`httpx.ConnectError`](https://www.python-httpx.org/exceptions/#httpx.ConnectError): HTTP client was unable to make a request to a server.
2226
+ * [`httpx.TimeoutException`](https://www.python-httpx.org/exceptions/#httpx.TimeoutException): HTTP request timed out.
2227
+
2228
+
2229
+ **Inherit from [`UnifiedToError`](https://github.com/unified-to/unified-python-sdk/blob/master/././src/unified_python_sdk/models/errors/unifiedtoerror.py)**:
2230
+ * [`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.
2231
+
2232
+ </details>
2233
+ <!-- End Error Handling [errors] -->
2234
+
2235
+
2236
+
2237
+ <!-- Start Server Selection [server] -->
2238
+ ## Server Selection
2239
+
2240
+ ### Select Server by Index
2241
+
2242
+ 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:
2243
+
2244
+ | # | Server | Description |
2245
+ | --- | --------------------------- | -------------------------- |
2246
+ | 0 | `https://api.unified.to` | North American data region |
2247
+ | 1 | `https://api-eu.unified.to` | European data region |
2248
+ | 2 | `https://api-au.unified.to` | Australian data region |
2249
+
2250
+ #### Example
2251
+
2252
+ ```python
2253
+ from unified_python_sdk import UnifiedTo
2254
+ from unified_python_sdk.models import shared
2255
+
2256
+
2257
+ with UnifiedTo(
2258
+ server_idx=0,
2259
+ security=shared.Security(
2260
+ jwt="<YOUR_API_KEY_HERE>",
2261
+ ),
2262
+ ) as unified_to:
2263
+
2264
+ res = unified_to.accounting.create_accounting_account2(request={
2265
+ "accounting_account": {},
2266
+ "connection_id": "<id>",
2267
+ })
2268
+
2269
+ assert res.accounting_account is not None
2270
+
2271
+ # Handle response
2272
+ print(res.accounting_account)
2273
+
2274
+ ```
2275
+
2276
+ ### Override Server URL Per-Client
2277
+
2278
+ 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:
2279
+ ```python
2280
+ from unified_python_sdk import UnifiedTo
2281
+ from unified_python_sdk.models import shared
2282
+
2283
+
2284
+ with UnifiedTo(
2285
+ server_url="https://api-au.unified.to",
2286
+ security=shared.Security(
2287
+ jwt="<YOUR_API_KEY_HERE>",
2288
+ ),
2289
+ ) as unified_to:
2290
+
2291
+ res = unified_to.accounting.create_accounting_account2(request={
2292
+ "accounting_account": {},
2293
+ "connection_id": "<id>",
2294
+ })
2295
+
2296
+ assert res.accounting_account is not None
2297
+
2298
+ # Handle response
2299
+ print(res.accounting_account)
2300
+
2301
+ ```
2302
+ <!-- End Server Selection [server] -->
2303
+
2304
+
2305
+
2306
+ <!-- Start Custom HTTP Client [http-client] -->
2307
+ ## Custom HTTP Client
2308
+
2309
+ 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.
2310
+ 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.
2311
+ 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.
2312
+
2313
+ For example, you could specify a header for every request that this sdk makes as follows:
2314
+ ```python
2315
+ from unified_python_sdk import UnifiedTo
2316
+ import httpx
2317
+
2318
+ http_client = httpx.Client(headers={"x-custom-header": "someValue"})
2319
+ s = UnifiedTo(client=http_client)
2320
+ ```
2321
+
2322
+ or you could wrap the client with your own custom logic:
2323
+ ```python
2324
+ from unified_python_sdk import UnifiedTo
2325
+ from unified_python_sdk.httpclient import AsyncHttpClient
2326
+ import httpx
2327
+
2328
+ class CustomClient(AsyncHttpClient):
2329
+ client: AsyncHttpClient
2330
+
2331
+ def __init__(self, client: AsyncHttpClient):
2332
+ self.client = client
2333
+
2334
+ async def send(
2335
+ self,
2336
+ request: httpx.Request,
2337
+ *,
2338
+ stream: bool = False,
2339
+ auth: Union[
2340
+ httpx._types.AuthTypes, httpx._client.UseClientDefault, None
2341
+ ] = httpx.USE_CLIENT_DEFAULT,
2342
+ follow_redirects: Union[
2343
+ bool, httpx._client.UseClientDefault
2344
+ ] = httpx.USE_CLIENT_DEFAULT,
2345
+ ) -> httpx.Response:
2346
+ request.headers["Client-Level-Header"] = "added by client"
2347
+
2348
+ return await self.client.send(
2349
+ request, stream=stream, auth=auth, follow_redirects=follow_redirects
2350
+ )
2351
+
2352
+ def build_request(
2353
+ self,
2354
+ method: str,
2355
+ url: httpx._types.URLTypes,
2356
+ *,
2357
+ content: Optional[httpx._types.RequestContent] = None,
2358
+ data: Optional[httpx._types.RequestData] = None,
2359
+ files: Optional[httpx._types.RequestFiles] = None,
2360
+ json: Optional[Any] = None,
2361
+ params: Optional[httpx._types.QueryParamTypes] = None,
2362
+ headers: Optional[httpx._types.HeaderTypes] = None,
2363
+ cookies: Optional[httpx._types.CookieTypes] = None,
2364
+ timeout: Union[
2365
+ httpx._types.TimeoutTypes, httpx._client.UseClientDefault
2366
+ ] = httpx.USE_CLIENT_DEFAULT,
2367
+ extensions: Optional[httpx._types.RequestExtensions] = None,
2368
+ ) -> httpx.Request:
2369
+ return self.client.build_request(
2370
+ method,
2371
+ url,
2372
+ content=content,
2373
+ data=data,
2374
+ files=files,
2375
+ json=json,
2376
+ params=params,
2377
+ headers=headers,
2378
+ cookies=cookies,
2379
+ timeout=timeout,
2380
+ extensions=extensions,
2381
+ )
2382
+
2383
+ s = UnifiedTo(async_client=CustomClient(httpx.AsyncClient()))
2384
+ ```
2385
+ <!-- End Custom HTTP Client [http-client] -->
2386
+
2387
+
2388
+
2389
+ <!-- Start Authentication [security] -->
2390
+ ## Authentication
2391
+
2392
+ ### Per-Client Security Schemes
2393
+
2394
+ This SDK supports the following security scheme globally:
2395
+
2396
+ | Name | Type | Scheme |
2397
+ | ----- | ------ | ------- |
2398
+ | `jwt` | apiKey | API key |
2399
+
2400
+ You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. For example:
2401
+ ```python
2402
+ from unified_python_sdk import UnifiedTo
2403
+ from unified_python_sdk.models import shared
2404
+
2405
+
2406
+ with UnifiedTo(
2407
+ security=shared.Security(
2408
+ jwt="<YOUR_API_KEY_HERE>",
2409
+ ),
2410
+ ) as unified_to:
2411
+
2412
+ res = unified_to.accounting.create_accounting_account2(request={
2413
+ "accounting_account": {},
2414
+ "connection_id": "<id>",
2415
+ })
2416
+
2417
+ assert res.accounting_account is not None
2418
+
2419
+ # Handle response
2420
+ print(res.accounting_account)
2421
+
2422
+ ```
2423
+ <!-- End Authentication [security] -->
2424
+
2425
+ <!-- Start Resource Management [resource-management] -->
2426
+ ## Resource Management
2427
+
2428
+ 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.
2429
+
2430
+ [context-manager]: https://docs.python.org/3/reference/datamodel.html#context-managers
2431
+
2432
+ ```python
2433
+ from unified_python_sdk import UnifiedTo
2434
+ from unified_python_sdk.models import shared
2435
+ def main():
2436
+
2437
+ with UnifiedTo(
2438
+ security=shared.Security(
2439
+ jwt="<YOUR_API_KEY_HERE>",
2440
+ ),
2441
+ ) as unified_to:
2442
+ # Rest of application here...
2443
+
2444
+
2445
+ # Or when using async:
2446
+ async def amain():
2447
+
2448
+ async with UnifiedTo(
2449
+ security=shared.Security(
2450
+ jwt="<YOUR_API_KEY_HERE>",
2451
+ ),
2452
+ ) as unified_to:
2453
+ # Rest of application here...
2454
+ ```
2455
+ <!-- End Resource Management [resource-management] -->
2456
+
2457
+ <!-- Start Debugging [debug] -->
2458
+ ## Debugging
2459
+
2460
+ You can setup your SDK to emit debug logs for SDK requests and responses.
2461
+
2462
+ You can pass your own logger class directly into your SDK.
2463
+ ```python
2464
+ from unified_python_sdk import UnifiedTo
2465
+ import logging
2466
+
2467
+ logging.basicConfig(level=logging.DEBUG)
2468
+ s = UnifiedTo(debug_logger=logging.getLogger("unified_python_sdk"))
2469
+ ```
2470
+ <!-- End Debugging [debug] -->
2471
+
2472
+ <!-- Placeholder for Future Speakeasy SDK Sections -->
2473
+
2474
+
2475
+ ### Contributions
2476
+
2477
+ While we value open-source contributions to this SDK, this library is generated programmatically.
2478
+ 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!
2479
+
2480
+ ### SDK Created by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
2481
+