Unified-python-sdk 0.13.11__tar.gz → 0.13.12__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 (354) hide show
  1. {Unified-python-sdk-0.13.11/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.13.12}/PKG-INFO +61 -86
  2. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/README.md +60 -85
  3. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/setup.py +1 -1
  4. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12/src/Unified_python_sdk.egg-info}/PKG-INFO +61 -86
  5. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/Unified_python_sdk.egg-info/SOURCES.txt +19 -0
  6. Unified-python-sdk-0.13.12/src/unified_to/account.py +216 -0
  7. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/accounting.py +404 -0
  8. Unified-python-sdk-0.13.12/src/unified_to/models/operations/__init__.py +185 -0
  9. Unified-python-sdk-0.13.12/src/unified_to/models/operations/createaccountingaccount.py +30 -0
  10. Unified-python-sdk-0.13.12/src/unified_to/models/operations/createaccountingtransaction.py +30 -0
  11. Unified-python-sdk-0.13.12/src/unified_to/models/operations/getaccountingaccount.py +33 -0
  12. Unified-python-sdk-0.13.12/src/unified_to/models/operations/getaccountingtransaction.py +33 -0
  13. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedintegrationauth.py +2 -0
  14. Unified-python-sdk-0.13.12/src/unified_to/models/operations/listaccountingaccounts.py +40 -0
  15. Unified-python-sdk-0.13.12/src/unified_to/models/operations/listaccountingtransactions.py +40 -0
  16. Unified-python-sdk-0.13.12/src/unified_to/models/operations/patchaccountingaccount.py +32 -0
  17. Unified-python-sdk-0.13.12/src/unified_to/models/operations/patchaccountingtransaction.py +32 -0
  18. Unified-python-sdk-0.13.12/src/unified_to/models/operations/removeaccountingaccount.py +30 -0
  19. Unified-python-sdk-0.13.12/src/unified_to/models/operations/removeaccountingtransaction.py +30 -0
  20. Unified-python-sdk-0.13.12/src/unified_to/models/operations/updateaccountingaccount.py +32 -0
  21. Unified-python-sdk-0.13.12/src/unified_to/models/operations/updateaccountingtransaction.py +32 -0
  22. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/__init__.py +6 -1
  23. Unified-python-sdk-0.13.12/src/unified_to/models/shared/accountingaccount.py +46 -0
  24. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountingemail.py +2 -2
  25. Unified-python-sdk-0.13.12/src/unified_to/models/shared/accountingtransaction.py +33 -0
  26. Unified-python-sdk-0.13.12/src/unified_to/models/shared/accountingtransactionlineitem.py +21 -0
  27. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsapplication.py +2 -2
  28. Unified-python-sdk-0.13.12/src/unified_to/models/shared/property_accountingaccount_raw.py +9 -0
  29. Unified-python-sdk-0.13.12/src/unified_to/models/shared/property_accountingtransaction_raw.py +9 -0
  30. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_connection_permissions.py +4 -0
  31. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/webhook.py +2 -0
  32. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/sdk.py +6 -0
  33. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/sdkconfiguration.py +2 -2
  34. Unified-python-sdk-0.13.12/src/unified_to/transaction.py +216 -0
  35. Unified-python-sdk-0.13.11/src/unified_to/models/operations/__init__.py +0 -173
  36. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/LICENSE.md +0 -0
  37. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/setup.cfg +0 -0
  38. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
  39. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
  40. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
  41. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/__init__.py +0 -0
  42. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/apicall.py +0 -0
  43. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/application.py +0 -0
  44. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/ats.py +0 -0
  45. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/auth.py +0 -0
  46. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/call.py +0 -0
  47. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/candidate.py +0 -0
  48. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/company.py +0 -0
  49. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/connection.py +0 -0
  50. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/contact.py +0 -0
  51. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/crm.py +0 -0
  52. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/customer.py +0 -0
  53. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/deal.py +0 -0
  54. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/document.py +0 -0
  55. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/employee.py +0 -0
  56. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/enrich.py +0 -0
  57. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/event.py +0 -0
  58. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/file.py +0 -0
  59. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/group.py +0 -0
  60. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/hris.py +0 -0
  61. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/integration.py +0 -0
  62. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/interview.py +0 -0
  63. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/invoice.py +0 -0
  64. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/job.py +0 -0
  65. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/lead.py +0 -0
  66. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/list.py +0 -0
  67. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/login.py +0 -0
  68. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/martech.py +0 -0
  69. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/member.py +0 -0
  70. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/__init__.py +0 -0
  71. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/errors/__init__.py +0 -0
  72. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/errors/sdkerror.py +0 -0
  73. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createaccountingcustomer.py +0 -0
  74. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
  75. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createaccountingpayment.py +0 -0
  76. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatsapplication.py +0 -0
  77. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatscandidate.py +0 -0
  78. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatsdocument.py +0 -0
  79. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatsinterview.py +0 -0
  80. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatsjob.py +0 -0
  81. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatsscorecard.py +0 -0
  82. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmcompany.py +0 -0
  83. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmcontact.py +0 -0
  84. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmdeal.py +0 -0
  85. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmevent.py +0 -0
  86. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmfile.py +0 -0
  87. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmlead.py +0 -0
  88. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
  89. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createhrisemployee.py +0 -0
  90. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createhrisgroup.py +0 -0
  91. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createmartechlist.py +0 -0
  92. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createmartechmember.py +0 -0
  93. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createpassthrough.py +0 -0
  94. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
  95. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createticketingnote.py +0 -0
  96. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createticketingticket.py +0 -0
  97. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createuccontact.py +0 -0
  98. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
  99. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
  100. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getaccountingcustomer.py +0 -0
  101. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
  102. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getaccountingpayment.py +0 -0
  103. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatsapplication.py +0 -0
  104. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatscandidate.py +0 -0
  105. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatsdocument.py +0 -0
  106. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatsinterview.py +0 -0
  107. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatsjob.py +0 -0
  108. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatsscorecard.py +0 -0
  109. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmcompany.py +0 -0
  110. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmcontact.py +0 -0
  111. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmdeal.py +0 -0
  112. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmevent.py +0 -0
  113. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmfile.py +0 -0
  114. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmlead.py +0 -0
  115. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
  116. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/gethrisemployee.py +0 -0
  117. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/gethrisgroup.py +0 -0
  118. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getmartechlist.py +0 -0
  119. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getmartechmember.py +0 -0
  120. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
  121. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getticketingnote.py +0 -0
  122. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getticketingticket.py +0 -0
  123. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getuccontact.py +0 -0
  124. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
  125. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
  126. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedintegration.py +0 -0
  127. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
  128. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
  129. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listaccountingcustomers.py +0 -0
  130. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
  131. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listaccountingpayments.py +0 -0
  132. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatsapplications.py +0 -0
  133. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatscandidates.py +0 -0
  134. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatsdocuments.py +0 -0
  135. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatsinterviews.py +0 -0
  136. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatsjobs.py +0 -0
  137. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatsscorecards.py +0 -0
  138. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
  139. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
  140. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmdeals.py +0 -0
  141. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmevents.py +0 -0
  142. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmfiles.py +0 -0
  143. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmleads.py +0 -0
  144. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
  145. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
  146. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listenrichpeople.py +0 -0
  147. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listhrisemployees.py +0 -0
  148. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listhrisgroups.py +0 -0
  149. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listmartechlists.py +0 -0
  150. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listmartechmembers.py +0 -0
  151. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listpassthroughs.py +0 -0
  152. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
  153. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listticketingnotes.py +0 -0
  154. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listticketingtickets.py +0 -0
  155. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listuccalls.py +0 -0
  156. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listuccontacts.py +0 -0
  157. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
  158. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listunifiedconnections.py +0 -0
  159. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listunifiedintegrations.py +0 -0
  160. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +0 -0
  161. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
  162. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchaccountingcustomer.py +0 -0
  163. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
  164. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchaccountingpayment.py +0 -0
  165. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatsapplication.py +0 -0
  166. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatscandidate.py +0 -0
  167. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatsdocument.py +0 -0
  168. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatsinterview.py +0 -0
  169. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatsjob.py +0 -0
  170. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
  171. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
  172. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
  173. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
  174. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmevent.py +0 -0
  175. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmfile.py +0 -0
  176. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmlead.py +0 -0
  177. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
  178. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
  179. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
  180. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchmartechlist.py +0 -0
  181. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchmartechmember.py +0 -0
  182. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchpassthrough.py +0 -0
  183. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
  184. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchticketingnote.py +0 -0
  185. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchticketingticket.py +0 -0
  186. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchuccontact.py +0 -0
  187. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
  188. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeaccountingcustomer.py +0 -0
  189. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
  190. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeaccountingpayment.py +0 -0
  191. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatsapplication.py +0 -0
  192. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatscandidate.py +0 -0
  193. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatsdocument.py +0 -0
  194. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatsinterview.py +0 -0
  195. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatsjob.py +0 -0
  196. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
  197. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmcompany.py +0 -0
  198. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmcontact.py +0 -0
  199. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmdeal.py +0 -0
  200. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmevent.py +0 -0
  201. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmfile.py +0 -0
  202. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmlead.py +0 -0
  203. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
  204. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removehrisemployee.py +0 -0
  205. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removehrisgroup.py +0 -0
  206. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removemartechlist.py +0 -0
  207. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removemartechmember.py +0 -0
  208. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removepassthrough.py +0 -0
  209. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
  210. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeticketingnote.py +0 -0
  211. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeticketingticket.py +0 -0
  212. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeuccontact.py +0 -0
  213. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
  214. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
  215. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateaccountingcustomer.py +0 -0
  216. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
  217. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateaccountingpayment.py +0 -0
  218. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatsapplication.py +0 -0
  219. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatscandidate.py +0 -0
  220. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatsdocument.py +0 -0
  221. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatsinterview.py +0 -0
  222. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatsjob.py +0 -0
  223. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
  224. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
  225. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
  226. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
  227. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmevent.py +0 -0
  228. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmfile.py +0 -0
  229. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmlead.py +0 -0
  230. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
  231. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
  232. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
  233. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatemartechlist.py +0 -0
  234. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatemartechmember.py +0 -0
  235. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatepassthrough.py +0 -0
  236. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
  237. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateticketingnote.py +0 -0
  238. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateticketingticket.py +0 -0
  239. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateuccontact.py +0 -0
  240. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
  241. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountingcustomer.py +0 -0
  242. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountinginvoice.py +0 -0
  243. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountinglineitem.py +0 -0
  244. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountingpayment.py +0 -0
  245. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountingtelephone.py +0 -0
  246. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/apicall.py +0 -0
  247. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsaddress.py +0 -0
  248. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atscandidate.py +0 -0
  249. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atscompensation.py +0 -0
  250. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsdocument.py +0 -0
  251. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsemail.py +0 -0
  252. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsinterview.py +0 -0
  253. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsjob.py +0 -0
  254. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsscorecard.py +0 -0
  255. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atstelephone.py +0 -0
  256. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/connection.py +0 -0
  257. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmcompany.py +0 -0
  258. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmcontact.py +0 -0
  259. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmdeal.py +0 -0
  260. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmemail.py +0 -0
  261. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmevent.py +0 -0
  262. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmfile.py +0 -0
  263. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmlead.py +0 -0
  264. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmpipeline.py +0 -0
  265. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmtelephone.py +0 -0
  266. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/enrichcompany.py +0 -0
  267. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/enrichemail.py +0 -0
  268. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/enrichperson.py +0 -0
  269. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
  270. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/enrichtelephone.py +0 -0
  271. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/hrisemail.py +0 -0
  272. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/hrisemployee.py +0 -0
  273. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/hrisgroup.py +0 -0
  274. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/hristelephone.py +0 -0
  275. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/integration.py +0 -0
  276. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/integrationsupport.py +0 -0
  277. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/marketingemail.py +0 -0
  278. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/marketinglist.py +0 -0
  279. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/marketingmember.py +0 -0
  280. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_accountingcustomer_billing_address.py +0 -0
  281. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_accountingcustomer_raw.py +0 -0
  282. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_accountingcustomer_shipping_address.py +0 -0
  283. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_accountinginvoice_raw.py +0 -0
  284. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_accountingpayment_raw.py +0 -0
  285. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atsapplication_raw.py +0 -0
  286. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
  287. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atscandidate_raw.py +0 -0
  288. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atsdocument_raw.py +0 -0
  289. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atsinterview_raw.py +0 -0
  290. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atsjob_raw.py +0 -0
  291. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atsscorecard_raw.py +0 -0
  292. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_connection_auth.py +0 -0
  293. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_connection_categories.py +0 -0
  294. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
  295. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmcompany_raw.py +0 -0
  296. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
  297. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmcontact_raw.py +0 -0
  298. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmdeal_raw.py +0 -0
  299. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
  300. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
  301. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
  302. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
  303. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_raw.py +0 -0
  304. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
  305. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmfile_raw.py +0 -0
  306. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
  307. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmlead_raw.py +0 -0
  308. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmpipeline_raw.py +0 -0
  309. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
  310. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_enrichcompany_raw.py +0 -0
  311. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
  312. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_enrichperson_raw.py +0 -0
  313. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
  314. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_hrisemployee_raw.py +0 -0
  315. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_hrisgroup_raw.py +0 -0
  316. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_integration_categories.py +0 -0
  317. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_integrationsupport_inbound_fields.py +0 -0
  318. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_integrationsupport_outbound_fields.py +0 -0
  319. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
  320. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_marketinglist_raw.py +0 -0
  321. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_marketingmember_raw.py +0 -0
  322. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_property_connection_auth_meta.py +0 -0
  323. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_ticketingcustomer_raw.py +0 -0
  324. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_ticketingnote_raw.py +0 -0
  325. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_ticketingticket_raw.py +0 -0
  326. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_uccall_raw.py +0 -0
  327. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
  328. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_uccontact_raw.py +0 -0
  329. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_webhook_events.py +0 -0
  330. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/security.py +0 -0
  331. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
  332. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ticketingemail.py +0 -0
  333. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ticketingnote.py +0 -0
  334. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
  335. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ticketingticket.py +0 -0
  336. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/uccall.py +0 -0
  337. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/uccontact.py +0 -0
  338. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ucemail.py +0 -0
  339. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/uctelephone.py +0 -0
  340. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/undefined.py +0 -0
  341. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/note.py +0 -0
  342. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/passthrough.py +0 -0
  343. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/payment.py +0 -0
  344. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/person.py +0 -0
  345. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/pipeline.py +0 -0
  346. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/scorecard.py +0 -0
  347. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/ticket.py +0 -0
  348. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/ticketing.py +0 -0
  349. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/uc.py +0 -0
  350. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/unified.py +0 -0
  351. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/utils/__init__.py +0 -0
  352. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/utils/retries.py +0 -0
  353. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/utils/utils.py +0 -0
  354. {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/webhook.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Unified-python-sdk
3
- Version: 0.13.11
3
+ Version: 0.13.12
4
4
  Summary: Python Client SDK for Unified.to
5
5
  Home-page: UNKNOWN
6
6
  Author: Unified API Inc
@@ -37,28 +37,17 @@ Description: # Unified-python-sdk
37
37
  ),
38
38
  )
39
39
 
40
- req = operations.CreateAccountingCustomerRequest(
41
- accounting_customer=shared.AccountingCustomer(
42
- billing_address=shared.PropertyAccountingCustomerBillingAddress(),
43
- emails=[
44
- shared.AccountingEmail(
45
- email='Kevon_Schultz42@gmail.com',
46
- ),
47
- ],
48
- raw=shared.PropertyAccountingCustomerRaw(),
49
- shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
50
- telephones=[
51
- shared.AccountingTelephone(
52
- telephone='string',
53
- ),
54
- ],
40
+ req = operations.CreateAccountingAccountRequest(
41
+ accounting_account=shared.AccountingAccount(
42
+ name='string',
43
+ raw=shared.PropertyAccountingAccountRaw(),
55
44
  ),
56
45
  connection_id='string',
57
46
  )
58
47
 
59
- res = s.accounting.create_accounting_customer(req)
48
+ res = s.accounting.create_accounting_account(req)
60
49
 
61
- if res.accounting_customer is not None:
50
+ if res.accounting_account is not None:
62
51
  # handle response
63
52
  pass
64
53
  ```
@@ -69,24 +58,45 @@ Description: # Unified-python-sdk
69
58
 
70
59
  ### [accounting](docs/sdks/accounting/README.md)
71
60
 
61
+ * [create_accounting_account](docs/sdks/accounting/README.md#create_accounting_account) - Create an account
72
62
  * [create_accounting_customer](docs/sdks/accounting/README.md#create_accounting_customer) - Create a customer
73
63
  * [create_accounting_invoice](docs/sdks/accounting/README.md#create_accounting_invoice) - Create a invoice
74
64
  * [create_accounting_payment](docs/sdks/accounting/README.md#create_accounting_payment) - Create a payment
65
+ * [create_accounting_transaction](docs/sdks/accounting/README.md#create_accounting_transaction) - Create a transaction
66
+ * [get_accounting_account](docs/sdks/accounting/README.md#get_accounting_account) - Retrieve an account
75
67
  * [get_accounting_customer](docs/sdks/accounting/README.md#get_accounting_customer) - Retrieve a customer
76
68
  * [get_accounting_invoice](docs/sdks/accounting/README.md#get_accounting_invoice) - Retrieve a invoice
77
69
  * [get_accounting_payment](docs/sdks/accounting/README.md#get_accounting_payment) - Retrieve a payment
70
+ * [get_accounting_transaction](docs/sdks/accounting/README.md#get_accounting_transaction) - Retrieve a transaction
71
+ * [list_accounting_accounts](docs/sdks/accounting/README.md#list_accounting_accounts) - List all accounts
78
72
  * [list_accounting_customers](docs/sdks/accounting/README.md#list_accounting_customers) - List all customers
79
73
  * [list_accounting_invoices](docs/sdks/accounting/README.md#list_accounting_invoices) - List all invoices
80
74
  * [list_accounting_payments](docs/sdks/accounting/README.md#list_accounting_payments) - List all payments
75
+ * [list_accounting_transactions](docs/sdks/accounting/README.md#list_accounting_transactions) - List all transactions
76
+ * [patch_accounting_account](docs/sdks/accounting/README.md#patch_accounting_account) - Update an account
81
77
  * [patch_accounting_customer](docs/sdks/accounting/README.md#patch_accounting_customer) - Update a customer
82
78
  * [patch_accounting_invoice](docs/sdks/accounting/README.md#patch_accounting_invoice) - Update a invoice
83
79
  * [patch_accounting_payment](docs/sdks/accounting/README.md#patch_accounting_payment) - Update a payment
80
+ * [patch_accounting_transaction](docs/sdks/accounting/README.md#patch_accounting_transaction) - Update a transaction
81
+ * [remove_accounting_account](docs/sdks/accounting/README.md#remove_accounting_account) - Remove an account
84
82
  * [remove_accounting_customer](docs/sdks/accounting/README.md#remove_accounting_customer) - Remove a customer
85
83
  * [remove_accounting_invoice](docs/sdks/accounting/README.md#remove_accounting_invoice) - Remove a invoice
86
84
  * [remove_accounting_payment](docs/sdks/accounting/README.md#remove_accounting_payment) - Remove a payment
85
+ * [remove_accounting_transaction](docs/sdks/accounting/README.md#remove_accounting_transaction) - Remove a transaction
86
+ * [update_accounting_account](docs/sdks/accounting/README.md#update_accounting_account) - Update an account
87
87
  * [update_accounting_customer](docs/sdks/accounting/README.md#update_accounting_customer) - Update a customer
88
88
  * [update_accounting_invoice](docs/sdks/accounting/README.md#update_accounting_invoice) - Update a invoice
89
89
  * [update_accounting_payment](docs/sdks/accounting/README.md#update_accounting_payment) - Update a payment
90
+ * [update_accounting_transaction](docs/sdks/accounting/README.md#update_accounting_transaction) - Update a transaction
91
+
92
+ ### [account](docs/sdks/account/README.md)
93
+
94
+ * [create_accounting_account](docs/sdks/account/README.md#create_accounting_account) - Create an account
95
+ * [get_accounting_account](docs/sdks/account/README.md#get_accounting_account) - Retrieve an account
96
+ * [list_accounting_accounts](docs/sdks/account/README.md#list_accounting_accounts) - List all accounts
97
+ * [patch_accounting_account](docs/sdks/account/README.md#patch_accounting_account) - Update an account
98
+ * [remove_accounting_account](docs/sdks/account/README.md#remove_accounting_account) - Remove an account
99
+ * [update_accounting_account](docs/sdks/account/README.md#update_accounting_account) - Update an account
90
100
 
91
101
  ### [customer](docs/sdks/customer/README.md)
92
102
 
@@ -121,6 +131,15 @@ Description: # Unified-python-sdk
121
131
  * [remove_accounting_payment](docs/sdks/payment/README.md#remove_accounting_payment) - Remove a payment
122
132
  * [update_accounting_payment](docs/sdks/payment/README.md#update_accounting_payment) - Update a payment
123
133
 
134
+ ### [transaction](docs/sdks/transaction/README.md)
135
+
136
+ * [create_accounting_transaction](docs/sdks/transaction/README.md#create_accounting_transaction) - Create a transaction
137
+ * [get_accounting_transaction](docs/sdks/transaction/README.md#get_accounting_transaction) - Retrieve a transaction
138
+ * [list_accounting_transactions](docs/sdks/transaction/README.md#list_accounting_transactions) - List all transactions
139
+ * [patch_accounting_transaction](docs/sdks/transaction/README.md#patch_accounting_transaction) - Update a transaction
140
+ * [remove_accounting_transaction](docs/sdks/transaction/README.md#remove_accounting_transaction) - Remove a transaction
141
+ * [update_accounting_transaction](docs/sdks/transaction/README.md#update_accounting_transaction) - Update a transaction
142
+
124
143
  ### [ats](docs/sdks/ats/README.md)
125
144
 
126
145
  * [create_ats_application](docs/sdks/ats/README.md#create_ats_application) - Create an application
@@ -550,34 +569,23 @@ Description: # Unified-python-sdk
550
569
  ),
551
570
  )
552
571
 
553
- req = operations.CreateAccountingCustomerRequest(
554
- accounting_customer=shared.AccountingCustomer(
555
- billing_address=shared.PropertyAccountingCustomerBillingAddress(),
556
- emails=[
557
- shared.AccountingEmail(
558
- email='Kevon_Schultz42@gmail.com',
559
- ),
560
- ],
561
- raw=shared.PropertyAccountingCustomerRaw(),
562
- shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
563
- telephones=[
564
- shared.AccountingTelephone(
565
- telephone='string',
566
- ),
567
- ],
572
+ req = operations.CreateAccountingAccountRequest(
573
+ accounting_account=shared.AccountingAccount(
574
+ name='string',
575
+ raw=shared.PropertyAccountingAccountRaw(),
568
576
  ),
569
577
  connection_id='string',
570
578
  )
571
579
 
572
580
  res = None
573
581
  try:
574
- res = s.accounting.create_accounting_customer(req)
582
+ res = s.accounting.create_accounting_account(req)
575
583
 
576
584
  except (errors.SDKError) as e:
577
585
  print(e) # handle exception
578
586
 
579
587
 
580
- if res.accounting_customer is not None:
588
+ if res.accounting_account is not None:
581
589
  # handle response
582
590
  pass
583
591
  ```
@@ -611,28 +619,17 @@ Description: # Unified-python-sdk
611
619
  ),
612
620
  )
613
621
 
614
- req = operations.CreateAccountingCustomerRequest(
615
- accounting_customer=shared.AccountingCustomer(
616
- billing_address=shared.PropertyAccountingCustomerBillingAddress(),
617
- emails=[
618
- shared.AccountingEmail(
619
- email='Kevon_Schultz42@gmail.com',
620
- ),
621
- ],
622
- raw=shared.PropertyAccountingCustomerRaw(),
623
- shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
624
- telephones=[
625
- shared.AccountingTelephone(
626
- telephone='string',
627
- ),
628
- ],
622
+ req = operations.CreateAccountingAccountRequest(
623
+ accounting_account=shared.AccountingAccount(
624
+ name='string',
625
+ raw=shared.PropertyAccountingAccountRaw(),
629
626
  ),
630
627
  connection_id='string',
631
628
  )
632
629
 
633
- res = s.accounting.create_accounting_customer(req)
630
+ res = s.accounting.create_accounting_account(req)
634
631
 
635
- if res.accounting_customer is not None:
632
+ if res.accounting_account is not None:
636
633
  # handle response
637
634
  pass
638
635
  ```
@@ -653,28 +650,17 @@ Description: # Unified-python-sdk
653
650
  ),
654
651
  )
655
652
 
656
- req = operations.CreateAccountingCustomerRequest(
657
- accounting_customer=shared.AccountingCustomer(
658
- billing_address=shared.PropertyAccountingCustomerBillingAddress(),
659
- emails=[
660
- shared.AccountingEmail(
661
- email='Kevon_Schultz42@gmail.com',
662
- ),
663
- ],
664
- raw=shared.PropertyAccountingCustomerRaw(),
665
- shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
666
- telephones=[
667
- shared.AccountingTelephone(
668
- telephone='string',
669
- ),
670
- ],
653
+ req = operations.CreateAccountingAccountRequest(
654
+ accounting_account=shared.AccountingAccount(
655
+ name='string',
656
+ raw=shared.PropertyAccountingAccountRaw(),
671
657
  ),
672
658
  connection_id='string',
673
659
  )
674
660
 
675
- res = s.accounting.create_accounting_customer(req)
661
+ res = s.accounting.create_accounting_account(req)
676
662
 
677
- if res.accounting_customer is not None:
663
+ if res.accounting_account is not None:
678
664
  # handle response
679
665
  pass
680
666
  ```
@@ -723,28 +709,17 @@ Description: # Unified-python-sdk
723
709
  ),
724
710
  )
725
711
 
726
- req = operations.CreateAccountingCustomerRequest(
727
- accounting_customer=shared.AccountingCustomer(
728
- billing_address=shared.PropertyAccountingCustomerBillingAddress(),
729
- emails=[
730
- shared.AccountingEmail(
731
- email='Kevon_Schultz42@gmail.com',
732
- ),
733
- ],
734
- raw=shared.PropertyAccountingCustomerRaw(),
735
- shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
736
- telephones=[
737
- shared.AccountingTelephone(
738
- telephone='string',
739
- ),
740
- ],
712
+ req = operations.CreateAccountingAccountRequest(
713
+ accounting_account=shared.AccountingAccount(
714
+ name='string',
715
+ raw=shared.PropertyAccountingAccountRaw(),
741
716
  ),
742
717
  connection_id='string',
743
718
  )
744
719
 
745
- res = s.accounting.create_accounting_customer(req)
720
+ res = s.accounting.create_accounting_account(req)
746
721
 
747
- if res.accounting_customer is not None:
722
+ if res.accounting_account is not None:
748
723
  # handle response
749
724
  pass
750
725
  ```
@@ -30,28 +30,17 @@ s = unified_to.UnifiedTo(
30
30
  ),
31
31
  )
32
32
 
33
- req = operations.CreateAccountingCustomerRequest(
34
- accounting_customer=shared.AccountingCustomer(
35
- billing_address=shared.PropertyAccountingCustomerBillingAddress(),
36
- emails=[
37
- shared.AccountingEmail(
38
- email='Kevon_Schultz42@gmail.com',
39
- ),
40
- ],
41
- raw=shared.PropertyAccountingCustomerRaw(),
42
- shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
43
- telephones=[
44
- shared.AccountingTelephone(
45
- telephone='string',
46
- ),
47
- ],
33
+ req = operations.CreateAccountingAccountRequest(
34
+ accounting_account=shared.AccountingAccount(
35
+ name='string',
36
+ raw=shared.PropertyAccountingAccountRaw(),
48
37
  ),
49
38
  connection_id='string',
50
39
  )
51
40
 
52
- res = s.accounting.create_accounting_customer(req)
41
+ res = s.accounting.create_accounting_account(req)
53
42
 
54
- if res.accounting_customer is not None:
43
+ if res.accounting_account is not None:
55
44
  # handle response
56
45
  pass
57
46
  ```
@@ -62,24 +51,45 @@ if res.accounting_customer is not None:
62
51
 
63
52
  ### [accounting](docs/sdks/accounting/README.md)
64
53
 
54
+ * [create_accounting_account](docs/sdks/accounting/README.md#create_accounting_account) - Create an account
65
55
  * [create_accounting_customer](docs/sdks/accounting/README.md#create_accounting_customer) - Create a customer
66
56
  * [create_accounting_invoice](docs/sdks/accounting/README.md#create_accounting_invoice) - Create a invoice
67
57
  * [create_accounting_payment](docs/sdks/accounting/README.md#create_accounting_payment) - Create a payment
58
+ * [create_accounting_transaction](docs/sdks/accounting/README.md#create_accounting_transaction) - Create a transaction
59
+ * [get_accounting_account](docs/sdks/accounting/README.md#get_accounting_account) - Retrieve an account
68
60
  * [get_accounting_customer](docs/sdks/accounting/README.md#get_accounting_customer) - Retrieve a customer
69
61
  * [get_accounting_invoice](docs/sdks/accounting/README.md#get_accounting_invoice) - Retrieve a invoice
70
62
  * [get_accounting_payment](docs/sdks/accounting/README.md#get_accounting_payment) - Retrieve a payment
63
+ * [get_accounting_transaction](docs/sdks/accounting/README.md#get_accounting_transaction) - Retrieve a transaction
64
+ * [list_accounting_accounts](docs/sdks/accounting/README.md#list_accounting_accounts) - List all accounts
71
65
  * [list_accounting_customers](docs/sdks/accounting/README.md#list_accounting_customers) - List all customers
72
66
  * [list_accounting_invoices](docs/sdks/accounting/README.md#list_accounting_invoices) - List all invoices
73
67
  * [list_accounting_payments](docs/sdks/accounting/README.md#list_accounting_payments) - List all payments
68
+ * [list_accounting_transactions](docs/sdks/accounting/README.md#list_accounting_transactions) - List all transactions
69
+ * [patch_accounting_account](docs/sdks/accounting/README.md#patch_accounting_account) - Update an account
74
70
  * [patch_accounting_customer](docs/sdks/accounting/README.md#patch_accounting_customer) - Update a customer
75
71
  * [patch_accounting_invoice](docs/sdks/accounting/README.md#patch_accounting_invoice) - Update a invoice
76
72
  * [patch_accounting_payment](docs/sdks/accounting/README.md#patch_accounting_payment) - Update a payment
73
+ * [patch_accounting_transaction](docs/sdks/accounting/README.md#patch_accounting_transaction) - Update a transaction
74
+ * [remove_accounting_account](docs/sdks/accounting/README.md#remove_accounting_account) - Remove an account
77
75
  * [remove_accounting_customer](docs/sdks/accounting/README.md#remove_accounting_customer) - Remove a customer
78
76
  * [remove_accounting_invoice](docs/sdks/accounting/README.md#remove_accounting_invoice) - Remove a invoice
79
77
  * [remove_accounting_payment](docs/sdks/accounting/README.md#remove_accounting_payment) - Remove a payment
78
+ * [remove_accounting_transaction](docs/sdks/accounting/README.md#remove_accounting_transaction) - Remove a transaction
79
+ * [update_accounting_account](docs/sdks/accounting/README.md#update_accounting_account) - Update an account
80
80
  * [update_accounting_customer](docs/sdks/accounting/README.md#update_accounting_customer) - Update a customer
81
81
  * [update_accounting_invoice](docs/sdks/accounting/README.md#update_accounting_invoice) - Update a invoice
82
82
  * [update_accounting_payment](docs/sdks/accounting/README.md#update_accounting_payment) - Update a payment
83
+ * [update_accounting_transaction](docs/sdks/accounting/README.md#update_accounting_transaction) - Update a transaction
84
+
85
+ ### [account](docs/sdks/account/README.md)
86
+
87
+ * [create_accounting_account](docs/sdks/account/README.md#create_accounting_account) - Create an account
88
+ * [get_accounting_account](docs/sdks/account/README.md#get_accounting_account) - Retrieve an account
89
+ * [list_accounting_accounts](docs/sdks/account/README.md#list_accounting_accounts) - List all accounts
90
+ * [patch_accounting_account](docs/sdks/account/README.md#patch_accounting_account) - Update an account
91
+ * [remove_accounting_account](docs/sdks/account/README.md#remove_accounting_account) - Remove an account
92
+ * [update_accounting_account](docs/sdks/account/README.md#update_accounting_account) - Update an account
83
93
 
84
94
  ### [customer](docs/sdks/customer/README.md)
85
95
 
@@ -114,6 +124,15 @@ if res.accounting_customer is not None:
114
124
  * [remove_accounting_payment](docs/sdks/payment/README.md#remove_accounting_payment) - Remove a payment
115
125
  * [update_accounting_payment](docs/sdks/payment/README.md#update_accounting_payment) - Update a payment
116
126
 
127
+ ### [transaction](docs/sdks/transaction/README.md)
128
+
129
+ * [create_accounting_transaction](docs/sdks/transaction/README.md#create_accounting_transaction) - Create a transaction
130
+ * [get_accounting_transaction](docs/sdks/transaction/README.md#get_accounting_transaction) - Retrieve a transaction
131
+ * [list_accounting_transactions](docs/sdks/transaction/README.md#list_accounting_transactions) - List all transactions
132
+ * [patch_accounting_transaction](docs/sdks/transaction/README.md#patch_accounting_transaction) - Update a transaction
133
+ * [remove_accounting_transaction](docs/sdks/transaction/README.md#remove_accounting_transaction) - Remove a transaction
134
+ * [update_accounting_transaction](docs/sdks/transaction/README.md#update_accounting_transaction) - Update a transaction
135
+
117
136
  ### [ats](docs/sdks/ats/README.md)
118
137
 
119
138
  * [create_ats_application](docs/sdks/ats/README.md#create_ats_application) - Create an application
@@ -543,34 +562,23 @@ s = unified_to.UnifiedTo(
543
562
  ),
544
563
  )
545
564
 
546
- req = operations.CreateAccountingCustomerRequest(
547
- accounting_customer=shared.AccountingCustomer(
548
- billing_address=shared.PropertyAccountingCustomerBillingAddress(),
549
- emails=[
550
- shared.AccountingEmail(
551
- email='Kevon_Schultz42@gmail.com',
552
- ),
553
- ],
554
- raw=shared.PropertyAccountingCustomerRaw(),
555
- shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
556
- telephones=[
557
- shared.AccountingTelephone(
558
- telephone='string',
559
- ),
560
- ],
565
+ req = operations.CreateAccountingAccountRequest(
566
+ accounting_account=shared.AccountingAccount(
567
+ name='string',
568
+ raw=shared.PropertyAccountingAccountRaw(),
561
569
  ),
562
570
  connection_id='string',
563
571
  )
564
572
 
565
573
  res = None
566
574
  try:
567
- res = s.accounting.create_accounting_customer(req)
575
+ res = s.accounting.create_accounting_account(req)
568
576
 
569
577
  except (errors.SDKError) as e:
570
578
  print(e) # handle exception
571
579
 
572
580
 
573
- if res.accounting_customer is not None:
581
+ if res.accounting_account is not None:
574
582
  # handle response
575
583
  pass
576
584
  ```
@@ -604,28 +612,17 @@ s = unified_to.UnifiedTo(
604
612
  ),
605
613
  )
606
614
 
607
- req = operations.CreateAccountingCustomerRequest(
608
- accounting_customer=shared.AccountingCustomer(
609
- billing_address=shared.PropertyAccountingCustomerBillingAddress(),
610
- emails=[
611
- shared.AccountingEmail(
612
- email='Kevon_Schultz42@gmail.com',
613
- ),
614
- ],
615
- raw=shared.PropertyAccountingCustomerRaw(),
616
- shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
617
- telephones=[
618
- shared.AccountingTelephone(
619
- telephone='string',
620
- ),
621
- ],
615
+ req = operations.CreateAccountingAccountRequest(
616
+ accounting_account=shared.AccountingAccount(
617
+ name='string',
618
+ raw=shared.PropertyAccountingAccountRaw(),
622
619
  ),
623
620
  connection_id='string',
624
621
  )
625
622
 
626
- res = s.accounting.create_accounting_customer(req)
623
+ res = s.accounting.create_accounting_account(req)
627
624
 
628
- if res.accounting_customer is not None:
625
+ if res.accounting_account is not None:
629
626
  # handle response
630
627
  pass
631
628
  ```
@@ -646,28 +643,17 @@ s = unified_to.UnifiedTo(
646
643
  ),
647
644
  )
648
645
 
649
- req = operations.CreateAccountingCustomerRequest(
650
- accounting_customer=shared.AccountingCustomer(
651
- billing_address=shared.PropertyAccountingCustomerBillingAddress(),
652
- emails=[
653
- shared.AccountingEmail(
654
- email='Kevon_Schultz42@gmail.com',
655
- ),
656
- ],
657
- raw=shared.PropertyAccountingCustomerRaw(),
658
- shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
659
- telephones=[
660
- shared.AccountingTelephone(
661
- telephone='string',
662
- ),
663
- ],
646
+ req = operations.CreateAccountingAccountRequest(
647
+ accounting_account=shared.AccountingAccount(
648
+ name='string',
649
+ raw=shared.PropertyAccountingAccountRaw(),
664
650
  ),
665
651
  connection_id='string',
666
652
  )
667
653
 
668
- res = s.accounting.create_accounting_customer(req)
654
+ res = s.accounting.create_accounting_account(req)
669
655
 
670
- if res.accounting_customer is not None:
656
+ if res.accounting_account is not None:
671
657
  # handle response
672
658
  pass
673
659
  ```
@@ -716,28 +702,17 @@ s = unified_to.UnifiedTo(
716
702
  ),
717
703
  )
718
704
 
719
- req = operations.CreateAccountingCustomerRequest(
720
- accounting_customer=shared.AccountingCustomer(
721
- billing_address=shared.PropertyAccountingCustomerBillingAddress(),
722
- emails=[
723
- shared.AccountingEmail(
724
- email='Kevon_Schultz42@gmail.com',
725
- ),
726
- ],
727
- raw=shared.PropertyAccountingCustomerRaw(),
728
- shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
729
- telephones=[
730
- shared.AccountingTelephone(
731
- telephone='string',
732
- ),
733
- ],
705
+ req = operations.CreateAccountingAccountRequest(
706
+ accounting_account=shared.AccountingAccount(
707
+ name='string',
708
+ raw=shared.PropertyAccountingAccountRaw(),
734
709
  ),
735
710
  connection_id='string',
736
711
  )
737
712
 
738
- res = s.accounting.create_accounting_customer(req)
713
+ res = s.accounting.create_accounting_account(req)
739
714
 
740
- if res.accounting_customer is not None:
715
+ if res.accounting_account is not None:
741
716
  # handle response
742
717
  pass
743
718
  ```
@@ -10,7 +10,7 @@ except FileNotFoundError:
10
10
 
11
11
  setuptools.setup(
12
12
  name="Unified-python-sdk",
13
- version="0.13.11",
13
+ version="0.13.12",
14
14
  author="Unified API Inc",
15
15
  description="Python Client SDK for Unified.to",
16
16
  long_description=long_description,