Unified-python-sdk 0.21.1__tar.gz → 0.21.2__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.21.1/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.21.2}/PKG-INFO +15 -1
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/README.md +14 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/setup.py +1 -1
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2/src/Unified_python_sdk.egg-info}/PKG-INFO +15 -1
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/Unified_python_sdk.egg-info/SOURCES.txt +9 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/hris.py +220 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/__init__.py +5 -1
- Unified-python-sdk-0.21.2/src/unified_to/models/operations/gethrispayslip.py +33 -0
- Unified-python-sdk-0.21.2/src/unified_to/models/operations/gethristimeoff.py +33 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getunifiedintegrationauth.py +4 -0
- Unified-python-sdk-0.21.2/src/unified_to/models/operations/listhrispayslips.py +42 -0
- Unified-python-sdk-0.21.2/src/unified_to/models/operations/listhristimeoffs.py +42 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/__init__.py +4 -1
- Unified-python-sdk-0.21.2/src/unified_to/models/shared/hrispayslip.py +36 -0
- Unified-python-sdk-0.21.2/src/unified_to/models/shared/hrispayslipdetail.py +40 -0
- Unified-python-sdk-0.21.2/src/unified_to/models/shared/hristimeoff.py +38 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_connection_permissions.py +4 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/webhook.py +2 -0
- Unified-python-sdk-0.21.2/src/unified_to/payslip.py +126 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/sdk.py +6 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/sdkconfiguration.py +2 -2
- Unified-python-sdk-0.21.2/src/unified_to/timeoff.py +126 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/LICENSE.md +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/setup.cfg +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/__init__.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/_hooks/__init__.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/_hooks/sdkhooks.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/_hooks/types.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/account.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/accounting.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/activity.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/apicall.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/application.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/applicationstatus.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/ats.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/auth.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/call.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/candidate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/collection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/commerce.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/company.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/connection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/contact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/crm.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/customer.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/deal.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/document.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/employee.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/enrich.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/event.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/file.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/group.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/integration.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/interview.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/inventory.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/invoice.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/issue.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/item.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/job.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/lead.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/link.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/list.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/location.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/login.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/martech.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/member.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/__init__.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/errors/__init__.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/errors/sdkerror.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createaccountingaccount.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createaccountingcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsactivity.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsapplication.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatscandidate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsdocument.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsinterview.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsjob.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createatsscorecard.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcommercecollection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcommerceinventory.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcommerceitem.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcommercelocation.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmcompany.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmdeal.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmevent.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmlead.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createhrisemployee.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createhrisgroup.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createmartechlist.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createmartechmember.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createpassthrough.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createpaymentlink.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createpaymentpayment.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createstoragefile.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createticketingnote.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createticketingticket.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createuccontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountingaccount.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountingcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountingorganization.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsactivity.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsapplication.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatscandidate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatscompany.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsdocument.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsinterview.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsjob.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getatsscorecard.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcommercecollection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcommerceinventory.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcommerceitem.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcommercelocation.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmcompany.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmdeal.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmevent.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmlead.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/gethrisemployee.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/gethrisgroup.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getmartechlist.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getmartechmember.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getpaymentlink.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getpaymentpayment.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getpaymentpayout.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getpaymentrefund.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getstoragefile.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getticketingnote.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getticketingticket.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getuccontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountingaccounts.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountingcontacts.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountingorganizations.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountingtaxrates.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listaccountingtransactions.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsactivities.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsapplications.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsapplicationstatuses.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatscandidates.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatscompanies.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsdocuments.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsinterviews.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsjobs.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listatsscorecards.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcommercecollections.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcommerceinventories.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcommerceitems.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcommercelocations.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmdeals.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmevents.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmleads.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listenrichpeople.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listhrisemployees.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listhrisgroups.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listmartechlists.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listmartechmembers.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listpassthroughs.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listpaymentlinks.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listpaymentpayments.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listpaymentpayouts.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listpaymentrefunds.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/liststoragefiles.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listticketingnotes.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listticketingtickets.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listuccalls.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listuccontacts.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedconnections.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedintegrations.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedissues.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchaccountingaccount.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchaccountingcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsactivity.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsapplication.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatscandidate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsdocument.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsinterview.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsjob.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcommercecollection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcommerceinventory.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcommerceitem.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcommercelocation.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmevent.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmlead.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchmartechlist.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchmartechmember.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchpassthrough.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchpaymentlink.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchpaymentpayment.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchstoragefile.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchticketingnote.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchticketingticket.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchuccontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/patchunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeaccountingaccount.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeaccountingcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsactivity.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsapplication.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatscandidate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsdocument.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsinterview.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsjob.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecommercecollection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecommerceinventory.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecommerceitem.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecommercelocation.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmcompany.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmdeal.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmevent.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmlead.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removehrisemployee.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removehrisgroup.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removemartechlist.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removemartechmember.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removepassthrough.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removepaymentlink.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removepaymentpayment.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removestoragefile.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeticketingnote.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeticketingticket.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeuccontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateaccountingaccount.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateaccountingcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsactivity.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsapplication.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatscandidate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsdocument.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsinterview.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsjob.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecommercecollection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecommerceinventory.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecommerceitem.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecommercelocation.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmevent.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmlead.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatemartechlist.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatemartechmember.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatepassthrough.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatepaymentlink.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatepaymentpayment.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updatestoragefile.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateticketingnote.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateticketingticket.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateuccontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/updateunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingaccount.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingcontactpaymentmethod.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingemail.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountinglineitem.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingorganization.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingtelephone.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/accountingtransactionlineitem.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/apicall.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsactivity.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsaddress.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsapplication.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsapplicationanswer.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atscandidate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atscompany.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atscompensation.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsdocument.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsemail.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsinterview.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsjob.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsjobquestion.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsscorecard.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsscorecardquestion.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atsstatus.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/atstelephone.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commercecollection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceinventory.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceitem.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceitemmedia.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceitemoption.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceitemprice.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commerceitemvariant.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/commercelocation.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/connection.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmcompany.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmcontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmdeal.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmemail.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmevent.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmlead.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmpipeline.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/crmtelephone.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/enrichcompany.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/enrichemail.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/enrichperson.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/enrichtelephone.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/hrisemail.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/hrisemployee.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/hrisgroup.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/hristelephone.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/integration.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/integrationsupport.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/issue.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/marketingemail.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/marketinglist.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/marketingmember.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/paymentlink.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/paymentlinklineitem.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/paymentpayment.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/paymentpayout.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/paymentrefund.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_accountingcontact_billing_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_accountingcontact_shipping_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_accountingorganization_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_atscompany_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_commercelocation_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_connection_auth.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_connection_categories.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_integration_categories.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_created.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_deleted.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_updated.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_storagepermission_roles.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/security.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/storagefile.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/storagepermission.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ticketingemail.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ticketingnote.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ticketingticket.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/uccall.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/uccontact.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/ucemail.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/shared/uctelephone.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/note.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/organization.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/passthrough.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/payment.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/payout.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/person.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/pipeline.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/refund.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/scorecard.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/storage.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/taxrate.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/ticket.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/ticketing.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/transaction.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/uc.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/unified.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/utils/__init__.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/utils/retries.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/utils/utils.py +0 -0
- {Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/webhook.py +0 -0
{Unified-python-sdk-0.21.1/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.21.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Unified-python-sdk
|
|
3
|
-
Version: 0.21.
|
|
3
|
+
Version: 0.21.2
|
|
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
|
|
@@ -427,8 +427,12 @@ Description: <div align="left">
|
|
|
427
427
|
* [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_group) - Create a group
|
|
428
428
|
* [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_employee) - Retrieve an employee
|
|
429
429
|
* [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_group) - Retrieve a group
|
|
430
|
+
* [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_payslip) - Retrieve a payslip
|
|
431
|
+
* [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_timeoff) - Retrieve a timeoff
|
|
430
432
|
* [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_employees) - List all employees
|
|
431
433
|
* [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_groups) - List all groups
|
|
434
|
+
* [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_payslips) - List all payslip
|
|
435
|
+
* [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_timeoffs) - List all timeoffs
|
|
432
436
|
* [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_employee) - Update an employee
|
|
433
437
|
* [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_group) - Update a group
|
|
434
438
|
* [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_employee) - Remove an employee
|
|
@@ -454,6 +458,16 @@ Description: <div align="left">
|
|
|
454
458
|
* [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#remove_hris_group) - Remove a group
|
|
455
459
|
* [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#update_hris_group) - Update a group
|
|
456
460
|
|
|
461
|
+
### [payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md)
|
|
462
|
+
|
|
463
|
+
* [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md#get_hris_payslip) - Retrieve a payslip
|
|
464
|
+
* [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md#list_hris_payslips) - List all payslip
|
|
465
|
+
|
|
466
|
+
### [timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md)
|
|
467
|
+
|
|
468
|
+
* [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md#get_hris_timeoff) - Retrieve a timeoff
|
|
469
|
+
* [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md#list_hris_timeoffs) - List all timeoffs
|
|
470
|
+
|
|
457
471
|
### [martech](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md)
|
|
458
472
|
|
|
459
473
|
* [create_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#create_martech_list) - Create a list
|
|
@@ -420,8 +420,12 @@ if res.accounting_account is not None:
|
|
|
420
420
|
* [create_hris_group](docs/sdks/hris/README.md#create_hris_group) - Create a group
|
|
421
421
|
* [get_hris_employee](docs/sdks/hris/README.md#get_hris_employee) - Retrieve an employee
|
|
422
422
|
* [get_hris_group](docs/sdks/hris/README.md#get_hris_group) - Retrieve a group
|
|
423
|
+
* [get_hris_payslip](docs/sdks/hris/README.md#get_hris_payslip) - Retrieve a payslip
|
|
424
|
+
* [get_hris_timeoff](docs/sdks/hris/README.md#get_hris_timeoff) - Retrieve a timeoff
|
|
423
425
|
* [list_hris_employees](docs/sdks/hris/README.md#list_hris_employees) - List all employees
|
|
424
426
|
* [list_hris_groups](docs/sdks/hris/README.md#list_hris_groups) - List all groups
|
|
427
|
+
* [list_hris_payslips](docs/sdks/hris/README.md#list_hris_payslips) - List all payslip
|
|
428
|
+
* [list_hris_timeoffs](docs/sdks/hris/README.md#list_hris_timeoffs) - List all timeoffs
|
|
425
429
|
* [patch_hris_employee](docs/sdks/hris/README.md#patch_hris_employee) - Update an employee
|
|
426
430
|
* [patch_hris_group](docs/sdks/hris/README.md#patch_hris_group) - Update a group
|
|
427
431
|
* [remove_hris_employee](docs/sdks/hris/README.md#remove_hris_employee) - Remove an employee
|
|
@@ -447,6 +451,16 @@ if res.accounting_account is not None:
|
|
|
447
451
|
* [remove_hris_group](docs/sdks/group/README.md#remove_hris_group) - Remove a group
|
|
448
452
|
* [update_hris_group](docs/sdks/group/README.md#update_hris_group) - Update a group
|
|
449
453
|
|
|
454
|
+
### [payslip](docs/sdks/payslip/README.md)
|
|
455
|
+
|
|
456
|
+
* [get_hris_payslip](docs/sdks/payslip/README.md#get_hris_payslip) - Retrieve a payslip
|
|
457
|
+
* [list_hris_payslips](docs/sdks/payslip/README.md#list_hris_payslips) - List all payslip
|
|
458
|
+
|
|
459
|
+
### [timeoff](docs/sdks/timeoff/README.md)
|
|
460
|
+
|
|
461
|
+
* [get_hris_timeoff](docs/sdks/timeoff/README.md#get_hris_timeoff) - Retrieve a timeoff
|
|
462
|
+
* [list_hris_timeoffs](docs/sdks/timeoff/README.md#list_hris_timeoffs) - List all timeoffs
|
|
463
|
+
|
|
450
464
|
### [martech](docs/sdks/martech/README.md)
|
|
451
465
|
|
|
452
466
|
* [create_martech_list](docs/sdks/martech/README.md#create_martech_list) - Create a list
|
|
@@ -19,7 +19,7 @@ except FileNotFoundError:
|
|
|
19
19
|
|
|
20
20
|
setuptools.setup(
|
|
21
21
|
name='Unified-python-sdk',
|
|
22
|
-
version='0.21.
|
|
22
|
+
version='0.21.2',
|
|
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.21.1 → Unified-python-sdk-0.21.2/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.21.
|
|
3
|
+
Version: 0.21.2
|
|
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
|
|
@@ -427,8 +427,12 @@ Description: <div align="left">
|
|
|
427
427
|
* [create_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_group) - Create a group
|
|
428
428
|
* [get_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_employee) - Retrieve an employee
|
|
429
429
|
* [get_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_group) - Retrieve a group
|
|
430
|
+
* [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_payslip) - Retrieve a payslip
|
|
431
|
+
* [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#get_hris_timeoff) - Retrieve a timeoff
|
|
430
432
|
* [list_hris_employees](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_employees) - List all employees
|
|
431
433
|
* [list_hris_groups](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_groups) - List all groups
|
|
434
|
+
* [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_payslips) - List all payslip
|
|
435
|
+
* [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#list_hris_timeoffs) - List all timeoffs
|
|
432
436
|
* [patch_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_employee) - Update an employee
|
|
433
437
|
* [patch_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#patch_hris_group) - Update a group
|
|
434
438
|
* [remove_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#remove_hris_employee) - Remove an employee
|
|
@@ -454,6 +458,16 @@ Description: <div align="left">
|
|
|
454
458
|
* [remove_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#remove_hris_group) - Remove a group
|
|
455
459
|
* [update_hris_group](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/group/README.md#update_hris_group) - Update a group
|
|
456
460
|
|
|
461
|
+
### [payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md)
|
|
462
|
+
|
|
463
|
+
* [get_hris_payslip](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md#get_hris_payslip) - Retrieve a payslip
|
|
464
|
+
* [list_hris_payslips](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/payslip/README.md#list_hris_payslips) - List all payslip
|
|
465
|
+
|
|
466
|
+
### [timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md)
|
|
467
|
+
|
|
468
|
+
* [get_hris_timeoff](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md#get_hris_timeoff) - Retrieve a timeoff
|
|
469
|
+
* [list_hris_timeoffs](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/timeoff/README.md#list_hris_timeoffs) - List all timeoffs
|
|
470
|
+
|
|
457
471
|
### [martech](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md)
|
|
458
472
|
|
|
459
473
|
* [create_martech_list](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/martech/README.md#create_martech_list) - Create a list
|
{Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/Unified_python_sdk.egg-info/SOURCES.txt
RENAMED
|
@@ -51,6 +51,7 @@ src/unified_to/organization.py
|
|
|
51
51
|
src/unified_to/passthrough.py
|
|
52
52
|
src/unified_to/payment.py
|
|
53
53
|
src/unified_to/payout.py
|
|
54
|
+
src/unified_to/payslip.py
|
|
54
55
|
src/unified_to/person.py
|
|
55
56
|
src/unified_to/pipeline.py
|
|
56
57
|
src/unified_to/refund.py
|
|
@@ -61,6 +62,7 @@ src/unified_to/storage.py
|
|
|
61
62
|
src/unified_to/taxrate.py
|
|
62
63
|
src/unified_to/ticket.py
|
|
63
64
|
src/unified_to/ticketing.py
|
|
65
|
+
src/unified_to/timeoff.py
|
|
64
66
|
src/unified_to/transaction.py
|
|
65
67
|
src/unified_to/uc.py
|
|
66
68
|
src/unified_to/unified.py
|
|
@@ -134,6 +136,8 @@ src/unified_to/models/operations/getcrmlead.py
|
|
|
134
136
|
src/unified_to/models/operations/getcrmpipeline.py
|
|
135
137
|
src/unified_to/models/operations/gethrisemployee.py
|
|
136
138
|
src/unified_to/models/operations/gethrisgroup.py
|
|
139
|
+
src/unified_to/models/operations/gethrispayslip.py
|
|
140
|
+
src/unified_to/models/operations/gethristimeoff.py
|
|
137
141
|
src/unified_to/models/operations/getmartechlist.py
|
|
138
142
|
src/unified_to/models/operations/getmartechmember.py
|
|
139
143
|
src/unified_to/models/operations/getpaymentlink.py
|
|
@@ -179,6 +183,8 @@ src/unified_to/models/operations/listenrichcompanies.py
|
|
|
179
183
|
src/unified_to/models/operations/listenrichpeople.py
|
|
180
184
|
src/unified_to/models/operations/listhrisemployees.py
|
|
181
185
|
src/unified_to/models/operations/listhrisgroups.py
|
|
186
|
+
src/unified_to/models/operations/listhrispayslips.py
|
|
187
|
+
src/unified_to/models/operations/listhristimeoffs.py
|
|
182
188
|
src/unified_to/models/operations/listmartechlists.py
|
|
183
189
|
src/unified_to/models/operations/listmartechmembers.py
|
|
184
190
|
src/unified_to/models/operations/listpassthroughs.py
|
|
@@ -360,7 +366,10 @@ src/unified_to/models/shared/enrichtelephone.py
|
|
|
360
366
|
src/unified_to/models/shared/hrisemail.py
|
|
361
367
|
src/unified_to/models/shared/hrisemployee.py
|
|
362
368
|
src/unified_to/models/shared/hrisgroup.py
|
|
369
|
+
src/unified_to/models/shared/hrispayslip.py
|
|
370
|
+
src/unified_to/models/shared/hrispayslipdetail.py
|
|
363
371
|
src/unified_to/models/shared/hristelephone.py
|
|
372
|
+
src/unified_to/models/shared/hristimeoff.py
|
|
364
373
|
src/unified_to/models/shared/integration.py
|
|
365
374
|
src/unified_to/models/shared/integrationsupport.py
|
|
366
375
|
src/unified_to/models/shared/issue.py
|
|
@@ -239,6 +239,116 @@ class Hris:
|
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
|
|
242
|
+
def get_hris_payslip(self, request: operations.GetHrisPayslipRequest) -> operations.GetHrisPayslipResponse:
|
|
243
|
+
r"""Retrieve a payslip"""
|
|
244
|
+
hook_ctx = HookContext(operation_id='getHrisPayslip', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
245
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
246
|
+
|
|
247
|
+
url = utils.generate_url(operations.GetHrisPayslipRequest, base_url, '/hris/{connection_id}/payslip/{id}', request)
|
|
248
|
+
|
|
249
|
+
if callable(self.sdk_configuration.security):
|
|
250
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
251
|
+
else:
|
|
252
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
253
|
+
|
|
254
|
+
query_params = { **utils.get_query_params(operations.GetHrisPayslipRequest, request), **query_params }
|
|
255
|
+
headers['Accept'] = 'application/json'
|
|
256
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
257
|
+
client = self.sdk_configuration.client
|
|
258
|
+
|
|
259
|
+
try:
|
|
260
|
+
req = client.prepare_request(requests_http.Request('GET', url, params=query_params, headers=headers))
|
|
261
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
262
|
+
http_res = client.send(req)
|
|
263
|
+
except Exception as e:
|
|
264
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
265
|
+
if e is not None:
|
|
266
|
+
raise e
|
|
267
|
+
|
|
268
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
269
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
270
|
+
if e is not None:
|
|
271
|
+
raise e
|
|
272
|
+
if result is not None:
|
|
273
|
+
http_res = result
|
|
274
|
+
else:
|
|
275
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
res = operations.GetHrisPayslipResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
280
|
+
|
|
281
|
+
if http_res.status_code == 200:
|
|
282
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
283
|
+
out = utils.unmarshal_json(http_res.text, Optional[shared.HrisPayslip])
|
|
284
|
+
res.hris_payslip = out
|
|
285
|
+
else:
|
|
286
|
+
content_type = http_res.headers.get('Content-Type')
|
|
287
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
288
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
289
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
290
|
+
else:
|
|
291
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
292
|
+
|
|
293
|
+
return res
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
def get_hris_timeoff(self, request: operations.GetHrisTimeoffRequest) -> operations.GetHrisTimeoffResponse:
|
|
298
|
+
r"""Retrieve a timeoff"""
|
|
299
|
+
hook_ctx = HookContext(operation_id='getHrisTimeoff', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
300
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
301
|
+
|
|
302
|
+
url = utils.generate_url(operations.GetHrisTimeoffRequest, base_url, '/hris/{connection_id}/timeoff/{id}', request)
|
|
303
|
+
|
|
304
|
+
if callable(self.sdk_configuration.security):
|
|
305
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
306
|
+
else:
|
|
307
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
308
|
+
|
|
309
|
+
query_params = { **utils.get_query_params(operations.GetHrisTimeoffRequest, request), **query_params }
|
|
310
|
+
headers['Accept'] = 'application/json'
|
|
311
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
312
|
+
client = self.sdk_configuration.client
|
|
313
|
+
|
|
314
|
+
try:
|
|
315
|
+
req = client.prepare_request(requests_http.Request('GET', url, params=query_params, headers=headers))
|
|
316
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
317
|
+
http_res = client.send(req)
|
|
318
|
+
except Exception as e:
|
|
319
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
320
|
+
if e is not None:
|
|
321
|
+
raise e
|
|
322
|
+
|
|
323
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
324
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
325
|
+
if e is not None:
|
|
326
|
+
raise e
|
|
327
|
+
if result is not None:
|
|
328
|
+
http_res = result
|
|
329
|
+
else:
|
|
330
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
res = operations.GetHrisTimeoffResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
335
|
+
|
|
336
|
+
if http_res.status_code == 200:
|
|
337
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
338
|
+
out = utils.unmarshal_json(http_res.text, Optional[shared.HrisTimeoff])
|
|
339
|
+
res.hris_timeoff = out
|
|
340
|
+
else:
|
|
341
|
+
content_type = http_res.headers.get('Content-Type')
|
|
342
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
343
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
344
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
345
|
+
else:
|
|
346
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
347
|
+
|
|
348
|
+
return res
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
242
352
|
def list_hris_employees(self, request: operations.ListHrisEmployeesRequest) -> operations.ListHrisEmployeesResponse:
|
|
243
353
|
r"""List all employees"""
|
|
244
354
|
hook_ctx = HookContext(operation_id='listHrisEmployees', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -349,6 +459,116 @@ class Hris:
|
|
|
349
459
|
|
|
350
460
|
|
|
351
461
|
|
|
462
|
+
def list_hris_payslips(self, request: operations.ListHrisPayslipsRequest) -> operations.ListHrisPayslipsResponse:
|
|
463
|
+
r"""List all payslip"""
|
|
464
|
+
hook_ctx = HookContext(operation_id='listHrisPayslips', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
465
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
466
|
+
|
|
467
|
+
url = utils.generate_url(operations.ListHrisPayslipsRequest, base_url, '/hris/{connection_id}/payslip', request)
|
|
468
|
+
|
|
469
|
+
if callable(self.sdk_configuration.security):
|
|
470
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
471
|
+
else:
|
|
472
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
473
|
+
|
|
474
|
+
query_params = { **utils.get_query_params(operations.ListHrisPayslipsRequest, request), **query_params }
|
|
475
|
+
headers['Accept'] = 'application/json'
|
|
476
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
477
|
+
client = self.sdk_configuration.client
|
|
478
|
+
|
|
479
|
+
try:
|
|
480
|
+
req = client.prepare_request(requests_http.Request('GET', url, params=query_params, headers=headers))
|
|
481
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
482
|
+
http_res = client.send(req)
|
|
483
|
+
except Exception as e:
|
|
484
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
485
|
+
if e is not None:
|
|
486
|
+
raise e
|
|
487
|
+
|
|
488
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
489
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
490
|
+
if e is not None:
|
|
491
|
+
raise e
|
|
492
|
+
if result is not None:
|
|
493
|
+
http_res = result
|
|
494
|
+
else:
|
|
495
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
res = operations.ListHrisPayslipsResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
500
|
+
|
|
501
|
+
if http_res.status_code == 200:
|
|
502
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
503
|
+
out = utils.unmarshal_json(http_res.text, Optional[List[shared.HrisPayslip]])
|
|
504
|
+
res.hris_payslips = out
|
|
505
|
+
else:
|
|
506
|
+
content_type = http_res.headers.get('Content-Type')
|
|
507
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
508
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
509
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
510
|
+
else:
|
|
511
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
512
|
+
|
|
513
|
+
return res
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
def list_hris_timeoffs(self, request: operations.ListHrisTimeoffsRequest) -> operations.ListHrisTimeoffsResponse:
|
|
518
|
+
r"""List all timeoffs"""
|
|
519
|
+
hook_ctx = HookContext(operation_id='listHrisTimeoffs', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
520
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
521
|
+
|
|
522
|
+
url = utils.generate_url(operations.ListHrisTimeoffsRequest, base_url, '/hris/{connection_id}/timeoff', request)
|
|
523
|
+
|
|
524
|
+
if callable(self.sdk_configuration.security):
|
|
525
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
526
|
+
else:
|
|
527
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
528
|
+
|
|
529
|
+
query_params = { **utils.get_query_params(operations.ListHrisTimeoffsRequest, request), **query_params }
|
|
530
|
+
headers['Accept'] = 'application/json'
|
|
531
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
532
|
+
client = self.sdk_configuration.client
|
|
533
|
+
|
|
534
|
+
try:
|
|
535
|
+
req = client.prepare_request(requests_http.Request('GET', url, params=query_params, headers=headers))
|
|
536
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
537
|
+
http_res = client.send(req)
|
|
538
|
+
except Exception as e:
|
|
539
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
540
|
+
if e is not None:
|
|
541
|
+
raise e
|
|
542
|
+
|
|
543
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
544
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
545
|
+
if e is not None:
|
|
546
|
+
raise e
|
|
547
|
+
if result is not None:
|
|
548
|
+
http_res = result
|
|
549
|
+
else:
|
|
550
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
res = operations.ListHrisTimeoffsResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
555
|
+
|
|
556
|
+
if http_res.status_code == 200:
|
|
557
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
558
|
+
out = utils.unmarshal_json(http_res.text, Optional[List[shared.HrisTimeoff]])
|
|
559
|
+
res.hris_timeoffs = out
|
|
560
|
+
else:
|
|
561
|
+
content_type = http_res.headers.get('Content-Type')
|
|
562
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
563
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
564
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
565
|
+
else:
|
|
566
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
567
|
+
|
|
568
|
+
return res
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
352
572
|
def patch_hris_employee(self, request: operations.PatchHrisEmployeeRequest) -> operations.PatchHrisEmployeeResponse:
|
|
353
573
|
r"""Update an employee"""
|
|
354
574
|
hook_ctx = HookContext(operation_id='patchHrisEmployee', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
{Unified-python-sdk-0.21.1 → Unified-python-sdk-0.21.2}/src/unified_to/models/operations/__init__.py
RENAMED
|
@@ -62,6 +62,8 @@ from .getcrmlead import *
|
|
|
62
62
|
from .getcrmpipeline import *
|
|
63
63
|
from .gethrisemployee import *
|
|
64
64
|
from .gethrisgroup import *
|
|
65
|
+
from .gethrispayslip import *
|
|
66
|
+
from .gethristimeoff import *
|
|
65
67
|
from .getmartechlist import *
|
|
66
68
|
from .getmartechmember import *
|
|
67
69
|
from .getpaymentlink import *
|
|
@@ -107,6 +109,8 @@ from .listenrichcompanies import *
|
|
|
107
109
|
from .listenrichpeople import *
|
|
108
110
|
from .listhrisemployees import *
|
|
109
111
|
from .listhrisgroups import *
|
|
112
|
+
from .listhrispayslips import *
|
|
113
|
+
from .listhristimeoffs import *
|
|
110
114
|
from .listmartechlists import *
|
|
111
115
|
from .listmartechmembers import *
|
|
112
116
|
from .listpassthroughs import *
|
|
@@ -235,4 +239,4 @@ from .updateuccontact import *
|
|
|
235
239
|
from .updateunifiedconnection import *
|
|
236
240
|
from .updateunifiedwebhooktrigger import *
|
|
237
241
|
|
|
238
|
-
__all__ = ["Categories","CreateAccountingAccountRequest","CreateAccountingAccountResponse","CreateAccountingContactRequest","CreateAccountingContactResponse","CreateAccountingInvoiceRequest","CreateAccountingInvoiceResponse","CreateAccountingTaxrateRequest","CreateAccountingTaxrateResponse","CreateAccountingTransactionRequest","CreateAccountingTransactionResponse","CreateAtsActivityRequest","CreateAtsActivityResponse","CreateAtsApplicationRequest","CreateAtsApplicationResponse","CreateAtsCandidateRequest","CreateAtsCandidateResponse","CreateAtsDocumentRequest","CreateAtsDocumentResponse","CreateAtsInterviewRequest","CreateAtsInterviewResponse","CreateAtsJobRequest","CreateAtsJobResponse","CreateAtsScorecardRequest","CreateAtsScorecardResponse","CreateCommerceCollectionRequest","CreateCommerceCollectionResponse","CreateCommerceInventoryRequest","CreateCommerceInventoryResponse","CreateCommerceItemRequest","CreateCommerceItemResponse","CreateCommerceLocationRequest","CreateCommerceLocationResponse","CreateCrmCompanyRequest","CreateCrmCompanyResponse","CreateCrmContactRequest","CreateCrmContactResponse","CreateCrmDealRequest","CreateCrmDealResponse","CreateCrmEventRequest","CreateCrmEventResponse","CreateCrmLeadRequest","CreateCrmLeadResponse","CreateCrmPipelineRequest","CreateCrmPipelineResponse","CreateHrisEmployeeRequest","CreateHrisEmployeeResponse","CreateHrisGroupRequest","CreateHrisGroupResponse","CreateMartechListRequest","CreateMartechListResponse","CreateMartechMemberRequest","CreateMartechMemberResponse","CreatePassthroughRequest","CreatePassthroughResponse","CreatePaymentLinkRequest","CreatePaymentLinkResponse","CreatePaymentPaymentRequest","CreatePaymentPaymentResponse","CreateStorageFileRequest","CreateStorageFileResponse","CreateTicketingCustomerRequest","CreateTicketingCustomerResponse","CreateTicketingNoteRequest","CreateTicketingNoteResponse","CreateTicketingTicketRequest","CreateTicketingTicketResponse","CreateUcContactRequest","CreateUcContactResponse","CreateUnifiedConnectionResponse","CreateUnifiedWebhookRequest","CreateUnifiedWebhookResponse","GetAccountingAccountRequest","GetAccountingAccountResponse","GetAccountingContactRequest","GetAccountingContactResponse","GetAccountingInvoiceRequest","GetAccountingInvoiceResponse","GetAccountingOrganizationRequest","GetAccountingOrganizationResponse","GetAccountingTaxrateRequest","GetAccountingTaxrateResponse","GetAccountingTransactionRequest","GetAccountingTransactionResponse","GetAtsActivityRequest","GetAtsActivityResponse","GetAtsApplicationRequest","GetAtsApplicationResponse","GetAtsCandidateRequest","GetAtsCandidateResponse","GetAtsCompanyRequest","GetAtsCompanyResponse","GetAtsDocumentRequest","GetAtsDocumentResponse","GetAtsInterviewRequest","GetAtsInterviewResponse","GetAtsJobRequest","GetAtsJobResponse","GetAtsScorecardRequest","GetAtsScorecardResponse","GetCommerceCollectionRequest","GetCommerceCollectionResponse","GetCommerceInventoryRequest","GetCommerceInventoryResponse","GetCommerceItemRequest","GetCommerceItemResponse","GetCommerceLocationRequest","GetCommerceLocationResponse","GetCrmCompanyRequest","GetCrmCompanyResponse","GetCrmContactRequest","GetCrmContactResponse","GetCrmDealRequest","GetCrmDealResponse","GetCrmEventRequest","GetCrmEventResponse","GetCrmLeadRequest","GetCrmLeadResponse","GetCrmPipelineRequest","GetCrmPipelineResponse","GetHrisEmployeeRequest","GetHrisEmployeeResponse","GetHrisGroupRequest","GetHrisGroupResponse","GetMartechListRequest","GetMartechListResponse","GetMartechMemberRequest","GetMartechMemberResponse","GetPaymentLinkRequest","GetPaymentLinkResponse","GetPaymentPaymentRequest","GetPaymentPaymentResponse","GetPaymentPayoutRequest","GetPaymentPayoutResponse","GetPaymentRefundRequest","GetPaymentRefundResponse","GetStorageFileRequest","GetStorageFileResponse","GetTicketingCustomerRequest","GetTicketingCustomerResponse","GetTicketingNoteRequest","GetTicketingNoteResponse","GetTicketingTicketRequest","GetTicketingTicketResponse","GetUcContactRequest","GetUcContactResponse","GetUnifiedApicallRequest","GetUnifiedApicallResponse","GetUnifiedConnectionRequest","GetUnifiedConnectionResponse","GetUnifiedIntegrationAuthRequest","GetUnifiedIntegrationAuthResponse","GetUnifiedIntegrationLoginRequest","GetUnifiedIntegrationLoginResponse","GetUnifiedWebhookRequest","GetUnifiedWebhookResponse","ListAccountingAccountsRequest","ListAccountingAccountsResponse","ListAccountingContactsRequest","ListAccountingContactsResponse","ListAccountingInvoicesRequest","ListAccountingInvoicesResponse","ListAccountingOrganizationsRequest","ListAccountingOrganizationsResponse","ListAccountingTaxratesRequest","ListAccountingTaxratesResponse","ListAccountingTransactionsRequest","ListAccountingTransactionsResponse","ListAtsActivitiesRequest","ListAtsActivitiesResponse","ListAtsApplicationsRequest","ListAtsApplicationsResponse","ListAtsApplicationstatusesRequest","ListAtsApplicationstatusesResponse","ListAtsCandidatesRequest","ListAtsCandidatesResponse","ListAtsCompaniesRequest","ListAtsCompaniesResponse","ListAtsDocumentsRequest","ListAtsDocumentsResponse","ListAtsInterviewsRequest","ListAtsInterviewsResponse","ListAtsJobsRequest","ListAtsJobsResponse","ListAtsScorecardsRequest","ListAtsScorecardsResponse","ListCommerceCollectionsRequest","ListCommerceCollectionsResponse","ListCommerceInventoriesRequest","ListCommerceInventoriesResponse","ListCommerceItemsRequest","ListCommerceItemsResponse","ListCommerceLocationsRequest","ListCommerceLocationsResponse","ListCrmCompaniesRequest","ListCrmCompaniesResponse","ListCrmContactsRequest","ListCrmContactsResponse","ListCrmDealsRequest","ListCrmDealsResponse","ListCrmEventsRequest","ListCrmEventsResponse","ListCrmLeadsRequest","ListCrmLeadsResponse","ListCrmPipelinesRequest","ListCrmPipelinesResponse","ListEnrichCompaniesRequest","ListEnrichCompaniesResponse","ListEnrichPeopleRequest","ListEnrichPeopleResponse","ListHrisEmployeesRequest","ListHrisEmployeesResponse","ListHrisGroupsRequest","ListHrisGroupsResponse","ListMartechListsRequest","ListMartechListsResponse","ListMartechMembersRequest","ListMartechMembersResponse","ListPassthroughsRequest","ListPassthroughsResponse","ListPaymentLinksRequest","ListPaymentLinksResponse","ListPaymentPaymentsRequest","ListPaymentPaymentsResponse","ListPaymentPayoutsRequest","ListPaymentPayoutsResponse","ListPaymentRefundsRequest","ListPaymentRefundsResponse","ListStorageFilesRequest","ListStorageFilesResponse","ListTicketingCustomersRequest","ListTicketingCustomersResponse","ListTicketingNotesRequest","ListTicketingNotesResponse","ListTicketingTicketsRequest","ListTicketingTicketsResponse","ListUcCallsRequest","ListUcCallsResponse","ListUcContactsRequest","ListUcContactsResponse","ListUnifiedApicallsRequest","ListUnifiedApicallsResponse","ListUnifiedConnectionsRequest","ListUnifiedConnectionsResponse","ListUnifiedIntegrationWorkspacesRequest","ListUnifiedIntegrationWorkspacesResponse","ListUnifiedIntegrationsQueryParamCategories","ListUnifiedIntegrationsRequest","ListUnifiedIntegrationsResponse","ListUnifiedIssuesRequest","ListUnifiedIssuesResponse","ListUnifiedWebhooksRequest","ListUnifiedWebhooksResponse","PatchAccountingAccountRequest","PatchAccountingAccountResponse","PatchAccountingContactRequest","PatchAccountingContactResponse","PatchAccountingInvoiceRequest","PatchAccountingInvoiceResponse","PatchAccountingTaxrateRequest","PatchAccountingTaxrateResponse","PatchAccountingTransactionRequest","PatchAccountingTransactionResponse","PatchAtsActivityRequest","PatchAtsActivityResponse","PatchAtsApplicationRequest","PatchAtsApplicationResponse","PatchAtsCandidateRequest","PatchAtsCandidateResponse","PatchAtsDocumentRequest","PatchAtsDocumentResponse","PatchAtsInterviewRequest","PatchAtsInterviewResponse","PatchAtsJobRequest","PatchAtsJobResponse","PatchAtsScorecardRequest","PatchAtsScorecardResponse","PatchCommerceCollectionRequest","PatchCommerceCollectionResponse","PatchCommerceInventoryRequest","PatchCommerceInventoryResponse","PatchCommerceItemRequest","PatchCommerceItemResponse","PatchCommerceLocationRequest","PatchCommerceLocationResponse","PatchCrmCompanyRequest","PatchCrmCompanyResponse","PatchCrmContactRequest","PatchCrmContactResponse","PatchCrmDealRequest","PatchCrmDealResponse","PatchCrmEventRequest","PatchCrmEventResponse","PatchCrmLeadRequest","PatchCrmLeadResponse","PatchCrmPipelineRequest","PatchCrmPipelineResponse","PatchHrisEmployeeRequest","PatchHrisEmployeeResponse","PatchHrisGroupRequest","PatchHrisGroupResponse","PatchMartechListRequest","PatchMartechListResponse","PatchMartechMemberRequest","PatchMartechMemberResponse","PatchPassthroughRequest","PatchPassthroughResponse","PatchPaymentLinkRequest","PatchPaymentLinkResponse","PatchPaymentPaymentRequest","PatchPaymentPaymentResponse","PatchStorageFileRequest","PatchStorageFileResponse","PatchTicketingCustomerRequest","PatchTicketingCustomerResponse","PatchTicketingNoteRequest","PatchTicketingNoteResponse","PatchTicketingTicketRequest","PatchTicketingTicketResponse","PatchUcContactRequest","PatchUcContactResponse","PatchUnifiedConnectionRequest","PatchUnifiedConnectionResponse","PatchUnifiedWebhookTriggerRequest","PatchUnifiedWebhookTriggerResponse","QueryParamCategories","RemoveAccountingAccountRequest","RemoveAccountingAccountResponse","RemoveAccountingContactRequest","RemoveAccountingContactResponse","RemoveAccountingInvoiceRequest","RemoveAccountingInvoiceResponse","RemoveAccountingTaxrateRequest","RemoveAccountingTaxrateResponse","RemoveAccountingTransactionRequest","RemoveAccountingTransactionResponse","RemoveAtsActivityRequest","RemoveAtsActivityResponse","RemoveAtsApplicationRequest","RemoveAtsApplicationResponse","RemoveAtsCandidateRequest","RemoveAtsCandidateResponse","RemoveAtsDocumentRequest","RemoveAtsDocumentResponse","RemoveAtsInterviewRequest","RemoveAtsInterviewResponse","RemoveAtsJobRequest","RemoveAtsJobResponse","RemoveAtsScorecardRequest","RemoveAtsScorecardResponse","RemoveCommerceCollectionRequest","RemoveCommerceCollectionResponse","RemoveCommerceInventoryRequest","RemoveCommerceInventoryResponse","RemoveCommerceItemRequest","RemoveCommerceItemResponse","RemoveCommerceLocationRequest","RemoveCommerceLocationResponse","RemoveCrmCompanyRequest","RemoveCrmCompanyResponse","RemoveCrmContactRequest","RemoveCrmContactResponse","RemoveCrmDealRequest","RemoveCrmDealResponse","RemoveCrmEventRequest","RemoveCrmEventResponse","RemoveCrmLeadRequest","RemoveCrmLeadResponse","RemoveCrmPipelineRequest","RemoveCrmPipelineResponse","RemoveHrisEmployeeRequest","RemoveHrisEmployeeResponse","RemoveHrisGroupRequest","RemoveHrisGroupResponse","RemoveMartechListRequest","RemoveMartechListResponse","RemoveMartechMemberRequest","RemoveMartechMemberResponse","RemovePassthroughRequest","RemovePassthroughResponse","RemovePaymentLinkRequest","RemovePaymentLinkResponse","RemovePaymentPaymentRequest","RemovePaymentPaymentResponse","RemoveStorageFileRequest","RemoveStorageFileResponse","RemoveTicketingCustomerRequest","RemoveTicketingCustomerResponse","RemoveTicketingNoteRequest","RemoveTicketingNoteResponse","RemoveTicketingTicketRequest","RemoveTicketingTicketResponse","RemoveUcContactRequest","RemoveUcContactResponse","RemoveUnifiedConnectionRequest","RemoveUnifiedConnectionResponse","RemoveUnifiedWebhookRequest","RemoveUnifiedWebhookResponse","Scopes","UpdateAccountingAccountRequest","UpdateAccountingAccountResponse","UpdateAccountingContactRequest","UpdateAccountingContactResponse","UpdateAccountingInvoiceRequest","UpdateAccountingInvoiceResponse","UpdateAccountingTaxrateRequest","UpdateAccountingTaxrateResponse","UpdateAccountingTransactionRequest","UpdateAccountingTransactionResponse","UpdateAtsActivityRequest","UpdateAtsActivityResponse","UpdateAtsApplicationRequest","UpdateAtsApplicationResponse","UpdateAtsCandidateRequest","UpdateAtsCandidateResponse","UpdateAtsDocumentRequest","UpdateAtsDocumentResponse","UpdateAtsInterviewRequest","UpdateAtsInterviewResponse","UpdateAtsJobRequest","UpdateAtsJobResponse","UpdateAtsScorecardRequest","UpdateAtsScorecardResponse","UpdateCommerceCollectionRequest","UpdateCommerceCollectionResponse","UpdateCommerceInventoryRequest","UpdateCommerceInventoryResponse","UpdateCommerceItemRequest","UpdateCommerceItemResponse","UpdateCommerceLocationRequest","UpdateCommerceLocationResponse","UpdateCrmCompanyRequest","UpdateCrmCompanyResponse","UpdateCrmContactRequest","UpdateCrmContactResponse","UpdateCrmDealRequest","UpdateCrmDealResponse","UpdateCrmEventRequest","UpdateCrmEventResponse","UpdateCrmLeadRequest","UpdateCrmLeadResponse","UpdateCrmPipelineRequest","UpdateCrmPipelineResponse","UpdateHrisEmployeeRequest","UpdateHrisEmployeeResponse","UpdateHrisGroupRequest","UpdateHrisGroupResponse","UpdateMartechListRequest","UpdateMartechListResponse","UpdateMartechMemberRequest","UpdateMartechMemberResponse","UpdatePassthroughRequest","UpdatePassthroughResponse","UpdatePaymentLinkRequest","UpdatePaymentLinkResponse","UpdatePaymentPaymentRequest","UpdatePaymentPaymentResponse","UpdateStorageFileRequest","UpdateStorageFileResponse","UpdateTicketingCustomerRequest","UpdateTicketingCustomerResponse","UpdateTicketingNoteRequest","UpdateTicketingNoteResponse","UpdateTicketingTicketRequest","UpdateTicketingTicketResponse","UpdateUcContactRequest","UpdateUcContactResponse","UpdateUnifiedConnectionRequest","UpdateUnifiedConnectionResponse","UpdateUnifiedWebhookTriggerRequest","UpdateUnifiedWebhookTriggerResponse"]
|
|
242
|
+
__all__ = ["Categories","CreateAccountingAccountRequest","CreateAccountingAccountResponse","CreateAccountingContactRequest","CreateAccountingContactResponse","CreateAccountingInvoiceRequest","CreateAccountingInvoiceResponse","CreateAccountingTaxrateRequest","CreateAccountingTaxrateResponse","CreateAccountingTransactionRequest","CreateAccountingTransactionResponse","CreateAtsActivityRequest","CreateAtsActivityResponse","CreateAtsApplicationRequest","CreateAtsApplicationResponse","CreateAtsCandidateRequest","CreateAtsCandidateResponse","CreateAtsDocumentRequest","CreateAtsDocumentResponse","CreateAtsInterviewRequest","CreateAtsInterviewResponse","CreateAtsJobRequest","CreateAtsJobResponse","CreateAtsScorecardRequest","CreateAtsScorecardResponse","CreateCommerceCollectionRequest","CreateCommerceCollectionResponse","CreateCommerceInventoryRequest","CreateCommerceInventoryResponse","CreateCommerceItemRequest","CreateCommerceItemResponse","CreateCommerceLocationRequest","CreateCommerceLocationResponse","CreateCrmCompanyRequest","CreateCrmCompanyResponse","CreateCrmContactRequest","CreateCrmContactResponse","CreateCrmDealRequest","CreateCrmDealResponse","CreateCrmEventRequest","CreateCrmEventResponse","CreateCrmLeadRequest","CreateCrmLeadResponse","CreateCrmPipelineRequest","CreateCrmPipelineResponse","CreateHrisEmployeeRequest","CreateHrisEmployeeResponse","CreateHrisGroupRequest","CreateHrisGroupResponse","CreateMartechListRequest","CreateMartechListResponse","CreateMartechMemberRequest","CreateMartechMemberResponse","CreatePassthroughRequest","CreatePassthroughResponse","CreatePaymentLinkRequest","CreatePaymentLinkResponse","CreatePaymentPaymentRequest","CreatePaymentPaymentResponse","CreateStorageFileRequest","CreateStorageFileResponse","CreateTicketingCustomerRequest","CreateTicketingCustomerResponse","CreateTicketingNoteRequest","CreateTicketingNoteResponse","CreateTicketingTicketRequest","CreateTicketingTicketResponse","CreateUcContactRequest","CreateUcContactResponse","CreateUnifiedConnectionResponse","CreateUnifiedWebhookRequest","CreateUnifiedWebhookResponse","GetAccountingAccountRequest","GetAccountingAccountResponse","GetAccountingContactRequest","GetAccountingContactResponse","GetAccountingInvoiceRequest","GetAccountingInvoiceResponse","GetAccountingOrganizationRequest","GetAccountingOrganizationResponse","GetAccountingTaxrateRequest","GetAccountingTaxrateResponse","GetAccountingTransactionRequest","GetAccountingTransactionResponse","GetAtsActivityRequest","GetAtsActivityResponse","GetAtsApplicationRequest","GetAtsApplicationResponse","GetAtsCandidateRequest","GetAtsCandidateResponse","GetAtsCompanyRequest","GetAtsCompanyResponse","GetAtsDocumentRequest","GetAtsDocumentResponse","GetAtsInterviewRequest","GetAtsInterviewResponse","GetAtsJobRequest","GetAtsJobResponse","GetAtsScorecardRequest","GetAtsScorecardResponse","GetCommerceCollectionRequest","GetCommerceCollectionResponse","GetCommerceInventoryRequest","GetCommerceInventoryResponse","GetCommerceItemRequest","GetCommerceItemResponse","GetCommerceLocationRequest","GetCommerceLocationResponse","GetCrmCompanyRequest","GetCrmCompanyResponse","GetCrmContactRequest","GetCrmContactResponse","GetCrmDealRequest","GetCrmDealResponse","GetCrmEventRequest","GetCrmEventResponse","GetCrmLeadRequest","GetCrmLeadResponse","GetCrmPipelineRequest","GetCrmPipelineResponse","GetHrisEmployeeRequest","GetHrisEmployeeResponse","GetHrisGroupRequest","GetHrisGroupResponse","GetHrisPayslipRequest","GetHrisPayslipResponse","GetHrisTimeoffRequest","GetHrisTimeoffResponse","GetMartechListRequest","GetMartechListResponse","GetMartechMemberRequest","GetMartechMemberResponse","GetPaymentLinkRequest","GetPaymentLinkResponse","GetPaymentPaymentRequest","GetPaymentPaymentResponse","GetPaymentPayoutRequest","GetPaymentPayoutResponse","GetPaymentRefundRequest","GetPaymentRefundResponse","GetStorageFileRequest","GetStorageFileResponse","GetTicketingCustomerRequest","GetTicketingCustomerResponse","GetTicketingNoteRequest","GetTicketingNoteResponse","GetTicketingTicketRequest","GetTicketingTicketResponse","GetUcContactRequest","GetUcContactResponse","GetUnifiedApicallRequest","GetUnifiedApicallResponse","GetUnifiedConnectionRequest","GetUnifiedConnectionResponse","GetUnifiedIntegrationAuthRequest","GetUnifiedIntegrationAuthResponse","GetUnifiedIntegrationLoginRequest","GetUnifiedIntegrationLoginResponse","GetUnifiedWebhookRequest","GetUnifiedWebhookResponse","ListAccountingAccountsRequest","ListAccountingAccountsResponse","ListAccountingContactsRequest","ListAccountingContactsResponse","ListAccountingInvoicesRequest","ListAccountingInvoicesResponse","ListAccountingOrganizationsRequest","ListAccountingOrganizationsResponse","ListAccountingTaxratesRequest","ListAccountingTaxratesResponse","ListAccountingTransactionsRequest","ListAccountingTransactionsResponse","ListAtsActivitiesRequest","ListAtsActivitiesResponse","ListAtsApplicationsRequest","ListAtsApplicationsResponse","ListAtsApplicationstatusesRequest","ListAtsApplicationstatusesResponse","ListAtsCandidatesRequest","ListAtsCandidatesResponse","ListAtsCompaniesRequest","ListAtsCompaniesResponse","ListAtsDocumentsRequest","ListAtsDocumentsResponse","ListAtsInterviewsRequest","ListAtsInterviewsResponse","ListAtsJobsRequest","ListAtsJobsResponse","ListAtsScorecardsRequest","ListAtsScorecardsResponse","ListCommerceCollectionsRequest","ListCommerceCollectionsResponse","ListCommerceInventoriesRequest","ListCommerceInventoriesResponse","ListCommerceItemsRequest","ListCommerceItemsResponse","ListCommerceLocationsRequest","ListCommerceLocationsResponse","ListCrmCompaniesRequest","ListCrmCompaniesResponse","ListCrmContactsRequest","ListCrmContactsResponse","ListCrmDealsRequest","ListCrmDealsResponse","ListCrmEventsRequest","ListCrmEventsResponse","ListCrmLeadsRequest","ListCrmLeadsResponse","ListCrmPipelinesRequest","ListCrmPipelinesResponse","ListEnrichCompaniesRequest","ListEnrichCompaniesResponse","ListEnrichPeopleRequest","ListEnrichPeopleResponse","ListHrisEmployeesRequest","ListHrisEmployeesResponse","ListHrisGroupsRequest","ListHrisGroupsResponse","ListHrisPayslipsRequest","ListHrisPayslipsResponse","ListHrisTimeoffsRequest","ListHrisTimeoffsResponse","ListMartechListsRequest","ListMartechListsResponse","ListMartechMembersRequest","ListMartechMembersResponse","ListPassthroughsRequest","ListPassthroughsResponse","ListPaymentLinksRequest","ListPaymentLinksResponse","ListPaymentPaymentsRequest","ListPaymentPaymentsResponse","ListPaymentPayoutsRequest","ListPaymentPayoutsResponse","ListPaymentRefundsRequest","ListPaymentRefundsResponse","ListStorageFilesRequest","ListStorageFilesResponse","ListTicketingCustomersRequest","ListTicketingCustomersResponse","ListTicketingNotesRequest","ListTicketingNotesResponse","ListTicketingTicketsRequest","ListTicketingTicketsResponse","ListUcCallsRequest","ListUcCallsResponse","ListUcContactsRequest","ListUcContactsResponse","ListUnifiedApicallsRequest","ListUnifiedApicallsResponse","ListUnifiedConnectionsRequest","ListUnifiedConnectionsResponse","ListUnifiedIntegrationWorkspacesRequest","ListUnifiedIntegrationWorkspacesResponse","ListUnifiedIntegrationsQueryParamCategories","ListUnifiedIntegrationsRequest","ListUnifiedIntegrationsResponse","ListUnifiedIssuesRequest","ListUnifiedIssuesResponse","ListUnifiedWebhooksRequest","ListUnifiedWebhooksResponse","PatchAccountingAccountRequest","PatchAccountingAccountResponse","PatchAccountingContactRequest","PatchAccountingContactResponse","PatchAccountingInvoiceRequest","PatchAccountingInvoiceResponse","PatchAccountingTaxrateRequest","PatchAccountingTaxrateResponse","PatchAccountingTransactionRequest","PatchAccountingTransactionResponse","PatchAtsActivityRequest","PatchAtsActivityResponse","PatchAtsApplicationRequest","PatchAtsApplicationResponse","PatchAtsCandidateRequest","PatchAtsCandidateResponse","PatchAtsDocumentRequest","PatchAtsDocumentResponse","PatchAtsInterviewRequest","PatchAtsInterviewResponse","PatchAtsJobRequest","PatchAtsJobResponse","PatchAtsScorecardRequest","PatchAtsScorecardResponse","PatchCommerceCollectionRequest","PatchCommerceCollectionResponse","PatchCommerceInventoryRequest","PatchCommerceInventoryResponse","PatchCommerceItemRequest","PatchCommerceItemResponse","PatchCommerceLocationRequest","PatchCommerceLocationResponse","PatchCrmCompanyRequest","PatchCrmCompanyResponse","PatchCrmContactRequest","PatchCrmContactResponse","PatchCrmDealRequest","PatchCrmDealResponse","PatchCrmEventRequest","PatchCrmEventResponse","PatchCrmLeadRequest","PatchCrmLeadResponse","PatchCrmPipelineRequest","PatchCrmPipelineResponse","PatchHrisEmployeeRequest","PatchHrisEmployeeResponse","PatchHrisGroupRequest","PatchHrisGroupResponse","PatchMartechListRequest","PatchMartechListResponse","PatchMartechMemberRequest","PatchMartechMemberResponse","PatchPassthroughRequest","PatchPassthroughResponse","PatchPaymentLinkRequest","PatchPaymentLinkResponse","PatchPaymentPaymentRequest","PatchPaymentPaymentResponse","PatchStorageFileRequest","PatchStorageFileResponse","PatchTicketingCustomerRequest","PatchTicketingCustomerResponse","PatchTicketingNoteRequest","PatchTicketingNoteResponse","PatchTicketingTicketRequest","PatchTicketingTicketResponse","PatchUcContactRequest","PatchUcContactResponse","PatchUnifiedConnectionRequest","PatchUnifiedConnectionResponse","PatchUnifiedWebhookTriggerRequest","PatchUnifiedWebhookTriggerResponse","QueryParamCategories","RemoveAccountingAccountRequest","RemoveAccountingAccountResponse","RemoveAccountingContactRequest","RemoveAccountingContactResponse","RemoveAccountingInvoiceRequest","RemoveAccountingInvoiceResponse","RemoveAccountingTaxrateRequest","RemoveAccountingTaxrateResponse","RemoveAccountingTransactionRequest","RemoveAccountingTransactionResponse","RemoveAtsActivityRequest","RemoveAtsActivityResponse","RemoveAtsApplicationRequest","RemoveAtsApplicationResponse","RemoveAtsCandidateRequest","RemoveAtsCandidateResponse","RemoveAtsDocumentRequest","RemoveAtsDocumentResponse","RemoveAtsInterviewRequest","RemoveAtsInterviewResponse","RemoveAtsJobRequest","RemoveAtsJobResponse","RemoveAtsScorecardRequest","RemoveAtsScorecardResponse","RemoveCommerceCollectionRequest","RemoveCommerceCollectionResponse","RemoveCommerceInventoryRequest","RemoveCommerceInventoryResponse","RemoveCommerceItemRequest","RemoveCommerceItemResponse","RemoveCommerceLocationRequest","RemoveCommerceLocationResponse","RemoveCrmCompanyRequest","RemoveCrmCompanyResponse","RemoveCrmContactRequest","RemoveCrmContactResponse","RemoveCrmDealRequest","RemoveCrmDealResponse","RemoveCrmEventRequest","RemoveCrmEventResponse","RemoveCrmLeadRequest","RemoveCrmLeadResponse","RemoveCrmPipelineRequest","RemoveCrmPipelineResponse","RemoveHrisEmployeeRequest","RemoveHrisEmployeeResponse","RemoveHrisGroupRequest","RemoveHrisGroupResponse","RemoveMartechListRequest","RemoveMartechListResponse","RemoveMartechMemberRequest","RemoveMartechMemberResponse","RemovePassthroughRequest","RemovePassthroughResponse","RemovePaymentLinkRequest","RemovePaymentLinkResponse","RemovePaymentPaymentRequest","RemovePaymentPaymentResponse","RemoveStorageFileRequest","RemoveStorageFileResponse","RemoveTicketingCustomerRequest","RemoveTicketingCustomerResponse","RemoveTicketingNoteRequest","RemoveTicketingNoteResponse","RemoveTicketingTicketRequest","RemoveTicketingTicketResponse","RemoveUcContactRequest","RemoveUcContactResponse","RemoveUnifiedConnectionRequest","RemoveUnifiedConnectionResponse","RemoveUnifiedWebhookRequest","RemoveUnifiedWebhookResponse","Scopes","UpdateAccountingAccountRequest","UpdateAccountingAccountResponse","UpdateAccountingContactRequest","UpdateAccountingContactResponse","UpdateAccountingInvoiceRequest","UpdateAccountingInvoiceResponse","UpdateAccountingTaxrateRequest","UpdateAccountingTaxrateResponse","UpdateAccountingTransactionRequest","UpdateAccountingTransactionResponse","UpdateAtsActivityRequest","UpdateAtsActivityResponse","UpdateAtsApplicationRequest","UpdateAtsApplicationResponse","UpdateAtsCandidateRequest","UpdateAtsCandidateResponse","UpdateAtsDocumentRequest","UpdateAtsDocumentResponse","UpdateAtsInterviewRequest","UpdateAtsInterviewResponse","UpdateAtsJobRequest","UpdateAtsJobResponse","UpdateAtsScorecardRequest","UpdateAtsScorecardResponse","UpdateCommerceCollectionRequest","UpdateCommerceCollectionResponse","UpdateCommerceInventoryRequest","UpdateCommerceInventoryResponse","UpdateCommerceItemRequest","UpdateCommerceItemResponse","UpdateCommerceLocationRequest","UpdateCommerceLocationResponse","UpdateCrmCompanyRequest","UpdateCrmCompanyResponse","UpdateCrmContactRequest","UpdateCrmContactResponse","UpdateCrmDealRequest","UpdateCrmDealResponse","UpdateCrmEventRequest","UpdateCrmEventResponse","UpdateCrmLeadRequest","UpdateCrmLeadResponse","UpdateCrmPipelineRequest","UpdateCrmPipelineResponse","UpdateHrisEmployeeRequest","UpdateHrisEmployeeResponse","UpdateHrisGroupRequest","UpdateHrisGroupResponse","UpdateMartechListRequest","UpdateMartechListResponse","UpdateMartechMemberRequest","UpdateMartechMemberResponse","UpdatePassthroughRequest","UpdatePassthroughResponse","UpdatePaymentLinkRequest","UpdatePaymentLinkResponse","UpdatePaymentPaymentRequest","UpdatePaymentPaymentResponse","UpdateStorageFileRequest","UpdateStorageFileResponse","UpdateTicketingCustomerRequest","UpdateTicketingCustomerResponse","UpdateTicketingNoteRequest","UpdateTicketingNoteResponse","UpdateTicketingTicketRequest","UpdateTicketingTicketResponse","UpdateUcContactRequest","UpdateUcContactResponse","UpdateUnifiedConnectionRequest","UpdateUnifiedConnectionResponse","UpdateUnifiedWebhookTriggerRequest","UpdateUnifiedWebhookTriggerResponse"]
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
import dataclasses
|
|
5
|
+
import requests as requests_http
|
|
6
|
+
from ...models.shared import hrispayslip as shared_hrispayslip
|
|
7
|
+
from typing import List, Optional
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@dataclasses.dataclass
|
|
11
|
+
class GetHrisPayslipRequest:
|
|
12
|
+
connection_id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'connection_id', 'style': 'simple', 'explode': False }})
|
|
13
|
+
r"""ID of the connection"""
|
|
14
|
+
id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': False }})
|
|
15
|
+
r"""ID of the Payslip"""
|
|
16
|
+
fields: Optional[List[str]] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': True }})
|
|
17
|
+
r"""Comma-delimited fields to return"""
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
@dataclasses.dataclass
|
|
23
|
+
class GetHrisPayslipResponse:
|
|
24
|
+
content_type: str = dataclasses.field()
|
|
25
|
+
r"""HTTP response content type for this operation"""
|
|
26
|
+
status_code: int = dataclasses.field()
|
|
27
|
+
r"""HTTP response status code for this operation"""
|
|
28
|
+
raw_response: requests_http.Response = dataclasses.field()
|
|
29
|
+
r"""Raw HTTP response; suitable for custom response parsing"""
|
|
30
|
+
hris_payslip: Optional[shared_hrispayslip.HrisPayslip] = dataclasses.field(default=None)
|
|
31
|
+
r"""Successful"""
|
|
32
|
+
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
import dataclasses
|
|
5
|
+
import requests as requests_http
|
|
6
|
+
from ...models.shared import hristimeoff as shared_hristimeoff
|
|
7
|
+
from typing import List, Optional
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@dataclasses.dataclass
|
|
11
|
+
class GetHrisTimeoffRequest:
|
|
12
|
+
connection_id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'connection_id', 'style': 'simple', 'explode': False }})
|
|
13
|
+
r"""ID of the connection"""
|
|
14
|
+
id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': False }})
|
|
15
|
+
r"""ID of the Timeoff"""
|
|
16
|
+
fields: Optional[List[str]] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': True }})
|
|
17
|
+
r"""Comma-delimited fields to return"""
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
@dataclasses.dataclass
|
|
23
|
+
class GetHrisTimeoffResponse:
|
|
24
|
+
content_type: str = dataclasses.field()
|
|
25
|
+
r"""HTTP response content type for this operation"""
|
|
26
|
+
status_code: int = dataclasses.field()
|
|
27
|
+
r"""HTTP response status code for this operation"""
|
|
28
|
+
raw_response: requests_http.Response = dataclasses.field()
|
|
29
|
+
r"""Raw HTTP response; suitable for custom response parsing"""
|
|
30
|
+
hris_timeoff: Optional[shared_hristimeoff.HrisTimeoff] = dataclasses.field(default=None)
|
|
31
|
+
r"""Successful"""
|
|
32
|
+
|
|
33
|
+
|
|
@@ -75,6 +75,10 @@ class Scopes(str, Enum):
|
|
|
75
75
|
HRIS_EMPLOYEE_WRITE = 'hris_employee_write'
|
|
76
76
|
HRIS_GROUP_READ = 'hris_group_read'
|
|
77
77
|
HRIS_GROUP_WRITE = 'hris_group_write'
|
|
78
|
+
HRIS_PAYSLIP_READ = 'hris_payslip_read'
|
|
79
|
+
HRIS_PAYSLIP_WRITE = 'hris_payslip_write'
|
|
80
|
+
HRIS_TIMEOFF_READ = 'hris_timeoff_read'
|
|
81
|
+
HRIS_TIMEOFF_WRITE = 'hris_timeoff_write'
|
|
78
82
|
UC_CALL_READ = 'uc_call_read'
|
|
79
83
|
STORAGE_FILE_READ = 'storage_file_read'
|
|
80
84
|
STORAGE_FILE_WRITE = 'storage_file_write'
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
import dataclasses
|
|
5
|
+
import requests as requests_http
|
|
6
|
+
from ...models.shared import hrispayslip as shared_hrispayslip
|
|
7
|
+
from datetime import datetime
|
|
8
|
+
from typing import List, Optional
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
@dataclasses.dataclass
|
|
12
|
+
class ListHrisPayslipsRequest:
|
|
13
|
+
connection_id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'connection_id', 'style': 'simple', 'explode': False }})
|
|
14
|
+
r"""ID of the connection"""
|
|
15
|
+
fields: Optional[List[str]] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': True }})
|
|
16
|
+
r"""Comma-delimited fields to return"""
|
|
17
|
+
limit: Optional[float] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'limit', 'style': 'form', 'explode': True }})
|
|
18
|
+
offset: Optional[float] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'offset', 'style': 'form', 'explode': True }})
|
|
19
|
+
order: Optional[str] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'order', 'style': 'form', 'explode': True }})
|
|
20
|
+
query: Optional[str] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'query', 'style': 'form', 'explode': True }})
|
|
21
|
+
r"""Query string to search. eg. email address or name"""
|
|
22
|
+
sort: Optional[str] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'sort', 'style': 'form', 'explode': True }})
|
|
23
|
+
updated_gte: Optional[datetime] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'updated_gte', 'style': 'form', 'explode': True }})
|
|
24
|
+
r"""Return only results whose updated date is equal or greater to this value"""
|
|
25
|
+
user_id: Optional[str] = dataclasses.field(default=None, metadata={'query_param': { 'field_name': 'user_id', 'style': 'form', 'explode': True }})
|
|
26
|
+
r"""Employee ID"""
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
@dataclasses.dataclass
|
|
32
|
+
class ListHrisPayslipsResponse:
|
|
33
|
+
content_type: str = dataclasses.field()
|
|
34
|
+
r"""HTTP response content type for this operation"""
|
|
35
|
+
status_code: int = dataclasses.field()
|
|
36
|
+
r"""HTTP response status code for this operation"""
|
|
37
|
+
raw_response: requests_http.Response = dataclasses.field()
|
|
38
|
+
r"""Raw HTTP response; suitable for custom response parsing"""
|
|
39
|
+
hris_payslips: Optional[List[shared_hrispayslip.HrisPayslip]] = dataclasses.field(default=None)
|
|
40
|
+
r"""Successful"""
|
|
41
|
+
|
|
42
|
+
|