Unified-python-sdk 0.20.6__tar.gz → 0.21.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.
- {Unified-python-sdk-0.20.6/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.21.0}/PKG-INFO +4 -4
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/README.md +2 -2
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/setup.py +2 -1
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0/src/Unified_python_sdk.egg-info}/PKG-INFO +4 -4
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/_hooks/sdkhooks.py +10 -8
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/_hooks/types.py +7 -3
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/account.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/accounting.py +417 -449
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/activity.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/apicall.py +27 -29
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/application.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/applicationstatus.py +14 -15
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/ats.py +586 -631
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/auth.py +27 -29
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/call.py +14 -15
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/candidate.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/collection.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/commerce.py +313 -337
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/company.py +118 -127
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/connection.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/contact.py +235 -253
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/crm.py +469 -505
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/customer.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/deal.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/document.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/employee.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/enrich.py +27 -29
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/event.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/file.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/group.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/hris.py +157 -169
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/integration.py +40 -43
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/interview.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/inventory.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/invoice.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/issue.py +14 -15
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/item.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/job.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/lead.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/link.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/list.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/location.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/login.py +14 -15
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/martech.py +157 -169
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/member.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/note.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/organization.py +27 -29
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/passthrough.py +66 -71
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/payment.py +209 -225
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/payout.py +27 -29
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/person.py +14 -15
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/pipeline.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/refund.py +27 -29
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/scorecard.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/sdk.py +3 -2
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/sdkconfiguration.py +9 -9
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/storage.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/taxrate.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/ticket.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/ticketing.py +235 -253
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/transaction.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/uc.py +92 -99
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/unified.py +235 -253
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/utils/retries.py +2 -2
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/webhook.py +79 -85
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/LICENSE.md +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/setup.cfg +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/Unified_python_sdk.egg-info/SOURCES.txt +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/__init__.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/_hooks/__init__.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/__init__.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/errors/__init__.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/errors/sdkerror.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/__init__.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createaccountingaccount.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createaccountingcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createatsactivity.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createatsapplication.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createatscandidate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createatsdocument.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createatsinterview.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createatsjob.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createatsscorecard.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createcommercecollection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createcommerceinventory.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createcommerceitem.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createcommercelocation.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createcrmcompany.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createcrmcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createcrmdeal.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createcrmevent.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createcrmlead.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createhrisemployee.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createhrisgroup.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createmartechlist.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createmartechmember.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createpassthrough.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createpaymentlink.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createpaymentpayment.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createstoragefile.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createticketingnote.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createticketingticket.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createuccontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getaccountingaccount.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getaccountingcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getaccountingorganization.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getatsactivity.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getatsapplication.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getatscandidate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getatscompany.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getatsdocument.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getatsinterview.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getatsjob.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getatsscorecard.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getcommercecollection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getcommerceinventory.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getcommerceitem.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getcommercelocation.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getcrmcompany.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getcrmcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getcrmdeal.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getcrmevent.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getcrmlead.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/gethrisemployee.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/gethrisgroup.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getmartechlist.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getmartechmember.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getpaymentlink.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getpaymentpayment.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getpaymentpayout.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getpaymentrefund.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getstoragefile.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getticketingnote.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getticketingticket.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getuccontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getunifiedintegrationauth.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listaccountingaccounts.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listaccountingcontacts.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listaccountingorganizations.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listaccountingtaxrates.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listaccountingtransactions.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listatsactivities.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listatsapplications.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listatsapplicationstatuses.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listatscandidates.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listatscompanies.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listatsdocuments.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listatsinterviews.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listatsjobs.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listatsscorecards.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listcommercecollections.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listcommerceinventories.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listcommerceitems.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listcommercelocations.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listcrmdeals.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listcrmevents.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listcrmleads.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listenrichpeople.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listhrisemployees.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listhrisgroups.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listmartechlists.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listmartechmembers.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listpassthroughs.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listpaymentlinks.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listpaymentpayments.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listpaymentpayouts.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listpaymentrefunds.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/liststoragefiles.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listticketingnotes.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listticketingtickets.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listuccalls.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listuccontacts.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listunifiedconnections.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listunifiedintegrations.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listunifiedissues.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchaccountingaccount.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchaccountingcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchatsactivity.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchatsapplication.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchatscandidate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchatsdocument.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchatsinterview.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchatsjob.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchcommercecollection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchcommerceinventory.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchcommerceitem.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchcommercelocation.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchcrmevent.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchcrmlead.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchmartechlist.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchmartechmember.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchpassthrough.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchpaymentlink.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchpaymentpayment.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchstoragefile.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchticketingnote.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchticketingticket.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchuccontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/patchunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeaccountingaccount.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeaccountingcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeatsactivity.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeatsapplication.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeatscandidate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeatsdocument.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeatsinterview.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeatsjob.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removecommercecollection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removecommerceinventory.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removecommerceitem.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removecommercelocation.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removecrmcompany.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removecrmcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removecrmdeal.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removecrmevent.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removecrmlead.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removehrisemployee.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removehrisgroup.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removemartechlist.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removemartechmember.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removepassthrough.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removepaymentlink.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removepaymentpayment.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removestoragefile.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeticketingnote.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeticketingticket.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeuccontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateaccountingaccount.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateaccountingcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateatsactivity.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateatsapplication.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateatscandidate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateatsdocument.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateatsinterview.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateatsjob.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatecommercecollection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatecommerceinventory.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatecommerceitem.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatecommercelocation.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatecrmevent.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatecrmlead.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatemartechlist.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatemartechmember.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatepassthrough.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatepaymentlink.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatepaymentpayment.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updatestoragefile.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateticketingnote.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateticketingticket.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateuccontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/operations/updateunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/__init__.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountingaccount.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountingcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountingcontactpaymentmethod.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountingemail.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountinginvoice.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountinglineitem.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountingorganization.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountingtaxrate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountingtelephone.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountingtransaction.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/accountingtransactionlineitem.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/apicall.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsactivity.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsaddress.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsapplication.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsapplicationanswer.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atscandidate.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atscompany.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atscompensation.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsdocument.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsemail.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsinterview.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsjob.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsjobquestion.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsscorecard.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsscorecardquestion.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atsstatus.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/atstelephone.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/commercecollection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/commerceinventory.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/commerceitem.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/commerceitemmedia.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/commerceitemoption.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/commerceitemprice.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/commerceitemvariant.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/commercelocation.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/connection.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/crmcompany.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/crmcontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/crmdeal.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/crmemail.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/crmevent.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/crmlead.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/crmpipeline.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/crmtelephone.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/enrichcompany.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/enrichemail.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/enrichperson.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/enrichtelephone.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/hrisemail.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/hrisemployee.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/hrisgroup.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/hristelephone.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/integration.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/integrationsupport.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/issue.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/marketingemail.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/marketinglist.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/marketingmember.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/paymentlink.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/paymentlinklineitem.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/paymentpayment.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/paymentpayout.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/paymentrefund.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_accountingcontact_billing_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_accountingcontact_shipping_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_accountingorganization_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_atscompany_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_commercelocation_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_connection_auth.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_connection_categories.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_connection_permissions.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_integration_categories.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_created.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_deleted.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_updated.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_storagepermission_roles.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/security.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/storagefile.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/storagepermission.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/ticketingemail.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/ticketingnote.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/ticketingticket.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/uccall.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/uccontact.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/ucemail.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/uctelephone.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/models/shared/webhook.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/utils/__init__.py +0 -0
- {Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0}/src/unified_to/utils/utils.py +0 -0
{Unified-python-sdk-0.20.6/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.21.0}/PKG-INFO
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Unified-python-sdk
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.21.0
|
|
4
4
|
Summary: Python Client SDK for Unified.to
|
|
5
|
-
Home-page:
|
|
5
|
+
Home-page: https://github.com/unified-to/unified-python-sdk.git
|
|
6
6
|
Author: Unified API Inc
|
|
7
7
|
License: UNKNOWN
|
|
8
8
|
Description: <div align="left">
|
|
@@ -690,7 +690,7 @@ Description: <div align="left">
|
|
|
690
690
|
|
|
691
691
|
| Error Object | Status Code | Content Type |
|
|
692
692
|
| --------------- | --------------- | --------------- |
|
|
693
|
-
| errors.SDKError |
|
|
693
|
+
| errors.SDKError | 4xx-5xx | */* |
|
|
694
694
|
|
|
695
695
|
### Example
|
|
696
696
|
|
|
@@ -803,7 +803,7 @@ Description: <div align="left">
|
|
|
803
803
|
|
|
804
804
|
http_client = requests.Session()
|
|
805
805
|
http_client.headers.update({'x-custom-header': 'someValue'})
|
|
806
|
-
s = unified_to.UnifiedTo(client
|
|
806
|
+
s = unified_to.UnifiedTo(client=http_client)
|
|
807
807
|
```
|
|
808
808
|
<!-- End Custom HTTP Client [http-client] -->
|
|
809
809
|
|
|
@@ -683,7 +683,7 @@ Handling errors in this SDK should largely match your expectations. All operati
|
|
|
683
683
|
|
|
684
684
|
| Error Object | Status Code | Content Type |
|
|
685
685
|
| --------------- | --------------- | --------------- |
|
|
686
|
-
| errors.SDKError |
|
|
686
|
+
| errors.SDKError | 4xx-5xx | */* |
|
|
687
687
|
|
|
688
688
|
### Example
|
|
689
689
|
|
|
@@ -796,7 +796,7 @@ import requests
|
|
|
796
796
|
|
|
797
797
|
http_client = requests.Session()
|
|
798
798
|
http_client.headers.update({'x-custom-header': 'someValue'})
|
|
799
|
-
s = unified_to.UnifiedTo(client
|
|
799
|
+
s = unified_to.UnifiedTo(client=http_client)
|
|
800
800
|
```
|
|
801
801
|
<!-- End Custom HTTP Client [http-client] -->
|
|
802
802
|
|
|
@@ -10,9 +10,10 @@ except FileNotFoundError:
|
|
|
10
10
|
|
|
11
11
|
setuptools.setup(
|
|
12
12
|
name="Unified-python-sdk",
|
|
13
|
-
version="0.
|
|
13
|
+
version="0.21.0",
|
|
14
14
|
author="Unified API Inc",
|
|
15
15
|
description="Python Client SDK for Unified.to",
|
|
16
|
+
url="https://github.com/unified-to/unified-python-sdk.git",
|
|
16
17
|
long_description=long_description,
|
|
17
18
|
long_description_content_type="text/markdown",
|
|
18
19
|
packages=setuptools.find_packages(where="src"),
|
{Unified-python-sdk-0.20.6 → Unified-python-sdk-0.21.0/src/Unified_python_sdk.egg-info}/PKG-INFO
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Unified-python-sdk
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.21.0
|
|
4
4
|
Summary: Python Client SDK for Unified.to
|
|
5
|
-
Home-page:
|
|
5
|
+
Home-page: https://github.com/unified-to/unified-python-sdk.git
|
|
6
6
|
Author: Unified API Inc
|
|
7
7
|
License: UNKNOWN
|
|
8
8
|
Description: <div align="left">
|
|
@@ -690,7 +690,7 @@ Description: <div align="left">
|
|
|
690
690
|
|
|
691
691
|
| Error Object | Status Code | Content Type |
|
|
692
692
|
| --------------- | --------------- | --------------- |
|
|
693
|
-
| errors.SDKError |
|
|
693
|
+
| errors.SDKError | 4xx-5xx | */* |
|
|
694
694
|
|
|
695
695
|
### Example
|
|
696
696
|
|
|
@@ -803,7 +803,7 @@ Description: <div align="left">
|
|
|
803
803
|
|
|
804
804
|
http_client = requests.Session()
|
|
805
805
|
http_client.headers.update({'x-custom-header': 'someValue'})
|
|
806
|
-
s = unified_to.UnifiedTo(client
|
|
806
|
+
s = unified_to.UnifiedTo(client=http_client)
|
|
807
807
|
```
|
|
808
808
|
<!-- End Custom HTTP Client [http-client] -->
|
|
809
809
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import requests
|
|
4
4
|
from .types import SDKInitHook, BeforeRequestContext, BeforeRequestHook, AfterSuccessContext, AfterSuccessHook, AfterErrorContext, AfterErrorHook, Hooks
|
|
5
|
-
from typing import List, Optional, Tuple
|
|
5
|
+
from typing import List, Optional, Tuple
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
class SDKHooks(Hooks):
|
|
@@ -29,19 +29,21 @@ class SDKHooks(Hooks):
|
|
|
29
29
|
base_url, client = hook.sdk_init(base_url, client)
|
|
30
30
|
return base_url, client
|
|
31
31
|
|
|
32
|
-
def before_request(self, hook_ctx: BeforeRequestContext, request: requests.PreparedRequest) ->
|
|
32
|
+
def before_request(self, hook_ctx: BeforeRequestContext, request: requests.PreparedRequest) -> requests.PreparedRequest:
|
|
33
33
|
for hook in self.before_request_hooks:
|
|
34
|
-
|
|
35
|
-
if isinstance(
|
|
36
|
-
raise
|
|
34
|
+
out = hook.before_request(hook_ctx, request)
|
|
35
|
+
if isinstance(out, Exception):
|
|
36
|
+
raise out
|
|
37
|
+
request = out
|
|
37
38
|
|
|
38
39
|
return request
|
|
39
40
|
|
|
40
41
|
def after_success(self, hook_ctx: AfterSuccessContext, response: requests.Response) -> requests.Response:
|
|
41
42
|
for hook in self.after_success_hooks:
|
|
42
|
-
|
|
43
|
-
if isinstance(
|
|
44
|
-
raise
|
|
43
|
+
out = hook.after_success(hook_ctx, response)
|
|
44
|
+
if isinstance(out, Exception):
|
|
45
|
+
raise out
|
|
46
|
+
response = out
|
|
45
47
|
return response
|
|
46
48
|
|
|
47
49
|
def after_error(self, hook_ctx: AfterErrorContext, response: Optional[requests.Response], error: Optional[Exception]) -> Tuple[Optional[requests.Response], Optional[Exception]]:
|
|
@@ -17,15 +17,19 @@ class HookContext:
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
class BeforeRequestContext(HookContext):
|
|
20
|
-
|
|
20
|
+
def __init__(self, hook_ctx: HookContext):
|
|
21
|
+
super().__init__(hook_ctx.operation_id, hook_ctx.oauth2_scopes, hook_ctx.security_source)
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
class AfterSuccessContext(HookContext):
|
|
24
|
-
|
|
25
|
+
def __init__(self, hook_ctx: HookContext):
|
|
26
|
+
super().__init__(hook_ctx.operation_id, hook_ctx.oauth2_scopes, hook_ctx.security_source)
|
|
27
|
+
|
|
25
28
|
|
|
26
29
|
|
|
27
30
|
class AfterErrorContext(HookContext):
|
|
28
|
-
|
|
31
|
+
def __init__(self, hook_ctx: HookContext):
|
|
32
|
+
super().__init__(hook_ctx.operation_id, hook_ctx.oauth2_scopes, hook_ctx.security_source)
|
|
29
33
|
|
|
30
34
|
|
|
31
35
|
class SDKInitHook(ABC):
|
|
@@ -4,7 +4,7 @@ import requests as requests_http
|
|
|
4
4
|
from .sdkconfiguration import SDKConfiguration
|
|
5
5
|
from typing import List, Optional
|
|
6
6
|
from unified_to import utils
|
|
7
|
-
from unified_to._hooks import HookContext
|
|
7
|
+
from unified_to._hooks import AfterErrorContext, AfterSuccessContext, BeforeRequestContext, HookContext
|
|
8
8
|
from unified_to.models import errors, operations, shared
|
|
9
9
|
|
|
10
10
|
class Account:
|
|
@@ -35,30 +35,29 @@ class Account:
|
|
|
35
35
|
client = self.sdk_configuration.client
|
|
36
36
|
|
|
37
37
|
try:
|
|
38
|
-
req =
|
|
39
|
-
|
|
40
|
-
requests_http.Request('POST', url, params=query_params, data=data, files=form, headers=headers).prepare(),
|
|
41
|
-
)
|
|
38
|
+
req = client.prepare_request(requests_http.Request('POST', url, params=query_params, data=data, files=form, headers=headers))
|
|
39
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
42
40
|
http_res = client.send(req)
|
|
43
41
|
except Exception as e:
|
|
44
|
-
_, e = self.sdk_configuration.get_hooks().after_error(hook_ctx, None, e)
|
|
45
|
-
|
|
42
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
43
|
+
if e is not None:
|
|
44
|
+
raise e
|
|
46
45
|
|
|
47
46
|
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
48
|
-
|
|
49
|
-
if e:
|
|
47
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
48
|
+
if e is not None:
|
|
50
49
|
raise e
|
|
50
|
+
if result is not None:
|
|
51
|
+
http_res = result
|
|
51
52
|
else:
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
raise result
|
|
55
|
-
http_res = result
|
|
53
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
54
|
+
|
|
56
55
|
|
|
57
56
|
|
|
58
|
-
res = operations.CreateAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type'), raw_response=http_res)
|
|
57
|
+
res = operations.CreateAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
59
58
|
|
|
60
59
|
if http_res.status_code == 200:
|
|
61
|
-
if utils.match_content_type(http_res.headers.get('Content-Type'), 'application/json'):
|
|
60
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
62
61
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
63
62
|
res.accounting_account = out
|
|
64
63
|
else:
|
|
@@ -91,30 +90,29 @@ class Account:
|
|
|
91
90
|
client = self.sdk_configuration.client
|
|
92
91
|
|
|
93
92
|
try:
|
|
94
|
-
req =
|
|
95
|
-
|
|
96
|
-
requests_http.Request('GET', url, params=query_params, headers=headers).prepare(),
|
|
97
|
-
)
|
|
93
|
+
req = client.prepare_request(requests_http.Request('GET', url, params=query_params, headers=headers))
|
|
94
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
98
95
|
http_res = client.send(req)
|
|
99
96
|
except Exception as e:
|
|
100
|
-
_, e = self.sdk_configuration.get_hooks().after_error(hook_ctx, None, e)
|
|
101
|
-
|
|
97
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
98
|
+
if e is not None:
|
|
99
|
+
raise e
|
|
102
100
|
|
|
103
101
|
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
104
|
-
|
|
105
|
-
if e:
|
|
102
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
103
|
+
if e is not None:
|
|
106
104
|
raise e
|
|
105
|
+
if result is not None:
|
|
106
|
+
http_res = result
|
|
107
107
|
else:
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
raise result
|
|
111
|
-
http_res = result
|
|
108
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
109
|
+
|
|
112
110
|
|
|
113
111
|
|
|
114
|
-
res = operations.GetAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type'), raw_response=http_res)
|
|
112
|
+
res = operations.GetAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
115
113
|
|
|
116
114
|
if http_res.status_code == 200:
|
|
117
|
-
if utils.match_content_type(http_res.headers.get('Content-Type'), 'application/json'):
|
|
115
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
118
116
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
119
117
|
res.accounting_account = out
|
|
120
118
|
else:
|
|
@@ -147,30 +145,29 @@ class Account:
|
|
|
147
145
|
client = self.sdk_configuration.client
|
|
148
146
|
|
|
149
147
|
try:
|
|
150
|
-
req =
|
|
151
|
-
|
|
152
|
-
requests_http.Request('GET', url, params=query_params, headers=headers).prepare(),
|
|
153
|
-
)
|
|
148
|
+
req = client.prepare_request(requests_http.Request('GET', url, params=query_params, headers=headers))
|
|
149
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
154
150
|
http_res = client.send(req)
|
|
155
151
|
except Exception as e:
|
|
156
|
-
_, e = self.sdk_configuration.get_hooks().after_error(hook_ctx, None, e)
|
|
157
|
-
|
|
152
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
153
|
+
if e is not None:
|
|
154
|
+
raise e
|
|
158
155
|
|
|
159
156
|
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
160
|
-
|
|
161
|
-
if e:
|
|
157
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
158
|
+
if e is not None:
|
|
162
159
|
raise e
|
|
160
|
+
if result is not None:
|
|
161
|
+
http_res = result
|
|
163
162
|
else:
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
raise result
|
|
167
|
-
http_res = result
|
|
163
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
164
|
+
|
|
168
165
|
|
|
169
166
|
|
|
170
|
-
res = operations.ListAccountingAccountsResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type'), raw_response=http_res)
|
|
167
|
+
res = operations.ListAccountingAccountsResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
171
168
|
|
|
172
169
|
if http_res.status_code == 200:
|
|
173
|
-
if utils.match_content_type(http_res.headers.get('Content-Type'), 'application/json'):
|
|
170
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
174
171
|
out = utils.unmarshal_json(http_res.text, Optional[List[shared.AccountingAccount]])
|
|
175
172
|
res.accounting_accounts = out
|
|
176
173
|
else:
|
|
@@ -205,30 +202,29 @@ class Account:
|
|
|
205
202
|
client = self.sdk_configuration.client
|
|
206
203
|
|
|
207
204
|
try:
|
|
208
|
-
req =
|
|
209
|
-
|
|
210
|
-
requests_http.Request('PATCH', url, params=query_params, data=data, files=form, headers=headers).prepare(),
|
|
211
|
-
)
|
|
205
|
+
req = client.prepare_request(requests_http.Request('PATCH', url, params=query_params, data=data, files=form, headers=headers))
|
|
206
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
212
207
|
http_res = client.send(req)
|
|
213
208
|
except Exception as e:
|
|
214
|
-
_, e = self.sdk_configuration.get_hooks().after_error(hook_ctx, None, e)
|
|
215
|
-
|
|
209
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
210
|
+
if e is not None:
|
|
211
|
+
raise e
|
|
216
212
|
|
|
217
213
|
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
218
|
-
|
|
219
|
-
if e:
|
|
214
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
215
|
+
if e is not None:
|
|
220
216
|
raise e
|
|
217
|
+
if result is not None:
|
|
218
|
+
http_res = result
|
|
221
219
|
else:
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
raise result
|
|
225
|
-
http_res = result
|
|
220
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
221
|
+
|
|
226
222
|
|
|
227
223
|
|
|
228
|
-
res = operations.PatchAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type'), raw_response=http_res)
|
|
224
|
+
res = operations.PatchAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
229
225
|
|
|
230
226
|
if http_res.status_code == 200:
|
|
231
|
-
if utils.match_content_type(http_res.headers.get('Content-Type'), 'application/json'):
|
|
227
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
232
228
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
233
229
|
res.accounting_account = out
|
|
234
230
|
else:
|
|
@@ -260,34 +256,33 @@ class Account:
|
|
|
260
256
|
client = self.sdk_configuration.client
|
|
261
257
|
|
|
262
258
|
try:
|
|
263
|
-
req =
|
|
264
|
-
|
|
265
|
-
requests_http.Request('DELETE', url, params=query_params, headers=headers).prepare(),
|
|
266
|
-
)
|
|
259
|
+
req = client.prepare_request(requests_http.Request('DELETE', url, params=query_params, headers=headers))
|
|
260
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
267
261
|
http_res = client.send(req)
|
|
268
262
|
except Exception as e:
|
|
269
|
-
_, e = self.sdk_configuration.get_hooks().after_error(hook_ctx, None, e)
|
|
270
|
-
|
|
263
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
264
|
+
if e is not None:
|
|
265
|
+
raise e
|
|
271
266
|
|
|
272
267
|
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
273
|
-
|
|
274
|
-
if e:
|
|
268
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
269
|
+
if e is not None:
|
|
275
270
|
raise e
|
|
271
|
+
if result is not None:
|
|
272
|
+
http_res = result
|
|
276
273
|
else:
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
raise result
|
|
280
|
-
http_res = result
|
|
274
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
275
|
+
|
|
281
276
|
|
|
282
277
|
|
|
283
|
-
res = operations.RemoveAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type'), raw_response=http_res)
|
|
278
|
+
res = operations.RemoveAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
284
279
|
|
|
285
280
|
if http_res.status_code >= 200 and http_res.status_code < 300:
|
|
286
281
|
pass
|
|
287
282
|
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
288
283
|
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
289
284
|
else:
|
|
290
|
-
if utils.match_content_type(http_res.headers.get('Content-Type'), 'application/json'):
|
|
285
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
291
286
|
out = utils.unmarshal_json(http_res.text, Optional[str])
|
|
292
287
|
res.string = out
|
|
293
288
|
else:
|
|
@@ -318,30 +313,29 @@ class Account:
|
|
|
318
313
|
client = self.sdk_configuration.client
|
|
319
314
|
|
|
320
315
|
try:
|
|
321
|
-
req =
|
|
322
|
-
|
|
323
|
-
requests_http.Request('PUT', url, params=query_params, data=data, files=form, headers=headers).prepare(),
|
|
324
|
-
)
|
|
316
|
+
req = client.prepare_request(requests_http.Request('PUT', url, params=query_params, data=data, files=form, headers=headers))
|
|
317
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
325
318
|
http_res = client.send(req)
|
|
326
319
|
except Exception as e:
|
|
327
|
-
_, e = self.sdk_configuration.get_hooks().after_error(hook_ctx, None, e)
|
|
328
|
-
|
|
320
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
321
|
+
if e is not None:
|
|
322
|
+
raise e
|
|
329
323
|
|
|
330
324
|
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
331
|
-
|
|
332
|
-
if e:
|
|
325
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
326
|
+
if e is not None:
|
|
333
327
|
raise e
|
|
328
|
+
if result is not None:
|
|
329
|
+
http_res = result
|
|
334
330
|
else:
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
raise result
|
|
338
|
-
http_res = result
|
|
331
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
332
|
+
|
|
339
333
|
|
|
340
334
|
|
|
341
|
-
res = operations.UpdateAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type'), raw_response=http_res)
|
|
335
|
+
res = operations.UpdateAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
342
336
|
|
|
343
337
|
if http_res.status_code == 200:
|
|
344
|
-
if utils.match_content_type(http_res.headers.get('Content-Type'), 'application/json'):
|
|
338
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
345
339
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
346
340
|
res.accounting_account = out
|
|
347
341
|
else:
|