Unified-python-sdk 0.14.38__tar.gz → 0.15.0__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 (382) hide show
  1. {Unified-python-sdk-0.14.38/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.15.0}/PKG-INFO +15 -11
  2. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/README.md +14 -10
  3. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/setup.py +1 -1
  4. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0/src/Unified_python_sdk.egg-info}/PKG-INFO +15 -11
  5. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/Unified_python_sdk.egg-info/SOURCES.txt +4 -0
  6. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/ats.py +66 -0
  7. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/company.py +66 -0
  8. Unified-python-sdk-0.15.0/src/unified_to/models/operations/__init__.py +221 -0
  9. Unified-python-sdk-0.15.0/src/unified_to/models/operations/getatscompany.py +33 -0
  10. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getunifiedintegrationauth.py +1 -0
  11. Unified-python-sdk-0.15.0/src/unified_to/models/operations/listatscompanies.py +40 -0
  12. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/__init__.py +3 -1
  13. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atscandidate.py +1 -0
  14. Unified-python-sdk-0.15.0/src/unified_to/models/shared/atscompany.py +27 -0
  15. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atsjob.py +1 -0
  16. Unified-python-sdk-0.15.0/src/unified_to/models/shared/property_atscompany_address.py +22 -0
  17. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_connection_permissions.py +1 -0
  18. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/webhook.py +1 -0
  19. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/sdk.py +2 -2
  20. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/sdkconfiguration.py +3 -3
  21. Unified-python-sdk-0.14.38/src/unified_to/models/operations/__init__.py +0 -219
  22. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/LICENSE.md +0 -0
  23. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/setup.cfg +0 -0
  24. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
  25. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
  26. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
  27. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/__init__.py +0 -0
  28. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/account.py +0 -0
  29. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/accounting.py +0 -0
  30. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/apicall.py +0 -0
  31. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/application.py +0 -0
  32. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/applicationstatus.py +0 -0
  33. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/auth.py +0 -0
  34. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/call.py +0 -0
  35. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/candidate.py +0 -0
  36. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/collection.py +0 -0
  37. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/commerce.py +0 -0
  38. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/connection.py +0 -0
  39. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/contact.py +0 -0
  40. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/crm.py +0 -0
  41. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/customer.py +0 -0
  42. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/deal.py +0 -0
  43. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/document.py +0 -0
  44. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/employee.py +0 -0
  45. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/enrich.py +0 -0
  46. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/event.py +0 -0
  47. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/file.py +0 -0
  48. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/group.py +0 -0
  49. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/hris.py +0 -0
  50. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/integration.py +0 -0
  51. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/interview.py +0 -0
  52. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/inventory.py +0 -0
  53. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/invoice.py +0 -0
  54. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/item.py +0 -0
  55. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/job.py +0 -0
  56. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/lead.py +0 -0
  57. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/list.py +0 -0
  58. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/location.py +0 -0
  59. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/login.py +0 -0
  60. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/martech.py +0 -0
  61. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/member.py +0 -0
  62. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/__init__.py +0 -0
  63. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/errors/__init__.py +0 -0
  64. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/errors/sdkerror.py +0 -0
  65. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createaccountingaccount.py +0 -0
  66. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createaccountingcontact.py +0 -0
  67. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
  68. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createaccountingpayment.py +0 -0
  69. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createaccountingtaxrate.py +0 -0
  70. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createaccountingtransaction.py +0 -0
  71. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createatsapplication.py +0 -0
  72. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createatscandidate.py +0 -0
  73. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createatsdocument.py +0 -0
  74. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createatsinterview.py +0 -0
  75. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createatsjob.py +0 -0
  76. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createatsscorecard.py +0 -0
  77. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createcommercecollection.py +0 -0
  78. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createcommerceinventory.py +0 -0
  79. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createcommerceitem.py +0 -0
  80. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createcommercelocation.py +0 -0
  81. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createcrmcompany.py +0 -0
  82. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createcrmcontact.py +0 -0
  83. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createcrmdeal.py +0 -0
  84. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createcrmevent.py +0 -0
  85. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createcrmlead.py +0 -0
  86. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
  87. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createhrisemployee.py +0 -0
  88. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createhrisgroup.py +0 -0
  89. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createmartechlist.py +0 -0
  90. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createmartechmember.py +0 -0
  91. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createpassthrough.py +0 -0
  92. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createstoragefile.py +0 -0
  93. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
  94. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createticketingnote.py +0 -0
  95. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createticketingticket.py +0 -0
  96. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createuccontact.py +0 -0
  97. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
  98. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
  99. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getaccountingaccount.py +0 -0
  100. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getaccountingcontact.py +0 -0
  101. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
  102. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getaccountingorganization.py +0 -0
  103. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getaccountingpayment.py +0 -0
  104. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getaccountingtaxrate.py +0 -0
  105. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getaccountingtransaction.py +0 -0
  106. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getatsapplication.py +0 -0
  107. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getatscandidate.py +0 -0
  108. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getatsdocument.py +0 -0
  109. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getatsinterview.py +0 -0
  110. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getatsjob.py +0 -0
  111. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getatsscorecard.py +0 -0
  112. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getcommercecollection.py +0 -0
  113. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getcommerceinventory.py +0 -0
  114. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getcommerceitem.py +0 -0
  115. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getcommercelocation.py +0 -0
  116. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getcrmcompany.py +0 -0
  117. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getcrmcontact.py +0 -0
  118. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getcrmdeal.py +0 -0
  119. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getcrmevent.py +0 -0
  120. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getcrmlead.py +0 -0
  121. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
  122. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/gethrisemployee.py +0 -0
  123. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/gethrisgroup.py +0 -0
  124. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getmartechlist.py +0 -0
  125. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getmartechmember.py +0 -0
  126. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getstoragefile.py +0 -0
  127. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
  128. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getticketingnote.py +0 -0
  129. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getticketingticket.py +0 -0
  130. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getuccontact.py +0 -0
  131. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
  132. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
  133. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
  134. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
  135. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listaccountingaccounts.py +0 -0
  136. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listaccountingcontacts.py +0 -0
  137. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
  138. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listaccountingorganizations.py +0 -0
  139. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listaccountingpayments.py +0 -0
  140. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listaccountingtaxrates.py +0 -0
  141. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listaccountingtransactions.py +0 -0
  142. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listatsapplications.py +0 -0
  143. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listatsapplicationstatuses.py +0 -0
  144. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listatscandidates.py +0 -0
  145. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listatsdocuments.py +0 -0
  146. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listatsinterviews.py +0 -0
  147. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listatsjobs.py +0 -0
  148. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listatsscorecards.py +0 -0
  149. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listcommercecollections.py +0 -0
  150. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listcommerceinventories.py +0 -0
  151. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listcommerceitems.py +0 -0
  152. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listcommercelocations.py +0 -0
  153. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
  154. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
  155. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listcrmdeals.py +0 -0
  156. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listcrmevents.py +0 -0
  157. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listcrmleads.py +0 -0
  158. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
  159. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
  160. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listenrichpeople.py +0 -0
  161. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listhrisemployees.py +0 -0
  162. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listhrisgroups.py +0 -0
  163. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listmartechlists.py +0 -0
  164. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listmartechmembers.py +0 -0
  165. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listpassthroughs.py +0 -0
  166. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/liststoragefiles.py +0 -0
  167. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
  168. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listticketingnotes.py +0 -0
  169. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listticketingtickets.py +0 -0
  170. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listuccalls.py +0 -0
  171. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listuccontacts.py +0 -0
  172. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
  173. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listunifiedconnections.py +0 -0
  174. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listunifiedintegrations.py +0 -0
  175. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +0 -0
  176. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
  177. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchaccountingaccount.py +0 -0
  178. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchaccountingcontact.py +0 -0
  179. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
  180. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchaccountingpayment.py +0 -0
  181. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchaccountingtaxrate.py +0 -0
  182. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchaccountingtransaction.py +0 -0
  183. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchatsapplication.py +0 -0
  184. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchatscandidate.py +0 -0
  185. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchatsdocument.py +0 -0
  186. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchatsinterview.py +0 -0
  187. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchatsjob.py +0 -0
  188. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
  189. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchcommercecollection.py +0 -0
  190. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchcommerceinventory.py +0 -0
  191. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchcommerceitem.py +0 -0
  192. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchcommercelocation.py +0 -0
  193. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
  194. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
  195. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
  196. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchcrmevent.py +0 -0
  197. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchcrmlead.py +0 -0
  198. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
  199. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
  200. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
  201. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchmartechlist.py +0 -0
  202. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchmartechmember.py +0 -0
  203. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchpassthrough.py +0 -0
  204. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchstoragefile.py +0 -0
  205. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
  206. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchticketingnote.py +0 -0
  207. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchticketingticket.py +0 -0
  208. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchuccontact.py +0 -0
  209. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
  210. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/patchunifiedwebhooktrigger.py +0 -0
  211. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeaccountingaccount.py +0 -0
  212. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeaccountingcontact.py +0 -0
  213. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
  214. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeaccountingpayment.py +0 -0
  215. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeaccountingtaxrate.py +0 -0
  216. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeaccountingtransaction.py +0 -0
  217. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeatsapplication.py +0 -0
  218. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeatscandidate.py +0 -0
  219. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeatsdocument.py +0 -0
  220. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeatsinterview.py +0 -0
  221. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeatsjob.py +0 -0
  222. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
  223. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removecommercecollection.py +0 -0
  224. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removecommerceinventory.py +0 -0
  225. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removecommerceitem.py +0 -0
  226. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removecommercelocation.py +0 -0
  227. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removecrmcompany.py +0 -0
  228. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removecrmcontact.py +0 -0
  229. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removecrmdeal.py +0 -0
  230. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removecrmevent.py +0 -0
  231. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removecrmlead.py +0 -0
  232. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
  233. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removehrisemployee.py +0 -0
  234. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removehrisgroup.py +0 -0
  235. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removemartechlist.py +0 -0
  236. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removemartechmember.py +0 -0
  237. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removepassthrough.py +0 -0
  238. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removestoragefile.py +0 -0
  239. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
  240. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeticketingnote.py +0 -0
  241. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeticketingticket.py +0 -0
  242. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeuccontact.py +0 -0
  243. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
  244. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
  245. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateaccountingaccount.py +0 -0
  246. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateaccountingcontact.py +0 -0
  247. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
  248. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateaccountingpayment.py +0 -0
  249. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateaccountingtaxrate.py +0 -0
  250. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateaccountingtransaction.py +0 -0
  251. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateatsapplication.py +0 -0
  252. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateatscandidate.py +0 -0
  253. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateatsdocument.py +0 -0
  254. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateatsinterview.py +0 -0
  255. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateatsjob.py +0 -0
  256. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
  257. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatecommercecollection.py +0 -0
  258. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatecommerceinventory.py +0 -0
  259. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatecommerceitem.py +0 -0
  260. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatecommercelocation.py +0 -0
  261. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
  262. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
  263. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
  264. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatecrmevent.py +0 -0
  265. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatecrmlead.py +0 -0
  266. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
  267. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
  268. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
  269. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatemartechlist.py +0 -0
  270. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatemartechmember.py +0 -0
  271. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatepassthrough.py +0 -0
  272. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updatestoragefile.py +0 -0
  273. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
  274. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateticketingnote.py +0 -0
  275. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateticketingticket.py +0 -0
  276. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateuccontact.py +0 -0
  277. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
  278. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/operations/updateunifiedwebhooktrigger.py +0 -0
  279. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountingaccount.py +0 -0
  280. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountingcontact.py +0 -0
  281. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountingemail.py +0 -0
  282. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountinginvoice.py +0 -0
  283. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountinglineitem.py +0 -0
  284. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountingorganization.py +0 -0
  285. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountingpayment.py +0 -0
  286. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountingtaxrate.py +0 -0
  287. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountingtelephone.py +0 -0
  288. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountingtransaction.py +0 -0
  289. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/accountingtransactionlineitem.py +0 -0
  290. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/apicall.py +0 -0
  291. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atsaddress.py +0 -0
  292. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atsapplication.py +0 -0
  293. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atscompensation.py +0 -0
  294. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atsdocument.py +0 -0
  295. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atsemail.py +0 -0
  296. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atsinterview.py +0 -0
  297. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atsscorecard.py +0 -0
  298. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atsstatus.py +0 -0
  299. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/atstelephone.py +0 -0
  300. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/commercecollection.py +0 -0
  301. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/commerceinventory.py +0 -0
  302. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/commerceitem.py +0 -0
  303. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/commerceitemmedia.py +0 -0
  304. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/commerceitemoption.py +0 -0
  305. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/commerceitemprice.py +0 -0
  306. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/commerceitemvariant.py +0 -0
  307. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/commercelocation.py +0 -0
  308. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/connection.py +0 -0
  309. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/crmcompany.py +0 -0
  310. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/crmcontact.py +0 -0
  311. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/crmdeal.py +0 -0
  312. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/crmemail.py +0 -0
  313. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/crmevent.py +0 -0
  314. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/crmlead.py +0 -0
  315. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/crmpipeline.py +0 -0
  316. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/crmtelephone.py +0 -0
  317. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/enrichcompany.py +0 -0
  318. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/enrichemail.py +0 -0
  319. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/enrichperson.py +0 -0
  320. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
  321. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/enrichtelephone.py +0 -0
  322. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/hrisemail.py +0 -0
  323. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/hrisemployee.py +0 -0
  324. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/hrisgroup.py +0 -0
  325. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/hristelephone.py +0 -0
  326. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/integration.py +0 -0
  327. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/integrationsupport.py +0 -0
  328. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/marketingemail.py +0 -0
  329. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/marketinglist.py +0 -0
  330. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/marketingmember.py +0 -0
  331. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_accountingcontact_billing_address.py +0 -0
  332. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_accountingcontact_shipping_address.py +0 -0
  333. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_accountingorganization_address.py +0 -0
  334. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
  335. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_commercelocation_address.py +0 -0
  336. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_connection_auth.py +0 -0
  337. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_connection_categories.py +0 -0
  338. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
  339. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
  340. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
  341. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
  342. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
  343. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
  344. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
  345. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
  346. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
  347. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
  348. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
  349. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_integration_categories.py +0 -0
  350. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
  351. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_storagepermission_roles.py +0 -0
  352. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
  353. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/security.py +0 -0
  354. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/storagefile.py +0 -0
  355. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/storagepermission.py +0 -0
  356. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
  357. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/ticketingemail.py +0 -0
  358. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/ticketingnote.py +0 -0
  359. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
  360. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/ticketingticket.py +0 -0
  361. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/uccall.py +0 -0
  362. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/uccontact.py +0 -0
  363. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/ucemail.py +0 -0
  364. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/models/shared/uctelephone.py +0 -0
  365. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/note.py +0 -0
  366. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/organization.py +0 -0
  367. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/passthrough.py +0 -0
  368. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/payment.py +0 -0
  369. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/person.py +0 -0
  370. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/pipeline.py +0 -0
  371. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/scorecard.py +0 -0
  372. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/storage.py +0 -0
  373. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/taxrate.py +0 -0
  374. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/ticket.py +0 -0
  375. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/ticketing.py +0 -0
  376. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/transaction.py +0 -0
  377. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/uc.py +0 -0
  378. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/unified.py +0 -0
  379. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/utils/__init__.py +0 -0
  380. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/utils/retries.py +0 -0
  381. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/src/unified_to/utils/utils.py +0 -0
  382. {Unified-python-sdk-0.14.38 → Unified-python-sdk-0.15.0}/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.14.38
3
+ Version: 0.15.0
4
4
  Summary: Python Client SDK for Unified.to
5
5
  Home-page: UNKNOWN
6
6
  Author: Unified API Inc
@@ -178,6 +178,7 @@ Description: <div align="left">
178
178
  * [create_ats_scorecard](docs/sdks/ats/README.md#create_ats_scorecard) - Create a scorecard
179
179
  * [get_ats_application](docs/sdks/ats/README.md#get_ats_application) - Retrieve an application
180
180
  * [get_ats_candidate](docs/sdks/ats/README.md#get_ats_candidate) - Retrieve a candidate
181
+ * [get_ats_company](docs/sdks/ats/README.md#get_ats_company) - Retrieve a company
181
182
  * [get_ats_document](docs/sdks/ats/README.md#get_ats_document) - Retrieve a document
182
183
  * [get_ats_interview](docs/sdks/ats/README.md#get_ats_interview) - Retrieve a interview
183
184
  * [get_ats_job](docs/sdks/ats/README.md#get_ats_job) - Retrieve a job
@@ -185,6 +186,7 @@ Description: <div align="left">
185
186
  * [list_ats_applications](docs/sdks/ats/README.md#list_ats_applications) - List all applications
186
187
  * [list_ats_applicationstatuses](docs/sdks/ats/README.md#list_ats_applicationstatuses) - List all application statuses
187
188
  * [list_ats_candidates](docs/sdks/ats/README.md#list_ats_candidates) - List all candidates
189
+ * [list_ats_companies](docs/sdks/ats/README.md#list_ats_companies) - List all companies
188
190
  * [list_ats_documents](docs/sdks/ats/README.md#list_ats_documents) - List all documents
189
191
  * [list_ats_interviews](docs/sdks/ats/README.md#list_ats_interviews) - List all interviews
190
192
  * [list_ats_jobs](docs/sdks/ats/README.md#list_ats_jobs) - List all jobs
@@ -230,6 +232,18 @@ Description: <div align="left">
230
232
  * [remove_ats_candidate](docs/sdks/candidate/README.md#remove_ats_candidate) - Remove a candidate
231
233
  * [update_ats_candidate](docs/sdks/candidate/README.md#update_ats_candidate) - Update a candidate
232
234
 
235
+ ### [company](docs/sdks/company/README.md)
236
+
237
+ * [create_crm_company](docs/sdks/company/README.md#create_crm_company) - Create a company
238
+ * [get_ats_company](docs/sdks/company/README.md#get_ats_company) - Retrieve a company
239
+ * [get_crm_company](docs/sdks/company/README.md#get_crm_company) - Retrieve a company
240
+ * [list_ats_companies](docs/sdks/company/README.md#list_ats_companies) - List all companies
241
+ * [list_crm_companies](docs/sdks/company/README.md#list_crm_companies) - List all companies
242
+ * [list_enrich_companies](docs/sdks/company/README.md#list_enrich_companies) - Retrieve enrichment information for a company
243
+ * [patch_crm_company](docs/sdks/company/README.md#patch_crm_company) - Update a company
244
+ * [remove_crm_company](docs/sdks/company/README.md#remove_crm_company) - Remove a company
245
+ * [update_crm_company](docs/sdks/company/README.md#update_crm_company) - Update a company
246
+
233
247
  ### [document](docs/sdks/document/README.md)
234
248
 
235
249
  * [create_ats_document](docs/sdks/document/README.md#create_ats_document) - Create a document
@@ -368,16 +382,6 @@ Description: <div align="left">
368
382
  * [update_crm_lead](docs/sdks/crm/README.md#update_crm_lead) - Update a lead
369
383
  * [update_crm_pipeline](docs/sdks/crm/README.md#update_crm_pipeline) - Update a pipeline
370
384
 
371
- ### [company](docs/sdks/company/README.md)
372
-
373
- * [create_crm_company](docs/sdks/company/README.md#create_crm_company) - Create a company
374
- * [get_crm_company](docs/sdks/company/README.md#get_crm_company) - Retrieve a company
375
- * [list_crm_companies](docs/sdks/company/README.md#list_crm_companies) - List all companies
376
- * [list_enrich_companies](docs/sdks/company/README.md#list_enrich_companies) - Retrieve enrichment information for a company
377
- * [patch_crm_company](docs/sdks/company/README.md#patch_crm_company) - Update a company
378
- * [remove_crm_company](docs/sdks/company/README.md#remove_crm_company) - Remove a company
379
- * [update_crm_company](docs/sdks/company/README.md#update_crm_company) - Update a company
380
-
381
385
  ### [deal](docs/sdks/deal/README.md)
382
386
 
383
387
  * [create_crm_deal](docs/sdks/deal/README.md#create_crm_deal) - Create a deal
@@ -171,6 +171,7 @@ if res.accounting_account is not None:
171
171
  * [create_ats_scorecard](docs/sdks/ats/README.md#create_ats_scorecard) - Create a scorecard
172
172
  * [get_ats_application](docs/sdks/ats/README.md#get_ats_application) - Retrieve an application
173
173
  * [get_ats_candidate](docs/sdks/ats/README.md#get_ats_candidate) - Retrieve a candidate
174
+ * [get_ats_company](docs/sdks/ats/README.md#get_ats_company) - Retrieve a company
174
175
  * [get_ats_document](docs/sdks/ats/README.md#get_ats_document) - Retrieve a document
175
176
  * [get_ats_interview](docs/sdks/ats/README.md#get_ats_interview) - Retrieve a interview
176
177
  * [get_ats_job](docs/sdks/ats/README.md#get_ats_job) - Retrieve a job
@@ -178,6 +179,7 @@ if res.accounting_account is not None:
178
179
  * [list_ats_applications](docs/sdks/ats/README.md#list_ats_applications) - List all applications
179
180
  * [list_ats_applicationstatuses](docs/sdks/ats/README.md#list_ats_applicationstatuses) - List all application statuses
180
181
  * [list_ats_candidates](docs/sdks/ats/README.md#list_ats_candidates) - List all candidates
182
+ * [list_ats_companies](docs/sdks/ats/README.md#list_ats_companies) - List all companies
181
183
  * [list_ats_documents](docs/sdks/ats/README.md#list_ats_documents) - List all documents
182
184
  * [list_ats_interviews](docs/sdks/ats/README.md#list_ats_interviews) - List all interviews
183
185
  * [list_ats_jobs](docs/sdks/ats/README.md#list_ats_jobs) - List all jobs
@@ -223,6 +225,18 @@ if res.accounting_account is not None:
223
225
  * [remove_ats_candidate](docs/sdks/candidate/README.md#remove_ats_candidate) - Remove a candidate
224
226
  * [update_ats_candidate](docs/sdks/candidate/README.md#update_ats_candidate) - Update a candidate
225
227
 
228
+ ### [company](docs/sdks/company/README.md)
229
+
230
+ * [create_crm_company](docs/sdks/company/README.md#create_crm_company) - Create a company
231
+ * [get_ats_company](docs/sdks/company/README.md#get_ats_company) - Retrieve a company
232
+ * [get_crm_company](docs/sdks/company/README.md#get_crm_company) - Retrieve a company
233
+ * [list_ats_companies](docs/sdks/company/README.md#list_ats_companies) - List all companies
234
+ * [list_crm_companies](docs/sdks/company/README.md#list_crm_companies) - List all companies
235
+ * [list_enrich_companies](docs/sdks/company/README.md#list_enrich_companies) - Retrieve enrichment information for a company
236
+ * [patch_crm_company](docs/sdks/company/README.md#patch_crm_company) - Update a company
237
+ * [remove_crm_company](docs/sdks/company/README.md#remove_crm_company) - Remove a company
238
+ * [update_crm_company](docs/sdks/company/README.md#update_crm_company) - Update a company
239
+
226
240
  ### [document](docs/sdks/document/README.md)
227
241
 
228
242
  * [create_ats_document](docs/sdks/document/README.md#create_ats_document) - Create a document
@@ -361,16 +375,6 @@ if res.accounting_account is not None:
361
375
  * [update_crm_lead](docs/sdks/crm/README.md#update_crm_lead) - Update a lead
362
376
  * [update_crm_pipeline](docs/sdks/crm/README.md#update_crm_pipeline) - Update a pipeline
363
377
 
364
- ### [company](docs/sdks/company/README.md)
365
-
366
- * [create_crm_company](docs/sdks/company/README.md#create_crm_company) - Create a company
367
- * [get_crm_company](docs/sdks/company/README.md#get_crm_company) - Retrieve a company
368
- * [list_crm_companies](docs/sdks/company/README.md#list_crm_companies) - List all companies
369
- * [list_enrich_companies](docs/sdks/company/README.md#list_enrich_companies) - Retrieve enrichment information for a company
370
- * [patch_crm_company](docs/sdks/company/README.md#patch_crm_company) - Update a company
371
- * [remove_crm_company](docs/sdks/company/README.md#remove_crm_company) - Remove a company
372
- * [update_crm_company](docs/sdks/company/README.md#update_crm_company) - Update a company
373
-
374
378
  ### [deal](docs/sdks/deal/README.md)
375
379
 
376
380
  * [create_crm_deal](docs/sdks/deal/README.md#create_crm_deal) - Create a deal
@@ -10,7 +10,7 @@ except FileNotFoundError:
10
10
 
11
11
  setuptools.setup(
12
12
  name="Unified-python-sdk",
13
- version="0.14.38",
13
+ version="0.15.0",
14
14
  author="Unified API Inc",
15
15
  description="Python Client SDK for Unified.to",
16
16
  long_description=long_description,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Unified-python-sdk
3
- Version: 0.14.38
3
+ Version: 0.15.0
4
4
  Summary: Python Client SDK for Unified.to
5
5
  Home-page: UNKNOWN
6
6
  Author: Unified API Inc
@@ -178,6 +178,7 @@ Description: <div align="left">
178
178
  * [create_ats_scorecard](docs/sdks/ats/README.md#create_ats_scorecard) - Create a scorecard
179
179
  * [get_ats_application](docs/sdks/ats/README.md#get_ats_application) - Retrieve an application
180
180
  * [get_ats_candidate](docs/sdks/ats/README.md#get_ats_candidate) - Retrieve a candidate
181
+ * [get_ats_company](docs/sdks/ats/README.md#get_ats_company) - Retrieve a company
181
182
  * [get_ats_document](docs/sdks/ats/README.md#get_ats_document) - Retrieve a document
182
183
  * [get_ats_interview](docs/sdks/ats/README.md#get_ats_interview) - Retrieve a interview
183
184
  * [get_ats_job](docs/sdks/ats/README.md#get_ats_job) - Retrieve a job
@@ -185,6 +186,7 @@ Description: <div align="left">
185
186
  * [list_ats_applications](docs/sdks/ats/README.md#list_ats_applications) - List all applications
186
187
  * [list_ats_applicationstatuses](docs/sdks/ats/README.md#list_ats_applicationstatuses) - List all application statuses
187
188
  * [list_ats_candidates](docs/sdks/ats/README.md#list_ats_candidates) - List all candidates
189
+ * [list_ats_companies](docs/sdks/ats/README.md#list_ats_companies) - List all companies
188
190
  * [list_ats_documents](docs/sdks/ats/README.md#list_ats_documents) - List all documents
189
191
  * [list_ats_interviews](docs/sdks/ats/README.md#list_ats_interviews) - List all interviews
190
192
  * [list_ats_jobs](docs/sdks/ats/README.md#list_ats_jobs) - List all jobs
@@ -230,6 +232,18 @@ Description: <div align="left">
230
232
  * [remove_ats_candidate](docs/sdks/candidate/README.md#remove_ats_candidate) - Remove a candidate
231
233
  * [update_ats_candidate](docs/sdks/candidate/README.md#update_ats_candidate) - Update a candidate
232
234
 
235
+ ### [company](docs/sdks/company/README.md)
236
+
237
+ * [create_crm_company](docs/sdks/company/README.md#create_crm_company) - Create a company
238
+ * [get_ats_company](docs/sdks/company/README.md#get_ats_company) - Retrieve a company
239
+ * [get_crm_company](docs/sdks/company/README.md#get_crm_company) - Retrieve a company
240
+ * [list_ats_companies](docs/sdks/company/README.md#list_ats_companies) - List all companies
241
+ * [list_crm_companies](docs/sdks/company/README.md#list_crm_companies) - List all companies
242
+ * [list_enrich_companies](docs/sdks/company/README.md#list_enrich_companies) - Retrieve enrichment information for a company
243
+ * [patch_crm_company](docs/sdks/company/README.md#patch_crm_company) - Update a company
244
+ * [remove_crm_company](docs/sdks/company/README.md#remove_crm_company) - Remove a company
245
+ * [update_crm_company](docs/sdks/company/README.md#update_crm_company) - Update a company
246
+
233
247
  ### [document](docs/sdks/document/README.md)
234
248
 
235
249
  * [create_ats_document](docs/sdks/document/README.md#create_ats_document) - Create a document
@@ -368,16 +382,6 @@ Description: <div align="left">
368
382
  * [update_crm_lead](docs/sdks/crm/README.md#update_crm_lead) - Update a lead
369
383
  * [update_crm_pipeline](docs/sdks/crm/README.md#update_crm_pipeline) - Update a pipeline
370
384
 
371
- ### [company](docs/sdks/company/README.md)
372
-
373
- * [create_crm_company](docs/sdks/company/README.md#create_crm_company) - Create a company
374
- * [get_crm_company](docs/sdks/company/README.md#get_crm_company) - Retrieve a company
375
- * [list_crm_companies](docs/sdks/company/README.md#list_crm_companies) - List all companies
376
- * [list_enrich_companies](docs/sdks/company/README.md#list_enrich_companies) - Retrieve enrichment information for a company
377
- * [patch_crm_company](docs/sdks/company/README.md#patch_crm_company) - Update a company
378
- * [remove_crm_company](docs/sdks/company/README.md#remove_crm_company) - Remove a company
379
- * [update_crm_company](docs/sdks/company/README.md#update_crm_company) - Update a company
380
-
381
385
  ### [deal](docs/sdks/deal/README.md)
382
386
 
383
387
  * [create_crm_deal](docs/sdks/deal/README.md#create_crm_deal) - Create a deal
@@ -107,6 +107,7 @@ src/unified_to/models/operations/getaccountingtaxrate.py
107
107
  src/unified_to/models/operations/getaccountingtransaction.py
108
108
  src/unified_to/models/operations/getatsapplication.py
109
109
  src/unified_to/models/operations/getatscandidate.py
110
+ src/unified_to/models/operations/getatscompany.py
110
111
  src/unified_to/models/operations/getatsdocument.py
111
112
  src/unified_to/models/operations/getatsinterview.py
112
113
  src/unified_to/models/operations/getatsjob.py
@@ -145,6 +146,7 @@ src/unified_to/models/operations/listaccountingtransactions.py
145
146
  src/unified_to/models/operations/listatsapplications.py
146
147
  src/unified_to/models/operations/listatsapplicationstatuses.py
147
148
  src/unified_to/models/operations/listatscandidates.py
149
+ src/unified_to/models/operations/listatscompanies.py
148
150
  src/unified_to/models/operations/listatsdocuments.py
149
151
  src/unified_to/models/operations/listatsinterviews.py
150
152
  src/unified_to/models/operations/listatsjobs.py
@@ -295,6 +297,7 @@ src/unified_to/models/shared/apicall.py
295
297
  src/unified_to/models/shared/atsaddress.py
296
298
  src/unified_to/models/shared/atsapplication.py
297
299
  src/unified_to/models/shared/atscandidate.py
300
+ src/unified_to/models/shared/atscompany.py
298
301
  src/unified_to/models/shared/atscompensation.py
299
302
  src/unified_to/models/shared/atsdocument.py
300
303
  src/unified_to/models/shared/atsemail.py
@@ -338,6 +341,7 @@ src/unified_to/models/shared/property_accountingcontact_billing_address.py
338
341
  src/unified_to/models/shared/property_accountingcontact_shipping_address.py
339
342
  src/unified_to/models/shared/property_accountingorganization_address.py
340
343
  src/unified_to/models/shared/property_atscandidate_address.py
344
+ src/unified_to/models/shared/property_atscompany_address.py
341
345
  src/unified_to/models/shared/property_commercelocation_address.py
342
346
  src/unified_to/models/shared/property_connection_auth.py
343
347
  src/unified_to/models/shared/property_connection_categories.py
@@ -289,6 +289,39 @@ class Ats:
289
289
 
290
290
 
291
291
 
292
+ def get_ats_company(self, request: operations.GetAtsCompanyRequest) -> operations.GetAtsCompanyResponse:
293
+ r"""Retrieve a company"""
294
+ base_url = utils.template_url(*self.sdk_configuration.get_server_details())
295
+
296
+ url = utils.generate_url(operations.GetAtsCompanyRequest, base_url, '/ats/{connection_id}/company/{id}', request)
297
+ headers = {}
298
+ query_params = utils.get_query_params(operations.GetAtsCompanyRequest, request)
299
+ headers['Accept'] = 'application/json'
300
+ headers['user-agent'] = self.sdk_configuration.user_agent
301
+
302
+ if callable(self.sdk_configuration.security):
303
+ client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security())
304
+ else:
305
+ client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security)
306
+
307
+ http_res = client.request('GET', url, params=query_params, headers=headers)
308
+ content_type = http_res.headers.get('Content-Type')
309
+
310
+ res = operations.GetAtsCompanyResponse(status_code=http_res.status_code, content_type=content_type, raw_response=http_res)
311
+
312
+ if http_res.status_code == 200:
313
+ if utils.match_content_type(content_type, 'application/json'):
314
+ out = utils.unmarshal_json(http_res.text, Optional[shared.AtsCompany])
315
+ res.ats_company = out
316
+ else:
317
+ raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
318
+ elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
319
+ raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
320
+
321
+ return res
322
+
323
+
324
+
292
325
  def get_ats_document(self, request: operations.GetAtsDocumentRequest) -> operations.GetAtsDocumentResponse:
293
326
  r"""Retrieve a document"""
294
327
  base_url = utils.template_url(*self.sdk_configuration.get_server_details())
@@ -520,6 +553,39 @@ class Ats:
520
553
 
521
554
 
522
555
 
556
+ def list_ats_companies(self, request: operations.ListAtsCompaniesRequest) -> operations.ListAtsCompaniesResponse:
557
+ r"""List all companies"""
558
+ base_url = utils.template_url(*self.sdk_configuration.get_server_details())
559
+
560
+ url = utils.generate_url(operations.ListAtsCompaniesRequest, base_url, '/ats/{connection_id}/company', request)
561
+ headers = {}
562
+ query_params = utils.get_query_params(operations.ListAtsCompaniesRequest, request)
563
+ headers['Accept'] = 'application/json'
564
+ headers['user-agent'] = self.sdk_configuration.user_agent
565
+
566
+ if callable(self.sdk_configuration.security):
567
+ client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security())
568
+ else:
569
+ client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security)
570
+
571
+ http_res = client.request('GET', url, params=query_params, headers=headers)
572
+ content_type = http_res.headers.get('Content-Type')
573
+
574
+ res = operations.ListAtsCompaniesResponse(status_code=http_res.status_code, content_type=content_type, raw_response=http_res)
575
+
576
+ if http_res.status_code == 200:
577
+ if utils.match_content_type(content_type, 'application/json'):
578
+ out = utils.unmarshal_json(http_res.text, Optional[List[shared.AtsCompany]])
579
+ res.ats_companies = out
580
+ else:
581
+ raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
582
+ elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
583
+ raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
584
+
585
+ return res
586
+
587
+
588
+
523
589
  def list_ats_documents(self, request: operations.ListAtsDocumentsRequest) -> operations.ListAtsDocumentsResponse:
524
590
  r"""List all documents"""
525
591
  base_url = utils.template_url(*self.sdk_configuration.get_server_details())
@@ -48,6 +48,39 @@ class Company:
48
48
 
49
49
 
50
50
 
51
+ def get_ats_company(self, request: operations.GetAtsCompanyRequest) -> operations.GetAtsCompanyResponse:
52
+ r"""Retrieve a company"""
53
+ base_url = utils.template_url(*self.sdk_configuration.get_server_details())
54
+
55
+ url = utils.generate_url(operations.GetAtsCompanyRequest, base_url, '/ats/{connection_id}/company/{id}', request)
56
+ headers = {}
57
+ query_params = utils.get_query_params(operations.GetAtsCompanyRequest, request)
58
+ headers['Accept'] = 'application/json'
59
+ headers['user-agent'] = self.sdk_configuration.user_agent
60
+
61
+ if callable(self.sdk_configuration.security):
62
+ client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security())
63
+ else:
64
+ client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security)
65
+
66
+ http_res = client.request('GET', url, params=query_params, headers=headers)
67
+ content_type = http_res.headers.get('Content-Type')
68
+
69
+ res = operations.GetAtsCompanyResponse(status_code=http_res.status_code, content_type=content_type, raw_response=http_res)
70
+
71
+ if http_res.status_code == 200:
72
+ if utils.match_content_type(content_type, 'application/json'):
73
+ out = utils.unmarshal_json(http_res.text, Optional[shared.AtsCompany])
74
+ res.ats_company = out
75
+ else:
76
+ raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
77
+ elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
78
+ raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
79
+
80
+ return res
81
+
82
+
83
+
51
84
  def get_crm_company(self, request: operations.GetCrmCompanyRequest) -> operations.GetCrmCompanyResponse:
52
85
  r"""Retrieve a company"""
53
86
  base_url = utils.template_url(*self.sdk_configuration.get_server_details())
@@ -81,6 +114,39 @@ class Company:
81
114
 
82
115
 
83
116
 
117
+ def list_ats_companies(self, request: operations.ListAtsCompaniesRequest) -> operations.ListAtsCompaniesResponse:
118
+ r"""List all companies"""
119
+ base_url = utils.template_url(*self.sdk_configuration.get_server_details())
120
+
121
+ url = utils.generate_url(operations.ListAtsCompaniesRequest, base_url, '/ats/{connection_id}/company', request)
122
+ headers = {}
123
+ query_params = utils.get_query_params(operations.ListAtsCompaniesRequest, request)
124
+ headers['Accept'] = 'application/json'
125
+ headers['user-agent'] = self.sdk_configuration.user_agent
126
+
127
+ if callable(self.sdk_configuration.security):
128
+ client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security())
129
+ else:
130
+ client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security)
131
+
132
+ http_res = client.request('GET', url, params=query_params, headers=headers)
133
+ content_type = http_res.headers.get('Content-Type')
134
+
135
+ res = operations.ListAtsCompaniesResponse(status_code=http_res.status_code, content_type=content_type, raw_response=http_res)
136
+
137
+ if http_res.status_code == 200:
138
+ if utils.match_content_type(content_type, 'application/json'):
139
+ out = utils.unmarshal_json(http_res.text, Optional[List[shared.AtsCompany]])
140
+ res.ats_companies = out
141
+ else:
142
+ raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
143
+ elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
144
+ raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
145
+
146
+ return res
147
+
148
+
149
+
84
150
  def list_crm_companies(self, request: operations.ListCrmCompaniesRequest) -> operations.ListCrmCompaniesResponse:
85
151
  r"""List all companies"""
86
152
  base_url = utils.template_url(*self.sdk_configuration.get_server_details())
@@ -0,0 +1,221 @@
1
+ """Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
2
+
3
+ from .createaccountingaccount import *
4
+ from .createaccountingcontact import *
5
+ from .createaccountinginvoice import *
6
+ from .createaccountingpayment import *
7
+ from .createaccountingtaxrate import *
8
+ from .createaccountingtransaction import *
9
+ from .createatsapplication import *
10
+ from .createatscandidate import *
11
+ from .createatsdocument import *
12
+ from .createatsinterview import *
13
+ from .createatsjob import *
14
+ from .createatsscorecard import *
15
+ from .createcommercecollection import *
16
+ from .createcommerceinventory import *
17
+ from .createcommerceitem import *
18
+ from .createcommercelocation import *
19
+ from .createcrmcompany import *
20
+ from .createcrmcontact import *
21
+ from .createcrmdeal import *
22
+ from .createcrmevent import *
23
+ from .createcrmlead import *
24
+ from .createcrmpipeline import *
25
+ from .createhrisemployee import *
26
+ from .createhrisgroup import *
27
+ from .createmartechlist import *
28
+ from .createmartechmember import *
29
+ from .createpassthrough import *
30
+ from .createstoragefile import *
31
+ from .createticketingcustomer import *
32
+ from .createticketingnote import *
33
+ from .createticketingticket import *
34
+ from .createuccontact import *
35
+ from .createunifiedconnection import *
36
+ from .createunifiedwebhook import *
37
+ from .getaccountingaccount import *
38
+ from .getaccountingcontact import *
39
+ from .getaccountinginvoice import *
40
+ from .getaccountingorganization import *
41
+ from .getaccountingpayment import *
42
+ from .getaccountingtaxrate import *
43
+ from .getaccountingtransaction import *
44
+ from .getatsapplication import *
45
+ from .getatscandidate import *
46
+ from .getatscompany import *
47
+ from .getatsdocument import *
48
+ from .getatsinterview import *
49
+ from .getatsjob import *
50
+ from .getatsscorecard import *
51
+ from .getcommercecollection import *
52
+ from .getcommerceinventory import *
53
+ from .getcommerceitem import *
54
+ from .getcommercelocation import *
55
+ from .getcrmcompany import *
56
+ from .getcrmcontact import *
57
+ from .getcrmdeal import *
58
+ from .getcrmevent import *
59
+ from .getcrmlead import *
60
+ from .getcrmpipeline import *
61
+ from .gethrisemployee import *
62
+ from .gethrisgroup import *
63
+ from .getmartechlist import *
64
+ from .getmartechmember import *
65
+ from .getstoragefile import *
66
+ from .getticketingcustomer import *
67
+ from .getticketingnote import *
68
+ from .getticketingticket import *
69
+ from .getuccontact import *
70
+ from .getunifiedapicall import *
71
+ from .getunifiedconnection import *
72
+ from .getunifiedintegrationauth import *
73
+ from .getunifiedintegrationlogin import *
74
+ from .getunifiedwebhook import *
75
+ from .listaccountingaccounts import *
76
+ from .listaccountingcontacts import *
77
+ from .listaccountinginvoices import *
78
+ from .listaccountingorganizations import *
79
+ from .listaccountingpayments import *
80
+ from .listaccountingtaxrates import *
81
+ from .listaccountingtransactions import *
82
+ from .listatsapplications import *
83
+ from .listatsapplicationstatuses import *
84
+ from .listatscandidates import *
85
+ from .listatscompanies import *
86
+ from .listatsdocuments import *
87
+ from .listatsinterviews import *
88
+ from .listatsjobs import *
89
+ from .listatsscorecards import *
90
+ from .listcommercecollections import *
91
+ from .listcommerceinventories import *
92
+ from .listcommerceitems import *
93
+ from .listcommercelocations import *
94
+ from .listcrmcompanies import *
95
+ from .listcrmcontacts import *
96
+ from .listcrmdeals import *
97
+ from .listcrmevents import *
98
+ from .listcrmleads import *
99
+ from .listcrmpipelines import *
100
+ from .listenrichcompanies import *
101
+ from .listenrichpeople import *
102
+ from .listhrisemployees import *
103
+ from .listhrisgroups import *
104
+ from .listmartechlists import *
105
+ from .listmartechmembers import *
106
+ from .listpassthroughs import *
107
+ from .liststoragefiles import *
108
+ from .listticketingcustomers import *
109
+ from .listticketingnotes import *
110
+ from .listticketingtickets import *
111
+ from .listuccalls import *
112
+ from .listuccontacts import *
113
+ from .listunifiedapicalls import *
114
+ from .listunifiedconnections import *
115
+ from .listunifiedintegrations import *
116
+ from .listunifiedintegrationworkspaces import *
117
+ from .listunifiedwebhooks import *
118
+ from .patchaccountingaccount import *
119
+ from .patchaccountingcontact import *
120
+ from .patchaccountinginvoice import *
121
+ from .patchaccountingpayment import *
122
+ from .patchaccountingtaxrate import *
123
+ from .patchaccountingtransaction import *
124
+ from .patchatsapplication import *
125
+ from .patchatscandidate import *
126
+ from .patchatsdocument import *
127
+ from .patchatsinterview import *
128
+ from .patchatsjob import *
129
+ from .patchatsscorecard import *
130
+ from .patchcommercecollection import *
131
+ from .patchcommerceinventory import *
132
+ from .patchcommerceitem import *
133
+ from .patchcommercelocation import *
134
+ from .patchcrmcompany import *
135
+ from .patchcrmcontact import *
136
+ from .patchcrmdeal import *
137
+ from .patchcrmevent import *
138
+ from .patchcrmlead import *
139
+ from .patchcrmpipeline import *
140
+ from .patchhrisemployee import *
141
+ from .patchhrisgroup import *
142
+ from .patchmartechlist import *
143
+ from .patchmartechmember import *
144
+ from .patchpassthrough import *
145
+ from .patchstoragefile import *
146
+ from .patchticketingcustomer import *
147
+ from .patchticketingnote import *
148
+ from .patchticketingticket import *
149
+ from .patchuccontact import *
150
+ from .patchunifiedconnection import *
151
+ from .patchunifiedwebhooktrigger import *
152
+ from .removeaccountingaccount import *
153
+ from .removeaccountingcontact import *
154
+ from .removeaccountinginvoice import *
155
+ from .removeaccountingpayment import *
156
+ from .removeaccountingtaxrate import *
157
+ from .removeaccountingtransaction import *
158
+ from .removeatsapplication import *
159
+ from .removeatscandidate import *
160
+ from .removeatsdocument import *
161
+ from .removeatsinterview import *
162
+ from .removeatsjob import *
163
+ from .removeatsscorecard import *
164
+ from .removecommercecollection import *
165
+ from .removecommerceinventory import *
166
+ from .removecommerceitem import *
167
+ from .removecommercelocation import *
168
+ from .removecrmcompany import *
169
+ from .removecrmcontact import *
170
+ from .removecrmdeal import *
171
+ from .removecrmevent import *
172
+ from .removecrmlead import *
173
+ from .removecrmpipeline import *
174
+ from .removehrisemployee import *
175
+ from .removehrisgroup import *
176
+ from .removemartechlist import *
177
+ from .removemartechmember import *
178
+ from .removepassthrough import *
179
+ from .removestoragefile import *
180
+ from .removeticketingcustomer import *
181
+ from .removeticketingnote import *
182
+ from .removeticketingticket import *
183
+ from .removeuccontact import *
184
+ from .removeunifiedconnection import *
185
+ from .removeunifiedwebhook import *
186
+ from .updateaccountingaccount import *
187
+ from .updateaccountingcontact import *
188
+ from .updateaccountinginvoice import *
189
+ from .updateaccountingpayment import *
190
+ from .updateaccountingtaxrate import *
191
+ from .updateaccountingtransaction import *
192
+ from .updateatsapplication import *
193
+ from .updateatscandidate import *
194
+ from .updateatsdocument import *
195
+ from .updateatsinterview import *
196
+ from .updateatsjob import *
197
+ from .updateatsscorecard import *
198
+ from .updatecommercecollection import *
199
+ from .updatecommerceinventory import *
200
+ from .updatecommerceitem import *
201
+ from .updatecommercelocation import *
202
+ from .updatecrmcompany import *
203
+ from .updatecrmcontact import *
204
+ from .updatecrmdeal import *
205
+ from .updatecrmevent import *
206
+ from .updatecrmlead import *
207
+ from .updatecrmpipeline import *
208
+ from .updatehrisemployee import *
209
+ from .updatehrisgroup import *
210
+ from .updatemartechlist import *
211
+ from .updatemartechmember import *
212
+ from .updatepassthrough import *
213
+ from .updatestoragefile import *
214
+ from .updateticketingcustomer import *
215
+ from .updateticketingnote import *
216
+ from .updateticketingticket import *
217
+ from .updateuccontact import *
218
+ from .updateunifiedconnection import *
219
+ from .updateunifiedwebhooktrigger import *
220
+
221
+ __all__ = ["Categories","CreateAccountingAccountRequest","CreateAccountingAccountResponse","CreateAccountingContactRequest","CreateAccountingContactResponse","CreateAccountingInvoiceRequest","CreateAccountingInvoiceResponse","CreateAccountingPaymentRequest","CreateAccountingPaymentResponse","CreateAccountingTaxrateRequest","CreateAccountingTaxrateResponse","CreateAccountingTransactionRequest","CreateAccountingTransactionResponse","CreateAtsApplicationRequest","CreateAtsApplicationResponse","CreateAtsCandidateRequest","CreateAtsCandidateResponse","CreateAtsDocumentRequest","CreateAtsDocumentResponse","CreateAtsInterviewRequest","CreateAtsInterviewResponse","CreateAtsJobRequest","CreateAtsJobResponse","CreateAtsScorecardRequest","CreateAtsScorecardResponse","CreateCommerceCollectionRequest","CreateCommerceCollectionResponse","CreateCommerceInventoryRequest","CreateCommerceInventoryResponse","CreateCommerceItemRequest","CreateCommerceItemResponse","CreateCommerceLocationRequest","CreateCommerceLocationResponse","CreateCrmCompanyRequest","CreateCrmCompanyResponse","CreateCrmContactRequest","CreateCrmContactResponse","CreateCrmDealRequest","CreateCrmDealResponse","CreateCrmEventRequest","CreateCrmEventResponse","CreateCrmLeadRequest","CreateCrmLeadResponse","CreateCrmPipelineRequest","CreateCrmPipelineResponse","CreateHrisEmployeeRequest","CreateHrisEmployeeResponse","CreateHrisGroupRequest","CreateHrisGroupResponse","CreateMartechListRequest","CreateMartechListResponse","CreateMartechMemberRequest","CreateMartechMemberResponse","CreatePassthroughRequest","CreatePassthroughResponse","CreateStorageFileRequest","CreateStorageFileResponse","CreateTicketingCustomerRequest","CreateTicketingCustomerResponse","CreateTicketingNoteRequest","CreateTicketingNoteResponse","CreateTicketingTicketRequest","CreateTicketingTicketResponse","CreateUcContactRequest","CreateUcContactResponse","CreateUnifiedConnectionResponse","CreateUnifiedWebhookRequest","CreateUnifiedWebhookResponse","GetAccountingAccountRequest","GetAccountingAccountResponse","GetAccountingContactRequest","GetAccountingContactResponse","GetAccountingInvoiceRequest","GetAccountingInvoiceResponse","GetAccountingOrganizationRequest","GetAccountingOrganizationResponse","GetAccountingPaymentRequest","GetAccountingPaymentResponse","GetAccountingTaxrateRequest","GetAccountingTaxrateResponse","GetAccountingTransactionRequest","GetAccountingTransactionResponse","GetAtsApplicationRequest","GetAtsApplicationResponse","GetAtsCandidateRequest","GetAtsCandidateResponse","GetAtsCompanyRequest","GetAtsCompanyResponse","GetAtsDocumentRequest","GetAtsDocumentResponse","GetAtsInterviewRequest","GetAtsInterviewResponse","GetAtsJobRequest","GetAtsJobResponse","GetAtsScorecardRequest","GetAtsScorecardResponse","GetCommerceCollectionRequest","GetCommerceCollectionResponse","GetCommerceInventoryRequest","GetCommerceInventoryResponse","GetCommerceItemRequest","GetCommerceItemResponse","GetCommerceLocationRequest","GetCommerceLocationResponse","GetCrmCompanyRequest","GetCrmCompanyResponse","GetCrmContactRequest","GetCrmContactResponse","GetCrmDealRequest","GetCrmDealResponse","GetCrmEventRequest","GetCrmEventResponse","GetCrmLeadRequest","GetCrmLeadResponse","GetCrmPipelineRequest","GetCrmPipelineResponse","GetHrisEmployeeRequest","GetHrisEmployeeResponse","GetHrisGroupRequest","GetHrisGroupResponse","GetMartechListRequest","GetMartechListResponse","GetMartechMemberRequest","GetMartechMemberResponse","GetStorageFileRequest","GetStorageFileResponse","GetTicketingCustomerRequest","GetTicketingCustomerResponse","GetTicketingNoteRequest","GetTicketingNoteResponse","GetTicketingTicketRequest","GetTicketingTicketResponse","GetUcContactRequest","GetUcContactResponse","GetUnifiedApicallRequest","GetUnifiedApicallResponse","GetUnifiedConnectionRequest","GetUnifiedConnectionResponse","GetUnifiedIntegrationAuthRequest","GetUnifiedIntegrationAuthResponse","GetUnifiedIntegrationLoginRequest","GetUnifiedIntegrationLoginResponse","GetUnifiedWebhookRequest","GetUnifiedWebhookResponse","ListAccountingAccountsRequest","ListAccountingAccountsResponse","ListAccountingContactsRequest","ListAccountingContactsResponse","ListAccountingInvoicesRequest","ListAccountingInvoicesResponse","ListAccountingOrganizationsRequest","ListAccountingOrganizationsResponse","ListAccountingPaymentsRequest","ListAccountingPaymentsResponse","ListAccountingTaxratesRequest","ListAccountingTaxratesResponse","ListAccountingTransactionsRequest","ListAccountingTransactionsResponse","ListAtsApplicationsRequest","ListAtsApplicationsResponse","ListAtsApplicationstatusesRequest","ListAtsApplicationstatusesResponse","ListAtsCandidatesRequest","ListAtsCandidatesResponse","ListAtsCompaniesRequest","ListAtsCompaniesResponse","ListAtsDocumentsRequest","ListAtsDocumentsResponse","ListAtsInterviewsRequest","ListAtsInterviewsResponse","ListAtsJobsRequest","ListAtsJobsResponse","ListAtsScorecardsRequest","ListAtsScorecardsResponse","ListCommerceCollectionsRequest","ListCommerceCollectionsResponse","ListCommerceInventoriesRequest","ListCommerceInventoriesResponse","ListCommerceItemsRequest","ListCommerceItemsResponse","ListCommerceLocationsRequest","ListCommerceLocationsResponse","ListCrmCompaniesRequest","ListCrmCompaniesResponse","ListCrmContactsRequest","ListCrmContactsResponse","ListCrmDealsRequest","ListCrmDealsResponse","ListCrmEventsRequest","ListCrmEventsResponse","ListCrmLeadsRequest","ListCrmLeadsResponse","ListCrmPipelinesRequest","ListCrmPipelinesResponse","ListEnrichCompaniesRequest","ListEnrichCompaniesResponse","ListEnrichPeopleRequest","ListEnrichPeopleResponse","ListHrisEmployeesRequest","ListHrisEmployeesResponse","ListHrisGroupsRequest","ListHrisGroupsResponse","ListMartechListsRequest","ListMartechListsResponse","ListMartechMembersRequest","ListMartechMembersResponse","ListPassthroughsRequest","ListPassthroughsResponse","ListStorageFilesRequest","ListStorageFilesResponse","ListTicketingCustomersRequest","ListTicketingCustomersResponse","ListTicketingNotesRequest","ListTicketingNotesResponse","ListTicketingTicketsRequest","ListTicketingTicketsResponse","ListUcCallsRequest","ListUcCallsResponse","ListUcContactsRequest","ListUcContactsResponse","ListUnifiedApicallsRequest","ListUnifiedApicallsResponse","ListUnifiedConnectionsRequest","ListUnifiedConnectionsResponse","ListUnifiedIntegrationWorkspacesRequest","ListUnifiedIntegrationWorkspacesResponse","ListUnifiedIntegrationsQueryParamCategories","ListUnifiedIntegrationsRequest","ListUnifiedIntegrationsResponse","ListUnifiedWebhooksRequest","ListUnifiedWebhooksResponse","PatchAccountingAccountRequest","PatchAccountingAccountResponse","PatchAccountingContactRequest","PatchAccountingContactResponse","PatchAccountingInvoiceRequest","PatchAccountingInvoiceResponse","PatchAccountingPaymentRequest","PatchAccountingPaymentResponse","PatchAccountingTaxrateRequest","PatchAccountingTaxrateResponse","PatchAccountingTransactionRequest","PatchAccountingTransactionResponse","PatchAtsApplicationRequest","PatchAtsApplicationResponse","PatchAtsCandidateRequest","PatchAtsCandidateResponse","PatchAtsDocumentRequest","PatchAtsDocumentResponse","PatchAtsInterviewRequest","PatchAtsInterviewResponse","PatchAtsJobRequest","PatchAtsJobResponse","PatchAtsScorecardRequest","PatchAtsScorecardResponse","PatchCommerceCollectionRequest","PatchCommerceCollectionResponse","PatchCommerceInventoryRequest","PatchCommerceInventoryResponse","PatchCommerceItemRequest","PatchCommerceItemResponse","PatchCommerceLocationRequest","PatchCommerceLocationResponse","PatchCrmCompanyRequest","PatchCrmCompanyResponse","PatchCrmContactRequest","PatchCrmContactResponse","PatchCrmDealRequest","PatchCrmDealResponse","PatchCrmEventRequest","PatchCrmEventResponse","PatchCrmLeadRequest","PatchCrmLeadResponse","PatchCrmPipelineRequest","PatchCrmPipelineResponse","PatchHrisEmployeeRequest","PatchHrisEmployeeResponse","PatchHrisGroupRequest","PatchHrisGroupResponse","PatchMartechListRequest","PatchMartechListResponse","PatchMartechMemberRequest","PatchMartechMemberResponse","PatchPassthroughRequest","PatchPassthroughResponse","PatchStorageFileRequest","PatchStorageFileResponse","PatchTicketingCustomerRequest","PatchTicketingCustomerResponse","PatchTicketingNoteRequest","PatchTicketingNoteResponse","PatchTicketingTicketRequest","PatchTicketingTicketResponse","PatchUcContactRequest","PatchUcContactResponse","PatchUnifiedConnectionRequest","PatchUnifiedConnectionResponse","PatchUnifiedWebhookTriggerRequest","PatchUnifiedWebhookTriggerResponse","QueryParamCategories","RemoveAccountingAccountRequest","RemoveAccountingAccountResponse","RemoveAccountingContactRequest","RemoveAccountingContactResponse","RemoveAccountingInvoiceRequest","RemoveAccountingInvoiceResponse","RemoveAccountingPaymentRequest","RemoveAccountingPaymentResponse","RemoveAccountingTaxrateRequest","RemoveAccountingTaxrateResponse","RemoveAccountingTransactionRequest","RemoveAccountingTransactionResponse","RemoveAtsApplicationRequest","RemoveAtsApplicationResponse","RemoveAtsCandidateRequest","RemoveAtsCandidateResponse","RemoveAtsDocumentRequest","RemoveAtsDocumentResponse","RemoveAtsInterviewRequest","RemoveAtsInterviewResponse","RemoveAtsJobRequest","RemoveAtsJobResponse","RemoveAtsScorecardRequest","RemoveAtsScorecardResponse","RemoveCommerceCollectionRequest","RemoveCommerceCollectionResponse","RemoveCommerceInventoryRequest","RemoveCommerceInventoryResponse","RemoveCommerceItemRequest","RemoveCommerceItemResponse","RemoveCommerceLocationRequest","RemoveCommerceLocationResponse","RemoveCrmCompanyRequest","RemoveCrmCompanyResponse","RemoveCrmContactRequest","RemoveCrmContactResponse","RemoveCrmDealRequest","RemoveCrmDealResponse","RemoveCrmEventRequest","RemoveCrmEventResponse","RemoveCrmLeadRequest","RemoveCrmLeadResponse","RemoveCrmPipelineRequest","RemoveCrmPipelineResponse","RemoveHrisEmployeeRequest","RemoveHrisEmployeeResponse","RemoveHrisGroupRequest","RemoveHrisGroupResponse","RemoveMartechListRequest","RemoveMartechListResponse","RemoveMartechMemberRequest","RemoveMartechMemberResponse","RemovePassthroughRequest","RemovePassthroughResponse","RemoveStorageFileRequest","RemoveStorageFileResponse","RemoveTicketingCustomerRequest","RemoveTicketingCustomerResponse","RemoveTicketingNoteRequest","RemoveTicketingNoteResponse","RemoveTicketingTicketRequest","RemoveTicketingTicketResponse","RemoveUcContactRequest","RemoveUcContactResponse","RemoveUnifiedConnectionRequest","RemoveUnifiedConnectionResponse","RemoveUnifiedWebhookRequest","RemoveUnifiedWebhookResponse","Scopes","UpdateAccountingAccountRequest","UpdateAccountingAccountResponse","UpdateAccountingContactRequest","UpdateAccountingContactResponse","UpdateAccountingInvoiceRequest","UpdateAccountingInvoiceResponse","UpdateAccountingPaymentRequest","UpdateAccountingPaymentResponse","UpdateAccountingTaxrateRequest","UpdateAccountingTaxrateResponse","UpdateAccountingTransactionRequest","UpdateAccountingTransactionResponse","UpdateAtsApplicationRequest","UpdateAtsApplicationResponse","UpdateAtsCandidateRequest","UpdateAtsCandidateResponse","UpdateAtsDocumentRequest","UpdateAtsDocumentResponse","UpdateAtsInterviewRequest","UpdateAtsInterviewResponse","UpdateAtsJobRequest","UpdateAtsJobResponse","UpdateAtsScorecardRequest","UpdateAtsScorecardResponse","UpdateCommerceCollectionRequest","UpdateCommerceCollectionResponse","UpdateCommerceInventoryRequest","UpdateCommerceInventoryResponse","UpdateCommerceItemRequest","UpdateCommerceItemResponse","UpdateCommerceLocationRequest","UpdateCommerceLocationResponse","UpdateCrmCompanyRequest","UpdateCrmCompanyResponse","UpdateCrmContactRequest","UpdateCrmContactResponse","UpdateCrmDealRequest","UpdateCrmDealResponse","UpdateCrmEventRequest","UpdateCrmEventResponse","UpdateCrmLeadRequest","UpdateCrmLeadResponse","UpdateCrmPipelineRequest","UpdateCrmPipelineResponse","UpdateHrisEmployeeRequest","UpdateHrisEmployeeResponse","UpdateHrisGroupRequest","UpdateHrisGroupResponse","UpdateMartechListRequest","UpdateMartechListResponse","UpdateMartechMemberRequest","UpdateMartechMemberResponse","UpdatePassthroughRequest","UpdatePassthroughResponse","UpdateStorageFileRequest","UpdateStorageFileResponse","UpdateTicketingCustomerRequest","UpdateTicketingCustomerResponse","UpdateTicketingNoteRequest","UpdateTicketingNoteResponse","UpdateTicketingTicketRequest","UpdateTicketingTicketResponse","UpdateUcContactRequest","UpdateUcContactResponse","UpdateUnifiedConnectionRequest","UpdateUnifiedConnectionResponse","UpdateUnifiedWebhookTriggerRequest","UpdateUnifiedWebhookTriggerResponse"]