Unified-python-sdk 0.23.9__tar.gz → 0.23.11__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.23.9/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.23.11}/PKG-INFO +13 -1
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/README.md +12 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/setup.py +1 -1
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11/src/Unified_python_sdk.egg-info}/PKG-INFO +13 -1
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/Unified_python_sdk.egg-info/SOURCES.txt +8 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/hris.py +339 -0
- Unified-python-sdk-0.23.11/src/unified_to/location.py +695 -0
- Unified-python-sdk-0.23.11/src/unified_to/models/operations/__init__.py +294 -0
- Unified-python-sdk-0.23.11/src/unified_to/models/operations/createhrislocation.py +30 -0
- Unified-python-sdk-0.23.11/src/unified_to/models/operations/gethrislocation.py +33 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getunifiedintegrationauth.py +2 -0
- Unified-python-sdk-0.23.11/src/unified_to/models/operations/listhrislocations.py +38 -0
- Unified-python-sdk-0.23.11/src/unified_to/models/operations/patchhrislocation.py +32 -0
- Unified-python-sdk-0.23.11/src/unified_to/models/operations/removehrislocation.py +30 -0
- Unified-python-sdk-0.23.11/src/unified_to/models/operations/updatehrislocation.py +32 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/__init__.py +3 -1
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingorganization.py +1 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/commerceitemvariant.py +1 -1
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/hrisemployee.py +5 -0
- Unified-python-sdk-0.23.11/src/unified_to/models/shared/hrislocation.py +33 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_connection_permissions.py +2 -0
- Unified-python-sdk-0.23.11/src/unified_to/models/shared/property_hrislocation_address.py +22 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/webhook.py +1 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/sdkconfiguration.py +3 -3
- Unified-python-sdk-0.23.9/src/unified_to/location.py +0 -356
- Unified-python-sdk-0.23.9/src/unified_to/models/operations/__init__.py +0 -288
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/LICENSE.md +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/setup.cfg +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/__init__.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/_hooks/__init__.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/_hooks/sdkhooks.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/_hooks/types.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/account.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/accounting.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/activity.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/apicall.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/application.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/applicationstatus.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/ats.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/auth.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/call.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/candidate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/channel.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/collection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/commerce.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/company.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/connection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/contact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/crm.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/customer.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/deal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/document.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/employee.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/enrich.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/event.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/file.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/genai.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/group.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/integration.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/interview.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/inventory.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/invoice.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/issue.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/item.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/job.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/journal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/kms.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/lead.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/link.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/list.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/login.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/martech.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/member.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/message.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/messaging.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/model.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/__init__.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/errors/__init__.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/errors/sdkerror.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createaccountingaccount.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createaccountingcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createaccountingjournal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createatsactivity.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createatsapplication.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createatscandidate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createatsdocument.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createatsinterview.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createatsjob.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createatsscorecard.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createcommercecollection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createcommerceinventory.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createcommerceitem.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createcommercelocation.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createcrmcompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createcrmcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createcrmdeal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createcrmevent.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createcrmlead.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/creategenaiprompt.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createhriscompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createhrisemployee.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createhrisgroup.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createkmspage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createkmsspace.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createmartechlist.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createmartechmember.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createmessagingmessage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createpassthrough.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createpaymentlink.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createpaymentpayment.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createstoragefile.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createtaskproject.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createtasktask.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createticketingnote.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createticketingticket.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createuccontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getaccountingaccount.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getaccountingcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getaccountingjournal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getaccountingorganization.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getatsactivity.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getatsapplication.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getatscandidate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getatscompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getatsdocument.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getatsinterview.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getatsjob.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getatsscorecard.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getcommercecollection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getcommerceinventory.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getcommerceitem.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getcommercelocation.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getcrmcompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getcrmcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getcrmdeal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getcrmevent.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getcrmlead.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/gethriscompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/gethrisemployee.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/gethrisgroup.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/gethrispayslip.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/gethristimeoff.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getkmspage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getkmsspace.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getmartechlist.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getmartechmember.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getmessagingchannel.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getmessagingmessage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getpaymentlink.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getpaymentpayment.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getpaymentpayout.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getpaymentrefund.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getstoragefile.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/gettaskproject.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/gettasktask.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getticketingnote.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getticketingticket.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getuccontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listaccountingaccounts.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listaccountingcontacts.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listaccountingjournals.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listaccountingorganizations.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listaccountingtaxrates.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listaccountingtransactions.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listatsactivities.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listatsapplications.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listatsapplicationstatuses.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listatscandidates.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listatscompanies.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listatsdocuments.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listatsinterviews.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listatsjobs.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listatsscorecards.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listcommercecollections.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listcommerceinventories.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listcommerceitems.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listcommercelocations.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listcrmdeals.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listcrmevents.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listcrmleads.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listenrichpeople.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listgenaimodels.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listhriscompanies.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listhrisemployees.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listhrisgroups.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listhrispayslips.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listhristimeoffs.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listkmspages.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listkmsspaces.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listmartechlists.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listmartechmembers.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listmessagingchannels.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listmessagingmessages.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listpassthroughs.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listpaymentlinks.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listpaymentpayments.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listpaymentpayouts.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listpaymentrefunds.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/liststoragefiles.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listtaskprojects.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listtasktasks.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listticketingnotes.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listticketingtickets.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listuccalls.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listuccontacts.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listunifiedconnections.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listunifiedintegrations.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listunifiedissues.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchaccountingaccount.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchaccountingcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchaccountingjournal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchatsactivity.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchatsapplication.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchatscandidate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchatsdocument.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchatsinterview.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchatsjob.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchcommercecollection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchcommerceinventory.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchcommerceitem.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchcommercelocation.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchcrmevent.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchcrmlead.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchhriscompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchkmspage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchkmsspace.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchmartechlist.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchmartechmember.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchmessagingmessage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchpassthrough.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchpaymentlink.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchpaymentpayment.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchstoragefile.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchtaskproject.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchtasktask.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchticketingnote.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchticketingticket.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchuccontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/patchunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeaccountingaccount.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeaccountingcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeaccountingjournal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeatsactivity.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeatsapplication.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeatscandidate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeatsdocument.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeatsinterview.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeatsjob.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removecommercecollection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removecommerceinventory.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removecommerceitem.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removecommercelocation.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removecrmcompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removecrmcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removecrmdeal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removecrmevent.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removecrmlead.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removehriscompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removehrisemployee.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removehrisgroup.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removekmspage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removekmsspace.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removemartechlist.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removemartechmember.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removemessagingmessage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removepassthrough.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removepaymentlink.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removepaymentpayment.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removestoragefile.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removetaskproject.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removetasktask.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeticketingnote.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeticketingticket.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeuccontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateaccountingaccount.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateaccountingcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateaccountingjournal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateatsactivity.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateatsapplication.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateatscandidate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateatsdocument.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateatsinterview.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateatsjob.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatecommercecollection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatecommerceinventory.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatecommerceitem.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatecommercelocation.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatecrmevent.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatecrmlead.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatehriscompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatekmspage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatekmsspace.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatemartechlist.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatemartechmember.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatemessagingmessage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatepassthrough.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatepaymentlink.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatepaymentpayment.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatestoragefile.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatetaskproject.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updatetasktask.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateticketingnote.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateticketingticket.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateuccontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/operations/updateunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingaccount.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingcontactpaymentmethod.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingemail.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountinginvoice.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingjournal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingjournallineitem.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountinglineitem.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingtaxrate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingtelephone.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingtransaction.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/accountingtransactionlineitem.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/apicall.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsactivity.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsaddress.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsapplication.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsapplicationanswer.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atscandidate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atscompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atscompensation.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsdocument.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsemail.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsinterview.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsjob.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsjobquestion.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsscorecard.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsscorecardquestion.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atsstatus.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/atstelephone.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/commercecollection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/commerceinventory.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/commerceitem.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/commerceitemmedia.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/commerceitemoption.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/commerceitemprice.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/commercelocation.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/connection.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/crmcompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/crmcontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/crmdeal.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/crmemail.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/crmevent.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/crmlead.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/crmpipeline.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/crmstage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/crmtelephone.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/enrichcompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/enrichemail.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/enrichperson.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/enrichtelephone.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/genaicontent.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/genaimodel.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/genaiprompt.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/hriscompany.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/hriscompensation.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/hrisemail.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/hrisgroup.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/hrispayslip.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/hrispayslipdetail.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/hristelephone.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/hristimeoff.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/integration.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/integrationsupport.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/issue.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/kmspage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/kmsspace.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/marketingemail.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/marketinglist.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/marketingmember.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/messagingattachment.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/messagingchannel.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/messagingmember.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/messagingmessage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/paymentlink.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/paymentlinklineitem.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/paymentpayment.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/paymentpayout.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/paymentrefund.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_accountingcontact_billing_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_accountingcontact_shipping_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_accountingorganization_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_atscompany_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_commercelocation_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_connection_auth.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_connection_categories.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_hriscompany_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_hrisemployee_employee_roles.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_integration_categories.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_messagingmessage_author_member.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_created.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_deleted.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_updated.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_storagepermission_roles.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/security.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/storagefile.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/storagepermission.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/taskproject.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/tasktask.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/ticketingemail.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/ticketingnote.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/ticketingticket.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/uccall.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/uccontact.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/ucemail.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/models/shared/uctelephone.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/note.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/organization.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/page.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/passthrough.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/payment.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/payout.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/payslip.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/person.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/pipeline.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/project.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/prompt.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/refund.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/scorecard.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/sdk.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/space.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/storage.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/task.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/taxrate.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/ticket.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/ticketing.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/timeoff.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/transaction.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/uc.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/unified.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/utils/__init__.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/utils/retries.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/utils/utils.py +0 -0
- {Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/unified_to/webhook.py +0 -0
{Unified-python-sdk-0.23.9/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.23.11}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Unified-python-sdk
|
|
3
|
-
Version: 0.23.
|
|
3
|
+
Version: 0.23.11
|
|
4
4
|
Summary: Python Client SDK for Unified.to
|
|
5
5
|
Home-page: https://github.com/unified-to/unified-python-sdk.git
|
|
6
6
|
Author: Unified API Inc
|
|
@@ -351,11 +351,17 @@ Description: <div align="left">
|
|
|
351
351
|
### [location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md)
|
|
352
352
|
|
|
353
353
|
* [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#create_commerce_location) - Create a location
|
|
354
|
+
* [create_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#create_hris_location) - Create a location
|
|
354
355
|
* [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#get_commerce_location) - Retrieve a location
|
|
356
|
+
* [get_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#get_hris_location) - Retrieve a location
|
|
355
357
|
* [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#list_commerce_locations) - List all locations
|
|
358
|
+
* [list_hris_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#list_hris_locations) - List all locations
|
|
356
359
|
* [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#patch_commerce_location) - Update a location
|
|
360
|
+
* [patch_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#patch_hris_location) - Update a location
|
|
357
361
|
* [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#remove_commerce_location) - Remove a location
|
|
362
|
+
* [remove_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#remove_hris_location) - Remove a location
|
|
358
363
|
* [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#update_commerce_location) - Update a location
|
|
364
|
+
* [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#update_hris_location) - Update a location
|
|
359
365
|
|
|
360
366
|
### [crm](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md)
|
|
361
367
|
|
|
@@ -459,25 +465,31 @@ Description: <div align="left">
|
|
|
459
465
|
* [create_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_company) - Create a company
|
|
460
466
|
* [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_employee) - Create an employee
|
|
461
467
|
* [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_group) - Create a group
|
|
468
|
+
* [create_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_location) - Create a location
|
|
462
469
|
* [get_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_company) - Retrieve a company
|
|
463
470
|
* [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_employee) - Retrieve an employee
|
|
464
471
|
* [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_group) - Retrieve a group
|
|
472
|
+
* [get_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_location) - Retrieve a location
|
|
465
473
|
* [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_payslip) - Retrieve a payslip
|
|
466
474
|
* [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_timeoff) - Retrieve a timeoff
|
|
467
475
|
* [list_hris_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_companies) - List all companies
|
|
468
476
|
* [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_employees) - List all employees
|
|
469
477
|
* [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_groups) - List all groups
|
|
478
|
+
* [list_hris_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_locations) - List all locations
|
|
470
479
|
* [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_payslips) - List all payslips
|
|
471
480
|
* [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_timeoffs) - List all timeoffs
|
|
472
481
|
* [patch_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_company) - Update a company
|
|
473
482
|
* [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_employee) - Update an employee
|
|
474
483
|
* [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_group) - Update a group
|
|
484
|
+
* [patch_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_location) - Update a location
|
|
475
485
|
* [remove_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_company) - Remove a company
|
|
476
486
|
* [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_employee) - Remove an employee
|
|
477
487
|
* [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_group) - Remove a group
|
|
488
|
+
* [remove_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_location) - Remove a location
|
|
478
489
|
* [update_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_company) - Update a company
|
|
479
490
|
* [update_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_employee) - Update an employee
|
|
480
491
|
* [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_group) - Update a group
|
|
492
|
+
* [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_location) - Update a location
|
|
481
493
|
|
|
482
494
|
### [employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md)
|
|
483
495
|
|
|
@@ -344,11 +344,17 @@ if res.accounting_account is not None:
|
|
|
344
344
|
### [location](docs/sdks/location/README.md)
|
|
345
345
|
|
|
346
346
|
* [create_commerce_location](docs/sdks/location/README.md#create_commerce_location) - Create a location
|
|
347
|
+
* [create_hris_location](docs/sdks/location/README.md#create_hris_location) - Create a location
|
|
347
348
|
* [get_commerce_location](docs/sdks/location/README.md#get_commerce_location) - Retrieve a location
|
|
349
|
+
* [get_hris_location](docs/sdks/location/README.md#get_hris_location) - Retrieve a location
|
|
348
350
|
* [list_commerce_locations](docs/sdks/location/README.md#list_commerce_locations) - List all locations
|
|
351
|
+
* [list_hris_locations](docs/sdks/location/README.md#list_hris_locations) - List all locations
|
|
349
352
|
* [patch_commerce_location](docs/sdks/location/README.md#patch_commerce_location) - Update a location
|
|
353
|
+
* [patch_hris_location](docs/sdks/location/README.md#patch_hris_location) - Update a location
|
|
350
354
|
* [remove_commerce_location](docs/sdks/location/README.md#remove_commerce_location) - Remove a location
|
|
355
|
+
* [remove_hris_location](docs/sdks/location/README.md#remove_hris_location) - Remove a location
|
|
351
356
|
* [update_commerce_location](docs/sdks/location/README.md#update_commerce_location) - Update a location
|
|
357
|
+
* [update_hris_location](docs/sdks/location/README.md#update_hris_location) - Update a location
|
|
352
358
|
|
|
353
359
|
### [crm](docs/sdks/crm/README.md)
|
|
354
360
|
|
|
@@ -452,25 +458,31 @@ if res.accounting_account is not None:
|
|
|
452
458
|
* [create_hris_company](docs/sdks/hris/README.md#create_hris_company) - Create a company
|
|
453
459
|
* [create_hris_employee](docs/sdks/hris/README.md#create_hris_employee) - Create an employee
|
|
454
460
|
* [create_hris_group](docs/sdks/hris/README.md#create_hris_group) - Create a group
|
|
461
|
+
* [create_hris_location](docs/sdks/hris/README.md#create_hris_location) - Create a location
|
|
455
462
|
* [get_hris_company](docs/sdks/hris/README.md#get_hris_company) - Retrieve a company
|
|
456
463
|
* [get_hris_employee](docs/sdks/hris/README.md#get_hris_employee) - Retrieve an employee
|
|
457
464
|
* [get_hris_group](docs/sdks/hris/README.md#get_hris_group) - Retrieve a group
|
|
465
|
+
* [get_hris_location](docs/sdks/hris/README.md#get_hris_location) - Retrieve a location
|
|
458
466
|
* [get_hris_payslip](docs/sdks/hris/README.md#get_hris_payslip) - Retrieve a payslip
|
|
459
467
|
* [get_hris_timeoff](docs/sdks/hris/README.md#get_hris_timeoff) - Retrieve a timeoff
|
|
460
468
|
* [list_hris_companies](docs/sdks/hris/README.md#list_hris_companies) - List all companies
|
|
461
469
|
* [list_hris_employees](docs/sdks/hris/README.md#list_hris_employees) - List all employees
|
|
462
470
|
* [list_hris_groups](docs/sdks/hris/README.md#list_hris_groups) - List all groups
|
|
471
|
+
* [list_hris_locations](docs/sdks/hris/README.md#list_hris_locations) - List all locations
|
|
463
472
|
* [list_hris_payslips](docs/sdks/hris/README.md#list_hris_payslips) - List all payslips
|
|
464
473
|
* [list_hris_timeoffs](docs/sdks/hris/README.md#list_hris_timeoffs) - List all timeoffs
|
|
465
474
|
* [patch_hris_company](docs/sdks/hris/README.md#patch_hris_company) - Update a company
|
|
466
475
|
* [patch_hris_employee](docs/sdks/hris/README.md#patch_hris_employee) - Update an employee
|
|
467
476
|
* [patch_hris_group](docs/sdks/hris/README.md#patch_hris_group) - Update a group
|
|
477
|
+
* [patch_hris_location](docs/sdks/hris/README.md#patch_hris_location) - Update a location
|
|
468
478
|
* [remove_hris_company](docs/sdks/hris/README.md#remove_hris_company) - Remove a company
|
|
469
479
|
* [remove_hris_employee](docs/sdks/hris/README.md#remove_hris_employee) - Remove an employee
|
|
470
480
|
* [remove_hris_group](docs/sdks/hris/README.md#remove_hris_group) - Remove a group
|
|
481
|
+
* [remove_hris_location](docs/sdks/hris/README.md#remove_hris_location) - Remove a location
|
|
471
482
|
* [update_hris_company](docs/sdks/hris/README.md#update_hris_company) - Update a company
|
|
472
483
|
* [update_hris_employee](docs/sdks/hris/README.md#update_hris_employee) - Update an employee
|
|
473
484
|
* [update_hris_group](docs/sdks/hris/README.md#update_hris_group) - Update a group
|
|
485
|
+
* [update_hris_location](docs/sdks/hris/README.md#update_hris_location) - Update a location
|
|
474
486
|
|
|
475
487
|
### [employee](docs/sdks/employee/README.md)
|
|
476
488
|
|
|
@@ -19,7 +19,7 @@ except FileNotFoundError:
|
|
|
19
19
|
|
|
20
20
|
setuptools.setup(
|
|
21
21
|
name='Unified-python-sdk',
|
|
22
|
-
version='0.23.
|
|
22
|
+
version='0.23.11',
|
|
23
23
|
author='Unified API Inc',
|
|
24
24
|
description='Python Client SDK for Unified.to',
|
|
25
25
|
url='https://github.com/unified-to/unified-python-sdk.git',
|
{Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11/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.23.
|
|
3
|
+
Version: 0.23.11
|
|
4
4
|
Summary: Python Client SDK for Unified.to
|
|
5
5
|
Home-page: https://github.com/unified-to/unified-python-sdk.git
|
|
6
6
|
Author: Unified API Inc
|
|
@@ -351,11 +351,17 @@ Description: <div align="left">
|
|
|
351
351
|
### [location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md)
|
|
352
352
|
|
|
353
353
|
* [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#create_commerce_location) - Create a location
|
|
354
|
+
* [create_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#create_hris_location) - Create a location
|
|
354
355
|
* [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#get_commerce_location) - Retrieve a location
|
|
356
|
+
* [get_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#get_hris_location) - Retrieve a location
|
|
355
357
|
* [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#list_commerce_locations) - List all locations
|
|
358
|
+
* [list_hris_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#list_hris_locations) - List all locations
|
|
356
359
|
* [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#patch_commerce_location) - Update a location
|
|
360
|
+
* [patch_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#patch_hris_location) - Update a location
|
|
357
361
|
* [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#remove_commerce_location) - Remove a location
|
|
362
|
+
* [remove_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#remove_hris_location) - Remove a location
|
|
358
363
|
* [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#update_commerce_location) - Update a location
|
|
364
|
+
* [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/location/README.md#update_hris_location) - Update a location
|
|
359
365
|
|
|
360
366
|
### [crm](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/crm/README.md)
|
|
361
367
|
|
|
@@ -459,25 +465,31 @@ Description: <div align="left">
|
|
|
459
465
|
* [create_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_company) - Create a company
|
|
460
466
|
* [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_employee) - Create an employee
|
|
461
467
|
* [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_group) - Create a group
|
|
468
|
+
* [create_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_location) - Create a location
|
|
462
469
|
* [get_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_company) - Retrieve a company
|
|
463
470
|
* [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_employee) - Retrieve an employee
|
|
464
471
|
* [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_group) - Retrieve a group
|
|
472
|
+
* [get_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_location) - Retrieve a location
|
|
465
473
|
* [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_payslip) - Retrieve a payslip
|
|
466
474
|
* [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_timeoff) - Retrieve a timeoff
|
|
467
475
|
* [list_hris_companies](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_companies) - List all companies
|
|
468
476
|
* [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_employees) - List all employees
|
|
469
477
|
* [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_groups) - List all groups
|
|
478
|
+
* [list_hris_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_locations) - List all locations
|
|
470
479
|
* [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_payslips) - List all payslips
|
|
471
480
|
* [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_timeoffs) - List all timeoffs
|
|
472
481
|
* [patch_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_company) - Update a company
|
|
473
482
|
* [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_employee) - Update an employee
|
|
474
483
|
* [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_group) - Update a group
|
|
484
|
+
* [patch_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_location) - Update a location
|
|
475
485
|
* [remove_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_company) - Remove a company
|
|
476
486
|
* [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_employee) - Remove an employee
|
|
477
487
|
* [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_group) - Remove a group
|
|
488
|
+
* [remove_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_location) - Remove a location
|
|
478
489
|
* [update_hris_company](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_company) - Update a company
|
|
479
490
|
* [update_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_employee) - Update an employee
|
|
480
491
|
* [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_group) - Update a group
|
|
492
|
+
* [update_hris_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#update_hris_location) - Update a location
|
|
481
493
|
|
|
482
494
|
### [employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/employee/README.md)
|
|
483
495
|
|
{Unified-python-sdk-0.23.9 → Unified-python-sdk-0.23.11}/src/Unified_python_sdk.egg-info/SOURCES.txt
RENAMED
|
@@ -113,6 +113,7 @@ src/unified_to/models/operations/creategenaiprompt.py
|
|
|
113
113
|
src/unified_to/models/operations/createhriscompany.py
|
|
114
114
|
src/unified_to/models/operations/createhrisemployee.py
|
|
115
115
|
src/unified_to/models/operations/createhrisgroup.py
|
|
116
|
+
src/unified_to/models/operations/createhrislocation.py
|
|
116
117
|
src/unified_to/models/operations/createkmspage.py
|
|
117
118
|
src/unified_to/models/operations/createkmsspace.py
|
|
118
119
|
src/unified_to/models/operations/createmartechlist.py
|
|
@@ -158,6 +159,7 @@ src/unified_to/models/operations/getcrmpipeline.py
|
|
|
158
159
|
src/unified_to/models/operations/gethriscompany.py
|
|
159
160
|
src/unified_to/models/operations/gethrisemployee.py
|
|
160
161
|
src/unified_to/models/operations/gethrisgroup.py
|
|
162
|
+
src/unified_to/models/operations/gethrislocation.py
|
|
161
163
|
src/unified_to/models/operations/gethrispayslip.py
|
|
162
164
|
src/unified_to/models/operations/gethristimeoff.py
|
|
163
165
|
src/unified_to/models/operations/getkmspage.py
|
|
@@ -214,6 +216,7 @@ src/unified_to/models/operations/listgenaimodels.py
|
|
|
214
216
|
src/unified_to/models/operations/listhriscompanies.py
|
|
215
217
|
src/unified_to/models/operations/listhrisemployees.py
|
|
216
218
|
src/unified_to/models/operations/listhrisgroups.py
|
|
219
|
+
src/unified_to/models/operations/listhrislocations.py
|
|
217
220
|
src/unified_to/models/operations/listhrispayslips.py
|
|
218
221
|
src/unified_to/models/operations/listhristimeoffs.py
|
|
219
222
|
src/unified_to/models/operations/listkmspages.py
|
|
@@ -267,6 +270,7 @@ src/unified_to/models/operations/patchcrmpipeline.py
|
|
|
267
270
|
src/unified_to/models/operations/patchhriscompany.py
|
|
268
271
|
src/unified_to/models/operations/patchhrisemployee.py
|
|
269
272
|
src/unified_to/models/operations/patchhrisgroup.py
|
|
273
|
+
src/unified_to/models/operations/patchhrislocation.py
|
|
270
274
|
src/unified_to/models/operations/patchkmspage.py
|
|
271
275
|
src/unified_to/models/operations/patchkmsspace.py
|
|
272
276
|
src/unified_to/models/operations/patchmartechlist.py
|
|
@@ -310,6 +314,7 @@ src/unified_to/models/operations/removecrmpipeline.py
|
|
|
310
314
|
src/unified_to/models/operations/removehriscompany.py
|
|
311
315
|
src/unified_to/models/operations/removehrisemployee.py
|
|
312
316
|
src/unified_to/models/operations/removehrisgroup.py
|
|
317
|
+
src/unified_to/models/operations/removehrislocation.py
|
|
313
318
|
src/unified_to/models/operations/removekmspage.py
|
|
314
319
|
src/unified_to/models/operations/removekmsspace.py
|
|
315
320
|
src/unified_to/models/operations/removemartechlist.py
|
|
@@ -353,6 +358,7 @@ src/unified_to/models/operations/updatecrmpipeline.py
|
|
|
353
358
|
src/unified_to/models/operations/updatehriscompany.py
|
|
354
359
|
src/unified_to/models/operations/updatehrisemployee.py
|
|
355
360
|
src/unified_to/models/operations/updatehrisgroup.py
|
|
361
|
+
src/unified_to/models/operations/updatehrislocation.py
|
|
356
362
|
src/unified_to/models/operations/updatekmspage.py
|
|
357
363
|
src/unified_to/models/operations/updatekmsspace.py
|
|
358
364
|
src/unified_to/models/operations/updatemartechlist.py
|
|
@@ -432,6 +438,7 @@ src/unified_to/models/shared/hriscompensation.py
|
|
|
432
438
|
src/unified_to/models/shared/hrisemail.py
|
|
433
439
|
src/unified_to/models/shared/hrisemployee.py
|
|
434
440
|
src/unified_to/models/shared/hrisgroup.py
|
|
441
|
+
src/unified_to/models/shared/hrislocation.py
|
|
435
442
|
src/unified_to/models/shared/hrispayslip.py
|
|
436
443
|
src/unified_to/models/shared/hrispayslipdetail.py
|
|
437
444
|
src/unified_to/models/shared/hristelephone.py
|
|
@@ -475,6 +482,7 @@ src/unified_to/models/shared/property_enrichperson_address.py
|
|
|
475
482
|
src/unified_to/models/shared/property_hriscompany_address.py
|
|
476
483
|
src/unified_to/models/shared/property_hrisemployee_address.py
|
|
477
484
|
src/unified_to/models/shared/property_hrisemployee_employee_roles.py
|
|
485
|
+
src/unified_to/models/shared/property_hrislocation_address.py
|
|
478
486
|
src/unified_to/models/shared/property_integration_categories.py
|
|
479
487
|
src/unified_to/models/shared/property_integrationsupport_webhook_events.py
|
|
480
488
|
src/unified_to/models/shared/property_messagingmessage_author_member.py
|
|
@@ -189,6 +189,64 @@ class Hris:
|
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
192
|
+
def create_hris_location(self, request: operations.CreateHrisLocationRequest) -> operations.CreateHrisLocationResponse:
|
|
193
|
+
r"""Create a location"""
|
|
194
|
+
hook_ctx = HookContext(operation_id='createHrisLocation', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
195
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
196
|
+
|
|
197
|
+
url = utils.generate_url(base_url, '/hris/{connection_id}/location', request)
|
|
198
|
+
|
|
199
|
+
if callable(self.sdk_configuration.security):
|
|
200
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
201
|
+
else:
|
|
202
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
203
|
+
|
|
204
|
+
req_content_type, data, form = utils.serialize_request_body(request, operations.CreateHrisLocationRequest, "hris_location", False, True, 'json')
|
|
205
|
+
if req_content_type is not None and req_content_type not in ('multipart/form-data', 'multipart/mixed'):
|
|
206
|
+
headers['content-type'] = req_content_type
|
|
207
|
+
headers['Accept'] = 'application/json'
|
|
208
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
209
|
+
client = self.sdk_configuration.client
|
|
210
|
+
|
|
211
|
+
try:
|
|
212
|
+
req = client.prepare_request(requests_http.Request('POST', url, params=query_params, data=data, files=form, headers=headers))
|
|
213
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
214
|
+
http_res = client.send(req)
|
|
215
|
+
except Exception as e:
|
|
216
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
217
|
+
if e is not None:
|
|
218
|
+
raise e
|
|
219
|
+
|
|
220
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
221
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
222
|
+
if e is not None:
|
|
223
|
+
raise e
|
|
224
|
+
if result is not None:
|
|
225
|
+
http_res = result
|
|
226
|
+
else:
|
|
227
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
res = operations.CreateHrisLocationResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
232
|
+
|
|
233
|
+
if http_res.status_code == 200:
|
|
234
|
+
# pylint: disable=no-else-return
|
|
235
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
236
|
+
out = utils.unmarshal_json(http_res.text, Optional[shared.HrisLocation])
|
|
237
|
+
res.hris_location = out
|
|
238
|
+
else:
|
|
239
|
+
content_type = http_res.headers.get('Content-Type')
|
|
240
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
241
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
242
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
243
|
+
else:
|
|
244
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
245
|
+
|
|
246
|
+
return res
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
192
250
|
def get_hris_company(self, request: operations.GetHrisCompanyRequest) -> operations.GetHrisCompanyResponse:
|
|
193
251
|
r"""Retrieve a company"""
|
|
194
252
|
hook_ctx = HookContext(operation_id='getHrisCompany', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -357,6 +415,62 @@ class Hris:
|
|
|
357
415
|
|
|
358
416
|
|
|
359
417
|
|
|
418
|
+
def get_hris_location(self, request: operations.GetHrisLocationRequest) -> operations.GetHrisLocationResponse:
|
|
419
|
+
r"""Retrieve a location"""
|
|
420
|
+
hook_ctx = HookContext(operation_id='getHrisLocation', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
421
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
422
|
+
|
|
423
|
+
url = utils.generate_url(base_url, '/hris/{connection_id}/location/{id}', request)
|
|
424
|
+
|
|
425
|
+
if callable(self.sdk_configuration.security):
|
|
426
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
427
|
+
else:
|
|
428
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
429
|
+
|
|
430
|
+
query_params = { **utils.get_query_params(request), **query_params }
|
|
431
|
+
headers['Accept'] = 'application/json'
|
|
432
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
433
|
+
client = self.sdk_configuration.client
|
|
434
|
+
|
|
435
|
+
try:
|
|
436
|
+
req = client.prepare_request(requests_http.Request('GET', url, params=query_params, headers=headers))
|
|
437
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
438
|
+
http_res = client.send(req)
|
|
439
|
+
except Exception as e:
|
|
440
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
441
|
+
if e is not None:
|
|
442
|
+
raise e
|
|
443
|
+
|
|
444
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
445
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
446
|
+
if e is not None:
|
|
447
|
+
raise e
|
|
448
|
+
if result is not None:
|
|
449
|
+
http_res = result
|
|
450
|
+
else:
|
|
451
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
res = operations.GetHrisLocationResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
456
|
+
|
|
457
|
+
if http_res.status_code == 200:
|
|
458
|
+
# pylint: disable=no-else-return
|
|
459
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
460
|
+
out = utils.unmarshal_json(http_res.text, Optional[shared.HrisLocation])
|
|
461
|
+
res.hris_location = out
|
|
462
|
+
else:
|
|
463
|
+
content_type = http_res.headers.get('Content-Type')
|
|
464
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
465
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
466
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
467
|
+
else:
|
|
468
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
469
|
+
|
|
470
|
+
return res
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
360
474
|
def get_hris_payslip(self, request: operations.GetHrisPayslipRequest) -> operations.GetHrisPayslipResponse:
|
|
361
475
|
r"""Retrieve a payslip"""
|
|
362
476
|
hook_ctx = HookContext(operation_id='getHrisPayslip', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -637,6 +751,62 @@ class Hris:
|
|
|
637
751
|
|
|
638
752
|
|
|
639
753
|
|
|
754
|
+
def list_hris_locations(self, request: operations.ListHrisLocationsRequest) -> operations.ListHrisLocationsResponse:
|
|
755
|
+
r"""List all locations"""
|
|
756
|
+
hook_ctx = HookContext(operation_id='listHrisLocations', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
757
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
758
|
+
|
|
759
|
+
url = utils.generate_url(base_url, '/hris/{connection_id}/location', request)
|
|
760
|
+
|
|
761
|
+
if callable(self.sdk_configuration.security):
|
|
762
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
763
|
+
else:
|
|
764
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
765
|
+
|
|
766
|
+
query_params = { **utils.get_query_params(request), **query_params }
|
|
767
|
+
headers['Accept'] = 'application/json'
|
|
768
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
769
|
+
client = self.sdk_configuration.client
|
|
770
|
+
|
|
771
|
+
try:
|
|
772
|
+
req = client.prepare_request(requests_http.Request('GET', url, params=query_params, headers=headers))
|
|
773
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
774
|
+
http_res = client.send(req)
|
|
775
|
+
except Exception as e:
|
|
776
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
777
|
+
if e is not None:
|
|
778
|
+
raise e
|
|
779
|
+
|
|
780
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
781
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
782
|
+
if e is not None:
|
|
783
|
+
raise e
|
|
784
|
+
if result is not None:
|
|
785
|
+
http_res = result
|
|
786
|
+
else:
|
|
787
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
res = operations.ListHrisLocationsResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
792
|
+
|
|
793
|
+
if http_res.status_code == 200:
|
|
794
|
+
# pylint: disable=no-else-return
|
|
795
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
796
|
+
out = utils.unmarshal_json(http_res.text, Optional[List[shared.HrisLocation]])
|
|
797
|
+
res.hris_locations = out
|
|
798
|
+
else:
|
|
799
|
+
content_type = http_res.headers.get('Content-Type')
|
|
800
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
801
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
802
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
803
|
+
else:
|
|
804
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
805
|
+
|
|
806
|
+
return res
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
640
810
|
def list_hris_payslips(self, request: operations.ListHrisPayslipsRequest) -> operations.ListHrisPayslipsResponse:
|
|
641
811
|
r"""List all payslips"""
|
|
642
812
|
hook_ctx = HookContext(operation_id='listHrisPayslips', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -923,6 +1093,64 @@ class Hris:
|
|
|
923
1093
|
|
|
924
1094
|
|
|
925
1095
|
|
|
1096
|
+
def patch_hris_location(self, request: operations.PatchHrisLocationRequest) -> operations.PatchHrisLocationResponse:
|
|
1097
|
+
r"""Update a location"""
|
|
1098
|
+
hook_ctx = HookContext(operation_id='patchHrisLocation', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
1099
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
1100
|
+
|
|
1101
|
+
url = utils.generate_url(base_url, '/hris/{connection_id}/location/{id}', request)
|
|
1102
|
+
|
|
1103
|
+
if callable(self.sdk_configuration.security):
|
|
1104
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
1105
|
+
else:
|
|
1106
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
1107
|
+
|
|
1108
|
+
req_content_type, data, form = utils.serialize_request_body(request, operations.PatchHrisLocationRequest, "hris_location", False, True, 'json')
|
|
1109
|
+
if req_content_type is not None and req_content_type not in ('multipart/form-data', 'multipart/mixed'):
|
|
1110
|
+
headers['content-type'] = req_content_type
|
|
1111
|
+
headers['Accept'] = 'application/json'
|
|
1112
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
1113
|
+
client = self.sdk_configuration.client
|
|
1114
|
+
|
|
1115
|
+
try:
|
|
1116
|
+
req = client.prepare_request(requests_http.Request('PATCH', url, params=query_params, data=data, files=form, headers=headers))
|
|
1117
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
1118
|
+
http_res = client.send(req)
|
|
1119
|
+
except Exception as e:
|
|
1120
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
1121
|
+
if e is not None:
|
|
1122
|
+
raise e
|
|
1123
|
+
|
|
1124
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
1125
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
1126
|
+
if e is not None:
|
|
1127
|
+
raise e
|
|
1128
|
+
if result is not None:
|
|
1129
|
+
http_res = result
|
|
1130
|
+
else:
|
|
1131
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
res = operations.PatchHrisLocationResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1136
|
+
|
|
1137
|
+
if http_res.status_code == 200:
|
|
1138
|
+
# pylint: disable=no-else-return
|
|
1139
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1140
|
+
out = utils.unmarshal_json(http_res.text, Optional[shared.HrisLocation])
|
|
1141
|
+
res.hris_location = out
|
|
1142
|
+
else:
|
|
1143
|
+
content_type = http_res.headers.get('Content-Type')
|
|
1144
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
1145
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1146
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1147
|
+
else:
|
|
1148
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
1149
|
+
|
|
1150
|
+
return res
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
|
|
926
1154
|
def remove_hris_company(self, request: operations.RemoveHrisCompanyRequest) -> operations.RemoveHrisCompanyResponse:
|
|
927
1155
|
r"""Remove a company"""
|
|
928
1156
|
hook_ctx = HookContext(operation_id='removeHrisCompany', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -1082,6 +1310,59 @@ class Hris:
|
|
|
1082
1310
|
|
|
1083
1311
|
|
|
1084
1312
|
|
|
1313
|
+
def remove_hris_location(self, request: operations.RemoveHrisLocationRequest) -> operations.RemoveHrisLocationResponse:
|
|
1314
|
+
r"""Remove a location"""
|
|
1315
|
+
hook_ctx = HookContext(operation_id='removeHrisLocation', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
1316
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
1317
|
+
|
|
1318
|
+
url = utils.generate_url(base_url, '/hris/{connection_id}/location/{id}', request)
|
|
1319
|
+
|
|
1320
|
+
if callable(self.sdk_configuration.security):
|
|
1321
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
1322
|
+
else:
|
|
1323
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
1324
|
+
|
|
1325
|
+
headers['Accept'] = 'application/json'
|
|
1326
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
1327
|
+
client = self.sdk_configuration.client
|
|
1328
|
+
|
|
1329
|
+
try:
|
|
1330
|
+
req = client.prepare_request(requests_http.Request('DELETE', url, params=query_params, headers=headers))
|
|
1331
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
1332
|
+
http_res = client.send(req)
|
|
1333
|
+
except Exception as e:
|
|
1334
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
1335
|
+
if e is not None:
|
|
1336
|
+
raise e
|
|
1337
|
+
|
|
1338
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
1339
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
1340
|
+
if e is not None:
|
|
1341
|
+
raise e
|
|
1342
|
+
if result is not None:
|
|
1343
|
+
http_res = result
|
|
1344
|
+
else:
|
|
1345
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
res = operations.RemoveHrisLocationResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1350
|
+
|
|
1351
|
+
if http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1352
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1353
|
+
else:
|
|
1354
|
+
# pylint: disable=no-else-return
|
|
1355
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1356
|
+
out = utils.unmarshal_json(http_res.text, Optional[str])
|
|
1357
|
+
res.string = out
|
|
1358
|
+
else:
|
|
1359
|
+
content_type = http_res.headers.get('Content-Type')
|
|
1360
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
1361
|
+
|
|
1362
|
+
return res
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
|
|
1085
1366
|
def update_hris_company(self, request: operations.UpdateHrisCompanyRequest) -> operations.UpdateHrisCompanyResponse:
|
|
1086
1367
|
r"""Update a company"""
|
|
1087
1368
|
hook_ctx = HookContext(operation_id='updateHrisCompany', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -1255,4 +1536,62 @@ class Hris:
|
|
|
1255
1536
|
return res
|
|
1256
1537
|
|
|
1257
1538
|
|
|
1539
|
+
|
|
1540
|
+
def update_hris_location(self, request: operations.UpdateHrisLocationRequest) -> operations.UpdateHrisLocationResponse:
|
|
1541
|
+
r"""Update a location"""
|
|
1542
|
+
hook_ctx = HookContext(operation_id='updateHrisLocation', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
1543
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
1544
|
+
|
|
1545
|
+
url = utils.generate_url(base_url, '/hris/{connection_id}/location/{id}', request)
|
|
1546
|
+
|
|
1547
|
+
if callable(self.sdk_configuration.security):
|
|
1548
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
1549
|
+
else:
|
|
1550
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
1551
|
+
|
|
1552
|
+
req_content_type, data, form = utils.serialize_request_body(request, operations.UpdateHrisLocationRequest, "hris_location", False, True, 'json')
|
|
1553
|
+
if req_content_type is not None and req_content_type not in ('multipart/form-data', 'multipart/mixed'):
|
|
1554
|
+
headers['content-type'] = req_content_type
|
|
1555
|
+
headers['Accept'] = 'application/json'
|
|
1556
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
1557
|
+
client = self.sdk_configuration.client
|
|
1558
|
+
|
|
1559
|
+
try:
|
|
1560
|
+
req = client.prepare_request(requests_http.Request('PUT', url, params=query_params, data=data, files=form, headers=headers))
|
|
1561
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
1562
|
+
http_res = client.send(req)
|
|
1563
|
+
except Exception as e:
|
|
1564
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
1565
|
+
if e is not None:
|
|
1566
|
+
raise e
|
|
1567
|
+
|
|
1568
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
1569
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
1570
|
+
if e is not None:
|
|
1571
|
+
raise e
|
|
1572
|
+
if result is not None:
|
|
1573
|
+
http_res = result
|
|
1574
|
+
else:
|
|
1575
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
res = operations.UpdateHrisLocationResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1580
|
+
|
|
1581
|
+
if http_res.status_code == 200:
|
|
1582
|
+
# pylint: disable=no-else-return
|
|
1583
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1584
|
+
out = utils.unmarshal_json(http_res.text, Optional[shared.HrisLocation])
|
|
1585
|
+
res.hris_location = out
|
|
1586
|
+
else:
|
|
1587
|
+
content_type = http_res.headers.get('Content-Type')
|
|
1588
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
1589
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1590
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1591
|
+
else:
|
|
1592
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
1593
|
+
|
|
1594
|
+
return res
|
|
1595
|
+
|
|
1596
|
+
|
|
1258
1597
|
|