Unified-python-sdk 0.13.11__tar.gz → 0.13.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {Unified-python-sdk-0.13.11/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.13.12}/PKG-INFO +61 -86
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/README.md +60 -85
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/setup.py +1 -1
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12/src/Unified_python_sdk.egg-info}/PKG-INFO +61 -86
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/Unified_python_sdk.egg-info/SOURCES.txt +19 -0
- Unified-python-sdk-0.13.12/src/unified_to/account.py +216 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/accounting.py +404 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/__init__.py +185 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/createaccountingaccount.py +30 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/createaccountingtransaction.py +30 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/getaccountingaccount.py +33 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/getaccountingtransaction.py +33 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedintegrationauth.py +2 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/listaccountingaccounts.py +40 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/listaccountingtransactions.py +40 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/patchaccountingaccount.py +32 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/patchaccountingtransaction.py +32 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/removeaccountingaccount.py +30 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/removeaccountingtransaction.py +30 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/updateaccountingaccount.py +32 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/operations/updateaccountingtransaction.py +32 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/__init__.py +6 -1
- Unified-python-sdk-0.13.12/src/unified_to/models/shared/accountingaccount.py +46 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountingemail.py +2 -2
- Unified-python-sdk-0.13.12/src/unified_to/models/shared/accountingtransaction.py +33 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/shared/accountingtransactionlineitem.py +21 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsapplication.py +2 -2
- Unified-python-sdk-0.13.12/src/unified_to/models/shared/property_accountingaccount_raw.py +9 -0
- Unified-python-sdk-0.13.12/src/unified_to/models/shared/property_accountingtransaction_raw.py +9 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_connection_permissions.py +4 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/webhook.py +2 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/sdk.py +6 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/sdkconfiguration.py +2 -2
- Unified-python-sdk-0.13.12/src/unified_to/transaction.py +216 -0
- Unified-python-sdk-0.13.11/src/unified_to/models/operations/__init__.py +0 -173
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/LICENSE.md +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/setup.cfg +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/__init__.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/apicall.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/application.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/ats.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/auth.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/call.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/candidate.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/company.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/connection.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/contact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/crm.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/customer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/deal.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/document.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/employee.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/enrich.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/event.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/file.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/group.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/hris.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/integration.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/interview.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/invoice.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/job.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/lead.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/list.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/login.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/martech.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/member.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/__init__.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/errors/__init__.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/errors/sdkerror.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createaccountingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createaccountingpayment.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatsapplication.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatscandidate.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatsdocument.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatsinterview.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatsjob.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createatsscorecard.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmcompany.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmcontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmdeal.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmevent.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmfile.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmlead.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createhrisemployee.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createhrisgroup.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createmartechlist.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createmartechmember.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createpassthrough.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createticketingnote.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createticketingticket.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createuccontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getaccountingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getaccountingpayment.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatsapplication.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatscandidate.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatsdocument.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatsinterview.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatsjob.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getatsscorecard.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmcompany.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmcontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmdeal.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmevent.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmfile.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmlead.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/gethrisemployee.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/gethrisgroup.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getmartechlist.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getmartechmember.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getticketingnote.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getticketingticket.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getuccontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedintegration.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listaccountingcustomers.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listaccountingpayments.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatsapplications.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatscandidates.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatsdocuments.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatsinterviews.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatsjobs.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listatsscorecards.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmdeals.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmevents.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmfiles.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmleads.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listenrichpeople.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listhrisemployees.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listhrisgroups.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listmartechlists.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listmartechmembers.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listpassthroughs.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listticketingnotes.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listticketingtickets.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listuccalls.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listuccontacts.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listunifiedconnections.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listunifiedintegrations.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchaccountingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchaccountingpayment.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatsapplication.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatscandidate.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatsdocument.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatsinterview.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatsjob.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmevent.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmfile.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmlead.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchmartechlist.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchmartechmember.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchpassthrough.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchticketingnote.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchticketingticket.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchuccontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeaccountingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeaccountingpayment.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatsapplication.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatscandidate.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatsdocument.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatsinterview.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatsjob.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmcompany.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmcontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmdeal.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmevent.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmfile.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmlead.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removehrisemployee.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removehrisgroup.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removemartechlist.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removemartechmember.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removepassthrough.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeticketingnote.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeticketingticket.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeuccontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateaccountingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateaccountingpayment.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatsapplication.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatscandidate.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatsdocument.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatsinterview.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatsjob.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmevent.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmfile.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmlead.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatemartechlist.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatemartechmember.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updatepassthrough.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateticketingnote.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateticketingticket.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateuccontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountinginvoice.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountinglineitem.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountingpayment.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/accountingtelephone.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/apicall.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsaddress.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atscandidate.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atscompensation.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsdocument.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsemail.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsinterview.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsjob.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atsscorecard.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/atstelephone.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/connection.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmcompany.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmcontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmdeal.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmemail.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmevent.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmfile.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmlead.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmpipeline.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/crmtelephone.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/enrichcompany.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/enrichemail.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/enrichperson.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/enrichtelephone.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/hrisemail.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/hrisemployee.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/hrisgroup.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/hristelephone.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/integration.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/integrationsupport.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/marketingemail.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/marketinglist.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/marketingmember.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_accountingcustomer_billing_address.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_accountingcustomer_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_accountingcustomer_shipping_address.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_accountinginvoice_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_accountingpayment_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atsapplication_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atscandidate_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atsdocument_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atsinterview_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atsjob_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_atsscorecard_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_connection_auth.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_connection_categories.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmcompany_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmcontact_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmdeal_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmfile_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmlead_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_crmpipeline_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_enrichcompany_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_enrichperson_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_hrisemployee_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_hrisgroup_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_integration_categories.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_integrationsupport_inbound_fields.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_integrationsupport_outbound_fields.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_marketinglist_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_marketingmember_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_property_connection_auth_meta.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_ticketingcustomer_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_ticketingnote_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_ticketingticket_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_uccall_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_uccontact_raw.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/property_webhook_events.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/security.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ticketingemail.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ticketingnote.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ticketingticket.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/uccall.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/uccontact.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/ucemail.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/uctelephone.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/models/shared/undefined.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/note.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/passthrough.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/payment.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/person.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/pipeline.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/scorecard.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/ticket.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/ticketing.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/uc.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/unified.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/utils/__init__.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/utils/retries.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/utils/utils.py +0 -0
- {Unified-python-sdk-0.13.11 → Unified-python-sdk-0.13.12}/src/unified_to/webhook.py +0 -0
{Unified-python-sdk-0.13.11/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.13.12}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Unified-python-sdk
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.12
|
|
4
4
|
Summary: Python Client SDK for Unified.to
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Unified API Inc
|
|
@@ -37,28 +37,17 @@ Description: # Unified-python-sdk
|
|
|
37
37
|
),
|
|
38
38
|
)
|
|
39
39
|
|
|
40
|
-
req = operations.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
shared.AccountingEmail(
|
|
45
|
-
email='Kevon_Schultz42@gmail.com',
|
|
46
|
-
),
|
|
47
|
-
],
|
|
48
|
-
raw=shared.PropertyAccountingCustomerRaw(),
|
|
49
|
-
shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
|
|
50
|
-
telephones=[
|
|
51
|
-
shared.AccountingTelephone(
|
|
52
|
-
telephone='string',
|
|
53
|
-
),
|
|
54
|
-
],
|
|
40
|
+
req = operations.CreateAccountingAccountRequest(
|
|
41
|
+
accounting_account=shared.AccountingAccount(
|
|
42
|
+
name='string',
|
|
43
|
+
raw=shared.PropertyAccountingAccountRaw(),
|
|
55
44
|
),
|
|
56
45
|
connection_id='string',
|
|
57
46
|
)
|
|
58
47
|
|
|
59
|
-
res = s.accounting.
|
|
48
|
+
res = s.accounting.create_accounting_account(req)
|
|
60
49
|
|
|
61
|
-
if res.
|
|
50
|
+
if res.accounting_account is not None:
|
|
62
51
|
# handle response
|
|
63
52
|
pass
|
|
64
53
|
```
|
|
@@ -69,24 +58,45 @@ Description: # Unified-python-sdk
|
|
|
69
58
|
|
|
70
59
|
### [accounting](docs/sdks/accounting/README.md)
|
|
71
60
|
|
|
61
|
+
* [create_accounting_account](docs/sdks/accounting/README.md#create_accounting_account) - Create an account
|
|
72
62
|
* [create_accounting_customer](docs/sdks/accounting/README.md#create_accounting_customer) - Create a customer
|
|
73
63
|
* [create_accounting_invoice](docs/sdks/accounting/README.md#create_accounting_invoice) - Create a invoice
|
|
74
64
|
* [create_accounting_payment](docs/sdks/accounting/README.md#create_accounting_payment) - Create a payment
|
|
65
|
+
* [create_accounting_transaction](docs/sdks/accounting/README.md#create_accounting_transaction) - Create a transaction
|
|
66
|
+
* [get_accounting_account](docs/sdks/accounting/README.md#get_accounting_account) - Retrieve an account
|
|
75
67
|
* [get_accounting_customer](docs/sdks/accounting/README.md#get_accounting_customer) - Retrieve a customer
|
|
76
68
|
* [get_accounting_invoice](docs/sdks/accounting/README.md#get_accounting_invoice) - Retrieve a invoice
|
|
77
69
|
* [get_accounting_payment](docs/sdks/accounting/README.md#get_accounting_payment) - Retrieve a payment
|
|
70
|
+
* [get_accounting_transaction](docs/sdks/accounting/README.md#get_accounting_transaction) - Retrieve a transaction
|
|
71
|
+
* [list_accounting_accounts](docs/sdks/accounting/README.md#list_accounting_accounts) - List all accounts
|
|
78
72
|
* [list_accounting_customers](docs/sdks/accounting/README.md#list_accounting_customers) - List all customers
|
|
79
73
|
* [list_accounting_invoices](docs/sdks/accounting/README.md#list_accounting_invoices) - List all invoices
|
|
80
74
|
* [list_accounting_payments](docs/sdks/accounting/README.md#list_accounting_payments) - List all payments
|
|
75
|
+
* [list_accounting_transactions](docs/sdks/accounting/README.md#list_accounting_transactions) - List all transactions
|
|
76
|
+
* [patch_accounting_account](docs/sdks/accounting/README.md#patch_accounting_account) - Update an account
|
|
81
77
|
* [patch_accounting_customer](docs/sdks/accounting/README.md#patch_accounting_customer) - Update a customer
|
|
82
78
|
* [patch_accounting_invoice](docs/sdks/accounting/README.md#patch_accounting_invoice) - Update a invoice
|
|
83
79
|
* [patch_accounting_payment](docs/sdks/accounting/README.md#patch_accounting_payment) - Update a payment
|
|
80
|
+
* [patch_accounting_transaction](docs/sdks/accounting/README.md#patch_accounting_transaction) - Update a transaction
|
|
81
|
+
* [remove_accounting_account](docs/sdks/accounting/README.md#remove_accounting_account) - Remove an account
|
|
84
82
|
* [remove_accounting_customer](docs/sdks/accounting/README.md#remove_accounting_customer) - Remove a customer
|
|
85
83
|
* [remove_accounting_invoice](docs/sdks/accounting/README.md#remove_accounting_invoice) - Remove a invoice
|
|
86
84
|
* [remove_accounting_payment](docs/sdks/accounting/README.md#remove_accounting_payment) - Remove a payment
|
|
85
|
+
* [remove_accounting_transaction](docs/sdks/accounting/README.md#remove_accounting_transaction) - Remove a transaction
|
|
86
|
+
* [update_accounting_account](docs/sdks/accounting/README.md#update_accounting_account) - Update an account
|
|
87
87
|
* [update_accounting_customer](docs/sdks/accounting/README.md#update_accounting_customer) - Update a customer
|
|
88
88
|
* [update_accounting_invoice](docs/sdks/accounting/README.md#update_accounting_invoice) - Update a invoice
|
|
89
89
|
* [update_accounting_payment](docs/sdks/accounting/README.md#update_accounting_payment) - Update a payment
|
|
90
|
+
* [update_accounting_transaction](docs/sdks/accounting/README.md#update_accounting_transaction) - Update a transaction
|
|
91
|
+
|
|
92
|
+
### [account](docs/sdks/account/README.md)
|
|
93
|
+
|
|
94
|
+
* [create_accounting_account](docs/sdks/account/README.md#create_accounting_account) - Create an account
|
|
95
|
+
* [get_accounting_account](docs/sdks/account/README.md#get_accounting_account) - Retrieve an account
|
|
96
|
+
* [list_accounting_accounts](docs/sdks/account/README.md#list_accounting_accounts) - List all accounts
|
|
97
|
+
* [patch_accounting_account](docs/sdks/account/README.md#patch_accounting_account) - Update an account
|
|
98
|
+
* [remove_accounting_account](docs/sdks/account/README.md#remove_accounting_account) - Remove an account
|
|
99
|
+
* [update_accounting_account](docs/sdks/account/README.md#update_accounting_account) - Update an account
|
|
90
100
|
|
|
91
101
|
### [customer](docs/sdks/customer/README.md)
|
|
92
102
|
|
|
@@ -121,6 +131,15 @@ Description: # Unified-python-sdk
|
|
|
121
131
|
* [remove_accounting_payment](docs/sdks/payment/README.md#remove_accounting_payment) - Remove a payment
|
|
122
132
|
* [update_accounting_payment](docs/sdks/payment/README.md#update_accounting_payment) - Update a payment
|
|
123
133
|
|
|
134
|
+
### [transaction](docs/sdks/transaction/README.md)
|
|
135
|
+
|
|
136
|
+
* [create_accounting_transaction](docs/sdks/transaction/README.md#create_accounting_transaction) - Create a transaction
|
|
137
|
+
* [get_accounting_transaction](docs/sdks/transaction/README.md#get_accounting_transaction) - Retrieve a transaction
|
|
138
|
+
* [list_accounting_transactions](docs/sdks/transaction/README.md#list_accounting_transactions) - List all transactions
|
|
139
|
+
* [patch_accounting_transaction](docs/sdks/transaction/README.md#patch_accounting_transaction) - Update a transaction
|
|
140
|
+
* [remove_accounting_transaction](docs/sdks/transaction/README.md#remove_accounting_transaction) - Remove a transaction
|
|
141
|
+
* [update_accounting_transaction](docs/sdks/transaction/README.md#update_accounting_transaction) - Update a transaction
|
|
142
|
+
|
|
124
143
|
### [ats](docs/sdks/ats/README.md)
|
|
125
144
|
|
|
126
145
|
* [create_ats_application](docs/sdks/ats/README.md#create_ats_application) - Create an application
|
|
@@ -550,34 +569,23 @@ Description: # Unified-python-sdk
|
|
|
550
569
|
),
|
|
551
570
|
)
|
|
552
571
|
|
|
553
|
-
req = operations.
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
shared.AccountingEmail(
|
|
558
|
-
email='Kevon_Schultz42@gmail.com',
|
|
559
|
-
),
|
|
560
|
-
],
|
|
561
|
-
raw=shared.PropertyAccountingCustomerRaw(),
|
|
562
|
-
shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
|
|
563
|
-
telephones=[
|
|
564
|
-
shared.AccountingTelephone(
|
|
565
|
-
telephone='string',
|
|
566
|
-
),
|
|
567
|
-
],
|
|
572
|
+
req = operations.CreateAccountingAccountRequest(
|
|
573
|
+
accounting_account=shared.AccountingAccount(
|
|
574
|
+
name='string',
|
|
575
|
+
raw=shared.PropertyAccountingAccountRaw(),
|
|
568
576
|
),
|
|
569
577
|
connection_id='string',
|
|
570
578
|
)
|
|
571
579
|
|
|
572
580
|
res = None
|
|
573
581
|
try:
|
|
574
|
-
res = s.accounting.
|
|
582
|
+
res = s.accounting.create_accounting_account(req)
|
|
575
583
|
|
|
576
584
|
except (errors.SDKError) as e:
|
|
577
585
|
print(e) # handle exception
|
|
578
586
|
|
|
579
587
|
|
|
580
|
-
if res.
|
|
588
|
+
if res.accounting_account is not None:
|
|
581
589
|
# handle response
|
|
582
590
|
pass
|
|
583
591
|
```
|
|
@@ -611,28 +619,17 @@ Description: # Unified-python-sdk
|
|
|
611
619
|
),
|
|
612
620
|
)
|
|
613
621
|
|
|
614
|
-
req = operations.
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
shared.AccountingEmail(
|
|
619
|
-
email='Kevon_Schultz42@gmail.com',
|
|
620
|
-
),
|
|
621
|
-
],
|
|
622
|
-
raw=shared.PropertyAccountingCustomerRaw(),
|
|
623
|
-
shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
|
|
624
|
-
telephones=[
|
|
625
|
-
shared.AccountingTelephone(
|
|
626
|
-
telephone='string',
|
|
627
|
-
),
|
|
628
|
-
],
|
|
622
|
+
req = operations.CreateAccountingAccountRequest(
|
|
623
|
+
accounting_account=shared.AccountingAccount(
|
|
624
|
+
name='string',
|
|
625
|
+
raw=shared.PropertyAccountingAccountRaw(),
|
|
629
626
|
),
|
|
630
627
|
connection_id='string',
|
|
631
628
|
)
|
|
632
629
|
|
|
633
|
-
res = s.accounting.
|
|
630
|
+
res = s.accounting.create_accounting_account(req)
|
|
634
631
|
|
|
635
|
-
if res.
|
|
632
|
+
if res.accounting_account is not None:
|
|
636
633
|
# handle response
|
|
637
634
|
pass
|
|
638
635
|
```
|
|
@@ -653,28 +650,17 @@ Description: # Unified-python-sdk
|
|
|
653
650
|
),
|
|
654
651
|
)
|
|
655
652
|
|
|
656
|
-
req = operations.
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
shared.AccountingEmail(
|
|
661
|
-
email='Kevon_Schultz42@gmail.com',
|
|
662
|
-
),
|
|
663
|
-
],
|
|
664
|
-
raw=shared.PropertyAccountingCustomerRaw(),
|
|
665
|
-
shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
|
|
666
|
-
telephones=[
|
|
667
|
-
shared.AccountingTelephone(
|
|
668
|
-
telephone='string',
|
|
669
|
-
),
|
|
670
|
-
],
|
|
653
|
+
req = operations.CreateAccountingAccountRequest(
|
|
654
|
+
accounting_account=shared.AccountingAccount(
|
|
655
|
+
name='string',
|
|
656
|
+
raw=shared.PropertyAccountingAccountRaw(),
|
|
671
657
|
),
|
|
672
658
|
connection_id='string',
|
|
673
659
|
)
|
|
674
660
|
|
|
675
|
-
res = s.accounting.
|
|
661
|
+
res = s.accounting.create_accounting_account(req)
|
|
676
662
|
|
|
677
|
-
if res.
|
|
663
|
+
if res.accounting_account is not None:
|
|
678
664
|
# handle response
|
|
679
665
|
pass
|
|
680
666
|
```
|
|
@@ -723,28 +709,17 @@ Description: # Unified-python-sdk
|
|
|
723
709
|
),
|
|
724
710
|
)
|
|
725
711
|
|
|
726
|
-
req = operations.
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
shared.AccountingEmail(
|
|
731
|
-
email='Kevon_Schultz42@gmail.com',
|
|
732
|
-
),
|
|
733
|
-
],
|
|
734
|
-
raw=shared.PropertyAccountingCustomerRaw(),
|
|
735
|
-
shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
|
|
736
|
-
telephones=[
|
|
737
|
-
shared.AccountingTelephone(
|
|
738
|
-
telephone='string',
|
|
739
|
-
),
|
|
740
|
-
],
|
|
712
|
+
req = operations.CreateAccountingAccountRequest(
|
|
713
|
+
accounting_account=shared.AccountingAccount(
|
|
714
|
+
name='string',
|
|
715
|
+
raw=shared.PropertyAccountingAccountRaw(),
|
|
741
716
|
),
|
|
742
717
|
connection_id='string',
|
|
743
718
|
)
|
|
744
719
|
|
|
745
|
-
res = s.accounting.
|
|
720
|
+
res = s.accounting.create_accounting_account(req)
|
|
746
721
|
|
|
747
|
-
if res.
|
|
722
|
+
if res.accounting_account is not None:
|
|
748
723
|
# handle response
|
|
749
724
|
pass
|
|
750
725
|
```
|
|
@@ -30,28 +30,17 @@ s = unified_to.UnifiedTo(
|
|
|
30
30
|
),
|
|
31
31
|
)
|
|
32
32
|
|
|
33
|
-
req = operations.
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
shared.AccountingEmail(
|
|
38
|
-
email='Kevon_Schultz42@gmail.com',
|
|
39
|
-
),
|
|
40
|
-
],
|
|
41
|
-
raw=shared.PropertyAccountingCustomerRaw(),
|
|
42
|
-
shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
|
|
43
|
-
telephones=[
|
|
44
|
-
shared.AccountingTelephone(
|
|
45
|
-
telephone='string',
|
|
46
|
-
),
|
|
47
|
-
],
|
|
33
|
+
req = operations.CreateAccountingAccountRequest(
|
|
34
|
+
accounting_account=shared.AccountingAccount(
|
|
35
|
+
name='string',
|
|
36
|
+
raw=shared.PropertyAccountingAccountRaw(),
|
|
48
37
|
),
|
|
49
38
|
connection_id='string',
|
|
50
39
|
)
|
|
51
40
|
|
|
52
|
-
res = s.accounting.
|
|
41
|
+
res = s.accounting.create_accounting_account(req)
|
|
53
42
|
|
|
54
|
-
if res.
|
|
43
|
+
if res.accounting_account is not None:
|
|
55
44
|
# handle response
|
|
56
45
|
pass
|
|
57
46
|
```
|
|
@@ -62,24 +51,45 @@ if res.accounting_customer is not None:
|
|
|
62
51
|
|
|
63
52
|
### [accounting](docs/sdks/accounting/README.md)
|
|
64
53
|
|
|
54
|
+
* [create_accounting_account](docs/sdks/accounting/README.md#create_accounting_account) - Create an account
|
|
65
55
|
* [create_accounting_customer](docs/sdks/accounting/README.md#create_accounting_customer) - Create a customer
|
|
66
56
|
* [create_accounting_invoice](docs/sdks/accounting/README.md#create_accounting_invoice) - Create a invoice
|
|
67
57
|
* [create_accounting_payment](docs/sdks/accounting/README.md#create_accounting_payment) - Create a payment
|
|
58
|
+
* [create_accounting_transaction](docs/sdks/accounting/README.md#create_accounting_transaction) - Create a transaction
|
|
59
|
+
* [get_accounting_account](docs/sdks/accounting/README.md#get_accounting_account) - Retrieve an account
|
|
68
60
|
* [get_accounting_customer](docs/sdks/accounting/README.md#get_accounting_customer) - Retrieve a customer
|
|
69
61
|
* [get_accounting_invoice](docs/sdks/accounting/README.md#get_accounting_invoice) - Retrieve a invoice
|
|
70
62
|
* [get_accounting_payment](docs/sdks/accounting/README.md#get_accounting_payment) - Retrieve a payment
|
|
63
|
+
* [get_accounting_transaction](docs/sdks/accounting/README.md#get_accounting_transaction) - Retrieve a transaction
|
|
64
|
+
* [list_accounting_accounts](docs/sdks/accounting/README.md#list_accounting_accounts) - List all accounts
|
|
71
65
|
* [list_accounting_customers](docs/sdks/accounting/README.md#list_accounting_customers) - List all customers
|
|
72
66
|
* [list_accounting_invoices](docs/sdks/accounting/README.md#list_accounting_invoices) - List all invoices
|
|
73
67
|
* [list_accounting_payments](docs/sdks/accounting/README.md#list_accounting_payments) - List all payments
|
|
68
|
+
* [list_accounting_transactions](docs/sdks/accounting/README.md#list_accounting_transactions) - List all transactions
|
|
69
|
+
* [patch_accounting_account](docs/sdks/accounting/README.md#patch_accounting_account) - Update an account
|
|
74
70
|
* [patch_accounting_customer](docs/sdks/accounting/README.md#patch_accounting_customer) - Update a customer
|
|
75
71
|
* [patch_accounting_invoice](docs/sdks/accounting/README.md#patch_accounting_invoice) - Update a invoice
|
|
76
72
|
* [patch_accounting_payment](docs/sdks/accounting/README.md#patch_accounting_payment) - Update a payment
|
|
73
|
+
* [patch_accounting_transaction](docs/sdks/accounting/README.md#patch_accounting_transaction) - Update a transaction
|
|
74
|
+
* [remove_accounting_account](docs/sdks/accounting/README.md#remove_accounting_account) - Remove an account
|
|
77
75
|
* [remove_accounting_customer](docs/sdks/accounting/README.md#remove_accounting_customer) - Remove a customer
|
|
78
76
|
* [remove_accounting_invoice](docs/sdks/accounting/README.md#remove_accounting_invoice) - Remove a invoice
|
|
79
77
|
* [remove_accounting_payment](docs/sdks/accounting/README.md#remove_accounting_payment) - Remove a payment
|
|
78
|
+
* [remove_accounting_transaction](docs/sdks/accounting/README.md#remove_accounting_transaction) - Remove a transaction
|
|
79
|
+
* [update_accounting_account](docs/sdks/accounting/README.md#update_accounting_account) - Update an account
|
|
80
80
|
* [update_accounting_customer](docs/sdks/accounting/README.md#update_accounting_customer) - Update a customer
|
|
81
81
|
* [update_accounting_invoice](docs/sdks/accounting/README.md#update_accounting_invoice) - Update a invoice
|
|
82
82
|
* [update_accounting_payment](docs/sdks/accounting/README.md#update_accounting_payment) - Update a payment
|
|
83
|
+
* [update_accounting_transaction](docs/sdks/accounting/README.md#update_accounting_transaction) - Update a transaction
|
|
84
|
+
|
|
85
|
+
### [account](docs/sdks/account/README.md)
|
|
86
|
+
|
|
87
|
+
* [create_accounting_account](docs/sdks/account/README.md#create_accounting_account) - Create an account
|
|
88
|
+
* [get_accounting_account](docs/sdks/account/README.md#get_accounting_account) - Retrieve an account
|
|
89
|
+
* [list_accounting_accounts](docs/sdks/account/README.md#list_accounting_accounts) - List all accounts
|
|
90
|
+
* [patch_accounting_account](docs/sdks/account/README.md#patch_accounting_account) - Update an account
|
|
91
|
+
* [remove_accounting_account](docs/sdks/account/README.md#remove_accounting_account) - Remove an account
|
|
92
|
+
* [update_accounting_account](docs/sdks/account/README.md#update_accounting_account) - Update an account
|
|
83
93
|
|
|
84
94
|
### [customer](docs/sdks/customer/README.md)
|
|
85
95
|
|
|
@@ -114,6 +124,15 @@ if res.accounting_customer is not None:
|
|
|
114
124
|
* [remove_accounting_payment](docs/sdks/payment/README.md#remove_accounting_payment) - Remove a payment
|
|
115
125
|
* [update_accounting_payment](docs/sdks/payment/README.md#update_accounting_payment) - Update a payment
|
|
116
126
|
|
|
127
|
+
### [transaction](docs/sdks/transaction/README.md)
|
|
128
|
+
|
|
129
|
+
* [create_accounting_transaction](docs/sdks/transaction/README.md#create_accounting_transaction) - Create a transaction
|
|
130
|
+
* [get_accounting_transaction](docs/sdks/transaction/README.md#get_accounting_transaction) - Retrieve a transaction
|
|
131
|
+
* [list_accounting_transactions](docs/sdks/transaction/README.md#list_accounting_transactions) - List all transactions
|
|
132
|
+
* [patch_accounting_transaction](docs/sdks/transaction/README.md#patch_accounting_transaction) - Update a transaction
|
|
133
|
+
* [remove_accounting_transaction](docs/sdks/transaction/README.md#remove_accounting_transaction) - Remove a transaction
|
|
134
|
+
* [update_accounting_transaction](docs/sdks/transaction/README.md#update_accounting_transaction) - Update a transaction
|
|
135
|
+
|
|
117
136
|
### [ats](docs/sdks/ats/README.md)
|
|
118
137
|
|
|
119
138
|
* [create_ats_application](docs/sdks/ats/README.md#create_ats_application) - Create an application
|
|
@@ -543,34 +562,23 @@ s = unified_to.UnifiedTo(
|
|
|
543
562
|
),
|
|
544
563
|
)
|
|
545
564
|
|
|
546
|
-
req = operations.
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
shared.AccountingEmail(
|
|
551
|
-
email='Kevon_Schultz42@gmail.com',
|
|
552
|
-
),
|
|
553
|
-
],
|
|
554
|
-
raw=shared.PropertyAccountingCustomerRaw(),
|
|
555
|
-
shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
|
|
556
|
-
telephones=[
|
|
557
|
-
shared.AccountingTelephone(
|
|
558
|
-
telephone='string',
|
|
559
|
-
),
|
|
560
|
-
],
|
|
565
|
+
req = operations.CreateAccountingAccountRequest(
|
|
566
|
+
accounting_account=shared.AccountingAccount(
|
|
567
|
+
name='string',
|
|
568
|
+
raw=shared.PropertyAccountingAccountRaw(),
|
|
561
569
|
),
|
|
562
570
|
connection_id='string',
|
|
563
571
|
)
|
|
564
572
|
|
|
565
573
|
res = None
|
|
566
574
|
try:
|
|
567
|
-
res = s.accounting.
|
|
575
|
+
res = s.accounting.create_accounting_account(req)
|
|
568
576
|
|
|
569
577
|
except (errors.SDKError) as e:
|
|
570
578
|
print(e) # handle exception
|
|
571
579
|
|
|
572
580
|
|
|
573
|
-
if res.
|
|
581
|
+
if res.accounting_account is not None:
|
|
574
582
|
# handle response
|
|
575
583
|
pass
|
|
576
584
|
```
|
|
@@ -604,28 +612,17 @@ s = unified_to.UnifiedTo(
|
|
|
604
612
|
),
|
|
605
613
|
)
|
|
606
614
|
|
|
607
|
-
req = operations.
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
shared.AccountingEmail(
|
|
612
|
-
email='Kevon_Schultz42@gmail.com',
|
|
613
|
-
),
|
|
614
|
-
],
|
|
615
|
-
raw=shared.PropertyAccountingCustomerRaw(),
|
|
616
|
-
shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
|
|
617
|
-
telephones=[
|
|
618
|
-
shared.AccountingTelephone(
|
|
619
|
-
telephone='string',
|
|
620
|
-
),
|
|
621
|
-
],
|
|
615
|
+
req = operations.CreateAccountingAccountRequest(
|
|
616
|
+
accounting_account=shared.AccountingAccount(
|
|
617
|
+
name='string',
|
|
618
|
+
raw=shared.PropertyAccountingAccountRaw(),
|
|
622
619
|
),
|
|
623
620
|
connection_id='string',
|
|
624
621
|
)
|
|
625
622
|
|
|
626
|
-
res = s.accounting.
|
|
623
|
+
res = s.accounting.create_accounting_account(req)
|
|
627
624
|
|
|
628
|
-
if res.
|
|
625
|
+
if res.accounting_account is not None:
|
|
629
626
|
# handle response
|
|
630
627
|
pass
|
|
631
628
|
```
|
|
@@ -646,28 +643,17 @@ s = unified_to.UnifiedTo(
|
|
|
646
643
|
),
|
|
647
644
|
)
|
|
648
645
|
|
|
649
|
-
req = operations.
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
shared.AccountingEmail(
|
|
654
|
-
email='Kevon_Schultz42@gmail.com',
|
|
655
|
-
),
|
|
656
|
-
],
|
|
657
|
-
raw=shared.PropertyAccountingCustomerRaw(),
|
|
658
|
-
shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
|
|
659
|
-
telephones=[
|
|
660
|
-
shared.AccountingTelephone(
|
|
661
|
-
telephone='string',
|
|
662
|
-
),
|
|
663
|
-
],
|
|
646
|
+
req = operations.CreateAccountingAccountRequest(
|
|
647
|
+
accounting_account=shared.AccountingAccount(
|
|
648
|
+
name='string',
|
|
649
|
+
raw=shared.PropertyAccountingAccountRaw(),
|
|
664
650
|
),
|
|
665
651
|
connection_id='string',
|
|
666
652
|
)
|
|
667
653
|
|
|
668
|
-
res = s.accounting.
|
|
654
|
+
res = s.accounting.create_accounting_account(req)
|
|
669
655
|
|
|
670
|
-
if res.
|
|
656
|
+
if res.accounting_account is not None:
|
|
671
657
|
# handle response
|
|
672
658
|
pass
|
|
673
659
|
```
|
|
@@ -716,28 +702,17 @@ s = unified_to.UnifiedTo(
|
|
|
716
702
|
),
|
|
717
703
|
)
|
|
718
704
|
|
|
719
|
-
req = operations.
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
shared.AccountingEmail(
|
|
724
|
-
email='Kevon_Schultz42@gmail.com',
|
|
725
|
-
),
|
|
726
|
-
],
|
|
727
|
-
raw=shared.PropertyAccountingCustomerRaw(),
|
|
728
|
-
shipping_address=shared.PropertyAccountingCustomerShippingAddress(),
|
|
729
|
-
telephones=[
|
|
730
|
-
shared.AccountingTelephone(
|
|
731
|
-
telephone='string',
|
|
732
|
-
),
|
|
733
|
-
],
|
|
705
|
+
req = operations.CreateAccountingAccountRequest(
|
|
706
|
+
accounting_account=shared.AccountingAccount(
|
|
707
|
+
name='string',
|
|
708
|
+
raw=shared.PropertyAccountingAccountRaw(),
|
|
734
709
|
),
|
|
735
710
|
connection_id='string',
|
|
736
711
|
)
|
|
737
712
|
|
|
738
|
-
res = s.accounting.
|
|
713
|
+
res = s.accounting.create_accounting_account(req)
|
|
739
714
|
|
|
740
|
-
if res.
|
|
715
|
+
if res.accounting_account is not None:
|
|
741
716
|
# handle response
|
|
742
717
|
pass
|
|
743
718
|
```
|