Unified-python-sdk 0.14.20__tar.gz → 0.14.22__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.14.20/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.14.22}/PKG-INFO +5 -1
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/README.md +4 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/setup.py +1 -1
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22/src/Unified_python_sdk.egg-info}/PKG-INFO +5 -1
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/Unified_python_sdk.egg-info/SOURCES.txt +2 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/__init__.py +3 -1
- Unified-python-sdk-0.14.22/src/unified_to/models/operations/patchunifiedwebhooktrigger.py +28 -0
- Unified-python-sdk-0.14.22/src/unified_to/models/operations/updateunifiedwebhooktrigger.py +28 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountingpayment.py +1 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/sdkconfiguration.py +3 -3
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/unified.py +62 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/webhook.py +62 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/LICENSE.md +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/setup.cfg +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/__init__.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/account.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/accounting.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/apicall.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/application.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/applicationstatus.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/ats.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/auth.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/call.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/candidate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/company.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/connection.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/contact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/crm.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/customer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/deal.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/document.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/employee.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/enrich.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/event.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/file.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/group.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/hris.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/integration.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/interview.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/invoice.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/item.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/job.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/lead.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/list.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/login.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/martech.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/member.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/__init__.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/errors/__init__.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/errors/sdkerror.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createaccountingaccount.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createaccountingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createaccountingitem.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createaccountingpayment.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createatsapplication.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createatscandidate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createatsdocument.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createatsinterview.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createatsjob.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createatsscorecard.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createcrmcompany.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createcrmcontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createcrmdeal.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createcrmevent.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createcrmfile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createcrmlead.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createhrisemployee.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createhrisgroup.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createmartechlist.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createmartechmember.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createpassthrough.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createstoragefile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createticketingnote.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createticketingticket.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createuccontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getaccountingaccount.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getaccountingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getaccountingitem.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getaccountingorganization.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getaccountingpayment.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getatsapplication.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getatscandidate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getatsdocument.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getatsinterview.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getatsjob.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getatsscorecard.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getcrmcompany.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getcrmcontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getcrmdeal.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getcrmevent.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getcrmfile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getcrmlead.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/gethrisemployee.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/gethrisgroup.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getmartechlist.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getmartechmember.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getstoragefile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getticketingnote.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getticketingticket.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getuccontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getunifiedintegrationauth.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listaccountingaccounts.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listaccountingcustomers.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listaccountingitems.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listaccountingorganizations.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listaccountingpayments.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listaccountingtaxrates.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listaccountingtransactions.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listatsapplications.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listatsapplicationstatuses.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listatscandidates.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listatsdocuments.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listatsinterviews.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listatsjobs.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listatsscorecards.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listcrmdeals.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listcrmevents.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listcrmfiles.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listcrmleads.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listenrichpeople.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listhrisemployees.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listhrisgroups.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listmartechlists.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listmartechmembers.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listpassthroughs.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/liststoragefiles.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listticketingnotes.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listticketingtickets.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listuccalls.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listuccontacts.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listunifiedconnections.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listunifiedintegrations.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchaccountingaccount.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchaccountingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchaccountingitem.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchaccountingpayment.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchatsapplication.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchatscandidate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchatsdocument.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchatsinterview.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchatsjob.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchcrmevent.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchcrmfile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchcrmlead.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchmartechlist.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchmartechmember.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchpassthrough.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchstoragefile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchticketingnote.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchticketingticket.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchuccontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeaccountingaccount.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeaccountingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeaccountingitem.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeaccountingpayment.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeatsapplication.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeatscandidate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeatsdocument.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeatsinterview.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeatsjob.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removecrmcompany.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removecrmcontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removecrmdeal.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removecrmevent.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removecrmfile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removecrmlead.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removehrisemployee.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removehrisgroup.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removemartechlist.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removemartechmember.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removepassthrough.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removestoragefile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeticketingnote.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeticketingticket.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeuccontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateaccountingaccount.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateaccountingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateaccountingitem.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateaccountingpayment.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateatsapplication.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateatscandidate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateatsdocument.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateatsinterview.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateatsjob.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatecrmevent.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatecrmfile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatecrmlead.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatemartechlist.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatemartechmember.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatepassthrough.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updatestoragefile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateticketingnote.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateticketingticket.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateuccontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/__init__.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountingaccount.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountingemail.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountinginvoice.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountingitem.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountinglineitem.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountingorganization.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountingtaxrate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountingtelephone.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountingtransaction.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/accountingtransactionlineitem.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/apicall.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atsaddress.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atsapplication.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atscandidate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atscompensation.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atsdocument.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atsemail.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atsinterview.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atsjob.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atsscorecard.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atsstatus.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/atstelephone.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/connection.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/crmcompany.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/crmcontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/crmdeal.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/crmemail.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/crmevent.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/crmfile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/crmlead.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/crmpipeline.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/crmtelephone.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/enrichcompany.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/enrichemail.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/enrichperson.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/enrichtelephone.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/hrisemail.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/hrisemployee.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/hrisgroup.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/hristelephone.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/integration.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/integrationsupport.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/marketingemail.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/marketinglist.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/marketingmember.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountingaccount_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountingcustomer_billing_address.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountingcustomer_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountingcustomer_shipping_address.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountinginvoice_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountingitem_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountinglineitem_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountingorganization_address.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountingorganization_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountingpayment_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountingtaxrate_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_accountingtransaction_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_atsapplication_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_atscandidate_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_atsdocument_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_atsinterview_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_atsjob_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_atsscorecard_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_atsstatus_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_connection_auth.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_connection_categories.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_connection_permissions.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmcompany_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmcontact_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmdeal_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmevent_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmfile_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmlead_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_crmpipeline_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_enrichcompany_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_enrichperson_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_hrisemployee_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_hrisgroup_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_integration_categories.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_integrationsupport_inbound_fields.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_integrationsupport_outbound_fields.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_marketinglist_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_marketingmember_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_property_connection_auth_meta.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_storagefile_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_storagepermission_roles.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_ticketingcustomer_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_ticketingnote_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_ticketingticket_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_uccall_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_uccontact_raw.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/property_webhook_meta.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/security.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/storagefile.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/storagepermission.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/ticketingemail.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/ticketingnote.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/ticketingticket.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/uccall.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/uccontact.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/ucemail.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/uctelephone.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/undefined.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/shared/webhook.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/note.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/organization.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/passthrough.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/payment.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/person.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/pipeline.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/scorecard.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/sdk.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/storage.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/taxrate.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/ticket.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/ticketing.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/transaction.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/uc.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/utils/__init__.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/utils/retries.py +0 -0
- {Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/utils/utils.py +0 -0
{Unified-python-sdk-0.14.20/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.14.22}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Unified-python-sdk
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.22
|
|
4
4
|
Summary: Python Client SDK for Unified.to
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Unified API Inc
|
|
@@ -555,9 +555,11 @@ Description: # Unified-python-sdk
|
|
|
555
555
|
* [list_unified_integrations](docs/sdks/unified/README.md#list_unified_integrations) - Returns all integrations
|
|
556
556
|
* [list_unified_webhooks](docs/sdks/unified/README.md#list_unified_webhooks) - Returns all registered webhooks
|
|
557
557
|
* [patch_unified_connection](docs/sdks/unified/README.md#patch_unified_connection) - Update connection
|
|
558
|
+
* [patch_unified_webhook_trigger](docs/sdks/unified/README.md#patch_unified_webhook_trigger) - Trigger webhook
|
|
558
559
|
* [remove_unified_connection](docs/sdks/unified/README.md#remove_unified_connection) - Remove connection
|
|
559
560
|
* [remove_unified_webhook](docs/sdks/unified/README.md#remove_unified_webhook) - Remove webhook subscription
|
|
560
561
|
* [update_unified_connection](docs/sdks/unified/README.md#update_unified_connection) - Update connection
|
|
562
|
+
* [update_unified_webhook_trigger](docs/sdks/unified/README.md#update_unified_webhook_trigger) - Trigger webhook
|
|
561
563
|
|
|
562
564
|
### [apicall](docs/sdks/apicall/README.md)
|
|
563
565
|
|
|
@@ -593,7 +595,9 @@ Description: # Unified-python-sdk
|
|
|
593
595
|
* [create_unified_webhook](docs/sdks/webhook/README.md#create_unified_webhook) - Create webhook subscription
|
|
594
596
|
* [get_unified_webhook](docs/sdks/webhook/README.md#get_unified_webhook) - Retrieve webhook by its ID
|
|
595
597
|
* [list_unified_webhooks](docs/sdks/webhook/README.md#list_unified_webhooks) - Returns all registered webhooks
|
|
598
|
+
* [patch_unified_webhook_trigger](docs/sdks/webhook/README.md#patch_unified_webhook_trigger) - Trigger webhook
|
|
596
599
|
* [remove_unified_webhook](docs/sdks/webhook/README.md#remove_unified_webhook) - Remove webhook subscription
|
|
600
|
+
* [update_unified_webhook_trigger](docs/sdks/webhook/README.md#update_unified_webhook_trigger) - Trigger webhook
|
|
597
601
|
<!-- End Available Resources and Operations [operations] -->
|
|
598
602
|
|
|
599
603
|
|
|
@@ -548,9 +548,11 @@ if res.accounting_account is not None:
|
|
|
548
548
|
* [list_unified_integrations](docs/sdks/unified/README.md#list_unified_integrations) - Returns all integrations
|
|
549
549
|
* [list_unified_webhooks](docs/sdks/unified/README.md#list_unified_webhooks) - Returns all registered webhooks
|
|
550
550
|
* [patch_unified_connection](docs/sdks/unified/README.md#patch_unified_connection) - Update connection
|
|
551
|
+
* [patch_unified_webhook_trigger](docs/sdks/unified/README.md#patch_unified_webhook_trigger) - Trigger webhook
|
|
551
552
|
* [remove_unified_connection](docs/sdks/unified/README.md#remove_unified_connection) - Remove connection
|
|
552
553
|
* [remove_unified_webhook](docs/sdks/unified/README.md#remove_unified_webhook) - Remove webhook subscription
|
|
553
554
|
* [update_unified_connection](docs/sdks/unified/README.md#update_unified_connection) - Update connection
|
|
555
|
+
* [update_unified_webhook_trigger](docs/sdks/unified/README.md#update_unified_webhook_trigger) - Trigger webhook
|
|
554
556
|
|
|
555
557
|
### [apicall](docs/sdks/apicall/README.md)
|
|
556
558
|
|
|
@@ -586,7 +588,9 @@ if res.accounting_account is not None:
|
|
|
586
588
|
* [create_unified_webhook](docs/sdks/webhook/README.md#create_unified_webhook) - Create webhook subscription
|
|
587
589
|
* [get_unified_webhook](docs/sdks/webhook/README.md#get_unified_webhook) - Retrieve webhook by its ID
|
|
588
590
|
* [list_unified_webhooks](docs/sdks/webhook/README.md#list_unified_webhooks) - Returns all registered webhooks
|
|
591
|
+
* [patch_unified_webhook_trigger](docs/sdks/webhook/README.md#patch_unified_webhook_trigger) - Trigger webhook
|
|
589
592
|
* [remove_unified_webhook](docs/sdks/webhook/README.md#remove_unified_webhook) - Remove webhook subscription
|
|
593
|
+
* [update_unified_webhook_trigger](docs/sdks/webhook/README.md#update_unified_webhook_trigger) - Trigger webhook
|
|
590
594
|
<!-- End Available Resources and Operations [operations] -->
|
|
591
595
|
|
|
592
596
|
|
{Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22/src/Unified_python_sdk.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Unified-python-sdk
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.22
|
|
4
4
|
Summary: Python Client SDK for Unified.to
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Unified API Inc
|
|
@@ -555,9 +555,11 @@ Description: # Unified-python-sdk
|
|
|
555
555
|
* [list_unified_integrations](docs/sdks/unified/README.md#list_unified_integrations) - Returns all integrations
|
|
556
556
|
* [list_unified_webhooks](docs/sdks/unified/README.md#list_unified_webhooks) - Returns all registered webhooks
|
|
557
557
|
* [patch_unified_connection](docs/sdks/unified/README.md#patch_unified_connection) - Update connection
|
|
558
|
+
* [patch_unified_webhook_trigger](docs/sdks/unified/README.md#patch_unified_webhook_trigger) - Trigger webhook
|
|
558
559
|
* [remove_unified_connection](docs/sdks/unified/README.md#remove_unified_connection) - Remove connection
|
|
559
560
|
* [remove_unified_webhook](docs/sdks/unified/README.md#remove_unified_webhook) - Remove webhook subscription
|
|
560
561
|
* [update_unified_connection](docs/sdks/unified/README.md#update_unified_connection) - Update connection
|
|
562
|
+
* [update_unified_webhook_trigger](docs/sdks/unified/README.md#update_unified_webhook_trigger) - Trigger webhook
|
|
561
563
|
|
|
562
564
|
### [apicall](docs/sdks/apicall/README.md)
|
|
563
565
|
|
|
@@ -593,7 +595,9 @@ Description: # Unified-python-sdk
|
|
|
593
595
|
* [create_unified_webhook](docs/sdks/webhook/README.md#create_unified_webhook) - Create webhook subscription
|
|
594
596
|
* [get_unified_webhook](docs/sdks/webhook/README.md#get_unified_webhook) - Retrieve webhook by its ID
|
|
595
597
|
* [list_unified_webhooks](docs/sdks/webhook/README.md#list_unified_webhooks) - Returns all registered webhooks
|
|
598
|
+
* [patch_unified_webhook_trigger](docs/sdks/webhook/README.md#patch_unified_webhook_trigger) - Trigger webhook
|
|
596
599
|
* [remove_unified_webhook](docs/sdks/webhook/README.md#remove_unified_webhook) - Remove webhook subscription
|
|
600
|
+
* [update_unified_webhook_trigger](docs/sdks/webhook/README.md#update_unified_webhook_trigger) - Trigger webhook
|
|
597
601
|
<!-- End Available Resources and Operations [operations] -->
|
|
598
602
|
|
|
599
603
|
|
|
@@ -198,6 +198,7 @@ src/unified_to/models/operations/patchticketingnote.py
|
|
|
198
198
|
src/unified_to/models/operations/patchticketingticket.py
|
|
199
199
|
src/unified_to/models/operations/patchuccontact.py
|
|
200
200
|
src/unified_to/models/operations/patchunifiedconnection.py
|
|
201
|
+
src/unified_to/models/operations/patchunifiedwebhooktrigger.py
|
|
201
202
|
src/unified_to/models/operations/removeaccountingaccount.py
|
|
202
203
|
src/unified_to/models/operations/removeaccountingcustomer.py
|
|
203
204
|
src/unified_to/models/operations/removeaccountinginvoice.py
|
|
@@ -261,6 +262,7 @@ src/unified_to/models/operations/updateticketingnote.py
|
|
|
261
262
|
src/unified_to/models/operations/updateticketingticket.py
|
|
262
263
|
src/unified_to/models/operations/updateuccontact.py
|
|
263
264
|
src/unified_to/models/operations/updateunifiedconnection.py
|
|
265
|
+
src/unified_to/models/operations/updateunifiedwebhooktrigger.py
|
|
264
266
|
src/unified_to/models/shared/__init__.py
|
|
265
267
|
src/unified_to/models/shared/accountingaccount.py
|
|
266
268
|
src/unified_to/models/shared/accountingcustomer.py
|
|
@@ -138,6 +138,7 @@ from .patchticketingnote import *
|
|
|
138
138
|
from .patchticketingticket import *
|
|
139
139
|
from .patchuccontact import *
|
|
140
140
|
from .patchunifiedconnection import *
|
|
141
|
+
from .patchunifiedwebhooktrigger import *
|
|
141
142
|
from .removeaccountingaccount import *
|
|
142
143
|
from .removeaccountingcustomer import *
|
|
143
144
|
from .removeaccountinginvoice import *
|
|
@@ -201,5 +202,6 @@ from .updateticketingnote import *
|
|
|
201
202
|
from .updateticketingticket import *
|
|
202
203
|
from .updateuccontact import *
|
|
203
204
|
from .updateunifiedconnection import *
|
|
205
|
+
from .updateunifiedwebhooktrigger import *
|
|
204
206
|
|
|
205
|
-
__all__ = ["Categories","CreateAccountingAccountRequest","CreateAccountingAccountResponse","CreateAccountingCustomerRequest","CreateAccountingCustomerResponse","CreateAccountingInvoiceRequest","CreateAccountingInvoiceResponse","CreateAccountingItemRequest","CreateAccountingItemResponse","CreateAccountingPaymentRequest","CreateAccountingPaymentResponse","CreateAccountingTaxrateRequest","CreateAccountingTaxrateResponse","CreateAccountingTransactionRequest","CreateAccountingTransactionResponse","CreateAtsApplicationRequest","CreateAtsApplicationResponse","CreateAtsCandidateRequest","CreateAtsCandidateResponse","CreateAtsDocumentRequest","CreateAtsDocumentResponse","CreateAtsInterviewRequest","CreateAtsInterviewResponse","CreateAtsJobRequest","CreateAtsJobResponse","CreateAtsScorecardRequest","CreateAtsScorecardResponse","CreateCrmCompanyRequest","CreateCrmCompanyResponse","CreateCrmContactRequest","CreateCrmContactResponse","CreateCrmDealRequest","CreateCrmDealResponse","CreateCrmEventRequest","CreateCrmEventResponse","CreateCrmFileRequest","CreateCrmFileResponse","CreateCrmLeadRequest","CreateCrmLeadResponse","CreateCrmPipelineRequest","CreateCrmPipelineResponse","CreateHrisEmployeeRequest","CreateHrisEmployeeResponse","CreateHrisGroupRequest","CreateHrisGroupResponse","CreateMartechListRequest","CreateMartechListResponse","CreateMartechMemberRequest","CreateMartechMemberResponse","CreatePassthroughRequest","CreatePassthroughResponse","CreateStorageFileRequest","CreateStorageFileResponse","CreateTicketingCustomerRequest","CreateTicketingCustomerResponse","CreateTicketingNoteRequest","CreateTicketingNoteResponse","CreateTicketingTicketRequest","CreateTicketingTicketResponse","CreateUcContactRequest","CreateUcContactResponse","CreateUnifiedConnectionResponse","CreateUnifiedWebhookRequest","CreateUnifiedWebhookResponse","GetAccountingAccountRequest","GetAccountingAccountResponse","GetAccountingCustomerRequest","GetAccountingCustomerResponse","GetAccountingInvoiceRequest","GetAccountingInvoiceResponse","GetAccountingItemRequest","GetAccountingItemResponse","GetAccountingOrganizationRequest","GetAccountingOrganizationResponse","GetAccountingPaymentRequest","GetAccountingPaymentResponse","GetAccountingTaxrateRequest","GetAccountingTaxrateResponse","GetAccountingTransactionRequest","GetAccountingTransactionResponse","GetAtsApplicationRequest","GetAtsApplicationResponse","GetAtsCandidateRequest","GetAtsCandidateResponse","GetAtsDocumentRequest","GetAtsDocumentResponse","GetAtsInterviewRequest","GetAtsInterviewResponse","GetAtsJobRequest","GetAtsJobResponse","GetAtsScorecardRequest","GetAtsScorecardResponse","GetCrmCompanyRequest","GetCrmCompanyResponse","GetCrmContactRequest","GetCrmContactResponse","GetCrmDealRequest","GetCrmDealResponse","GetCrmEventRequest","GetCrmEventResponse","GetCrmFileRequest","GetCrmFileResponse","GetCrmLeadRequest","GetCrmLeadResponse","GetCrmPipelineRequest","GetCrmPipelineResponse","GetHrisEmployeeRequest","GetHrisEmployeeResponse","GetHrisGroupRequest","GetHrisGroupResponse","GetMartechListRequest","GetMartechListResponse","GetMartechMemberRequest","GetMartechMemberResponse","GetStorageFileRequest","GetStorageFileResponse","GetTicketingCustomerRequest","GetTicketingCustomerResponse","GetTicketingNoteRequest","GetTicketingNoteResponse","GetTicketingTicketRequest","GetTicketingTicketResponse","GetUcContactRequest","GetUcContactResponse","GetUnifiedApicallRequest","GetUnifiedApicallResponse","GetUnifiedConnectionRequest","GetUnifiedConnectionResponse","GetUnifiedIntegrationAuthRequest","GetUnifiedIntegrationAuthResponse","GetUnifiedIntegrationLoginRequest","GetUnifiedIntegrationLoginResponse","GetUnifiedWebhookRequest","GetUnifiedWebhookResponse","ListAccountingAccountsRequest","ListAccountingAccountsResponse","ListAccountingCustomersRequest","ListAccountingCustomersResponse","ListAccountingInvoicesRequest","ListAccountingInvoicesResponse","ListAccountingItemsRequest","ListAccountingItemsResponse","ListAccountingOrganizationsRequest","ListAccountingOrganizationsResponse","ListAccountingPaymentsRequest","ListAccountingPaymentsResponse","ListAccountingTaxratesRequest","ListAccountingTaxratesResponse","ListAccountingTransactionsRequest","ListAccountingTransactionsResponse","ListAtsApplicationsRequest","ListAtsApplicationsResponse","ListAtsApplicationstatusesRequest","ListAtsApplicationstatusesResponse","ListAtsCandidatesRequest","ListAtsCandidatesResponse","ListAtsDocumentsRequest","ListAtsDocumentsResponse","ListAtsInterviewsRequest","ListAtsInterviewsResponse","ListAtsJobsRequest","ListAtsJobsResponse","ListAtsScorecardsRequest","ListAtsScorecardsResponse","ListCrmCompaniesRequest","ListCrmCompaniesResponse","ListCrmContactsRequest","ListCrmContactsResponse","ListCrmDealsRequest","ListCrmDealsResponse","ListCrmEventsRequest","ListCrmEventsResponse","ListCrmFilesRequest","ListCrmFilesResponse","ListCrmLeadsRequest","ListCrmLeadsResponse","ListCrmPipelinesRequest","ListCrmPipelinesResponse","ListEnrichCompaniesRequest","ListEnrichCompaniesResponse","ListEnrichPeopleRequest","ListEnrichPeopleResponse","ListHrisEmployeesRequest","ListHrisEmployeesResponse","ListHrisGroupsRequest","ListHrisGroupsResponse","ListMartechListsRequest","ListMartechListsResponse","ListMartechMembersRequest","ListMartechMembersResponse","ListPassthroughsRequest","ListPassthroughsResponse","ListStorageFilesRequest","ListStorageFilesResponse","ListTicketingCustomersRequest","ListTicketingCustomersResponse","ListTicketingNotesRequest","ListTicketingNotesResponse","ListTicketingTicketsRequest","ListTicketingTicketsResponse","ListUcCallsRequest","ListUcCallsResponse","ListUcContactsRequest","ListUcContactsResponse","ListUnifiedApicallsRequest","ListUnifiedApicallsResponse","ListUnifiedConnectionsRequest","ListUnifiedConnectionsResponse","ListUnifiedIntegrationWorkspacesRequest","ListUnifiedIntegrationWorkspacesResponse","ListUnifiedIntegrationsQueryParamCategories","ListUnifiedIntegrationsRequest","ListUnifiedIntegrationsResponse","ListUnifiedWebhooksRequest","ListUnifiedWebhooksResponse","PatchAccountingAccountRequest","PatchAccountingAccountResponse","PatchAccountingCustomerRequest","PatchAccountingCustomerResponse","PatchAccountingInvoiceRequest","PatchAccountingInvoiceResponse","PatchAccountingItemRequest","PatchAccountingItemResponse","PatchAccountingPaymentRequest","PatchAccountingPaymentResponse","PatchAccountingTaxrateRequest","PatchAccountingTaxrateResponse","PatchAccountingTransactionRequest","PatchAccountingTransactionResponse","PatchAtsApplicationRequest","PatchAtsApplicationResponse","PatchAtsCandidateRequest","PatchAtsCandidateResponse","PatchAtsDocumentRequest","PatchAtsDocumentResponse","PatchAtsInterviewRequest","PatchAtsInterviewResponse","PatchAtsJobRequest","PatchAtsJobResponse","PatchAtsScorecardRequest","PatchAtsScorecardResponse","PatchCrmCompanyRequest","PatchCrmCompanyResponse","PatchCrmContactRequest","PatchCrmContactResponse","PatchCrmDealRequest","PatchCrmDealResponse","PatchCrmEventRequest","PatchCrmEventResponse","PatchCrmFileRequest","PatchCrmFileResponse","PatchCrmLeadRequest","PatchCrmLeadResponse","PatchCrmPipelineRequest","PatchCrmPipelineResponse","PatchHrisEmployeeRequest","PatchHrisEmployeeResponse","PatchHrisGroupRequest","PatchHrisGroupResponse","PatchMartechListRequest","PatchMartechListResponse","PatchMartechMemberRequest","PatchMartechMemberResponse","PatchPassthroughRequest","PatchPassthroughResponse","PatchStorageFileRequest","PatchStorageFileResponse","PatchTicketingCustomerRequest","PatchTicketingCustomerResponse","PatchTicketingNoteRequest","PatchTicketingNoteResponse","PatchTicketingTicketRequest","PatchTicketingTicketResponse","PatchUcContactRequest","PatchUcContactResponse","PatchUnifiedConnectionRequest","PatchUnifiedConnectionResponse","QueryParamCategories","RemoveAccountingAccountRequest","RemoveAccountingAccountResponse","RemoveAccountingCustomerRequest","RemoveAccountingCustomerResponse","RemoveAccountingInvoiceRequest","RemoveAccountingInvoiceResponse","RemoveAccountingItemRequest","RemoveAccountingItemResponse","RemoveAccountingPaymentRequest","RemoveAccountingPaymentResponse","RemoveAccountingTaxrateRequest","RemoveAccountingTaxrateResponse","RemoveAccountingTransactionRequest","RemoveAccountingTransactionResponse","RemoveAtsApplicationRequest","RemoveAtsApplicationResponse","RemoveAtsCandidateRequest","RemoveAtsCandidateResponse","RemoveAtsDocumentRequest","RemoveAtsDocumentResponse","RemoveAtsInterviewRequest","RemoveAtsInterviewResponse","RemoveAtsJobRequest","RemoveAtsJobResponse","RemoveAtsScorecardRequest","RemoveAtsScorecardResponse","RemoveCrmCompanyRequest","RemoveCrmCompanyResponse","RemoveCrmContactRequest","RemoveCrmContactResponse","RemoveCrmDealRequest","RemoveCrmDealResponse","RemoveCrmEventRequest","RemoveCrmEventResponse","RemoveCrmFileRequest","RemoveCrmFileResponse","RemoveCrmLeadRequest","RemoveCrmLeadResponse","RemoveCrmPipelineRequest","RemoveCrmPipelineResponse","RemoveHrisEmployeeRequest","RemoveHrisEmployeeResponse","RemoveHrisGroupRequest","RemoveHrisGroupResponse","RemoveMartechListRequest","RemoveMartechListResponse","RemoveMartechMemberRequest","RemoveMartechMemberResponse","RemovePassthroughRequest","RemovePassthroughResponse","RemoveStorageFileRequest","RemoveStorageFileResponse","RemoveTicketingCustomerRequest","RemoveTicketingCustomerResponse","RemoveTicketingNoteRequest","RemoveTicketingNoteResponse","RemoveTicketingTicketRequest","RemoveTicketingTicketResponse","RemoveUcContactRequest","RemoveUcContactResponse","RemoveUnifiedConnectionRequest","RemoveUnifiedConnectionResponse","RemoveUnifiedWebhookRequest","RemoveUnifiedWebhookResponse","Scopes","UpdateAccountingAccountRequest","UpdateAccountingAccountResponse","UpdateAccountingCustomerRequest","UpdateAccountingCustomerResponse","UpdateAccountingInvoiceRequest","UpdateAccountingInvoiceResponse","UpdateAccountingItemRequest","UpdateAccountingItemResponse","UpdateAccountingPaymentRequest","UpdateAccountingPaymentResponse","UpdateAccountingTaxrateRequest","UpdateAccountingTaxrateResponse","UpdateAccountingTransactionRequest","UpdateAccountingTransactionResponse","UpdateAtsApplicationRequest","UpdateAtsApplicationResponse","UpdateAtsCandidateRequest","UpdateAtsCandidateResponse","UpdateAtsDocumentRequest","UpdateAtsDocumentResponse","UpdateAtsInterviewRequest","UpdateAtsInterviewResponse","UpdateAtsJobRequest","UpdateAtsJobResponse","UpdateAtsScorecardRequest","UpdateAtsScorecardResponse","UpdateCrmCompanyRequest","UpdateCrmCompanyResponse","UpdateCrmContactRequest","UpdateCrmContactResponse","UpdateCrmDealRequest","UpdateCrmDealResponse","UpdateCrmEventRequest","UpdateCrmEventResponse","UpdateCrmFileRequest","UpdateCrmFileResponse","UpdateCrmLeadRequest","UpdateCrmLeadResponse","UpdateCrmPipelineRequest","UpdateCrmPipelineResponse","UpdateHrisEmployeeRequest","UpdateHrisEmployeeResponse","UpdateHrisGroupRequest","UpdateHrisGroupResponse","UpdateMartechListRequest","UpdateMartechListResponse","UpdateMartechMemberRequest","UpdateMartechMemberResponse","UpdatePassthroughRequest","UpdatePassthroughResponse","UpdateStorageFileRequest","UpdateStorageFileResponse","UpdateTicketingCustomerRequest","UpdateTicketingCustomerResponse","UpdateTicketingNoteRequest","UpdateTicketingNoteResponse","UpdateTicketingTicketRequest","UpdateTicketingTicketResponse","UpdateUcContactRequest","UpdateUcContactResponse","UpdateUnifiedConnectionRequest","UpdateUnifiedConnectionResponse"]
|
|
207
|
+
__all__ = ["Categories","CreateAccountingAccountRequest","CreateAccountingAccountResponse","CreateAccountingCustomerRequest","CreateAccountingCustomerResponse","CreateAccountingInvoiceRequest","CreateAccountingInvoiceResponse","CreateAccountingItemRequest","CreateAccountingItemResponse","CreateAccountingPaymentRequest","CreateAccountingPaymentResponse","CreateAccountingTaxrateRequest","CreateAccountingTaxrateResponse","CreateAccountingTransactionRequest","CreateAccountingTransactionResponse","CreateAtsApplicationRequest","CreateAtsApplicationResponse","CreateAtsCandidateRequest","CreateAtsCandidateResponse","CreateAtsDocumentRequest","CreateAtsDocumentResponse","CreateAtsInterviewRequest","CreateAtsInterviewResponse","CreateAtsJobRequest","CreateAtsJobResponse","CreateAtsScorecardRequest","CreateAtsScorecardResponse","CreateCrmCompanyRequest","CreateCrmCompanyResponse","CreateCrmContactRequest","CreateCrmContactResponse","CreateCrmDealRequest","CreateCrmDealResponse","CreateCrmEventRequest","CreateCrmEventResponse","CreateCrmFileRequest","CreateCrmFileResponse","CreateCrmLeadRequest","CreateCrmLeadResponse","CreateCrmPipelineRequest","CreateCrmPipelineResponse","CreateHrisEmployeeRequest","CreateHrisEmployeeResponse","CreateHrisGroupRequest","CreateHrisGroupResponse","CreateMartechListRequest","CreateMartechListResponse","CreateMartechMemberRequest","CreateMartechMemberResponse","CreatePassthroughRequest","CreatePassthroughResponse","CreateStorageFileRequest","CreateStorageFileResponse","CreateTicketingCustomerRequest","CreateTicketingCustomerResponse","CreateTicketingNoteRequest","CreateTicketingNoteResponse","CreateTicketingTicketRequest","CreateTicketingTicketResponse","CreateUcContactRequest","CreateUcContactResponse","CreateUnifiedConnectionResponse","CreateUnifiedWebhookRequest","CreateUnifiedWebhookResponse","GetAccountingAccountRequest","GetAccountingAccountResponse","GetAccountingCustomerRequest","GetAccountingCustomerResponse","GetAccountingInvoiceRequest","GetAccountingInvoiceResponse","GetAccountingItemRequest","GetAccountingItemResponse","GetAccountingOrganizationRequest","GetAccountingOrganizationResponse","GetAccountingPaymentRequest","GetAccountingPaymentResponse","GetAccountingTaxrateRequest","GetAccountingTaxrateResponse","GetAccountingTransactionRequest","GetAccountingTransactionResponse","GetAtsApplicationRequest","GetAtsApplicationResponse","GetAtsCandidateRequest","GetAtsCandidateResponse","GetAtsDocumentRequest","GetAtsDocumentResponse","GetAtsInterviewRequest","GetAtsInterviewResponse","GetAtsJobRequest","GetAtsJobResponse","GetAtsScorecardRequest","GetAtsScorecardResponse","GetCrmCompanyRequest","GetCrmCompanyResponse","GetCrmContactRequest","GetCrmContactResponse","GetCrmDealRequest","GetCrmDealResponse","GetCrmEventRequest","GetCrmEventResponse","GetCrmFileRequest","GetCrmFileResponse","GetCrmLeadRequest","GetCrmLeadResponse","GetCrmPipelineRequest","GetCrmPipelineResponse","GetHrisEmployeeRequest","GetHrisEmployeeResponse","GetHrisGroupRequest","GetHrisGroupResponse","GetMartechListRequest","GetMartechListResponse","GetMartechMemberRequest","GetMartechMemberResponse","GetStorageFileRequest","GetStorageFileResponse","GetTicketingCustomerRequest","GetTicketingCustomerResponse","GetTicketingNoteRequest","GetTicketingNoteResponse","GetTicketingTicketRequest","GetTicketingTicketResponse","GetUcContactRequest","GetUcContactResponse","GetUnifiedApicallRequest","GetUnifiedApicallResponse","GetUnifiedConnectionRequest","GetUnifiedConnectionResponse","GetUnifiedIntegrationAuthRequest","GetUnifiedIntegrationAuthResponse","GetUnifiedIntegrationLoginRequest","GetUnifiedIntegrationLoginResponse","GetUnifiedWebhookRequest","GetUnifiedWebhookResponse","ListAccountingAccountsRequest","ListAccountingAccountsResponse","ListAccountingCustomersRequest","ListAccountingCustomersResponse","ListAccountingInvoicesRequest","ListAccountingInvoicesResponse","ListAccountingItemsRequest","ListAccountingItemsResponse","ListAccountingOrganizationsRequest","ListAccountingOrganizationsResponse","ListAccountingPaymentsRequest","ListAccountingPaymentsResponse","ListAccountingTaxratesRequest","ListAccountingTaxratesResponse","ListAccountingTransactionsRequest","ListAccountingTransactionsResponse","ListAtsApplicationsRequest","ListAtsApplicationsResponse","ListAtsApplicationstatusesRequest","ListAtsApplicationstatusesResponse","ListAtsCandidatesRequest","ListAtsCandidatesResponse","ListAtsDocumentsRequest","ListAtsDocumentsResponse","ListAtsInterviewsRequest","ListAtsInterviewsResponse","ListAtsJobsRequest","ListAtsJobsResponse","ListAtsScorecardsRequest","ListAtsScorecardsResponse","ListCrmCompaniesRequest","ListCrmCompaniesResponse","ListCrmContactsRequest","ListCrmContactsResponse","ListCrmDealsRequest","ListCrmDealsResponse","ListCrmEventsRequest","ListCrmEventsResponse","ListCrmFilesRequest","ListCrmFilesResponse","ListCrmLeadsRequest","ListCrmLeadsResponse","ListCrmPipelinesRequest","ListCrmPipelinesResponse","ListEnrichCompaniesRequest","ListEnrichCompaniesResponse","ListEnrichPeopleRequest","ListEnrichPeopleResponse","ListHrisEmployeesRequest","ListHrisEmployeesResponse","ListHrisGroupsRequest","ListHrisGroupsResponse","ListMartechListsRequest","ListMartechListsResponse","ListMartechMembersRequest","ListMartechMembersResponse","ListPassthroughsRequest","ListPassthroughsResponse","ListStorageFilesRequest","ListStorageFilesResponse","ListTicketingCustomersRequest","ListTicketingCustomersResponse","ListTicketingNotesRequest","ListTicketingNotesResponse","ListTicketingTicketsRequest","ListTicketingTicketsResponse","ListUcCallsRequest","ListUcCallsResponse","ListUcContactsRequest","ListUcContactsResponse","ListUnifiedApicallsRequest","ListUnifiedApicallsResponse","ListUnifiedConnectionsRequest","ListUnifiedConnectionsResponse","ListUnifiedIntegrationWorkspacesRequest","ListUnifiedIntegrationWorkspacesResponse","ListUnifiedIntegrationsQueryParamCategories","ListUnifiedIntegrationsRequest","ListUnifiedIntegrationsResponse","ListUnifiedWebhooksRequest","ListUnifiedWebhooksResponse","PatchAccountingAccountRequest","PatchAccountingAccountResponse","PatchAccountingCustomerRequest","PatchAccountingCustomerResponse","PatchAccountingInvoiceRequest","PatchAccountingInvoiceResponse","PatchAccountingItemRequest","PatchAccountingItemResponse","PatchAccountingPaymentRequest","PatchAccountingPaymentResponse","PatchAccountingTaxrateRequest","PatchAccountingTaxrateResponse","PatchAccountingTransactionRequest","PatchAccountingTransactionResponse","PatchAtsApplicationRequest","PatchAtsApplicationResponse","PatchAtsCandidateRequest","PatchAtsCandidateResponse","PatchAtsDocumentRequest","PatchAtsDocumentResponse","PatchAtsInterviewRequest","PatchAtsInterviewResponse","PatchAtsJobRequest","PatchAtsJobResponse","PatchAtsScorecardRequest","PatchAtsScorecardResponse","PatchCrmCompanyRequest","PatchCrmCompanyResponse","PatchCrmContactRequest","PatchCrmContactResponse","PatchCrmDealRequest","PatchCrmDealResponse","PatchCrmEventRequest","PatchCrmEventResponse","PatchCrmFileRequest","PatchCrmFileResponse","PatchCrmLeadRequest","PatchCrmLeadResponse","PatchCrmPipelineRequest","PatchCrmPipelineResponse","PatchHrisEmployeeRequest","PatchHrisEmployeeResponse","PatchHrisGroupRequest","PatchHrisGroupResponse","PatchMartechListRequest","PatchMartechListResponse","PatchMartechMemberRequest","PatchMartechMemberResponse","PatchPassthroughRequest","PatchPassthroughResponse","PatchStorageFileRequest","PatchStorageFileResponse","PatchTicketingCustomerRequest","PatchTicketingCustomerResponse","PatchTicketingNoteRequest","PatchTicketingNoteResponse","PatchTicketingTicketRequest","PatchTicketingTicketResponse","PatchUcContactRequest","PatchUcContactResponse","PatchUnifiedConnectionRequest","PatchUnifiedConnectionResponse","PatchUnifiedWebhookTriggerRequest","PatchUnifiedWebhookTriggerResponse","QueryParamCategories","RemoveAccountingAccountRequest","RemoveAccountingAccountResponse","RemoveAccountingCustomerRequest","RemoveAccountingCustomerResponse","RemoveAccountingInvoiceRequest","RemoveAccountingInvoiceResponse","RemoveAccountingItemRequest","RemoveAccountingItemResponse","RemoveAccountingPaymentRequest","RemoveAccountingPaymentResponse","RemoveAccountingTaxrateRequest","RemoveAccountingTaxrateResponse","RemoveAccountingTransactionRequest","RemoveAccountingTransactionResponse","RemoveAtsApplicationRequest","RemoveAtsApplicationResponse","RemoveAtsCandidateRequest","RemoveAtsCandidateResponse","RemoveAtsDocumentRequest","RemoveAtsDocumentResponse","RemoveAtsInterviewRequest","RemoveAtsInterviewResponse","RemoveAtsJobRequest","RemoveAtsJobResponse","RemoveAtsScorecardRequest","RemoveAtsScorecardResponse","RemoveCrmCompanyRequest","RemoveCrmCompanyResponse","RemoveCrmContactRequest","RemoveCrmContactResponse","RemoveCrmDealRequest","RemoveCrmDealResponse","RemoveCrmEventRequest","RemoveCrmEventResponse","RemoveCrmFileRequest","RemoveCrmFileResponse","RemoveCrmLeadRequest","RemoveCrmLeadResponse","RemoveCrmPipelineRequest","RemoveCrmPipelineResponse","RemoveHrisEmployeeRequest","RemoveHrisEmployeeResponse","RemoveHrisGroupRequest","RemoveHrisGroupResponse","RemoveMartechListRequest","RemoveMartechListResponse","RemoveMartechMemberRequest","RemoveMartechMemberResponse","RemovePassthroughRequest","RemovePassthroughResponse","RemoveStorageFileRequest","RemoveStorageFileResponse","RemoveTicketingCustomerRequest","RemoveTicketingCustomerResponse","RemoveTicketingNoteRequest","RemoveTicketingNoteResponse","RemoveTicketingTicketRequest","RemoveTicketingTicketResponse","RemoveUcContactRequest","RemoveUcContactResponse","RemoveUnifiedConnectionRequest","RemoveUnifiedConnectionResponse","RemoveUnifiedWebhookRequest","RemoveUnifiedWebhookResponse","Scopes","UpdateAccountingAccountRequest","UpdateAccountingAccountResponse","UpdateAccountingCustomerRequest","UpdateAccountingCustomerResponse","UpdateAccountingInvoiceRequest","UpdateAccountingInvoiceResponse","UpdateAccountingItemRequest","UpdateAccountingItemResponse","UpdateAccountingPaymentRequest","UpdateAccountingPaymentResponse","UpdateAccountingTaxrateRequest","UpdateAccountingTaxrateResponse","UpdateAccountingTransactionRequest","UpdateAccountingTransactionResponse","UpdateAtsApplicationRequest","UpdateAtsApplicationResponse","UpdateAtsCandidateRequest","UpdateAtsCandidateResponse","UpdateAtsDocumentRequest","UpdateAtsDocumentResponse","UpdateAtsInterviewRequest","UpdateAtsInterviewResponse","UpdateAtsJobRequest","UpdateAtsJobResponse","UpdateAtsScorecardRequest","UpdateAtsScorecardResponse","UpdateCrmCompanyRequest","UpdateCrmCompanyResponse","UpdateCrmContactRequest","UpdateCrmContactResponse","UpdateCrmDealRequest","UpdateCrmDealResponse","UpdateCrmEventRequest","UpdateCrmEventResponse","UpdateCrmFileRequest","UpdateCrmFileResponse","UpdateCrmLeadRequest","UpdateCrmLeadResponse","UpdateCrmPipelineRequest","UpdateCrmPipelineResponse","UpdateHrisEmployeeRequest","UpdateHrisEmployeeResponse","UpdateHrisGroupRequest","UpdateHrisGroupResponse","UpdateMartechListRequest","UpdateMartechListResponse","UpdateMartechMemberRequest","UpdateMartechMemberResponse","UpdatePassthroughRequest","UpdatePassthroughResponse","UpdateStorageFileRequest","UpdateStorageFileResponse","UpdateTicketingCustomerRequest","UpdateTicketingCustomerResponse","UpdateTicketingNoteRequest","UpdateTicketingNoteResponse","UpdateTicketingTicketRequest","UpdateTicketingTicketResponse","UpdateUcContactRequest","UpdateUcContactResponse","UpdateUnifiedConnectionRequest","UpdateUnifiedConnectionResponse","UpdateUnifiedWebhookTriggerRequest","UpdateUnifiedWebhookTriggerResponse"]
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
import dataclasses
|
|
5
|
+
import requests as requests_http
|
|
6
|
+
from typing import Optional
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
@dataclasses.dataclass
|
|
10
|
+
class PatchUnifiedWebhookTriggerRequest:
|
|
11
|
+
id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': False }})
|
|
12
|
+
r"""ID of the Webhook"""
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
@dataclasses.dataclass
|
|
18
|
+
class PatchUnifiedWebhookTriggerResponse:
|
|
19
|
+
content_type: str = dataclasses.field()
|
|
20
|
+
r"""HTTP response content type for this operation"""
|
|
21
|
+
raw_response: requests_http.Response = dataclasses.field()
|
|
22
|
+
r"""Raw HTTP response; suitable for custom response parsing"""
|
|
23
|
+
status_code: int = dataclasses.field()
|
|
24
|
+
r"""HTTP response status code for this operation"""
|
|
25
|
+
res: Optional[str] = dataclasses.field(default=None)
|
|
26
|
+
r"""Successful"""
|
|
27
|
+
|
|
28
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
import dataclasses
|
|
5
|
+
import requests as requests_http
|
|
6
|
+
from typing import Optional
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
@dataclasses.dataclass
|
|
10
|
+
class UpdateUnifiedWebhookTriggerRequest:
|
|
11
|
+
id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': False }})
|
|
12
|
+
r"""ID of the Webhook"""
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
@dataclasses.dataclass
|
|
18
|
+
class UpdateUnifiedWebhookTriggerResponse:
|
|
19
|
+
content_type: str = dataclasses.field()
|
|
20
|
+
r"""HTTP response content type for this operation"""
|
|
21
|
+
raw_response: requests_http.Response = dataclasses.field()
|
|
22
|
+
r"""Raw HTTP response; suitable for custom response parsing"""
|
|
23
|
+
status_code: int = dataclasses.field()
|
|
24
|
+
r"""HTTP response status code for this operation"""
|
|
25
|
+
res: Optional[str] = dataclasses.field(default=None)
|
|
26
|
+
r"""Successful"""
|
|
27
|
+
|
|
28
|
+
|
|
@@ -13,6 +13,7 @@ from unified_to import utils
|
|
|
13
13
|
@dataclass_json(undefined=Undefined.EXCLUDE)
|
|
14
14
|
@dataclasses.dataclass
|
|
15
15
|
class AccountingPayment:
|
|
16
|
+
account_id: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('account_id'), 'exclude': lambda f: f is None }})
|
|
16
17
|
created_at: Optional[datetime] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('created_at'), 'encoder': utils.datetimeisoformat(True), 'decoder': dateutil.parser.isoparse, 'exclude': lambda f: f is None }})
|
|
17
18
|
currency: Optional[str] = dataclasses.field(default='USD', metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('currency'), 'exclude': lambda f: f is None }})
|
|
18
19
|
customer_id: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('customer_id'), 'exclude': lambda f: f is None }})
|
{Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/sdkconfiguration.py
RENAMED
|
@@ -24,9 +24,9 @@ class SDKConfiguration:
|
|
|
24
24
|
server_idx: int = 0
|
|
25
25
|
language: str = 'python'
|
|
26
26
|
openapi_doc_version: str = '1.0'
|
|
27
|
-
sdk_version: str = '0.14.
|
|
28
|
-
gen_version: str = '2.
|
|
29
|
-
user_agent: str = 'speakeasy-sdk/python 0.14.
|
|
27
|
+
sdk_version: str = '0.14.22'
|
|
28
|
+
gen_version: str = '2.230.3'
|
|
29
|
+
user_agent: str = 'speakeasy-sdk/python 0.14.22 2.230.3 1.0 Unified-python-sdk'
|
|
30
30
|
retry_config: RetryConfig = None
|
|
31
31
|
|
|
32
32
|
def get_server_details(self) -> Tuple[str, Dict[str, str]]:
|
|
@@ -418,6 +418,37 @@ class Unified:
|
|
|
418
418
|
|
|
419
419
|
|
|
420
420
|
|
|
421
|
+
def patch_unified_webhook_trigger(self, request: operations.PatchUnifiedWebhookTriggerRequest) -> operations.PatchUnifiedWebhookTriggerResponse:
|
|
422
|
+
r"""Trigger webhook"""
|
|
423
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
424
|
+
|
|
425
|
+
url = utils.generate_url(operations.PatchUnifiedWebhookTriggerRequest, base_url, '/unified/webhook/{id}/trigger', request)
|
|
426
|
+
headers = {}
|
|
427
|
+
headers['Accept'] = 'application/json'
|
|
428
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
429
|
+
|
|
430
|
+
if callable(self.sdk_configuration.security):
|
|
431
|
+
client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security())
|
|
432
|
+
else:
|
|
433
|
+
client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security)
|
|
434
|
+
|
|
435
|
+
http_res = client.request('PATCH', url, headers=headers)
|
|
436
|
+
content_type = http_res.headers.get('Content-Type')
|
|
437
|
+
|
|
438
|
+
res = operations.PatchUnifiedWebhookTriggerResponse(status_code=http_res.status_code, content_type=content_type, raw_response=http_res)
|
|
439
|
+
|
|
440
|
+
if http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
441
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
442
|
+
else:
|
|
443
|
+
if utils.match_content_type(content_type, 'application/json'):
|
|
444
|
+
res.res = http_res.content
|
|
445
|
+
else:
|
|
446
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
447
|
+
|
|
448
|
+
return res
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
421
452
|
def remove_unified_connection(self, request: operations.RemoveUnifiedConnectionRequest) -> operations.RemoveUnifiedConnectionResponse:
|
|
422
453
|
r"""Remove connection"""
|
|
423
454
|
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
@@ -513,4 +544,35 @@ class Unified:
|
|
|
513
544
|
|
|
514
545
|
return res
|
|
515
546
|
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
def update_unified_webhook_trigger(self, request: operations.UpdateUnifiedWebhookTriggerRequest) -> operations.UpdateUnifiedWebhookTriggerResponse:
|
|
550
|
+
r"""Trigger webhook"""
|
|
551
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
552
|
+
|
|
553
|
+
url = utils.generate_url(operations.UpdateUnifiedWebhookTriggerRequest, base_url, '/unified/webhook/{id}/trigger', request)
|
|
554
|
+
headers = {}
|
|
555
|
+
headers['Accept'] = 'application/json'
|
|
556
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
557
|
+
|
|
558
|
+
if callable(self.sdk_configuration.security):
|
|
559
|
+
client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security())
|
|
560
|
+
else:
|
|
561
|
+
client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security)
|
|
562
|
+
|
|
563
|
+
http_res = client.request('PUT', url, headers=headers)
|
|
564
|
+
content_type = http_res.headers.get('Content-Type')
|
|
565
|
+
|
|
566
|
+
res = operations.UpdateUnifiedWebhookTriggerResponse(status_code=http_res.status_code, content_type=content_type, raw_response=http_res)
|
|
567
|
+
|
|
568
|
+
if http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
569
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
570
|
+
else:
|
|
571
|
+
if utils.match_content_type(content_type, 'application/json'):
|
|
572
|
+
res.res = http_res.content
|
|
573
|
+
else:
|
|
574
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
575
|
+
|
|
576
|
+
return res
|
|
577
|
+
|
|
516
578
|
|
|
@@ -116,6 +116,37 @@ class Webhook:
|
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
|
|
119
|
+
def patch_unified_webhook_trigger(self, request: operations.PatchUnifiedWebhookTriggerRequest) -> operations.PatchUnifiedWebhookTriggerResponse:
|
|
120
|
+
r"""Trigger webhook"""
|
|
121
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
122
|
+
|
|
123
|
+
url = utils.generate_url(operations.PatchUnifiedWebhookTriggerRequest, base_url, '/unified/webhook/{id}/trigger', request)
|
|
124
|
+
headers = {}
|
|
125
|
+
headers['Accept'] = 'application/json'
|
|
126
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
127
|
+
|
|
128
|
+
if callable(self.sdk_configuration.security):
|
|
129
|
+
client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security())
|
|
130
|
+
else:
|
|
131
|
+
client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security)
|
|
132
|
+
|
|
133
|
+
http_res = client.request('PATCH', url, headers=headers)
|
|
134
|
+
content_type = http_res.headers.get('Content-Type')
|
|
135
|
+
|
|
136
|
+
res = operations.PatchUnifiedWebhookTriggerResponse(status_code=http_res.status_code, content_type=content_type, raw_response=http_res)
|
|
137
|
+
|
|
138
|
+
if http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
139
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
140
|
+
else:
|
|
141
|
+
if utils.match_content_type(content_type, 'application/json'):
|
|
142
|
+
res.res = http_res.content
|
|
143
|
+
else:
|
|
144
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
145
|
+
|
|
146
|
+
return res
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
119
150
|
def remove_unified_webhook(self, request: operations.RemoveUnifiedWebhookRequest) -> operations.RemoveUnifiedWebhookResponse:
|
|
120
151
|
r"""Remove webhook subscription"""
|
|
121
152
|
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
@@ -145,4 +176,35 @@ class Webhook:
|
|
|
145
176
|
|
|
146
177
|
return res
|
|
147
178
|
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
def update_unified_webhook_trigger(self, request: operations.UpdateUnifiedWebhookTriggerRequest) -> operations.UpdateUnifiedWebhookTriggerResponse:
|
|
182
|
+
r"""Trigger webhook"""
|
|
183
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
184
|
+
|
|
185
|
+
url = utils.generate_url(operations.UpdateUnifiedWebhookTriggerRequest, base_url, '/unified/webhook/{id}/trigger', request)
|
|
186
|
+
headers = {}
|
|
187
|
+
headers['Accept'] = 'application/json'
|
|
188
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
189
|
+
|
|
190
|
+
if callable(self.sdk_configuration.security):
|
|
191
|
+
client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security())
|
|
192
|
+
else:
|
|
193
|
+
client = utils.configure_security_client(self.sdk_configuration.client, self.sdk_configuration.security)
|
|
194
|
+
|
|
195
|
+
http_res = client.request('PUT', url, headers=headers)
|
|
196
|
+
content_type = http_res.headers.get('Content-Type')
|
|
197
|
+
|
|
198
|
+
res = operations.UpdateUnifiedWebhookTriggerResponse(status_code=http_res.status_code, content_type=content_type, raw_response=http_res)
|
|
199
|
+
|
|
200
|
+
if http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
201
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
202
|
+
else:
|
|
203
|
+
if utils.match_content_type(content_type, 'application/json'):
|
|
204
|
+
res.res = http_res.content
|
|
205
|
+
else:
|
|
206
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
207
|
+
|
|
208
|
+
return res
|
|
209
|
+
|
|
148
210
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/applicationstatus.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/errors/__init__.py
RENAMED
|
File without changes
|
{Unified-python-sdk-0.14.20 → Unified-python-sdk-0.14.22}/src/unified_to/models/errors/sdkerror.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|